You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by Gump <is...@commons.apache.org> on 2008/10/09 09:52:14 UTC

[GUMP@vmgump]: Project commons-io (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-io has an issue affecting its community integration.
This issue affects 26 projects,
 and has been outstanding for 49 runs.
The current state of this project is 'Failed', with reason 'Build Failed'.
For reference only, the following projects are affected by this:
    - apacheds-core :  Apache Directory Server
    - apacheds-main :  Apache Directory Server
    - apollo :  Apollo Project
    - commons-fileupload :  Commons File Upload Package
    - commons-io :  Commons I/O Utility Package
    - commons-javaflow :  Commons Javaflow
    - commons-jelly-tags-ojb :  Commons Jelly
    - db-ojb-from-packages-1-0-release :  ObjectRelationalBridge
    - db-torque :  Persistence Layer
    - htmlunit :  A tool for testing web based applications
    - jakarta-jmeter-svn :  Pure Java load testing and performance measurement tool.
   ...
    - jakarta-jmeter-test :  Pure Java load testing and performance measurement tool.
   ...
    - jakarta-tomcat-4.0 :  Servlet 2.3 and JSP 1.2 Reference Implementation
    - jakarta-tomcat-catalina :  Servlet 2.4 Reference Implementation
    - jakarta-tomcat-coyote-tomcat4 :  Connectors to various web servers
    - jakarta-tomcat-jk :  Connectors to various web servers
    - lenya :  Content Management System
    - maven :  Project Management Tools
    - maven-bootstrap :  Project Management Tools
    - muse :  Muse Project
    - portals-pluto-portal-1.0 :  JSR168 Container
    - test-ojb-from-packages-1-0-release :  ObjectRelationalBridge
    - tomcat-catalina :  Servlet 2.3 and JSP 1.2 Reference Implementation
    - xml-fop :  XSL-FO (Formatting Objects) processor
    - xml-xindice :  native XML database
    - xmlgraphics-commons :  Apache XML Graphics Commons - Common Components for Batik an...


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

That said, some information snippets are provided here.

The following annotations (debug/informational/warning/error messages) were provided:
 -DEBUG- Sole output [commons-io-09102008.jar] identifier set to project name
 -INFO- Failed with reason build failed
 -DEBUG- Extracted fallback artifacts from Gump Repository



The following work was performed:
http://vmgump.apache.org/gump/public/apache-commons/commons-io/gump_work/build_apache-commons_commons-io.html
Work Name: build_apache-commons_commons-io (Type: Build)
Work ended in a state of : Failed
Elapsed: 35 secs
Command Line: /usr/lib/jvm/java-1.5.0-sun/bin/java -Djava.awt.headless=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-io-09102008 gump 
[Working Directory: /srv/gump/public/workspace/apache-commons/io]
CLASSPATH: /usr/lib/jvm/java-1.5.0-sun/lib/tools.jar:/srv/gump/public/workspace/apache-commons/io/target/classes:/srv/gump/public/workspace/apache-commons/io/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/apache-commons/lang/commons-lang-09102008.jar:/srv/gump/public/workspace/junit/dist/junit-09102008.jar
---------------------------------------------

check-availability:
     [echo] doing check-availability...

download-dependencies:
     [echo] doing download-dependencies...

download-junit:
     [echo] Downloading junit...
    [mkdir] Created dir: /srv/gump/public/workspace/apache-commons/io/lib
      [get] Getting: http://www.ibiblio.org/maven/junit/jars/junit-3.8.1.jar
      [get] To: /srv/gump/public/workspace/apache-commons/io/lib/junit.jar

compile.tests:
    [javac] Compiling 68 source files to /srv/gump/public/workspace/apache-commons/io/target/test-classes
    [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.

test:

exec.test:
     [echo] Running Test org.apache.commons.io.PackageTestSuite ...
     [java] .........................................
     [java] ....................F.....................
     [java] .........................................
     [java] .........................................
     [java] .........................................
     [java] .........................................
     [java] .........................................
     [java] .........................................
     [java] .................
     [java] Time: 26.235
     [java] There was 1 failure:
     [java] 1) testFileCleanerExitWhenFinished1(org.apache.commons.io.FileCleaningTrackerTestCase)junit.framework.AssertionFailedError: 13-reaper.isAlive expected:<false> but was:<true>
     [java] 	at org.apache.commons.io.FileCleaningTrackerTestCase.testFileCleanerExitWhenFinished1(FileCleaningTrackerTestCase.java:254)
     [java] 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     [java] 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
     [java] 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
     [java] 
     [java] FAILURES!!!
     [java] Tests run: 345,  Failures: 1,  Errors: 0
     [java] 

BUILD FAILED
/srv/gump/public/workspace/apache-commons/io/build.xml:174: The following error occurred while executing this line:
/srv/gump/public/workspace/apache-commons/io/build.xml:185: Java returned: 1

Total time: 34 seconds
---------------------------------------------

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

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

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