[
https://issues.apache.org/jira/browse/ARROW-12991?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Kouhei Sutou resolved ARROW-12991.
----------------------------------
Fix Version/s: 5.0.0
Resolution: Fixed
Issue resolved by pull request 10478
[https://github.com/apache/arrow/pull/10478]
> [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
> Assignee: Kouhei Sutou
> Priority: Major
> Labels: pull-request-available
> Fix For: 5.0.0
>
> Time Spent: 1.5h
> Remaining Estimate: 0h
>
> 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)