Online report :
http://vmbuild.apache.org/continuum/buildResult.action?buildId=127342&projectId=155
Build statistics:
State: Failed
Previous State: Failed
Started at: Fri 28 Nov 2008 21:07:27 -0800
Finished at: Fri 28 Nov 2008 21:08:39 -0800
Total time: 1m 12s
Build Trigger: Schedule
Build Number: 85
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.9
Java version: 1.5.0_12
OS name: "linux" version: "2.6.20-16-server" arch: "i386" Family:
"unix"
****************************************************************************
SCM Changes:
****************************************************************************
Changed: niallp @ Fri 28 Nov 2008 20:46:54 -0800
Comment: IO-142 Add facility to sort file lists/arrays to Comparator
implementations
Files changed:
/commons/proper/io/trunk/src/java/org/apache/commons/io/comparator/AbstractFileComparator.java
( 721626 )
/commons/proper/io/trunk/src/java/org/apache/commons/io/comparator/DefaultFileComparator.java
( 721626 )
/commons/proper/io/trunk/src/java/org/apache/commons/io/comparator/ExtensionFileComparator.java
( 721626 )
/commons/proper/io/trunk/src/java/org/apache/commons/io/comparator/LastModifiedFileComparator.java
( 721626 )
/commons/proper/io/trunk/src/java/org/apache/commons/io/comparator/NameFileComparator.java
( 721626 )
/commons/proper/io/trunk/src/java/org/apache/commons/io/comparator/PathFileComparator.java
( 721626 )
/commons/proper/io/trunk/src/java/org/apache/commons/io/comparator/ReverseComparator.java
( 721626 )
/commons/proper/io/trunk/src/java/org/apache/commons/io/comparator/SizeFileComparator.java
( 721626 )
/commons/proper/io/trunk/src/test/org/apache/commons/io/comparator/ComparatorAbstractTestCase.java
( 721626 )
/commons/proper/io/trunk/src/test/org/apache/commons/io/comparator/DefaultFileComparatorTest.java
( 721626 )
/commons/proper/io/trunk/src/test/org/apache/commons/io/comparator/ExtensionFileComparatorTest.java
( 721626 )
/commons/proper/io/trunk/src/test/org/apache/commons/io/comparator/LastModifiedFileComparatorTest.java
( 721626 )
/commons/proper/io/trunk/src/test/org/apache/commons/io/comparator/NameFileComparatorTest.java
( 721626 )
/commons/proper/io/trunk/src/test/org/apache/commons/io/comparator/PathFileComparatorTest.java
( 721626 )
/commons/proper/io/trunk/src/test/org/apache/commons/io/comparator/SizeFileComparatorTest.java
( 721626 )
Changed: niallp @ Fri 28 Nov 2008 21:05:59 -0800
Comment: IO-176 Add a callback method for filtering directory contents -
requested by David Felsenthal
Files changed:
/commons/proper/io/trunk/src/java/org/apache/commons/io/DirectoryWalker.java (
721635 )
****************************************************************************
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: Java 5
Description:
****************************************************************************
Test Summary:
****************************************************************************
Tests: 522
Failures: 2
Total time: 38.947994
****************************************************************************
Test Failures:
****************************************************************************
DefaultFileComparatorTest
testSortArray :
junit.framework.AssertionFailedError
junit.framework.AssertionFailedError: less
at junit.framework.Assert.fail(Assert.java:47)
at junit.framework.Assert.assertTrue(Assert.java:20)
at
org.apache.commons.io.comparator.ComparatorAbstractTestCase.testSortArray(ComparatorAbstractTestCase.java:101)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at junit.framework.TestCase.runTest(TestCase.java:154)
at junit.framework.TestCase.runBare(TestCase.java:127)
at junit.framework.TestResult$1.protect(TestResult.java:106)
at junit.framework.TestResult.runProtected(TestResult.java:124)
at junit.framework.TestResult.run(TestResult.java:109)
at junit.framework.TestCase.run(TestCase.java:118)
at junit.framework.TestSuite.runTest(TestSuite.java:208)
at junit.framework.TestSuite.run(TestSuite.java:203)
at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at
org.apache.maven.surefire.junit.JUnitTestSet.execute(JUnitTestSet.java:213)
at
org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:140)
at
org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:127)
at org.apache.maven.surefire.Surefire.run(Surefire.java:177)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at
org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:345)
at
org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:1009)
testSortList :
junit.framework.AssertionFailedError
junit.framework.AssertionFailedError: less
at junit.framework.Assert.fail(Assert.java:47)
at junit.framework.Assert.assertTrue(Assert.java:20)
at
org.apache.commons.io.comparator.ComparatorAbstractTestCase.testSortList(ComparatorAbstractTestCase.java:115)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at junit.framework.TestCase.runTest(TestCase.java:154)
at junit.framework.TestCase.runBare(TestCase.java:127)
at junit.framework.TestResult$1.protect(TestResult.java:106)
at junit.framework.TestResult.runProtected(TestResult.java:124)
at junit.framework.TestResult.run(TestResult.java:109)
at junit.framework.TestCase.run(TestCase.java:118)
at junit.framework.TestSuite.runTest(TestSuite.java:208)
at junit.framework.TestSuite.run(TestSuite.java:203)
at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at
org.apache.maven.surefire.junit.JUnitTestSet.execute(JUnitTestSet.java:213)
at
org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:140)
at
org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:127)
at org.apache.maven.surefire.Surefire.run(Surefire.java:177)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at
org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:345)
at
org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:1009)
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]