You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/04/14 17:51:42 UTC

[GitHub] [arrow] james-camacho-ab opened a new issue, #12892: Arrow install on Databricks cluster takes 10+ minutes

james-camacho-ab opened a new issue, #12892:
URL: https://github.com/apache/arrow/issues/12892

   I'm installing arrow on a high concurrency cluster within Databricks, but every time the cluster spins up it seems to be taking longer and longer to install. I'm using the default repository and my Databricks Runtime is 10.1, which includes Apache Spark 3.2.0. Any feedback or suggestions are appreciated. Thanks!


-- 
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.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow] assignUser commented on issue #12892: Arrow install on Databricks cluster takes 10+ minutes

Posted by "assignUser (via GitHub)" <gi...@apache.org>.
assignUser commented on issue #12892:
URL: https://github.com/apache/arrow/issues/12892#issuecomment-1426275857

   @james-camacho-ab where you able to solve your install issue?


-- 
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.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow] eitsupi commented on issue #12892: Arrow install on Databricks cluster takes 10+ minutes

Posted by GitBox <gi...@apache.org>.
eitsupi commented on issue #12892:
URL: https://github.com/apache/arrow/issues/12892#issuecomment-1110843116

   > Happy to try any other ideas
   
   You can try these approaches https://arrow.apache.org/docs/r/articles/install.html


-- 
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.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow] eitsupi commented on issue #12892: Arrow install on Databricks cluster takes 10+ minutes

Posted by GitBox <gi...@apache.org>.
eitsupi commented on issue #12892:
URL: https://github.com/apache/arrow/issues/12892#issuecomment-1100668670

   @james-camacho-ab Please read my post above, you cannot install a binary package without setting the UserAgent.


-- 
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.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow] james-camacho-ab closed issue #12892: [R] Arrow install on Databricks cluster takes 10+ minutes

Posted by "james-camacho-ab (via GitHub)" <gi...@apache.org>.
james-camacho-ab closed issue #12892: [R] Arrow install on Databricks cluster takes 10+ minutes
URL: https://github.com/apache/arrow/issues/12892


-- 
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.

To unsubscribe, e-mail: issues-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow] james-camacho-ab commented on issue #12892: Arrow install on Databricks cluster takes 10+ minutes

