Dear Gumpmeisters,
            
The following 1 notifys should have been sent

*********************************************************** G U M P
[EMAIL PROTECTED]: checkstyle/checkstyle-test failed
*********************************************************** G U M P
[EMAIL PROTECTED]: checkstyle/checkstyle-test 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 [EMAIL PROTECTED]

Project checkstyle-test has an issue affecting its community integration.
Project State : 'Failed', Reason 'Build Failed'

Full details are available at:

    http://brutus.apache.org:8080/gump/checkstyle/checkstyle-test/index.html

That said, some snippets follow:


The following annotations were provided:
 -INFO- Failed with reason build failed
 -INFO- Enable "debug" output, due to build failure.


The following work was performed:
http://brutus.apache.org:8080/gump/checkstyle/checkstyle-test/gump_work/build_checkstyle_checkstyle-test.html
Work Name: build_checkstyle_checkstyle-test (Type: Build)
State: Failed
Elapsed: 0 hours, 2 minutes, 29 seconds
Command Line: java -Djava.awt.headless=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 -Dversion=20040610 gump.setup run.tests 
[Working Directory: /usr/local/gump/public/workspace/checkstyle]
CLASSPATH : 
/usr/local/j2sdk1.4.2_04/lib/tools.jar:/usr/local/gump/public/workspace/checkstyle/target/checkstyle:/usr/local/gump/public/workspace/checkstyle/target/tests:/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/checkstyle/target/dist/checkstyle-20040610/checkstyle-20040610.jar:/usr/local/gump/packages/antlr-2.7.3/antlr.jar:/usr/local/gump/public/workspace/jakarta-regexp/build/jakarta-regexp-20040610.jar:/usr/local/gump/public/workspace/ant/bootstrap/lib/ant-launcher.jar:/usr/local/gump/public/workspace/ant/bootstrap/lib/ant.jar:/usr/local/gump/public/workspace/jakarta-bcel/bin/bcel.jar:/usr/local/gump/public/workspace/jakarta-commons/beanutils/dist/commons-beanutils-core.jar:/usr/local/gump/public/workspace/jakarta-commons/cli/target/commons-cli-20040610.jar:/usr/local/gump/public/workspace/jakarta-commons/collections/build/commons-collections-20040610.jar:/usr/local/gump/public/workspace/jakarta-commons/logging/dist/commons-logging.jar:/usr/local/gump/public/workspace/jakarta-commons/logging/dist/commons-logging-api.jar:/usr/local/gump/public/workspace/jdom/build/jdom.jar:/usr/local/gump/public/workspace/jakarta-velocity/bin/velocity-20040610.jar:/usr/local/gump/public/workspace/avalon-logkit/target/avalon-logkit-20040610.jar:/usr/local/gump/public/workspace/dist/junit/junit.jar---------------------------------------------
    [junit] Running 
com.puppycrawl.tools.checkstyle.checks.usage.UnusedParameterCheckTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.821 sec
    [junit] Running 
com.puppycrawl.tools.checkstyle.checks.usage.UnusedPrivateFieldCheckTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.776 sec
    [junit] Running 
com.puppycrawl.tools.checkstyle.checks.usage.UnusedPrivateMethodCheckTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.678 sec
    [junit] Running 
com.puppycrawl.tools.checkstyle.checks.whitespace.EmptyForInitializerPadCheckTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.514 sec
    [junit] Running 
com.puppycrawl.tools.checkstyle.checks.whitespace.EmptyForIteratorPadCheckTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.523 sec
    [junit] Running 
com.puppycrawl.tools.checkstyle.checks.whitespace.MethodParamPadCheckTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.578 sec
    [junit] Running 
com.puppycrawl.tools.checkstyle.checks.whitespace.NoWhitespaceAfterCheckTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.695 sec
    [junit] Running 
com.puppycrawl.tools.checkstyle.checks.whitespace.NoWhitespaceBeforeCheckTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.719 sec
    [junit] Running 
com.puppycrawl.tools.checkstyle.checks.whitespace.OperatorWrapCheckTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.52 sec
    [junit] Running com.puppycrawl.tools.checkstyle.checks.whitespace.ParenPadCheckTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.755 sec
    [junit] Running 
com.puppycrawl.tools.checkstyle.checks.whitespace.TabCharacterCheckTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.505 sec
    [junit] Running 
com.puppycrawl.tools.checkstyle.checks.whitespace.TypecastParenPadCheckTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.712 sec
    [junit] Running 
com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAfterCheckTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.73 sec
    [junit] Running 
com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.723 sec
    [junit] Running com.puppycrawl.tools.checkstyle.filters.CSVFilterTest
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 0.102 sec
    [junit] Running com.puppycrawl.tools.checkstyle.filters.FilterSetTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.102 sec
    [junit] Running com.puppycrawl.tools.checkstyle.filters.IntMatchFilterTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.103 sec
    [junit] Running com.puppycrawl.tools.checkstyle.filters.IntRangeFilterTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.098 sec
    [junit] Running com.puppycrawl.tools.checkstyle.filters.SeverityMatchFilterTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.244 sec
    [junit] Running com.puppycrawl.tools.checkstyle.filters.SuppressElementTest
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 0.165 sec
    [junit] Running com.puppycrawl.tools.checkstyle.filters.SuppressionsLoaderTest
    [junit] Tests run: 5, Failures: 3, Errors: 2, Time elapsed: 0.161 sec
    [junit] Test com.puppycrawl.tools.checkstyle.filters.SuppressionsLoaderTest FAILED
[junitreport] Using Xalan version: Xalan Java 2.4.1
[junitreport] Transform time: 23021ms

BUILD FAILED
/usr/local/gump/public/workspace/checkstyle/build.xml:393: Unit tests failed - Report 
is available in 
/usr/local/gump/public/workspace/checkstyle/target/testreports/index.html

Total time: 2 minutes 28 seconds
---------------------------------------------




To subscribe to this information via syndicated feeds:
 RSS: http://brutus.apache.org:8080/gump/checkstyle/checkstyle-test/rss.xml
 Atom: http://brutus.apache.org:8080/gump/checkstyle/checkstyle-test/atom.xml


--
Produced by Gump 2.0.3-alpha-0002.
[Run (20040610 12:00:08, brutus:brutus-public:20040610 12:00:08)]
http://brutus.apache.org:8080/gump/index.html
http://brutus.apache.org:8080/gump/options.html


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

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to