Online report :
https://continuum-ci.apache.org/continuum/buildResult.action?buildId=30665&projectId=286
Build statistics:
State: Failed
Previous State: Failed
Started at: Mon 12 May 2014 19:00:05 +0000
Finished at: Mon 12 May 2014 19:04:14 +0000
Total time: 4m 9s
Build Trigger: Schedule
Build Number: 1
Exit code: 1
Building machine hostname: continuum-vm
Operating system : Linux(unknown)
Java Home version :
java version "1.7.0_25"
OpenJDK Runtime Environment (IcedTea 2.3.10)
(7u25-2.3.10-1ubuntu0.12.04.2)
OpenJDK 64-Bit Server VM (build 23.7-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.7.0_25, vendor: Oracle Corporation
Java home: /usr/lib/jvm/java-7-openjdk-amd64/jre
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "3.2.0-53-generic", arch: "amd64", family:
"unix"
****************************************************************************
SCM Changes:
****************************************************************************
Changed: rmannibucau @ Mon 12 May 2014 18:51:56 +0000
Comment: getting rid of JCSElement
Files changed:
/commons/proper/jcs/trunk/auxiliary-builds/jdk14/src/java/org/apache/commons/jcs/engine/memory/lru/LHMLRUMemoryCache.java
( 1594051 )
/commons/proper/jcs/trunk/commons-jcs-core/src/main/java/org/apache/commons/jcs/admin/JCSAdminBean.java
( 1594051 )
/commons/proper/jcs/trunk/commons-jcs-core/src/main/java/org/apache/commons/jcs/auxiliary/disk/jdbc/JDBCDiskCache.java
( 1594051 )
/commons/proper/jcs/trunk/commons-jcs-core/src/main/java/org/apache/commons/jcs/engine/ElementAttributes.java
( 1594051 )
/commons/proper/jcs/trunk/commons-jcs-core/src/main/java/org/apache/commons/jcs/engine/behavior/IElementAttributes.java
( 1594051 )
/commons/proper/jcs/trunk/commons-jcs-core/src/main/java/org/apache/commons/jcs/engine/control/CompositeCache.java
( 1594051 )
/commons/proper/jcs/trunk/commons-jcs-core/src/test/java/org/apache/commons/jcs/access/CacheAccessUnitTest.java
( 1594051 )
/commons/proper/jcs/trunk/commons-jcs-core/src/test/java/org/apache/commons/jcs/auxiliary/remote/RemoteCacheListenerUnitTest.java
( 1594051 )
/commons/proper/jcs/trunk/commons-jcs-core/src/test/java/org/apache/commons/jcs/engine/memory/shrinking/ShrinkerThreadUnitTest.java
( 1594051 )
/commons/proper/jcs/trunk/commons-jcs-core/src/test/java/org/apache/commons/jcs/utils/serialization/SerializationConversionUtilUnitTest.java
( 1594051 )
/commons/proper/jcs/trunk/commons-jcs-jcache/src/main/java/org/apache/commons/jcs/jcache/JCSCache.java
( 1594051 )
/commons/proper/jcs/trunk/commons-jcs-jcache/src/main/java/org/apache/commons/jcs/jcache/JCSCachingManager.java
( 1594051 )
/commons/proper/jcs/trunk/commons-jcs-jcache/src/main/java/org/apache/commons/jcs/jcache/JCSElement.java
( 1594051 )
/commons/proper/jcs/trunk/commons-jcs-jcache/src/main/java/org/apache/commons/jcs/jcache/JCSKey.java
( 1594051 )
/commons/proper/jcs/trunk/commons-jcs-jcache/src/test/java/org/apache/commons/jcs/jcache/CacheTest.java
( 1594051 )
/commons/proper/jcs/trunk/commons-jcs-jcache/src/test/java/org/apache/commons/jcs/jcache/ImmediateExpiryTest.java
( 1594051 )
****************************************************************************
Dependencies Changes:
****************************************************************************
No dependencies changed
****************************************************************************
Build Definition:
****************************************************************************
POM filename: pom.xml
Goals: clean test
Arguments: --batch-mode -Pjava-1.7
Build Fresh: false
Always Build: false
Default Build Definition: true
Schedule: DEFAULT_SCHEDULE
Profile Name: Maven 3.0.5 with Java 7
Description:
****************************************************************************
Test Summary:
****************************************************************************
Tests: 379
Failures: 9
Errors: 0
Success Rate: 97
Total time: 163.97899
****************************************************************************
Test Failures:
****************************************************************************
SimpleEventHandlingUnitTest
testExceededMaxlifeOnrequestEvent :
junit.framework.AssertionFailedError
junit.framework.AssertionFailedError: Item should be null for key 0:key, but
is data0
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.engine.control.event.SimpleEventHandlingUnitTest.testExceededMaxlifeOnrequestEvent(SimpleEventHandlingUnitTest.java:201)
JDBCDiskCacheSharedPoolUnitTest
testSimpleJDBCPutGetWithHSQL :
junit.framework.ComparisonFailure
junit.framework.ComparisonFailure: key = [0:key] value = [null]
expected:<testCache1 data 0> but was:<null>
at junit.framework.Assert.assertEquals(Assert.java:100)
at junit.framework.TestCase.assertEquals(TestCase.java:261)
at
org.apache.commons.jcs.auxiliary.disk.jdbc.JDBCDiskCacheSharedPoolUnitTest.runTestForRegion(JDBCDiskCacheSharedPoolUnitTest.java:111)
at
org.apache.commons.jcs.auxiliary.disk.jdbc.JDBCDiskCacheSharedPoolUnitTest.testSimpleJDBCPutGetWithHSQL(JDBCDiskCacheSharedPoolUnitTest.java:74)
JDBCDiskCacheUnitTest
testSimpleJDBCPutGetWithHSQL :
junit.framework.ComparisonFailure
junit.framework.ComparisonFailure: key = [0:key] value = [null]
expected:<testCache1 data 0> but was:<null>
at junit.framework.Assert.assertEquals(Assert.java:100)
at junit.framework.TestCase.assertEquals(TestCase.java:261)
at
org.apache.commons.jcs.auxiliary.disk.jdbc.JDBCDiskCacheUnitTest.runTestForRegion(JDBCDiskCacheUnitTest.java:110)
at
org.apache.commons.jcs.auxiliary.disk.jdbc.JDBCDiskCacheUnitTest.testSimpleJDBCPutGetWithHSQL(JDBCDiskCacheUnitTest.java:73)
BasicRemoteCacheClientServerUnitTest
test1SinglePut :
java.lang.AssertionError
java.lang.AssertionError: Cache is alive expected:<ALIVE> but was:<ERROR>
at org.junit.Assert.fail(Assert.java:88)
at org.junit.Assert.failNotEquals(Assert.java:743)
at org.junit.Assert.assertEquals(Assert.java:118)
at
org.apache.commons.jcs.auxiliary.remote.server.BasicRemoteCacheClientServerUnitTest.test1SinglePut(BasicRemoteCacheClientServerUnitTest.java:118)
test2PutRemove :
java.lang.AssertionError
java.lang.AssertionError: Cache is alive expected:<ALIVE> but was:<ERROR>
at org.junit.Assert.fail(Assert.java:88)
at org.junit.Assert.failNotEquals(Assert.java:743)
at org.junit.Assert.assertEquals(Assert.java:118)
at
org.apache.commons.jcs.auxiliary.remote.server.BasicRemoteCacheClientServerUnitTest.test2PutRemove(BasicRemoteCacheClientServerUnitTest.java:168)
test3PutAndListen :
java.lang.AssertionError
java.lang.AssertionError: Cache is alive expected:<ALIVE> but was:<ERROR>
at org.junit.Assert.fail(Assert.java:88)
at org.junit.Assert.failNotEquals(Assert.java:743)
at org.junit.Assert.assertEquals(Assert.java:118)
at
org.apache.commons.jcs.auxiliary.remote.server.BasicRemoteCacheClientServerUnitTest.test3PutAndListen(BasicRemoteCacheClientServerUnitTest.java:226)
test4PutaMultipleAndListen :
java.lang.AssertionError
java.lang.AssertionError: Cache is alive expected:<ALIVE> but was:<ERROR>
at org.junit.Assert.fail(Assert.java:88)
at org.junit.Assert.failNotEquals(Assert.java:743)
at org.junit.Assert.assertEquals(Assert.java:118)
at
org.apache.commons.jcs.auxiliary.remote.server.BasicRemoteCacheClientServerUnitTest.test4PutaMultipleAndListen(BasicRemoteCacheClientServerUnitTest.java:280)
JDBCDiskCacheShrinkUnitTest
testExpireInBackground :
junit.framework.AssertionFailedError
junit.framework.AssertionFailedError: Removed key should be null: 0:key
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.jdbc.JDBCDiskCacheShrinkUnitTest.testExpireInBackground(JDBCDiskCacheShrinkUnitTest.java:107)
JDBCDiskCacheRemovalUnitTest
testPartialKeyRemoval_Good :
junit.framework.ComparisonFailure
junit.framework.ComparisonFailure: Wrong result
expected:<adfadsfasfddsafasasd> but was:<null>
at junit.framework.Assert.assertEquals(Assert.java:100)
at junit.framework.TestCase.assertEquals(TestCase.java:261)
at
org.apache.commons.jcs.auxiliary.disk.jdbc.JDBCDiskCacheRemovalUnitTest.testPartialKeyRemoval_Good(JDBCDiskCacheRemovalUnitTest.java:74)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]