You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Wes McKinney (JIRA)" <ji...@apache.org> on 2017/03/30 00:41:41 UTC

[jira] [Assigned] (ARROW-739) Parallel build fails non-deterministically.

     [ https://issues.apache.org/jira/browse/ARROW-739?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Wes McKinney reassigned ARROW-739:
----------------------------------

    Assignee: Wes McKinney

PR: https://github.com/apache/arrow/pull/453, let me know if that also works

> Parallel build fails non-deterministically.
> -------------------------------------------
>
>                 Key: ARROW-739
>                 URL: https://issues.apache.org/jira/browse/ARROW-739
>             Project: Apache Arrow
>          Issue Type: Bug
>          Components: C++
>         Environment: OS X 10.12.1
>            Reporter: Robert Nishihara
>            Assignee: Wes McKinney
>             Fix For: 0.3.0
>
>         Attachments: arrow_build_make_j1.txt, arrow_build_make_j8.txt
>
>
> The following script fails non-deterministically (most of the time) on my machine.
> With `make -j1` it seems to work (though I only tried a few times). With `make -j8` it fails most of the time (though I have seen it succeed).
> {code:none}
> git clone https://github.com/apache/arrow.git
> cd arrow/cpp
> git checkout 8f386374eca26d0eebe562beac52fc75459f352c
> mkdir release
> cd release
> cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_C_FLAGS="-g" -DCMAKE_CXX_FLAGS="-g" -DARROW_BUILD_TESTS=OFF ..
> make VERBOSE=1 -j8
> cd ../../..
> {code}
> The output from both a successful run (arrow_build_make_j1.txt) and an unsuccessful run (arrow_build_make_j8.txt) are attached, but the error may be the following.
> {code:none}
> install: mkdir /Users/rkn/Workspace/testingarrow/arrow/cpp/release/jemalloc_ep-prefix/src/jemalloc_ep/dist: File exists
> make[3]: *** [install_include] Error 71
> make[3]: *** Waiting for unfinished jobs....
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)