I took a look at this failure and it doesn't relate to the changes I just made:

-------------------------------------------------------------------------------
Test set: org.apache.commons.beanutils.BeanificationTestCase
-------------------------------------------------------------------------------
Tests run: 8, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 1.778
sec <<< FAILURE!
testMemoryLeak2(org.apache.commons.beanutils.BeanificationTestCase)
Time elapsed: 0.843 sec  <<< ERROR!
java.lang.OutOfMemoryError: Java heap space
        at 
org.apache.commons.beanutils.BeanificationTestCase.testMemoryLeak2(BeanificationTestCase.java:171)

testMemoryLeak(org.apache.commons.beanutils.BeanificationTestCase)
Time elapsed: 0.707 sec  <<< ERROR!
java.lang.OutOfMemoryError: Java heap space
        at 
org.apache.commons.beanutils.BeanificationTestCase.testMemoryLeak(BeanificationTestCase.java:250)


Also that test passes for me locally.

Niall

On Fri, Sep 10, 2010 at 1:23 PM, contin...@vmbuild <contin...@apache.org> wrote:
> Online report : 
> http://vmbuild.apache.org/continuum/buildResult.action?buildId=464&projectId=65
>
> Build statistics:
>  State: Failed
>  Previous State: Ok
>  Started at: Fri 10 Sep 2010 12:20:07 +0000
>  Finished at: Fri 10 Sep 2010 12:23:08 +0000
>  Total time: 3m 0s
>  Build Trigger: Schedule
>  Build Number: 1
>  Exit code: 1
>  Building machine hostname: vmbuild
>  Operating system : Linux(unknown)
>  Java Home version :
>          java version "1.6.0_20"
>          Java(TM) SE Runtime Environment (build 1.6.0_20-b02)
>          Java HotSpot(TM) 64-Bit Server VM (build 16.3-b01, mixed mode)
>
>  Builder version :
>          Apache Maven 2.2.1 (r801777; 2009-08-06 19:16:01+0000)
>          Java version: 1.6.0_20
>          Java home: /usr/lib/jvm/java-6-sun-1.6.0.20/jre
>          Default locale: en_US, platform encoding: ANSI_X3.4-1968
>          OS name: "linux" version: "2.6.32-24-server" arch: "amd64" Family: 
> "unix"
>
> ****************************************************************************
> SCM Changes:
> ****************************************************************************
> Changed: niallp @ Fri 10 Sep 2010 12:04:05 +0000
> Comment: Update clirr version to compare to 1.8.3
> Files changed:
>  /commons/proper/beanutils/trunk/pom.xml ( 995765 )
>
> Changed: niallp @ Fri 10 Sep 2010 12:19:08 +0000
> Comment: BEANUTILS-380 BeanMap methods should initialize the root cause of 
> exceptions that are thrown when running on JDK 1.4+ - thanks to Brendan Nolan
> Files changed:
>  /commons/proper/beanutils/trunk/src/changes/changes.xml ( 995768 )
>  /commons/proper/beanutils/trunk/src/main/java/org/apache/commons/beanutils/BeanMap.java
>  ( 995768 )
>  /commons/proper/beanutils/trunk/src/test/java/org/apache/commons/beanutils/BeanMapTestCase.java
>  ( 995768 )
>  /commons/proper/beanutils/trunk/src/test/java/org/apache/commons/beanutils/BeanUtilsTestCase.java
>  ( 995768 )
>
> ****************************************************************************
> Dependencies Changes:
> ****************************************************************************
> No dependencies changed
>
>
> ****************************************************************************
> Build Definition:
> ****************************************************************************
> POM filename: pom.xml
> Goals: clean install
> Arguments: --batch-mode
> Build Fresh: false
> Always Build: false
> Default Build Definition: true
> Schedule: COMMONS_SCHEDULE
> Profile Name: Maven 2.2.1
> Description: Default Maven 2 Build Definition
>
> ****************************************************************************
> Test Summary:
> ****************************************************************************
> Tests: 1180
> Failures: 0
> Errors: 2
> Success Rate: 99
> Total time: 51.125004

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org

Reply via email to