On Tue, Mar 23, 2021 at 07:29:41PM -0700, Fredrik Salomonsson wrote: > -Backtrace: > 14 (primitive-load > "/gnu/store/lx1fy4svkv1avz60k7ddjsy59sjycwqk-compute-guix-derivation") > In ice-9/eval.scm: > 155:9 13 (_ _) > 159:9 12 (_ #(#(#(#(#(#(#(#(#(#(#(#(#(#<directory (guile-user) > 7f81040f3f?> ?) ?) ?) ?) ?) ?) ?) ?) ?) ?) ?) ?) ?)) > In ice-9/boot-9.scm: > 152:2 11 (with-fluid* _ _ _) > In ./guix/store.scm: > 2066:24 10 (run-with-store #<store-connection 256.99 7f8102470e60> _ > #:guile-for-build _ #:system _ #:target _) > 1900:8 9 (_ _) > In ./guix/gexp.scm: > 256:18 8 (_ _) > 1136:2 7 (_ _) > 1002:2 6 (_ _) > 849:4 5 (_ _) > In ./guix/store.scm: > 1948:12 4 (_ #<store-connection 256.99 7f8102470e60>) > 1362:5 3 (map/accumulate-builds #<store-connection 256.99 7f8102470e60> _ > _) > 1373:15 2 (_ #<store-connection 256.99 7f8102470e60> _ _) > 719:11 1 (process-stderr #<store-connection 256.99 7f8102470e60> _) > In ./guix/serialization.scm: > 80:6 0 (read-int #<input-output: file 10>) > > ./guix/serialization.scm:80:6: In procedure read-int: > ERROR: > 1. &nar-error: > file: #f > port: #<input-output: file 10> > guix pull: error: You found a bug: the program > '/gnu/store/lx1fy4svkv1avz60k7ddjsy59sjycwqk-compute-guix-derivation'
This looks like bugs #47157 / #47266: https://bugs.gnu.org/47157 https://bugs.gnu.org/47266 If so, it's a transient networking error caused by problems in Guix fixed in more recent versions. You'll need to retry `guix pull` until it succeeds and then restart guix-daemon. Let us know how it goes!