You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by Apache Continuum <de...@continuum.apache.org> on 2015/04/01 17:23:47 UTC

[continuum] BUILD FAILURE: Apache Commons JCS - Apache Commons ((Group) Build with Java 6 (Maven 3.0.5))

Online report : https://continuum-ci.apache.org/continuum/buildResult.action?buildId=39613&projectId=286

Build statistics:
  State: Failed
  Previous State: Ok
  Started at: Wed 1 Apr 2015 15:20:26 +0000
  Finished at: Wed 1 Apr 2015 15:23:43 +0000
  Total time: 3m 17s
  Build Trigger: Schedule
  Build Number: 22
  Exit code: 1
  Building machine hostname: continuum-vm
  Operating system : Linux(unknown)
  Java Home version : 
          java version "1.6.0_34"
          OpenJDK Runtime Environment (IcedTea6 1.13.6) (6b34-1.13.6-1ubuntu0.12.04.1)
          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_34, 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-75-generic", arch: "amd64", family: "unix"
    
****************************************************************************
SCM Changes:
****************************************************************************
Changed: tv @ Wed 1 Apr 2015 15:15:24 +0000
Comment: Fix JCS-146: IndexedDiskCache: Mismatched memory and disk length (0) for [DED:  pos = 63802 len = 9658] during optimization
Files changed:
  /commons/proper/jcs/trunk/commons-jcs-core/src/main/java/org/apache/commons/jcs/auxiliary/disk/indexed/IndexedDisk.java ( 1670666 )
  /commons/proper/jcs/trunk/commons-jcs-core/src/test/java/org/apache/commons/jcs/auxiliary/disk/indexed/IndexedDiskCacheOptimizationUnitTest.java ( 1670666 )

Changed: tv @ Wed 1 Apr 2015 15:18:51 +0000
Comment: Fix JCS-144: BlockDiskCache hangs on SEVERE: Region [TMS] Failure getting from disk--IOException
Files changed:
  /commons/proper/jcs/trunk/commons-jcs-core/src/main/java/org/apache/commons/jcs/auxiliary/disk/block/BlockDiskCache.java ( 1670668 )

****************************************************************************
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) Build with Java 6 (Maven 3.0.5)

****************************************************************************
Test Summary:
****************************************************************************
Tests: 388
Failures: 1
Errors: 0
Success Rate: 99
Total time: 141.703

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

BlockDiskCacheConcurrentUnitTest
    testBlockDiskCache3 :
  junit.framework.AssertionFailedError
  junit.framework.AssertionFailedError: Removed key should be null: 7:key
 stats Region Name = indexedRegion3
HitCountRam = 145
HitCountAux = 859
---------------------------Memory Cache
List Size = 0
Map Size = 0
Put Count = 1361
Hit Count = 145
Miss Count = 1102
---------------------------Block Disk Cache
Is Alive = true
Key Map Size = 1
Data File Length = 819695
Block Size Bytes = 4096
Number Of Blocks = 201
Average Put Size Bytes = 489
Empty Blocks = 200
Purgatory Hits = 767
Purgatory Size = 0
Working = true
Alive = true
Empty = false
Size = 15
	at junit.framework.Assert.fail(Assert.java:57)
	at junit.framework.Assert.assertTrue(Assert.java:22)
	at junit.framework.Assert.assertNull(Assert.java:277)
	at junit.framework.TestCase.assertNull(TestCase.java:447)
	at org.apache.commons.jcs.auxiliary.disk.block.BlockDiskCacheConcurrentUnitTest.runTestForRegion(BlockDiskCacheConcurrentUnitTest.java:191)
	at org.apache.commons.jcs.auxiliary.disk.block.BlockDiskCacheConcurrentUnitTest$3.runTest(BlockDiskCacheConcurrentUnitTest.java:111)