Return-Path: X-Original-To: apmail-commons-commits-archive@minotaur.apache.org Delivered-To: apmail-commons-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 2FDC518390 for ; Fri, 11 Dec 2015 14:26:25 +0000 (UTC) Received: (qmail 93380 invoked by uid 500); 11 Dec 2015 14:26:25 -0000 Delivered-To: apmail-commons-commits-archive@commons.apache.org Received: (qmail 93324 invoked by uid 500); 11 Dec 2015 14:26:25 -0000 Mailing-List: contact commits-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@commons.apache.org Delivered-To: mailing list commits@commons.apache.org Received: (qmail 93315 invoked by uid 99); 11 Dec 2015 14:26:24 -0000 Received: from continuum-vm.apache.org (HELO continuum-vm) (140.211.11.47) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 11 Dec 2015 14:26:24 +0000 Received: from continuum-vm (localhost [127.0.0.1]) by continuum-vm (Postfix) with ESMTP id B4D8E340B5F for ; Fri, 11 Dec 2015 14:26:24 +0000 (UTC) Date: Fri, 11 Dec 2015 14:26:24 +0000 (UTC) From: Apache Continuum To: commits@commons.apache.org Message-ID: <1589416998.3.1449843984679.JavaMail.continuum@continuum-vm> Subject: [continuum] BUILD FAILURE: Apache Commons JCS - Apache Commons ((Group) Build with Java 7 (Maven 3.0.5)) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Continuum-Build-Host: continuum-vm X-Continuum-Project-Id: 286 X-Continuum-Project-Name: Apache Commons JCS Online report : https://continuum-ci.apache.org/continuum/buildResult.action?buildId=40684&projectId=286 Build statistics: State: Failed Previous State: Failed Started at: Fri 11 Dec 2015 14:21:27 +0000 Finished at: Fri 11 Dec 2015 14:26:18 +0000 Total time: 4m 50s Build Trigger: Schedule Build Number: 25 Exit code: 1 Building machine hostname: continuum-vm Operating system : Linux(unknown) Java Home version : java version "1.7.0_65" OpenJDK Runtime Environment (IcedTea 2.5.3) (7u71-2.5.3-0ubuntu0.12.04.1) OpenJDK 64-Bit Server VM (build 24.65-b04, 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_65, vendor: Oracle Corporation Java home: /usr/lib/jvm/java-7-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 @ Fri 11 Dec 2015 13:33:46 +0000 Comment: Fix javadoc Files changed: /commons/proper/jcs/trunk/commons-jcs-core/src/main/java/org/apache/commons/jcs/auxiliary/disk/jdbc/dsfactory/JndiDataSourceFactory.java ( 1719408 ) /commons/proper/jcs/trunk/commons-jcs-core/src/main/java/org/apache/commons/jcs/auxiliary/disk/jdbc/dsfactory/SharedPoolDataSourceFactory.java ( 1719408 ) Changed: tv @ Fri 11 Dec 2015 13:34:00 +0000 Comment: Fix tests Files changed: /commons/proper/jcs/trunk/commons-jcs-core/src/test/java/org/apache/commons/jcs/auxiliary/disk/jdbc/HsqlSetupTableUtil.java ( 1719409 ) Changed: tv @ Fri 11 Dec 2015 13:35:57 +0000 Comment: Rename, so it can be handled by the parent Files changed: /commons/proper/jcs/trunk/commons-jcs-core/NOTICE ( 1719411 ) /commons/proper/jcs/trunk/commons-jcs-core/NOTICE.txt (from /commons/proper/jcs/trunk/commons-jcs-core/NOTICE:1719331) ( 1719411 ) Changed: tv @ Fri 11 Dec 2015 13:36:43 +0000 Comment: Add information for OSGi bundle Files changed: /commons/proper/jcs/trunk/commons-jcs-core/pom.xml ( 1719412 ) **************************************************************************** Dependencies Changes: **************************************************************************** No dependencies changed **************************************************************************** Build Definition: **************************************************************************** POM filename: pom.xml Goals: clean deploy Arguments: --batch-mode -Pjava-1.7 -Dgpg.skip -Prelease Build Fresh: false Always Build: false Default Build Definition: true Schedule: COMMONS_SCHEDULE Profile Name: Maven 3.0.5 with Java 7 Description: (Group) Build with Java 7 (Maven 3.0.5) **************************************************************************** Test Summary: **************************************************************************** Tests: 427 Failures: 4 Errors: 0 Success Rate: 99 Total time: 204.31502 **************************************************************************** Test Failures: **************************************************************************** BasicRemoteCacheClientServerUnitTest test1SinglePut : java.lang.AssertionError java.lang.AssertionError: Cache is alive expected: but was: 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:160) test2PutRemove : java.lang.AssertionError java.lang.AssertionError: Cache is alive expected: but was: 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:209) test3PutAndListen : java.lang.AssertionError java.lang.AssertionError: Cache is alive expected: but was: 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:266) test4PutaMultipleAndListen : java.lang.AssertionError java.lang.AssertionError: Cache is alive expected: but was: 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:319)