Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- 'input' with GID 104.
- [0m[91mCreating group 'kvm' with GID 36.
- [0m[91mCreating group 'render' with GID 105.
- [0m[91mCreating group 'sgx' with GID 106.
- [0m[91mCreating group 'systemd-journal' with GID 190.
- [0m[91mCreating group 'systemd-network' with GID 192.
- [0m[91mCreating user 'systemd-network' (systemd Network Management) with UID 192 and GID 192.
- [0m[91mCreating group 'systemd-oom' with GID 998.
- [0m[91mCreating user 'systemd-oom' (systemd Userspace OOM Killer) with UID 998 and GID 998.
- Creating group 'systemd-resolve' with GID 193.
- [0m[91mCreating user 'systemd-resolve' (systemd Resolver) with UID 193 and GID 193.
- [0mInstalling: elfutils-default-yama-scope;0.188-3.amzn2023.0.2;noarch;amazonlinux
- Installing: binutils;2.39-6.amzn2023.0.10;x86_64;amazonlinux
- Installing: glibc-devel;2.34-52.amzn2023.0.7;x86_64;amazonlinux
- Installing: gcc;11.4.1-2.amzn2023.0.2;x86_64;amazonlinux
- Installing: annobin-plugin-gcc;10.93-1.amzn2023.0.1;x86_64;amazonlinux
- Installing: libxcrypt-devel;4.4.33-7.amzn2023;x86_64;amazonlinux
- Installing: pkgconf-pkg-config;1.8.0-4.amzn2023.0.2;x86_64;amazonlinux
- Installing: pkgconf;1.8.0-4.amzn2023.0.2;x86_64;amazonlinux
- Installing: go-srpm-macros;3.2.0-37.amzn2023;noarch;amazonlinux
- Installing: fonts-srpm-macros;1:2.0.5-12.amzn2023.0.2;noarch;amazonlinux
- Installing: python-srpm-macros;3.9-41.amzn2023.0.5;noarch;amazonlinux
- Installing: amazon-rpm-config;228-3.amzn2023.0.2;noarch;amazonlinux
- Installing: python3-devel;3.9.16-1.amzn2023.0.6;x86_64;amazonlinux
- Installing: gcc-c++;11.4.1-2.amzn2023.0.2;x86_64;amazonlinux
- Installing: glibc-gconv-extra;2.34-52.amzn2023.0.7;x86_64;amazonlinux
- Complete.
- Removing intermediate container 44d3db84c6ac
- ---> a7a7059e13af
- Step 3/18 : RUN git clone --depth 1 -b apache-arrow-14.0.1 https://github.com/apache/arrow.git
- ---> Running in 20ceb9e958e7
- [91mCloning into 'arrow'...
- [0m[91mNote: switching to 'ba537483618196f50c67a90a473039e4d5dc35e0'.
- You are in 'detached HEAD' state. You can look around, make experimental
- changes and commit them, and you can discard any commits you make in this
- state without impacting any branches by switching back to a branch.
- If you want to create a new branch to retain commits you create, you may
- do so (now or later) by using -c with the switch command. Example:
- git switch -c <new-branch-name>
- Or undo this operation with:
- git switch -
- Turn off this advice by setting config variable advice.detachedHead to false
- [0mRemoving intermediate container 20ceb9e958e7
- ---> 3b295a67e054
- Step 4/18 : RUN mkdir dist
- ---> Running in 8f8d820d8add
- Removing intermediate container 8f8d820d8add
- ---> c73959fccd79
- Step 5/18 : ENV ARROW_HOME=$(pwd)/dist
- ---> Running in 668c70558d4a
- Removing intermediate container 668c70558d4a
- ---> b36e130f7219
- Step 6/18 : ENV LD_LIBRARY_PATH=$(pwd)/dist/lib:$LD_LIBRARY_PATH
- ---> Running in 0c1bb3e77298
- Removing intermediate container 0c1bb3e77298
- ---> 7f4a8ff21c5c
- Step 7/18 : ENV CMAKE_PREFIX_PATH=$ARROW_HOME:$CMAKE_PREFIX_PATH
- ---> Running in 1c3a6d45ac0e
- Removing intermediate container 1c3a6d45ac0e
- ---> d7b1baa0d486
- Step 8/18 : RUN mkdir arrow/cpp/build && pushd arrow/cpp/build && cmake -DCMAKE_INSTALL_PREFIX=$ARROW_HOME -DCMAKE_INSTALL_LIBDIR=lib -DCMAKE_BUILD_TYPE=Release -DARROW_BUILD_TESTS=OFF -DARROW_COMPUTE=OFF -DARROW_CSV=OFF -DARROW_DATASET=ON -DARROW_FILESYSTEM=ON -DARROW_HDFS=OFF -DARROW_JSON=OFF -DARROW_PARQUET=ON -DARROW_WITH_BROTLI=OFF -DARROW_WITH_BZ2=OFF -DARROW_WITH_LZ4=OFF -DARROW_WITH_SNAPPY=ON -DARROW_WITH_ZLIB=OFF -DARROW_WITH_ZSTD=OFF -DPARQUET_REQUIRE_ENCRYPTION=OFF .. && make -j4 && make install && popd
- ---> Running in 8b671fb751f1
- /var/task/arrow/cpp/build /var/task
- -- Building using CMake version: 3.22.2
- -- The C compiler identification is GNU 11.4.1
- -- The CXX compiler identification is GNU 11.4.1
- -- Detecting C compiler ABI info
- -- Detecting C compiler ABI info - done
- -- Check for working C compiler: /usr/bin/cc - 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/bin/c++ - skipped
- -- Detecting CXX compile features
- -- Detecting CXX compile features - done
- -- Arrow version: 14.0.1 (full: '14.0.1')
- -- Arrow SO version: 1400 (full: 1400.1.0)
- -- clang-tidy 14 not found
- -- clang-format 14 not found
- -- Could NOT find ClangTools (missing: CLANG_FORMAT_BIN CLANG_TIDY_BIN)
- -- infer not found
- -- Found Python3: /var/lang/bin/python3 (found version "3.12.0") found components: Interpreter
- -- Found cpplint executable at /var/task/arrow/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-core_1.10.3
- -- ARROW_AZURE_SDK_BUILD_SHA256_CHECKSUM: dd624c2f86adf474d2d0a23066be6e27af9cbd7e3f8d9d8fd7bf981e884b7b48
- -- 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.7.1
- -- ARROW_GBENCHMARK_BUILD_SHA256_CHECKSUM: 6430e4092653380d9dc4ccb45a1e2dc9259d581f4866dc0759713126056bc1d7
- -- 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.12.0
- -- ARROW_GOOGLE_CLOUD_CPP_BUILD_SHA256_CHECKSUM: 8cda870803925c62de8716a765e03eb9d34249977e5cdb7d0d20367e997a55e2
- -- 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.9.4
- -- ARROW_LZ4_BUILD_SHA256_CHECKSUM: 0b0e3aa07c8c063ddf40b082bdf7e37a1562bda40a0ff5272957f3e987e0e54b
- -- 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.8.1
- -- ARROW_OPENTELEMETRY_BUILD_SHA256_CHECKSUM: 3d640201594b07f08dade9cd1017bd0b59674daca26223b560b9bb6bf56264c2
- -- ARROW_OPENTELEMETRY_PROTO_BUILD_VERSION: v0.17.0
- -- ARROW_OPENTELEMETRY_PROTO_BUILD_SHA256_CHECKSUM: f269fbcb30e17b03caa1decd231ce826e59d7651c0f71c3b28eb5140b4bb5412
- -- ARROW_ORC_BUILD_VERSION: 1.9.0
- -- ARROW_ORC_BUILD_SHA256_CHECKSUM: 0dca8bbccdb2ee87e59ba964933436beebd02ea78c4134424828a8127fbc4faa
- -- 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.27.0
- -- ARROW_SUBSTRAIT_BUILD_SHA256_CHECKSUM: 4ed375f69d972a57fdc5ec406c17003a111831d8640d3f1733eccd4b3ff45628
- -- ARROW_S2N_TLS_BUILD_VERSION: v1.3.35
- -- ARROW_S2N_TLS_BUILD_SHA256_CHECKSUM: 9d32b26e6bfcc058d98248bf8fc231537e347395dd89cf62bb432b55c5da990d
- -- ARROW_THRIFT_BUILD_VERSION: 0.16.0
- -- ARROW_THRIFT_BUILD_SHA256_CHECKSUM: f460b5c1ca30d8918ff95ea3eb6291b3951cf518553566088f3f2be8981f6209
- -- 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: 9.0.1
- -- ARROW_XSIMD_BUILD_SHA256_CHECKSUM: b1bb5f92167fd3a4f25749db0be7e61ed37e0a5d943490f3accdcd2cd2918cc0
- -- ARROW_ZLIB_BUILD_VERSION: 1.2.13
- -- ARROW_ZLIB_BUILD_SHA256_CHECKSUM: b3a24de97a8fdbc835b9833169501030b8977031bcb54b3b3ac13740f846ab30
- -- ARROW_ZSTD_BUILD_VERSION: 1.5.5
- -- ARROW_ZSTD_BUILD_SHA256_CHECKSUM: 9c4396cc829cfae319a6e2615202e82aad41372073482fce286fac78646d3ee4
- -- Looking for pthread.h
- -- Looking for pthread.h - found
- -- 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
- -- Could NOT find Boost (missing: Boost_INCLUDE_DIR) (Required is at least version "1.58")
- -- Boost include dir: Boost_INCLUDE_DIR-NOTFOUND
- [91mCMake 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:277 (find_package)
- cmake_modules/ThirdpartyToolchain.cmake:1365 (resolve_dependency)
- CMakeLists.txt:542 (include)
- [0m-- 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.
- [91mCMake 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:277 (find_package)
- cmake_modules/ThirdpartyToolchain.cmake:1698 (resolve_dependency)
- CMakeLists.txt:542 (include)
- [0m-- Checking for module 'thrift'
- -- Package 'thrift', required by 'virtual:world', not found
- -- Could NOT find ThriftAlt: Found unsuitable version "", but required is at least "0.11.0" (found ThriftAlt_LIB-NOTFOUND)
- -- Building Apache Thrift from source
- -- Building jemalloc from source
- [91mCMake Warning at cmake_modules/ThirdpartyToolchain.cmake:277 (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:2377 (resolve_dependency)
- CMakeLists.txt:542 (include)
- [0m-- Building xsimd from source
- [91mCMake Warning at cmake_modules/Findre2Alt.cmake:29 (find_package):
- By not providing "Findre2.cmake" in CMAKE_MODULE_PATH this project has
- asked CMake to find a package configuration file provided by "re2", but
- CMake did not find one.
- Could not find a package configuration file provided by "re2" with any of
- the following names:
- re2Config.cmake
- re2-config.cmake
- Add the installation prefix of "re2" to CMAKE_PREFIX_PATH or set "re2_DIR"
- to a directory containing one of the above files. If "re2" provides a
- separate development package or SDK, be sure it has been installed.
- Call Stack (most recent call first):
- cmake_modules/ThirdpartyToolchain.cmake:277 (find_package)
- cmake_modules/ThirdpartyToolchain.cmake:2585 (resolve_dependency)
- CMakeLists.txt:542 (include)
- [0m-- Checking for module 're2'
- -- Package 're2', required by 'virtual:world', not found
- -- Could NOT find re2Alt (missing: RE2_LIB RE2_INCLUDE_DIR)
- -- Building RE2 from source
- -- Could NOT find utf8proc: Found unsuitable version "", but required is at least "2.2.0" (found utf8proc_LIB-NOTFOUND)
- -- Building utf8proc from source
- -- Found hdfs.h at: /var/task/arrow/cpp/thirdparty/hadoop/include/hdfs.h
- -- All bundled static libraries: Snappy::snappy-static;thrift::thrift;jemalloc::jemalloc;re2::re2;utf8proc::utf8proc
- -- CMAKE_C_FLAGS: -Wall -fno-semantic-interposition -msse4.2
- -- CMAKE_CXX_FLAGS: -Wno-noexcept-type -fdiagnostics-color=always -Wall -fno-semantic-interposition -msse4.2
- -- CMAKE_C_FLAGS_RELEASE: -O3 -DNDEBUG -O2 -ftree-vectorize
- -- CMAKE_CXX_FLAGS_RELEASE: -O3 -DNDEBUG -O2 -ftree-vectorize
- -- Creating bundled static library target arrow_bundled_dependencies at /var/task/arrow/cpp/build/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: 14.0.1
- --
- -- Build configuration summary:
- -- Generator: Unix Makefiles
- -- Build type: RELEASE
- -- Source directory: /var/task/arrow/cpp
- -- Install prefix: /var/task/arrow/cpp/build/$(pwd)/dist
- --
- -- 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=ON [default=ON]
- -- Build shared libraries
- -- ARROW_PACKAGE_KIND="" [default=""]
- -- Arbitrary string that identifies the kind of package
- -- (for informational purposes)
- -- ARROW_GIT_ID=ba537483618196f50c67a90a473039e4d5dc35e0 [default=""]
- -- The Arrow git commit id (if any)
- -- ARROW_GIT_DESCRIPTION=apache-arrow-14.0.1 [default=""]
- -- The Arrow git commit description (if any)
- -- ARROW_NO_DEPRECATED_API=OFF [default=OFF]
- -- Exclude deprecated APIs from build
- -- 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_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=shared [default=shared|static]
- -- Linkage of Arrow libraries with unit tests executables.
- -- ARROW_FUZZING=OFF [default=OFF]
- -- Build Arrow Fuzzing executables
- -- ARROW_LARGE_MEMORY_TESTS=OFF [default=OFF]
- -- Enable unit tests which use large memory
- --
- -- Lint options:
- --
- -- ARROW_ONLY_LINT=OFF [default=OFF]
- -- Only define the lint and check-format targets
- -- ARROW_VERBOSE_LINT=OFF [default=OFF]
- -- If off, 'quiet' flags will be passed to linting tools
- -- ARROW_GENERATE_COVERAGE=OFF [default=OFF]
- -- Build with C++ code coverage enabled
- --
- -- Checks options:
- --
- -- ARROW_TEST_MEMCHECK=OFF [default=OFF]
- -- Run the test suite using valgrind --tool=memcheck
- -- ARROW_USE_ASAN=OFF [default=OFF]
- -- Enable Address Sanitizer checks
- -- ARROW_USE_TSAN=OFF [default=OFF]
- -- Enable Thread Sanitizer checks
- -- ARROW_USE_UBSAN=OFF [default=OFF]
- -- Enable Undefined Behavior sanitizer checks
- --
- -- Project component options:
- --
- -- ARROW_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=OFF [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=ON [default=ON]
- -- Build the Arrow jemalloc-based allocator
- -- ARROW_JSON=OFF [default=OFF]
- -- Build Arrow with JSON support (requires RapidJSON)
- -- ARROW_MIMALLOC=OFF [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=ON [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=OFF [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=ON [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=OFF [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
- --
- -- 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 /var/task/arrow/cpp/build/cmake_summary.json
- -- Configuring done
- -- Generating done
- -- Build files have been written to: /var/task/arrow/cpp/build
- [ 0%] Creating directories for 'jemalloc_ep'
- [ 0%] Creating directories for 'xsimd_ep'
- [ 1%] Creating directories for 'boost_ep'
- [ 1%] Creating directories for 'snappy_ep'
- [ 1%] Performing download step (download, verify and extract) for 'jemalloc_ep'
- [ 2%] Performing download step (download, verify and extract) for 'snappy_ep'
- [ 2%] Performing download step (download, verify and extract) for 'boost_ep'
- [ 2%] Performing download step (download, verify and extract) for 'xsimd_ep'
- -- jemalloc_ep download command succeeded. See also /var/task/arrow/cpp/build/jemalloc_ep-prefix/src/jemalloc_ep-stamp/jemalloc_ep-download-*.log
- [ 3%] No update step for 'jemalloc_ep'
- [ 3%] Performing patch step for 'jemalloc_ep'
- [ 3%] Performing configure step for 'jemalloc_ep'
- -- xsimd_ep download command succeeded. See also /var/task/arrow/cpp/build/src/xsimd_ep-stamp/xsimd_ep-download-*.log
- [ 4%] No update step for 'xsimd_ep'
- [ 4%] No patch step for 'xsimd_ep'
- [ 4%] Performing configure step for 'xsimd_ep'
- -- snappy_ep download command succeeded. See also /var/task/arrow/cpp/build/snappy_ep-prefix/src/snappy_ep-stamp/snappy_ep-download-*.log
- [ 5%] No update step for 'snappy_ep'
- [ 5%] No patch step for 'snappy_ep'
- [ 5%] Performing configure step for 'snappy_ep'
- -- xsimd_ep configure command succeeded. See also /var/task/arrow/cpp/build/src/xsimd_ep-stamp/xsimd_ep-configure-*.log
- [ 5%] Performing build step for 'xsimd_ep'
- -- xsimd_ep build command succeeded. See also /var/task/arrow/cpp/build/src/xsimd_ep-stamp/xsimd_ep-build-*.log
- [ 6%] Performing install step for 'xsimd_ep'
- -- xsimd_ep install command succeeded. See also /var/task/arrow/cpp/build/src/xsimd_ep-stamp/xsimd_ep-install-*.log
- [ 7%] Completed 'xsimd_ep'
- [ 7%] Built target xsimd_ep
- [ 7%] Creating directories for 're2_ep'
- [ 7%] Performing download step (download, verify and extract) for 're2_ep'
- -- boost_ep download command succeeded. See also /var/task/arrow/cpp/build/boost_ep-prefix/src/boost_ep-stamp/boost_ep-download-*.log
- [ 7%] No update step for 'boost_ep'
- [ 7%] No patch step for 'boost_ep'
- [ 7%] No configure step for 'boost_ep'
- -- re2_ep download command succeeded. See also /var/task/arrow/cpp/build/re2_ep-prefix/src/re2_ep-stamp/re2_ep-download-*.log
- [ 8%] No build step for 'boost_ep'
- [ 8%] No update step for 're2_ep'
- [ 8%] No install step for 'boost_ep'
- [ 8%] No patch step for 're2_ep'
- [ 8%] Completed 'boost_ep'
- [ 8%] Performing configure step for 're2_ep'
- [ 8%] Built target boost_ep
- [ 9%] Creating directories for 'utf8proc_ep'
- [ 9%] Performing download step (download, verify and extract) for 'utf8proc_ep'
- -- utf8proc_ep download command succeeded. See also /var/task/arrow/cpp/build/utf8proc_ep-prefix/src/utf8proc_ep-stamp/utf8proc_ep-download-*.log
- [ 9%] No update step for 'utf8proc_ep'
- [ 9%] No patch step for 'utf8proc_ep'
- [ 9%] Performing configure step for 'utf8proc_ep'
- -- re2_ep configure command succeeded. See also /var/task/arrow/cpp/build/re2_ep-prefix/src/re2_ep-stamp/re2_ep-configure-*.log
- [ 9%] Performing build step for 're2_ep'
- -- utf8proc_ep configure command succeeded. See also /var/task/arrow/cpp/build/utf8proc_ep-prefix/src/utf8proc_ep-stamp/utf8proc_ep-configure-*.log
- [ 10%] Performing build step for 'utf8proc_ep'
- -- utf8proc_ep build command succeeded. See also /var/task/arrow/cpp/build/utf8proc_ep-prefix/src/utf8proc_ep-stamp/utf8proc_ep-build-*.log
- [ 10%] Performing install step for 'utf8proc_ep'
- -- utf8proc_ep install command succeeded. See also /var/task/arrow/cpp/build/utf8proc_ep-prefix/src/utf8proc_ep-stamp/utf8proc_ep-install-*.log
- [ 10%] Completed 'utf8proc_ep'
- [ 10%] Built target utf8proc_ep
- -- snappy_ep configure command succeeded. See also /var/task/arrow/cpp/build/snappy_ep-prefix/src/snappy_ep-stamp/snappy_ep-configure-*.log
- [ 10%] Performing build step for 'snappy_ep'
- [ 10%] Creating directories for 'thrift_ep'
- [ 10%] Performing download step (download, verify and extract) for 'thrift_ep'
- -- snappy_ep build command succeeded. See also /var/task/arrow/cpp/build/snappy_ep-prefix/src/snappy_ep-stamp/snappy_ep-build-*.log
- [ 10%] Performing install step for 'snappy_ep'
- -- snappy_ep install command succeeded. See also /var/task/arrow/cpp/build/snappy_ep-prefix/src/snappy_ep-stamp/snappy_ep-install-*.log
- [ 11%] Completed 'snappy_ep'
- [ 11%] Built target snappy_ep
- -- thrift_ep download command succeeded. See also /var/task/arrow/cpp/build/thrift_ep-prefix/src/thrift_ep-stamp/thrift_ep-download-*.log
- [ 11%] No update step for 'thrift_ep'
- [ 12%] No patch step for 'thrift_ep'
- [ 13%] Performing configure step for 'thrift_ep'
- -- thrift_ep configure command succeeded. See also /var/task/arrow/cpp/build/thrift_ep-prefix/src/thrift_ep-stamp/thrift_ep-configure-*.log
- [ 13%] Performing build step for 'thrift_ep'
- -- jemalloc_ep configure command succeeded. See also /var/task/arrow/cpp/build/jemalloc_ep-prefix/src/jemalloc_ep-stamp/jemalloc_ep-configure-*.log
- [ 13%] Performing build step for 'jemalloc_ep'
- -- thrift_ep build command succeeded. See also /var/task/arrow/cpp/build/thrift_ep-prefix/src/thrift_ep-stamp/thrift_ep-build-*.log
- [ 13%] Performing install step for 'thrift_ep'
- -- thrift_ep install command succeeded. See also /var/task/arrow/cpp/build/thrift_ep-prefix/src/thrift_ep-stamp/thrift_ep-install-*.log
- [ 13%] Completed 'thrift_ep'
- [ 13%] Built target thrift_ep
- -- re2_ep build command succeeded. See also /var/task/arrow/cpp/build/re2_ep-prefix/src/re2_ep-stamp/re2_ep-build-*.log
- [ 14%] Performing install step for 're2_ep'
- -- re2_ep install command succeeded. See also /var/task/arrow/cpp/build/re2_ep-prefix/src/re2_ep-stamp/re2_ep-install-*.log
- [ 15%] Completed 're2_ep'
- [ 15%] Built target re2_ep
- [ 15%] Built target toolchain
- -- jemalloc_ep build command succeeded. See also /var/task/arrow/cpp/build/jemalloc_ep-prefix/src/jemalloc_ep-stamp/jemalloc_ep-build-*.log
- [ 16%] Performing install step for 'jemalloc_ep'
- -- jemalloc_ep install command succeeded. See also /var/task/arrow/cpp/build/jemalloc_ep-prefix/src/jemalloc_ep-stamp/jemalloc_ep-install-*.log
- [ 17%] Completed 'jemalloc_ep''[01m[Kstd::shared_ptr<arrow::compute::ScalarFunction> arrow::compute::internal::{anonymous}::MakeUnaryRoundFunction(std::string, arrow::compute::FunctionDoc) [with Op = arrow::compute::internal::{anonymous}::Round; OptionsType = arrow::compute::RoundOptions][m[K':
- [01m[K/var/task/arrow/cpp/src/arrow/util/logging.h:59:34:[m[K [01;35m[Kwarning: [m[K'[01m[Kexec[m[K' may be used uninitialized in this function [[01;35m[K-Wmaybe-uninitialized[m[K]
- 59 | #define ARROW_IGNORE_EXPR(expr) ([01;35m[K([m[Kvoid)(expr))
- | [01;35m[K^[m[K
- [0m[91m[01m[K/var/task/arrow/cpp/src/arrow/compute/kernels/scalar_round.cc:1262:23:[m[K [01;36m[Knote: [m[K'[01m[Kexec[m[K' was declared here
- 1262 | ArrayKernelExec [01;36m[Kexec[m[K;
- | [01;36m[K^~~~[m[K
- [0m[91mIn file included from [01m[K/var/task/arrow/cpp/src/arrow/compute/kernels/codegen_internal.h:47[m[K,
- from [01m[K/var/task/arrow/cpp/src/arrow/compute/kernels/common_internal.h:36[m[K,
- from [01m[K/var/task/arrow/cpp/src/arrow/compute/kernels/base_arithmetic_internal.h:22[m[K,
- from [01m[K/var/task/arrow/cpp/src/arrow/compute/kernels/scalar_round.cc:29[m[K:
- [01m[K/var/task/arrow/cpp/src/arrow/util/logging.h:[m[K In function '[01m[Kvoid arrow::compute::internal::RegisterScalarRoundArithmetic(arrow::compute::FunctionRegistry*)[m[K':
- [01m[K/var/task/arrow/cpp/src/arrow/util/logging.h:59:34:[m[K [01;35m[Kwarning: [m[K'[01m[Kexec[m[K' may be used uninitialized in this function [[01;35m[K-Wmaybe-uninitialized[m[K]
- 59 | #define ARROW_IGNORE_EXPR(expr) ([01;35m[K([m[Kvoid)(expr))
- | [01;35m[K^[m[K
- [0m[91m[01m[K/var/task/arrow/cpp/src/arrow/compute/kernels/scalar_round.cc:1262:23:[m[K [01;36m[Knote: [m[K'[01m[Kexec[m[K' was declared here
- 1262 | ArrayKernelExec [01;36m[Kexec[m[K;
- | [01;36m[K^~~~[m[K
- [0m[91mIn file included from [01m[K/var/task/arrow/cpp/src/arrow/compute/kernels/codegen_internal.h:47[m[K,
- from [01m[K/var/task/arrow/cpp/src/arrow/compute/kernels/common_internal.h:36[m[K,
- from [01m[K/var/task/arrow/cpp/src/arrow/compute/kernels/base_arithmetic_internal.h:22[m[K,
- from [01m[K/var/task/arrow/cpp/src/arrow/compute/kernels/scalar_round.cc:29[m[K:
- [01m[K/var/task/arrow/cpp/src/arrow/util/logging.h:59:34:[m[K [01;35m[Kwarning: [m[K'[01m[Kexec[m[K' may be used uninitialized in this function [[01;35m[K-Wmaybe-uninitialized[m[K]
- 59 | #define ARROW_IGNORE_EXPR(expr) ([01;35m[K([m[Kvoid)(expr))
- | [01;35m[K^[m[K
- [0m[91m[01m[K/var/task/arrow/cpp/src/arrow/compute/kernels/scalar_round.cc:1283:23:[m[K [01;36m[Knote: [m[K'[01m[Kexec[m[K'"RELEASE"
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/util/config.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/lib/libarrow_bundled_dependencies.a
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/lib/libarrow.so.1400.1.0
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/lib/libarrow.so.1400
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/lib/libarrow.so
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/lib/libarrow.a
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/lib/cmake/Arrow/ArrowConfig.cmake
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/lib/cmake/Arrow/ArrowConfigVersion.cmake
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/lib/cmake/Arrow/ArrowTargets.cmake
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/lib/cmake/Arrow/ArrowTargets-release.cmake
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/lib/pkgconfig/arrow.pc
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/share/gdb/auto-load/var/task/arrow/cpp/build/$(pwd)/dist/lib/libarrow.so.1400.1.0-gdb.py
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/api.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/array.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/buffer.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/buffer_builder.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/builder.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/chunk_resolver.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/chunked_array.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/compare.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/config.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/datum.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/device.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/extension_type.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/memory_pool.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/memory_pool_test.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/pch.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/pretty_print.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/record_batch.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/result.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/scalar.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/sparse_tensor.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/status.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/stl.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/stl_allocator.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/stl_iterator.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/table.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/table_builder.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/tensor.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/type.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/type_fwd.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/type_traits.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/visit_array_inline.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/visit_data_inline.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/visit_scalar_inline.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/visit_type_inline.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/visitor.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/visitor_generate.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/lib/cmake/Arrow/ArrowOptions.cmake
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/lib/cmake/Arrow/arrow-config.cmake
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/testing/async_test_util.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/testing/builder.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/testing/executor_util.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/testing/extension_type.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/testing/future_util.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/testing/generator.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/testing/gtest_compat.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/testing/gtest_util.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/testing/matchers.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/testing/pch.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/testing/random.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/testing/uniform_real.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/testing/util.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/testing/visibility.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/array/array_base.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/array/array_binary.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/array/array_decimal.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/array/array_dict.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/array/array_nested.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/array/array_primitive.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/array/array_run_end.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/array/builder_adaptive.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/array/builder_base.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/array/builder_binary.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/array/builder_decimal.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/array/builder_dict.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/array/builder_nested.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/array/builder_primitive.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/array/builder_run_end.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/array/builder_time.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/array/builder_union.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/array/concatenate.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/array/data.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/array/diff.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/array/util.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/array/validate.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/c/abi.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/c/bridge.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/c/helpers.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/compute/api.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/compute/api_aggregate.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/compute/api_scalar.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/compute/api_vector.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/compute/cast.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/compute/exec.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/compute/expression.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/compute/function.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/compute/kernel.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/compute/key_hash.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/compute/key_map.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/compute/light_array.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/compute/ordering.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/compute/registry.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/compute/type_fwd.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/compute/util.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/lib/pkgconfig/arrow-compute.pc
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/compute/row/grouper.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/io/api.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/io/buffered.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/io/caching.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/io/compressed.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/io/concurrency.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/io/file.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/io/hdfs.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/io/interfaces.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/io/memory.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/io/mman.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/io/slow.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/io/stdio.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/io/test_common.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/io/transform.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/io/type_fwd.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/tensor/converter.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/util/algorithm.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/util/align_util.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/util/aligned_storage.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/util/async_generator.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/util/async_generator_fwd.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/util/async_util.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/util/base64.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/util/basic_decimal.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/util/benchmark_util.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/util/bit_block_counter.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/util/bit_run_reader.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/util/bit_stream_utils.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/util/bit_util.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/util/bitmap.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/util/bitmap_builders.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/util/bitmap_generate.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/util/bitmap_ops.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/util/bitmap_reader.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/util/bitmap_visit.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/util/bitmap_writer.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/util/bitset_stack.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/util/bpacking.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/util/bpacking64_default.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/util/bpacking_avx2.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/util/bpacking_avx512.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/util/bpacking_default.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/util/bpacking_neon.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/util/bpacking_simd128_generated.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/util/bpacking_simd256_generated.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/util/bpacking_simd512_generated.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/util/byte_size.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/util/byte_stream_split.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/util/cancel.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/util/checked_cast.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/util/compare.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/util/compression.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/util/concurrent_map.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/util/converter.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/util/counting_semaphore.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/util/cpu_info.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/util/crc32.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/util/debug.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/util/decimal.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/util/delimiting.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/util/dispatch.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/util/double_conversion.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/util/endian.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/util/formatting.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/util/functional.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/util/future.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/util/hash_util.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/util/hashing.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/util/int_util.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/util/int_util_overflow.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/util/io_util.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/util/iterator.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/util/key_value_metadata.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/util/launder.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/util/logging.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/util/macros.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/util/map.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/util/math_constants.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/util/memory.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/util/mutex.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/util/parallel.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/util/pcg_random.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/util/print.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/util/queue.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/util/range.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/util/ree_util.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/util/regex.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/util/rle_encoding.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/util/rows_to_batches.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/util/simd.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/util/small_vector.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/util/sort.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/util/spaced.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/util/span.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/util/stopwatch.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/util/string.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/util/string_builder.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/util/task_group.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/util/tdigest.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/util/test_common.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/util/thread_pool.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/util/time.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/util/tracing.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/util/trie.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/util/type_fwd.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/util/type_traits.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/util/ubsan.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/util/union_util.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/util/unreachable.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/util/uri.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/util/utf8.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/util/value_parsing.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/util/vector.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/util/visibility.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/util/windows_compatibility.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/util/windows_fixup.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/vendored/ProducerConsumerQueue.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/vendored/datetime.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/vendored/strptime.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/vendored/xxhash.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/vendored/datetime/date.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/vendored/datetime/ios.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/vendored/datetime/tz.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/vendored/datetime/tz_private.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/vendored/datetime/visibility.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/vendored/double-conversion/bignum-dtoa.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/vendored/double-conversion/bignum.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/vendored/double-conversion/cached-powers.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/vendored/double-conversion/diy-fp.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/vendored/double-conversion/double-conversion.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/vendored/double-conversion/double-to-string.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/vendored/double-conversion/fast-dtoa.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/vendored/double-conversion/fixed-dtoa.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/vendored/double-conversion/ieee.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/vendored/double-conversion/string-to-double.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/vendored/double-conversion/strtod.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/vendored/double-conversion/utils.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/vendored/pcg/pcg_extras.hpp
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/vendored/pcg/pcg_random.hpp
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/vendored/pcg/pcg_uint128.hpp
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/vendored/portable-snippets/debug-trap.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/vendored/portable-snippets/safe-math.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/vendored/xxhash/xxhash.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/acero/accumulation_queue.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/acero/aggregate_node.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/acero/api.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/acero/asof_join_node.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/acero/benchmark_util.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/acero/bloom_filter.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/acero/exec_plan.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/acero/hash_join.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/acero/hash_join_dict.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/acero/hash_join_node.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/acero/map_node.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/acero/options.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/acero/order_by_impl.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/acero/partition_util.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/acero/pch.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/acero/query_context.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/acero/schema_util.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/acero/task_util.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/acero/test_nodes.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/acero/tpch_node.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/acero/type_fwd.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/acero/util.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/acero/visibility.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/lib/libarrow_acero.so.1400.1.0
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/lib/libarrow_acero.so.1400
- -- Set runtime path of "/var/task/arrow/cpp/build/$(pwd)/dist/lib/libarrow_acero.so.1400.1.0" to ""
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/lib/libarrow_acero.so
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/lib/libarrow_acero.a
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/lib/cmake/ArrowAcero/ArrowAceroConfig.cmake
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/lib/cmake/ArrowAcero/ArrowAceroConfigVersion.cmake
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/lib/cmake/ArrowAcero/ArrowAceroTargets.cmake
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/lib/cmake/ArrowAcero/ArrowAceroTargets-release.cmake
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/lib/pkgconfig/arrow-acero.pc
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/dataset/api.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/dataset/dataset.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/dataset/dataset_writer.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/dataset/discovery.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/dataset/file_base.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/dataset/file_csv.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/dataset/file_ipc.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/dataset/file_json.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/dataset/file_orc.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/dataset/file_parquet.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/dataset/parquet_encryption_config.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/dataset/partition.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/dataset/pch.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/dataset/plan.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/dataset/projector.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/dataset/scanner.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/dataset/type_fwd.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/dataset/visibility.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/lib/libarrow_dataset.so.1400.1.0
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/lib/libarrow_dataset.so.1400
- -- Set runtime path of "/var/task/arrow/cpp/build/$(pwd)/dist/lib/libarrow_dataset.so.1400.1.0" to ""
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/lib/libarrow_dataset.so
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/lib/libarrow_dataset.a
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/lib/cmake/ArrowDataset/ArrowDatasetConfig.cmake
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/lib/cmake/ArrowDataset/ArrowDatasetConfigVersion.cmake
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/lib/cmake/ArrowDataset/ArrowDatasetTargets.cmake
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/lib/cmake/ArrowDataset/ArrowDatasetTargets-release.cmake
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/lib/pkgconfig/arrow-dataset.pc
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/filesystem/api.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/filesystem/azurefs.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/filesystem/filesystem.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/filesystem/gcsfs.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/filesystem/hdfs.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/filesystem/localfs.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/filesystem/mockfs.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/filesystem/path_util.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/filesystem/s3_test_util.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/filesystem/s3fs.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/filesystem/test_util.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/filesystem/type_fwd.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/lib/pkgconfig/arrow-filesystem.pc
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/ipc/api.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/ipc/dictionary.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/ipc/feather.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/ipc/json_simple.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/ipc/message.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/ipc/options.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/ipc/reader.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/ipc/test_common.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/ipc/type_fwd.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/ipc/util.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/ipc/writer.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/lib/libparquet.so.1400.1.0
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/lib/libparquet.so.1400
- -- Set runtime path of "/var/task/arrow/cpp/build/$(pwd)/dist/lib/libparquet.so.1400.1.0" to ""
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/lib/libparquet.so
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/lib/libparquet.a
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/lib/cmake/Parquet/ParquetConfig.cmake
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/lib/cmake/Parquet/ParquetConfigVersion.cmake
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/lib/cmake/Parquet/ParquetTargets.cmake
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/lib/cmake/Parquet/ParquetTargets-release.cmake
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/lib/pkgconfig/parquet.pc
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/parquet/api/io.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/parquet/api/reader.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/parquet/api/schema.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/parquet/api/writer.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/parquet/arrow/reader.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/parquet/arrow/schema.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/parquet/arrow/test_util.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/parquet/arrow/writer.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/parquet/encryption/crypto_factory.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/parquet/encryption/encryption.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/parquet/encryption/file_key_material_store.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/parquet/encryption/file_key_unwrapper.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/parquet/encryption/file_key_wrapper.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/parquet/encryption/file_system_key_material_store.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/parquet/encryption/key_encryption_key.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/parquet/encryption/key_material.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/parquet/encryption/key_metadata.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/parquet/encryption/key_toolkit.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/parquet/encryption/kms_client.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/parquet/encryption/kms_client_factory.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/parquet/encryption/local_wrap_kms_client.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/parquet/encryption/test_encryption_util.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/parquet/encryption/test_in_memory_kms.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/parquet/encryption/two_level_cache_with_expiration.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/parquet/encryption/type_fwd.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/parquet/benchmark_util.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/parquet/bloom_filter.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/parquet/bloom_filter_reader.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/parquet/column_page.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/parquet/column_reader.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/parquet/column_scanner.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/parquet/column_writer.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/parquet/encoding.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/parquet/exception.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/parquet/file_reader.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/parquet/file_writer.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/parquet/hasher.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/parquet/level_comparison.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/parquet/level_comparison_inc.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/parquet/level_conversion.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/parquet/level_conversion_inc.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/parquet/metadata.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/parquet/page_index.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/parquet/pch.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/parquet/platform.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/parquet/printer.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/parquet/properties.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/parquet/schema.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/parquet/statistics.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/parquet/stream_reader.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/parquet/stream_writer.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/parquet/test_util.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/parquet/type_fwd.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/parquet/types.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/parquet/windows_compatibility.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/parquet/windows_fixup.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/parquet/xxhasher.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/parquet/parquet_version.h
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/share/doc/arrow/LICENSE.txt
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/share/doc/arrow/NOTICE.txt
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/share/doc/arrow/README.md
- -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/share/arrow/gdb/gdb_arrow.py
- /var/task
- Removing intermediate container 8b671fb751f1
- ---> 6402c890decc
- Step 9/18 : ENV PYARROW_WITH_PARQUET=1
- ---> Running in d9da4c2daf50
- Removing intermediate container d9da4c2daf50
- ---> 71bb2643acaf
- Step 10/18 : ENV PYARROW_WITH_DATASET=1
- ---> Running in e4967dcaba23
- Removing intermediate container e4967dcaba23
- ---> 6ccabd2a90e5
- Step 11/18 : ENV PYARROW_PARALLEL=4
- ---> Running in 3526d3312698
- Removing intermediate container 3526d3312698
- ---> c3877af45424
- Step 12/18 : ENV PYARROW_INSTALL_TESTS=0
- ---> Running in 5c5e4df1c8b9
- Removing intermediate container 5c5e4df1c8b9
- ---> 0143613f98e1
- Step 13/18 : RUN pip3 install -r arrow/python/requirements-wheel-build.txt && pushd arrow/python && python3 setup.py build_ext --build-type=release --bundle-arrow-cpp bdist_wheel --dist-dir /app/output && popd
- ---> Running in 1ad4172c2aea
- Collecting cython>=0.29.31 (from -r arrow/python/requirements-wheel-build.txt (line 1))
- Obtaining dependency information for cython>=0.29.31 from https://files.pythonhosted.org/packages/0a/f5/a629b0decba74c6cd1f9e830d1e55b89b6be15507d26c7cc14bc87275b28/Cython-3.0.5-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata
- Downloading Cython-3.0.5-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (3.2 kB)
- Collecting oldest-supported-numpy>=0.14 (from -r arrow/python/requirements-wheel-build.txt (line 2))
- Obtaining dependency information for oldest-supported-numpy>=0.14 from https://files.pythonhosted.org/packages/f2/a0/e3ddf322257d6d8798b5f08b5160eb697e0cd7f61cb70ad674aabae18051/oldest_supported_numpy-2023.10.25-py3-none-any.whl.metadata
- Downloading oldest_supported_numpy-2023.10.25-py3-none-any.whl.metadata (9.8 kB)
- Collecting setuptools_scm<8.0.0 (from -r arrow/python/requirements-wheel-build.txt (line 3))
- Downloading setuptools_scm-7.1.0-py3-none-any.whl (43 kB)
- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 43.8/43.8 kB 2.7 MB/s eta 0:00:00
- Collecting setuptools>=58 (from -r arrow/python/requirements-wheel-build.txt (line 4))
- Obtaining dependency information for setuptools>=58 from https://files.pythonhosted.org/packages/0f/93/daae527a7ad3ea3a4f7d84d05fd74b7cc637360a7e7b4df1df9a5046be17/setuptools-69.0.0-py3-none-any.whl.metadata
- Downloading setuptools-69.0.0-py3-none-any.whl.metadata (6.3 kB)
- Collecting wheel (from -r arrow/python/requirements-wheel-build.txt (line 5))
- Obtaining dependency information for wheel from https://files.pythonhosted.org/packages/fa/7f/4c07234086edbce4a0a446209dc0cb08a19bb206a3ea53b2f56a403f983b/wheel-0.41.3-py3-none-any.whl.metadata
- Downloading wheel-0.41.3-py3-none-any.whl.metadata (2.2 kB)
- Collecting numpy==1.26.1 (from oldest-supported-numpy>=0.14->-r arrow/python/requirements-wheel-build.txt (line 2))
- Obtaining dependency information for numpy==1.26.1 from https://files.pythonhosted.org/packages/07/c0/ccbb2a4c75b283d6100400a907087bfa4d89cee9df73fa6af85268115d81/numpy-1.26.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata
- Downloading numpy-1.26.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (61 kB)
- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 61.2/61.2 kB 8.0 MB/s eta 0:00:00
- Collecting packaging>=20.0 (from setuptools_scm<8.0.0->-r arrow/python/requirements-wheel-build.txt (line 3))
- Obtaining dependency information for packaging>=20.0 from https://files.pythonhosted.org/packages/ec/1a/610693ac4ee14fcdf2d9bf3c493370e4f2ef7ae2e19217d7a237ff42367d/packaging-23.2-py3-none-any.whl.metadata
- Downloading packaging-23.2-py3-none-any.whl.metadata (3.2 kB)
- Collecting typing-extensions (from setuptools_scm<8.0.0->-r arrow/python/requirements-wheel-build.txt (line 3))
- Obtaining dependency information for typing-extensions from https://files.pythonhosted.org/packages/24/21/7d397a4b7934ff4028987914ac1044d3b7d52712f30e2ac7a2ae5bc86dd0/typing_extensions-4.8.0-py3-none-any.whl.metadata
- Downloading typing_extensions-4.8.0-py3-none-any.whl.metadata (3.0 kB)
- Downloading Cython-3.0.5-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.5 MB)
- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.5/3.5 MB 30.6 MB/s eta 0:00:00
- Downloading oldest_supported_numpy-2023.10.25-py3-none-any.whl (4.9 kB)
- Downloading numpy-1.26.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (17.9 MB)
- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 17.9/17.9 MB 71.2 MB/s eta 0:00:00
- Downloading setuptools-69.0.0-py3-none-any.whl (819 kB)
- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 819.4/819.4 kB 88.6 MB/s eta 0:00:00
- Downloading wheel-0.41.3-py3-none-any.whl (65 kB)
- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 65.8/65.8 kB 22.1 MB/s eta 0:00:00
- Downloading packaging-23.2-py3-none-any.whl (53 kB)
- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 53.0/53.0 kB 17.7 MB/s eta 0:00:00
- Downloading typing_extensions-4.8.0-py3-none-any.whl (31 kB)
- Installing collected packages: wheel, typing-extensions, setuptools, packaging, numpy, cython, setuptools_scm, oldest-supported-numpy
- Successfully installed cython-3.0.5 numpy-1.26.1 oldest-supported-numpy-2023.10.25 packaging-23.2 setuptools-69.0.0 setuptools_scm-7.1.0 typing-extensions-4.8.0 wheel-0.41.3
- [91mWARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
- [0m[91m
- [notice] A new release of pip is available: 23.2.1 -> 23.3.1
- [notice] To update, run: pip install --upgrade pip
- [0m/var/task/arrow/python /var/task
- [91m/var/task/arrow/python/setup.py:34: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html
- import pkg_resources
- [0m[91m/var/lang/lib/python3.12/site-packages/setuptools/__init__.py:80: _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are deprecated.
- !!
- ********************************************************************************
- Requirements should be satisfied by a PEP 517 installer.
- If you are using pip, you can try `pip install --use-pep517`.
- ********************************************************************************
- !!
- dist.fetch_build_eggs(dist.setup_requires)
- [0m[91m/var/lang/lib/python3.12/site-packages/setuptools_scm/git.py:135: UserWarning: "/var/task/arrow" is shallow and may cause errors
- warnings.warn(f'"{wd.path}" is shallow and may cause errors')
- [0mrunning build_ext
- creating /var/task/arrow/python/build
- creating /var/task/arrow/python/build/temp.linux-x86_64-cpython-312
- -- Running cmake for PyArrow
- cmake -DCMAKE_INSTALL_PREFIX=/var/task/arrow/python/build/lib.linux-x86_64-cpython-312/pyarrow -DPYTHON_EXECUTABLE=/var/lang/bin/python3 -DPython3_EXECUTABLE=/var/lang/bin/python3 -DPYARROW_CXXFLAGS= -DPYARROW_BUILD_CUDA=off -DPYARROW_BUILD_SUBSTRAIT=off -DPYARROW_BUILD_FLIGHT=off -DPYARROW_BUILD_GANDIVA=off -DPYARROW_BUILD_ACERO=on -DPYARROW_BUILD_DATASET=on -DPYARROW_BUILD_ORC=off -DPYARROW_BUILD_PARQUET=on -DPYARROW_BUILD_PARQUET_ENCRYPTION=off -DPYARROW_BUILD_GCS=off -DPYARROW_BUILD_S3=off -DPYARROW_BUILD_HDFS=off -DPYARROW_BUNDLE_ARROW_CPP=on -DPYARROW_BUNDLE_CYTHON_CPP=off -DPYARROW_GENERATE_COVERAGE=off -DCMAKE_BUILD_TYPE=release /var/task/arrow/python
- -- The C compiler identification is GNU 11.4.1
- -- The CXX compiler identification is GNU 11.4.1
- -- Detecting C compiler ABI info
- -- Detecting C compiler ABI info - done
- -- Check for working C compiler: /usr/bin/cc - 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/bin/c++ - skipped
- -- Detecting CXX compile features
- -- Detecting CXX compile features - done
- -- 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
- -- CMAKE_C_FLAGS: -Wall -fno-semantic-interposition -msse4.2 -fdiagnostics-color=always -fno-omit-frame-pointer -Wno-unused-variable -Wno-maybe-uninitialized
- -- CMAKE_CXX_FLAGS: -Wno-noexcept-type -Wall -fno-semantic-interposition -msse4.2 -fdiagnostics-color=always -fno-omit-frame-pointer -Wno-unused-variable -Wno-maybe-uninitialized
- -- Generator: Unix Makefiles
- -- Build output directory: /var/task/arrow/python/build/temp.linux-x86_64-cpython-312/release
- -- Found Python3: /var/lang/bin/python3 (found version "3.12.0") found components: Interpreter Development.Module NumPy
- -- Found Python3Alt: /var/lang/bin/python3
- [91mCMake Error at CMakeLists.txt:268 (find_package):
- By not providing "FindArrow.cmake" in CMAKE_MODULE_PATH this project has
- asked CMake to find a package configuration file provided by "Arrow", but
- CMake did not find one.
- Could not find a package configuration file provided by "Arrow" with any of
- the following names:
- ArrowConfig.cmake
- arrow-config.cmake
- Add the installation prefix of "Arrow" to CMAKE_PREFIX_PATH or set
- "Arrow_DIR" to a directory containing one of the above files. If "Arrow"
- provides a separate development package or SDK, be sure it has been
- installed.
- [0m-- Configuring incomplete, errors occurred!
- See also "/var/task/arrow/python/build/temp.linux-x86_64-cpython-312/CMakeFiles/CMakeOutput.log".
- [91merror: command '/usr/bin/cmake' failed with exit code 1
- [0m
Add Comment
Please, Sign In to add comment