Wes McKinney created ARROW-5576:
-----------------------------------
Summary: [C++] Flaky thrift_ep tarball downloads
Key: ARROW-5576
URL: https://issues.apache.org/jira/browse/ARROW-5576
Project: Apache Arrow
Issue Type: Bug
Components: C++
Reporter: Wes McKinney
I have noticed a high incidence of Thrift tarball download flaking out like
{code}
CMake Error at thrift_ep-stamp/thrift_ep-download-DEBUG.cmake:16 (message):
Command failed: 1
'/usr/local/cmake-3.12.4/bin/cmake' '-Dmake=' '-Dconfig=' '-P'
'/home/travis/build/apache/arrow/cpp-build/thrift_ep-prefix/src/thrift_ep-stamp/thrift_ep-download-DEBUG-impl.cmake'
See also
/home/travis/build/apache/arrow/cpp-build/thrift_ep-prefix/src/thrift_ep-stamp/thrift_ep-download-*.log
CMakeFiles/thrift_ep.dir/build.make:89: recipe for target
'thrift_ep-prefix/src/thrift_ep-stamp/thrift_ep-download' failed
make[2]: *** [thrift_ep-prefix/src/thrift_ep-stamp/thrift_ep-download] Error 1
CMakeFiles/Makefile2:471: recipe for target 'CMakeFiles/thrift_ep.dir/all'
failed
make[1]: *** [CMakeFiles/thrift_ep.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
{code}
Any ideas about how to make this less flaky?
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)