Running org.apache.vxquery.xmlquery.query.SimpleXQueryTest Tests run: 12, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.629 sec <<< FAILURE! simple016(org.apache.vxquery.xmlquery.query.SimpleXQueryTest) Time elapsed: 0.031 sec <<< ERROR! java.lang.RuntimeException: java.io.IOException: No space left on device at org.apache.vxquery.xmlquery.query.SimpleXQueryTest.gunzip(SimpleXQueryTest.java:113) at org.apache.vxquery.xmlquery.query.SimpleXQueryTest.simple016(SimpleXQueryTest.java:93) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:497) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184) at org.junit.runners.ParentRunner.run(ParentRunner.java:236) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:252) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:141) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:112) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:497) 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:115) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:75) Caused by: java.io.IOException: No space left on device at java.io.FileOutputStream.writeBytes(Native Method) at java.io.FileOutputStream.write(FileOutputStream.java:326) at org.apache.vxquery.xmlquery.query.SimpleXQueryTest.gunzip(SimpleXQueryTest.java:107) ... 29 more
Results : Tests in error: simple016(org.apache.vxquery.xmlquery.query.SimpleXQueryTest): java.io.IOException: No space left on device Tests run: 12, Failures: 0, Errors: 1, Skipped: 0 [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] VXQuery ........................................... SUCCESS [3.709s] [INFO] VXQuery Core ...................................... FAILURE [4.372s] [INFO] VXQuery Server .................................... SKIPPED [INFO] VXQuery CLI ....................................... SKIPPED [INFO] VXQuery XTest ..................................... SKIPPED [INFO] VXQuery Benchmark ................................. SKIPPED [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 8.325s [INFO] Finished at: Sat Feb 06 19:26:35 IST 2016 [INFO] Final Memory: 28M/359M [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.12.4:test (default-test) on project apache-vxquery-core: There are test failures. [ERROR] [ERROR] Please refer to /home/dilshan/workspace/apache-vxquery/vxquery-core/target/surefire-reports for the individual test results. [ERROR] -> [Help 1] [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException [ERROR] [ERROR] After correcting the problems, you can resume the build with the command [ERROR] mvn <goals> -rf :apache-vxquery-core On 6 February 2016 at 19:30, Dilshan Pathirana <[email protected]> wrote: > [ERROR] Failed to execute goal > org.apache.maven.plugins:maven-surefire-plugin:2.12.4:test (default-test) > on project apache-vxquery-core: There are test failures. > [ERROR] > [ERROR] Please refer to > /home/dilshan/workspace/apache-vxquery/vxquery-core/target/surefire-reports > for the individual test results. > [ERROR] -> [Help 1] > [ERROR] > [ERROR] To see the full stack trace of the errors, re-run Maven with the > -e switch. > [ERROR] Re-run Maven using the -X switch to enable full debug logging. > [ERROR] > [ERROR] For more information about the errors and possible solutions, > please read the following articles: > [ERROR] [Help 1] > http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException > [ERROR] > [ERROR] After correcting the problems, you can resume the build with the > command > [ERROR] mvn <goals> -rf :apache-vxquery-core > dilshan@dilshan-Dell-System-Vostro-3450:~/workspace/apache-vxquery$ mvn p > > > On 4 February 2016 at 23:03, Steven Jacobs <[email protected]> wrote: > >> For setting up in Eclipse, this tutorial would be helpful: >> http://vxquery.apache.org/development_eclipse_setup.html >> >> Can you send the full error trace for the package error that you get? >> Steven >> >> On Thu, Feb 4, 2016 at 3:16 AM, Dilshan Pathirana < >> [email protected]> wrote: >> >> > I get an Error of Out of Memory when using the "mvn package" comand on >> the >> > VXQuery project can some one help me by giving the correct steps to >> setup >> > vxquery on eclipse >> > Thankyou in advance >> > >> > >
