You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by sebb <se...@gmail.com> on 2009/03/04 13:07:49 UTC

Re: [GUMP@vmgump]: Project commons-compress-test (in module commons-sandbox) failed

On 04/03/2009, commons-compress development <de...@commons.apache.org> wrote:
> 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-compress-test has an issue affecting its community integration.
>  This issue affects 1 projects.
>  The current state of this project is 'Failed', with reason 'Build Failed'.
>  For reference only, the following projects are affected by this:
>     - commons-compress-test :  Apache commons sandbox
>
>
>  Full details are available at:
>     http://vmgump.apache.org/gump/public/commons-sandbox/commons-compress-test/index.html
>
>  That said, some information snippets are provided here.
>
>  The following annotations (debug/informational/warning/error messages) were provided:
>   -WARNING- Overriding Maven2 settings: [/srv/gump/public/workspace/commons-sandbox/compress/gump_mvn_settings.xml]
>   -DEBUG- (Gump generated) Maven2 Settings in: /srv/gump/public/workspace/commons-sandbox/compress/gump_mvn_settings.xml
>   -INFO- Failed with reason build failed
>   -DEBUG- Maven POM in: /srv/gump/public/workspace/commons-sandbox/compress/pom.xml
>   -INFO- Project Reports in: /srv/gump/public/workspace/commons-sandbox/compress/target/surefire-reports
>
>
>
>  The following work was performed:
>  http://vmgump.apache.org/gump/public/commons-sandbox/commons-compress-test/gump_work/build_commons-sandbox_commons-compress-test.html
>  Work Name: build_commons-sandbox_commons-compress-test (Type: Build)
>  Work ended in a state of : Failed
>
> Elapsed: 57 secs
>
> Command Line: mvn --batch-mode --settings /srv/gump/public/workspace/commons-sandbox/compress/gump_mvn_settings.xml package
>  [Working Directory: /srv/gump/public/workspace/commons-sandbox/compress]
>  CLASSPATH: /usr/lib/jvm/java-6-sun/lib/tools.jar:/srv/gump/public/workspace/commons-sandbox/compress/target/commons-compress-1.0-SNAPSHOT.jar
>  ---------------------------------------------
>  Running org.apache.commons.compress.archivers.ZipTestCase
>
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 sec
>
> Running org.apache.commons.compress.archivers.zip.ZipArchiveOutputStreamTest
>
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec
>  Running org.apache.commons.compress.DetectCompressorTestCase
>
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec
>
> Running org.apache.commons.compress.archivers.zip.UTF8ZipFilesTest
>
> Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.074 sec
>
> Running org.apache.commons.compress.archivers.jar.JarArchiveOutputStreamTest
>
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec
>
> Running org.apache.commons.compress.archivers.TarTestCase
>
> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec
>
> Running org.apache.commons.compress.archivers.zip.ZipArchiveEntryTest
>  Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec
>  Running org.apache.commons.compress.archivers.ArTestCase
>
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec
>
> Running org.apache.commons.compress.archivers.zip.ZipShortTest
>
> Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
>
> Running org.apache.commons.compress.archivers.zip.AsiExtraFieldTest
>
> Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec
>
> Running org.apache.commons.compress.archivers.zip.ExtraFieldUtilsTest
>  Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec
>  Running org.apache.commons.compress.changes.ChangeSetTestCase
>
> Tests run: 13, Failures: 0, Errors: 6, Skipped: 0, Time elapsed: 0.159 sec <<< FAILURE!
>
>
>  Results :
>
>  Tests in error:
>   testDeleteDir(org.apache.commons.compress.changes.ChangeSetTestCase)
>   testDeleteFile(org.apache.commons.compress.changes.ChangeSetTestCase)
>   testDeletePlusAdd(org.apache.commons.compress.changes.ChangeSetTestCase)
>   testDeleteFromAndAddToZip(org.apache.commons.compress.changes.ChangeSetTestCase)
>   testAddDeleteAdd(org.apache.commons.compress.changes.ChangeSetTestCase)
>   testDeleteAddDelete(org.apache.commons.compress.changes.ChangeSetTestCase)
>

These all show errors of the form:

java.io.FileNotFoundException:
/home/continuum/data/working-directory/176/target/test-classes/test%20with%20spaces.txt
(No such file or directory)
	at java.io.FileInputStream.open(Native Method)
	at java.io.FileInputStream.<init>(FileInputStream.java:106)
	at org.apache.commons.compress.AbstractTestCase.createArchive(AbstractTestCase.java:166)

Looks like there is some incorrect URL encoding going on, as the file
"test with spaces.txt" does exist.

This does not happen for me on WinXP.

I've had a quick look but not found anything yet.


See:
http://vmbuild.apache.org/continuum/workingCopy.action?projectId=176&projectName=Commons+Compress+(Sandbox)&userDirectory=target/surefire-reports&file=org.apache.commons.compress.changes.ChangeSetTestCase.txt


>  Tests run: 70, Failures: 0, Errors: 6, Skipped: 0
>
>  [INFO] ------------------------------------------------------------------------
>  [ERROR] BUILD FAILURE
>  [INFO] ------------------------------------------------------------------------
>  [INFO] There are test failures.
>
>  Please refer to /srv/gump/public/workspace/commons-sandbox/compress/target/surefire-reports for the individual test results.
>  [INFO] ------------------------------------------------------------------------
>  [INFO] For more information, run Maven with the -e switch
>  [INFO] ------------------------------------------------------------------------
>
> [INFO] Total time: 55 seconds
>  [INFO] Finished at: Wed Mar 04 01:43:47 GMT-08:00 2009
>  [INFO] Final Memory: 13M/26M
>
> [INFO] ------------------------------------------------------------------------
>  ---------------------------------------------
>
>  To subscribe to this information via syndicated feeds:
>  - RSS: http://vmgump.apache.org/gump/public/commons-sandbox/commons-compress-test/rss.xml
>  - Atom: http://vmgump.apache.org/gump/public/commons-sandbox/commons-compress-test/atom.xml
>
>  ============================== Gump Tracking Only ===
>  Produced by Gump version 2.3.
>
> Gump Run 10000004032009, vmgump:vmgump-public:10000004032009
>  Gump E-mail Identifier (unique within run) #15.
>
>
>  --
>  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
>
>

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


Re: [GUMP@vmgump]: Project commons-compress-test (in module commons-sandbox) failed

Posted by Stefan Bodewig <bo...@apache.org>.
On 2009-03-04, sebb <se...@gmail.com> wrote:

> These all show errors of the form:

> java.io.FileNotFoundException:
> /home/continuum/data/working-directory/176/target/test-classes/test%20with%20spaces.txt
> (No such file or directory)
> 	at java.io.FileInputStream.open(Native Method)
> 	at java.io.FileInputStream.<init>(FileInputStream.java:106)
> 	at org.apache.commons.compress.AbstractTestCase.createArchive(AbstractTestCase.java:166)

> Looks like there is some incorrect URL encoding going on, as the file
> "test with spaces.txt" does exist.

> This does not happen for me on WinXP.

Yes, the failures are platform specific (the tests pass on Windows but
fail on Linux for me as well).

Stefan

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