Antoine Pitrou created ARROW-12991:
--------------------------------------
Summary: [CI] Travis ARM builds often crash
Key: ARROW-12991
URL: https://issues.apache.org/jira/browse/ARROW-12991
Project: Apache Arrow
Issue Type: Bug
Components: C++, Continuous Integration
Reporter: Antoine Pitrou
Those builds often crash with a compiler crash, for example:
https://travis-ci.com/github/apache/arrow/jobs/511663690
{code}
FAILED:
CMakeFiles/libprotobuf.dir/build/cpp/protobuf_ep-prefix/src/protobuf_ep/src/google/protobuf/descriptor.cc.o
/usr/bin/c++ -DGOOGLE_PROTOBUF_CMAKE_BUILD -DHAVE_PTHREAD -DHAVE_ZLIB -I.
-I/build/cpp/protobuf_ep-prefix/src/protobuf_ep/src -fdiagnostics-color=always
-ggdb -O0 -g -fPIC -fdiagnostics-color=always -ggdb -O0 -g -fPIC -std=c++11
-MD -MT
CMakeFiles/libprotobuf.dir/build/cpp/protobuf_ep-prefix/src/protobuf_ep/src/google/protobuf/descriptor.cc.o
-MF
CMakeFiles/libprotobuf.dir/build/cpp/protobuf_ep-prefix/src/protobuf_ep/src/google/protobuf/descriptor.cc.o.d
-o
CMakeFiles/libprotobuf.dir/build/cpp/protobuf_ep-prefix/src/protobuf_ep/src/google/protobuf/descriptor.cc.o
-c
/build/cpp/protobuf_ep-prefix/src/protobuf_ep/src/google/protobuf/descriptor.cc
c++: fatal error: Killed signal terminated program cc1plus
{code}
It seems this is a problem with the Travis-CI ARM execution environment.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)