You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@maven.apache.org by "Continuum@maven.zones.apache.org" <co...@maven.zones.apache.org> on 2007/08/07 19:15:14 UTC

[continuum] BUILD FAILURE: Maven Process Invoker

Online report : http://maven.zones.apache.org/continuum/buildResult.action?buildId=12843&projectId=57

Build statistics:
  State: Failed
  Previous State: Failed
  Started at: Tue 7 Aug 2007 17:14:57 +0000
  Finished at: Tue 7 Aug 2007 17:15:12 +0000
  Total time: 15s
  Build Trigger: Schedule
  Build Number: 13
  Exit code: 1
  Building machine hostname: maven.zones.apache.org
  Operating system : SunOS(unknown)
  Java Home version : 
          java version "1.5.0_12"
          Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_12-b04)
          Java HotSpot(TM) Server VM (build 1.5.0_12-b04, mixed mode)
        
  Builder version :
          Maven version: 2.0.6
    
****************************************************************************
SCM Changes:
****************************************************************************
No files changed

****************************************************************************
SCM Changes since last success:
****************************************************************************
****************************************************************************
Dependencies Changes:
****************************************************************************
No dependencies changed

****************************************************************************
Test Summary:
****************************************************************************
Tests: 67
Failures: 1
Total time: 6526

