We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Some wheels have been failing for some days due to vcpkg failures:
wheel-macos-big-sur-cp310-arm64 wheel-macos-big-sur-cp311-arm64 wheel-macos-big-sur-cp312-arm64 wheel-macos-big-sur-cp38-arm64 wheel-macos-big-sur-cp39-arm64 wheel-macos-catalina-cp310-amd64 wheel-macos-catalina-cp311-amd64 wheel-macos-catalina-cp312-amd64 wheel-macos-catalina-cp38-amd64 wheel-macos-catalina-cp39-amd64 wheel-manylinux-2014-cp312-arm64 wheel-manylinux-2014-cp38-arm64
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
C++, Continuous Integration
The text was updated successfully, but these errors were encountered:
apacheGH-43416: [CI] Upgrade our vcpkg version on .env
c09aef7
7c63020
0c59106
apacheGH-43416: [CI] Upgrade vcpkg version on our CI
64bd563
raulcd
No branches or pull requests
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
wheel-macos-big-sur-cp311-arm64
wheel-macos-big-sur-cp312-arm64
wheel-macos-big-sur-cp38-arm64
wheel-macos-big-sur-cp39-arm64
wheel-macos-catalina-cp310-amd64
wheel-macos-catalina-cp311-amd64
wheel-macos-catalina-cp312-amd64
wheel-macos-catalina-cp38-amd64
wheel-macos-catalina-cp39-amd64
wheel-manylinux-2014-cp312-arm64
wheel-manylinux-2014-cp38-arm64
An example of failure
Component(s)
C++, Continuous Integration
The text was updated successfully, but these errors were encountered: