Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Python OSX CI build failing with spurious error #23923

Closed
semuadmin opened this issue Sep 7, 2023 · 8 comments
Closed

Python OSX CI build failing with spurious error #23923

semuadmin opened this issue Sep 7, 2023 · 8 comments
Labels

Comments

@semuadmin
Copy link
Contributor

semuadmin commented Sep 7, 2023

Bug:

@conda-forge-admin, please ping conda-forge/staged-recipes

The OSX build step of the staged-recipe CI pipeline (Azure Pipelines / staged-recipes (osx osx_64)) is failing with a spurious 'KeyError' message:

...
  File "/Users/runner/mambaforge/lib/python3.10/site-packages/boa/core/solver.py", line 80, in to_action
    entry = lookup_dict[get_url_from_channel(c)]
KeyError: 'https://conda.anaconda.org/conda-forge'
##[error]Bash exited with code '1'.
Finishing: Run OSX build

The corresponding Windows and Linux pipelines appear to be working OK.

See, for example:

#23918
#23919
#23901
... and others reported

https://dev.azure.com/conda-forge/feedstock-builds/_build/results?buildId=775920&view=logs&jobId=1398114c-ad22-59c2-bca2-f3de21ac86a4&j=1398114c-ad22-59c2-bca2-f3de21ac86a4&t=e0781761-34ec-59c7-d16a-2dc06ee05298

@semuadmin semuadmin added the bug label Sep 7, 2023
@StRigaud StRigaud mentioned this issue Sep 7, 2023
10 tasks
@jaimergp
Copy link
Member

jaimergp commented Sep 8, 2023

Thanks for creating the issue. I merged a PR that should fix it. Can you update your branch from main and re-run? Thanks!

@semuadmin
Copy link
Contributor Author

semuadmin commented Sep 8, 2023

Thanks for creating the issue. I merged a PR that should fix it. Can you update your branch from main and re-run? Thanks!

👍 on it

@semuadmin
Copy link
Contributor Author

Thanks for creating the issue. I merged a PR that should fix it. Can you update your branch from main and re-run? Thanks!

cooking on gas...

Screenshot 2023-09-08 at 12 03 04

@semuadmin
Copy link
Contributor Author

I'm personally happy for this issue to be closed now.

@ap--
Copy link
Member

ap-- commented Sep 8, 2023

Fixed it for #23901 too! Thanks ❤️

@mikemhenry
Copy link
Contributor

Also fixed it for #23919 thanks!!! 🚀

@jaimergp
Copy link
Member

jaimergp commented Sep 8, 2023

I'll leave this open during the weekend so people can find an issue in case they hit it too. What we've done is to start using conda-libmamba-solver and drop boa (mambabuild). When conda-forge/admin-requests#811 is merged, the root-cause incompatibility will be addressed anyway.

The solution moving on is to update your fork branch from this repo's main.

@jaimergp
Copy link
Member

Sounds like we can close this now 💪

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

4 participants