Skip to content
New issue

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

WIP: add callbacks to alerts (should I continue?) #7557

Open
wants to merge 3 commits into
base: RC_2_0
Choose a base branch
from

Implemented cache flushed callbacks in torrent handling.

8200eaa
Select commit
Loading
Failed to load commit list.
Open

WIP: add callbacks to alerts (should I continue?) #7557

Implemented cache flushed callbacks in torrent handling.
8200eaa
Select commit
Loading
Failed to load commit list.
Cirrus CI / Build macOS arm64 wheels. failed Jan 7, 2024 in 41s

Task Summary

Instruction run_cibuildwheel failed in 00:01

Details

⚠️ Not enough compute credits to prioritize tasks!
⚠️ Auto-upgraded from ghcr.io/cirruslabs/macos-monterey-xcode to ghcr.io/cirruslabs/macos-monterey-xcode:latest

✅ 00:15 clone
✅ 00:19 install_pre_requirements
✅ 00:01 debug
✅ 00:01 install_cibuildwheel
❌ 00:01 run_cibuildwheel

    prerelease_pythons: False
  container_engine: docker
  output_dir: /private/var/folders/76/zy5ktkns50v6gt5g8r0sf6sc0000gn/T/cirrus-ci-build/wheelhouse
  package_dir: /private/var/folders/76/zy5ktkns50v6gt5g8r0sf6sc0000gn/T/cirrus-ci-build
  test_selector: 
    skip_config:
  before_all: ./tools/cibuildwheel/setup_boost.sh $BOOST_VERSION $BOOST_ROOT && brew install openssl
  before_build: 
  before_test: 
  build_frontend: pip
  build_verbosity: 3
  config_settings: 
  dependency_constraints: pinned
  environment: 
    BOOST_BUILD_PATH="/tmp/boost/tools/build"
    BOOST_ROOT="/tmp/boost"
    BOOST_VERSION="1.81.0"
    MACOSX_DEPLOYMENT_TARGET="10.9"
    PATH="/tmp/boost:$PATH"
  manylinux_images: None
  musllinux_images: None
  repair_command: 
    delocate-listdeps {wheel} && delocate-wheel --require-archs {delocate_archs} -w {dest_dir} -v {wheel}
  test_command: cd {project}/bindings/python && python test.py
  test_extras: 
  test_requires: 

Cache folder: /Users/admin/Library/Caches/cibuildwheel

Here we go!

Running before_all...

+ ./tools/cibuildwheel/setup_boost.sh $BOOST_VERSION $BOOST_ROOT && brew install openssl
+ VERSION=1.81.0
+ BOOST_ROOT=/tmp/boost
+ VUNDER=1_81_0
++ mktemp
+ TEMP_ARCHIVE=/var/folders/76/zy5ktkns50v6gt5g8r0sf6sc0000gn/T/tmp.W0RFbuhk
+ mkdir -p /tmp/boost
+ curl -L -o /var/folders/76/zy5ktkns50v6gt5g8r0sf6sc0000gn/T/tmp.W0RFbuhk https://boostorg.jfrog.io/artifactory/main/release/1.81.0/source/boost_1_81_0.tar.gz
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed

  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100   138  100   138    0     0    478      0 --:--:-- --:--:-- --:--:--   484

  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100 11534  100 11534    0     0  19954      0 --:--:-- --:--:-- --:--:--  168k
+ tar -z -x -C /tmp/boost -f /var/folders/76/zy5ktkns50v6gt5g8r0sf6sc0000gn/T/tmp.W0RFbuhk --strip-components 1
tar: Error opening archive: Unrecognized archive format

                                                                       ✕ 0.60s
Error: Command ./tools/cibuildwheel/setup_boost.sh $BOOST_VERSION $BOOST_ROOT && brew install openssl failed with code 1. None

��