You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by Apache Continuum <de...@continuum.apache.org> on 2016/02/04 21:25:48 UTC

[continuum] BUILD FAILURE: Apache Commons Math - Apache Commons (Build with Java 7)

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

Build statistics:
  State: Failed
  Previous State: Ok
  Started at: Thu 4 Feb 2016 20:21:04 +0000
  Finished at: Thu 4 Feb 2016 20:25:46 +0000
  Total time: 4m 41s
  Build Trigger: Schedule
  Build Number: 201
  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: Gilles <er...@apache.org> @ Thu 4 Feb 2016 14:29:35 +0000
Comment: Develoment model (using "git").

Basic policy has been agreed on in this thread:
  http://markmail.org/message/7lnus64entdwj4vo

Additions are in order if and when handling of legacy code is decided.
Files changed:
  doc/development/development.howto.txt ( 2c47a699547618132f06f8c9fef7fc0ebb1cb4e8 )

****************************************************************************
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: Build with Java 7

****************************************************************************
Test Summary:
****************************************************************************
Tests: 6178
Failures: 1
Errors: 0
Success Rate: 99
Total time: 195.95198

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

MicrosphereProjectionInterpolatorTest
    testLinearFunction2D :
  java.lang.AssertionError
  java.lang.AssertionError: interpolation (ND vs 2D) expected:<7.332742596971838> but was:<7.453960435237273>
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.failNotEquals(Assert.java:743)
	at org.junit.Assert.assertEquals(Assert.java:494)
	at org.apache.commons.math4.analysis.interpolation.MicrosphereProjectionInterpolatorTest.testLinearFunction2D(MicrosphereProjectionInterpolatorTest.java:115)