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/11/18 00:24:32 UTC

[continuum] BUILD FAILURE: Maven Process Invoker

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

Build statistics:
  State: Failed
  Previous State: Ok
  Started at: Sat 17 Nov 2007 23:24:13 +0000
  Finished at: Sat 17 Nov 2007 23:24:29 +0000
  Total time: 15s
  Build Trigger: Schedule
  Build Number: 16
  Exit code: 1
  Building machine hostname: maven.zones.apache.org
  Operating system : SunOS(unknown)
  Java Home version : 
          java version "1.4.2_09"
          Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_09-b05)
          Java HotSpot(TM) Client VM (build 1.4.2_09-b05, mixed mode)
        
  Builder version :
          Maven version: 2.0.7
          Java version: 1.4.2_09
          OS name: "sunos" version: "5.10" arch: "x86"
    
****************************************************************************
SCM Changes:
****************************************************************************
Changed: no author @ no date
Comment: no comment
Files changed:
  src/test/java/org/apache/maven/shared/invoker/DefaultInvokerTest.java ( no revision )
  src/test/java/org/apache/maven/shared/invoker/MavenCommandLineBuilderTest.java ( no revision )
  src/test/java/org/apache/maven/shared/invoker/SystemOutHandlerTest.java ( no revision )
  src/test/java/org/apache/maven/shared/invoker/SystemOutLoggerTest.java ( no revision )
  src/main/java/org/apache/maven/shared/invoker/MavenInvocationException.java ( no revision )
  src/main/java/org/apache/maven/shared/invoker/DefaultInvoker.java ( no revision )
  src/main/java/org/apache/maven/shared/invoker/InvocationRequest.java ( no revision )
  src/main/java/org/apache/maven/shared/invoker/MavenCommandLineBuilder.java ( no revision )
  src/main/java/org/apache/maven/shared/invoker/DefaultInvocationRequest.java ( no revision )
  src/main/java/org/apache/maven/shared/invoker/InvocationOutputHandler.java ( no revision )
  src/main/java/org/apache/maven/shared/invoker/InvocationResult.java ( no revision )
  src/main/java/org/apache/maven/shared/invoker/SystemOutHandler.java ( no revision )
  src/main/java/org/apache/maven/shared/invoker/SystemOutLogger.java ( no revision )
  src/main/java/org/apache/maven/shared/invoker/CommandLineConfigurationException.java ( no revision )
  src/main/java/org/apache/maven/shared/invoker/DefaultInvocationResult.java ( no revision )
  src/main/java/org/apache/maven/shared/invoker/Invoker.java ( no revision )
  src/main/java/org/apache/maven/shared/invoker/InvokerLogger.java ( no revision )
  pom.xml ( no revision )

****************************************************************************
Dependencies Changes:
****************************************************************************
No dependencies changed


****************************************************************************
Build Defintion:
****************************************************************************
POM filename: pom.xml
Goals: clean install   
Arguments: --batch-mode --non-recursive
Build Fresh: false
Always Build: false
Default Build Definition: true
Schedule: DEFAULT_SCHEDULE
Profile Name: JDK 1.4.2
Description: 


****************************************************************************
Test Summary:
****************************************************************************
Tests: 68
Failures: 2
Total time: 227

****************************************************************************
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
Tests run: 2, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 0.09 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.011 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: 38, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.137 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:30)
	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:274)
	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:274)
	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:324)
	at org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:314)
	at org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:929)

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:30)
	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:274)
	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:274)
	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:324)
	at org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:314)
	at org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:929)

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:30)
	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:274)
	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:274)
	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:324)
	at org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:314)
	at org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:929)

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:30)
	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:274)
	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:274)
	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:324)
	at org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:314)
	at org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:929)

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:30)
	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:274)
	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:274)
	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:324)
	at org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:314)
	at org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:929)

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:30)
	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:274)
	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:274)
	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:324)
	at org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:314)
	at org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:929)

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:30)
	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:274)
	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:274)
	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:324)
	at org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:314)
	at org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:929)

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:30)
	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:274)
	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:274)
	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:324)
	at org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:314)
	at org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:929)

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

Results :

Tests in error: 
  testBuildShouldSucceed(org.apache.maven.shared.invoker.DefaultInvokerTest)
  testBuildShouldFail(org.apache.maven.shared.invoker.DefaultInvokerTest)

Tests run: 68, Failures: 0, Errors: 2, 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: Sat Nov 17 23:24:29 GMT+00:00 2007
[INFO] Final Memory: 10M/20M
[INFO] ------------------------------------------------------------------------

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



Re: [continuum] BUILD FAILURE: Maven Process Invoker

Posted by olivier lamy <ol...@apache.org>.
Hi,
This build looks to require some external setup [1] to build with continuum.
I will try to fix this.

--
Olivier

[1]
http://maven.zones.apache.org/continuum/surefireReport.action?buildId=35468&projectId=57#org.apache.maven.shared.invoker.DefaultInvokerTest

7/11/18, Continuum@maven.zones.apache.org <continuum@maven.zones.apache.org
>:
>
> Online report :
> http://maven.zones.apache.org/continuum/buildResult.action?buildId=35468&projectId=57
>
> Build statistics:
>   State: Failed
>   Previous State: Ok
>   Started at: Sat 17 Nov 2007 23:24:13 +0000
>   Finished at: Sat 17 Nov 2007 23:24:29 +0000
>   Total time: 15s
>   Build Trigger: Schedule
>   Build Number: 16
>   Exit code: 1
>   Building machine hostname: maven.zones.apache.org
>   Operating system : SunOS(unknown)
>   Java Home version :
>           java version "1.4.2_09"
>           Java(TM) 2 Runtime Environment, Standard Edition (build
> 1.4.2_09-b05)
>           Java HotSpot(TM) Client VM (build 1.4.2_09-b05, mixed mode)
>
>   Builder version :
>           Maven version: 2.0.7
>           Java version: 1.4.2_09
>           OS name: "sunos" version: " 5.10" arch: "x86"
>
>
> ****************************************************************************
> SCM Changes:
>
> ****************************************************************************
> Changed: no author @ no date
> Comment: no comment
> Files changed:
>   src/test/java/org/apache/maven/shared/invoker/DefaultInvokerTest.java (
> no revision )
>   src/test/java/org/apache/maven/shared/invoker/MavenCommandLineBuilderTest.java
> ( no revision )
>   src/test/java/org/apache/maven/shared/invoker/SystemOutHandlerTest.java
> ( no revision )
>   src/test/java/org/apache/maven/shared/invoker/SystemOutLoggerTest.java (
> no revision )
>   src/main/java/org/apache/maven/shared/invoker/MavenInvocationException.java
> ( no revision )
>   src/main/java/org/apache/maven/shared/invoker/DefaultInvoker.java ( no
> revision )
>   src/main/java/org/apache/maven/shared/invoker/InvocationRequest.java (
> no revision )
>   src/main/java/org/apache/maven/shared/invoker/MavenCommandLineBuilder.java
> ( no revision )
>   src/main/java/org/apache/maven/shared/invoker/DefaultInvocationRequest.java
> ( no revision )
>   src/main/java/org/apache/maven/shared/invoker/InvocationOutputHandler.java
> ( no revision )
>   src/main/java/org/apache/maven/shared/invoker/InvocationResult.java ( no
> revision )
>   src/main/java/org/apache/maven/shared/invoker/SystemOutHandler.java ( no
> revision )
>   src/main/java/org/apache/maven/shared/invoker/SystemOutLogger.java ( no
> revision )
>   src/main/java/org/apache/maven/shared/invoker/CommandLineConfigurationException.java
> ( no revision )
>   src/main/java/org/apache/maven/shared/invoker/DefaultInvocationResult.java
> ( no revision )
>   src/main/java/org/apache/maven/shared/invoker/Invoker.java ( no revision
> )
>   src/main/java/org/apache/maven/shared/invoker/InvokerLogger.java ( no
> revision )
>   pom.xml ( no revision )
>
>
> ****************************************************************************
> Dependencies Changes:
>
> ****************************************************************************
> No dependencies changed
>
>
>
> ****************************************************************************
> Build Defintion:
>
> ****************************************************************************
> POM filename: pom.xml
> Goals: clean install
> Arguments: --batch-mode --non-recursive
> Build Fresh: false
> Always Build: false
> Default Build Definition: true
> Schedule: DEFAULT_SCHEDULE
> Profile Name: JDK 1.4.2
> Description:
>
>
>
> ****************************************************************************
> Test Summary:
>
> ****************************************************************************
> Tests: 68
> Failures: 2
> Total time: 227
>
>
> ****************************************************************************
> 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
> Tests run: 2, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 0.09 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.011 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: 38, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.137 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:30)
>         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:274)
>         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:274)
>         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:324)
>         at
> org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(
> SurefireBooter.java:314)
>         at org.apache.maven.surefire.booter.SurefireBooter.main (
> SurefireBooter.java:929)
>
> 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:30)
>         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:274)
>         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:274)
>         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:324)
>         at
> org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(
> SurefireBooter.java:314)
>         at org.apache.maven.surefire.booter.SurefireBooter.main (
> SurefireBooter.java:929)
>
> 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 :30)
>         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:274)
>         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:274)
>         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:324)
>         at
> org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(
> SurefireBooter.java:314)
>         at org.apache.maven.surefire.booter.SurefireBooter.main (
> SurefireBooter.java:929)
>
> 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:30)
>         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:274)
>         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:274)
>         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:324)
>         at
> org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(
> SurefireBooter.java:314)
>         at org.apache.maven.surefire.booter.SurefireBooter.main (
> SurefireBooter.java:929)
>
> 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 :30)
>         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:274)
>         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:274)
>         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:324)
>         at
> org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(
> SurefireBooter.java:314)
>         at org.apache.maven.surefire.booter.SurefireBooter.main (
> SurefireBooter.java:929)
>
> 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:30)
>         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:274)
>         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:274)
>         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:324)
>         at
> org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(
> SurefireBooter.java:314)
>         at org.apache.maven.surefire.booter.SurefireBooter.main (
> SurefireBooter.java:929)
>
> 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 :30)
>         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:274)
>         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:274)
>         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:324)
>         at
> org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(
> SurefireBooter.java:314)
>         at org.apache.maven.surefire.booter.SurefireBooter.main (
> SurefireBooter.java:929)
>
> 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:30)
>         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:274)
>         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:274)
>         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:324)
>         at
> org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(
> SurefireBooter.java:314)
>         at org.apache.maven.surefire.booter.SurefireBooter.main (
> SurefireBooter.java:929)
>
> Starting: testFatalErrorWithMessageNullError
> [FATAL] This is a test message.
> Tests run: 25, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 sec
>
> Results :
>
> Tests in error:
>   testBuildShouldSucceed(
> org.apache.maven.shared.invoker.DefaultInvokerTest)
>   testBuildShouldFail(org.apache.maven.shared.invoker.DefaultInvokerTest)
>
> Tests run: 68, Failures: 0, Errors: 2, 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: Sat Nov 17 23:24:29 GMT+00:00 2007
> [INFO] Final Memory: 10M/20M
> [INFO]
> ------------------------------------------------------------------------
>
>
> ****************************************************************************
>
>
>