Hi, On mer., 08 mai 2024 at 22:09, jerem...@pdp10.guru wrote: > ──⚙ guix pull > > [4/559] > Updating channel 'guix' from Git repository at > 'https://git.savannah.gnu.org/git/guix.git'... > Authenticating channel 'guix', commits 9edb3f6 to 7b7f299 (1,287 new > commits)... > Building from this channel: > guix https://git.savannah.gnu.org/git/guix.git 7b7f299
[...] > building /gnu/store/8379qa0y6s7ssjr8gplm5fyw9r5pnxhn-nss-3.99.0.drv... > \ 'check' phasebuild-log 30161 101 > [ OK ] Pkcs11ModuleTest.ListSlots (1 ms) > [ RUN ] Pkcs11ModuleTest.PublicCertificatesToken > - 'check' phasebuild-log 30161 121 > [ OK ] Pkcs11ModuleTest.PublicCertificatesToken (1 ms) > [ RUN ] Pkcs11ModuleTest.PublicCertificatesTokenLookup > \ 'check' phaseBacktrace: [...] > failed to compute the derivation for Guix (version: > "7b7f299bb493e485c5534b8c554e51d4f3a8c026"; system: "x86_64-linux"; > host version: "0f68306268773f0eaa4327e1f6fdcb39442e4a34"; pull-version: 1). > Please report the COMPLETE output above by email to <bug-guix@gnu.org>. Well, first the authenticating message is weird because: 9edb3f66fd807b096b48283debdcddccfea34bad AuthorDate: Tue May 26 22:30:51 2020 +0200 CommitDate: Tue May 26 22:30:51 2020 +0200 and 7b7f299bb493e485c5534b8c554e51d4f3a8c026 AuthorDate: Wed May 8 15:51:45 2024 +0200 CommitDate: Wed May 8 15:51:45 2024 +0200 Therefore, something seems unexpected here. I am doubtful that the message is accurate. Second, the error message seems more accurate, 0f68306268773f0eaa4327e1f6fdcb39442e4a34 AuthorDate: Tue Apr 2 18:54:06 2024 +0200 CommitDate: Sat Apr 20 10:35:35 2024 +0200 I.e., with the 1,287 new commits. That’s said, could you confirm (guix describe) that you are currently pulling from 0f68306268773f0eaa4327e1f6fdcb39442e4a34? I think ’nss’ is substitutable, so I guess you are rebuilding from source, right? Well, the build of ’nss’ works for me. --8<---------------cut here---------------start------------->8--- $ guix build /gnu/store/8379qa0y6s7ssjr8gplm5fyw9r5pnxhn-nss-3.99.0.drv --check [...] successfully built /gnu/store/8379qa0y6s7ssjr8gplm5fyw9r5pnxhn-nss-3.99.0.drv guix build: error: derivation `/gnu/store/8379qa0y6s7ssjr8gplm5fyw9r5pnxhn-nss-3.99.0.drv' may not be deterministic: output `/gnu/store/wkdc0z86av7jfkig7g4xphp6k52y82am-nss-3.99.0' differs --8<---------------cut here---------------end--------------->8--- Hum, I do not know what could be the origin of the failure. Maybe on your side (free space). Or maybe hardware specific? Cheers, simon