Skip to content

Updated rapidjson and remove numpy pinning #284

Updated rapidjson and remove numpy pinning

Updated rapidjson and remove numpy pinning #284

Triggered via push June 18, 2024 19:59
Status Failure
Total duration 38m 36s
Artifacts

main.yml

on: push
Matrix: build_wheels
Matrix: Memory leak tests, on current debug build Python
Matrix: All tests, on current Python

Annotations

12 errors and 1 warning
Memory leak tests, on current debug build Python (3.11)
Process completed with exit code 4.
All tests, on current Python (3.11)
Process completed with exit code 4.
Build wheels on arm64 for macos-14
Command ['/bin/sh', '-c', 'pytest -sv /Users/runner/work/python-rapidjson/python-rapidjson/tests'] failed with code 4. None
Build wheels on arm64 for macos-14
Process completed with exit code 1.
Build wheels on auto for ubuntu-22.04
Command ['sh', '-c', 'pytest -sv /project/tests'] failed with code 4.
Build wheels on auto for ubuntu-22.04
Process completed with exit code 1.
Build wheels on auto for macos-12
Command ['/bin/sh', '-c', 'pytest -sv /Users/runner/work/python-rapidjson/python-rapidjson/tests'] failed with code 4. None
Build wheels on auto for macos-12
Process completed with exit code 1.
Build wheels on auto for windows-2019
Command pytest -sv D:\a\python-rapidjson\python-rapidjson/tests failed with code 4. None
Build wheels on auto for windows-2019
Process completed with exit code 1.
Build wheels on aarch64 for ubuntu-22.04
Command ['sh', '-c', 'pytest -sv /project/tests'] failed with code 4.
Build wheels on aarch64 for ubuntu-22.04
Process completed with exit code 1.
Build wheels on arm64 for macos-14
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"`.