Uploaded image for project: 'Apache Arrow'
  1. Apache Arrow
  2. ARROW-739

Parallel build fails non-deterministically.

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 0.3.0
    • C++
    • None
    • OS X 10.12.1

    Description

      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).

      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 ../../..
      

      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.

      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....
      

      Attachments

        1. arrow_build_make_j1.txt
          142 kB
          Robert Nishihara
        2. arrow_build_make_j8.txt
          123 kB
          Robert Nishihara

        Activity

          People

            uwe Uwe Korn
            robertnishihara Robert Nishihara
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: