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 7AC36102E2 for ; Sun, 7 Jul 2013 07:52:45 +0000 (UTC) Received: (qmail 33222 invoked by uid 500); 7 Jul 2013 07:52:43 -0000 Delivered-To: apmail-commons-dev-archive@commons.apache.org Received: (qmail 33149 invoked by uid 500); 7 Jul 2013 07:52:42 -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 33127 invoked by uid 99); 7 Jul 2013 07:52:38 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 07 Jul 2013 07:52:38 +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; Sun, 07 Jul 2013 07:52:35 +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 r677qDsb029183 for ; Sun, 7 Jul 2013 07:52:13 GMT Date: Sun, 7 Jul 2013 07:52:13 +0000 (UTC) From: "Continuum@vmbuild" To: dev@commons.apache.org Message-ID: <588348881.4.1373183533707.JavaMail.continuum@vmbuild> Subject: [continuum] BUILD FAILURE: Apache Commons - Commons Math - X-Virus-Checked: Checked by ClamAV on apache.org 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=27158&projectId=97 Build statistics: State: Failed Previous State: Ok Started at: Sun 7 Jul 2013 07:51:24 +0000 Finished at: Sun 7 Jul 2013 07:52:12 +0000 Total time: 47s Build Trigger: Schedule Build Number: 1291 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: erans @ Fri 28 Jun 2013 10:20:21 +0000 Comment: MATH-993 Moved convergence check block to allow returning before an exception would be raised. Files changed: /commons/proper/math/trunk/src/changes/changes.xml ( 1497713 ) /commons/proper/math/trunk/src/main/java/org/apache/commons/math3/optim/nonlinear/vector/jacobian/GaussNewtonOptimizer.java ( 1497713 ) Changed: erans @ Fri 28 Jun 2013 20:06:05 +0000 Comment: MATH-995 Unit test. Files changed: /commons/proper/math/trunk/src/test/java/org/apache/commons/math3/analysis/integration/IterativeLegendreGaussIntegratorTest.java ( 1497904 ) Changed: erans @ Fri 28 Jun 2013 22:41:00 +0000 Comment: "final" keyword. Files changed: /commons/proper/math/trunk/src/test/java/org/apache/commons/math3/analysis/integration/gauss/LegendreTest.java ( 1497952 ) Changed: tn @ Tue 2 Jul 2013 19:49:48 +0000 Comment: Do sanity checks first to prevent NullPointerException. Files changed: /commons/proper/math/trunk/src/main/java/org/apache/commons/math3/util/MathArrays.java ( 1499076 ) Changed: tn @ Tue 2 Jul 2013 19:55:13 +0000 Comment: Add a formatting break. Files changed: /commons/proper/math/trunk/src/site/xdoc/userguide/random.xml ( 1499079 ) Changed: tn @ Tue 2 Jul 2013 19:56:10 +0000 Comment: Fix some warnings in test code. Files changed: /commons/proper/math/trunk/src/test/java/org/apache/commons/math3/fitting/HarmonicFitterTest.java ( 1499081 ) /commons/proper/math/trunk/src/test/java/org/apache/commons/math3/fitting/PolynomialFitterTest.java ( 1499081 ) Changed: tn @ Tue 2 Jul 2013 19:57:45 +0000 Comment: Suppress unused warning in test code. Files changed: /commons/proper/math/trunk/src/test/java/org/apache/commons/math3/linear/EigenDecompositionTest.java ( 1499082 ) Changed: tn @ Tue 2 Jul 2013 20:00:47 +0000 Comment: Fix TODO after the referenced issue has been resolved. Files changed: /commons/proper/math/trunk/src/test/java/org/apache/commons/math3/random/RandomDataGeneratorTest.java ( 1499085 ) Changed: tn @ Tue 2 Jul 2013 20:03:20 +0000 Comment: Add svn:keywords. Files changed: /commons/proper/math/trunk/src/test/java/org/apache/commons/math3/analysis/interpolation/BicubicSplineInterpolatingFunctionTest.java ( 1499088 ) /commons/proper/math/trunk/src/test/java/org/apache/commons/math3/analysis/interpolation/BicubicSplineInterpolatorTest.java ( 1499088 ) Changed: erans @ Thu 4 Jul 2013 14:24:11 +0000 Comment: MATH-995 Javadoc: added warning about wrong usage. Files changed: /commons/proper/math/trunk/src/main/java/org/apache/commons/math3/analysis/integration/IterativeLegendreGaussIntegrator.java ( 1499765 ) Changed: sebb @ Thu 4 Jul 2013 17:00:42 +0000 Comment: Missing @Deprecated tags Files changed: /commons/proper/math/trunk/src/main/java/org/apache/commons/math3/analysis/DifferentiableUnivariateMatrixFunction.java ( 1499808 ) /commons/proper/math/trunk/src/main/java/org/apache/commons/math3/analysis/DifferentiableUnivariateVectorFunction.java ( 1499808 ) /commons/proper/math/trunk/src/main/java/org/apache/commons/math3/analysis/FunctionUtils.java ( 1499808 ) /commons/proper/math/trunk/src/main/java/org/apache/commons/math3/analysis/solvers/DifferentiableUnivariateSolver.java ( 1499808 ) /commons/proper/math/trunk/src/main/java/org/apache/commons/math3/distribution/RealDistribution.java ( 1499808 ) /commons/proper/math/trunk/src/main/java/org/apache/commons/math3/optimization/direct/BaseAbstractMultivariateVectorOptimizer.java ( 1499808 ) /commons/proper/math/trunk/src/main/java/org/apache/commons/math3/optimization/direct/CMAESOptimizer.java ( 1499808 ) /commons/proper/math/trunk/src/main/java/org/apache/commons/math3/optimization/fitting/CurveFitter.java ( 1499808 ) /commons/proper/math/trunk/src/main/java/org/apache/commons/math3/optimization/linear/SimplexTableau.java ( 1499808 ) /commons/proper/math/trunk/src/main/java/org/apache/commons/math3/random/RandomData.java ( 1499808 ) /commons/proper/math/trunk/src/main/java/org/apache/commons/math3/random/RandomDataImpl.java ( 1499808 ) /commons/proper/math/trunk/src/main/java/org/apache/commons/math3/random/ValueServer.java ( 1499808 ) /commons/proper/math/trunk/src/main/java/org/apache/commons/math3/util/ResizableDoubleArray.java ( 1499808 ) Changed: sebb @ Thu 4 Jul 2013 17:11:25 +0000 Comment: Missing @Override Files changed: /commons/proper/math/trunk/src/main/java/org/apache/commons/math3/analysis/integration/MidPointIntegrator.java ( 1499809 ) Changed: sebb @ Thu 4 Jul 2013 17:24:47 +0000 Comment: Tab police Files changed: /commons/proper/math/trunk/build.xml ( 1499813 ) /commons/proper/math/trunk/findbugs-exclude-filter.xml ( 1499813 ) /commons/proper/math/trunk/src/changes/changes.xml ( 1499813 ) /commons/proper/math/trunk/src/main/java/org/apache/commons/math3/analysis/integration/MidPointIntegrator.java ( 1499813 ) /commons/proper/math/trunk/src/site/xdoc/userguide/filter.xml ( 1499813 ) /commons/proper/math/trunk/src/site/xdoc/userguide/geometry.xml ( 1499813 ) /commons/proper/math/trunk/src/site/xdoc/userguide/optimization.xml ( 1499813 ) /commons/proper/math/trunk/src/test/java/org/apache/commons/math3/analysis/integration/gauss/GaussianQuadratureAbstractTest.java ( 1499813 ) /commons/proper/math/trunk/src/test/java/org/apache/commons/math3/random/RandomDataGeneratorTest.java ( 1499813 ) Changed: erans @ Thu 4 Jul 2013 17:25:55 +0000 Comment: "final" keyword. Files changed: /commons/proper/math/trunk/src/test/java/org/apache/commons/math3/analysis/integration/gauss/LegendreParametricTest.java ( 1499814 ) Changed: sebb @ Thu 4 Jul 2013 17:28:45 +0000 Comment: Spell it out - easier to read Files changed: /commons/proper/math/trunk/src/main/java/org/apache/commons/math3/stat/Frequency.java ( 1499815 ) Changed: sebb @ Thu 4 Jul 2013 18:25:51 +0000 Comment: Avoid Findbugs dead store warnings Files changed: /commons/proper/math/trunk/src/test/java/org/apache/commons/math3/distribution/WeibullDistributionTest.java ( 1499838 ) /commons/proper/math/trunk/src/test/java/org/apache/commons/math3/fitting/HarmonicFitterTest.java ( 1499838 ) /commons/proper/math/trunk/src/test/java/org/apache/commons/math3/optimization/fitting/HarmonicFitterTest.java ( 1499838 ) Changed: sebb @ Thu 4 Jul 2013 18:54:42 +0000 Comment: The values are constants, so make them so Files changed: /commons/proper/math/trunk/src/test/java/org/apache/commons/math3/stat/FrequencyTest.java ( 1499841 ) Changed: tn @ Thu 4 Jul 2013 20:19:17 +0000 Comment: Fix copy&paste error in release howto. Files changed: /commons/proper/math/trunk/doc/release/release.howto.txt ( 1499857 ) Changed: erans @ Fri 5 Jul 2013 14:20:19 +0000 Comment: MATH-997 Gauss-Hermite quadrature scheme. Files changed: /commons/proper/math/trunk/src/changes/changes.xml ( 1500018 ) /commons/proper/math/trunk/src/main/java/org/apache/commons/math3/analysis/integration/gauss/GaussIntegrator.java ( 1500018 ) /commons/proper/math/trunk/src/main/java/org/apache/commons/math3/analysis/integration/gauss/GaussIntegratorFactory.java ( 1500018 ) /commons/proper/math/trunk/src/main/java/org/apache/commons/math3/analysis/integration/gauss/HermiteRuleFactory.java ( 1500018 ) /commons/proper/math/trunk/src/main/java/org/apache/commons/math3/analysis/integration/gauss/SymmetricGaussIntegrator.java ( 1500018 ) /commons/proper/math/trunk/src/test/java/org/apache/commons/math3/analysis/integration/gauss/GaussIntegratorTest.java ( 1500018 ) /commons/proper/math/trunk/src/test/java/org/apache/commons/math3/analysis/integration/gauss/HermiteParametricTest.java ( 1500018 ) /commons/proper/math/trunk/src/test/java/org/apache/commons/math3/analysis/integration/gauss/HermiteTest.java ( 1500018 ) **************************************************************************** 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: 0 Failures: 0 Errors: 0 Total time: 0.0 --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org For additional commands, e-mail: dev-help@commons.apache.org