****************************************************************************
Output:
****************************************************************************
[INFO] Scanning for projects...
[INFO] ----------------------------------------------------------------------------
[INFO] Building Maven Process Invoker
[INFO]    task-segment: [clean, install]
[INFO] ----------------------------------------------------------------------------
[INFO] [clean:clean]
[INFO] Deleting directory /export/home/build/data/continuum/checkouts/57/target
[INFO] [plexus:descriptor {execution: create-component-descriptor}]
[INFO] [resources:resources]
[INFO] Using default encoding to copy filtered resources.
[INFO] Resource directory does not exist: /export/home/build/data/continuum/checkouts/57/src/main/resources
[INFO] Copying 1 resource
[INFO] [compiler:compile]
[INFO] Compiling 13 source files to /export/home/build/data/continuum/checkouts/57/target/classes
[INFO] [resources:testResources]
[INFO] Using default encoding to copy filtered resources.
[INFO] Copying 6 resources
[INFO] [compiler:testCompile]
[INFO] Compiling 4 source files to /export/home/build/data/continuum/checkouts/57/target/test-classes
[INFO] [surefire:test]
[INFO] Surefire report directory: /export/home/build/data/continuum/checkouts/57/target/surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.maven.shared.invoker.DefaultInvokerTest
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Invalid task ''-Dkey with spaces=value with spaces'': you must specify a valid lifecycle phase, or a goal in the format plugin:goal or pluginGroupId:pluginArtifactId:pluginVersion:goal
[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: < 1 second
[INFO] Finished at: Tue Aug 07 17:15:06 GMT+00:00 2007
[INFO] Final Memory: 1M/254M
[INFO] ------------------------------------------------------------------------
[INFO] Scanning for projects...
[INFO] ----------------------------------------------------------------------------
[INFO] Building Unnamed - org.apache.maven.shared.invoker:test-build-should-fail:jar:1
[INFO]    task-segment: [clean, package]
[INFO] ----------------------------------------------------------------------------
[INFO] [clean:clean]
[INFO] [resources:resources]
[INFO] Using default encoding to copy filtered resources.
[INFO] Resource directory does not exist: /export/home/build/data/continuum/checkouts/57/target/test-classes/test-build-should-fail/src/main/resources
[INFO] [compiler:compile]
[INFO] Compiling 1 source file to /export/home/build/data/continuum/checkouts/57/target/test-classes/test-build-should-fail/target/classes
[INFO] [resources:testResources]
[INFO] Using default encoding to copy filtered resources.
[INFO] Resource directory does not exist: /export/home/build/data/continuum/checkouts/57/target/test-classes/test-build-should-fail/src/test/resources
[INFO] [compiler:testCompile]
[INFO] Compiling 1 source file to /export/home/build/data/continuum/checkouts/57/target/test-classes/test-build-should-fail/target/test-classes
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Compilation failure

/export/home/build/data/continuum/checkouts/57/target/test-classes/test-build-should-fail/src/test/java/org/apache/maven/shared/invoker/AppTest.java:[3,23] package junit.framework does not exist

/export/home/build/data/continuum/checkouts/57/target/test-classes/test-build-should-fail/src/test/java/org/apache/maven/shared/invoker/AppTest.java:[4,23] package junit.framework does not exist

/export/home/build/data/continuum/checkouts/57/target/test-classes/test-build-should-fail/src/test/java/org/apache/maven/shared/invoker/AppTest.java:[5,23] package junit.framework does not exist

/export/home/build/data/continuum/checkouts/57/target/test-classes/test-build-should-fail/src/test/java/org/apache/maven/shared/invoker/AppTest.java:[11,12] cannot find symbol
symbol: class TestCase
    extends TestCase

/export/home/build/data/continuum/checkouts/57/target/test-classes/test-build-should-fail/src/test/java/org/apache/maven/shared/invoker/AppTest.java:[26,18] cannot find symbol
symbol  : class Test
location: class org.apache.maven.shared.invoker.AppTest

/export/home/build/data/continuum/checkouts/57/target/test-classes/test-build-should-fail/src/test/java/org/apache/maven/shared/invoker/AppTest.java:[28,19] cannot find symbol
symbol  : class TestSuite
location: class org.apache.maven.shared.invoker.AppTest

/export/home/build/data/continuum/checkouts/57/target/test-classes/test-build-should-fail/src/test/java/org/apache/maven/shared/invoker/AppTest.java:[36,8] cannot find symbol
symbol  : method assertTrue(boolean)
location: class org.apache.maven.shared.invoker.AppTest


[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 3 seconds
[INFO] Finished at: Tue Aug 07 17:15:11 GMT+00:00 2007
[INFO] Final Memory: 6M/321M
[INFO] ------------------------------------------------------------------------
Tests run: 2, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 6.272 sec <<< FAILURE!
Running org.apache.maven.shared.invoker.SystemOutHandlerTest
Starting: testConsumeWithoutAlwaysFlush
This is a test.
Starting: testConsumeWithAlwaysFlush
This is a test.
Starting: testConsumeNullLine

Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec
Running org.apache.maven.shared.invoker.MavenCommandLineBuilderTest
[WARN] Specified base directory (/var/tmp/invoker-tests/file-option-nonstd-basedir/non-standard-pom.xml) is a file. Using its parent directory...
[WARN] Base directory is a file. Using base directory as POM location.
[WARN] Specified base directory (/var/tmp/invoker-tests/std-basedir-is-pom-file/pom.xml) is a file. Using its parent directory...
[WARN] Base directory is a file. Using base directory as POM location.
Executable is: cd /var/tmp/invoker-tests/typical-end-to-end-cli-build && /var/tmp/invoker-tests/maven-home/bin/mvn
Tests run: 37, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.233 sec
Running org.apache.maven.shared.invoker.SystemOutLoggerTest
Starting: testDebugWithMessageOnly
Starting: testDebugWithMessageAndError
Starting: testDebugWithNullMessageAndNoError
Starting: testDebugWithNullMessageError
Starting: testDebugWithMessageNullError
Starting: testInfoWithMessageOnly
[INFO] This is a test message.
Starting: testInfoWithMessageAndError
[INFO] This is a test message.
Error:
java.net.MalformedURLException: This is meant to happen. It's part of the test.
	at org.apache.maven.shared.invoker.SystemOutLoggerTest.<clinit>(SystemOutLoggerTest.java:11)
	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
	at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
	at junit.framework.TestSuite.createTest(TestSuite.java:131)
	at junit.framework.TestSuite.addTestMethod(TestSuite.java:114)
	at junit.framework.TestSuite.<init>(TestSuite.java:75)
	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
	at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
	at org.apache.maven.surefire.junit.JUnitTestSet.constructTestObject(JUnitTestSet.java:151)
	at org.apache.maven.surefire.junit.JUnitTestSet.getTestCount(JUnitTestSet.java:247)
	at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.locateTestSets(AbstractDirectoryTestSuite.java:104)
	at org.apache.maven.surefire.Surefire.createSuiteFromDefinition(Surefire.java:150)
	at org.apache.maven.surefire.Surefire.run(Surefire.java:111)
	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:307)
	at org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:883)

