Hi Guix! The dump was uploaded as installer-dump-2e7b5f8f. Here's the installer's error message:
--8<---------------cut here---------------start------------->8--- May 27 22:15:49 localhost installer[708]: substitute: ^[[Kupdating substitutes from 'https://bordeaux.guix.gnu.org'... 0.0%guix substitute: error: TLS error in procedure 'write_to_session_record_port': Error in the push function. May 27 22:15:49 localhost installer[708]: guix system: ^[[1;31merror: ^[[0m`/gnu/store/rdjjpch9m9xv4rdhhr6sv044qd322pj8-guix-command substitute' died unexpectedly --8<---------------cut here---------------end--------------->8--- A Guix system installation generated via the following method consistently fails to install due to a TLS error when updating substitutes. --8<---------------cut here---------------start------------->8--- gibraltar :( guix$ guix time-machine -q -- describe guix 00384ae repository URL: https://git.savannah.gnu.org/git/guix.git branch: master commit: 00384aedbc6a371aaf90ca344a446952fdd5a6b3 gibraltar :) guix$ guix time-machine -q -- system image --image-type=iso9660 -e '(@ (gnu system install) installation-os)' guix system: warning: Consider running 'guix pull' followed by 'guix system reconfigure' to get up-to-date packages and security updates. Updating channel 'guix' from Git repository at 'https://git.savannah.gnu.org/git/guix.git'... Computing Guix derivation for 'x86_64-linux'... \ /gnu/store/x9a2nflpnfpr8i3n1759hw7wg2qv5mm8-image.iso --8<---------------cut here---------------end--------------->8--- Curiously this does NOT occur the first time substitutes are fetched. I observed it occur three times when substitutes were fetched after Ruby was substituted. I don't mean to say that Ruby is the problem (that'd be crazy), just that the TLS error occurs at the same stage in the installation every time. NOT randomly. I've never encountered this error before on any other Guix machine on my network. The installation machine was using a wired connection. Possibly related: [1], [2], [3], [4] Notably [3] claims to have a fix that was merged into Guix, but 00384ae is after said fix was merged (and yes, $ guix describe on the installer image does report 00384ae) [1]: https://issues.guix.gnu.org/66786 [2]: https://issues.guix.gnu.org/48903 [3]: https://lists.gnu.org/archive/html/guix-devel/2024-03/msg00150.html [4]: https://issues.guix.gnu.org/70244 -- Take it easy, Richard Sent Making my computer weirder one commit at a time.