Turned verbosity of daemon to 5 and I got the below downgrading to read lock on `/var/guix/temproots/1572' locking path `/gnu/store/bp0hyahbn3f60b954rfcz0vqlmc7lhzj-bzip2-1.0.6.tar.gz.drv' lock acquired on `/gnu/store/bp0hyahbn3f60b954rfcz0vqlmc7lhzj-bzip2-1.0.6.tar.gz.drv.lock' recursively deleting path `/gnu/store/bp0hyahbn3f60b954rfcz0vqlmc7lhzj-bzip2-1.0.6.tar.gz.drv' | /gnu/store/bp0hyahbn3f60b954rfcz0vqlmc7lhzj-bzip2-1.0.6.tar.gz.drv `/gnu/store/bp0hyahbn3f60b954rfcz0vqlmc7lhzj-bzip2-1.0.6.tar.gz.drv' has hash `d9ddde832ca6671a86815f293a4d175cf8abad16146670c6d8030bf1edcd5e85' linking ‘/gnu/store/bp0hyahbn3f60b954rfcz0vqlmc7lhzj-bzip2-1.0.6.tar.gz.drv’ to ‘/gnu/store/.links/11ayrpnz22q3v3370rhl2snspy2w2x6klaazh631lrx65j1xxpfr’ lock released on `/gnu/store/bp0hyahbn3f60b954rfcz0vqlmc7lhzj-bzip2-1.0.6.tar.gz.drv.lock' Backtrace: 19 (_ # # #) In guix/packages.scm: 1205:22 18 (thunk) 1138:25 17 (bag->derivation # #< …) In srfi/srfi-1.scm: 592:29 16 (map1 (("source" #) …)) 592:17 15 (map1 (("pkgconfig" #) …)) In guix/packages.scm: 926:16 14 (expand-input # # …) 881:14 13 (cache! # # …) In unknown file: 12 (_ # # #) In guix/packages.scm: 1205:22 11 (thunk) 1138:25 10 (bag->derivation # #< …) In srfi/srfi-1.scm: 592:29 9 (map1 (("source" #) …)) 592:29 8 (map1 (("tar" #) …)) 592:29 7 (map1 (("gzip" #) …)) 592:17 6 (map1 (("bzip2" #) …)) In guix/packages.scm: 926:16 5 (expand-input # # …) 881:14 4 (cache! # # …) In unknown file: 3 (_ # # #) In guix/packages.scm: 1205:22 2 (thunk) 1138:25 1 (bag->derivation # #< …) In srfi/srfi-1.scm: 592:17 0 (map1 (("source" #) …)) srfi/srfi-1.scm:592:17: In procedure map1: Throw to key `srfi-34' with args `(#)'. Backtrace: 9 (primitive-load "/root/.config/guix/current/bin/guix") In guix/ui.scm: 1579:12 8 (run-guix-command _ . _) In ice-9/boot-9.scm: 829:9 7 (catch _ _ # …) 829:9 6 (catch _ _ # …) 829:9 5 (catch _ _ # …) In guix/scripts/pull.scm: 505:22 4 (_) In guix/store.scm: 1555:24 3 (run-with-store _ _ #:guile-for-build _ #:system _ # _) In guix/scripts/pull.scm: 264:2 2 (_ _) In ice-9/eval.scm: 191:27 1 (_ #(#(# #) …)) In unknown file: 0 (scm-error misc-error #f "~A ~S" ("invalid build re…" …) …) ERROR: In procedure scm-error: invalid build result (# /gnu/store/5ijqxijd3qgrfwgzncx9jcq9ivqlgkgm-compute-guix-derivation 49b5690> "") Thanks. Any help would be appreciated. Vikram On Mon, Sep 3, 2018, 8:01 PM vikram sai balaji ulaganathan < tayirvadai.vikram@gmail.com> wrote: > Uname shows Linux 4.17.13-gnu #1 SMP 1x86_64 > > dmesg is not revealing anything. dmesg is not updating for this operation > Is there another command that needs to be run or do I have restart guix > daemon. > > Thanks > Vikram > > On Sat, Sep 1, 2018, 10:57 AM Ludovic Courtès wrote: > >> Hello, >> >> vikram sai balaji ulaganathan skribis: >> >> > For a few weeks now, I have been trying to get guix pull to update >> > everything but get the below error. Guix is at .15.0 >> >> What does “uname -srvm” return on this machine? >> >> > In guix/serialization.scm: >> > 371:23 3 (_ "bash") >> > 357:13 2 (dump _) >> > 225:6 1 (write-contents-from-port # …) >> > In unknown file: >> > 0 (sendfile # # …) >> > >> > ERROR: In procedure sendfile: >> > In procedure sendfile: Input/output error >> >> Guix internally relies on the sendfile(2) system call to efficiently >> communicate with the build daemon. Here, it could be that the storage >> device where those files are is dysfunctional, or that the file system >> is corrupt, or that something is wrong with the kernel. >> >> Does “dmesg | tail” show any useful hint when invoked right after the >> error? >> >> Thanks, >> Ludo’. >> >