You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@drill.apache.org by "Firas Khasawneh (JIRA)" <ji...@apache.org> on 2014/04/16 17:40:14 UTC

[jira] [Created] (DRILL-532) Error when running mvn install

Firas Khasawneh created DRILL-532:
-------------------------------------

             Summary: 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)