On 2021-04-29, Ludovic Courtès wrote: > Roel Janssen skribis: >> On Wed, 2021-04-28 at 23:38 +0200, Ludovic Courtès wrote: >>> Roel Janssen skribis: >>> >>> > /builder for >>> > `/gnu/store/4q9aprxi2rr1i6yjk1y7d76nbavwp4fy-guix-package- >>> > cache.drv' >>> > failed to produce output path >>> > `/gnu/store/xgjiqmh9qlvnq1701zb5dsbbwnjx76qq-guix-package-cache' >>> > build of >>> > /gnu/store/4q9aprxi2rr1i6yjk1y7d76nbavwp4fy-guix-package-cache.drv >>> > failed >>> > Could not find build log for >>> > '/gnu/store/4q9aprxi2rr1i6yjk1y7d76nbavwp4fy-guix-package- >>> > cache.drv'. >>> >>> Could you find the log of this derivation?  :-) >>> >>> It’ll tell us what’s wrong. >>> >> >> I'm confused.. The message says "Could not find build log for ...". Is >> there any other place I can look? > > “Could not find build log” typically happens if you’re talking to a > remote daemon, via GUIX_DAEMON_SOCKET. In that case, the build log is > in /var/log/guix/drvs (or similar) on the machine where the daemon is > running. I just started getting hit by what appears to be the same issue on a Debian system running guix whenever i guix pull... originally stared for me with guix successfully pulled to bb2701b9111a3d82a82ceaaf2b22b51ecd8ac21f, and then trying to guix pull to anything newer would trigger the issue... I managed to workaround it by using an older guix pull at commit e61660c78f1190c578dd6f202bc5529cbdcff84e, and then guix pull to 8663be6da7f13a8eeea71dc1f493f7adc5b7672a was successful ... but now with 8663be6da7f13a8eeea71dc1f493f7adc5b7672a it appears to be happening again. Wow, that's confusing... builder for `/gnu/store/r3y5jir2dv5inrfkqhjgzkvdh7lmqh5m-guix-package-cache.drv' failed to produce output path `/gnu/store/p8926hbpnrrdb9d3awzrnp75i4x9y7v1-guix-package-cache' build of /gnu/store/r3y5jir2dv5inrfkqhjgzkvdh7lmqh5m-guix-package-cache.drv failed View build log at '/var/log/guix/drvs/r3/y5jir2dv5inrfkqhjgzkvdh7lmqh5m-guix-package-cache.drv.bz2'. cannot build derivation `/gnu/store/z2859cbabpsdz7wcy7iq5fmgkwjphhqk-profile.drv': 1 dependencies couldn't be built guix pull: error: build of `/gnu/store/z2859cbabpsdz7wcy7iq5fmgkwjphhqk-profile.drv' failed /var/log/guix/drvs/r3/y5jir2dv5inrfkqhjgzkvdh7lmqh5m-guix-package-cache.drv.bz2 says: (repl-version 0 1 1) Generating package cache for '/gnu/store/fwjz2hfj9kizx1xpimq1a13p2rinfzvh-profile'... Backtrace: In guix/repl.scm: 141:4 19 (machine-repl _ _) 126:7 18 (_) In ice-9/boot-9.scm: 1747:15 17 (with-exception-handler # ?) 1752:10 16 (with-exception-handler _ _ #:unwind? _ # _) In guix/repl.scm: 99:21 15 (_) In unknown file: 14 (_ # ?) 13 (primitive-load "/gnu/store/ia3qygs61fk0zg18x4il6lb28vx?") In ice-9/boot-9.scm: 1752:10 12 (with-exception-handler _ _ #:unwind? _ # _) In gnu/packages.scm: 438:11 11 (generate-package-cache _) In srfi/srfi-1.scm: 460:18 10 (fold # _ _) In guix/packages.scm: 570:21 9 (expand-cache . _) 1317:17 8 (supported-package? # ?) In guix/memoization.scm: 101:0 7 (_ # # ?) In guix/packages.scm: 1295:37 6 (_) 1555:16 5 (package->bag _ _ _ #:graft? _) 1656:48 4 (thunk) In gnu/packages/wicd.scm: 59:32 3 (inputs #) In ice-9/boot-9.scm: 1685:16 2 (raise-exception _ #:continuable? _) 1780:13 1 (_ #<&compound-exception components: (#<&undefined-vari?>) In unknown file: 0 (backtrace #) (exception unbound-variable (value #f) (value "Unbound variable: ~S") (value (python2-pygtk)) (value #f)) If it helps, /gnu/store/r3y5jir2dv5inrfkqhjgzkvdh7lmqh5m-guix-package-cache.drv contains: Derive([("out","/gnu/store/p8926hbpnrrdb9d3awzrnp75i4x9y7v1-guix-package-cache","","")],[("/gnu/store/1s1izmdn2xnznrj5mrfil6ibmcb7ishh-guile-3.0.7.drv",["out"]),("/gnu/store/nc5yrjbj78f490mjc8s622g2v0v516gb-inferior-script.scm.drv",["out"]),("/gnu/store/zjnd5hvfr2b4q299if7g508r1ilnwyp5-profile.drv",["out"])],["/gnu/store/ck9dnn4n5ljhbswydf23aaymanm8xsa2-guix-package-cache-builder"],"x86_64-linux","/gnu/store/1kws5vkl0glvpxg7arabsv6q9vazp0hx-guile-3.0.7/bin/guile",["--no-auto-compile","/gnu/store/ck9dnn4n5ljhbswydf23aaymanm8xsa2-guix-package-cache-builder"],[("guix properties","((type . profile-hook) (hook . package-cache))"),("out","/gnu/store/p8926hbpnrrdb9d3awzrnp75i4x9y7v1-guix-package-cache"),("preferLocalBuild","1")]) live well, vagrant