all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#73916: [Cuirass] Queued derivations have their GC roots removed
@ 2024-10-20 20:06 Ludovic Courtès
  0 siblings, 0 replies; only message in thread
From: Ludovic Courtès @ 2024-10-20 20:06 UTC (permalink / raw)
  To: 73916

Cuirass stores GC roots for all the derivations of its jobsets under
/var/guix/profiles/per-user/cuirass/cuirass (or similar).

The ‘delete-old-gc-roots’ periodically deletes these GC roots (which are
not just derivations), but it’s supposed to keep GC roots to derivations
that are queued: that was done in
55af0f70c0d4938b8eda777382bbc4d8f5698a37.

Unfortunately, there’s ample evidence on berlin that GC roots of .drv
currently queued get removed anyway.  This causes workers to try in vain
to substitute them, to eventually reject the build, which gets canceled
by ‘remote-server’.

Ludo’.




^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2024-10-20 20:08 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-20 20:06 bug#73916: [Cuirass] Queued derivations have their GC roots removed Ludovic Courtès

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.