Skip to content

Simplify c-side of events sub-module. (Part 1) #3961

Simplify c-side of events sub-module. (Part 1)

Simplify c-side of events sub-module. (Part 1) #3961

Triggered via pull request July 16, 2024 13:50
Status Failure
Total duration 10m 24s
Artifacts

build-macos.yml

on: pull_request
Matrix: deps
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

10 errors, 7 warnings, and 1 notice
x86_64 (CPython 3.9 - 3.12)
Command ['/bin/sh', '-c', 'python -m pygame.tests -v --exclude opengl,timing --time_out 300'] failed with code 1.
x86_64 (CPython 3.9 - 3.12)
Process completed with exit code 1.
arm64 (CPython 3.11 - 3.12)
Command ['/bin/sh', '-c', 'python -m pygame.tests -v --exclude opengl,timing --time_out 300'] failed with code 1.
arm64 (CPython 3.11 - 3.12)
Process completed with exit code 1.
x86_64 (Python 3.8)
Command ['/bin/sh', '-c', 'python -m pygame.tests -v --exclude opengl,timing --time_out 300'] failed with code 1.
x86_64 (Python 3.8)
Process completed with exit code 1.
x86_64 (PyPy 3.9 and 3.10)
Command ['/bin/sh', '-c', 'python -m pygame.tests -v --exclude opengl,timing --time_out 300'] failed with code 1.
x86_64 (PyPy 3.9 and 3.10)
Process completed with exit code 1.
arm64 (CPython 3.8 - 3.10)
Command ['/bin/sh', '-c', 'python -m pygame.tests -v --exclude opengl,timing --time_out 300'] failed with code 1.
arm64 (CPython 3.8 - 3.10)
Process completed with exit code 1.
x86_64 (Python 3.8)
Setting SYSTEM_VERSION_COMPAT=0 to ensure CPython 3.8 can get correct macOS version and allow installation of wheels with MACOSX_DEPLOYMENT_TARGET >= 11.0. See https://github.com/pypa/cibuildwheel/issues/1767 for the details.
x86_64 (CPython 3.9 - 3.12)
pkg-config 0.29.2_3 is already installed and up-to-date. To reinstall 0.29.2_3, run: brew reinstall pkg-config
arm64 (CPython 3.11 - 3.12)
pkg-config 0.29.2_3 is already installed and up-to-date. To reinstall 0.29.2_3, run: brew reinstall pkg-config
x86_64 (Python 3.8)
pkg-config 0.29.2_3 is already installed and up-to-date. To reinstall 0.29.2_3, run: brew reinstall pkg-config
x86_64 (PyPy 3.9 and 3.10)
pkg-config 0.29.2_3 is already installed and up-to-date. To reinstall 0.29.2_3, run: brew reinstall pkg-config
x86_64 (PyPy 3.9 and 3.10)
Bumping MACOSX_DEPLOYMENT_TARGET (10.11) to the minimum required (10.15).
arm64 (CPython 3.8 - 3.10)
pkg-config 0.29.2_3 is already installed and up-to-date. To reinstall 0.29.2_3, run: brew reinstall pkg-config
arm64 (CPython 3.8 - 3.10)
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"`.