Oskar Berndal schreef op wo 05-01-2022 om 16:19 [+0100]: >    179:23  2 (update-build #< building: () downloadin…> …) > In ice-9/boot-9.scm: >   1685:16  1 (raise-exception _ #:continuable? _) >   1685:16  0 (raise-exception _ #:continuable? _) > > ice-9/boot-9.scm:1685:16: In procedure raise-exception: > In procedure struct-vtable: Wrong type argument in position 1 > (expecting struct): #f Seems like the issue is that 'find-build' returns #false and 'update' doesn't expect that. So apparently a progress spinner appears for a build that (guix status) doesn't know about? I don't know how that can happen. It's easy to address though (do nothing when no build was found), but possibly that would only paper over the real issue. Greetings, Maxime.