Online report : https://continuum-ci.apache.org/continuum/buildResult.action?buildId=38990&projectId=64
Build statistics: State: Failed Previous State: Ok Started at: Wed 24 Dec 2014 14:20:13 +0000 Finished at: Wed 24 Dec 2014 14:20:54 +0000 Total time: 41s Build Trigger: Schedule Build Number: 413 Exit code: 1 Building machine hostname: continuum-vm Operating system : Linux(unknown) Java Home version : java version "1.6.0_32" OpenJDK Runtime Environment (IcedTea6 1.13.4) (6b32-1.13.4-4ubuntu0.12.04.2) OpenJDK 64-Bit Server VM (build 23.25-b01, mixed mode) Builder version : Apache Maven 3.0.5 (r01de14724cdef164cd33c7c8c2fe155faf9602da; 2013-02-19 13:51:28+0000) Maven home: /opt/apache-maven-3.0.5 Java version: 1.6.0_32, vendor: Sun Microsystems Inc. Java home: /usr/lib/jvm/java-6-openjdk-amd64/jre Default locale: en_US, platform encoding: ANSI_X3.4-1968 OS name: "linux", version: "3.2.0-67-generic", arch: "amd64", family: "unix" **************************************************************************** SCM Changes: **************************************************************************** Changed: krosenvold @ Wed 24 Dec 2014 14:00:44 +0000 Comment: Cut overall object instantiation in half by changing file header generation algorithm, for a 10-15 percent performance improvement when archive contains lots of small files. Also extracted two private methods createLocalFileHeader and createCentralFileHeader in ZipArchiveOutputStream. These may have some interesting additional usages in the near future. This is basically a "tactical refactoring"; scatter/gather had a wonderful performance in the "scatter" algorithm, but spent an *equal* amount of time in the "gather" phase Files changed: /commons/proper/compress/trunk/src/changes/changes.xml ( 1647787 ) /commons/proper/compress/trunk/src/main/java/org/apache/commons/compress/archivers/zip/GeneralPurposeBit.java ( 1647787 ) /commons/proper/compress/trunk/src/main/java/org/apache/commons/compress/archivers/zip/ZipArchiveOutputStream.java ( 1647787 ) /commons/proper/compress/trunk/src/main/java/org/apache/commons/compress/archivers/zip/ZipLong.java ( 1647787 ) /commons/proper/compress/trunk/src/main/java/org/apache/commons/compress/archivers/zip/ZipShort.java ( 1647787 ) /commons/proper/compress/trunk/src/main/java/org/apache/commons/compress/archivers/zip/ZipUtil.java ( 1647787 ) /commons/proper/compress/trunk/src/test/java/org/apache/commons/compress/archivers/zip/ZipLongTest.java ( 1647787 ) /commons/proper/compress/trunk/src/test/java/org/apache/commons/compress/archivers/zip/ZipShortTest.java ( 1647787 ) /commons/proper/compress/trunk/src/test/java/org/apache/commons/compress/archivers/zip/ZipUtilTest.java ( 1647787 ) **************************************************************************** Dependencies Changes: **************************************************************************** No dependencies changed **************************************************************************** Build Definition: **************************************************************************** POM filename: pom.xml Goals: clean deploy Arguments: --batch-mode -Pjava-1.6 -Dgpg.skip -Prelease Build Fresh: false Always Build: false Default Build Definition: true Schedule: COMMONS_SCHEDULE Profile Name: Maven 3.0.5 Description: Group (shared) Maven 3 Build Definition (Java 1.6) **************************************************************************** Test Summary: **************************************************************************** Tests: 511 Failures: 1 Errors: 0 Success Rate: 99 Total time: 11.690998 **************************************************************************** Test Failures: **************************************************************************** ZipUtilTest testInsideCalendar : junit.framework.AssertionFailedError junit.framework.AssertionFailedError: expected:<80> but was:<72> at junit.framework.Assert.fail(Assert.java:57) at junit.framework.Assert.failNotEquals(Assert.java:329) at junit.framework.Assert.assertEquals(Assert.java:78) at junit.framework.Assert.assertEquals(Assert.java:234) at junit.framework.Assert.assertEquals(Assert.java:241) at junit.framework.TestCase.assertEquals(TestCase.java:409) at org.apache.commons.compress.archivers.zip.ZipUtilTest.testInsideCalendar(ZipUtilTest.java:100) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org