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=24814&projectId=97

Build statistics:
  State: Failed
  Previous State: Failed
  Started at: Sun 16 Sep 2012 17:20:46 +0000
  Finished at: Sun 16 Sep 2012 17:26:16 +0000
  Total time: 5m 30s
  Build Trigger: Schedule
  Build Number: 978
  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: tn @ Sun 16 Sep 2012 16:32:10 +0000
Comment: Javadoc cleanup of transform package, removed unnecessary paragraph 
tags.
Files changed:
  
/commons/proper/math/trunk/src/main/java/org/apache/commons/math3/transform/DctNormalization.java
 ( 1385310 )
  
/commons/proper/math/trunk/src/main/java/org/apache/commons/math3/transform/DftNormalization.java
 ( 1385310 )
  
/commons/proper/math/trunk/src/main/java/org/apache/commons/math3/transform/DstNormalization.java
 ( 1385310 )
  
/commons/proper/math/trunk/src/main/java/org/apache/commons/math3/transform/FastCosineTransformer.java
 ( 1385310 )
  
/commons/proper/math/trunk/src/main/java/org/apache/commons/math3/transform/FastFourierTransformer.java
 ( 1385310 )
  
/commons/proper/math/trunk/src/main/java/org/apache/commons/math3/transform/FastHadamardTransformer.java
 ( 1385310 )
  
/commons/proper/math/trunk/src/main/java/org/apache/commons/math3/transform/FastSineTransformer.java
 ( 1385310 )
  
/commons/proper/math/trunk/src/main/java/org/apache/commons/math3/transform/RealTransformer.java
 ( 1385310 )
  
/commons/proper/math/trunk/src/main/java/org/apache/commons/math3/transform/TransformUtils.java
 ( 1385310 )

Changed: tn @ Sun 16 Sep 2012 16:35:23 +0000
Comment: Removed unused imports.
Files changed:
  
/commons/proper/math/trunk/src/main/java/org/apache/commons/math3/analysis/interpolation/BicubicSplineInterpolator.java
 ( 1385313 )
  
/commons/proper/math/trunk/src/main/java/org/apache/commons/math3/analysis/interpolation/DividedDifferenceInterpolator.java
 ( 1385313 )

Changed: tn @ Sun 16 Sep 2012 16:35:49 +0000
Comment: Javadoc formatting and fixes.
Files changed:
  
/commons/proper/math/trunk/src/main/java/org/apache/commons/math3/analysis/interpolation/TricubicSplineInterpolatingFunction.java
 ( 1385314 )

Changed: tn @ Sun 16 Sep 2012 16:37:34 +0000
Comment: Removed trailing spaces.
Files changed:
  
/commons/proper/math/trunk/src/main/java/org/apache/commons/math3/analysis/differentiation/DSCompiler.java
 ( 1385315 )

Changed: tn @ Sun 16 Sep 2012 16:50:32 +0000
Comment: [MATH-666] make FieldVector#getData() method deprecated in favor of 
toArray(), minor formatting, move implementation of SparseFieldVector#getData() 
to toArray().
Files changed:
  
/commons/proper/math/trunk/src/main/java/org/apache/commons/math3/linear/FieldVector.java
 ( 1385316 )
  
/commons/proper/math/trunk/src/main/java/org/apache/commons/math3/linear/SparseFieldVector.java
 ( 1385316 )

Changed: tn @ Sun 16 Sep 2012 16:54:20 +0000
Comment: [MATH-666] added to changes.xml.
Files changed:
  /commons/proper/math/trunk/src/changes/changes.xml ( 1385318 )

****************************************************************************
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: 4135
Failures: 1
Errors: 0
Success Rate: 99
Total time: 263.38016

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

CMAESOptimizerTest
    testDiagonalRosen :
  java.lang.AssertionError
  java.lang.AssertionError: expected:<0.0> but was:<3.9866231732278377>
        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.junit.Assert.assertEquals(Assert.java:512)
        at 
org.apache.commons.math3.optimization.direct.CMAESOptimizerTest.doTest(CMAESOptimizerTest.java:411)
        at 
org.apache.commons.math3.optimization.direct.CMAESOptimizerTest.testDiagonalRosen(CMAESOptimizerTest.java:370)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:592)
        at 
org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:45)
        at 
org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
        at 
org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:42)
        at 
org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
        at org.apache.commons.math3.RetryRunner$1.evaluate(RetryRunner.java:60)
        at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:263)
        at 
org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:68)
        at 
org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:47)
        at org.junit.runners.ParentRunner$3.run(ParentRunner.java:231)
        at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:60)
        at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:229)
        at org.junit.runners.ParentRunner.access$000(ParentRunner.java:50)
        at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:222)
        at org.junit.runners.ParentRunner.run(ParentRunner.java:300)
        at 
org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:236)
        at 
org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:134)
        at 
org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:113)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:592)
        at 
org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:189)
        at 
org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:165)
        at 
org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:85)
        at 
org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:103)
        at 
org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:74)

  



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

Reply via email to