bascheibler

Apache Arrow Issue #38810 - Docker build logs

Nov 20th, 2023
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 136.48 KB | Software | 0 0
  1. 'input' with GID 104.
  2. Creating group 'kvm' with GID 36.
  3. Creating group 'render' with GID 105.
  4. Creating group 'sgx' with GID 106.
  5. Creating group 'systemd-journal' with GID 190.
  6. Creating group 'systemd-network' with GID 192.
  7. Creating user 'systemd-network' (systemd Network Management) with UID 192 and GID 192.
  8. Creating group 'systemd-oom' with GID 998.
  9. Creating user 'systemd-oom' (systemd Userspace OOM Killer) with UID 998 and GID 998.
  10. Creating group 'systemd-resolve' with GID 193.
  11. Creating user 'systemd-resolve' (systemd Resolver) with UID 193 and GID 193.
  12. Installing: elfutils-default-yama-scope;0.188-3.amzn2023.0.2;noarch;amazonlinux
  13. Installing: binutils;2.39-6.amzn2023.0.10;x86_64;amazonlinux
  14. Installing: glibc-devel;2.34-52.amzn2023.0.7;x86_64;amazonlinux
  15. Installing: gcc;11.4.1-2.amzn2023.0.2;x86_64;amazonlinux
  16. Installing: annobin-plugin-gcc;10.93-1.amzn2023.0.1;x86_64;amazonlinux
  17. Installing: libxcrypt-devel;4.4.33-7.amzn2023;x86_64;amazonlinux
  18. Installing: pkgconf-pkg-config;1.8.0-4.amzn2023.0.2;x86_64;amazonlinux
  19. Installing: pkgconf;1.8.0-4.amzn2023.0.2;x86_64;amazonlinux
  20. Installing: go-srpm-macros;3.2.0-37.amzn2023;noarch;amazonlinux
  21. Installing: fonts-srpm-macros;1:2.0.5-12.amzn2023.0.2;noarch;amazonlinux
  22. Installing: python-srpm-macros;3.9-41.amzn2023.0.5;noarch;amazonlinux
  23. Installing: amazon-rpm-config;228-3.amzn2023.0.2;noarch;amazonlinux
  24. Installing: python3-devel;3.9.16-1.amzn2023.0.6;x86_64;amazonlinux
  25. Installing: gcc-c++;11.4.1-2.amzn2023.0.2;x86_64;amazonlinux
  26. Installing: glibc-gconv-extra;2.34-52.amzn2023.0.7;x86_64;amazonlinux
  27. Complete.
  28. Removing intermediate container 44d3db84c6ac
  29.  ---> a7a7059e13af
  30. Step 3/18 : RUN git clone --depth 1 -b apache-arrow-14.0.1 https://github.com/apache/arrow.git
  31.  ---> Running in 20ceb9e958e7
  32. Cloning into 'arrow'...
  33. Note: switching to 'ba537483618196f50c67a90a473039e4d5dc35e0'.
  34.  
  35. You are in 'detached HEAD' state. You can look around, make experimental
  36. changes and commit them, and you can discard any commits you make in this
  37. state without impacting any branches by switching back to a branch.
  38.  
  39. If you want to create a new branch to retain commits you create, you may
  40. do so (now or later) by using -c with the switch command. Example:
  41.  
  42.   git switch -c <new-branch-name>
  43.  
  44. Or undo this operation with:
  45.  
  46.   git switch -
  47.  
  48. Turn off this advice by setting config variable advice.detachedHead to false
  49.  
  50. Removing intermediate container 20ceb9e958e7
  51.  ---> 3b295a67e054
  52. Step 4/18 : RUN mkdir dist
  53.  ---> Running in 8f8d820d8add
  54. Removing intermediate container 8f8d820d8add
  55.  ---> c73959fccd79
  56. Step 5/18 : ENV ARROW_HOME=$(pwd)/dist
  57.  ---> Running in 668c70558d4a
  58. Removing intermediate container 668c70558d4a
  59.  ---> b36e130f7219
  60. Step 6/18 : ENV LD_LIBRARY_PATH=$(pwd)/dist/lib:$LD_LIBRARY_PATH
  61.  ---> Running in 0c1bb3e77298
  62. Removing intermediate container 0c1bb3e77298
  63.  ---> 7f4a8ff21c5c
  64. Step 7/18 : ENV CMAKE_PREFIX_PATH=$ARROW_HOME:$CMAKE_PREFIX_PATH
  65.  ---> Running in 1c3a6d45ac0e
  66. Removing intermediate container 1c3a6d45ac0e
  67.  ---> d7b1baa0d486
  68. 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
  69.  ---> Running in 8b671fb751f1
  70. /var/task/arrow/cpp/build /var/task
  71. -- Building using CMake version: 3.22.2
  72. -- The C compiler identification is GNU 11.4.1
  73. -- The CXX compiler identification is GNU 11.4.1
  74. -- Detecting C compiler ABI info
  75. -- Detecting C compiler ABI info - done
  76. -- Check for working C compiler: /usr/bin/cc - skipped
  77. -- Detecting C compile features
  78. -- Detecting C compile features - done
  79. -- Detecting CXX compiler ABI info
  80. -- Detecting CXX compiler ABI info - done
  81. -- Check for working CXX compiler: /usr/bin/c++ - skipped
  82. -- Detecting CXX compile features
  83. -- Detecting CXX compile features - done
  84. -- Arrow version: 14.0.1 (full: '14.0.1')
  85. -- Arrow SO version: 1400 (full: 1400.1.0)
  86. -- clang-tidy 14 not found
  87. -- clang-format 14 not found
  88. -- Could NOT find ClangTools (missing: CLANG_FORMAT_BIN CLANG_TIDY_BIN)
  89. -- infer not found
  90. -- Found Python3: /var/lang/bin/python3 (found version "3.12.0") found components: Interpreter
  91. -- Found cpplint executable at /var/task/arrow/cpp/build-support/cpplint.py
  92. -- System processor: x86_64
  93. -- Performing Test CXX_SUPPORTS_SSE4_2
  94. -- Performing Test CXX_SUPPORTS_SSE4_2 - Success
  95. -- Performing Test CXX_SUPPORTS_AVX2
  96. -- Performing Test CXX_SUPPORTS_AVX2 - Success
  97. -- Performing Test CXX_SUPPORTS_AVX512
  98. -- Performing Test CXX_SUPPORTS_AVX512 - Success
  99. -- Arrow build warning level: PRODUCTION
  100. -- Using ld linker
  101. -- Build Type: RELEASE
  102. -- Performing Test CXX_LINKER_SUPPORTS_VERSION_SCRIPT
  103. -- Performing Test CXX_LINKER_SUPPORTS_VERSION_SCRIPT - Success
  104. -- Using AUTO approach to find dependencies
  105. -- ARROW_ABSL_BUILD_VERSION: 20211102.0
  106. -- ARROW_ABSL_BUILD_SHA256_CHECKSUM: dcf71b9cba8dc0ca9940c4b316a0c796be8fab42b070bb6b7cab62b48f0e66c4
  107. -- ARROW_AWS_C_AUTH_BUILD_VERSION: v0.6.22
  108. -- ARROW_AWS_C_AUTH_BUILD_SHA256_CHECKSUM: 691a6b4418afcd3dc141351b6ad33fccd8e3ff84df0e9e045b42295d284ee14c
  109. -- ARROW_AWS_C_CAL_BUILD_VERSION: v0.5.20
  110. -- ARROW_AWS_C_CAL_BUILD_SHA256_CHECKSUM: acc352359bd06f8597415c366cf4ec4f00d0b0da92d637039a73323dd55b6cd0
  111. -- ARROW_AWS_C_COMMON_BUILD_VERSION: v0.8.9
  112. -- ARROW_AWS_C_COMMON_BUILD_SHA256_CHECKSUM: 2f3fbaf7c38eae5a00e2a816d09b81177f93529ae8ba1b82dc8f31407565327a
  113. -- ARROW_AWS_C_COMPRESSION_BUILD_VERSION: v0.2.16
  114. -- ARROW_AWS_C_COMPRESSION_BUILD_SHA256_CHECKSUM: 044b1dbbca431a07bde8255ef9ec443c300fc60d4c9408d4b862f65e496687f4
  115. -- ARROW_AWS_C_EVENT_STREAM_BUILD_VERSION: v0.2.18
  116. -- ARROW_AWS_C_EVENT_STREAM_BUILD_SHA256_CHECKSUM: 310ca617f713bf664e4c7485a3d42c1fb57813abd0107e49790d107def7cde4f
  117. -- ARROW_AWS_C_HTTP_BUILD_VERSION: v0.7.3
  118. -- ARROW_AWS_C_HTTP_BUILD_SHA256_CHECKSUM: 07e16c6bf5eba6f0dea96b6f55eae312a7c95b736f4d2e4a210000f45d8265ae
  119. -- ARROW_AWS_C_IO_BUILD_VERSION: v0.13.14
  120. -- ARROW_AWS_C_IO_BUILD_SHA256_CHECKSUM: 12b66510c3d9a4f7e9b714e9cfab2a5bf835f8b9ce2f909d20ae2a2128608c71
  121. -- ARROW_AWS_C_MQTT_BUILD_VERSION: v0.8.4
  122. -- ARROW_AWS_C_MQTT_BUILD_SHA256_CHECKSUM: 232eeac63e72883d460c686a09b98cdd811d24579affac47c5c3f696f956773f
  123. -- ARROW_AWS_C_S3_BUILD_VERSION: v0.2.3
  124. -- ARROW_AWS_C_S3_BUILD_SHA256_CHECKSUM: a00b3c9f319cd1c9aa2c3fa15098864df94b066dcba0deaccbb3caa952d902fe
  125. -- ARROW_AWS_C_SDKUTILS_BUILD_VERSION: v0.1.6
  126. -- ARROW_AWS_C_SDKUTILS_BUILD_SHA256_CHECKSUM: 8a2951344b2fb541eab1e9ca17c18a7fcbfd2aaff4cdd31d362d1fad96111b91
  127. -- ARROW_AWS_CHECKSUMS_BUILD_VERSION: v0.1.13
  128. -- ARROW_AWS_CHECKSUMS_BUILD_SHA256_CHECKSUM: 0f897686f1963253c5069a0e495b85c31635ba146cd3ac38cc2ea31eaf54694d
  129. -- ARROW_AWS_CRT_CPP_BUILD_VERSION: v0.18.16
  130. -- ARROW_AWS_CRT_CPP_BUILD_SHA256_CHECKSUM: 9e69bc1dc4b50871d1038aa9ff6ddeb4c9b28f7d6b5e5b1b69041ccf50a13483
  131. -- ARROW_AWS_LC_BUILD_VERSION: v1.3.0
  132. -- ARROW_AWS_LC_BUILD_SHA256_CHECKSUM: ae96a3567161552744fc0cae8b4d68ed88b1ec0f3d3c98700070115356da5a37
  133. -- ARROW_AWSSDK_BUILD_VERSION: 1.10.55
  134. -- ARROW_AWSSDK_BUILD_SHA256_CHECKSUM: 2d552fb1a84bef4a9b65e34aa7031851ed2aef5319e02cc6e4cb735c48aa30de
  135. -- ARROW_AZURE_SDK_BUILD_VERSION: azure-core_1.10.3
  136. -- ARROW_AZURE_SDK_BUILD_SHA256_CHECKSUM: dd624c2f86adf474d2d0a23066be6e27af9cbd7e3f8d9d8fd7bf981e884b7b48
  137. -- ARROW_BOOST_BUILD_VERSION: 1.81.0
  138. -- ARROW_BOOST_BUILD_SHA256_CHECKSUM: 9e0ffae35528c35f90468997bc8d99500bf179cbae355415a89a600c38e13574
  139. -- ARROW_BROTLI_BUILD_VERSION: v1.0.9
  140. -- ARROW_BROTLI_BUILD_SHA256_CHECKSUM: f9e8d81d0405ba66d181529af42a3354f838c939095ff99930da6aa9cdf6fe46
  141. -- ARROW_BZIP2_BUILD_VERSION: 1.0.8
  142. -- ARROW_BZIP2_BUILD_SHA256_CHECKSUM: ab5a03176ee106d3f0fa90e381da478ddae405918153cca248e682cd0c4a2269
  143. -- ARROW_CARES_BUILD_VERSION: 1.17.2
  144. -- ARROW_CARES_BUILD_SHA256_CHECKSUM: 4803c844ce20ce510ef0eb83f8ea41fa24ecaae9d280c468c582d2bb25b3913d
  145. -- ARROW_CRC32C_BUILD_VERSION: 1.1.2
  146. -- ARROW_CRC32C_BUILD_SHA256_CHECKSUM: ac07840513072b7fcebda6e821068aa04889018f24e10e46181068fb214d7e56
  147. -- ARROW_GBENCHMARK_BUILD_VERSION: v1.7.1
  148. -- ARROW_GBENCHMARK_BUILD_SHA256_CHECKSUM: 6430e4092653380d9dc4ccb45a1e2dc9259d581f4866dc0759713126056bc1d7
  149. -- ARROW_GFLAGS_BUILD_VERSION: v2.2.2
  150. -- ARROW_GFLAGS_BUILD_SHA256_CHECKSUM: 34af2f15cf7367513b352bdcd2493ab14ce43692d2dcd9dfc499492966c64dcf
  151. -- ARROW_GLOG_BUILD_VERSION: v0.5.0
  152. -- ARROW_GLOG_BUILD_SHA256_CHECKSUM: eede71f28371bf39aa69b45de23b329d37214016e2055269b3b5e7cfd40b59f5
  153. -- ARROW_GOOGLE_CLOUD_CPP_BUILD_VERSION: v2.12.0
  154. -- ARROW_GOOGLE_CLOUD_CPP_BUILD_SHA256_CHECKSUM: 8cda870803925c62de8716a765e03eb9d34249977e5cdb7d0d20367e997a55e2
  155. -- ARROW_GRPC_BUILD_VERSION: v1.46.3
  156. -- ARROW_GRPC_BUILD_SHA256_CHECKSUM: d6cbf22cb5007af71b61c6be316a79397469c58c82a942552a62e708bce60964
  157. -- ARROW_GTEST_BUILD_VERSION: 1.11.0
  158. -- ARROW_GTEST_BUILD_SHA256_CHECKSUM: b4870bf121ff7795ba20d20bcdd8627b8e088f2d1dab299a031c1034eddc93d5
  159. -- ARROW_JEMALLOC_BUILD_VERSION: 5.3.0
  160. -- ARROW_JEMALLOC_BUILD_SHA256_CHECKSUM: 2db82d1e7119df3e71b7640219b6dfe84789bc0537983c3b7ac4f7189aecfeaa
  161. -- ARROW_LZ4_BUILD_VERSION: v1.9.4
  162. -- ARROW_LZ4_BUILD_SHA256_CHECKSUM: 0b0e3aa07c8c063ddf40b082bdf7e37a1562bda40a0ff5272957f3e987e0e54b
  163. -- ARROW_MIMALLOC_BUILD_VERSION: v2.0.6
  164. -- ARROW_MIMALLOC_BUILD_SHA256_CHECKSUM: 9f05c94cc2b017ed13698834ac2a3567b6339a8bde27640df5a1581d49d05ce5
  165. -- ARROW_NLOHMANN_JSON_BUILD_VERSION: v3.10.5
  166. -- ARROW_NLOHMANN_JSON_BUILD_SHA256_CHECKSUM: 5daca6ca216495edf89d167f808d1d03c4a4d929cef7da5e10f135ae1540c7e4
  167. -- ARROW_OPENTELEMETRY_BUILD_VERSION: v1.8.1
  168. -- ARROW_OPENTELEMETRY_BUILD_SHA256_CHECKSUM: 3d640201594b07f08dade9cd1017bd0b59674daca26223b560b9bb6bf56264c2
  169. -- ARROW_OPENTELEMETRY_PROTO_BUILD_VERSION: v0.17.0
  170. -- ARROW_OPENTELEMETRY_PROTO_BUILD_SHA256_CHECKSUM: f269fbcb30e17b03caa1decd231ce826e59d7651c0f71c3b28eb5140b4bb5412
  171. -- ARROW_ORC_BUILD_VERSION: 1.9.0
  172. -- ARROW_ORC_BUILD_SHA256_CHECKSUM: 0dca8bbccdb2ee87e59ba964933436beebd02ea78c4134424828a8127fbc4faa
  173. -- ARROW_PROTOBUF_BUILD_VERSION: v21.3
  174. -- ARROW_PROTOBUF_BUILD_SHA256_CHECKSUM: 2f723218f6cb709ae4cdc4fb5ed56a5951fc5d466f0128ce4c946b8c78c8c49f
  175. -- ARROW_RAPIDJSON_BUILD_VERSION: 232389d4f1012dddec4ef84861face2d2ba85709
  176. -- ARROW_RAPIDJSON_BUILD_SHA256_CHECKSUM: b9290a9a6d444c8e049bd589ab804e0ccf2b05dc5984a19ed5ae75d090064806
  177. -- ARROW_RE2_BUILD_VERSION: 2022-06-01
  178. -- ARROW_RE2_BUILD_SHA256_CHECKSUM: f89c61410a072e5cbcf8c27e3a778da7d6fd2f2b5b1445cd4f4508bee946ab0f
  179. -- ARROW_SNAPPY_BUILD_VERSION: 1.1.10
  180. -- ARROW_SNAPPY_BUILD_SHA256_CHECKSUM: 49d831bffcc5f3d01482340fe5af59852ca2fe76c3e05df0e67203ebbe0f1d90
  181. -- ARROW_SUBSTRAIT_BUILD_VERSION: v0.27.0
  182. -- ARROW_SUBSTRAIT_BUILD_SHA256_CHECKSUM: 4ed375f69d972a57fdc5ec406c17003a111831d8640d3f1733eccd4b3ff45628
  183. -- ARROW_S2N_TLS_BUILD_VERSION: v1.3.35
  184. -- ARROW_S2N_TLS_BUILD_SHA256_CHECKSUM: 9d32b26e6bfcc058d98248bf8fc231537e347395dd89cf62bb432b55c5da990d
  185. -- ARROW_THRIFT_BUILD_VERSION: 0.16.0
  186. -- ARROW_THRIFT_BUILD_SHA256_CHECKSUM: f460b5c1ca30d8918ff95ea3eb6291b3951cf518553566088f3f2be8981f6209
  187. -- ARROW_UCX_BUILD_VERSION: 1.12.1
  188. -- ARROW_UCX_BUILD_SHA256_CHECKSUM: 9bef31aed0e28bf1973d28d74d9ac4f8926c43ca3b7010bd22a084e164e31b71
  189. -- ARROW_UTF8PROC_BUILD_VERSION: v2.7.0
  190. -- ARROW_UTF8PROC_BUILD_SHA256_CHECKSUM: 4bb121e297293c0fd55f08f83afab6d35d48f0af4ecc07523ad8ec99aa2b12a1
  191. -- ARROW_XSIMD_BUILD_VERSION: 9.0.1
  192. -- ARROW_XSIMD_BUILD_SHA256_CHECKSUM: b1bb5f92167fd3a4f25749db0be7e61ed37e0a5d943490f3accdcd2cd2918cc0
  193. -- ARROW_ZLIB_BUILD_VERSION: 1.2.13
  194. -- ARROW_ZLIB_BUILD_SHA256_CHECKSUM: b3a24de97a8fdbc835b9833169501030b8977031bcb54b3b3ac13740f846ab30
  195. -- ARROW_ZSTD_BUILD_VERSION: 1.5.5
  196. -- ARROW_ZSTD_BUILD_SHA256_CHECKSUM: 9c4396cc829cfae319a6e2615202e82aad41372073482fce286fac78646d3ee4
  197. -- Looking for pthread.h
  198. -- Looking for pthread.h - found
  199. -- Performing Test CMAKE_HAVE_LIBC_PTHREAD
  200. -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success
  201. -- Found Threads: TRUE  
  202. -- Looking for _M_ARM64
  203. -- Looking for _M_ARM64 - not found
  204. -- Looking for __SIZEOF_INT128__
  205. -- Looking for __SIZEOF_INT128__ - found
  206. -- Could NOT find Boost (missing: Boost_INCLUDE_DIR) (Required is at least version "1.58")
  207. -- Boost include dir: Boost_INCLUDE_DIR-NOTFOUND
  208. CMake Warning at cmake_modules/FindSnappyAlt.cmake:29 (find_package):
  209.   By not providing "FindSnappy.cmake" in CMAKE_MODULE_PATH this project has
  210.   asked CMake to find a package configuration file provided by "Snappy", but
  211.   CMake did not find one.
  212.  
  213.   Could not find a package configuration file provided by "Snappy" with any
  214.   of the following names:
  215.  
  216.     SnappyConfig.cmake
  217.     snappy-config.cmake
  218.  
  219.   Add the installation prefix of "Snappy" to CMAKE_PREFIX_PATH or set
  220.   "Snappy_DIR" to a directory containing one of the above files.  If "Snappy"
  221.   provides a separate development package or SDK, be sure it has been
  222.   installed.
  223. Call Stack (most recent call first):
  224.   cmake_modules/ThirdpartyToolchain.cmake:277 (find_package)
  225.   cmake_modules/ThirdpartyToolchain.cmake:1365 (resolve_dependency)
  226.   CMakeLists.txt:542 (include)
  227.  
  228.  
  229. -- Could NOT find SnappyAlt (missing: Snappy_LIB Snappy_INCLUDE_DIR)
  230. -- Building snappy from source
  231. -- Building without OpenSSL support. Minimum OpenSSL version 1.0.2 required.
  232. CMake Warning at cmake_modules/FindThriftAlt.cmake:56 (find_package):
  233.   By not providing "FindThrift.cmake" in CMAKE_MODULE_PATH this project has
  234.   asked CMake to find a package configuration file provided by "Thrift", but
  235.   CMake did not find one.
  236.  
  237.   Could not find a package configuration file provided by "Thrift" (requested
  238.   version 0.11.0) with any of the following names:
  239.  
  240.     ThriftConfig.cmake
  241.     thrift-config.cmake
  242.  
  243.   Add the installation prefix of "Thrift" to CMAKE_PREFIX_PATH or set
  244.   "Thrift_DIR" to a directory containing one of the above files.  If "Thrift"
  245.   provides a separate development package or SDK, be sure it has been
  246.   installed.
  247. Call Stack (most recent call first):
  248.   cmake_modules/ThirdpartyToolchain.cmake:277 (find_package)
  249.   cmake_modules/ThirdpartyToolchain.cmake:1698 (resolve_dependency)
  250.   CMakeLists.txt:542 (include)
  251.  
  252.  
  253. -- Checking for module 'thrift'
  254. --   Package 'thrift', required by 'virtual:world', not found
  255. -- Could NOT find ThriftAlt: Found unsuitable version "", but required is at least "0.11.0" (found ThriftAlt_LIB-NOTFOUND)
  256. -- Building Apache Thrift from source
  257. -- Building jemalloc from source
  258. CMake Warning at cmake_modules/ThirdpartyToolchain.cmake:277 (find_package):
  259.   By not providing "Findxsimd.cmake" in CMAKE_MODULE_PATH this project has
  260.   asked CMake to find a package configuration file provided by "xsimd", but
  261.   CMake did not find one.
  262.  
  263.   Could not find a package configuration file provided by "xsimd" with any of
  264.   the following names:
  265.  
  266.     xsimdConfig.cmake
  267.     xsimd-config.cmake
  268.  
  269.   Add the installation prefix of "xsimd" to CMAKE_PREFIX_PATH or set
  270.   "xsimd_DIR" to a directory containing one of the above files.  If "xsimd"
  271.   provides a separate development package or SDK, be sure it has been
  272.   installed.
  273. Call Stack (most recent call first):
  274.   cmake_modules/ThirdpartyToolchain.cmake:2377 (resolve_dependency)
  275.   CMakeLists.txt:542 (include)
  276.  
  277.  
  278. -- Building xsimd from source
  279. CMake Warning at cmake_modules/Findre2Alt.cmake:29 (find_package):
  280.   By not providing "Findre2.cmake" in CMAKE_MODULE_PATH this project has
  281.   asked CMake to find a package configuration file provided by "re2", but
  282.   CMake did not find one.
  283.  
  284.   Could not find a package configuration file provided by "re2" with any of
  285.   the following names:
  286.  
  287.     re2Config.cmake
  288.     re2-config.cmake
  289.  
  290.   Add the installation prefix of "re2" to CMAKE_PREFIX_PATH or set "re2_DIR"
  291.   to a directory containing one of the above files.  If "re2" provides a
  292.   separate development package or SDK, be sure it has been installed.
  293. Call Stack (most recent call first):
  294.   cmake_modules/ThirdpartyToolchain.cmake:277 (find_package)
  295.   cmake_modules/ThirdpartyToolchain.cmake:2585 (resolve_dependency)
  296.   CMakeLists.txt:542 (include)
  297.  
  298.  
  299. -- Checking for module 're2'
  300. --   Package 're2', required by 'virtual:world', not found
  301. -- Could NOT find re2Alt (missing: RE2_LIB RE2_INCLUDE_DIR)
  302. -- Building RE2 from source
  303. -- Could NOT find utf8proc: Found unsuitable version "", but required is at least "2.2.0" (found utf8proc_LIB-NOTFOUND)
  304. -- Building utf8proc from source
  305. -- Found hdfs.h at: /var/task/arrow/cpp/thirdparty/hadoop/include/hdfs.h
  306. -- All bundled static libraries: Snappy::snappy-static;thrift::thrift;jemalloc::jemalloc;re2::re2;utf8proc::utf8proc
  307. -- CMAKE_C_FLAGS:   -Wall -fno-semantic-interposition -msse4.2
  308. -- CMAKE_CXX_FLAGS:  -Wno-noexcept-type  -fdiagnostics-color=always  -Wall -fno-semantic-interposition -msse4.2
  309. -- CMAKE_C_FLAGS_RELEASE: -O3 -DNDEBUG -O2 -ftree-vectorize
  310. -- CMAKE_CXX_FLAGS_RELEASE: -O3 -DNDEBUG -O2 -ftree-vectorize
  311. -- Creating bundled static library target arrow_bundled_dependencies at /var/task/arrow/cpp/build/release/libarrow_bundled_dependencies.a
  312. -- Looking for backtrace
  313. -- Looking for backtrace - found
  314. -- backtrace facility detected in default set of libraries
  315. -- Found Backtrace: /usr/include  
  316. -- ---------------------------------------------------------------------
  317. -- Arrow version:                                 14.0.1
  318. --
  319. -- Build configuration summary:
  320. --   Generator: Unix Makefiles
  321. --   Build type: RELEASE
  322. --   Source directory: /var/task/arrow/cpp
  323. --   Install prefix: /var/task/arrow/cpp/build/$(pwd)/dist
  324. --
  325. -- Compile and link options:
  326. --
  327. --   ARROW_CXXFLAGS="" [default=""]
  328. --       Compiler flags to append when compiling Arrow
  329. --   ARROW_BUILD_STATIC=ON [default=ON]
  330. --       Build static libraries
  331. --   ARROW_BUILD_SHARED=ON [default=ON]
  332. --       Build shared libraries
  333. --   ARROW_PACKAGE_KIND="" [default=""]
  334. --       Arbitrary string that identifies the kind of package
  335. --       (for informational purposes)
  336. --   ARROW_GIT_ID=ba537483618196f50c67a90a473039e4d5dc35e0 [default=""]
  337. --       The Arrow git commit id (if any)
  338. --   ARROW_GIT_DESCRIPTION=apache-arrow-14.0.1 [default=""]
  339. --       The Arrow git commit description (if any)
  340. --   ARROW_NO_DEPRECATED_API=OFF [default=OFF]
  341. --       Exclude deprecated APIs from build
  342. --   ARROW_POSITION_INDEPENDENT_CODE=ON [default=ON]
  343. --       Whether to create position-independent target
  344. --   ARROW_USE_CCACHE=ON [default=ON]
  345. --       Use ccache when compiling (if available)
  346. --   ARROW_USE_SCCACHE=ON [default=ON]
  347. --       Use sccache when compiling (if available),
  348. --       takes precedence over ccache if a storage backend is configured
  349. --   ARROW_USE_LD_GOLD=OFF [default=OFF]
  350. --       Use ld.gold for linking on Linux (if available)
  351. --   ARROW_USE_PRECOMPILED_HEADERS=OFF [default=OFF]
  352. --       Use precompiled headers when compiling
  353. --   ARROW_SIMD_LEVEL=SSE4_2 [default=DEFAULT|NONE|SSE4_2|AVX2|AVX512|NEON|SVE|SVE128|SVE256|SVE512]
  354. --       Compile-time SIMD optimization level
  355. --   ARROW_RUNTIME_SIMD_LEVEL=MAX [default=MAX|NONE|SSE4_2|AVX2|AVX512]
  356. --       Max runtime SIMD optimization level
  357. --   ARROW_ALTIVEC=ON [default=ON]
  358. --       Build with Altivec if compiler has support
  359. --   ARROW_RPATH_ORIGIN=OFF [default=OFF]
  360. --       Build Arrow libraries with RATH set to $ORIGIN
  361. --   ARROW_INSTALL_NAME_RPATH=ON [default=ON]
  362. --       Build Arrow libraries with install_name set to @rpath
  363. --   ARROW_GGDB_DEBUG=ON [default=ON]
  364. --       Pass -ggdb flag to debug builds
  365. --   ARROW_WITH_MUSL=OFF [default=OFF]
  366. --       Whether the system libc is musl or not
  367. --   ARROW_ENABLE_THREADING=ON [default=ON]
  368. --       Enable threading in Arrow core
  369. --
  370. -- Test and benchmark options:
  371. --
  372. --   ARROW_BUILD_EXAMPLES=OFF [default=OFF]
  373. --       Build the Arrow examples
  374. --   ARROW_BUILD_TESTS=OFF [default=OFF]
  375. --       Build the Arrow googletest unit tests
  376. --   ARROW_ENABLE_TIMING_TESTS=ON [default=ON]
  377. --       Enable timing-sensitive tests
  378. --   ARROW_BUILD_INTEGRATION=OFF [default=OFF]
  379. --       Build the Arrow integration test executables
  380. --   ARROW_BUILD_BENCHMARKS=OFF [default=OFF]
  381. --       Build the Arrow micro benchmarks
  382. --   ARROW_BUILD_BENCHMARKS_REFERENCE=OFF [default=OFF]
  383. --       Build the Arrow micro reference benchmarks
  384. --   ARROW_BUILD_OPENMP_BENCHMARKS=OFF [default=OFF]
  385. --       Build the Arrow benchmarks that rely on OpenMP
  386. --   ARROW_BUILD_DETAILED_BENCHMARKS=OFF [default=OFF]
  387. --       Build benchmarks that do a longer exploration of performance
  388. --   ARROW_TEST_LINKAGE=shared [default=shared|static]
  389. --       Linkage of Arrow libraries with unit tests executables.
  390. --   ARROW_FUZZING=OFF [default=OFF]
  391. --       Build Arrow Fuzzing executables
  392. --   ARROW_LARGE_MEMORY_TESTS=OFF [default=OFF]
  393. --       Enable unit tests which use large memory
  394. --
  395. -- Lint options:
  396. --
  397. --   ARROW_ONLY_LINT=OFF [default=OFF]
  398. --       Only define the lint and check-format targets
  399. --   ARROW_VERBOSE_LINT=OFF [default=OFF]
  400. --       If off, 'quiet' flags will be passed to linting tools
  401. --   ARROW_GENERATE_COVERAGE=OFF [default=OFF]
  402. --       Build with C++ code coverage enabled
  403. --
  404. -- Checks options:
  405. --
  406. --   ARROW_TEST_MEMCHECK=OFF [default=OFF]
  407. --       Run the test suite using valgrind --tool=memcheck
  408. --   ARROW_USE_ASAN=OFF [default=OFF]
  409. --       Enable Address Sanitizer checks
  410. --   ARROW_USE_TSAN=OFF [default=OFF]
  411. --       Enable Thread Sanitizer checks
  412. --   ARROW_USE_UBSAN=OFF [default=OFF]
  413. --       Enable Undefined Behavior sanitizer checks
  414. --
  415. -- Project component options:
  416. --
  417. --   ARROW_ACERO=ON [default=OFF]
  418. --       Build the Arrow Acero Engine Module
  419. --   ARROW_AZURE=OFF [default=OFF]
  420. --       Build Arrow with Azure support (requires the Azure SDK for C++)
  421. --   ARROW_BUILD_UTILITIES=OFF [default=OFF]
  422. --       Build Arrow commandline utilities
  423. --   ARROW_COMPUTE=ON [default=OFF]
  424. --       Build all Arrow Compute kernels
  425. --   ARROW_CSV=OFF [default=OFF]
  426. --       Build the Arrow CSV Parser Module
  427. --   ARROW_CUDA=OFF [default=OFF]
  428. --       Build the Arrow CUDA extensions (requires CUDA toolkit)
  429. --   ARROW_DATASET=ON [default=OFF]
  430. --       Build the Arrow Dataset Modules
  431. --   ARROW_FILESYSTEM=ON [default=OFF]
  432. --       Build the Arrow Filesystem Layer
  433. --   ARROW_FLIGHT=OFF [default=OFF]
  434. --       Build the Arrow Flight RPC System (requires GRPC, Protocol Buffers)
  435. --   ARROW_FLIGHT_SQL=OFF [default=OFF]
  436. --       Build the Arrow Flight SQL extension
  437. --   ARROW_GANDIVA=OFF [default=OFF]
  438. --       Build the Gandiva libraries
  439. --   ARROW_GCS=OFF [default=OFF]
  440. --       Build Arrow with GCS support (requires the GCloud SDK for C++)
  441. --   ARROW_HDFS=OFF [default=OFF]
  442. --       Build the Arrow HDFS bridge
  443. --   ARROW_IPC=ON [default=ON]
  444. --       Build the Arrow IPC extensions
  445. --   ARROW_JEMALLOC=ON [default=ON]
  446. --       Build the Arrow jemalloc-based allocator
  447. --   ARROW_JSON=OFF [default=OFF]
  448. --       Build Arrow with JSON support (requires RapidJSON)
  449. --   ARROW_MIMALLOC=OFF [default=OFF]
  450. --       Build the Arrow mimalloc-based allocator
  451. --   ARROW_PARQUET=ON [default=OFF]
  452. --       Build the Parquet libraries
  453. --   ARROW_ORC=OFF [default=OFF]
  454. --       Build the Arrow ORC adapter
  455. --   ARROW_PYTHON=OFF [default=OFF]
  456. --       Build some components needed by PyArrow.
  457. --       (This is a deprecated option. Use CMake presets instead.)
  458. --   ARROW_S3=OFF [default=OFF]
  459. --       Build Arrow with S3 support (requires the AWS SDK for C++)
  460. --   ARROW_SKYHOOK=OFF [default=OFF]
  461. --       Build the Skyhook libraries
  462. --   ARROW_SUBSTRAIT=OFF [default=OFF]
  463. --       Build the Arrow Substrait Consumer Module
  464. --   ARROW_TENSORFLOW=OFF [default=OFF]
  465. --       Build Arrow with TensorFlow support enabled
  466. --   ARROW_TESTING=OFF [default=OFF]
  467. --       Build the Arrow testing libraries
  468. --
  469. -- Thirdparty toolchain options:
  470. --
  471. --   ARROW_DEPENDENCY_SOURCE=AUTO [default=AUTO|BUNDLED|SYSTEM|CONDA|VCPKG|BREW]
  472. --       Method to use for acquiring arrow's build dependencies
  473. --   ARROW_VERBOSE_THIRDPARTY_BUILD=OFF [default=OFF]
  474. --       Show output from ExternalProjects rather than just logging to files
  475. --   ARROW_DEPENDENCY_USE_SHARED=ON [default=ON]
  476. --       Link to shared libraries
  477. --   ARROW_BOOST_USE_SHARED=ON [default=ON]
  478. --       Rely on Boost shared libraries where relevant
  479. --   ARROW_BROTLI_USE_SHARED=ON [default=ON]
  480. --       Rely on Brotli shared libraries where relevant
  481. --   ARROW_BZ2_USE_SHARED=ON [default=ON]
  482. --       Rely on Bz2 shared libraries where relevant
  483. --   ARROW_GFLAGS_USE_SHARED=ON [default=ON]
  484. --       Rely on GFlags shared libraries where relevant
  485. --   ARROW_GRPC_USE_SHARED=ON [default=ON]
  486. --       Rely on gRPC shared libraries where relevant
  487. --   ARROW_JEMALLOC_USE_SHARED=OFF [default=ON]
  488. --       Rely on jemalloc shared libraries where relevant
  489. --   ARROW_LLVM_USE_SHARED=ON [default=ON]
  490. --       Rely on LLVM shared libraries where relevant
  491. --   ARROW_LZ4_USE_SHARED=ON [default=ON]
  492. --       Rely on lz4 shared libraries where relevant
  493. --   ARROW_OPENSSL_USE_SHARED=ON [default=ON]
  494. --       Rely on OpenSSL shared libraries where relevant
  495. --   ARROW_PROTOBUF_USE_SHARED=ON [default=ON]
  496. --       Rely on Protocol Buffers shared libraries where relevant
  497. --   ARROW_SNAPPY_USE_SHARED=ON [default=ON]
  498. --       Rely on snappy shared libraries where relevant
  499. --   ARROW_THRIFT_USE_SHARED=ON [default=ON]
  500. --       Rely on thrift shared libraries where relevant
  501. --   ARROW_UTF8PROC_USE_SHARED=ON [default=ON]
  502. --       Rely on utf8proc shared libraries where relevant
  503. --   ARROW_ZSTD_USE_SHARED=ON [default=ON]
  504. --       Rely on zstd shared libraries where relevant
  505. --   ARROW_USE_GLOG=OFF [default=OFF]
  506. --       Build libraries with glog support for pluggable logging
  507. --   ARROW_WITH_BACKTRACE=ON [default=ON]
  508. --       Build with backtrace support
  509. --   ARROW_WITH_OPENTELEMETRY=OFF [default=OFF]
  510. --       Build libraries with OpenTelemetry support for distributed tracing
  511. --   ARROW_WITH_BROTLI=OFF [default=OFF]
  512. --       Build with Brotli compression
  513. --   ARROW_WITH_BZ2=OFF [default=OFF]
  514. --       Build with BZ2 compression
  515. --   ARROW_WITH_LZ4=OFF [default=OFF]
  516. --       Build with lz4 compression
  517. --   ARROW_WITH_SNAPPY=ON [default=OFF]
  518. --       Build with Snappy compression
  519. --   ARROW_WITH_ZLIB=OFF [default=OFF]
  520. --       Build with zlib compression
  521. --   ARROW_WITH_ZSTD=OFF [default=OFF]
  522. --       Build with zstd compression
  523. --   ARROW_WITH_UCX=OFF [default=OFF]
  524. --       Build with UCX transport for Arrow Flight
  525. --       (only used if ARROW_FLIGHT is ON)
  526. --   ARROW_WITH_UTF8PROC=ON [default=ON]
  527. --       Build with support for Unicode properties using the utf8proc library
  528. --       (only used if ARROW_COMPUTE is ON or ARROW_GANDIVA is ON)
  529. --   ARROW_WITH_RE2=ON [default=ON]
  530. --       Build with support for regular expressions using the re2 library
  531. --       (only used if ARROW_COMPUTE or ARROW_GANDIVA is ON)
  532. --
  533. -- Parquet options:
  534. --
  535. --   PARQUET_MINIMAL_DEPENDENCY=OFF [default=OFF]
  536. --       Depend only on Thirdparty headers to build libparquet.
  537. --       Always OFF if building binaries
  538. --   PARQUET_BUILD_EXECUTABLES=OFF [default=OFF]
  539. --       Build the Parquet executable CLI tools. Requires static libraries to be built.
  540. --   PARQUET_BUILD_EXAMPLES=OFF [default=OFF]
  541. --       Build the Parquet examples. Requires static libraries to be built.
  542. --   PARQUET_REQUIRE_ENCRYPTION=OFF [default=OFF]
  543. --       Build support for encryption. Fail if OpenSSL is not found
  544. --
  545. -- Gandiva options:
  546. --
  547. --   ARROW_GANDIVA_STATIC_LIBSTDCPP=OFF [default=OFF]
  548. --       Include -static-libstdc++ -static-libgcc when linking with
  549. --       Gandiva static libraries
  550. --   ARROW_GANDIVA_PC_CXX_FLAGS="" [default=""]
  551. --       Compiler flags to append when pre-compiling Gandiva operations
  552. --
  553. -- Advanced developer options:
  554. --
  555. --   ARROW_EXTRA_ERROR_CONTEXT=OFF [default=OFF]
  556. --       Compile with extra error context (line numbers, code)
  557. --   ARROW_OPTIONAL_INSTALL=OFF [default=OFF]
  558. --       If enabled install ONLY targets that have already been built. Please be
  559. --       advised that if this is enabled 'install' will fail silently on components
  560. --       that have not been built
  561. --   ARROW_GDB_INSTALL_DIR="" [default=""]
  562. --       Use a custom install directory for GDB plugin.
  563. --       In general, you don't need to specify this because the default
  564. --       (CMAKE_INSTALL_FULL_BINDIR on Windows, CMAKE_INSTALL_FULL_LIBDIR otherwise)
  565. --       is reasonable.
  566. --   Outputting build configuration summary to /var/task/arrow/cpp/build/cmake_summary.json
  567. -- Configuring done
  568. -- Generating done
  569. -- Build files have been written to: /var/task/arrow/cpp/build
  570. [  0%] Creating directories for 'jemalloc_ep'
  571. [  0%] Creating directories for 'xsimd_ep'
  572. [  1%] Creating directories for 'boost_ep'
  573. [  1%] Creating directories for 'snappy_ep'
  574. [  1%] Performing download step (download, verify and extract) for 'jemalloc_ep'
  575. [  2%] Performing download step (download, verify and extract) for 'snappy_ep'
  576. [  2%] Performing download step (download, verify and extract) for 'boost_ep'
  577. [  2%] Performing download step (download, verify and extract) for 'xsimd_ep'
  578. -- jemalloc_ep download command succeeded.  See also /var/task/arrow/cpp/build/jemalloc_ep-prefix/src/jemalloc_ep-stamp/jemalloc_ep-download-*.log
  579. [  3%] No update step for 'jemalloc_ep'
  580. [  3%] Performing patch step for 'jemalloc_ep'
  581. [  3%] Performing configure step for 'jemalloc_ep'
  582. -- xsimd_ep download command succeeded.  See also /var/task/arrow/cpp/build/src/xsimd_ep-stamp/xsimd_ep-download-*.log
  583. [  4%] No update step for 'xsimd_ep'
  584. [  4%] No patch step for 'xsimd_ep'
  585. [  4%] Performing configure step for 'xsimd_ep'
  586. -- snappy_ep download command succeeded.  See also /var/task/arrow/cpp/build/snappy_ep-prefix/src/snappy_ep-stamp/snappy_ep-download-*.log
  587. [  5%] No update step for 'snappy_ep'
  588. [  5%] No patch step for 'snappy_ep'
  589. [  5%] Performing configure step for 'snappy_ep'
  590. -- xsimd_ep configure command succeeded.  See also /var/task/arrow/cpp/build/src/xsimd_ep-stamp/xsimd_ep-configure-*.log
  591. [  5%] Performing build step for 'xsimd_ep'
  592. -- xsimd_ep build command succeeded.  See also /var/task/arrow/cpp/build/src/xsimd_ep-stamp/xsimd_ep-build-*.log
  593. [  6%] Performing install step for 'xsimd_ep'
  594. -- xsimd_ep install command succeeded.  See also /var/task/arrow/cpp/build/src/xsimd_ep-stamp/xsimd_ep-install-*.log
  595. [  7%] Completed 'xsimd_ep'
  596. [  7%] Built target xsimd_ep
  597. [  7%] Creating directories for 're2_ep'
  598. [  7%] Performing download step (download, verify and extract) for 're2_ep'
  599. -- boost_ep download command succeeded.  See also /var/task/arrow/cpp/build/boost_ep-prefix/src/boost_ep-stamp/boost_ep-download-*.log
  600. [  7%] No update step for 'boost_ep'
  601. [  7%] No patch step for 'boost_ep'
  602. [  7%] No configure step for 'boost_ep'
  603. -- re2_ep download command succeeded.  See also /var/task/arrow/cpp/build/re2_ep-prefix/src/re2_ep-stamp/re2_ep-download-*.log
  604. [  8%] No build step for 'boost_ep'
  605. [  8%] No update step for 're2_ep'
  606. [  8%] No install step for 'boost_ep'
  607. [  8%] No patch step for 're2_ep'
  608. [  8%] Completed 'boost_ep'
  609. [  8%] Performing configure step for 're2_ep'
  610. [  8%] Built target boost_ep
  611. [  9%] Creating directories for 'utf8proc_ep'
  612. [  9%] Performing download step (download, verify and extract) for 'utf8proc_ep'
  613. -- utf8proc_ep download command succeeded.  See also /var/task/arrow/cpp/build/utf8proc_ep-prefix/src/utf8proc_ep-stamp/utf8proc_ep-download-*.log
  614. [  9%] No update step for 'utf8proc_ep'
  615. [  9%] No patch step for 'utf8proc_ep'
  616. [  9%] Performing configure step for 'utf8proc_ep'
  617. -- re2_ep configure command succeeded.  See also /var/task/arrow/cpp/build/re2_ep-prefix/src/re2_ep-stamp/re2_ep-configure-*.log
  618. [  9%] Performing build step for 're2_ep'
  619. -- utf8proc_ep configure command succeeded.  See also /var/task/arrow/cpp/build/utf8proc_ep-prefix/src/utf8proc_ep-stamp/utf8proc_ep-configure-*.log
  620. [ 10%] Performing build step for 'utf8proc_ep'
  621. -- utf8proc_ep build command succeeded.  See also /var/task/arrow/cpp/build/utf8proc_ep-prefix/src/utf8proc_ep-stamp/utf8proc_ep-build-*.log
  622. [ 10%] Performing install step for 'utf8proc_ep'
  623. -- utf8proc_ep install command succeeded.  See also /var/task/arrow/cpp/build/utf8proc_ep-prefix/src/utf8proc_ep-stamp/utf8proc_ep-install-*.log
  624. [ 10%] Completed 'utf8proc_ep'
  625. [ 10%] Built target utf8proc_ep
  626. -- snappy_ep configure command succeeded.  See also /var/task/arrow/cpp/build/snappy_ep-prefix/src/snappy_ep-stamp/snappy_ep-configure-*.log
  627. [ 10%] Performing build step for 'snappy_ep'
  628. [ 10%] Creating directories for 'thrift_ep'
  629. [ 10%] Performing download step (download, verify and extract) for 'thrift_ep'
  630. -- snappy_ep build command succeeded.  See also /var/task/arrow/cpp/build/snappy_ep-prefix/src/snappy_ep-stamp/snappy_ep-build-*.log
  631. [ 10%] Performing install step for 'snappy_ep'
  632. -- snappy_ep install command succeeded.  See also /var/task/arrow/cpp/build/snappy_ep-prefix/src/snappy_ep-stamp/snappy_ep-install-*.log
  633. [ 11%] Completed 'snappy_ep'
  634. [ 11%] Built target snappy_ep
  635. -- thrift_ep download command succeeded.  See also /var/task/arrow/cpp/build/thrift_ep-prefix/src/thrift_ep-stamp/thrift_ep-download-*.log
  636. [ 11%] No update step for 'thrift_ep'
  637. [ 12%] No patch step for 'thrift_ep'
  638. [ 13%] Performing configure step for 'thrift_ep'
  639. -- thrift_ep configure command succeeded.  See also /var/task/arrow/cpp/build/thrift_ep-prefix/src/thrift_ep-stamp/thrift_ep-configure-*.log
  640. [ 13%] Performing build step for 'thrift_ep'
  641. -- jemalloc_ep configure command succeeded.  See also /var/task/arrow/cpp/build/jemalloc_ep-prefix/src/jemalloc_ep-stamp/jemalloc_ep-configure-*.log
  642. [ 13%] Performing build step for 'jemalloc_ep'
  643. -- thrift_ep build command succeeded.  See also /var/task/arrow/cpp/build/thrift_ep-prefix/src/thrift_ep-stamp/thrift_ep-build-*.log
  644. [ 13%] Performing install step for 'thrift_ep'
  645. -- thrift_ep install command succeeded.  See also /var/task/arrow/cpp/build/thrift_ep-prefix/src/thrift_ep-stamp/thrift_ep-install-*.log
  646. [ 13%] Completed 'thrift_ep'
  647. [ 13%] Built target thrift_ep
  648. -- re2_ep build command succeeded.  See also /var/task/arrow/cpp/build/re2_ep-prefix/src/re2_ep-stamp/re2_ep-build-*.log
  649. [ 14%] Performing install step for 're2_ep'
  650. -- re2_ep install command succeeded.  See also /var/task/arrow/cpp/build/re2_ep-prefix/src/re2_ep-stamp/re2_ep-install-*.log
  651. [ 15%] Completed 're2_ep'
  652. [ 15%] Built target re2_ep
  653. [ 15%] Built target toolchain
  654. -- jemalloc_ep build command succeeded.  See also /var/task/arrow/cpp/build/jemalloc_ep-prefix/src/jemalloc_ep-stamp/jemalloc_ep-build-*.log
  655. [ 16%] Performing install step for 'jemalloc_ep'
  656. -- jemalloc_ep install command succeeded.  See also /var/task/arrow/cpp/build/jemalloc_ep-prefix/src/jemalloc_ep-stamp/jemalloc_ep-install-*.log
  657. [ 17%] Completed 'jemalloc_ep''std::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]':
  658. /var/task/arrow/cpp/src/arrow/util/logging.h:59:34: warning: 'exec' may be used uninitialized in this function [-Wmaybe-uninitialized]
  659.    59 | #define ARROW_IGNORE_EXPR(expr) ((void)(expr))
  660.       |                                  ^
  661. /var/task/arrow/cpp/src/arrow/compute/kernels/scalar_round.cc:1262:23: note: 'exec' was declared here
  662.  1262 |       ArrayKernelExec exec;
  663.       |                       ^~~~
  664. In file included from /var/task/arrow/cpp/src/arrow/compute/kernels/codegen_internal.h:47,
  665.                  from /var/task/arrow/cpp/src/arrow/compute/kernels/common_internal.h:36,
  666.                  from /var/task/arrow/cpp/src/arrow/compute/kernels/base_arithmetic_internal.h:22,
  667.                  from /var/task/arrow/cpp/src/arrow/compute/kernels/scalar_round.cc:29:
  668. /var/task/arrow/cpp/src/arrow/util/logging.h: In function 'void arrow::compute::internal::RegisterScalarRoundArithmetic(arrow::compute::FunctionRegistry*)':
  669. /var/task/arrow/cpp/src/arrow/util/logging.h:59:34: warning: 'exec' may be used uninitialized in this function [-Wmaybe-uninitialized]
  670.    59 | #define ARROW_IGNORE_EXPR(expr) ((void)(expr))
  671.       |                                  ^
  672. /var/task/arrow/cpp/src/arrow/compute/kernels/scalar_round.cc:1262:23: note: 'exec' was declared here
  673.  1262 |       ArrayKernelExec exec;
  674.       |                       ^~~~
  675. In file included from /var/task/arrow/cpp/src/arrow/compute/kernels/codegen_internal.h:47,
  676.                  from /var/task/arrow/cpp/src/arrow/compute/kernels/common_internal.h:36,
  677.                  from /var/task/arrow/cpp/src/arrow/compute/kernels/base_arithmetic_internal.h:22,
  678.                  from /var/task/arrow/cpp/src/arrow/compute/kernels/scalar_round.cc:29:
  679. /var/task/arrow/cpp/src/arrow/util/logging.h:59:34: warning: 'exec' may be used uninitialized in this function [-Wmaybe-uninitialized]
  680.    59 | #define ARROW_IGNORE_EXPR(expr) ((void)(expr))
  681.       |                                  ^
  682. /var/task/arrow/cpp/src/arrow/compute/kernels/scalar_round.cc:1283:23: note: 'exec'"RELEASE"
  683. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/util/config.h
  684. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/lib/libarrow_bundled_dependencies.a
  685. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/lib/libarrow.so.1400.1.0
  686. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/lib/libarrow.so.1400
  687. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/lib/libarrow.so
  688. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/lib/libarrow.a
  689. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/lib/cmake/Arrow/ArrowConfig.cmake
  690. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/lib/cmake/Arrow/ArrowConfigVersion.cmake
  691. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/lib/cmake/Arrow/ArrowTargets.cmake
  692. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/lib/cmake/Arrow/ArrowTargets-release.cmake
  693. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/lib/pkgconfig/arrow.pc
  694. -- 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
  695. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/api.h
  696. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/array.h
  697. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/buffer.h
  698. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/buffer_builder.h
  699. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/builder.h
  700. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/chunk_resolver.h
  701. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/chunked_array.h
  702. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/compare.h
  703. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/config.h
  704. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/datum.h
  705. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/device.h
  706. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/extension_type.h
  707. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/memory_pool.h
  708. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/memory_pool_test.h
  709. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/pch.h
  710. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/pretty_print.h
  711. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/record_batch.h
  712. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/result.h
  713. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/scalar.h
  714. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/sparse_tensor.h
  715. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/status.h
  716. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/stl.h
  717. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/stl_allocator.h
  718. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/stl_iterator.h
  719. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/table.h
  720. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/table_builder.h
  721. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/tensor.h
  722. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/type.h
  723. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/type_fwd.h
  724. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/type_traits.h
  725. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/visit_array_inline.h
  726. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/visit_data_inline.h
  727. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/visit_scalar_inline.h
  728. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/visit_type_inline.h
  729. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/visitor.h
  730. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/visitor_generate.h
  731. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/lib/cmake/Arrow/ArrowOptions.cmake
  732. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/lib/cmake/Arrow/arrow-config.cmake
  733. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/testing/async_test_util.h
  734. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/testing/builder.h
  735. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/testing/executor_util.h
  736. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/testing/extension_type.h
  737. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/testing/future_util.h
  738. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/testing/generator.h
  739. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/testing/gtest_compat.h
  740. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/testing/gtest_util.h
  741. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/testing/matchers.h
  742. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/testing/pch.h
  743. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/testing/random.h
  744. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/testing/uniform_real.h
  745. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/testing/util.h
  746. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/testing/visibility.h
  747. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/array/array_base.h
  748. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/array/array_binary.h
  749. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/array/array_decimal.h
  750. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/array/array_dict.h
  751. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/array/array_nested.h
  752. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/array/array_primitive.h
  753. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/array/array_run_end.h
  754. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/array/builder_adaptive.h
  755. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/array/builder_base.h
  756. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/array/builder_binary.h
  757. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/array/builder_decimal.h
  758. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/array/builder_dict.h
  759. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/array/builder_nested.h
  760. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/array/builder_primitive.h
  761. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/array/builder_run_end.h
  762. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/array/builder_time.h
  763. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/array/builder_union.h
  764. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/array/concatenate.h
  765. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/array/data.h
  766. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/array/diff.h
  767. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/array/util.h
  768. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/array/validate.h
  769. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/c/abi.h
  770. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/c/bridge.h
  771. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/c/helpers.h
  772. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/compute/api.h
  773. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/compute/api_aggregate.h
  774. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/compute/api_scalar.h
  775. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/compute/api_vector.h
  776. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/compute/cast.h
  777. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/compute/exec.h
  778. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/compute/expression.h
  779. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/compute/function.h
  780. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/compute/kernel.h
  781. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/compute/key_hash.h
  782. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/compute/key_map.h
  783. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/compute/light_array.h
  784. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/compute/ordering.h
  785. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/compute/registry.h
  786. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/compute/type_fwd.h
  787. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/compute/util.h
  788. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/lib/pkgconfig/arrow-compute.pc
  789. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/compute/row/grouper.h
  790. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/io/api.h
  791. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/io/buffered.h
  792. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/io/caching.h
  793. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/io/compressed.h
  794. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/io/concurrency.h
  795. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/io/file.h
  796. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/io/hdfs.h
  797. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/io/interfaces.h
  798. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/io/memory.h
  799. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/io/mman.h
  800. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/io/slow.h
  801. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/io/stdio.h
  802. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/io/test_common.h
  803. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/io/transform.h
  804. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/io/type_fwd.h
  805. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/tensor/converter.h
  806. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/util/algorithm.h
  807. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/util/align_util.h
  808. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/util/aligned_storage.h
  809. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/util/async_generator.h
  810. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/util/async_generator_fwd.h
  811. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/util/async_util.h
  812. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/util/base64.h
  813. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/util/basic_decimal.h
  814. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/util/benchmark_util.h
  815. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/util/bit_block_counter.h
  816. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/util/bit_run_reader.h
  817. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/util/bit_stream_utils.h
  818. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/util/bit_util.h
  819. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/util/bitmap.h
  820. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/util/bitmap_builders.h
  821. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/util/bitmap_generate.h
  822. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/util/bitmap_ops.h
  823. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/util/bitmap_reader.h
  824. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/util/bitmap_visit.h
  825. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/util/bitmap_writer.h
  826. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/util/bitset_stack.h
  827. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/util/bpacking.h
  828. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/util/bpacking64_default.h
  829. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/util/bpacking_avx2.h
  830. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/util/bpacking_avx512.h
  831. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/util/bpacking_default.h
  832. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/util/bpacking_neon.h
  833. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/util/bpacking_simd128_generated.h
  834. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/util/bpacking_simd256_generated.h
  835. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/util/bpacking_simd512_generated.h
  836. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/util/byte_size.h
  837. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/util/byte_stream_split.h
  838. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/util/cancel.h
  839. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/util/checked_cast.h
  840. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/util/compare.h
  841. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/util/compression.h
  842. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/util/concurrent_map.h
  843. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/util/converter.h
  844. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/util/counting_semaphore.h
  845. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/util/cpu_info.h
  846. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/util/crc32.h
  847. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/util/debug.h
  848. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/util/decimal.h
  849. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/util/delimiting.h
  850. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/util/dispatch.h
  851. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/util/double_conversion.h
  852. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/util/endian.h
  853. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/util/formatting.h
  854. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/util/functional.h
  855. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/util/future.h
  856. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/util/hash_util.h
  857. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/util/hashing.h
  858. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/util/int_util.h
  859. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/util/int_util_overflow.h
  860. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/util/io_util.h
  861. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/util/iterator.h
  862. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/util/key_value_metadata.h
  863. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/util/launder.h
  864. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/util/logging.h
  865. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/util/macros.h
  866. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/util/map.h
  867. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/util/math_constants.h
  868. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/util/memory.h
  869. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/util/mutex.h
  870. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/util/parallel.h
  871. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/util/pcg_random.h
  872. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/util/print.h
  873. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/util/queue.h
  874. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/util/range.h
  875. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/util/ree_util.h
  876. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/util/regex.h
  877. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/util/rle_encoding.h
  878. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/util/rows_to_batches.h
  879. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/util/simd.h
  880. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/util/small_vector.h
  881. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/util/sort.h
  882. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/util/spaced.h
  883. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/util/span.h
  884. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/util/stopwatch.h
  885. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/util/string.h
  886. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/util/string_builder.h
  887. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/util/task_group.h
  888. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/util/tdigest.h
  889. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/util/test_common.h
  890. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/util/thread_pool.h
  891. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/util/time.h
  892. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/util/tracing.h
  893. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/util/trie.h
  894. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/util/type_fwd.h
  895. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/util/type_traits.h
  896. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/util/ubsan.h
  897. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/util/union_util.h
  898. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/util/unreachable.h
  899. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/util/uri.h
  900. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/util/utf8.h
  901. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/util/value_parsing.h
  902. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/util/vector.h
  903. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/util/visibility.h
  904. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/util/windows_compatibility.h
  905. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/util/windows_fixup.h
  906. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/vendored/ProducerConsumerQueue.h
  907. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/vendored/datetime.h
  908. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/vendored/strptime.h
  909. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/vendored/xxhash.h
  910. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/vendored/datetime/date.h
  911. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/vendored/datetime/ios.h
  912. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/vendored/datetime/tz.h
  913. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/vendored/datetime/tz_private.h
  914. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/vendored/datetime/visibility.h
  915. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/vendored/double-conversion/bignum-dtoa.h
  916. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/vendored/double-conversion/bignum.h
  917. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/vendored/double-conversion/cached-powers.h
  918. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/vendored/double-conversion/diy-fp.h
  919. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/vendored/double-conversion/double-conversion.h
  920. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/vendored/double-conversion/double-to-string.h
  921. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/vendored/double-conversion/fast-dtoa.h
  922. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/vendored/double-conversion/fixed-dtoa.h
  923. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/vendored/double-conversion/ieee.h
  924. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/vendored/double-conversion/string-to-double.h
  925. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/vendored/double-conversion/strtod.h
  926. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/vendored/double-conversion/utils.h
  927. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/vendored/pcg/pcg_extras.hpp
  928. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/vendored/pcg/pcg_random.hpp
  929. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/vendored/pcg/pcg_uint128.hpp
  930. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/vendored/portable-snippets/debug-trap.h
  931. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/vendored/portable-snippets/safe-math.h
  932. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/vendored/xxhash/xxhash.h
  933. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/acero/accumulation_queue.h
  934. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/acero/aggregate_node.h
  935. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/acero/api.h
  936. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/acero/asof_join_node.h
  937. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/acero/benchmark_util.h
  938. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/acero/bloom_filter.h
  939. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/acero/exec_plan.h
  940. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/acero/hash_join.h
  941. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/acero/hash_join_dict.h
  942. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/acero/hash_join_node.h
  943. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/acero/map_node.h
  944. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/acero/options.h
  945. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/acero/order_by_impl.h
  946. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/acero/partition_util.h
  947. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/acero/pch.h
  948. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/acero/query_context.h
  949. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/acero/schema_util.h
  950. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/acero/task_util.h
  951. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/acero/test_nodes.h
  952. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/acero/tpch_node.h
  953. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/acero/type_fwd.h
  954. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/acero/util.h
  955. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/acero/visibility.h
  956. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/lib/libarrow_acero.so.1400.1.0
  957. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/lib/libarrow_acero.so.1400
  958. -- Set runtime path of "/var/task/arrow/cpp/build/$(pwd)/dist/lib/libarrow_acero.so.1400.1.0" to ""
  959. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/lib/libarrow_acero.so
  960. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/lib/libarrow_acero.a
  961. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/lib/cmake/ArrowAcero/ArrowAceroConfig.cmake
  962. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/lib/cmake/ArrowAcero/ArrowAceroConfigVersion.cmake
  963. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/lib/cmake/ArrowAcero/ArrowAceroTargets.cmake
  964. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/lib/cmake/ArrowAcero/ArrowAceroTargets-release.cmake
  965. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/lib/pkgconfig/arrow-acero.pc
  966. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/dataset/api.h
  967. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/dataset/dataset.h
  968. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/dataset/dataset_writer.h
  969. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/dataset/discovery.h
  970. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/dataset/file_base.h
  971. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/dataset/file_csv.h
  972. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/dataset/file_ipc.h
  973. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/dataset/file_json.h
  974. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/dataset/file_orc.h
  975. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/dataset/file_parquet.h
  976. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/dataset/parquet_encryption_config.h
  977. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/dataset/partition.h
  978. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/dataset/pch.h
  979. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/dataset/plan.h
  980. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/dataset/projector.h
  981. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/dataset/scanner.h
  982. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/dataset/type_fwd.h
  983. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/dataset/visibility.h
  984. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/lib/libarrow_dataset.so.1400.1.0
  985. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/lib/libarrow_dataset.so.1400
  986. -- Set runtime path of "/var/task/arrow/cpp/build/$(pwd)/dist/lib/libarrow_dataset.so.1400.1.0" to ""
  987. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/lib/libarrow_dataset.so
  988. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/lib/libarrow_dataset.a
  989. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/lib/cmake/ArrowDataset/ArrowDatasetConfig.cmake
  990. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/lib/cmake/ArrowDataset/ArrowDatasetConfigVersion.cmake
  991. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/lib/cmake/ArrowDataset/ArrowDatasetTargets.cmake
  992. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/lib/cmake/ArrowDataset/ArrowDatasetTargets-release.cmake
  993. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/lib/pkgconfig/arrow-dataset.pc
  994. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/filesystem/api.h
  995. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/filesystem/azurefs.h
  996. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/filesystem/filesystem.h
  997. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/filesystem/gcsfs.h
  998. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/filesystem/hdfs.h
  999. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/filesystem/localfs.h
  1000. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/filesystem/mockfs.h
  1001. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/filesystem/path_util.h
  1002. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/filesystem/s3_test_util.h
  1003. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/filesystem/s3fs.h
  1004. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/filesystem/test_util.h
  1005. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/filesystem/type_fwd.h
  1006. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/lib/pkgconfig/arrow-filesystem.pc
  1007. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/ipc/api.h
  1008. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/ipc/dictionary.h
  1009. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/ipc/feather.h
  1010. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/ipc/json_simple.h
  1011. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/ipc/message.h
  1012. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/ipc/options.h
  1013. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/ipc/reader.h
  1014. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/ipc/test_common.h
  1015. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/ipc/type_fwd.h
  1016. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/ipc/util.h
  1017. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/arrow/ipc/writer.h
  1018. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/lib/libparquet.so.1400.1.0
  1019. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/lib/libparquet.so.1400
  1020. -- Set runtime path of "/var/task/arrow/cpp/build/$(pwd)/dist/lib/libparquet.so.1400.1.0" to ""
  1021. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/lib/libparquet.so
  1022. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/lib/libparquet.a
  1023. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/lib/cmake/Parquet/ParquetConfig.cmake
  1024. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/lib/cmake/Parquet/ParquetConfigVersion.cmake
  1025. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/lib/cmake/Parquet/ParquetTargets.cmake
  1026. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/lib/cmake/Parquet/ParquetTargets-release.cmake
  1027. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/lib/pkgconfig/parquet.pc
  1028. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/parquet/api/io.h
  1029. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/parquet/api/reader.h
  1030. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/parquet/api/schema.h
  1031. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/parquet/api/writer.h
  1032. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/parquet/arrow/reader.h
  1033. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/parquet/arrow/schema.h
  1034. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/parquet/arrow/test_util.h
  1035. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/parquet/arrow/writer.h
  1036. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/parquet/encryption/crypto_factory.h
  1037. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/parquet/encryption/encryption.h
  1038. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/parquet/encryption/file_key_material_store.h
  1039. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/parquet/encryption/file_key_unwrapper.h
  1040. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/parquet/encryption/file_key_wrapper.h
  1041. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/parquet/encryption/file_system_key_material_store.h
  1042. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/parquet/encryption/key_encryption_key.h
  1043. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/parquet/encryption/key_material.h
  1044. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/parquet/encryption/key_metadata.h
  1045. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/parquet/encryption/key_toolkit.h
  1046. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/parquet/encryption/kms_client.h
  1047. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/parquet/encryption/kms_client_factory.h
  1048. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/parquet/encryption/local_wrap_kms_client.h
  1049. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/parquet/encryption/test_encryption_util.h
  1050. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/parquet/encryption/test_in_memory_kms.h
  1051. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/parquet/encryption/two_level_cache_with_expiration.h
  1052. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/parquet/encryption/type_fwd.h
  1053. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/parquet/benchmark_util.h
  1054. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/parquet/bloom_filter.h
  1055. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/parquet/bloom_filter_reader.h
  1056. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/parquet/column_page.h
  1057. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/parquet/column_reader.h
  1058. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/parquet/column_scanner.h
  1059. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/parquet/column_writer.h
  1060. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/parquet/encoding.h
  1061. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/parquet/exception.h
  1062. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/parquet/file_reader.h
  1063. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/parquet/file_writer.h
  1064. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/parquet/hasher.h
  1065. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/parquet/level_comparison.h
  1066. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/parquet/level_comparison_inc.h
  1067. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/parquet/level_conversion.h
  1068. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/parquet/level_conversion_inc.h
  1069. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/parquet/metadata.h
  1070. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/parquet/page_index.h
  1071. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/parquet/pch.h
  1072. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/parquet/platform.h
  1073. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/parquet/printer.h
  1074. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/parquet/properties.h
  1075. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/parquet/schema.h
  1076. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/parquet/statistics.h
  1077. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/parquet/stream_reader.h
  1078. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/parquet/stream_writer.h
  1079. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/parquet/test_util.h
  1080. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/parquet/type_fwd.h
  1081. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/parquet/types.h
  1082. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/parquet/windows_compatibility.h
  1083. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/parquet/windows_fixup.h
  1084. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/parquet/xxhasher.h
  1085. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/include/parquet/parquet_version.h
  1086. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/share/doc/arrow/LICENSE.txt
  1087. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/share/doc/arrow/NOTICE.txt
  1088. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/share/doc/arrow/README.md
  1089. -- Installing: /var/task/arrow/cpp/build/$(pwd)/dist/share/arrow/gdb/gdb_arrow.py
  1090. /var/task
  1091. Removing intermediate container 8b671fb751f1
  1092.  ---> 6402c890decc
  1093. Step 9/18 : ENV PYARROW_WITH_PARQUET=1
  1094.  ---> Running in d9da4c2daf50
  1095. Removing intermediate container d9da4c2daf50
  1096.  ---> 71bb2643acaf
  1097. Step 10/18 : ENV PYARROW_WITH_DATASET=1
  1098.  ---> Running in e4967dcaba23
  1099. Removing intermediate container e4967dcaba23
  1100.  ---> 6ccabd2a90e5
  1101. Step 11/18 : ENV PYARROW_PARALLEL=4
  1102.  ---> Running in 3526d3312698
  1103. Removing intermediate container 3526d3312698
  1104.  ---> c3877af45424
  1105. Step 12/18 : ENV PYARROW_INSTALL_TESTS=0
  1106.  ---> Running in 5c5e4df1c8b9
  1107. Removing intermediate container 5c5e4df1c8b9
  1108.  ---> 0143613f98e1
  1109. 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
  1110.  ---> Running in 1ad4172c2aea
  1111. Collecting cython>=0.29.31 (from -r arrow/python/requirements-wheel-build.txt (line 1))
  1112.   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
  1113.   Downloading Cython-3.0.5-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (3.2 kB)
  1114. Collecting oldest-supported-numpy>=0.14 (from -r arrow/python/requirements-wheel-build.txt (line 2))
  1115.   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
  1116.   Downloading oldest_supported_numpy-2023.10.25-py3-none-any.whl.metadata (9.8 kB)
  1117. Collecting setuptools_scm<8.0.0 (from -r arrow/python/requirements-wheel-build.txt (line 3))
  1118.   Downloading setuptools_scm-7.1.0-py3-none-any.whl (43 kB)
  1119.      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 43.8/43.8 kB 2.7 MB/s eta 0:00:00
  1120. Collecting setuptools>=58 (from -r arrow/python/requirements-wheel-build.txt (line 4))
  1121.   Obtaining dependency information for setuptools>=58 from https://files.pythonhosted.org/packages/0f/93/daae527a7ad3ea3a4f7d84d05fd74b7cc637360a7e7b4df1df9a5046be17/setuptools-69.0.0-py3-none-any.whl.metadata
  1122.   Downloading setuptools-69.0.0-py3-none-any.whl.metadata (6.3 kB)
  1123. Collecting wheel (from -r arrow/python/requirements-wheel-build.txt (line 5))
  1124.   Obtaining dependency information for wheel from https://files.pythonhosted.org/packages/fa/7f/4c07234086edbce4a0a446209dc0cb08a19bb206a3ea53b2f56a403f983b/wheel-0.41.3-py3-none-any.whl.metadata
  1125.   Downloading wheel-0.41.3-py3-none-any.whl.metadata (2.2 kB)
  1126. Collecting numpy==1.26.1 (from oldest-supported-numpy>=0.14->-r arrow/python/requirements-wheel-build.txt (line 2))
  1127.   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
  1128.   Downloading numpy-1.26.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (61 kB)
  1129.      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 61.2/61.2 kB 8.0 MB/s eta 0:00:00
  1130. Collecting packaging>=20.0 (from setuptools_scm<8.0.0->-r arrow/python/requirements-wheel-build.txt (line 3))
  1131.   Obtaining dependency information for packaging>=20.0 from https://files.pythonhosted.org/packages/ec/1a/610693ac4ee14fcdf2d9bf3c493370e4f2ef7ae2e19217d7a237ff42367d/packaging-23.2-py3-none-any.whl.metadata
  1132.   Downloading packaging-23.2-py3-none-any.whl.metadata (3.2 kB)
  1133. Collecting typing-extensions (from setuptools_scm<8.0.0->-r arrow/python/requirements-wheel-build.txt (line 3))
  1134.   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
  1135.   Downloading typing_extensions-4.8.0-py3-none-any.whl.metadata (3.0 kB)
  1136. Downloading Cython-3.0.5-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.5 MB)
  1137.    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.5/3.5 MB 30.6 MB/s eta 0:00:00
  1138. Downloading oldest_supported_numpy-2023.10.25-py3-none-any.whl (4.9 kB)
  1139. Downloading numpy-1.26.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (17.9 MB)
  1140.    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 17.9/17.9 MB 71.2 MB/s eta 0:00:00
  1141. Downloading setuptools-69.0.0-py3-none-any.whl (819 kB)
  1142.    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 819.4/819.4 kB 88.6 MB/s eta 0:00:00
  1143. Downloading wheel-0.41.3-py3-none-any.whl (65 kB)
  1144.    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 65.8/65.8 kB 22.1 MB/s eta 0:00:00
  1145. Downloading packaging-23.2-py3-none-any.whl (53 kB)
  1146.    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 53.0/53.0 kB 17.7 MB/s eta 0:00:00
  1147. Downloading typing_extensions-4.8.0-py3-none-any.whl (31 kB)
  1148. Installing collected packages: wheel, typing-extensions, setuptools, packaging, numpy, cython, setuptools_scm, oldest-supported-numpy
  1149. 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
  1150. WARNING: 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
  1151. 
  1152. [notice] A new release of pip is available: 23.2.1 -> 23.3.1
  1153. [notice] To update, run: pip install --upgrade pip
  1154. /var/task/arrow/python /var/task
  1155. /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
  1156.   import pkg_resources
  1157. /var/lang/lib/python3.12/site-packages/setuptools/__init__.py:80: _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are deprecated.
  1158. !!
  1159.  
  1160.         ********************************************************************************
  1161.         Requirements should be satisfied by a PEP 517 installer.
  1162.         If you are using pip, you can try `pip install --use-pep517`.
  1163.         ********************************************************************************
  1164.  
  1165. !!
  1166.   dist.fetch_build_eggs(dist.setup_requires)
  1167. /var/lang/lib/python3.12/site-packages/setuptools_scm/git.py:135: UserWarning: "/var/task/arrow" is shallow and may cause errors
  1168.   warnings.warn(f'"{wd.path}" is shallow and may cause errors')
  1169. running build_ext
  1170. creating /var/task/arrow/python/build
  1171. creating /var/task/arrow/python/build/temp.linux-x86_64-cpython-312
  1172. -- Running cmake for PyArrow
  1173. 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
  1174. -- The C compiler identification is GNU 11.4.1
  1175. -- The CXX compiler identification is GNU 11.4.1
  1176. -- Detecting C compiler ABI info
  1177. -- Detecting C compiler ABI info - done
  1178. -- Check for working C compiler: /usr/bin/cc - skipped
  1179. -- Detecting C compile features
  1180. -- Detecting C compile features - done
  1181. -- Detecting CXX compiler ABI info
  1182. -- Detecting CXX compiler ABI info - done
  1183. -- Check for working CXX compiler: /usr/bin/c++ - skipped
  1184. -- Detecting CXX compile features
  1185. -- Detecting CXX compile features - done
  1186. -- System processor: x86_64
  1187. -- Performing Test CXX_SUPPORTS_SSE4_2
  1188. -- Performing Test CXX_SUPPORTS_SSE4_2 - Success
  1189. -- Performing Test CXX_SUPPORTS_AVX2
  1190. -- Performing Test CXX_SUPPORTS_AVX2 - Success
  1191. -- Performing Test CXX_SUPPORTS_AVX512
  1192. -- Performing Test CXX_SUPPORTS_AVX512 - Success
  1193. -- Arrow build warning level: PRODUCTION
  1194. -- Using ld linker
  1195. -- Build Type: RELEASE
  1196. -- CMAKE_C_FLAGS:  -Wall -fno-semantic-interposition -msse4.2  -fdiagnostics-color=always  -fno-omit-frame-pointer -Wno-unused-variable -Wno-maybe-uninitialized
  1197. -- 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
  1198. -- Generator: Unix Makefiles
  1199. -- Build output directory: /var/task/arrow/python/build/temp.linux-x86_64-cpython-312/release
  1200. -- Found Python3: /var/lang/bin/python3 (found version "3.12.0") found components: Interpreter Development.Module NumPy
  1201. -- Found Python3Alt: /var/lang/bin/python3  
  1202. CMake Error at CMakeLists.txt:268 (find_package):
  1203.   By not providing "FindArrow.cmake" in CMAKE_MODULE_PATH this project has
  1204.   asked CMake to find a package configuration file provided by "Arrow", but
  1205.   CMake did not find one.
  1206.  
  1207.   Could not find a package configuration file provided by "Arrow" with any of
  1208.   the following names:
  1209.  
  1210.     ArrowConfig.cmake
  1211.     arrow-config.cmake
  1212.  
  1213.   Add the installation prefix of "Arrow" to CMAKE_PREFIX_PATH or set
  1214.   "Arrow_DIR" to a directory containing one of the above files.  If "Arrow"
  1215.   provides a separate development package or SDK, be sure it has been
  1216.   installed.
  1217.  
  1218.  
  1219. -- Configuring incomplete, errors occurred!
  1220. See also "/var/task/arrow/python/build/temp.linux-x86_64-cpython-312/CMakeFiles/CMakeOutput.log".
  1221. error: command '/usr/bin/cmake' failed with exit code 1
  1222. 
Add Comment
Please, Sign In to add comment