Posted by GitBox <gi...@apache.org>.
james-camacho-ab commented on issue #12892:
URL: https://github.com/apache/arrow/issues/12892#issuecomment-1100661427

   @wjones127 Here's the logs from running install.packages("arrow", repos = "https://packagemanager.rstudio.com/all/__linux__/focal/latest"). Ran in ~16 minutes
   `* installing *source* package ‘arrow’ ...
   ** package ‘arrow’ successfully unpacked and MD5 sums checked
   ** using staged installation
   **** pkg-config not installed, setting ARROW_DEPENDENCY_SOURCE=BUNDLED
   trying URL 'https://github.com'
   downloaded 203 KB
   
   *** Using ubuntu-18.04 binary for ubuntu-20.04
   trying URL 'https://arrow-r-nightly.s3.amazonaws.com/libarrow/bin/ubuntu-18.04/arrow-7.0.0.zip'
   Error in download.file(from_url, to_file, quiet = quietly) : 
     cannot open URL 'https://arrow-r-nightly.s3.amazonaws.com/libarrow/bin/ubuntu-18.04/arrow-7.0.0.zip'
   *** No libarrow binary found for version 7.0.0 on ubuntu-18.04
   *** Found local C++ source: 'tools/cpp'
   *** Building libarrow from source
       For a faster, more complete installation, set the environment variable NOT_CRAN=true before installing
       See install vignette for details:
       https://cran.r-project.org/web/packages/arrow/vignettes/install.html
   *** Building with MAKEFLAGS= -j2 
   **** arrow with SOURCE_DIR='tools/cpp' BUILD_DIR='/tmp/RtmpRLVXZh/file20721bb0e480' DEST_DIR='libarrow/arrow-7.0.0' CMAKE='/usr/bin/cmake' EXTRA_CMAKE_FLAGS='' CC='gcc -std=gnu99' CXX='g++ -std=gnu++11' LDFLAGS='-Wl,-Bsymbolic-functions -Wl,-z,relro' ARROW_S3='ON' ARROW_MIMALLOC='ON' 
   ++ pwd
   + : /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow
   + : tools/cpp
   + : /tmp/RtmpRLVXZh/file20721bb0e480
   + : libarrow/arrow-7.0.0
   + : /usr/bin/cmake
   ++ cd tools/cpp
   ++ pwd
   + SOURCE_DIR=/tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/tools/cpp
   ++ mkdir -p libarrow/arrow-7.0.0
   ++ cd libarrow/arrow-7.0.0
   ++ pwd
   + DEST_DIR=/tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0
   + '[' false '!=' '' ']'
   ++ echo false
   ++ tr '[:upper:]' '[:lower:]'
   + LIBARROW_MINIMAL=false
   + '[' false = false ']'
   + ARROW_DEFAULT_PARAM=ON
   + mkdir -p /tmp/RtmpRLVXZh/file20721bb0e480
   + pushd /tmp/RtmpRLVXZh/file20721bb0e480
   /tmp/RtmpRLVXZh/file20721bb0e480 /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow
   + /usr/bin/cmake -DARROW_BOOST_USE_SHARED=OFF -DARROW_BUILD_TESTS=OFF -DARROW_BUILD_SHARED=OFF -DARROW_BUILD_STATIC=ON -DARROW_COMPUTE=ON -DARROW_CSV=ON -DARROW_DATASET=ON -DARROW_DEPENDENCY_SOURCE=BUNDLED -DAWSSDK_SOURCE= -DARROW_FILESYSTEM=ON -DARROW_JEMALLOC=ON -DARROW_MIMALLOC=ON -DARROW_JSON=ON -DARROW_PARQUET=ON -DARROW_S3=ON -DARROW_WITH_BROTLI=ON -DARROW_WITH_BZ2=ON -DARROW_WITH_LZ4=ON -DARROW_WITH_RE2=ON -DARROW_WITH_SNAPPY=ON -DARROW_WITH_UTF8PROC=ON -DARROW_WITH_ZLIB=ON -DARROW_WITH_ZSTD=ON -DARROW_VERBOSE_THIRDPARTY_BUILD=OFF -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_LIBDIR=lib -DCMAKE_INSTALL_PREFIX=/tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0 -DCMAKE_EXPORT_NO_PACKAGE_REGISTRY=ON -DCMAKE_FIND_PACKAGE_NO_PACKAGE_REGISTRY=ON -DCMAKE_UNITY_BUILD=OFF -G 'Unix Makefiles' /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/tools/cpp
   -- Building using CMake version: 3.16.3
   -- The C compiler identification is GNU 9.4.0
   -- The CXX compiler identification is GNU 9.4.0
   -- Check for working C compiler: /usr/bin/gcc
   -- Check for working C compiler: /usr/bin/gcc -- works
   -- Detecting C compiler ABI info
   -- Detecting C compiler ABI info - done
   -- Detecting C compile features
   -- Detecting C compile features - done
   -- Check for working CXX compiler: /usr/bin/g++
   -- Check for working CXX compiler: /usr/bin/g++ -- works
   -- Detecting CXX compiler ABI info
   -- Detecting CXX compiler ABI info - done
   -- Detecting CXX compile features
   -- Detecting CXX compile features - done
   -- Arrow version: 7.0.0 (full: '7.0.0')
   -- Arrow SO version: 700 (full: 700.0.0)
   -- clang-tidy 12 not found
   -- clang-format 12 not found
   -- Could NOT find ClangTools (missing: CLANG_FORMAT_BIN CLANG_TIDY_BIN) 
   -- infer not found
   fatal: not a git repository (or any of the parent directories): .git
   -- Found Python3: /databricks/python3/bin/python3.8 (found version "3.8.10") found components: Interpreter 
   -- Found cpplint executable at /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/tools/cpp/build-support/cpplint.py
   -- System processor: x86_64
   -- Performing Test CXX_SUPPORTS_SSE4_2
   -- Performing Test CXX_SUPPORTS_SSE4_2 - Success
   -- Performing Test CXX_SUPPORTS_AVX2
   -- Performing Test CXX_SUPPORTS_AVX2 - Success
   -- Performing Test CXX_SUPPORTS_AVX512
   -- Performing Test CXX_SUPPORTS_AVX512 - Success
   -- Arrow build warning level: PRODUCTION
   Using ld linker
   Configured for RELEASE build (set with cmake -DCMAKE_BUILD_TYPE={release,debug,...})
   -- Build Type: RELEASE
   -- Using BUNDLED approach to find dependencies
   -- ARROW_ABSL_BUILD_VERSION: 20210324.2
   -- ARROW_ABSL_BUILD_SHA256_CHECKSUM: 59b862f50e710277f8ede96f083a5bb8d7c9595376146838b9580be90374ee1f
   -- ARROW_AWSSDK_BUILD_VERSION: 1.8.133
   -- ARROW_AWSSDK_BUILD_SHA256_CHECKSUM: d6c495bc06be5e21dac716571305d77437e7cfd62a2226b8fe48d9ab5785a8d6
   -- ARROW_AWS_CHECKSUMS_BUILD_VERSION: v0.1.12
   -- ARROW_AWS_CHECKSUMS_BUILD_SHA256_CHECKSUM: 394723034b81cc7cd528401775bc7aca2b12c7471c92350c80a0e2fb9d2909fe
   -- ARROW_AWS_C_COMMON_BUILD_VERSION: v0.6.9
   -- ARROW_AWS_C_COMMON_BUILD_SHA256_CHECKSUM: 928a3e36f24d1ee46f9eec360ec5cebfe8b9b8994fe39d4fa74ff51aebb12717
   -- ARROW_AWS_C_EVENT_STREAM_BUILD_VERSION: v0.1.5
   -- ARROW_AWS_C_EVENT_STREAM_BUILD_SHA256_CHECKSUM: f1b423a487b5d6dca118bfc0d0c6cc596dc476b282258a3228e73a8f730422d4
   -- ARROW_BOOST_BUILD_VERSION: 1.75.0
   -- ARROW_BOOST_BUILD_SHA256_CHECKSUM: 267e04a7c0bfe85daf796dedc789c3a27a76707e1c968f0a2a87bb96331e2b61
   -- ARROW_BROTLI_BUILD_VERSION: v1.0.9
   -- ARROW_BROTLI_BUILD_SHA256_CHECKSUM: f9e8d81d0405ba66d181529af42a3354f838c939095ff99930da6aa9cdf6fe46
   -- ARROW_BZIP2_BUILD_VERSION: 1.0.8
   -- ARROW_BZIP2_BUILD_SHA256_CHECKSUM: ab5a03176ee106d3f0fa90e381da478ddae405918153cca248e682cd0c4a2269
   -- ARROW_CARES_BUILD_VERSION: 1.17.2
   -- ARROW_CARES_BUILD_SHA256_CHECKSUM: 4803c844ce20ce510ef0eb83f8ea41fa24ecaae9d280c468c582d2bb25b3913d
   -- ARROW_CRC32C_BUILD_VERSION: 1.1.2
   -- ARROW_CRC32C_BUILD_SHA256_CHECKSUM: ac07840513072b7fcebda6e821068aa04889018f24e10e46181068fb214d7e56
   -- ARROW_GBENCHMARK_BUILD_VERSION: v1.6.0
   -- ARROW_GBENCHMARK_BUILD_SHA256_CHECKSUM: 1f71c72ce08d2c1310011ea6436b31e39ccab8c2db94186d26657d41747c85d6
   -- ARROW_GFLAGS_BUILD_VERSION: v2.2.2
   -- ARROW_GFLAGS_BUILD_SHA256_CHECKSUM: 34af2f15cf7367513b352bdcd2493ab14ce43692d2dcd9dfc499492966c64dcf
   -- ARROW_GLOG_BUILD_VERSION: v0.5.0
   -- ARROW_GLOG_BUILD_SHA256_CHECKSUM: eede71f28371bf39aa69b45de23b329d37214016e2055269b3b5e7cfd40b59f5
   -- ARROW_GOOGLE_CLOUD_CPP_BUILD_VERSION: v1.35.0
   -- ARROW_GOOGLE_CLOUD_CPP_BUILD_SHA256_CHECKSUM: e4e9eac1e7999eff195db270bc2a719004660b3730ebb5d2f444f2d2057e49b2
   -- ARROW_GRPC_BUILD_VERSION: v1.35.0
   -- ARROW_GRPC_BUILD_SHA256_CHECKSUM: 27dd2fc5c9809ddcde8eb6fa1fa278a3486566dfc28335fca13eb8df8bd3b958
   -- ARROW_GTEST_BUILD_VERSION: 1.11.0
   -- ARROW_GTEST_BUILD_SHA256_CHECKSUM: b4870bf121ff7795ba20d20bcdd8627b8e088f2d1dab299a031c1034eddc93d5
   -- ARROW_JEMALLOC_BUILD_VERSION: 5.2.1
   -- ARROW_JEMALLOC_BUILD_SHA256_CHECKSUM: 34330e5ce276099e2e8950d9335db5a875689a4c6a56751ef3b1d8c537f887f6
   -- ARROW_LZ4_BUILD_VERSION: 8f61d8eb7c6979769a484cde8df61ff7c4c77765
   -- ARROW_LZ4_BUILD_SHA256_CHECKSUM: 5b072d848f2f93fddb97e1143e22c1bd7fa19fc8431ee69e21758190a88125b4
   -- ARROW_MIMALLOC_BUILD_VERSION: v1.7.3
   -- ARROW_MIMALLOC_BUILD_SHA256_CHECKSUM: 0f987bda01ca9df87ec90e9d98c63fa893ee61f3cca565e5ca5ed744fdcc5109
   -- ARROW_NLOHMANN_JSON_BUILD_VERSION: v3.10.2
   -- ARROW_NLOHMANN_JSON_BUILD_SHA256_CHECKSUM: 081ed0f9f89805c2d96335c3acfa993b39a0a5b4b4cef7edb68dd2210a13458c
   -- ARROW_OPENTELEMETRY_BUILD_VERSION: v1.1.0
   -- ARROW_OPENTELEMETRY_BUILD_SHA256_CHECKSUM: f8fd3adddd47be382dc79c19d7e7efcf86a0dfbb5a237db6e0618dbb7eb8e058
   -- ARROW_OPENTELEMETRY_PROTO_BUILD_VERSION: v0.11.0
   -- ARROW_OPENTELEMETRY_PROTO_BUILD_SHA256_CHECKSUM: 985367f8905e91018e636cbf0d83ab3f834b665c4f5899a27d10cae9657710e2
   -- ARROW_ORC_BUILD_VERSION: 1.7.2
   -- ARROW_ORC_BUILD_SHA256_CHECKSUM: ef39bae755116fecb07fb4334656f984ba8ce7cdb1c64de078d3ed186b286007
   -- ARROW_PROTOBUF_BUILD_VERSION: v3.18.1
   -- ARROW_PROTOBUF_BUILD_SHA256_CHECKSUM: b8ab9bbdf0c6968cf20060794bc61e231fae82aaf69d6e3577c154181991f576
   -- ARROW_RAPIDJSON_BUILD_VERSION: 1a803826f1197b5e30703afe4b9c0e7dd48074f5
   -- ARROW_RAPIDJSON_BUILD_SHA256_CHECKSUM: 0b6b780b6c534bfb0b23d29910bfe361e486bcfeaf106db8bc8995792072905a
   -- ARROW_RE2_BUILD_VERSION: 2021-11-01
   -- ARROW_RE2_BUILD_SHA256_CHECKSUM: 8c45f7fba029ab41f2a7e6545058d9eec94eef97ce70df58e92d85cfc08b4669
   -- ARROW_SNAPPY_BUILD_VERSION: 1.1.9
   -- ARROW_SNAPPY_BUILD_SHA256_CHECKSUM: 75c1fbb3d618dd3a0483bff0e26d0a92b495bbe5059c8b4f1c962b478b6e06e7
   -- ARROW_SNAPPY_OLD_BUILD_VERSION: 1.1.8
   -- ARROW_SNAPPY_OLD_BUILD_SHA256_CHECKSUM: 16b677f07832a612b0836178db7f374e414f94657c138e6993cbfc5dcc58651f
   -- ARROW_THRIFT_BUILD_VERSION: 0.13.0
   -- ARROW_THRIFT_BUILD_SHA256_CHECKSUM: 7ad348b88033af46ce49148097afe354d513c1fca7c607b59c33ebb6064b5179
   -- ARROW_UTF8PROC_BUILD_VERSION: v2.7.0
   -- ARROW_UTF8PROC_BUILD_SHA256_CHECKSUM: 4bb121e297293c0fd55f08f83afab6d35d48f0af4ecc07523ad8ec99aa2b12a1
   -- ARROW_XSIMD_BUILD_VERSION: aeec9c872c8b475dedd7781336710f2dd2666cb2
   -- ARROW_XSIMD_BUILD_SHA256_CHECKSUM: 0a841e6c8acf216150e4fc19fca8e29fbab9614b56ac7b96e56019264ca27b26
   -- ARROW_ZLIB_BUILD_VERSION: 1.2.11
   -- ARROW_ZLIB_BUILD_SHA256_CHECKSUM: c3e5e9fdd5004dcb542feda5ee4f0ff0744628baf8ed2dd5d66f8ca1197cb1a1
   -- ARROW_ZSTD_BUILD_VERSION: v1.5.1
   -- ARROW_ZSTD_BUILD_SHA256_CHECKSUM: dc05773342b28f11658604381afd22cb0a13e8ba17ff2bd7516df377060c18dd
   -- Looking for pthread.h
   -- Looking for pthread.h - found
   -- Performing Test CMAKE_HAVE_LIBC_PTHREAD
   -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Failed
   -- Check if compiler accepts -pthread
   -- Check if compiler accepts -pthread - yes
   -- Found Threads: TRUE  
   -- Looking for _M_ARM64
   -- Looking for _M_ARM64 - not found
   -- Looking for __SIZEOF_INT128__
   -- Looking for __SIZEOF_INT128__ - found
   -- Boost include dir: /tmp/RtmpRLVXZh/file20721bb0e480/boost_ep-prefix/src/boost_ep
   -- Boost libraries: boost_system_static;boost_filesystem_static
   -- Building snappy from source
   -- Building brotli from source
   -- Found OpenSSL: /usr/lib/x86_64-linux-gnu/libcrypto.so (found suitable version "1.1.1f", minimum required is "1.0.2")  
   -- Found OpenSSL Crypto Library: /usr/lib/x86_64-linux-gnu/libcrypto.so
   -- Building with OpenSSL (Version: 1.1.1f) support
   Building Apache Thrift from source
   -- Building (vendored) jemalloc from source
   -- Building (vendored) mimalloc from source
   -- Building RapidJSON from source
   -- Building xsimd from source
   -- Building ZLIB from source
   -- Building lz4 from source
   -- Building zstd from source
   -- Building RE2 from source
   -- Building BZip2 from source
   -- Building utf8proc from source
   -- Found hdfs.h at: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/tools/cpp/thirdparty/hadoop/include/hdfs.h
   Building AWS C++ SDK from source
   -- Found CURL: /usr/lib/x86_64-linux-gnu/libcurl.so (found version "7.68.0")  
   -- Found AWS SDK headers: /tmp/RtmpRLVXZh/file20721bb0e480/awssdk_ep-install/include
   -- Found AWS SDK libraries: aws-cpp-sdk-identity-management;aws-cpp-sdk-sts;aws-cpp-sdk-cognito-identity;aws-cpp-sdk-s3;aws-cpp-sdk-core;AWS::aws-c-event-stream;AWS::aws-checksums;AWS::aws-c-common
   -- All bundled static libraries: Snappy::snappy;Brotli::brotlicommon;Brotli::brotlienc;Brotli::brotlidec;thrift::thrift;jemalloc::jemalloc;mimalloc::mimalloc;ZLIB::ZLIB;LZ4::lz4;zstd::libzstd;re2::re2;BZip2::BZip2;utf8proc::utf8proc;aws-cpp-sdk-identity-management;aws-cpp-sdk-sts;aws-cpp-sdk-cognito-identity;aws-cpp-sdk-s3;aws-cpp-sdk-core;AWS::aws-c-event-stream;AWS::aws-checksums;AWS::aws-c-common
   -- CMAKE_C_FLAGS:  -O3 -DNDEBUG  -Wall -fno-semantic-interposition -msse4.2 
   -- CMAKE_CXX_FLAGS:  -Wno-noexcept-type  -fdiagnostics-color=always -O3 -DNDEBUG  -Wall -fno-semantic-interposition -msse4.2 
   -- Looking for backtrace
   -- Looking for backtrace - found
   -- backtrace facility detected in default set of libraries
   -- Found Backtrace: /usr/include  
   -- Creating bundled static library target arrow_bundled_dependencies at /tmp/RtmpRLVXZh/file20721bb0e480/release/libarrow_bundled_dependencies.a
   -- ---------------------------------------------------------------------
   -- Arrow version:                                 7.0.0
   -- 
   -- Build configuration summary:
   --   Generator: Unix Makefiles
   --   Build type: RELEASE
   --   Source directory: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/tools/cpp
   --   Install prefix: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0
   -- 
   -- Compile and link options:
   -- 
   --   ARROW_CXXFLAGS="" [default=""]
   --       Compiler flags to append when compiling Arrow
   --   ARROW_BUILD_STATIC=ON [default=ON]
   --       Build static libraries
   --   ARROW_BUILD_SHARED=OFF [default=ON]
   --       Build shared libraries
   --   ARROW_PACKAGE_KIND="" [default=""]
   --       Arbitrary string that identifies the kind of package
   --       (for informational purposes)
   --   ARROW_GIT_ID="" [default=""]
   --       The Arrow git commit id (if any)
   --   ARROW_GIT_DESCRIPTION="" [default=""]
   --       The Arrow git commit description (if any)
   --   ARROW_NO_DEPRECATED_API=OFF [default=OFF]
   --       Exclude deprecated APIs from build
   --   ARROW_USE_CCACHE=ON [default=ON]
   --       Use ccache when compiling (if available)
   --   ARROW_USE_LD_GOLD=OFF [default=OFF]
   --       Use ld.gold for linking on Linux (if available)
   --   ARROW_USE_PRECOMPILED_HEADERS=OFF [default=OFF]
   --       Use precompiled headers when compiling
   --   ARROW_SIMD_LEVEL=SSE4_2 [default=NONE|SSE4_2|AVX2|AVX512|NEON|DEFAULT]
   --       Compile-time SIMD optimization level
   --   ARROW_RUNTIME_SIMD_LEVEL=MAX [default=NONE|SSE4_2|AVX2|AVX512|MAX]
   --       Max runtime SIMD optimization level
   --   ARROW_ARMV8_ARCH=armv8-a [default=armv8-a|armv8-a+crc+crypto]
   --       Arm64 arch and extensions
   --   ARROW_ALTIVEC=ON [default=ON]
   --       Build with Altivec if compiler has support
   --   ARROW_RPATH_ORIGIN=OFF [default=OFF]
   --       Build Arrow libraries with RATH set to $ORIGIN
   --   ARROW_INSTALL_NAME_RPATH=ON [default=ON]
   --       Build Arrow libraries with install_name set to @rpath
   --   ARROW_GGDB_DEBUG=ON [default=ON]
   --       Pass -ggdb flag to debug builds
   -- 
   -- Test and benchmark options:
   -- 
   --   ARROW_BUILD_EXAMPLES=OFF [default=OFF]
   --       Build the Arrow examples
   --   ARROW_BUILD_TESTS=OFF [default=OFF]
   --       Build the Arrow googletest unit tests
   --   ARROW_ENABLE_TIMING_TESTS=ON [default=ON]
   --       Enable timing-sensitive tests
   --   ARROW_BUILD_INTEGRATION=OFF [default=OFF]
   --       Build the Arrow integration test executables
   --   ARROW_BUILD_BENCHMARKS=OFF [default=OFF]
   --       Build the Arrow micro benchmarks
   --   ARROW_BUILD_BENCHMARKS_REFERENCE=OFF [default=OFF]
   --       Build the Arrow micro reference benchmarks
   --   ARROW_BUILD_OPENMP_BENCHMARKS=OFF [default=OFF]
   --       Build the Arrow benchmarks that rely on OpenMP
   --   ARROW_BUILD_DETAILED_BENCHMARKS=OFF [default=OFF]
   --       Build benchmarks that do a longer exploration of performance
   --   ARROW_TEST_LINKAGE=static [default=shared|static]
   --       Linkage of Arrow libraries with unit tests executables.
   --   ARROW_FUZZING=OFF [default=OFF]
   --       Build Arrow Fuzzing executables
   --   ARROW_LARGE_MEMORY_TESTS=OFF [default=OFF]
   --       Enable unit tests which use large memory
   -- 
   -- Lint options:
   -- 
   --   ARROW_ONLY_LINT=OFF [default=OFF]
   --       Only define the lint and check-format targets
   --   ARROW_VERBOSE_LINT=OFF [default=OFF]
   --       If off, 'quiet' flags will be passed to linting tools
   --   ARROW_GENERATE_COVERAGE=OFF [default=OFF]
   --       Build with C++ code coverage enabled
   -- 
   -- Checks options:
   -- 
   --   ARROW_TEST_MEMCHECK=OFF [default=OFF]
   --       Run the test suite using valgrind --tool=memcheck
   --   ARROW_USE_ASAN=OFF [default=OFF]
   --       Enable Address Sanitizer checks
   --   ARROW_USE_TSAN=OFF [default=OFF]
   --       Enable Thread Sanitizer checks
   --   ARROW_USE_UBSAN=OFF [default=OFF]
   --       Enable Undefined Behavior sanitizer checks
   -- 
   -- Project component options:
   -- 
   --   ARROW_BUILD_UTILITIES=OFF [default=OFF]
   --       Build Arrow commandline utilities
   --   ARROW_COMPUTE=ON [default=OFF]
   --       Build the Arrow Compute Modules
   --   ARROW_CSV=ON [default=OFF]
   --       Build the Arrow CSV Parser Module
   --   ARROW_CUDA=OFF [default=OFF]
   --       Build the Arrow CUDA extensions (requires CUDA toolkit)
   --   ARROW_DATASET=ON [default=OFF]
   --       Build the Arrow Dataset Modules
   --   ARROW_ENGINE=OFF [default=OFF]
   --       Build the Arrow Execution Engine
   --   ARROW_FILESYSTEM=ON [default=OFF]
   --       Build the Arrow Filesystem Layer
   --   ARROW_FLIGHT=OFF [default=OFF]
   --       Build the Arrow Flight RPC System (requires GRPC, Protocol Buffers)
   --   ARROW_FLIGHT_SQL=OFF [default=OFF]
   --       Build the Arrow Flight SQL extension
   --   ARROW_GANDIVA=OFF [default=OFF]
   --       Build the Gandiva libraries
   --   ARROW_GCS=OFF [default=OFF]
   --       Build Arrow with GCS support (requires the GCloud SDK for C++)
   --   ARROW_HDFS=OFF [default=OFF]
   --       Build the Arrow HDFS bridge
   --   ARROW_HIVESERVER2=OFF [default=OFF]
   --       Build the HiveServer2 client and Arrow adapter
   --   ARROW_IPC=ON [default=ON]
   --       Build the Arrow IPC extensions
   --   ARROW_JEMALLOC=ON [default=ON]
   --       Build the Arrow jemalloc-based allocator
   --   ARROW_JNI=OFF [default=OFF]
   --       Build the Arrow JNI lib
   --   ARROW_JSON=ON [default=OFF]
   --       Build Arrow with JSON support (requires RapidJSON)
   --   ARROW_MIMALLOC=ON [default=OFF]
   --       Build the Arrow mimalloc-based allocator
   --   ARROW_PARQUET=ON [default=OFF]
   --       Build the Parquet libraries
   --   ARROW_ORC=OFF [default=OFF]
   --       Build the Arrow ORC adapter
   --   ARROW_PLASMA=OFF [default=OFF]
   --       Build the plasma object store along with Arrow
   --   ARROW_PLASMA_JAVA_CLIENT=OFF [default=OFF]
   --       Build the plasma object store java client
   --   ARROW_PYTHON=OFF [default=OFF]
   --       Build the Arrow CPython extensions
   --   ARROW_S3=ON [default=OFF]
   --       Build Arrow with S3 support (requires the AWS SDK for C++)
   --   ARROW_SKYHOOK=OFF [default=OFF]
   --       Build the Skyhook libraries
   --   ARROW_TENSORFLOW=OFF [default=OFF]
   --       Build Arrow with TensorFlow support enabled
   --   ARROW_TESTING=OFF [default=OFF]
   --       Build the Arrow testing libraries
   -- 
   -- Thirdparty toolchain options:
   -- 
   --   ARROW_DEPENDENCY_SOURCE=BUNDLED [default=AUTO|BUNDLED|SYSTEM|CONDA|VCPKG|BREW]
   --       Method to use for acquiring arrow's build dependencies
   --   ARROW_VERBOSE_THIRDPARTY_BUILD=OFF [default=OFF]
   --       Show output from ExternalProjects rather than just logging to files
   --   ARROW_DEPENDENCY_USE_SHARED=ON [default=ON]
   --       Link to shared libraries
   --   ARROW_BOOST_USE_SHARED=OFF [default=ON]
   --       Rely on boost shared libraries where relevant
   --   ARROW_BROTLI_USE_SHARED=ON [default=ON]
   --       Rely on Brotli shared libraries where relevant
   --   ARROW_BZ2_USE_SHARED=ON [default=ON]
   --       Rely on Bz2 shared libraries where relevant
   --   ARROW_GFLAGS_USE_SHARED=ON [default=ON]
   --       Rely on GFlags shared libraries where relevant
   --   ARROW_GRPC_USE_SHARED=ON [default=ON]
   --       Rely on gRPC shared libraries where relevant
   --   ARROW_LZ4_USE_SHARED=ON [default=ON]
   --       Rely on lz4 shared libraries where relevant
   --   ARROW_OPENSSL_USE_SHARED=ON [default=ON]
   --       Rely on OpenSSL shared libraries where relevant
   --   ARROW_PROTOBUF_USE_SHARED=ON [default=ON]
   --       Rely on Protocol Buffers shared libraries where relevant
   --   ARROW_THRIFT_USE_SHARED=ON [default=ON]
   --       Rely on thrift shared libraries where relevant
   --   ARROW_UTF8PROC_USE_SHARED=ON [default=ON]
   --       Rely on utf8proc shared libraries where relevant
   --   ARROW_SNAPPY_USE_SHARED=ON [default=ON]
   --       Rely on snappy shared libraries where relevant
   --   ARROW_UTF8PROC_USE_SHARED=ON [default=ON]
   --       Rely on utf8proc shared libraries where relevant
   --   ARROW_ZSTD_USE_SHARED=ON [default=ON]
   --       Rely on zstd shared libraries where relevant
   --   ARROW_USE_GLOG=OFF [default=OFF]
   --       Build libraries with glog support for pluggable logging
   --   ARROW_WITH_BACKTRACE=ON [default=ON]
   --       Build with backtrace support
   --   ARROW_WITH_OPENTELEMETRY=OFF [default=OFF]
   --       Build libraries with OpenTelemetry support for distributed tracing
   --   ARROW_WITH_BROTLI=ON [default=OFF]
   --       Build with Brotli compression
   --   ARROW_WITH_BZ2=ON [default=OFF]
   --       Build with BZ2 compression
   --   ARROW_WITH_LZ4=ON [default=OFF]
   --       Build with lz4 compression
   --   ARROW_WITH_SNAPPY=ON [default=OFF]
   --       Build with Snappy compression
   --   ARROW_WITH_ZLIB=ON [default=OFF]
   --       Build with zlib compression
   --   ARROW_WITH_ZSTD=ON [default=OFF]
   --       Build with zstd compression
   --   ARROW_WITH_UTF8PROC=ON [default=ON]
   --       Build with support for Unicode properties using the utf8proc library
   --       (only used if ARROW_COMPUTE is ON or ARROW_GANDIVA is ON)
   --   ARROW_WITH_RE2=ON [default=ON]
   --       Build with support for regular expressions using the re2 library
   --       (only used if ARROW_COMPUTE or ARROW_GANDIVA is ON)
   -- 
   -- Parquet options:
   -- 
   --   PARQUET_MINIMAL_DEPENDENCY=OFF [default=OFF]
   --       Depend only on Thirdparty headers to build libparquet.
   --       Always OFF if building binaries
   --   PARQUET_BUILD_EXECUTABLES=OFF [default=OFF]
   --       Build the Parquet executable CLI tools. Requires static libraries to be built.
   --   PARQUET_BUILD_EXAMPLES=OFF [default=OFF]
   --       Build the Parquet examples. Requires static libraries to be built.
   --   PARQUET_REQUIRE_ENCRYPTION=OFF [default=OFF]
   --       Build support for encryption. Fail if OpenSSL is not found
   -- 
   -- Gandiva options:
   -- 
   --   ARROW_GANDIVA_JAVA=OFF [default=OFF]
   --       Build the Gandiva JNI wrappers
   --   ARROW_GANDIVA_STATIC_LIBSTDCPP=OFF [default=OFF]
   --       Include -static-libstdc++ -static-libgcc when linking with
   --       Gandiva static libraries
   --   ARROW_GANDIVA_PC_CXX_FLAGS="" [default=""]
   --       Compiler flags to append when pre-compiling Gandiva operations
   -- 
   -- Advanced developer options:
   -- 
   --   ARROW_EXTRA_ERROR_CONTEXT=OFF [default=OFF]
   --       Compile with extra error context (line numbers, code)
   --   ARROW_OPTIONAL_INSTALL=OFF [default=OFF]
   --       If enabled install ONLY targets that have already been built. Please be
   --       advised that if this is enabled 'install' will fail silently on components
   --       that have not been built
   --   Outputting build configuration summary to /tmp/RtmpRLVXZh/file20721bb0e480/cmake_summary.json
   -- Configuring done
   -- Generating done
   -- Build files have been written to: /tmp/RtmpRLVXZh/file20721bb0e480
   + /usr/bin/cmake --build . --target install
   Scanning dependencies of target jemalloc_ep
   Scanning dependencies of target mimalloc_ep
   [  0%] Creating directories for 'mimalloc_ep'
   [  1%] Creating directories for 'jemalloc_ep'
   [  2%] Performing download step (download, verify and extract) for 'mimalloc_ep'
   [  2%] Performing download step (download, verify and extract) for 'jemalloc_ep'
   -- Downloading...
      dst='/tmp/RtmpRLVXZh/file20721bb0e480/mimalloc_ep-prefix/src/v1.7.3.tar.gz'
      timeout='none'
   -- Using src='https://github.com/microsoft/mimalloc/archive/v1.7.3.tar.gz'
   -- [download 100% complete]
   -- jemalloc_ep download command succeeded.  See also /tmp/RtmpRLVXZh/file20721bb0e480/jemalloc_ep-prefix/src/jemalloc_ep-stamp/jemalloc_ep-download-*.log
   [  2%] Performing patch step for 'jemalloc_ep'
   [  2%] No update step for 'jemalloc_ep'
   -- verifying file...
          file='/tmp/RtmpRLVXZh/file20721bb0e480/mimalloc_ep-prefix/src/v1.7.3.tar.gz'
   -- Downloading... done
   [  3%] Performing configure step for 'jemalloc_ep'
   -- extracting...
        src='/tmp/RtmpRLVXZh/file20721bb0e480/mimalloc_ep-prefix/src/v1.7.3.tar.gz'
        dst='/tmp/RtmpRLVXZh/file20721bb0e480/mimalloc_ep-prefix/src/mimalloc_ep'
   -- extracting... [tar xfz]
   -- extracting... [analysis]
   -- extracting... [rename]
   -- extracting... [clean up]
   -- extracting... done
   [  3%] No patch step for 'mimalloc_ep'
   [  3%] No update step for 'mimalloc_ep'
   [  3%] Performing configure step for 'mimalloc_ep'
   -- The C compiler identification is GNU 9.4.0
   -- The CXX compiler identification is GNU 9.4.0
   -- Check for working C compiler: /usr/bin/gcc
   -- Check for working C compiler: /usr/bin/gcc -- works
   -- Detecting C compiler ABI info
   -- Detecting C compiler ABI info - done
   -- Detecting C compile features
   -- Detecting C compile features - done
   -- Check for working CXX compiler: /usr/bin/g++
   -- Check for working CXX compiler: /usr/bin/g++ -- works
   -- Detecting CXX compiler ABI info
   -- Detecting CXX compiler ABI info - done
   -- Detecting CXX compile features
   -- Detecting CXX compile features - done
   -- 
   -- 
   -- Library base name: mimalloc
   -- Version          : 1.7
   -- Build type       : release
   -- C Compiler       : /usr/bin/gcc
   -- Compiler flags   : -Wall;-Wextra;-Wno-unknown-pragmas;-fvisibility=hidden;-Wstrict-prototypes;-Wno-invalid-memory-model;-ftls-model=local-dynamic
   -- Build targets    : static
   -- 
   -- Configuring done
   -- Generating done
   CMake Warning:
     Manually-specified variables were not used by the project:
   
       CMAKE_EXPORT_NO_PACKAGE_REGISTRY
       CMAKE_FIND_PACKAGE_NO_PACKAGE_REGISTRY
   
   
   -- Build files have been written to: /tmp/RtmpRLVXZh/file20721bb0e480/mimalloc_ep-prefix/src/mimalloc_ep-build
   [  4%] Performing build step for 'mimalloc_ep'
   Scanning dependencies of target mimalloc-static
   [  6%] Building C object CMakeFiles/mimalloc-static.dir/src/stats.c.o
   [ 13%] Building C object CMakeFiles/mimalloc-static.dir/src/random.c.o
   [ 20%] Building C object CMakeFiles/mimalloc-static.dir/src/os.c.o
   [ 26%] Building C object CMakeFiles/mimalloc-static.dir/src/bitmap.c.o
   [ 33%] Building C object CMakeFiles/mimalloc-static.dir/src/arena.c.o
   [ 40%] Building C object CMakeFiles/mimalloc-static.dir/src/region.c.o
   [ 46%] Building C object CMakeFiles/mimalloc-static.dir/src/segment.c.o
   [ 53%] Building C object CMakeFiles/mimalloc-static.dir/src/page.c.o
   [ 60%] Building C object CMakeFiles/mimalloc-static.dir/src/alloc.c.o
   [ 66%] Building C object CMakeFiles/mimalloc-static.dir/src/alloc-aligned.c.o
   [ 73%] Building C object CMakeFiles/mimalloc-static.dir/src/alloc-posix.c.o
   [ 80%] Building C object CMakeFiles/mimalloc-static.dir/src/heap.c.o
   [ 86%] Building C object CMakeFiles/mimalloc-static.dir/src/options.c.o
   [ 93%] Building C object CMakeFiles/mimalloc-static.dir/src/init.c.o
   [100%] Linking C static library libmimalloc.a
   [100%] Built target mimalloc-static
   [  4%] Performing install step for 'mimalloc_ep'
   [100%] Built target mimalloc-static
   Install the project...
   -- Install configuration: "RELEASE"
   -- Installing: /tmp/RtmpRLVXZh/file20721bb0e480/mimalloc_ep/src/mimalloc_ep/lib/mimalloc-1.7/libmimalloc.a
   -- Installing: /tmp/RtmpRLVXZh/file20721bb0e480/mimalloc_ep/src/mimalloc_ep/include/mimalloc-1.7/mimalloc.h
   -- Installing: /tmp/RtmpRLVXZh/file20721bb0e480/mimalloc_ep/src/mimalloc_ep/include/mimalloc-1.7/mimalloc-override.h
   -- Installing: /tmp/RtmpRLVXZh/file20721bb0e480/mimalloc_ep/src/mimalloc_ep/include/mimalloc-1.7/mimalloc-new-delete.h
   -- Installing: /tmp/RtmpRLVXZh/file20721bb0e480/mimalloc_ep/src/mimalloc_ep/share/mimalloc-1.7/cmake/mimalloc-config.cmake
   -- Installing: /tmp/RtmpRLVXZh/file20721bb0e480/mimalloc_ep/src/mimalloc_ep/share/mimalloc-1.7/cmake/mimalloc-config-version.cmake
   [  4%] Completed 'mimalloc_ep'
   [  4%] Built target mimalloc_ep
   Scanning dependencies of target aws_c_common_ep
   [  4%] Creating directories for 'aws_c_common_ep'
   [  4%] Performing download step (download, verify and extract) for 'aws_c_common_ep'
   -- aws_c_common_ep download command succeeded.  See also /tmp/RtmpRLVXZh/file20721bb0e480/aws_c_common_ep-prefix/src/aws_c_common_ep-stamp/aws_c_common_ep-download-*.log
   [  4%] No patch step for 'aws_c_common_ep'
   [  5%] No update step for 'aws_c_common_ep'
   [  5%] Performing configure step for 'aws_c_common_ep'
   -- jemalloc_ep configure command succeeded.  See also /tmp/RtmpRLVXZh/file20721bb0e480/jemalloc_ep-prefix/src/jemalloc_ep-stamp/jemalloc_ep-configure-*.log
   [  5%] Performing build step for 'jemalloc_ep'
   -- aws_c_common_ep configure command succeeded.  See also /tmp/RtmpRLVXZh/file20721bb0e480/aws_c_common_ep-prefix/src/aws_c_common_ep-stamp/aws_c_common_ep-configure-*.log
   [  5%] Performing build step for 'aws_c_common_ep'
   -- aws_c_common_ep build command succeeded.  See also /tmp/RtmpRLVXZh/file20721bb0e480/aws_c_common_ep-prefix/src/aws_c_common_ep-stamp/aws_c_common_ep-build-*.log
   [  5%] Performing install step for 'aws_c_common_ep'
   -- aws_c_common_ep install command succeeded.  See also /tmp/RtmpRLVXZh/file20721bb0e480/aws_c_common_ep-prefix/src/aws_c_common_ep-stamp/aws_c_common_ep-install-*.log
   [  6%] Completed 'aws_c_common_ep'
   [  6%] Built target aws_c_common_ep
   Scanning dependencies of target zlib_ep
   [  6%] Creating directories for 'zlib_ep'
   [  7%] Performing download step (download, verify and extract) for 'zlib_ep'
   -- zlib_ep download command succeeded.  See also /tmp/RtmpRLVXZh/file20721bb0e480/zlib_ep-prefix/src/zlib_ep-stamp/zlib_ep-download-*.log
   [  7%] No patch step for 'zlib_ep'
   [  7%] No update step for 'zlib_ep'
   [  7%] Performing configure step for 'zlib_ep'
   -- zlib_ep configure command succeeded.  See also /tmp/RtmpRLVXZh/file20721bb0e480/zlib_ep-prefix/src/zlib_ep-stamp/zlib_ep-configure-*.log
   [  8%] Performing build step for 'zlib_ep'
   -- zlib_ep build command succeeded.  See also /tmp/RtmpRLVXZh/file20721bb0e480/zlib_ep-prefix/src/zlib_ep-stamp/zlib_ep-build-*.log
   [  8%] Performing install step for 'zlib_ep'
   -- zlib_ep install command succeeded.  See also /tmp/RtmpRLVXZh/file20721bb0e480/zlib_ep-prefix/src/zlib_ep-stamp/zlib_ep-install-*.log
   [  8%] Completed 'zlib_ep'
   [  8%] Built target zlib_ep
   Scanning dependencies of target brotli_ep
   [  9%] Creating directories for 'brotli_ep'
   [  9%] Performing download step (download, verify and extract) for 'brotli_ep'
   -- brotli_ep download command succeeded.  See also /tmp/RtmpRLVXZh/file20721bb0e480/brotli_ep-prefix/src/brotli_ep-stamp/brotli_ep-download-*.log
   [  9%] No patch step for 'brotli_ep'
   [  9%] No update step for 'brotli_ep'
   [ 10%] Performing configure step for 'brotli_ep'
   -- brotli_ep configure command succeeded.  See also /tmp/RtmpRLVXZh/file20721bb0e480/brotli_ep-prefix/src/brotli_ep-stamp/brotli_ep-configure-*.log
   [ 10%] Performing build step for 'brotli_ep'
   -- brotli_ep build command succeeded.  See also /tmp/RtmpRLVXZh/file20721bb0e480/brotli_ep-prefix/src/brotli_ep-stamp/brotli_ep-build-*.log
   [ 10%] Performing install step for 'brotli_ep'
   -- brotli_ep install command succeeded.  See also /tmp/RtmpRLVXZh/file20721bb0e480/brotli_ep-prefix/src/brotli_ep-stamp/brotli_ep-install-*.log
   [ 10%] Completed 'brotli_ep'
   [ 10%] Built target brotli_ep
   Scanning dependencies of target snappy_ep
   [ 11%] Creating directories for 'snappy_ep'
   [ 11%] Performing download step (download, verify and extract) for 'snappy_ep'
   -- snappy_ep download command succeeded.  See also /tmp/RtmpRLVXZh/file20721bb0e480/snappy_ep-prefix/src/snappy_ep-stamp/snappy_ep-download-*.log
   [ 11%] No patch step for 'snappy_ep'
   [ 11%] No update step for 'snappy_ep'
   [ 12%] Performing configure step for 'snappy_ep'
   -- snappy_ep configure command succeeded.  See also /tmp/RtmpRLVXZh/file20721bb0e480/snappy_ep-prefix/src/snappy_ep-stamp/snappy_ep-configure-*.log
   [ 12%] Performing build step for 'snappy_ep'
   -- jemalloc_ep build command succeeded.  See also /tmp/RtmpRLVXZh/file20721bb0e480/jemalloc_ep-prefix/src/jemalloc_ep-stamp/jemalloc_ep-build-*.log
   [ 12%] Performing install step for 'jemalloc_ep'
   -- jemalloc_ep install command succeeded.  See also /tmp/RtmpRLVXZh/file20721bb0e480/jemalloc_ep-prefix/src/jemalloc_ep-stamp/jemalloc_ep-install-*.log
   [ 12%] Completed 'jemalloc_ep'
   [ 12%] Built target jemalloc_ep
   Scanning dependencies of target boost_ep
   [ 12%] Creating directories for 'boost_ep'
   [ 12%] Performing download step (download, verify and extract) for 'boost_ep'
   -- snappy_ep build command succeeded.  See also /tmp/RtmpRLVXZh/file20721bb0e480/snappy_ep-prefix/src/snappy_ep-stamp/snappy_ep-build-*.log
   [ 12%] Performing install step for 'snappy_ep'
   -- snappy_ep install command succeeded.  See also /tmp/RtmpRLVXZh/file20721bb0e480/snappy_ep-prefix/src/snappy_ep-stamp/snappy_ep-install-*.log
   [ 12%] Completed 'snappy_ep'
   [ 12%] Built target snappy_ep
   Scanning dependencies of target zstd_ep
   [ 12%] Creating directories for 'zstd_ep'
   [ 13%] Performing download step (download, verify and extract) for 'zstd_ep'
   -- zstd_ep download command succeeded.  See also /tmp/RtmpRLVXZh/file20721bb0e480/zstd_ep-prefix/src/zstd_ep-stamp/zstd_ep-download-*.log
   [ 13%] No patch step for 'zstd_ep'
   [ 13%] No update step for 'zstd_ep'
   [ 13%] Performing configure step for 'zstd_ep'
   -- boost_ep download command succeeded.  See also /tmp/RtmpRLVXZh/file20721bb0e480/boost_ep-prefix/src/boost_ep-stamp/boost_ep-download-*.log
   [ 14%] No patch step for 'boost_ep'
   [ 14%] No update step for 'boost_ep'
   [ 14%] No configure step for 'boost_ep'
   [ 14%] No build step for 'boost_ep'
   [ 15%] No install step for 'boost_ep'
   [ 15%] Completed 'boost_ep'
   [ 15%] Built target boost_ep
   Scanning dependencies of target xsimd_ep
   [ 15%] Creating directories for 'xsimd_ep'
   [ 16%] Performing download step (download, verify and extract) for 'xsimd_ep'
   -- xsimd_ep download command succeeded.  See also /tmp/RtmpRLVXZh/file20721bb0e480/src/xsimd_ep-stamp/xsimd_ep-download-*.log
   [ 16%] No patch step for 'xsimd_ep'
   [ 16%] No update step for 'xsimd_ep'
   [ 16%] Performing configure step for 'xsimd_ep'
   -- zstd_ep configure command succeeded.  See also /tmp/RtmpRLVXZh/file20721bb0e480/zstd_ep-prefix/src/zstd_ep-stamp/zstd_ep-configure-*.log
   [ 17%] Performing build step for 'zstd_ep'
   -- xsimd_ep configure command succeeded.  See also /tmp/RtmpRLVXZh/file20721bb0e480/src/xsimd_ep-stamp/xsimd_ep-configure-*.log
   [ 18%] Performing build step for 'xsimd_ep'
   -- xsimd_ep build command succeeded.  See also /tmp/RtmpRLVXZh/file20721bb0e480/src/xsimd_ep-stamp/xsimd_ep-build-*.log
   [ 18%] Performing install step for 'xsimd_ep'
   -- xsimd_ep install command succeeded.  See also /tmp/RtmpRLVXZh/file20721bb0e480/src/xsimd_ep-stamp/xsimd_ep-install-*.log
   [ 18%] Completed 'xsimd_ep'
   [ 18%] Built target xsimd_ep
   Scanning dependencies of target lz4_ep
   [ 19%] Creating directories for 'lz4_ep'
   [ 19%] Performing download step (download, verify and extract) for 'lz4_ep'
   -- lz4_ep download command succeeded.  See also /tmp/RtmpRLVXZh/file20721bb0e480/lz4_ep-prefix/src/lz4_ep-stamp/lz4_ep-download-*.log
   [ 19%] No patch step for 'lz4_ep'
   [ 19%] Performing update step for 'lz4_ep'
   [ 19%] No configure step for 'lz4_ep'
   [ 20%] Performing build step for 'lz4_ep'
   -- lz4_ep build command succeeded.  See also /tmp/RtmpRLVXZh/file20721bb0e480/lz4_ep-prefix/src/lz4_ep-stamp/lz4_ep-build-*.log
   [ 20%] No install step for 'lz4_ep'
   [ 20%] Completed 'lz4_ep'
   [ 20%] Built target lz4_ep
   Scanning dependencies of target bzip2_ep
   [ 21%] Creating directories for 'bzip2_ep'
   [ 21%] Performing download step (download, verify and extract) for 'bzip2_ep'
   -- bzip2_ep download command succeeded.  See also /tmp/RtmpRLVXZh/file20721bb0e480/bzip2_ep-prefix/src/bzip2_ep-stamp/bzip2_ep-download-*.log
   [ 21%] No patch step for 'bzip2_ep'
   [ 21%] No update step for 'bzip2_ep'
   [ 22%] No configure step for 'bzip2_ep'
   [ 22%] Performing build step for 'bzip2_ep'
   -- bzip2_ep build command succeeded.  See also /tmp/RtmpRLVXZh/file20721bb0e480/bzip2_ep-prefix/src/bzip2_ep-stamp/bzip2_ep-build-*.log
   [ 22%] Performing install step for 'bzip2_ep'
   -- bzip2_ep install command succeeded.  See also /tmp/RtmpRLVXZh/file20721bb0e480/bzip2_ep-prefix/src/bzip2_ep-stamp/bzip2_ep-install-*.log
   [ 22%] Completed 'bzip2_ep'
   [ 22%] Built target bzip2_ep
   Scanning dependencies of target re2_ep
   [ 23%] Creating directories for 're2_ep'
   [ 23%] Performing download step (download, verify and extract) for 're2_ep'
   -- re2_ep download command succeeded.  See also /tmp/RtmpRLVXZh/file20721bb0e480/re2_ep-prefix/src/re2_ep-stamp/re2_ep-download-*.log
   [ 23%] No patch step for 're2_ep'
   [ 23%] No update step for 're2_ep'
   [ 24%] Performing configure step for 're2_ep'
   -- re2_ep configure command succeeded.  See also /tmp/RtmpRLVXZh/file20721bb0e480/re2_ep-prefix/src/re2_ep-stamp/re2_ep-configure-*.log
   [ 24%] Performing build step for 're2_ep'
   -- zstd_ep build command succeeded.  See also /tmp/RtmpRLVXZh/file20721bb0e480/zstd_ep-prefix/src/zstd_ep-stamp/zstd_ep-build-*.log
   [ 24%] Performing install step for 'zstd_ep'
   -- zstd_ep install command succeeded.  See also /tmp/RtmpRLVXZh/file20721bb0e480/zstd_ep-prefix/src/zstd_ep-stamp/zstd_ep-install-*.log
   [ 24%] Completed 'zstd_ep'
   [ 24%] Built target zstd_ep
   Scanning dependencies of target rapidjson_ep
   [ 24%] Creating directories for 'rapidjson_ep'
   [ 24%] Performing download step (download, verify and extract) for 'rapidjson_ep'
   -- rapidjson_ep download command succeeded.  See also /tmp/RtmpRLVXZh/file20721bb0e480/src/rapidjson_ep-stamp/rapidjson_ep-download-*.log
   [ 25%] No patch step for 'rapidjson_ep'
   [ 25%] No update step for 'rapidjson_ep'
   [ 25%] Performing configure step for 'rapidjson_ep'
   -- rapidjson_ep configure command succeeded.  See also /tmp/RtmpRLVXZh/file20721bb0e480/src/rapidjson_ep-stamp/rapidjson_ep-configure-*.log
   [ 25%] Performing build step for 'rapidjson_ep'
   -- rapidjson_ep build command succeeded.  See also /tmp/RtmpRLVXZh/file20721bb0e480/src/rapidjson_ep-stamp/rapidjson_ep-build-*.log
   [ 26%] Performing install step for 'rapidjson_ep'
   -- rapidjson_ep install command succeeded.  See also /tmp/RtmpRLVXZh/file20721bb0e480/src/rapidjson_ep-stamp/rapidjson_ep-install-*.log
   [ 26%] Completed 'rapidjson_ep'
   [ 26%] Built target rapidjson_ep
   Scanning dependencies of target utf8proc_ep
   [ 27%] Creating directories for 'utf8proc_ep'
   [ 27%] Performing download step (download, verify and extract) for 'utf8proc_ep'
   -- utf8proc_ep download command succeeded.  See also /tmp/RtmpRLVXZh/file20721bb0e480/utf8proc_ep-prefix/src/utf8proc_ep-stamp/utf8proc_ep-download-*.log
   [ 27%] No patch step for 'utf8proc_ep'
   [ 27%] No update step for 'utf8proc_ep'
   [ 27%] Performing configure step for 'utf8proc_ep'
   -- utf8proc_ep configure command succeeded.  See also /tmp/RtmpRLVXZh/file20721bb0e480/utf8proc_ep-prefix/src/utf8proc_ep-stamp/utf8proc_ep-configure-*.log
   [ 28%] Performing build step for 'utf8proc_ep'
   -- utf8proc_ep build command succeeded.  See also /tmp/RtmpRLVXZh/file20721bb0e480/utf8proc_ep-prefix/src/utf8proc_ep-stamp/utf8proc_ep-build-*.log
   [ 28%] Performing install step for 'utf8proc_ep'
   -- utf8proc_ep install command succeeded.  See also /tmp/RtmpRLVXZh/file20721bb0e480/utf8proc_ep-prefix/src/utf8proc_ep-stamp/utf8proc_ep-install-*.log
   [ 28%] Completed 'utf8proc_ep'
   [ 28%] Built target utf8proc_ep
   Scanning dependencies of target aws_checksums_ep
   [ 28%] Creating directories for 'aws_checksums_ep'
   [ 28%] Performing download step (download, verify and extract) for 'aws_checksums_ep'
   -- aws_checksums_ep download command succeeded.  See also /tmp/RtmpRLVXZh/file20721bb0e480/aws_checksums_ep-prefix/src/aws_checksums_ep-stamp/aws_checksums_ep-download-*.log
   [ 29%] No patch step for 'aws_checksums_ep'
   [ 29%] No update step for 'aws_checksums_ep'
   [ 29%] Performing configure step for 'aws_checksums_ep'
   -- aws_checksums_ep configure command succeeded.  See also /tmp/RtmpRLVXZh/file20721bb0e480/aws_checksums_ep-prefix/src/aws_checksums_ep-stamp/aws_checksums_ep-configure-*.log
   [ 29%] Performing build step for 'aws_checksums_ep'
   -- aws_checksums_ep build command succeeded.  See also /tmp/RtmpRLVXZh/file20721bb0e480/aws_checksums_ep-prefix/src/aws_checksums_ep-stamp/aws_checksums_ep-build-*.log
   [ 30%] Performing install step for 'aws_checksums_ep'
   -- aws_checksums_ep install command succeeded.  See also /tmp/RtmpRLVXZh/file20721bb0e480/aws_checksums_ep-prefix/src/aws_checksums_ep-stamp/aws_checksums_ep-install-*.log
   [ 30%] Completed 'aws_checksums_ep'
   [ 30%] Built target aws_checksums_ep
   Scanning dependencies of target thrift_ep
   [ 31%] Creating directories for 'thrift_ep'
   [ 31%] Performing download step (download, verify and extract) for 'thrift_ep'
   -- thrift_ep download command succeeded.  See also /tmp/RtmpRLVXZh/file20721bb0e480/thrift_ep-prefix/src/thrift_ep-stamp/thrift_ep-download-*.log
   [ 31%] No patch step for 'thrift_ep'
   [ 31%] No update step for 'thrift_ep'
   [ 32%] Performing configure step for 'thrift_ep'
   -- thrift_ep configure command succeeded.  See also /tmp/RtmpRLVXZh/file20721bb0e480/thrift_ep-prefix/src/thrift_ep-stamp/thrift_ep-configure-*.log
   [ 32%] Performing build step for 'thrift_ep'
   -- re2_ep build command succeeded.  See also /tmp/RtmpRLVXZh/file20721bb0e480/re2_ep-prefix/src/re2_ep-stamp/re2_ep-build-*.log
   [ 32%] Performing install step for 're2_ep'
   -- re2_ep install command succeeded.  See also /tmp/RtmpRLVXZh/file20721bb0e480/re2_ep-prefix/src/re2_ep-stamp/re2_ep-install-*.log
   [ 32%] Completed 're2_ep'
   [ 32%] Built target re2_ep
   Scanning dependencies of target aws_c_event_stream_ep
   [ 32%] Creating directories for 'aws_c_event_stream_ep'
   [ 32%] Performing download step (download, verify and extract) for 'aws_c_event_stream_ep'
   -- aws_c_event_stream_ep download command succeeded.  See also /tmp/RtmpRLVXZh/file20721bb0e480/aws_c_event_stream_ep-prefix/src/aws_c_event_stream_ep-stamp/aws_c_event_stream_ep-download-*.log
   [ 32%] No patch step for 'aws_c_event_stream_ep'
   [ 33%] No update step for 'aws_c_event_stream_ep'
   [ 33%] Performing configure step for 'aws_c_event_stream_ep'
   -- thrift_ep build command succeeded.  See also /tmp/RtmpRLVXZh/file20721bb0e480/thrift_ep-prefix/src/thrift_ep-stamp/thrift_ep-build-*.log
   [ 33%] Performing install step for 'thrift_ep'
   -- thrift_ep install command succeeded.  See also /tmp/RtmpRLVXZh/file20721bb0e480/thrift_ep-prefix/src/thrift_ep-stamp/thrift_ep-install-*.log
   [ 33%] Completed 'thrift_ep'
   [ 33%] Built target thrift_ep
   -- aws_c_event_stream_ep configure command succeeded.  See also /tmp/RtmpRLVXZh/file20721bb0e480/aws_c_event_stream_ep-prefix/src/aws_c_event_stream_ep-stamp/aws_c_event_stream_ep-configure-*.log
   [ 33%] Performing build step for 'aws_c_event_stream_ep'
   -- aws_c_event_stream_ep build command succeeded.  See also /tmp/RtmpRLVXZh/file20721bb0e480/aws_c_event_stream_ep-prefix/src/aws_c_event_stream_ep-stamp/aws_c_event_stream_ep-build-*.log
   [ 33%] Performing install step for 'aws_c_event_stream_ep'
   -- aws_c_event_stream_ep install command succeeded.  See also /tmp/RtmpRLVXZh/file20721bb0e480/aws_c_event_stream_ep-prefix/src/aws_c_event_stream_ep-stamp/aws_c_event_stream_ep-install-*.log
   [ 34%] Completed 'aws_c_event_stream_ep'
   [ 34%] Built target aws_c_event_stream_ep
   Scanning dependencies of target awssdk_ep
   [ 34%] Creating directories for 'awssdk_ep'
   [ 34%] Performing download step (download, verify and extract) for 'awssdk_ep'
   -- awssdk_ep download command succeeded.  See also /tmp/RtmpRLVXZh/file20721bb0e480/awssdk_ep-prefix/src/awssdk_ep-stamp/awssdk_ep-download-*.log
   [ 34%] No update step for 'awssdk_ep'
   [ 35%] No patch step for 'awssdk_ep'
   [ 35%] Performing configure step for 'awssdk_ep'
   -- awssdk_ep configure command succeeded.  See also /tmp/RtmpRLVXZh/file20721bb0e480/awssdk_ep-prefix/src/awssdk_ep-stamp/awssdk_ep-configure-*.log
   [ 35%] Performing build step for 'awssdk_ep'
   -- awssdk_ep build command succeeded.  See also /tmp/RtmpRLVXZh/file20721bb0e480/awssdk_ep-prefix/src/awssdk_ep-stamp/awssdk_ep-build-*.log
   [ 36%] Performing install step for 'awssdk_ep'
   -- awssdk_ep install command succeeded.  See also /tmp/RtmpRLVXZh/file20721bb0e480/awssdk_ep-prefix/src/awssdk_ep-stamp/awssdk_ep-install-*.log
   [ 36%] Completed 'awssdk_ep'
   [ 36%] Built target awssdk_ep
   Scanning dependencies of target toolchain
   Scanning dependencies of target arrow_bundled_dependencies
   [ 36%] Built target toolchain
   [ 36%] Bundling /tmp/RtmpRLVXZh/file20721bb0e480/release/libarrow_bundled_dependencies.a
   Scanning dependencies of target arrow_dependencies
   [ 36%] Built target arrow_dependencies
   Scanning dependencies of target arrow_dataset_objlib
   [ 36%] Building CXX object src/arrow/dataset/CMakeFiles/arrow_dataset_objlib.dir/dataset.cc.o
   [ 36%] Built target arrow_bundled_dependencies
   [ 36%] Building CXX object src/arrow/dataset/CMakeFiles/arrow_dataset_objlib.dir/dataset_writer.cc.o
   Scanning dependencies of target arrow_objlib
   [ 36%] Building CXX object src/arrow/dataset/CMakeFiles/arrow_dataset_objlib.dir/discovery.cc.o
   [ 36%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/array/array_base.cc.o
   [ 37%] Building CXX object src/arrow/dataset/CMakeFiles/arrow_dataset_objlib.dir/file_base.cc.o
   [ 37%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/array/array_binary.cc.o
   [ 37%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/array/array_decimal.cc.o
   [ 38%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/array/array_dict.cc.o
   [ 38%] Building CXX object src/arrow/dataset/CMakeFiles/arrow_dataset_objlib.dir/file_ipc.cc.o
   [ 38%] Building CXX object src/arrow/dataset/CMakeFiles/arrow_dataset_objlib.dir/partition.cc.o
   [ 38%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/array/array_nested.cc.o
   [ 38%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/array/array_primitive.cc.o
   [ 38%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/array/builder_adaptive.cc.o
   [ 39%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/array/builder_base.cc.o
   [ 39%] Building CXX object src/arrow/dataset/CMakeFiles/arrow_dataset_objlib.dir/plan.cc.o
   [ 40%] Building CXX object src/arrow/dataset/CMakeFiles/arrow_dataset_objlib.dir/projector.cc.o
   [ 40%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/array/builder_binary.cc.o
   [ 40%] Building CXX object src/arrow/dataset/CMakeFiles/arrow_dataset_objlib.dir/scanner.cc.o
   [ 40%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/array/builder_decimal.cc.o
   [ 40%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/array/builder_dict.cc.o
   [ 41%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/array/builder_nested.cc.o
   [ 41%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/array/builder_primitive.cc.o
   [ 41%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/array/builder_union.cc.o
   [ 41%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/array/concatenate.cc.o
   [ 41%] Building CXX object src/arrow/dataset/CMakeFiles/arrow_dataset_objlib.dir/file_csv.cc.o
   [ 41%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/array/data.cc.o
   [ 42%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/array/diff.cc.o
   [ 42%] Building CXX object src/arrow/dataset/CMakeFiles/arrow_dataset_objlib.dir/file_parquet.cc.o
   [ 42%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/array/util.cc.o
   [ 42%] Built target arrow_dataset_objlib
   [ 42%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/array/validate.cc.o
   [ 42%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/builder.cc.o
   [ 43%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/buffer.cc.o
   [ 43%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/chunked_array.cc.o
   [ 43%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/compare.cc.o
   [ 43%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/config.cc.o
   [ 44%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/datum.cc.o
   [ 44%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/device.cc.o
   [ 44%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/extension_type.cc.o
   [ 44%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/memory_pool.cc.o
   [ 45%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/pretty_print.cc.o
   [ 45%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/record_batch.cc.o
   [ 45%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/result.cc.o
   [ 45%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/scalar.cc.o
   [ 46%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/sparse_tensor.cc.o
   [ 46%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/status.cc.o
   [ 46%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/table.cc.o
   [ 46%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/table_builder.cc.o
   [ 47%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/tensor.cc.o
   [ 47%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/tensor/coo_converter.cc.o
   [ 47%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/tensor/csf_converter.cc.o
   [ 47%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/tensor/csx_converter.cc.o
   [ 48%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/type.cc.o
   [ 48%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/visitor.cc.o
   [ 48%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/c/bridge.cc.o
   [ 48%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/io/buffered.cc.o
   [ 48%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/io/caching.cc.o
   [ 49%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/io/compressed.cc.o
   [ 49%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/io/file.cc.o
   [ 49%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/io/hdfs.cc.o
   [ 49%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/io/hdfs_internal.cc.o
   [ 50%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/io/interfaces.cc.o
   [ 50%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/io/memory.cc.o
   [ 50%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/io/slow.cc.o
   [ 50%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/io/stdio.cc.o
   [ 51%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/io/transform.cc.o
   [ 51%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/util/async_util.cc.o
   [ 51%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/util/basic_decimal.cc.o
   [ 51%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/util/bit_block_counter.cc.o
   [ 52%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/util/bit_run_reader.cc.o
   [ 52%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/util/bit_util.cc.o
   [ 52%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/util/bitmap.cc.o
   [ 52%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/util/bitmap_builders.cc.o
   [ 53%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/util/bitmap_ops.cc.o
   [ 53%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/util/bpacking.cc.o
   [ 53%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/util/byte_size.cc.o
   [ 53%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/util/cancel.cc.o
   [ 54%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/util/compression.cc.o
   [ 54%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/util/counting_semaphore.cc.o
   [ 54%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/util/cpu_info.cc.o
   [ 54%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/util/decimal.cc.o
   [ 55%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/util/delimiting.cc.o
   [ 55%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/util/formatting.cc.o
   [ 55%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/util/future.cc.o
   [ 55%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/util/int_util.cc.o
   [ 55%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/util/io_util.cc.o
   [ 56%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/util/logging.cc.o
   [ 56%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/util/key_value_metadata.cc.o
   [ 56%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/util/memory.cc.o
   [ 56%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/util/mutex.cc.o
   [ 57%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/util/string.cc.o
   [ 57%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/util/string_builder.cc.o
   [ 57%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/util/task_group.cc.o
   [ 57%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/util/tdigest.cc.o
   [ 58%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/util/thread_pool.cc.o
   [ 58%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/util/time.cc.o
   [ 58%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/util/trie.cc.o
   [ 58%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/util/unreachable.cc.o
   [ 59%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/util/uri.cc.o
   [ 59%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/util/utf8.cc.o
   [ 59%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/util/value_parsing.cc.o
   [ 59%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/vendored/base64.cpp.o
   [ 60%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/vendored/datetime/tz.cpp.o
   [ 60%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/vendored/double-conversion/bignum.cc.o
   [ 60%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/vendored/double-conversion/double-conversion.cc.o
   [ 60%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/vendored/double-conversion/bignum-dtoa.cc.o
   [ 61%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/vendored/double-conversion/fast-dtoa.cc.o
   [ 61%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/vendored/double-conversion/cached-powers.cc.o
   [ 61%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/vendored/double-conversion/fixed-dtoa.cc.o
   [ 61%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/vendored/double-conversion/diy-fp.cc.o
   [ 61%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/vendored/double-conversion/strtod.cc.o
   [ 62%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/util/bpacking_avx2.cc.o
   [ 62%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/util/bpacking_avx512.cc.o
   [ 62%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/util/compression_brotli.cc.o
   [ 62%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/util/compression_bz2.cc.o
   [ 63%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/util/compression_lz4.cc.o
   [ 63%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/util/compression_snappy.cc.o
   [ 63%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/util/compression_zlib.cc.o
   [ 63%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/util/compression_zstd.cc.o
   [ 64%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/csv/converter.cc.o
   [ 64%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/csv/chunker.cc.o
   [ 64%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/csv/column_builder.cc.o
   [ 64%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/csv/column_decoder.cc.o
   [ 65%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/csv/options.cc.o
   [ 65%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/csv/parser.cc.o
   [ 65%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/csv/reader.cc.o
   [ 65%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/csv/writer.cc.o
   [ 66%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/compute/api_aggregate.cc.o
   [ 66%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/compute/api_scalar.cc.o
   [ 66%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/compute/api_vector.cc.o
   [ 66%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/compute/cast.cc.o
   [ 67%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/compute/exec.cc.o
   [ 67%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/compute/exec/aggregate_node.cc.o
   [ 67%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/compute/exec/exec_plan.cc.o
   [ 67%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/compute/exec/expression.cc.o
   [ 68%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/compute/exec/filter_node.cc.o
   [ 68%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/compute/exec/hash_join.cc.o
   [ 68%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/compute/exec/hash_join_dict.cc.o
   [ 68%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/compute/exec/hash_join_node.cc.o
   [ 68%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/compute/exec/ir_consumer.cc.o
   [ 69%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/compute/exec/key_compare.cc.o
   [ 69%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/compute/exec/key_encode.cc.o
   [ 69%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/compute/exec/key_hash.cc.o
   [ 69%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/compute/exec/key_map.cc.o
   [ 70%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/compute/exec/order_by_impl.cc.o
   [01m[K/tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/tools/cpp/src/arrow/compute/exec/ir_consumer.cc:[m[K In function ‘[01m[Karrow::Result<arrow::compute::Declaration> arrow::compute::Convert(const org::apache::arrow::computeir::flatbuf::Relation&)[m[K’:
   [01m[K/tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/tools/cpp/src/arrow/compute/exec/ir_consumer.cc:649:30:[m[K [01;35m[Kwarning: [m[K‘[01m[Kkey_null_placement[m[K’ may be used uninitialized in this function [[01;35m[K-Wmaybe-uninitialized[m[K]
     649 |                              [01;35m[KSortOptions{std::move(sort_keys), *null_placement}[m[K, nullptr},
         |                              [01;35m[K^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[m[K
   [ 70%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/compute/exec/project_node.cc.o
   [ 70%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/compute/exec/sink_node.cc.o
   [ 70%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/compute/exec/source_node.cc.o
   [ 71%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/compute/exec/task_util.cc.o
   [ 71%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/compute/exec/union_node.cc.o
   [ 71%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/compute/exec/util.cc.o
   [ 71%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/compute/function.cc.o
   [ 72%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/compute/function_internal.cc.o
   [ 72%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/compute/kernel.cc.o
   [ 72%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/compute/registry.cc.o
   [ 72%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/compute/kernels/aggregate_basic.cc.o
   [ 73%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/compute/kernels/aggregate_mode.cc.o
   [ 73%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/compute/kernels/aggregate_quantile.cc.o
   [ 73%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/compute/kernels/aggregate_tdigest.cc.o
   [ 73%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/compute/kernels/aggregate_var_std.cc.o
   [ 74%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/compute/kernels/codegen_internal.cc.o
   [ 74%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/compute/kernels/hash_aggregate.cc.o
   [ 74%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/compute/kernels/row_encoder.cc.o
   [ 74%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/compute/kernels/scalar_arithmetic.cc.o
   [ 75%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/compute/kernels/scalar_boolean.cc.o
   [ 75%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/compute/kernels/scalar_cast_boolean.cc.o
   [ 75%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/compute/kernels/scalar_cast_dictionary.cc.o
   [ 75%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/compute/kernels/scalar_cast_internal.cc.o
   [ 75%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/compute/kernels/scalar_cast_nested.cc.o
   [ 76%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/compute/kernels/scalar_cast_numeric.cc.o
   [ 76%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/compute/kernels/scalar_cast_string.cc.o
   [ 76%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/compute/kernels/scalar_cast_temporal.cc.o
   [ 76%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/compute/kernels/scalar_compare.cc.o
   [ 77%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/compute/kernels/scalar_if_else.cc.o
   [ 77%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/compute/kernels/scalar_nested.cc.o
   [ 77%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/compute/kernels/scalar_random.cc.o
   [ 77%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/compute/kernels/scalar_set_lookup.cc.o
   [ 78%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/compute/kernels/scalar_string_ascii.cc.o
   [ 78%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/compute/kernels/scalar_string_utf8.cc.o
   [ 78%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/compute/kernels/scalar_temporal_binary.cc.o
   [ 78%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/compute/kernels/scalar_temporal_unary.cc.o
   [ 79%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/compute/kernels/scalar_validity.cc.o
   [ 79%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/compute/kernels/util_internal.cc.o
   [ 79%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/compute/kernels/vector_array_sort.cc.o
   [ 79%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/compute/kernels/vector_hash.cc.o
   [ 80%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/compute/kernels/vector_nested.cc.o
   [ 80%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/compute/kernels/vector_replace.cc.o
   [ 80%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/compute/kernels/vector_selection.cc.o
   [ 80%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/compute/kernels/vector_sort.cc.o
   [ 81%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/compute/kernels/aggregate_basic_avx2.cc.o
   [ 81%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/compute/kernels/aggregate_basic_avx512.cc.o
   [ 81%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/compute/exec/key_compare_avx2.cc.o
   [ 81%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/compute/exec/key_encode_avx2.cc.o
   [ 81%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/compute/exec/key_hash_avx2.cc.o
   [ 82%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/compute/exec/key_map_avx2.cc.o
   [ 82%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/compute/exec/util_avx2.cc.o
   [ 82%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/filesystem/filesystem.cc.o
   [ 82%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/filesystem/localfs.cc.o
   [ 83%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/filesystem/mockfs.cc.o
   [ 83%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/filesystem/path_util.cc.o
   [ 83%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/filesystem/util_internal.cc.o
   [ 83%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/filesystem/s3fs.cc.o
   [ 84%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/ipc/dictionary.cc.o
   [ 84%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/ipc/feather.cc.o
   [ 84%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/ipc/message.cc.o
   [ 84%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/ipc/metadata_internal.cc.o
   [ 85%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/ipc/options.cc.o
   [ 85%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/ipc/reader.cc.o
   [ 85%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/ipc/writer.cc.o
   [ 85%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/ipc/json_simple.cc.o
   [ 86%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/json/options.cc.o
   [ 86%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/json/chunked_builder.cc.o
   [ 86%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/json/chunker.cc.o
   [ 86%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/json/converter.cc.o
   [ 87%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/json/object_parser.cc.o
   [ 87%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/json/object_writer.cc.o
   [ 87%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/json/parser.cc.o
   [ 87%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/json/reader.cc.o
   [ 88%] Building C object src/arrow/CMakeFiles/arrow_objlib.dir/vendored/musl/strptime.c.o
   [ 88%] Building C object src/arrow/CMakeFiles/arrow_objlib.dir/vendored/uriparser/UriCommon.c.o
   [ 88%] Building C object src/arrow/CMakeFiles/arrow_objlib.dir/vendored/uriparser/UriCompare.c.o
   [ 88%] Building C object src/arrow/CMakeFiles/arrow_objlib.dir/vendored/uriparser/UriEscape.c.o
   [ 88%] Building C object src/arrow/CMakeFiles/arrow_objlib.dir/vendored/uriparser/UriFile.c.o
   [ 89%] Building C object src/arrow/CMakeFiles/arrow_objlib.dir/vendored/uriparser/UriIp4Base.c.o
   [ 89%] Building C object src/arrow/CMakeFiles/arrow_objlib.dir/vendored/uriparser/UriIp4.c.o
   [ 89%] Building C object src/arrow/CMakeFiles/arrow_objlib.dir/vendored/uriparser/UriMemory.c.o
   [ 89%] Building C object src/arrow/CMakeFiles/arrow_objlib.dir/vendored/uriparser/UriNormalizeBase.c.o
   [ 90%] Building C object src/arrow/CMakeFiles/arrow_objlib.dir/vendored/uriparser/UriNormalize.c.o
   [ 90%] Building C object src/arrow/CMakeFiles/arrow_objlib.dir/vendored/uriparser/UriParseBase.c.o
   [ 90%] Building C object src/arrow/CMakeFiles/arrow_objlib.dir/vendored/uriparser/UriParse.c.o
   [ 90%] Building C object src/arrow/CMakeFiles/arrow_objlib.dir/vendored/uriparser/UriQuery.c.o
   [ 91%] Building C object src/arrow/CMakeFiles/arrow_objlib.dir/vendored/uriparser/UriRecompose.c.o
   [ 91%] Building C object src/arrow/CMakeFiles/arrow_objlib.dir/vendored/uriparser/UriResolve.c.o
   [ 91%] Building C object src/arrow/CMakeFiles/arrow_objlib.dir/vendored/uriparser/UriShorten.c.o
   [ 91%] Built target arrow_objlib
   Scanning dependencies of target arrow_static
   [ 91%] Linking CXX static library ../../release/libarrow.a
   [ 91%] Built target arrow_static
   Scanning dependencies of target parquet_objlib
   [ 91%] Building CXX object src/parquet/CMakeFiles/parquet_objlib.dir/arrow/reader.cc.o
   [ 91%] Building CXX object src/parquet/CMakeFiles/parquet_objlib.dir/arrow/path_internal.cc.o
   [ 91%] Building CXX object src/parquet/CMakeFiles/parquet_objlib.dir/arrow/reader_internal.cc.o
   [ 92%] Building CXX object src/parquet/CMakeFiles/parquet_objlib.dir/arrow/schema.cc.o
   [ 92%] Building CXX object src/parquet/CMakeFiles/parquet_objlib.dir/arrow/schema_internal.cc.o
   [ 92%] Building CXX object src/parquet/CMakeFiles/parquet_objlib.dir/arrow/writer.cc.o
   [ 92%] Building CXX object src/parquet/CMakeFiles/parquet_objlib.dir/bloom_filter.cc.o
   [ 93%] Building CXX object src/parquet/CMakeFiles/parquet_objlib.dir/column_reader.cc.o
   [ 93%] Building CXX object src/parquet/CMakeFiles/parquet_objlib.dir/column_scanner.cc.o
   [ 93%] Building CXX object src/parquet/CMakeFiles/parquet_objlib.dir/column_writer.cc.o
   [ 93%] Building CXX object src/parquet/CMakeFiles/parquet_objlib.dir/encoding.cc.o
   [ 94%] Building CXX object src/parquet/CMakeFiles/parquet_objlib.dir/encryption/encryption.cc.o
   [ 94%] Building CXX object src/parquet/CMakeFiles/parquet_objlib.dir/encryption/internal_file_decryptor.cc.o
   [ 94%] Building CXX object src/parquet/CMakeFiles/parquet_objlib.dir/encryption/internal_file_encryptor.cc.o
   [ 94%] Building CXX object src/parquet/CMakeFiles/parquet_objlib.dir/exception.cc.o
   [ 95%] Building CXX object src/parquet/CMakeFiles/parquet_objlib.dir/file_reader.cc.o
   [ 95%] Building CXX object src/parquet/CMakeFiles/parquet_objlib.dir/file_writer.cc.o
   [ 95%] Building CXX object src/parquet/CMakeFiles/parquet_objlib.dir/level_comparison.cc.o
   [ 95%] Building CXX object src/parquet/CMakeFiles/parquet_objlib.dir/level_conversion.cc.o
   [ 95%] Building CXX object src/parquet/CMakeFiles/parquet_objlib.dir/metadata.cc.o
   [ 96%] Building CXX object src/parquet/CMakeFiles/parquet_objlib.dir/murmur3.cc.o
   [ 96%] Building CXX object src/parquet/CMakeFiles/parquet_objlib.dir/__/generated/parquet_constants.cpp.o
   [ 96%] Building CXX object src/parquet/CMakeFiles/parquet_objlib.dir/__/generated/parquet_types.cpp.o
   [ 96%] Building CXX object src/parquet/CMakeFiles/parquet_objlib.dir/platform.cc.o
   [ 97%] Building CXX object src/parquet/CMakeFiles/parquet_objlib.dir/printer.cc.o
   [ 97%] Building CXX object src/parquet/CMakeFiles/parquet_objlib.dir/properties.cc.o
   [ 97%] Building CXX object src/parquet/CMakeFiles/parquet_objlib.dir/schema.cc.o
   [ 97%] Building CXX object src/parquet/CMakeFiles/parquet_objlib.dir/statistics.cc.o
   [ 98%] Building CXX object src/parquet/CMakeFiles/parquet_objlib.dir/stream_reader.cc.o
   [ 98%] Building CXX object src/parquet/CMakeFiles/parquet_objlib.dir/stream_writer.cc.o
   [ 98%] Building CXX object src/parquet/CMakeFiles/parquet_objlib.dir/types.cc.o
   [ 98%] Building CXX object src/parquet/CMakeFiles/parquet_objlib.dir/level_comparison_avx2.cc.o
   [ 99%] Building CXX object src/parquet/CMakeFiles/parquet_objlib.dir/level_conversion_bmi2.cc.o
   [ 99%] Building CXX object src/parquet/CMakeFiles/parquet_objlib.dir/encryption/encryption_internal_nossl.cc.o
   [ 99%] Built target parquet_objlib
   Scanning dependencies of target parquet_static
   [ 99%] Linking CXX static library ../../release/libparquet.a
   [ 99%] Built target parquet_static
   Scanning dependencies of target arrow_dataset_static
   [100%] Linking CXX static library ../../../release/libarrow_dataset.a
   [100%] Built target arrow_dataset_static
   Install the project...
   -- Install configuration: "RELEASE"
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/arrow/util/config.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/share/doc/arrow/LICENSE.txt
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/share/doc/arrow/NOTICE.txt
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/share/doc/arrow/README.md
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/lib/libarrow.a
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/lib/cmake/arrow/FindArrow.cmake
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/lib/cmake/arrow/ArrowTargets.cmake
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/lib/cmake/arrow/ArrowTargets-release.cmake
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/lib/cmake/arrow/ArrowConfig.cmake
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/lib/cmake/arrow/ArrowConfigVersion.cmake
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/lib/pkgconfig/arrow.pc
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/lib/libarrow_bundled_dependencies.a
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/arrow/api.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/arrow/array.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/arrow/buffer.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/arrow/buffer_builder.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/arrow/builder.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/arrow/chunked_array.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/arrow/compare.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/arrow/config.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/arrow/datum.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/arrow/device.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/arrow/extension_type.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/arrow/memory_pool.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/arrow/memory_pool_test.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/arrow/pch.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/arrow/pretty_print.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/arrow/record_batch.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/arrow/result.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/arrow/scalar.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/arrow/sparse_tensor.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/arrow/status.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/arrow/stl.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/arrow/stl_allocator.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/arrow/stl_iterator.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/arrow/table.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/arrow/table_builder.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/arrow/tensor.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/arrow/type.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/arrow/type_fwd.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/arrow/type_traits.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/arrow/visit_array_inline.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/arrow/visit_data_inline.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/arrow/visit_scalar_inline.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/arrow/visit_type_inline.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/arrow/visitor.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/arrow/visitor_generate.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/lib/cmake/arrow/ArrowOptions.cmake
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/lib/cmake/arrow/arrow-config.cmake
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/arrow/testing/async_test_util.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/arrow/testing/builder.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/arrow/testing/executor_util.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/arrow/testing/extension_type.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/arrow/testing/future_util.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/arrow/testing/generator.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/arrow/testing/gtest_compat.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/arrow/testing/gtest_util.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/arrow/testing/json_integration.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/arrow/testing/matchers.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/arrow/testing/pch.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/arrow/testing/random.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/arrow/testing/uniform_real.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/arrow/testing/util.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/arrow/testing/visibility.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/arrow/array/array_base.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/arrow/array/array_binary.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/arrow/array/array_decimal.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/arrow/array/array_dict.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/arrow/array/array_nested.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/arrow/array/array_primitive.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/arrow/array/builder_adaptive.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/arrow/array/builder_base.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/arrow/array/builder_binary.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/arrow/array/builder_decimal.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/arrow/array/builder_dict.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/arrow/array/builder_nested.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/arrow/array/builder_primitive.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/arrow/array/builder_time.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/arrow/array/builder_union.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/arrow/array/concatenate.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/arrow/array/data.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/arrow/array/diff.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/arrow/array/util.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/arrow/array/validate.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/arrow/c/abi.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/arrow/c/bridge.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/arrow/c/helpers.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/arrow/io/api.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/arrow/io/buffered.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/arrow/io/caching.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/arrow/io/compressed.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/arrow/io/concurrency.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/arrow/io/file.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/arrow/io/hdfs.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/arrow/io/interfaces.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/arrow/io/memory.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/arrow/io/mman.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/arrow/io/slow.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/arrow/io/stdio.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/arrow/io/test_common.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/arrow/io/transform.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/arrow/io/type_fwd.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/arrow/tensor/converter.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/arrow/util/algorithm.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/arrow/util/align_util.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/arrow/util/aligned_storage.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/arrow/util/async_generator.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/arrow/util/async_util.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/arrow/util/atomic_shared_ptr.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/arrow/util/base64.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/arrow/util/basic_decimal.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/arrow/util/benchmark_util.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/arrow/util/bit_block_counter.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/arrow/util/bit_run_reader.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/arrow/util/bit_stream_utils.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/arrow/util/bit_util.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/arrow/util/bitmap.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/arrow/util/bitmap_builders.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/arrow/util/bitmap_generate.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/arrow/util/bitmap_ops.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/arrow/util/bitmap_reader.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/arrow/util/bitmap_visit.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/arrow/util/bitmap_writer.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/arrow/util/bitset_stack.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/arrow/util/bpacking.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/arrow/util/bpacking64_default.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/arrow/util/bpacking_avx2.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/arrow/util/bpacking_avx512.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/arrow/util/bpacking_default.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/arrow/util/bpacking_neon.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/arrow/util/bpacking_simd128_generated.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/arrow/util/bpacking_simd256_generated.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/arrow/util/bpacking_simd512_generated.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/arrow/util/byte_size.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/arrow/util/byte_stream_split.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/arrow/util/cancel.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/arrow/util/checked_cast.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/arrow/util/compare.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/arrow/util/compression.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/arrow/util/concurrent_map.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/arrow/util/converter.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/arrow/util/counting_semaphore.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/arrow/util/cpu_info.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/arrow/util/decimal.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/arrow/util/delimiting.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/arrow/util/dispatch.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/arrow/util/double_conversion.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/arrow/util/endian.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/arrow/util/formatting.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/arrow/util/functional.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/arrow/util/future.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/arrow/util/future_iterator.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/arrow/util/hash_util.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/arrow/util/hashing.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/arrow/util/int_util.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/arrow/util/io_util.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/arrow/util/iterator.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/arrow/util/key_value_metadata.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/arrow/util/launder.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/arrow/util/logging.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/arrow/util/macros.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/arrow/util/make_unique.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/arrow/util/map.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/arrow/util/math_constants.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/arrow/util/memory.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/arrow/util/mutex.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/arrow/util/optional.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/arrow/util/parallel.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/arrow/util/pcg_random.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/arrow/util/print.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/arrow/util/queue.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/arrow/util/range.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/arrow/util/rle_encoding.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/arrow/util/simd.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/arrow/util/small_vector.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/arrow/util/sort.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/arrow/util/spaced.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/arrow/util/stopwatch.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/arrow/util/string.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/arrow/util/string_builder.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/arrow/util/string_view.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/arrow/util/task_group.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/arrow/util/tdigest.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/arrow/util/test_common.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/arrow/util/thread_pool.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/arrow/util/time.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/arrow/util/trie.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/arrow/util/type_fwd.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/arrow/util/type_traits.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/arrow/util/ubsan.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/arrow/util/unreachable.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/arrow/util/uri.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/arrow/util/utf8.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/arrow/util/value_parsing.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/arrow/util/variant.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/arrow/util/vector.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/arrow/util/visibility.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/arrow/util/windows_compatibility.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/arrow/util/windows_fixup.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/arrow/vendored/ProducerConsumerQueue.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/arrow/vendored/datetime.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/arrow/vendored/optional.hpp
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/arrow/vendored/string_view.hpp
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/arrow/vendored/strptime.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/arrow/vendored/xxhash.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/arrow/vendored/datetime/date.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/arrow/vendored/datetime/ios.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/arrow/vendored/datetime/tz.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/arrow/vendored/datetime/tz_private.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/arrow/vendored/datetime/visibility.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/arrow/vendored/double-conversion/bignum-dtoa.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/arrow/vendored/double-conversion/bignum.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/arrow/vendored/double-conversion/cached-powers.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/arrow/vendored/double-conversion/diy-fp.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/arrow/vendored/double-conversion/double-conversion.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/arrow/vendored/double-conversion/fast-dtoa.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/arrow/vendored/double-conversion/fixed-dtoa.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/arrow/vendored/double-conversion/ieee.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/arrow/vendored/double-conversion/strtod.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/arrow/vendored/double-conversion/utils.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/arrow/csv/api.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/arrow/csv/chunker.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/arrow/csv/column_builder.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/arrow/csv/column_decoder.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/arrow/csv/converter.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/arrow/csv/invalid_row.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/arrow/csv/options.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/arrow/csv/parser.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/arrow/csv/reader.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/arrow/csv/test_common.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/arrow/csv/type_fwd.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/arrow/csv/writer.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/lib/pkgconfig/arrow-csv.pc
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/arrow/compute/api.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/arrow/compute/api_aggregate.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/arrow/compute/api_scalar.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/arrow/compute/api_vector.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/arrow/compute/cast.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/arrow/compute/exec.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/arrow/compute/function.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/arrow/compute/kernel.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/arrow/compute/registry.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/arrow/compute/type_fwd.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/lib/pkgconfig/arrow-compute.pc
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/arrow/compute/exec/exec_plan.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/arrow/compute/exec/expression.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/arrow/compute/exec/hash_join.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/arrow/compute/exec/hash_join_dict.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/arrow/compute/exec/ir_consumer.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/arrow/compute/exec/key_compare.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/arrow/compute/exec/key_encode.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/arrow/compute/exec/key_hash.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/arrow/compute/exec/key_map.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/arrow/compute/exec/options.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/arrow/compute/exec/order_by_impl.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/arrow/compute/exec/schema_util.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/arrow/compute/exec/task_util.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/arrow/compute/exec/test_util.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/arrow/compute/exec/util.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/arrow/dataset/api.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/arrow/dataset/dataset.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/arrow/dataset/dataset_writer.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/arrow/dataset/discovery.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/arrow/dataset/file_base.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/arrow/dataset/file_csv.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/arrow/dataset/file_ipc.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/arrow/dataset/file_orc.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/arrow/dataset/file_parquet.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/arrow/dataset/partition.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/arrow/dataset/pch.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/arrow/dataset/plan.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/arrow/dataset/projector.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/arrow/dataset/scanner.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/arrow/dataset/test_util.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/arrow/dataset/type_fwd.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/arrow/dataset/visibility.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/lib/libarrow_dataset.a
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/lib/cmake/arrow/FindArrowDataset.cmake
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/lib/cmake/arrow/ArrowDatasetTargets.cmake
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/lib/cmake/arrow/ArrowDatasetTargets-release.cmake
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/lib/cmake/arrow/ArrowDatasetConfig.cmake
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/lib/cmake/arrow/ArrowDatasetConfigVersion.cmake
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/lib/pkgconfig/arrow-dataset.pc
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/arrow/filesystem/api.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/arrow/filesystem/filesystem.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/arrow/filesystem/gcsfs.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/arrow/filesystem/hdfs.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/arrow/filesystem/localfs.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/arrow/filesystem/mockfs.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/arrow/filesystem/path_util.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/arrow/filesystem/s3_test_util.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/arrow/filesystem/s3fs.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/arrow/filesystem/test_util.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/arrow/filesystem/type_fwd.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/lib/pkgconfig/arrow-filesystem.pc
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/arrow/ipc/api.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/arrow/ipc/dictionary.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/arrow/ipc/feather.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/arrow/ipc/json_simple.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/arrow/ipc/message.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/arrow/ipc/options.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/arrow/ipc/reader.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/arrow/ipc/test_common.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/arrow/ipc/type_fwd.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/arrow/ipc/util.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/arrow/ipc/writer.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/arrow/json/api.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/arrow/json/chunked_builder.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/arrow/json/chunker.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/arrow/json/converter.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/arrow/json/object_parser.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/arrow/json/object_writer.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/arrow/json/options.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/arrow/json/parser.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/arrow/json/rapidjson_defs.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/arrow/json/reader.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/arrow/json/test_common.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/arrow/json/type_fwd.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/lib/pkgconfig/arrow-json.pc
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/lib/libparquet.a
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/lib/cmake/arrow/FindParquet.cmake
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/lib/cmake/arrow/ParquetTargets.cmake
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/lib/cmake/arrow/ParquetTargets-release.cmake
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/lib/cmake/arrow/ParquetConfig.cmake
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/lib/cmake/arrow/ParquetConfigVersion.cmake
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/lib/pkgconfig/parquet.pc
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/parquet/bloom_filter.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/parquet/column_page.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/parquet/column_reader.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/parquet/column_scanner.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/parquet/column_writer.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/parquet/encoding.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/parquet/exception.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/parquet/file_reader.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/parquet/file_writer.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/parquet/hasher.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/parquet/level_comparison.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/parquet/level_comparison_inc.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/parquet/level_conversion.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/parquet/level_conversion_inc.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/parquet/metadata.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/parquet/murmur3.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/parquet/pch.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/parquet/platform.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/parquet/printer.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/parquet/properties.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/parquet/schema.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/parquet/statistics.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/parquet/stream_reader.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/parquet/stream_writer.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/parquet/test_util.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/parquet/type_fwd.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/parquet/types.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/parquet/windows_compatibility.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/parquet/windows_fixup.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/parquet/parquet_version.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/parquet/api/io.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/parquet/api/reader.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/parquet/api/schema.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/parquet/api/writer.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/parquet/arrow/reader.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/parquet/arrow/schema.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/parquet/arrow/test_util.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/parquet/arrow/writer.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/parquet/encryption/crypto_factory.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/parquet/encryption/encryption.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/parquet/encryption/file_key_material_store.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/parquet/encryption/file_key_unwrapper.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/parquet/encryption/file_key_wrapper.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/parquet/encryption/key_encryption_key.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/parquet/encryption/key_material.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/parquet/encryption/key_metadata.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/parquet/encryption/key_toolkit.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/parquet/encryption/kms_client.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/parquet/encryption/kms_client_factory.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/parquet/encryption/local_wrap_kms_client.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/parquet/encryption/test_encryption_util.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/parquet/encryption/test_in_memory_kms.h
   -- Installing: /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include/parquet/encryption/two_level_cache_with_expiration.h
   + popd
   /tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow
   PKG_CFLAGS=-I/tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include  -DARROW_R_WITH_ARROW -DARROW_R_WITH_PARQUET -DARROW_R_WITH_DATASET -DARROW_R_WITH_S3 -DARROW_R_WITH_JSON
   PKG_LIBS=-L/tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/lib -larrow_dataset -lparquet -larrow -larrow -larrow_bundled_dependencies -larrow_dataset -lparquet -lssl -lcrypto -lcurl
   ** libs
   g++ -std=gnu++11 -I"/usr/share/R/include" -DNDEBUG -I/tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include  -DARROW_R_WITH_ARROW -DARROW_R_WITH_PARQUET -DARROW_R_WITH_DATASET -DARROW_R_WITH_S3 -DARROW_R_WITH_JSON -I'/databricks/spark/R/lib/cpp11/include'    -fpic  -g -O2 -fdebug-prefix-map=/build/r-base-QwogzP/r-base-4.1.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -g  -c RTasks.cpp -o RTasks.o
   g++ -std=gnu++11 -I"/usr/share/R/include" -DNDEBUG -I/tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include  -DARROW_R_WITH_ARROW -DARROW_R_WITH_PARQUET -DARROW_R_WITH_DATASET -DARROW_R_WITH_S3 -DARROW_R_WITH_JSON -I'/databricks/spark/R/lib/cpp11/include'    -fpic  -g -O2 -fdebug-prefix-map=/build/r-base-QwogzP/r-base-4.1.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -g  -c altrep.cpp -o altrep.o
   g++ -std=gnu++11 -I"/usr/share/R/include" -DNDEBUG -I/tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include  -DARROW_R_WITH_ARROW -DARROW_R_WITH_PARQUET -DARROW_R_WITH_DATASET -DARROW_R_WITH_S3 -DARROW_R_WITH_JSON -I'/databricks/spark/R/lib/cpp11/include'    -fpic  -g -O2 -fdebug-prefix-map=/build/r-base-QwogzP/r-base-4.1.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -g  -c array.cpp -o array.o
   g++ -std=gnu++11 -I"/usr/share/R/include" -DNDEBUG -I/tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include  -DARROW_R_WITH_ARROW -DARROW_R_WITH_PARQUET -DARROW_R_WITH_DATASET -DARROW_R_WITH_S3 -DARROW_R_WITH_JSON -I'/databricks/spark/R/lib/cpp11/include'    -fpic  -g -O2 -fdebug-prefix-map=/build/r-base-QwogzP/r-base-4.1.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -g  -c array_to_vector.cpp -o array_to_vector.o
   g++ -std=gnu++11 -I"/usr/share/R/include" -DNDEBUG -I/tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include  -DARROW_R_WITH_ARROW -DARROW_R_WITH_PARQUET -DARROW_R_WITH_DATASET -DARROW_R_WITH_S3 -DARROW_R_WITH_JSON -I'/databricks/spark/R/lib/cpp11/include'    -fpic  -g -O2 -fdebug-prefix-map=/build/r-base-QwogzP/r-base-4.1.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -g  -c arraydata.cpp -o arraydata.o
   g++ -std=gnu++11 -I"/usr/share/R/include" -DNDEBUG -I/tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include  -DARROW_R_WITH_ARROW -DARROW_R_WITH_PARQUET -DARROW_R_WITH_DATASET -DARROW_R_WITH_S3 -DARROW_R_WITH_JSON -I'/databricks/spark/R/lib/cpp11/include'    -fpic  -g -O2 -fdebug-prefix-map=/build/r-base-QwogzP/r-base-4.1.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -g  -c arrowExports.cpp -o arrowExports.o
   g++ -std=gnu++11 -I"/usr/share/R/include" -DNDEBUG -I/tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include  -DARROW_R_WITH_ARROW -DARROW_R_WITH_PARQUET -DARROW_R_WITH_DATASET -DARROW_R_WITH_S3 -DARROW_R_WITH_JSON -I'/databricks/spark/R/lib/cpp11/include'    -fpic  -g -O2 -fdebug-prefix-map=/build/r-base-QwogzP/r-base-4.1.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -g  -c bridge.cpp -o bridge.o
   g++ -std=gnu++11 -I"/usr/share/R/include" -DNDEBUG -I/tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include  -DARROW_R_WITH_ARROW -DARROW_R_WITH_PARQUET -DARROW_R_WITH_DATASET -DARROW_R_WITH_S3 -DARROW_R_WITH_JSON -I'/databricks/spark/R/lib/cpp11/include'    -fpic  -g -O2 -fdebug-prefix-map=/build/r-base-QwogzP/r-base-4.1.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -g  -c buffer.cpp -o buffer.o
   g++ -std=gnu++11 -I"/usr/share/R/include" -DNDEBUG -I/tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include  -DARROW_R_WITH_ARROW -DARROW_R_WITH_PARQUET -DARROW_R_WITH_DATASET -DARROW_R_WITH_S3 -DARROW_R_WITH_JSON -I'/databricks/spark/R/lib/cpp11/include'    -fpic  -g -O2 -fdebug-prefix-map=/build/r-base-QwogzP/r-base-4.1.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -g  -c chunkedarray.cpp -o chunkedarray.o
   g++ -std=gnu++11 -I"/usr/share/R/include" -DNDEBUG -I/tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include  -DARROW_R_WITH_ARROW -DARROW_R_WITH_PARQUET -DARROW_R_WITH_DATASET -DARROW_R_WITH_S3 -DARROW_R_WITH_JSON -I'/databricks/spark/R/lib/cpp11/include'    -fpic  -g -O2 -fdebug-prefix-map=/build/r-base-QwogzP/r-base-4.1.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -g  -c compression.cpp -o compression.o
   g++ -std=gnu++11 -I"/usr/share/R/include" -DNDEBUG -I/tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include  -DARROW_R_WITH_ARROW -DARROW_R_WITH_PARQUET -DARROW_R_WITH_DATASET -DARROW_R_WITH_S3 -DARROW_R_WITH_JSON -I'/databricks/spark/R/lib/cpp11/include'    -fpic  -g -O2 -fdebug-prefix-map=/build/r-base-QwogzP/r-base-4.1.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -g  -c compute-exec.cpp -o compute-exec.o
   g++ -std=gnu++11 -I"/usr/share/R/include" -DNDEBUG -I/tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include  -DARROW_R_WITH_ARROW -DARROW_R_WITH_PARQUET -DARROW_R_WITH_DATASET -DARROW_R_WITH_S3 -DARROW_R_WITH_JSON -I'/databricks/spark/R/lib/cpp11/include'    -fpic  -g -O2 -fdebug-prefix-map=/build/r-base-QwogzP/r-base-4.1.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -g  -c compute.cpp -o compute.o
   g++ -std=gnu++11 -I"/usr/share/R/include" -DNDEBUG -I/tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include  -DARROW_R_WITH_ARROW -DARROW_R_WITH_PARQUET -DARROW_R_WITH_DATASET -DARROW_R_WITH_S3 -DARROW_R_WITH_JSON -I'/databricks/spark/R/lib/cpp11/include'    -fpic  -g -O2 -fdebug-prefix-map=/build/r-base-QwogzP/r-base-4.1.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -g  -c config.cpp -o config.o
   g++ -std=gnu++11 -I"/usr/share/R/include" -DNDEBUG -I/tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include  -DARROW_R_WITH_ARROW -DARROW_R_WITH_PARQUET -DARROW_R_WITH_DATASET -DARROW_R_WITH_S3 -DARROW_R_WITH_JSON -I'/databricks/spark/R/lib/cpp11/include'    -fpic  -g -O2 -fdebug-prefix-map=/build/r-base-QwogzP/r-base-4.1.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -g  -c csv.cpp -o csv.o
   g++ -std=gnu++11 -I"/usr/share/R/include" -DNDEBUG -I/tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include  -DARROW_R_WITH_ARROW -DARROW_R_WITH_PARQUET -DARROW_R_WITH_DATASET -DARROW_R_WITH_S3 -DARROW_R_WITH_JSON -I'/databricks/spark/R/lib/cpp11/include'    -fpic  -g -O2 -fdebug-prefix-map=/build/r-base-QwogzP/r-base-4.1.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -g  -c dataset.cpp -o dataset.o
   g++ -std=gnu++11 -I"/usr/share/R/include" -DNDEBUG -I/tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include  -DARROW_R_WITH_ARROW -DARROW_R_WITH_PARQUET -DARROW_R_WITH_DATASET -DARROW_R_WITH_S3 -DARROW_R_WITH_JSON -I'/databricks/spark/R/lib/cpp11/include'    -fpic  -g -O2 -fdebug-prefix-map=/build/r-base-QwogzP/r-base-4.1.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -g  -c datatype.cpp -o datatype.o
   g++ -std=gnu++11 -I"/usr/share/R/include" -DNDEBUG -I/tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include  -DARROW_R_WITH_ARROW -DARROW_R_WITH_PARQUET -DARROW_R_WITH_DATASET -DARROW_R_WITH_S3 -DARROW_R_WITH_JSON -I'/databricks/spark/R/lib/cpp11/include'    -fpic  -g -O2 -fdebug-prefix-map=/build/r-base-QwogzP/r-base-4.1.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -g  -c expression.cpp -o expression.o
   g++ -std=gnu++11 -I"/usr/share/R/include" -DNDEBUG -I/tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include  -DARROW_R_WITH_ARROW -DARROW_R_WITH_PARQUET -DARROW_R_WITH_DATASET -DARROW_R_WITH_S3 -DARROW_R_WITH_JSON -I'/databricks/spark/R/lib/cpp11/include'    -fpic  -g -O2 -fdebug-prefix-map=/build/r-base-QwogzP/r-base-4.1.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -g  -c feather.cpp -o feather.o
   g++ -std=gnu++11 -I"/usr/share/R/include" -DNDEBUG -I/tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include  -DARROW_R_WITH_ARROW -DARROW_R_WITH_PARQUET -DARROW_R_WITH_DATASET -DARROW_R_WITH_S3 -DARROW_R_WITH_JSON -I'/databricks/spark/R/lib/cpp11/include'    -fpic  -g -O2 -fdebug-prefix-map=/build/r-base-QwogzP/r-base-4.1.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -g  -c field.cpp -o field.o
   g++ -std=gnu++11 -I"/usr/share/R/include" -DNDEBUG -I/tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include  -DARROW_R_WITH_ARROW -DARROW_R_WITH_PARQUET -DARROW_R_WITH_DATASET -DARROW_R_WITH_S3 -DARROW_R_WITH_JSON -I'/databricks/spark/R/lib/cpp11/include'    -fpic  -g -O2 -fdebug-prefix-map=/build/r-base-QwogzP/r-base-4.1.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -g  -c filesystem.cpp -o filesystem.o
   g++ -std=gnu++11 -I"/usr/share/R/include" -DNDEBUG -I/tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include  -DARROW_R_WITH_ARROW -DARROW_R_WITH_PARQUET -DARROW_R_WITH_DATASET -DARROW_R_WITH_S3 -DARROW_R_WITH_JSON -I'/databricks/spark/R/lib/cpp11/include'    -fpic  -g -O2 -fdebug-prefix-map=/build/r-base-QwogzP/r-base-4.1.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -g  -c imports.cpp -o imports.o
   g++ -std=gnu++11 -I"/usr/share/R/include" -DNDEBUG -I/tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include  -DARROW_R_WITH_ARROW -DARROW_R_WITH_PARQUET -DARROW_R_WITH_DATASET -DARROW_R_WITH_S3 -DARROW_R_WITH_JSON -I'/databricks/spark/R/lib/cpp11/include'    -fpic  -g -O2 -fdebug-prefix-map=/build/r-base-QwogzP/r-base-4.1.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -g  -c io.cpp -o io.o
   g++ -std=gnu++11 -I"/usr/share/R/include" -DNDEBUG -I/tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include  -DARROW_R_WITH_ARROW -DARROW_R_WITH_PARQUET -DARROW_R_WITH_DATASET -DARROW_R_WITH_S3 -DARROW_R_WITH_JSON -I'/databricks/spark/R/lib/cpp11/include'    -fpic  -g -O2 -fdebug-prefix-map=/build/r-base-QwogzP/r-base-4.1.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -g  -c json.cpp -o json.o
   g++ -std=gnu++11 -I"/usr/share/R/include" -DNDEBUG -I/tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include  -DARROW_R_WITH_ARROW -DARROW_R_WITH_PARQUET -DARROW_R_WITH_DATASET -DARROW_R_WITH_S3 -DARROW_R_WITH_JSON -I'/databricks/spark/R/lib/cpp11/include'    -fpic  -g -O2 -fdebug-prefix-map=/build/r-base-QwogzP/r-base-4.1.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -g  -c memorypool.cpp -o memorypool.o
   g++ -std=gnu++11 -I"/usr/share/R/include" -DNDEBUG -I/tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include  -DARROW_R_WITH_ARROW -DARROW_R_WITH_PARQUET -DARROW_R_WITH_DATASET -DARROW_R_WITH_S3 -DARROW_R_WITH_JSON -I'/databricks/spark/R/lib/cpp11/include'    -fpic  -g -O2 -fdebug-prefix-map=/build/r-base-QwogzP/r-base-4.1.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -g  -c message.cpp -o message.o
   g++ -std=gnu++11 -I"/usr/share/R/include" -DNDEBUG -I/tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include  -DARROW_R_WITH_ARROW -DARROW_R_WITH_PARQUET -DARROW_R_WITH_DATASET -DARROW_R_WITH_S3 -DARROW_R_WITH_JSON -I'/databricks/spark/R/lib/cpp11/include'    -fpic  -g -O2 -fdebug-prefix-map=/build/r-base-QwogzP/r-base-4.1.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -g  -c parquet.cpp -o parquet.o
   g++ -std=gnu++11 -I"/usr/share/R/include" -DNDEBUG -I/tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include  -DARROW_R_WITH_ARROW -DARROW_R_WITH_PARQUET -DARROW_R_WITH_DATASET -DARROW_R_WITH_S3 -DARROW_R_WITH_JSON -I'/databricks/spark/R/lib/cpp11/include'    -fpic  -g -O2 -fdebug-prefix-map=/build/r-base-QwogzP/r-base-4.1.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -g  -c r_to_arrow.cpp -o r_to_arrow.o
   g++ -std=gnu++11 -I"/usr/share/R/include" -DNDEBUG -I/tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include  -DARROW_R_WITH_ARROW -DARROW_R_WITH_PARQUET -DARROW_R_WITH_DATASET -DARROW_R_WITH_S3 -DARROW_R_WITH_JSON -I'/databricks/spark/R/lib/cpp11/include'    -fpic  -g -O2 -fdebug-prefix-map=/build/r-base-QwogzP/r-base-4.1.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -g  -c recordbatch.cpp -o recordbatch.o
   g++ -std=gnu++11 -I"/usr/share/R/include" -DNDEBUG -I/tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include  -DARROW_R_WITH_ARROW -DARROW_R_WITH_PARQUET -DARROW_R_WITH_DATASET -DARROW_R_WITH_S3 -DARROW_R_WITH_JSON -I'/databricks/spark/R/lib/cpp11/include'    -fpic  -g -O2 -fdebug-prefix-map=/build/r-base-QwogzP/r-base-4.1.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -g  -c recordbatchreader.cpp -o recordbatchreader.o
   g++ -std=gnu++11 -I"/usr/share/R/include" -DNDEBUG -I/tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include  -DARROW_R_WITH_ARROW -DARROW_R_WITH_PARQUET -DARROW_R_WITH_DATASET -DARROW_R_WITH_S3 -DARROW_R_WITH_JSON -I'/databricks/spark/R/lib/cpp11/include'    -fpic  -g -O2 -fdebug-prefix-map=/build/r-base-QwogzP/r-base-4.1.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -g  -c recordbatchwriter.cpp -o recordbatchwriter.o
   g++ -std=gnu++11 -I"/usr/share/R/include" -DNDEBUG -I/tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include  -DARROW_R_WITH_ARROW -DARROW_R_WITH_PARQUET -DARROW_R_WITH_DATASET -DARROW_R_WITH_S3 -DARROW_R_WITH_JSON -I'/databricks/spark/R/lib/cpp11/include'    -fpic  -g -O2 -fdebug-prefix-map=/build/r-base-QwogzP/r-base-4.1.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -g  -c scalar.cpp -o scalar.o
   g++ -std=gnu++11 -I"/usr/share/R/include" -DNDEBUG -I/tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include  -DARROW_R_WITH_ARROW -DARROW_R_WITH_PARQUET -DARROW_R_WITH_DATASET -DARROW_R_WITH_S3 -DARROW_R_WITH_JSON -I'/databricks/spark/R/lib/cpp11/include'    -fpic  -g -O2 -fdebug-prefix-map=/build/r-base-QwogzP/r-base-4.1.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -g  -c schema.cpp -o schema.o
   g++ -std=gnu++11 -I"/usr/share/R/include" -DNDEBUG -I/tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include  -DARROW_R_WITH_ARROW -DARROW_R_WITH_PARQUET -DARROW_R_WITH_DATASET -DARROW_R_WITH_S3 -DARROW_R_WITH_JSON -I'/databricks/spark/R/lib/cpp11/include'    -fpic  -g -O2 -fdebug-prefix-map=/build/r-base-QwogzP/r-base-4.1.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -g  -c symbols.cpp -o symbols.o
   g++ -std=gnu++11 -I"/usr/share/R/include" -DNDEBUG -I/tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include  -DARROW_R_WITH_ARROW -DARROW_R_WITH_PARQUET -DARROW_R_WITH_DATASET -DARROW_R_WITH_S3 -DARROW_R_WITH_JSON -I'/databricks/spark/R/lib/cpp11/include'    -fpic  -g -O2 -fdebug-prefix-map=/build/r-base-QwogzP/r-base-4.1.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -g  -c table.cpp -o table.o
   g++ -std=gnu++11 -I"/usr/share/R/include" -DNDEBUG -I/tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include  -DARROW_R_WITH_ARROW -DARROW_R_WITH_PARQUET -DARROW_R_WITH_DATASET -DARROW_R_WITH_S3 -DARROW_R_WITH_JSON -I'/databricks/spark/R/lib/cpp11/include'    -fpic  -g -O2 -fdebug-prefix-map=/build/r-base-QwogzP/r-base-4.1.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -g  -c threadpool.cpp -o threadpool.o
   g++ -std=gnu++11 -I"/usr/share/R/include" -DNDEBUG -I/tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/include  -DARROW_R_WITH_ARROW -DARROW_R_WITH_PARQUET -DARROW_R_WITH_DATASET -DARROW_R_WITH_S3 -DARROW_R_WITH_JSON -I'/databricks/spark/R/lib/cpp11/include'    -fpic  -g -O2 -fdebug-prefix-map=/build/r-base-QwogzP/r-base-4.1.1=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -g  -c type_infer.cpp -o type_infer.o
   g++ -std=gnu++11 -shared -L/usr/lib/R/lib -Wl,-Bsymbolic-functions -Wl,-z,relro -o arrow.so RTasks.o altrep.o array.o array_to_vector.o arraydata.o arrowExports.o bridge.o buffer.o chunkedarray.o compression.o compute-exec.o compute.o config.o csv.o dataset.o datatype.o expression.o feather.o field.o filesystem.o imports.o io.o json.o memorypool.o message.o parquet.o r_to_arrow.o recordbatch.o recordbatchreader.o recordbatchwriter.o scalar.o schema.o symbols.o table.o threadpool.o type_infer.o -L/tmp/RtmphLsRtL/R.INSTALL205114eb9ae3/arrow/libarrow/arrow-7.0.0/lib -larrow_dataset -lparquet -larrow -larrow -larrow_bundled_dependencies -larrow_dataset -lparquet -lssl -lcrypto -lcurl -L/usr/lib/R/lib -lR
   installing to /local_disk0/.ephemeral_nfs/envs/rEnv-2e07b476-7186-45f2-b1ed-9eba706c1848/00LOCK-arrow/00new/arrow/libs
   ** R
   ** inst
   ** byte-compile and prepare package for lazy loading
   ** help
   *** installing help indices
   ** building package indices
   ** installing vignettes
   ** testing if installed package can be loaded from temporary location
   ** checking absolute paths in shared objects and dynamic libraries
   ** testing if installed package can be loaded from final location
   ** testing if installed package keeps a record of temporary installation path
   * DONE (arrow)
   randomForest 4.6-14
   Type rfNews() to see new features/changes/bug fixes.
   
   Attaching package: ‘SparkR’
   
   The following object is masked _by_ ‘.GlobalEnv’:
   
       setLocalProperty
   
   The following objects are masked from ‘package:plyr’:
   
       arrange, count, desc, join, mutate, rename, summarize, take
   
   The following objects are masked from ‘package:data.table’:
   
       between, cube, first, hour, last, like, minute, month, quarter,
       rollup, second, tables, year
   
   The following objects are masked from ‘package:stats’:
   
       cov, filter, lag, na.omit, predict, sd, var, window
   
   The following objects are masked from ‘package:base’:
   
       as.data.frame, colnames, colnames<-, drop, endsWith, intersect,
       rank, rbind, sample, startsWith, subset, summary, transform, union
   
   [1] "installing arrow"
   Installing package into ‘/local_disk0/.ephemeral_nfs/envs/rEnv-2e07b476-7186-45f2-b1ed-9eba706c1848’
   (as ‘lib’ is unspecified)
   trying URL 'https://packagemanager.rstudio.com/all/__linux__/focal/latest/src/contrib/arrow_7.0.0.tar.gz'
   Content type 'binary/octet-stream' length 4572465 bytes (4.4 MB)
   ==================================================
   downloaded 4.4 MB
   
   
   The downloaded source packages are in
   	‘/tmp/Rtmpt8TzRB/downloaded_packages’
   
   Attaching package: ‘arrow’
   
   The following objects are masked from ‘package:SparkR’:
   
       contains, schema, struct
   
   The following object is masked from ‘package:utils’:
   
       timestamp`


