conda / infrastructure

A repo to report issues and have discussions about the conda infrastructure
BSD 3-Clause "New" or "Revised" License
12 stars 15 forks source link

Bioconda CDN sync down #764

Closed dpryan79 closed 1 year ago

dpryan79 commented 1 year ago

Checklist

What happened?

The CDN sync for the bioconda seems to have been down for ~24 hours so far. For example, new packages under https://anaconda.org/bioconda/r-recetox-aplcms/files aren't available via conda install.

Conda Info

NA

Conda Config

NA

Conda list

NA

Additional Context

No response

tnabtaf commented 1 year ago

Reported, late on a Friday that was a holiday at Anaconda. We'll see.

gmjen commented 1 year ago

Hello, thank you for reporting this.

Other packages are uploading to the bioconda channel currently, but it seems bioconda doesn't have a necessary dependency for the package r-recetox-aplcms. The missing dependency is r-arrow>=7.0.0,<10.0.0, but the conda-forge channel does have it.

If you run this: conda install -c conda-forge 'r-arrow>=7.0.0,<10.0.0' then this: conda install -c bioconda r-recetox-aplcms

It should hopefully work.

Thanks

dpryan79 commented 1 year ago

@gmjen I'm part of the bioconda core team, I'm well aware of how channels and dependencies work. The CDN sync has been down since May 11th.

barabo commented 1 year ago

The bioconda clone starts up every 20 minutes, runs, then shuts itself down (when working as intended). A few days ago the machine experienced a hardware failure while starting up that left it in a bad state, blocking further runs from starting. We had an issue like this a week ago with the pytorch channel, and had not yet rolled out the fix.

I'm escalating the patch and will deploy it once the PR has been approved and merged.

In the meantime, I restarted the bioconda clone and it is catching up now. It should finish within the next 20 minutes.

johanneskoester commented 1 year ago

Thanks a lot!

jezdez commented 1 year ago

This seems to have been fixed, thanks @barabo!

dpryan79 commented 1 year ago

Thanks @barabo and @jezdez !