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 30F5264C4 for ; Thu, 21 Jul 2011 08:49:09 +0000 (UTC) Received: (qmail 70718 invoked by uid 500); 21 Jul 2011 08:49:05 -0000 Delivered-To: apmail-commons-dev-archive@commons.apache.org Received: (qmail 70226 invoked by uid 500); 21 Jul 2011 08:48:48 -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 70200 invoked by uid 99); 21 Jul 2011 08:48:42 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 21 Jul 2011 08:48:42 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of chris.nix@gmail.com designates 209.85.161.171 as permitted sender) Received: from [209.85.161.171] (HELO mail-gx0-f171.google.com) (209.85.161.171) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 21 Jul 2011 08:48:35 +0000 Received: by gxk22 with SMTP id 22so573685gxk.30 for ; Thu, 21 Jul 2011 01:48:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; bh=FOCpGIR0BczD5a2kpNuaNVgNk9UaHpUVK1bqzLDVeRg=; b=lyNE/aO4pfCrxJMaLC4xgy88l4KcT1Dk52SWvIRbJ4tP7zkEYB+z2ePSYjoCALQ2sr wIj/0Q31vb6lE0FfOq3QJpZqmOR3cTzAgBBRg71Jon0t72wsESrGu1UEIqKC29Rr3Izf c9H1MNbwv0CqlzhTHLWCUXWDJr8M1goU85z3Y= MIME-Version: 1.0 Received: by 10.146.115.1 with SMTP id n1mr6592529yac.29.1311238094861; Thu, 21 Jul 2011 01:48:14 -0700 (PDT) Received: by 10.147.32.17 with HTTP; Thu, 21 Jul 2011 01:48:14 -0700 (PDT) Date: Thu, 21 Jul 2011 09:48:14 +0100 Message-ID: Subject: [math] [GUMP@vmgump]: Project commons-math (in module apache-commons) failed From: Chris Nix To: Commons Developers List Content-Type: multipart/alternative; boundary=000e0cd52afcdc359804a89068a6 --000e0cd52afcdc359804a89068a6 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Luc, This is a result of the test resources I added for MATH-611. Unfortunately= , I think file extensions .csv are not copied to the test-classes directory when the tests are built. I've never dealt with gump, but I wonder if there are two options, either: a. Rename matrix1.csv and matrix2.csv to matrix1.txt matrix2.txt in src/test/resources/org/apache/commons/math/linear and amend the filename Strings within SingularValueDecompositionImplTest. or b. Patch build.xml to include .csv files as below Index: build.xml =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- build.xml (revision 1149048) +++ build.xml (working copy) @@ -182,6 +182,7 @@ + Regards, Chris On 21 July 2011 09:01, wrote: > The problem seems to come from reading resource test files, see < > http://vmgump.apache.org/gump/public/apache-commons/commons-math/gump_fil= e/TEST-org.apache.commons.math.linear.SingularValueDecompositionImplTest.tx= t.html > >. > > Is there something specific to tell Gump the files under test/resources > should be copied somewhere in the classpath ? > > Luc > > ----- Mail d'origine ----- > De: Gump > =C0: dev@commons.apache.org > Envoy=E9: Thu, 21 Jul 2011 08:49:08 +0200 (CEST) > Objet: [GUMP@vmgump]: Project commons-math (in module apache-commons) > failed > > To whom it may engage... > > This is an automated request, but not an unsolicited one. For > more information please visit http://gump.apache.org/nagged.html, > and/or contact the folk at general@gump.apache.org. > > Project commons-math has an issue affecting its community integration. > This issue affects 1 projects. > The current state of this project is 'Failed', with reason 'Build Failed'= . > For reference only, the following projects are affected by this: > - commons-math : The Jakarta Mathematics Library > > > Full details are available at: > > http://vmgump.apache.org/gump/public/apache-commons/commons-math/index.ht= ml > > That said, some information snippets are provided here. > > The following annotations (debug/informational/warning/error messages) we= re > provided: > -DEBUG- Sole jar output [commons-math-21072011.jar] identifier set to > project name > -DEBUG- Dependency on junit exists, no need to add for property junit.ja= r. > -INFO- Failed with reason build failed > -INFO- Project Reports in: > /srv/gump/public/workspace/apache-commons/math/target/surefire-reports > -WARNING- No directory > [/srv/gump/public/workspace/apache-commons/math/target/surefire-reports] > -INFO- Project Reports in: > /srv/gump/public/workspace/apache-commons/math/target/test-reports > -INFO- Failed to extract fallback artifacts from Gump Repository > > > > The following work was performed: > > http://vmgump.apache.org/gump/public/apache-commons/commons-math/gump_wor= k/build_apache-commons_commons-math.html > Work Name: build_apache-commons_commons-math (Type: Build) > Work ended in a state of : Failed > Elapsed: 5 mins 40 secs > Command Line: /usr/lib/jvm/java-6-openjdk/bin/java -Djava.awt.headless=3D= true > -Dbuild.sysclasspath=3Donly > -Xbootclasspath/p:/srv/gump/public/workspace/xml-xerces2/build/xercesImpl= .jar:/srv/gump/public/workspace/xml-commons/java/external/build/xml-apis.ja= r > org.apache.tools.ant.Main -Dgump.merge=3D/srv/gump/public/gump/work/merge= .xml > -Djunit.jar=3D/srv/gump/public/workspace/junit/dist/junit-21072011.jar > -Dfinal.name=3Dcommons-math-21072011 jar > [Working Directory: /srv/gump/public/workspace/apache-commons/math] > CLASSPATH: > /usr/lib/jvm/java-6-openjdk/lib/tools.jar:/srv/gump/public/workspace/apac= he-commons/math/target/classes:/srv/gump/public/workspace/apache-commons/ma= th/target/test-classes:/srv/gump/public/workspace/ant/dist/lib/ant.jar:/srv= /gump/public/workspace/ant/dist/lib/ant-launcher.jar:/srv/gump/public/works= pace/ant/dist/lib/ant-jmf.jar:/srv/gump/public/workspace/ant/dist/lib/ant-j= unit.jar:/srv/gump/public/workspace/ant/dist/lib/ant-swing.jar:/srv/gump/pu= blic/workspace/ant/dist/lib/ant-apache-resolver.jar:/srv/gump/public/worksp= ace/ant/dist/lib/ant-apache-xalan2.jar:/srv/gump/packages/junit3.8.1/junit.= jar:/srv/gump/public/workspace/xml-commons/java/build/resolver.jar:/srv/gum= p/public/workspace/xml-commons/java/external/build/xml-apis-ext.jar:/srv/gu= mp/public/workspace/junit/dist/junit-21072011.jar:/srv/gump/public/workspac= e/junit/dist/junit-dep-21072011.jar > --------------------------------------------- > [junit] Running > org.apache.commons.math.stat.regression.MillerUpdatingRegressionTest > [junit] getN - test add observation - clear > [junit] Test Add obs should fail if number of vars changes > [junit] Test Add Multiple obs should fail if length of arrays is not > same > [junit] Tests run: 17, Failures: 0, Errors: 0, Time elapsed: 0.546 sec > [junit] Running > org.apache.commons.math.stat.regression.OLSMultipleLinearRegressionTest > [junit] Tests run: 23, Failures: 0, Errors: 0, Time elapsed: 0.278 sec > [junit] Running > org.apache.commons.math.stat.regression.SimpleRegressionTest > [junit] Tests run: 16, Failures: 0, Errors: 0, Time elapsed: 0.218 sec > [junit] Running > org.apache.commons.math.transform.FastCosineTransformerTest > [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.219 sec > [junit] Running > org.apache.commons.math.transform.FastFourierTransformerTest > [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.19 sec > [junit] Running > org.apache.commons.math.transform.FastHadamardTransformerTest > [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.189 sec > [junit] Running > org.apache.commons.math.transform.FastSineTransformerTest > [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.198 sec > [junit] Running org.apache.commons.math.util.BigRealFieldTest > [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.057 sec > [junit] Running org.apache.commons.math.util.BigRealTest > [junit] Tests run: 10, Failures: 0, Errors: 0, Time elapsed: 0.066 sec > [junit] Running org.apache.commons.math.util.ContinuedFractionTest > [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.141 sec > [junit] Running org.apache.commons.math.util.DefaultTransformerTest > [junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 0.043 sec > [junit] Running > org.apache.commons.math.util.FastMathStrictComparisonTest > [junit] Tests run: 53, Failures: 0, Errors: 0, Time elapsed: 0.509 sec > [junit] Running org.apache.commons.math.util.FastMathTest > [junit] Tests run: 35, Failures: 0, Errors: 0, Time elapsed: 16.117 se= c > [junit] Running org.apache.commons.math.util.IncrementorTest > [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 0.028 sec > [junit] Running org.apache.commons.math.util.MathUtilsTest > [junit] Tests run: 73, Failures: 0, Errors: 0, Time elapsed: 2.033 sec > [junit] Running org.apache.commons.math.util.MultidimensionalCounterTe= st > [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 0.181 sec > [junit] Running org.apache.commons.math.util.OpenIntToDoubleHashMapTes= t > [junit] Tests run: 17, Failures: 0, Errors: 0, Time elapsed: 0.439 sec > [junit] Running org.apache.commons.math.util.OpenIntToFieldTest > [junit] Tests run: 17, Failures: 0, Errors: 0, Time elapsed: 0.292 sec > [junit] Running org.apache.commons.math.util.PairTest > [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.017 sec > [junit] Running org.apache.commons.math.util.ResizableDoubleArrayTest > [junit] Tests run: 14, Failures: 0, Errors: 0, Time elapsed: 0.209 sec > [junit] Running org.apache.commons.math.util.TransformerMapTest > [junit] Tests run: 8, Failures: 0, Errors: 0, Time elapsed: 0.039 sec > > BUILD FAILED > /srv/gump/public/workspace/apache-commons/math/build.xml:214: There were > test failures. > > Total time: 5 minutes 40 seconds > --------------------------------------------- > > To subscribe to this information via syndicated feeds: > - RSS: > http://vmgump.apache.org/gump/public/apache-commons/commons-math/rss.xml > - Atom: > http://vmgump.apache.org/gump/public/apache-commons/commons-math/atom.xml > > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D Gump Tracking Only =3D=3D=3D > Produced by Apache Gump(TM) version 2.3. > Gump Run 06000621072011, vmgump.apache.org:vmgump:06000621072011 > Gump E-mail Identifier (unique within run) #4. > > -- > Apache Gump > http://gump.apache.org/ [Instance: vmgump] > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org > For additional commands, e-mail: dev-help@commons.apache.org > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org > For additional commands, e-mail: dev-help@commons.apache.org > > --000e0cd52afcdc359804a89068a6--