Return-Path: X-Original-To: apmail-commons-dev-archive@www.apache.org Delivered-To: apmail-commons-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 602B56A26 for ; Fri, 29 Jul 2011 16:30:39 +0000 (UTC) Received: (qmail 35845 invoked by uid 500); 29 Jul 2011 16:30:38 -0000 Delivered-To: apmail-commons-dev-archive@commons.apache.org Received: (qmail 35742 invoked by uid 500); 29 Jul 2011 16:30:37 -0000 Mailing-List: contact dev-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Commons Developers List" Delivered-To: mailing list dev@commons.apache.org Received: (qmail 35734 invoked by uid 99); 29 Jul 2011 16:30:37 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 29 Jul 2011 16:30:37 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.54] (HELO vmbuild.apache.org) (140.211.11.54) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 29 Jul 2011 16:30:34 +0000 Received: from vmbuild (localhost [127.0.0.1]) by vmbuild.apache.org (8.14.3/8.14.3/Debian-9.1ubuntu1) with ESMTP id p6TGUBYw003519 for ; Fri, 29 Jul 2011 16:30:12 GMT Date: Fri, 29 Jul 2011 16:30:11 +0000 (UTC) From: "Continuum@vmbuild" To: dev@commons.apache.org Message-ID: <1374217578.21311957011852.JavaMail.continuum@vmbuild> Subject: [continuum] BUILD FAILURE: Apache Commons - Commons Math - Default 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 X-Virus-Checked: Checked by ClamAV on apache.org Online report : http://vmbuild.apache.org/continuum/buildResult.action?buildId=10540&projectId=97 Build statistics: State: Failed Previous State: Failed Started at: Fri 29 Jul 2011 16:28:35 +0000 Finished at: Fri 29 Jul 2011 16:30:09 +0000 Total time: 1m 33s Build Trigger: Schedule Build Number: 366 Exit code: 1 Building machine hostname: vmbuild Operating system : Linux(unknown) Java Home version : java version "1.6.0_24" Java(TM) SE Runtime Environment (build 1.6.0_24-b07) Java HotSpot(TM) 64-Bit Server VM (build 19.1-b02, mixed mode) Builder version : Apache Maven 2.2.1 (r801777; 2009-08-06 19:16:01+0000) Java version: 1.6.0_24 Java home: /usr/lib/jvm/java-6-sun-1.6.0.24/jre Default locale: en_US, platform encoding: ANSI_X3.4-1968 OS name: "linux" version: "2.6.32-31-server" arch: "amd64" Family: "unix" **************************************************************************** SCM Changes: **************************************************************************** Changed: luc @ Fri 29 Jul 2011 15:34:10 +0000 Comment: Added a few shortcut methods and predicates to Dfp (abs, isZero, negativeOrNull, strictlyNegative, positiveOrNull, strictlyPositive). Files changed: /commons/proper/math/trunk/src/main/java/org/apache/commons/math/dfp/Dfp.java ( 1152266 ) /commons/proper/math/trunk/src/site/xdoc/changes.xml ( 1152266 ) /commons/proper/math/trunk/src/test/java/org/apache/commons/math/dfp/DfpTest.java ( 1152266 ) Changed: luc @ Fri 29 Jul 2011 15:35:19 +0000 Comment: document some exceptions that may be thrown by derived classes Files changed: /commons/proper/math/trunk/src/main/java/org/apache/commons/math/analysis/solvers/BaseAbstractUnivariateRealSolver.java ( 1152268 ) Changed: luc @ Fri 29 Jul 2011 15:44:21 +0000 Comment: Added a Brent-like solver that has higher (user specified) order and does bracket selection on the result: BracketingNthOrderBrentSolver. JIRA: MATH-635 Files changed: /commons/proper/math/trunk/src/main/java/org/apache/commons/math/analysis/solvers/BracketingNthOrderBrentSolver.java ( 1152276 ) /commons/proper/math/trunk/src/site/xdoc/changes.xml ( 1152276 ) /commons/proper/math/trunk/src/site/xdoc/userguide/analysis.xml ( 1152276 ) /commons/proper/math/trunk/src/test/java/org/apache/commons/math/analysis/solvers/BracketingNthOrderBrentSolverTest.java ( 1152276 ) Changed: luc @ Fri 29 Jul 2011 15:47:36 +0000 Comment: Added a solver for Dfp-based (i.e. high accuracy) functions. JIRA: MATH-636 Files changed: /commons/proper/math/trunk/src/main/java/org/apache/commons/math/dfp/BracketingNthOrderBrentSolverDFP.java ( 1152280 ) /commons/proper/math/trunk/src/main/java/org/apache/commons/math/dfp/UnivariateDfpFunction.java ( 1152280 ) /commons/proper/math/trunk/src/site/xdoc/changes.xml ( 1152280 ) /commons/proper/math/trunk/src/test/java/org/apache/commons/math/dfp/BracketingNthOrderBrentSolverDFPTest.java ( 1152280 ) Changed: luc @ Fri 29 Jul 2011 15:49:16 +0000 Comment: fixed javadoc warnings Files changed: /commons/proper/math/trunk/src/test/java/org/apache/commons/math/ode/events/OverlappingEventsTest.java ( 1152281 ) Changed: luc @ Fri 29 Jul 2011 15:50:39 +0000 Comment: Use the new nth order bracketing Brent solver by default if user didn't specify a root solver for ODE events detection. Files changed: /commons/proper/math/trunk/src/main/java/org/apache/commons/math/ode/AbstractIntegrator.java ( 1152283 ) **************************************************************************** Dependencies Changes: **************************************************************************** No dependencies changed **************************************************************************** Build Definition: **************************************************************************** POM filename: pom.xml Goals: clean install 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: 2571 Failures: 1 Errors: 0 Success Rate: 99 Total time: 60.196968 **************************************************************************** Test Failures: **************************************************************************** TDistributionTest testSampling : java.lang.AssertionError java.lang.AssertionError: Chisquare test failed p-value = 6.753280110604054E-4 chisquare statistic = 17.096. value expected observed 1 250 201 2 250 247 3 250 260 4 250 292 This test can fail randomly due to sampling error with probability 0.0010. 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.distribution.ContinuousDistributionAbstractTest.testSampling(ContinuousDistributionAbstractTest.java:273) 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.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28) at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31) 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-unsubscribe@commons.apache.org For additional commands, e-mail: dev-help@commons.apache.org