On 2 April 2012 07:40, Gump <iss...@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 gene...@gump.apache.org. > > Project commons-vfs2-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-vfs2-test : Apache Commons > > > Full details are available at: > > http://vmgump.apache.org/gump/public/apache-commons/commons-vfs2-test/index.html > > That said, some information snippets are provided here. > > The following annotations (debug/informational/warning/error messages) were > provided: > -WARNING- Overriding Maven settings: > [/srv/gump/public/workspace/apache-commons/vfs/gump_mvn_settings.xml] > -DEBUG- (Apache Gump generated) Apache Maven Settings in: > /srv/gump/public/workspace/apache-commons/vfs/gump_mvn_settings.xml > -INFO- Failed with reason build failed > -DEBUG- Maven POM in: /srv/gump/public/workspace/apache-commons/vfs/pom.xml > -INFO- Project Reports in: > /srv/gump/public/workspace/apache-commons/vfs/core/target/surefire-reports > > > > The following work was performed: > http://vmgump.apache.org/gump/public/apache-commons/commons-vfs2-test/gump_work/build_apache-commons_commons-vfs2-test.html > Work Name: build_apache-commons_commons-vfs2-test (Type: Build) > Work ended in a state of : Failed > Elapsed: 6 mins 9 secs > Command Line: /opt/maven2/bin/mvn --batch-mode --settings > /srv/gump/public/workspace/apache-commons/vfs/gump_mvn_settings.xml package > [Working Directory: /srv/gump/public/workspace/apache-commons/vfs] > M2_HOME: /opt/maven2 > --------------------------------------------- > Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec > Running org.apache.commons.vfs2.provider.ram.test.CustomRamProviderTest > Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec > Running org.apache.commons.vfs2.provider.ram.test.RamProviderTestCase > Tests run: 61, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 102.978 sec > Running org.apache.commons.vfs2.provider.tar.test.TarProviderTestCase > Tests run: 61, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.405 sec > Running org.apache.commons.vfs2.provider.tar.test.NestedTbz2TestCase > Tests run: 61, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.731 sec > Running org.apache.commons.vfs2.provider.tar.test.Tbz2ProviderTestCase > Tests run: 61, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.614 sec > Running org.apache.commons.vfs2.provider.tar.test.LargeTarTestCase > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 16.068 sec > Running org.apache.commons.vfs2.provider.tar.test.NestedTarTestCase > Tests run: 61, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.405 sec > Running org.apache.commons.vfs2.provider.tar.test.NestedTgzTestCase > Tests run: 61, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.418 sec > Running org.apache.commons.vfs2.provider.tar.test.TgzProviderTestCase > Tests run: 61, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.403 sec > Running org.apache.commons.vfs2.provider.res.test.ResourceProviderTestCase > Tests run: 61, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.378 sec > Running org.apache.commons.vfs2.provider.webdav.test.WebdavProviderTestCase > Tests run: 61, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 104.738 sec > Running org.apache.commons.vfs2.provider.local.test.LocalProviderTestCase > Tests run: 64, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.825 sec > Running org.apache.commons.vfs2.provider.temp.test.TemporaryProviderTestCase > Tests run: 61, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.778 sec > Running org.apache.commons.vfs2.FileExtensionSelectorTest > Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec > > Results : > > Tests in error: > testReuse(org.apache.commons.vfs2.test.ContentTests): Could not determine > the type of file "http://localhost:46160/read-tests/file1.txt".
Failure here is: ------------------------------------------------------------------------------- Test set: org.apache.commons.vfs2.provider.url.test.UrlProviderHttpTestCase ------------------------------------------------------------------------------- Tests run: 61, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 4.885 sec <<< FAILURE! testReuse(org.apache.commons.vfs2.test.ContentTests) Time elapsed: 0.015 sec <<< ERROR! org.apache.commons.vfs2.FileSystemException: Could not determine the type of file "http://localhost:46160/read-tests/file1.txt". at org.apache.commons.vfs2.provider.AbstractFileObject.getType(AbstractFileObject.java:504) at org.apache.commons.vfs2.test.ContentTests.testReuse(ContentTests.java:304) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:616) at org.apache.commons.vfs2.test.AbstractProviderTestCase.runTest(AbstractProviderTestCase.java:213) at junit.framework.TestCase.runBare(TestCase.java:134) at junit.framework.TestResult$1.protect(TestResult.java:110) at junit.framework.TestResult.runProtected(TestResult.java:128) at junit.framework.TestResult.run(TestResult.java:113) at junit.framework.TestCase.run(TestCase.java:124) at junit.framework.TestSuite.runTest(TestSuite.java:244) at junit.framework.TestSuite.run(TestSuite.java:239) at junit.extensions.TestDecorator.basicRun(TestDecorator.java:24) at junit.extensions.TestSetup$1.protect(TestSetup.java:23) at junit.framework.TestResult.runProtected(TestResult.java:128) at junit.extensions.TestSetup.run(TestSetup.java:27) at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:83) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:236) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:134) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:113) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:616) at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:189) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:165) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:85) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:103) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:74) Caused by: java.io.IOException: Stream closed. at java.net.AbstractPlainSocketImpl.available(AbstractPlainSocketImpl.java:435) at java.net.SocketInputStream.available(SocketInputStream.java:234) at java.io.BufferedInputStream.available(BufferedInputStream.java:398) at sun.net.www.MeteredStream.available(MeteredStream.java:170) at sun.net.www.http.KeepAliveStream.close(KeepAliveStream.java:89) at java.io.FilterInputStream.close(FilterInputStream.java:172) at sun.net.www.protocol.http.HttpURLConnection$HttpInputStream.close(HttpURLConnection.java:2619) at org.apache.commons.vfs2.provider.url.UrlFileObject.doGetType(UrlFileObject.java:105) at org.apache.commons.vfs2.provider.AbstractFileObject.getType(AbstractFileObject.java:495) ... 30 more > Tests run: 1387, Failures: 0, Errors: 1, Skipped: 0 > > [INFO] > ------------------------------------------------------------------------ > [ERROR] BUILD FAILURE > [INFO] > ------------------------------------------------------------------------ > [INFO] There are test failures. > > Please refer to > /srv/gump/public/workspace/apache-commons/vfs/core/target/surefire-reports > for the individual test results. > [INFO] > ------------------------------------------------------------------------ > [INFO] For more information, run Maven with the -e switch > [INFO] > ------------------------------------------------------------------------ > [INFO] Total time: 6 minutes 7 seconds > [INFO] Finished at: Mon Apr 02 06:40:18 UTC 2012 > [INFO] Final Memory: 60M/144M > [INFO] > ------------------------------------------------------------------------ > --------------------------------------------- > > To subscribe to this information via syndicated feeds: > - RSS: > http://vmgump.apache.org/gump/public/apache-commons/commons-vfs2-test/rss.xml > - Atom: > http://vmgump.apache.org/gump/public/apache-commons/commons-vfs2-test/atom.xml > > ============================== Gump Tracking Only === > Produced by Apache Gump(TM) version 2.3. > Gump Run 12000002042012, vmgump.apache.org:vmgump:12000002042012 > Gump E-mail Identifier (unique within run) #32. > > -- > Apache Gump > http://gump.apache.org/ [Instance: vmgump] > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org > For additional commands, e-mail: dev-h...@commons.apache.org > --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org