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 2009/08/20 19:13:22 UTC

Build failed in Hudson: surefire » 1.5,windows #12

See <http://grid.sonatype.org/ci/job/surefire/./jdk=1.5,label=windows/12/changes>

Changes:

[Paul] [SUREFIRE-529] Debugging example should use forkMode=never instead of forkMode=none

[Paul] Minor site documentation improvements.

------------------------------------------
[...truncated 1286 lines...]
Results :

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

[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: C:\home\hudson\workspace\surefire\jdk\1.5\label\windows\trunk\maven-surefire-report-plugin\target\maven-surefire-report-plugin-2.5-SNAPSHOT.jar
[INFO] [plugin:addPluginArtifactMetadata {execution: default-addPluginArtifactMetadata}]
[INFO] [install:install {execution: default-install}]
[INFO] Installing C:\home\hudson\workspace\surefire\jdk\1.5\label\windows\trunk\maven-surefire-report-plugin\target\maven-surefire-report-plugin-2.5-SNAPSHOT.jar to C:\opt\repos\surefire\jdk=1.5,label=windows\org\apache\maven\plugins\maven-surefire-report-plugin\2.5-SNAPSHOT\maven-surefire-report-plugin-2.5-SNAPSHOT.jar
[INFO] [deploy:deploy {execution: default-deploy}]
[INFO] Retrieving previous build number from apache.snapshots.https
[INFO] repository metadata for: 'snapshot org.apache.maven.plugins:maven-surefire-report-plugin:2.5-SNAPSHOT' could not be found on repository: apache.snapshots.https, so will be created
Uploading: file:/opt/repos/deploy-junk/org/apache/maven/plugins/maven-surefire-report-plugin/2.5-SNAPSHOT/maven-surefire-report-plugin-2.5-20090820.170115-1.jar
33K uploaded  (maven-surefire-report-plugin-2.5-20090820.170115-1.jar)
[INFO] Retrieving previous metadata from apache.snapshots.https
[INFO] repository metadata for: 'snapshot org.apache.maven.plugins:maven-surefire-report-plugin:2.5-SNAPSHOT' could not be found on repository: apache.snapshots.https, so will be created
[INFO] Uploading repository metadata for: 'snapshot org.apache.maven.plugins:maven-surefire-report-plugin:2.5-SNAPSHOT'
[INFO] Retrieving previous metadata from apache.snapshots.https
[INFO] repository metadata for: 'artifact org.apache.maven.plugins:maven-surefire-report-plugin' could not be found on repository: apache.snapshots.https, so will be created
[INFO] Uploading repository metadata for: 'artifact org.apache.maven.plugins:maven-surefire-report-plugin'
[INFO] Retrieving previous metadata from apache.snapshots.https
[INFO] Uploading repository metadata for: 'org.apache.maven.plugins'
[INFO] Uploading project information for maven-surefire-report-plugin 2.5-20090820.170115-1
[INFO] ------------------------------------------------------------------------
[INFO] Building Maven Surefire Integration Tests
[INFO]    task-segment: [clean, deploy]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] Deleting file set: C:\home\hudson\workspace\surefire\jdk\1.5\label\windows\trunk\surefire-integration-tests\target (included: [**], excluded: [])
Downloading: http://repository.sonatype.org:8081/content/groups/sonatype-public-grid/org/apache/maven/shared/maven-verifier/1.0/maven-verifier-1.0.pom
938b downloaded  (maven-verifier-1.0.pom)
[INFO] snapshot org.apache.maven.plugins:maven-surefire-report-plugin:2.5-SNAPSHOT: checking for updates from central
Downloading: http://repository.sonatype.org:8081/content/groups/sonatype-public-grid/org/apache/maven/shared/maven-verifier/1.0/maven-verifier-1.0.jar
69K downloaded  (maven-verifier-1.0.jar)
[INFO] snapshot org.apache.maven.plugins:maven-surefire-report-plugin:2.5-SNAPSHOT: checking for updates from apache.snapshots
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory C:\home\hudson\workspace\surefire\jdk\1.5\label\windows\trunk\surefire-integration-tests\src\main\resources
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] No sources to compile
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 132 resources
[INFO] Copying 3 resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Compiling 46 source files to C:\home\hudson\workspace\surefire\jdk\1.5\label\windows\trunk\surefire-integration-tests\target\test-classes
[INFO] [surefire:test {execution: default-test}]
[INFO] Surefire report directory: C:\home\hudson\workspace\surefire\jdk\1.5\label\windows\trunk\surefire-integration-tests\target\surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.maven.surefire.its.Surefire146ForkPerTestNoSetupTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 33.108 sec
Running org.apache.maven.surefire.its.UmlautDirTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 12.862 sec
Running org.apache.maven.surefire.its.TestNgReportTest
Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 8.273 sec <<< FAILURE!
testTestNgReport(org.apache.maven.surefire.its.TestNgReportTest)  Time elapsed: 8.268 sec  <<< FAILURE!
junit.framework.AssertionFailedError: surefire-report is missing
	at junit.framework.Assert.fail(Assert.java:47)
	at junit.framework.Assert.assertTrue(Assert.java:20)
	at org.apache.maven.surefire.its.TestNgReportTest.testTestNgReport(TestNgReportTest.java:31)
	at org.apache.maven.surefire.its.TestNgReportTest.testTestNgReport(TestNgReportTest.java:31)
	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 junit.framework.TestCase.runTest(TestCase.java:154)
	at junit.framework.TestCase.runBare(TestCase.java:127)
	at junit.framework.TestResult$1.protect(TestResult.java:106)
	at junit.framework.TestResult.runProtected(TestResult.java:124)
	at junit.framework.TestResult.run(TestResult.java:109)
	at junit.framework.TestCase.run(TestCase.java:118)
	at junit.framework.TestSuite.runTest(TestSuite.java:208)
	at junit.framework.TestSuite.run(TestSuite.java:203)
	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.execute(JUnitTestSet.java:213)
	at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:138)
	at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:125)
	at org.apache.maven.surefire.Surefire.run(Surefire.java:132)
	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:308)
	at org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:879)

Running org.apache.maven.surefire.its.IncludesExcludesTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.319 sec
Running org.apache.maven.surefire.its.ClassPathOrderTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.368 sec
Running org.apache.maven.surefire.its.Surefire377TestNgAndJUnitTogetherTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.358 sec
Running org.apache.maven.surefire.its.ArgLineTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.051 sec
Running org.apache.maven.surefire.its.TestNgExecuteErrorTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.225 sec
Running org.apache.maven.surefire.its.DefaultConfigurationTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.01 sec
Running org.apache.maven.surefire.its.TestNgBeforeMethodFailure
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.256 sec
Running org.apache.maven.surefire.its.Surefire42NotExtendingTestCase
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.992 sec
Running org.apache.maven.surefire.its.TestJunit4Ignore
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.162 sec
Running org.apache.maven.surefire.its.AdditionalClasspathTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.004 sec
Running org.apache.maven.surefire.its.SystemPropertiesTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.556 sec
Running org.apache.maven.surefire.its.PlexusConflictTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 13.993 sec
Running org.apache.maven.surefire.its.TestNgPathWithSpaces
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.959 sec
Running org.apache.maven.surefire.its.AggregateReportTest
Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 9.119 sec <<< FAILURE!
testAggregateReport(org.apache.maven.surefire.its.AggregateReportTest)  Time elapsed: 9.114 sec  <<< FAILURE!
junit.framework.AssertionFailedError: surefire report missing: C:\home\hudson\workspace\surefire\jdk\1.5\label\windows\trunk\surefire-integration-tests\target\test-classes\aggregate-report\target\site\surefire-report.html
	at junit.framework.Assert.fail(Assert.java:47)
	at junit.framework.Assert.assertTrue(Assert.java:20)
	at org.apache.maven.surefire.its.AggregateReportTest.testAggregateReport(AggregateReportTest.java:33)
	at org.apache.maven.surefire.its.AggregateReportTest.testAggregateReport(AggregateReportTest.java:33)
	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 junit.framework.TestCase.runTest(TestCase.java:154)
	at junit.framework.TestCase.runBare(TestCase.java:127)
	at junit.framework.TestResult$1.protect(TestResult.java:106)
	at junit.framework.TestResult.runProtected(TestResult.java:124)
	at junit.framework.TestResult.run(TestResult.java:109)
	at junit.framework.TestCase.run(TestCase.java:118)
	at junit.framework.TestSuite.runTest(TestSuite.java:208)
	at junit.framework.TestSuite.run(TestSuite.java:203)
	at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:585)
	at org.apache.maven.surefire.junit.JUnitTestSet.execute(JUnitTestSet.java:213)
	at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:138)
	at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:125)
	at org.apache.maven.surefire.Surefire.run(Surefire.java:132)
	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:308)
	at org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:879)

Running org.apache.maven.surefire.its.TestSingleTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 26.135 sec
Running org.apache.maven.surefire.its.TestFailIfNoTests
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.663 sec
Running org.apache.maven.surefire.its.TestNgVersionsTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 42.834 sec
Running org.apache.maven.surefire.its.Surefire44InnerClassTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.603 sec
Running org.apache.maven.surefire.its.TestFailIfNoTestsForkMode
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 43.073 sec
Running org.apache.maven.surefire.its.TimeoutForkedTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 20.266 sec
Running org.apache.maven.surefire.its.TestPlainOldJavaClasspath
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.314 sec
Running org.apache.maven.surefire.its.TestNgSuiteXmlTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 18.068 sec
Running org.apache.maven.surefire.its.TestNgSuiteXmlSingleTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.776 sec
Running org.apache.maven.surefire.its.EnvironmentVariableTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.895 sec
Running org.apache.maven.surefire.its.TestJUnit44Hamcrest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.93 sec
Running org.apache.maven.surefire.its.WorkingDirectoryTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 33.37 sec
Running org.apache.maven.surefire.its.TestUseIsolatedClassLoader
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.934 sec
Running org.apache.maven.surefire.its.SiblingAggregatorTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.949 sec
Running org.apache.maven.surefire.its.Surefire162CharsetProviderTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 15.08 sec
Running org.apache.maven.surefire.its.TestNgListenerReporter
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.757 sec
Running org.apache.maven.surefire.its.TestNgJdk14Test
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.128 sec
Running org.apache.maven.surefire.its.TwoTestCasesTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 49.169 sec
Running org.apache.maven.surefire.its.ForkModeTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 40.953 sec
Running org.apache.maven.surefire.its.Surefire224WellFormedXmlFailuresTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.252 sec
Running org.apache.maven.surefire.its.Junit4VersionsTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 63.087 sec
Running org.apache.maven.surefire.its.TestNgBeforeMethod
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 20.275 sec
Running org.apache.maven.surefire.its.TestNgGroupThreadParallel
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 15.387 sec

Results :

Failed tests: 
  testTestNgReport(org.apache.maven.surefire.its.TestNgReportTest)
  testAggregateReport(org.apache.maven.surefire.its.AggregateReportTest)

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

[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] There are test failures.

Please refer to C:\home\hudson\workspace\surefire\jdk\1.5\label\windows\trunk\surefire-integration-tests\target\surefire-reports for the individual test results.
[INFO] ------------------------------------------------------------------------
[INFO] Trace
org.apache.maven.BuildFailureException: There are test failures.

Please refer to C:\home\hudson\workspace\surefire\jdk\1.5\label\windows\trunk\surefire-integration-tests\target\surefire-reports for the individual test results.
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:715)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle(DefaultLifecycleExecutor.java:556)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:535)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:387)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:348)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:180)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:328)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:138)
	at org.apache.maven.cli.MavenCli.main(MavenCli.java:362)
	at org.apache.maven.cli.compat.CompatibleMain.main(CompatibleMain.java:60)
	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.classworlds.Launcher.launchEnhanced(Launcher.java:315)
	at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
	at org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)
	at org.codehaus.classworlds.Launcher.main(Launcher.java:375)
Caused by: org.apache.maven.plugin.MojoFailureException: There are test failures.

Please refer to C:\home\hudson\workspace\surefire\jdk\1.5\label\windows\trunk\surefire-integration-tests\target\surefire-reports for the individual test results.
	at org.apache.maven.plugin.surefire.SurefirePlugin.execute(SurefirePlugin.java:455)
	at org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:490)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:694)
	... 17 more
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 11 minutes 51 seconds
[INFO] Finished at: Thu Aug 20 10:12:58 PDT 2009
[INFO] Final Memory: 28M/52M
[INFO] ------------------------------------------------------------------------


Hudson build is back to normal: surefire » 1.5,windows #14

Posted by Hudson <Hu...@sonatype.org>.
See <http://grid.sonatype.org/ci/job/surefire/./jdk=1.5,label=windows/14/changes>



Build failed in Hudson: surefire » 1.5,windows #13

Posted by Hudson <Hu...@sonatype.org>.
See <http://grid.sonatype.org/ci/job/surefire/./jdk=1.5,label=windows/13/changes>

Changes:

[Paul] [SUREFIRE-502] Fixing classpath ordering for configured classes/test-classes directories are used.  Removing a couple of unnecessary @required tags.

------------------------------------------
[...truncated 412 lines...]
[WARNING] Unable to locate Test Source XRef to link to - DISABLED
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.898 sec

Results :

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

[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: C:\home\hudson\workspace\surefire\jdk\1.5\label\windows\trunk\maven-surefire-report-plugin\target\maven-surefire-report-plugin-2.5-SNAPSHOT.jar
[INFO] [plugin:addPluginArtifactMetadata {execution: default-addPluginArtifactMetadata}]
[INFO] [install:install {execution: default-install}]
[INFO] Installing C:\home\hudson\workspace\surefire\jdk\1.5\label\windows\trunk\maven-surefire-report-plugin\target\maven-surefire-report-plugin-2.5-SNAPSHOT.jar to C:\opt\repos\surefire\jdk=1.5,label=windows\org\apache\maven\plugins\maven-surefire-report-plugin\2.5-SNAPSHOT\maven-surefire-report-plugin-2.5-SNAPSHOT.jar
[INFO] [deploy:deploy {execution: default-deploy}]
[INFO] Retrieving previous build number from apache.snapshots.https
Uploading: file:/opt/repos/deploy-junk/org/apache/maven/plugins/maven-surefire-report-plugin/2.5-SNAPSHOT/maven-surefire-report-plugin-2.5-20090820.200145-2.jar
33K uploaded  (maven-surefire-report-plugin-2.5-20090820.200145-2.jar)
[INFO] Retrieving previous metadata from apache.snapshots.https
[INFO] Uploading repository metadata for: 'snapshot org.apache.maven.plugins:maven-surefire-report-plugin:2.5-SNAPSHOT'
[INFO] Retrieving previous metadata from apache.snapshots.https
[INFO] Uploading repository metadata for: 'artifact org.apache.maven.plugins:maven-surefire-report-plugin'
[INFO] Retrieving previous metadata from apache.snapshots.https
[INFO] Uploading repository metadata for: 'org.apache.maven.plugins'
[INFO] Uploading project information for maven-surefire-report-plugin 2.5-20090820.200145-2
[INFO] ------------------------------------------------------------------------
[INFO] Building Maven Surefire Integration Tests
[INFO]    task-segment: [clean, deploy]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] Deleting file set: C:\home\hudson\workspace\surefire\jdk\1.5\label\windows\trunk\surefire-integration-tests\target (included: [**], excluded: [])
[INFO] snapshot org.apache.maven.plugins:maven-surefire-report-plugin:2.5-SNAPSHOT: checking for updates from central
[INFO] snapshot org.apache.maven.plugins:maven-surefire-report-plugin:2.5-SNAPSHOT: checking for updates from apache.snapshots
Downloading: http://repository.sonatype.org:8081/content/groups/sonatype-public-grid/org/apache/maven/plugins/maven-surefire-report-plugin/2.5-SNAPSHOT/maven-surefire-report-plugin-2.5-20090820.200200-13.jar
33K downloaded  (maven-surefire-report-plugin-2.5-20090820.200200-13.jar)
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory C:\home\hudson\workspace\surefire\jdk\1.5\label\windows\trunk\surefire-integration-tests\src\main\resources
[INFO] Copying 3 resources
Downloading: http://repository.sonatype.org:8081/content/groups/sonatype-public-grid/org/apache/maven/plugins/maven-surefire-report-plugin/2.5-SNAPSHOT/maven-surefire-report-plugin-2.5-20090820.200200-13.pom
5K downloaded  (maven-surefire-report-plugin-2.5-20090820.200200-13.pom)
[INFO] [compiler:compile {execution: default-compile}]
[INFO] No sources to compile
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 132 resources
[INFO] Copying 3 resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Compiling 46 source files to C:\home\hudson\workspace\surefire\jdk\1.5\label\windows\trunk\surefire-integration-tests\target\test-classes
[INFO] [surefire:test {execution: default-test}]
[INFO] Surefire report directory: C:\home\hudson\workspace\surefire\jdk\1.5\label\windows\trunk\surefire-integration-tests\target\surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.maven.surefire.its.Surefire146ForkPerTestNoSetupTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.482 sec
Running org.apache.maven.surefire.its.UmlautDirTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 17.66 sec
Running org.apache.maven.surefire.its.TestNgReportTest
Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 14.601 sec <<< FAILURE!
testTestNgReport(org.apache.maven.surefire.its.TestNgReportTest)  Time elapsed: 14.596 sec  <<< FAILURE!
junit.framework.AssertionFailedError: surefire-report is missing
	at junit.framework.Assert.fail(Assert.java:47)
	at junit.framework.Assert.assertTrue(Assert.java:20)
	at org.apache.maven.surefire.its.TestNgReportTest.testTestNgReport(TestNgReportTest.java:31)
	at org.apache.maven.surefire.its.TestNgReportTest.testTestNgReport(TestNgReportTest.java:31)
	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 junit.framework.TestCase.runTest(TestCase.java:154)
	at junit.framework.TestCase.runBare(TestCase.java:127)
	at junit.framework.TestResult$1.protect(TestResult.java:106)
	at junit.framework.TestResult.runProtected(TestResult.java:124)
	at junit.framework.TestResult.run(TestResult.java:109)
	at junit.framework.TestCase.run(TestCase.java:118)
	at junit.framework.TestSuite.runTest(TestSuite.java:208)
	at junit.framework.TestSuite.run(TestSuite.java:203)
	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.execute(JUnitTestSet.java:213)
	at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:138)
	at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:125)
	at org.apache.maven.surefire.Surefire.run(Surefire.java:132)
	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:308)
	at org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:879)