Starting: testInfoWithNullMessageAndNoError
Starting: testInfoWithNullMessageError
[INFO] Error:
java.net.MalformedURLException: This is meant to happen. It's part of the test.
	at org.apache.maven.shared.invoker.SystemOutLoggerTest.<clinit>(SystemOutLoggerTest.java:11)
	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
	at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
	at junit.framework.TestSuite.createTest(TestSuite.java:131)
	at junit.framework.TestSuite.addTestMethod(TestSuite.java:114)
	at junit.framework.TestSuite.<init>(TestSuite.java:75)
	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
	at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
	at org.apache.maven.surefire.junit.JUnitTestSet.constructTestObject(JUnitTestSet.java:151)
	at org.apache.maven.surefire.junit.JUnitTestSet.getTestCount(JUnitTestSet.java:247)
	at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.locateTestSets(AbstractDirectoryTestSuite.java:104)
	at org.apache.maven.surefire.Surefire.createSuiteFromDefinition(Surefire.java:150)
	at org.apache.maven.surefire.Surefire.run(Surefire.java:111)
	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:307)
	at org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:883)

Starting: testInfoWithMessageNullError
[INFO] This is a test message.
Starting: testWarnWithMessageOnly
[WARN] This is a test message.
Starting: testWarnWithMessageAndError
[WARN] This is a test message.
Error:
java.net.MalformedURLException: This is meant to happen. It's part of the test.
	at org.apache.maven.shared.invoker.SystemOutLoggerTest.<clinit>(SystemOutLoggerTest.java:11)
	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
	at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
	at junit.framework.TestSuite.createTest(TestSuite.java:131)
	at junit.framework.TestSuite.addTestMethod(TestSuite.java:114)
	at junit.framework.TestSuite.<init>(TestSuite.java:75)
	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
	at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
	at org.apache.maven.surefire.junit.JUnitTestSet.constructTestObject(JUnitTestSet.java:151)
	at org.apache.maven.surefire.junit.JUnitTestSet.getTestCount(JUnitTestSet.java:247)
	at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.locateTestSets(AbstractDirectoryTestSuite.java:104)
	at org.apache.maven.surefire.Surefire.createSuiteFromDefinition(Surefire.java:150)
	at org.apache.maven.surefire.Surefire.run(Surefire.java:111)
	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:307)
	at org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:883)

Starting: testWarnWithNullMessageAndNoError
Starting: testWarnWithNullMessageError
[WARN] Error:
java.net.MalformedURLException: This is meant to happen. It's part of the test.
	at org.apache.maven.shared.invoker.SystemOutLoggerTest.<clinit>(SystemOutLoggerTest.java:11)
	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
	at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
	at junit.framework.TestSuite.createTest(TestSuite.java:131)
	at junit.framework.TestSuite.addTestMethod(TestSuite.java:114)
	at junit.framework.TestSuite.<init>(TestSuite.java:75)
	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
	at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
	at org.apache.maven.surefire.junit.JUnitTestSet.constructTestObject(JUnitTestSet.java:151)
	at org.apache.maven.surefire.junit.JUnitTestSet.getTestCount(JUnitTestSet.java:247)
	at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.locateTestSets(AbstractDirectoryTestSuite.java:104)
	at org.apache.maven.surefire.Surefire.createSuiteFromDefinition(Surefire.java:150)
	at org.apache.maven.surefire.Surefire.run(Surefire.java:111)
	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:307)
	at org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:883)

Starting: testWarnWithMessageNullError
[WARN] This is a test message.
Starting: testErrorWithMessageOnly
[ERROR] This is a test message.
Starting: testErrorWithMessageAndError
[ERROR] This is a test message.
Error:
java.net.MalformedURLException: This is meant to happen. It's part of the test.
	at org.apache.maven.shared.invoker.SystemOutLoggerTest.<clinit>(SystemOutLoggerTest.java:11)
	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
	at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
	at junit.framework.TestSuite.createTest(TestSuite.java:131)
	at junit.framework.TestSuite.addTestMethod(TestSuite.java:114)
	at junit.framework.TestSuite.<init>(TestSuite.java:75)
	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
	at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
	at org.apache.maven.surefire.junit.JUnitTestSet.constructTestObject(JUnitTestSet.java:151)
	at org.apache.maven.surefire.junit.JUnitTestSet.getTestCount(JUnitTestSet.java:247)
	at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.locateTestSets(AbstractDirectoryTestSuite.java:104)
	at org.apache.maven.surefire.Surefire.createSuiteFromDefinition(Surefire.java:150)
	at org.apache.maven.surefire.Surefire.run(Surefire.java:111)
	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:307)
	at org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:883)

