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 2004/09/03 01:27:13 UTC

[GUMP@brutus]: jakarta-commons/commons-net 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 folk at general@gump.apache.org.

Project commons-net has an issue affecting its community integration.
This issue affects 2 projects.
Project State : 'Failed'
The following are affected:
    - commons-net :  Commons Net
    - james-server :  Java Apache Mail Enterprise Server


Full details are available at:

    http://brutus.apache.org/gump/public/jakarta-commons/commons-net/index.html

That said, some snippets follow:


The following annotations were provided:
 -DEBUG- Sole jar [commons-net-02092004.jar] identifier set to project name
 -INFO- Made directory [/usr/local/gump/public/workspace/jakarta-commons/net/target/classes]
 -INFO- Made directory [/usr/local/gump/public/workspace/jakarta-commons/net/target/test-classes]
 -INFO- Failed with reason build failed
 -DEBUG- Extracted fallback artifacts from Gump Repository


The following work was performed:
http://brutus.apache.org/gump/public/jakarta-commons/commons-net/gump_work/build_jakarta-commons_commons-net.html
Work Name: build_jakarta-commons_commons-net (Type: Build)
State: Failed
Elapsed: 16 secs
Command Line: java -Djava.awt.headless=true -Dbuild.clonevm=true -Xbootclasspath/p:/usr/local/gump/public/workspace/xml-xerces2/java/build/xercesImpl.jar:/usr/local/gump/public/workspace/xml-xerces2/java/build/xml-apis.jar org.apache.tools.ant.Main -Dgump.merge=/usr/local/gump/public/gump/work/merge.xml -Dbuild.sysclasspath=only -Dfinal.name=commons-net-02092004 dist 
[Working Directory: /usr/local/gump/public/workspace/jakarta-commons/net]
CLASSPATH : /usr/local/j2sdk1.4.2_04/lib/tools.jar:/usr/local/gump/public/workspace/jakarta-commons/net/target/classes:/usr/local/gump/public/workspace/jakarta-commons/net/target/test-classes:/usr/local/gump/public/workspace/ant/dist/lib/ant-stylebook.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-jmf.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-swing.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-trax.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-junit.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-launcher.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-nodeps.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant.jar:/usr/local/gump/public/workspace/jakarta-oro/jakarta-oro-02092004.jar:/usr/local/gump/public/workspace/dist/junit/junit.jar---------------------------------------------
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.316 sec
    [junit] Testsuite: org.apache.commons.net.ftp.parser.UnixFTPEntryParserTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.316 sec

    [junit] Testcase: testParseFieldsOnDirectory took 0.055 sec
    [junit] Testcase: testParseFieldsOnFile took 0.01 sec
    [junit] Testcase: testBadListing took 0.021 sec
    [junit] Testcase: testGoodListing took 0.039 sec
    [junit] Running org.apache.commons.net.ftp.parser.VMSFTPEntryParserTest
    [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 0.311 sec
    [junit] Testsuite: org.apache.commons.net.ftp.parser.VMSFTPEntryParserTest
    [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 0.311 sec

    [junit] Testcase: testWholeListParse took 0.059 sec
    [junit] Testcase: testWholeListParseWithVersioning took 0.031 sec
    [junit] Testcase: testParseFieldsOnDirectory took 0.031 sec
    [junit] Testcase: testParseFieldsOnFile took 0.007 sec
    [junit] Testcase: testBadListing took 0.023 sec
    [junit] Testcase: testGoodListing took 0.01 sec
    [junit] Running org.apache.commons.net.pop3.POP3ClientCommandsTest
    [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 0.174 sec
    [junit] Testsuite: org.apache.commons.net.pop3.POP3ClientCommandsTest
    [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 0.174 sec

    [junit] Testcase: testNoopCommand took 0.025 sec
    [junit] 	Caused an ERROR
    [junit] Connection refused
    [junit] java.net.ConnectException: Connection refused
    [junit] 	at java.net.PlainSocketImpl.socketConnect(Native Method)
    [junit] 	at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:305)
    [junit] 	at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:171)
    [junit] 	at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:158)
    [junit] 	at java.net.Socket.connect(Socket.java:452)
    [junit] 	at java.net.Socket.connect(Socket.java:402)
    [junit] 	at java.net.Socket.<init>(Socket.java:309)
    [junit] 	at java.net.Socket.<init>(Socket.java:153)
    [junit] 	at org.apache.commons.net.DefaultSocketFactory.createSocket(DefaultSocketFactory.java:67)
    [junit] 	at org.apache.commons.net.SocketClient.connect(SocketClient.java:141)
    [junit] 	at org.apache.commons.net.SocketClient.connect(SocketClient.java:231)
    [junit] 	at org.apache.commons.net.pop3.POP3ClientCommandsTest.connect(POP3ClientCommandsTest.java:87)
    [junit] 	at org.apache.commons.net.pop3.POP3ClientCommandsTest.testNoopCommand(POP3ClientCommandsTest.java:105)
    [junit] 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    [junit] 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    [junit] 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)


BUILD FAILED
/usr/local/gump/public/workspace/jakarta-commons/net/build.xml:89: Test org.apache.commons.net.pop3.POP3ClientCommandsTest failed

Total time: 16 seconds
---------------------------------------------




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


--
Gump E-mail Identifier (within run) #1.
Produced by Gump 2.1.0-alpha-0003.
[Run (09001602092004, brutus:brutus-public:09001602092004)]
http://brutus.apache.org/gump/public/index.html
http://brutus.apache.org/gump/public/options.html

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

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