Running org.apache.maven.surefire.its.IncludesExcludesTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 15.588 sec
Running org.apache.maven.surefire.its.ClassPathOrderTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 16.762 sec
Running org.apache.maven.surefire.its.Surefire377TestNgAndJUnitTogetherTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.842 sec
Running org.apache.maven.surefire.its.ArgLineTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.036 sec
Running org.apache.maven.surefire.its.TestNgExecuteErrorTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.004 sec
Running org.apache.maven.surefire.its.DefaultConfigurationTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.119 sec
Running org.apache.maven.surefire.its.TestNgBeforeMethodFailure
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.349 sec
Running org.apache.maven.surefire.its.Surefire42NotExtendingTestCase
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.26 sec
Running org.apache.maven.surefire.its.TestJunit4Ignore
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.992 sec
Running org.apache.maven.surefire.its.AdditionalClasspathTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.814 sec
Running org.apache.maven.surefire.its.SystemPropertiesTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 12.799 sec
Running org.apache.maven.surefire.its.PlexusConflictTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 21.572 sec
Running org.apache.maven.surefire.its.TestNgPathWithSpaces
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.814 sec
Running org.apache.maven.surefire.its.AggregateReportTest
Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 12.218 sec <<< FAILURE!
testAggregateReport(org.apache.maven.surefire.its.AggregateReportTest)  Time elapsed: 12.206 sec  <<< FAILURE!
junit.framework.AssertionFailedError: surefire report missing: C:\home\hudson\workspace\surefire\jdk\1.5\label\windows\trunk\surefire-integration-tests\target\test-classes\aggregate-report\target\site\surefire-report.html
	at junit.framework.Assert.fail(Assert.java:47)
	at junit.framework.Assert.assertTrue(Assert.java:20)
	at org.apache.maven.surefire.its.AggregateReportTest.testAggregateReport(AggregateReportTest.java:33)
	at org.apache.maven.surefire.its.AggregateReportTest.testAggregateReport(AggregateReportTest.java:33)
	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 junit.framework.TestCase.runTest(TestCase.java:154)
	at junit.framework.TestCase.runBare(TestCase.java:127)
	at junit.framework.TestResult$1.protect(TestResult.java:106)
	at junit.framework.TestResult.runProtected(TestResult.java:124)
	at junit.framework.TestResult.run(TestResult.java:109)
	at junit.framework.TestCase.run(TestCase.java:118)
	at junit.framework.TestSuite.runTest(TestSuite.java:208)
	at junit.framework.TestSuite.run(TestSuite.java:203)
	at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:585)
	at org.apache.maven.surefire.junit.JUnitTestSet.execute(JUnitTestSet.java:213)
	at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:138)
	at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:125)
	at org.apache.maven.surefire.Surefire.run(Surefire.java:132)
	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:308)
	at org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:879)

