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
It appears there's some wide-spread breakage in osx & windows builds happening since about 20min; happens on every PR I've looked at that started since then. Failure looks like:
File "/Users/runner/miniforge3/lib/python3.10/site-packages/conda_index/index/__init__.py", line 347, in _get_resolve_object
sd._process_raw_repodata(repodata_copy) # type: ignore
TypeError: SubdirData._process_raw_repodata() missing 1 required positional argument: 'state'
This happens before the actual build step of a given feedstock even runs, during the "Attempting to finalize metadata for " phase.
While it's pure speculation, I have a suspicion that it might be related to conda-forge/miniforge#466 (at least, no other relevant packages that I checked seemed to have been updated recently).
CC @conda-forge/core
The text was updated successfully, but these errors were encountered:
Interesting have not noticed this on macOS builds I've been working on (for example). Not saying there are not issues, but perhaps the scope is more limited
Could you please share some examples where this occurs?
From what I can tell, Isuru marked the problematic release as a pre-release, so presumably it shouldn't get pulled into builds anymore. I first saw this in conda-forge/opencv-feedstock#363, but when I checked the overall pipelines tab for conda-forge, the first 5 builds I checked were all affected.
I restarted the builds in opencv and it seems this has fixed the fallout.
For me it's fine to close this issue. I don't doubt the breakage will be investigated before the trigger is pulled a second time. Thanks for the quick response everyone!
It appears there's some wide-spread breakage in osx & windows builds happening since about 20min; happens on every PR I've looked at that started since then. Failure looks like:
This happens before the actual build step of a given feedstock even runs, during the "Attempting to finalize metadata for " phase.
While it's pure speculation, I have a suspicion that it might be related to conda-forge/miniforge#466 (at least, no other relevant packages that I checked seemed to have been updated recently).
CC @conda-forge/core
The text was updated successfully, but these errors were encountered: