raulcd opened a new issue, #43416: URL: https://github.com/apache/arrow/issues/43416
### Describe the bug, including details regarding any error messages, version, and platform. Some wheels have been failing for some days due to vcpkg failures: [wheel-macos-big-sur-cp310-arm64](https://github.com/ursacomputing/crossbow/actions/runs/10073275167/job/27846965111) [wheel-macos-big-sur-cp311-arm64](https://github.com/ursacomputing/crossbow/actions/runs/10073273602/job/27846957637) [wheel-macos-big-sur-cp312-arm64](https://github.com/ursacomputing/crossbow/actions/runs/10073274108/job/27846960846) [wheel-macos-big-sur-cp38-arm64](https://github.com/ursacomputing/crossbow/actions/runs/10073275488/job/27846966986) [wheel-macos-big-sur-cp39-arm64](https://github.com/ursacomputing/crossbow/actions/runs/10073275367/job/27846966545) [wheel-macos-catalina-cp310-amd64](https://github.com/ursacomputing/crossbow/actions/runs/10073273694/job/27846958347) [wheel-macos-catalina-cp311-amd64](https://github.com/ursacomputing/crossbow/actions/runs/10073273570/job/27846957447) [wheel-macos-catalina-cp312-amd64](https://github.com/ursacomputing/crossbow/actions/runs/10073274381/job/27846961100) [wheel-macos-catalina-cp38-amd64](https://github.com/ursacomputing/crossbow/actions/runs/10073273679/job/27846958339) [wheel-macos-catalina-cp39-amd64](https://github.com/ursacomputing/crossbow/actions/runs/10073275056/job/27846964797) [wheel-manylinux-2014-cp312-arm64](https://github.com/ursacomputing/crossbow/actions/runs/10073274856/job/27846963508) [wheel-manylinux-2014-cp38-arm64](https://github.com/ursacomputing/crossbow/actions/runs/10073273811/job/27846959167) An example of failure ``` /Users/runner/work/crossbow/crossbow/arrow/ci/vcpkg/arm64-osx-static-release.cmake: info: loaded overlay triplet from here -- Downloading https://github.com/abseil/abseil-cpp/archive/20240116.2.tar.gz -> abseil-abseil-cpp-20240116.2.tar.gz... -- Extracting source /Users/runner/work/crossbow/crossbow/vcpkg/downloads/abseil-abseil-cpp-20240116.2.tar.gz -- Using source at /Users/runner/work/crossbow/crossbow/vcpkg/buildtrees/abseil/src/20240116.2-eaa4a5f5c0.clean -- Found external ninja('1.12.1'). -- Configuring arm64-osx-static-release-rel CMake Error at scripts/cmake/vcpkg_execute_required_process.cmake:112 (message): Command failed: /opt/homebrew/Cellar/cmake/3.30.0/bin/cmake /Users/runner/work/crossbow/crossbow/vcpkg/buildtrees/abseil/src/20240116.2-eaa4a5f5c0.clean -G Ninja -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/Users/runner/work/crossbow/crossbow/vcpkg/packages/abseil_arm64-osx-static-release -DFETCHCONTENT_FULLY_DISCONNECTED=ON -DABSL_PROPAGATE_CXX_STD=ON -DCMAKE_MAKE_PROGRAM=/opt/homebrew/bin/ninja -DCMAKE_SYSTEM_NAME=Darwin -DBUILD_SHARED_LIBS=OFF -DVCPKG_CHAINLOAD_TOOLCHAIN_FILE=/Users/runner/work/crossbow/crossbow/vcpkg/scripts/toolchains/osx.cmake -DVCPKG_TARGET_TRIPLET=arm64-osx-static-release -DVCPKG_SET_CHARSET_FLAG=ON -DVCPKG_PLATFORM_TOOLSET=external -DCMAKE_EXPORT_NO_PACKAGE_REGISTRY=ON -DCMAKE_FIND_PACKAGE_NO_PACKAGE_REGISTRY=ON -DCMAKE_FIND_PACKAGE_NO_SYSTEM_PACKAGE_REGISTRY=ON -DCMAKE_INSTALL_SYSTEM_RUNTIME_LIBS_SKIP=TRUE -DCMAKE_VERBOSE_MAKEFILE=ON -DVCPKG_APPLOCAL_DEPS=OFF -DCMAKE_TOOLCHAIN_FILE=/Users/runner/work/crossbow/crossbow/vcpkg/scripts/buildsystems /vcpkg.cmake -DCMAKE_ERROR_ON_ABSOLUTE_INSTALL_DESTINATION=ON -DVCPKG_CXX_FLAGS= -DVCPKG_CXX_FLAGS_RELEASE= -DVCPKG_CXX_FLAGS_DEBUG= -DVCPKG_C_FLAGS= -DVCPKG_C_FLAGS_RELEASE= -DVCPKG_C_FLAGS_DEBUG= -DVCPKG_CRT_LINKAGE=dynamic -DVCPKG_LINKER_FLAGS= -DVCPKG_LINKER_FLAGS_RELEASE= -DVCPKG_LINKER_FLAGS_DEBUG= -DVCPKG_TARGET_ARCHITECTURE=arm64 -DCMAKE_INSTALL_LIBDIR:STRING=lib -DCMAKE_INSTALL_BINDIR:STRING=bin -D_VCPKG_ROOT_DIR=/Users/runner/work/crossbow/crossbow/vcpkg -D_VCPKG_INSTALLED_DIR=/Users/runner/work/crossbow/crossbow/vcpkg/installed -DVCPKG_MANIFEST_INSTALL=OFF -DCMAKE_OSX_DEPLOYMENT_TARGET=11.0 -DCMAKE_OSX_ARCHITECTURES=arm64 Working Directory: /Users/runner/work/crossbow/crossbow/vcpkg/buildtrees/abseil/arm64-osx-static-release-rel Error code: 1 See logs for more information: /Users/runner/work/crossbow/crossbow/vcpkg/buildtrees/abseil/config-arm64-osx-static-release-rel-CMakeCache.txt.log /Users/runner/work/crossbow/crossbow/vcpkg/buildtrees/abseil/config-arm64-osx-static-release-rel-out.log /Users/runner/work/crossbow/crossbow/vcpkg/buildtrees/abseil/config-arm64-osx-static-release-rel-err.log Call Stack (most recent call first): installed/arm64-osx/share/vcpkg-cmake/vcpkg_cmake_configure.cmake:280 (vcpkg_execute_required_process) ports/abseil/portfile.cmake:26 (vcpkg_cmake_configure) scripts/ports.cmake:175 (include) error: building abseil:arm64-osx-static-release failed with: BUILD_FAILED Elapsed time to handle abseil:arm64-osx-static-release: 2.2 s ``` ### Component(s) C++, Continuous Integration -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@arrow.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org