Zelphir Kaltstahl writes: > On 14.11.24 12:08, Ludovic Courtès wrote: > > Hi, > > Zelphir Kaltstahl skribis: > > Then I did `guix package -u` to update installed packages. However, I > ran into an error: > > > [...] > > In guix/scripts/substitute.scm: > 467:7 8 (download-nar #<<narinfo> path: "/gnu/store/bqk5b108p6…> …) > In ice-9/boot-9.scm: > 1747:15 7 (with-exception-handler #<procedure 7f3fc999ede0 at ic…> …) > 1685:16 6 (raise-exception _ #:continuable? _) > 1683:16 5 (raise-exception _ #:continuable? _) > 1685:16 4 (raise-exception _ #:continuable? _) > 1780:13 3 (_ #<&compound-exception components: (#<&error> #<&irri…>) > 1685:16 2 (raise-exception _ #:continuable? _) > 1683:16 1 (raise-exception _ #:continuable? _) > 1685:16 0 (raise-exception _ #:continuable? _) > > ice-9/boot-9.scm:1685:16: In procedure raise-exception: > ERROR: > 1. &http-get-error: > uri: #<<uri> scheme: https userinfo: #f host: "ci.guix.gnu.org" port: > #f path: "/nar/lzip/bqk5b108p6wxd5iwmn080zjcfav48wmr-libxext-1.3.4" query: #f > fragment: #f> > code: 502 > reason: "Bad Gateway" > headers: ((server . "nginx") (date . #<date nanosecond: 0 second: 26 > minute: 14 hour: 19 day: 13 month: 11 year: 2024 zone-offset: 0>) > (content-type text/html) (content-length . 150) (connection keep-alive)) > 2. > &message:"https://ci.guix.gnu.org/nar/lzip/bqk5b108p6wxd5iwmn080zjcfav48wmr-libxext-1.3.4: > HTTP download failed: 502 (\"Bad Gateway\")" > substitution of /gnu/store/bqk5b108p6wxd5iwmn080zjcfav48wmr-libxext-1.3.4 > failed > guix package: error: corrupt input while restoring archive from socket > > > I believe this particular error was addressed in > ddc9d66f2b00f62eb35c3da819dc684ec4a50227 back in March. > > If you upgrade to a more recent ‘guix-daemon’, it should be gone: > > https://guix.gnu.org/manual/devel/en/html_node/Upgrading-Guix.html > > Before upgrading, could you run ‘pgrep -fa guix-daemon’ or similar to > see which version is running? > > python-3.10.7-idle 692KiB > > 799KiB/s 00:01 ▕██████████████████▏ 100.0% > python-3.10.7-tk 25KiB > 1.4MiB/s 00:00 ▕██████████████████▏ > 100.0% > substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0% > substitute: updating substitutes from 'https://bordeaux.guix.gnu.org'... > 0.0%guix substitute: error: TLS error in procedure > 'read_from_session_record_port': Error in the pull function. > guix package: error: > `/gnu/store/vkyprwq3g00ki69ahby3mhdxa65hnzgy-guix-command substitute' died > unexpectedly > > > This was fixed more recently in commit > fa70c141552c76cf4dc9666f577bf6b471fa0d50. Again, upgrading > ‘guix-daemon’ should help. > > HTH! > > Ludo’. > > Hi Ludovic! > > I am sorry, I already upgraded with: > > ~~~~ > sudo -i > guix pull > guix package -u > ~~~~ > > I think that is already upgrading the guix daemon? > > If not, then I might still be able to get that info. > > Best wishes, > Zelphir
Perhaps this is related to bug#38667? I think that happens to me when using old network cards without 'power management', when I try to access the net while it's (temporarily) down. --