You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by Stefan Bodewig <bo...@apache.org> on 2008/03/04 05:11:23 UTC

[GUMP@vmgump]: Project commons-net (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-net has an issue affecting its community integration.
This issue affects 40 projects.
The current state of this project is 'Failed', with reason 'Build Failed'.
For reference only, the following projects are affected by this:
    - antbook-diary-core :  Examples to go with Java Development with Ant
    - antbook-sections :  Examples to go with Java Development with Ant
    - apache-ldapber-provider :  Apache Directory Project
    - apacheds-core :  Apache Directory Server
    - apacheds-main :  Apache Directory Server
    - apacheds-shared :  Apache Directory Server
    - asn1-ber :  Apache ASN.1 Tools
    - asn1-codec :  Apache ASN.1 Tools
    - cddlm :  Configuration and Deployment of Grid Applications and System...
    - commons-net :  Commons Net
    - commons-vfs :  Apache Commons
    - commons-vfs-sandbox :  Apache Commons
    - excalibur-fortress-bean :  Repository of reusable components.
    - excalibur-fortress-container-impl :  Repository of reusable components.
    - excalibur-fortress-container-test :  Repository of reusable components.
    - excalibur-fortress-examples :  Repository of reusable components.
    - excalibur-fortress-migration :  Repository of reusable components.
    - excalibur-fortress-platform :  Repository of reusable components.
    - excalibur-fortress-testcase :  Repository of reusable components.
    - excalibur-monitor :  Repository of reusable components.
    - excalibur-sourceresolve :  Repository of reusable components.
    - excalibur-xmlutil :  Repository of reusable components.
    - ivy :  Ivy Core
    - ivy-tests :  Ivy is a tool for managing (recording, tracking, resolving a...
    - jakarta-jmeter-svn :  Pure Java load testing and performance measurement tool.
   ...
    - jakarta-jmeter-test :  Pure Java load testing and performance measurement tool.
   ...
    - kerberos-common :  Apache Directory Project
    - kerberos-protocol :  Apache Kerberos Server
    - ldap-common :  Apache Directory Project
    - ldap-protocol :  Apache Directory Server
    - ldap-snacc-provider :  Apache Directory Project
    - logging-log4j-chainsaw :  Chainsaw log viewer
    - maven-directory-plugin :  Apache Directory Server
    - mina :  A Multipurpose Infrastrusture for Network Applications
    - smartfrog :  Smartfrog: Application Deployment from HP Laboratories
    - smartfrog-components :  Smartfrog: Application Deployment from HP Laboratories
    - smartfrog-tasks :  Smartfrog: Application Deployment from HP Laboratories
    - smartfrog-tasks-test :  Smartfrog: Application Deployment from HP Laboratories
    - smartfrog-test :  Smartfrog: Application Deployment from HP Laboratories
    - smartfrog-testharness :  Smartfrog: Application Deployment from HP Laboratories


Full details are available at:
    http://vmgump.apache.org/gump/public/apache-commons/commons-net/index.html

That said, some information snippets are provided here.

The following annotations (debug/informational/warning/error messages) were provided:
 -DEBUG- Sole output [commons-net-03032008.jar] identifier set to project name
 -INFO- Made directory [/srv/gump/public/workspace/apache-commons/net/target/classes]
 -INFO- Made directory [/srv/gump/public/workspace/apache-commons/net/target/test-classes]
 -INFO- Failed with reason build failed
 -INFO- Failed to extract fallback artifacts from Gump Repository



The following work was performed:
http://vmgump.apache.org/gump/public/apache-commons/commons-net/gump_work/build_apache-commons_commons-net.html
Work Name: build_apache-commons_commons-net (Type: Build)
Work ended in a state of : Failed
Elapsed: 7 secs
Command Line: /usr/lib/jvm/java-1.5.0-sun/bin/java -Djava.awt.headless=true -Dant.build.clonevm=true -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 -Dbuild.sysclasspath=only -Dfinal.name=commons-net-03032008 dist 
[Working Directory: /srv/gump/public/workspace/apache-commons/net]
CLASSPATH: /usr/lib/jvm/java-1.5.0-sun/lib/tools.jar:/srv/gump/public/workspace/apache-commons/net/target/classes:/srv/gump/public/workspace/apache-commons/net/target/test-classes:/srv/gump/public/workspace/ant/dist/lib/ant-jmf.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-trax.jar:/srv/gump/public/workspace/ant/dist/lib/ant-junit.jar:/srv/gump/public/workspace/ant/dist/lib/ant-launcher.jar:/srv/gump/public/workspace/ant/dist/lib/ant-nodeps.jar:/srv/gump/public/workspace/ant/dist/lib/ant.jar:/srv/gump/packages/junit3.8.1/junit.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/jakarta-oro/jakarta-oro-03032008.jar:/srv/gump/public/workspace/junit/dist/junit-03032008.jar
---------------------------------------------
    [javac]                    ^
    [javac] /srv/gump/public/workspace/apache-commons/net/src/java/org/apache/commons/net/ftp/FTPFileList.java:212: warning: [deprecation] org.apache.commons.net.ftp.FTPFileIterator in org.apache.commons.net.ftp has been deprecated
    [javac]         return new FTPFileIterator(this, parser);
    [javac]                    ^
    [javac] /srv/gump/public/workspace/apache-commons/net/src/java/org/apache/commons/net/ftp/parser/VMSFTPEntryParser.java:115: warning: [deprecation] parseFileList(java.io.InputStream) in org.apache.commons.net.ftp.FTPFileEntryParserImpl has been deprecated
    [javac]     public FTPFile[] parseFileList(InputStream listStream) throws IOException {
    [javac]                      ^
    [javac] /srv/gump/public/workspace/apache-commons/net/src/java/org/apache/commons/net/ftp/parser/VMSFTPEntryParser.java:117: warning: [deprecation] readServerList(java.io.InputStream) in org.apache.commons.net.ftp.FTPListParseEngine has been deprecated
    [javac]         engine.readServerList(listStream);
    [javac]               ^
    [javac] Note: Some input files use unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.
    [javac] 13 warnings
    [mkdir] Created dir: /srv/gump/public/workspace/apache-commons/net/target/classes/META-INF
     [copy] Copying 1 file to /srv/gump/public/workspace/apache-commons/net/target/classes/META-INF

junit-present:

compile-tests:
    [javac] Compiling 38 source files to /srv/gump/public/workspace/apache-commons/net/target/test-classes
    [javac] /srv/gump/public/workspace/apache-commons/net/src/test/org/apache/commons/net/tftp/TFTPTests.java:33: cannot find symbol
    [javac] symbol  : class TFTPServer
    [javac] location: class org.apache.commons.net.tftp.TFTPTests
    [javac] 	static TFTPServer tftpS;
    [javac]                ^
    [javac] /srv/gump/public/workspace/apache-commons/net/src/test/org/apache/commons/net/ftp/parser/VMSFTPEntryParserTest.java:95: warning: [deprecation] readServerList(java.io.InputStream) in org.apache.commons.net.ftp.FTPListParseEngine has been deprecated
    [javac]         engine.readServerList(
    [javac]               ^
    [javac] /srv/gump/public/workspace/apache-commons/net/src/test/org/apache/commons/net/ftp/parser/VMSFTPEntryParserTest.java:116: warning: [deprecation] readServerList(java.io.InputStream) in org.apache.commons.net.ftp.FTPListParseEngine has been deprecated
    [javac]         engine.readServerList(
    [javac]               ^
    [javac] /srv/gump/public/workspace/apache-commons/net/src/test/org/apache/commons/net/tftp/TFTPTests.java:55: cannot find symbol
    [javac] symbol  : class TFTPServer
    [javac] location: class org.apache.commons.net.tftp.TFTPTests
    [javac] 			tftpS = new TFTPServer(serverDirectory, serverDirectory, 6900, TFTPServer.GET_AND_PUT,
    [javac]                                     ^
    [javac] /srv/gump/public/workspace/apache-commons/net/src/test/org/apache/commons/net/tftp/TFTPTests.java:55: cannot find symbol
    [javac] symbol  : variable TFTPServer
    [javac] location: class org.apache.commons.net.tftp.TFTPTests
    [javac] 			tftpS = new TFTPServer(serverDirectory, serverDirectory, 6900, TFTPServer.GET_AND_PUT,
    [javac]                                                                                        ^
    [javac] Note: /srv/gump/public/workspace/apache-commons/net/src/test/org/apache/commons/net/ftp/FTPClientConfigFunctionalTest.java uses unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.
    [javac] 3 errors
    [javac] 2 warnings

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

Total time: 6 seconds
---------------------------------------------

To subscribe to this information via syndicated feeds:
- RSS: http://vmgump.apache.org/gump/public/apache-commons/commons-net/rss.xml
- Atom: http://vmgump.apache.org/gump/public/apache-commons/commons-net/atom.xml

============================== Gump Tracking Only ===
Produced by Gump version 2.3.
Gump Run 43001603032008, vmgump:vmgump-public:43001603032008
Gump E-mail Identifier (unique within run) #1.

--
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