[
https://issues.apache.org/jira/browse/DRILL-532?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13973238#comment-13973238
]
Firas Khasawneh commented on DRILL-532:
---------------------------------------
I get the following:
[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-surefire-plugin:2.15:test (default-test) on
project drill-protocol: No tests were executed! (Set -DfailIfNoTests=false to
ignore this error.) -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal
org.apache.maven.plugins:maven-surefire-plugin:2.15:test (default-test) on
project drill-protocol: No tests were executed! (Set -DfailIfNoTests=false to
ignore this error.)
at
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:212)
at
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
at
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
at
org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:108)
at
org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:76)
at
org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:51)
at
org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:116)
at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:361)
at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:155)
at org.apache.maven.cli.MavenCli.execute(MavenCli.java:584)
at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:213)
at org.apache.maven.cli.MavenCli.main(MavenCli.java:157)
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:606)
at
org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:289)
at
org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)
at
org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)
at
org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)
Caused by: org.apache.maven.plugin.MojoFailureException: No tests were
executed! (Set -DfailIfNoTests=false to ignore this error.)
at
org.apache.maven.plugin.surefire.AbstractSurefireMojo.execute(AbstractSurefireMojo.java:638)
at
org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:133)
at
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:208)
... 19 more
[ERROR]
[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 :drill-protocol
> Error when running mvn install
> ------------------------------
>
> Key: DRILL-532
> URL: https://issues.apache.org/jira/browse/DRILL-532
> Project: Apache Drill
> Issue Type: Bug
> Affects Versions: 1.0.0-milestone-1
> Environment: Centos 6
> Reporter: Firas Khasawneh
>
> When I run mvn install, I get the following output:
> Tests run: 179, Failures: 1, Errors: 0, Skipped: 34
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Reactor Summary:
> [INFO]
> [INFO] Apache Drill Root POM ............................. SUCCESS [ 3.510 s]
> [INFO] Drill Protocol .................................... SUCCESS [ 6.347 s]
> [INFO] Common (Logical Plan, Base expressions) ........... SUCCESS [ 45.212 s]
> [INFO] contrib/Parent Pom ................................ SUCCESS [ 0.350 s]
> [INFO] contrib/data/Parent Pom ........................... SUCCESS [ 0.290 s]
> [INFO] contrib/data/tpch-sample-data ..................... SUCCESS [ 3.310 s]
> [INFO] contrib/storage-hive .............................. SUCCESS [ 7.560 s]
> [INFO] exec/Parent Pom ................................... SUCCESS [ 0.321 s]
> [INFO] exec/Netty Little Endian Buffers .................. SUCCESS [ 0.477 s]
> [INFO] exec/Java Execution Engine ........................ FAILURE [03:19 min]
> [INFO] contrib/hbase-storage-plugin ...................... SKIPPED
> [INFO] SQL Parser ........................................ SKIPPED
> [INFO] contrib/sqlline ................................... SKIPPED
> [INFO] Packaging and Distribution Assembly ............... SKIPPED
> [INFO]
> ------------------------------------------------------------------------
> [INFO] BUILD FAILURE
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Total time: 04:27 min
> [INFO] Finished at: 2014-04-16T08:40:18-05:00
> [INFO] Final Memory: 111M/1453M
> [INFO]
> ------------------------------------------------------------------------
> [ERROR] Failed to execute goal
> org.apache.maven.plugins:maven-surefire-plugin:2.15:test (default-test) on
> project drill-java-exec: There are test failures.
> [ERROR]
> [ERROR] Please refer to
> /install/incubator-drill/exec/java-exec/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 :drill-java-exec
> Looking in /install/incubator-drill/exec/java-exec/target/surefire-reports
> directory the failure is in file:
> org.apache.drill.exec.physical.impl.mergereceiver.TestMergingReceiver.txt
> The error is as follows:
> "-------------------------------------------------------------------------------
> 2 Test set:
> org.apache.drill.exec.physical.impl.mergereceiver.TestMergingReceiver
> 3
> -------------------------------------------------------------------------------
> 4 Tests run: 3, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 9.874
> sec <<< FAILURE! - in
> org.apache.drill.exec.physical.impl.mergereceiver.TestMergingReceiver
> 5
> testMultipleProvidersMixedSizes(org.apache.drill.exec.physical.impl.mergereceiver.TestMergingReceiver)
> Time elapsed: 3.346 sec <<< FAILURE!
> 6 java.lang.AssertionError: null
> 7 at
> org.apache.drill.exec.physical.impl.mergereceiver.TestMergingReceiver.testMultipleProvidersMixedSizes(TestMergingReceiver.java:116)
> "
> Any help is really appreciated. I am not able to move in my Drill development.
> Thanks & Regards,
> Firas Khasawneh
--
This message was sent by Atlassian JIRA
(v6.2#6252)