Here's what's happening in a guix repl: ``` (guix-user)> ,use (guix scripts build) (guix-user)> ,trace (guix-build "hello") ; doesn't output any trace for some reason ``` And here'the same for a guile repl: ``` (guile-user)> ,use (guix scripts build) (guile-user)> ,trace (guix-build "hello") ; however it does work trace: | (guix-build "hello") trace: | | (_ (guix scripts) #:ensure #f) trace: | | (_ #) trace: | | | (lock-mutex #) ... ``` This was observed during a working group on profiling during the Guix Days. -- Adriel