Running org.apache.maven.surefire.its.TestSingleTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 30.318 sec
Running org.apache.maven.surefire.its.TestFailIfNoTests
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.173 sec
Running org.apache.maven.surefire.its.TestNgVersionsTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 53.011 sec
Running org.apache.maven.surefire.its.Surefire44InnerClassTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.128 sec
Running org.apache.maven.surefire.its.TestFailIfNoTestsForkMode
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 48.262 sec
Running org.apache.maven.surefire.its.TimeoutForkedTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 18.833 sec
Running org.apache.maven.surefire.its.TestPlainOldJavaClasspath
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.451 sec
Running org.apache.maven.surefire.its.TestNgSuiteXmlTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 18.399 sec
Running org.apache.maven.surefire.its.TestNgSuiteXmlSingleTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.908 sec
Running org.apache.maven.surefire.its.EnvironmentVariableTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.095 sec
Running org.apache.maven.surefire.its.TestJUnit44Hamcrest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.66 sec
Running org.apache.maven.surefire.its.WorkingDirectoryTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 22.632 sec
Running org.apache.maven.surefire.its.TestUseIsolatedClassLoader
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.52 sec
Running org.apache.maven.surefire.its.SiblingAggregatorTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.135 sec
Running org.apache.maven.surefire.its.Surefire162CharsetProviderTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.384 sec
Running org.apache.maven.surefire.its.TestNgListenerReporter
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.295 sec
Running org.apache.maven.surefire.its.TestNgJdk14Test
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.797 sec
Running org.apache.maven.surefire.its.TwoTestCasesTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 31.446 sec
Running org.apache.maven.surefire.its.ForkModeTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 31.627 sec
Running org.apache.maven.surefire.its.Surefire224WellFormedXmlFailuresTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.769 sec
Running org.apache.maven.surefire.its.Junit4VersionsTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 45.115 sec
Running org.apache.maven.surefire.its.TestNgBeforeMethod
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.062 sec
Running org.apache.maven.surefire.its.TestNgGroupThreadParallel
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.942 sec

Results :

Failed tests: 
  testTestNgReport(org.apache.maven.surefire.its.TestNgReportTest)
  testAggregateReport(org.apache.maven.surefire.its.AggregateReportTest)

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

[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] There are test failures.

Please refer to C:\home\hudson\workspace\surefire\jdk\1.5\label\windows\trunk\surefire-integration-tests\target\surefire-reports for the individual test results.
[INFO] ------------------------------------------------------------------------
[INFO] Trace
org.apache.maven.BuildFailureException: There are test failures.

Please refer to C:\home\hudson\workspace\surefire\jdk\1.5\label\windows\trunk\surefire-integration-tests\target\surefire-reports for the individual test results.
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:715)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle(DefaultLifecycleExecutor.java:556)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:535)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:387)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:348)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:180)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:328)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:138)
	at org.apache.maven.cli.MavenCli.main(MavenCli.java:362)
	at org.apache.maven.cli.compat.CompatibleMain.main(CompatibleMain.java:60)
	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.classworlds.Launcher.launchEnhanced(Launcher.java:315)
	at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
	at org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)
	at org.codehaus.classworlds.Launcher.main(Launcher.java:375)
Caused by: org.apache.maven.plugin.MojoFailureException: There are test failures.

Please refer to C:\home\hudson\workspace\surefire\jdk\1.5\label\windows\trunk\surefire-integration-tests\target\surefire-reports for the individual test results.
	at org.apache.maven.plugin.surefire.SurefirePlugin.execute(SurefirePlugin.java:455)
	at org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:490)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:694)
	... 17 more
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 11 minutes 33 seconds
[INFO] Finished at: Thu Aug 20 13:13:08 PDT 2009
[INFO] Final Memory: 27M/49M
[INFO] ------------------------------------------------------------------------