Hi John, John Kehayias <john.kehay...@protonmail.com> writes:
> Seems to be happening again :( > > E.g. the current evaluation of mesa-updates > https://ci.guix.gnu.org/eval/2063113 with log > https://ci.guix.gnu.org/eval/2063113/log/raw and the issue in there I > see is > > uncaught throw to %exception: (#<&store-protocol-error message: > "reading file > `/gnu/store/jii0gvxkx1j8fi731kx8bmyg7j4fl4w5-noice-0.8.tar.gz.drv': No > such file or directory" status: 1>) Thanks for the heads-up. > Thanks for the earlier fix, but I guess something is causing this to > happen again, rather than a one-time event? It could be. Something’s fishy with the store database and apparently ‘guix gc’ has troubles too: --8<---------------cut here---------------start------------->8--- ludo@berlin ~$ sudo herd status gc ● Status of gc: It is running since Thu 05 Jun 2025 08:59:37 AM CEST (4 days ago). Timed service. Periodically running: /gnu/store/b1g8f5lj7xgvj50ns98i03w54jjqp28x-guix-1.4.0-37.096dedd/bin/guix gc It is enabled. Provides: gc Requires: user-processes Custom action: trigger Will be respawned. Log file: /var/log/gc.log Recent runs: 2025-06-06 05:41:13 Process exited successfully after 101 minutes. 2025-06-07 04:40:39 Process exited with code 1 after 40 minutes. 2025-06-08 06:17:12 Process exited successfully after 137 minutes. 2025-06-09 06:30:44 Process exited with code 1 after 150 minutes. Recent messages (use '-n' to view more or less): 2025-06-09 06:30:36 [168898 MiB] deleting '/gnu/store/1jzn0dwmpsxpdbbpz10223g8rsdmly2d-python2-pycparser-2.21-builder' 2025-06-09 06:30:36 [168898 MiB] deleting '/gnu/store/2z19y1ljpahv6rjawm5g33fgbsvzalnz-samtools-1.10-builder' 2025-06-09 06:30:36 [168898 MiB] deleting '/gnu/store/jsi1kn27gp1v5bv0zni9h142x1bp5js6-openjdk-16.0.2-builder' 2025-06-09 06:30:36 [168898 MiB] deleting '/gnu/store/jxc6vbwww9x48i6dszsz49k969bs5nyc-libbpf-1.5.0-builder' 2025-06-09 06:30:44 guix gc: error: executing SQLite statement: FOREIGN KEY constraint failed Upcoming timer alarms: Tue 10 Jun 2025 04:00:00 AM CEST (in 16 hours) Wed 11 Jun 2025 04:00:00 AM CEST (in 40 hours) Thu 12 Jun 2025 04:00:00 AM CEST (in 3 days) Fri 13 Jun 2025 04:00:00 AM CEST (in 4 days) Sat 14 Jun 2025 04:00:00 AM CEST (in 5 days) --8<---------------cut here---------------end--------------->8--- If anyone has ideas, I’m all ears. Ludo’.