You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This ran successfully two weeks ago. However, another run on exactly the same code failed some days later. It looks like the successful run was using runner version 2.317.0 while the failing run used 2.319.0. The failing run failed on a macOS14 image, and it is unclear to me if it would also fail on other images (the run terminated as soon as the first image failed).
The above failure is not related to runner-images and looks like a dependency related issue. Please find our analysis below:
Error: TypeError: 'NoneType' object is not subscriptable (key slice(None, None, None))
in : pypy3.8/site-packages/setuptools/_distutils/unixccompiler.py
It could be due to a recent change in distutils and there is a similar issue reported here as well : pypy/pypy#5004
We suspect there might be some changes in pypa/cibuildwheel introduced in v2.18.0 and higher with respect to setuptools which could be causing the failure.
uses: pypa/cibuildwheel@v2.17.0 --> Using this version Pipeline runs successfully.
We are closing the issue as this is not related to the macOS runner images.
Description
This ran successfully two weeks ago. However, another run on exactly the same code failed some days later. It looks like the successful run was using runner version 2.317.0 while the failing run used 2.319.0. The failing run failed on a macOS14 image, and it is unclear to me if it would also fail on other images (the run terminated as soon as the first image failed).
Platforms affected
Runner images affected
Image version and build link
Failed run
Is it regression?
Yes. Latest successful run
Expected behavior
This run was successful. I expected that to happen.
Actual behavior
Failed run.
Repro steps
Run this workflow on the main branch.
The text was updated successfully, but these errors were encountered: