You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by David Jencks <da...@yahoo.com> on 2009/01/19 07:05:34 UTC

What does this mean?

Results :
Tests run: 1837, Failures: 0, Errors: 0, Skipped: 0

[INFO]  
------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO]  
------------------------------------------------------------------------
[INFO] There are test failures.
[INFO]  
------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO]  
------------------------------------------------------------------------
[INFO] Total time: 66 minutes 20 seconds
[INFO] Finished at: Sun Jan 18 19:05:55 PST 2009
[INFO] Final Memory: 51M/508M
[INFO]  
------------------------------------------------------------------------

I think this has happened twice now.

maven 2.0.9, I'm building activemq trunk.

thanks
david jencks

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: What does this mean?

Posted by Mateusz GrzechociƄski <ma...@grzechocinski.net>.
Hi,

does your project have some other modules?

2009/1/19 David Jencks <da...@yahoo.com>:
> Results :
> Tests run: 1837, Failures: 0, Errors: 0, Skipped: 0

In my opinion this info is only for the current module which was
build. Check maven logs for the same (but with failures > 0) somewhere
higher. You can also run maven with -X -e , then you should see some
additional stack traces. Maven surefire plugin generates additional
reports with test failure cause in target/maven-surefire-plugin of
current module

-- 
Greetings,
Matthew

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: What does this mean?

Posted by Thomas Lutz <ma...@gmx.at>.
Holger Hoffstaette schrieb:
> On Sun, 18 Jan 2009 22:05:34 -0800, David Jencks wrote:
>
>   
>> Results :
>> Tests run: 1837, Failures: 0, Errors: 0, Skipped: 0
>>
>> [INFO]  
>> ------------------------------------------------------------------------
>> [ERROR] BUILD FAILURE
>> [INFO]  
>> ------------------------------------------------------------------------
>> [INFO] There are test failures.
>>     
>
> Probably a subprocess that exited with return code != 0, which is
> interpreted as test failure. I think I've seen the same behaviour in the
> past but don't remember the details.
>
>   
>> I'm building activemq trunk.
>>     
>
> That's likely the problem :->
>   

+1 for me... last time I tried activemq trunk I had to 
-Dmaven.test.skip=true ...

cheers,
tom

> -h
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
>
>   


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: What does this mean?

Posted by Holger Hoffstaette <ho...@wizards.de>.
On Sun, 18 Jan 2009 22:05:34 -0800, David Jencks wrote:

> Results :
> Tests run: 1837, Failures: 0, Errors: 0, Skipped: 0
> 
> [INFO]  
> ------------------------------------------------------------------------
> [ERROR] BUILD FAILURE
> [INFO]  
> ------------------------------------------------------------------------
> [INFO] There are test failures.

Probably a subprocess that exited with return code != 0, which is
interpreted as test failure. I think I've seen the same behaviour in the
past but don't remember the details.

> I'm building activemq trunk.

That's likely the problem :->

-h



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: What does this mean?

Posted by Brett Randall <ja...@gmail.com>.
Is this intermittent? Does running with -e -X give any additional hints?  Do
you have a MAVEN_OPTS set with -Xmx - could you be running out of heap
(perhaps at around 512M)?

Best
Brett

On Mon, Jan 19, 2009 at 5:05 PM, David Jencks <da...@yahoo.com>wrote:

>
> Results :
> Tests run: 1837, Failures: 0, Errors: 0, Skipped: 0
>
> [INFO]
> ------------------------------------------------------------------------
> [ERROR] BUILD FAILURE
> [INFO]
> ------------------------------------------------------------------------
> [INFO] There are test failures.
> [INFO]
> ------------------------------------------------------------------------
> [INFO] For more information, run Maven with the -e switch
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Total time: 66 minutes 20 seconds
> [INFO] Finished at: Sun Jan 18 19:05:55 PST 2009
> [INFO] Final Memory: 51M/508M
> [INFO]
> ------------------------------------------------------------------------
>
> I think this has happened twice now.
>
> maven 2.0.9, I'm building activemq trunk.
>
> thanks
> david jencks
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
>
>