-- 
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.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow] james-camacho-ab commented on issue #12892: Arrow install on Databricks cluster takes 10+ minutes

Posted by GitBox <gi...@apache.org>.
james-camacho-ab commented on issue #12892:
URL: https://github.com/apache/arrow/issues/12892#issuecomment-1105416210

   @eitsupi Just to make sure I'm doing this right, am I just adding this line of code to an Rprofile.site file? We don't currently have that, so would I need to create that file in my branch and then reference that file in the init script of the Databricks cluster?
   ![image](https://user-images.githubusercontent.com/85585586/164502569-883ffecb-5d48-4704-9867-ece2d11be5bf.png)
   
   `# Set default user agent
   options(HTTPUserAgent = sprintf("R/%s R (%s)", getRversion(), paste(getRversion(), R.version["platform"], R.version["arch"], R.version["os"])))`


-- 
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.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow] wjones127 commented on issue #12892: Arrow install on Databricks cluster takes 10+ minutes

Posted by GitBox <gi...@apache.org>.
wjones127 commented on issue #12892:
URL: https://github.com/apache/arrow/issues/12892#issuecomment-1099506998

   Hi James, is this pyarrow you are talking about? Which version are you installing? And are there any logs you can share?


-- 
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.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow] james-camacho-ab commented on issue #12892: [R] Arrow install on Databricks cluster takes 10+ minutes

