Skip to content

FIX: Allow promotion of Python abstract dtype + fill implementation #192

FIX: Allow promotion of Python abstract dtype + fill implementation

FIX: Allow promotion of Python abstract dtype + fill implementation #192

Triggered via pull request October 14, 2025 15:38
Status Failure
Total duration 9m 14s
Artifacts

build_wheels.yml

on: pull_request
Matrix: build_wheels_macos
Matrix: Build wheels on Windows
Publish to PyPI
0s
Publish to PyPI
Fit to window
Zoom out
Zoom in

Annotations

9 errors and 3 warnings
Build wheels on macos-15
Process completed with exit code 1.
Build wheels on macos-15
cibuildwheel: Command ['/bin/sh', '-c', 'pip install --pre --upgrade --extra-index-url https://pypi.anaconda.org/scientific-python-nightly-wheels/simple numpy\npip install --no-deps /private/var/folders/q0/wmf37v850txck86cpnvwm_zw0000gn/T/cibw-run-3x0cjty1/cp311-macosx_arm64/repaired_wheel/numpy_quaddtype-0.2.0-cp311-cp311-macosx_15_0_arm64.whl\npip install pytest pytest-run-parallel\nif python -c "import sys; exit(0 if hasattr(sys, \'_is_gil_enabled\') and not sys._is_gil_enabled() else 1)"; then\n pytest --parallel-threads=10 --iterations=10 /Users/runner/work/numpy-user-dtypes/numpy-user-dtypes/quaddtype/tests\nelse\n pytest -s /Users/runner/work/numpy-user-dtypes/numpy-user-dtypes/quaddtype/tests\nfi\n'] failed with code 1.
Build SDist
Process completed with exit code 1.
Build wheels on macos-14
The operation was canceled.
Build wheels on macos-14
The strategy configuration was canceled because "build_wheels_macos.macos-15" failed
Build wheels on Linux
Process completed with exit code 1.
Build wheels on Linux
cibuildwheel: Command ['sh', '-c', 'pip install --pre --upgrade --extra-index-url https://pypi.anaconda.org/scientific-python-nightly-wheels/simple numpy\npip install --no-deps /tmp/cibuildwheel/repaired_wheel/numpy_quaddtype-0.2.0-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl\npip install pytest pytest-run-parallel\nif python -c "import sys; exit(0 if hasattr(sys, \'_is_gil_enabled\') and not sys._is_gil_enabled() else 1)"; then\n pytest --parallel-threads=10 --iterations=10 /project/tests\nelse\n pytest -s /project/tests\nfi\n'] failed with code 1.
Build wheels on Windows (x64)
Process completed with exit code 1.
Build wheels on Windows (x64)
cibuildwheel: Command pip install --pre --upgrade --extra-index-url https://pypi.anaconda.org/scientific-python-nightly-wheels/simple numpy && pip install --no-deps C:\Users\runneradmin\AppData\Local\Temp\cibw-run-km8ipe8q\cp311-win_amd64\repaired_wheel\numpy_quaddtype-0.2.0-cp311-cp311-win_amd64.whl && pip install pytest pytest-run-parallel && pytest -s D:\a\numpy-user-dtypes\numpy-user-dtypes\quaddtype/tests failed with code 1.
Build wheels on Windows (x64)
cibuildwheel: Invalid skip selector: 'cp37-*'. cibuildwheel 3.x no longer supports Python < 3.8. Please use the 2.x series or update `skip`. This selector will have no effect.
Build wheels on Windows (x64)
cibuildwheel: Invalid skip selector: 'cp36-*'. cibuildwheel 3.x no longer supports Python < 3.8. Please use the 2.x series or update `skip`. This selector will have no effect.
Build wheels on Windows (x64)
cibuildwheel: Invalid skip selector: 'pp*'. This selector matches a group that wasn't enabled. Enable it using the `enable` option or remove this selector. This selector will have no effect.