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

Some CI/CDs are failing with unstable git.sr.ht #1051

Closed
kachick opened this issue Jan 24, 2025 · 12 comments · Fixed by #1059
Closed

Some CI/CDs are failing with unstable git.sr.ht #1051

kachick opened this issue Jan 24, 2025 · 12 comments · Fixed by #1059

Comments

@kachick
Copy link
Owner

kachick commented Jan 24, 2025

Link checker for

# Keybindigs: https://git.sr.ht/~bptato/chawan/tree/master/item/res/config.toml

And dependencies in home-manager

https://github.com/kachick/dotfiles/actions/runs/12941820655/job/36098523195#step:6:82

       error: Failed to open archive (Source threw exception: error: unable to download 'https://git.sr.ht/~rycee/nmt/archive/v0.5.1.tar.gz': HTTP error 504

              response body:

              <html>
              <head><title>504 Gateway Time-out</title></head>
              <body>
              <center><h1>504 Gateway Time-out</h1></center>
              <hr><center>nginx</center>
              </body>
              </html>)

https://status.sr.ht/issues/2025-01-23-git.sr.ht-ddos/
https://status.sr.ht/
nix-community/home-manager#6354
nix-community/home-manager#4879

@kachick kachick added this to 🛸 Jan 24, 2025
@github-project-automation github-project-automation bot moved this to 🙋‍♂ in 🛸 Jan 24, 2025
@kachick
Copy link
Owner Author

kachick commented Jan 24, 2025

> hydra-check nix-lib-nmt
Build Status for nixpkgs.nix-lib-nmt.x86_64-linux on unstable
✔ nix-lib-nmt-0.5.1 from 2024-01-17 - https://hydra.nixos.org/build/246763698

@kachick
Copy link
Owner Author

kachick commented Jan 24, 2025

nix-community/home-manager#4879 (comment) looks old than latest 0.5.1

So I can't create mirror repository for escape hatching.

@kachick
Copy link
Owner Author

kachick commented Jan 24, 2025

https://rycee.net/nmd.tar also has old timestamps

@kachick
Copy link
Owner Author

kachick commented Jan 24, 2025

NixOS/nixpkgs#281111

@kachick
Copy link
Owner Author

kachick commented Jan 24, 2025

Not working binary cache caused on delegations with the flake outputs? 🤔

dotfiles/flake.nix

Lines 156 to 161 in 0fd65fb

apps = forAllSystems (system: {
home-manager = mkApp {
inherit system;
pkg = (mkHomeManager system).defaultPackage.${system};
};
});

#187 => #261

@kachick kachick changed the title Some CIs are down with unstable git.sr.ht Some CI/CDs are failing with unstable git.sr.ht Jan 24, 2025
@kachick
Copy link
Owner Author

kachick commented Jan 24, 2025

@kachick
Copy link
Owner Author

kachick commented Jan 24, 2025

Looks like fixed even through the status page is still displays 🔴

So closing for now, and I may use the copied tar balls that is licensed under MIT.

@kachick kachick closed this as completed Jan 24, 2025
@github-project-automation github-project-automation bot moved this from 🙋‍♂ to 🎉 in 🛸 Jan 24, 2025
@kachick
Copy link
Owner Author

kachick commented Jan 27, 2025

nix-community/home-manager#6357 is only in unstable. So stable 24.11 channel might be broken again

@kachick
Copy link
Owner Author

kachick commented Jan 27, 2025

Actually broken today https://github.com/kachick/dotfiles/actions/runs/12981175840/job/36199238013

       error: Failed to open archive (Source threw exception: error: unable to download 'https://git.sr.ht/~rycee/nmt/archive/v0.5.1.tar.gz': HTTP error 504

              response body:

              <html>
              <head><title>504 Gateway Time-out</title></head>
              <body>
              <center><h1>504 Gateway Time-out</h1></center>
              <hr><center>nginx</center>
              </body>
              </html>)

@kachick

This comment has been minimized.

kachick added a commit that referenced this issue Jan 27, 2025
kachick added a commit that referenced this issue Jan 27, 2025
Attempt to avoid much unstable sr.ht

ref: #1051
kachick added a commit that referenced this issue Jan 27, 2025
* Use forked home-manager

Attempt to avoid very unstable sr.ht

See #1051
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: 🎉
Development

Successfully merging a pull request may close this issue.

1 participant