You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Joris Van den Bossche (Jira)" <ji...@apache.org> on 2020/10/12 13:16:00 UTC

[jira] [Commented] (ARROW-10278) [Cmake] Failures when building Arrow unittests from source

    [ https://issues.apache.org/jira/browse/ARROW-10278?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17212357#comment-17212357 ] 

Joris Van den Bossche commented on ARROW-10278:
-----------------------------------------------

I don't get any error on latest master running the compute tests locally. Are you sure that you did fully rebuilt arrow before running the tests? 

> [Cmake] Failures when building Arrow unittests from source
> ----------------------------------------------------------
>
>                 Key: ARROW-10278
>                 URL: https://issues.apache.org/jira/browse/ARROW-10278
>             Project: Apache Arrow
>          Issue Type: Test
>          Components: C++
>            Reporter: Andrew Wieteska
>            Priority: Major
>
> I've started to get errors while building the unit tests from source.
> Following the developer docs, I run this:
>  
> {code:java}
> cd arrow/cpp/debug 
> cmake -DCMAKE_BUILD_TYPE=Debug -DARROW_BUILD_TESTS=ON .. 
> make unittest
> {code}
> On current master I get a number of failures:
>  
> {code:java}
> The following tests FAILED:
>  1 - arrow-array-test (Failed)
>  2 - arrow-buffer-test (Failed)
>  4 - arrow-misc-test (Failed)
>  6 - arrow-scalar-test (Failed)
>  7 - arrow-type-test (Failed)
>  8 - arrow-table-test (Failed)
>  9 - arrow-tensor-test (Failed)
>  10 - arrow-sparse-tensor-test (Failed)
>  11 - arrow-stl-test (Failed)
>  12 - arrow-json-integration-test (Failed)
>  13 - arrow-concatenate-test (Failed)
>  14 - arrow-diff-test (Failed)
>  15 - arrow-c-bridge-test (Failed)
>  17 - arrow-io-compressed-test (Failed)
>  19 - arrow-io-memory-test (Failed)
>  20 - arrow-utility-test (Failed)
>  21 - arrow-threading-utility-test (Failed)
>  23 - arrow-compute-scalar-test (Failed)
>  24 - arrow-compute-vector-test (Failed)
>  26 - arrow-feather-test (Failed)
>  27 - arrow-ipc-json-simple-test (Failed)
>  28 - arrow-ipc-read-write-test (Failed)
>  29 - arrow-ipc-tensor-test (Failed)
>  30 - arrow-json-test (Failed)
> Errors while running CTest
> make[3]: *** [CMakeFiles/unittest.dir/build.make:76: CMakeFiles/unittest] Error 8
> make[2]: *** [CMakeFiles/Makefile2:572: CMakeFiles/unittest.dir/all] Error 2
> make[1]: *** [CMakeFiles/Makefile2:579: CMakeFiles/unittest.dir/rule] Error 2
> make: *** [Makefile:246: unittest] Error 2
>  
> {code}
> Scrolling up I see that these all fail with this message:
>  
> {code:java}
> 18/30 Test #23: arrow-compute-scalar-test ........***Failed 0.11 sec
> Running arrow-compute-scalar-test, redirecting output into /home/andrew/git_repo/arrow/cpp/debug/build/test-logs/arrow-compute-scalar-test.txt (attempt 1/1)
> /home/andrew/git_repo/arrow/cpp/debug/debug/arrow-compute-scalar-test: symbol lookup error: /home/andrew/git_repo/arrow/cpp/debug/debug/arrow-compute-scalar-test: undefined symbol: _ZN5arrow6Status14AddContextLineEPKciS2_
> cat: /home/andrew/git_repo/arrow/cpp/debug/build/test-logs/arrow-compute-scalar-test.txt.raw: No such file or directory
> ~/git_repo/arrow/cpp/debug/src/arrow/compute/kernels
>  
> {code}
> I appreciate any comments/ideas on how to fix this!
>   



--
This message was sent by Atlassian Jira
(v8.3.4#803005)