Group (shared) Maven 2 Build Definition (Java 1.5) 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: Commons Math
Online report : http://vmbuild.apache.org/continuum/buildResult.action?buildId=27019&projectId=97 Build statistics: State: Failed Previous State: Ok Started at: Fri 31 May 2013 11:20:13 +0000 Finished at: Fri 31 May 2013 11:26:56 +0000 Total time: 6m 42s Build Trigger: Schedule Build Number: 1271 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 2.2.1 (r801777; 2009-08-06 19:16:01+0000) Java version: 1.6.0_30 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-41-server" arch: "amd64" Family: "unix" **************************************************************************** SCM Changes: **************************************************************************** Changed: erans @ Fri 31 May 2013 10:42:48 +0000 Comment: MATH-985 Fixed wrong indexing. Unit tests that now fail set to "@Ignore". Files changed: /commons/proper/math/trunk/src/main/java/org/apache/commons/math3/analysis/interpolation/BicubicSplineInterpolatingFunction.java ( 1488145 ) /commons/proper/math/trunk/src/test/java/org/apache/commons/math3/analysis/interpolation/BicubicSplineInterpolatingFunctionTest.java ( 1488145 ) **************************************************************************** Dependencies Changes: **************************************************************************** No dependencies changed **************************************************************************** Build Definition: **************************************************************************** POM filename: pom.xml Goals: clean deploy Arguments: --batch-mode -Pjava-1.5 -Dgpg.skip -Prelease Build Fresh: false Always Build: false Default Build Definition: true Schedule: COMMONS_SCHEDULE Profile Name: Maven 2.2.1 Description: Group (shared) Maven 2 Build Definition (Java 1.5) **************************************************************************** Test Summary: **************************************************************************** Tests: 5024 Failures: 3 Errors: 0 Success Rate: 99 Total time: 331.91318 **************************************************************************** Test Failures: **************************************************************************** TricubicSplineInterpolatorTest testPlane : java.lang.AssertionError java.lang.AssertionError: half-way between sample points (middle of the patch) expected:<22.75> but was:<22.0> at org.junit.Assert.fail(Assert.java:93) at org.junit.Assert.failNotEquals(Assert.java:647) at org.junit.Assert.assertEquals(Assert.java:443) at org.apache.commons.math3.analysis.interpolation.TricubicSplineInterpolatorTest.testPlane(TricubicSplineInterpolatorTest.java:137) testWave : java.lang.AssertionError java.lang.AssertionError: Half-way between sample points (middle of the patch) expected:<-0.19600448825938194> but was:<-0.09105346452437971> at org.junit.Assert.fail(Assert.java:93) at org.junit.Assert.failNotEquals(Assert.java:647) at org.junit.Assert.assertEquals(Assert.java:443) at org.apache.commons.math3.analysis.interpolation.TricubicSplineInterpolatorTest.testWave(TricubicSplineInterpolatorTest.java:201) BicubicSplineInterpolatorTest testPlane : java.lang.AssertionError java.lang.AssertionError: half-way between sample points (middle of the patch) expected:<18.5> but was:<20.5> at org.junit.Assert.fail(Assert.java:93) at org.junit.Assert.failNotEquals(Assert.java:647) at org.junit.Assert.assertEquals(Assert.java:443) at org.apache.commons.math3.analysis.interpolation.BicubicSplineInterpolatorTest.testPlane(BicubicSplineInterpolatorTest.java:115) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org