Return-Path: Delivered-To: apmail-commons-dev-archive@www.apache.org Received: (qmail 66220 invoked from network); 7 Jan 2008 03:37:14 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 7 Jan 2008 03:37:14 -0000 Received: (qmail 55018 invoked by uid 500); 7 Jan 2008 03:37:02 -0000 Delivered-To: apmail-commons-dev-archive@commons.apache.org Received: (qmail 54915 invoked by uid 500); 7 Jan 2008 03:37:01 -0000 Mailing-List: contact dev-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Jakarta Commons Developers List" Delivered-To: mailing list dev@commons.apache.org Received: (qmail 54906 invoked by uid 99); 7 Jan 2008 03:37:01 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 06 Jan 2008 19:37:01 -0800 X-ASF-Spam-Status: No, hits=-98.3 required=10.0 tests=ALL_TRUSTED,INVALID_DATE X-Spam-Check-By: apache.org Received: from [140.211.11.137] (HELO vmbuild.apache.org) (140.211.11.137) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 07 Jan 2008 03:36:46 +0000 Received: from vmbuild.apache.org (localhost [127.0.0.1]) by vmbuild.apache.org (Postfix) with ESMTP id A54514581C7 for ; Sun, 6 Jan 2008 19:36:51 -0800 (PST) Date: Sun, 06 Jan 08 19:36:51 -0800 From: Continuum VMBuild Server Reply-To: Continuum VMBuild Server To: dev@commons.apache.org Message-ID: <5486496.431199677011529.JavaMail.continuum@vmbuild.apache.org> Subject: [continuum] BUILD FAILURE: Commons Compress (Sandbox) MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Online report : http://vmbuild.apache.org/continuum/buildResult.action?buildId=35293&projectId=176 Build statistics: State: Failed Previous State: Error Started at: Sun 6 Jan 2008 19:36:18 -0800 Finished at: Sun 6 Jan 2008 19:36:43 -0800 Total time: 24s 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.4.2_15" Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_15-b02) Java HotSpot(TM) Client VM (build 1.4.2_15-b02, mixed mode) Builder version : Maven version: 2.0.7 Java version: 1.4.2_15 OS name: "linux" version: "2.6.20-16-server" arch: "i386" **************************************************************************** SCM Changes: **************************************************************************** No files changed **************************************************************************** Dependencies Changes: **************************************************************************** org.apache.commons:commons-sandbox-parent:3-SNAPSHOT **************************************************************************** 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 1.4 Description: **************************************************************************** Test Summary: **************************************************************************** Tests: 26 Failures: 3 Total time: 7383 **************************************************************************** Output: **************************************************************************** [INFO] Scanning for projects... [INFO] ---------------------------------------------------------------------------- [INFO] Building Commons Compress (Sandbox) [INFO] task-segment: [clean, deploy] [INFO] ---------------------------------------------------------------------------- [INFO] [clean:clean] [INFO] Deleting directory /home/continuum/data/working-directory/176/target [INFO] Deleting directory /home/continuum/data/working-directory/176/target/classes [INFO] Deleting directory /home/continuum/data/working-directory/176/target/test-classes [INFO] Deleting directory /home/continuum/data/working-directory/176/target/site [INFO] [cobertura:clean {execution: default}] [INFO] [resources:resources] [INFO] Using default encoding to copy filtered resources. [INFO] [compiler:compile] [INFO] Compiling 34 source files to /home/continuum/data/working-directory/176/target/classes [INFO] [resources:testResources] [INFO] Using default encoding to copy filtered resources. [INFO] [compiler:testCompile] [INFO] Compiling 9 source files to /home/continuum/data/working-directory/176/target/test-classes [INFO] [surefire:test] [INFO] Surefire report directory: /home/continuum/data/working-directory/176/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- Running org.apache.commons.compress.archivers.tar.TarTestCase count = 134 ch2 = 51 ch = 49 Tests run: 4, Failures: 3, Errors: 0, Skipped: 0, Time elapsed: 0.107 sec <<< FAILURE! Running org.apache.commons.compress.archivers.zip.AsiExtraFieldTestCase Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 sec Running org.apache.commons.compress.archivers.zip.ExtraFieldUtilsTestCase Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 sec Running org.apache.commons.compress.archivers.zip.ZipEntryTestCase Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec Running org.apache.commons.compress.compressors.bzip2.BzipTestCase Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.302 sec Running org.apache.commons.compress.CompressUtilsTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec Running org.apache.commons.compress.archivers.zip.ZipLongTestCase Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec Running org.apache.commons.compress.archivers.zip.ZipShortTestCase Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec Results : Failed tests: testReadPosixTar(org.apache.commons.compress.archivers.tar.TarTestCase) testReadGnuTar(org.apache.commons.compress.archivers.tar.TarTestCase) testWritePosixTar(org.apache.commons.compress.archivers.tar.TarTestCase) Tests run: 26, Failures: 3, Errors: 0, Skipped: 0 [INFO] ------------------------------------------------------------------------ [ERROR] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] There are test failures. [INFO] ------------------------------------------------------------------------ [INFO] For more information, run Maven with the -e switch [INFO] ------------------------------------------------------------------------ [INFO] Total time: 17 seconds [INFO] Finished at: Sun Jan 06 19:36:43 PST 2008 [INFO] Final Memory: 6M/14M [INFO] ------------------------------------------------------------------------ **************************************************************************** --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org For additional commands, e-mail: dev-help@commons.apache.org