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 gene...@gump.apache.org.

Project commons-math has an issue affecting its community integration.
This issue affects 1 projects,
 and has been outstanding for 17 runs.
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.html

That said, some information snippets are provided here.

The following annotations (debug/informational/warning/error messages) were 
provided:
 -DEBUG- Sole jar output [commons-math-07102011.jar] identifier set to project 
name
 -DEBUG- Dependency on junit exists, no need to add for property junit.jar.
 -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
 -WARNING- No directory 
[/srv/gump/public/workspace/apache-commons/math/target/test-reports]
 -DEBUG- Extracted fallback artifacts from Gump Repository



The following work was performed:
http://vmgump.apache.org/gump/public/apache-commons/commons-math/gump_work/build_apache-commons_commons-math.html
Work Name: build_apache-commons_commons-math (Type: Build)
Work ended in a state of : Failed
Elapsed: 17 secs
Command Line: /usr/lib/jvm/java-6-openjdk/bin/java -Djava.awt.headless=true 
-Dbuild.sysclasspath=only 
-Xbootclasspath/p:/srv/gump/public/workspace/xml-xerces2/build/xercesImpl.jar:/srv/gump/public/workspace/xml-commons/java/external/build/xml-apis.jar
 org.apache.tools.ant.Main -Dgump.merge=/srv/gump/public/gump/work/merge.xml 
-Djunit.jar=/srv/gump/public/workspace/junit/dist/junit-07102011.jar 
-Dfinal.name=commons-math-07102011 jar 
[Working Directory: /srv/gump/public/workspace/apache-commons/math]
CLASSPATH: 
/usr/lib/jvm/java-6-openjdk/lib/tools.jar:/srv/gump/public/workspace/apache-commons/math/target/classes:/srv/gump/public/workspace/apache-commons/math/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/workspace/ant/dist/lib/ant-jmf.jar:/srv/gump/public/workspace/ant/dist/lib/ant-junit.jar:/srv/gump/public/workspace/ant/dist/lib/ant-swing.jar:/srv/gump/public/workspace/ant/dist/lib/ant-apache-resolver.jar:/srv/gump/public/workspace/ant/dist/lib/ant-apache-xalan2.jar:/srv/gump/public/workspace/xml-commons/java/build/resolver.jar:/srv/gump/public/workspace/xml-commons/java/external/build/xml-apis-ext.jar:/srv/gump/public/workspace/junit/dist/junit-07102011.jar:/srv/gump/public/workspace/junit/dist/junit-dep-07102011.jar
---------------------------------------------
Buildfile: /srv/gump/public/workspace/apache-commons/math/build.xml

init:
     [echo] -------- Commons MATH 3.0-SNAPSHOT --------
    [mkdir] Created dir: /srv/gump/public/workspace/apache-commons/math/target
    [mkdir] Created dir: 
/srv/gump/public/workspace/apache-commons/math/target/classes
    [mkdir] Created dir: 
/srv/gump/public/workspace/apache-commons/math/target/test-classes
     [copy] Copying 5 files to 
/srv/gump/public/workspace/apache-commons/math/target/classes

compile:
    [javac] Compiling 625 source files to 
/srv/gump/public/workspace/apache-commons/math/target/classes
    [javac] 
/srv/gump/public/workspace/apache-commons/math/src/main/java/org/apache/commons/math/linear/PivotingQRDecomposition.java:20:
 cannot find symbol
    [javac] symbol  : class ConvergenceException
    [javac] location: package org.apache.commons.math
    [javac] import org.apache.commons.math.ConvergenceException;
    [javac]                               ^
    [javac] 
/srv/gump/public/workspace/apache-commons/math/src/main/java/org/apache/commons/math/linear/PivotingQRDecomposition.java:61:
 cannot find symbol
    [javac] symbol  : class ConvergenceException
    [javac] location: class 
org.apache.commons.math.linear.PivotingQRDecomposition
    [javac]     public PivotingQRDecomposition(RealMatrix matrix) throws 
ConvergenceException {
    [javac]                                                              ^
    [javac] 
/srv/gump/public/workspace/apache-commons/math/src/main/java/org/apache/commons/math/linear/PivotingQRDecomposition.java:65:
 cannot find symbol
    [javac] symbol  : class ConvergenceException
    [javac] location: class 
org.apache.commons.math.linear.PivotingQRDecomposition
    [javac]     public PivotingQRDecomposition(RealMatrix matrix, boolean 
allowPivot) throws ConvergenceException {
    [javac]                                                                     
             ^
    [javac] 
/srv/gump/public/workspace/apache-commons/math/src/main/java/org/apache/commons/math/linear/PivotingQRDecomposition.java:70:
 cannot find symbol
    [javac] symbol  : class ConvergenceException
    [javac] location: class 
org.apache.commons.math.linear.PivotingQRDecomposition
    [javac]             boolean allowPivot) throws ConvergenceException {
    [javac]                                        ^
    [javac] 
/srv/gump/public/workspace/apache-commons/math/src/main/java/org/apache/commons/math/linear/PivotingQRDecomposition.java:100:
 cannot find symbol
    [javac] symbol  : class ConvergenceException
    [javac] location: class 
org.apache.commons.math.linear.PivotingQRDecomposition
    [javac]                         throw new 
ConvergenceException(LocalizedFormats.UNABLE_TO_PERFORM_QR_DECOMPOSITION_ON_JACOBIAN,
    [javac]                                   ^
    [javac] Note: Some input files use or override a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.
    [javac] Note: Some input files use unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.
    [javac] 5 errors

BUILD FAILED
/srv/gump/public/workspace/apache-commons/math/build.xml:165: Compile failed; 
see the compiler error output for details.

Total time: 16 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

============================== Gump Tracking Only ===
Produced by Apache Gump(TM) version 2.3.
Gump Run 05000607102011, vmgump.apache.org:vmgump:05000607102011
Gump E-mail Identifier (unique within run) #10.

--
Apache Gump
http://gump.apache.org/ [Instance: vmgump]

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

Reply via email to