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 2008/06/17 20:52:40 UTC

[continuum] BUILD FAILURE: Commons - Commons Compress (Sandbox) - Build Def:

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

Build statistics:
  State: Failed
  Previous State: Failed
  Started at: Tue 17 Jun 2008 11:52:06 -0700
  Finished at: Tue 17 Jun 2008 11:52:34 -0700
  Total time: 28s
  Build Trigger: Schedule
  Build Number: 0
  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: ebourg @ Tue 17 Jun 2008 06:55:34 -0700
Comment: Changed the FileInputStream and FileOutputStream in the method signatures into InputStream and OutputStream
Files changed:
  /commons/sandbox/compress/trunk/src/java/org/apache/commons/compress/AbstractArchive.java ( 668674 )
  /commons/sandbox/compress/trunk/src/java/org/apache/commons/compress/AbstractCompressor.java ( 668674 )
  /commons/sandbox/compress/trunk/src/java/org/apache/commons/compress/Archive.java ( 668674 )
  /commons/sandbox/compress/trunk/src/java/org/apache/commons/compress/Compressor.java ( 668674 )
  /commons/sandbox/compress/trunk/src/java/org/apache/commons/compress/archivers/tar/TarArchive.java ( 668674 )
  /commons/sandbox/compress/trunk/src/java/org/apache/commons/compress/archivers/zip/ZipArchive.java ( 668674 )
  /commons/sandbox/compress/trunk/src/java/org/apache/commons/compress/compressors/bzip2/BZip2Compressor.java ( 668674 )

Changed: ebourg @ Tue 17 Jun 2008 10:07:53 -0700
Comment: Changed PackableObjectException to extends IOException and simplified a couple exception handlings
Files changed:
  /commons/sandbox/compress/trunk/src/java/org/apache/commons/compress/ArchiverFactory.java ( 668746 )
  /commons/sandbox/compress/trunk/src/java/org/apache/commons/compress/CompressorFactory.java ( 668746 )
  /commons/sandbox/compress/trunk/src/java/org/apache/commons/compress/PackableObject.java ( 668746 )
  /commons/sandbox/compress/trunk/src/java/org/apache/commons/compress/PackableObjectException.java ( 668746 )

Changed: ebourg @ Tue 17 Jun 2008 10:09:48 -0700
Comment: Fixed some variable and exception names in the javadoc
Files changed:
  /commons/sandbox/compress/trunk/src/java/org/apache/commons/compress/Archive.java ( 668749 )
  /commons/sandbox/compress/trunk/src/java/org/apache/commons/compress/CompressUtils.java ( 668749 )
  /commons/sandbox/compress/trunk/src/java/org/apache/commons/compress/Compressor.java ( 668749 )
  /commons/sandbox/compress/trunk/src/java/org/apache/commons/compress/compressors/bzip2/BZip2Compressor.java ( 668749 )

****************************************************************************
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: 26
Failures: 3
Total time: 7.9059997

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

TarTestCase
    testReadPosixTar :
  junit.framework.AssertionFailedError
  junit.framework.AssertionFailedError: Entry size expected:<652> but was:<666>
	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:136)
	at org.apache.commons.compress.archivers.tar.TarTestCase.checkEntry(TarTestCase.java:164)
	at org.apache.commons.compress.archivers.tar.TarTestCase.compareTar(TarTestCase.java:191)
	at org.apache.commons.compress.archivers.tar.TarTestCase.testReadPosixTar(TarTestCase.java:93)


    testReadGnuTar :
  junit.framework.AssertionFailedError
  junit.framework.AssertionFailedError: Entry size expected:<652> but was:<666>
	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:136)
	at org.apache.commons.compress.archivers.tar.TarTestCase.checkEntry(TarTestCase.java:164)
	at org.apache.commons.compress.archivers.tar.TarTestCase.compareTar(TarTestCase.java:191)
	at org.apache.commons.compress.archivers.tar.TarTestCase.testReadGnuTar(TarTestCase.java:99)


    testWritePosixTar :
  junit.framework.AssertionFailedError
  junit.framework.AssertionFailedError: Tar files Equal
	at junit.framework.Assert.fail(Assert.java:47)
	at junit.framework.Assert.assertTrue(Assert.java:20)
	at org.apache.commons.compress.archivers.tar.TarTestCase.testWritePosixTar(TarTestCase.java:121)

  



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