Starting: testErrorWithNullMessageAndNoError
Starting: testErrorWithNullMessageError
[ERROR] Error:
java.net.MalformedURLException: This is meant to happen. It's part of the test.
	at org.apache.maven.shared.invoker.SystemOutLoggerTest.<clinit>(SystemOutLoggerTest.java:11)
	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
	at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
	at junit.framework.TestSuite.createTest(TestSuite.java:131)
	at junit.framework.TestSuite.addTestMethod(TestSuite.java:114)
	at junit.framework.TestSuite.<init>(TestSuite.java:75)
	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
	at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
	at org.apache.maven.surefire.junit.JUnitTestSet.constructTestObject(JUnitTestSet.java:151)
	at org.apache.maven.surefire.junit.JUnitTestSet.getTestCount(JUnitTestSet.java:247)
	at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.locateTestSets(AbstractDirectoryTestSuite.java:104)
	at org.apache.maven.surefire.Surefire.createSuiteFromDefinition(Surefire.java:150)
	at org.apache.maven.surefire.Surefire.run(Surefire.java:111)
	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:307)
	at org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:883)

Starting: testErrorWithMessageNullError
[ERROR] This is a test message.
Starting: testFatalErrorWithMessageOnly
[FATAL] This is a test message.
Starting: testFatalErrorWithMessageAndError
[FATAL] This is a test message.
Error:
java.net.MalformedURLException: This is meant to happen. It's part of the test.
	at org.apache.maven.shared.invoker.SystemOutLoggerTest.<clinit>(SystemOutLoggerTest.java:11)
	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
	at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
	at junit.framework.TestSuite.createTest(TestSuite.java:131)
	at junit.framework.TestSuite.addTestMethod(TestSuite.java:114)
	at junit.framework.TestSuite.<init>(TestSuite.java:75)
	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
	at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
	at org.apache.maven.surefire.junit.JUnitTestSet.constructTestObject(JUnitTestSet.java:151)
	at org.apache.maven.surefire.junit.JUnitTestSet.getTestCount(JUnitTestSet.java:247)
	at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.locateTestSets(AbstractDirectoryTestSuite.java:104)
	at org.apache.maven.surefire.Surefire.createSuiteFromDefinition(Surefire.java:150)
	at org.apache.maven.surefire.Surefire.run(Surefire.java:111)
	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:307)
	at org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:883)

Starting: testFatalErrorWithNullMessageAndNoError
Starting: testFatalErrorWithNullMessageError
[FATAL] Error:
java.net.MalformedURLException: This is meant to happen. It's part of the test.
	at org.apache.maven.shared.invoker.SystemOutLoggerTest.<clinit>(SystemOutLoggerTest.java:11)
	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
	at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
	at junit.framework.TestSuite.createTest(TestSuite.java:131)
	at junit.framework.TestSuite.addTestMethod(TestSuite.java:114)
	at junit.framework.TestSuite.<init>(TestSuite.java:75)
	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
	at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
	at org.apache.maven.surefire.junit.JUnitTestSet.constructTestObject(JUnitTestSet.java:151)
	at org.apache.maven.surefire.junit.JUnitTestSet.getTestCount(JUnitTestSet.java:247)
	at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.locateTestSets(AbstractDirectoryTestSuite.java:104)
	at org.apache.maven.surefire.Surefire.createSuiteFromDefinition(Surefire.java:150)
	at org.apache.maven.surefire.Surefire.run(Surefire.java:111)
	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:307)
	at org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:883)

Starting: testFatalErrorWithMessageNullError
[FATAL] This is a test message.
Tests run: 25, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.048 sec

Results :

Failed tests: 
  testBuildShouldSucceed(org.apache.maven.shared.invoker.DefaultInvokerTest)

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

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

Please refer to /export/home/build/data/continuum/checkouts/57/target/surefire-reports for the individual test results.
[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 13 seconds
[INFO] Finished at: Tue Aug 07 17:15:11 GMT+00:00 2007
[INFO] Final Memory: 9M/322M
[INFO] ------------------------------------------------------------------------

****************************************************************************