Intermitted issue with repodata.json on main

Hi,
Couple of days we observe intermitted issue with access to repodata.json on main:

  • noarch/repodata.json
  • win-64/repodata.json
  • linux-64/repodata.json
  • osx-64/repodata.json

Due to this our CI cannot build packages and fails with
conda.exceptions.CondaHTTPError: HTTP 500 INTERNAL SERVER ERROR for url https://conda.anaconda.org/main/linux-64/repodata.json

When try link above in browser they sometimes not available with message

Internal Server Error

A message has been sent to our webmaster and we will work on fixing this bug.

This blocks us, could you please escalate and try to fix this issue?

1 Like

Merely for posterity, as I think it was possibly related:

For mamba create we were suddenly very often, but not always, seeing errors like Could not write out repodata file '/opt/conda/pkgs/cache/502509db.json': No such file or directory. (The filename would change.)

That may not seem related, but changing mamba create into conda create, which seemed to help, got us the same 500 error in our CI for another repo one time. And just like above, loading that URL in a browser often, but not always, did get us the same 500 error a few hours ago.

Regardless, a few hours ago conda create seemed to complete successfully most of the times, while around that same time mamba create seemed to fail most of the times.

And now fingers crossed: while writing this, we’re not getting the 500 errors any longer, and our original mamba create works nicely again as well.

Ok, looks like this issue was fixed because currently we do not see issues