* installing *source* package ‘arrow’ ...
** this is package ‘arrow’ version ‘18.1.0.1’
** package ‘arrow’ successfully unpacked and MD5 sums checked
** using staged installation
*** pkg-config found.
trying URL 'https://apache.jfrog.io/artifactory/arrow/r/'
downloaded 1392 bytes

*** Found local C++ source: 'tools/cpp'
*** Building libarrow from source
    For build options and troubleshooting, see the install guide:
    https://arrow.apache.org/docs/r/articles/install.html
*** Building with MAKEFLAGS=k -j30 --jobserver-auth=fifo:/tmp/GMfifo3350747
**** cmake 3.30.7: /usr/bin/cmake
**** arrow with SOURCE_DIR='tools/cpp' BUILD_DIR='/tmp/Rtmp3yIU7g/working_dir/RtmpzQceLm/file33267c5696f0cf' DEST_DIR='libarrow/arrow-18.1.0' CMAKE='/usr/bin/cmake' EXTRA_CMAKE_FLAGS='' CC='/usr/local/clang20/bin/clang -std=gnu23' CXX='/usr/local/clang20/bin/clang++ -stdlib=libc++ -std=gnu++17' LDFLAGS='-L/usr/local/clang/lib64 -L/usr/local/clang20/lib -L/usr/local/clang20/lib/x86_64-unknown-linux-gnu -L/usr/local/lib64' N_JOBS='2' ARROW_S3='OFF' ARROW_GCS='OFF'
++ pwd
+ : /data/gannet/ripley/R/packages/tests-clang/arrow
+ : tools/cpp
+ : /tmp/Rtmp3yIU7g/working_dir/RtmpzQceLm/file33267c5696f0cf
+ : libarrow/arrow-18.1.0
+ : /usr/bin/cmake
++ cd tools/cpp
++ pwd
+ SOURCE_DIR=/data/gannet/ripley/R/packages/tests-clang/arrow/tools/cpp
++ mkdir -p libarrow/arrow-18.1.0
++ cd libarrow/arrow-18.1.0
++ pwd
+ DEST_DIR=/data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0
+ '[' 2 = '' ']'
+ '[' '' '!=' '' ']'
+ '[' '' = false ']'
+ ARROW_DEFAULT_PARAM=OFF
+ case "$CXX" in
+ mkdir -p /tmp/Rtmp3yIU7g/working_dir/RtmpzQceLm/file33267c5696f0cf
+ pushd /tmp/Rtmp3yIU7g/working_dir/RtmpzQceLm/file33267c5696f0cf
/tmp/Rtmp3yIU7g/working_dir/RtmpzQceLm/file33267c5696f0cf ~/R/packages/tests-clang/arrow
+ /usr/bin/cmake -DARROW_BOOST_USE_SHARED=OFF -DARROW_SNAPPY_USE_SHARED=OFF -DARROW_BUILD_TESTS=OFF -DARROW_BUILD_SHARED=OFF -DARROW_BUILD_STATIC=ON -DARROW_ACERO=ON -DARROW_COMPUTE=ON -DARROW_CSV=ON -DARROW_DATASET=ON -DARROW_DEPENDENCY_SOURCE=AUTO -DAWSSDK_SOURCE= -DBoost_SOURCE= -Dlz4_SOURCE= -DARROW_FILESYSTEM=ON -DARROW_GCS=OFF -DARROW_JEMALLOC=OFF -DARROW_MIMALLOC=ON -DARROW_JSON=ON -DARROW_PARQUET=ON -DARROW_S3=OFF -DARROW_WITH_BROTLI=OFF -DARROW_WITH_BZ2=OFF -DARROW_WITH_LZ4=ON -DARROW_WITH_RE2=ON -DARROW_WITH_SNAPPY=ON -DARROW_WITH_UTF8PROC=ON -DARROW_WITH_ZLIB=OFF -DARROW_WITH_ZSTD=OFF -DARROW_VERBOSE_THIRDPARTY_BUILD=OFF -DCMAKE_BUILD_TYPE=Release -DCMAKE_FIND_DEBUG_MODE=OFF -DCMAKE_INSTALL_LIBDIR=lib -DCMAKE_INSTALL_PREFIX=/data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0 -DCMAKE_EXPORT_NO_PACKAGE_REGISTRY=ON -DCMAKE_FIND_PACKAGE_NO_PACKAGE_REGISTRY=ON -DCMAKE_UNITY_BUILD=OFF -DOPENSSL_ROOT_DIR=/usr -Dre2_SOURCE=BUNDLED -Dxsimd_SOURCE= -Dzstd_SOURCE= -G 'Unix Makefiles' /data/gannet/ripley/R/packages/tests-clang/arrow/tools/cpp
-- Building using CMake version: 3.30.7
-- The C compiler identification is Clang 20.1.0
-- The CXX compiler identification is Clang 20.1.0
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /usr/local/clang20/bin/clang - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /usr/local/clang20/bin/clang++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Arrow version: 18.1.0 (full: '18.1.0')
-- Arrow SO version: 1801 (full: 1801.0.0)
-- clang-tidy found, but version did not match "LLVM version 14"
-- clang-tidy 14 not found
-- clang-format found, but version did not match "clang-format version 14"
-- clang-format 14 not found
-- Could NOT find ClangTools (missing: CLANG_FORMAT_BIN CLANG_TIDY_BIN) 
-- infer not found
-- Found Python3: /usr/bin/python3.12 (found version "3.12.8") found components: Interpreter
fatal: not a git repository (or any parent up to mount point /data)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
-- Found cpplint executable at /data/gannet/ripley/R/packages/tests-clang/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
-- Build Type: RELEASE
-- Performing Test CXX_LINKER_SUPPORTS_VERSION_SCRIPT
-- Performing Test CXX_LINKER_SUPPORTS_VERSION_SCRIPT - Success
-- Using AUTO approach to find dependencies
-- ARROW_ABSL_BUILD_VERSION: 20211102.0
-- ARROW_ABSL_BUILD_SHA256_CHECKSUM: dcf71b9cba8dc0ca9940c4b316a0c796be8fab42b070bb6b7cab62b48f0e66c4
-- ARROW_AWS_C_AUTH_BUILD_VERSION: v0.6.22
-- ARROW_AWS_C_AUTH_BUILD_SHA256_CHECKSUM: 691a6b4418afcd3dc141351b6ad33fccd8e3ff84df0e9e045b42295d284ee14c
-- ARROW_AWS_C_CAL_BUILD_VERSION: v0.5.20
-- ARROW_AWS_C_CAL_BUILD_SHA256_CHECKSUM: acc352359bd06f8597415c366cf4ec4f00d0b0da92d637039a73323dd55b6cd0
-- ARROW_AWS_C_COMMON_BUILD_VERSION: v0.8.9
-- ARROW_AWS_C_COMMON_BUILD_SHA256_CHECKSUM: 2f3fbaf7c38eae5a00e2a816d09b81177f93529ae8ba1b82dc8f31407565327a
-- ARROW_AWS_C_COMPRESSION_BUILD_VERSION: v0.2.16
-- ARROW_AWS_C_COMPRESSION_BUILD_SHA256_CHECKSUM: 044b1dbbca431a07bde8255ef9ec443c300fc60d4c9408d4b862f65e496687f4
-- ARROW_AWS_C_EVENT_STREAM_BUILD_VERSION: v0.2.18
-- ARROW_AWS_C_EVENT_STREAM_BUILD_SHA256_CHECKSUM: 310ca617f713bf664e4c7485a3d42c1fb57813abd0107e49790d107def7cde4f
-- ARROW_AWS_C_HTTP_BUILD_VERSION: v0.7.3
-- ARROW_AWS_C_HTTP_BUILD_SHA256_CHECKSUM: 07e16c6bf5eba6f0dea96b6f55eae312a7c95b736f4d2e4a210000f45d8265ae
-- ARROW_AWS_C_IO_BUILD_VERSION: v0.13.14
-- ARROW_AWS_C_IO_BUILD_SHA256_CHECKSUM: 12b66510c3d9a4f7e9b714e9cfab2a5bf835f8b9ce2f909d20ae2a2128608c71
-- ARROW_AWS_C_MQTT_BUILD_VERSION: v0.8.4
-- ARROW_AWS_C_MQTT_BUILD_SHA256_CHECKSUM: 232eeac63e72883d460c686a09b98cdd811d24579affac47c5c3f696f956773f
-- ARROW_AWS_C_S3_BUILD_VERSION: v0.2.3
-- ARROW_AWS_C_S3_BUILD_SHA256_CHECKSUM: a00b3c9f319cd1c9aa2c3fa15098864df94b066dcba0deaccbb3caa952d902fe
-- ARROW_AWS_C_SDKUTILS_BUILD_VERSION: v0.1.6
-- ARROW_AWS_C_SDKUTILS_BUILD_SHA256_CHECKSUM: 8a2951344b2fb541eab1e9ca17c18a7fcbfd2aaff4cdd31d362d1fad96111b91
-- ARROW_AWS_CHECKSUMS_BUILD_VERSION: v0.1.13
-- ARROW_AWS_CHECKSUMS_BUILD_SHA256_CHECKSUM: 0f897686f1963253c5069a0e495b85c31635ba146cd3ac38cc2ea31eaf54694d
-- ARROW_AWS_CRT_CPP_BUILD_VERSION: v0.18.16
-- ARROW_AWS_CRT_CPP_BUILD_SHA256_CHECKSUM: 9e69bc1dc4b50871d1038aa9ff6ddeb4c9b28f7d6b5e5b1b69041ccf50a13483
-- ARROW_AWS_LC_BUILD_VERSION: v1.3.0
-- ARROW_AWS_LC_BUILD_SHA256_CHECKSUM: ae96a3567161552744fc0cae8b4d68ed88b1ec0f3d3c98700070115356da5a37
-- ARROW_AWSSDK_BUILD_VERSION: 1.10.55
-- ARROW_AWSSDK_BUILD_SHA256_CHECKSUM: 2d552fb1a84bef4a9b65e34aa7031851ed2aef5319e02cc6e4cb735c48aa30de
-- ARROW_AZURE_SDK_BUILD_VERSION: azure-identity_1.9.0
-- ARROW_AZURE_SDK_BUILD_SHA256_CHECKSUM: 97065bfc971ac8df450853ce805f820f52b59457bd7556510186a1569502e4a1
-- ARROW_BOOST_BUILD_VERSION: 1.81.0
-- ARROW_BOOST_BUILD_SHA256_CHECKSUM: 9e0ffae35528c35f90468997bc8d99500bf179cbae355415a89a600c38e13574
-- 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.8.3
-- ARROW_GBENCHMARK_BUILD_SHA256_CHECKSUM: 6bc180a57d23d4d9515519f92b0c83d61b05b5bab188961f36ac7b06b0d9e9ce
-- 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: v2.22.0
-- ARROW_GOOGLE_CLOUD_CPP_BUILD_SHA256_CHECKSUM: 0c68782e57959c82e0c81def805c01460a042c1aae0c2feee905acaa2a2dc9bf
-- ARROW_GRPC_BUILD_VERSION: v1.46.3
-- ARROW_GRPC_BUILD_SHA256_CHECKSUM: d6cbf22cb5007af71b61c6be316a79397469c58c82a942552a62e708bce60964
-- ARROW_GTEST_BUILD_VERSION: 1.11.0
-- ARROW_GTEST_BUILD_SHA256_CHECKSUM: b4870bf121ff7795ba20d20bcdd8627b8e088f2d1dab299a031c1034eddc93d5
-- ARROW_JEMALLOC_BUILD_VERSION: 5.3.0
-- ARROW_JEMALLOC_BUILD_SHA256_CHECKSUM: 2db82d1e7119df3e71b7640219b6dfe84789bc0537983c3b7ac4f7189aecfeaa
-- ARROW_LZ4_BUILD_VERSION: v1.10.0
-- ARROW_LZ4_BUILD_SHA256_CHECKSUM: 537512904744b35e232912055ccf8ec66d768639ff3abe5788d90d792ec5f48b
-- ARROW_MIMALLOC_BUILD_VERSION: v2.0.6
-- ARROW_MIMALLOC_BUILD_SHA256_CHECKSUM: 9f05c94cc2b017ed13698834ac2a3567b6339a8bde27640df5a1581d49d05ce5
-- ARROW_NLOHMANN_JSON_BUILD_VERSION: v3.10.5
-- ARROW_NLOHMANN_JSON_BUILD_SHA256_CHECKSUM: 5daca6ca216495edf89d167f808d1d03c4a4d929cef7da5e10f135ae1540c7e4
-- ARROW_OPENTELEMETRY_BUILD_VERSION: v1.13.0
-- ARROW_OPENTELEMETRY_BUILD_SHA256_CHECKSUM: 7735cc56507149686e6019e06f588317099d4522480be5f38a2a09ec69af1706
-- ARROW_OPENTELEMETRY_PROTO_BUILD_VERSION: v0.17.0
-- ARROW_OPENTELEMETRY_PROTO_BUILD_SHA256_CHECKSUM: f269fbcb30e17b03caa1decd231ce826e59d7651c0f71c3b28eb5140b4bb5412
-- ARROW_ORC_BUILD_VERSION: 2.0.1
-- ARROW_ORC_BUILD_SHA256_CHECKSUM: 1ffac0228aa83f04a1b1cf2788a3af5953e82587ae3a77c41900e99f2557132d
-- ARROW_PROTOBUF_BUILD_VERSION: v21.3
-- ARROW_PROTOBUF_BUILD_SHA256_CHECKSUM: 2f723218f6cb709ae4cdc4fb5ed56a5951fc5d466f0128ce4c946b8c78c8c49f
-- ARROW_RAPIDJSON_BUILD_VERSION: 232389d4f1012dddec4ef84861face2d2ba85709
-- ARROW_RAPIDJSON_BUILD_SHA256_CHECKSUM: b9290a9a6d444c8e049bd589ab804e0ccf2b05dc5984a19ed5ae75d090064806
-- ARROW_RE2_BUILD_VERSION: 2022-06-01
-- ARROW_RE2_BUILD_SHA256_CHECKSUM: f89c61410a072e5cbcf8c27e3a778da7d6fd2f2b5b1445cd4f4508bee946ab0f
-- ARROW_SNAPPY_BUILD_VERSION: 1.1.10
-- ARROW_SNAPPY_BUILD_SHA256_CHECKSUM: 49d831bffcc5f3d01482340fe5af59852ca2fe76c3e05df0e67203ebbe0f1d90
-- ARROW_SUBSTRAIT_BUILD_VERSION: v0.44.0
-- ARROW_SUBSTRAIT_BUILD_SHA256_CHECKSUM: f989a862f694e7dbb695925ddb7c4ce06aa6c51aca945105c075139aed7e55a2
-- ARROW_S2N_TLS_BUILD_VERSION: v1.3.35
-- ARROW_S2N_TLS_BUILD_SHA256_CHECKSUM: 9d32b26e6bfcc058d98248bf8fc231537e347395dd89cf62bb432b55c5da990d
-- ARROW_THRIFT_BUILD_VERSION: 0.20.0
-- ARROW_THRIFT_BUILD_SHA256_CHECKSUM: b5d8311a779470e1502c027f428a1db542f5c051c8e1280ccd2163fa935ff2d6
-- ARROW_UCX_BUILD_VERSION: 1.12.1
-- ARROW_UCX_BUILD_SHA256_CHECKSUM: 9bef31aed0e28bf1973d28d74d9ac4f8926c43ca3b7010bd22a084e164e31b71
-- ARROW_UTF8PROC_BUILD_VERSION: v2.7.0
-- ARROW_UTF8PROC_BUILD_SHA256_CHECKSUM: 4bb121e297293c0fd55f08f83afab6d35d48f0af4ecc07523ad8ec99aa2b12a1
-- ARROW_XSIMD_BUILD_VERSION: 13.0.0
-- ARROW_XSIMD_BUILD_SHA256_CHECKSUM: 8bdbbad0c3e7afa38d88d0d484d70a1671a1d8aefff03f4223ab2eb6a41110a3
-- ARROW_ZLIB_BUILD_VERSION: 1.3.1
-- ARROW_ZLIB_BUILD_SHA256_CHECKSUM: 9a93b2b7dfdac77ceba5a558a580e74667dd6fede4585b91eefb60f03b72df23
-- ARROW_ZSTD_BUILD_VERSION: 1.5.6
-- ARROW_ZSTD_BUILD_SHA256_CHECKSUM: 8c29e06cf42aacc1eafc4077ae2ec6c6fcb96a626157e0593d5e82a34fd403c1
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success
-- Found Threads: TRUE
-- Looking for _M_ARM64
-- Looking for _M_ARM64 - not found
-- Looking for __SIZEOF_INT128__
-- Looking for __SIZEOF_INT128__ - found
CMake Warning (dev) at cmake_modules/ThirdpartyToolchain.cmake:294 (find_package):
  Policy CMP0167 is not set: The FindBoost module is removed.  Run "cmake
  --help-policy CMP0167" for policy details.  Use the cmake_policy command to
  set the policy and suppress this warning.

Call Stack (most recent call first):
  cmake_modules/ThirdpartyToolchain.cmake:1289 (resolve_dependency)
  CMakeLists.txt:546 (include)
This warning is for project developers.  Use -Wno-dev to suppress it.

-- Found Boost: /usr/lib64/cmake/Boost-1.83.0/BoostConfig.cmake (found suitable version "1.83.0", minimum required is "1.81")
-- Boost include dir: /usr/include
CMake Warning at cmake_modules/FindSnappyAlt.cmake:29 (find_package):
  By not providing "FindSnappy.cmake" in CMAKE_MODULE_PATH this project has
  asked CMake to find a package configuration file provided by "Snappy", but
  CMake did not find one.

  Could not find a package configuration file provided by "Snappy" with any
  of the following names:

    SnappyConfig.cmake
    snappy-config.cmake

  Add the installation prefix of "Snappy" to CMAKE_PREFIX_PATH or set
  "Snappy_DIR" to a directory containing one of the above files.  If "Snappy"
  provides a separate development package or SDK, be sure it has been
  installed.
Call Stack (most recent call first):
  cmake_modules/ThirdpartyToolchain.cmake:294 (find_package)
  cmake_modules/ThirdpartyToolchain.cmake:1432 (resolve_dependency)
  CMakeLists.txt:546 (include)


-- Could NOT find SnappyAlt (missing: Snappy_LIB Snappy_INCLUDE_DIR) 
-- Building snappy from source
-- Building without OpenSSL support. Minimum OpenSSL version 1.0.2 required.
CMake Warning at cmake_modules/FindThriftAlt.cmake:56 (find_package):
  By not providing "FindThrift.cmake" in CMAKE_MODULE_PATH this project has
  asked CMake to find a package configuration file provided by "Thrift", but
  CMake did not find one.

  Could not find a package configuration file provided by "Thrift" (requested
  version 0.11.0) with any of the following names:

    ThriftConfig.cmake
    thrift-config.cmake

  Add the installation prefix of "Thrift" to CMAKE_PREFIX_PATH or set
  "Thrift_DIR" to a directory containing one of the above files.  If "Thrift"
  provides a separate development package or SDK, be sure it has been
  installed.
Call Stack (most recent call first):
  cmake_modules/ThirdpartyToolchain.cmake:294 (find_package)
  cmake_modules/ThirdpartyToolchain.cmake:1820 (resolve_dependency)
  CMakeLists.txt:546 (include)


-- Checking for module 'thrift'
--   Package 'thrift', required by 'virtual:world', not found
-- Could NOT find ThriftAlt: (Required is at least version "0.11.0") (found ThriftAlt_LIB-NOTFOUND)
-- Building Apache Thrift from source
-- Building (vendored) mimalloc from source
CMake Warning at cmake_modules/FindRapidJSONAlt.cmake:29 (find_package):
  By not providing "FindRapidJSON.cmake" in CMAKE_MODULE_PATH this project
  has asked CMake to find a package configuration file provided by
  "RapidJSON", but CMake did not find one.

  Could not find a package configuration file provided by "RapidJSON"
  (requested version 1.1.0) with any of the following names:

    RapidJSONConfig.cmake
    rapidjson-config.cmake

  Add the installation prefix of "RapidJSON" to CMAKE_PREFIX_PATH or set
  "RapidJSON_DIR" to a directory containing one of the above files.  If
  "RapidJSON" provides a separate development package or SDK, be sure it has
  been installed.
Call Stack (most recent call first):
  cmake_modules/ThirdpartyToolchain.cmake:294 (find_package)
  cmake_modules/ThirdpartyToolchain.cmake:2505 (resolve_dependency)
  CMakeLists.txt:546 (include)


-- Could NOT find RapidJSONAlt (missing: RAPIDJSON_INCLUDE_DIR) (Required is at least version "1.1.0")
-- Building RapidJSON from source
CMake Warning at cmake_modules/ThirdpartyToolchain.cmake:294 (find_package):
  By not providing "Findxsimd.cmake" in CMAKE_MODULE_PATH this project has
  asked CMake to find a package configuration file provided by "xsimd", but
  CMake did not find one.

  Could not find a package configuration file provided by "xsimd" with any of
  the following names:

    xsimdConfig.cmake
    xsimd-config.cmake

  Add the installation prefix of "xsimd" to CMAKE_PREFIX_PATH or set
  "xsimd_DIR" to a directory containing one of the above files.  If "xsimd"
  provides a separate development package or SDK, be sure it has been
  installed.
Call Stack (most recent call first):
  cmake_modules/ThirdpartyToolchain.cmake:2545 (resolve_dependency)
  CMakeLists.txt:546 (include)


-- Building xsimd from source
CMake Warning at cmake_modules/Findlz4Alt.cmake:29 (find_package):
  By not providing "Findlz4.cmake" in CMAKE_MODULE_PATH this project has
  asked CMake to find a package configuration file provided by "lz4", but
  CMake did not find one.

  Could not find a package configuration file provided by "lz4" with any of
  the following names:

    lz4Config.cmake
    lz4-config.cmake

  Add the installation prefix of "lz4" to CMAKE_PREFIX_PATH or set "lz4_DIR"
  to a directory containing one of the above files.  If "lz4" provides a
  separate development package or SDK, be sure it has been installed.
Call Stack (most recent call first):
  cmake_modules/ThirdpartyToolchain.cmake:294 (find_package)
  cmake_modules/ThirdpartyToolchain.cmake:2654 (resolve_dependency)
  CMakeLists.txt:546 (include)


