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

Build statistics:
  State: Failed
  Previous State: Ok
  Started at: Tue 20 Dec 2011 21:39:57 +0000
  Finished at: Tue 20 Dec 2011 21:43:28 +0000
  Total time: 3m 30s
  Build Trigger: Schedule
  Build Number: 621
  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: UTF-8
          OS name: "linux" version: "2.6.32-31-server" arch: "amd64" Family: 
"unix"
    
****************************************************************************
SCM Changes:
****************************************************************************
Changed: erans @ Tue 20 Dec 2011 13:30:29 +0000
Comment: MATH-728
Offset by one bug. Suggested fix provided by Bruce Johnson.
I've added a unit test that exercises the use of more interpolation points;
two previously unexplored code paths are now being traversed.
Files changed:
  
/commons/proper/math/trunk/src/main/java/org/apache/commons/math/optimization/direct/BOBYQAOptimizer.java
 ( 1221253 )
  /commons/proper/math/trunk/src/site/xdoc/changes.xml ( 1221253 )
  
/commons/proper/math/trunk/src/test/java/org/apache/commons/math/optimization/direct/BOBYQAOptimizerTest.java
 ( 1221253 )

Changed: psteitz @ Tue 20 Dec 2011 21:07:58 +0000
Comment: Fixed rounding error in RandomDataImpl nextInt, nextLong methods 
causing lower
endpoints to be excluded when negative. Also improved robustness of nextUniform
for extreme values and changed its contract to throw IAE when provided bounds
are infinite or NaN.

JIRA: MATH-724
Reported and patched by Dennis Hendricks
Files changed:
  
/commons/proper/math/trunk/src/main/java/org/apache/commons/math/exception/util/LocalizedFormats.java
 ( 1221490 )
  
/commons/proper/math/trunk/src/main/java/org/apache/commons/math/random/RandomDataImpl.java
 ( 1221490 )
  
/commons/proper/math/trunk/src/main/resources/META-INF/localization/LocalizedFormats_fr.properties
 ( 1221490 )
  /commons/proper/math/trunk/src/site/xdoc/changes.xml ( 1221490 )
  
/commons/proper/math/trunk/src/test/java/org/apache/commons/math/random/RandomDataTest.java
 ( 1221490 )
  
/commons/proper/math/trunk/src/test/java/org/apache/commons/math/random/RandomGeneratorAbstractTest.java
 ( 1221490 )

****************************************************************************
Dependencies Changes:
****************************************************************************
No dependencies changed


****************************************************************************
Build Definition:
****************************************************************************
POM filename: pom.xml
Goals: clean deploy   
Arguments: --batch-mode -Pjava-1.5
Build Fresh: false
Always Build: false
Default Build Definition: true
Schedule: COMMONS_SCHEDULE
Profile Name: Maven 2.2.1
Description: Default Maven 2 Build Definition (Java 1.5)

****************************************************************************
Test Summary:
****************************************************************************
Tests: 3407
Failures: 1
Errors: 0
Success Rate: 99
Total time: 163.75696

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

Well19937cTest
    testNextIntPositiveRange :
  java.lang.AssertionError
  java.lang.AssertionError: Chisquare test failed p-value = 
0.0018537860221283786 chisquare statistic = 27.928000000000008. 
value   expected        observed
1       0.09            83
2       0.09            93
3       0.09            102
4       0.09            102
5       0.09            97
6       0.09            68
7       0.09            124
8       0.09            77
9       0.09            94
10      0.09            88
11      0.09            72
This test can fail randomly due to sampling error with probability 0.01.
        at org.junit.Assert.fail(Assert.java:91)
        at 
org.apache.commons.math.TestUtils.assertChiSquareAccept(TestUtils.java:384)
        at 
org.apache.commons.math.TestUtils.assertChiSquareAccept(TestUtils.java:435)
        at 
org.apache.commons.math.random.RandomDataTest.checkNextIntUniform(RandomDataTest.java:156)
        at 
org.apache.commons.math.random.RandomDataTest.testNextIntPositiveRange(RandomDataTest.java:133)
        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:44)
        at 
org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
        at 
org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
        at 
org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
        at org.apache.commons.math.RetryRunner$1.evaluate(RetryRunner.java:60)
        at 
org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
        at 
org.junit.runners.BlockJUnit4ClassRunner.runNotIgnored(BlockJUnit4ClassRunner.java:79)
        at 
org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:71)
        at 
org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:49)
        at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
        at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
        at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
        at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
        at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
        at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
        at 
org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:35)
        at 
org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:115)
        at 
org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:97)
        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.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
        at $Proxy0.invoke(Unknown Source)
        at 
org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
        at 
org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
        at 
org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)


  



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

Reply via email to