-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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
OSX builds fail with KeyError: 'https://conda.anaconda.org/conda-forge'
#41526
Comments
I'm also seeing this in a Rust recipe on #41579 |
I also am seeing this issue: #41548 |
I also am seeing this issue: #41619 |
We're seeing this same issue: #41585 |
I am also seeing this in: #41663 |
Also happening in #41600 |
KeyError: 'https://conda.anaconda.org/conda-forge'
Same issue in #41659 |
I tried to understand a bit what's going on. I didn't get very far yet but maybe its a hint. I installed bioconda-utils locally and ran it. I am running on an ARM mac with The key that exist in the boa After adding the debug statements I tried to update to boa 0.15.1, which first didn't work because it was trying to download the following file: This seems a rather similar symptom. I deleted the package cache and it could install boa 0.15.1 successfully. However, this version immediately segfaults. These are my current findings, not sure what to make out of these. Somewhere/something seems to contain the wrong channel url without the OS subdir. Edit: I reinstalled and now I only get the following error:
I don't make it to the key error anymore. |
Not a detailed investigation like @milot-mirdita - but I also wanted to share some info on this issue - I was able to "overcome" checks not passing for OSx build by adding However, if I remove the Logging of these tests can be found here: #41688 |
I was playing a bit more with this. Still don't understand where the wrong(?) channel name comes from. But if I add a hack to
The name error ( I tried to track down how |
Also in #41724. Any updates or fixes? This has been an issue for weeks now. Between this and the fact that my previously working recipe was broken by maintenance changes and blacklisted last month, it seems bioconda has become a bit unreliable. |
Any updates @bioconda/core? |
* update version to 1.4 * Reset build number * remove from blacklist * update tests to report failed logs * explicitly add perl * See if a specific python version works, issue #41526 again * Python explicit version made no difference, try versioning rust? * give up on osx build until CI bug is fixed
Seems that the |
I suspect the cases where adding >=3 prevents this are cases where the wrong packages are then getting built. I honestly haven't had a chance to track this down. I've been hoping that one of the other core members would pop into this thread with the solution to this issue, but I suspect we'll have to open an issue with boa/libmamba and get the author's help there. |
Xref: mamba-org/boa#350 |
Thanks for the info @dpryan79. Sounds like an updated mamba release should fix that when it is ready. |
This is now fixed with the update to bioconda-utils 2.3.2 which uses boa 0.15. |
For those of you who have circumvented the issue by deactivating the osx build, it would be great if you could enable them again in follow-up PRs! Thanks a lot! It is always great to see how active the bioconda community is! |
Previously skipped because of issue bioconda#41526 which has been resolved
Previously skipped because of issue bioconda#41526, now resolved
Previously skipped because of issue bioconda#41526, now resolved
Resume osx build for recipe TKSM Previously skipped because of issue bioconda#41526 which has been resolved
Previously skipped because of issue bioconda#41526 which has been resolved
The OSX build is currently failing with a KeyError like in bioconda#41526. I thought this issue was resolved (maybe a reversion?). For now, I'm disabling the OSX build (and removing the windows build skip since the bioconda pipeline doesn't build for Windows).
This seems to have re-appeared in the following PRs: |
PR: #41444
Azure log: https://dev.azure.com/bioconda/bioconda-recipes/_build/results?buildId=34916&view=logs&j=1b052f1d-4456-52f0-9d43-71c4c5bd734d&t=edc48dcd-1fc2-5e3b-7036-7be9cea00123&l=651
The text was updated successfully, but these errors were encountered: