You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by "Continuum@vmbuild" <co...@apache.org> on 2014/02/16 13:26:45 UTC

[continuum] BUILD FAILURE: Apache Commons - Apache Commons Math -

          Group (shared) Maven 3 Build Definition (Java 1.6)
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
X-Continuum-Build-Host: vmbuild
X-Continuum-Project-Id: 97
X-Continuum-Project-Name: Apache Commons Math

Online report : http://vmbuild.apache.org/continuum/buildResult.action?buildId=27594&projectId=97

Build statistics:
  State: Failed
  Previous State: Ok
  Started at: Sun 16 Feb 2014 12:20:13 +0000
  Finished at: Sun 16 Feb 2014 12:26:43 +0000
  Total time: 6m 30s
  Build Trigger: Schedule
  Build Number: 1334
  Exit code: 1
  Building machine hostname: vmbuild
  Operating system : Linux(unknown)
  Java Home version : 
          java version "1.6.0_30"
          Java(TM) SE Runtime Environment (build 1.6.0_30-b12)
          Java HotSpot(TM) 64-Bit Server VM (build 20.5-b03, mixed mode)
        
  Builder version :
          Apache Maven 3.0.2 (r1056850; 2011-01-09 00:58:10+0000)
          Java version: 1.6.0_30, vendor: Sun Microsystems Inc.
          Java home: /usr/lib/jvm/jdk1.6.0_30/jre
          Default locale: en_US, platform encoding: ANSI_X3.4-1968
          OS name: "linux", version: "2.6.32-52-server", arch: "amd64", family: "unix"
    
****************************************************************************
SCM Changes:
****************************************************************************
Changed: tn @ Sun 16 Feb 2014 12:19:51 +0000
Comment: [MATH-749] Remove GrahamScan, GiftWrap, make MonotoneChain more robust wrt collinear points, add ConvergenceException in case the specified tolerance results in a non-convex hull.
Files changed:
  /commons/proper/math/trunk/src/changes/changes.xml ( 1568752 )
  /commons/proper/math/trunk/src/main/java/org/apache/commons/math3/exception/util/LocalizedFormats.java ( 1568752 )
  /commons/proper/math/trunk/src/main/java/org/apache/commons/math3/geometry/euclidean/twod/hull/AbstractConvexHullGenerator2D.java ( 1568752 )
  /commons/proper/math/trunk/src/main/java/org/apache/commons/math3/geometry/euclidean/twod/hull/ConvexHull2D.java ( 1568752 )
  /commons/proper/math/trunk/src/main/java/org/apache/commons/math3/geometry/euclidean/twod/hull/ConvexHullGenerator2D.java ( 1568752 )
  /commons/proper/math/trunk/src/main/java/org/apache/commons/math3/geometry/euclidean/twod/hull/GiftWrap.java ( 1568752 )
  /commons/proper/math/trunk/src/main/java/org/apache/commons/math3/geometry/euclidean/twod/hull/GrahamScan.java ( 1568752 )
  /commons/proper/math/trunk/src/main/java/org/apache/commons/math3/geometry/euclidean/twod/hull/MonotoneChain.java ( 1568752 )
  /commons/proper/math/trunk/src/main/java/org/apache/commons/math3/geometry/hull/ConvexHullGenerator.java ( 1568752 )
  /commons/proper/math/trunk/src/test/java/org/apache/commons/math3/geometry/euclidean/twod/hull/AklToussaintHeuristicTest.java ( 1568752 )
  /commons/proper/math/trunk/src/test/java/org/apache/commons/math3/geometry/euclidean/twod/hull/ConvexHullGenerator2DAbstractTest.java ( 1568752 )
  /commons/proper/math/trunk/src/test/java/org/apache/commons/math3/geometry/euclidean/twod/hull/GiftWrapTest.java ( 1568752 )
  /commons/proper/math/trunk/src/test/java/org/apache/commons/math3/geometry/euclidean/twod/hull/GrahamScanTest.java ( 1568752 )
  /commons/proper/math/trunk/src/test/java/org/apache/commons/math3/geometry/euclidean/twod/hull/MonotoneChainTest.java ( 1568752 )
  /commons/proper/math/trunk/src/userguide/java/org/apache/commons/math3/userguide/geometry/GeometryExample.java ( 1568752 )

****************************************************************************
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.2
Description: Group (shared) Maven 3 Build Definition (Java 1.6)

****************************************************************************
Test Summary:
****************************************************************************
Tests: 5695
Failures: 2
Errors: 0
Success Rate: 99
Total time: 322.27213

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

LocalizedFormatsTest
    testMessageNumber :
  java.lang.AssertionError
  java.lang.AssertionError: expected:<317> but was:<318>
	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.junit.Assert.assertEquals(Assert.java:555)
	at org.junit.Assert.assertEquals(Assert.java:542)
	at org.apache.commons.math3.exception.util.LocalizedFormatsTest.testMessageNumber(LocalizedFormatsTest.java:33)


    testAllKeysPresentInPropertiesFiles :
  java.lang.AssertionError
  java.lang.AssertionError: missing key "NOT_CONVEX" for language fr
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.commons.math3.exception.util.LocalizedFormatsTest.testAllKeysPresentInPropertiesFiles(LocalizedFormatsTest.java:48)

  


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