wesm commented on pull request #7312: URL: https://github.com/apache/arrow/pull/7312#issuecomment-637673613
The ARM failure looks like a flake ``` /usr/bin/ccache /usr/bin/c++ -DARROW_EXPORTING -DARROW_HAVE_NEON -DARROW_HDFS -DARROW_JEMALLOC -DARROW_JEMALLOC_INCLUDE_DIR="" -DARROW_NO_DEPRECATED_API -DARROW_USE_GLOG -DARROW_WITH_BACKTRACE -DARROW_WITH_BROTLI -DARROW_WITH_BZ2 -DARROW_WITH_LZ4 -DARROW_WITH_SNAPPY -DARROW_WITH_TIMING_TESTS -DARROW_WITH_ZLIB -DARROW_WITH_ZSTD -DGTEST_LINKED_AS_SHARED_LIBRARY=1 -DURI_STATIC_BUILD -Isrc -I/arrow/cpp/src -I/arrow/cpp/src/generated -isystem /arrow/cpp/thirdparty/flatbuffers/include -isystem jemalloc_ep-prefix/src -isystem googletest_ep-prefix/include -isystem /arrow/cpp/thirdparty/hadoop/include -isystem orc_ep-install/include -Wno-noexcept-type -fdiagnostics-color=always -ggdb -O0 -Wall -Wno-conversion -Wno-sign-conversion -Wno-unused-variable -Werror -march=armv8-a -g -fPIC -std=gnu++11 -MD -MT src/arrow/CMakeFiles/arrow_objlib.dir/compute/kernels/vector_take.cc.o -MF src/arrow/CMakeFiles/arrow_objlib.dir/compute/kernels/vector_take.cc.o.d -o src/arrow/CMakeFiles/arrow_objlib.dir/compute/kernels/vector_take.cc.o -c /arrow/cpp/src/arrow/compute/kernels/vector_take.cc c++: fatal error: Killed signal terminated program cc1plus compilation terminated. ``` This may be related to code size -- some near-term refactoring I am undertaking in this file should address that ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
