Favicon

[continuum] BUILD FAILURE: Commons - Commons IO - Build Def:

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

Build statistics:
  State: Failed
  Previous State: Failed
  Started at: Mon 11 Aug 2008 05:59:58 -0700
  Finished at: Mon 11 Aug 2008 06:01:02 -0700
  Total time: 1m 4s
  Build Trigger: Schedule
  Build Number: 82
  Exit code: 1
  Building machine hostname: vmbuild.apache.org
  Operating system : Linux(unknown)
  Java Home version : 
          java version "1.5.0_12"
          Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_12-b04)
          Java HotSpot(TM) Client VM (build 1.5.0_12-b04, mixed mode, sharing)

  Builder version :
          Maven version: 2.0.8
          Java version: 1.5.0_12
          OS name: "linux" version: "2.6.20-16-server" arch: "i386" Family: "unix"

****************************************************************************
SCM Changes:
****************************************************************************
Changed: niallp @ Mon 11 Aug 2008 04:21:38 -0700
Comment: Fix IO-168 Symbolic links (symlinks) followed when deleting directory - reported by Apostolos
Lerios, thanks to Attila Szegedi for the solution and Brydie McCoy for the patch
Files changed:
  /commons/proper/io/trunk/src/java/org/apache/commons/io/FileUtils.java ( 684715 )

/commons/proper/io/trunk/src/test/org/apache/commons/io/FileUtilsCleanSymlinksTestCase.java
( 684715 )

Changed: niallp @ Mon 11 Aug 2008 04:25:47 -0700
Comment: Fix IO-168 Add symlink check to deleteDirectoryOnExit() method as well
Files changed:
  /commons/proper/io/trunk/src/java/org/apache/commons/io/FileUtils.java ( 684716 )

Changed: niallp @ Mon 11 Aug 2008 04:47:43 -0700
Comment: Javadoc changes
Files changed:
  /commons/proper/io/trunk/src/java/org/apache/commons/io/FileUtils.java ( 684725 )

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

****************************************************************************
Build Defintion:
****************************************************************************
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: Java 5
Description: 

****************************************************************************
Test Summary:
****************************************************************************
Tests: 510
Failures: 1
Total time: 34.012

****************************************************************************
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)

Gmane