You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by Apache Continuum <de...@continuum.apache.org> on 2014/03/25 22:23:58 UTC

[continuum] BUILD FAILURE: Apache Commons JCS - Apache Commons (Group (shared) Maven 3 Build Definition (Java 1.6))

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

Build statistics:
  State: Failed
  Previous State: Failed
  Started at: Tue 25 Mar 2014 21:20:30 +0000
  Finished at: Tue 25 Mar 2014 21:23:57 +0000
  Total time: 3m 26s
  Build Trigger: Schedule
  Build Number: 1
  Exit code: 1
  Building machine hostname: continuum-vm
  Operating system : Linux(unknown)
  Java Home version : 
          java version "1.6.0_27"
          OpenJDK Runtime Environment (IcedTea6 1.12.6) (6b27-1.12.6-1ubuntu0.12.04.4)
          OpenJDK 64-Bit Server VM (build 20.0-b12, 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_27, 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-53-generic", arch: "amd64", family: "unix"
    
****************************************************************************
SCM Changes:
****************************************************************************
Changed: tv @ Tue 25 Mar 2014 21:03:57 +0000
Comment: Fix updating of last access time, add tests for event handling
Files changed:
  /commons/proper/jcs/trunk/src/changes/changes.xml ( 1581516 )
  /commons/proper/jcs/trunk/src/java/org/apache/commons/jcs/engine/control/CompositeCache.java ( 1581516 )
  /commons/proper/jcs/trunk/src/java/org/apache/commons/jcs/engine/memory/AbstractDoubleLinkedListMemoryCache.java ( 1581516 )
  /commons/proper/jcs/trunk/src/java/org/apache/commons/jcs/engine/memory/lru/LHMLRUMemoryCache.java ( 1581516 )
  /commons/proper/jcs/trunk/src/test/org/apache/commons/jcs/engine/control/event/SimpleEventHandlingUnitTest.java ( 1581516 )
  /commons/proper/jcs/trunk/src/test-conf/TestSimpleEventHandling.ccf ( 1581516 )

Changed: tv @ Tue 25 Mar 2014 21:04:28 +0000
Comment: Update docs
Files changed:
  /commons/proper/jcs/trunk/xdocs/getting_started/intro.xml ( 1581517 )
  /commons/proper/jcs/trunk/xdocs/index.xml ( 1581517 )

Changed: tv @ Tue 25 Mar 2014 21:04:53 +0000
Comment: Add commons mailing lists
Files changed:
  /commons/proper/jcs/trunk/pom.xml ( 1581518 )

****************************************************************************
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: 405
Failures: 6
Errors: 0
Success Rate: 98
Total time: 130.75203

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

BasicRemoteCacheClientServerUnitTest
    testSinglePut :
  junit.framework.AssertionFailedError
  junit.framework.AssertionFailedError: Wrong number of puts expected:<1> but was:<0>
	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:201)
	at org.apache.commons.jcs.auxiliary.remote.server.BasicRemoteCacheClientServerUnitTest.testSinglePut(BasicRemoteCacheClientServerUnitTest.java:94)


    testPutRemove :
  junit.framework.AssertionFailedError
  junit.framework.AssertionFailedError: Wrong number of puts expected:<1> but was:<0>
	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:201)
	at org.apache.commons.jcs.auxiliary.remote.server.BasicRemoteCacheClientServerUnitTest.testPutRemove(BasicRemoteCacheClientServerUnitTest.java:133)


    testPutAndListen :
  junit.framework.AssertionFailedError
  junit.framework.AssertionFailedError: Wrong number of puts expected:<1> but was:<0>
	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:201)
	at org.apache.commons.jcs.auxiliary.remote.server.BasicRemoteCacheClientServerUnitTest.testPutAndListen(BasicRemoteCacheClientServerUnitTest.java:182)


    testPutaMultipleAndListen :
  junit.framework.AssertionFailedError
  junit.framework.AssertionFailedError: Wrong number of puts expected:<100> but was:<0>
	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:201)
	at org.apache.commons.jcs.auxiliary.remote.server.BasicRemoteCacheClientServerUnitTest.testPutaMultipleAndListen(BasicRemoteCacheClientServerUnitTest.java:226)


  FileDiskCacheUnitTest
    testRemoveIfLimitIsSetAndReached_Reached :
  junit.framework.AssertionFailedError
  junit.framework.AssertionFailedError: Should be null.
	at junit.framework.Assert.fail(Assert.java:47)
	at junit.framework.Assert.assertTrue(Assert.java:20)
	at junit.framework.Assert.assertNull(Assert.java:233)
	at org.apache.commons.jcs.auxiliary.disk.file.FileDiskCacheUnitTest.testRemoveIfLimitIsSetAndReached_Reached(FileDiskCacheUnitTest.java:292)


    testRemoveIfLimitIsSetAndReached_Reached_TouchFalse :
  junit.framework.AssertionFailedError
  junit.framework.AssertionFailedError: Should be null.
	at junit.framework.Assert.fail(Assert.java:47)
	at junit.framework.Assert.assertTrue(Assert.java:20)
	at junit.framework.Assert.assertNull(Assert.java:233)
	at org.apache.commons.jcs.auxiliary.disk.file.FileDiskCacheUnitTest.testRemoveIfLimitIsSetAndReached_Reached_TouchFalse(FileDiskCacheUnitTest.java:384)


  


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