Releases.nixos.org listings broken?

When I open one of

https://releases.nixos.org/?prefix=nixos/unstable/
https://releases.nixos.org/?prefix=nixos/unstable-small/
https://releases.nixos.org/?prefix=nixpkgs/

I used to get a (directory-like) listing of old releases, i.e., the results of Hydra evaluation and build cycles. Since at least a few weeks, these pages just show a line with something like a directory path (e.g. "s3:// nix-releases / nixos / unstable / ") and some rotating dots that probably indicate that the page is still loading, but nothing ever loads after that.

I can’t find any information about this here in Discourse, or in the issue trackers of nixpkgs or our Github “infra” repo, and also not with some general Google searches, so it might be a problem on my end. I double checked with a fresh Firefox profile, a fresh Chromium profile, and with tor-browser (to be sure it’s not my IP being blocked somewhere), always with the same disappointing result.

Is anyone else experiencing that problem? Does anyone have a clue what might be the cause and how or where it could be fixed?

1 Like

Somewhere around here, I think

1 Like

I can reproduce the issue. I will check next week and fix/check with upstream.

3 Likes

Thanks for the quick reactions!

1 Like

It is probably this (has PR with proposed fix):

1 Like

Yep I can confirm this PR fixes the issue.

Opened one against the infra repo: fix: Listing of sub-directories of S3 buckets with a large number of items by LeSuisse · Pull Request #868 · NixOS/infra · GitHub

3 Likes