You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by "Continuum@vmbuild.apache.org" <co...@apache.org> on 2009/02/06 16:36:29 UTC

[continuum] BUILD FAILURE: Commons - Commons IO -

Online report : http://vmbuild.apache.org/continuum/buildResult.action?buildId=141109&projectId=155

Build statistics:
  State: Failed
  Previous State: Ok
  Started at: Fri 6 Feb 2009 07:33:28 -0800
  Finished at: Fri 6 Feb 2009 07:36:13 -0800
  Total time: 2m 44s
  Build Trigger: Schedule
  Build Number: 93
  Exit code: 1
  Building machine hostname: vmbuild.apache.org
  Operating system : Linux(unknown)
  Java Home version : 
          java version "1.6.0_05"
          Java(TM) SE Runtime Environment (build 1.6.0_05-b13)
          Java HotSpot(TM) Client VM (build 10.0-b19, mixed mode, sharing)
        
  Builder version :
          Maven version: 2.0.9
          Java version: 1.6.0_05
          OS name: "linux" version: "2.6.20-16-server" arch: "i386" Family: "unix"
    
****************************************************************************
SCM Changes:
****************************************************************************
Changed: jukka @ Fri 6 Feb 2009 05:29:06 -0800
Comment: IO-192: Tagged input and output streams

Added the proposed TaggedIOException, TaggedInputStream and TaggedOutputStream classes and related unit tests.
Files changed:
  /commons/proper/io/trunk/src/java/org/apache/commons/io/TaggedIOException.java ( 741562 )
  /commons/proper/io/trunk/src/java/org/apache/commons/io/input/TaggedInputStream.java ( 741562 )
  /commons/proper/io/trunk/src/java/org/apache/commons/io/output/TaggedOutputStream.java ( 741562 )
  /commons/proper/io/trunk/src/test/org/apache/commons/io/PackageTestSuite.java ( 741562 )
  /commons/proper/io/trunk/src/test/org/apache/commons/io/TaggedIOExceptionTest.java ( 741562 )
  /commons/proper/io/trunk/src/test/org/apache/commons/io/input/PackageTestSuite.java ( 741562 )
  /commons/proper/io/trunk/src/test/org/apache/commons/io/input/TaggedInputStreamTest.java ( 741562 )
  /commons/proper/io/trunk/src/test/org/apache/commons/io/output/PackageTestSuite.java ( 741562 )
  /commons/proper/io/trunk/src/test/org/apache/commons/io/output/TaggedOutputStreamTest.java ( 741562 )

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


****************************************************************************
Build Definition:
****************************************************************************
POM filename: pom.xml
Goals: clean deploy   
Arguments: --batch-mode -DaltDeploymentRepository=vmbuild.repo::default::file://localhost/home/continuum/data/commons -Pci
Build Fresh: false
Always Build: false
Default Build Definition: true
Schedule: COMMONS_SCHEDULE
Profile Name: JDK 6
Description: 

****************************************************************************
Test Summary:
****************************************************************************
Tests: 607
Failures: 1
Total time: 64.56899

****************************************************************************
Test Failures:
****************************************************************************

FilesystemObserverTestCase
    testFileCreate :
  junit.framework.AssertionFailedError
  junit.framework.AssertionFailedError: E[0 0 0 1 0 0]: No. of directories changed expected:<1> but was:<0>
	at junit.framework.Assert.fail(Assert.java:47)
	at junit.framework.Assert.failNotEquals(Assert.java:282)
	at junit.framework.Assert.assertEquals(Assert.java:64)
	at junit.framework.Assert.assertEquals(Assert.java:201)
	at org.apache.commons.io.monitor.FilesystemObserverTestCase.checkCollectionSizes(FilesystemObserverTestCase.java:424)
	at org.apache.commons.io.monitor.FilesystemObserverTestCase.testFileCreate(FilesystemObserverTestCase.java:203)

  



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


Re: [continuum] BUILD FAILURE: Commons - Commons IO -

Posted by Niall Pemberton <ni...@gmail.com>.
On Fri, Feb 6, 2009 at 4:30 PM, Jukka Zitting <ju...@gmail.com> wrote:
> Hi,
>
> On Fri, Feb 6, 2009 at 4:36 PM, Continuum@vmbuild.apache.org
> <co...@apache.org> wrote:
>> Online report :
>> http://vmbuild.apache.org/continuum/buildResult.action?buildId=141109&projectId=155
>
> That page is read-protected even after I registered an account on the
> Continuum instance.
>
>> FilesystemObserverTestCase
>>   testFileCreate :
>>  junit.framework.AssertionFailedError
>>  junit.framework.AssertionFailedError: E[0 0 0 1 0 0]: No. of directories
>> changed expected:<1> but was:<0>
>
> This doesn't seem related to the change I committed and I can't
> reproduce the failure locally. Can someone with Continuum access check
> what this is about?

It has been failing randomly for a while - but I can't reproduce it
either and haven't been able to work out why.

Niall

> BR,
>
> Jukka Zitting

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


Re: [continuum] BUILD FAILURE: Commons - Commons IO -

Posted by Jukka Zitting <ju...@gmail.com>.
Hi,

On Fri, Feb 6, 2009 at 5:30 PM, Jukka Zitting <ju...@gmail.com> wrote:
> On Fri, Feb 6, 2009 at 4:36 PM, Continuum@vmbuild.apache.org
>> FilesystemObserverTestCase
>>   testFileCreate :
>>  junit.framework.AssertionFailedError
>>  junit.framework.AssertionFailedError: E[0 0 0 1 0 0]: No. of directories
>> changed expected:<1> but was:<0>
>
> This doesn't seem related to the change I committed and I can't
> reproduce the failure locally. Can someone with Continuum access check
> what this is about?

Looks like a random failure, as another unrelated commit fixed the problem.

BR,

Jukka Zitting

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


Re: [continuum] BUILD FAILURE: Commons - Commons IO -

Posted by Jukka Zitting <ju...@gmail.com>.
Hi,

On Fri, Feb 6, 2009 at 4:36 PM, Continuum@vmbuild.apache.org
<co...@apache.org> wrote:
> Online report :
> http://vmbuild.apache.org/continuum/buildResult.action?buildId=141109&projectId=155

That page is read-protected even after I registered an account on the
Continuum instance.

> FilesystemObserverTestCase
>   testFileCreate :
>  junit.framework.AssertionFailedError
>  junit.framework.AssertionFailedError: E[0 0 0 1 0 0]: No. of directories
> changed expected:<1> but was:<0>

This doesn't seem related to the change I committed and I can't
reproduce the failure locally. Can someone with Continuum access check
what this is about?

BR,

Jukka Zitting

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