-- Checking for module 'liblz4'
--   Found liblz4, version 1.9.4
-- Found lz4Alt: /usr/lib64/liblz4.so
-- Providing CMake module for Findlz4Alt as part of Arrow CMake package
-- Using pkg-config package for liblz4 that is used by arrow for static link
-- Building RE2 from source
-- Could NOT find utf8proc: (Required is at least version "2.2.0") (found utf8proc_LIB-NOTFOUND)
-- Building utf8proc from source
-- Found hdfs.h at: /data/gannet/ripley/R/packages/tests-clang/arrow/tools/cpp/thirdparty/hadoop/include/hdfs.h
-- All bundled static libraries: Snappy::snappy-static;thrift::thrift;mimalloc::mimalloc;re2::re2;utf8proc::utf8proc
-- CMAKE_C_FLAGS: -O3 -Wall -pedantic -Wp,-D_FORTIFY_SOURCE=3 -Qunused-arguments  -Wall -Wno-unknown-warning-option -Wno-pass-failed -msse4.2 
-- CMAKE_CXX_FLAGS:  -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw -Qunused-arguments -fcolor-diagnostics  -Wall -Wno-unknown-warning-option -Wno-pass-failed -msse4.2 
-- CMAKE_C_FLAGS_RELEASE: -O3 -DNDEBUG -O2 
-- CMAKE_CXX_FLAGS_RELEASE: -O3 -DNDEBUG -O2 
-- Creating bundled static library target arrow_bundled_dependencies at /tmp/Rtmp3yIU7g/working_dir/RtmpzQceLm/file33267c5696f0cf/release/libarrow_bundled_dependencies.a
-- Looking for backtrace
-- Looking for backtrace - found
-- backtrace facility detected in default set of libraries
-- Found Backtrace: /usr/include
-- ---------------------------------------------------------------------
-- Arrow version:                                 18.1.0
-- 
-- Build configuration summary:
--   Generator: Unix Makefiles
--   Build type: RELEASE
--   Source directory: /data/gannet/ripley/R/packages/tests-clang/arrow/tools/cpp
--   Install prefix: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.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_POSITION_INDEPENDENT_CODE=ON [default=ON]
--       Whether to create position-independent target
--   ARROW_USE_CCACHE=ON [default=ON]
--       Use ccache when compiling (if available)
--   ARROW_USE_SCCACHE=ON [default=ON]
--       Use sccache when compiling (if available),
--       takes precedence over ccache if a storage backend is configured
--   ARROW_USE_LD_GOLD=OFF [default=OFF]
--       Use ld.gold for linking on Linux (if available)
--   ARROW_USE_LLD=OFF [default=OFF]
--       Use the LLVM lld for linking (if available)
--   ARROW_USE_MOLD=OFF [default=OFF]
--       Use mold for linking on Linux (if available)
--   ARROW_USE_PRECOMPILED_HEADERS=OFF [default=OFF]
--       Use precompiled headers when compiling
--   ARROW_SIMD_LEVEL=SSE4_2 [default=DEFAULT|NONE|SSE4_2|AVX2|AVX512|NEON|SVE|SVE128|SVE256|SVE512]
--       Compile-time SIMD optimization level
--   ARROW_RUNTIME_SIMD_LEVEL=MAX [default=MAX|NONE|SSE4_2|AVX2|AVX512]
--       Max runtime SIMD optimization level
--   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
--   ARROW_WITH_MUSL=OFF [default=OFF]
--       Whether the system libc is musl or not
--   ARROW_ENABLE_THREADING=ON [default=ON]
--       Enable threading in Arrow core
-- 
-- 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=static|shared]
--       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_ACERO=ON [default=OFF]
--       Build the Arrow Acero Engine Module
--   ARROW_AZURE=OFF [default=OFF]
--       Build Arrow with Azure support (requires the Azure SDK for C++)
--   ARROW_BUILD_UTILITIES=OFF [default=OFF]
--       Build Arrow commandline utilities
--   ARROW_COMPUTE=ON [default=OFF]
--       Build all Arrow Compute kernels
--   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_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_IPC=ON [default=ON]
--       Build the Arrow IPC extensions
--   ARROW_JEMALLOC=OFF [default=ON]
--       Build the Arrow jemalloc-based allocator
--   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_PYTHON=OFF [default=OFF]
--       Build some components needed by PyArrow.
--       (This is a deprecated option. Use CMake presets instead.)
--   ARROW_S3=OFF [default=OFF]
--       Build Arrow with S3 support (requires the AWS SDK for C++)
--   ARROW_SKYHOOK=OFF [default=OFF]
--       Build the Skyhook libraries
--   ARROW_SUBSTRAIT=OFF [default=OFF]
--       Build the Arrow Substrait Consumer Module
--   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=AUTO [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_JEMALLOC_USE_SHARED=ON [default=ON]
--       Rely on jemalloc shared libraries where relevant
--   ARROW_LLVM_USE_SHARED=ON [default=ON]
--       Rely on LLVM 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_SNAPPY_USE_SHARED=OFF [default=ON]
--       Rely on snappy 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_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=OFF [default=OFF]
--       Build with Brotli compression
--   ARROW_WITH_BZ2=OFF [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=OFF [default=OFF]
--       Build with zlib compression
--   ARROW_WITH_ZSTD=OFF [default=OFF]
--       Build with zstd compression
--   ARROW_WITH_UCX=OFF [default=OFF]
--       Build with UCX transport for Arrow Flight
--       (only used if ARROW_FLIGHT is ON)
--   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_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
-- 
-- Cross compiling options:
-- 
--   ARROW_GRPC_CPP_PLUGIN="" [default=""]
--       grpc_cpp_plugin path to be used
-- 
-- 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
--   ARROW_GDB_INSTALL_DIR="" [default=""]
--       Use a custom install directory for GDB plugin.
--       In general, you don't need to specify this because the default
--       (CMAKE_INSTALL_FULL_BINDIR on Windows, CMAKE_INSTALL_FULL_LIBDIR otherwise)
--       is reasonable.
--   Outputting build configuration summary to /tmp/Rtmp3yIU7g/working_dir/RtmpzQceLm/file33267c5696f0cf/cmake_summary.json
-- Configuring done (28.3s)
-- Generating done (1.6s)
CMake Warning:
  Manually-specified variables were not used by the project:

    OPENSSL_ROOT_DIR


-- Build files have been written to: /tmp/Rtmp3yIU7g/working_dir/RtmpzQceLm/file33267c5696f0cf
+ /usr/bin/cmake --build . --target install -- -j 2
gmake[1]: Entering directory '/tmp/Rtmp3yIU7g/working_dir/RtmpzQceLm/file33267c5696f0cf'
gmake[1]: warning: -j2 forced in submake: resetting jobserver mode.
[  0%] Creating directories for 'snappy_ep'
[  0%] Creating directories for 'thrift_ep'
[  0%] Performing download step (download, verify and extract) for 'snappy_ep'
[  0%] Performing download step (download, verify and extract) for 'thrift_ep'
-- snappy_ep download command succeeded.  See also /tmp/Rtmp3yIU7g/working_dir/RtmpzQceLm/file33267c5696f0cf/snappy_ep-prefix/src/snappy_ep-stamp/snappy_ep-download-*.log
[  0%] No update step for 'snappy_ep'
[  0%] No patch step for 'snappy_ep'
[  0%] Performing configure step for 'snappy_ep'
-- thrift_ep download command succeeded.  See also /tmp/Rtmp3yIU7g/working_dir/RtmpzQceLm/file33267c5696f0cf/thrift_ep-prefix/src/thrift_ep-stamp/thrift_ep-download-*.log
[  0%] No update step for 'thrift_ep'
[  0%] No patch step for 'thrift_ep'
[  0%] Performing configure step for 'thrift_ep'
-- thrift_ep configure command succeeded.  See also /tmp/Rtmp3yIU7g/working_dir/RtmpzQceLm/file33267c5696f0cf/thrift_ep-prefix/src/thrift_ep-stamp/thrift_ep-configure-*.log
[  0%] Performing build step for 'thrift_ep'
-- snappy_ep configure command succeeded.  See also /tmp/Rtmp3yIU7g/working_dir/RtmpzQceLm/file33267c5696f0cf/snappy_ep-prefix/src/snappy_ep-stamp/snappy_ep-configure-*.log
[  1%] Performing build step for 'snappy_ep'
-- snappy_ep build command succeeded.  See also /tmp/Rtmp3yIU7g/working_dir/RtmpzQceLm/file33267c5696f0cf/snappy_ep-prefix/src/snappy_ep-stamp/snappy_ep-build-*.log
[  2%] Performing install step for 'snappy_ep'
-- snappy_ep install command succeeded.  See also /tmp/Rtmp3yIU7g/working_dir/RtmpzQceLm/file33267c5696f0cf/snappy_ep-prefix/src/snappy_ep-stamp/snappy_ep-install-*.log
[  2%] Completed 'snappy_ep'
[  2%] Built target snappy_ep
[  2%] Creating directories for 'mimalloc_ep'
[  2%] Performing download step (download, verify and extract) for 'mimalloc_ep'
-- mimalloc_ep download command succeeded.  See also /tmp/Rtmp3yIU7g/working_dir/RtmpzQceLm/file33267c5696f0cf/mimalloc_ep-prefix/src/mimalloc_ep-stamp/mimalloc_ep-download-*.log
[  2%] No update step for 'mimalloc_ep'
[  2%] No patch step for 'mimalloc_ep'
[  2%] Performing configure step for 'mimalloc_ep'
-- mimalloc_ep configure command succeeded.  See also /tmp/Rtmp3yIU7g/working_dir/RtmpzQceLm/file33267c5696f0cf/mimalloc_ep-prefix/src/mimalloc_ep-stamp/mimalloc_ep-configure-*.log
[  3%] Performing build step for 'mimalloc_ep'
-- mimalloc_ep build command succeeded.  See also /tmp/Rtmp3yIU7g/working_dir/RtmpzQceLm/file33267c5696f0cf/mimalloc_ep-prefix/src/mimalloc_ep-stamp/mimalloc_ep-build-*.log
[  4%] Performing install step for 'mimalloc_ep'
-- mimalloc_ep install command succeeded.  See also /tmp/Rtmp3yIU7g/working_dir/RtmpzQceLm/file33267c5696f0cf/mimalloc_ep-prefix/src/mimalloc_ep-stamp/mimalloc_ep-install-*.log
[  4%] Completed 'mimalloc_ep'
[  4%] Built target mimalloc_ep
[  5%] Creating directories for 'rapidjson_ep'
[  5%] Performing download step (download, verify and extract) for 'rapidjson_ep'
-- rapidjson_ep download command succeeded.  See also /tmp/Rtmp3yIU7g/working_dir/RtmpzQceLm/file33267c5696f0cf/src/rapidjson_ep-stamp/rapidjson_ep-download-*.log
[  5%] No update step for 'rapidjson_ep'
[  5%] No patch step for 'rapidjson_ep'
[  5%] Performing configure step for 'rapidjson_ep'
-- rapidjson_ep configure command succeeded.  See also /tmp/Rtmp3yIU7g/working_dir/RtmpzQceLm/file33267c5696f0cf/src/rapidjson_ep-stamp/rapidjson_ep-configure-*.log
[  6%] Performing build step for 'rapidjson_ep'
-- rapidjson_ep build command succeeded.  See also /tmp/Rtmp3yIU7g/working_dir/RtmpzQceLm/file33267c5696f0cf/src/rapidjson_ep-stamp/rapidjson_ep-build-*.log
[  6%] Performing install step for 'rapidjson_ep'
-- rapidjson_ep install command succeeded.  See also /tmp/Rtmp3yIU7g/working_dir/RtmpzQceLm/file33267c5696f0cf/src/rapidjson_ep-stamp/rapidjson_ep-install-*.log
[  6%] Completed 'rapidjson_ep'
[  6%] Built target rapidjson_ep
[  6%] Creating directories for 'xsimd_ep'
[  6%] Performing download step (download, verify and extract) for 'xsimd_ep'
-- xsimd_ep download command succeeded.  See also /tmp/Rtmp3yIU7g/working_dir/RtmpzQceLm/file33267c5696f0cf/src/xsimd_ep-stamp/xsimd_ep-download-*.log
[  7%] No update step for 'xsimd_ep'
[  7%] No patch step for 'xsimd_ep'
[  7%] Performing configure step for 'xsimd_ep'
-- xsimd_ep configure command succeeded.  See also /tmp/Rtmp3yIU7g/working_dir/RtmpzQceLm/file33267c5696f0cf/src/xsimd_ep-stamp/xsimd_ep-configure-*.log
[  7%] Performing build step for 'xsimd_ep'
-- xsimd_ep build command succeeded.  See also /tmp/Rtmp3yIU7g/working_dir/RtmpzQceLm/file33267c5696f0cf/src/xsimd_ep-stamp/xsimd_ep-build-*.log
[  8%] Performing install step for 'xsimd_ep'
-- xsimd_ep install command succeeded.  See also /tmp/Rtmp3yIU7g/working_dir/RtmpzQceLm/file33267c5696f0cf/src/xsimd_ep-stamp/xsimd_ep-install-*.log
[  9%] Completed 'xsimd_ep'
[  9%] Built target xsimd_ep
[ 10%] Creating directories for 're2_ep'
[ 10%] Performing download step (download, verify and extract) for 're2_ep'
-- re2_ep download command succeeded.  See also /tmp/Rtmp3yIU7g/working_dir/RtmpzQceLm/file33267c5696f0cf/re2_ep-prefix/src/re2_ep-stamp/re2_ep-download-*.log
[ 10%] No update step for 're2_ep'
[ 10%] No patch step for 're2_ep'
[ 10%] Performing configure step for 're2_ep'
-- re2_ep configure command succeeded.  See also /tmp/Rtmp3yIU7g/working_dir/RtmpzQceLm/file33267c5696f0cf/re2_ep-prefix/src/re2_ep-stamp/re2_ep-configure-*.log
[ 11%] Performing build step for 're2_ep'
-- thrift_ep build command succeeded.  See also /tmp/Rtmp3yIU7g/working_dir/RtmpzQceLm/file33267c5696f0cf/thrift_ep-prefix/src/thrift_ep-stamp/thrift_ep-build-*.log
[ 12%] Performing install step for 'thrift_ep'
-- thrift_ep install command succeeded.  See also /tmp/Rtmp3yIU7g/working_dir/RtmpzQceLm/file33267c5696f0cf/thrift_ep-prefix/src/thrift_ep-stamp/thrift_ep-install-*.log
[ 13%] Completed 'thrift_ep'
[ 13%] Built target thrift_ep
[ 13%] Creating directories for 'utf8proc_ep'
[ 13%] Performing download step (download, verify and extract) for 'utf8proc_ep'
-- utf8proc_ep download command succeeded.  See also /tmp/Rtmp3yIU7g/working_dir/RtmpzQceLm/file33267c5696f0cf/utf8proc_ep-prefix/src/utf8proc_ep-stamp/utf8proc_ep-download-*.log
[ 13%] No update step for 'utf8proc_ep'
[ 13%] No patch step for 'utf8proc_ep'
[ 13%] Performing configure step for 'utf8proc_ep'
-- utf8proc_ep configure command succeeded.  See also /tmp/Rtmp3yIU7g/working_dir/RtmpzQceLm/file33267c5696f0cf/utf8proc_ep-prefix/src/utf8proc_ep-stamp/utf8proc_ep-configure-*.log
[ 13%] Performing build step for 'utf8proc_ep'
-- utf8proc_ep build command succeeded.  See also /tmp/Rtmp3yIU7g/working_dir/RtmpzQceLm/file33267c5696f0cf/utf8proc_ep-prefix/src/utf8proc_ep-stamp/utf8proc_ep-build-*.log
[ 14%] Performing install step for 'utf8proc_ep'
-- utf8proc_ep install command succeeded.  See also /tmp/Rtmp3yIU7g/working_dir/RtmpzQceLm/file33267c5696f0cf/utf8proc_ep-prefix/src/utf8proc_ep-stamp/utf8proc_ep-install-*.log
[ 15%] Completed 'utf8proc_ep'
[ 15%] Built target utf8proc_ep
[ 15%] Building CXX object src/arrow/CMakeFiles/arrow_array.dir/array/array_base.cc.o
[ 15%] Building CXX object src/arrow/CMakeFiles/arrow_array.dir/array/array_binary.cc.o
[ 16%] Building CXX object src/arrow/CMakeFiles/arrow_array.dir/array/array_decimal.cc.o
[ 16%] Building CXX object src/arrow/CMakeFiles/arrow_array.dir/array/array_dict.cc.o
[ 16%] Building CXX object src/arrow/CMakeFiles/arrow_array.dir/array/array_nested.cc.o
[ 16%] Building CXX object src/arrow/CMakeFiles/arrow_array.dir/array/array_primitive.cc.o
[ 17%] Building CXX object src/arrow/CMakeFiles/arrow_array.dir/array/array_run_end.cc.o
[ 17%] Building CXX object src/arrow/CMakeFiles/arrow_array.dir/array/builder_adaptive.cc.o
-- re2_ep build command succeeded.  See also /tmp/Rtmp3yIU7g/working_dir/RtmpzQceLm/file33267c5696f0cf/re2_ep-prefix/src/re2_ep-stamp/re2_ep-build-*.log
[ 17%] Performing install step for 're2_ep'
[ 17%] Building CXX object src/arrow/CMakeFiles/arrow_array.dir/array/builder_base.cc.o
-- re2_ep install command succeeded.  See also /tmp/Rtmp3yIU7g/working_dir/RtmpzQceLm/file33267c5696f0cf/re2_ep-prefix/src/re2_ep-stamp/re2_ep-install-*.log
[ 17%] Completed 're2_ep'
[ 17%] Built target re2_ep
[ 17%] Building CXX object src/arrow/CMakeFiles/arrow_array.dir/array/builder_binary.cc.o
[ 18%] Building CXX object src/arrow/CMakeFiles/arrow_io.dir/io/buffered.cc.o
[ 19%] Building CXX object src/arrow/CMakeFiles/arrow_array.dir/array/builder_decimal.cc.o
[ 19%] Building CXX object src/arrow/CMakeFiles/arrow_io.dir/io/caching.cc.o
[ 19%] Building CXX object src/arrow/CMakeFiles/arrow_array.dir/array/builder_dict.cc.o
[ 19%] Building CXX object src/arrow/CMakeFiles/arrow_io.dir/io/compressed.cc.o
[ 19%] Building CXX object src/arrow/CMakeFiles/arrow_io.dir/io/file.cc.o
[ 19%] Building CXX object src/arrow/CMakeFiles/arrow_array.dir/array/builder_run_end.cc.o
[ 20%] Building CXX object src/arrow/CMakeFiles/arrow_io.dir/io/hdfs.cc.o
[ 20%] Building CXX object src/arrow/CMakeFiles/arrow_io.dir/io/hdfs_internal.cc.o
[ 20%] Building CXX object src/arrow/CMakeFiles/arrow_array.dir/array/builder_nested.cc.o
[ 20%] Building CXX object src/arrow/CMakeFiles/arrow_io.dir/io/interfaces.cc.o
[ 21%] Building CXX object src/arrow/CMakeFiles/arrow_array.dir/array/builder_primitive.cc.o
[ 21%] Building CXX object src/arrow/CMakeFiles/arrow_io.dir/io/memory.cc.o
[ 21%] Building CXX object src/arrow/CMakeFiles/arrow_array.dir/array/builder_union.cc.o
[ 22%] Building CXX object src/arrow/CMakeFiles/arrow_io.dir/io/slow.cc.o
[ 22%] Building CXX object src/arrow/CMakeFiles/arrow_array.dir/array/concatenate.cc.o
[ 22%] Building CXX object src/arrow/CMakeFiles/arrow_io.dir/io/stdio.cc.o
[ 22%] Building CXX object src/arrow/CMakeFiles/arrow_io.dir/io/transform.cc.o
[ 22%] Building CXX object src/arrow/CMakeFiles/arrow_array.dir/array/data.cc.o
[ 22%] Built target arrow_io
[ 23%] Building CXX object src/arrow/CMakeFiles/arrow_array.dir/array/diff.cc.o
In file included from /data/gannet/ripley/R/packages/tests-clang/arrow/tools/cpp/src/arrow/array/diff.cc:51:
In file included from /data/gannet/ripley/R/packages/tests-clang/arrow/tools/cpp/src/arrow/vendored/datetime.h:21:
 [1m/data/gannet/ripley/R/packages/tests-clang/arrow/tools/cpp/src/arrow/vendored/datetime/date.h:966:34:  [0m [0;1;35mwarning:  [0m [1midentifier '_d' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] [0m
  966 | CONSTCD11 date::day   [0;34moperator [0m  [0;32m"" [0m _d( [0;34munsigned [0m  [0;34mlong [0m  [0;34mlong [0m d) NOEXCEPT; [0m
      |  [0;1;32m                     ~~~~~~~~~~~~^~
 [0m      |  [0;32m                     operator""_d
 [0m [1m/data/gannet/ripley/R/packages/tests-clang/arrow/tools/cpp/src/arrow/vendored/datetime/date.h:967:34:  [0m [0;1;35mwarning:  [0m [1midentifier '_y' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] [0m
  967 | CONSTCD11 date::year  [0;34moperator [0m  [0;32m"" [0m _y( [0;34munsigned [0m  [0;34mlong [0m  [0;34mlong [0m y) NOEXCEPT; [0m
      |  [0;1;32m                     ~~~~~~~~~~~~^~
 [0m      |  [0;32m                     operator""_y
 [0m [1m/data/gannet/ripley/R/packages/tests-clang/arrow/tools/cpp/src/arrow/vendored/datetime/date.h:1975:13:  [0m [0;1;35mwarning:  [0m [1midentifier '_d' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] [0m
 1975 |  [0;34moperator [0m  [0;32m"" [0m _d( [0;34munsigned [0m  [0;34mlong [0m  [0;34mlong [0m d) NOEXCEPT [0m
      |  [0;1;32m~~~~~~~~~~~~^~
 [0m      |  [0;32moperator""_d
 [0m [1m/data/gannet/ripley/R/packages/tests-clang/arrow/tools/cpp/src/arrow/vendored/datetime/date.h:1983:13:  [0m [0;1;35mwarning:  [0m [1midentifier '_y' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] [0m
 1983 |  [0;34moperator [0m  [0;32m"" [0m _y( [0;34munsigned [0m  [0;34mlong [0m  [0;34mlong [0m y) NOEXCEPT [0m
      |  [0;1;32m~~~~~~~~~~~~^~
 [0m      |  [0;32moperator""_y
 [0m[ 23%] Building CXX object src/arrow/CMakeFiles/arrow_array.dir/array/statistics.cc.o
[ 23%] Building CXX object src/arrow/CMakeFiles/arrow_memory_pool.dir/memory_pool.cc.o
[ 23%] Built target arrow_memory_pool
[ 24%] Building CXX object src/arrow/CMakeFiles/arrow_vendored.dir/vendored/base64.cpp.o
[ 24%] Building CXX object src/arrow/CMakeFiles/arrow_vendored.dir/vendored/datetime.cpp.o
In file included from /data/gannet/ripley/R/packages/tests-clang/arrow/tools/cpp/src/arrow/vendored/datetime.cpp:19:
In file included from /data/gannet/ripley/R/packages/tests-clang/arrow/tools/cpp/src/arrow/vendored/datetime/tz.cpp:86:
In file included from /data/gannet/ripley/R/packages/tests-clang/arrow/tools/cpp/src/arrow/vendored/datetime/tz_private.h:31:
In file included from /data/gannet/ripley/R/packages/tests-clang/arrow/tools/cpp/src/arrow/vendored/datetime/tz.h:99:
 [1m/data/gannet/ripley/R/packages/tests-clang/arrow/tools/cpp/src/arrow/vendored/datetime/date.h:966:34:  [0m [0;1;35mwarning:  [0m [1midentifier '_d' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] [0m
  966 | CONSTCD11 date::day   [0;34moperator [0m  [0;32m"" [0m _d( [0;34munsigned [0m  [0;34mlong [0m  [0;34mlong [0m d) NOEXCEPT; [0m
      |  [0;1;32m                     ~~~~~~~~~~~~^~
 [0m      |  [0;32m                     operator""_d
 [0m [1m/data/gannet/ripley/R/packages/tests-clang/arrow/tools/cpp/src/arrow/vendored/datetime/date.h:967:34:  [0m [0;1;35mwarning:  [0m [1midentifier '_y' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] [0m
  967 | CONSTCD11 date::year  [0;34moperator [0m  [0;32m"" [0m _y( [0;34munsigned [0m  [0;34mlong [0m  [0;34mlong [0m y) NOEXCEPT; [0m
      |  [0;1;32m                     ~~~~~~~~~~~~^~
 [0m      |  [0;32m                     operator""_y
 [0m [1m/data/gannet/ripley/R/packages/tests-clang/arrow/tools/cpp/src/arrow/vendored/datetime/date.h:1975:13:  [0m [0;1;35mwarning:  [0m [1midentifier '_d' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] [0m
 1975 |  [0;34moperator [0m  [0;32m"" [0m _d( [0;34munsigned [0m  [0;34mlong [0m  [0;34mlong [0m d) NOEXCEPT [0m
      |  [0;1;32m~~~~~~~~~~~~^~
 [0m      |  [0;32moperator""_d
 [0m [1m/data/gannet/ripley/R/packages/tests-clang/arrow/tools/cpp/src/arrow/vendored/datetime/date.h:1983:13:  [0m [0;1;35mwarning:  [0m [1midentifier '_y' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] [0m
 1983 |  [0;34moperator [0m  [0;32m"" [0m _y( [0;34munsigned [0m  [0;34mlong [0m  [0;34mlong [0m y) NOEXCEPT [0m
      |  [0;1;32m~~~~~~~~~~~~^~
 [0m      |  [0;32moperator""_y
 [0m4 warnings generated.
[ 24%] Building CXX object src/arrow/CMakeFiles/arrow_array.dir/array/util.cc.o
4 warnings generated.
[ 24%] Building CXX object src/arrow/CMakeFiles/arrow_vendored.dir/vendored/double-conversion/bignum-dtoa.cc.o
[ 25%] Building CXX object src/arrow/CMakeFiles/arrow_vendored.dir/vendored/double-conversion/bignum.cc.o
[ 25%] Building CXX object src/arrow/CMakeFiles/arrow_vendored.dir/vendored/double-conversion/cached-powers.cc.o
[ 25%] Building CXX object src/arrow/CMakeFiles/arrow_vendored.dir/vendored/double-conversion/double-to-string.cc.o
[ 25%] Building CXX object src/arrow/CMakeFiles/arrow_vendored.dir/vendored/double-conversion/fast-dtoa.cc.o
[ 26%] Building CXX object src/arrow/CMakeFiles/arrow_vendored.dir/vendored/double-conversion/fixed-dtoa.cc.o
[ 26%] Building CXX object src/arrow/CMakeFiles/arrow_vendored.dir/vendored/double-conversion/string-to-double.cc.o
[ 26%] Building CXX object src/arrow/CMakeFiles/arrow_array.dir/array/validate.cc.o
[ 26%] Building CXX object src/arrow/CMakeFiles/arrow_vendored.dir/vendored/double-conversion/strtod.cc.o
[ 26%] Building C object src/arrow/CMakeFiles/arrow_vendored.dir/vendored/musl/strptime.c.o
[ 27%] Building C object src/arrow/CMakeFiles/arrow_vendored.dir/vendored/uriparser/UriCommon.c.o
[ 27%] Building C object src/arrow/CMakeFiles/arrow_vendored.dir/vendored/uriparser/UriCompare.c.o
[ 27%] Building C object src/arrow/CMakeFiles/arrow_vendored.dir/vendored/uriparser/UriEscape.c.o
[ 27%] Building C object src/arrow/CMakeFiles/arrow_vendored.dir/vendored/uriparser/UriFile.c.o
[ 28%] Building C object src/arrow/CMakeFiles/arrow_vendored.dir/vendored/uriparser/UriIp4.c.o
[ 28%] Building C object src/arrow/CMakeFiles/arrow_vendored.dir/vendored/uriparser/UriIp4Base.c.o
[ 28%] Building C object src/arrow/CMakeFiles/arrow_vendored.dir/vendored/uriparser/UriMemory.c.o
[ 28%] Building C object src/arrow/CMakeFiles/arrow_vendored.dir/vendored/uriparser/UriNormalize.c.o
[ 29%] Building C object src/arrow/CMakeFiles/arrow_vendored.dir/vendored/uriparser/UriNormalizeBase.c.o
[ 29%] Building C object src/arrow/CMakeFiles/arrow_vendored.dir/vendored/uriparser/UriParse.c.o
[ 29%] Building C object src/arrow/CMakeFiles/arrow_vendored.dir/vendored/uriparser/UriParseBase.c.o
[ 29%] Building C object src/arrow/CMakeFiles/arrow_vendored.dir/vendored/uriparser/UriQuery.c.o
[ 30%] Building C object src/arrow/CMakeFiles/arrow_vendored.dir/vendored/uriparser/UriRecompose.c.o
[ 30%] Building C object src/arrow/CMakeFiles/arrow_vendored.dir/vendored/uriparser/UriResolve.c.o
[ 30%] Building C object src/arrow/CMakeFiles/arrow_vendored.dir/vendored/uriparser/UriShorten.c.o
[ 30%] Built target arrow_vendored
[ 30%] Building CXX object src/arrow/CMakeFiles/arrow_util.dir/util/align_util.cc.o
[ 30%] Built target arrow_array
[ 31%] Building CXX object src/arrow/CMakeFiles/arrow_util.dir/util/async_util.cc.o
[ 32%] Building CXX object src/arrow/CMakeFiles/arrow_csv.dir/csv/converter.cc.o
 [1m/data/gannet/ripley/R/packages/tests-clang/arrow/tools/cpp/src/arrow/util/async_util.cc:468:78:  [0m [0;1;35mwarning:  [0m [1mpassing no argument for the '...' parameter of a variadic macro is a C++20 extension [-Wvariadic-macro-arguments-omitted] [0m
  468 |    [0;34mauto [0m scope = START_SCOPED_SPAN_SV(span,  [0;32m"AsyncTaskScheduler::InitialTask"sv [0m); [0m
      |  [0;1;32m                                                                             ^
 [0m [1m/data/gannet/ripley/R/packages/tests-clang/arrow/tools/cpp/src/arrow/util/tracing_internal.h:229:11:  [0m [0;1;36mnote:  [0mmacro 'START_SCOPED_SPAN_SV' defined here [0m
  229 | #  define START_SCOPED_SPAN_SV(target_span, name, ...) ::arrow::internal::tracing::Scope() [0m
      |  [0;1;32m          ^
 [0m1 warning generated.
[ 32%] Building CXX object src/arrow/CMakeFiles/arrow_util.dir/util/atfork_internal.cc.o
In file included from /data/gannet/ripley/R/packages/tests-clang/arrow/tools/cpp/src/arrow/csv/converter.cc:41:
In file included from /data/gannet/ripley/R/packages/tests-clang/arrow/tools/cpp/src/arrow/util/value_parsing.h:38:
In file included from /data/gannet/ripley/R/packages/tests-clang/arrow/tools/cpp/src/arrow/vendored/datetime.h:21:
 [1m/data/gannet/ripley/R/packages/tests-clang/arrow/tools/cpp/src/arrow/vendored/datetime/date.h:966:34:  [0m [0;1;35mwarning:  [0m [1midentifier '_d' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] [0m
  966 | CONSTCD11 date::day   [0;34moperator [0m  [0;32m"" [0m _d( [0;34munsigned [0m  [0;34mlong [0m  [0;34mlong [0m d) NOEXCEPT; [0m
      |  [0;1;32m                     ~~~~~~~~~~~~^~
 [0m      |  [0;32m                     operator""_d
 [0m [1m/data/gannet/ripley/R/packages/tests-clang/arrow/tools/cpp/src/arrow/vendored/datetime/date.h:967:34:  [0m [0;1;35mwarning:  [0m [1midentifier '_y' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] [0m
  967 | CONSTCD11 date::year  [0;34moperator [0m  [0;32m"" [0m _y( [0;34munsigned [0m  [0;34mlong [0m  [0;34mlong [0m y) NOEXCEPT; [0m
      |  [0;1;32m                     ~~~~~~~~~~~~^~
 [0m      |  [0;32m                     operator""_y
 [0m [1m/data/gannet/ripley/R/packages/tests-clang/arrow/tools/cpp/src/arrow/vendored/datetime/date.h:1975:13:  [0m [0;1;35mwarning:  [0m [1midentifier '_d' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] [0m
 1975 |  [0;34moperator [0m  [0;32m"" [0m _d( [0;34munsigned [0m  [0;34mlong [0m  [0;34mlong [0m d) NOEXCEPT [0m
      |  [0;1;32m~~~~~~~~~~~~^~
 [0m      |  [0;32moperator""_d
 [0m [1m/data/gannet/ripley/R/packages/tests-clang/arrow/tools/cpp/src/arrow/vendored/datetime/date.h:1983:13:  [0m [0;1;35mwarning:  [0m [1midentifier '_y' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] [0m
 1983 |  [0;34moperator [0m  [0;32m"" [0m _y( [0;34munsigned [0m  [0;34mlong [0m  [0;34mlong [0m y) NOEXCEPT [0m
      |  [0;1;32m~~~~~~~~~~~~^~
 [0m      |  [0;32moperator""_y
 [0m[ 32%] Building CXX object src/arrow/CMakeFiles/arrow_util.dir/util/basic_decimal.cc.o
[ 32%] Building CXX object src/arrow/CMakeFiles/arrow_util.dir/util/bit_block_counter.cc.o
[ 33%] Building CXX object src/arrow/CMakeFiles/arrow_util.dir/util/bit_run_reader.cc.o
[ 33%] Building CXX object src/arrow/CMakeFiles/arrow_util.dir/util/bit_util.cc.o
[ 33%] Building CXX object src/arrow/CMakeFiles/arrow_util.dir/util/bitmap.cc.o
[ 33%] Building CXX object src/arrow/CMakeFiles/arrow_util.dir/util/bitmap_builders.cc.o
[ 34%] Building CXX object src/arrow/CMakeFiles/arrow_util.dir/util/bitmap_ops.cc.o
4 warnings generated.
[ 34%] Building CXX object src/arrow/CMakeFiles/arrow_csv.dir/csv/chunker.cc.o
[ 34%] Building CXX object src/arrow/CMakeFiles/arrow_util.dir/util/bpacking.cc.o
[ 34%] Building CXX object src/arrow/CMakeFiles/arrow_csv.dir/csv/column_builder.cc.o
[ 34%] Building CXX object src/arrow/CMakeFiles/arrow_util.dir/util/byte_size.cc.o
[ 34%] Building CXX object src/arrow/CMakeFiles/arrow_csv.dir/csv/column_decoder.cc.o
[ 34%] Building CXX object src/arrow/CMakeFiles/arrow_util.dir/util/cancel.cc.o
[ 35%] Building CXX object src/arrow/CMakeFiles/arrow_csv.dir/csv/options.cc.o
[ 36%] Building CXX object src/arrow/CMakeFiles/arrow_util.dir/util/compression.cc.o
[ 36%] Building CXX object src/arrow/CMakeFiles/arrow_csv.dir/csv/parser.cc.o
[ 36%] Building CXX object src/arrow/CMakeFiles/arrow_util.dir/util/counting_semaphore.cc.o
[ 36%] Building CXX object src/arrow/CMakeFiles/arrow_util.dir/util/cpu_info.cc.o
[ 36%] Building CXX object src/arrow/CMakeFiles/arrow_csv.dir/csv/reader.cc.o
[ 36%] Building CXX object src/arrow/CMakeFiles/arrow_util.dir/util/crc32.cc.o
[ 37%] Building CXX object src/arrow/CMakeFiles/arrow_util.dir/util/debug.cc.o
[ 37%] Building CXX object src/arrow/CMakeFiles/arrow_util.dir/util/decimal.cc.o
In file included from /data/gannet/ripley/R/packages/tests-clang/arrow/tools/cpp/src/arrow/util/decimal.cc:35:
In file included from /data/gannet/ripley/R/packages/tests-clang/arrow/tools/cpp/src/arrow/util/formatting.h:40:
In file included from /data/gannet/ripley/R/packages/tests-clang/arrow/tools/cpp/src/arrow/vendored/datetime.h:21:
 [1m/data/gannet/ripley/R/packages/tests-clang/arrow/tools/cpp/src/arrow/vendored/datetime/date.h:966:34:  [0m [0;1;35mwarning:  [0m [1midentifier '_d' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] [0m
  966 | CONSTCD11 date::day   [0;34moperator [0m  [0;32m"" [0m _d( [0;34munsigned [0m  [0;34mlong [0m  [0;34mlong [0m d) NOEXCEPT; [0m
      |  [0;1;32m                     ~~~~~~~~~~~~^~
 [0m      |  [0;32m                     operator""_d
 [0m [1m/data/gannet/ripley/R/packages/tests-clang/arrow/tools/cpp/src/arrow/vendored/datetime/date.h:967:34:  [0m [0;1;35mwarning:  [0m [1midentifier '_y' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] [0m
  967 | CONSTCD11 date::year  [0;34moperator [0m  [0;32m"" [0m _y( [0;34munsigned [0m  [0;34mlong [0m  [0;34mlong [0m y) NOEXCEPT; [0m
      |  [0;1;32m                     ~~~~~~~~~~~~^~
 [0m      |  [0;32m                     operator""_y
 [0m [1m/data/gannet/ripley/R/packages/tests-clang/arrow/tools/cpp/src/arrow/vendored/datetime/date.h:1975:13:  [0m [0;1;35mwarning:  [0m [1midentifier '_d' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] [0m
 1975 |  [0;34moperator [0m  [0;32m"" [0m _d( [0;34munsigned [0m  [0;34mlong [0m  [0;34mlong [0m d) NOEXCEPT [0m
      |  [0;1;32m~~~~~~~~~~~~^~
 [0m      |  [0;32moperator""_d
 [0m [1m/data/gannet/ripley/R/packages/tests-clang/arrow/tools/cpp/src/arrow/vendored/datetime/date.h:1983:13:  [0m [0;1;35mwarning:  [0m [1midentifier '_y' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] [0m
 1983 |  [0;34moperator [0m  [0;32m"" [0m _y( [0;34munsigned [0m  [0;34mlong [0m  [0;34mlong [0m y) NOEXCEPT [0m
      |  [0;1;32m~~~~~~~~~~~~^~
 [0m      |  [0;32moperator""_y
 [0m4 warnings generated.
[ 37%] Building CXX object src/arrow/CMakeFiles/arrow_util.dir/util/delimiting.cc.o
[ 37%] Building CXX object src/arrow/CMakeFiles/arrow_util.dir/util/dict_util.cc.o
[ 38%] Building CXX object src/arrow/CMakeFiles/arrow_util.dir/util/fixed_width_internal.cc.o
[ 38%] Building CXX object src/arrow/CMakeFiles/arrow_util.dir/util/float16.cc.o
[ 38%] Building CXX object src/arrow/CMakeFiles/arrow_util.dir/util/formatting.cc.o
In file included from /data/gannet/ripley/R/packages/tests-clang/arrow/tools/cpp/src/arrow/util/formatting.cc:18:
In file included from /data/gannet/ripley/R/packages/tests-clang/arrow/tools/cpp/src/arrow/util/formatting.h:40:
In file included from /data/gannet/ripley/R/packages/tests-clang/arrow/tools/cpp/src/arrow/vendored/datetime.h:21:
 [1m/data/gannet/ripley/R/packages/tests-clang/arrow/tools/cpp/src/arrow/vendored/datetime/date.h:966:34:  [0m [0;1;35mwarning:  [0m [1midentifier '_d' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] [0m
  966 | CONSTCD11 date::day   [0;34moperator [0m  [0;32m"" [0m _d( [0;34munsigned [0m  [0;34mlong [0m  [0;34mlong [0m d) NOEXCEPT; [0m
      |  [0;1;32m                     ~~~~~~~~~~~~^~
 [0m      |  [0;32m                     operator""_d
 [0m [1m/data/gannet/ripley/R/packages/tests-clang/arrow/tools/cpp/src/arrow/vendored/datetime/date.h:967:34:  [0m [0;1;35mwarning:  [0m [1midentifier '_y' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] [0m
  967 | CONSTCD11 date::year  [0;34moperator [0m  [0;32m"" [0m _y( [0;34munsigned [0m  [0;34mlong [0m  [0;34mlong [0m y) NOEXCEPT; [0m
      |  [0;1;32m                     ~~~~~~~~~~~~^~
 [0m      |  [0;32m                     operator""_y
 [0m [1m/data/gannet/ripley/R/packages/tests-clang/arrow/tools/cpp/src/arrow/vendored/datetime/date.h:1975:13:  [0m [0;1;35mwarning:  [0m [1midentifier '_d' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] [0m
 1975 |  [0;34moperator [0m  [0;32m"" [0m _d( [0;34munsigned [0m  [0;34mlong [0m  [0;34mlong [0m d) NOEXCEPT [0m
      |  [0;1;32m~~~~~~~~~~~~^~
 [0m      |  [0;32moperator""_d
 [0m [1m/data/gannet/ripley/R/packages/tests-clang/arrow/tools/cpp/src/arrow/vendored/datetime/date.h:1983:13:  [0m [0;1;35mwarning:  [0m [1midentifier '_y' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] [0m
 1983 |  [0;34moperator [0m  [0;32m"" [0m _y( [0;34munsigned [0m  [0;34mlong [0m  [0;34mlong [0m y) NOEXCEPT [0m
      |  [0;1;32m~~~~~~~~~~~~^~
 [0m      |  [0;32moperator""_y
 [0m4 warnings generated.
[ 39%] Building CXX object src/arrow/CMakeFiles/arrow_util.dir/util/future.cc.o
[ 39%] Building CXX object src/arrow/CMakeFiles/arrow_csv.dir/csv/writer.cc.o
[ 39%] Building CXX object src/arrow/CMakeFiles/arrow_util.dir/util/hashing.cc.o
[ 39%] Building CXX object src/arrow/CMakeFiles/arrow_util.dir/util/int_util.cc.o
[ 39%] Built target arrow_csv
[ 39%] Building CXX object src/arrow/CMakeFiles/arrow_util.dir/util/io_util.cc.o
[ 40%] Building CXX object src/arrow/CMakeFiles/arrow_util.dir/util/list_util.cc.o
[ 40%] Building CXX object src/arrow/CMakeFiles/arrow_compute.dir/compute/api_aggregate.cc.o
[ 40%] Building CXX object src/arrow/CMakeFiles/arrow_util.dir/util/logger.cc.o
[ 40%] Building CXX object src/arrow/CMakeFiles/arrow_util.dir/util/logging.cc.o
[ 40%] Building CXX object src/arrow/CMakeFiles/arrow_util.dir/util/key_value_metadata.cc.o
[ 40%] Building CXX object src/arrow/CMakeFiles/arrow_compute.dir/compute/api_scalar.cc.o
[ 41%] Building CXX object src/arrow/CMakeFiles/arrow_util.dir/util/memory.cc.o
[ 41%] Building CXX object src/arrow/CMakeFiles/arrow_util.dir/util/mutex.cc.o
[ 41%] Building CXX object src/arrow/CMakeFiles/arrow_util.dir/util/ree_util.cc.o
[ 41%] Building CXX object src/arrow/CMakeFiles/arrow_util.dir/util/string.cc.o
[ 42%] Building CXX object src/arrow/CMakeFiles/arrow_util.dir/util/string_builder.cc.o
[ 42%] Building CXX object src/arrow/CMakeFiles/arrow_util.dir/util/task_group.cc.o
[ 42%] Building CXX object src/arrow/CMakeFiles/arrow_compute.dir/compute/api_vector.cc.o
[ 42%] Building CXX object src/arrow/CMakeFiles/arrow_util.dir/util/tdigest.cc.o
[ 42%] Building CXX object src/arrow/CMakeFiles/arrow_util.dir/util/thread_pool.cc.o
[ 43%] Building CXX object src/arrow/CMakeFiles/arrow_util.dir/util/time.cc.o
[ 43%] Building CXX object src/arrow/CMakeFiles/arrow_util.dir/util/tracing.cc.o
[ 44%] Building CXX object src/arrow/CMakeFiles/arrow_compute.dir/compute/cast.cc.o
[ 44%] Building CXX object src/arrow/CMakeFiles/arrow_util.dir/util/trie.cc.o
[ 44%] Building CXX object src/arrow/CMakeFiles/arrow_util.dir/util/union_util.cc.o
[ 45%] Building CXX object src/arrow/CMakeFiles/arrow_util.dir/util/unreachable.cc.o
[ 45%] Building CXX object src/arrow/CMakeFiles/arrow_compute.dir/compute/exec.cc.o
[ 45%] Building CXX object src/arrow/CMakeFiles/arrow_util.dir/util/uri.cc.o
In file included from /data/gannet/ripley/R/packages/tests-clang/arrow/tools/cpp/src/arrow/util/uri.cc:27:
In file included from /data/gannet/ripley/R/packages/tests-clang/arrow/tools/cpp/src/arrow/util/value_parsing.h:38:
In file included from /data/gannet/ripley/R/packages/tests-clang/arrow/tools/cpp/src/arrow/vendored/datetime.h:21:
 [1m/data/gannet/ripley/R/packages/tests-clang/arrow/tools/cpp/src/arrow/vendored/datetime/date.h:966:34:  [0m [0;1;35mwarning:  [0m [1midentifier '_d' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] [0m
  966 | CONSTCD11 date::day   [0;34moperator [0m  [0;32m"" [0m _d( [0;34munsigned [0m  [0;34mlong [0m  [0;34mlong [0m d) NOEXCEPT; [0m
      |  [0;1;32m                     ~~~~~~~~~~~~^~
 [0m      |  [0;32m                     operator""_d
 [0m [1m/data/gannet/ripley/R/packages/tests-clang/arrow/tools/cpp/src/arrow/vendored/datetime/date.h:967:34:  [0m [0;1;35mwarning:  [0m [1midentifier '_y' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] [0m
  967 | CONSTCD11 date::year  [0;34moperator [0m  [0;32m"" [0m _y( [0;34munsigned [0m  [0;34mlong [0m  [0;34mlong [0m y) NOEXCEPT; [0m
      |  [0;1;32m                     ~~~~~~~~~~~~^~
 [0m      |  [0;32m                     operator""_y
 [0m [1m/data/gannet/ripley/R/packages/tests-clang/arrow/tools/cpp/src/arrow/vendored/datetime/date.h:1975:13:  [0m [0;1;35mwarning:  [0m [1midentifier '_d' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] [0m
 1975 |  [0;34moperator [0m  [0;32m"" [0m _d( [0;34munsigned [0m  [0;34mlong [0m  [0;34mlong [0m d) NOEXCEPT [0m
      |  [0;1;32m~~~~~~~~~~~~^~
 [0m      |  [0;32moperator""_d
 [0m [1m/data/gannet/ripley/R/packages/tests-clang/arrow/tools/cpp/src/arrow/vendored/datetime/date.h:1983:13:  [0m [0;1;35mwarning:  [0m [1midentifier '_y' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] [0m
 1983 |  [0;34moperator [0m  [0;32m"" [0m _y( [0;34munsigned [0m  [0;34mlong [0m  [0;34mlong [0m y) NOEXCEPT [0m
      |  [0;1;32m~~~~~~~~~~~~^~
 [0m      |  [0;32moperator""_y
 [0m4 warnings generated.
[ 45%] Building CXX object src/arrow/CMakeFiles/arrow_util.dir/util/utf8.cc.o
[ 45%] Building CXX object src/arrow/CMakeFiles/arrow_compute.dir/compute/expression.cc.o
[ 45%] Building CXX object src/arrow/CMakeFiles/arrow_util.dir/util/value_parsing.cc.o
In file included from /data/gannet/ripley/R/packages/tests-clang/arrow/tools/cpp/src/arrow/util/value_parsing.cc:20:
In file included from /data/gannet/ripley/R/packages/tests-clang/arrow/tools/cpp/src/arrow/util/value_parsing.h:38:
In file included from /data/gannet/ripley/R/packages/tests-clang/arrow/tools/cpp/src/arrow/vendored/datetime.h:21:
 [1m/data/gannet/ripley/R/packages/tests-clang/arrow/tools/cpp/src/arrow/vendored/datetime/date.h:966:34:  [0m [0;1;35mwarning:  [0m [1midentifier '_d' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] [0m
  966 | CONSTCD11 date::day   [0;34moperator [0m  [0;32m"" [0m _d( [0;34munsigned [0m  [0;34mlong [0m  [0;34mlong [0m d) NOEXCEPT; [0m
      |  [0;1;32m                     ~~~~~~~~~~~~^~
 [0m      |  [0;32m                     operator""_d
 [0m [1m/data/gannet/ripley/R/packages/tests-clang/arrow/tools/cpp/src/arrow/vendored/datetime/date.h:967:34:  [0m [0;1;35mwarning:  [0m [1midentifier '_y' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] [0m
  967 | CONSTCD11 date::year  [0;34moperator [0m  [0;32m"" [0m _y( [0;34munsigned [0m  [0;34mlong [0m  [0;34mlong [0m y) NOEXCEPT; [0m
      |  [0;1;32m                     ~~~~~~~~~~~~^~
 [0m      |  [0;32m                     operator""_y
 [0m [1m/data/gannet/ripley/R/packages/tests-clang/arrow/tools/cpp/src/arrow/vendored/datetime/date.h:1975:13:  [0m [0;1;35mwarning:  [0m [1midentifier '_d' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] [0m
 1975 |  [0;34moperator [0m  [0;32m"" [0m _d( [0;34munsigned [0m  [0;34mlong [0m  [0;34mlong [0m d) NOEXCEPT [0m
      |  [0;1;32m~~~~~~~~~~~~^~
 [0m      |  [0;32moperator""_d
 [0m [1m/data/gannet/ripley/R/packages/tests-clang/arrow/tools/cpp/src/arrow/vendored/datetime/date.h:1983:13:  [0m [0;1;35mwarning:  [0m [1midentifier '_y' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] [0m
 1983 |  [0;34moperator [0m  [0;32m"" [0m _y( [0;34munsigned [0m  [0;34mlong [0m  [0;34mlong [0m y) NOEXCEPT [0m
      |  [0;1;32m~~~~~~~~~~~~^~
 [0m      |  [0;32moperator""_y
 [0mIn file included from /data/gannet/ripley/R/packages/tests-clang/arrow/tools/cpp/src/arrow/compute/expression.cc:39:
In file included from /data/gannet/ripley/R/packages/tests-clang/arrow/tools/cpp/src/arrow/util/value_parsing.h:38:
In file included from /data/gannet/ripley/R/packages/tests-clang/arrow/tools/cpp/src/arrow/vendored/datetime.h:21:
 [1m/data/gannet/ripley/R/packages/tests-clang/arrow/tools/cpp/src/arrow/vendored/datetime/date.h:966:34:  [0m [0;1;35mwarning:  [0m [1midentifier '_d' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] [0m
  966 | CONSTCD11 date::day   [0;34moperator [0m  [0;32m"" [0m _d( [0;34munsigned [0m  [0;34mlong [0m  [0;34mlong [0m d) NOEXCEPT; [0m
      |  [0;1;32m                     ~~~~~~~~~~~~^~
 [0m      |  [0;32m                     operator""_d
 [0m [1m/data/gannet/ripley/R/packages/tests-clang/arrow/tools/cpp/src/arrow/vendored/datetime/date.h:967:34:  [0m [0;1;35mwarning:  [0m [1midentifier '_y' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] [0m
  967 | CONSTCD11 date::year  [0;34moperator [0m  [0;32m"" [0m _y( [0;34munsigned [0m  [0;34mlong [0m  [0;34mlong [0m y) NOEXCEPT; [0m
      |  [0;1;32m                     ~~~~~~~~~~~~^~
 [0m      |  [0;32m                     operator""_y
 [0m [1m/data/gannet/ripley/R/packages/tests-clang/arrow/tools/cpp/src/arrow/vendored/datetime/date.h:1975:13:  [0m [0;1;35mwarning:  [0m [1midentifier '_d' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] [0m
 1975 |  [0;34moperator [0m  [0;32m"" [0m _d( [0;34munsigned [0m  [0;34mlong [0m  [0;34mlong [0m d) NOEXCEPT [0m
      |  [0;1;32m~~~~~~~~~~~~^~
 [0m      |  [0;32moperator""_d
 [0m [1m/data/gannet/ripley/R/packages/tests-clang/arrow/tools/cpp/src/arrow/vendored/datetime/date.h:1983:13:  [0m [0;1;35mwarning:  [0m [1midentifier '_y' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] [0m
 1983 |  [0;34moperator [0m  [0;32m"" [0m _y( [0;34munsigned [0m  [0;34mlong [0m  [0;34mlong [0m y) NOEXCEPT [0m
      |  [0;1;32m~~~~~~~~~~~~^~
 [0m      |  [0;32moperator""_y
 [0m4 warnings generated.
[ 46%] Building CXX object src/arrow/CMakeFiles/arrow_util.dir/util/bpacking_avx2.cc.o
[ 46%] Building CXX object src/arrow/CMakeFiles/arrow_util.dir/util/bpacking_avx512.cc.o
[ 46%] Building CXX object src/arrow/CMakeFiles/arrow_util.dir/util/compression_lz4.cc.o
4 warnings generated.
[ 47%] Building CXX object src/arrow/CMakeFiles/arrow_compute.dir/compute/function.cc.o
[ 47%] Building CXX object src/arrow/CMakeFiles/arrow_util.dir/util/compression_snappy.cc.o
[ 47%] Built target arrow_util
[ 47%] Building CXX object src/arrow/CMakeFiles/arrow_compute.dir/compute/function_internal.cc.o
[ 47%] Building CXX object src/arrow/CMakeFiles/arrow_compute.dir/compute/kernel.cc.o
[ 47%] Building CXX object src/arrow/CMakeFiles/arrow_compute.dir/compute/key_hash_internal.cc.o
[ 48%] Building CXX object src/arrow/CMakeFiles/arrow_compute.dir/compute/key_map_internal.cc.o
[ 48%] Building CXX object src/arrow/CMakeFiles/arrow_compute.dir/compute/light_array_internal.cc.o
[ 48%] Building CXX object src/arrow/CMakeFiles/arrow_filesystem.dir/filesystem/filesystem.cc.o
[ 48%] Building CXX object src/arrow/CMakeFiles/arrow_compute.dir/compute/ordering.cc.o
[ 48%] Building CXX object src/arrow/CMakeFiles/arrow_compute.dir/compute/registry.cc.o
[ 49%] Building CXX object src/arrow/CMakeFiles/arrow_filesystem.dir/filesystem/localfs.cc.o
[ 50%] Building CXX object src/arrow/CMakeFiles/arrow_compute.dir/compute/kernels/codegen_internal.cc.o
[ 50%] Building CXX object src/arrow/CMakeFiles/arrow_compute.dir/compute/kernels/ree_util_internal.cc.o
[ 50%] Building CXX object src/arrow/CMakeFiles/arrow_filesystem.dir/filesystem/mockfs.cc.o
[ 50%] Building CXX object src/arrow/CMakeFiles/arrow_compute.dir/compute/kernels/scalar_cast_boolean.cc.o
In file included from /data/gannet/ripley/R/packages/tests-clang/arrow/tools/cpp/src/arrow/compute/kernels/scalar_cast_boolean.cc:23:
In file included from /data/gannet/ripley/R/packages/tests-clang/arrow/tools/cpp/src/arrow/util/value_parsing.h:38:
In file included from /data/gannet/ripley/R/packages/tests-clang/arrow/tools/cpp/src/arrow/vendored/datetime.h:21:
 [1m/data/gannet/ripley/R/packages/tests-clang/arrow/tools/cpp/src/arrow/vendored/datetime/date.h:966:34:  [0m [0;1;35mwarning:  [0m [1midentifier '_d' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] [0m
  966 | CONSTCD11 date::day   [0;34moperator [0m  [0;32m"" [0m _d( [0;34munsigned [0m  [0;34mlong [0m  [0;34mlong [0m d) NOEXCEPT; [0m
      |  [0;1;32m                     ~~~~~~~~~~~~^~
 [0m      |  [0;32m                     operator""_d
 [0m [1m/data/gannet/ripley/R/packages/tests-clang/arrow/tools/cpp/src/arrow/vendored/datetime/date.h:967:34:  [0m [0;1;35mwarning:  [0m [1midentifier '_y' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] [0m
  967 | CONSTCD11 date::year  [0;34moperator [0m  [0;32m"" [0m _y( [0;34munsigned [0m  [0;34mlong [0m  [0;34mlong [0m y) NOEXCEPT; [0m
      |  [0;1;32m                     ~~~~~~~~~~~~^~
 [0m      |  [0;32m                     operator""_y
 [0m [1m/data/gannet/ripley/R/packages/tests-clang/arrow/tools/cpp/src/arrow/vendored/datetime/date.h:1975:13:  [0m [0;1;35mwarning:  [0m [1midentifier '_d' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] [0m
 1975 |  [0;34moperator [0m  [0;32m"" [0m _d( [0;34munsigned [0m  [0;34mlong [0m  [0;34mlong [0m d) NOEXCEPT [0m
      |  [0;1;32m~~~~~~~~~~~~^~
 [0m      |  [0;32moperator""_d
 [0m [1m/data/gannet/ripley/R/packages/tests-clang/arrow/tools/cpp/src/arrow/vendored/datetime/date.h:1983:13:  [0m [0;1;35mwarning:  [0m [1midentifier '_y' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] [0m
 1983 |  [0;34moperator [0m  [0;32m"" [0m _y( [0;34munsigned [0m  [0;34mlong [0m  [0;34mlong [0m y) NOEXCEPT [0m
      |  [0;1;32m~~~~~~~~~~~~^~
 [0m      |  [0;32moperator""_y
 [0m[ 50%] Building CXX object src/arrow/CMakeFiles/arrow_filesystem.dir/filesystem/path_util.cc.o
4 warnings generated.
[ 50%] Building CXX object src/arrow/CMakeFiles/arrow_compute.dir/compute/kernels/scalar_cast_dictionary.cc.o
[ 50%] Building CXX object src/arrow/CMakeFiles/arrow_filesystem.dir/filesystem/util_internal.cc.o
[ 51%] Building CXX object src/arrow/CMakeFiles/arrow_compute.dir/compute/kernels/scalar_cast_extension.cc.o
[ 51%] Built target arrow_filesystem
[ 51%] Building CXX object src/arrow/CMakeFiles/arrow_compute.dir/compute/kernels/scalar_cast_internal.cc.o
[ 51%] Building CXX object src/arrow/CMakeFiles/arrow_ipc.dir/ipc/dictionary.cc.o
[ 51%] Building CXX object src/arrow/CMakeFiles/arrow_compute.dir/compute/kernels/scalar_cast_nested.cc.o
[ 52%] Building CXX object src/arrow/CMakeFiles/arrow_ipc.dir/ipc/feather.cc.o
[ 52%] Building CXX object src/arrow/CMakeFiles/arrow_ipc.dir/ipc/message.cc.o
[ 52%] Building CXX object src/arrow/CMakeFiles/arrow_compute.dir/compute/kernels/scalar_cast_numeric.cc.o
In file included from /data/gannet/ripley/R/packages/tests-clang/arrow/tools/cpp/src/arrow/compute/kernels/scalar_cast_numeric.cc:28:
In file included from /data/gannet/ripley/R/packages/tests-clang/arrow/tools/cpp/src/arrow/util/value_parsing.h:38:
In file included from /data/gannet/ripley/R/packages/tests-clang/arrow/tools/cpp/src/arrow/vendored/datetime.h:21:
 [1m/data/gannet/ripley/R/packages/tests-clang/arrow/tools/cpp/src/arrow/vendored/datetime/date.h:966:34:  [0m [0;1;35mwarning:  [0m [1midentifier '_d' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] [0m
  966 | CONSTCD11 date::day   [0;34moperator [0m  [0;32m"" [0m _d( [0;34munsigned [0m  [0;34mlong [0m  [0;34mlong [0m d) NOEXCEPT; [0m
      |  [0;1;32m                     ~~~~~~~~~~~~^~
 [0m      |  [0;32m                     operator""_d
 [0m [1m/data/gannet/ripley/R/packages/tests-clang/arrow/tools/cpp/src/arrow/vendored/datetime/date.h:967:34:  [0m [0;1;35mwarning:  [0m [1midentifier '_y' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] [0m
  967 | CONSTCD11 date::year  [0;34moperator [0m  [0;32m"" [0m _y( [0;34munsigned [0m  [0;34mlong [0m  [0;34mlong [0m y) NOEXCEPT; [0m
      |  [0;1;32m                     ~~~~~~~~~~~~^~
 [0m      |  [0;32m                     operator""_y
 [0m [1m/data/gannet/ripley/R/packages/tests-clang/arrow/tools/cpp/src/arrow/vendored/datetime/date.h:1975:13:  [0m [0;1;35mwarning:  [0m [1midentifier '_d' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] [0m
 1975 |  [0;34moperator [0m  [0;32m"" [0m _d( [0;34munsigned [0m  [0;34mlong [0m  [0;34mlong [0m d) NOEXCEPT [0m
      |  [0;1;32m~~~~~~~~~~~~^~
 [0m      |  [0;32moperator""_d
 [0m [1m/data/gannet/ripley/R/packages/tests-clang/arrow/tools/cpp/src/arrow/vendored/datetime/date.h:1983:13:  [0m [0;1;35mwarning:  [0m [1midentifier '_y' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] [0m
 1983 |  [0;34moperator [0m  [0;32m"" [0m _y( [0;34munsigned [0m  [0;34mlong [0m  [0;34mlong [0m y) NOEXCEPT [0m
      |  [0;1;32m~~~~~~~~~~~~^~
 [0m      |  [0;32moperator""_y
 [0m[ 52%] Building CXX object src/arrow/CMakeFiles/arrow_ipc.dir/ipc/metadata_internal.cc.o
[ 52%] Building CXX object src/arrow/CMakeFiles/arrow_ipc.dir/ipc/options.cc.o
[ 53%] Building CXX object src/arrow/CMakeFiles/arrow_ipc.dir/ipc/reader.cc.o
4 warnings generated.
[ 54%] Building CXX object src/arrow/CMakeFiles/arrow_compute.dir/compute/kernels/scalar_cast_string.cc.o
In file included from /data/gannet/ripley/R/packages/tests-clang/arrow/tools/cpp/src/arrow/compute/kernels/scalar_cast_string.cc:27:
In file included from /data/gannet/ripley/R/packages/tests-clang/arrow/tools/cpp/src/arrow/compute/kernels/temporal_internal.h:24:
In file included from /data/gannet/ripley/R/packages/tests-clang/arrow/tools/cpp/src/arrow/vendored/datetime.h:21:
 [1m/data/gannet/ripley/R/packages/tests-clang/arrow/tools/cpp/src/arrow/vendored/datetime/date.h:966:34:  [0m [0;1;35mwarning:  [0m [1midentifier '_d' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] [0m
  966 | CONSTCD11 date::day   [0;34moperator [0m  [0;32m"" [0m _d( [0;34munsigned [0m  [0;34mlong [0m  [0;34mlong [0m d) NOEXCEPT; [0m
      |  [0;1;32m                     ~~~~~~~~~~~~^~
 [0m      |  [0;32m                     operator""_d
 [0m [1m/data/gannet/ripley/R/packages/tests-clang/arrow/tools/cpp/src/arrow/vendored/datetime/date.h:967:34:  [0m [0;1;35mwarning:  [0m [1midentifier '_y' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] [0m
  967 | CONSTCD11 date::year  [0;34moperator [0m  [0;32m"" [0m _y( [0;34munsigned [0m  [0;34mlong [0m  [0;34mlong [0m y) NOEXCEPT; [0m
      |  [0;1;32m                     ~~~~~~~~~~~~^~
 [0m      |  [0;32m                     operator""_y
 [0m [1m/data/gannet/ripley/R/packages/tests-clang/arrow/tools/cpp/src/arrow/vendored/datetime/date.h:1975:13:  [0m [0;1;35mwarning:  [0m [1midentifier '_d' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] [0m
 1975 |  [0;34moperator [0m  [0;32m"" [0m _d( [0;34munsigned [0m  [0;34mlong [0m  [0;34mlong [0m d) NOEXCEPT [0m
      |  [0;1;32m~~~~~~~~~~~~^~
 [0m      |  [0;32moperator""_d
 [0m [1m/data/gannet/ripley/R/packages/tests-clang/arrow/tools/cpp/src/arrow/vendored/datetime/date.h:1983:13:  [0m [0;1;35mwarning:  [0m [1midentifier '_y' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] [0m
 1983 |  [0;34moperator [0m  [0;32m"" [0m _y( [0;34munsigned [0m  [0;34mlong [0m  [0;34mlong [0m y) NOEXCEPT [0m
      |  [0;1;32m~~~~~~~~~~~~^~
 [0m      |  [0;32moperator""_y
 [0m[ 54%] Building CXX object src/arrow/CMakeFiles/arrow_ipc.dir/ipc/writer.cc.o
[ 54%] Building CXX object src/arrow/CMakeFiles/arrow_ipc.dir/ipc/json_simple.cc.o
In file included from /data/gannet/ripley/R/packages/tests-clang/arrow/tools/cpp/src/arrow/ipc/json_simple.cc:41:
In file included from /data/gannet/ripley/R/packages/tests-clang/arrow/tools/cpp/src/arrow/util/value_parsing.h:38:
In file included from /data/gannet/ripley/R/packages/tests-clang/arrow/tools/cpp/src/arrow/vendored/datetime.h:21:
 [1m/data/gannet/ripley/R/packages/tests-clang/arrow/tools/cpp/src/arrow/vendored/datetime/date.h:966:34:  [0m [0;1;35mwarning:  [0m [1midentifier '_d' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] [0m
  966 | CONSTCD11 date::day   [0;34moperator [0m  [0;32m"" [0m _d( [0;34munsigned [0m  [0;34mlong [0m  [0;34mlong [0m d) NOEXCEPT; [0m
      |  [0;1;32m                     ~~~~~~~~~~~~^~
 [0m      |  [0;32m                     operator""_d
 [0m [1m/data/gannet/ripley/R/packages/tests-clang/arrow/tools/cpp/src/arrow/vendored/datetime/date.h:967:34:  [0m [0;1;35mwarning:  [0m [1midentifier '_y' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] [0m
  967 | CONSTCD11 date::year  [0;34moperator [0m  [0;32m"" [0m _y( [0;34munsigned [0m  [0;34mlong [0m  [0;34mlong [0m y) NOEXCEPT; [0m
      |  [0;1;32m                     ~~~~~~~~~~~~^~
 [0m      |  [0;32m                     operator""_y
 [0m [1m/data/gannet/ripley/R/packages/tests-clang/arrow/tools/cpp/src/arrow/vendored/datetime/date.h:1975:13:  [0m [0;1;35mwarning:  [0m [1midentifier '_d' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] [0m
 1975 |  [0;34moperator [0m  [0;32m"" [0m _d( [0;34munsigned [0m  [0;34mlong [0m  [0;34mlong [0m d) NOEXCEPT [0m
      |  [0;1;32m~~~~~~~~~~~~^~
 [0m      |  [0;32moperator""_d
 [0m [1m/data/gannet/ripley/R/packages/tests-clang/arrow/tools/cpp/src/arrow/vendored/datetime/date.h:1983:13:  [0m [0;1;35mwarning:  [0m [1midentifier '_y' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] [0m
 1983 |  [0;34moperator [0m  [0;32m"" [0m _y( [0;34munsigned [0m  [0;34mlong [0m  [0;34mlong [0m y) NOEXCEPT [0m
      |  [0;1;32m~~~~~~~~~~~~^~
 [0m      |  [0;32moperator""_y
 [0m4 warnings generated.
[ 54%] Building CXX object src/arrow/CMakeFiles/arrow_compute.dir/compute/kernels/scalar_cast_temporal.cc.o
In file included from /data/gannet/ripley/R/packages/tests-clang/arrow/tools/cpp/src/arrow/compute/kernels/scalar_cast_temporal.cc:25:
In file included from /data/gannet/ripley/R/packages/tests-clang/arrow/tools/cpp/src/arrow/compute/kernels/temporal_internal.h:24:
In file included from /data/gannet/ripley/R/packages/tests-clang/arrow/tools/cpp/src/arrow/vendored/datetime.h:21:
 [1m/data/gannet/ripley/R/packages/tests-clang/arrow/tools/cpp/src/arrow/vendored/datetime/date.h:966:34:  [0m [0;1;35mwarning:  [0m [1midentifier '_d' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] [0m
  966 | CONSTCD11 date::day   [0;34moperator [0m  [0;32m"" [0m _d( [0;34munsigned [0m  [0;34mlong [0m  [0;34mlong [0m d) NOEXCEPT; [0m
      |  [0;1;32m                     ~~~~~~~~~~~~^~
 [0m      |  [0;32m                     operator""_d
 [0m [1m/data/gannet/ripley/R/packages/tests-clang/arrow/tools/cpp/src/arrow/vendored/datetime/date.h:967:34:  [0m [0;1;35mwarning:  [0m [1midentifier '_y' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] [0m
  967 | CONSTCD11 date::year  [0;34moperator [0m  [0;32m"" [0m _y( [0;34munsigned [0m  [0;34mlong [0m  [0;34mlong [0m y) NOEXCEPT; [0m
      |  [0;1;32m                     ~~~~~~~~~~~~^~
 [0m      |  [0;32m                     operator""_y
 [0m [1m/data/gannet/ripley/R/packages/tests-clang/arrow/tools/cpp/src/arrow/vendored/datetime/date.h:1975:13:  [0m [0;1;35mwarning:  [0m [1midentifier '_d' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] [0m
 1975 |  [0;34moperator [0m  [0;32m"" [0m _d( [0;34munsigned [0m  [0;34mlong [0m  [0;34mlong [0m d) NOEXCEPT [0m
      |  [0;1;32m~~~~~~~~~~~~^~
 [0m      |  [0;32moperator""_d
 [0m [1m/data/gannet/ripley/R/packages/tests-clang/arrow/tools/cpp/src/arrow/vendored/datetime/date.h:1983:13:  [0m [0;1;35mwarning:  [0m [1midentifier '_y' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] [0m
 1983 |  [0;34moperator [0m  [0;32m"" [0m _y( [0;34munsigned [0m  [0;34mlong [0m  [0;34mlong [0m y) NOEXCEPT [0m
      |  [0;1;32m~~~~~~~~~~~~^~
 [0m      |  [0;32moperator""_y
 [0m4 warnings generated.
[ 54%] Building CXX object src/arrow/CMakeFiles/arrow_compute.dir/compute/kernels/util_internal.cc.o
4 warnings generated.
[ 54%] Built target arrow_ipc
[ 54%] Building CXX object src/arrow/CMakeFiles/arrow_json.dir/extension/fixed_shape_tensor.cc.o
[ 54%] Building CXX object src/arrow/CMakeFiles/arrow_compute.dir/compute/kernels/vector_hash.cc.o
[ 55%] Building CXX object src/arrow/CMakeFiles/arrow_json.dir/extension/opaque.cc.o
[ 55%] Building CXX object src/arrow/CMakeFiles/arrow_json.dir/json/options.cc.o
[ 55%] Building CXX object src/arrow/CMakeFiles/arrow_json.dir/json/chunked_builder.cc.o
[ 56%] Building CXX object src/arrow/CMakeFiles/arrow_compute.dir/compute/kernels/vector_selection.cc.o
[ 56%] Building CXX object src/arrow/CMakeFiles/arrow_json.dir/json/chunker.cc.o
[ 57%] Building CXX object src/arrow/CMakeFiles/arrow_json.dir/json/converter.cc.o
[ 57%] Building CXX object src/arrow/CMakeFiles/arrow_compute.dir/compute/kernels/vector_selection_filter_internal.cc.o
In file included from /data/gannet/ripley/R/packages/tests-clang/arrow/tools/cpp/src/arrow/json/converter.cc:34:
In file included from /data/gannet/ripley/R/packages/tests-clang/arrow/tools/cpp/src/arrow/util/value_parsing.h:38:
In file included from /data/gannet/ripley/R/packages/tests-clang/arrow/tools/cpp/src/arrow/vendored/datetime.h:21:
 [1m/data/gannet/ripley/R/packages/tests-clang/arrow/tools/cpp/src/arrow/vendored/datetime/date.h:966:34:  [0m [0;1;35mwarning:  [0m [1midentifier '_d' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] [0m
  966 | CONSTCD11 date::day   [0;34moperator [0m  [0;32m"" [0m _d( [0;34munsigned [0m  [0;34mlong [0m  [0;34mlong [0m d) NOEXCEPT; [0m
      |  [0;1;32m                     ~~~~~~~~~~~~^~
 [0m      |  [0;32m                     operator""_d
 [0m [1m/data/gannet/ripley/R/packages/tests-clang/arrow/tools/cpp/src/arrow/vendored/datetime/date.h:967:34:  [0m [0;1;35mwarning:  [0m [1midentifier '_y' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] [0m
  967 | CONSTCD11 date::year  [0;34moperator [0m  [0;32m"" [0m _y( [0;34munsigned [0m  [0;34mlong [0m  [0;34mlong [0m y) NOEXCEPT; [0m
      |  [0;1;32m                     ~~~~~~~~~~~~^~
 [0m      |  [0;32m                     operator""_y
 [0m [1m/data/gannet/ripley/R/packages/tests-clang/arrow/tools/cpp/src/arrow/vendored/datetime/date.h:1975:13:  [0m [0;1;35mwarning:  [0m [1midentifier '_d' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] [0m
 1975 |  [0;34moperator [0m  [0;32m"" [0m _d( [0;34munsigned [0m  [0;34mlong [0m  [0;34mlong [0m d) NOEXCEPT [0m
      |  [0;1;32m~~~~~~~~~~~~^~
 [0m      |  [0;32moperator""_d
 [0m [1m/data/gannet/ripley/R/packages/tests-clang/arrow/tools/cpp/src/arrow/vendored/datetime/date.h:1983:13:  [0m [0;1;35mwarning:  [0m [1midentifier '_y' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] [0m
 1983 |  [0;34moperator [0m  [0;32m"" [0m _y( [0;34munsigned [0m  [0;34mlong [0m  [0;34mlong [0m y) NOEXCEPT [0m
      |  [0;1;32m~~~~~~~~~~~~^~
 [0m      |  [0;32moperator""_y
 [0m4 warnings generated.
[ 57%] Building CXX object src/arrow/CMakeFiles/arrow_json.dir/json/object_parser.cc.o
[ 57%] Building CXX object src/arrow/CMakeFiles/arrow_compute.dir/compute/kernels/vector_selection_internal.cc.o
[ 57%] Building CXX object src/arrow/CMakeFiles/arrow_json.dir/json/object_writer.cc.o
[ 58%] Building CXX object src/arrow/CMakeFiles/arrow_json.dir/json/parser.cc.o
[ 58%] Building CXX object src/arrow/CMakeFiles/arrow_json.dir/json/reader.cc.o
[ 58%] Building CXX object src/arrow/CMakeFiles/arrow_compute.dir/compute/kernels/vector_selection_take_internal.cc.o
[ 58%] Built target arrow_json
[ 59%] Bundling /tmp/Rtmp3yIU7g/working_dir/RtmpzQceLm/file33267c5696f0cf/release/libarrow_bundled_dependencies.a
[ 59%] Built target arrow_bundled_dependencies_merge
[ 60%] Building CXX object src/arrow/CMakeFiles/arrow_compute.dir/compute/row/encode_internal.cc.o
[ 60%] Building CXX object src/arrow/CMakeFiles/arrow_compute.dir/compute/row/compare_internal.cc.o
[ 60%] Building CXX object src/arrow/CMakeFiles/arrow_compute.dir/compute/row/grouper.cc.o
[ 60%] Building CXX object src/arrow/CMakeFiles/arrow_compute.dir/compute/row/row_encoder_internal.cc.o
[ 61%] Building CXX object src/arrow/CMakeFiles/arrow_compute.dir/compute/row/row_internal.cc.o
[ 61%] Building CXX object src/arrow/CMakeFiles/arrow_compute.dir/compute/util.cc.o
[ 61%] Building CXX object src/arrow/CMakeFiles/arrow_compute.dir/compute/util_internal.cc.o
[ 62%] Building CXX object src/arrow/CMakeFiles/arrow_compute.dir/compute/key_hash_internal_avx2.cc.o
[ 62%] Building CXX object src/arrow/CMakeFiles/arrow_compute.dir/compute/key_map_internal_avx2.cc.o
[ 62%] Building CXX object src/arrow/CMakeFiles/arrow_compute.dir/compute/row/compare_internal_avx2.cc.o
[ 62%] Building CXX object src/arrow/CMakeFiles/arrow_compute.dir/compute/row/encode_internal_avx2.cc.o
[ 63%] Building CXX object src/arrow/CMakeFiles/arrow_compute.dir/compute/util_avx2.cc.o
[ 63%] Building CXX object src/arrow/CMakeFiles/arrow_compute.dir/compute/kernels/aggregate_basic.cc.o
[ 63%] Building CXX object src/arrow/CMakeFiles/arrow_compute.dir/compute/kernels/aggregate_mode.cc.o
[ 63%] Building CXX object src/arrow/CMakeFiles/arrow_compute.dir/compute/kernels/aggregate_quantile.cc.o
[ 64%] Building CXX object src/arrow/CMakeFiles/arrow_compute.dir/compute/kernels/aggregate_tdigest.cc.o
[ 64%] Building CXX object src/arrow/CMakeFiles/arrow_compute.dir/compute/kernels/aggregate_var_std.cc.o
[ 64%] Building CXX object src/arrow/CMakeFiles/arrow_compute.dir/compute/kernels/hash_aggregate.cc.o
[ 64%] Building CXX object src/arrow/CMakeFiles/arrow_compute.dir/compute/kernels/scalar_arithmetic.cc.o
[ 65%] Building CXX object src/arrow/CMakeFiles/arrow_compute.dir/compute/kernels/scalar_boolean.cc.o
[ 65%] Building CXX object src/arrow/CMakeFiles/arrow_compute.dir/compute/kernels/scalar_compare.cc.o
[ 65%] Building CXX object src/arrow/CMakeFiles/arrow_compute.dir/compute/kernels/scalar_if_else.cc.o
[ 65%] Building CXX object src/arrow/CMakeFiles/arrow_compute.dir/compute/kernels/scalar_nested.cc.o
[ 66%] Building CXX object src/arrow/CMakeFiles/arrow_compute.dir/compute/kernels/scalar_random.cc.o
[ 66%] Building CXX object src/arrow/CMakeFiles/arrow_compute.dir/compute/kernels/scalar_round.cc.o
[ 66%] Building CXX object src/arrow/CMakeFiles/arrow_compute.dir/compute/kernels/scalar_set_lookup.cc.o
[ 66%] Building CXX object src/arrow/CMakeFiles/arrow_compute.dir/compute/kernels/scalar_string_ascii.cc.o
In file included from /data/gannet/ripley/R/packages/tests-clang/arrow/tools/cpp/src/arrow/compute/kernels/scalar_string_ascii.cc:30:
In file included from /data/gannet/ripley/R/packages/tests-clang/arrow/tools/cpp/src/arrow/util/value_parsing.h:38:
In file included from /data/gannet/ripley/R/packages/tests-clang/arrow/tools/cpp/src/arrow/vendored/datetime.h:21:
 [1m/data/gannet/ripley/R/packages/tests-clang/arrow/tools/cpp/src/arrow/vendored/datetime/date.h:966:34:  [0m [0;1;35mwarning:  [0m [1midentifier '_d' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] [0m
  966 | CONSTCD11 date::day   [0;34moperator [0m  [0;32m"" [0m _d( [0;34munsigned [0m  [0;34mlong [0m  [0;34mlong [0m d) NOEXCEPT; [0m
      |  [0;1;32m                     ~~~~~~~~~~~~^~
 [0m      |  [0;32m                     operator""_d
 [0m [1m/data/gannet/ripley/R/packages/tests-clang/arrow/tools/cpp/src/arrow/vendored/datetime/date.h:967:34:  [0m [0;1;35mwarning:  [0m [1midentifier '_y' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] [0m
  967 | CONSTCD11 date::year  [0;34moperator [0m  [0;32m"" [0m _y( [0;34munsigned [0m  [0;34mlong [0m  [0;34mlong [0m y) NOEXCEPT; [0m
      |  [0;1;32m                     ~~~~~~~~~~~~^~
 [0m      |  [0;32m                     operator""_y
 [0m [1m/data/gannet/ripley/R/packages/tests-clang/arrow/tools/cpp/src/arrow/vendored/datetime/date.h:1975:13:  [0m [0;1;35mwarning:  [0m [1midentifier '_d' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] [0m
 1975 |  [0;34moperator [0m  [0;32m"" [0m _d( [0;34munsigned [0m  [0;34mlong [0m  [0;34mlong [0m d) NOEXCEPT [0m
      |  [0;1;32m~~~~~~~~~~~~^~
 [0m      |  [0;32moperator""_d
 [0m [1m/data/gannet/ripley/R/packages/tests-clang/arrow/tools/cpp/src/arrow/vendored/datetime/date.h:1983:13:  [0m [0;1;35mwarning:  [0m [1midentifier '_y' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] [0m
 1983 |  [0;34moperator [0m  [0;32m"" [0m _y( [0;34munsigned [0m  [0;34mlong [0m  [0;34mlong [0m y) NOEXCEPT [0m
      |  [0;1;32m~~~~~~~~~~~~^~
 [0m      |  [0;32moperator""_y
 [0m4 warnings generated.
[ 67%] Building CXX object src/arrow/CMakeFiles/arrow_compute.dir/compute/kernels/scalar_string_utf8.cc.o
[ 67%] Building CXX object src/arrow/CMakeFiles/arrow_compute.dir/compute/kernels/scalar_temporal_binary.cc.o
In file included from /data/gannet/ripley/R/packages/tests-clang/arrow/tools/cpp/src/arrow/compute/kernels/scalar_temporal_binary.cc:25:
In file included from /data/gannet/ripley/R/packages/tests-clang/arrow/tools/cpp/src/arrow/compute/kernels/temporal_internal.h:24:
In file included from /data/gannet/ripley/R/packages/tests-clang/arrow/tools/cpp/src/arrow/vendored/datetime.h:21:
 [1m/data/gannet/ripley/R/packages/tests-clang/arrow/tools/cpp/src/arrow/vendored/datetime/date.h:966:34:  [0m [0;1;35mwarning:  [0m [1midentifier '_d' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] [0m
  966 | CONSTCD11 date::day   [0;34moperator [0m  [0;32m"" [0m _d( [0;34munsigned [0m  [0;34mlong [0m  [0;34mlong [0m d) NOEXCEPT; [0m
      |  [0;1;32m                     ~~~~~~~~~~~~^~
 [0m      |  [0;32m                     operator""_d
 [0m [1m/data/gannet/ripley/R/packages/tests-clang/arrow/tools/cpp/src/arrow/vendored/datetime/date.h:967:34:  [0m [0;1;35mwarning:  [0m [1midentifier '_y' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] [0m
  967 | CONSTCD11 date::year  [0;34moperator [0m  [0;32m"" [0m _y( [0;34munsigned [0m  [0;34mlong [0m  [0;34mlong [0m y) NOEXCEPT; [0m
      |  [0;1;32m                     ~~~~~~~~~~~~^~
 [0m      |  [0;32m                     operator""_y
 [0m [1m/data/gannet/ripley/R/packages/tests-clang/arrow/tools/cpp/src/arrow/vendored/datetime/date.h:1975:13:  [0m [0;1;35mwarning:  [0m [1midentifier '_d' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] [0m
 1975 |  [0;34moperator [0m  [0;32m"" [0m _d( [0;34munsigned [0m  [0;34mlong [0m  [0;34mlong [0m d) NOEXCEPT [0m
      |  [0;1;32m~~~~~~~~~~~~^~
 [0m      |  [0;32moperator""_d
 [0m [1m/data/gannet/ripley/R/packages/tests-clang/arrow/tools/cpp/src/arrow/vendored/datetime/date.h:1983:13:  [0m [0;1;35mwarning:  [0m [1midentifier '_y' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] [0m
 1983 |  [0;34moperator [0m  [0;32m"" [0m _y( [0;34munsigned [0m  [0;34mlong [0m  [0;34mlong [0m y) NOEXCEPT [0m
      |  [0;1;32m~~~~~~~~~~~~^~
 [0m      |  [0;32moperator""_y
 [0m[ 67%] Building CXX object src/arrow/CMakeFiles/arrow_compute.dir/compute/kernels/scalar_temporal_unary.cc.o
In file included from /data/gannet/ripley/R/packages/tests-clang/arrow/tools/cpp/src/arrow/compute/kernels/scalar_temporal_unary.cc:25:
In file included from /data/gannet/ripley/R/packages/tests-clang/arrow/tools/cpp/src/arrow/compute/kernels/temporal_internal.h:24:
In file included from /data/gannet/ripley/R/packages/tests-clang/arrow/tools/cpp/src/arrow/vendored/datetime.h:21:
 [1m/data/gannet/ripley/R/packages/tests-clang/arrow/tools/cpp/src/arrow/vendored/datetime/date.h:966:34:  [0m [0;1;35mwarning:  [0m [1midentifier '_d' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] [0m
  966 | CONSTCD11 date::day   [0;34moperator [0m  [0;32m"" [0m _d( [0;34munsigned [0m  [0;34mlong [0m  [0;34mlong [0m d) NOEXCEPT; [0m
      |  [0;1;32m                     ~~~~~~~~~~~~^~
 [0m      |  [0;32m                     operator""_d
 [0m [1m/data/gannet/ripley/R/packages/tests-clang/arrow/tools/cpp/src/arrow/vendored/datetime/date.h:967:34:  [0m [0;1;35mwarning:  [0m [1midentifier '_y' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] [0m
  967 | CONSTCD11 date::year  [0;34moperator [0m  [0;32m"" [0m _y( [0;34munsigned [0m  [0;34mlong [0m  [0;34mlong [0m y) NOEXCEPT; [0m
      |  [0;1;32m                     ~~~~~~~~~~~~^~
 [0m      |  [0;32m                     operator""_y
 [0m [1m/data/gannet/ripley/R/packages/tests-clang/arrow/tools/cpp/src/arrow/vendored/datetime/date.h:1975:13:  [0m [0;1;35mwarning:  [0m [1midentifier '_d' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] [0m
 1975 |  [0;34moperator [0m  [0;32m"" [0m _d( [0;34munsigned [0m  [0;34mlong [0m  [0;34mlong [0m d) NOEXCEPT [0m
      |  [0;1;32m~~~~~~~~~~~~^~
 [0m      |  [0;32moperator""_d
 [0m [1m/data/gannet/ripley/R/packages/tests-clang/arrow/tools/cpp/src/arrow/vendored/datetime/date.h:1983:13:  [0m [0;1;35mwarning:  [0m [1midentifier '_y' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] [0m
 1983 |  [0;34moperator [0m  [0;32m"" [0m _y( [0;34munsigned [0m  [0;34mlong [0m  [0;34mlong [0m y) NOEXCEPT [0m
      |  [0;1;32m~~~~~~~~~~~~^~
 [0m      |  [0;32moperator""_y
 [0m4 warnings generated.
[ 67%] Building CXX object src/arrow/CMakeFiles/arrow_compute.dir/compute/kernels/scalar_validity.cc.o
[ 68%] Building CXX object src/arrow/CMakeFiles/arrow_compute.dir/compute/kernels/vector_array_sort.cc.o
4 warnings generated.
[ 68%] Building CXX object src/arrow/CMakeFiles/arrow_compute.dir/compute/kernels/vector_cumulative_ops.cc.o
[ 68%] Building CXX object src/arrow/CMakeFiles/arrow_compute.dir/compute/kernels/vector_pairwise.cc.o
[ 69%] Building CXX object src/arrow/CMakeFiles/arrow_compute.dir/compute/kernels/vector_nested.cc.o
[ 69%] Building CXX object src/arrow/CMakeFiles/arrow_compute.dir/compute/kernels/vector_rank.cc.o
[ 69%] Building CXX object src/arrow/CMakeFiles/arrow_compute.dir/compute/kernels/vector_replace.cc.o
[ 69%] Building CXX object src/arrow/CMakeFiles/arrow_compute.dir/compute/kernels/vector_run_end_encode.cc.o
[ 70%] Building CXX object src/arrow/CMakeFiles/arrow_compute.dir/compute/kernels/vector_select_k.cc.o
[ 70%] Building CXX object src/arrow/CMakeFiles/arrow_compute.dir/compute/kernels/vector_sort.cc.o
[ 70%] Building CXX object src/arrow/CMakeFiles/arrow_compute.dir/compute/kernels/aggregate_basic_avx2.cc.o
[ 70%] Building CXX object src/arrow/CMakeFiles/arrow_compute.dir/compute/kernels/aggregate_basic_avx512.cc.o
[ 70%] Built target arrow_compute
[ 71%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/buffer.cc.o
[ 71%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/builder.cc.o
[ 71%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/chunked_array.cc.o
[ 71%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/chunk_resolver.cc.o
[ 71%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/compare.cc.o
[ 72%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/config.cc.o
In file included from /data/gannet/ripley/R/packages/tests-clang/arrow/tools/cpp/src/arrow/config.cc:25:
In file included from /data/gannet/ripley/R/packages/tests-clang/arrow/tools/cpp/src/arrow/vendored/datetime.h:21:
 [1m/data/gannet/ripley/R/packages/tests-clang/arrow/tools/cpp/src/arrow/vendored/datetime/date.h:966:34:  [0m [0;1;35mwarning:  [0m [1midentifier '_d' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] [0m
  966 | CONSTCD11 date::day   [0;34moperator [0m  [0;32m"" [0m _d( [0;34munsigned [0m  [0;34mlong [0m  [0;34mlong [0m d) NOEXCEPT; [0m
      |  [0;1;32m                     ~~~~~~~~~~~~^~
 [0m      |  [0;32m                     operator""_d
 [0m [1m/data/gannet/ripley/R/packages/tests-clang/arrow/tools/cpp/src/arrow/vendored/datetime/date.h:967:34:  [0m [0;1;35mwarning:  [0m [1midentifier '_y' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] [0m
  967 | CONSTCD11 date::year  [0;34moperator [0m  [0;32m"" [0m _y( [0;34munsigned [0m  [0;34mlong [0m  [0;34mlong [0m y) NOEXCEPT; [0m
      |  [0;1;32m                     ~~~~~~~~~~~~^~
 [0m      |  [0;32m                     operator""_y
 [0m [1m/data/gannet/ripley/R/packages/tests-clang/arrow/tools/cpp/src/arrow/vendored/datetime/date.h:1975:13:  [0m [0;1;35mwarning:  [0m [1midentifier '_d' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] [0m
 1975 |  [0;34moperator [0m  [0;32m"" [0m _d( [0;34munsigned [0m  [0;34mlong [0m  [0;34mlong [0m d) NOEXCEPT [0m
      |  [0;1;32m~~~~~~~~~~~~^~
 [0m      |  [0;32moperator""_d
 [0m [1m/data/gannet/ripley/R/packages/tests-clang/arrow/tools/cpp/src/arrow/vendored/datetime/date.h:1983:13:  [0m [0;1;35mwarning:  [0m [1midentifier '_y' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] [0m
 1983 |  [0;34moperator [0m  [0;32m"" [0m _y( [0;34munsigned [0m  [0;34mlong [0m  [0;34mlong [0m y) NOEXCEPT [0m
      |  [0;1;32m~~~~~~~~~~~~^~
 [0m      |  [0;32moperator""_y
 [0m4 warnings generated.
[ 72%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/datum.cc.o
[ 72%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/device.cc.o
[ 72%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/device_allocation_type_set.cc.o
[ 73%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/extension_type.cc.o
[ 73%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/extension/bool8.cc.o
[ 73%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/extension/json.cc.o
[ 73%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/extension/uuid.cc.o
[ 74%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/pretty_print.cc.o
[ 74%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/record_batch.cc.o
In file included from /data/gannet/ripley/R/packages/tests-clang/arrow/tools/cpp/src/arrow/pretty_print.cc:41:
In file included from /data/gannet/ripley/R/packages/tests-clang/arrow/tools/cpp/src/arrow/util/formatting.h:40:
In file included from /data/gannet/ripley/R/packages/tests-clang/arrow/tools/cpp/src/arrow/vendored/datetime.h:21:
 [1m/data/gannet/ripley/R/packages/tests-clang/arrow/tools/cpp/src/arrow/vendored/datetime/date.h:966:34:  [0m [0;1;35mwarning:  [0m [1midentifier '_d' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] [0m
  966 | CONSTCD11 date::day   [0;34moperator [0m  [0;32m"" [0m _d( [0;34munsigned [0m  [0;34mlong [0m  [0;34mlong [0m d) NOEXCEPT; [0m
      |  [0;1;32m                     ~~~~~~~~~~~~^~
 [0m      |  [0;32m                     operator""_d
 [0m [1m/data/gannet/ripley/R/packages/tests-clang/arrow/tools/cpp/src/arrow/vendored/datetime/date.h:967:34:  [0m [0;1;35mwarning:  [0m [1midentifier '_y' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] [0m
  967 | CONSTCD11 date::year  [0;34moperator [0m  [0;32m"" [0m _y( [0;34munsigned [0m  [0;34mlong [0m  [0;34mlong [0m y) NOEXCEPT; [0m
      |  [0;1;32m                     ~~~~~~~~~~~~^~
 [0m      |  [0;32m                     operator""_y
 [0m [1m/data/gannet/ripley/R/packages/tests-clang/arrow/tools/cpp/src/arrow/vendored/datetime/date.h:1975:13:  [0m [0;1;35mwarning:  [0m [1midentifier '_d' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] [0m
 1975 |  [0;34moperator [0m  [0;32m"" [0m _d( [0;34munsigned [0m  [0;34mlong [0m  [0;34mlong [0m d) NOEXCEPT [0m
      |  [0;1;32m~~~~~~~~~~~~^~
 [0m      |  [0;32moperator""_d
 [0m [1m/data/gannet/ripley/R/packages/tests-clang/arrow/tools/cpp/src/arrow/vendored/datetime/date.h:1983:13:  [0m [0;1;35mwarning:  [0m [1midentifier '_y' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] [0m
 1983 |  [0;34moperator [0m  [0;32m"" [0m _y( [0;34munsigned [0m  [0;34mlong [0m  [0;34mlong [0m y) NOEXCEPT [0m
      |  [0;1;32m~~~~~~~~~~~~^~
 [0m      |  [0;32moperator""_y
 [0m[ 74%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/result.cc.o
[ 74%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/scalar.cc.o
In file included from /data/gannet/ripley/R/packages/tests-clang/arrow/tools/cpp/src/arrow/scalar.cc:35:
In file included from /data/gannet/ripley/R/packages/tests-clang/arrow/tools/cpp/src/arrow/util/formatting.h:40:
In file included from /data/gannet/ripley/R/packages/tests-clang/arrow/tools/cpp/src/arrow/vendored/datetime.h:21:
 [1m/data/gannet/ripley/R/packages/tests-clang/arrow/tools/cpp/src/arrow/vendored/datetime/date.h:966:34:  [0m [0;1;35mwarning:  [0m [1midentifier '_d' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] [0m
  966 | CONSTCD11 date::day   [0;34moperator [0m  [0;32m"" [0m _d( [0;34munsigned [0m  [0;34mlong [0m  [0;34mlong [0m d) NOEXCEPT; [0m
      |  [0;1;32m                     ~~~~~~~~~~~~^~
 [0m      |  [0;32m                     operator""_d
 [0m [1m/data/gannet/ripley/R/packages/tests-clang/arrow/tools/cpp/src/arrow/vendored/datetime/date.h:967:34:  [0m [0;1;35mwarning:  [0m [1midentifier '_y' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] [0m
  967 | CONSTCD11 date::year  [0;34moperator [0m  [0;32m"" [0m _y( [0;34munsigned [0m  [0;34mlong [0m  [0;34mlong [0m y) NOEXCEPT; [0m
      |  [0;1;32m                     ~~~~~~~~~~~~^~
 [0m      |  [0;32m                     operator""_y
 [0m [1m/data/gannet/ripley/R/packages/tests-clang/arrow/tools/cpp/src/arrow/vendored/datetime/date.h:1975:13:  [0m [0;1;35mwarning:  [0m [1midentifier '_d' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] [0m
 1975 |  [0;34moperator [0m  [0;32m"" [0m _d( [0;34munsigned [0m  [0;34mlong [0m  [0;34mlong [0m d) NOEXCEPT [0m
      |  [0;1;32m~~~~~~~~~~~~^~
 [0m      |  [0;32moperator""_d
 [0m [1m/data/gannet/ripley/R/packages/tests-clang/arrow/tools/cpp/src/arrow/vendored/datetime/date.h:1983:13:  [0m [0;1;35mwarning:  [0m [1midentifier '_y' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] [0m
 1983 |  [0;34moperator [0m  [0;32m"" [0m _y( [0;34munsigned [0m  [0;34mlong [0m  [0;34mlong [0m y) NOEXCEPT [0m
      |  [0;1;32m~~~~~~~~~~~~^~
 [0m      |  [0;32moperator""_y
 [0m4 warnings generated.
[ 75%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/sparse_tensor.cc.o
[ 75%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/status.cc.o
[ 75%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/table.cc.o
[ 75%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/table_builder.cc.o
[ 76%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/tensor.cc.o
[ 76%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/tensor/coo_converter.cc.o
4 warnings generated.
[ 76%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/tensor/csf_converter.cc.o
[ 77%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/tensor/csx_converter.cc.o
[ 77%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/type.cc.o
[ 77%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/type_traits.cc.o
[ 77%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/visitor.cc.o
[ 78%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/c/bridge.cc.o
In file included from /data/gannet/ripley/R/packages/tests-clang/arrow/tools/cpp/src/arrow/c/bridge.cc:48:
In file included from /data/gannet/ripley/R/packages/tests-clang/arrow/tools/cpp/src/arrow/util/value_parsing.h:38:
In file included from /data/gannet/ripley/R/packages/tests-clang/arrow/tools/cpp/src/arrow/vendored/datetime.h:21:
 [1m/data/gannet/ripley/R/packages/tests-clang/arrow/tools/cpp/src/arrow/vendored/datetime/date.h:966:34:  [0m [0;1;35mwarning:  [0m [1midentifier '_d' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] [0m
  966 | CONSTCD11 date::day   [0;34moperator [0m  [0;32m"" [0m _d( [0;34munsigned [0m  [0;34mlong [0m  [0;34mlong [0m d) NOEXCEPT; [0m
      |  [0;1;32m                     ~~~~~~~~~~~~^~
 [0m      |  [0;32m                     operator""_d
 [0m [1m/data/gannet/ripley/R/packages/tests-clang/arrow/tools/cpp/src/arrow/vendored/datetime/date.h:967:34:  [0m [0;1;35mwarning:  [0m [1midentifier '_y' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] [0m
  967 | CONSTCD11 date::year  [0;34moperator [0m  [0;32m"" [0m _y( [0;34munsigned [0m  [0;34mlong [0m  [0;34mlong [0m y) NOEXCEPT; [0m
      |  [0;1;32m                     ~~~~~~~~~~~~^~
 [0m      |  [0;32m                     operator""_y
 [0m [1m/data/gannet/ripley/R/packages/tests-clang/arrow/tools/cpp/src/arrow/vendored/datetime/date.h:1975:13:  [0m [0;1;35mwarning:  [0m [1midentifier '_d' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] [0m
 1975 |  [0;34moperator [0m  [0;32m"" [0m _d( [0;34munsigned [0m  [0;34mlong [0m  [0;34mlong [0m d) NOEXCEPT [0m
      |  [0;1;32m~~~~~~~~~~~~^~
 [0m      |  [0;32moperator""_d
 [0m [1m/data/gannet/ripley/R/packages/tests-clang/arrow/tools/cpp/src/arrow/vendored/datetime/date.h:1983:13:  [0m [0;1;35mwarning:  [0m [1midentifier '_y' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] [0m
 1983 |  [0;34moperator [0m  [0;32m"" [0m _y( [0;34munsigned [0m  [0;34mlong [0m  [0;34mlong [0m y) NOEXCEPT [0m
      |  [0;1;32m~~~~~~~~~~~~^~
 [0m      |  [0;32moperator""_y
 [0m[ 78%] Building CXX object src/arrow/CMakeFiles/arrow_objlib.dir/c/dlpack.cc.o
4 warnings generated.
[ 78%] Built target arrow_objlib
[ 78%] Linking CXX static library ../../release/libarrow.a
[ 78%] Built target arrow_static
[ 78%] Building CXX object src/arrow/acero/CMakeFiles/arrow_acero_objlib.dir/accumulation_queue.cc.o
[ 79%] Building CXX object src/parquet/CMakeFiles/parquet_objlib.dir/arrow/path_internal.cc.o
[ 79%] Building CXX object src/arrow/acero/CMakeFiles/arrow_acero_objlib.dir/scalar_aggregate_node.cc.o
[ 79%] Building CXX object src/parquet/CMakeFiles/parquet_objlib.dir/arrow/reader.cc.o
[ 79%] Building CXX object src/arrow/acero/CMakeFiles/arrow_acero_objlib.dir/groupby_aggregate_node.cc.o
[ 80%] Building CXX object src/arrow/acero/CMakeFiles/arrow_acero_objlib.dir/aggregate_internal.cc.o
[ 80%] Building CXX object src/parquet/CMakeFiles/parquet_objlib.dir/arrow/reader_internal.cc.o
[ 80%] Building CXX object src/arrow/acero/CMakeFiles/arrow_acero_objlib.dir/asof_join_node.cc.o
 [1m/data/gannet/ripley/R/packages/tests-clang/arrow/tools/cpp/src/arrow/acero/asof_join_node.cc:782:17:  [0m [0;1;35mwarning:  [0m [1mprivate field 'node_' is not used [-Wunused-private-field] [0m
  782 |   AsofJoinNode* node_; [0m
      |  [0;1;32m                ^
 [0m [1m/data/gannet/ripley/R/packages/tests-clang/arrow/tools/cpp/src/arrow/acero/asof_join_node.cc:784:10:  [0m [0;1;35mwarning:  [0m [1mprivate field 'index_' is not used [-Wunused-private-field] [0m
  784 |   size_t index_; [0m
      |  [0;1;32m         ^
 [0m[ 80%] Building CXX object src/parquet/CMakeFiles/parquet_objlib.dir/arrow/schema.cc.o
2 warnings generated.
[ 80%] Building CXX object src/arrow/acero/CMakeFiles/arrow_acero_objlib.dir/bloom_filter.cc.o
In file included from /data/gannet/ripley/R/packages/tests-clang/arrow/tools/cpp/src/parquet/arrow/schema.cc:35:
In file included from /data/gannet/ripley/R/packages/tests-clang/arrow/tools/cpp/src/arrow/util/value_parsing.h:38:
In file included from /data/gannet/ripley/R/packages/tests-clang/arrow/tools/cpp/src/arrow/vendored/datetime.h:21:
 [1m/data/gannet/ripley/R/packages/tests-clang/arrow/tools/cpp/src/arrow/vendored/datetime/date.h:966:34:  [0m [0;1;35mwarning:  [0m [1midentifier '_d' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] [0m
  966 | CONSTCD11 date::day   [0;34moperator [0m  [0;32m"" [0m _d( [0;34munsigned [0m  [0;34mlong [0m  [0;34mlong [0m d) NOEXCEPT; [0m
      |  [0;1;32m                     ~~~~~~~~~~~~^~
 [0m      |  [0;32m                     operator""_d
 [0m [1m/data/gannet/ripley/R/packages/tests-clang/arrow/tools/cpp/src/arrow/vendored/datetime/date.h:967:34:  [0m [0;1;35mwarning:  [0m [1midentifier '_y' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] [0m
  967 | CONSTCD11 date::year  [0;34moperator [0m  [0;32m"" [0m _y( [0;34munsigned [0m  [0;34mlong [0m  [0;34mlong [0m y) NOEXCEPT; [0m
      |  [0;1;32m                     ~~~~~~~~~~~~^~
 [0m      |  [0;32m                     operator""_y
 [0m [1m/data/gannet/ripley/R/packages/tests-clang/arrow/tools/cpp/src/arrow/vendored/datetime/date.h:1975:13:  [0m [0;1;35mwarning:  [0m [1midentifier '_d' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] [0m
 1975 |  [0;34moperator [0m  [0;32m"" [0m _d( [0;34munsigned [0m  [0;34mlong [0m  [0;34mlong [0m d) NOEXCEPT [0m
      |  [0;1;32m~~~~~~~~~~~~^~
 [0m      |  [0;32moperator""_d
 [0m [1m/data/gannet/ripley/R/packages/tests-clang/arrow/tools/cpp/src/arrow/vendored/datetime/date.h:1983:13:  [0m [0;1;35mwarning:  [0m [1midentifier '_y' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] [0m
 1983 |  [0;34moperator [0m  [0;32m"" [0m _y( [0;34munsigned [0m  [0;34mlong [0m  [0;34mlong [0m y) NOEXCEPT [0m
      |  [0;1;32m~~~~~~~~~~~~^~
 [0m      |  [0;32moperator""_y
 [0m4 warnings generated.
[ 81%] Building CXX object src/parquet/CMakeFiles/parquet_objlib.dir/arrow/schema_internal.cc.o
[ 81%] Building CXX object src/arrow/acero/CMakeFiles/arrow_acero_objlib.dir/exec_plan.cc.o
[ 81%] Building CXX object src/parquet/CMakeFiles/parquet_objlib.dir/arrow/writer.cc.o
[ 81%] Building CXX object src/parquet/CMakeFiles/parquet_objlib.dir/bloom_filter.cc.o
[ 82%] Building CXX object src/arrow/acero/CMakeFiles/arrow_acero_objlib.dir/fetch_node.cc.o
[ 82%] Building CXX object src/parquet/CMakeFiles/parquet_objlib.dir/bloom_filter_reader.cc.o
[ 83%] Building CXX object src/parquet/CMakeFiles/parquet_objlib.dir/column_reader.cc.o
[ 83%] Building CXX object src/arrow/acero/CMakeFiles/arrow_acero_objlib.dir/filter_node.cc.o
[ 83%] Building CXX object src/arrow/acero/CMakeFiles/arrow_acero_objlib.dir/hash_join.cc.o
[ 83%] Building CXX object src/arrow/acero/CMakeFiles/arrow_acero_objlib.dir/hash_join_dict.cc.o
[ 83%] Building CXX object src/parquet/CMakeFiles/parquet_objlib.dir/column_scanner.cc.o
[ 84%] Building CXX object src/arrow/acero/CMakeFiles/arrow_acero_objlib.dir/hash_join_node.cc.o
[ 84%] Building CXX object src/parquet/CMakeFiles/parquet_objlib.dir/column_writer.cc.o
[ 84%] Building CXX object src/arrow/acero/CMakeFiles/arrow_acero_objlib.dir/map_node.cc.o
[ 84%] Building CXX object src/parquet/CMakeFiles/parquet_objlib.dir/decoder.cc.o
[ 84%] Building CXX object src/arrow/acero/CMakeFiles/arrow_acero_objlib.dir/options.cc.o
[ 84%] Building CXX object src/arrow/acero/CMakeFiles/arrow_acero_objlib.dir/order_by_node.cc.o
[ 85%] Building CXX object src/arrow/acero/CMakeFiles/arrow_acero_objlib.dir/order_by_impl.cc.o
[ 86%] Building CXX object src/parquet/CMakeFiles/parquet_objlib.dir/encoder.cc.o
[ 86%] Building CXX object src/arrow/acero/CMakeFiles/arrow_acero_objlib.dir/partition_util.cc.o
[ 86%] Building CXX object src/arrow/acero/CMakeFiles/arrow_acero_objlib.dir/pivot_longer_node.cc.o
[ 86%] Building CXX object src/parquet/CMakeFiles/parquet_objlib.dir/encryption/encryption.cc.o
[ 86%] Building CXX object src/arrow/acero/CMakeFiles/arrow_acero_objlib.dir/project_node.cc.o
[ 86%] Building CXX object src/parquet/CMakeFiles/parquet_objlib.dir/encryption/internal_file_decryptor.cc.o
[ 86%] Building CXX object src/parquet/CMakeFiles/parquet_objlib.dir/encryption/internal_file_encryptor.cc.o
[ 87%] Building CXX object src/arrow/acero/CMakeFiles/arrow_acero_objlib.dir/query_context.cc.o
[ 88%] Building CXX object src/parquet/CMakeFiles/parquet_objlib.dir/exception.cc.o
[ 88%] Building CXX object src/parquet/CMakeFiles/parquet_objlib.dir/file_reader.cc.o
[ 88%] Building CXX object src/arrow/acero/CMakeFiles/arrow_acero_objlib.dir/sink_node.cc.o
[ 88%] Building CXX object src/parquet/CMakeFiles/parquet_objlib.dir/file_writer.cc.o
[ 88%] Building CXX object src/arrow/acero/CMakeFiles/arrow_acero_objlib.dir/sorted_merge_node.cc.o
[ 88%] Building CXX object src/parquet/CMakeFiles/parquet_objlib.dir/level_comparison.cc.o
[ 89%] Building CXX object src/parquet/CMakeFiles/parquet_objlib.dir/level_conversion.cc.o
[ 89%] Building CXX object src/parquet/CMakeFiles/parquet_objlib.dir/metadata.cc.o
[ 89%] Building CXX object src/arrow/acero/CMakeFiles/arrow_acero_objlib.dir/source_node.cc.o
[ 90%] Building CXX object src/arrow/acero/CMakeFiles/arrow_acero_objlib.dir/swiss_join.cc.o
[ 90%] Building CXX object src/parquet/CMakeFiles/parquet_objlib.dir/xxhasher.cc.o
[ 90%] Building CXX object src/parquet/CMakeFiles/parquet_objlib.dir/page_index.cc.o
[ 90%] Building CXX object src/arrow/acero/CMakeFiles/arrow_acero_objlib.dir/task_util.cc.o
[ 91%] Building CXX object src/parquet/CMakeFiles/parquet_objlib.dir/__/generated/parquet_constants.cpp.o
[ 91%] Building CXX object src/arrow/acero/CMakeFiles/arrow_acero_objlib.dir/time_series_util.cc.o
[ 91%] Building CXX object src/parquet/CMakeFiles/parquet_objlib.dir/__/generated/parquet_types.cpp.o
[ 91%] Building CXX object src/arrow/acero/CMakeFiles/arrow_acero_objlib.dir/tpch_node.cc.o
In file included from /data/gannet/ripley/R/packages/tests-clang/arrow/tools/cpp/src/arrow/acero/tpch_node.cc:37:
In file included from /data/gannet/ripley/R/packages/tests-clang/arrow/tools/cpp/src/arrow/util/formatting.h:40:
In file included from /data/gannet/ripley/R/packages/tests-clang/arrow/tools/cpp/src/arrow/vendored/datetime.h:21:
 [1m/data/gannet/ripley/R/packages/tests-clang/arrow/tools/cpp/src/arrow/vendored/datetime/date.h:966:34:  [0m [0;1;35mwarning:  [0m [1midentifier '_d' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] [0m
  966 | CONSTCD11 date::day   [0;34moperator [0m  [0;32m"" [0m _d( [0;34munsigned [0m  [0;34mlong [0m  [0;34mlong [0m d) NOEXCEPT; [0m
      |  [0;1;32m                     ~~~~~~~~~~~~^~
 [0m      |  [0;32m                     operator""_d
 [0m [1m/data/gannet/ripley/R/packages/tests-clang/arrow/tools/cpp/src/arrow/vendored/datetime/date.h:967:34:  [0m [0;1;35mwarning:  [0m [1midentifier '_y' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] [0m
  967 | CONSTCD11 date::year  [0;34moperator [0m  [0;32m"" [0m _y( [0;34munsigned [0m  [0;34mlong [0m  [0;34mlong [0m y) NOEXCEPT; [0m
      |  [0;1;32m                     ~~~~~~~~~~~~^~
 [0m      |  [0;32m                     operator""_y
 [0m [1m/data/gannet/ripley/R/packages/tests-clang/arrow/tools/cpp/src/arrow/vendored/datetime/date.h:1975:13:  [0m [0;1;35mwarning:  [0m [1midentifier '_d' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] [0m
 1975 |  [0;34moperator [0m  [0;32m"" [0m _d( [0;34munsigned [0m  [0;34mlong [0m  [0;34mlong [0m d) NOEXCEPT [0m
      |  [0;1;32m~~~~~~~~~~~~^~
 [0m      |  [0;32moperator""_d
 [0m [1m/data/gannet/ripley/R/packages/tests-clang/arrow/tools/cpp/src/arrow/vendored/datetime/date.h:1983:13:  [0m [0;1;35mwarning:  [0m [1midentifier '_y' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator] [0m
 1983 |  [0;34moperator [0m  [0;32m"" [0m _y( [0;34munsigned [0m  [0;34mlong [0m  [0;34mlong [0m y) NOEXCEPT [0m
      |  [0;1;32m~~~~~~~~~~~~^~
 [0m      |  [0;32moperator""_y
 [0m[ 91%] Building CXX object src/parquet/CMakeFiles/parquet_objlib.dir/platform.cc.o
[ 92%] Building CXX object src/parquet/CMakeFiles/parquet_objlib.dir/printer.cc.o
[ 92%] Building CXX object src/parquet/CMakeFiles/parquet_objlib.dir/properties.cc.o
[ 92%] Building CXX object src/parquet/CMakeFiles/parquet_objlib.dir/schema.cc.o
4 warnings generated.
[ 93%] Building CXX object src/arrow/acero/CMakeFiles/arrow_acero_objlib.dir/union_node.cc.o
[ 93%] Building CXX object src/parquet/CMakeFiles/parquet_objlib.dir/statistics.cc.o
[ 93%] Building CXX object src/arrow/acero/CMakeFiles/arrow_acero_objlib.dir/util.cc.o
[ 94%] Building CXX object src/parquet/CMakeFiles/parquet_objlib.dir/stream_reader.cc.o
[ 94%] Building CXX object src/arrow/acero/CMakeFiles/arrow_acero_objlib.dir/bloom_filter_avx2.cc.o
[ 94%] Building CXX object src/parquet/CMakeFiles/parquet_objlib.dir/stream_writer.cc.o
[ 95%] Building CXX object src/arrow/acero/CMakeFiles/arrow_acero_objlib.dir/swiss_join_avx2.cc.o
[ 95%] Building CXX object src/parquet/CMakeFiles/parquet_objlib.dir/types.cc.o
[ 95%] Built target arrow_acero_objlib
[ 95%] Building CXX object src/parquet/CMakeFiles/parquet_objlib.dir/level_comparison_avx2.cc.o
[ 95%] Linking CXX static library ../../../release/libarrow_acero.a
[ 95%] Built target arrow_acero_static
[ 96%] Building CXX object src/parquet/CMakeFiles/parquet_objlib.dir/level_conversion_bmi2.cc.o
[ 96%] Building CXX object src/parquet/CMakeFiles/parquet_objlib.dir/encryption/encryption_internal_nossl.cc.o
[ 96%] Built target parquet_objlib
[ 96%] Linking CXX static library ../../release/libparquet.a
[ 96%] Built target parquet_static
[ 97%] Building CXX object src/arrow/dataset/CMakeFiles/arrow_dataset_objlib.dir/dataset.cc.o
[ 97%] Building CXX object src/arrow/dataset/CMakeFiles/arrow_dataset_objlib.dir/dataset_writer.cc.o
[ 97%] Building CXX object src/arrow/dataset/CMakeFiles/arrow_dataset_objlib.dir/discovery.cc.o
[ 97%] Building CXX object src/arrow/dataset/CMakeFiles/arrow_dataset_objlib.dir/file_base.cc.o
[ 98%] Building CXX object src/arrow/dataset/CMakeFiles/arrow_dataset_objlib.dir/file_ipc.cc.o
[ 98%] Building CXX object src/arrow/dataset/CMakeFiles/arrow_dataset_objlib.dir/partition.cc.o
[ 98%] Building CXX object src/arrow/dataset/CMakeFiles/arrow_dataset_objlib.dir/plan.cc.o
[ 98%] Building CXX object src/arrow/dataset/CMakeFiles/arrow_dataset_objlib.dir/projector.cc.o
[ 99%] Building CXX object src/arrow/dataset/CMakeFiles/arrow_dataset_objlib.dir/scanner.cc.o
[ 99%] Building CXX object src/arrow/dataset/CMakeFiles/arrow_dataset_objlib.dir/scan_node.cc.o
[ 99%] Building CXX object src/arrow/dataset/CMakeFiles/arrow_dataset_objlib.dir/file_csv.cc.o
[ 99%] Building CXX object src/arrow/dataset/CMakeFiles/arrow_dataset_objlib.dir/file_json.cc.o
[100%] Building CXX object src/arrow/dataset/CMakeFiles/arrow_dataset_objlib.dir/file_parquet.cc.o
[100%] Built target arrow_dataset_objlib
[100%] Linking CXX static library ../../../release/libarrow_dataset.a
[100%] Built target arrow_dataset_static
Install the project...
-- Install configuration: "RELEASE"
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/lib/cmake/Arrow/Findlz4Alt.cmake
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/util/config.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/lib/libarrow_bundled_dependencies.a
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/lib/libarrow.a
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/lib/cmake/Arrow/ArrowConfig.cmake
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/lib/cmake/Arrow/ArrowConfigVersion.cmake
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/lib/cmake/Arrow/ArrowTargets.cmake
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/lib/cmake/Arrow/ArrowTargets-release.cmake
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/lib/pkgconfig/arrow.pc
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/api.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/array.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/buffer.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/buffer_builder.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/builder.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/chunk_resolver.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/chunked_array.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/compare.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/config.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/datum.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/device.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/device_allocation_type_set.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/extension_type.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/memory_pool.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/memory_pool_test.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/pch.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/pretty_print.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/record_batch.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/result.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/scalar.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/sparse_tensor.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/status.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/stl.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/stl_allocator.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/stl_iterator.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/table.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/table_builder.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/tensor.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/type.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/type_fwd.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/type_traits.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/visit_array_inline.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/visit_data_inline.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/visit_scalar_inline.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/visit_type_inline.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/visitor.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/visitor_generate.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/lib/cmake/Arrow/ArrowOptions.cmake
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/lib/cmake/Arrow/arrow-config.cmake
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/testing/async_test_util.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/testing/builder.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/testing/executor_util.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/testing/extension_type.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/testing/fixed_width_test_util.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/testing/future_util.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/testing/generator.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/testing/gtest_compat.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/testing/gtest_util.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/testing/matchers.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/testing/pch.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/testing/process.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/testing/random.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/testing/uniform_real.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/testing/util.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/testing/visibility.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/array/array_base.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/array/array_binary.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/array/array_decimal.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/array/array_dict.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/array/array_nested.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/array/array_primitive.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/array/array_run_end.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/array/builder_adaptive.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/array/builder_base.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/array/builder_binary.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/array/builder_decimal.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/array/builder_dict.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/array/builder_nested.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/array/builder_primitive.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/array/builder_run_end.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/array/builder_time.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/array/builder_union.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/array/concatenate.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/array/data.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/array/diff.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/array/statistics.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/array/util.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/array/validate.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/c/abi.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/c/bridge.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/c/dlpack.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/c/dlpack_abi.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/c/helpers.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/compute/api.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/compute/api_aggregate.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/compute/api_scalar.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/compute/api_vector.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/compute/cast.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/compute/exec.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/compute/expression.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/compute/function.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/compute/function_options.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/compute/kernel.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/compute/ordering.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/compute/registry.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/compute/type_fwd.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/compute/util.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/lib/pkgconfig/arrow-compute.pc
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/compute/row/grouper.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/extension/bool8.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/extension/fixed_shape_tensor.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/extension/json.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/extension/opaque.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/extension/uuid.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/io/api.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/io/buffered.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/io/caching.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/io/compressed.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/io/concurrency.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/io/file.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/io/hdfs.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/io/interfaces.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/io/memory.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/io/mman.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/io/slow.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/io/stdio.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/io/test_common.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/io/transform.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/io/type_fwd.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/tensor/converter.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/util/algorithm.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/util/align_util.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/util/aligned_storage.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/util/async_generator.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/util/async_generator_fwd.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/util/async_util.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/util/base64.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/util/basic_decimal.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/util/benchmark_util.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/util/binary_view_util.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/util/bit_block_counter.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/util/bit_run_reader.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/util/bit_util.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/util/bitmap.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/util/bitmap_builders.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/util/bitmap_generate.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/util/bitmap_ops.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/util/bitmap_reader.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/util/bitmap_visit.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/util/bitmap_writer.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/util/bitset_stack.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/util/bpacking.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/util/bpacking64_default.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/util/bpacking_avx2.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/util/bpacking_avx512.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/util/bpacking_default.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/util/bpacking_neon.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/util/byte_size.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/util/cancel.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/util/checked_cast.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/util/compare.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/util/compression.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/util/concurrent_map.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/util/converter.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/util/counting_semaphore.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/util/cpu_info.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/util/crc32.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/util/debug.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/util/decimal.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/util/delimiting.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/util/dict_util.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/util/dispatch.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/util/double_conversion.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/util/endian.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/util/float16.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/util/formatting.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/util/functional.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/util/future.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/util/hash_util.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/util/hashing.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/util/int_util.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/util/int_util_overflow.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/util/io_util.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/util/iterator.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/util/key_value_metadata.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/util/launder.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/util/list_util.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/util/logger.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/util/logging.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/util/macros.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/util/map.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/util/math_constants.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/util/memory.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/util/mutex.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/util/parallel.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/util/pcg_random.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/util/prefetch.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/util/print.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/util/queue.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/util/range.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/util/ree_util.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/util/regex.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/util/rows_to_batches.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/util/simd.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/util/small_vector.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/util/sort.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/util/spaced.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/util/span.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/util/stopwatch.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/util/string.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/util/string_builder.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/util/task_group.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/util/tdigest.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/util/test_common.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/util/thread_pool.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/util/time.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/util/tracing.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/util/trie.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/util/type_fwd.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/util/type_traits.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/util/ubsan.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/util/union_util.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/util/unreachable.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/util/uri.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/util/utf8.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/util/value_parsing.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/util/vector.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/util/visibility.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/util/windows_compatibility.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/util/windows_fixup.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/vendored/ProducerConsumerQueue.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/vendored/datetime.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/vendored/strptime.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/vendored/xxhash.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/vendored/datetime/date.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/vendored/datetime/ios.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/vendored/datetime/tz.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/vendored/datetime/tz_private.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/vendored/datetime/visibility.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/vendored/double-conversion/bignum-dtoa.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/vendored/double-conversion/bignum.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/vendored/double-conversion/cached-powers.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/vendored/double-conversion/diy-fp.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/vendored/double-conversion/double-conversion.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/vendored/double-conversion/double-to-string.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/vendored/double-conversion/fast-dtoa.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/vendored/double-conversion/fixed-dtoa.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/vendored/double-conversion/ieee.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/vendored/double-conversion/string-to-double.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/vendored/double-conversion/strtod.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/vendored/double-conversion/utils.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/vendored/pcg/pcg_extras.hpp
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/vendored/pcg/pcg_random.hpp
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/vendored/pcg/pcg_uint128.hpp
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/vendored/portable-snippets/debug-trap.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/vendored/portable-snippets/safe-math.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/vendored/xxhash/xxhash.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/csv/api.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/csv/chunker.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/csv/column_builder.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/csv/column_decoder.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/csv/converter.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/csv/invalid_row.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/csv/options.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/csv/parser.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/csv/reader.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/csv/test_common.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/csv/type_fwd.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/csv/writer.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/lib/pkgconfig/arrow-csv.pc
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/acero/accumulation_queue.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/acero/aggregate_node.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/acero/api.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/acero/asof_join_node.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/acero/backpressure_handler.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/acero/benchmark_util.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/acero/bloom_filter.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/acero/exec_plan.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/acero/hash_join.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/acero/hash_join_dict.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/acero/hash_join_node.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/acero/map_node.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/acero/options.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/acero/order_by_impl.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/acero/partition_util.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/acero/pch.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/acero/query_context.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/acero/schema_util.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/acero/task_util.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/acero/test_nodes.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/acero/time_series_util.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/acero/tpch_node.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/acero/type_fwd.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/acero/util.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/acero/visibility.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/lib/libarrow_acero.a
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/lib/cmake/ArrowAcero/ArrowAceroConfig.cmake
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/lib/cmake/ArrowAcero/ArrowAceroConfigVersion.cmake
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/lib/cmake/ArrowAcero/ArrowAceroTargets.cmake
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/lib/cmake/ArrowAcero/ArrowAceroTargets-release.cmake
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/lib/pkgconfig/arrow-acero.pc
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/dataset/api.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/dataset/dataset.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/dataset/dataset_writer.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/dataset/discovery.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/dataset/file_base.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/dataset/file_csv.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/dataset/file_ipc.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/dataset/file_json.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/dataset/file_orc.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/dataset/file_parquet.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/dataset/parquet_encryption_config.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/dataset/partition.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/dataset/pch.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/dataset/plan.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/dataset/projector.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/dataset/scanner.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/dataset/type_fwd.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/dataset/visibility.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/lib/libarrow_dataset.a
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/lib/cmake/ArrowDataset/ArrowDatasetConfig.cmake
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/lib/cmake/ArrowDataset/ArrowDatasetConfigVersion.cmake
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/lib/cmake/ArrowDataset/ArrowDatasetTargets.cmake
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/lib/cmake/ArrowDataset/ArrowDatasetTargets-release.cmake
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/lib/pkgconfig/arrow-dataset.pc
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/filesystem/api.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/filesystem/azurefs.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/filesystem/filesystem.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/filesystem/filesystem_library.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/filesystem/gcsfs.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/filesystem/hdfs.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/filesystem/localfs.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/filesystem/mockfs.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/filesystem/path_util.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/filesystem/s3_test_util.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/filesystem/s3fs.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/filesystem/test_util.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/filesystem/type_fwd.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/lib/pkgconfig/arrow-filesystem.pc
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/ipc/api.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/ipc/dictionary.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/ipc/feather.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/ipc/json_simple.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/ipc/message.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/ipc/options.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/ipc/reader.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/ipc/test_common.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/ipc/type_fwd.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/ipc/util.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/ipc/writer.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/json/api.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/json/chunked_builder.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/json/chunker.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/json/converter.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/json/object_parser.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/json/object_writer.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/json/options.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/json/parser.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/json/rapidjson_defs.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/json/reader.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/json/test_common.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/json/type_fwd.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/lib/pkgconfig/arrow-json.pc
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/lib/libparquet.a
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/lib/cmake/Parquet/ParquetConfig.cmake
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/lib/cmake/Parquet/ParquetConfigVersion.cmake
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/lib/cmake/Parquet/ParquetTargets.cmake
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/lib/cmake/Parquet/ParquetTargets-release.cmake
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/lib/pkgconfig/parquet.pc
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/parquet/api/io.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/parquet/api/reader.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/parquet/api/schema.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/parquet/api/writer.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/parquet/arrow/reader.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/parquet/arrow/schema.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/parquet/arrow/test_util.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/parquet/arrow/writer.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/parquet/encryption/crypto_factory.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/parquet/encryption/encryption.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/parquet/encryption/file_key_material_store.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/parquet/encryption/file_key_unwrapper.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/parquet/encryption/file_key_wrapper.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/parquet/encryption/file_system_key_material_store.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/parquet/encryption/key_encryption_key.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/parquet/encryption/key_material.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/parquet/encryption/key_metadata.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/parquet/encryption/key_toolkit.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/parquet/encryption/kms_client.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/parquet/encryption/kms_client_factory.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/parquet/encryption/local_wrap_kms_client.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/parquet/encryption/test_encryption_util.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/parquet/encryption/test_in_memory_kms.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/parquet/encryption/two_level_cache_with_expiration.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/parquet/encryption/type_fwd.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/parquet/benchmark_util.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/parquet/bloom_filter.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/parquet/bloom_filter_reader.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/parquet/column_page.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/parquet/column_reader.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/parquet/column_scanner.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/parquet/column_writer.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/parquet/encoding.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/parquet/exception.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/parquet/file_reader.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/parquet/file_writer.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/parquet/hasher.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/parquet/level_comparison.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/parquet/level_comparison_inc.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/parquet/level_conversion.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/parquet/level_conversion_inc.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/parquet/metadata.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/parquet/page_index.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/parquet/pch.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/parquet/platform.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/parquet/printer.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/parquet/properties.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/parquet/schema.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/parquet/statistics.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/parquet/stream_reader.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/parquet/stream_writer.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/parquet/test_util.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/parquet/type_fwd.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/parquet/types.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/parquet/windows_compatibility.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/parquet/windows_fixup.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/parquet/xxhasher.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/parquet/parquet_version.h
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/share/doc/arrow/LICENSE.txt
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/share/doc/arrow/NOTICE.txt
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/share/doc/arrow/README.md
-- Installing: /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/share/arrow/gdb/gdb_arrow.py
gmake[1]: Leaving directory '/tmp/Rtmp3yIU7g/working_dir/RtmpzQceLm/file33267c5696f0cf'
+ command -v sccache
+ popd
~/R/packages/tests-clang/arrow
PKG_CFLAGS=-I/data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include -DPARQUET_STATIC -DARROW_STATIC   -DARROW_R_WITH_PARQUET -DARROW_R_WITH_DATASET -DARROW_R_WITH_ACERO -DARROW_R_WITH_JSON
PKG_LIBS=-L/data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/lib -larrow_dataset -lparquet -larrow_acero -larrow -larrow_bundled_dependencies -ldl -llz4 
** libs
using C++ compiler: ‘clang version 20.1.0-rc2’
using C++17
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-clang/arrow/src'
/usr/local/clang20/bin/clang++ -stdlib=libc++ -std=gnu++17 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -I/data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include -DPARQUET_STATIC -DARROW_STATIC   -DARROW_R_WITH_PARQUET -DARROW_R_WITH_DATASET -DARROW_R_WITH_ACERO -DARROW_R_WITH_JSON -I'/data/gannet/ripley/R/test-clang/cpp11/include' -isystem /usr/local/clang20/include -I/usr/local/clang/include    -fpic  -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw   -c RTasks.cpp -o RTasks.o
/usr/local/clang20/bin/clang++ -stdlib=libc++ -std=gnu++17 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -I/data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include -DPARQUET_STATIC -DARROW_STATIC   -DARROW_R_WITH_PARQUET -DARROW_R_WITH_DATASET -DARROW_R_WITH_ACERO -DARROW_R_WITH_JSON -I'/data/gannet/ripley/R/test-clang/cpp11/include' -isystem /usr/local/clang20/include -I/usr/local/clang/include    -fpic  -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw   -c altrep.cpp -o altrep.o
/usr/local/clang20/bin/clang++ -stdlib=libc++ -std=gnu++17 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -I/data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include -DPARQUET_STATIC -DARROW_STATIC   -DARROW_R_WITH_PARQUET -DARROW_R_WITH_DATASET -DARROW_R_WITH_ACERO -DARROW_R_WITH_JSON -I'/data/gannet/ripley/R/test-clang/cpp11/include' -isystem /usr/local/clang20/include -I/usr/local/clang/include    -fpic  -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw   -c array.cpp -o array.o
/usr/local/clang20/bin/clang++ -stdlib=libc++ -std=gnu++17 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -I/data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include -DPARQUET_STATIC -DARROW_STATIC   -DARROW_R_WITH_PARQUET -DARROW_R_WITH_DATASET -DARROW_R_WITH_ACERO -DARROW_R_WITH_JSON -I'/data/gannet/ripley/R/test-clang/cpp11/include' -isystem /usr/local/clang20/include -I/usr/local/clang/include    -fpic  -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw   -c array_to_vector.cpp -o array_to_vector.o
/usr/local/clang20/bin/clang++ -stdlib=libc++ -std=gnu++17 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -I/data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include -DPARQUET_STATIC -DARROW_STATIC   -DARROW_R_WITH_PARQUET -DARROW_R_WITH_DATASET -DARROW_R_WITH_ACERO -DARROW_R_WITH_JSON -I'/data/gannet/ripley/R/test-clang/cpp11/include' -isystem /usr/local/clang20/include -I/usr/local/clang/include    -fpic  -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw   -c arraydata.cpp -o arraydata.o
/usr/local/clang20/bin/clang++ -stdlib=libc++ -std=gnu++17 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -I/data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include -DPARQUET_STATIC -DARROW_STATIC   -DARROW_R_WITH_PARQUET -DARROW_R_WITH_DATASET -DARROW_R_WITH_ACERO -DARROW_R_WITH_JSON -I'/data/gannet/ripley/R/test-clang/cpp11/include' -isystem /usr/local/clang20/include -I/usr/local/clang/include    -fpic  -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw   -c arrowExports.cpp -o arrowExports.o
/usr/local/clang20/bin/clang++ -stdlib=libc++ -std=gnu++17 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -I/data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include -DPARQUET_STATIC -DARROW_STATIC   -DARROW_R_WITH_PARQUET -DARROW_R_WITH_DATASET -DARROW_R_WITH_ACERO -DARROW_R_WITH_JSON -I'/data/gannet/ripley/R/test-clang/cpp11/include' -isystem /usr/local/clang20/include -I/usr/local/clang/include    -fpic  -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw   -c bridge.cpp -o bridge.o
/usr/local/clang20/bin/clang++ -stdlib=libc++ -std=gnu++17 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -I/data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include -DPARQUET_STATIC -DARROW_STATIC   -DARROW_R_WITH_PARQUET -DARROW_R_WITH_DATASET -DARROW_R_WITH_ACERO -DARROW_R_WITH_JSON -I'/data/gannet/ripley/R/test-clang/cpp11/include' -isystem /usr/local/clang20/include -I/usr/local/clang/include    -fpic  -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw   -c buffer.cpp -o buffer.o
/usr/local/clang20/bin/clang++ -stdlib=libc++ -std=gnu++17 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -I/data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include -DPARQUET_STATIC -DARROW_STATIC   -DARROW_R_WITH_PARQUET -DARROW_R_WITH_DATASET -DARROW_R_WITH_ACERO -DARROW_R_WITH_JSON -I'/data/gannet/ripley/R/test-clang/cpp11/include' -isystem /usr/local/clang20/include -I/usr/local/clang/include    -fpic  -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw   -c chunkedarray.cpp -o chunkedarray.o
/usr/local/clang20/bin/clang++ -stdlib=libc++ -std=gnu++17 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -I/data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include -DPARQUET_STATIC -DARROW_STATIC   -DARROW_R_WITH_PARQUET -DARROW_R_WITH_DATASET -DARROW_R_WITH_ACERO -DARROW_R_WITH_JSON -I'/data/gannet/ripley/R/test-clang/cpp11/include' -isystem /usr/local/clang20/include -I/usr/local/clang/include    -fpic  -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw   -c compression.cpp -o compression.o
/usr/local/clang20/bin/clang++ -stdlib=libc++ -std=gnu++17 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -I/data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include -DPARQUET_STATIC -DARROW_STATIC   -DARROW_R_WITH_PARQUET -DARROW_R_WITH_DATASET -DARROW_R_WITH_ACERO -DARROW_R_WITH_JSON -I'/data/gannet/ripley/R/test-clang/cpp11/include' -isystem /usr/local/clang20/include -I/usr/local/clang/include    -fpic  -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw   -c compute-exec.cpp -o compute-exec.o
/usr/local/clang20/bin/clang++ -stdlib=libc++ -std=gnu++17 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -I/data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include -DPARQUET_STATIC -DARROW_STATIC   -DARROW_R_WITH_PARQUET -DARROW_R_WITH_DATASET -DARROW_R_WITH_ACERO -DARROW_R_WITH_JSON -I'/data/gannet/ripley/R/test-clang/cpp11/include' -isystem /usr/local/clang20/include -I/usr/local/clang/include    -fpic  -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw   -c compute.cpp -o compute.o
/usr/local/clang20/bin/clang++ -stdlib=libc++ -std=gnu++17 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -I/data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include -DPARQUET_STATIC -DARROW_STATIC   -DARROW_R_WITH_PARQUET -DARROW_R_WITH_DATASET -DARROW_R_WITH_ACERO -DARROW_R_WITH_JSON -I'/data/gannet/ripley/R/test-clang/cpp11/include' -isystem /usr/local/clang20/include -I/usr/local/clang/include    -fpic  -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw   -c config.cpp -o config.o
/usr/local/clang20/bin/clang++ -stdlib=libc++ -std=gnu++17 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -I/data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include -DPARQUET_STATIC -DARROW_STATIC   -DARROW_R_WITH_PARQUET -DARROW_R_WITH_DATASET -DARROW_R_WITH_ACERO -DARROW_R_WITH_JSON -I'/data/gannet/ripley/R/test-clang/cpp11/include' -isystem /usr/local/clang20/include -I/usr/local/clang/include    -fpic  -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw   -c csv.cpp -o csv.o
/usr/local/clang20/bin/clang++ -stdlib=libc++ -std=gnu++17 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -I/data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include -DPARQUET_STATIC -DARROW_STATIC   -DARROW_R_WITH_PARQUET -DARROW_R_WITH_DATASET -DARROW_R_WITH_ACERO -DARROW_R_WITH_JSON -I'/data/gannet/ripley/R/test-clang/cpp11/include' -isystem /usr/local/clang20/include -I/usr/local/clang/include    -fpic  -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw   -c dataset.cpp -o dataset.o
/usr/local/clang20/bin/clang++ -stdlib=libc++ -std=gnu++17 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -I/data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include -DPARQUET_STATIC -DARROW_STATIC   -DARROW_R_WITH_PARQUET -DARROW_R_WITH_DATASET -DARROW_R_WITH_ACERO -DARROW_R_WITH_JSON -I'/data/gannet/ripley/R/test-clang/cpp11/include' -isystem /usr/local/clang20/include -I/usr/local/clang/include    -fpic  -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw   -c datatype.cpp -o datatype.o
/usr/local/clang20/bin/clang++ -stdlib=libc++ -std=gnu++17 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -I/data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include -DPARQUET_STATIC -DARROW_STATIC   -DARROW_R_WITH_PARQUET -DARROW_R_WITH_DATASET -DARROW_R_WITH_ACERO -DARROW_R_WITH_JSON -I'/data/gannet/ripley/R/test-clang/cpp11/include' -isystem /usr/local/clang20/include -I/usr/local/clang/include    -fpic  -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw   -c expression.cpp -o expression.o
/usr/local/clang20/bin/clang++ -stdlib=libc++ -std=gnu++17 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -I/data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include -DPARQUET_STATIC -DARROW_STATIC   -DARROW_R_WITH_PARQUET -DARROW_R_WITH_DATASET -DARROW_R_WITH_ACERO -DARROW_R_WITH_JSON -I'/data/gannet/ripley/R/test-clang/cpp11/include' -isystem /usr/local/clang20/include -I/usr/local/clang/include    -fpic  -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw   -c extension-impl.cpp -o extension-impl.o
/usr/local/clang20/bin/clang++ -stdlib=libc++ -std=gnu++17 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -I/data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include -DPARQUET_STATIC -DARROW_STATIC   -DARROW_R_WITH_PARQUET -DARROW_R_WITH_DATASET -DARROW_R_WITH_ACERO -DARROW_R_WITH_JSON -I'/data/gannet/ripley/R/test-clang/cpp11/include' -isystem /usr/local/clang20/include -I/usr/local/clang/include    -fpic  -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw   -c feather.cpp -o feather.o
/usr/local/clang20/bin/clang++ -stdlib=libc++ -std=gnu++17 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -I/data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include -DPARQUET_STATIC -DARROW_STATIC   -DARROW_R_WITH_PARQUET -DARROW_R_WITH_DATASET -DARROW_R_WITH_ACERO -DARROW_R_WITH_JSON -I'/data/gannet/ripley/R/test-clang/cpp11/include' -isystem /usr/local/clang20/include -I/usr/local/clang/include    -fpic  -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw   -c field.cpp -o field.o
/usr/local/clang20/bin/clang++ -stdlib=libc++ -std=gnu++17 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -I/data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include -DPARQUET_STATIC -DARROW_STATIC   -DARROW_R_WITH_PARQUET -DARROW_R_WITH_DATASET -DARROW_R_WITH_ACERO -DARROW_R_WITH_JSON -I'/data/gannet/ripley/R/test-clang/cpp11/include' -isystem /usr/local/clang20/include -I/usr/local/clang/include    -fpic  -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw   -c filesystem.cpp -o filesystem.o
/usr/local/clang20/bin/clang++ -stdlib=libc++ -std=gnu++17 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -I/data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include -DPARQUET_STATIC -DARROW_STATIC   -DARROW_R_WITH_PARQUET -DARROW_R_WITH_DATASET -DARROW_R_WITH_ACERO -DARROW_R_WITH_JSON -I'/data/gannet/ripley/R/test-clang/cpp11/include' -isystem /usr/local/clang20/include -I/usr/local/clang/include    -fpic  -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw   -c io.cpp -o io.o
/usr/local/clang20/bin/clang++ -stdlib=libc++ -std=gnu++17 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -I/data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include -DPARQUET_STATIC -DARROW_STATIC   -DARROW_R_WITH_PARQUET -DARROW_R_WITH_DATASET -DARROW_R_WITH_ACERO -DARROW_R_WITH_JSON -I'/data/gannet/ripley/R/test-clang/cpp11/include' -isystem /usr/local/clang20/include -I/usr/local/clang/include    -fpic  -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw   -c json.cpp -o json.o
/usr/local/clang20/bin/clang++ -stdlib=libc++ -std=gnu++17 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -I/data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include -DPARQUET_STATIC -DARROW_STATIC   -DARROW_R_WITH_PARQUET -DARROW_R_WITH_DATASET -DARROW_R_WITH_ACERO -DARROW_R_WITH_JSON -I'/data/gannet/ripley/R/test-clang/cpp11/include' -isystem /usr/local/clang20/include -I/usr/local/clang/include    -fpic  -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw   -c memorypool.cpp -o memorypool.o
/usr/local/clang20/bin/clang++ -stdlib=libc++ -std=gnu++17 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -I/data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include -DPARQUET_STATIC -DARROW_STATIC   -DARROW_R_WITH_PARQUET -DARROW_R_WITH_DATASET -DARROW_R_WITH_ACERO -DARROW_R_WITH_JSON -I'/data/gannet/ripley/R/test-clang/cpp11/include' -isystem /usr/local/clang20/include -I/usr/local/clang/include    -fpic  -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw   -c message.cpp -o message.o
/usr/local/clang20/bin/clang++ -stdlib=libc++ -std=gnu++17 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -I/data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include -DPARQUET_STATIC -DARROW_STATIC   -DARROW_R_WITH_PARQUET -DARROW_R_WITH_DATASET -DARROW_R_WITH_ACERO -DARROW_R_WITH_JSON -I'/data/gannet/ripley/R/test-clang/cpp11/include' -isystem /usr/local/clang20/include -I/usr/local/clang/include    -fpic  -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw   -c parquet.cpp -o parquet.o
/usr/local/clang20/bin/clang++ -stdlib=libc++ -std=gnu++17 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -I/data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include -DPARQUET_STATIC -DARROW_STATIC   -DARROW_R_WITH_PARQUET -DARROW_R_WITH_DATASET -DARROW_R_WITH_ACERO -DARROW_R_WITH_JSON -I'/data/gannet/ripley/R/test-clang/cpp11/include' -isystem /usr/local/clang20/include -I/usr/local/clang/include    -fpic  -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw   -c r_to_arrow.cpp -o r_to_arrow.o
/usr/local/clang20/bin/clang++ -stdlib=libc++ -std=gnu++17 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -I/data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include -DPARQUET_STATIC -DARROW_STATIC   -DARROW_R_WITH_PARQUET -DARROW_R_WITH_DATASET -DARROW_R_WITH_ACERO -DARROW_R_WITH_JSON -I'/data/gannet/ripley/R/test-clang/cpp11/include' -isystem /usr/local/clang20/include -I/usr/local/clang/include    -fpic  -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw   -c recordbatch.cpp -o recordbatch.o
/usr/local/clang20/bin/clang++ -stdlib=libc++ -std=gnu++17 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -I/data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include -DPARQUET_STATIC -DARROW_STATIC   -DARROW_R_WITH_PARQUET -DARROW_R_WITH_DATASET -DARROW_R_WITH_ACERO -DARROW_R_WITH_JSON -I'/data/gannet/ripley/R/test-clang/cpp11/include' -isystem /usr/local/clang20/include -I/usr/local/clang/include    -fpic  -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw   -c recordbatchreader.cpp -o recordbatchreader.o
/usr/local/clang20/bin/clang++ -stdlib=libc++ -std=gnu++17 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -I/data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include -DPARQUET_STATIC -DARROW_STATIC   -DARROW_R_WITH_PARQUET -DARROW_R_WITH_DATASET -DARROW_R_WITH_ACERO -DARROW_R_WITH_JSON -I'/data/gannet/ripley/R/test-clang/cpp11/include' -isystem /usr/local/clang20/include -I/usr/local/clang/include    -fpic  -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw   -c recordbatchwriter.cpp -o recordbatchwriter.o
In file included from array.cpp:18:
In file included from ././arrow_types.h:20:
/data/gannet/ripley/R/test-clang/cpp11/include/cpp11/R.hpp:52:31: warning: identifier '_xl' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
   52 | constexpr R_xlen_t operator"" _xl(unsigned long long int value) { return value; }
      |                    ~~~~~~~~~~~^~~
      |                    operator""_xl
In file included from array_to_vector.cpp:18:
In file included from ././arrow_types.h:20:
/data/gannet/ripley/R/test-clang/cpp11/include/cpp11/R.hpp:52:31: warning: identifier '_xl' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
   52 | constexpr R_xlen_t operator"" _xl(unsigned long long int value) { return value; }
      |                    ~~~~~~~~~~~^~~
      |                    operator""_xl
In file included from arraydata.cpp:18:
In file included from ././arrow_types.h:20:
/data/gannet/ripley/R/test-clang/cpp11/include/cpp11/R.hpp:52:31: warning: identifier '_xl' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
   52 | constexpr R_xlen_t operator"" _xl(unsigned long long int value) { return value; }
      |                    ~~~~~~~~~~~^~~
      |                    operator""_xl
In file included from buffer.cpp:18:
In file included from ././arrow_types.h:20:
/data/gannet/ripley/R/test-clang/cpp11/include/cpp11/R.hpp:52:31: warning: identifier '_xl' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
   52 | constexpr R_xlen_t operator"" _xl(unsigned long long int value) { return value; }
      |                    ~~~~~~~~~~~^~~
      |                    operator""_xl
In file included from altrep.cpp:18:
In file included from ././arrow_types.h:20:
/data/gannet/ripley/R/test-clang/cpp11/include/cpp11/R.hpp:52:31: warning: identifier '_xl' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
   52 | constexpr R_xlen_t operator"" _xl(unsigned long long int value) { return value; }
      |                    ~~~~~~~~~~~^~~
      |                    operator""_xl
In file included from bridge.cpp:18:
In file included from ././arrow_types.h:20:
/data/gannet/ripley/R/test-clang/cpp11/include/cpp11/R.hpp:52:31: warning: identifier '_xl' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
   52 | constexpr R_xlen_t operator"" _xl(unsigned long long int value) { return value; }
      |                    ~~~~~~~~~~~^~~
      |                    operator""_xl
In file included from recordbatchwriter.cpp:18:
In file included from ././arrow_types.h:20:
/data/gannet/ripley/R/test-clang/cpp11/include/cpp11/R.hpp:52:31: warning: identifier '_xl' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
   52 | constexpr R_xlen_t operator"" _xl(unsigned long long int value) { return value; }
      |                    ~~~~~~~~~~~^~~
      |                    operator""_xl
In file included from chunkedarray.cpp:18:
In file included from ././arrow_types.h:20:
/data/gannet/ripley/R/test-clang/cpp11/include/cpp11/R.hpp:52:31: warning: identifier '_xl' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
   52 | constexpr R_xlen_t operator"" _xl(unsigned long long int value) { return value; }
      |                    ~~~~~~~~~~~^~~
      |                    operator""_xl
In file included from compute-exec.cpp:18:
In file included from ././arrow_types.h:20:
/data/gannet/ripley/R/test-clang/cpp11/include/cpp11/R.hpp:52:31: warning: identifier '_xl' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
   52 | constexpr R_xlen_t operator"" _xl(unsigned long long int value) { return value; }
      |                    ~~~~~~~~~~~^~~
      |                    operator""_xl
In file included from config.cpp:18:
In file included from ././arrow_types.h:20:
/data/gannet/ripley/R/test-clang/cpp11/include/cpp11/R.hpp:52:31: warning: identifier '_xl' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
   52 | constexpr R_xlen_t operator"" _xl(unsigned long long int value) { return value; }
      |                    ~~~~~~~~~~~^~~
      |                    operator""_xl
In file included from datatype.cpp:18:
In file included from ././arrow_types.h:20:
/data/gannet/ripley/R/test-clang/cpp11/include/cpp11/R.hpp:52:31: warning: identifier '_xl' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
   52 | constexpr R_xlen_t operator"" _xl(unsigned long long int value) { return value; }
      |                    ~~~~~~~~~~~^~~
      |                    operator""_xl
In file included from compute.cpp:18:
In file included from ././arrow_types.h:20:
/data/gannet/ripley/R/test-clang/cpp11/include/cpp11/R.hpp:52:31: warning: identifier '_xl' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
   52 | constexpr R_xlen_t operator"" _xl(unsigned long long int value) { return value; }
      |                    ~~~~~~~~~~~^~~
      |                    operator""_xl
In file included from dataset.cpp:18:
In file included from ././arrow_types.h:20:
/data/gannet/ripley/R/test-clang/cpp11/include/cpp11/R.hpp:52:31: warning: identifier '_xl' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
   52 | constexpr R_xlen_t operator"" _xl(unsigned long long int value) { return value; }
      |                    ~~~~~~~~~~~^~~
      |                    operator""_xl
In file included from arrowExports.cpp:2:
In file included from /data/gannet/ripley/R/test-clang/cpp11/include/cpp11.hpp:3:
/data/gannet/ripley/R/test-clang/cpp11/include/cpp11/R.hpp:52:31: warning: identifier '_xl' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
   52 | constexpr R_xlen_t operator"" _xl(unsigned long long int value) { return value; }
      |                    ~~~~~~~~~~~^~~
      |                    operator""_xl
In file included from io.cpp:18:
In file included from ././arrow_types.h:20:
/data/gannet/ripley/R/test-clang/cpp11/include/cpp11/R.hpp:52:31: warning: identifier '_xl' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
   52 | constexpr R_xlen_t operator"" _xl(unsigned long long int value) { return value; }
      |                    ~~~~~~~~~~~^~~
      |                    operator""_xl
In file included from csv.cpp:18:
In file included from ././arrow_types.h:20:
/data/gannet/ripley/R/test-clang/cpp11/include/cpp11/R.hpp:52:31: warning: identifier '_xl' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
   52 | constexpr R_xlen_t operator"" _xl(unsigned long long int value) { return value; }
      |                    ~~~~~~~~~~~^~~
      |                    operator""_xl
In file included from field.cpp:18:
In file included from ././arrow_types.h:20:
/data/gannet/ripley/R/test-clang/cpp11/include/cpp11/R.hpp:52:31: warning: identifier '_xl' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
   52 | constexpr R_xlen_t operator"" _xl(unsigned long long int value) { return value; }
      |                    ~~~~~~~~~~~^~~
      |                    operator""_xl
In file included from recordbatch.cpp:18:
In file included from ././arrow_types.h:20:
/data/gannet/ripley/R/test-clang/cpp11/include/cpp11/R.hpp:52:31: warning: identifier '_xl' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
   52 | constexpr R_xlen_t operator"" _xl(unsigned long long int value) { return value; }
      |                    ~~~~~~~~~~~^~~
      |                    operator""_xl
In file included from message.cpp:18:
In file included from ././arrow_types.h:20:
/data/gannet/ripley/R/test-clang/cpp11/include/cpp11/R.hpp:52:31: warning: identifier '_xl' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
   52 | constexpr R_xlen_t operator"" _xl(unsigned long long int value) { return value; }
      |                    ~~~~~~~~~~~^~~
      |                    operator""_xl
In file included from parquet.cpp:18:
In file included from ././arrow_types.h:20:
/data/gannet/ripley/R/test-clang/cpp11/include/cpp11/R.hpp:52:31: warning: identifier '_xl' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
   52 | constexpr R_xlen_t operator"" _xl(unsigned long long int value) { return value; }
      |                    ~~~~~~~~~~~^~~
      |                    operator""_xl
In file included from filesystem.cpp:18:
In file included from ././arrow_types.h:20:
/data/gannet/ripley/R/test-clang/cpp11/include/cpp11/R.hpp:52:31: warning: identifier '_xl' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
   52 | constexpr R_xlen_t operator"" _xl(unsigned long long int value) { return value; }
      |                    ~~~~~~~~~~~^~~
      |                    operator""_xl
In file included from expression.cpp:18:
In file included from ././arrow_types.h:20:
/data/gannet/ripley/R/test-clang/cpp11/include/cpp11/R.hpp:52:31: warning: identifier '_xl' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
   52 | constexpr R_xlen_t operator"" _xl(unsigned long long int value) { return value; }
      |                    ~~~~~~~~~~~^~~
      |                    operator""_xl
In file included from json.cpp:18:
In file included from ././arrow_types.h:20:
/data/gannet/ripley/R/test-clang/cpp11/include/cpp11/R.hpp:52:31: warning: identifier '_xl' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
   52 | constexpr R_xlen_t operator"" _xl(unsigned long long int value) { return value; }
      |                    ~~~~~~~~~~~^~~
      |                    operator""_xl
In file included from compression.cpp:18:
In file included from ././arrow_types.h:20:
/data/gannet/ripley/R/test-clang/cpp11/include/cpp11/R.hpp:52:31: warning: identifier '_xl' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
   52 | constexpr R_xlen_t operator"" _xl(unsigned long long int value) { return value; }
      |                    ~~~~~~~~~~~^~~
      |                    operator""_xl
In file included from extension-impl.cpp:18:
In file included from ././arrow_types.h:20:
/data/gannet/ripley/R/test-clang/cpp11/include/cpp11/R.hpp:52:31: warning: identifier '_xl' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
   52 | constexpr R_xlen_t operator"" _xl(unsigned long long int value) { return value; }
      |                    ~~~~~~~~~~~^~~
      |                    operator""_xl
In file included from feather.cpp:18:
In file included from ././arrow_types.h:20:
/data/gannet/ripley/R/test-clang/cpp11/include/cpp11/R.hpp:52:31: warning: identifier '_xl' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
   52 | constexpr R_xlen_t operator"" _xl(unsigned long long int value) { return value; }
      |                    ~~~~~~~~~~~^~~
      |                    operator""_xl
In file included from r_to_arrow.cpp:18:
In file included from ././arrow_types.h:20:
/data/gannet/ripley/R/test-clang/cpp11/include/cpp11/R.hpp:52:31: warning: identifier '_xl' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
   52 | constexpr R_xlen_t operator"" _xl(unsigned long long int value) { return value; }
      |                    ~~~~~~~~~~~^~~
      |                    operator""_xl
In file included from recordbatchreader.cpp:18:
In file included from ././arrow_types.h:20:
/data/gannet/ripley/R/test-clang/cpp11/include/cpp11/R.hpp:52:31: warning: identifier '_xl' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
   52 | constexpr R_xlen_t operator"" _xl(unsigned long long int value) { return value; }
      |                    ~~~~~~~~~~~^~~
      |                    operator""_xl
In file included from altrep.cpp:18:
In file included from ././arrow_types.h:22:
In file included from ./././arrow_cpp11.h:25:
In file included from /data/gannet/ripley/R/test-clang/cpp11/include/cpp11.hpp:7:
In file included from /data/gannet/ripley/R/test-clang/cpp11/include/cpp11/data_frame.hpp:12:
In file included from /data/gannet/ripley/R/test-clang/cpp11/include/cpp11/list.hpp:9:
In file included from /data/gannet/ripley/R/test-clang/cpp11/include/cpp11/r_vector.hpp:19:
/data/gannet/ripley/R/test-clang/cpp11/include/cpp11/named_arg.hpp:42:29: warning: identifier '_nm' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
   42 | inline named_arg operator"" _nm(const char* name, std::size_t) { return named_arg(name); }
      |                  ~~~~~~~~~~~^~~
      |                  operator""_nm
In file included from json.cpp:18:
In file included from ././arrow_types.h:22:
In file included from ./././arrow_cpp11.h:25:
In file included from /data/gannet/ripley/R/test-clang/cpp11/include/cpp11.hpp:7:
In file included from /data/gannet/ripley/R/test-clang/cpp11/include/cpp11/data_frame.hpp:12:
In file included from /data/gannet/ripley/R/test-clang/cpp11/include/cpp11/list.hpp:9:
In file included from /data/gannet/ripley/R/test-clang/cpp11/include/cpp11/r_vector.hpp:19:
/data/gannet/ripley/R/test-clang/cpp11/include/cpp11/named_arg.hpp:42:29: warning: identifier '_nm' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
   42 | inline named_arg operator"" _nm(const char* name, std::size_t) { return named_arg(name); }
      |                  ~~~~~~~~~~~^~~
      |                  operator""_nm
In file included from array_to_vector.cpp:18:
In file included from ././arrow_types.h:22:
In file included from ./././arrow_cpp11.h:25:
In file included from /data/gannet/ripley/R/test-clang/cpp11/include/cpp11.hpp:7:
In file included from /data/gannet/ripley/R/test-clang/cpp11/include/cpp11/data_frame.hpp:12:
In file included from /data/gannet/ripley/R/test-clang/cpp11/include/cpp11/list.hpp:9:
In file included from /data/gannet/ripley/R/test-clang/cpp11/include/cpp11/r_vector.hpp:19:
/data/gannet/ripley/R/test-clang/cpp11/include/cpp11/named_arg.hpp:42:29: warning: identifier '_nm' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
   42 | inline named_arg operator"" _nm(const char* name, std::size_t) { return named_arg(name); }
      |                  ~~~~~~~~~~~^~~
      |                  operator""_nm
In file included from chunkedarray.cpp:18:
In file included from ././arrow_types.h:22:
In file included from ./././arrow_cpp11.h:25:
In file included from /data/gannet/ripley/R/test-clang/cpp11/include/cpp11.hpp:7:
In file included from /data/gannet/ripley/R/test-clang/cpp11/include/cpp11/data_frame.hpp:12:
In file included from /data/gannet/ripley/R/test-clang/cpp11/include/cpp11/list.hpp:9:
In file included from /data/gannet/ripley/R/test-clang/cpp11/include/cpp11/r_vector.hpp:19:
/data/gannet/ripley/R/test-clang/cpp11/include/cpp11/named_arg.hpp:42:29: warning: identifier '_nm' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
   42 | inline named_arg operator"" _nm(const char* name, std::size_t) { return named_arg(name); }
      |                  ~~~~~~~~~~~^~~
      |                  operator""_nm
In file included from buffer.cpp:18:
In file included from ././arrow_types.h:22:
In file included from ./././arrow_cpp11.h:25:
In file included from /data/gannet/ripley/R/test-clang/cpp11/include/cpp11.hpp:7:
In file included from /data/gannet/ripley/R/test-clang/cpp11/include/cpp11/data_frame.hpp:12:
In file included from /data/gannet/ripley/R/test-clang/cpp11/include/cpp11/list.hpp:9:
In file included from /data/gannet/ripley/R/test-clang/cpp11/include/cpp11/r_vector.hpp:19:
/data/gannet/ripley/R/test-clang/cpp11/include/cpp11/named_arg.hpp:42:29: warning: identifier '_nm' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
   42 | inline named_arg operator"" _nm(const char* name, std::size_t) { return named_arg(name); }
      |                  ~~~~~~~~~~~^~~
      |                  operator""_nm
In file included from recordbatchwriter.cpp:18:
In file included from ././arrow_types.h:22:
In file included from ./././arrow_cpp11.h:25:
In file included from /data/gannet/ripley/R/test-clang/cpp11/include/cpp11.hpp:7:
In file included from /data/gannet/ripley/R/test-clang/cpp11/include/cpp11/data_frame.hpp:12:
In file included from /data/gannet/ripley/R/test-clang/cpp11/include/cpp11/list.hpp:9:
In file included from /data/gannet/ripley/R/test-clang/cpp11/include/cpp11/r_vector.hpp:19:
/data/gannet/ripley/R/test-clang/cpp11/include/cpp11/named_arg.hpp:42:29: warning: identifier '_nm' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
   42 | inline named_arg operator"" _nm(const char* name, std::size_t) { return named_arg(name); }
      |                  ~~~~~~~~~~~^~~
      |                  operator""_nm
In file included from recordbatch.cpp:18:
In file included from ././arrow_types.h:22:
In file included from ./././arrow_cpp11.h:25:
In file included from /data/gannet/ripley/R/test-clang/cpp11/include/cpp11.hpp:7:
In file included from /data/gannet/ripley/R/test-clang/cpp11/include/cpp11/data_frame.hpp:12:
In file included from /data/gannet/ripley/R/test-clang/cpp11/include/cpp11/list.hpp:9:
In file included from /data/gannet/ripley/R/test-clang/cpp11/include/cpp11/r_vector.hpp:19:
/data/gannet/ripley/R/test-clang/cpp11/include/cpp11/named_arg.hpp:42:29: warning: identifier '_nm' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
   42 | inline named_arg operator"" _nm(const char* name, std::size_t) { return named_arg(name); }
      |                  ~~~~~~~~~~~^~~
      |                  operator""_nm
In file included from arrowExports.cpp:2:
In file included from /data/gannet/ripley/R/test-clang/cpp11/include/cpp11.hpp:7:
In file included from /data/gannet/ripley/R/test-clang/cpp11/include/cpp11/data_frame.hpp:12:
In file included from /data/gannet/ripley/R/test-clang/cpp11/include/cpp11/list.hpp:9:
In file included from /data/gannet/ripley/R/test-clang/cpp11/include/cpp11/r_vector.hpp:19:
/data/gannet/ripley/R/test-clang/cpp11/include/cpp11/named_arg.hpp:42:29: warning: identifier '_nm' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
   42 | inline named_arg operator"" _nm(const char* name, std::size_t) { return named_arg(name); }
      |                  ~~~~~~~~~~~^~~
      |                  operator""_nm
In file included from message.cpp:18:
In file included from ././arrow_types.h:22:
In file included from ./././arrow_cpp11.h:25:
In file included from /data/gannet/ripley/R/test-clang/cpp11/include/cpp11.hpp:7:
In file included from /data/gannet/ripley/R/test-clang/cpp11/include/cpp11/data_frame.hpp:12:
In file included from /data/gannet/ripley/R/test-clang/cpp11/include/cpp11/list.hpp:9:
In file included from /data/gannet/ripley/R/test-clang/cpp11/include/cpp11/r_vector.hpp:19:
/data/gannet/ripley/R/test-clang/cpp11/include/cpp11/named_arg.hpp:42:29: warning: identifier '_nm' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
   42 | inline named_arg operator"" _nm(const char* name, std::size_t) { return named_arg(name); }
      |                  ~~~~~~~~~~~^~~
      |                  operator""_nm
In file included from bridge.cpp:18:
In file included from ././arrow_types.h:22:
In file included from ./././arrow_cpp11.h:25:
In file included from /data/gannet/ripley/R/test-clang/cpp11/include/cpp11.hpp:7:
In file included from /data/gannet/ripley/R/test-clang/cpp11/include/cpp11/data_frame.hpp:12:
In file included from /data/gannet/ripley/R/test-clang/cpp11/include/cpp11/list.hpp:9:
In file included from /data/gannet/ripley/R/test-clang/cpp11/include/cpp11/r_vector.hpp:19:
/data/gannet/ripley/R/test-clang/cpp11/include/cpp11/named_arg.hpp:42:29: warning: identifier '_nm' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
   42 | inline named_arg operator"" _nm(const char* name, std::size_t) { return named_arg(name); }
      |                  ~~~~~~~~~~~^~~
      |                  operator""_nm
In file included from compute.cpp:18:
In file included from ././arrow_types.h:22:
In file included from ./././arrow_cpp11.h:25:
In file included from /data/gannet/ripley/R/test-clang/cpp11/include/cpp11.hpp:7:
In file included from /data/gannet/ripley/R/test-clang/cpp11/include/cpp11/data_frame.hpp:12:
In file included from /data/gannet/ripley/R/test-clang/cpp11/include/cpp11/list.hpp:9:
In file included from /data/gannet/ripley/R/test-clang/cpp11/include/cpp11/r_vector.hpp:19:
/data/gannet/ripley/R/test-clang/cpp11/include/cpp11/named_arg.hpp:42:29: warning: identifier '_nm' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
   42 | inline named_arg operator"" _nm(const char* name, std::size_t) { return named_arg(name); }
      |                  ~~~~~~~~~~~^~~
      |                  operator""_nm
In file included from filesystem.cpp:18:
In file included from ././arrow_types.h:22:
In file included from ./././arrow_cpp11.h:25:
In file included from /data/gannet/ripley/R/test-clang/cpp11/include/cpp11.hpp:7:
In file included from /data/gannet/ripley/R/test-clang/cpp11/include/cpp11/data_frame.hpp:12:
In file included from /data/gannet/ripley/R/test-clang/cpp11/include/cpp11/list.hpp:9:
In file included from /data/gannet/ripley/R/test-clang/cpp11/include/cpp11/r_vector.hpp:19:
/data/gannet/ripley/R/test-clang/cpp11/include/cpp11/named_arg.hpp:42:29: warning: identifier '_nm' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
   42 | inline named_arg operator"" _nm(const char* name, std::size_t) { return named_arg(name); }
      |                  ~~~~~~~~~~~^~~
      |                  operator""_nm
In file included from io.cpp:18:
In file included from ././arrow_types.h:22:
In file included from ./././arrow_cpp11.h:25:
In file included from /data/gannet/ripley/R/test-clang/cpp11/include/cpp11.hpp:7:
In file included from /data/gannet/ripley/R/test-clang/cpp11/include/cpp11/data_frame.hpp:12:
In file included from /data/gannet/ripley/R/test-clang/cpp11/include/cpp11/list.hpp:9:
In file included from /data/gannet/ripley/R/test-clang/cpp11/include/cpp11/r_vector.hpp:19:
/data/gannet/ripley/R/test-clang/cpp11/include/cpp11/named_arg.hpp:42:29: warning: identifier '_nm' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
   42 | inline named_arg operator"" _nm(const char* name, std::size_t) { return named_arg(name); }
      |                  ~~~~~~~~~~~^~~
      |                  operator""_nm
In file included from dataset.cpp:18:
In file included from ././arrow_types.h:22:
In file included from ./././arrow_cpp11.h:25:
In file included from /data/gannet/ripley/R/test-clang/cpp11/include/cpp11.hpp:7:
In file included from /data/gannet/ripley/R/test-clang/cpp11/include/cpp11/data_frame.hpp:12:
In file included from /data/gannet/ripley/R/test-clang/cpp11/include/cpp11/list.hpp:9:
In file included from /data/gannet/ripley/R/test-clang/cpp11/include/cpp11/r_vector.hpp:19:
/data/gannet/ripley/R/test-clang/cpp11/include/cpp11/named_arg.hpp:42:29: warning: identifier '_nm' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
   42 | inline named_arg operator"" _nm(const char* name, std::size_t) { return named_arg(name); }
      |                  ~~~~~~~~~~~^~~
      |                  operator""_nm
In file included from array.cpp:18:
In file included from ././arrow_types.h:22:
In file included from ./././arrow_cpp11.h:25:
In file included from /data/gannet/ripley/R/test-clang/cpp11/include/cpp11.hpp:7:
In file included from /data/gannet/ripley/R/test-clang/cpp11/include/cpp11/data_frame.hpp:12:
In file included from /data/gannet/ripley/R/test-clang/cpp11/include/cpp11/list.hpp:9:
In file included from /data/gannet/ripley/R/test-clang/cpp11/include/cpp11/r_vector.hpp:19:
/data/gannet/ripley/R/test-clang/cpp11/include/cpp11/named_arg.hpp:42:29: warning: identifier '_nm' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
   42 | inline named_arg operator"" _nm(const char* name, std::size_t) { return named_arg(name); }
      |                  ~~~~~~~~~~~^~~
      |                  operator""_nm
In file included from memorypool.cpp:19:
In file included from ././arrow_types.h:20:
/data/gannet/ripley/R/test-clang/cpp11/include/cpp11/R.hpp:52:31: warning: identifier '_xl' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
   52 | constexpr R_xlen_t operator"" _xl(unsigned long long int value) { return value; }
      |                    ~~~~~~~~~~~^~~
      |                    operator""_xl
In file included from recordbatchreader.cpp:18:
In file included from ././arrow_types.h:22:
In file included from ./././arrow_cpp11.h:25:
In file included from /data/gannet/ripley/R/test-clang/cpp11/include/cpp11.hpp:7:
In file included from /data/gannet/ripley/R/test-clang/cpp11/include/cpp11/data_frame.hpp:12:
In file included from /data/gannet/ripley/R/test-clang/cpp11/include/cpp11/list.hpp:9:
In file included from /data/gannet/ripley/R/test-clang/cpp11/include/cpp11/r_vector.hpp:19:
/data/gannet/ripley/R/test-clang/cpp11/include/cpp11/named_arg.hpp:42:29: warning: identifier '_nm' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
   42 | inline named_arg operator"" _nm(const char* name, std::size_t) { return named_arg(name); }
      |                  ~~~~~~~~~~~^~~
      |                  operator""_nm
In file included from arraydata.cpp:18:
In file included from ././arrow_types.h:22:
In file included from ./././arrow_cpp11.h:25:
In file included from /data/gannet/ripley/R/test-clang/cpp11/include/cpp11.hpp:7:
In file included from /data/gannet/ripley/R/test-clang/cpp11/include/cpp11/data_frame.hpp:12:
In file included from /data/gannet/ripley/R/test-clang/cpp11/include/cpp11/list.hpp:9:
In file included from /data/gannet/ripley/R/test-clang/cpp11/include/cpp11/r_vector.hpp:19:
/data/gannet/ripley/R/test-clang/cpp11/include/cpp11/named_arg.hpp:42:29: warning: identifier '_nm' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
   42 | inline named_arg operator"" _nm(const char* name, std::size_t) { return named_arg(name); }
      |                  ~~~~~~~~~~~^~~
      |                  operator""_nm
In file included from config.cpp:18:
In file included from ././arrow_types.h:22:
In file included from ./././arrow_cpp11.h:25:
In file included from /data/gannet/ripley/R/test-clang/cpp11/include/cpp11.hpp:7:
In file included from /data/gannet/ripley/R/test-clang/cpp11/include/cpp11/data_frame.hpp:12:
In file included from /data/gannet/ripley/R/test-clang/cpp11/include/cpp11/list.hpp:9:
In file included from /data/gannet/ripley/R/test-clang/cpp11/include/cpp11/r_vector.hpp:19:
/data/gannet/ripley/R/test-clang/cpp11/include/cpp11/named_arg.hpp:42:29: warning: identifier '_nm' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
   42 | inline named_arg operator"" _nm(const char* name, std::size_t) { return named_arg(name); }
      |                  ~~~~~~~~~~~^~~
      |                  operator""_nm
In file included from memorypool.cpp:19:
In file included from ././arrow_types.h:22:
In file included from ./././arrow_cpp11.h:25:
In file included from /data/gannet/ripley/R/test-clang/cpp11/include/cpp11.hpp:7:
In file included from /data/gannet/ripley/R/test-clang/cpp11/include/cpp11/data_frame.hpp:12:
In file included from /data/gannet/ripley/R/test-clang/cpp11/include/cpp11/list.hpp:9:
In file included from /data/gannet/ripley/R/test-clang/cpp11/include/cpp11/r_vector.hpp:19:
/data/gannet/ripley/R/test-clang/cpp11/include/cpp11/named_arg.hpp:42:29: warning: identifier '_nm' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
   42 | inline named_arg operator"" _nm(const char* name, std::size_t) { return named_arg(name); }
      |                  ~~~~~~~~~~~^~~
      |                  operator""_nm
In file included from extension-impl.cpp:18:
In file included from ././arrow_types.h:22:
In file included from ./././arrow_cpp11.h:25:
In file included from /data/gannet/ripley/R/test-clang/cpp11/include/cpp11.hpp:7:
In file included from /data/gannet/ripley/R/test-clang/cpp11/include/cpp11/data_frame.hpp:12:
In file included from /data/gannet/ripley/R/test-clang/cpp11/include/cpp11/list.hpp:9:
In file included from /data/gannet/ripley/R/test-clang/cpp11/include/cpp11/r_vector.hpp:19:
/data/gannet/ripley/R/test-clang/cpp11/include/cpp11/named_arg.hpp:42:29: warning: identifier '_nm' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
   42 | inline named_arg operator"" _nm(const char* name, std::size_t) { return named_arg(name); }
      |                  ~~~~~~~~~~~^~~
      |                  operator""_nm
In file included from field.cpp:18:
In file included from ././arrow_types.h:22:
In file included from ./././arrow_cpp11.h:25:
In file included from /data/gannet/ripley/R/test-clang/cpp11/include/cpp11.hpp:7:
In file included from /data/gannet/ripley/R/test-clang/cpp11/include/cpp11/data_frame.hpp:12:
In file included from /data/gannet/ripley/R/test-clang/cpp11/include/cpp11/list.hpp:9:
In file included from /data/gannet/ripley/R/test-clang/cpp11/include/cpp11/r_vector.hpp:19:
/data/gannet/ripley/R/test-clang/cpp11/include/cpp11/named_arg.hpp:42:29: warning: identifier '_nm' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
   42 | inline named_arg operator"" _nm(const char* name, std::size_t) { return named_arg(name); }
      |                  ~~~~~~~~~~~^~~
      |                  operator""_nm
In file included from csv.cpp:18:
In file included from ././arrow_types.h:22:
In file included from ./././arrow_cpp11.h:25:
In file included from /data/gannet/ripley/R/test-clang/cpp11/include/cpp11.hpp:7:
In file included from /data/gannet/ripley/R/test-clang/cpp11/include/cpp11/data_frame.hpp:12:
In file included from /data/gannet/ripley/R/test-clang/cpp11/include/cpp11/list.hpp:9:
In file included from /data/gannet/ripley/R/test-clang/cpp11/include/cpp11/r_vector.hpp:19:
/data/gannet/ripley/R/test-clang/cpp11/include/cpp11/named_arg.hpp:42:29: warning: identifier '_nm' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
   42 | inline named_arg operator"" _nm(const char* name, std::size_t) { return named_arg(name); }
      |                  ~~~~~~~~~~~^~~
      |                  operator""_nm
In file included from compression.cpp:18:
In file included from ././arrow_types.h:22:
In file included from ./././arrow_cpp11.h:25:
In file included from /data/gannet/ripley/R/test-clang/cpp11/include/cpp11.hpp:7:
In file included from /data/gannet/ripley/R/test-clang/cpp11/include/cpp11/data_frame.hpp:12:
In file included from /data/gannet/ripley/R/test-clang/cpp11/include/cpp11/list.hpp:9:
In file included from /data/gannet/ripley/R/test-clang/cpp11/include/cpp11/r_vector.hpp:19:
/data/gannet/ripley/R/test-clang/cpp11/include/cpp11/named_arg.hpp:42:29: warning: identifier '_nm' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
   42 | inline named_arg operator"" _nm(const char* name, std::size_t) { return named_arg(name); }
      |                  ~~~~~~~~~~~^~~
      |                  operator""_nm
In file included from compute-exec.cpp:18:
In file included from ././arrow_types.h:22:
In file included from ./././arrow_cpp11.h:25:
In file included from /data/gannet/ripley/R/test-clang/cpp11/include/cpp11.hpp:7:
In file included from /data/gannet/ripley/R/test-clang/cpp11/include/cpp11/data_frame.hpp:12:
In file included from /data/gannet/ripley/R/test-clang/cpp11/include/cpp11/list.hpp:9:
In file included from /data/gannet/ripley/R/test-clang/cpp11/include/cpp11/r_vector.hpp:19:
/data/gannet/ripley/R/test-clang/cpp11/include/cpp11/named_arg.hpp:42:29: warning: identifier '_nm' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
   42 | inline named_arg operator"" _nm(const char* name, std::size_t) { return named_arg(name); }
      |                  ~~~~~~~~~~~^~~
      |                  operator""_nm
In file included from feather.cpp:18:
In file included from ././arrow_types.h:22:
In file included from ./././arrow_cpp11.h:25:
In file included from /data/gannet/ripley/R/test-clang/cpp11/include/cpp11.hpp:7:
In file included from /data/gannet/ripley/R/test-clang/cpp11/include/cpp11/data_frame.hpp:12:
In file included from /data/gannet/ripley/R/test-clang/cpp11/include/cpp11/list.hpp:9:
In file included from /data/gannet/ripley/R/test-clang/cpp11/include/cpp11/r_vector.hpp:19:
/data/gannet/ripley/R/test-clang/cpp11/include/cpp11/named_arg.hpp:42:29: warning: identifier '_nm' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
   42 | inline named_arg operator"" _nm(const char* name, std::size_t) { return named_arg(name); }
      |                  ~~~~~~~~~~~^~~
      |                  operator""_nm
In file included from datatype.cpp:18:
In file included from ././arrow_types.h:22:
In file included from ./././arrow_cpp11.h:25:
In file included from /data/gannet/ripley/R/test-clang/cpp11/include/cpp11.hpp:7:
In file included from /data/gannet/ripley/R/test-clang/cpp11/include/cpp11/data_frame.hpp:12:
In file included from /data/gannet/ripley/R/test-clang/cpp11/include/cpp11/list.hpp:9:
In file included from /data/gannet/ripley/R/test-clang/cpp11/include/cpp11/r_vector.hpp:19:
/data/gannet/ripley/R/test-clang/cpp11/include/cpp11/named_arg.hpp:42:29: warning: identifier '_nm' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
   42 | inline named_arg operator"" _nm(const char* name, std::size_t) { return named_arg(name); }
      |                  ~~~~~~~~~~~^~~
      |                  operator""_nm
In file included from parquet.cpp:18:
In file included from ././arrow_types.h:22:
In file included from ./././arrow_cpp11.h:25:
In file included from /data/gannet/ripley/R/test-clang/cpp11/include/cpp11.hpp:7:
In file included from /data/gannet/ripley/R/test-clang/cpp11/include/cpp11/data_frame.hpp:12:
In file included from /data/gannet/ripley/R/test-clang/cpp11/include/cpp11/list.hpp:9:
In file included from /data/gannet/ripley/R/test-clang/cpp11/include/cpp11/r_vector.hpp:19:
/data/gannet/ripley/R/test-clang/cpp11/include/cpp11/named_arg.hpp:42:29: warning: identifier '_nm' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
   42 | inline named_arg operator"" _nm(const char* name, std::size_t) { return named_arg(name); }
      |                  ~~~~~~~~~~~^~~
      |                  operator""_nm
In file included from expression.cpp:18:
In file included from ././arrow_types.h:22:
In file included from ./././arrow_cpp11.h:25:
In file included from /data/gannet/ripley/R/test-clang/cpp11/include/cpp11.hpp:7:
In file included from /data/gannet/ripley/R/test-clang/cpp11/include/cpp11/data_frame.hpp:12:
In file included from /data/gannet/ripley/R/test-clang/cpp11/include/cpp11/list.hpp:9:
In file included from /data/gannet/ripley/R/test-clang/cpp11/include/cpp11/r_vector.hpp:19:
/data/gannet/ripley/R/test-clang/cpp11/include/cpp11/named_arg.hpp:42:29: warning: identifier '_nm' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
   42 | inline named_arg operator"" _nm(const char* name, std::size_t) { return named_arg(name); }
      |                  ~~~~~~~~~~~^~~
      |                  operator""_nm
In file included from r_to_arrow.cpp:18:
In file included from ././arrow_types.h:22:
In file included from ./././arrow_cpp11.h:25:
In file included from /data/gannet/ripley/R/test-clang/cpp11/include/cpp11.hpp:7:
In file included from /data/gannet/ripley/R/test-clang/cpp11/include/cpp11/data_frame.hpp:12:
In file included from /data/gannet/ripley/R/test-clang/cpp11/include/cpp11/list.hpp:9:
In file included from /data/gannet/ripley/R/test-clang/cpp11/include/cpp11/r_vector.hpp:19:
/data/gannet/ripley/R/test-clang/cpp11/include/cpp11/named_arg.hpp:42:29: warning: identifier '_nm' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
   42 | inline named_arg operator"" _nm(const char* name, std::size_t) { return named_arg(name); }
      |                  ~~~~~~~~~~~^~~
      |                  operator""_nm
/usr/local/clang20/bin/clang++ -stdlib=libc++ -std=gnu++17 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -I/data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include -DPARQUET_STATIC -DARROW_STATIC   -DARROW_R_WITH_PARQUET -DARROW_R_WITH_DATASET -DARROW_R_WITH_ACERO -DARROW_R_WITH_JSON -I'/data/gannet/ripley/R/test-clang/cpp11/include' -isystem /usr/local/clang20/include -I/usr/local/clang/include    -fpic  -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw   -c safe-call-into-r-impl.cpp -o safe-call-into-r-impl.o
In file included from safe-call-into-r-impl.cpp:18:
In file included from ././arrow_types.h:20:
/data/gannet/ripley/R/test-clang/cpp11/include/cpp11/R.hpp:52:31: warning: identifier '_xl' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
   52 | constexpr R_xlen_t operator"" _xl(unsigned long long int value) { return value; }
      |                    ~~~~~~~~~~~^~~
      |                    operator""_xl
In file included from csv.cpp:25:
In file included from /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/util/value_parsing.h:38:
In file included from /data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/vendored/datetime.h:21:
/data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/vendored/datetime/date.h:966:34: warning: identifier '_d' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
  966 | CONSTCD11 date::day  operator "" _d(unsigned long long d) NOEXCEPT;
      |                      ~~~~~~~~~~~~^~
      |                      operator""_d
/data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/vendored/datetime/date.h:967:34: warning: identifier '_y' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
  967 | CONSTCD11 date::year operator "" _y(unsigned long long y) NOEXCEPT;
      |                      ~~~~~~~~~~~~^~
      |                      operator""_y
/data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/vendored/datetime/date.h:1975:13: warning: identifier '_d' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
 1975 | operator "" _d(unsigned long long d) NOEXCEPT
      | ~~~~~~~~~~~~^~
      | operator""_d
/data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include/arrow/vendored/datetime/date.h:1983:13: warning: identifier '_y' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
 1983 | operator "" _y(unsigned long long y) NOEXCEPT
      | ~~~~~~~~~~~~^~
      | operator""_y
filesystem.cpp:261:37: warning: identifier '_nm' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
  261 |   using cpp11::literals::operator"" _nm;
      |                          ~~~~~~~~~~~^~~
      |                          operator""_nm
2 warnings generated.
/usr/local/clang20/bin/clang++ -stdlib=libc++ -std=gnu++17 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -I/data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include -DPARQUET_STATIC -DARROW_STATIC   -DARROW_R_WITH_PARQUET -DARROW_R_WITH_DATASET -DARROW_R_WITH_ACERO -DARROW_R_WITH_JSON -I'/data/gannet/ripley/R/test-clang/cpp11/include' -isystem /usr/local/clang20/include -I/usr/local/clang/include    -fpic  -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw   -c scalar.cpp -o scalar.o
2 warnings generated.
In file included from scalar.cpp:18:
In file included from ././arrow_types.h:20:
/data/gannet/ripley/R/test-clang/cpp11/include/cpp11/R.hpp:52:31: warning: identifier '_xl' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
   52 | constexpr R_xlen_t operator"" _xl(unsigned long long int value) { return value; }
      |                    ~~~~~~~~~~~^~~
      |                    operator""_xl
/usr/local/clang20/bin/clang++ -stdlib=libc++ -std=gnu++17 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -I/data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include -DPARQUET_STATIC -DARROW_STATIC   -DARROW_R_WITH_PARQUET -DARROW_R_WITH_DATASET -DARROW_R_WITH_ACERO -DARROW_R_WITH_JSON -I'/data/gannet/ripley/R/test-clang/cpp11/include' -isystem /usr/local/clang20/include -I/usr/local/clang/include    -fpic  -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw   -c schema.cpp -o schema.o
In file included from schema.cpp:18:
In file included from ././arrow_types.h:20:
/data/gannet/ripley/R/test-clang/cpp11/include/cpp11/R.hpp:52:31: warning: identifier '_xl' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
   52 | constexpr R_xlen_t operator"" _xl(unsigned long long int value) { return value; }
      |                    ~~~~~~~~~~~^~~
      |                    operator""_xl
2 warnings generated.
/usr/local/clang20/bin/clang++ -stdlib=libc++ -std=gnu++17 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -I/data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include -DPARQUET_STATIC -DARROW_STATIC   -DARROW_R_WITH_PARQUET -DARROW_R_WITH_DATASET -DARROW_R_WITH_ACERO -DARROW_R_WITH_JSON -I'/data/gannet/ripley/R/test-clang/cpp11/include' -isystem /usr/local/clang20/include -I/usr/local/clang/include    -fpic  -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw   -c symbols.cpp -o symbols.o
In file included from symbols.cpp:18:
In file included from ././arrow_types.h:20:
/data/gannet/ripley/R/test-clang/cpp11/include/cpp11/R.hpp:52:31: warning: identifier '_xl' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
   52 | constexpr R_xlen_t operator"" _xl(unsigned long long int value) { return value; }
      |                    ~~~~~~~~~~~^~~
      |                    operator""_xl
2 warnings generated.
/usr/local/clang20/bin/clang++ -stdlib=libc++ -std=gnu++17 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -I/data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include -DPARQUET_STATIC -DARROW_STATIC   -DARROW_R_WITH_PARQUET -DARROW_R_WITH_DATASET -DARROW_R_WITH_ACERO -DARROW_R_WITH_JSON -I'/data/gannet/ripley/R/test-clang/cpp11/include' -isystem /usr/local/clang20/include -I/usr/local/clang/include    -fpic  -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw   -c table.cpp -o table.o
In file included from safe-call-into-r-impl.cpp:18:
In file included from ././arrow_types.h:22:
In file included from ./././arrow_cpp11.h:25:
In file included from /data/gannet/ripley/R/test-clang/cpp11/include/cpp11.hpp:7:
In file included from /data/gannet/ripley/R/test-clang/cpp11/include/cpp11/data_frame.hpp:12:
In file included from /data/gannet/ripley/R/test-clang/cpp11/include/cpp11/list.hpp:9:
In file included from /data/gannet/ripley/R/test-clang/cpp11/include/cpp11/r_vector.hpp:19:
/data/gannet/ripley/R/test-clang/cpp11/include/cpp11/named_arg.hpp:42:29: warning: identifier '_nm' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
   42 | inline named_arg operator"" _nm(const char* name, std::size_t) { return named_arg(name); }
      |                  ~~~~~~~~~~~^~~
      |                  operator""_nm
In file included from table.cpp:18:
In file included from ././arrow_types.h:20:
/data/gannet/ripley/R/test-clang/cpp11/include/cpp11/R.hpp:52:31: warning: identifier '_xl' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
   52 | constexpr R_xlen_t operator"" _xl(unsigned long long int value) { return value; }
      |                    ~~~~~~~~~~~^~~
      |                    operator""_xl
2 warnings generated.
2 warnings generated.
/usr/local/clang20/bin/clang++ -stdlib=libc++ -std=gnu++17 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -I/data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include -DPARQUET_STATIC -DARROW_STATIC   -DARROW_R_WITH_PARQUET -DARROW_R_WITH_DATASET -DARROW_R_WITH_ACERO -DARROW_R_WITH_JSON -I'/data/gannet/ripley/R/test-clang/cpp11/include' -isystem /usr/local/clang20/include -I/usr/local/clang/include    -fpic  -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw   -c threadpool.cpp -o threadpool.o
/usr/local/clang20/bin/clang++ -stdlib=libc++ -std=gnu++17 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -I/data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/include -DPARQUET_STATIC -DARROW_STATIC   -DARROW_R_WITH_PARQUET -DARROW_R_WITH_DATASET -DARROW_R_WITH_ACERO -DARROW_R_WITH_JSON -I'/data/gannet/ripley/R/test-clang/cpp11/include' -isystem /usr/local/clang20/include -I/usr/local/clang/include    -fpic  -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw   -c type_infer.cpp -o type_infer.o
2 warnings generated.
In file included from threadpool.cpp:18:
In file included from ././arrow_types.h:20:
/data/gannet/ripley/R/test-clang/cpp11/include/cpp11/R.hpp:52:31: warning: identifier '_xl' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
   52 | constexpr R_xlen_t operator"" _xl(unsigned long long int value) { return value; }
      |                    ~~~~~~~~~~~^~~
      |                    operator""_xl
2 warnings generated.
2 warnings generated.
In file included from schema.cpp:18:
In file included from ././arrow_types.h:22:
In file included from ./././arrow_cpp11.h:25:
In file included from /data/gannet/ripley/R/test-clang/cpp11/include/cpp11.hpp:7:
In file included from /data/gannet/ripley/R/test-clang/cpp11/include/cpp11/data_frame.hpp:12:
In file included from /data/gannet/ripley/R/test-clang/cpp11/include/cpp11/list.hpp:9:
In file included from /data/gannet/ripley/R/test-clang/cpp11/include/cpp11/r_vector.hpp:19:
/data/gannet/ripley/R/test-clang/cpp11/include/cpp11/named_arg.hpp:42:29: warning: identifier '_nm' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
   42 | inline named_arg operator"" _nm(const char* name, std::size_t) { return named_arg(name); }
      |                  ~~~~~~~~~~~^~~
      |                  operator""_nm
In file included from scalar.cpp:18:
In file included from ././arrow_types.h:22:
In file included from ./././arrow_cpp11.h:25:
In file included from /data/gannet/ripley/R/test-clang/cpp11/include/cpp11.hpp:7:
In file included from /data/gannet/ripley/R/test-clang/cpp11/include/cpp11/data_frame.hpp:12:
In file included from /data/gannet/ripley/R/test-clang/cpp11/include/cpp11/list.hpp:9:
In file included from /data/gannet/ripley/R/test-clang/cpp11/include/cpp11/r_vector.hpp:19:
/data/gannet/ripley/R/test-clang/cpp11/include/cpp11/named_arg.hpp:42:29: warning: identifier '_nm' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
   42 | inline named_arg operator"" _nm(const char* name, std::size_t) { return named_arg(name); }
      |                  ~~~~~~~~~~~^~~
      |                  operator""_nm
2 warnings generated.
2 warnings generated.
2 warnings generated.
In file included from type_infer.cpp:20:
In file included from ././arrow_types.h:20:
/data/gannet/ripley/R/test-clang/cpp11/include/cpp11/R.hpp:52:31: warning: identifier '_xl' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
   52 | constexpr R_xlen_t operator"" _xl(unsigned long long int value) { return value; }
      |                    ~~~~~~~~~~~^~~
      |                    operator""_xl
2 warnings generated.
In file included from table.cpp:18:
In file included from ././arrow_types.h:22:
In file included from ./././arrow_cpp11.h:25:
In file included from /data/gannet/ripley/R/test-clang/cpp11/include/cpp11.hpp:7:
In file included from /data/gannet/ripley/R/test-clang/cpp11/include/cpp11/data_frame.hpp:12:
In file included from /data/gannet/ripley/R/test-clang/cpp11/include/cpp11/list.hpp:9:
In file included from /data/gannet/ripley/R/test-clang/cpp11/include/cpp11/r_vector.hpp:19:
/data/gannet/ripley/R/test-clang/cpp11/include/cpp11/named_arg.hpp:42:29: warning: identifier '_nm' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
   42 | inline named_arg operator"" _nm(const char* name, std::size_t) { return named_arg(name); }
      |                  ~~~~~~~~~~~^~~
      |                  operator""_nm
In file included from symbols.cpp:18:
In file included from ././arrow_types.h:22:
In file included from ./././arrow_cpp11.h:25:
In file included from /data/gannet/ripley/R/test-clang/cpp11/include/cpp11.hpp:7:
In file included from /data/gannet/ripley/R/test-clang/cpp11/include/cpp11/data_frame.hpp:12:
In file included from /data/gannet/ripley/R/test-clang/cpp11/include/cpp11/list.hpp:9:
In file included from /data/gannet/ripley/R/test-clang/cpp11/include/cpp11/r_vector.hpp:19:
/data/gannet/ripley/R/test-clang/cpp11/include/cpp11/named_arg.hpp:42:29: warning: identifier '_nm' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
   42 | inline named_arg operator"" _nm(const char* name, std::size_t) { return named_arg(name); }
      |                  ~~~~~~~~~~~^~~
      |                  operator""_nm
3 warnings generated.
2 warnings generated.
In file included from type_infer.cpp:20:
In file included from ././arrow_types.h:22:
In file included from ./././arrow_cpp11.h:25:
In file included from /data/gannet/ripley/R/test-clang/cpp11/include/cpp11.hpp:7:
In file included from /data/gannet/ripley/R/test-clang/cpp11/include/cpp11/data_frame.hpp:12:
In file included from /data/gannet/ripley/R/test-clang/cpp11/include/cpp11/list.hpp:9:
In file included from /data/gannet/ripley/R/test-clang/cpp11/include/cpp11/r_vector.hpp:19:
/data/gannet/ripley/R/test-clang/cpp11/include/cpp11/named_arg.hpp:42:29: warning: identifier '_nm' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
   42 | inline named_arg operator"" _nm(const char* name, std::size_t) { return named_arg(name); }
      |                  ~~~~~~~~~~~^~~
      |                  operator""_nm
2 warnings generated.
2 warnings generated.
2 warnings generated.
In file included from threadpool.cpp:18:
In file included from ././arrow_types.h:22:
In file included from ./././arrow_cpp11.h:25:
In file included from /data/gannet/ripley/R/test-clang/cpp11/include/cpp11.hpp:7:
In file included from /data/gannet/ripley/R/test-clang/cpp11/include/cpp11/data_frame.hpp:12:
In file included from /data/gannet/ripley/R/test-clang/cpp11/include/cpp11/list.hpp:9:
In file included from /data/gannet/ripley/R/test-clang/cpp11/include/cpp11/r_vector.hpp:19:
/data/gannet/ripley/R/test-clang/cpp11/include/cpp11/named_arg.hpp:42:29: warning: identifier '_nm' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
   42 | inline named_arg operator"" _nm(const char* name, std::size_t) { return named_arg(name); }
      |                  ~~~~~~~~~~~^~~
      |                  operator""_nm
2 warnings generated.
2 warnings generated.
6 warnings generated.
2 warnings generated.
2 warnings generated.
2 warnings generated.
2 warnings generated.
2 warnings generated.
2 warnings generated.
2 warnings generated.
2 warnings generated.
2 warnings generated.
2 warnings generated.
2 warnings generated.
2 warnings generated.
2 warnings generated.
2 warnings generated.
2 warnings generated.
/usr/local/clang20/bin/clang++ -stdlib=libc++ -std=gnu++17 -shared -L/usr/local/clang/lib64 -L/usr/local/clang20/lib -L/usr/local/clang20/lib/x86_64-unknown-linux-gnu -L/usr/local/lib64 -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 extension-impl.o feather.o field.o filesystem.o io.o json.o memorypool.o message.o parquet.o r_to_arrow.o recordbatch.o recordbatchreader.o recordbatchwriter.o safe-call-into-r-impl.o scalar.o schema.o symbols.o table.o threadpool.o type_infer.o -L/data/gannet/ripley/R/packages/tests-clang/arrow/libarrow/arrow-18.1.0/lib -larrow_dataset -lparquet -larrow_acero -larrow -larrow_bundled_dependencies -ldl -llz4
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-clang/arrow/src'
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-clang/arrow/src'
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-clang/arrow/src'
installing to /data/gannet/ripley/R/packages/tests-clang/arrow.Rcheck/00LOCK-arrow/00new/arrow/libs
** R
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** building package indices
** 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)