Skip to content

changelog: preparing for release v1.0.1 #103

changelog: preparing for release v1.0.1

changelog: preparing for release v1.0.1 #103

Triggered via push September 12, 2024 14:55
Status Failure
Total duration 7m 8s
Artifacts 1

wheels.yml

on: push
Matrix: build_wheels
Make SDist
11s
Make SDist
upload_all
0s
upload_all
Fit to window
Zoom out
Zoom in

Annotations

6 errors and 1 warning
Build linux-target-x86_64 wheels
Command ['sh', '-c', 'auditwheel repair -w /tmp/cibuildwheel/repaired_wheel /tmp/cibuildwheel/built_wheel/nifty_ls-1.0.1-cp312-abi3-linux_x86_64.whl && case "$(basename /tmp/cibuildwheel/built_wheel/nifty_ls-1.0.1-cp312-abi3-linux_x86_64.whl)" in *"-abi3-"*) pip install -U abi3audit && abi3audit --strict --report /tmp/cibuildwheel/built_wheel/nifty_ls-1.0.1-cp312-abi3-linux_x86_64.whl;; esac'] failed with code 1.
Build linux-target-x86_64 wheels
Process completed with exit code 1.
Build macos-target-arm64 wheels
Command delocate-wheel --require-archs arm64 -w /private/var/folders/py/lcjn3y352g1106vf1rqk521r0000gn/T/cibw-run-sctqxl8l/cp312-macosx_arm64/repaired_wheel -v /private/var/folders/py/lcjn3y352g1106vf1rqk521r0000gn/T/cibw-run-sctqxl8l/cp312-macosx_arm64/built_wheel/nifty_ls-1.0.1-cp312-abi3-macosx_11_0_arm64.whl && case "$(basename /private/var/folders/py/lcjn3y352g1106vf1rqk521r0000gn/T/cibw-run-sctqxl8l/cp312-macosx_arm64/built_wheel/nifty_ls-1.0.1-cp312-abi3-macosx_11_0_arm64.whl)" in *"-abi3-"*) pip install -U abi3audit && abi3audit --strict --report /private/var/folders/py/lcjn3y352g1106vf1rqk521r0000gn/T/cibw-run-sctqxl8l/cp312-macosx_arm64/built_wheel/nifty_ls-1.0.1-cp312-abi3-macosx_11_0_arm64.whl;; esac failed with code 1.
Build macos-target-arm64 wheels
Process completed with exit code 1.
Build macos-target-x86_64 wheels
Command delocate-wheel --require-archs x86_64 -w /private/var/folders/w4/hp1my1ln4216vrmvp2_w45dm0000gn/T/cibw-run-2jalrob7/cp38-macosx_x86_64/repaired_wheel -v /private/var/folders/w4/hp1my1ln4216vrmvp2_w45dm0000gn/T/cibw-run-2jalrob7/cp38-macosx_x86_64/built_wheel/nifty_ls-1.0.1-cp38-cp38-macosx_10_15_x86_64.whl && case "$(basename /private/var/folders/w4/hp1my1ln4216vrmvp2_w45dm0000gn/T/cibw-run-2jalrob7/cp38-macosx_x86_64/built_wheel/nifty_ls-1.0.1-cp38-cp38-macosx_10_15_x86_64.whl)" in *"-abi3-"*) pip install -U abi3audit && abi3audit --strict --report /private/var/folders/w4/hp1my1ln4216vrmvp2_w45dm0000gn/T/cibw-run-2jalrob7/cp38-macosx_x86_64/built_wheel/nifty_ls-1.0.1-cp38-cp38-macosx_10_15_x86_64.whl;; esac failed with code 1.
Build macos-target-x86_64 wheels
Process completed with exit code 1.
Build macos-target-arm64 wheels
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"`.

Artifacts

Produced during runtime
Name Size
cibw-sdist
172 KB