Online report :
https://continuum-ci.apache.org/continuum/buildResult.action?buildId=28308&projectId=97
Build statistics:
State: Failed
Previous State: Failed
Started at: Sun 2 Mar 2014 20:20:33 +0000
Finished at: Sun 2 Mar 2014 20:25:38 +0000
Total time: 5m 4s
Build Trigger: Schedule
Build Number: 1398
Exit code: 1
Building machine hostname: continuum-vm
Operating system : Linux(unknown)
Java Home version :
java version "1.6.0_27"
OpenJDK Runtime Environment (IcedTea6 1.12.6)
(6b27-1.12.6-1ubuntu0.12.04.4)
OpenJDK 64-Bit Server VM (build 20.0-b12, 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.6.0_27, vendor: Sun Microsystems Inc.
Java home: /usr/lib/jvm/java-6-openjdk-amd64/jre
Default locale: en_US, platform encoding: ANSI_X3.4-1968
OS name: "linux", version: "3.2.0-53-generic", arch: "amd64", family:
"unix"
****************************************************************************
SCM Changes:
****************************************************************************
Changed: erans @ Sun 2 Mar 2014 19:38:47 +0000
Comment: MATH-1092
Javadoc.
Files changed:
/commons/proper/math/trunk/src/main/java/org/apache/commons/math3/optim/nonlinear/scalar/LineSearch.java
( 1573341 )
Changed: luc @ Sun 2 Mar 2014 19:54:43 +0000
Comment: Add SVD to GaussNewtonOptimizer
Allow using the SVD decomposition which has excellent stability and can
provide a "solution" for singular problems.
Figured out why one of the least squares tests did not check two of the
states. There was only one equation for the two states. The test now
verifies the states satisfy the constraint.
Patch provided by Evan Ward.
JIRA: MATH-1104
Files changed:
/commons/proper/math/trunk/src/main/java/org/apache/commons/math3/fitting/leastsquares/GaussNewtonOptimizer.java
( 1573351 )
/commons/proper/math/trunk/src/test/java/org/apache/commons/math3/fitting/leastsquares/AbstractLeastSquaresOptimizerAbstractTest.java
( 1573351 )
/commons/proper/math/trunk/src/test/java/org/apache/commons/math3/fitting/leastsquares/GaussNewtonOptimizerWithSVDTest.java
( 1573351 )
****************************************************************************
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.5
Description: Group (shared) Maven 3 Build Definition (Java 1.6)
****************************************************************************
Test Summary:
****************************************************************************
Tests: 5943
Failures: 1
Errors: 0
Success Rate: 99
Total time: 243.00403
****************************************************************************
Test Failures:
****************************************************************************
MultiStartMultivariateOptimizerTest
testCircleFitting :
java.lang.AssertionError
java.lang.AssertionError: expected:<96.075> but was:<96.07601944200873>
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.junit.Assert.assertEquals(Assert.java:592)
at
org.apache.commons.math3.optim.nonlinear.scalar.MultiStartMultivariateOptimizerTest.testCircleFitting(MultiStartMultivariateOptimizerTest.java:71)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]