[
https://issues.apache.org/jira/browse/ARROW-12991?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17359122#comment-17359122
]
Kouhei Sutou commented on ARROW-12991:
--------------------------------------
It seems that there are some Apache repositories that use "arm64-graviton2":
https://github.com/search?q=org%3Aapache+arm64-graviton2&type=code
We may be able to use "arm64-graviton2" without paying.
> [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
> Priority: Major
>
> 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)