Skip to content

Fix macos 14 builds #809

Fix macos 14 builds

Fix macos 14 builds #809

Triggered via pull request August 9, 2024 12:41
Status Failure
Total duration 3m 52s
Artifacts

ci.yml

on: pull_request
Matrix: deploy
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 4 warnings
deploy (macos-14, x86_64, curl -o nasm-2.15.05.tar.gz https://www.nasm.us/pub/nasm/releasebuilds/...
Command ['/bin/sh', '-c', "pytest -v /Users/runner/work/python-isal/python-isal/tests/test_igzip.py /Users/runner/work/python-isal/python-isal/tests/test_gzip_compliance.py /Users/runner/work/python-isal/python-isal/tests/test_zlib_compliance.py /Users/runner/work/python-isal/python-isal/tests/test_igzip_lib.py -k 'not test_compress_decompress'"] failed with code 2.
deploy (ubuntu-latest, aarch64, true)
The job was canceled because "macos-14_x86_64_curl_-o_n" failed.
deploy (ubuntu-latest, aarch64, true)
The operation was canceled.
deploy (macos-14, x86_64, curl -o nasm-2.15.05.tar.gz https://www.nasm.us/pub/nasm/releasebuilds/...
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-python@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
deploy (macos-14, x86_64, curl -o nasm-2.15.05.tar.gz https://www.nasm.us/pub/nasm/releasebuilds/...
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/setup-python@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
deploy (macos-14, x86_64, curl -o nasm-2.15.05.tar.gz https://www.nasm.us/pub/nasm/releasebuilds/...
While cibuildwheel can build CPython 3.8 universal2/arm64 wheels, we cannot test the arm64 part of them, even when running on an Apple Silicon machine. This is because we use the x86_64 installer of CPython 3.8. See the discussion in https://github.com/pypa/cibuildwheel/pull/1169 for the details. To silence this warning, set `CIBW_TEST_SKIP: "cp38-macosx_*:arm64"`.
deploy (ubuntu-latest, aarch64, true)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/