Posted by "james-camacho-ab (via GitHub)" <gi...@apache.org>.
james-camacho-ab commented on issue #12892:
URL: https://github.com/apache/arrow/issues/12892#issuecomment-1428691894

   @assignUser Closing, not relevant for our team anymore since we no longer are using R. Seemed like it was a cluster policy issue


-- 
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.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow] wjones127 commented on issue #12892: Arrow install on Databricks cluster takes 10+ minutes

Posted by GitBox <gi...@apache.org>.
wjones127 commented on issue #12892:
URL: https://github.com/apache/arrow/issues/12892#issuecomment-1099682718

   Hmm yeah that's odd. Is `focal` not the right OS name for DBR 10.1?
   
   Might be worth trying the notebook-scoped command and see if that works. Should at least get better logs.
   
   I'd recomend taking the arrow package off the cluster config, and then starting up the cluster and running:
   
   ```r
   install.packages("arrow")
   install.packages("arrow", repos = "https://packagemanager.rstudio.com/all/__linux__/focal/latest")
   ```
   
   And see how the time and output compare between the two. I suspect the first is building the C++ code, while the latter (if it works) should not be.
   


-- 
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.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow] eitsupi commented on issue #12892: Arrow install on Databricks cluster takes 10+ minutes

Posted by GitBox <gi...@apache.org>.
eitsupi commented on issue #12892:
URL: https://github.com/apache/arrow/issues/12892#issuecomment-1107842231

   If configured correctly, a binary installation will be performed instead of a source installation.


-- 
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.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow] eitsupi commented on issue #12892: Arrow install on Databricks cluster takes 10+ minutes

Posted by GitBox <gi...@apache.org>.
eitsupi commented on issue #12892:
URL: https://github.com/apache/arrow/issues/12892#issuecomment-1100026574

   To use RStudio Package Manager, we needs to set up the UA header.
   Please check this page. https://docs.rstudio.com/rspm/admin/serving-binaries/#binary-user-agents


-- 
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.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow] james-camacho-ab commented on issue #12892: Arrow install on Databricks cluster takes 10+ minutes

Posted by GitBox <gi...@apache.org>.
james-camacho-ab commented on issue #12892:
URL: https://github.com/apache/arrow/issues/12892#issuecomment-1110178181

   @eitsupi @wjones127 Here's where I'm at as of today:
   - Clusters are no longer able to install arrow via CRAN; the error provided is pretty vague and indicates reaching out to DBX Support, which I have but haven't heard back yet
   - I've tried adding the init script from this [site](https://docs.rstudio.com/rspm/admin/serving-binaries/#binary-user-agents), but the cluster gives a "non-zero value returned" error when trying to run it
   - I can put that script at the top of my notebook before the library installation, but the installation is taking ~17 minutes to complete. Here's some relevant logs from that installation:
   ```
   * installing *source* package ‘arrow’ ...
   ** package ‘arrow’ successfully unpacked and MD5 sums checked
   ** using staged installation
   **** pkg-config not installed, setting ARROW_DEPENDENCY_SOURCE=BUNDLED
   trying URL 'https://github.com'
   downloaded 203 KB
   
   *** Using ubuntu-18.04 binary for ubuntu-20.04
   trying URL 'https://arrow-r-nightly.s3.amazonaws.com/libarrow/bin/ubuntu-18.04/arrow-7.0.0.zip'
   Error in download.file(from_url, to_file, quiet = quietly) : 
     cannot open URL 'https://arrow-r-nightly.s3.amazonaws.com/libarrow/bin/ubuntu-18.04/arrow-7.0.0.zip'
   *** No libarrow binary found for version 7.0.0 on ubuntu-18.04
   *** Found local C++ source: 'tools/cpp'
   *** Building libarrow from source
       For a faster, more complete installation, set the environment variable NOT_CRAN=true before installing
       See install vignette for details:
       https://cran.r-project.org/web/packages/arrow/vignettes/install.html
   ```
   Note that NOT_CRAN = TRUE is set as an environment variable within the cluster, so not sure why that warning is popping up. Happy to try any other ideas or hop on a Zoom / Teams call to screen share and work through it


