Started by user anonymous
[workspace] $ mvn clean test
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Building small
[INFO]    task-segment: [clean, test]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean]
[INFO] [resources:resources]
[INFO] Using default encoding to copy filtered resources.
[INFO] [compiler:compile]
[INFO] Compiling 1 source file to /Users/bshine/src/os-hudson/hudson-1.322/war/work/jobs/wonky/workspace/target/classes
[INFO] [resources:testResources]
[INFO] Using default encoding to copy filtered resources.
[INFO] [compiler:testCompile]
[INFO] Compiling 3 source files to /Users/bshine/src/os-hudson/hudson-1.322/war/work/jobs/wonky/workspace/target/test-classes
[INFO] [surefire:test]
[INFO] Surefire report directory: /Users/bshine/src/os-hudson/hudson-1.322/war/work/jobs/wonky/workspace/target/surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.jvnet.hudson.examples.small.deep.DeepTest
Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.397 sec <<< FAILURE!
Running org.jvnet.hudson.examples.small.MiscTest
Tests run: 2, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.023 sec <<< FAILURE!
Running org.jvnet.hudson.examples.small.AppTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 sec

Results :

Failed tests: 
  testScubaGear(org.jvnet.hudson.examples.small.deep.DeepTest)
  testEleanor(org.jvnet.hudson.examples.small.MiscTest)

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

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

Please refer to /Users/bshine/src/os-hudson/hudson-1.322/war/work/jobs/wonky/workspace/target/surefire-reports for the individual test results.
[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 8 seconds
[INFO] Finished at: Mon Dec 21 20:34:35 PST 2009
[INFO] Final Memory: 15M/125M
[INFO] ------------------------------------------------------------------------
Recording test results
Finished: FAILURE
