Hi, Ludovic Courtès <l...@gnu.org> writes:
[...] >> 1373:15 7 (_ #<store-connection 256.99 7f51ba6313c0> _ _) >> 745:13 6 (process-stderr _ _) >> In unknown file: >> 5 (display "://ci.guix.gnu.org/nar/lzip/5v2xxcrh0npbzn2m…" …) >> In guix/status.scm: >> 703:16 4 (write! _ _ _) >> 616:15 3 (_ (download-succeeded "/gnu/store/dm1fc94ais6h5q0:…" …) …) >> 273:33 2 (compute-status _ #<<build-status> building: () downlo…> …) >> In ice-9/boot-9.scm: >> 1669:16 1 (raise-exception _ #:continuable? _) >> 1669:16 0 (raise-exception _ #:continuable? _) >> >> ice-9/boot-9.scm:1669:16: In procedure raise-exception: >> In procedure struct-vtable: Wrong type argument in position 1 >> (expecting struct): #f > > That looks like a bug in (guix status). > > Do you have max-jobs > 1? > > Maxim reported a similar issue, gathered strace output etc., but I think > it then fell through the cracks and I can’t find it anymore. Maxim, > does that ring a bell? That would be https://issues.guix.gnu.org/43518. I found it by searching for "#f" in the list of bugs ;-). Maxim