-- 
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.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow] wjones127 commented on issue #12892: Arrow install on Databricks cluster takes 10+ minutes

Posted by GitBox <gi...@apache.org>.
wjones127 commented on issue #12892:
URL: https://github.com/apache/arrow/issues/12892#issuecomment-1099540402

   It sounds like it's building the R package each time. Have you tried using the RStudio package manager as the repo?
   
   In R the call would be:
   ```r
   install.packages("arrow", repos = "https://packagemanager.rstudio.com/all/__linux__/focal/latest")
   ```
   
   It looks like in the Databricks UI you can set the repo.


-- 
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.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow] james-camacho-ab commented on issue #12892: Arrow install on Databricks cluster takes 10+ minutes

Posted by GitBox <gi...@apache.org>.
james-camacho-ab commented on issue #12892:
URL: https://github.com/apache/arrow/issues/12892#issuecomment-1099628817

   @wjones127 I've been letting the install run for a while now but it seems to be stuck on "pending"
   ![image](https://user-images.githubusercontent.com/85585586/163477279-a63b1df4-c036-4a9a-b103-73e1e8117f64.png)
   Not sure if the OS needs to be switched in the URL or if it's another issue


-- 
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.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow] james-camacho-ab commented on issue #12892: Arrow install on Databricks cluster takes 10+ minutes

Posted by GitBox <gi...@apache.org>.
james-camacho-ab commented on issue #12892:
URL: https://github.com/apache/arrow/issues/12892#issuecomment-1099528930

   @wjones127 This is for conjunction with SparkR, essentially taking some Legacy code and optimizing the collects() into R dataframes so we can leverage Delta tables while making minimal changes to the existing codebase. I'm using the CRAN option to install it onto my cluster. Using arrow version 7.0.0. I looked through the driver logs and nothing immediately pops out as being relevant for the arrow install, but I can send those if you want it. Here's my cluster config as well for reference:
   ![image](https://user-images.githubusercontent.com/85585586/163457581-e89e64ca-caef-4e3f-965a-9b27c92c6a09.png)
   ![image](https://user-images.githubusercontent.com/85585586/163457727-0511acce-fbe0-4cd1-ac24-3483513221ee.png)
   ![image](https://user-images.githubusercontent.com/85585586/163457677-a2fbc79f-b0f7-404b-8db5-329673edbd80.png)
   


-- 
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.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org