Online report :
http://vmbuild.apache.org/continuum/buildResult.action?buildId=683&projectId=83
Build statistics:
State: Failed
Previous State: Failed
Started at: Wed 29 Sep 2010 21:20:31 +0000
Finished at: Wed 29 Sep 2010 21:23:20 +0000
Total time: 2m 49s
Build Trigger: Schedule
Build Number: 10
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 @ Wed 29 Sep 2010 20:56:23 +0000
Comment: IO-177 New Tailer class - Simple implementation of the unix "tail -f"
functionality - thanks to Jeff Rodriguez for the patch
Files changed:
/commons/proper/io/trunk/src/java/org/apache/commons/io/input/Tailer.java (
1002844 )
/commons/proper/io/trunk/src/java/org/apache/commons/io/input/TailerListener.java
( 1002844 )
/commons/proper/io/trunk/src/java/org/apache/commons/io/input/TailerListenerAdapter.java
( 1002844 )
/commons/proper/io/trunk/src/test/org/apache/commons/io/input/TailerTest.java
( 1002844 )
****************************************************************************
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: 673
Failures: 2
Errors: 1
Success Rate: 99
Total time: 77.328995
****************************************************************************
Test Failures:
****************************************************************************
FileSystemUtilsTestCase
testGetFreeSpaceWindows_String_StripDrive :
junit.framework.ComparisonFailure
junit.framework.ComparisonFailure: null expected:<dir /-c "C:[\]somedir"> but
was:<dir /-c "C:[/]somedir">
at junit.framework.Assert.assertEquals(Assert.java:81)
at junit.framework.Assert.assertEquals(Assert.java:87)
at
org.apache.commons.io.FileSystemUtilsTestCase$MockFileSystemUtils.openProcess(FileSystemUtilsTestCase.java:506)
at
org.apache.commons.io.FileSystemUtils.performCommand(FileSystemUtils.java:487)
at
org.apache.commons.io.FileSystemUtils.freeSpaceWindows(FileSystemUtils.java:302)
at
org.apache.commons.io.FileSystemUtilsTestCase.testGetFreeSpaceWindows_String_StripDrive(FileSystemUtilsTestCase.java:224)
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:597)
at junit.framework.TestCase.runTest(TestCase.java:168)
at junit.framework.TestCase.runBare(TestCase.java:134)
at junit.framework.TestResult$1.protect(TestResult.java:110)
at junit.framework.TestResult.runProtected(TestResult.java:128)
at junit.framework.TestResult.run(TestResult.java:113)
at junit.framework.TestCase.run(TestCase.java:124)
at junit.framework.TestSuite.runTest(TestSuite.java:232)
at junit.framework.TestSuite.run(TestSuite.java:227)
at
org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:83)
at
org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:59)
at
org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:115)
at
org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:140)
at org.apache.maven.surefire.Surefire.run(Surefire.java:109)
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:597)
at
org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:290)
at
org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:1017)
testGetFreeSpaceWindows_String_quoted :
junit.framework.ComparisonFailure
junit.framework.ComparisonFailure: null expected:<dir /-c "C:[\]somedir"> but
was:<dir /-c "C:[/]somedir">
at junit.framework.Assert.assertEquals(Assert.java:81)
at junit.framework.Assert.assertEquals(Assert.java:87)
at
org.apache.commons.io.FileSystemUtilsTestCase$MockFileSystemUtils.openProcess(FileSystemUtilsTestCase.java:506)
at
org.apache.commons.io.FileSystemUtils.performCommand(FileSystemUtils.java:487)
at
org.apache.commons.io.FileSystemUtils.freeSpaceWindows(FileSystemUtils.java:302)
at
org.apache.commons.io.FileSystemUtilsTestCase.testGetFreeSpaceWindows_String_quoted(FileSystemUtilsTestCase.java:241)
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:597)
at junit.framework.TestCase.runTest(TestCase.java:168)
at junit.framework.TestCase.runBare(TestCase.java:134)
at junit.framework.TestResult$1.protect(TestResult.java:110)
at junit.framework.TestResult.runProtected(TestResult.java:128)
at junit.framework.TestResult.run(TestResult.java:113)
at junit.framework.TestCase.run(TestCase.java:124)
at junit.framework.TestSuite.runTest(TestSuite.java:232)
at junit.framework.TestSuite.run(TestSuite.java:227)
at
org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:83)
at
org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:59)
at
org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:115)
at
org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:140)
at org.apache.maven.surefire.Surefire.run(Surefire.java:109)
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:597)
at
org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:290)
at
org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:1017)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]