unofficial mirror of bug-guile@gnu.org 
 help / color / mirror / Atom feed
* bug#32279: activate-readline interaction with git
@ 2018-07-26 12:34 Jelle Licht
  2018-08-02 17:38 ` Mark H Weaver
  0 siblings, 1 reply; 3+ messages in thread
From: Jelle Licht @ 2018-07-26 12:34 UTC (permalink / raw)
  To: 32279

[-- Attachment #1: Type: text/plain, Size: 1287 bytes --]

Loading the (git) module after a call to (activate-readline) from
(ice-9 readline) stalls my repl, in most (9 out of 10) cases.

Observe:

--8<---------------cut here---------------start------------->8---
$ guile -q
GNU Guile 2.2.4
Copyright (C) 1995-2017 Free Software Foundation, Inc.

Guile comes with ABSOLUTELY NO WARRANTY; for details type `,show w'.
This program is free software, and you are welcome to redistribute it
under certain conditions; type `,show c' for details.

Enter `,help' for help.
scheme@(guile-user)> (use-modules (ice-9 readline))
scheme@(guile-user)> (activate-readline)
scheme@(guile-user)> (use-modules (git)) (display "This still shows up?")
This still shows up?
;; <- It is stuck here, not even a SIGINT works
[1]+  Stopped                 guile -q
--8<---------------cut here---------------end--------------->8---

I have verified that using guile without any repl does not exhibit this
behaviour. I have attached the `strace -f guile' where I
pipe the offending code into stdin, and then the problem does not seem
to present itself. See "working.log".

I have also attached the strace of the repl when it exhibits the issue;
see "broken.log".

I think this might be related to
http://lists.gnu.org/archive/html/bug-guix/2018-07/msg00170.html as well.



[-- Attachment #2: working.log --]
[-- Type: text/plain, Size: 354598 bytes --]

1909  execve("/home/jelle/.guix-profile/bin/guile", ["guile"], 0x7fff92929048 /* 58 vars */) = 0
1909  brk(NULL)                         = 0x18a2000
1909  mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f013d4fa000
1909  access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or directory)
1909  openat(AT_FDCWD, "/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/tls/x86_64/x86_64/libguile-2.2.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/tls/x86_64/x86_64", 0x7ffd2c401f30) = -1 ENOENT (No such file or directory)
1909  openat(AT_FDCWD, "/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/tls/x86_64/libguile-2.2.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/tls/x86_64", 0x7ffd2c401f30) = -1 ENOENT (No such file or directory)
1909  openat(AT_FDCWD, "/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/tls/x86_64/libguile-2.2.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/tls/x86_64", 0x7ffd2c401f30) = -1 ENOENT (No such file or directory)
1909  openat(AT_FDCWD, "/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/tls/libguile-2.2.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/tls", 0x7ffd2c401f30) = -1 ENOENT (No such file or directory)
1909  openat(AT_FDCWD, "/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/x86_64/x86_64/libguile-2.2.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/x86_64/x86_64", 0x7ffd2c401f30) = -1 ENOENT (No such file or directory)
1909  openat(AT_FDCWD, "/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/x86_64/libguile-2.2.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/x86_64", 0x7ffd2c401f30) = -1 ENOENT (No such file or directory)
1909  openat(AT_FDCWD, "/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/x86_64/libguile-2.2.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/x86_64", 0x7ffd2c401f30) = -1 ENOENT (No such file or directory)
1909  openat(AT_FDCWD, "/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/libguile-2.2.so.1", O_RDONLY|O_CLOEXEC) = 3
1909  read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0000\207\3\0\0\0\0\0"..., 832) = 832
1909  fstat(3, {st_mode=S_IFREG|0555, st_size=1434288, ...}) = 0
1909  mmap(NULL, 3330024, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f013cfab000
1909  mprotect(0x7f013d0be000, 2093056, PROT_NONE) = 0
1909  mmap(0x7f013d2bd000, 73728, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x112000) = 0x7f013d2bd000
1909  mmap(0x7f013d2cf000, 36840, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f013d2cf000
1909  close(3)                          = 0
1909  openat(AT_FDCWD, "/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/libgc.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1909  openat(AT_FDCWD, "/gnu/store/kxga4lq2qfn0rn8yyjz86dk40bxzjhlq-libgc-7.6.4/lib/tls/x86_64/x86_64/libgc.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/kxga4lq2qfn0rn8yyjz86dk40bxzjhlq-libgc-7.6.4/lib/tls/x86_64/x86_64", 0x7ffd2c401f00) = -1 ENOENT (No such file or directory)
1909  openat(AT_FDCWD, "/gnu/store/kxga4lq2qfn0rn8yyjz86dk40bxzjhlq-libgc-7.6.4/lib/tls/x86_64/libgc.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/kxga4lq2qfn0rn8yyjz86dk40bxzjhlq-libgc-7.6.4/lib/tls/x86_64", 0x7ffd2c401f00) = -1 ENOENT (No such file or directory)
1909  openat(AT_FDCWD, "/gnu/store/kxga4lq2qfn0rn8yyjz86dk40bxzjhlq-libgc-7.6.4/lib/tls/x86_64/libgc.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/kxga4lq2qfn0rn8yyjz86dk40bxzjhlq-libgc-7.6.4/lib/tls/x86_64", 0x7ffd2c401f00) = -1 ENOENT (No such file or directory)
1909  openat(AT_FDCWD, "/gnu/store/kxga4lq2qfn0rn8yyjz86dk40bxzjhlq-libgc-7.6.4/lib/tls/libgc.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/kxga4lq2qfn0rn8yyjz86dk40bxzjhlq-libgc-7.6.4/lib/tls", 0x7ffd2c401f00) = -1 ENOENT (No such file or directory)
1909  openat(AT_FDCWD, "/gnu/store/kxga4lq2qfn0rn8yyjz86dk40bxzjhlq-libgc-7.6.4/lib/x86_64/x86_64/libgc.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/kxga4lq2qfn0rn8yyjz86dk40bxzjhlq-libgc-7.6.4/lib/x86_64/x86_64", 0x7ffd2c401f00) = -1 ENOENT (No such file or directory)
1909  openat(AT_FDCWD, "/gnu/store/kxga4lq2qfn0rn8yyjz86dk40bxzjhlq-libgc-7.6.4/lib/x86_64/libgc.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/kxga4lq2qfn0rn8yyjz86dk40bxzjhlq-libgc-7.6.4/lib/x86_64", 0x7ffd2c401f00) = -1 ENOENT (No such file or directory)
1909  openat(AT_FDCWD, "/gnu/store/kxga4lq2qfn0rn8yyjz86dk40bxzjhlq-libgc-7.6.4/lib/x86_64/libgc.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/kxga4lq2qfn0rn8yyjz86dk40bxzjhlq-libgc-7.6.4/lib/x86_64", 0x7ffd2c401f00) = -1 ENOENT (No such file or directory)
1909  openat(AT_FDCWD, "/gnu/store/kxga4lq2qfn0rn8yyjz86dk40bxzjhlq-libgc-7.6.4/lib/libgc.so.1", O_RDONLY|O_CLOEXEC) = 3
1909  read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\340\374\0\0\0\0\0\0"..., 832) = 832
1909  fstat(3, {st_mode=S_IFREG|0555, st_size=240216, ...}) = 0
1909  mmap(NULL, 2568992, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f013cd37000
1909  mprotect(0x7f013cd67000, 2093056, PROT_NONE) = 0
1909  mmap(0x7f013cf66000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2f000) = 0x7f013cf66000
1909  mmap(0x7f013cf68000, 271136, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f013cf68000
1909  close(3)                          = 0
1909  openat(AT_FDCWD, "/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1909  openat(AT_FDCWD, "/gnu/store/kxga4lq2qfn0rn8yyjz86dk40bxzjhlq-libgc-7.6.4/lib/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1909  openat(AT_FDCWD, "/gnu/store/ppsylkcpw2fk2lkzhwjd60xyr9gjl70v-libffi-3.2.1/lib/tls/x86_64/x86_64/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/ppsylkcpw2fk2lkzhwjd60xyr9gjl70v-libffi-3.2.1/lib/tls/x86_64/x86_64", 0x7ffd2c401ed0) = -1 ENOENT (No such file or directory)
1909  openat(AT_FDCWD, "/gnu/store/ppsylkcpw2fk2lkzhwjd60xyr9gjl70v-libffi-3.2.1/lib/tls/x86_64/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/ppsylkcpw2fk2lkzhwjd60xyr9gjl70v-libffi-3.2.1/lib/tls/x86_64", 0x7ffd2c401ed0) = -1 ENOENT (No such file or directory)
1909  openat(AT_FDCWD, "/gnu/store/ppsylkcpw2fk2lkzhwjd60xyr9gjl70v-libffi-3.2.1/lib/tls/x86_64/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/ppsylkcpw2fk2lkzhwjd60xyr9gjl70v-libffi-3.2.1/lib/tls/x86_64", 0x7ffd2c401ed0) = -1 ENOENT (No such file or directory)
1909  openat(AT_FDCWD, "/gnu/store/ppsylkcpw2fk2lkzhwjd60xyr9gjl70v-libffi-3.2.1/lib/tls/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/ppsylkcpw2fk2lkzhwjd60xyr9gjl70v-libffi-3.2.1/lib/tls", 0x7ffd2c401ed0) = -1 ENOENT (No such file or directory)
1909  openat(AT_FDCWD, "/gnu/store/ppsylkcpw2fk2lkzhwjd60xyr9gjl70v-libffi-3.2.1/lib/x86_64/x86_64/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/ppsylkcpw2fk2lkzhwjd60xyr9gjl70v-libffi-3.2.1/lib/x86_64/x86_64", 0x7ffd2c401ed0) = -1 ENOENT (No such file or directory)
1909  openat(AT_FDCWD, "/gnu/store/ppsylkcpw2fk2lkzhwjd60xyr9gjl70v-libffi-3.2.1/lib/x86_64/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/ppsylkcpw2fk2lkzhwjd60xyr9gjl70v-libffi-3.2.1/lib/x86_64", 0x7ffd2c401ed0) = -1 ENOENT (No such file or directory)
1909  openat(AT_FDCWD, "/gnu/store/ppsylkcpw2fk2lkzhwjd60xyr9gjl70v-libffi-3.2.1/lib/x86_64/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/ppsylkcpw2fk2lkzhwjd60xyr9gjl70v-libffi-3.2.1/lib/x86_64", 0x7ffd2c401ed0) = -1 ENOENT (No such file or directory)
1909  openat(AT_FDCWD, "/gnu/store/ppsylkcpw2fk2lkzhwjd60xyr9gjl70v-libffi-3.2.1/lib/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/ppsylkcpw2fk2lkzhwjd60xyr9gjl70v-libffi-3.2.1/lib", {st_mode=S_IFDIR|0555, st_size=4096, ...}) = 0
1909  openat(AT_FDCWD, "/gnu/store/rqr8v7q7fnhxziaq3s9qmsmkpr7yax24-libunistring-0.9.9/lib/tls/x86_64/x86_64/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/rqr8v7q7fnhxziaq3s9qmsmkpr7yax24-libunistring-0.9.9/lib/tls/x86_64/x86_64", 0x7ffd2c401ed0) = -1 ENOENT (No such file or directory)
1909  openat(AT_FDCWD, "/gnu/store/rqr8v7q7fnhxziaq3s9qmsmkpr7yax24-libunistring-0.9.9/lib/tls/x86_64/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/rqr8v7q7fnhxziaq3s9qmsmkpr7yax24-libunistring-0.9.9/lib/tls/x86_64", 0x7ffd2c401ed0) = -1 ENOENT (No such file or directory)
1909  openat(AT_FDCWD, "/gnu/store/rqr8v7q7fnhxziaq3s9qmsmkpr7yax24-libunistring-0.9.9/lib/tls/x86_64/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/rqr8v7q7fnhxziaq3s9qmsmkpr7yax24-libunistring-0.9.9/lib/tls/x86_64", 0x7ffd2c401ed0) = -1 ENOENT (No such file or directory)
1909  openat(AT_FDCWD, "/gnu/store/rqr8v7q7fnhxziaq3s9qmsmkpr7yax24-libunistring-0.9.9/lib/tls/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/rqr8v7q7fnhxziaq3s9qmsmkpr7yax24-libunistring-0.9.9/lib/tls", 0x7ffd2c401ed0) = -1 ENOENT (No such file or directory)
1909  openat(AT_FDCWD, "/gnu/store/rqr8v7q7fnhxziaq3s9qmsmkpr7yax24-libunistring-0.9.9/lib/x86_64/x86_64/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/rqr8v7q7fnhxziaq3s9qmsmkpr7yax24-libunistring-0.9.9/lib/x86_64/x86_64", 0x7ffd2c401ed0) = -1 ENOENT (No such file or directory)
1909  openat(AT_FDCWD, "/gnu/store/rqr8v7q7fnhxziaq3s9qmsmkpr7yax24-libunistring-0.9.9/lib/x86_64/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/rqr8v7q7fnhxziaq3s9qmsmkpr7yax24-libunistring-0.9.9/lib/x86_64", 0x7ffd2c401ed0) = -1 ENOENT (No such file or directory)
1909  openat(AT_FDCWD, "/gnu/store/rqr8v7q7fnhxziaq3s9qmsmkpr7yax24-libunistring-0.9.9/lib/x86_64/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/rqr8v7q7fnhxziaq3s9qmsmkpr7yax24-libunistring-0.9.9/lib/x86_64", 0x7ffd2c401ed0) = -1 ENOENT (No such file or directory)
1909  openat(AT_FDCWD, "/gnu/store/rqr8v7q7fnhxziaq3s9qmsmkpr7yax24-libunistring-0.9.9/lib/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/rqr8v7q7fnhxziaq3s9qmsmkpr7yax24-libunistring-0.9.9/lib", {st_mode=S_IFDIR|0555, st_size=4096, ...}) = 0
1909  openat(AT_FDCWD, "/gnu/store/sq5paxxwbhh8lr60gwkx2fvgijs9mcjj-gmp-6.1.2/lib/tls/x86_64/x86_64/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/sq5paxxwbhh8lr60gwkx2fvgijs9mcjj-gmp-6.1.2/lib/tls/x86_64/x86_64", 0x7ffd2c401ed0) = -1 ENOENT (No such file or directory)
1909  openat(AT_FDCWD, "/gnu/store/sq5paxxwbhh8lr60gwkx2fvgijs9mcjj-gmp-6.1.2/lib/tls/x86_64/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/sq5paxxwbhh8lr60gwkx2fvgijs9mcjj-gmp-6.1.2/lib/tls/x86_64", 0x7ffd2c401ed0) = -1 ENOENT (No such file or directory)
1909  openat(AT_FDCWD, "/gnu/store/sq5paxxwbhh8lr60gwkx2fvgijs9mcjj-gmp-6.1.2/lib/tls/x86_64/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/sq5paxxwbhh8lr60gwkx2fvgijs9mcjj-gmp-6.1.2/lib/tls/x86_64", 0x7ffd2c401ed0) = -1 ENOENT (No such file or directory)
1909  openat(AT_FDCWD, "/gnu/store/sq5paxxwbhh8lr60gwkx2fvgijs9mcjj-gmp-6.1.2/lib/tls/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/sq5paxxwbhh8lr60gwkx2fvgijs9mcjj-gmp-6.1.2/lib/tls", 0x7ffd2c401ed0) = -1 ENOENT (No such file or directory)
1909  openat(AT_FDCWD, "/gnu/store/sq5paxxwbhh8lr60gwkx2fvgijs9mcjj-gmp-6.1.2/lib/x86_64/x86_64/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/sq5paxxwbhh8lr60gwkx2fvgijs9mcjj-gmp-6.1.2/lib/x86_64/x86_64", 0x7ffd2c401ed0) = -1 ENOENT (No such file or directory)
1909  openat(AT_FDCWD, "/gnu/store/sq5paxxwbhh8lr60gwkx2fvgijs9mcjj-gmp-6.1.2/lib/x86_64/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/sq5paxxwbhh8lr60gwkx2fvgijs9mcjj-gmp-6.1.2/lib/x86_64", 0x7ffd2c401ed0) = -1 ENOENT (No such file or directory)
1909  openat(AT_FDCWD, "/gnu/store/sq5paxxwbhh8lr60gwkx2fvgijs9mcjj-gmp-6.1.2/lib/x86_64/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/sq5paxxwbhh8lr60gwkx2fvgijs9mcjj-gmp-6.1.2/lib/x86_64", 0x7ffd2c401ed0) = -1 ENOENT (No such file or directory)
1909  openat(AT_FDCWD, "/gnu/store/sq5paxxwbhh8lr60gwkx2fvgijs9mcjj-gmp-6.1.2/lib/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/sq5paxxwbhh8lr60gwkx2fvgijs9mcjj-gmp-6.1.2/lib", {st_mode=S_IFDIR|0555, st_size=4096, ...}) = 0
1909  openat(AT_FDCWD, "/gnu/store/3pb1y74ps774lb541q9300727dgnl2mp-libltdl-2.4.6/lib/tls/x86_64/x86_64/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/3pb1y74ps774lb541q9300727dgnl2mp-libltdl-2.4.6/lib/tls/x86_64/x86_64", 0x7ffd2c401ed0) = -1 ENOENT (No such file or directory)
1909  openat(AT_FDCWD, "/gnu/store/3pb1y74ps774lb541q9300727dgnl2mp-libltdl-2.4.6/lib/tls/x86_64/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/3pb1y74ps774lb541q9300727dgnl2mp-libltdl-2.4.6/lib/tls/x86_64", 0x7ffd2c401ed0) = -1 ENOENT (No such file or directory)
1909  openat(AT_FDCWD, "/gnu/store/3pb1y74ps774lb541q9300727dgnl2mp-libltdl-2.4.6/lib/tls/x86_64/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/3pb1y74ps774lb541q9300727dgnl2mp-libltdl-2.4.6/lib/tls/x86_64", 0x7ffd2c401ed0) = -1 ENOENT (No such file or directory)
1909  openat(AT_FDCWD, "/gnu/store/3pb1y74ps774lb541q9300727dgnl2mp-libltdl-2.4.6/lib/tls/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/3pb1y74ps774lb541q9300727dgnl2mp-libltdl-2.4.6/lib/tls", 0x7ffd2c401ed0) = -1 ENOENT (No such file or directory)
1909  openat(AT_FDCWD, "/gnu/store/3pb1y74ps774lb541q9300727dgnl2mp-libltdl-2.4.6/lib/x86_64/x86_64/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/3pb1y74ps774lb541q9300727dgnl2mp-libltdl-2.4.6/lib/x86_64/x86_64", 0x7ffd2c401ed0) = -1 ENOENT (No such file or directory)
1909  openat(AT_FDCWD, "/gnu/store/3pb1y74ps774lb541q9300727dgnl2mp-libltdl-2.4.6/lib/x86_64/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/3pb1y74ps774lb541q9300727dgnl2mp-libltdl-2.4.6/lib/x86_64", 0x7ffd2c401ed0) = -1 ENOENT (No such file or directory)
1909  openat(AT_FDCWD, "/gnu/store/3pb1y74ps774lb541q9300727dgnl2mp-libltdl-2.4.6/lib/x86_64/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/3pb1y74ps774lb541q9300727dgnl2mp-libltdl-2.4.6/lib/x86_64", 0x7ffd2c401ed0) = -1 ENOENT (No such file or directory)
1909  openat(AT_FDCWD, "/gnu/store/3pb1y74ps774lb541q9300727dgnl2mp-libltdl-2.4.6/lib/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/3pb1y74ps774lb541q9300727dgnl2mp-libltdl-2.4.6/lib", {st_mode=S_IFDIR|0555, st_size=4096, ...}) = 0
1909  openat(AT_FDCWD, "/gnu/store/l4lr0f5cjd0nbsaaf8b5dmcw1a1yypr3-glibc-2.27/lib/tls/x86_64/x86_64/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/l4lr0f5cjd0nbsaaf8b5dmcw1a1yypr3-glibc-2.27/lib/tls/x86_64/x86_64", 0x7ffd2c401ed0) = -1 ENOENT (No such file or directory)
1909  openat(AT_FDCWD, "/gnu/store/l4lr0f5cjd0nbsaaf8b5dmcw1a1yypr3-glibc-2.27/lib/tls/x86_64/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/l4lr0f5cjd0nbsaaf8b5dmcw1a1yypr3-glibc-2.27/lib/tls/x86_64", 0x7ffd2c401ed0) = -1 ENOENT (No such file or directory)
1909  openat(AT_FDCWD, "/gnu/store/l4lr0f5cjd0nbsaaf8b5dmcw1a1yypr3-glibc-2.27/lib/tls/x86_64/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/l4lr0f5cjd0nbsaaf8b5dmcw1a1yypr3-glibc-2.27/lib/tls/x86_64", 0x7ffd2c401ed0) = -1 ENOENT (No such file or directory)
1909  openat(AT_FDCWD, "/gnu/store/l4lr0f5cjd0nbsaaf8b5dmcw1a1yypr3-glibc-2.27/lib/tls/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/l4lr0f5cjd0nbsaaf8b5dmcw1a1yypr3-glibc-2.27/lib/tls", 0x7ffd2c401ed0) = -1 ENOENT (No such file or directory)
1909  openat(AT_FDCWD, "/gnu/store/l4lr0f5cjd0nbsaaf8b5dmcw1a1yypr3-glibc-2.27/lib/x86_64/x86_64/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/l4lr0f5cjd0nbsaaf8b5dmcw1a1yypr3-glibc-2.27/lib/x86_64/x86_64", 0x7ffd2c401ed0) = -1 ENOENT (No such file or directory)
1909  openat(AT_FDCWD, "/gnu/store/l4lr0f5cjd0nbsaaf8b5dmcw1a1yypr3-glibc-2.27/lib/x86_64/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/l4lr0f5cjd0nbsaaf8b5dmcw1a1yypr3-glibc-2.27/lib/x86_64", 0x7ffd2c401ed0) = -1 ENOENT (No such file or directory)
1909  openat(AT_FDCWD, "/gnu/store/l4lr0f5cjd0nbsaaf8b5dmcw1a1yypr3-glibc-2.27/lib/x86_64/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/l4lr0f5cjd0nbsaaf8b5dmcw1a1yypr3-glibc-2.27/lib/x86_64", 0x7ffd2c401ed0) = -1 ENOENT (No such file or directory)
1909  openat(AT_FDCWD, "/gnu/store/l4lr0f5cjd0nbsaaf8b5dmcw1a1yypr3-glibc-2.27/lib/libpthread.so.0", O_RDONLY|O_CLOEXEC) = 3
1909  read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0000b\0\0\0\0\0\0"..., 832) = 832
1909  fstat(3, {st_mode=S_IFREG|0555, st_size=138640, ...}) = 0
1909  mmap(NULL, 2217056, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f013cb19000
1909  mprotect(0x7f013cb32000, 2093056, PROT_NONE) = 0
1909  mmap(0x7f013cd31000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x18000) = 0x7f013cd31000
1909  mmap(0x7f013cd33000, 13408, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f013cd33000
1909  close(3)                          = 0
1909  openat(AT_FDCWD, "/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/libffi.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1909  openat(AT_FDCWD, "/gnu/store/kxga4lq2qfn0rn8yyjz86dk40bxzjhlq-libgc-7.6.4/lib/libffi.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1909  openat(AT_FDCWD, "/gnu/store/ppsylkcpw2fk2lkzhwjd60xyr9gjl70v-libffi-3.2.1/lib/libffi.so.6", O_RDONLY|O_CLOEXEC) = 3
1909  read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0 \34\0\0\0\0\0\0"..., 832) = 832
1909  fstat(3, {st_mode=S_IFREG|0555, st_size=49352, ...}) = 0
1909  mmap(NULL, 2139752, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f013c90e000
1909  mprotect(0x7f013c918000, 2093056, PROT_NONE) = 0
1909  mmap(0x7f013cb17000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x9000) = 0x7f013cb17000
1909  close(3)                          = 0
1909  openat(AT_FDCWD, "/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/libunistring.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1909  openat(AT_FDCWD, "/gnu/store/kxga4lq2qfn0rn8yyjz86dk40bxzjhlq-libgc-7.6.4/lib/libunistring.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1909  openat(AT_FDCWD, "/gnu/store/ppsylkcpw2fk2lkzhwjd60xyr9gjl70v-libffi-3.2.1/lib/libunistring.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1909  openat(AT_FDCWD, "/gnu/store/rqr8v7q7fnhxziaq3s9qmsmkpr7yax24-libunistring-0.9.9/lib/libunistring.so.2", O_RDONLY|O_CLOEXEC) = 3
1909  read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\260(\1\0\0\0\0\0"..., 832) = 832
1909  fstat(3, {st_mode=S_IFREG|0555, st_size=1619904, ...}) = 0
1909  mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f013d4f8000
1909  mmap(NULL, 3666184, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f013c58e000
1909  mprotect(0x7f013c709000, 2097152, PROT_NONE) = 0
1909  mmap(0x7f013c909000, 16384, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x17b000) = 0x7f013c909000
1909  mmap(0x7f013c90d000, 264, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f013c90d000
1909  close(3)                          = 0
1909  openat(AT_FDCWD, "/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/libgmp.so.10", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1909  openat(AT_FDCWD, "/gnu/store/kxga4lq2qfn0rn8yyjz86dk40bxzjhlq-libgc-7.6.4/lib/libgmp.so.10", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1909  openat(AT_FDCWD, "/gnu/store/ppsylkcpw2fk2lkzhwjd60xyr9gjl70v-libffi-3.2.1/lib/libgmp.so.10", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1909  openat(AT_FDCWD, "/gnu/store/rqr8v7q7fnhxziaq3s9qmsmkpr7yax24-libunistring-0.9.9/lib/libgmp.so.10", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1909  openat(AT_FDCWD, "/gnu/store/sq5paxxwbhh8lr60gwkx2fvgijs9mcjj-gmp-6.1.2/lib/libgmp.so.10", O_RDONLY|O_CLOEXEC) = 3
1909  read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\200\23\1\0\0\0\0\0"..., 832) = 832
1909  fstat(3, {st_mode=S_IFREG|0555, st_size=645640, ...}) = 0
1909  mmap(NULL, 2698208, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f013c2fb000
1909  mprotect(0x7f013c38c000, 2097152, PROT_NONE) = 0
1909  mmap(0x7f013c58c000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x91000) = 0x7f013c58c000
1909  close(3)                          = 0
1909  openat(AT_FDCWD, "/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/libltdl.so.7", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1909  openat(AT_FDCWD, "/gnu/store/kxga4lq2qfn0rn8yyjz86dk40bxzjhlq-libgc-7.6.4/lib/libltdl.so.7", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1909  openat(AT_FDCWD, "/gnu/store/ppsylkcpw2fk2lkzhwjd60xyr9gjl70v-libffi-3.2.1/lib/libltdl.so.7", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1909  openat(AT_FDCWD, "/gnu/store/rqr8v7q7fnhxziaq3s9qmsmkpr7yax24-libunistring-0.9.9/lib/libltdl.so.7", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1909  openat(AT_FDCWD, "/gnu/store/sq5paxxwbhh8lr60gwkx2fvgijs9mcjj-gmp-6.1.2/lib/libltdl.so.7", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1909  openat(AT_FDCWD, "/gnu/store/3pb1y74ps774lb541q9300727dgnl2mp-libltdl-2.4.6/lib/libltdl.so.7", O_RDONLY|O_CLOEXEC) = 3
1909  read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0@'\0\0\0\0\0\0"..., 832) = 832
1909  fstat(3, {st_mode=S_IFREG|0555, st_size=48704, ...}) = 0
1909  mmap(NULL, 2134704, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f013c0f1000
1909  mprotect(0x7f013c0fa000, 2093056, PROT_NONE) = 0
1909  mmap(0x7f013c2f9000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x8000) = 0x7f013c2f9000
1909  close(3)                          = 0
1909  openat(AT_FDCWD, "/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/libdl.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1909  openat(AT_FDCWD, "/gnu/store/kxga4lq2qfn0rn8yyjz86dk40bxzjhlq-libgc-7.6.4/lib/libdl.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1909  openat(AT_FDCWD, "/gnu/store/ppsylkcpw2fk2lkzhwjd60xyr9gjl70v-libffi-3.2.1/lib/libdl.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1909  openat(AT_FDCWD, "/gnu/store/rqr8v7q7fnhxziaq3s9qmsmkpr7yax24-libunistring-0.9.9/lib/libdl.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1909  openat(AT_FDCWD, "/gnu/store/sq5paxxwbhh8lr60gwkx2fvgijs9mcjj-gmp-6.1.2/lib/libdl.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1909  openat(AT_FDCWD, "/gnu/store/3pb1y74ps774lb541q9300727dgnl2mp-libltdl-2.4.6/lib/libdl.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1909  openat(AT_FDCWD, "/gnu/store/l4lr0f5cjd0nbsaaf8b5dmcw1a1yypr3-glibc-2.27/lib/libdl.so.2", O_RDONLY|O_CLOEXEC) = 3
1909  read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\340\r\0\0\0\0\0\0"..., 832) = 832
1909  fstat(3, {st_mode=S_IFREG|0555, st_size=19160, ...}) = 0
1909  mmap(NULL, 2109680, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f013beed000
1909  mprotect(0x7f013bef0000, 2093056, PROT_NONE) = 0
1909  mmap(0x7f013c0ef000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7f013c0ef000
1909  close(3)                          = 0
1909  openat(AT_FDCWD, "/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/libcrypt.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1909  openat(AT_FDCWD, "/gnu/store/kxga4lq2qfn0rn8yyjz86dk40bxzjhlq-libgc-7.6.4/lib/libcrypt.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1909  openat(AT_FDCWD, "/gnu/store/ppsylkcpw2fk2lkzhwjd60xyr9gjl70v-libffi-3.2.1/lib/libcrypt.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1909  openat(AT_FDCWD, "/gnu/store/rqr8v7q7fnhxziaq3s9qmsmkpr7yax24-libunistring-0.9.9/lib/libcrypt.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1909  openat(AT_FDCWD, "/gnu/store/sq5paxxwbhh8lr60gwkx2fvgijs9mcjj-gmp-6.1.2/lib/libcrypt.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1909  openat(AT_FDCWD, "/gnu/store/3pb1y74ps774lb541q9300727dgnl2mp-libltdl-2.4.6/lib/libcrypt.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1909  openat(AT_FDCWD, "/gnu/store/l4lr0f5cjd0nbsaaf8b5dmcw1a1yypr3-glibc-2.27/lib/libcrypt.so.1", O_RDONLY|O_CLOEXEC) = 3
1909  read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\220\f\0\0\0\0\0\0"..., 832) = 832
1909  fstat(3, {st_mode=S_IFREG|0555, st_size=45088, ...}) = 0
1909  mmap(NULL, 2322944, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f013bcb5000
1909  mprotect(0x7f013bcbd000, 2097152, PROT_NONE) = 0
1909  mmap(0x7f013bebd000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x8000) = 0x7f013bebd000
1909  mmap(0x7f013bebf000, 184832, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f013bebf000
1909  close(3)                          = 0
1909  openat(AT_FDCWD, "/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/libm.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1909  openat(AT_FDCWD, "/gnu/store/kxga4lq2qfn0rn8yyjz86dk40bxzjhlq-libgc-7.6.4/lib/libm.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1909  openat(AT_FDCWD, "/gnu/store/ppsylkcpw2fk2lkzhwjd60xyr9gjl70v-libffi-3.2.1/lib/libm.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1909  openat(AT_FDCWD, "/gnu/store/rqr8v7q7fnhxziaq3s9qmsmkpr7yax24-libunistring-0.9.9/lib/libm.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1909  openat(AT_FDCWD, "/gnu/store/sq5paxxwbhh8lr60gwkx2fvgijs9mcjj-gmp-6.1.2/lib/libm.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1909  openat(AT_FDCWD, "/gnu/store/3pb1y74ps774lb541q9300727dgnl2mp-libltdl-2.4.6/lib/libm.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1909  openat(AT_FDCWD, "/gnu/store/l4lr0f5cjd0nbsaaf8b5dmcw1a1yypr3-glibc-2.27/lib/libm.so.6", O_RDONLY|O_CLOEXEC) = 3
1909  read(3, "\177ELF\2\1\1\3\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\200\271\0\0\0\0\0\0"..., 832) = 832
1909  fstat(3, {st_mode=S_IFREG|0555, st_size=1763432, ...}) = 0
1909  mmap(NULL, 3748176, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f013b921000
1909  mprotect(0x7f013bab4000, 2093056, PROT_NONE) = 0
1909  mmap(0x7f013bcb3000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x192000) = 0x7f013bcb3000
1909  close(3)                          = 0
1909  openat(AT_FDCWD, "/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/libgcc_s.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1909  openat(AT_FDCWD, "/gnu/store/kxga4lq2qfn0rn8yyjz86dk40bxzjhlq-libgc-7.6.4/lib/libgcc_s.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1909  openat(AT_FDCWD, "/gnu/store/ppsylkcpw2fk2lkzhwjd60xyr9gjl70v-libffi-3.2.1/lib/libgcc_s.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1909  openat(AT_FDCWD, "/gnu/store/rqr8v7q7fnhxziaq3s9qmsmkpr7yax24-libunistring-0.9.9/lib/libgcc_s.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1909  openat(AT_FDCWD, "/gnu/store/sq5paxxwbhh8lr60gwkx2fvgijs9mcjj-gmp-6.1.2/lib/libgcc_s.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1909  openat(AT_FDCWD, "/gnu/store/3pb1y74ps774lb541q9300727dgnl2mp-libltdl-2.4.6/lib/libgcc_s.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1909  openat(AT_FDCWD, "/gnu/store/l4lr0f5cjd0nbsaaf8b5dmcw1a1yypr3-glibc-2.27/lib/libgcc_s.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1909  openat(AT_FDCWD, "/gnu/store/vla5j7pbkpcp39lsdfsmz7m9azn48lr4-gcc-5.5.0-lib/lib/tls/x86_64/x86_64/libgcc_s.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/vla5j7pbkpcp39lsdfsmz7m9azn48lr4-gcc-5.5.0-lib/lib/tls/x86_64/x86_64", 0x7ffd2c401d50) = -1 ENOENT (No such file or directory)
1909  openat(AT_FDCWD, "/gnu/store/vla5j7pbkpcp39lsdfsmz7m9azn48lr4-gcc-5.5.0-lib/lib/tls/x86_64/libgcc_s.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/vla5j7pbkpcp39lsdfsmz7m9azn48lr4-gcc-5.5.0-lib/lib/tls/x86_64", 0x7ffd2c401d50) = -1 ENOENT (No such file or directory)
1909  openat(AT_FDCWD, "/gnu/store/vla5j7pbkpcp39lsdfsmz7m9azn48lr4-gcc-5.5.0-lib/lib/tls/x86_64/libgcc_s.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/vla5j7pbkpcp39lsdfsmz7m9azn48lr4-gcc-5.5.0-lib/lib/tls/x86_64", 0x7ffd2c401d50) = -1 ENOENT (No such file or directory)
1909  openat(AT_FDCWD, "/gnu/store/vla5j7pbkpcp39lsdfsmz7m9azn48lr4-gcc-5.5.0-lib/lib/tls/libgcc_s.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/vla5j7pbkpcp39lsdfsmz7m9azn48lr4-gcc-5.5.0-lib/lib/tls", 0x7ffd2c401d50) = -1 ENOENT (No such file or directory)
1909  openat(AT_FDCWD, "/gnu/store/vla5j7pbkpcp39lsdfsmz7m9azn48lr4-gcc-5.5.0-lib/lib/x86_64/x86_64/libgcc_s.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/vla5j7pbkpcp39lsdfsmz7m9azn48lr4-gcc-5.5.0-lib/lib/x86_64/x86_64", 0x7ffd2c401d50) = -1 ENOENT (No such file or directory)
1909  openat(AT_FDCWD, "/gnu/store/vla5j7pbkpcp39lsdfsmz7m9azn48lr4-gcc-5.5.0-lib/lib/x86_64/libgcc_s.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/vla5j7pbkpcp39lsdfsmz7m9azn48lr4-gcc-5.5.0-lib/lib/x86_64", 0x7ffd2c401d50) = -1 ENOENT (No such file or directory)
1909  openat(AT_FDCWD, "/gnu/store/vla5j7pbkpcp39lsdfsmz7m9azn48lr4-gcc-5.5.0-lib/lib/x86_64/libgcc_s.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/vla5j7pbkpcp39lsdfsmz7m9azn48lr4-gcc-5.5.0-lib/lib/x86_64", 0x7ffd2c401d50) = -1 ENOENT (No such file or directory)
1909  openat(AT_FDCWD, "/gnu/store/vla5j7pbkpcp39lsdfsmz7m9azn48lr4-gcc-5.5.0-lib/lib/libgcc_s.so.1", O_RDONLY|O_CLOEXEC) = 3
1909  read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0 /\0\0\0\0\0\0"..., 832) = 832
1909  fstat(3, {st_mode=S_IFREG|0444, st_size=103408, ...}) = 0
1909  mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f013d4f6000
1909  mmap(NULL, 2188320, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f013b70a000
1909  mprotect(0x7f013b720000, 2093056, PROT_NONE) = 0
1909  mmap(0x7f013b91f000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x15000) = 0x7f013b91f000
1909  close(3)                          = 0
1909  openat(AT_FDCWD, "/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/libc.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1909  openat(AT_FDCWD, "/gnu/store/kxga4lq2qfn0rn8yyjz86dk40bxzjhlq-libgc-7.6.4/lib/libc.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1909  openat(AT_FDCWD, "/gnu/store/ppsylkcpw2fk2lkzhwjd60xyr9gjl70v-libffi-3.2.1/lib/libc.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1909  openat(AT_FDCWD, "/gnu/store/rqr8v7q7fnhxziaq3s9qmsmkpr7yax24-libunistring-0.9.9/lib/libc.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1909  openat(AT_FDCWD, "/gnu/store/sq5paxxwbhh8lr60gwkx2fvgijs9mcjj-gmp-6.1.2/lib/libc.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1909  openat(AT_FDCWD, "/gnu/store/3pb1y74ps774lb541q9300727dgnl2mp-libltdl-2.4.6/lib/libc.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1909  openat(AT_FDCWD, "/gnu/store/l4lr0f5cjd0nbsaaf8b5dmcw1a1yypr3-glibc-2.27/lib/libc.so.6", O_RDONLY|O_CLOEXEC) = 3
1909  read(3, "\177ELF\2\1\1\3\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0P\34\2\0\0\0\0\0"..., 832) = 832
1909  fstat(3, {st_mode=S_IFREG|0555, st_size=2005928, ...}) = 0
1909  mmap(NULL, 3877600, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f013b357000
1909  mprotect(0x7f013b501000, 2093056, PROT_NONE) = 0
1909  mmap(0x7f013b700000, 24576, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1a9000) = 0x7f013b700000
1909  mmap(0x7f013b706000, 15072, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f013b706000
1909  close(3)                          = 0
1909  mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f013d4f4000
1909  arch_prctl(ARCH_SET_FS, 0x7f013d4f4b80) = 0
1909  mprotect(0x7f013b700000, 16384, PROT_READ) = 0
1909  mprotect(0x7f013b91f000, 4096, PROT_READ) = 0
1909  mprotect(0x7f013bcb3000, 4096, PROT_READ) = 0
1909  mprotect(0x7f013bebd000, 4096, PROT_READ) = 0
1909  mprotect(0x7f013c0ef000, 4096, PROT_READ) = 0
1909  mprotect(0x7f013c2f9000, 4096, PROT_READ) = 0
1909  mprotect(0x7f013c58c000, 4096, PROT_READ) = 0
1909  mprotect(0x7f013c909000, 12288, PROT_READ) = 0
1909  mprotect(0x7f013cb17000, 4096, PROT_READ) = 0
1909  mprotect(0x7f013cd31000, 4096, PROT_READ) = 0
1909  mprotect(0x7f013cf66000, 4096, PROT_READ) = 0
1909  mprotect(0x7f013d2bd000, 20480, PROT_READ) = 0
1909  mprotect(0x601000, 4096, PROT_READ) = 0
1909  mprotect(0x7f013d4fc000, 4096, PROT_READ) = 0
1909  set_tid_address(0x7f013d4f4e50)   = 1909
1909  set_robust_list(0x7f013d4f4e60, 24) = 0
1909  rt_sigaction(SIGRTMIN, {sa_handler=0x7f013cb1ecb0, sa_mask=[], sa_flags=SA_RESTORER|SA_SIGINFO, sa_restorer=0x7f013cb2aed0}, NULL, 8) = 0
1909  rt_sigaction(SIGRT_1, {sa_handler=0x7f013cb1ed40, sa_mask=[], sa_flags=SA_RESTORER|SA_RESTART|SA_SIGINFO, sa_restorer=0x7f013cb2aed0}, NULL, 8) = 0
1909  rt_sigprocmask(SIG_UNBLOCK, [RTMIN RT_1], NULL, 8) = 0
1909  prlimit64(0, RLIMIT_STACK, NULL, {rlim_cur=8192*1024, rlim_max=RLIM64_INFINITY}) = 0
1909  brk(NULL)                         = 0x18a2000
1909  brk(0x18c3000)                    = 0x18c3000
1909  openat(AT_FDCWD, "/gnu/store/l4lr0f5cjd0nbsaaf8b5dmcw1a1yypr3-glibc-2.27/share/locale/locale.alias", O_RDONLY|O_CLOEXEC) = 3
1909  fstat(3, {st_mode=S_IFREG|0444, st_size=2997, ...}) = 0
1909  read(3, "# Locale name alias data base.\n#"..., 4096) = 2997
1909  read(3, "", 4096)                 = 0
1909  close(3)                          = 0
1909  openat(AT_FDCWD, "/home/jelle/.guix-profile/lib/locale/2.27/en_US.utf8/LC_IDENTIFICATION", O_RDONLY|O_CLOEXEC) = 3
1909  fstat(3, {st_mode=S_IFREG|0444, st_size=368, ...}) = 0
1909  mmap(NULL, 368, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f013d4f3000
1909  close(3)                          = 0
1909  openat(AT_FDCWD, "/gnu/store/l4lr0f5cjd0nbsaaf8b5dmcw1a1yypr3-glibc-2.27/lib/gconv/gconv-modules.cache", O_RDONLY) = -1 ENOENT (No such file or directory)
1909  openat(AT_FDCWD, "/gnu/store/l4lr0f5cjd0nbsaaf8b5dmcw1a1yypr3-glibc-2.27/lib/gconv/gconv-modules", O_RDONLY|O_CLOEXEC) = 3
1909  fstat(3, {st_mode=S_IFREG|0444, st_size=56282, ...}) = 0
1909  read(3, "# GNU libc iconv configuration.\n"..., 4096) = 4096
1909  read(3, "1002//\tJUS_I.B1.002//\nmodule\tJUS"..., 4096) = 4096
1909  read(3, "ISO-IR-110//\t\tISO-8859-4//\nalias"..., 4096) = 4096
1909  read(3, "\t\tISO-8859-14//\nalias\tISO_8859-1"..., 4096) = 4096
1909  read(3, "IC-ES//\nalias\tEBCDICES//\t\tEBCDIC"..., 4096) = 4096
1909  read(3, "DIC-CP-ES//\t\tIBM284//\nalias\tCSIB"..., 4096) = 4096
1909  read(3, "\tIBM863//\nalias\tOSF1002035F//\t\tI"..., 4096) = 4096
1909  read(3, "37//\t\tIBM937//\nmodule\tIBM937//\t\t"..., 4096) = 4096
1909  read(3, "JIS//\t\t\tEUC-JP//\nmodule\tEUC-JP//"..., 4096) = 4096
1909  read(3, "ias\tISO2022CN//\t\tISO-2022-CN//\nm"..., 4096) = 4096
1909  read(3, "_5427-EXT//\nalias\tISO_5427EXT//\t"..., 4096) = 4096
1909  brk(0x18e4000)                    = 0x18e4000
1909  read(3, "st\nmodule\tMAC-SAMI//\t\tINTERNAL\t\t"..., 4096) = 4096
1909  read(3, "rom\t\t\tto\t\t\tmodule\t\tcost\nalias\tIB"..., 4096) = 4096
1909  read(3, "TERNAL\t\tIBM9448\t\t1\nmodule\tINTERN"..., 4096) = 3034
1909  read(3, "", 4096)                 = 0
1909  close(3)                          = 0
1909  futex(0x7f013b705a08, FUTEX_WAKE_PRIVATE, 2147483647) = 0
1909  openat(AT_FDCWD, "/home/jelle/.guix-profile/lib/locale/2.27/en_US.utf8/LC_MEASUREMENT", O_RDONLY|O_CLOEXEC) = 3
1909  fstat(3, {st_mode=S_IFREG|0444, st_size=23, ...}) = 0
1909  mmap(NULL, 23, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f013d4f2000
1909  close(3)                          = 0
1909  openat(AT_FDCWD, "/home/jelle/.guix-profile/lib/locale/2.27/en_US.utf8/LC_TELEPHONE", O_RDONLY|O_CLOEXEC) = 3
1909  fstat(3, {st_mode=S_IFREG|0444, st_size=59, ...}) = 0
1909  mmap(NULL, 59, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f013d4f1000
1909  close(3)                          = 0
1909  openat(AT_FDCWD, "/home/jelle/.guix-profile/lib/locale/2.27/en_US.utf8/LC_ADDRESS", O_RDONLY|O_CLOEXEC) = 3
1909  fstat(3, {st_mode=S_IFREG|0444, st_size=167, ...}) = 0
1909  mmap(NULL, 167, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f013d4f0000
1909  close(3)                          = 0
1909  openat(AT_FDCWD, "/home/jelle/.guix-profile/lib/locale/2.27/en_US.utf8/LC_NAME", O_RDONLY|O_CLOEXEC) = 3
1909  fstat(3, {st_mode=S_IFREG|0444, st_size=77, ...}) = 0
1909  mmap(NULL, 77, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f013d4ef000
1909  close(3)                          = 0
1909  openat(AT_FDCWD, "/home/jelle/.guix-profile/lib/locale/2.27/en_US.utf8/LC_PAPER", O_RDONLY|O_CLOEXEC) = 3
1909  fstat(3, {st_mode=S_IFREG|0444, st_size=34, ...}) = 0
1909  mmap(NULL, 34, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f013d4ee000
1909  close(3)                          = 0
1909  openat(AT_FDCWD, "/home/jelle/.guix-profile/lib/locale/2.27/en_US.utf8/LC_MESSAGES", O_RDONLY|O_CLOEXEC) = 3
1909  fstat(3, {st_mode=S_IFDIR|0555, st_size=4096, ...}) = 0
1909  close(3)                          = 0
1909  openat(AT_FDCWD, "/home/jelle/.guix-profile/lib/locale/2.27/en_US.utf8/LC_MESSAGES/SYS_LC_MESSAGES", O_RDONLY|O_CLOEXEC) = 3
1909  fstat(3, {st_mode=S_IFREG|0444, st_size=57, ...}) = 0
1909  mmap(NULL, 57, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f013d4ed000
1909  close(3)                          = 0
1909  openat(AT_FDCWD, "/home/jelle/.guix-profile/lib/locale/2.27/en_US.utf8/LC_MONETARY", O_RDONLY|O_CLOEXEC) = 3
1909  fstat(3, {st_mode=S_IFREG|0444, st_size=286, ...}) = 0
1909  mmap(NULL, 286, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f013d4ec000
1909  close(3)                          = 0
1909  openat(AT_FDCWD, "/home/jelle/.guix-profile/lib/locale/2.27/en_US.utf8/LC_COLLATE", O_RDONLY|O_CLOEXEC) = 3
1909  fstat(3, {st_mode=S_IFREG|0444, st_size=1244054, ...}) = 0
1909  mmap(NULL, 1244054, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f013d3bc000
1909  close(3)                          = 0
1909  openat(AT_FDCWD, "/home/jelle/.guix-profile/lib/locale/2.27/en_US.utf8/LC_TIME", O_RDONLY|O_CLOEXEC) = 3
1909  fstat(3, {st_mode=S_IFREG|0444, st_size=3316, ...}) = 0
1909  mmap(NULL, 3316, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f013d3bb000
1909  close(3)                          = 0
1909  openat(AT_FDCWD, "/home/jelle/.guix-profile/lib/locale/2.27/en_US.utf8/LC_NUMERIC", O_RDONLY|O_CLOEXEC) = 3
1909  fstat(3, {st_mode=S_IFREG|0444, st_size=54, ...}) = 0
1909  mmap(NULL, 54, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f013d3ba000
1909  close(3)                          = 0
1909  openat(AT_FDCWD, "/home/jelle/.guix-profile/lib/locale/2.27/en_US.utf8/LC_CTYPE", O_RDONLY|O_CLOEXEC) = 3
1909  fstat(3, {st_mode=S_IFREG|0444, st_size=330604, ...}) = 0
1909  mmap(NULL, 330604, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f013d369000
1909  close(3)                          = 0
1909  futex(0x7f013d2d2498, FUTEX_WAKE_PRIVATE, 2147483647) = 0
1909  openat(AT_FDCWD, "/proc/self/maps", O_RDONLY|O_CLOEXEC) = 3
1909  prlimit64(0, RLIMIT_STACK, NULL, {rlim_cur=8192*1024, rlim_max=RLIM64_INFINITY}) = 0
1909  fstat(3, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0
1909  read(3, "00400000-00401000 r-xp 00000000 "..., 1024) = 1024
1909  read(3, "jd0nbsaaf8b5dmcw1a1yypr3-glibc-2"..., 1024) = 1024
1909  read(3, "000 08:01 15353069              "..., 1024) = 1024
1909  read(3, "27/lib/libdl-2.27.so\n7f013bef000"..., 1024) = 1024
1909  read(3, "dgnl2mp-libltdl-2.4.6/lib/libltd"..., 1024) = 1024
1909  read(3, "        /gnu/store/rqr8v7q7fnhxz"..., 1024) = 1024
1909  read(3, "-glibc-2.27/lib/libpthread-2.27."..., 1024) = 1024
1909  read(3, "01 13287844                   /g"..., 1024) = 1024
1909  read(3, "               /gnu/store/mbns81"..., 1024) = 1024
1909  read(3, "AGES\n7f013d4ee000-7f013d4ef000 r"..., 1024) = 1024
1909  read(3, "utf8-locales-2.27/lib/locale/2.2"..., 1024) = 772
1909  close(3)                          = 0
1909  sched_getaffinity(1909, 32, [0, 1]) = 32
1909  brk(0x18f4000)                    = 0x18f4000
1909  brk(0x1904000)                    = 0x1904000
1909  brk(0x1914000)                    = 0x1914000
1909  brk(0x1924000)                    = 0x1924000
1909  brk(0x1934000)                    = 0x1934000
1909  rt_sigaction(SIGPWR, {sa_handler=0x7f013cd5c0b0, sa_mask=~[INT QUIT ABRT BUS SEGV TERM RTMIN RT_1], sa_flags=SA_RESTORER|SA_RESTART|SA_SIGINFO, sa_restorer=0x7f013cb2aed0}, NULL, 8) = 0
1909  rt_sigaction(SIGXCPU, {sa_handler=0x7f013cd5be20, sa_mask=~[INT QUIT ABRT BUS SEGV TERM RTMIN RT_1], sa_flags=SA_RESTORER|SA_RESTART, sa_restorer=0x7f013cb2aed0}, NULL, 8) = 0
1909  openat(AT_FDCWD, "/proc/stat", O_RDONLY) = 3
1909  read(3, "cpu  96652 51 14542 756366 34346"..., 4096) = 1203
1909  close(3)                          = 0
1909  rt_sigprocmask(SIG_BLOCK, ~[XCPU PWR RTMIN RT_1], [], 8) = 0
1909  mmap(NULL, 8392704, PROT_NONE, MAP_PRIVATE|MAP_ANONYMOUS|MAP_STACK, -1, 0) = 0x7f013ab56000
1909  mprotect(0x7f013ab57000, 8388608, PROT_READ|PROT_WRITE) = 0
1909  clone(child_stack=0x7f013b355fb0, flags=CLONE_VM|CLONE_FS|CLONE_FILES|CLONE_SIGHAND|CLONE_THREAD|CLONE_SYSVSEM|CLONE_SETTLS|CLONE_PARENT_SETTID|CLONE_CHILD_CLEARTID, parent_tidptr=0x7f013b3569d0, tls=0x7f013b356700, child_tidptr=0x7f013b3569d0) = 1910
1910  set_robust_list(0x7f013b3569e0, 24) = 0
1909  rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
1910  futex(0x7f013cf796e8, FUTEX_WAIT_PRIVATE, 0, NULL <unfinished ...>
1909  rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0
1909  futex(0x7f013cf796e8, FUTEX_WAKE_PRIVATE, 2147483647) = 1
1910  <... futex resumed> )             = 0
1909  futex(0x7f013cf792c0, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
1910  futex(0x7f013cf792c0, FUTEX_WAIT_PRIVATE, 2, NULL) = -1 EAGAIN (Resource temporarily unavailable)
1909  <... futex resumed> )             = 0
1910  futex(0x7f013cf792c0, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
1909  futex(0x7f013cf796ec, FUTEX_WAIT_PRIVATE, 0, NULL <unfinished ...>
1910  <... futex resumed> )             = 0
1909  <... futex resumed> )             = -1 EAGAIN (Resource temporarily unavailable)
1910  futex(0x7f013cf796ec, FUTEX_WAKE_PRIVATE, 2147483647 <unfinished ...>
1909  futex(0x7f013cf792c0, FUTEX_WAIT_PRIVATE, 2, NULL <unfinished ...>
1910  <... futex resumed> )             = 0
1909  <... futex resumed> )             = -1 EAGAIN (Resource temporarily unavailable)
1910  futex(0x7f013cf792c0, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
1909  futex(0x7f013cf796e8, FUTEX_WAKE_PRIVATE, 2147483647 <unfinished ...>
1910  <... futex resumed> )             = 0
1909  <... futex resumed> )             = 0
1910  futex(0x7f013cf792c0, FUTEX_WAIT_PRIVATE, 2, NULL <unfinished ...>
1909  futex(0x7f013cf792c0, FUTEX_WAKE_PRIVATE, 1) = 1
1910  <... futex resumed> )             = 0
1909  futex(0x7f013cf796ec, FUTEX_WAKE_PRIVATE, 2147483647 <unfinished ...>
1910  futex(0x7f013cf792c0, FUTEX_WAKE_PRIVATE, 1) = 0
1909  <... futex resumed> )             = 0
1910  futex(0x7f013cf792c0, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
1909  brk(0x1a34000 <unfinished ...>
1910  <... futex resumed> )             = 0
1909  <... brk resumed> )               = 0x1a34000
1910  futex(0x7f013cf796e8, FUTEX_WAIT_PRIVATE, 0, NULL <unfinished ...>
1909  pipe2([3, 4], O_CLOEXEC)          = 0
1909  futex(0x7f013d2d2368, FUTEX_WAKE_PRIVATE, 2147483647) = 0
1909  brk(0x1a44000)                    = 0x1a44000
1909  openat(AT_FDCWD, "/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/charset.alias", O_RDONLY|O_NOFOLLOW) = -1 ENOENT (No such file or directory)
1909  clock_gettime(CLOCK_REALTIME, {tv_sec=1532608129, tv_nsec=20338018}) = 0
1909  clock_gettime(CLOCK_PROCESS_CPUTIME_ID, {tv_sec=0, tv_nsec=23509835}) = 0
1909  openat(AT_FDCWD, "/dev/urandom", O_RDONLY) = 5
1909  fstat(5, {st_mode=S_IFCHR|0666, st_rdev=makedev(1, 9), ...}) = 0
1909  ioctl(5, TCGETS, 0x7ffd2c4024f0)  = -1 EINVAL (Invalid argument)
1909  read(5, "\370\351}\335\361\325\300\210\30\r\370\226\2466>H\344J\250\33uo\203\2571om[\0215\336u"..., 4096) = 4096
1909  close(5)                          = 0
1909  ioctl(0, TCGETS, 0x7ffd2c4026f0)  = -1 ENOTTY (Inappropriate ioctl for device)
1909  mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f013d368000
1909  fcntl(0, F_GETFL)                 = 0 (flags O_RDONLY)
1909  fstat(0, {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0
1909  lseek(0, 0, SEEK_CUR)             = -1 ESPIPE (Illegal seek)
1909  ioctl(1, TCGETS, {B38400 opost isig icanon echo ...}) = 0
1909  fcntl(1, F_GETFL)                 = 0x8002 (flags O_RDWR|O_LARGEFILE)
1909  lseek(1, 0, SEEK_CUR)             = -1 ESPIPE (Illegal seek)
1909  ioctl(2, TCGETS, {B38400 opost isig icanon echo ...}) = 0
1909  fcntl(2, F_GETFL)                 = 0x8002 (flags O_RDWR|O_LARGEFILE)
1909  lseek(2, 0, SEEK_CUR)             = -1 ESPIPE (Illegal seek)
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/ice-9/eval.scm", 0x7ffd2c4026d0) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/ice-9/eval.scm", 0x7ffd2c4026d0) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/share/guile/2.2/ice-9/eval.scm", {st_mode=S_IFREG|0444, st_size=25718, ...}) = 0
1909  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/ice-9/eval.go", 0x7ffd2c4024f0) = -1 ENOENT (No such file or directory)
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/ice-9/eval.go", 0x7ffd2c4024f0) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/lib/guile/2.2/site-ccache/ice-9/eval.go", 0x7ffd2c4024f0) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/ice-9/eval.go", 0x7ffd2c4024f0) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/ice-9/eval.go", {st_mode=S_IFREG|0444, st_size=90757, ...}) = 0
1909  openat(AT_FDCWD, "/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/ice-9/eval.go", O_RDONLY|O_CLOEXEC) = 5
1909  lseek(5, 0, SEEK_END)             = 90757
1909  mmap(NULL, 90757, PROT_READ, MAP_PRIVATE, 5, 0) = 0x7f013d351000
1909  close(5)                          = 0
1909  mprotect(0x7f013d361000, 3120, PROT_READ|PROT_WRITE) = 0
1909  prlimit64(0, RLIMIT_STACK, NULL, {rlim_cur=8192*1024, rlim_max=RLIM64_INFINITY}) = 0
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/init.scm", 0x7ffd2c4026d0) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/init.scm", 0x7ffd2c4026d0) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/share/guile/2.2/init.scm", 0x7ffd2c4026d0) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/share/guile/site/2.2/init.scm", 0x7ffd2c4026d0) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/share/guile/site/init.scm", 0x7ffd2c4026d0) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/share/guile/init.scm", 0x7ffd2c4026d0) = -1 ENOENT (No such file or directory)
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/ice-9/boot-9.scm", 0x7ffd2c402610) = -1 ENOENT (No such file or directory)
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/ice-9/boot-9", 0x7ffd2c402610) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/ice-9/boot-9.scm", 0x7ffd2c402610) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/ice-9/boot-9", 0x7ffd2c402610) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/share/guile/2.2/ice-9/boot-9.scm", {st_mode=S_IFREG|0444, st_size=147360, ...}) = 0
1909  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/ice-9/boot-9.go", 0x7ffd2c402420) = -1 ENOENT (No such file or directory)
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/ice-9/boot-9.go", 0x7ffd2c402420) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/lib/guile/2.2/site-ccache/ice-9/boot-9.go", 0x7ffd2c402420) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/ice-9/boot-9.go", 0x7ffd2c402420) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/ice-9/boot-9.go", {st_mode=S_IFREG|0444, st_size=580061, ...}) = 0
1909  openat(AT_FDCWD, "/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/ice-9/boot-9.go", O_RDONLY|O_CLOEXEC) = 5
1909  lseek(5, 0, SEEK_END)             = 580061
1909  mmap(NULL, 580061, PROT_READ, MAP_PRIVATE, 5, 0) = 0x7f013aac8000
1909  close(5)                          = 0
1909  mprotect(0x7f013ab18000, 127872, PROT_READ|PROT_WRITE) = 0
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/ice-9/psyntax-pp.scm", 0x7ffd2c402270) = -1 ENOENT (No such file or directory)
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/ice-9/psyntax-pp", 0x7ffd2c402270) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/ice-9/psyntax-pp.scm", 0x7ffd2c402270) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/ice-9/psyntax-pp", 0x7ffd2c402270) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/share/guile/2.2/ice-9/psyntax-pp.scm", {st_mode=S_IFREG|0444, st_size=185011, ...}) = 0
1909  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/ice-9/psyntax-pp.go", 0x7ffd2c402080) = -1 ENOENT (No such file or directory)
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/ice-9/psyntax-pp.go", 0x7ffd2c402080) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/lib/guile/2.2/site-ccache/ice-9/psyntax-pp.go", 0x7ffd2c402080) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/ice-9/psyntax-pp.go", 0x7ffd2c402080) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/ice-9/psyntax-pp.go", {st_mode=S_IFREG|0444, st_size=505893, ...}) = 0
1909  openat(AT_FDCWD, "/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/ice-9/psyntax-pp.go", O_RDONLY|O_CLOEXEC) = 5
1909  lseek(5, 0, SEEK_END)             = 505893
1909  mmap(NULL, 505893, PROT_READ, MAP_PRIVATE, 5, 0) = 0x7f013aa4c000
1909  close(5)                          = 0
1909  mprotect(0x7f013aa9c000, 62776, PROT_READ|PROT_WRITE) = 0
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/ice-9/posix.scm", 0x7ffd2c402270) = -1 ENOENT (No such file or directory)
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/ice-9/posix", 0x7ffd2c402270) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/ice-9/posix.scm", 0x7ffd2c402270) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/ice-9/posix", 0x7ffd2c402270) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/share/guile/2.2/ice-9/posix.scm", {st_mode=S_IFREG|0444, st_size=2793, ...}) = 0
1909  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/ice-9/posix.go", 0x7ffd2c402080) = -1 ENOENT (No such file or directory)
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/ice-9/posix.go", 0x7ffd2c402080) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/lib/guile/2.2/site-ccache/ice-9/posix.go", 0x7ffd2c402080) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/ice-9/posix.go", 0x7ffd2c402080) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/ice-9/posix.go", {st_mode=S_IFREG|0444, st_size=75315, ...}) = 0
1909  openat(AT_FDCWD, "/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/ice-9/posix.go", O_RDONLY|O_CLOEXEC) = 5
1909  lseek(5, 0, SEEK_END)             = 75315
1909  mmap(NULL, 75315, PROT_READ, MAP_PRIVATE, 5, 0) = 0x7f013d33e000
1909  close(5)                          = 0
1909  mprotect(0x7f013d34e000, 2784, PROT_READ|PROT_WRITE) = 0
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/ice-9/networking.scm", 0x7ffd2c402270) = -1 ENOENT (No such file or directory)
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/ice-9/networking", 0x7ffd2c402270) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/ice-9/networking.scm", 0x7ffd2c402270) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/ice-9/networking", 0x7ffd2c402270) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/share/guile/2.2/ice-9/networking.scm", {st_mode=S_IFREG|0444, st_size=3407, ...}) = 0
1909  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/ice-9/networking.go", 0x7ffd2c402080) = -1 ENOENT (No such file or directory)
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/ice-9/networking.go", 0x7ffd2c402080) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/lib/guile/2.2/site-ccache/ice-9/networking.go", 0x7ffd2c402080) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/ice-9/networking.go", 0x7ffd2c402080) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/ice-9/networking.go", {st_mode=S_IFREG|0444, st_size=76691, ...}) = 0
1909  openat(AT_FDCWD, "/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/ice-9/networking.go", O_RDONLY|O_CLOEXEC) = 5
1909  lseek(5, 0, SEEK_END)             = 76691
1909  mmap(NULL, 76691, PROT_READ, MAP_PRIVATE, 5, 0) = 0x7f013d32b000
1909  close(5)                          = 0
1909  mprotect(0x7f013d33b000, 3328, PROT_READ|PROT_WRITE) = 0
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/ice-9/deprecated.scm", 0x7ffd2c402270) = -1 ENOENT (No such file or directory)
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/ice-9/deprecated", 0x7ffd2c402270) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/ice-9/deprecated.scm", 0x7ffd2c402270) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/ice-9/deprecated", 0x7ffd2c402270) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/share/guile/2.2/ice-9/deprecated.scm", {st_mode=S_IFREG|0444, st_size=3023, ...}) = 0
1909  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/ice-9/deprecated.go", 0x7ffd2c402080) = -1 ENOENT (No such file or directory)
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/ice-9/deprecated.go", 0x7ffd2c402080) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/lib/guile/2.2/site-ccache/ice-9/deprecated.go", 0x7ffd2c402080) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/ice-9/deprecated.go", 0x7ffd2c402080) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/ice-9/deprecated.go", {st_mode=S_IFREG|0444, st_size=114997, ...}) = 0
1909  openat(AT_FDCWD, "/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/ice-9/deprecated.go", O_RDONLY|O_CLOEXEC) = 5
1909  lseek(5, 0, SEEK_END)             = 114997
1909  mmap(NULL, 114997, PROT_READ, MAP_PRIVATE, 5, 0) = 0x7f013d30e000
1909  close(5)                          = 0
1909  mprotect(0x7f013d31e000, 32456, PROT_READ|PROT_WRITE) = 0
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/ice-9/threads.scm", 0x7ffd2c401ed0) = -1 ENOENT (No such file or directory)
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/ice-9/threads", 0x7ffd2c401ed0) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/ice-9/threads.scm", 0x7ffd2c401ed0) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/ice-9/threads", 0x7ffd2c401ed0) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/share/guile/2.2/ice-9/threads.scm", {st_mode=S_IFREG|0444, st_size=12839, ...}) = 0
1909  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/ice-9/threads.go", 0x7ffd2c401ce0) = -1 ENOENT (No such file or directory)
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/ice-9/threads.go", 0x7ffd2c401ce0) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/lib/guile/2.2/site-ccache/ice-9/threads.go", 0x7ffd2c401ce0) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/ice-9/threads.go", 0x7ffd2c401ce0) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/ice-9/threads.go", {st_mode=S_IFREG|0444, st_size=90645, ...}) = 0
1909  openat(AT_FDCWD, "/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/ice-9/threads.go", O_RDONLY|O_CLOEXEC) = 5
1909  lseek(5, 0, SEEK_END)             = 90645
1909  mmap(NULL, 90645, PROT_READ, MAP_PRIVATE, 5, 0) = 0x7f013aa35000
1909  close(5)                          = 0
1909  mprotect(0x7f013aa45000, 13760, PROT_READ|PROT_WRITE) = 0
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/ice-9/match.scm", 0x7ffd2c401b30) = -1 ENOENT (No such file or directory)
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/ice-9/match", 0x7ffd2c401b30) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/ice-9/match.scm", 0x7ffd2c401b30) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/ice-9/match", 0x7ffd2c401b30) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/share/guile/2.2/ice-9/match.scm", {st_mode=S_IFREG|0444, st_size=2045, ...}) = 0
1909  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/ice-9/match.go", 0x7ffd2c401940) = -1 ENOENT (No such file or directory)
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/ice-9/match.go", 0x7ffd2c401940) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/lib/guile/2.2/site-ccache/ice-9/match.go", 0x7ffd2c401940) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/ice-9/match.go", 0x7ffd2c401940) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/ice-9/match.go", {st_mode=S_IFREG|0444, st_size=314821, ...}) = 0
1909  openat(AT_FDCWD, "/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/ice-9/match.go", O_RDONLY|O_CLOEXEC) = 5
1909  lseek(5, 0, SEEK_END)             = 314821
1909  mmap(NULL, 314821, PROT_READ, MAP_PRIVATE, 5, 0) = 0x7f013a9e8000
1909  close(5)                          = 0
1909  mprotect(0x7f013aa18000, 91072, PROT_READ|PROT_WRITE) = 0
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/ice-9/control.scm", 0x7ffd2c401b30) = -1 ENOENT (No such file or directory)
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/ice-9/control", 0x7ffd2c401b30) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/ice-9/control.scm", 0x7ffd2c401b30) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/ice-9/control", 0x7ffd2c401b30) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/share/guile/2.2/ice-9/control.scm", {st_mode=S_IFREG|0444, st_size=4181, ...}) = 0
1909  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/ice-9/control.go", 0x7ffd2c401940) = -1 ENOENT (No such file or directory)
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/ice-9/control.go", 0x7ffd2c401940) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/lib/guile/2.2/site-ccache/ice-9/control.go", 0x7ffd2c401940) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/ice-9/control.go", 0x7ffd2c401940) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/ice-9/control.go", {st_mode=S_IFREG|0444, st_size=80117, ...}) = 0
1909  openat(AT_FDCWD, "/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/ice-9/control.go", O_RDONLY|O_CLOEXEC) = 5
1909  lseek(5, 0, SEEK_END)             = 80117
1909  mmap(NULL, 80117, PROT_READ, MAP_PRIVATE, 5, 0) = 0x7f013a9d4000
1909  close(5)                          = 0
1909  mprotect(0x7f013a9e4000, 9392, PROT_READ|PROT_WRITE) = 0
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/ice-9/futures.scm", 0x7ffd2c401b30) = -1 ENOENT (No such file or directory)
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/ice-9/futures", 0x7ffd2c401b30) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/ice-9/futures.scm", 0x7ffd2c401b30) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/ice-9/futures", 0x7ffd2c401b30) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/share/guile/2.2/ice-9/futures.scm", {st_mode=S_IFREG|0444, st_size=10739, ...}) = 0
1909  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/ice-9/futures.go", 0x7ffd2c401940) = -1 ENOENT (No such file or directory)
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/ice-9/futures.go", 0x7ffd2c401940) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/lib/guile/2.2/site-ccache/ice-9/futures.go", 0x7ffd2c401940) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/ice-9/futures.go", 0x7ffd2c401940) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/ice-9/futures.go", {st_mode=S_IFREG|0444, st_size=196485, ...}) = 0
1909  openat(AT_FDCWD, "/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/ice-9/futures.go", O_RDONLY|O_CLOEXEC) = 5
1909  lseek(5, 0, SEEK_END)             = 196485
1909  mmap(NULL, 196485, PROT_READ, MAP_PRIVATE, 5, 0) = 0x7f013a9a4000
1909  close(5)                          = 0
1909  mprotect(0x7f013a9c4000, 46856, PROT_READ|PROT_WRITE) = 0
1909  brk(0x1a54000)                    = 0x1a54000
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/srfi/srfi-1.scm", 0x7ffd2c401790) = -1 ENOENT (No such file or directory)
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/srfi/srfi-1", 0x7ffd2c401790) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/srfi/srfi-1.scm", 0x7ffd2c401790) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/srfi/srfi-1", 0x7ffd2c401790) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/share/guile/2.2/srfi/srfi-1.scm", {st_mode=S_IFREG|0444, st_size=30122, ...}) = 0
1909  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/srfi/srfi-1.go", 0x7ffd2c4015a0) = -1 ENOENT (No such file or directory)
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/srfi/srfi-1.go", 0x7ffd2c4015a0) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/lib/guile/2.2/site-ccache/srfi/srfi-1.go", 0x7ffd2c4015a0) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/srfi/srfi-1.go", 0x7ffd2c4015a0) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/srfi/srfi-1.go", {st_mode=S_IFREG|0444, st_size=106213, ...}) = 0
1909  openat(AT_FDCWD, "/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/srfi/srfi-1.go", O_RDONLY|O_CLOEXEC) = 5
1909  lseek(5, 0, SEEK_END)             = 106213
1909  mmap(NULL, 106213, PROT_READ, MAP_PRIVATE, 5, 0) = 0x7f013a98a000
1909  close(5)                          = 0
1909  mprotect(0x7f013a99a000, 14960, PROT_READ|PROT_WRITE) = 0
1909  clock_gettime(CLOCK_PROCESS_CPUTIME_ID, {tv_sec=0, tv_nsec=37658358}) = 0
1909  rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0
1909  futex(0x7f013cf796e8, FUTEX_WAKE_PRIVATE, 2147483647) = 1
1910  <... futex resumed> )             = 0
1910  futex(0x7f013cf792c0, FUTEX_WAIT_PRIVATE, 2, NULL <unfinished ...>
1909  futex(0x7f013cf792c0, FUTEX_WAKE_PRIVATE, 1) = 0
1910  <... futex resumed> )             = -1 EAGAIN (Resource temporarily unavailable)
1910  futex(0x7f013cf792c0, FUTEX_WAKE_PRIVATE, 1) = 0
1909  futex(0x7f013cf796ec, FUTEX_WAKE_PRIVATE, 2147483647 <unfinished ...>
1910  futex(0x7f013cf796ec, FUTEX_WAIT_PRIVATE, 0, NULL <unfinished ...>
1909  <... futex resumed> )             = 0
1910  <... futex resumed> )             = -1 EAGAIN (Resource temporarily unavailable)
1910  futex(0x7f013cf792c0, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
1909  futex(0x7f013cf796e8, FUTEX_WAIT_PRIVATE, 0, NULL <unfinished ...>
1910  <... futex resumed> )             = 0
1909  <... futex resumed> )             = -1 EAGAIN (Resource temporarily unavailable)
1910  futex(0x7f013cf796e8, FUTEX_WAKE_PRIVATE, 2147483647 <unfinished ...>
1909  futex(0x7f013cf792c0, FUTEX_WAIT_PRIVATE, 2, NULL <unfinished ...>
1910  <... futex resumed> )             = 0
1909  <... futex resumed> )             = -1 EAGAIN (Resource temporarily unavailable)
1910  futex(0x7f013cf792c0, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
1909  futex(0x7f013cf796ec, FUTEX_WAKE_PRIVATE, 2147483647 <unfinished ...>
1910  <... futex resumed> )             = 0
1909  <... futex resumed> )             = 0
1910  futex(0x7f013cf792c0, FUTEX_WAIT_PRIVATE, 2, NULL <unfinished ...>
1909  futex(0x7f013cf792c0, FUTEX_WAKE_PRIVATE, 1) = 0
1910  <... futex resumed> )             = -1 EAGAIN (Resource temporarily unavailable)
1909  futex(0x7f013cf796e8, FUTEX_WAKE_PRIVATE, 2147483647 <unfinished ...>
1910  futex(0x7f013cf792c0, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
1909  <... futex resumed> )             = 0
1910  <... futex resumed> )             = 0
1910  futex(0x7f013cf792c0, FUTEX_WAKE_PRIVATE, 1) = 0
1910  futex(0x7f013cf796ec, FUTEX_WAIT_PRIVATE, 0, NULL <unfinished ...>
1909  clock_gettime(CLOCK_PROCESS_CPUTIME_ID, {tv_sec=0, tv_nsec=39708452}) = 0
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/srfi/srfi-9.scm", 0x7ffd2c401790) = -1 ENOENT (No such file or directory)
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/srfi/srfi-9", 0x7ffd2c401790) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/srfi/srfi-9.scm", 0x7ffd2c401790) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/srfi/srfi-9", 0x7ffd2c401790) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/share/guile/2.2/srfi/srfi-9.scm", {st_mode=S_IFREG|0444, st_size=13734, ...}) = 0
1909  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/srfi/srfi-9.go", 0x7ffd2c4015a0) = -1 ENOENT (No such file or directory)
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/srfi/srfi-9.go", 0x7ffd2c4015a0) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/lib/guile/2.2/site-ccache/srfi/srfi-9.go", 0x7ffd2c4015a0) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/srfi/srfi-9.go", 0x7ffd2c4015a0) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/srfi/srfi-9.go", {st_mode=S_IFREG|0444, st_size=108973, ...}) = 0
1909  openat(AT_FDCWD, "/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/srfi/srfi-9.go", O_RDONLY|O_CLOEXEC) = 5
1909  lseek(5, 0, SEEK_END)             = 108973
1909  mmap(NULL, 108973, PROT_READ, MAP_PRIVATE, 5, 0) = 0x7f013a96f000
1909  close(5)                          = 0
1909  mprotect(0x7f013a97f000, 30152, PROT_READ|PROT_WRITE) = 0
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/system/base/ck.scm", 0x7ffd2c4013f0) = -1 ENOENT (No such file or directory)
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/system/base/ck", 0x7ffd2c4013f0) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/system/base/ck.scm", 0x7ffd2c4013f0) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/system/base/ck", 0x7ffd2c4013f0) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/share/guile/2.2/system/base/ck.scm", {st_mode=S_IFREG|0444, st_size=2201, ...}) = 0
1909  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/system/base/ck.go", 0x7ffd2c401200) = -1 ENOENT (No such file or directory)
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/system/base/ck.go", 0x7ffd2c401200) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/lib/guile/2.2/site-ccache/system/base/ck.go", 0x7ffd2c401200) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/system/base/ck.go", 0x7ffd2c401200) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/system/base/ck.go", {st_mode=S_IFREG|0444, st_size=73533, ...}) = 0
1909  openat(AT_FDCWD, "/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/system/base/ck.go", O_RDONLY|O_CLOEXEC) = 5
1909  lseek(5, 0, SEEK_END)             = 73533
1909  mmap(NULL, 73533, PROT_READ, MAP_PRIVATE, 5, 0) = 0x7f013d2fc000
1909  close(5)                          = 0
1909  mprotect(0x7f013d30c000, 5064, PROT_READ|PROT_WRITE) = 0
1909  brk(0x1aaf000)                    = 0x1aaf000
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/srfi/srfi-9/gnu.scm", 0x7ffd2c401790) = -1 ENOENT (No such file or directory)
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/srfi/srfi-9/gnu", 0x7ffd2c401790) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/srfi/srfi-9/gnu.scm", 0x7ffd2c401790) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/srfi/srfi-9/gnu", 0x7ffd2c401790) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/share/guile/2.2/srfi/srfi-9/gnu.scm", {st_mode=S_IFREG|0444, st_size=6471, ...}) = 0
1909  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/srfi/srfi-9/gnu.go", 0x7ffd2c4015a0) = -1 ENOENT (No such file or directory)
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/srfi/srfi-9/gnu.go", 0x7ffd2c4015a0) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/lib/guile/2.2/site-ccache/srfi/srfi-9/gnu.go", 0x7ffd2c4015a0) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/srfi/srfi-9/gnu.go", 0x7ffd2c4015a0) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/srfi/srfi-9/gnu.go", {st_mode=S_IFREG|0444, st_size=85685, ...}) = 0
1909  openat(AT_FDCWD, "/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/srfi/srfi-9/gnu.go", O_RDONLY|O_CLOEXEC) = 5
1909  lseek(5, 0, SEEK_END)             = 85685
1909  mmap(NULL, 85685, PROT_READ, MAP_PRIVATE, 5, 0) = 0x7f013a95a000
1909  close(5)                          = 0
1909  mprotect(0x7f013a96a000, 13088, PROT_READ|PROT_WRITE) = 0
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/srfi/srfi-11.scm", 0x7ffd2c401790) = -1 ENOENT (No such file or directory)
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/srfi/srfi-11", 0x7ffd2c401790) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/srfi/srfi-11.scm", 0x7ffd2c401790) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/srfi/srfi-11", 0x7ffd2c401790) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/share/guile/2.2/srfi/srfi-11.scm", {st_mode=S_IFREG|0444, st_size=5511, ...}) = 0
1909  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/srfi/srfi-11.go", 0x7ffd2c4015a0) = -1 ENOENT (No such file or directory)
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/srfi/srfi-11.go", 0x7ffd2c4015a0) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/lib/guile/2.2/site-ccache/srfi/srfi-11.go", 0x7ffd2c4015a0) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/srfi/srfi-11.go", 0x7ffd2c4015a0) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/srfi/srfi-11.go", {st_mode=S_IFREG|0444, st_size=77309, ...}) = 0
1909  openat(AT_FDCWD, "/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/srfi/srfi-11.go", O_RDONLY|O_CLOEXEC) = 5
1909  lseek(5, 0, SEEK_END)             = 77309
1909  mmap(NULL, 77309, PROT_READ, MAP_PRIVATE, 5, 0) = 0x7f013a947000
1909  close(5)                          = 0
1909  mprotect(0x7f013a957000, 7232, PROT_READ|PROT_WRITE) = 0
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/ice-9/q.scm", 0x7ffd2c401790) = -1 ENOENT (No such file or directory)
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/ice-9/q", 0x7ffd2c401790) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/ice-9/q.scm", 0x7ffd2c401790) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/ice-9/q", 0x7ffd2c401790) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/share/guile/2.2/ice-9/q.scm", {st_mode=S_IFREG|0444, st_size=4297, ...}) = 0
1909  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/ice-9/q.go", 0x7ffd2c4015a0) = -1 ENOENT (No such file or directory)
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/ice-9/q.go", 0x7ffd2c4015a0) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/lib/guile/2.2/site-ccache/ice-9/q.go", 0x7ffd2c4015a0) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/ice-9/q.go", 0x7ffd2c4015a0) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/ice-9/q.go", {st_mode=S_IFREG|0444, st_size=70765, ...}) = 0
1909  openat(AT_FDCWD, "/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/ice-9/q.go", O_RDONLY|O_CLOEXEC) = 5
1909  lseek(5, 0, SEEK_END)             = 70765
1909  mmap(NULL, 70765, PROT_READ, MAP_PRIVATE, 5, 0) = 0x7f013a935000
1909  close(5)                          = 0
1909  mprotect(0x7f013a945000, 1664, PROT_READ|PROT_WRITE) = 0
1909  sched_getaffinity(0, 128, [0, 1]) = 32
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/ice-9/ports.scm", 0x7ffd2c402270) = -1 ENOENT (No such file or directory)
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/ice-9/ports", 0x7ffd2c402270) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/ice-9/ports.scm", 0x7ffd2c402270) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/ice-9/ports", 0x7ffd2c402270) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/share/guile/2.2/ice-9/ports.scm", {st_mode=S_IFREG|0444, st_size=19312, ...}) = 0
1909  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/ice-9/ports.go", 0x7ffd2c402080) = -1 ENOENT (No such file or directory)
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/ice-9/ports.go", 0x7ffd2c402080) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/lib/guile/2.2/site-ccache/ice-9/ports.go", 0x7ffd2c402080) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/ice-9/ports.go", 0x7ffd2c402080) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/ice-9/ports.go", {st_mode=S_IFREG|0444, st_size=104189, ...}) = 0
1909  openat(AT_FDCWD, "/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/ice-9/ports.go", O_RDONLY|O_CLOEXEC) = 5
1909  lseek(5, 0, SEEK_END)             = 104189
1909  mmap(NULL, 104189, PROT_READ, MAP_PRIVATE, 5, 0) = 0x7f013a91b000
1909  close(5)                          = 0
1909  mprotect(0x7f013a92b000, 21176, PROT_READ|PROT_WRITE) = 0
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/srfi/srfi-4.scm", 0x7ffd2c402270) = -1 ENOENT (No such file or directory)
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/srfi/srfi-4", 0x7ffd2c402270) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/srfi/srfi-4.scm", 0x7ffd2c402270) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/srfi/srfi-4", 0x7ffd2c402270) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/share/guile/2.2/srfi/srfi-4.scm", {st_mode=S_IFREG|0444, st_size=5107, ...}) = 0
1909  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/srfi/srfi-4.go", 0x7ffd2c402080) = -1 ENOENT (No such file or directory)
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/srfi/srfi-4.go", 0x7ffd2c402080) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/lib/guile/2.2/site-ccache/srfi/srfi-4.go", 0x7ffd2c402080) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/srfi/srfi-4.go", 0x7ffd2c402080) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/srfi/srfi-4.go", {st_mode=S_IFREG|0444, st_size=92277, ...}) = 0
1909  openat(AT_FDCWD, "/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/srfi/srfi-4.go", O_RDONLY|O_CLOEXEC) = 5
1909  lseek(5, 0, SEEK_END)             = 92277
1909  mmap(NULL, 92277, PROT_READ, MAP_PRIVATE, 5, 0) = 0x7f013a904000
1909  close(5)                          = 0
1909  mprotect(0x7f013a914000, 10992, PROT_READ|PROT_WRITE) = 0
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/rnrs/bytevectors.scm", 0x7ffd2c401ed0) = -1 ENOENT (No such file or directory)
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/rnrs/bytevectors", 0x7ffd2c401ed0) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/rnrs/bytevectors.scm", 0x7ffd2c401ed0) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/rnrs/bytevectors", 0x7ffd2c401ed0) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/share/guile/2.2/rnrs/bytevectors.scm", {st_mode=S_IFREG|0444, st_size=3383, ...}) = 0
1909  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/rnrs/bytevectors.go", 0x7ffd2c401ce0) = -1 ENOENT (No such file or directory)
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/rnrs/bytevectors.go", 0x7ffd2c401ce0) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/lib/guile/2.2/site-ccache/rnrs/bytevectors.go", 0x7ffd2c401ce0) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/rnrs/bytevectors.go", 0x7ffd2c401ce0) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/rnrs/bytevectors.go", {st_mode=S_IFREG|0444, st_size=72653, ...}) = 0
1909  openat(AT_FDCWD, "/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/rnrs/bytevectors.go", O_RDONLY|O_CLOEXEC) = 5
1909  lseek(5, 0, SEEK_END)             = 72653
1909  mmap(NULL, 72653, PROT_READ, MAP_PRIVATE, 5, 0) = 0x7f013a8f2000
1909  close(5)                          = 0
1909  mprotect(0x7f013a902000, 4752, PROT_READ|PROT_WRITE) = 0
1909  pipe2([5, 6], O_CLOEXEC)          = 0
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/ice-9/command-line.scm", 0x7ffd2c401f50) = -1 ENOENT (No such file or directory)
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/ice-9/command-line", 0x7ffd2c401f50) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/ice-9/command-line.scm", 0x7ffd2c401f50) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/ice-9/command-line", 0x7ffd2c401f50) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/share/guile/2.2/ice-9/command-line.scm", {st_mode=S_IFREG|0444, st_size=18639, ...}) = 0
1909  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/ice-9/command-line.go", 0x7ffd2c401d60) = -1 ENOENT (No such file or directory)
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/ice-9/command-line.go", 0x7ffd2c401d60) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/lib/guile/2.2/site-ccache/ice-9/command-line.go", 0x7ffd2c401d60) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/ice-9/command-line.go", 0x7ffd2c401d60) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/ice-9/command-line.go", {st_mode=S_IFREG|0444, st_size=81741, ...}) = 0
1909  openat(AT_FDCWD, "/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/ice-9/command-line.go", O_RDONLY|O_CLOEXEC) = 7
1909  lseek(7, 0, SEEK_END)             = 81741
1909  mmap(NULL, 81741, PROT_READ, MAP_PRIVATE, 7, 0) = 0x7f013a8de000
1909  close(7)                          = 0
1909  mprotect(0x7f013a8ee000, 8128, PROT_READ|PROT_WRITE) = 0
1909  openat(AT_FDCWD, "/gnu/store/l4lr0f5cjd0nbsaaf8b5dmcw1a1yypr3-glibc-2.27/share/locale/en_US.utf8/LC_MESSAGES/messages.mo", O_RDONLY) = -1 ENOENT (No such file or directory)
1909  openat(AT_FDCWD, "/gnu/store/l4lr0f5cjd0nbsaaf8b5dmcw1a1yypr3-glibc-2.27/share/locale/en_US/LC_MESSAGES/messages.mo", O_RDONLY) = -1 ENOENT (No such file or directory)
1909  openat(AT_FDCWD, "/gnu/store/l4lr0f5cjd0nbsaaf8b5dmcw1a1yypr3-glibc-2.27/share/locale/en.utf8/LC_MESSAGES/messages.mo", O_RDONLY) = -1 ENOENT (No such file or directory)
1909  openat(AT_FDCWD, "/gnu/store/l4lr0f5cjd0nbsaaf8b5dmcw1a1yypr3-glibc-2.27/share/locale/en/LC_MESSAGES/messages.mo", O_RDONLY) = -1 ENOENT (No such file or directory)
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/system/vm/vm.scm", 0x7ffd2c401c30) = -1 ENOENT (No such file or directory)
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/system/vm/vm", 0x7ffd2c401c30) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/system/vm/vm.scm", 0x7ffd2c401c30) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/system/vm/vm", 0x7ffd2c401c30) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/share/guile/2.2/system/vm/vm.scm", {st_mode=S_IFREG|0444, st_size=1321, ...}) = 0
1909  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/system/vm/vm.go", 0x7ffd2c401a40) = -1 ENOENT (No such file or directory)
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/system/vm/vm.go", 0x7ffd2c401a40) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/lib/guile/2.2/site-ccache/system/vm/vm.go", 0x7ffd2c401a40) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/system/vm/vm.go", 0x7ffd2c401a40) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/system/vm/vm.go", {st_mode=S_IFREG|0444, st_size=68797, ...}) = 0
1909  openat(AT_FDCWD, "/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/system/vm/vm.go", O_RDONLY|O_CLOEXEC) = 7
1909  lseek(7, 0, SEEK_END)             = 68797
1909  mmap(NULL, 68797, PROT_READ, MAP_PRIVATE, 7, 0) = 0x7f013a8cd000
1909  close(7)                          = 0
1909  mprotect(0x7f013a8dd000, 1280, PROT_READ|PROT_WRITE) = 0
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/ice-9/top-repl.scm", 0x7ffd2c401fc0) = -1 ENOENT (No such file or directory)
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/ice-9/top-repl", 0x7ffd2c401fc0) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/ice-9/top-repl.scm", 0x7ffd2c401fc0) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/ice-9/top-repl", 0x7ffd2c401fc0) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/share/guile/2.2/ice-9/top-repl.scm", {st_mode=S_IFREG|0444, st_size=2812, ...}) = 0
1909  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/ice-9/top-repl.go", 0x7ffd2c401dd0) = -1 ENOENT (No such file or directory)
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/ice-9/top-repl.go", 0x7ffd2c401dd0) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/lib/guile/2.2/site-ccache/ice-9/top-repl.go", 0x7ffd2c401dd0) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/ice-9/top-repl.go", 0x7ffd2c401dd0) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/ice-9/top-repl.go", {st_mode=S_IFREG|0444, st_size=71429, ...}) = 0
1909  openat(AT_FDCWD, "/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/ice-9/top-repl.go", O_RDONLY|O_CLOEXEC) = 7
1909  lseek(7, 0, SEEK_END)             = 71429
1909  mmap(NULL, 71429, PROT_READ, MAP_PRIVATE, 7, 0) = 0x7f013a8bb000
1909  close(7)                          = 0
1909  mprotect(0x7f013a8cb000, 2496, PROT_READ|PROT_WRITE) = 0
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/system/repl/repl.scm", 0x7ffd2c401c30) = -1 ENOENT (No such file or directory)
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/system/repl/repl", 0x7ffd2c401c30) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/system/repl/repl.scm", 0x7ffd2c401c30) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/system/repl/repl", 0x7ffd2c401c30) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/share/guile/2.2/system/repl/repl.scm", {st_mode=S_IFREG|0444, st_size=7913, ...}) = 0
1909  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/system/repl/repl.go", 0x7ffd2c401a40) = -1 ENOENT (No such file or directory)
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/system/repl/repl.go", 0x7ffd2c401a40) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/lib/guile/2.2/site-ccache/system/repl/repl.go", 0x7ffd2c401a40) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/system/repl/repl.go", 0x7ffd2c401a40) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/system/repl/repl.go", {st_mode=S_IFREG|0444, st_size=80197, ...}) = 0
1909  openat(AT_FDCWD, "/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/system/repl/repl.go", O_RDONLY|O_CLOEXEC) = 7
1909  lseek(7, 0, SEEK_END)             = 80197
1909  mmap(NULL, 80197, PROT_READ, MAP_PRIVATE, 7, 0) = 0x7f013a8a7000
1909  close(7)                          = 0
1909  mprotect(0x7f013a8b7000, 7560, PROT_READ|PROT_WRITE) = 0
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/system/base/syntax.scm", 0x7ffd2c4018a0) = -1 ENOENT (No such file or directory)
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/system/base/syntax", 0x7ffd2c4018a0) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/system/base/syntax.scm", 0x7ffd2c4018a0) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/system/base/syntax", 0x7ffd2c4018a0) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/share/guile/2.2/system/base/syntax.scm", {st_mode=S_IFREG|0444, st_size=13141, ...}) = 0
1909  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/system/base/syntax.go", 0x7ffd2c4016b0) = -1 ENOENT (No such file or directory)
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/system/base/syntax.go", 0x7ffd2c4016b0) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/lib/guile/2.2/site-ccache/system/base/syntax.go", 0x7ffd2c4016b0) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/system/base/syntax.go", 0x7ffd2c4016b0) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/system/base/syntax.go", {st_mode=S_IFREG|0444, st_size=86493, ...}) = 0
1909  openat(AT_FDCWD, "/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/system/base/syntax.go", O_RDONLY|O_CLOEXEC) = 7
1909  lseek(7, 0, SEEK_END)             = 86493
1909  mmap(NULL, 86493, PROT_READ, MAP_PRIVATE, 7, 0) = 0x7f013a891000
1909  close(7)                          = 0
1909  mprotect(0x7f013a8a1000, 9704, PROT_READ|PROT_WRITE) = 0
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/system/base/pmatch.scm", 0x7ffd2c4018a0) = -1 ENOENT (No such file or directory)
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/system/base/pmatch", 0x7ffd2c4018a0) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/system/base/pmatch.scm", 0x7ffd2c4018a0) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/system/base/pmatch", 0x7ffd2c4018a0) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/share/guile/2.2/system/base/pmatch.scm", {st_mode=S_IFREG|0444, st_size=2574, ...}) = 0
1909  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/system/base/pmatch.go", 0x7ffd2c4016b0) = -1 ENOENT (No such file or directory)
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/system/base/pmatch.go", 0x7ffd2c4016b0) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/lib/guile/2.2/site-ccache/system/base/pmatch.go", 0x7ffd2c4016b0) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/system/base/pmatch.go", 0x7ffd2c4016b0) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/system/base/pmatch.go", {st_mode=S_IFREG|0444, st_size=79733, ...}) = 0
1909  openat(AT_FDCWD, "/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/system/base/pmatch.go", O_RDONLY|O_CLOEXEC) = 7
1909  lseek(7, 0, SEEK_END)             = 79733
1909  mmap(NULL, 79733, PROT_READ, MAP_PRIVATE, 7, 0) = 0x7f013a87d000
1909  close(7)                          = 0
1909  mprotect(0x7f013a88d000, 10240, PROT_READ|PROT_WRITE) = 0
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/system/base/compile.scm", 0x7ffd2c4018a0) = -1 ENOENT (No such file or directory)
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/system/base/compile", 0x7ffd2c4018a0) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/system/base/compile.scm", 0x7ffd2c4018a0) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/system/base/compile", 0x7ffd2c4018a0) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/share/guile/2.2/system/base/compile.scm", {st_mode=S_IFREG|0444, st_size=10223, ...}) = 0
1909  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/system/base/compile.go", 0x7ffd2c4016b0) = -1 ENOENT (No such file or directory)
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/system/base/compile.go", 0x7ffd2c4016b0) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/lib/guile/2.2/site-ccache/system/base/compile.go", 0x7ffd2c4016b0) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/system/base/compile.go", 0x7ffd2c4016b0) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/system/base/compile.go", {st_mode=S_IFREG|0444, st_size=80381, ...}) = 0
1909  openat(AT_FDCWD, "/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/system/base/compile.go", O_RDONLY|O_CLOEXEC) = 7
1909  lseek(7, 0, SEEK_END)             = 80381
1909  mmap(NULL, 80381, PROT_READ, MAP_PRIVATE, 7, 0) = 0x7f013a869000
1909  close(7)                          = 0
1909  mprotect(0x7f013a879000, 6784, PROT_READ|PROT_WRITE) = 0
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/system/base/language.scm", 0x7ffd2c401510) = -1 ENOENT (No such file or directory)
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/system/base/language", 0x7ffd2c401510) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/system/base/language.scm", 0x7ffd2c401510) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/system/base/language", 0x7ffd2c401510) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/share/guile/2.2/system/base/language.scm", {st_mode=S_IFREG|0444, st_size=3799, ...}) = 0
1909  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/system/base/language.go", 0x7ffd2c401320) = -1 ENOENT (No such file or directory)
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/system/base/language.go", 0x7ffd2c401320) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/lib/guile/2.2/site-ccache/system/base/language.go", 0x7ffd2c401320) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/system/base/language.go", 0x7ffd2c401320) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/system/base/language.go", {st_mode=S_IFREG|0444, st_size=74973, ...}) = 0
1909  openat(AT_FDCWD, "/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/system/base/language.go", O_RDONLY|O_CLOEXEC) = 7
1909  lseek(7, 0, SEEK_END)             = 74973
1909  mmap(NULL, 74973, PROT_READ, MAP_PRIVATE, 7, 0) = 0x7f013a856000
1909  close(7)                          = 0
1909  mprotect(0x7f013a866000, 4408, PROT_READ|PROT_WRITE) = 0
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/system/base/message.scm", 0x7ffd2c401510) = -1 ENOENT (No such file or directory)
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/system/base/message", 0x7ffd2c401510) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/system/base/message.scm", 0x7ffd2c401510) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/system/base/message", 0x7ffd2c401510) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/share/guile/2.2/system/base/message.scm", {st_mode=S_IFREG|0444, st_size=9167, ...}) = 0
1909  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/system/base/message.go", 0x7ffd2c401320) = -1 ENOENT (No such file or directory)
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/system/base/message.go", 0x7ffd2c401320) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/lib/guile/2.2/site-ccache/system/base/message.go", 0x7ffd2c401320) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/system/base/message.go", 0x7ffd2c401320) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/system/base/message.go", {st_mode=S_IFREG|0444, st_size=107757, ...}) = 0
1909  openat(AT_FDCWD, "/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/system/base/message.go", O_RDONLY|O_CLOEXEC) = 7
1909  lseek(7, 0, SEEK_END)             = 107757
1909  mmap(NULL, 107757, PROT_READ, MAP_PRIVATE, 7, 0) = 0x7f013a83b000
1909  close(7)                          = 0
1909  mprotect(0x7f013a84b000, 31168, PROT_READ|PROT_WRITE) = 0
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/ice-9/regex.scm", 0x7ffd2c401510) = -1 ENOENT (No such file or directory)
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/ice-9/regex", 0x7ffd2c401510) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/ice-9/regex.scm", 0x7ffd2c401510) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/ice-9/regex", 0x7ffd2c401510) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/share/guile/2.2/ice-9/regex.scm", {st_mode=S_IFREG|0444, st_size=9084, ...}) = 0
1909  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/ice-9/regex.go", 0x7ffd2c401320) = -1 ENOENT (No such file or directory)
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/ice-9/regex.go", 0x7ffd2c401320) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/lib/guile/2.2/site-ccache/ice-9/regex.go", 0x7ffd2c401320) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/ice-9/regex.go", 0x7ffd2c401320) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/ice-9/regex.go", {st_mode=S_IFREG|0444, st_size=73925, ...}) = 0
1909  openat(AT_FDCWD, "/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/ice-9/regex.go", O_RDONLY|O_CLOEXEC) = 7
1909  lseek(7, 0, SEEK_END)             = 73925
1909  mmap(NULL, 73925, PROT_READ, MAP_PRIVATE, 7, 0) = 0x7f013a828000
1909  close(7)                          = 0
1909  mprotect(0x7f013a838000, 2544, PROT_READ|PROT_WRITE) = 0
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/ice-9/optargs.scm", 0x7ffd2c401510) = -1 ENOENT (No such file or directory)
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/ice-9/optargs", 0x7ffd2c401510) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/ice-9/optargs.scm", 0x7ffd2c401510) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/ice-9/optargs", 0x7ffd2c401510) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/share/guile/2.2/ice-9/optargs.scm", {st_mode=S_IFREG|0444, st_size=16123, ...}) = 0
1909  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/ice-9/optargs.go", 0x7ffd2c401320) = -1 ENOENT (No such file or directory)
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/ice-9/optargs.go", 0x7ffd2c401320) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/lib/guile/2.2/site-ccache/ice-9/optargs.go", 0x7ffd2c401320) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/ice-9/optargs.go", 0x7ffd2c401320) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/ice-9/optargs.go", {st_mode=S_IFREG|0444, st_size=90645, ...}) = 0
1909  openat(AT_FDCWD, "/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/ice-9/optargs.go", O_RDONLY|O_CLOEXEC) = 7
1909  lseek(7, 0, SEEK_END)             = 90645
1909  mmap(NULL, 90645, PROT_READ, MAP_PRIVATE, 7, 0) = 0x7f013a811000
1909  close(7)                          = 0
1909  mprotect(0x7f013a821000, 15808, PROT_READ|PROT_WRITE) = 0
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/ice-9/receive.scm", 0x7ffd2c401510) = -1 ENOENT (No such file or directory)
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/ice-9/receive", 0x7ffd2c401510) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/ice-9/receive.scm", 0x7ffd2c401510) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/ice-9/receive", 0x7ffd2c401510) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/share/guile/2.2/ice-9/receive.scm", {st_mode=S_IFREG|0444, st_size=1082, ...}) = 0
1909  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/ice-9/receive.go", 0x7ffd2c401320) = -1 ENOENT (No such file or directory)
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/ice-9/receive.go", 0x7ffd2c401320) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/lib/guile/2.2/site-ccache/ice-9/receive.go", 0x7ffd2c401320) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/ice-9/receive.go", 0x7ffd2c401320) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/ice-9/receive.go", {st_mode=S_IFREG|0444, st_size=70061, ...}) = 0
1909  openat(AT_FDCWD, "/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/ice-9/receive.go", O_RDONLY|O_CLOEXEC) = 7
1909  lseek(7, 0, SEEK_END)             = 70061
1909  mmap(NULL, 70061, PROT_READ, MAP_PRIVATE, 7, 0) = 0x7f013a7ff000
1909  close(7)                          = 0
1909  mprotect(0x7f013a80f000, 2288, PROT_READ|PROT_WRITE) = 0
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/system/repl/error-handling.scm", 0x7ffd2c4018a0) = -1 ENOENT (No such file or directory)
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/system/repl/error-handling", 0x7ffd2c4018a0) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/system/repl/error-handling.scm", 0x7ffd2c4018a0) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/system/repl/error-handling", 0x7ffd2c4018a0) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/share/guile/2.2/system/repl/error-handling.scm", {st_mode=S_IFREG|0444, st_size=7072, ...}) = 0
1909  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/system/repl/error-handling.go", 0x7ffd2c4016b0) = -1 ENOENT (No such file or directory)
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/system/repl/error-handling.go", 0x7ffd2c4016b0) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/lib/guile/2.2/site-ccache/system/repl/error-handling.go", 0x7ffd2c4016b0) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/system/repl/error-handling.go", 0x7ffd2c4016b0) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/system/repl/error-handling.go", {st_mode=S_IFREG|0444, st_size=77837, ...}) = 0
1909  openat(AT_FDCWD, "/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/system/repl/error-handling.go", O_RDONLY|O_CLOEXEC) = 7
1909  lseek(7, 0, SEEK_END)             = 77837
1909  mmap(NULL, 77837, PROT_READ, MAP_PRIVATE, 7, 0) = 0x7f013a7eb000
1909  close(7)                          = 0
1909  mprotect(0x7f013a7fb000, 5096, PROT_READ|PROT_WRITE) = 0
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/system/vm/trap-state.scm", 0x7ffd2c401510) = -1 ENOENT (No such file or directory)
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/system/vm/trap-state", 0x7ffd2c401510) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/system/vm/trap-state.scm", 0x7ffd2c401510) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/system/vm/trap-state", 0x7ffd2c401510) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/share/guile/2.2/system/vm/trap-state.scm", {st_mode=S_IFREG|0444, st_size=10326, ...}) = 0
1909  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/system/vm/trap-state.go", 0x7ffd2c401320) = -1 ENOENT (No such file or directory)
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/system/vm/trap-state.go", 0x7ffd2c401320) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/lib/guile/2.2/site-ccache/system/vm/trap-state.go", 0x7ffd2c401320) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/system/vm/trap-state.go", 0x7ffd2c401320) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/system/vm/trap-state.go", {st_mode=S_IFREG|0444, st_size=83189, ...}) = 0
1909  openat(AT_FDCWD, "/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/system/vm/trap-state.go", O_RDONLY|O_CLOEXEC) = 7
1909  lseek(7, 0, SEEK_END)             = 83189
1909  mmap(NULL, 83189, PROT_READ, MAP_PRIVATE, 7, 0) = 0x7f013a7d6000
1909  close(7)                          = 0
1909  mprotect(0x7f013a7e6000, 7472, PROT_READ|PROT_WRITE) = 0
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/system/vm/traps.scm", 0x7ffd2c401180) = -1 ENOENT (No such file or directory)
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/system/vm/traps", 0x7ffd2c401180) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/system/vm/traps.scm", 0x7ffd2c401180) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/system/vm/traps", 0x7ffd2c401180) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/share/guile/2.2/system/vm/traps.scm", {st_mode=S_IFREG|0444, st_size=21716, ...}) = 0
1909  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/system/vm/traps.go", 0x7ffd2c400f90) = -1 ENOENT (No such file or directory)
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/system/vm/traps.go", 0x7ffd2c400f90) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/lib/guile/2.2/site-ccache/system/vm/traps.go", 0x7ffd2c400f90) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/system/vm/traps.go", 0x7ffd2c400f90) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/system/vm/traps.go", {st_mode=S_IFREG|0444, st_size=90413, ...}) = 0
1909  openat(AT_FDCWD, "/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/system/vm/traps.go", O_RDONLY|O_CLOEXEC) = 7
1909  lseek(7, 0, SEEK_END)             = 90413
1909  mmap(NULL, 90413, PROT_READ, MAP_PRIVATE, 7, 0) = 0x7f013a7bf000
1909  close(7)                          = 0
1909  mprotect(0x7f013a7cf000, 9152, PROT_READ|PROT_WRITE) = 0
1909  mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f013a7bd000
1909  munmap(0x7f013d368000, 4096)      = 0
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/system/vm/debug.scm", 0x7ffd2c400df0) = -1 ENOENT (No such file or directory)
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/system/vm/debug", 0x7ffd2c400df0) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/system/vm/debug.scm", 0x7ffd2c400df0) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/system/vm/debug", 0x7ffd2c400df0) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/share/guile/2.2/system/vm/debug.scm", {st_mode=S_IFREG|0444, st_size=30494, ...}) = 0
1909  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/system/vm/debug.go", 0x7ffd2c400c00) = -1 ENOENT (No such file or directory)
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/system/vm/debug.go", 0x7ffd2c400c00) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/lib/guile/2.2/site-ccache/system/vm/debug.go", 0x7ffd2c400c00) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/system/vm/debug.go", 0x7ffd2c400c00) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/system/vm/debug.go", {st_mode=S_IFREG|0444, st_size=334277, ...}) = 0
1909  openat(AT_FDCWD, "/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/system/vm/debug.go", O_RDONLY|O_CLOEXEC) = 7
1909  lseek(7, 0, SEEK_END)             = 334277
1909  mmap(NULL, 334277, PROT_READ, MAP_PRIVATE, 7, 0) = 0x7f013a76b000
1909  close(7)                          = 0
1909  mprotect(0x7f013a79b000, 91600, PROT_READ|PROT_WRITE) = 0
1909  brk(0x1b38000)                    = 0x1b38000
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/system/vm/elf.scm", 0x7ffd2c400a60) = -1 ENOENT (No such file or directory)
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/system/vm/elf", 0x7ffd2c400a60) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/system/vm/elf.scm", 0x7ffd2c400a60) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/system/vm/elf", 0x7ffd2c400a60) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/share/guile/2.2/system/vm/elf.scm", {st_mode=S_IFREG|0444, st_size=42900, ...}) = 0
1909  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/system/vm/elf.go", 0x7ffd2c400870) = -1 ENOENT (No such file or directory)
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/system/vm/elf.go", 0x7ffd2c400870) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/lib/guile/2.2/site-ccache/system/vm/elf.go", 0x7ffd2c400870) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/system/vm/elf.go", 0x7ffd2c400870) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/system/vm/elf.go", {st_mode=S_IFREG|0444, st_size=678373, ...}) = 0
1909  openat(AT_FDCWD, "/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/system/vm/elf.go", O_RDONLY|O_CLOEXEC) = 7
1909  lseek(7, 0, SEEK_END)             = 678373
1909  mmap(NULL, 678373, PROT_READ, MAP_PRIVATE, 7, 0) = 0x7f013a6c5000
1909  close(7)                          = 0
1909  mprotect(0x7f013a725000, 207728, PROT_READ|PROT_WRITE) = 0
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/system/foreign.scm", 0x7ffd2c4006d0) = -1 ENOENT (No such file or directory)
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/system/foreign", 0x7ffd2c4006d0) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/system/foreign.scm", 0x7ffd2c4006d0) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/system/foreign", 0x7ffd2c4006d0) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/share/guile/2.2/system/foreign.scm", {st_mode=S_IFREG|0444, st_size=6664, ...}) = 0
1909  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/system/foreign.go", 0x7ffd2c4004e0) = -1 ENOENT (No such file or directory)
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/system/foreign.go", 0x7ffd2c4004e0) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/lib/guile/2.2/site-ccache/system/foreign.go", 0x7ffd2c4004e0) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/system/foreign.go", 0x7ffd2c4004e0) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/system/foreign.go", {st_mode=S_IFREG|0444, st_size=80013, ...}) = 0
1909  openat(AT_FDCWD, "/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/system/foreign.go", O_RDONLY|O_CLOEXEC) = 7
1909  lseek(7, 0, SEEK_END)             = 80013
1909  mmap(NULL, 80013, PROT_READ, MAP_PRIVATE, 7, 0) = 0x7f013a6b1000
1909  close(7)                          = 0
1909  mprotect(0x7f013a6c1000, 8776, PROT_READ|PROT_WRITE) = 0
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/system/base/target.scm", 0x7ffd2c4006d0) = -1 ENOENT (No such file or directory)
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/system/base/target", 0x7ffd2c4006d0) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/system/base/target.scm", 0x7ffd2c4006d0) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/system/base/target", 0x7ffd2c4006d0) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/share/guile/2.2/system/base/target.scm", {st_mode=S_IFREG|0444, st_size=5388, ...}) = 0
1909  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/system/base/target.go", 0x7ffd2c4004e0) = -1 ENOENT (No such file or directory)
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/system/base/target.go", 0x7ffd2c4004e0) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/lib/guile/2.2/site-ccache/system/base/target.go", 0x7ffd2c4004e0) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/system/base/target.go", 0x7ffd2c4004e0) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/system/base/target.go", {st_mode=S_IFREG|0444, st_size=75957, ...}) = 0
1909  openat(AT_FDCWD, "/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/system/base/target.go", O_RDONLY|O_CLOEXEC) = 7
1909  lseek(7, 0, SEEK_END)             = 75957
1909  mmap(NULL, 75957, PROT_READ, MAP_PRIVATE, 7, 0) = 0x7f013a69e000
1909  close(7)                          = 0
1909  mprotect(0x7f013a6ae000, 4744, PROT_READ|PROT_WRITE) = 0
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/ice-9/vlist.scm", 0x7ffd2c4006d0) = -1 ENOENT (No such file or directory)
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/ice-9/vlist", 0x7ffd2c4006d0) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/ice-9/vlist.scm", 0x7ffd2c4006d0) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/ice-9/vlist", 0x7ffd2c4006d0) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/share/guile/2.2/ice-9/vlist.scm", {st_mode=S_IFREG|0444, st_size=22081, ...}) = 0
1909  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/ice-9/vlist.go", 0x7ffd2c4004e0) = -1 ENOENT (No such file or directory)
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/ice-9/vlist.go", 0x7ffd2c4004e0) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/lib/guile/2.2/site-ccache/ice-9/vlist.go", 0x7ffd2c4004e0) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/ice-9/vlist.go", 0x7ffd2c4004e0) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/ice-9/vlist.go", {st_mode=S_IFREG|0444, st_size=302605, ...}) = 0
1909  openat(AT_FDCWD, "/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/ice-9/vlist.go", O_RDONLY|O_CLOEXEC) = 7
1909  lseek(7, 0, SEEK_END)             = 302605
1909  mmap(NULL, 302605, PROT_READ, MAP_PRIVATE, 7, 0) = 0x7f013a654000
1909  close(7)                          = 0
1909  mprotect(0x7f013a684000, 72448, PROT_READ|PROT_WRITE) = 0
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/srfi/srfi-26.scm", 0x7ffd2c400340) = -1 ENOENT (No such file or directory)
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/srfi/srfi-26", 0x7ffd2c400340) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/srfi/srfi-26.scm", 0x7ffd2c400340) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/srfi/srfi-26", 0x7ffd2c400340) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/share/guile/2.2/srfi/srfi-26.scm", {st_mode=S_IFREG|0444, st_size=2643, ...}) = 0
1909  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/srfi/srfi-26.go", 0x7ffd2c400150) = -1 ENOENT (No such file or directory)
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/srfi/srfi-26.go", 0x7ffd2c400150) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/lib/guile/2.2/site-ccache/srfi/srfi-26.go", 0x7ffd2c400150) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/srfi/srfi-26.go", 0x7ffd2c400150) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/srfi/srfi-26.go", {st_mode=S_IFREG|0444, st_size=75709, ...}) = 0
1909  openat(AT_FDCWD, "/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/srfi/srfi-26.go", O_RDONLY|O_CLOEXEC) = 7
1909  lseek(7, 0, SEEK_END)             = 75709
1909  mmap(NULL, 75709, PROT_READ, MAP_PRIVATE, 7, 0) = 0x7f013a641000
1909  close(7)                          = 0
1909  mprotect(0x7f013a651000, 5864, PROT_READ|PROT_WRITE) = 0
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/ice-9/format.scm", 0x7ffd2c400340) = -1 ENOENT (No such file or directory)
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/ice-9/format", 0x7ffd2c400340) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/ice-9/format.scm", 0x7ffd2c400340) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/ice-9/format", 0x7ffd2c400340) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/share/guile/2.2/ice-9/format.scm", {st_mode=S_IFREG|0444, st_size=76158, ...}) = 0
1909  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/ice-9/format.go", 0x7ffd2c400150) = -1 ENOENT (No such file or directory)
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/ice-9/format.go", 0x7ffd2c400150) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/lib/guile/2.2/site-ccache/ice-9/format.go", 0x7ffd2c400150) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/ice-9/format.go", 0x7ffd2c400150) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/ice-9/format.go", {st_mode=S_IFREG|0444, st_size=178341, ...}) = 0
1909  openat(AT_FDCWD, "/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/ice-9/format.go", O_RDONLY|O_CLOEXEC) = 7
1909  lseek(7, 0, SEEK_END)             = 178341
1909  mmap(NULL, 178341, PROT_READ, MAP_PRIVATE, 7, 0) = 0x7f013a615000
1909  close(7)                          = 0
1909  mprotect(0x7f013a635000, 11512, PROT_READ|PROT_WRITE) = 0
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/system/vm/dwarf.scm", 0x7ffd2c400a60) = -1 ENOENT (No such file or directory)
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/system/vm/dwarf", 0x7ffd2c400a60) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/system/vm/dwarf.scm", 0x7ffd2c400a60) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/system/vm/dwarf", 0x7ffd2c400a60) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/share/guile/2.2/system/vm/dwarf.scm", {st_mode=S_IFREG|0444, st_size=59212, ...}) = 0
1909  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/system/vm/dwarf.go", 0x7ffd2c400870) = -1 ENOENT (No such file or directory)
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/system/vm/dwarf.go", 0x7ffd2c400870) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/lib/guile/2.2/site-ccache/system/vm/dwarf.go", 0x7ffd2c400870) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/system/vm/dwarf.go", 0x7ffd2c400870) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/system/vm/dwarf.go", {st_mode=S_IFREG|0444, st_size=1142445, ...}) = 0
1909  openat(AT_FDCWD, "/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/system/vm/dwarf.go", O_RDONLY|O_CLOEXEC) = 7
1909  lseek(7, 0, SEEK_END)             = 1142445
1909  mmap(NULL, 1142445, PROT_READ, MAP_PRIVATE, 7, 0) = 0x7f013a4fe000
1909  close(7)                          = 0
1909  mprotect(0x7f013a5ae000, 294840, PROT_READ|PROT_WRITE) = 0
1909  brk(0x1b48000)                    = 0x1b48000
1909  clock_gettime(CLOCK_PROCESS_CPUTIME_ID, {tv_sec=0, tv_nsec=77790907}) = 0
1909  rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0
1909  futex(0x7f013cf796ec, FUTEX_WAKE_PRIVATE, 2147483647) = 1
1910  <... futex resumed> )             = 0
1910  futex(0x7f013cf792c0, FUTEX_WAIT_PRIVATE, 2, NULL <unfinished ...>
1909  futex(0x7f013cf792c0, FUTEX_WAKE_PRIVATE, 1) = 0
1910  <... futex resumed> )             = -1 EAGAIN (Resource temporarily unavailable)
1910  futex(0x7f013cf792c0, FUTEX_WAKE_PRIVATE, 1) = 0
1909  futex(0x7f013cf796e8, FUTEX_WAKE_PRIVATE, 2147483647 <unfinished ...>
1910  futex(0x7f013cf796e8, FUTEX_WAIT_PRIVATE, 0, NULL <unfinished ...>
1909  <... futex resumed> )             = 0
1910  <... futex resumed> )             = -1 EAGAIN (Resource temporarily unavailable)
1910  futex(0x7f013cf792c0, FUTEX_WAKE_PRIVATE, 1) = 0
1909  futex(0x7f013cf796ec, FUTEX_WAKE_PRIVATE, 2147483647 <unfinished ...>
1910  futex(0x7f013cf796ec, FUTEX_WAIT_PRIVATE, 0, NULL <unfinished ...>
1909  <... futex resumed> )             = 0
1910  <... futex resumed> )             = -1 EAGAIN (Resource temporarily unavailable)
1909  futex(0x7f013cf796e8, FUTEX_WAIT_PRIVATE, 0, NULL <unfinished ...>
1910  futex(0x7f013cf792c0, FUTEX_WAKE_PRIVATE, 1) = 0
1910  futex(0x7f013cf796e8, FUTEX_WAKE_PRIVATE, 2147483647 <unfinished ...>
1909  <... futex resumed> )             = 0
1910  <... futex resumed> )             = 1
1909  futex(0x7f013cf796ec, FUTEX_WAKE_PRIVATE, 2147483647 <unfinished ...>
1910  futex(0x7f013cf796ec, FUTEX_WAIT_PRIVATE, 0, NULL <unfinished ...>
1909  <... futex resumed> )             = 0
1910  <... futex resumed> )             = -1 EAGAIN (Resource temporarily unavailable)
1909  futex(0x7f013cf792c0, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
1910  futex(0x7f013cf792c0, FUTEX_WAIT_PRIVATE, 2, NULL <unfinished ...>
1909  <... futex resumed> )             = 0
1910  <... futex resumed> )             = -1 EAGAIN (Resource temporarily unavailable)
1909  futex(0x7f013cf796e8, FUTEX_WAKE_PRIVATE, 2147483647 <unfinished ...>
1910  futex(0x7f013cf792c0, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
1909  <... futex resumed> )             = 0
1910  <... futex resumed> )             = 0
1910  futex(0x7f013cf792c0, FUTEX_WAKE_PRIVATE, 1) = 0
1910  futex(0x7f013cf796ec, FUTEX_WAIT_PRIVATE, 0, NULL <unfinished ...>
1909  mmap(NULL, 8392704, PROT_NONE, MAP_PRIVATE|MAP_ANONYMOUS|MAP_STACK, -1, 0) = 0x7f0139cfd000
1909  mprotect(0x7f0139cfe000, 8388608, PROT_READ|PROT_WRITE) = 0
1909  clone( <unfinished ...>
1911  set_robust_list(0x7f013a4fd9e0, 24 <unfinished ...>
1909  <... clone resumed> child_stack=0x7f013a4fcfb0, flags=CLONE_VM|CLONE_FS|CLONE_FILES|CLONE_SIGHAND|CLONE_THREAD|CLONE_SYSVSEM|CLONE_SETTLS|CLONE_PARENT_SETTID|CLONE_CHILD_CLEARTID, parent_tidptr=0x7f013a4fd9d0, tls=0x7f013a4fd700, child_tidptr=0x7f013a4fd9d0) = 1911
1909  clock_gettime(CLOCK_PROCESS_CPUTIME_ID,  <unfinished ...>
1911  <... set_robust_list resumed> )   = 0
1909  <... clock_gettime resumed> {tv_sec=0, tv_nsec=81999923}) = 0
1911  pipe2([7, 8], O_CLOEXEC)          = 0
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/system/vm/loader.scm",  <unfinished ...>
1911  mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0 <unfinished ...>
1909  <... stat resumed> 0x7ffd2c400a60) = -1 ENOENT (No such file or directory)
1911  <... mmap resumed> )              = 0x7f013d368000
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/system/vm/loader",  <unfinished ...>
1911  rt_sigprocmask(SIG_BLOCK, NULL,  <unfinished ...>
1909  <... stat resumed> 0x7ffd2c400a60) = -1 ENOENT (No such file or directory)
1911  <... rt_sigprocmask resumed> [], 8) = 0
1909  stat("/run/current-system/profile/share/guile/site/2.2/system/vm/loader.scm",  <unfinished ...>
1911  read(5,  <unfinished ...>
1909  <... stat resumed> 0x7ffd2c400a60) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/system/vm/loader", 0x7ffd2c400a60) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/share/guile/2.2/system/vm/loader.scm", {st_mode=S_IFREG|0444, st_size=1120, ...}) = 0
1909  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/system/vm/loader.go", 0x7ffd2c400870) = -1 ENOENT (No such file or directory)
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/system/vm/loader.go", 0x7ffd2c400870) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/lib/guile/2.2/site-ccache/system/vm/loader.go", 0x7ffd2c400870) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/system/vm/loader.go", 0x7ffd2c400870) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/system/vm/loader.go", {st_mode=S_IFREG|0444, st_size=68389, ...}) = 0
1909  openat(AT_FDCWD, "/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/system/vm/loader.go", O_RDONLY|O_CLOEXEC) = 9
1909  lseek(9, 0, SEEK_END)             = 68389
1909  mmap(NULL, 68389, PROT_READ, MAP_PRIVATE, 9, 0) = 0x7f0139cec000
1909  close(9)                          = 0
1909  mprotect(0x7f0139cfc000, 872, PROT_READ|PROT_WRITE) = 0
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/system/vm/frame.scm", 0x7ffd2c400df0) = -1 ENOENT (No such file or directory)
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/system/vm/frame", 0x7ffd2c400df0) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/system/vm/frame.scm", 0x7ffd2c400df0) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/system/vm/frame", 0x7ffd2c400df0) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/share/guile/2.2/system/vm/frame.scm", {st_mode=S_IFREG|0444, st_size=19619, ...}) = 0
1909  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/system/vm/frame.go", 0x7ffd2c400c00) = -1 ENOENT (No such file or directory)
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/system/vm/frame.go", 0x7ffd2c400c00) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/lib/guile/2.2/site-ccache/system/vm/frame.go", 0x7ffd2c400c00) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/system/vm/frame.go", 0x7ffd2c400c00) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/system/vm/frame.go", {st_mode=S_IFREG|0444, st_size=188261, ...}) = 0
1909  openat(AT_FDCWD, "/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/system/vm/frame.go", O_RDONLY|O_CLOEXEC) = 9
1909  lseek(9, 0, SEEK_END)             = 188261
1909  mmap(NULL, 188261, PROT_READ, MAP_PRIVATE, 9, 0) = 0x7f0139cbe000
1909  close(9)                          = 0
1909  mprotect(0x7f0139cde000, 39688, PROT_READ|PROT_WRITE) = 0
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/system/vm/program.scm", 0x7ffd2c400a60) = -1 ENOENT (No such file or directory)
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/system/vm/program", 0x7ffd2c400a60) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/system/vm/program.scm", 0x7ffd2c400a60) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/system/vm/program", 0x7ffd2c400a60) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/share/guile/2.2/system/vm/program.scm", {st_mode=S_IFREG|0444, st_size=11724, ...}) = 0
1909  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/system/vm/program.go", 0x7ffd2c400870) = -1 ENOENT (No such file or directory)
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/system/vm/program.go", 0x7ffd2c400870) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/lib/guile/2.2/site-ccache/system/vm/program.go", 0x7ffd2c400870) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/system/vm/program.go", 0x7ffd2c400870) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/system/vm/program.go", {st_mode=S_IFREG|0444, st_size=84149, ...}) = 0
1909  openat(AT_FDCWD, "/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/system/vm/program.go", O_RDONLY|O_CLOEXEC) = 9
1909  lseek(9, 0, SEEK_END)             = 84149
1909  mmap(NULL, 84149, PROT_READ, MAP_PRIVATE, 9, 0) = 0x7f0139ca9000
1909  close(9)                          = 0
1909  mprotect(0x7f0139cb9000, 7896, PROT_READ|PROT_WRITE) = 0
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/system/vm/disassembler.scm", 0x7ffd2c400a60) = -1 ENOENT (No such file or directory)
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/system/vm/disassembler", 0x7ffd2c400a60) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/system/vm/disassembler.scm", 0x7ffd2c400a60) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/system/vm/disassembler", 0x7ffd2c400a60) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/share/guile/2.2/system/vm/disassembler.scm", {st_mode=S_IFREG|0444, st_size=25824, ...}) = 0
1909  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/system/vm/disassembler.go", 0x7ffd2c400870) = -1 ENOENT (No such file or directory)
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/system/vm/disassembler.go", 0x7ffd2c400870) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/lib/guile/2.2/site-ccache/system/vm/disassembler.go", 0x7ffd2c400870) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/system/vm/disassembler.go", 0x7ffd2c400870) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/system/vm/disassembler.go", {st_mode=S_IFREG|0444, st_size=322173, ...}) = 0
1909  openat(AT_FDCWD, "/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/system/vm/disassembler.go", O_RDONLY|O_CLOEXEC) = 9
1909  lseek(9, 0, SEEK_END)             = 322173
1909  mmap(NULL, 322173, PROT_READ, MAP_PRIVATE, 9, 0) = 0x7f0139c5a000
1909  close(9)                          = 0
1909  mprotect(0x7f0139c8a000, 46848, PROT_READ|PROT_WRITE) = 0
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/language/bytecode.scm", 0x7ffd2c4006d0) = -1 ENOENT (No such file or directory)
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/language/bytecode", 0x7ffd2c4006d0) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/language/bytecode.scm", 0x7ffd2c4006d0) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/language/bytecode", 0x7ffd2c4006d0) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/share/guile/2.2/language/bytecode.scm", {st_mode=S_IFREG|0444, st_size=3150, ...}) = 0
1909  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/language/bytecode.go", 0x7ffd2c4004e0) = -1 ENOENT (No such file or directory)
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/language/bytecode.go", 0x7ffd2c4004e0) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/lib/guile/2.2/site-ccache/language/bytecode.go", 0x7ffd2c4004e0) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/language/bytecode.go", 0x7ffd2c4004e0) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/language/bytecode.go", {st_mode=S_IFREG|0444, st_size=72669, ...}) = 0
1909  openat(AT_FDCWD, "/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/language/bytecode.go", O_RDONLY|O_CLOEXEC) = 9
1909  lseek(9, 0, SEEK_END)             = 72669
1909  mmap(NULL, 72669, PROT_READ, MAP_PRIVATE, 9, 0) = 0x7f0139c48000
1909  close(9)                          = 0
1909  mprotect(0x7f0139c58000, 3680, PROT_READ|PROT_WRITE) = 0
1909  brk(0x1bef000)                    = 0x1bef000
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/system/xref.scm", 0x7ffd2c400df0) = -1 ENOENT (No such file or directory)
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/system/xref", 0x7ffd2c400df0) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/system/xref.scm", 0x7ffd2c400df0) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/system/xref", 0x7ffd2c400df0) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/share/guile/2.2/system/xref.scm", {st_mode=S_IFREG|0444, st_size=13740, ...}) = 0
1909  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/system/xref.go", 0x7ffd2c400c00) = -1 ENOENT (No such file or directory)
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/system/xref.go", 0x7ffd2c400c00) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/lib/guile/2.2/site-ccache/system/xref.go", 0x7ffd2c400c00) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/system/xref.go", 0x7ffd2c400c00) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/system/xref.go", {st_mode=S_IFREG|0444, st_size=83845, ...}) = 0
1909  openat(AT_FDCWD, "/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/system/xref.go", O_RDONLY|O_CLOEXEC) = 9
1909  lseek(9, 0, SEEK_END)             = 83845
1909  mmap(NULL, 83845, PROT_READ, MAP_PRIVATE, 9, 0) = 0x7f0139c33000
1909  close(9)                          = 0
1909  mprotect(0x7f0139c43000, 6376, PROT_READ|PROT_WRITE) = 0
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/system/vm/trace.scm", 0x7ffd2c401180) = -1 ENOENT (No such file or directory)
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/system/vm/trace", 0x7ffd2c401180) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/system/vm/trace.scm", 0x7ffd2c401180) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/system/vm/trace", 0x7ffd2c401180) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/share/guile/2.2/system/vm/trace.scm", {st_mode=S_IFREG|0444, st_size=4861, ...}) = 0
1909  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/system/vm/trace.go", 0x7ffd2c400f90) = -1 ENOENT (No such file or directory)
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/system/vm/trace.go", 0x7ffd2c400f90) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/lib/guile/2.2/site-ccache/system/vm/trace.go", 0x7ffd2c400f90) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/system/vm/trace.go", 0x7ffd2c400f90) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/system/vm/trace.go", {st_mode=S_IFREG|0444, st_size=73813, ...}) = 0
1909  openat(AT_FDCWD, "/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/system/vm/trace.go", O_RDONLY|O_CLOEXEC) = 9
1909  lseek(9, 0, SEEK_END)             = 73813
1909  mmap(NULL, 73813, PROT_READ, MAP_PRIVATE, 9, 0) = 0x7f0139c20000
1909  close(9)                          = 0
1909  mprotect(0x7f0139c30000, 3440, PROT_READ|PROT_WRITE) = 0
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/system/repl/debug.scm", 0x7ffd2c401510) = -1 ENOENT (No such file or directory)
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/system/repl/debug", 0x7ffd2c401510) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/system/repl/debug.scm", 0x7ffd2c401510) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/system/repl/debug", 0x7ffd2c401510) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/share/guile/2.2/system/repl/debug.scm", {st_mode=S_IFREG|0444, st_size=7461, ...}) = 0
1909  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/system/repl/debug.go", 0x7ffd2c401320) = -1 ENOENT (No such file or directory)
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/system/repl/debug.go", 0x7ffd2c401320) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/lib/guile/2.2/site-ccache/system/repl/debug.go", 0x7ffd2c401320) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/system/repl/debug.go", 0x7ffd2c401320) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/system/repl/debug.go", {st_mode=S_IFREG|0444, st_size=78429, ...}) = 0
1909  openat(AT_FDCWD, "/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/system/repl/debug.go", O_RDONLY|O_CLOEXEC) = 9
1909  lseek(9, 0, SEEK_END)             = 78429
1909  mmap(NULL, 78429, PROT_READ, MAP_PRIVATE, 9, 0) = 0x7f0139c0c000
1909  close(9)                          = 0
1909  mprotect(0x7f0139c1c000, 7112, PROT_READ|PROT_WRITE) = 0
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/ice-9/rdelim.scm", 0x7ffd2c401180) = -1 ENOENT (No such file or directory)
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/ice-9/rdelim", 0x7ffd2c401180) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/ice-9/rdelim.scm", 0x7ffd2c401180) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/ice-9/rdelim", 0x7ffd2c401180) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/share/guile/2.2/ice-9/rdelim.scm", {st_mode=S_IFREG|0444, st_size=7902, ...}) = 0
1909  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/ice-9/rdelim.go", 0x7ffd2c400f90) = -1 ENOENT (No such file or directory)
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/ice-9/rdelim.go", 0x7ffd2c400f90) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/lib/guile/2.2/site-ccache/ice-9/rdelim.go", 0x7ffd2c400f90) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/ice-9/rdelim.go", 0x7ffd2c400f90) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/ice-9/rdelim.go", {st_mode=S_IFREG|0444, st_size=75197, ...}) = 0
1909  openat(AT_FDCWD, "/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/ice-9/rdelim.go", O_RDONLY|O_CLOEXEC) = 9
1909  lseek(9, 0, SEEK_END)             = 75197
1909  mmap(NULL, 75197, PROT_READ, MAP_PRIVATE, 9, 0) = 0x7f0139bf9000
1909  close(9)                          = 0
1909  mprotect(0x7f0139c09000, 4248, PROT_READ|PROT_WRITE) = 0
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/ice-9/pretty-print.scm", 0x7ffd2c401180) = -1 ENOENT (No such file or directory)
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/ice-9/pretty-print", 0x7ffd2c401180) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/ice-9/pretty-print.scm", 0x7ffd2c401180) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/ice-9/pretty-print", 0x7ffd2c401180) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/share/guile/2.2/ice-9/pretty-print.scm", {st_mode=S_IFREG|0444, st_size=17289, ...}) = 0
1909  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/ice-9/pretty-print.go", 0x7ffd2c400f90) = -1 ENOENT (No such file or directory)
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/ice-9/pretty-print.go", 0x7ffd2c400f90) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/lib/guile/2.2/site-ccache/ice-9/pretty-print.go", 0x7ffd2c400f90) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/ice-9/pretty-print.go", 0x7ffd2c400f90) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/ice-9/pretty-print.go", {st_mode=S_IFREG|0444, st_size=83997, ...}) = 0
1909  openat(AT_FDCWD, "/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/ice-9/pretty-print.go", O_RDONLY|O_CLOEXEC) = 9
1909  lseek(9, 0, SEEK_END)             = 83997
1909  mmap(NULL, 83997, PROT_READ, MAP_PRIVATE, 9, 0) = 0x7f0139be4000
1909  close(9)                          = 0
1909  mprotect(0x7f0139bf4000, 5912, PROT_READ|PROT_WRITE) = 0
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/system/vm/inspect.scm", 0x7ffd2c401180) = -1 ENOENT (No such file or directory)
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/system/vm/inspect", 0x7ffd2c401180) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/system/vm/inspect.scm", 0x7ffd2c401180) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/system/vm/inspect", 0x7ffd2c401180) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/share/guile/2.2/system/vm/inspect.scm", {st_mode=S_IFREG|0444, st_size=6056, ...}) = 0
1909  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/system/vm/inspect.go", 0x7ffd2c400f90) = -1 ENOENT (No such file or directory)
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/system/vm/inspect.go", 0x7ffd2c400f90) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/lib/guile/2.2/site-ccache/system/vm/inspect.go", 0x7ffd2c400f90) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/system/vm/inspect.go", 0x7ffd2c400f90) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/system/vm/inspect.go", {st_mode=S_IFREG|0444, st_size=76325, ...}) = 0
1909  openat(AT_FDCWD, "/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/system/vm/inspect.go", O_RDONLY|O_CLOEXEC) = 9
1909  lseek(9, 0, SEEK_END)             = 76325
1909  mmap(NULL, 76325, PROT_READ, MAP_PRIVATE, 9, 0) = 0x7f0139bd1000
1909  close(9)                          = 0
1909  mprotect(0x7f0139be1000, 4584, PROT_READ|PROT_WRITE) = 0
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/system/repl/common.scm", 0x7ffd2c4018a0) = -1 ENOENT (No such file or directory)
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/system/repl/common", 0x7ffd2c4018a0) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/system/repl/common.scm", 0x7ffd2c4018a0) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/system/repl/common", 0x7ffd2c4018a0) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/share/guile/2.2/system/repl/common.scm", {st_mode=S_IFREG|0444, st_size=9771, ...}) = 0
1909  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/system/repl/common.go", 0x7ffd2c4016b0) = -1 ENOENT (No such file or directory)
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/system/repl/common.go", 0x7ffd2c4016b0) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/lib/guile/2.2/site-ccache/system/repl/common.go", 0x7ffd2c4016b0) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/system/repl/common.go", 0x7ffd2c4016b0) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/system/repl/common.go", {st_mode=S_IFREG|0444, st_size=80501, ...}) = 0
1909  openat(AT_FDCWD, "/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/system/repl/common.go", O_RDONLY|O_CLOEXEC) = 9
1909  lseek(9, 0, SEEK_END)             = 80501
1909  mmap(NULL, 80501, PROT_READ, MAP_PRIVATE, 9, 0) = 0x7f0139bbd000
1909  close(9)                          = 0
1909  mprotect(0x7f0139bcd000, 7752, PROT_READ|PROT_WRITE) = 0
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/ice-9/history.scm", 0x7ffd2c401510) = -1 ENOENT (No such file or directory)
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/ice-9/history", 0x7ffd2c401510) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/ice-9/history.scm", 0x7ffd2c401510) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/ice-9/history", 0x7ffd2c401510) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/share/guile/2.2/ice-9/history.scm", {st_mode=S_IFREG|0444, st_size=2343, ...}) = 0
1909  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/ice-9/history.go", 0x7ffd2c401320) = -1 ENOENT (No such file or directory)
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/ice-9/history.go", 0x7ffd2c401320) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/lib/guile/2.2/site-ccache/ice-9/history.go", 0x7ffd2c401320) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/ice-9/history.go", 0x7ffd2c401320) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/ice-9/history.go", {st_mode=S_IFREG|0444, st_size=70557, ...}) = 0
1909  openat(AT_FDCWD, "/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/ice-9/history.go", O_RDONLY|O_CLOEXEC) = 9
1909  lseek(9, 0, SEEK_END)             = 70557
1909  mmap(NULL, 70557, PROT_READ, MAP_PRIVATE, 9, 0) = 0x7f0139bab000
1909  close(9)                          = 0
1909  mprotect(0x7f0139bbb000, 1816, PROT_READ|PROT_WRITE) = 0
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/system/repl/command.scm", 0x7ffd2c4018a0) = -1 ENOENT (No such file or directory)
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/system/repl/command", 0x7ffd2c4018a0) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/system/repl/command.scm", 0x7ffd2c4018a0) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/system/repl/command", 0x7ffd2c4018a0) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/share/guile/2.2/system/repl/command.scm", {st_mode=S_IFREG|0444, st_size=31755, ...}) = 0
1909  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/system/repl/command.go", 0x7ffd2c4016b0) = -1 ENOENT (No such file or directory)
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/system/repl/command.go", 0x7ffd2c4016b0) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/lib/guile/2.2/site-ccache/system/repl/command.go", 0x7ffd2c4016b0) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/system/repl/command.go", 0x7ffd2c4016b0) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/system/repl/command.go", {st_mode=S_IFREG|0444, st_size=295397, ...}) = 0
1909  openat(AT_FDCWD, "/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/system/repl/command.go", O_RDONLY|O_CLOEXEC) = 9
1909  lseek(9, 0, SEEK_END)             = 295397
1909  mmap(NULL, 295397, PROT_READ, MAP_PRIVATE, 9, 0) = 0x7f0139b62000
1909  close(9)                          = 0
1909  mprotect(0x7f0139b92000, 42256, PROT_READ|PROT_WRITE) = 0
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/ice-9/session.scm", 0x7ffd2c401510) = -1 ENOENT (No such file or directory)
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/ice-9/session", 0x7ffd2c401510) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/ice-9/session.scm", 0x7ffd2c401510) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/ice-9/session", 0x7ffd2c401510) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/share/guile/2.2/ice-9/session.scm", {st_mode=S_IFREG|0444, st_size=18149, ...}) = 0
1909  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/ice-9/session.go", 0x7ffd2c401320) = -1 ENOENT (No such file or directory)
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/ice-9/session.go", 0x7ffd2c401320) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/lib/guile/2.2/site-ccache/ice-9/session.go", 0x7ffd2c401320) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/ice-9/session.go", 0x7ffd2c401320) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/ice-9/session.go", {st_mode=S_IFREG|0444, st_size=87085, ...}) = 0
1909  openat(AT_FDCWD, "/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/ice-9/session.go", O_RDONLY|O_CLOEXEC) = 9
1909  lseek(9, 0, SEEK_END)             = 87085
1909  mmap(NULL, 87085, PROT_READ, MAP_PRIVATE, 9, 0) = 0x7f0139b4c000
1909  close(9)                          = 0
1909  mprotect(0x7f0139b5c000, 8352, PROT_READ|PROT_WRITE) = 0
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/ice-9/documentation.scm", 0x7ffd2c401180) = -1 ENOENT (No such file or directory)
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/ice-9/documentation", 0x7ffd2c401180) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/ice-9/documentation.scm", 0x7ffd2c401180) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/ice-9/documentation", 0x7ffd2c401180) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/share/guile/2.2/ice-9/documentation.scm", {st_mode=S_IFREG|0444, st_size=7432, ...}) = 0
1909  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/ice-9/documentation.go", 0x7ffd2c400f90) = -1 ENOENT (No such file or directory)
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/ice-9/documentation.go", 0x7ffd2c400f90) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/lib/guile/2.2/site-ccache/ice-9/documentation.go", 0x7ffd2c400f90) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/ice-9/documentation.go", 0x7ffd2c400f90) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/ice-9/documentation.go", {st_mode=S_IFREG|0444, st_size=72765, ...}) = 0
1909  openat(AT_FDCWD, "/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/ice-9/documentation.go", O_RDONLY|O_CLOEXEC) = 9
1909  lseek(9, 0, SEEK_END)             = 72765
1909  mmap(NULL, 72765, PROT_READ, MAP_PRIVATE, 9, 0) = 0x7f0139b3a000
1909  close(9)                          = 0
1909  mprotect(0x7f0139b4a000, 2824, PROT_READ|PROT_WRITE) = 0
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/ice-9/and-let-star.scm", 0x7ffd2c401510) = -1 ENOENT (No such file or directory)
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/ice-9/and-let-star", 0x7ffd2c401510) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/ice-9/and-let-star.scm", 0x7ffd2c401510) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/ice-9/and-let-star", 0x7ffd2c401510) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/share/guile/2.2/ice-9/and-let-star.scm", {st_mode=S_IFREG|0444, st_size=2593, ...}) = 0
1909  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/ice-9/and-let-star.go", 0x7ffd2c401320) = -1 ENOENT (No such file or directory)
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/ice-9/and-let-star.go", 0x7ffd2c401320) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/lib/guile/2.2/site-ccache/ice-9/and-let-star.go", 0x7ffd2c401320) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/ice-9/and-let-star.go", 0x7ffd2c401320) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/ice-9/and-let-star.go", {st_mode=S_IFREG|0444, st_size=76125, ...}) = 0
1909  openat(AT_FDCWD, "/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/ice-9/and-let-star.go", O_RDONLY|O_CLOEXEC) = 9
1909  lseek(9, 0, SEEK_END)             = 76125
1909  mmap(NULL, 76125, PROT_READ, MAP_PRIVATE, 9, 0) = 0x7f0139b27000
1909  close(9)                          = 0
1909  mprotect(0x7f0139b37000, 6320, PROT_READ|PROT_WRITE) = 0
1909  brk(0x1cce000)                    = 0x1cce000
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/statprof.scm", 0x7ffd2c401510) = -1 ENOENT (No such file or directory)
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/statprof", 0x7ffd2c401510) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/statprof.scm", 0x7ffd2c401510) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/statprof", 0x7ffd2c401510) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/share/guile/2.2/statprof.scm", {st_mode=S_IFREG|0444, st_size=39287, ...}) = 0
1909  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/statprof.go", 0x7ffd2c401320) = -1 ENOENT (No such file or directory)
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/statprof.go", 0x7ffd2c401320) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/lib/guile/2.2/site-ccache/statprof.go", 0x7ffd2c401320) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/statprof.go", 0x7ffd2c401320) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/statprof.go", {st_mode=S_IFREG|0444, st_size=547757, ...}) = 0
1909  openat(AT_FDCWD, "/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/statprof.go", O_RDONLY|O_CLOEXEC) = 9
1909  lseek(9, 0, SEEK_END)             = 547757
1909  mmap(NULL, 547757, PROT_READ, MAP_PRIVATE, 9, 0) = 0x7f0139aa1000
1909  close(9)                          = 0
1909  mprotect(0x7f0139af1000, 152248, PROT_READ|PROT_WRITE) = 0
1909  stat("/home/jelle/.guile", {st_mode=S_IFREG|0644, st_size=784, ...}) = 0
1909  openat(AT_FDCWD, "/home/jelle/.guile", O_RDONLY) = 9
1909  fstat(9, {st_mode=S_IFREG|0644, st_size=784, ...}) = 0
1909  lseek(9, 0, SEEK_CUR)             = 0
1909  read(9, "(cond ((false-if-exception (reso"..., 4096) = 784
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/ice-9/readline.scm", {st_mode=S_IFREG|0444, st_size=9921, ...}) = 0
1909  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/ice-9/readline.go", {st_mode=S_IFREG|0444, st_size=84461, ...}) = 0
1909  openat(AT_FDCWD, "/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/ice-9/readline.go", O_RDONLY|O_CLOEXEC) = 10
1909  lseek(10, 0, SEEK_END)            = 84461
1909  mmap(NULL, 84461, PROT_READ, MAP_PRIVATE, 10, 0) = 0x7f0139a8c000
1909  close(10)                         = 0
1909  mprotect(0x7f0139a9c000, 9528, PROT_READ|PROT_WRITE) = 0
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/ice-9/buffered-input.scm", 0x7ffd2c4019e0) = -1 ENOENT (No such file or directory)
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/ice-9/buffered-input", 0x7ffd2c4019e0) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/ice-9/buffered-input.scm", 0x7ffd2c4019e0) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/ice-9/buffered-input", 0x7ffd2c4019e0) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/share/guile/2.2/ice-9/buffered-input.scm", {st_mode=S_IFREG|0444, st_size=4935, ...}) = 0
1909  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/ice-9/buffered-input.go", 0x7ffd2c4017f0) = -1 ENOENT (No such file or directory)
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/ice-9/buffered-input.go", 0x7ffd2c4017f0) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/lib/guile/2.2/site-ccache/ice-9/buffered-input.go", 0x7ffd2c4017f0) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/ice-9/buffered-input.go", 0x7ffd2c4017f0) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/ice-9/buffered-input.go", {st_mode=S_IFREG|0444, st_size=71749, ...}) = 0
1909  openat(AT_FDCWD, "/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/ice-9/buffered-input.go", O_RDONLY|O_CLOEXEC) = 10
1909  lseek(10, 0, SEEK_END)            = 71749
1909  mmap(NULL, 71749, PROT_READ, MAP_PRIVATE, 10, 0) = 0x7f0139a7a000
1909  close(10)                         = 0
1909  mprotect(0x7f0139a8a000, 1096, PROT_READ|PROT_WRITE) = 0
1909  openat(AT_FDCWD, "/gnu/store/i0nqs30zn0bdij5zwagqx1chcdk460ai-guile-readline-2.2.3/lib/guile/2.2/extensions/guile-readline.la", O_RDONLY) = 10
1909  fstat(10, {st_mode=S_IFREG|0555, st_size=1733, ...}) = 0
1909  read(10, "# guile-readline.la - a libtool "..., 4096) = 1733
1909  read(10, "", 4096)                = 0
1909  close(10)                         = 0
1909  futex(0x7f013c0f00a8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
1909  openat(AT_FDCWD, "/gnu/store/i0nqs30zn0bdij5zwagqx1chcdk460ai-guile-readline-2.2.3/lib/guile/2.2/extensions/guile-readline.so.0", O_RDONLY|O_CLOEXEC) = 10
1909  read(10, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\260/\0\0\0\0\0\0"..., 832) = 832
1909  fstat(10, {st_mode=S_IFREG|0555, st_size=58136, ...}) = 0
1909  mmap(NULL, 2145368, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 10, 0) = 0x7f013986e000
1909  mprotect(0x7f0139879000, 2093056, PROT_NONE) = 0
1909  mmap(0x7f0139a78000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 10, 0xa000) = 0x7f0139a78000
1909  close(10)                         = 0
1909  openat(AT_FDCWD, "/gnu/store/1mr5izrbxwd7cbq8m1xrqm45rzkibpsj-guile-2.2.3/lib/tls/x86_64/x86_64/libreadline.so.7", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/1mr5izrbxwd7cbq8m1xrqm45rzkibpsj-guile-2.2.3/lib/tls/x86_64/x86_64", 0x7ffd2c400be0) = -1 ENOENT (No such file or directory)
1909  openat(AT_FDCWD, "/gnu/store/1mr5izrbxwd7cbq8m1xrqm45rzkibpsj-guile-2.2.3/lib/tls/x86_64/libreadline.so.7", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/1mr5izrbxwd7cbq8m1xrqm45rzkibpsj-guile-2.2.3/lib/tls/x86_64", 0x7ffd2c400be0) = -1 ENOENT (No such file or directory)
1909  openat(AT_FDCWD, "/gnu/store/1mr5izrbxwd7cbq8m1xrqm45rzkibpsj-guile-2.2.3/lib/tls/x86_64/libreadline.so.7", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/1mr5izrbxwd7cbq8m1xrqm45rzkibpsj-guile-2.2.3/lib/tls/x86_64", 0x7ffd2c400be0) = -1 ENOENT (No such file or directory)
1909  openat(AT_FDCWD, "/gnu/store/1mr5izrbxwd7cbq8m1xrqm45rzkibpsj-guile-2.2.3/lib/tls/libreadline.so.7", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/1mr5izrbxwd7cbq8m1xrqm45rzkibpsj-guile-2.2.3/lib/tls", 0x7ffd2c400be0) = -1 ENOENT (No such file or directory)
1909  openat(AT_FDCWD, "/gnu/store/1mr5izrbxwd7cbq8m1xrqm45rzkibpsj-guile-2.2.3/lib/x86_64/x86_64/libreadline.so.7", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/1mr5izrbxwd7cbq8m1xrqm45rzkibpsj-guile-2.2.3/lib/x86_64/x86_64", 0x7ffd2c400be0) = -1 ENOENT (No such file or directory)
1909  openat(AT_FDCWD, "/gnu/store/1mr5izrbxwd7cbq8m1xrqm45rzkibpsj-guile-2.2.3/lib/x86_64/libreadline.so.7", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/1mr5izrbxwd7cbq8m1xrqm45rzkibpsj-guile-2.2.3/lib/x86_64", 0x7ffd2c400be0) = -1 ENOENT (No such file or directory)
1909  openat(AT_FDCWD, "/gnu/store/1mr5izrbxwd7cbq8m1xrqm45rzkibpsj-guile-2.2.3/lib/x86_64/libreadline.so.7", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/1mr5izrbxwd7cbq8m1xrqm45rzkibpsj-guile-2.2.3/lib/x86_64", 0x7ffd2c400be0) = -1 ENOENT (No such file or directory)
1909  openat(AT_FDCWD, "/gnu/store/1mr5izrbxwd7cbq8m1xrqm45rzkibpsj-guile-2.2.3/lib/libreadline.so.7", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/1mr5izrbxwd7cbq8m1xrqm45rzkibpsj-guile-2.2.3/lib", {st_mode=S_IFDIR|0555, st_size=4096, ...}) = 0
1909  openat(AT_FDCWD, "/gnu/store/kxga4lq2qfn0rn8yyjz86dk40bxzjhlq-libgc-7.6.4/lib/libreadline.so.7", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1909  openat(AT_FDCWD, "/gnu/store/ppsylkcpw2fk2lkzhwjd60xyr9gjl70v-libffi-3.2.1/lib/libreadline.so.7", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1909  openat(AT_FDCWD, "/gnu/store/sq5paxxwbhh8lr60gwkx2fvgijs9mcjj-gmp-6.1.2/lib/libreadline.so.7", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1909  openat(AT_FDCWD, "/gnu/store/3pb1y74ps774lb541q9300727dgnl2mp-libltdl-2.4.6/lib/libreadline.so.7", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1909  openat(AT_FDCWD, "/gnu/store/rqr8v7q7fnhxziaq3s9qmsmkpr7yax24-libunistring-0.9.9/lib/libreadline.so.7", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1909  openat(AT_FDCWD, "/gnu/store/l4lr0f5cjd0nbsaaf8b5dmcw1a1yypr3-glibc-2.27/lib/libreadline.so.7", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1909  openat(AT_FDCWD, "/gnu/store/vla5j7pbkpcp39lsdfsmz7m9azn48lr4-gcc-5.5.0-lib/lib/libreadline.so.7", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1909  openat(AT_FDCWD, "/gnu/store/s5qvyb3lp0b12qmgiwj3754an7dr1r0s-readline-7.0.3/lib/tls/x86_64/x86_64/libreadline.so.7", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/s5qvyb3lp0b12qmgiwj3754an7dr1r0s-readline-7.0.3/lib/tls/x86_64/x86_64", 0x7ffd2c400be0) = -1 ENOENT (No such file or directory)
1909  openat(AT_FDCWD, "/gnu/store/s5qvyb3lp0b12qmgiwj3754an7dr1r0s-readline-7.0.3/lib/tls/x86_64/libreadline.so.7", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/s5qvyb3lp0b12qmgiwj3754an7dr1r0s-readline-7.0.3/lib/tls/x86_64", 0x7ffd2c400be0) = -1 ENOENT (No such file or directory)
1909  openat(AT_FDCWD, "/gnu/store/s5qvyb3lp0b12qmgiwj3754an7dr1r0s-readline-7.0.3/lib/tls/x86_64/libreadline.so.7", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/s5qvyb3lp0b12qmgiwj3754an7dr1r0s-readline-7.0.3/lib/tls/x86_64", 0x7ffd2c400be0) = -1 ENOENT (No such file or directory)
1909  openat(AT_FDCWD, "/gnu/store/s5qvyb3lp0b12qmgiwj3754an7dr1r0s-readline-7.0.3/lib/tls/libreadline.so.7", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/s5qvyb3lp0b12qmgiwj3754an7dr1r0s-readline-7.0.3/lib/tls", 0x7ffd2c400be0) = -1 ENOENT (No such file or directory)
1909  openat(AT_FDCWD, "/gnu/store/s5qvyb3lp0b12qmgiwj3754an7dr1r0s-readline-7.0.3/lib/x86_64/x86_64/libreadline.so.7", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/s5qvyb3lp0b12qmgiwj3754an7dr1r0s-readline-7.0.3/lib/x86_64/x86_64", 0x7ffd2c400be0) = -1 ENOENT (No such file or directory)
1909  openat(AT_FDCWD, "/gnu/store/s5qvyb3lp0b12qmgiwj3754an7dr1r0s-readline-7.0.3/lib/x86_64/libreadline.so.7", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/s5qvyb3lp0b12qmgiwj3754an7dr1r0s-readline-7.0.3/lib/x86_64", 0x7ffd2c400be0) = -1 ENOENT (No such file or directory)
1909  openat(AT_FDCWD, "/gnu/store/s5qvyb3lp0b12qmgiwj3754an7dr1r0s-readline-7.0.3/lib/x86_64/libreadline.so.7", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/s5qvyb3lp0b12qmgiwj3754an7dr1r0s-readline-7.0.3/lib/x86_64", 0x7ffd2c400be0) = -1 ENOENT (No such file or directory)
1909  openat(AT_FDCWD, "/gnu/store/s5qvyb3lp0b12qmgiwj3754an7dr1r0s-readline-7.0.3/lib/libreadline.so.7", O_RDONLY|O_CLOEXEC) = 10
1909  read(10, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0`y\1\0\0\0\0\0"..., 832) = 832
1909  fstat(10, {st_mode=S_IFREG|0555, st_size=349192, ...}) = 0
1909  mmap(NULL, 2401480, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 10, 0) = 0x7f0139623000
1909  mprotect(0x7f0139664000, 2097152, PROT_NONE) = 0
1909  mmap(0x7f0139864000, 32768, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 10, 0x41000) = 0x7f0139864000
1909  mmap(0x7f013986c000, 5320, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f013986c000
1909  close(10)                         = 0
1909  openat(AT_FDCWD, "/gnu/store/1mr5izrbxwd7cbq8m1xrqm45rzkibpsj-guile-2.2.3/lib/libncursesw.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1909  openat(AT_FDCWD, "/gnu/store/kxga4lq2qfn0rn8yyjz86dk40bxzjhlq-libgc-7.6.4/lib/libncursesw.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1909  openat(AT_FDCWD, "/gnu/store/ppsylkcpw2fk2lkzhwjd60xyr9gjl70v-libffi-3.2.1/lib/libncursesw.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1909  openat(AT_FDCWD, "/gnu/store/sq5paxxwbhh8lr60gwkx2fvgijs9mcjj-gmp-6.1.2/lib/libncursesw.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1909  openat(AT_FDCWD, "/gnu/store/3pb1y74ps774lb541q9300727dgnl2mp-libltdl-2.4.6/lib/libncursesw.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1909  openat(AT_FDCWD, "/gnu/store/rqr8v7q7fnhxziaq3s9qmsmkpr7yax24-libunistring-0.9.9/lib/libncursesw.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1909  openat(AT_FDCWD, "/gnu/store/l4lr0f5cjd0nbsaaf8b5dmcw1a1yypr3-glibc-2.27/lib/libncursesw.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1909  openat(AT_FDCWD, "/gnu/store/vla5j7pbkpcp39lsdfsmz7m9azn48lr4-gcc-5.5.0-lib/lib/libncursesw.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1909  openat(AT_FDCWD, "/gnu/store/s5qvyb3lp0b12qmgiwj3754an7dr1r0s-readline-7.0.3/lib/libncursesw.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1909  openat(AT_FDCWD, "/gnu/store/s9gbq6q72w9vf7zjm0amjf1iw1fy856h-ncurses-6.1/lib/tls/x86_64/x86_64/libncursesw.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/s9gbq6q72w9vf7zjm0amjf1iw1fy856h-ncurses-6.1/lib/tls/x86_64/x86_64", 0x7ffd2c400bb0) = -1 ENOENT (No such file or directory)
1909  openat(AT_FDCWD, "/gnu/store/s9gbq6q72w9vf7zjm0amjf1iw1fy856h-ncurses-6.1/lib/tls/x86_64/libncursesw.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/s9gbq6q72w9vf7zjm0amjf1iw1fy856h-ncurses-6.1/lib/tls/x86_64", 0x7ffd2c400bb0) = -1 ENOENT (No such file or directory)
1909  openat(AT_FDCWD, "/gnu/store/s9gbq6q72w9vf7zjm0amjf1iw1fy856h-ncurses-6.1/lib/tls/x86_64/libncursesw.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/s9gbq6q72w9vf7zjm0amjf1iw1fy856h-ncurses-6.1/lib/tls/x86_64", 0x7ffd2c400bb0) = -1 ENOENT (No such file or directory)
1909  openat(AT_FDCWD, "/gnu/store/s9gbq6q72w9vf7zjm0amjf1iw1fy856h-ncurses-6.1/lib/tls/libncursesw.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/s9gbq6q72w9vf7zjm0amjf1iw1fy856h-ncurses-6.1/lib/tls", 0x7ffd2c400bb0) = -1 ENOENT (No such file or directory)
1909  openat(AT_FDCWD, "/gnu/store/s9gbq6q72w9vf7zjm0amjf1iw1fy856h-ncurses-6.1/lib/x86_64/x86_64/libncursesw.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/s9gbq6q72w9vf7zjm0amjf1iw1fy856h-ncurses-6.1/lib/x86_64/x86_64", 0x7ffd2c400bb0) = -1 ENOENT (No such file or directory)
1909  openat(AT_FDCWD, "/gnu/store/s9gbq6q72w9vf7zjm0amjf1iw1fy856h-ncurses-6.1/lib/x86_64/libncursesw.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/s9gbq6q72w9vf7zjm0amjf1iw1fy856h-ncurses-6.1/lib/x86_64", 0x7ffd2c400bb0) = -1 ENOENT (No such file or directory)
1909  openat(AT_FDCWD, "/gnu/store/s9gbq6q72w9vf7zjm0amjf1iw1fy856h-ncurses-6.1/lib/x86_64/libncursesw.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/s9gbq6q72w9vf7zjm0amjf1iw1fy856h-ncurses-6.1/lib/x86_64", 0x7ffd2c400bb0) = -1 ENOENT (No such file or directory)
1909  openat(AT_FDCWD, "/gnu/store/s9gbq6q72w9vf7zjm0amjf1iw1fy856h-ncurses-6.1/lib/libncursesw.so.6", O_RDONLY|O_CLOEXEC) = 10
1909  read(10, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\260\213\1\0\0\0\0\0"..., 832) = 832
1909  fstat(10, {st_mode=S_IFREG|0555, st_size=494848, ...}) = 0
1909  mmap(NULL, 2550680, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 10, 0) = 0x7f01393b4000
1909  mprotect(0x7f013941e000, 2093056, PROT_NONE) = 0
1909  mmap(0x7f013961d000, 24576, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 10, 0x69000) = 0x7f013961d000
1909  close(10)                         = 0
1909  mprotect(0x7f013961d000, 16384, PROT_READ) = 0
1909  mprotect(0x7f0139864000, 8192, PROT_READ) = 0
1909  mprotect(0x7f0139a78000, 4096, PROT_READ) = 0
1909  openat(AT_FDCWD, "/gnu/store/l4lr0f5cjd0nbsaaf8b5dmcw1a1yypr3-glibc-2.27/share/locale/en_US.utf8/LC_MESSAGES/libc.mo", O_RDONLY) = -1 ENOENT (No such file or directory)
1909  openat(AT_FDCWD, "/gnu/store/l4lr0f5cjd0nbsaaf8b5dmcw1a1yypr3-glibc-2.27/share/locale/en_US/LC_MESSAGES/libc.mo", O_RDONLY) = -1 ENOENT (No such file or directory)
1909  openat(AT_FDCWD, "/gnu/store/l4lr0f5cjd0nbsaaf8b5dmcw1a1yypr3-glibc-2.27/share/locale/en.utf8/LC_MESSAGES/libc.mo", O_RDONLY) = -1 ENOENT (No such file or directory)
1909  openat(AT_FDCWD, "/gnu/store/l4lr0f5cjd0nbsaaf8b5dmcw1a1yypr3-glibc-2.27/share/locale/en/LC_MESSAGES/libc.mo", O_RDONLY) = -1 ENOENT (No such file or directory)
1909  write(1, "instead of activate-readline", 28) = 28
1909  ioctl(0, TCGETS, 0x7ffd2c401e30)  = -1 ENOTTY (Inappropriate ioctl for device)
1909  brk(0x1cde000)                    = 0x1cde000
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/ice-9/colorized.scm", {st_mode=S_IFREG|0444, st_size=13521, ...}) = 0
1909  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/ice-9/colorized.go", {st_mode=S_IFREG|0444, st_size=199917, ...}) = 0
1909  openat(AT_FDCWD, "/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/ice-9/colorized.go", O_RDONLY|O_CLOEXEC) = 10
1909  lseek(10, 0, SEEK_END)            = 199917
1909  mmap(NULL, 199917, PROT_READ, MAP_PRIVATE, 10, 0) = 0x7f0139383000
1909  close(10)                         = 0
1909  mprotect(0x7f01393a3000, 47712, PROT_READ|PROT_WRITE) = 0
1909  read(9, "", 4096)                 = 0
1909  close(9)                          = 0
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/ice-9/r5rs.scm", 0x7ffd2c401fc0) = -1 ENOENT (No such file or directory)
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/ice-9/r5rs", 0x7ffd2c401fc0) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/ice-9/r5rs.scm", 0x7ffd2c401fc0) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/ice-9/r5rs", 0x7ffd2c401fc0) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/share/guile/2.2/ice-9/r5rs.scm", {st_mode=S_IFREG|0444, st_size=1602, ...}) = 0
1909  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/ice-9/r5rs.go", 0x7ffd2c401dd0) = -1 ENOENT (No such file or directory)
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/ice-9/r5rs.go", 0x7ffd2c401dd0) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/lib/guile/2.2/site-ccache/ice-9/r5rs.go", 0x7ffd2c401dd0) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/ice-9/r5rs.go", 0x7ffd2c401dd0) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/ice-9/r5rs.go", {st_mode=S_IFREG|0444, st_size=69253, ...}) = 0
1909  openat(AT_FDCWD, "/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/ice-9/r5rs.go", O_RDONLY|O_CLOEXEC) = 9
1909  lseek(9, 0, SEEK_END)             = 69253
1909  mmap(NULL, 69253, PROT_READ, MAP_PRIVATE, 9, 0) = 0x7f0139372000
1909  close(9)                          = 0
1909  mprotect(0x7f0139382000, 1456, PROT_READ|PROT_WRITE) = 0
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/ice-9/safe-r5rs.scm", 0x7ffd2c401c30) = -1 ENOENT (No such file or directory)
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/ice-9/safe-r5rs", 0x7ffd2c401c30) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/ice-9/safe-r5rs.scm", 0x7ffd2c401c30) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/ice-9/safe-r5rs", 0x7ffd2c401c30) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/share/guile/2.2/ice-9/safe-r5rs.scm", {st_mode=S_IFREG|0444, st_size=3814, ...}) = 0
1909  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/ice-9/safe-r5rs.go", 0x7ffd2c401a40) = -1 ENOENT (No such file or directory)
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/ice-9/safe-r5rs.go", 0x7ffd2c401a40) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/lib/guile/2.2/site-ccache/ice-9/safe-r5rs.go", 0x7ffd2c401a40) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/ice-9/safe-r5rs.go", 0x7ffd2c401a40) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/ice-9/safe-r5rs.go", {st_mode=S_IFREG|0444, st_size=79293, ...}) = 0
1909  openat(AT_FDCWD, "/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/ice-9/safe-r5rs.go", O_RDONLY|O_CLOEXEC) = 9
1909  lseek(9, 0, SEEK_END)             = 79293
1909  mmap(NULL, 79293, PROT_READ, MAP_PRIVATE, 9, 0) = 0x7f013935e000
1909  close(9)                          = 0
1909  mprotect(0x7f013936e000, 11472, PROT_READ|PROT_WRITE) = 0
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/ice-9/null.scm", 0x7ffd2c4018a0) = -1 ENOENT (No such file or directory)
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/ice-9/null", 0x7ffd2c4018a0) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/ice-9/null.scm", 0x7ffd2c4018a0) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/ice-9/null", 0x7ffd2c4018a0) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/share/guile/2.2/ice-9/null.scm", {st_mode=S_IFREG|0444, st_size=1157, ...}) = 0
1909  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/ice-9/null.go", 0x7ffd2c4016b0) = -1 ENOENT (No such file or directory)
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/ice-9/null.go", 0x7ffd2c4016b0) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/lib/guile/2.2/site-ccache/ice-9/null.go", 0x7ffd2c4016b0) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/ice-9/null.go", 0x7ffd2c4016b0) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/ice-9/null.go", {st_mode=S_IFREG|0444, st_size=68925, ...}) = 0
1909  openat(AT_FDCWD, "/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/ice-9/null.go", O_RDONLY|O_CLOEXEC) = 9
1909  lseek(9, 0, SEEK_END)             = 68925
1909  mmap(NULL, 68925, PROT_READ, MAP_PRIVATE, 9, 0) = 0x7f013934d000
1909  close(9)                          = 0
1909  mprotect(0x7f013935d000, 1472, PROT_READ|PROT_WRITE) = 0
1909  pipe2([9, 10], O_CLOEXEC)         = 0
1909  mmap(NULL, 8392704, PROT_NONE, MAP_PRIVATE|MAP_ANONYMOUS|MAP_STACK, -1, 0) = 0x7f0138b4c000
1909  mprotect(0x7f0138b4d000, 8388608, PROT_READ|PROT_WRITE) = 0
1909  clone( <unfinished ...>
1912  set_robust_list(0x7f013934c9e0, 24 <unfinished ...>
1909  <... clone resumed> child_stack=0x7f013934bfb0, flags=CLONE_VM|CLONE_FS|CLONE_FILES|CLONE_SIGHAND|CLONE_THREAD|CLONE_SYSVSEM|CLONE_SETTLS|CLONE_PARENT_SETTID|CLONE_CHILD_CLEARTID, parent_tidptr=0x7f013934c9d0, tls=0x7f013934c700, child_tidptr=0x7f013934c9d0) = 1912
1909  futex(0x1925e60, FUTEX_WAIT_PRIVATE, 0, NULL <unfinished ...>
1912  <... set_robust_list resumed> )   = 0
1912  pipe2([11, 12], O_CLOEXEC)        = 0
1912  mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f0138b4b000
1912  futex(0x1925e60, FUTEX_WAKE_PRIVATE, 1) = 1
1909  <... futex resumed> )             = 0
1909  futex(0x1c47fc0, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
1912  futex(0x1c47fc0, FUTEX_WAIT_PRIVATE, 2, NULL <unfinished ...>
1909  <... futex resumed> )             = 0
1912  <... futex resumed> )             = -1 EAGAIN (Resource temporarily unavailable)
1909  futex(0x1925e64, FUTEX_WAIT_PRIVATE, 0, NULL <unfinished ...>
1912  futex(0x1925e64, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
1909  <... futex resumed> )             = -1 EAGAIN (Resource temporarily unavailable)
1912  <... futex resumed> )             = 0
1909  futex(0x1c47fc0, FUTEX_WAIT_PRIVATE, 2, NULL <unfinished ...>
1912  futex(0x1c47fc0, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
1909  <... futex resumed> )             = -1 EAGAIN (Resource temporarily unavailable)
1912  <... futex resumed> )             = 0
1909  futex(0x1c47fc0, FUTEX_WAKE_PRIVATE, 1) = 0
1912  rt_sigprocmask(SIG_SETMASK, ~[PWR RTMIN RT_1],  <unfinished ...>
1909  futex(0x7f013d2cfac8, FUTEX_WAKE_PRIVATE, 2147483647 <unfinished ...>
1912  <... rt_sigprocmask resumed> NULL, 8) = 0
1909  <... futex resumed> )             = 0
1912  rt_sigprocmask(SIG_BLOCK, NULL,  <unfinished ...>
1909  rt_sigaction(SIGINT, {sa_handler=0x7f013d0431c0, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7f013cb2aed0},  <unfinished ...>
1912  <... rt_sigprocmask resumed> ~[KILL STOP PWR RTMIN RT_1], 8) = 0
1909  <... rt_sigaction resumed> {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
1912  read(9,  <unfinished ...>
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/language/scheme/spec.scm", 0x7ffd2c401fc0) = -1 ENOENT (No such file or directory)
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/language/scheme/spec", 0x7ffd2c401fc0) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/language/scheme/spec.scm", 0x7ffd2c401fc0) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/language/scheme/spec", 0x7ffd2c401fc0) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/share/guile/2.2/language/scheme/spec.scm", {st_mode=S_IFREG|0444, st_size=2654, ...}) = 0
1909  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/language/scheme/spec.go", 0x7ffd2c401dd0) = -1 ENOENT (No such file or directory)
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/language/scheme/spec.go", 0x7ffd2c401dd0) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/lib/guile/2.2/site-ccache/language/scheme/spec.go", 0x7ffd2c401dd0) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/language/scheme/spec.go", 0x7ffd2c401dd0) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/language/scheme/spec.go", {st_mode=S_IFREG|0444, st_size=70333, ...}) = 0
1909  openat(AT_FDCWD, "/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/language/scheme/spec.go", O_RDONLY|O_CLOEXEC) = 13
1909  lseek(13, 0, SEEK_END)            = 70333
1909  mmap(NULL, 70333, PROT_READ, MAP_PRIVATE, 13, 0) = 0x7f0138b39000
1909  close(13)                         = 0
1909  mprotect(0x7f0138b49000, 2304, PROT_READ|PROT_WRITE) = 0
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/language/scheme/compile-tree-il.scm", 0x7ffd2c401c30) = -1 ENOENT (No such file or directory)
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/language/scheme/compile-tree-il", 0x7ffd2c401c30) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/language/scheme/compile-tree-il.scm", 0x7ffd2c401c30) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/language/scheme/compile-tree-il", 0x7ffd2c401c30) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/share/guile/2.2/language/scheme/compile-tree-il.scm", {st_mode=S_IFREG|0444, st_size=1243, ...}) = 0
1909  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/language/scheme/compile-tree-il.go", 0x7ffd2c401a40) = -1 ENOENT (No such file or directory)
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/language/scheme/compile-tree-il.go", 0x7ffd2c401a40) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/lib/guile/2.2/site-ccache/language/scheme/compile-tree-il.go", 0x7ffd2c401a40) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/language/scheme/compile-tree-il.go", 0x7ffd2c401a40) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/language/scheme/compile-tree-il.go", {st_mode=S_IFREG|0444, st_size=68741, ...}) = 0
1909  openat(AT_FDCWD, "/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/language/scheme/compile-tree-il.go", O_RDONLY|O_CLOEXEC) = 13
1909  lseek(13, 0, SEEK_END)            = 68741
1909  mmap(NULL, 68741, PROT_READ, MAP_PRIVATE, 13, 0) = 0x7f0138b28000
1909  close(13)                         = 0
1909  mprotect(0x7f0138b38000, 952, PROT_READ|PROT_WRITE) = 0
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/language/tree-il.scm", 0x7ffd2c4018a0) = -1 ENOENT (No such file or directory)
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/language/tree-il", 0x7ffd2c4018a0) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/language/tree-il.scm", 0x7ffd2c4018a0) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/language/tree-il", 0x7ffd2c4018a0) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/share/guile/2.2/language/tree-il.scm", {st_mode=S_IFREG|0444, st_size=23796, ...}) = 0
1909  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/language/tree-il.go", 0x7ffd2c4016b0) = -1 ENOENT (No such file or directory)
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/language/tree-il.go", 0x7ffd2c4016b0) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/lib/guile/2.2/site-ccache/language/tree-il.go", 0x7ffd2c4016b0) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/language/tree-il.go", 0x7ffd2c4016b0) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/language/tree-il.go", {st_mode=S_IFREG|0444, st_size=196357, ...}) = 0
1909  openat(AT_FDCWD, "/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/language/tree-il.go", O_RDONLY|O_CLOEXEC) = 13
1909  lseek(13, 0, SEEK_END)            = 196357
1909  mmap(NULL, 196357, PROT_READ, MAP_PRIVATE, 13, 0) = 0x7f0138af8000
1909  close(13)                         = 0
1909  mprotect(0x7f0138b18000, 30480, PROT_READ|PROT_WRITE) = 0
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/language/scheme/decompile-tree-il.scm", 0x7ffd2c401c30) = -1 ENOENT (No such file or directory)
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/language/scheme/decompile-tree-il", 0x7ffd2c401c30) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/language/scheme/decompile-tree-il.scm", 0x7ffd2c401c30) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/language/scheme/decompile-tree-il", 0x7ffd2c401c30) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/share/guile/2.2/language/scheme/decompile-tree-il.scm", {st_mode=S_IFREG|0444, st_size=32734, ...}) = 0
1909  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/language/scheme/decompile-tree-il.go", 0x7ffd2c401a40) = -1 ENOENT (No such file or directory)
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/language/scheme/decompile-tree-il.go", 0x7ffd2c401a40) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/lib/guile/2.2/site-ccache/language/scheme/decompile-tree-il.go", 0x7ffd2c401a40) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/language/scheme/decompile-tree-il.go", 0x7ffd2c401a40) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/language/scheme/decompile-tree-il.go", {st_mode=S_IFREG|0444, st_size=174477, ...}) = 0
1909  openat(AT_FDCWD, "/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/language/scheme/decompile-tree-il.go", O_RDONLY|O_CLOEXEC) = 13
1909  lseek(13, 0, SEEK_END)            = 174477
1909  mmap(NULL, 174477, PROT_READ, MAP_PRIVATE, 13, 0) = 0x7f0138acd000
1909  close(13)                         = 0
1909  mprotect(0x7f0138aed000, 10856, PROT_READ|PROT_WRITE) = 0
1909  times({tms_utime=8, tms_stime=3, tms_cutime=0, tms_cstime=0}) = 1718410184
1909  write(1, "GNU Guile 2.2.4\nCopyright (C) 19"..., 252) = 252
1909  write(1, "for details.", 12)      = 12
1909  write(1, "\n", 1)                 = 1
1909  write(1, "\n", 1)                 = 1
1909  write(1, "Enter `,help' for help.\n", 24) = 24
1909  poll([{fd=0, events=POLLIN}], 1, 0) = 1 ([{fd=0, revents=POLLIN|POLLHUP}])
1909  read(0, "(use-modules (git))(display \"Thi"..., 4096) = 52
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/language/bytecode/spec.scm", 0x7ffd2c401fc0) = -1 ENOENT (No such file or directory)
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/language/bytecode/spec", 0x7ffd2c401fc0) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/language/bytecode/spec.scm", 0x7ffd2c401fc0) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/language/bytecode/spec", 0x7ffd2c401fc0) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/share/guile/2.2/language/bytecode/spec.scm", {st_mode=S_IFREG|0444, st_size=1533, ...}) = 0
1909  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/language/bytecode/spec.go", 0x7ffd2c401dd0) = -1 ENOENT (No such file or directory)
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/language/bytecode/spec.go", 0x7ffd2c401dd0) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/lib/guile/2.2/site-ccache/language/bytecode/spec.go", 0x7ffd2c401dd0) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/language/bytecode/spec.go", 0x7ffd2c401dd0) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/language/bytecode/spec.go", {st_mode=S_IFREG|0444, st_size=69741, ...}) = 0
1909  openat(AT_FDCWD, "/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/language/bytecode/spec.go", O_RDONLY|O_CLOEXEC) = 13
1909  lseek(13, 0, SEEK_END)            = 69741
1909  mmap(NULL, 69741, PROT_READ, MAP_PRIVATE, 13, 0) = 0x7f0138abb000
1909  close(13)                         = 0
1909  mprotect(0x7f0138acb000, 1712, PROT_READ|PROT_WRITE) = 0
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/ice-9/binary-ports.scm", 0x7ffd2c401c30) = -1 ENOENT (No such file or directory)
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/ice-9/binary-ports", 0x7ffd2c401c30) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/ice-9/binary-ports.scm", 0x7ffd2c401c30) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/ice-9/binary-ports", 0x7ffd2c401c30) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/share/guile/2.2/ice-9/binary-ports.scm", {st_mode=S_IFREG|0444, st_size=1970, ...}) = 0
1909  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/ice-9/binary-ports.go", 0x7ffd2c401a40) = -1 ENOENT (No such file or directory)
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/ice-9/binary-ports.go", 0x7ffd2c401a40) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/lib/guile/2.2/site-ccache/ice-9/binary-ports.go", 0x7ffd2c401a40) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/ice-9/binary-ports.go", 0x7ffd2c401a40) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/ice-9/binary-ports.go", {st_mode=S_IFREG|0444, st_size=69213, ...}) = 0
1909  openat(AT_FDCWD, "/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/ice-9/binary-ports.go", O_RDONLY|O_CLOEXEC) = 13
1909  lseek(13, 0, SEEK_END)            = 69213
1909  mmap(NULL, 69213, PROT_READ, MAP_PRIVATE, 13, 0) = 0x7f0138aaa000
1909  close(13)                         = 0
1909  mprotect(0x7f0138aba000, 1680, PROT_READ|PROT_WRITE) = 0
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/language/tree-il/spec.scm", 0x7ffd2c401fc0) = -1 ENOENT (No such file or directory)
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/language/tree-il/spec", 0x7ffd2c401fc0) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/language/tree-il/spec.scm", 0x7ffd2c401fc0) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/language/tree-il/spec", 0x7ffd2c401fc0) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/share/guile/2.2/language/tree-il/spec.scm", {st_mode=S_IFREG|0444, st_size=1598, ...}) = 0
1909  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/language/tree-il/spec.go", 0x7ffd2c401dd0) = -1 ENOENT (No such file or directory)
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/language/tree-il/spec.go", 0x7ffd2c401dd0) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/lib/guile/2.2/site-ccache/language/tree-il/spec.go", 0x7ffd2c401dd0) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/language/tree-il/spec.go", 0x7ffd2c401dd0) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/language/tree-il/spec.go", {st_mode=S_IFREG|0444, st_size=70133, ...}) = 0
1909  openat(AT_FDCWD, "/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/language/tree-il/spec.go", O_RDONLY|O_CLOEXEC) = 13
1909  lseek(13, 0, SEEK_END)            = 70133
1909  mmap(NULL, 70133, PROT_READ, MAP_PRIVATE, 13, 0) = 0x7f0138a98000
1909  close(13)                         = 0
1909  mprotect(0x7f0138aa8000, 2032, PROT_READ|PROT_WRITE) = 0
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/language/tree-il/compile-cps.scm", 0x7ffd2c401c30) = -1 ENOENT (No such file or directory)
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/language/tree-il/compile-cps", 0x7ffd2c401c30) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/language/tree-il/compile-cps.scm", 0x7ffd2c401c30) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/language/tree-il/compile-cps", 0x7ffd2c401c30) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/share/guile/2.2/language/tree-il/compile-cps.scm", {st_mode=S_IFREG|0444, st_size=46972, ...}) = 0
1909  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/language/tree-il/compile-cps.go", 0x7ffd2c401a40) = -1 ENOENT (No such file or directory)
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/language/tree-il/compile-cps.go", 0x7ffd2c401a40) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/lib/guile/2.2/site-ccache/language/tree-il/compile-cps.go", 0x7ffd2c401a40) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/language/tree-il/compile-cps.go", 0x7ffd2c401a40) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/language/tree-il/compile-cps.go", {st_mode=S_IFREG|0444, st_size=171933, ...}) = 0
1909  openat(AT_FDCWD, "/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/language/tree-il/compile-cps.go", O_RDONLY|O_CLOEXEC) = 13
1909  lseek(13, 0, SEEK_END)            = 171933
1909  mmap(NULL, 171933, PROT_READ, MAP_PRIVATE, 13, 0) = 0x7f0138a6e000
1909  close(13)                         = 0
1909  mprotect(0x7f0138a8e000, 12384, PROT_READ|PROT_WRITE) = 0
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/language/cps.scm", 0x7ffd2c4018a0) = -1 ENOENT (No such file or directory)
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/language/cps", 0x7ffd2c4018a0) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/language/cps.scm", 0x7ffd2c4018a0) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/language/cps", 0x7ffd2c4018a0) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/share/guile/2.2/language/cps.scm", {st_mode=S_IFREG|0444, st_size=14197, ...}) = 0
1909  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/language/cps.go", 0x7ffd2c4016b0) = -1 ENOENT (No such file or directory)
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/language/cps.go", 0x7ffd2c4016b0) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/lib/guile/2.2/site-ccache/language/cps.go", 0x7ffd2c4016b0) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/language/cps.go", 0x7ffd2c4016b0) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/language/cps.go", {st_mode=S_IFREG|0444, st_size=796829, ...}) = 0
1909  openat(AT_FDCWD, "/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/language/cps.go", O_RDONLY|O_CLOEXEC) = 13
1909  lseek(13, 0, SEEK_END)            = 796829
1909  mmap(NULL, 796829, PROT_READ, MAP_PRIVATE, 13, 0) = 0x7f01389ab000
1909  close(13)                         = 0
1909  mprotect(0x7f0138a1b000, 252896, PROT_READ|PROT_WRITE) = 0
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/language/cps/utils.scm", 0x7ffd2c4018a0) = -1 ENOENT (No such file or directory)
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/language/cps/utils", 0x7ffd2c4018a0) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/language/cps/utils.scm", 0x7ffd2c4018a0) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/language/cps/utils", 0x7ffd2c4018a0) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/share/guile/2.2/language/cps/utils.scm", {st_mode=S_IFREG|0444, st_size=21116, ...}) = 0
1909  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/language/cps/utils.go", 0x7ffd2c4016b0) = -1 ENOENT (No such file or directory)
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/language/cps/utils.go", 0x7ffd2c4016b0) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/lib/guile/2.2/site-ccache/language/cps/utils.go", 0x7ffd2c4016b0) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/language/cps/utils.go", 0x7ffd2c4016b0) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/language/cps/utils.go", {st_mode=S_IFREG|0444, st_size=103221, ...}) = 0
1909  openat(AT_FDCWD, "/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/language/cps/utils.go", O_RDONLY|O_CLOEXEC) = 13
1909  lseek(13, 0, SEEK_END)            = 103221
1909  mmap(NULL, 103221, PROT_READ, MAP_PRIVATE, 13, 0) = 0x7f0138991000
1909  close(13)                         = 0
1909  mprotect(0x7f01389a1000, 17824, PROT_READ|PROT_WRITE) = 0
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/language/cps/intset.scm", 0x7ffd2c401510) = -1 ENOENT (No such file or directory)
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/language/cps/intset", 0x7ffd2c401510) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/language/cps/intset.scm", 0x7ffd2c401510) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/language/cps/intset", 0x7ffd2c401510) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/share/guile/2.2/language/cps/intset.scm", {st_mode=S_IFREG|0444, st_size=30292, ...}) = 0
1909  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/language/cps/intset.go", 0x7ffd2c401320) = -1 ENOENT (No such file or directory)
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/language/cps/intset.go", 0x7ffd2c401320) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/lib/guile/2.2/site-ccache/language/cps/intset.go", 0x7ffd2c401320) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/language/cps/intset.go", 0x7ffd2c401320) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/language/cps/intset.go", {st_mode=S_IFREG|0444, st_size=325565, ...}) = 0
1909  openat(AT_FDCWD, "/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/language/cps/intset.go", O_RDONLY|O_CLOEXEC) = 13
1909  lseek(13, 0, SEEK_END)            = 325565
1909  mmap(NULL, 325565, PROT_READ, MAP_PRIVATE, 13, 0) = 0x7f0138941000
1909  close(13)                         = 0
1909  mprotect(0x7f0138971000, 87712, PROT_READ|PROT_WRITE) = 0
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/language/cps/intmap.scm", 0x7ffd2c401510) = -1 ENOENT (No such file or directory)
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/language/cps/intmap", 0x7ffd2c401510) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/language/cps/intmap.scm", 0x7ffd2c401510) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/language/cps/intmap", 0x7ffd2c401510) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/share/guile/2.2/language/cps/intmap.scm", {st_mode=S_IFREG|0444, st_size=28915, ...}) = 0
1909  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/language/cps/intmap.go", 0x7ffd2c401320) = -1 ENOENT (No such file or directory)
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/language/cps/intmap.go", 0x7ffd2c401320) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/lib/guile/2.2/site-ccache/language/cps/intmap.go", 0x7ffd2c401320) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/language/cps/intmap.go", 0x7ffd2c401320) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/language/cps/intmap.go", {st_mode=S_IFREG|0444, st_size=320333, ...}) = 0
1909  openat(AT_FDCWD, "/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/language/cps/intmap.go", O_RDONLY|O_CLOEXEC) = 13
1909  lseek(13, 0, SEEK_END)            = 320333
1909  mmap(NULL, 320333, PROT_READ, MAP_PRIVATE, 13, 0) = 0x7f01388f2000
1909  close(13)                         = 0
1909  mprotect(0x7f0138922000, 83944, PROT_READ|PROT_WRITE) = 0
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/language/cps/with-cps.scm", 0x7ffd2c4018a0) = -1 ENOENT (No such file or directory)
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/language/cps/with-cps", 0x7ffd2c4018a0) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/language/cps/with-cps.scm", 0x7ffd2c4018a0) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/language/cps/with-cps", 0x7ffd2c4018a0) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/share/guile/2.2/language/cps/with-cps.scm", {st_mode=S_IFREG|0444, st_size=5856, ...}) = 0
1909  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/language/cps/with-cps.go", 0x7ffd2c4016b0) = -1 ENOENT (No such file or directory)
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/language/cps/with-cps.go", 0x7ffd2c4016b0) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/lib/guile/2.2/site-ccache/language/cps/with-cps.go", 0x7ffd2c4016b0) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/language/cps/with-cps.go", 0x7ffd2c4016b0) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/language/cps/with-cps.go", {st_mode=S_IFREG|0444, st_size=79405, ...}) = 0
1909  openat(AT_FDCWD, "/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/language/cps/with-cps.go", O_RDONLY|O_CLOEXEC) = 13
1909  lseek(13, 0, SEEK_END)            = 79405
1909  mmap(NULL, 79405, PROT_READ, MAP_PRIVATE, 13, 0) = 0x7f01388de000
1909  close(13)                         = 0
1909  mprotect(0x7f01388ee000, 10152, PROT_READ|PROT_WRITE) = 0
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/language/cps/primitives.scm", 0x7ffd2c4018a0) = -1 ENOENT (No such file or directory)
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/language/cps/primitives", 0x7ffd2c4018a0) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/language/cps/primitives.scm", 0x7ffd2c4018a0) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/language/cps/primitives", 0x7ffd2c4018a0) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/share/guile/2.2/language/cps/primitives.scm", {st_mode=S_IFREG|0444, st_size=4541, ...}) = 0
1909  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/language/cps/primitives.go", 0x7ffd2c4016b0) = -1 ENOENT (No such file or directory)
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/language/cps/primitives.go", 0x7ffd2c4016b0) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/lib/guile/2.2/site-ccache/language/cps/primitives.go", 0x7ffd2c4016b0) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/language/cps/primitives.go", 0x7ffd2c4016b0) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/language/cps/primitives.go", {st_mode=S_IFREG|0444, st_size=77253, ...}) = 0
1909  openat(AT_FDCWD, "/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/language/cps/primitives.go", O_RDONLY|O_CLOEXEC) = 13
1909  lseek(13, 0, SEEK_END)            = 77253
1909  mmap(NULL, 77253, PROT_READ, MAP_PRIVATE, 13, 0) = 0x7f01388cb000
1909  close(13)                         = 0
1909  mprotect(0x7f01388db000, 8424, PROT_READ|PROT_WRITE) = 0
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/language/tree-il/analyze.scm", 0x7ffd2c4018a0) = -1 ENOENT (No such file or directory)
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/language/tree-il/analyze", 0x7ffd2c4018a0) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/language/tree-il/analyze.scm", 0x7ffd2c4018a0) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/language/tree-il/analyze", 0x7ffd2c4018a0) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/share/guile/2.2/language/tree-il/analyze.scm", {st_mode=S_IFREG|0444, st_size=61791, ...}) = 0
1909  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/language/tree-il/analyze.go", 0x7ffd2c4016b0) = -1 ENOENT (No such file or directory)
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/language/tree-il/analyze.go", 0x7ffd2c4016b0) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/lib/guile/2.2/site-ccache/language/tree-il/analyze.go", 0x7ffd2c4016b0) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/language/tree-il/analyze.go", 0x7ffd2c4016b0) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/language/tree-il/analyze.go", {st_mode=S_IFREG|0444, st_size=424093, ...}) = 0
1909  openat(AT_FDCWD, "/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/language/tree-il/analyze.go", O_RDONLY|O_CLOEXEC) = 13
1909  lseek(13, 0, SEEK_END)            = 424093
1909  mmap(NULL, 424093, PROT_READ, MAP_PRIVATE, 13, 0) = 0x7f0138863000
1909  close(13)                         = 0
1909  mprotect(0x7f01388a3000, 105576, PROT_READ|PROT_WRITE) = 0
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/language/tree-il/optimize.scm", 0x7ffd2c4018a0) = -1 ENOENT (No such file or directory)
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/language/tree-il/optimize", 0x7ffd2c4018a0) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/language/tree-il/optimize.scm", 0x7ffd2c4018a0) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/language/tree-il/optimize", 0x7ffd2c4018a0) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/share/guile/2.2/language/tree-il/optimize.scm", {st_mode=S_IFREG|0444, st_size=1665, ...}) = 0
1909  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/language/tree-il/optimize.go", 0x7ffd2c4016b0) = -1 ENOENT (No such file or directory)
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/language/tree-il/optimize.go", 0x7ffd2c4016b0) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/lib/guile/2.2/site-ccache/language/tree-il/optimize.go", 0x7ffd2c4016b0) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/language/tree-il/optimize.go", 0x7ffd2c4016b0) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/language/tree-il/optimize.go", {st_mode=S_IFREG|0444, st_size=69749, ...}) = 0
1909  openat(AT_FDCWD, "/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/language/tree-il/optimize.go", O_RDONLY|O_CLOEXEC) = 13
1909  lseek(13, 0, SEEK_END)            = 69749
1909  mmap(NULL, 69749, PROT_READ, MAP_PRIVATE, 13, 0) = 0x7f0138851000
1909  close(13)                         = 0
1909  mprotect(0x7f0138861000, 1696, PROT_READ|PROT_WRITE) = 0
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/language/tree-il/primitives.scm", 0x7ffd2c401510) = -1 ENOENT (No such file or directory)
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/language/tree-il/primitives", 0x7ffd2c401510) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/language/tree-il/primitives.scm", 0x7ffd2c401510) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/language/tree-il/primitives", 0x7ffd2c401510) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/share/guile/2.2/language/tree-il/primitives.scm", {st_mode=S_IFREG|0444, st_size=22233, ...}) = 0
1909  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/language/tree-il/primitives.go", 0x7ffd2c401320) = -1 ENOENT (No such file or directory)
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/language/tree-il/primitives.go", 0x7ffd2c401320) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/lib/guile/2.2/site-ccache/language/tree-il/primitives.go", 0x7ffd2c401320) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/language/tree-il/primitives.go", 0x7ffd2c401320) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/language/tree-il/primitives.go", {st_mode=S_IFREG|0444, st_size=178085, ...}) = 0
1909  openat(AT_FDCWD, "/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/language/tree-il/primitives.go", O_RDONLY|O_CLOEXEC) = 13
1909  lseek(13, 0, SEEK_END)            = 178085
1909  mmap(NULL, 178085, PROT_READ, MAP_PRIVATE, 13, 0) = 0x7f0138825000
1909  close(13)                         = 0
1909  mprotect(0x7f0138845000, 22664, PROT_READ|PROT_WRITE) = 0
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/srfi/srfi-16.scm", 0x7ffd2c401180) = -1 ENOENT (No such file or directory)
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/srfi/srfi-16", 0x7ffd2c401180) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/srfi/srfi-16.scm", 0x7ffd2c401180) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/srfi/srfi-16", 0x7ffd2c401180) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/share/guile/2.2/srfi/srfi-16.scm", {st_mode=S_IFREG|0444, st_size=1883, ...}) = 0
1909  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/srfi/srfi-16.go", 0x7ffd2c400f90) = -1 ENOENT (No such file or directory)
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/srfi/srfi-16.go", 0x7ffd2c400f90) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/lib/guile/2.2/site-ccache/srfi/srfi-16.go", 0x7ffd2c400f90) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/srfi/srfi-16.go", 0x7ffd2c400f90) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/srfi/srfi-16.go", {st_mode=S_IFREG|0444, st_size=67917, ...}) = 0
1909  openat(AT_FDCWD, "/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/srfi/srfi-16.go", O_RDONLY|O_CLOEXEC) = 13
1909  lseek(13, 0, SEEK_END)            = 67917
1909  mmap(NULL, 67917, PROT_READ, MAP_PRIVATE, 13, 0) = 0x7f0138814000
1909  close(13)                         = 0
1909  mprotect(0x7f0138824000, 464, PROT_READ|PROT_WRITE) = 0
1909  clock_gettime(CLOCK_PROCESS_CPUTIME_ID, {tv_sec=0, tv_nsec=143203988}) = 0
1909  rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0
1909  futex(0x7f013cf796ec, FUTEX_WAKE_PRIVATE, 2147483647) = 1
1910  <... futex resumed> )             = 0
1910  futex(0x7f013cf792c0, FUTEX_WAIT_PRIVATE, 2, NULL <unfinished ...>
1909  futex(0x7f013cf792c0, FUTEX_WAKE_PRIVATE, 1) = 0
1910  <... futex resumed> )             = -1 EAGAIN (Resource temporarily unavailable)
1910  futex(0x7f013cf792c0, FUTEX_WAKE_PRIVATE, 1) = 0
1910  madvise(0x7f013a7bd000, 4096, MADV_DONTNEED <unfinished ...>
1909  futex(0x7f013cf796e8, FUTEX_WAIT_PRIVATE, 0, NULL <unfinished ...>
1910  <... madvise resumed> )           = 0
1909  <... futex resumed> )             = -1 EAGAIN (Resource temporarily unavailable)
1910  futex(0x7f013cf796e8, FUTEX_WAKE_PRIVATE, 2147483647 <unfinished ...>
1909  futex(0x7f013cf792c0, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
1910  <... futex resumed> )             = 0
1909  <... futex resumed> )             = 0
1910  futex(0x7f013cf796ec, FUTEX_WAIT_PRIVATE, 0, NULL <unfinished ...>
1909  futex(0x7f013cf796ec, FUTEX_WAKE_PRIVATE, 2147483647) = 1
1910  <... futex resumed> )             = 0
1910  futex(0x7f013cf792c0, FUTEX_WAIT_PRIVATE, 2, NULL <unfinished ...>
1909  futex(0x7f013cf792c0, FUTEX_WAKE_PRIVATE, 1) = 0
1910  <... futex resumed> )             = -1 EAGAIN (Resource temporarily unavailable)
1909  futex(0x7f013cf792c0, FUTEX_WAIT_PRIVATE, 2, NULL <unfinished ...>
1910  futex(0x7f013cf796e8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
1910  futex(0x7f013cf792c0, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
1909  <... futex resumed> )             = 0
1910  <... futex resumed> )             = 1
1909  futex(0x7f013cf792c0, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
1910  futex(0x7f013cf796ec, FUTEX_WAIT_PRIVATE, 0, NULL <unfinished ...>
1909  <... futex resumed> )             = 0
1909  futex(0x7f013cf796ec, FUTEX_WAKE_PRIVATE, 2147483647) = 1
1910  <... futex resumed> )             = 0
1910  futex(0x7f013cf792c0, FUTEX_WAKE_PRIVATE, 1) = 0
1910  futex(0x7f013cf796e8, FUTEX_WAIT_PRIVATE, 0, NULL <unfinished ...>
1909  write(6, "\0", 1)                 = 1
1911  <... read resumed> "\0", 1)       = 1
1909  clock_gettime(CLOCK_PROCESS_CPUTIME_ID,  <unfinished ...>
1911  mmap(NULL, 134217728, PROT_NONE, MAP_PRIVATE|MAP_ANONYMOUS|MAP_NORESERVE, -1, 0 <unfinished ...>
1909  <... clock_gettime resumed> {tv_sec=0, tv_nsec=151079481}) = 0
1911  <... mmap resumed> )              = 0x7f0130814000
1911  munmap(0x7f0130814000, 58638336)  = 0
1911  munmap(0x7f0138000000, 8470528)   = 0
1911  mprotect(0x7f0134000000, 135168, PROT_READ|PROT_WRITE) = 0
1909  futex(0x7f013cf79240, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
1911  futex(0x7f013cf79240, FUTEX_WAIT_PRIVATE, 2, NULL) = -1 EAGAIN (Resource temporarily unavailable)
1909  <... futex resumed> )             = 0
1911  futex(0x7f013cf79240, FUTEX_WAKE_PRIVATE, 1) = 0
1911  rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0
1911  read(5,  <unfinished ...>
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/language/tree-il/peval.scm", 0x7ffd2c401510) = -1 ENOENT (No such file or directory)
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/language/tree-il/peval", 0x7ffd2c401510) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/language/tree-il/peval.scm", 0x7ffd2c401510) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/language/tree-il/peval", 0x7ffd2c401510) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/share/guile/2.2/language/tree-il/peval.scm", {st_mode=S_IFREG|0444, st_size=69614, ...}) = 0
1909  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/language/tree-il/peval.go", 0x7ffd2c401320) = -1 ENOENT (No such file or directory)
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/language/tree-il/peval.go", 0x7ffd2c401320) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/lib/guile/2.2/site-ccache/language/tree-il/peval.go", 0x7ffd2c401320) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/language/tree-il/peval.go", 0x7ffd2c401320) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/language/tree-il/peval.go", {st_mode=S_IFREG|0444, st_size=523325, ...}) = 0
1909  openat(AT_FDCWD, "/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/language/tree-il/peval.go", O_RDONLY|O_CLOEXEC) = 13
1909  lseek(13, 0, SEEK_END)            = 523325
1909  mmap(NULL, 523325, PROT_READ, MAP_PRIVATE, 13, 0) = 0x7f0138794000
1909  close(13)                         = 0
1909  mprotect(0x7f01387e4000, 124616, PROT_READ|PROT_WRITE) = 0
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/language/tree-il/effects.scm", 0x7ffd2c401180) = -1 ENOENT (No such file or directory)
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/language/tree-il/effects", 0x7ffd2c401180) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/language/tree-il/effects.scm", 0x7ffd2c401180) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/language/tree-il/effects", 0x7ffd2c401180) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/share/guile/2.2/language/tree-il/effects.scm", {st_mode=S_IFREG|0444, st_size=22593, ...}) = 0
1909  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/language/tree-il/effects.go", 0x7ffd2c400f90) = -1 ENOENT (No such file or directory)
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/language/tree-il/effects.go", 0x7ffd2c400f90) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/lib/guile/2.2/site-ccache/language/tree-il/effects.go", 0x7ffd2c400f90) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/language/tree-il/effects.go", 0x7ffd2c400f90) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/language/tree-il/effects.go", {st_mode=S_IFREG|0444, st_size=207557, ...}) = 0
1909  openat(AT_FDCWD, "/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/language/tree-il/effects.go", O_RDONLY|O_CLOEXEC) = 13
1909  lseek(13, 0, SEEK_END)            = 207557
1909  mmap(NULL, 207557, PROT_READ, MAP_PRIVATE, 13, 0) = 0x7f0138761000
1909  close(13)                         = 0
1909  mprotect(0x7f0138781000, 53152, PROT_READ|PROT_WRITE) = 0
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/language/tree-il/fix-letrec.scm", 0x7ffd2c401510) = -1 ENOENT (No such file or directory)
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/language/tree-il/fix-letrec", 0x7ffd2c401510) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/language/tree-il/fix-letrec.scm", 0x7ffd2c401510) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/language/tree-il/fix-letrec", 0x7ffd2c401510) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/share/guile/2.2/language/tree-il/fix-letrec.scm", {st_mode=S_IFREG|0444, st_size=13999, ...}) = 0
1909  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/language/tree-il/fix-letrec.go", 0x7ffd2c401320) = -1 ENOENT (No such file or directory)
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/language/tree-il/fix-letrec.go", 0x7ffd2c401320) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/lib/guile/2.2/site-ccache/language/tree-il/fix-letrec.go", 0x7ffd2c401320) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/language/tree-il/fix-letrec.go", 0x7ffd2c401320) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/language/tree-il/fix-letrec.go", {st_mode=S_IFREG|0444, st_size=79405, ...}) = 0
1909  openat(AT_FDCWD, "/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/language/tree-il/fix-letrec.go", O_RDONLY|O_CLOEXEC) = 13
1909  lseek(13, 0, SEEK_END)            = 79405
1909  mmap(NULL, 79405, PROT_READ, MAP_PRIVATE, 13, 0) = 0x7f013874d000
1909  close(13)                         = 0
1909  mprotect(0x7f013875d000, 5136, PROT_READ|PROT_WRITE) = 0
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/language/tree-il/debug.scm", 0x7ffd2c401510) = -1 ENOENT (No such file or directory)
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/language/tree-il/debug", 0x7ffd2c401510) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/language/tree-il/debug.scm", 0x7ffd2c401510) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/language/tree-il/debug", 0x7ffd2c401510) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/share/guile/2.2/language/tree-il/debug.scm", {st_mode=S_IFREG|0444, st_size=9601, ...}) = 0
1909  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/language/tree-il/debug.go", 0x7ffd2c401320) = -1 ENOENT (No such file or directory)
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/language/tree-il/debug.go", 0x7ffd2c401320) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/lib/guile/2.2/site-ccache/language/tree-il/debug.go", 0x7ffd2c401320) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/language/tree-il/debug.go", 0x7ffd2c401320) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/language/tree-il/debug.go", {st_mode=S_IFREG|0444, st_size=75781, ...}) = 0
1909  openat(AT_FDCWD, "/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/language/tree-il/debug.go", O_RDONLY|O_CLOEXEC) = 13
1909  lseek(13, 0, SEEK_END)            = 75781
1909  mmap(NULL, 75781, PROT_READ, MAP_PRIVATE, 13, 0) = 0x7f013873a000
1909  close(13)                         = 0
1909  mprotect(0x7f013874a000, 3736, PROT_READ|PROT_WRITE) = 0
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/language/cps/spec.scm", 0x7ffd2c401fc0) = -1 ENOENT (No such file or directory)
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/language/cps/spec", 0x7ffd2c401fc0) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/language/cps/spec.scm", 0x7ffd2c401fc0) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/language/cps/spec", 0x7ffd2c401fc0) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/share/guile/2.2/language/cps/spec.scm", {st_mode=S_IFREG|0444, st_size=1806, ...}) = 0
1909  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/language/cps/spec.go", 0x7ffd2c401dd0) = -1 ENOENT (No such file or directory)
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/language/cps/spec.go", 0x7ffd2c401dd0) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/lib/guile/2.2/site-ccache/language/cps/spec.go", 0x7ffd2c401dd0) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/language/cps/spec.go", 0x7ffd2c401dd0) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/language/cps/spec.go", {st_mode=S_IFREG|0444, st_size=70613, ...}) = 0
1909  openat(AT_FDCWD, "/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/language/cps/spec.go", O_RDONLY|O_CLOEXEC) = 13
1909  lseek(13, 0, SEEK_END)            = 70613
1909  mmap(NULL, 70613, PROT_READ, MAP_PRIVATE, 13, 0) = 0x7f0138728000
1909  close(13)                         = 0
1909  mprotect(0x7f0138738000, 2376, PROT_READ|PROT_WRITE) = 0
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/language/cps/compile-bytecode.scm", 0x7ffd2c401c30) = -1 ENOENT (No such file or directory)
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/language/cps/compile-bytecode", 0x7ffd2c401c30) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/language/cps/compile-bytecode.scm", 0x7ffd2c401c30) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/language/cps/compile-bytecode", 0x7ffd2c401c30) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/share/guile/2.2/language/cps/compile-bytecode.scm", {st_mode=S_IFREG|0444, st_size=29013, ...}) = 0
1909  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/language/cps/compile-bytecode.go", 0x7ffd2c401a40) = -1 ENOENT (No such file or directory)
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/language/cps/compile-bytecode.go", 0x7ffd2c401a40) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/lib/guile/2.2/site-ccache/language/cps/compile-bytecode.go", 0x7ffd2c401a40) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/language/cps/compile-bytecode.go", 0x7ffd2c401a40) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/language/cps/compile-bytecode.go", {st_mode=S_IFREG|0444, st_size=172277, ...}) = 0
1909  openat(AT_FDCWD, "/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/language/cps/compile-bytecode.go", O_RDONLY|O_CLOEXEC) = 13
1909  lseek(13, 0, SEEK_END)            = 172277
1909  mmap(NULL, 172277, PROT_READ, MAP_PRIVATE, 13, 0) = 0x7f01386fd000
1909  close(13)                         = 0
1909  mprotect(0x7f013871d000, 17040, PROT_READ|PROT_WRITE) = 0
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/language/cps/slot-allocation.scm", 0x7ffd2c4018a0) = -1 ENOENT (No such file or directory)
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/language/cps/slot-allocation", 0x7ffd2c4018a0) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/language/cps/slot-allocation.scm", 0x7ffd2c4018a0) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/language/cps/slot-allocation", 0x7ffd2c4018a0) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/share/guile/2.2/language/cps/slot-allocation.scm", {st_mode=S_IFREG|0444, st_size=43029, ...}) = 0
1909  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/language/cps/slot-allocation.go", 0x7ffd2c4016b0) = -1 ENOENT (No such file or directory)
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/language/cps/slot-allocation.go", 0x7ffd2c4016b0) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/lib/guile/2.2/site-ccache/language/cps/slot-allocation.go", 0x7ffd2c4016b0) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/language/cps/slot-allocation.go", 0x7ffd2c4016b0) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/language/cps/slot-allocation.go", {st_mode=S_IFREG|0444, st_size=306237, ...}) = 0
1909  openat(AT_FDCWD, "/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/language/cps/slot-allocation.go", O_RDONLY|O_CLOEXEC) = 13
1909  lseek(13, 0, SEEK_END)            = 306237
1909  mmap(NULL, 306237, PROT_READ, MAP_PRIVATE, 13, 0) = 0x7f01386b2000
1909  close(13)                         = 0
1909  mprotect(0x7f01386e2000, 67216, PROT_READ|PROT_WRITE) = 0
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/language/cps/closure-conversion.scm", 0x7ffd2c4018a0) = -1 ENOENT (No such file or directory)
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/language/cps/closure-conversion", 0x7ffd2c4018a0) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/language/cps/closure-conversion.scm", 0x7ffd2c4018a0) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/language/cps/closure-conversion", 0x7ffd2c4018a0) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/share/guile/2.2/language/cps/closure-conversion.scm", {st_mode=S_IFREG|0444, st_size=35930, ...}) = 0
1909  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/language/cps/closure-conversion.go", 0x7ffd2c4016b0) = -1 ENOENT (No such file or directory)
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/language/cps/closure-conversion.go", 0x7ffd2c4016b0) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/lib/guile/2.2/site-ccache/language/cps/closure-conversion.go", 0x7ffd2c4016b0) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/language/cps/closure-conversion.go", 0x7ffd2c4016b0) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/language/cps/closure-conversion.go", {st_mode=S_IFREG|0444, st_size=97789, ...}) = 0
1909  openat(AT_FDCWD, "/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/language/cps/closure-conversion.go", O_RDONLY|O_CLOEXEC) = 13
1909  lseek(13, 0, SEEK_END)            = 97789
1909  mmap(NULL, 97789, PROT_READ, MAP_PRIVATE, 13, 0) = 0x7f013869a000
1909  close(13)                         = 0
1909  mprotect(0x7f01386aa000, 7936, PROT_READ|PROT_WRITE) = 0
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/language/cps/handle-interrupts.scm", 0x7ffd2c4018a0) = -1 ENOENT (No such file or directory)
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/language/cps/handle-interrupts", 0x7ffd2c4018a0) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/language/cps/handle-interrupts.scm", 0x7ffd2c4018a0) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/language/cps/handle-interrupts", 0x7ffd2c4018a0) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/share/guile/2.2/language/cps/handle-interrupts.scm", {st_mode=S_IFREG|0444, st_size=2601, ...}) = 0
1909  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/language/cps/handle-interrupts.go", 0x7ffd2c4016b0) = -1 ENOENT (No such file or directory)
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/language/cps/handle-interrupts.go", 0x7ffd2c4016b0) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/lib/guile/2.2/site-ccache/language/cps/handle-interrupts.go", 0x7ffd2c4016b0) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/language/cps/handle-interrupts.go", 0x7ffd2c4016b0) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/language/cps/handle-interrupts.go", {st_mode=S_IFREG|0444, st_size=71685, ...}) = 0
1909  openat(AT_FDCWD, "/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/language/cps/handle-interrupts.go", O_RDONLY|O_CLOEXEC) = 13
1909  lseek(13, 0, SEEK_END)            = 71685
1909  mmap(NULL, 71685, PROT_READ, MAP_PRIVATE, 13, 0) = 0x7f0138688000
1909  close(13)                         = 0
1909  mprotect(0x7f0138698000, 2808, PROT_READ|PROT_WRITE) = 0
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/language/cps/renumber.scm", 0x7ffd2c401510) = -1 ENOENT (No such file or directory)
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/language/cps/renumber", 0x7ffd2c401510) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/language/cps/renumber.scm", 0x7ffd2c401510) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/language/cps/renumber", 0x7ffd2c401510) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/share/guile/2.2/language/cps/renumber.scm", {st_mode=S_IFREG|0444, st_size=9617, ...}) = 0
1909  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/language/cps/renumber.go", 0x7ffd2c401320) = -1 ENOENT (No such file or directory)
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/language/cps/renumber.go", 0x7ffd2c401320) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/lib/guile/2.2/site-ccache/language/cps/renumber.go", 0x7ffd2c401320) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/language/cps/renumber.go", 0x7ffd2c401320) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/language/cps/renumber.go", {st_mode=S_IFREG|0444, st_size=76277, ...}) = 0
1909  openat(AT_FDCWD, "/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/language/cps/renumber.go", O_RDONLY|O_CLOEXEC) = 13
1909  lseek(13, 0, SEEK_END)            = 76277
1909  mmap(NULL, 76277, PROT_READ, MAP_PRIVATE, 13, 0) = 0x7f0138675000
1909  close(13)                         = 0
1909  mprotect(0x7f0138685000, 3680, PROT_READ|PROT_WRITE) = 0
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/language/cps/optimize.scm", 0x7ffd2c4018a0) = -1 ENOENT (No such file or directory)
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/language/cps/optimize", 0x7ffd2c4018a0) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/language/cps/optimize.scm", 0x7ffd2c4018a0) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/language/cps/optimize", 0x7ffd2c4018a0) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/share/guile/2.2/language/cps/optimize.scm", {st_mode=S_IFREG|0444, st_size=5006, ...}) = 0
1909  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/language/cps/optimize.go", 0x7ffd2c4016b0) = -1 ENOENT (No such file or directory)
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/language/cps/optimize.go", 0x7ffd2c4016b0) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/lib/guile/2.2/site-ccache/language/cps/optimize.go", 0x7ffd2c4016b0) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/language/cps/optimize.go", 0x7ffd2c4016b0) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/language/cps/optimize.go", {st_mode=S_IFREG|0444, st_size=76957, ...}) = 0
1909  openat(AT_FDCWD, "/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/language/cps/optimize.go", O_RDONLY|O_CLOEXEC) = 13
1909  lseek(13, 0, SEEK_END)            = 76957
1909  mmap(NULL, 76957, PROT_READ, MAP_PRIVATE, 13, 0) = 0x7f0138662000
1909  close(13)                         = 0
1909  mprotect(0x7f0138672000, 7000, PROT_READ|PROT_WRITE) = 0
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/language/cps/constructors.scm", 0x7ffd2c401510) = -1 ENOENT (No such file or directory)
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/language/cps/constructors", 0x7ffd2c401510) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/language/cps/constructors.scm", 0x7ffd2c401510) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/language/cps/constructors", 0x7ffd2c401510) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/share/guile/2.2/language/cps/constructors.scm", {st_mode=S_IFREG|0444, st_size=3798, ...}) = 0
1909  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/language/cps/constructors.go", 0x7ffd2c401320) = -1 ENOENT (No such file or directory)
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/language/cps/constructors.go", 0x7ffd2c401320) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/lib/guile/2.2/site-ccache/language/cps/constructors.go", 0x7ffd2c401320) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/language/cps/constructors.go", 0x7ffd2c401320) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/language/cps/constructors.go", {st_mode=S_IFREG|0444, st_size=72693, ...}) = 0
1909  openat(AT_FDCWD, "/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/language/cps/constructors.go", O_RDONLY|O_CLOEXEC) = 13
1909  lseek(13, 0, SEEK_END)            = 72693
1909  mmap(NULL, 72693, PROT_READ, MAP_PRIVATE, 13, 0) = 0x7f0138650000
1909  close(13)                         = 0
1909  mprotect(0x7f0138660000, 2936, PROT_READ|PROT_WRITE) = 0
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/language/cps/contification.scm", 0x7ffd2c401510) = -1 ENOENT (No such file or directory)
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/language/cps/contification", 0x7ffd2c401510) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/language/cps/contification.scm", 0x7ffd2c401510) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/language/cps/contification", 0x7ffd2c401510) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/share/guile/2.2/language/cps/contification.scm", {st_mode=S_IFREG|0444, st_size=18777, ...}) = 0
1909  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/language/cps/contification.go", 0x7ffd2c401320) = -1 ENOENT (No such file or directory)
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/language/cps/contification.go", 0x7ffd2c401320) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/lib/guile/2.2/site-ccache/language/cps/contification.go", 0x7ffd2c401320) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/language/cps/contification.go", 0x7ffd2c401320) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/language/cps/contification.go", {st_mode=S_IFREG|0444, st_size=85413, ...}) = 0
1909  openat(AT_FDCWD, "/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/language/cps/contification.go", O_RDONLY|O_CLOEXEC) = 13
1909  lseek(13, 0, SEEK_END)            = 85413
1909  mmap(NULL, 85413, PROT_READ, MAP_PRIVATE, 13, 0) = 0x7f013863b000
1909  close(13)                         = 0
1909  mprotect(0x7f013864b000, 5800, PROT_READ|PROT_WRITE) = 0
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/language/cps/cse.scm", 0x7ffd2c401510) = -1 ENOENT (No such file or directory)
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/language/cps/cse", 0x7ffd2c401510) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/language/cps/cse.scm", 0x7ffd2c401510) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/language/cps/cse", 0x7ffd2c401510) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/share/guile/2.2/language/cps/cse.scm", {st_mode=S_IFREG|0444, st_size=17584, ...}) = 0
1909  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/language/cps/cse.go", 0x7ffd2c401320) = -1 ENOENT (No such file or directory)
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/language/cps/cse.go", 0x7ffd2c401320) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/lib/guile/2.2/site-ccache/language/cps/cse.go", 0x7ffd2c401320) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/language/cps/cse.go", 0x7ffd2c401320) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/language/cps/cse.go", {st_mode=S_IFREG|0444, st_size=91085, ...}) = 0
1909  openat(AT_FDCWD, "/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/language/cps/cse.go", O_RDONLY|O_CLOEXEC) = 13
1909  lseek(13, 0, SEEK_END)            = 91085
1909  mmap(NULL, 91085, PROT_READ, MAP_PRIVATE, 13, 0) = 0x7f0138624000
1909  close(13)                         = 0
1909  mprotect(0x7f0138634000, 10040, PROT_READ|PROT_WRITE) = 0
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/language/cps/effects-analysis.scm", 0x7ffd2c401180) = -1 ENOENT (No such file or directory)
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/language/cps/effects-analysis", 0x7ffd2c401180) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/language/cps/effects-analysis.scm", 0x7ffd2c401180) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/language/cps/effects-analysis", 0x7ffd2c401180) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/share/guile/2.2/language/cps/effects-analysis.scm", {st_mode=S_IFREG|0444, st_size=22908, ...}) = 0
1909  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/language/cps/effects-analysis.go", 0x7ffd2c400f90) = -1 ENOENT (No such file or directory)
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/language/cps/effects-analysis.go", 0x7ffd2c400f90) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/lib/guile/2.2/site-ccache/language/cps/effects-analysis.go", 0x7ffd2c400f90) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/language/cps/effects-analysis.go", 0x7ffd2c400f90) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/language/cps/effects-analysis.go", {st_mode=S_IFREG|0444, st_size=242861, ...}) = 0
1909  openat(AT_FDCWD, "/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/language/cps/effects-analysis.go", O_RDONLY|O_CLOEXEC) = 13
1909  lseek(13, 0, SEEK_END)            = 242861
1909  mmap(NULL, 242861, PROT_READ, MAP_PRIVATE, 13, 0) = 0x7f01385e8000
1909  close(13)                         = 0
1909  mprotect(0x7f0138608000, 58096, PROT_READ|PROT_WRITE) = 0
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/language/cps/dce.scm", 0x7ffd2c401510) = -1 ENOENT (No such file or directory)
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/language/cps/dce", 0x7ffd2c401510) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/language/cps/dce.scm", 0x7ffd2c401510) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/language/cps/dce", 0x7ffd2c401510) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/share/guile/2.2/language/cps/dce.scm", {st_mode=S_IFREG|0444, st_size=15265, ...}) = 0
1909  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/language/cps/dce.go", 0x7ffd2c401320) = -1 ENOENT (No such file or directory)
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/language/cps/dce.go", 0x7ffd2c401320) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/lib/guile/2.2/site-ccache/language/cps/dce.go", 0x7ffd2c401320) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/language/cps/dce.go", 0x7ffd2c401320) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/language/cps/dce.go", {st_mode=S_IFREG|0444, st_size=82581, ...}) = 0
1909  openat(AT_FDCWD, "/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/language/cps/dce.go", O_RDONLY|O_CLOEXEC) = 13
1909  lseek(13, 0, SEEK_END)            = 82581
1909  mmap(NULL, 82581, PROT_READ, MAP_PRIVATE, 13, 0) = 0x7f01385d3000
1909  close(13)                         = 0
1909  mprotect(0x7f01385e3000, 7592, PROT_READ|PROT_WRITE) = 0
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/language/cps/type-checks.scm", 0x7ffd2c401180) = -1 ENOENT (No such file or directory)
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/language/cps/type-checks", 0x7ffd2c401180) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/language/cps/type-checks.scm", 0x7ffd2c401180) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/language/cps/type-checks", 0x7ffd2c401180) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/share/guile/2.2/language/cps/type-checks.scm", {st_mode=S_IFREG|0444, st_size=3190, ...}) = 0
1909  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/language/cps/type-checks.go", 0x7ffd2c400f90) = -1 ENOENT (No such file or directory)
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/language/cps/type-checks.go", 0x7ffd2c400f90) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/lib/guile/2.2/site-ccache/language/cps/type-checks.go", 0x7ffd2c400f90) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/language/cps/type-checks.go", 0x7ffd2c400f90) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/language/cps/type-checks.go", {st_mode=S_IFREG|0444, st_size=70341, ...}) = 0
1909  openat(AT_FDCWD, "/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/language/cps/type-checks.go", O_RDONLY|O_CLOEXEC) = 13
1909  lseek(13, 0, SEEK_END)            = 70341
1909  mmap(NULL, 70341, PROT_READ, MAP_PRIVATE, 13, 0) = 0x7f01385c1000
1909  close(13)                         = 0
1909  mprotect(0x7f01385d1000, 1832, PROT_READ|PROT_WRITE) = 0
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/language/cps/types.scm", 0x7ffd2c400df0) = -1 ENOENT (No such file or directory)
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/language/cps/types", 0x7ffd2c400df0) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/language/cps/types.scm", 0x7ffd2c400df0) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/language/cps/types", 0x7ffd2c400df0) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/share/guile/2.2/language/cps/types.scm", {st_mode=S_IFREG|0444, st_size=68279, ...}) = 0
1909  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/language/cps/types.go", 0x7ffd2c400c00) = -1 ENOENT (No such file or directory)
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/language/cps/types.go", 0x7ffd2c400c00) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/lib/guile/2.2/site-ccache/language/cps/types.go", 0x7ffd2c400c00) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/language/cps/types.go", 0x7ffd2c400c00) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/language/cps/types.go", {st_mode=S_IFREG|0444, st_size=704061, ...}) = 0
1909  openat(AT_FDCWD, "/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/language/cps/types.go", O_RDONLY|O_CLOEXEC) = 13
1909  lseek(13, 0, SEEK_END)            = 704061
1909  mmap(NULL, 704061, PROT_READ, MAP_PRIVATE, 13, 0) = 0x7f0138515000
1909  close(13)                         = 0
1909  mprotect(0x7f0138585000, 125024, PROT_READ|PROT_WRITE) = 0
1909  brk(0x1cee000)                    = 0x1cee000
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/language/cps/elide-values.scm", 0x7ffd2c401510) = -1 ENOENT (No such file or directory)
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/language/cps/elide-values", 0x7ffd2c401510) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/language/cps/elide-values.scm", 0x7ffd2c401510) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/language/cps/elide-values", 0x7ffd2c401510) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/share/guile/2.2/language/cps/elide-values.scm", {st_mode=S_IFREG|0444, st_size=3437, ...}) = 0
1909  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/language/cps/elide-values.go", 0x7ffd2c401320) = -1 ENOENT (No such file or directory)
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/language/cps/elide-values.go", 0x7ffd2c401320) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/lib/guile/2.2/site-ccache/language/cps/elide-values.go", 0x7ffd2c401320) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/language/cps/elide-values.go", 0x7ffd2c401320) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/language/cps/elide-values.go", {st_mode=S_IFREG|0444, st_size=71725, ...}) = 0
1909  openat(AT_FDCWD, "/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/language/cps/elide-values.go", O_RDONLY|O_CLOEXEC) = 13
1909  lseek(13, 0, SEEK_END)            = 71725
1909  mmap(NULL, 71725, PROT_READ, MAP_PRIVATE, 13, 0) = 0x7f0138503000
1909  close(13)                         = 0
1909  mprotect(0x7f0138513000, 2736, PROT_READ|PROT_WRITE) = 0
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/language/cps/licm.scm", 0x7ffd2c401510) = -1 ENOENT (No such file or directory)
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/language/cps/licm", 0x7ffd2c401510) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/language/cps/licm.scm", 0x7ffd2c401510) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/language/cps/licm", 0x7ffd2c401510) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/share/guile/2.2/language/cps/licm.scm", {st_mode=S_IFREG|0444, st_size=14285, ...}) = 0
1909  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/language/cps/licm.go", 0x7ffd2c401320) = -1 ENOENT (No such file or directory)
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/language/cps/licm.go", 0x7ffd2c401320) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/lib/guile/2.2/site-ccache/language/cps/licm.go", 0x7ffd2c401320) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/language/cps/licm.go", 0x7ffd2c401320) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/language/cps/licm.go", {st_mode=S_IFREG|0444, st_size=79077, ...}) = 0
1909  openat(AT_FDCWD, "/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/language/cps/licm.go", O_RDONLY|O_CLOEXEC) = 13
1909  lseek(13, 0, SEEK_END)            = 79077
1909  mmap(NULL, 79077, PROT_READ, MAP_PRIVATE, 13, 0) = 0x7f01384ef000
1909  close(13)                         = 0
1909  mprotect(0x7f01384ff000, 4800, PROT_READ|PROT_WRITE) = 0
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/language/cps/peel-loops.scm", 0x7ffd2c401510) = -1 ENOENT (No such file or directory)
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/language/cps/peel-loops", 0x7ffd2c401510) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/language/cps/peel-loops.scm", 0x7ffd2c401510) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/language/cps/peel-loops", 0x7ffd2c401510) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/share/guile/2.2/language/cps/peel-loops.scm", {st_mode=S_IFREG|0444, st_size=12365, ...}) = 0
1909  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/language/cps/peel-loops.go", 0x7ffd2c401320) = -1 ENOENT (No such file or directory)
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/language/cps/peel-loops.go", 0x7ffd2c401320) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/lib/guile/2.2/site-ccache/language/cps/peel-loops.go", 0x7ffd2c401320) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/language/cps/peel-loops.go", 0x7ffd2c401320) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/language/cps/peel-loops.go", {st_mode=S_IFREG|0444, st_size=80125, ...}) = 0
1909  openat(AT_FDCWD, "/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/language/cps/peel-loops.go", O_RDONLY|O_CLOEXEC) = 13
1909  lseek(13, 0, SEEK_END)            = 80125
1909  mmap(NULL, 80125, PROT_READ, MAP_PRIVATE, 13, 0) = 0x7f01384db000
1909  close(13)                         = 0
1909  mprotect(0x7f01384eb000, 5504, PROT_READ|PROT_WRITE) = 0
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/language/cps/prune-top-level-scopes.scm", 0x7ffd2c401510) = -1 ENOENT (No such file or directory)
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/language/cps/prune-top-level-scopes", 0x7ffd2c401510) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/language/cps/prune-top-level-scopes.scm", 0x7ffd2c401510) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/language/cps/prune-top-level-scopes", 0x7ffd2c401510) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/share/guile/2.2/language/cps/prune-top-level-scopes.scm", {st_mode=S_IFREG|0444, st_size=2302, ...}) = 0
1909  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/language/cps/prune-top-level-scopes.go", 0x7ffd2c401320) = -1 ENOENT (No such file or directory)
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/language/cps/prune-top-level-scopes.go", 0x7ffd2c401320) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/lib/guile/2.2/site-ccache/language/cps/prune-top-level-scopes.go", 0x7ffd2c401320) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/language/cps/prune-top-level-scopes.go", 0x7ffd2c401320) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/language/cps/prune-top-level-scopes.go", {st_mode=S_IFREG|0444, st_size=70229, ...}) = 0
1909  openat(AT_FDCWD, "/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/language/cps/prune-top-level-scopes.go", O_RDONLY|O_CLOEXEC) = 13
1909  lseek(13, 0, SEEK_END)            = 70229
1909  mmap(NULL, 70229, PROT_READ, MAP_PRIVATE, 13, 0) = 0x7f01384c9000
1909  close(13)                         = 0
1909  mprotect(0x7f01384d9000, 1896, PROT_READ|PROT_WRITE) = 0
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/language/cps/prune-bailouts.scm", 0x7ffd2c401510) = -1 ENOENT (No such file or directory)
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/language/cps/prune-bailouts", 0x7ffd2c401510) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/language/cps/prune-bailouts.scm", 0x7ffd2c401510) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/language/cps/prune-bailouts", 0x7ffd2c401510) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/share/guile/2.2/language/cps/prune-bailouts.scm", {st_mode=S_IFREG|0444, st_size=3190, ...}) = 0
1909  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/language/cps/prune-bailouts.go", 0x7ffd2c401320) = -1 ENOENT (No such file or directory)
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/language/cps/prune-bailouts.go", 0x7ffd2c401320) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/lib/guile/2.2/site-ccache/language/cps/prune-bailouts.go", 0x7ffd2c401320) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/language/cps/prune-bailouts.go", 0x7ffd2c401320) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/language/cps/prune-bailouts.go", {st_mode=S_IFREG|0444, st_size=72285, ...}) = 0
1909  openat(AT_FDCWD, "/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/language/cps/prune-bailouts.go", O_RDONLY|O_CLOEXEC) = 13
1909  lseek(13, 0, SEEK_END)            = 72285
1909  mmap(NULL, 72285, PROT_READ, MAP_PRIVATE, 13, 0) = 0x7f01384b7000
1909  close(13)                         = 0
1909  mprotect(0x7f01384c7000, 2848, PROT_READ|PROT_WRITE) = 0
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/language/cps/rotate-loops.scm", 0x7ffd2c401510) = -1 ENOENT (No such file or directory)
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/language/cps/rotate-loops", 0x7ffd2c401510) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/language/cps/rotate-loops.scm", 0x7ffd2c401510) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/language/cps/rotate-loops", 0x7ffd2c401510) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/share/guile/2.2/language/cps/rotate-loops.scm", {st_mode=S_IFREG|0444, st_size=10940, ...}) = 0
1909  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/language/cps/rotate-loops.go", 0x7ffd2c401320) = -1 ENOENT (No such file or directory)
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/language/cps/rotate-loops.go", 0x7ffd2c401320) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/lib/guile/2.2/site-ccache/language/cps/rotate-loops.go", 0x7ffd2c401320) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/language/cps/rotate-loops.go", 0x7ffd2c401320) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/language/cps/rotate-loops.go", {st_mode=S_IFREG|0444, st_size=76533, ...}) = 0
1909  openat(AT_FDCWD, "/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/language/cps/rotate-loops.go", O_RDONLY|O_CLOEXEC) = 13
1909  lseek(13, 0, SEEK_END)            = 76533
1909  mmap(NULL, 76533, PROT_READ, MAP_PRIVATE, 13, 0) = 0x7f01384a4000
1909  close(13)                         = 0
1909  mprotect(0x7f01384b4000, 3864, PROT_READ|PROT_WRITE) = 0
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/language/cps/self-references.scm", 0x7ffd2c401510) = -1 ENOENT (No such file or directory)
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/language/cps/self-references", 0x7ffd2c401510) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/language/cps/self-references.scm", 0x7ffd2c401510) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/language/cps/self-references", 0x7ffd2c401510) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/share/guile/2.2/language/cps/self-references.scm", {st_mode=S_IFREG|0444, st_size=3297, ...}) = 0
1909  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/language/cps/self-references.go", 0x7ffd2c401320) = -1 ENOENT (No such file or directory)
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/language/cps/self-references.go", 0x7ffd2c401320) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/lib/guile/2.2/site-ccache/language/cps/self-references.go", 0x7ffd2c401320) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/language/cps/self-references.go", 0x7ffd2c401320) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/language/cps/self-references.go", {st_mode=S_IFREG|0444, st_size=71949, ...}) = 0
1909  openat(AT_FDCWD, "/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/language/cps/self-references.go", O_RDONLY|O_CLOEXEC) = 13
1909  lseek(13, 0, SEEK_END)            = 71949
1909  mmap(NULL, 71949, PROT_READ, MAP_PRIVATE, 13, 0) = 0x7f0138492000
1909  close(13)                         = 0
1909  mprotect(0x7f01384a2000, 2720, PROT_READ|PROT_WRITE) = 0
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/language/cps/simplify.scm", 0x7ffd2c401510) = -1 ENOENT (No such file or directory)
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/language/cps/simplify", 0x7ffd2c401510) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/language/cps/simplify.scm", 0x7ffd2c401510) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/language/cps/simplify", 0x7ffd2c401510) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/share/guile/2.2/language/cps/simplify.scm", {st_mode=S_IFREG|0444, st_size=11136, ...}) = 0
1909  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/language/cps/simplify.go", 0x7ffd2c401320) = -1 ENOENT (No such file or directory)
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/language/cps/simplify.go", 0x7ffd2c401320) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/lib/guile/2.2/site-ccache/language/cps/simplify.go", 0x7ffd2c401320) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/language/cps/simplify.go", 0x7ffd2c401320) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/language/cps/simplify.go", {st_mode=S_IFREG|0444, st_size=79317, ...}) = 0
1909  openat(AT_FDCWD, "/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/language/cps/simplify.go", O_RDONLY|O_CLOEXEC) = 13
1909  lseek(13, 0, SEEK_END)            = 79317
1909  mmap(NULL, 79317, PROT_READ, MAP_PRIVATE, 13, 0) = 0x7f013847e000
1909  close(13)                         = 0
1909  mprotect(0x7f013848e000, 4616, PROT_READ|PROT_WRITE) = 0
1909  brk(0x1e17000)                    = 0x1e17000
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/language/cps/specialize-primcalls.scm", 0x7ffd2c401510) = -1 ENOENT (No such file or directory)
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/language/cps/specialize-primcalls", 0x7ffd2c401510) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/language/cps/specialize-primcalls.scm", 0x7ffd2c401510) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/language/cps/specialize-primcalls", 0x7ffd2c401510) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/share/guile/2.2/language/cps/specialize-primcalls.scm", {st_mode=S_IFREG|0444, st_size=4062, ...}) = 0
1909  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/language/cps/specialize-primcalls.go", 0x7ffd2c401320) = -1 ENOENT (No such file or directory)
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/language/cps/specialize-primcalls.go", 0x7ffd2c401320) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/lib/guile/2.2/site-ccache/language/cps/specialize-primcalls.go", 0x7ffd2c401320) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/language/cps/specialize-primcalls.go", 0x7ffd2c401320) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/language/cps/specialize-primcalls.go", {st_mode=S_IFREG|0444, st_size=74901, ...}) = 0
1909  openat(AT_FDCWD, "/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/language/cps/specialize-primcalls.go", O_RDONLY|O_CLOEXEC) = 13
1909  lseek(13, 0, SEEK_END)            = 74901
1909  mmap(NULL, 74901, PROT_READ, MAP_PRIVATE, 13, 0) = 0x7f013846b000
1909  close(13)                         = 0
1909  mprotect(0x7f013847b000, 3184, PROT_READ|PROT_WRITE) = 0
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/language/cps/specialize-numbers.scm", 0x7ffd2c401510) = -1 ENOENT (No such file or directory)
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/language/cps/specialize-numbers", 0x7ffd2c401510) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/language/cps/specialize-numbers.scm", 0x7ffd2c401510) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/language/cps/specialize-numbers", 0x7ffd2c401510) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/share/guile/2.2/language/cps/specialize-numbers.scm", {st_mode=S_IFREG|0444, st_size=30008, ...}) = 0
1909  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/language/cps/specialize-numbers.go", 0x7ffd2c401320) = -1 ENOENT (No such file or directory)
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/language/cps/specialize-numbers.go", 0x7ffd2c401320) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/lib/guile/2.2/site-ccache/language/cps/specialize-numbers.go", 0x7ffd2c401320) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/language/cps/specialize-numbers.go", 0x7ffd2c401320) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/language/cps/specialize-numbers.go", {st_mode=S_IFREG|0444, st_size=97693, ...}) = 0
1909  openat(AT_FDCWD, "/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/language/cps/specialize-numbers.go", O_RDONLY|O_CLOEXEC) = 13
1909  lseek(13, 0, SEEK_END)            = 97693
1909  mmap(NULL, 97693, PROT_READ, MAP_PRIVATE, 13, 0) = 0x7f0138453000
1909  close(13)                         = 0
1909  mprotect(0x7f0138463000, 12296, PROT_READ|PROT_WRITE) = 0
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/language/cps/type-fold.scm", 0x7ffd2c401510) = -1 ENOENT (No such file or directory)
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/language/cps/type-fold", 0x7ffd2c401510) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/language/cps/type-fold.scm", 0x7ffd2c401510) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/language/cps/type-fold", 0x7ffd2c401510) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/share/guile/2.2/language/cps/type-fold.scm", {st_mode=S_IFREG|0444, st_size=17723, ...}) = 0
1909  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/language/cps/type-fold.go", 0x7ffd2c401320) = -1 ENOENT (No such file or directory)
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/language/cps/type-fold.go", 0x7ffd2c401320) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/lib/guile/2.2/site-ccache/language/cps/type-fold.go", 0x7ffd2c401320) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/language/cps/type-fold.go", 0x7ffd2c401320) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/language/cps/type-fold.go", {st_mode=S_IFREG|0444, st_size=95957, ...}) = 0
1909  openat(AT_FDCWD, "/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/language/cps/type-fold.go", O_RDONLY|O_CLOEXEC) = 13
1909  lseek(13, 0, SEEK_END)            = 95957
1909  mmap(NULL, 95957, PROT_READ, MAP_PRIVATE, 13, 0) = 0x7f013843b000
1909  close(13)                         = 0
1909  mprotect(0x7f013844b000, 17528, PROT_READ|PROT_WRITE) = 0
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/language/cps/verify.scm", 0x7ffd2c401510) = -1 ENOENT (No such file or directory)
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/language/cps/verify", 0x7ffd2c401510) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/language/cps/verify.scm", 0x7ffd2c401510) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/language/cps/verify", 0x7ffd2c401510) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/share/guile/2.2/language/cps/verify.scm", {st_mode=S_IFREG|0444, st_size=10773, ...}) = 0
1909  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/language/cps/verify.go", 0x7ffd2c401320) = -1 ENOENT (No such file or directory)
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/language/cps/verify.go", 0x7ffd2c401320) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/lib/guile/2.2/site-ccache/language/cps/verify.go", 0x7ffd2c401320) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/language/cps/verify.go", 0x7ffd2c401320) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/language/cps/verify.go", {st_mode=S_IFREG|0444, st_size=85829, ...}) = 0
1909  openat(AT_FDCWD, "/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/language/cps/verify.go", O_RDONLY|O_CLOEXEC) = 13
1909  lseek(13, 0, SEEK_END)            = 85829
1909  mmap(NULL, 85829, PROT_READ, MAP_PRIVATE, 13, 0) = 0x7f0138426000
1909  close(13)                         = 0
1909  mprotect(0x7f0138436000, 8208, PROT_READ|PROT_WRITE) = 0
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/language/cps/reify-primitives.scm", 0x7ffd2c4018a0) = -1 ENOENT (No such file or directory)
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/language/cps/reify-primitives", 0x7ffd2c4018a0) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/language/cps/reify-primitives.scm", 0x7ffd2c4018a0) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/language/cps/reify-primitives", 0x7ffd2c4018a0) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/share/guile/2.2/language/cps/reify-primitives.scm", {st_mode=S_IFREG|0444, st_size=6910, ...}) = 0
1909  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/language/cps/reify-primitives.go", 0x7ffd2c4016b0) = -1 ENOENT (No such file or directory)
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/language/cps/reify-primitives.go", 0x7ffd2c4016b0) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/lib/guile/2.2/site-ccache/language/cps/reify-primitives.go", 0x7ffd2c4016b0) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/language/cps/reify-primitives.go", 0x7ffd2c4016b0) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/language/cps/reify-primitives.go", {st_mode=S_IFREG|0444, st_size=78989, ...}) = 0
1909  openat(AT_FDCWD, "/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/language/cps/reify-primitives.go", O_RDONLY|O_CLOEXEC) = 13
1909  lseek(13, 0, SEEK_END)            = 78989
1909  mmap(NULL, 78989, PROT_READ, MAP_PRIVATE, 13, 0) = 0x7f0138412000
1909  close(13)                         = 0
1909  mprotect(0x7f0138422000, 7064, PROT_READ|PROT_WRITE) = 0
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/language/cps/split-rec.scm", 0x7ffd2c4018a0) = -1 ENOENT (No such file or directory)
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/language/cps/split-rec", 0x7ffd2c4018a0) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/language/cps/split-rec.scm", 0x7ffd2c4018a0) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/language/cps/split-rec", 0x7ffd2c4018a0) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/share/guile/2.2/language/cps/split-rec.scm", {st_mode=S_IFREG|0444, st_size=7296, ...}) = 0
1909  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/language/cps/split-rec.go", 0x7ffd2c4016b0) = -1 ENOENT (No such file or directory)
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/language/cps/split-rec.go", 0x7ffd2c4016b0) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/lib/guile/2.2/site-ccache/language/cps/split-rec.go", 0x7ffd2c4016b0) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/language/cps/split-rec.go", 0x7ffd2c4016b0) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/language/cps/split-rec.go", {st_mode=S_IFREG|0444, st_size=75597, ...}) = 0
1909  openat(AT_FDCWD, "/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/language/cps/split-rec.go", O_RDONLY|O_CLOEXEC) = 13
1909  lseek(13, 0, SEEK_END)            = 75597
1909  mmap(NULL, 75597, PROT_READ, MAP_PRIVATE, 13, 0) = 0x7f01383ff000
1909  close(13)                         = 0
1909  mprotect(0x7f013840f000, 3976, PROT_READ|PROT_WRITE) = 0
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/system/vm/assembler.scm", 0x7ffd2c4018a0) = -1 ENOENT (No such file or directory)
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/system/vm/assembler", 0x7ffd2c4018a0) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/system/vm/assembler.scm", 0x7ffd2c4018a0) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/system/vm/assembler", 0x7ffd2c4018a0) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/share/guile/2.2/system/vm/assembler.scm", {st_mode=S_IFREG|0444, st_size=100522, ...}) = 0
1909  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/system/vm/assembler.go", 0x7ffd2c4016b0) = -1 ENOENT (No such file or directory)
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/system/vm/assembler.go", 0x7ffd2c4016b0) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/lib/guile/2.2/site-ccache/system/vm/assembler.go", 0x7ffd2c4016b0) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/system/vm/assembler.go", 0x7ffd2c4016b0) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/system/vm/assembler.go", {st_mode=S_IFREG|0444, st_size=1004397, ...}) = 0
1909  openat(AT_FDCWD, "/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/system/vm/assembler.go", O_RDONLY|O_CLOEXEC) = 13
1909  lseek(13, 0, SEEK_END)            = 1004397
1909  mmap(NULL, 1004397, PROT_READ, MAP_PRIVATE, 13, 0) = 0x7f0138309000
1909  close(13)                         = 0
1909  mprotect(0x7f0138399000, 244168, PROT_READ|PROT_WRITE) = 0
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/system/vm/linker.scm", 0x7ffd2c401510) = -1 ENOENT (No such file or directory)
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/system/vm/linker", 0x7ffd2c401510) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/system/vm/linker.scm", 0x7ffd2c401510) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/system/vm/linker", 0x7ffd2c401510) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/share/guile/2.2/system/vm/linker.scm", {st_mode=S_IFREG|0444, st_size=31832, ...}) = 0
1909  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/system/vm/linker.go", 0x7ffd2c401320) = -1 ENOENT (No such file or directory)
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/system/vm/linker.go", 0x7ffd2c401320) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/lib/guile/2.2/site-ccache/system/vm/linker.go", 0x7ffd2c401320) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/system/vm/linker.go", 0x7ffd2c401320) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/system/vm/linker.go", {st_mode=S_IFREG|0444, st_size=321381, ...}) = 0
1909  openat(AT_FDCWD, "/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/system/vm/linker.go", O_RDONLY|O_CLOEXEC) = 13
1909  lseek(13, 0, SEEK_END)            = 321381
1909  mmap(NULL, 321381, PROT_READ, MAP_PRIVATE, 13, 0) = 0x7f01382ba000
1909  close(13)                         = 0
1909  mprotect(0x7f01382ea000, 85304, PROT_READ|PROT_WRITE) = 0
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/git.scm", {st_mode=S_IFREG|0444, st_size=1562, ...}) = 0
1909  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/git.go", {st_mode=S_IFREG|0444, st_size=69797, ...}) = 0
1909  openat(AT_FDCWD, "/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/git.go", O_RDONLY|O_CLOEXEC) = 13
1909  lseek(13, 0, SEEK_END)            = 69797
1909  mmap(NULL, 69797, PROT_READ, MAP_PRIVATE, 13, 0) = 0x7f01382a8000
1909  close(13)                         = 0
1909  mprotect(0x7f01382b8000, 2152, PROT_READ|PROT_WRITE) = 0
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/git/bindings.scm", {st_mode=S_IFREG|0444, st_size=6606, ...}) = 0
1909  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/git/bindings.go", {st_mode=S_IFREG|0444, st_size=81677, ...}) = 0
1909  openat(AT_FDCWD, "/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/git/bindings.go", O_RDONLY|O_CLOEXEC) = 13
1909  lseek(13, 0, SEEK_END)            = 81677
1909  mmap(NULL, 81677, PROT_READ, MAP_PRIVATE, 13, 0) = 0x7f0138294000
1909  close(13)                         = 0
1909  mprotect(0x7f01382a4000, 9856, PROT_READ|PROT_WRITE) = 0
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/git/config.scm", {st_mode=S_IFREG|0444, st_size=1012, ...}) = 0
1909  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/git/config.go", {st_mode=S_IFREG|0444, st_size=67899, ...}) = 0
1909  openat(AT_FDCWD, "/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/git/config.go", O_RDONLY|O_CLOEXEC) = 13
1909  lseek(13, 0, SEEK_END)            = 67899
1909  mmap(NULL, 67899, PROT_READ, MAP_PRIVATE, 13, 0) = 0x7f0138283000
1909  close(13)                         = 0
1909  mprotect(0x7f0138293000, 496, PROT_READ|PROT_WRITE) = 0
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/git/types.scm", {st_mode=S_IFREG|0444, st_size=4647, ...}) = 0
1909  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/git/types.go", {st_mode=S_IFREG|0444, st_size=673285, ...}) = 0
1909  openat(AT_FDCWD, "/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/git/types.go", O_RDONLY|O_CLOEXEC) = 13
1909  lseek(13, 0, SEEK_END)            = 673285
1909  mmap(NULL, 673285, PROT_READ, MAP_PRIVATE, 13, 0) = 0x7f01381de000
1909  close(13)                         = 0
1909  mprotect(0x7f013823e000, 205720, PROT_READ|PROT_WRITE) = 0
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/git/structs.scm", {st_mode=S_IFREG|0444, st_size=16935, ...}) = 0
1909  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/git/structs.go", {st_mode=S_IFREG|0444, st_size=638853, ...}) = 0
1909  openat(AT_FDCWD, "/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/git/structs.go", O_RDONLY|O_CLOEXEC) = 13
1909  lseek(13, 0, SEEK_END)            = 638853
1909  mmap(NULL, 638853, PROT_READ, MAP_PRIVATE, 13, 0) = 0x7f0138142000
1909  close(13)                         = 0
1909  mprotect(0x7f01381a2000, 175392, PROT_READ|PROT_WRITE) = 0
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/bytestructures/guile.scm", {st_mode=S_IFREG|0444, st_size=2260, ...}) = 0
1909  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/bytestructures/guile.go", {st_mode=S_IFREG|0444, st_size=74941, ...}) = 0
1909  openat(AT_FDCWD, "/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/bytestructures/guile.go", O_RDONLY|O_CLOEXEC) = 13
1909  lseek(13, 0, SEEK_END)            = 74941
1909  mmap(NULL, 74941, PROT_READ, MAP_PRIVATE, 13, 0) = 0x7f013812f000
1909  close(13)                         = 0
1909  mprotect(0x7f013813f000, 6424, PROT_READ|PROT_WRITE) = 0
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/bytestructures/guile/base.scm", {st_mode=S_IFREG|0444, st_size=584, ...}) = 0
1909  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/bytestructures/guile/base.go", {st_mode=S_IFREG|0444, st_size=227893, ...}) = 0
1909  openat(AT_FDCWD, "/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/bytestructures/guile/base.go", O_RDONLY|O_CLOEXEC) = 13
1909  lseek(13, 0, SEEK_END)            = 227893
1909  mmap(NULL, 227893, PROT_READ, MAP_PRIVATE, 13, 0) = 0x7f01380f7000
1909  close(13)                         = 0
1909  mprotect(0x7f0138117000, 73040, PROT_READ|PROT_WRITE) = 0
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/bytestructures/guile/bytevectors.scm", {st_mode=S_IFREG|0444, st_size=3140, ...}) = 0
1909  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/bytestructures/guile/bytevectors.go", {st_mode=S_IFREG|0444, st_size=73941, ...}) = 0
1909  openat(AT_FDCWD, "/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/bytestructures/guile/bytevectors.go", O_RDONLY|O_CLOEXEC) = 13
1909  lseek(13, 0, SEEK_END)            = 73941
1909  mmap(NULL, 73941, PROT_READ, MAP_PRIVATE, 13, 0) = 0x7f01380e4000
1909  close(13)                         = 0
1909  mprotect(0x7f01380f4000, 4832, PROT_READ|PROT_WRITE) = 0
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/rnrs/base.scm", 0x7ffd2c400a60) = -1 ENOENT (No such file or directory)
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/rnrs/base", 0x7ffd2c400a60) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/rnrs/base.scm", 0x7ffd2c400a60) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/rnrs/base", 0x7ffd2c400a60) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/share/guile/2.2/rnrs/base.scm", {st_mode=S_IFREG|0444, st_size=10294, ...}) = 0
1909  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/rnrs/base.go", 0x7ffd2c400870) = -1 ENOENT (No such file or directory)
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/rnrs/base.go", 0x7ffd2c400870) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/lib/guile/2.2/site-ccache/rnrs/base.go", 0x7ffd2c400870) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/rnrs/base.go", 0x7ffd2c400870) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/rnrs/base.go", {st_mode=S_IFREG|0444, st_size=103485, ...}) = 0
1909  openat(AT_FDCWD, "/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/rnrs/base.go", O_RDONLY|O_CLOEXEC) = 13
1909  lseek(13, 0, SEEK_END)            = 103485
1909  mmap(NULL, 103485, PROT_READ, MAP_PRIVATE, 13, 0) = 0x7f01380ca000
1909  close(13)                         = 0
1909  mprotect(0x7f01380da000, 28736, PROT_READ|PROT_WRITE) = 0
1909  brk(0x1fa9000)                    = 0x1fa9000
1909  brk(0x1fb9000)                    = 0x1fb9000
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/rnrs/control.scm", 0x7ffd2c400a60) = -1 ENOENT (No such file or directory)
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/rnrs/control", 0x7ffd2c400a60) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/rnrs/control.scm", 0x7ffd2c400a60) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/rnrs/control", 0x7ffd2c400a60) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/share/guile/2.2/rnrs/control.scm", {st_mode=S_IFREG|0444, st_size=986, ...}) = 0
1909  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/rnrs/control.go", 0x7ffd2c400870) = -1 ENOENT (No such file or directory)
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/rnrs/control.go", 0x7ffd2c400870) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/lib/guile/2.2/site-ccache/rnrs/control.go", 0x7ffd2c400870) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/rnrs/control.go", 0x7ffd2c400870) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/rnrs/control.go", {st_mode=S_IFREG|0444, st_size=68989, ...}) = 0
1909  openat(AT_FDCWD, "/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/rnrs/control.go", O_RDONLY|O_CLOEXEC) = 13
1909  lseek(13, 0, SEEK_END)            = 68989
1909  mmap(NULL, 68989, PROT_READ, MAP_PRIVATE, 13, 0) = 0x7f01380b9000
1909  close(13)                         = 0
1909  mprotect(0x7f01380c9000, 1152, PROT_READ|PROT_WRITE) = 0
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/bytestructures/r6/bytevectors.scm", {st_mode=S_IFREG|0444, st_size=3191, ...}) = 0
1909  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/bytestructures/r6/bytevectors.go", {st_mode=S_IFREG|0444, st_size=74205, ...}) = 0
1909  openat(AT_FDCWD, "/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/bytestructures/r6/bytevectors.go", O_RDONLY|O_CLOEXEC) = 13
1909  lseek(13, 0, SEEK_END)            = 74205
1909  mmap(NULL, 74205, PROT_READ, MAP_PRIVATE, 13, 0) = 0x7f01380a6000
1909  close(13)                         = 0
1909  mprotect(0x7f01380b6000, 4952, PROT_READ|PROT_WRITE) = 0
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/bytestructures/guile/utils.scm", {st_mode=S_IFREG|0444, st_size=150, ...}) = 0
1909  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/bytestructures/guile/utils.go", {st_mode=S_IFREG|0444, st_size=72573, ...}) = 0
1909  openat(AT_FDCWD, "/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/bytestructures/guile/utils.go", O_RDONLY|O_CLOEXEC) = 13
1909  lseek(13, 0, SEEK_END)            = 72573
1909  mmap(NULL, 72573, PROT_READ, MAP_PRIVATE, 13, 0) = 0x7f0138094000
1909  close(13)                         = 0
1909  mprotect(0x7f01380a4000, 4104, PROT_READ|PROT_WRITE) = 0
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/bytestructures/guile/vector.scm", {st_mode=S_IFREG|0444, st_size=273, ...}) = 0
1909  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/bytestructures/guile/vector.go", {st_mode=S_IFREG|0444, st_size=99917, ...}) = 0
1909  openat(AT_FDCWD, "/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/bytestructures/guile/vector.go", O_RDONLY|O_CLOEXEC) = 13
1909  lseek(13, 0, SEEK_END)            = 99917
1909  mmap(NULL, 99917, PROT_READ, MAP_PRIVATE, 13, 0) = 0x7f013807b000
1909  close(13)                         = 0
1909  mprotect(0x7f013808b000, 26920, PROT_READ|PROT_WRITE) = 0
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/bytestructures/guile/struct.scm", {st_mode=S_IFREG|0444, st_size=382, ...}) = 0
1909  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/bytestructures/guile/struct.go", {st_mode=S_IFREG|0444, st_size=195373, ...}) = 0
1909  openat(AT_FDCWD, "/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/bytestructures/guile/struct.go", O_RDONLY|O_CLOEXEC) = 13
1909  lseek(13, 0, SEEK_END)            = 195373
1909  mmap(NULL, 195373, PROT_READ, MAP_PRIVATE, 13, 0) = 0x7f013804b000
1909  close(13)                         = 0
1909  mprotect(0x7f013806b000, 47632, PROT_READ|PROT_WRITE) = 0
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/bytestructures/guile/bitfields.scm", {st_mode=S_IFREG|0444, st_size=299, ...}) = 0
1909  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/bytestructures/guile/bitfields.go", {st_mode=S_IFREG|0444, st_size=106237, ...}) = 0
1909  openat(AT_FDCWD, "/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/bytestructures/guile/bitfields.go", O_RDONLY|O_CLOEXEC) = 13
1909  lseek(13, 0, SEEK_END)            = 106237
1909  mmap(NULL, 106237, PROT_READ, MAP_PRIVATE, 13, 0) = 0x7f0138031000
1909  close(13)                         = 0
1909  mprotect(0x7f0138041000, 31648, PROT_READ|PROT_WRITE) = 0
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/srfi/srfi-60.scm", 0x7ffd2c400a60) = -1 ENOENT (No such file or directory)
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/srfi/srfi-60", 0x7ffd2c400a60) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/srfi/srfi-60.scm", 0x7ffd2c400a60) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/srfi/srfi-60", 0x7ffd2c400a60) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/share/guile/2.2/srfi/srfi-60.scm", {st_mode=S_IFREG|0444, st_size=2174, ...}) = 0
1909  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/srfi/srfi-60.go", 0x7ffd2c400870) = -1 ENOENT (No such file or directory)
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/srfi/srfi-60.go", 0x7ffd2c400870) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/lib/guile/2.2/site-ccache/srfi/srfi-60.go", 0x7ffd2c400870) = -1 ENOENT (No such file or directory)
1909  stat("/run/current-system/profile/share/guile/site/2.2/srfi/srfi-60.go", 0x7ffd2c400870) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/srfi/srfi-60.go", {st_mode=S_IFREG|0444, st_size=70597, ...}) = 0
1909  openat(AT_FDCWD, "/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/srfi/srfi-60.go", O_RDONLY|O_CLOEXEC) = 13
1909  lseek(13, 0, SEEK_END)            = 70597
1909  mmap(NULL, 70597, PROT_READ, MAP_PRIVATE, 13, 0) = 0x7f013801f000
1909  close(13)                         = 0
1909  mprotect(0x7f013802f000, 2480, PROT_READ|PROT_WRITE) = 0
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/bytestructures/guile/numeric-metadata.scm", {st_mode=S_IFREG|0444, st_size=503, ...}) = 0
1909  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/bytestructures/guile/numeric-metadata.go", {st_mode=S_IFREG|0444, st_size=69141, ...}) = 0
1909  openat(AT_FDCWD, "/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/bytestructures/guile/numeric-metadata.go", O_RDONLY|O_CLOEXEC) = 13
1909  lseek(13, 0, SEEK_END)            = 69141
1909  mmap(NULL, 69141, PROT_READ, MAP_PRIVATE, 13, 0) = 0x7f013800e000
1909  close(13)                         = 0
1909  mprotect(0x7f013801e000, 1456, PROT_READ|PROT_WRITE) = 0
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/bytestructures/guile/numeric-all.scm", {st_mode=S_IFREG|0444, st_size=425, ...}) = 0
1909  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/bytestructures/guile/numeric-all.go", {st_mode=S_IFREG|0444, st_size=322565, ...}) = 0
1909  openat(AT_FDCWD, "/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/bytestructures/guile/numeric-all.go", O_RDONLY|O_CLOEXEC) = 13
1909  lseek(13, 0, SEEK_END)            = 322565
1909  mmap(NULL, 322565, PROT_READ, MAP_PRIVATE, 13, 0) = 0x7f0133fb1000
1909  close(13)                         = 0
1909  mprotect(0x7f0133fe1000, 93872, PROT_READ|PROT_WRITE) = 0
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/bytestructures/guile/explicit-endianness.scm", {st_mode=S_IFREG|0444, st_size=272, ...}) = 0
1909  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/bytestructures/guile/explicit-endianness.go", {st_mode=S_IFREG|0444, st_size=84413, ...}) = 0
1909  openat(AT_FDCWD, "/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/bytestructures/guile/explicit-endianness.go", O_RDONLY|O_CLOEXEC) = 13
1909  lseek(13, 0, SEEK_END)            = 84413
1909  mmap(NULL, 84413, PROT_READ, MAP_PRIVATE, 13, 0) = 0x7f0133f9c000
1909  close(13)                         = 0
1909  mprotect(0x7f0133fac000, 10808, PROT_READ|PROT_WRITE) = 0
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/bytestructures/guile/numeric-data-model.scm", {st_mode=S_IFREG|0444, st_size=686, ...}) = 0
1909  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/bytestructures/guile/numeric-data-model.go", {st_mode=S_IFREG|0444, st_size=69861, ...}) = 0
1909  openat(AT_FDCWD, "/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/bytestructures/guile/numeric-data-model.go", O_RDONLY|O_CLOEXEC) = 13
1909  lseek(13, 0, SEEK_END)            = 69861
1909  mmap(NULL, 69861, PROT_READ, MAP_PRIVATE, 13, 0) = 0x7f0133f8a000
1909  close(13)                         = 0
1909  mprotect(0x7f0133f9a000, 1792, PROT_READ|PROT_WRITE) = 0
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/bytestructures/guile/union.scm", {st_mode=S_IFREG|0444, st_size=334, ...}) = 0
1909  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/bytestructures/guile/union.go", {st_mode=S_IFREG|0444, st_size=95733, ...}) = 0
1909  openat(AT_FDCWD, "/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/bytestructures/guile/union.go", O_RDONLY|O_CLOEXEC) = 13
1909  lseek(13, 0, SEEK_END)            = 95733
1909  mmap(NULL, 95733, PROT_READ, MAP_PRIVATE, 13, 0) = 0x7f0133f72000
1909  close(13)                         = 0
1909  mprotect(0x7f0133f82000, 22976, PROT_READ|PROT_WRITE) = 0
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/bytestructures/guile/pointer.scm", {st_mode=S_IFREG|0444, st_size=4107, ...}) = 0
1909  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/bytestructures/guile/pointer.go", {st_mode=S_IFREG|0444, st_size=99933, ...}) = 0
1909  openat(AT_FDCWD, "/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/bytestructures/guile/pointer.go", O_RDONLY|O_CLOEXEC) = 13
1909  lseek(13, 0, SEEK_END)            = 99933
1909  mmap(NULL, 99933, PROT_READ, MAP_PRIVATE, 13, 0) = 0x7f0133f59000
1909  close(13)                         = 0
1909  mprotect(0x7f0133f69000, 26840, PROT_READ|PROT_WRITE) = 0
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/bytestructures/guile/numeric.scm", {st_mode=S_IFREG|0444, st_size=544, ...}) = 0
1909  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/bytestructures/guile/numeric.go", {st_mode=S_IFREG|0444, st_size=70981, ...}) = 0
1909  openat(AT_FDCWD, "/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/bytestructures/guile/numeric.go", O_RDONLY|O_CLOEXEC) = 13
1909  lseek(13, 0, SEEK_END)            = 70981
1909  mmap(NULL, 70981, PROT_READ, MAP_PRIVATE, 13, 0) = 0x7f0133f47000
1909  close(13)                         = 0
1909  mprotect(0x7f0133f57000, 3304, PROT_READ|PROT_WRITE) = 0
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/bytestructures/guile/string.scm", {st_mode=S_IFREG|0444, st_size=262, ...}) = 0
1909  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/bytestructures/guile/string.go", {st_mode=S_IFREG|0444, st_size=80021, ...}) = 0
1909  openat(AT_FDCWD, "/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/bytestructures/guile/string.go", O_RDONLY|O_CLOEXEC) = 13
1909  lseek(13, 0, SEEK_END)            = 80021
1909  mmap(NULL, 80021, PROT_READ, MAP_PRIVATE, 13, 0) = 0x7f0133f33000
1909  close(13)                         = 0
1909  mprotect(0x7f0133f43000, 8944, PROT_READ|PROT_WRITE) = 0
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/bytestructures/guile/cstring-pointer.scm", {st_mode=S_IFREG|0444, st_size=2679, ...}) = 0
1909  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/bytestructures/guile/cstring-pointer.go", {st_mode=S_IFREG|0444, st_size=73917, ...}) = 0
1909  openat(AT_FDCWD, "/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/bytestructures/guile/cstring-pointer.go", O_RDONLY|O_CLOEXEC) = 13
1909  lseek(13, 0, SEEK_END)            = 73917
1909  mmap(NULL, 73917, PROT_READ, MAP_PRIVATE, 13, 0) = 0x7f0133f20000
1909  close(13)                         = 0
1909  mprotect(0x7f0133f30000, 4848, PROT_READ|PROT_WRITE) = 0
1909  openat(AT_FDCWD, "/gnu/store/0cmzxba0lqgb6kv64nkr291vhpq2zmbx-libgit2-0.26.5/lib/libgit2.la", O_RDONLY) = -1 ENOENT (No such file or directory)
1909  openat(AT_FDCWD, "/gnu/store/0cmzxba0lqgb6kv64nkr291vhpq2zmbx-libgit2-0.26.5/lib/libgit2.so", O_RDONLY|O_CLOEXEC) = 13
1909  read(13, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0pv\1\0\0\0\0\0"..., 832) = 832
1909  fstat(13, {st_mode=S_IFREG|0555, st_size=1063352, ...}) = 0
1909  mmap(NULL, 3035440, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 13, 0) = 0x7f0133c3a000
1909  mprotect(0x7f0133d19000, 2097152, PROT_NONE) = 0
1909  mmap(0x7f0133f19000, 24576, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 13, 0xdf000) = 0x7f0133f19000
1909  mmap(0x7f0133f1f000, 304, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f0133f1f000
1909  close(13)                         = 0
1909  openat(AT_FDCWD, "/gnu/store/0cmzxba0lqgb6kv64nkr291vhpq2zmbx-libgit2-0.26.5/lib/tls/x86_64/x86_64/libhttp_parser.so.2.8", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/0cmzxba0lqgb6kv64nkr291vhpq2zmbx-libgit2-0.26.5/lib/tls/x86_64/x86_64", 0x7ffd2c400c80) = -1 ENOENT (No such file or directory)
1909  openat(AT_FDCWD, "/gnu/store/0cmzxba0lqgb6kv64nkr291vhpq2zmbx-libgit2-0.26.5/lib/tls/x86_64/libhttp_parser.so.2.8", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/0cmzxba0lqgb6kv64nkr291vhpq2zmbx-libgit2-0.26.5/lib/tls/x86_64", 0x7ffd2c400c80) = -1 ENOENT (No such file or directory)
1909  openat(AT_FDCWD, "/gnu/store/0cmzxba0lqgb6kv64nkr291vhpq2zmbx-libgit2-0.26.5/lib/tls/x86_64/libhttp_parser.so.2.8", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/0cmzxba0lqgb6kv64nkr291vhpq2zmbx-libgit2-0.26.5/lib/tls/x86_64", 0x7ffd2c400c80) = -1 ENOENT (No such file or directory)
1909  openat(AT_FDCWD, "/gnu/store/0cmzxba0lqgb6kv64nkr291vhpq2zmbx-libgit2-0.26.5/lib/tls/libhttp_parser.so.2.8", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/0cmzxba0lqgb6kv64nkr291vhpq2zmbx-libgit2-0.26.5/lib/tls", 0x7ffd2c400c80) = -1 ENOENT (No such file or directory)
1909  openat(AT_FDCWD, "/gnu/store/0cmzxba0lqgb6kv64nkr291vhpq2zmbx-libgit2-0.26.5/lib/x86_64/x86_64/libhttp_parser.so.2.8", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/0cmzxba0lqgb6kv64nkr291vhpq2zmbx-libgit2-0.26.5/lib/x86_64/x86_64", 0x7ffd2c400c80) = -1 ENOENT (No such file or directory)
1909  openat(AT_FDCWD, "/gnu/store/0cmzxba0lqgb6kv64nkr291vhpq2zmbx-libgit2-0.26.5/lib/x86_64/libhttp_parser.so.2.8", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/0cmzxba0lqgb6kv64nkr291vhpq2zmbx-libgit2-0.26.5/lib/x86_64", 0x7ffd2c400c80) = -1 ENOENT (No such file or directory)
1909  openat(AT_FDCWD, "/gnu/store/0cmzxba0lqgb6kv64nkr291vhpq2zmbx-libgit2-0.26.5/lib/x86_64/libhttp_parser.so.2.8", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/0cmzxba0lqgb6kv64nkr291vhpq2zmbx-libgit2-0.26.5/lib/x86_64", 0x7ffd2c400c80) = -1 ENOENT (No such file or directory)
1909  openat(AT_FDCWD, "/gnu/store/0cmzxba0lqgb6kv64nkr291vhpq2zmbx-libgit2-0.26.5/lib/libhttp_parser.so.2.8", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/0cmzxba0lqgb6kv64nkr291vhpq2zmbx-libgit2-0.26.5/lib", {st_mode=S_IFDIR|0555, st_size=4096, ...}) = 0
1909  openat(AT_FDCWD, "/gnu/store/l4lr0f5cjd0nbsaaf8b5dmcw1a1yypr3-glibc-2.27/lib/libhttp_parser.so.2.8", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1909  openat(AT_FDCWD, "/gnu/store/vla5j7pbkpcp39lsdfsmz7m9azn48lr4-gcc-5.5.0-lib/lib/libhttp_parser.so.2.8", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1909  openat(AT_FDCWD, "/gnu/store/5v1a7k3hdn4g3y5g8rhsx1csv2rrvf6j-http-parser-2.8.1/lib/tls/x86_64/x86_64/libhttp_parser.so.2.8", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/5v1a7k3hdn4g3y5g8rhsx1csv2rrvf6j-http-parser-2.8.1/lib/tls/x86_64/x86_64", 0x7ffd2c400c80) = -1 ENOENT (No such file or directory)
1909  openat(AT_FDCWD, "/gnu/store/5v1a7k3hdn4g3y5g8rhsx1csv2rrvf6j-http-parser-2.8.1/lib/tls/x86_64/libhttp_parser.so.2.8", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/5v1a7k3hdn4g3y5g8rhsx1csv2rrvf6j-http-parser-2.8.1/lib/tls/x86_64", 0x7ffd2c400c80) = -1 ENOENT (No such file or directory)
1909  openat(AT_FDCWD, "/gnu/store/5v1a7k3hdn4g3y5g8rhsx1csv2rrvf6j-http-parser-2.8.1/lib/tls/x86_64/libhttp_parser.so.2.8", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/5v1a7k3hdn4g3y5g8rhsx1csv2rrvf6j-http-parser-2.8.1/lib/tls/x86_64", 0x7ffd2c400c80) = -1 ENOENT (No such file or directory)
1909  openat(AT_FDCWD, "/gnu/store/5v1a7k3hdn4g3y5g8rhsx1csv2rrvf6j-http-parser-2.8.1/lib/tls/libhttp_parser.so.2.8", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/5v1a7k3hdn4g3y5g8rhsx1csv2rrvf6j-http-parser-2.8.1/lib/tls", 0x7ffd2c400c80) = -1 ENOENT (No such file or directory)
1909  openat(AT_FDCWD, "/gnu/store/5v1a7k3hdn4g3y5g8rhsx1csv2rrvf6j-http-parser-2.8.1/lib/x86_64/x86_64/libhttp_parser.so.2.8", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/5v1a7k3hdn4g3y5g8rhsx1csv2rrvf6j-http-parser-2.8.1/lib/x86_64/x86_64", 0x7ffd2c400c80) = -1 ENOENT (No such file or directory)
1909  openat(AT_FDCWD, "/gnu/store/5v1a7k3hdn4g3y5g8rhsx1csv2rrvf6j-http-parser-2.8.1/lib/x86_64/libhttp_parser.so.2.8", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/5v1a7k3hdn4g3y5g8rhsx1csv2rrvf6j-http-parser-2.8.1/lib/x86_64", 0x7ffd2c400c80) = -1 ENOENT (No such file or directory)
1909  openat(AT_FDCWD, "/gnu/store/5v1a7k3hdn4g3y5g8rhsx1csv2rrvf6j-http-parser-2.8.1/lib/x86_64/libhttp_parser.so.2.8", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/5v1a7k3hdn4g3y5g8rhsx1csv2rrvf6j-http-parser-2.8.1/lib/x86_64", 0x7ffd2c400c80) = -1 ENOENT (No such file or directory)
1909  openat(AT_FDCWD, "/gnu/store/5v1a7k3hdn4g3y5g8rhsx1csv2rrvf6j-http-parser-2.8.1/lib/libhttp_parser.so.2.8", O_RDONLY|O_CLOEXEC) = 13
1909  read(13, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0P\23\0\0\0\0\0\0"..., 832) = 832
1909  fstat(13, {st_mode=S_IFREG|0555, st_size=33712, ...}) = 0
1909  mmap(NULL, 2125888, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 13, 0) = 0x7f0133a32000
1909  mprotect(0x7f0133a39000, 2093056, PROT_NONE) = 0
1909  mmap(0x7f0133c38000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 13, 0x6000) = 0x7f0133c38000
1909  close(13)                         = 0
1909  openat(AT_FDCWD, "/gnu/store/0cmzxba0lqgb6kv64nkr291vhpq2zmbx-libgit2-0.26.5/lib/libz.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1909  openat(AT_FDCWD, "/gnu/store/l4lr0f5cjd0nbsaaf8b5dmcw1a1yypr3-glibc-2.27/lib/libz.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1909  openat(AT_FDCWD, "/gnu/store/vla5j7pbkpcp39lsdfsmz7m9azn48lr4-gcc-5.5.0-lib/lib/libz.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1909  openat(AT_FDCWD, "/gnu/store/5v1a7k3hdn4g3y5g8rhsx1csv2rrvf6j-http-parser-2.8.1/lib/libz.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1909  openat(AT_FDCWD, "/gnu/store/fxiwj2wpp11sif613axdax7gmwzsg6kp-zlib-1.2.11/lib/tls/x86_64/x86_64/libz.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/fxiwj2wpp11sif613axdax7gmwzsg6kp-zlib-1.2.11/lib/tls/x86_64/x86_64", 0x7ffd2c400c50) = -1 ENOENT (No such file or directory)
1909  openat(AT_FDCWD, "/gnu/store/fxiwj2wpp11sif613axdax7gmwzsg6kp-zlib-1.2.11/lib/tls/x86_64/libz.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/fxiwj2wpp11sif613axdax7gmwzsg6kp-zlib-1.2.11/lib/tls/x86_64", 0x7ffd2c400c50) = -1 ENOENT (No such file or directory)
1909  openat(AT_FDCWD, "/gnu/store/fxiwj2wpp11sif613axdax7gmwzsg6kp-zlib-1.2.11/lib/tls/x86_64/libz.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/fxiwj2wpp11sif613axdax7gmwzsg6kp-zlib-1.2.11/lib/tls/x86_64", 0x7ffd2c400c50) = -1 ENOENT (No such file or directory)
1909  openat(AT_FDCWD, "/gnu/store/fxiwj2wpp11sif613axdax7gmwzsg6kp-zlib-1.2.11/lib/tls/libz.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/fxiwj2wpp11sif613axdax7gmwzsg6kp-zlib-1.2.11/lib/tls", 0x7ffd2c400c50) = -1 ENOENT (No such file or directory)
1909  openat(AT_FDCWD, "/gnu/store/fxiwj2wpp11sif613axdax7gmwzsg6kp-zlib-1.2.11/lib/x86_64/x86_64/libz.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/fxiwj2wpp11sif613axdax7gmwzsg6kp-zlib-1.2.11/lib/x86_64/x86_64", 0x7ffd2c400c50) = -1 ENOENT (No such file or directory)
1909  openat(AT_FDCWD, "/gnu/store/fxiwj2wpp11sif613axdax7gmwzsg6kp-zlib-1.2.11/lib/x86_64/libz.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/fxiwj2wpp11sif613axdax7gmwzsg6kp-zlib-1.2.11/lib/x86_64", 0x7ffd2c400c50) = -1 ENOENT (No such file or directory)
1909  openat(AT_FDCWD, "/gnu/store/fxiwj2wpp11sif613axdax7gmwzsg6kp-zlib-1.2.11/lib/x86_64/libz.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/fxiwj2wpp11sif613axdax7gmwzsg6kp-zlib-1.2.11/lib/x86_64", 0x7ffd2c400c50) = -1 ENOENT (No such file or directory)
1909  openat(AT_FDCWD, "/gnu/store/fxiwj2wpp11sif613axdax7gmwzsg6kp-zlib-1.2.11/lib/libz.so.1", O_RDONLY|O_CLOEXEC) = 13
1909  read(13, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0 '\0\0\0\0\0\0"..., 832) = 832
1909  fstat(13, {st_mode=S_IFREG|0555, st_size=121128, ...}) = 0
1909  mmap(NULL, 2208128, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 13, 0) = 0x7f0133816000
1909  mprotect(0x7f0133830000, 2097152, PROT_NONE) = 0
1909  mmap(0x7f0133a30000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 13, 0x1a000) = 0x7f0133a30000
1909  close(13)                         = 0
1909  openat(AT_FDCWD, "/gnu/store/0cmzxba0lqgb6kv64nkr291vhpq2zmbx-libgit2-0.26.5/lib/libssl.so.1.0.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1909  openat(AT_FDCWD, "/gnu/store/l4lr0f5cjd0nbsaaf8b5dmcw1a1yypr3-glibc-2.27/lib/libssl.so.1.0.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1909  openat(AT_FDCWD, "/gnu/store/vla5j7pbkpcp39lsdfsmz7m9azn48lr4-gcc-5.5.0-lib/lib/libssl.so.1.0.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1909  openat(AT_FDCWD, "/gnu/store/5v1a7k3hdn4g3y5g8rhsx1csv2rrvf6j-http-parser-2.8.1/lib/libssl.so.1.0.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1909  openat(AT_FDCWD, "/gnu/store/fxiwj2wpp11sif613axdax7gmwzsg6kp-zlib-1.2.11/lib/libssl.so.1.0.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1909  openat(AT_FDCWD, "/gnu/store/x8nacy2qpqlwi0gm7r6slcynv1cwmicb-openssl-1.0.2o/lib/tls/x86_64/x86_64/libssl.so.1.0.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/x8nacy2qpqlwi0gm7r6slcynv1cwmicb-openssl-1.0.2o/lib/tls/x86_64/x86_64", 0x7ffd2c400c20) = -1 ENOENT (No such file or directory)
1909  openat(AT_FDCWD, "/gnu/store/x8nacy2qpqlwi0gm7r6slcynv1cwmicb-openssl-1.0.2o/lib/tls/x86_64/libssl.so.1.0.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/x8nacy2qpqlwi0gm7r6slcynv1cwmicb-openssl-1.0.2o/lib/tls/x86_64", 0x7ffd2c400c20) = -1 ENOENT (No such file or directory)
1909  openat(AT_FDCWD, "/gnu/store/x8nacy2qpqlwi0gm7r6slcynv1cwmicb-openssl-1.0.2o/lib/tls/x86_64/libssl.so.1.0.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/x8nacy2qpqlwi0gm7r6slcynv1cwmicb-openssl-1.0.2o/lib/tls/x86_64", 0x7ffd2c400c20) = -1 ENOENT (No such file or directory)
1909  openat(AT_FDCWD, "/gnu/store/x8nacy2qpqlwi0gm7r6slcynv1cwmicb-openssl-1.0.2o/lib/tls/libssl.so.1.0.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/x8nacy2qpqlwi0gm7r6slcynv1cwmicb-openssl-1.0.2o/lib/tls", 0x7ffd2c400c20) = -1 ENOENT (No such file or directory)
1909  openat(AT_FDCWD, "/gnu/store/x8nacy2qpqlwi0gm7r6slcynv1cwmicb-openssl-1.0.2o/lib/x86_64/x86_64/libssl.so.1.0.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/x8nacy2qpqlwi0gm7r6slcynv1cwmicb-openssl-1.0.2o/lib/x86_64/x86_64", 0x7ffd2c400c20) = -1 ENOENT (No such file or directory)
1909  openat(AT_FDCWD, "/gnu/store/x8nacy2qpqlwi0gm7r6slcynv1cwmicb-openssl-1.0.2o/lib/x86_64/libssl.so.1.0.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/x8nacy2qpqlwi0gm7r6slcynv1cwmicb-openssl-1.0.2o/lib/x86_64", 0x7ffd2c400c20) = -1 ENOENT (No such file or directory)
1909  openat(AT_FDCWD, "/gnu/store/x8nacy2qpqlwi0gm7r6slcynv1cwmicb-openssl-1.0.2o/lib/x86_64/libssl.so.1.0.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/x8nacy2qpqlwi0gm7r6slcynv1cwmicb-openssl-1.0.2o/lib/x86_64", 0x7ffd2c400c20) = -1 ENOENT (No such file or directory)
1909  openat(AT_FDCWD, "/gnu/store/x8nacy2qpqlwi0gm7r6slcynv1cwmicb-openssl-1.0.2o/lib/libssl.so.1.0.0", O_RDONLY|O_CLOEXEC) = 13
1909  read(13, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0@\260\1\0\0\0\0\0"..., 832) = 832
1909  fstat(13, {st_mode=S_IFREG|0444, st_size=523512, ...}) = 0
1909  mmap(NULL, 2568752, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 13, 0) = 0x7f01335a2000
1909  mprotect(0x7f013360b000, 2097152, PROT_NONE) = 0
1909  mmap(0x7f013380b000, 45056, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 13, 0x69000) = 0x7f013380b000
1909  close(13)                         = 0
1909  openat(AT_FDCWD, "/gnu/store/0cmzxba0lqgb6kv64nkr291vhpq2zmbx-libgit2-0.26.5/lib/libcrypto.so.1.0.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1909  openat(AT_FDCWD, "/gnu/store/l4lr0f5cjd0nbsaaf8b5dmcw1a1yypr3-glibc-2.27/lib/libcrypto.so.1.0.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1909  openat(AT_FDCWD, "/gnu/store/vla5j7pbkpcp39lsdfsmz7m9azn48lr4-gcc-5.5.0-lib/lib/libcrypto.so.1.0.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1909  openat(AT_FDCWD, "/gnu/store/5v1a7k3hdn4g3y5g8rhsx1csv2rrvf6j-http-parser-2.8.1/lib/libcrypto.so.1.0.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1909  openat(AT_FDCWD, "/gnu/store/fxiwj2wpp11sif613axdax7gmwzsg6kp-zlib-1.2.11/lib/libcrypto.so.1.0.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1909  openat(AT_FDCWD, "/gnu/store/x8nacy2qpqlwi0gm7r6slcynv1cwmicb-openssl-1.0.2o/lib/libcrypto.so.1.0.0", O_RDONLY|O_CLOEXEC) = 13
1909  read(13, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\0\16\7\0\0\0\0\0"..., 832) = 832
1909  fstat(13, {st_mode=S_IFREG|0444, st_size=2720728, ...}) = 0
1909  mmap(NULL, 4573504, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 13, 0) = 0x7f0133145000
1909  mprotect(0x7f0133378000, 2097152, PROT_NONE) = 0
1909  mmap(0x7f0133578000, 159744, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 13, 0x233000) = 0x7f0133578000
1909  mmap(0x7f013359f000, 10560, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f013359f000
1909  close(13)                         = 0
1909  openat(AT_FDCWD, "/gnu/store/0cmzxba0lqgb6kv64nkr291vhpq2zmbx-libgit2-0.26.5/lib/libssh2.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1909  openat(AT_FDCWD, "/gnu/store/l4lr0f5cjd0nbsaaf8b5dmcw1a1yypr3-glibc-2.27/lib/libssh2.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1909  openat(AT_FDCWD, "/gnu/store/vla5j7pbkpcp39lsdfsmz7m9azn48lr4-gcc-5.5.0-lib/lib/libssh2.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1909  openat(AT_FDCWD, "/gnu/store/5v1a7k3hdn4g3y5g8rhsx1csv2rrvf6j-http-parser-2.8.1/lib/libssh2.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1909  openat(AT_FDCWD, "/gnu/store/fxiwj2wpp11sif613axdax7gmwzsg6kp-zlib-1.2.11/lib/libssh2.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1909  openat(AT_FDCWD, "/gnu/store/x8nacy2qpqlwi0gm7r6slcynv1cwmicb-openssl-1.0.2o/lib/libssh2.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1909  openat(AT_FDCWD, "/gnu/store/r4q5x1dc8q3g885d67m18il2d6hpbddl-libssh2-1.8.0/lib/tls/x86_64/x86_64/libssh2.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/r4q5x1dc8q3g885d67m18il2d6hpbddl-libssh2-1.8.0/lib/tls/x86_64/x86_64", 0x7ffd2c400bc0) = -1 ENOENT (No such file or directory)
1909  openat(AT_FDCWD, "/gnu/store/r4q5x1dc8q3g885d67m18il2d6hpbddl-libssh2-1.8.0/lib/tls/x86_64/libssh2.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/r4q5x1dc8q3g885d67m18il2d6hpbddl-libssh2-1.8.0/lib/tls/x86_64", 0x7ffd2c400bc0) = -1 ENOENT (No such file or directory)
1909  openat(AT_FDCWD, "/gnu/store/r4q5x1dc8q3g885d67m18il2d6hpbddl-libssh2-1.8.0/lib/tls/x86_64/libssh2.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/r4q5x1dc8q3g885d67m18il2d6hpbddl-libssh2-1.8.0/lib/tls/x86_64", 0x7ffd2c400bc0) = -1 ENOENT (No such file or directory)
1909  openat(AT_FDCWD, "/gnu/store/r4q5x1dc8q3g885d67m18il2d6hpbddl-libssh2-1.8.0/lib/tls/libssh2.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/r4q5x1dc8q3g885d67m18il2d6hpbddl-libssh2-1.8.0/lib/tls", 0x7ffd2c400bc0) = -1 ENOENT (No such file or directory)
1909  openat(AT_FDCWD, "/gnu/store/r4q5x1dc8q3g885d67m18il2d6hpbddl-libssh2-1.8.0/lib/x86_64/x86_64/libssh2.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/r4q5x1dc8q3g885d67m18il2d6hpbddl-libssh2-1.8.0/lib/x86_64/x86_64", 0x7ffd2c400bc0) = -1 ENOENT (No such file or directory)
1909  openat(AT_FDCWD, "/gnu/store/r4q5x1dc8q3g885d67m18il2d6hpbddl-libssh2-1.8.0/lib/x86_64/libssh2.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/r4q5x1dc8q3g885d67m18il2d6hpbddl-libssh2-1.8.0/lib/x86_64", 0x7ffd2c400bc0) = -1 ENOENT (No such file or directory)
1909  openat(AT_FDCWD, "/gnu/store/r4q5x1dc8q3g885d67m18il2d6hpbddl-libssh2-1.8.0/lib/x86_64/libssh2.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/r4q5x1dc8q3g885d67m18il2d6hpbddl-libssh2-1.8.0/lib/x86_64", 0x7ffd2c400bc0) = -1 ENOENT (No such file or directory)
1909  openat(AT_FDCWD, "/gnu/store/r4q5x1dc8q3g885d67m18il2d6hpbddl-libssh2-1.8.0/lib/libssh2.so.1", O_RDONLY|O_CLOEXEC) = 13
1909  read(13, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\360R\0\0\0\0\0\0"..., 832) = 832
1909  fstat(13, {st_mode=S_IFREG|0555, st_size=201032, ...}) = 0
1909  mmap(NULL, 2274520, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 13, 0) = 0x7f0132f19000
1909  mprotect(0x7f0132f44000, 2093056, PROT_NONE) = 0
1909  mmap(0x7f0133143000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 13, 0x2a000) = 0x7f0133143000
1909  close(13)                         = 0
1909  openat(AT_FDCWD, "/gnu/store/0cmzxba0lqgb6kv64nkr291vhpq2zmbx-libgit2-0.26.5/lib/libgcrypt.so.20", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1909  openat(AT_FDCWD, "/gnu/store/l4lr0f5cjd0nbsaaf8b5dmcw1a1yypr3-glibc-2.27/lib/libgcrypt.so.20", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1909  openat(AT_FDCWD, "/gnu/store/vla5j7pbkpcp39lsdfsmz7m9azn48lr4-gcc-5.5.0-lib/lib/libgcrypt.so.20", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1909  openat(AT_FDCWD, "/gnu/store/5v1a7k3hdn4g3y5g8rhsx1csv2rrvf6j-http-parser-2.8.1/lib/libgcrypt.so.20", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1909  openat(AT_FDCWD, "/gnu/store/fxiwj2wpp11sif613axdax7gmwzsg6kp-zlib-1.2.11/lib/libgcrypt.so.20", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1909  openat(AT_FDCWD, "/gnu/store/x8nacy2qpqlwi0gm7r6slcynv1cwmicb-openssl-1.0.2o/lib/libgcrypt.so.20", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1909  openat(AT_FDCWD, "/gnu/store/r4q5x1dc8q3g885d67m18il2d6hpbddl-libssh2-1.8.0/lib/libgcrypt.so.20", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1909  openat(AT_FDCWD, "/gnu/store/hc5cak3fj0dijbm86kpz2asl7ld4gf8y-libgcrypt-1.8.3/lib/tls/x86_64/x86_64/libgcrypt.so.20", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/hc5cak3fj0dijbm86kpz2asl7ld4gf8y-libgcrypt-1.8.3/lib/tls/x86_64/x86_64", 0x7ffd2c400b90) = -1 ENOENT (No such file or directory)
1909  openat(AT_FDCWD, "/gnu/store/hc5cak3fj0dijbm86kpz2asl7ld4gf8y-libgcrypt-1.8.3/lib/tls/x86_64/libgcrypt.so.20", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/hc5cak3fj0dijbm86kpz2asl7ld4gf8y-libgcrypt-1.8.3/lib/tls/x86_64", 0x7ffd2c400b90) = -1 ENOENT (No such file or directory)
1909  openat(AT_FDCWD, "/gnu/store/hc5cak3fj0dijbm86kpz2asl7ld4gf8y-libgcrypt-1.8.3/lib/tls/x86_64/libgcrypt.so.20", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/hc5cak3fj0dijbm86kpz2asl7ld4gf8y-libgcrypt-1.8.3/lib/tls/x86_64", 0x7ffd2c400b90) = -1 ENOENT (No such file or directory)
1909  openat(AT_FDCWD, "/gnu/store/hc5cak3fj0dijbm86kpz2asl7ld4gf8y-libgcrypt-1.8.3/lib/tls/libgcrypt.so.20", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/hc5cak3fj0dijbm86kpz2asl7ld4gf8y-libgcrypt-1.8.3/lib/tls", 0x7ffd2c400b90) = -1 ENOENT (No such file or directory)
1909  openat(AT_FDCWD, "/gnu/store/hc5cak3fj0dijbm86kpz2asl7ld4gf8y-libgcrypt-1.8.3/lib/x86_64/x86_64/libgcrypt.so.20", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/hc5cak3fj0dijbm86kpz2asl7ld4gf8y-libgcrypt-1.8.3/lib/x86_64/x86_64", 0x7ffd2c400b90) = -1 ENOENT (No such file or directory)
1909  openat(AT_FDCWD, "/gnu/store/hc5cak3fj0dijbm86kpz2asl7ld4gf8y-libgcrypt-1.8.3/lib/x86_64/libgcrypt.so.20", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/hc5cak3fj0dijbm86kpz2asl7ld4gf8y-libgcrypt-1.8.3/lib/x86_64", 0x7ffd2c400b90) = -1 ENOENT (No such file or directory)
1909  openat(AT_FDCWD, "/gnu/store/hc5cak3fj0dijbm86kpz2asl7ld4gf8y-libgcrypt-1.8.3/lib/x86_64/libgcrypt.so.20", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/hc5cak3fj0dijbm86kpz2asl7ld4gf8y-libgcrypt-1.8.3/lib/x86_64", 0x7ffd2c400b90) = -1 ENOENT (No such file or directory)
1909  openat(AT_FDCWD, "/gnu/store/hc5cak3fj0dijbm86kpz2asl7ld4gf8y-libgcrypt-1.8.3/lib/libgcrypt.so.20", O_RDONLY|O_CLOEXEC) = 13
1909  read(13, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\200\304\0\0\0\0\0\0"..., 832) = 832
1909  fstat(13, {st_mode=S_IFREG|0555, st_size=1242944, ...}) = 0
1909  mmap(NULL, 3253064, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 13, 0) = 0x7f0132bfe000
1909  mprotect(0x7f0132d11000, 2097152, PROT_NONE) = 0
1909  mmap(0x7f0132f11000, 28672, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 13, 0x113000) = 0x7f0132f11000
1909  mmap(0x7f0132f18000, 840, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f0132f18000
1909  close(13)                         = 0
1909  openat(AT_FDCWD, "/gnu/store/0cmzxba0lqgb6kv64nkr291vhpq2zmbx-libgit2-0.26.5/lib/librt.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1909  openat(AT_FDCWD, "/gnu/store/l4lr0f5cjd0nbsaaf8b5dmcw1a1yypr3-glibc-2.27/lib/librt.so.1", O_RDONLY|O_CLOEXEC) = 13
1909  read(13, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\240!\0\0\0\0\0\0"..., 832) = 832
1909  fstat(13, {st_mode=S_IFREG|0555, st_size=42544, ...}) = 0
1909  mmap(NULL, 2128864, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 13, 0) = 0x7f01329f6000
1909  mprotect(0x7f01329fd000, 2093056, PROT_NONE) = 0
1909  mmap(0x7f0132bfc000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 13, 0x6000) = 0x7f0132bfc000
1909  close(13)                         = 0
1909  openat(AT_FDCWD, "/gnu/store/a5rd4sqyljb9gs58z9hq4kswqmxa45nr-libgpg-error-1.28/lib/tls/x86_64/x86_64/libgpg-error.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/a5rd4sqyljb9gs58z9hq4kswqmxa45nr-libgpg-error-1.28/lib/tls/x86_64/x86_64", 0x7ffd2c400710) = -1 ENOENT (No such file or directory)
1909  openat(AT_FDCWD, "/gnu/store/a5rd4sqyljb9gs58z9hq4kswqmxa45nr-libgpg-error-1.28/lib/tls/x86_64/libgpg-error.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/a5rd4sqyljb9gs58z9hq4kswqmxa45nr-libgpg-error-1.28/lib/tls/x86_64", 0x7ffd2c400710) = -1 ENOENT (No such file or directory)
1909  openat(AT_FDCWD, "/gnu/store/a5rd4sqyljb9gs58z9hq4kswqmxa45nr-libgpg-error-1.28/lib/tls/x86_64/libgpg-error.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/a5rd4sqyljb9gs58z9hq4kswqmxa45nr-libgpg-error-1.28/lib/tls/x86_64", 0x7ffd2c400710) = -1 ENOENT (No such file or directory)
1909  openat(AT_FDCWD, "/gnu/store/a5rd4sqyljb9gs58z9hq4kswqmxa45nr-libgpg-error-1.28/lib/tls/libgpg-error.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/a5rd4sqyljb9gs58z9hq4kswqmxa45nr-libgpg-error-1.28/lib/tls", 0x7ffd2c400710) = -1 ENOENT (No such file or directory)
1909  openat(AT_FDCWD, "/gnu/store/a5rd4sqyljb9gs58z9hq4kswqmxa45nr-libgpg-error-1.28/lib/x86_64/x86_64/libgpg-error.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/a5rd4sqyljb9gs58z9hq4kswqmxa45nr-libgpg-error-1.28/lib/x86_64/x86_64", 0x7ffd2c400710) = -1 ENOENT (No such file or directory)
1909  openat(AT_FDCWD, "/gnu/store/a5rd4sqyljb9gs58z9hq4kswqmxa45nr-libgpg-error-1.28/lib/x86_64/libgpg-error.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/a5rd4sqyljb9gs58z9hq4kswqmxa45nr-libgpg-error-1.28/lib/x86_64", 0x7ffd2c400710) = -1 ENOENT (No such file or directory)
1909  openat(AT_FDCWD, "/gnu/store/a5rd4sqyljb9gs58z9hq4kswqmxa45nr-libgpg-error-1.28/lib/x86_64/libgpg-error.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1909  stat("/gnu/store/a5rd4sqyljb9gs58z9hq4kswqmxa45nr-libgpg-error-1.28/lib/x86_64", 0x7ffd2c400710) = -1 ENOENT (No such file or directory)
1909  openat(AT_FDCWD, "/gnu/store/a5rd4sqyljb9gs58z9hq4kswqmxa45nr-libgpg-error-1.28/lib/libgpg-error.so.0", O_RDONLY|O_CLOEXEC) = 13
1909  read(13, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\220B\0\0\0\0\0\0"..., 832) = 832
1909  fstat(13, {st_mode=S_IFREG|0555, st_size=129720, ...}) = 0
1909  mmap(NULL, 2204792, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 13, 0) = 0x7f01327db000
1909  mprotect(0x7f01327f4000, 2097152, PROT_NONE) = 0
1909  mmap(0x7f01329f4000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 13, 0x19000) = 0x7f01329f4000
1909  close(13)                         = 0
1909  mprotect(0x7f01329f4000, 4096, PROT_READ) = 0
1909  mprotect(0x7f0132bfc000, 4096, PROT_READ) = 0
1909  mprotect(0x7f0132f11000, 8192, PROT_READ) = 0
1909  mprotect(0x7f0133a30000, 4096, PROT_READ) = 0
1909  mprotect(0x7f0133143000, 4096, PROT_READ) = 0
1909  mprotect(0x7f0133578000, 110592, PROT_READ) = 0
1909  mprotect(0x7f013380b000, 16384, PROT_READ) = 0
1909  mprotect(0x7f0133c38000, 4096, PROT_READ) = 0
1909  mprotect(0x7f0133f19000, 4096, PROT_READ) = 0
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/git/branch.scm", {st_mode=S_IFREG|0444, st_size=5777, ...}) = 0
1909  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/git/branch.go", {st_mode=S_IFREG|0444, st_size=76405, ...}) = 0
1909  openat(AT_FDCWD, "/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/git/branch.go", O_RDONLY|O_CLOEXEC) = 13
1909  lseek(13, 0, SEEK_END)            = 76405
1909  mmap(NULL, 76405, PROT_READ, MAP_PRIVATE, 13, 0) = 0x7f01327c8000
1909  close(13)                         = 0
1909  mprotect(0x7f01327d8000, 4320, PROT_READ|PROT_WRITE) = 0
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/git/reference.scm", {st_mode=S_IFREG|0444, st_size=5848, ...}) = 0
1909  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/git/reference.go", {st_mode=S_IFREG|0444, st_size=76293, ...}) = 0
1909  openat(AT_FDCWD, "/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/git/reference.go", O_RDONLY|O_CLOEXEC) = 13
1909  lseek(13, 0, SEEK_END)            = 76293
1909  mmap(NULL, 76293, PROT_READ, MAP_PRIVATE, 13, 0) = 0x7f01327b5000
1909  close(13)                         = 0
1909  mprotect(0x7f01327c5000, 4408, PROT_READ|PROT_WRITE) = 0
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/git/clone.scm", {st_mode=S_IFREG|0444, st_size=2039, ...}) = 0
1909  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/git/clone.go", {st_mode=S_IFREG|0444, st_size=70261, ...}) = 0
1909  openat(AT_FDCWD, "/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/git/clone.go", O_RDONLY|O_CLOEXEC) = 13
1909  lseek(13, 0, SEEK_END)            = 70261
1909  mmap(NULL, 70261, PROT_READ, MAP_PRIVATE, 13, 0) = 0x7f01327a3000
1909  close(13)                         = 0
1909  mprotect(0x7f01327b3000, 1976, PROT_READ|PROT_WRITE) = 0
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/git/repository.scm", {st_mode=S_IFREG|0444, st_size=13133, ...}) = 0
1909  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/git/repository.go", {st_mode=S_IFREG|0444, st_size=82477, ...}) = 0
1909  openat(AT_FDCWD, "/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/git/repository.go", O_RDONLY|O_CLOEXEC) = 13
1909  lseek(13, 0, SEEK_END)            = 82477
1909  mmap(NULL, 82477, PROT_READ, MAP_PRIVATE, 13, 0) = 0x7f013278e000
1909  close(13)                         = 0
1909  mprotect(0x7f013279e000, 6368, PROT_READ|PROT_WRITE) = 0
1909  brk(0x1fc9000)                    = 0x1fc9000
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/git/commit.scm", {st_mode=S_IFREG|0444, st_size=10045, ...}) = 0
1909  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/git/commit.go", {st_mode=S_IFREG|0444, st_size=82829, ...}) = 0
1909  openat(AT_FDCWD, "/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/git/commit.go", O_RDONLY|O_CLOEXEC) = 13
1909  lseek(13, 0, SEEK_END)            = 82829
1909  mmap(NULL, 82829, PROT_READ, MAP_PRIVATE, 13, 0) = 0x7f0132779000
1909  close(13)                         = 0
1909  mprotect(0x7f0132789000, 8024, PROT_READ|PROT_WRITE) = 0
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/git/oid.scm", {st_mode=S_IFREG|0444, st_size=3655, ...}) = 0
1909  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/git/oid.go", {st_mode=S_IFREG|0444, st_size=72341, ...}) = 0
1909  openat(AT_FDCWD, "/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/git/oid.go", O_RDONLY|O_CLOEXEC) = 13
1909  lseek(13, 0, SEEK_END)            = 72341
1909  mmap(NULL, 72341, PROT_READ, MAP_PRIVATE, 13, 0) = 0x7f0132767000
1909  close(13)                         = 0
1909  mprotect(0x7f0132777000, 3152, PROT_READ|PROT_WRITE) = 0
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/git/tree.scm", {st_mode=S_IFREG|0444, st_size=6459, ...}) = 0
1909  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/git/tree.go", {st_mode=S_IFREG|0444, st_size=76101, ...}) = 0
1909  openat(AT_FDCWD, "/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/git/tree.go", O_RDONLY|O_CLOEXEC) = 13
1909  lseek(13, 0, SEEK_END)            = 76101
1909  mmap(NULL, 76101, PROT_READ, MAP_PRIVATE, 13, 0) = 0x7f0132754000
1909  close(13)                         = 0
1909  mprotect(0x7f0132764000, 4376, PROT_READ|PROT_WRITE) = 0
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/git/object.scm", {st_mode=S_IFREG|0444, st_size=4089, ...}) = 0
1909  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/git/object.go", {st_mode=S_IFREG|0444, st_size=73373, ...}) = 0
1909  openat(AT_FDCWD, "/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/git/object.go", O_RDONLY|O_CLOEXEC) = 13
1909  lseek(13, 0, SEEK_END)            = 73373
1909  mmap(NULL, 73373, PROT_READ, MAP_PRIVATE, 13, 0) = 0x7f0132742000
1909  close(13)                         = 0
1909  mprotect(0x7f0132752000, 3672, PROT_READ|PROT_WRITE) = 0
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/git/errors.scm", {st_mode=S_IFREG|0444, st_size=5524, ...}) = 0
1909  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/git/errors.go", {st_mode=S_IFREG|0444, st_size=72773, ...}) = 0
1909  openat(AT_FDCWD, "/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/git/errors.go", O_RDONLY|O_CLOEXEC) = 13
1909  lseek(13, 0, SEEK_END)            = 72773
1909  mmap(NULL, 72773, PROT_READ, MAP_PRIVATE, 13, 0) = 0x7f0132730000
1909  close(13)                         = 0
1909  mprotect(0x7f0132740000, 4352, PROT_READ|PROT_WRITE) = 0
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/git/fetch.scm", {st_mode=S_IFREG|0444, st_size=2497, ...}) = 0
1909  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/git/fetch.go", {st_mode=S_IFREG|0444, st_size=71229, ...}) = 0
1909  openat(AT_FDCWD, "/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/git/fetch.go", O_RDONLY|O_CLOEXEC) = 13
1909  lseek(13, 0, SEEK_END)            = 71229
1909  mmap(NULL, 71229, PROT_READ, MAP_PRIVATE, 13, 0) = 0x7f013271e000
1909  close(13)                         = 0
1909  mprotect(0x7f013272e000, 2512, PROT_READ|PROT_WRITE) = 0
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/git/cred.scm", {st_mode=S_IFREG|0444, st_size=4475, ...}) = 0
1909  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/git/cred.go", {st_mode=S_IFREG|0444, st_size=72957, ...}) = 0
1909  openat(AT_FDCWD, "/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/git/cred.go", O_RDONLY|O_CLOEXEC) = 13
1909  lseek(13, 0, SEEK_END)            = 72957
1909  mmap(NULL, 72957, PROT_READ, MAP_PRIVATE, 13, 0) = 0x7f013270c000
1909  close(13)                         = 0
1909  mprotect(0x7f013271c000, 2704, PROT_READ|PROT_WRITE) = 0
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/git/reset.scm", {st_mode=S_IFREG|0444, st_size=1591, ...}) = 0
1909  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/git/reset.go", {st_mode=S_IFREG|0444, st_size=69589, ...}) = 0
1909  openat(AT_FDCWD, "/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/git/reset.go", O_RDONLY|O_CLOEXEC) = 13
1909  lseek(13, 0, SEEK_END)            = 69589
1909  mmap(NULL, 69589, PROT_READ, MAP_PRIVATE, 13, 0) = 0x7f01326fb000
1909  close(13)                         = 0
1909  mprotect(0x7f013270b000, 1640, PROT_READ|PROT_WRITE) = 0
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/git/remote.scm", {st_mode=S_IFREG|0444, st_size=4050, ...}) = 0
1909  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/git/remote.go", {st_mode=S_IFREG|0444, st_size=73829, ...}) = 0
1909  openat(AT_FDCWD, "/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/git/remote.go", O_RDONLY|O_CLOEXEC) = 13
1909  lseek(13, 0, SEEK_END)            = 73829
1909  mmap(NULL, 73829, PROT_READ, MAP_PRIVATE, 13, 0) = 0x7f01326e8000
1909  close(13)                         = 0
1909  mprotect(0x7f01326f8000, 3752, PROT_READ|PROT_WRITE) = 0
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/git/rev-parse.scm", {st_mode=S_IFREG|0444, st_size=1415, ...}) = 0
1909  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/git/rev-parse.go", {st_mode=S_IFREG|0444, st_size=69429, ...}) = 0
1909  openat(AT_FDCWD, "/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/git/rev-parse.go", O_RDONLY|O_CLOEXEC) = 13
1909  lseek(13, 0, SEEK_END)            = 69429
1909  mmap(NULL, 69429, PROT_READ, MAP_PRIVATE, 13, 0) = 0x7f01326d7000
1909  close(13)                         = 0
1909  mprotect(0x7f01326e7000, 1568, PROT_READ|PROT_WRITE) = 0
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/git/settings.scm", {st_mode=S_IFREG|0444, st_size=2544, ...}) = 0
1909  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/git/settings.go", {st_mode=S_IFREG|0444, st_size=70565, ...}) = 0
1909  openat(AT_FDCWD, "/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/git/settings.go", O_RDONLY|O_CLOEXEC) = 13
1909  lseek(13, 0, SEEK_END)            = 70565
1909  mmap(NULL, 70565, PROT_READ, MAP_PRIVATE, 13, 0) = 0x7f01326c5000
1909  close(13)                         = 0
1909  mprotect(0x7f01326d5000, 1880, PROT_READ|PROT_WRITE) = 0
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/git/status.scm", {st_mode=S_IFREG|0444, st_size=5095, ...}) = 0
1909  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/git/status.go", {st_mode=S_IFREG|0444, st_size=73501, ...}) = 0
1909  openat(AT_FDCWD, "/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/git/status.go", O_RDONLY|O_CLOEXEC) = 13
1909  lseek(13, 0, SEEK_END)            = 73501
1909  mmap(NULL, 73501, PROT_READ, MAP_PRIVATE, 13, 0) = 0x7f01326b3000
1909  close(13)                         = 0
1909  mprotect(0x7f01326c3000, 4112, PROT_READ|PROT_WRITE) = 0
1909  stat("/home/jelle/.guix-profile/share/guile/site/2.2/git/tag.scm", {st_mode=S_IFREG|0444, st_size=2487, ...}) = 0
1909  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/git/tag.go", {st_mode=S_IFREG|0444, st_size=72045, ...}) = 0
1909  openat(AT_FDCWD, "/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/git/tag.go", O_RDONLY|O_CLOEXEC) = 13
1909  lseek(13, 0, SEEK_END)            = 72045
1909  mmap(NULL, 72045, PROT_READ, MAP_PRIVATE, 13, 0) = 0x7f01326a1000
1909  close(13)                         = 0
1909  mprotect(0x7f01326b1000, 2888, PROT_READ|PROT_WRITE) = 0
1909  access("/etc/gcrypt/fips_enabled", F_OK) = -1 ENOENT (No such file or directory)
1909  openat(AT_FDCWD, "/proc/sys/crypto/fips_enabled", O_RDONLY) = -1 ENOENT (No such file or directory)
1909  openat(AT_FDCWD, "/etc/gcrypt/hwf.deny", O_RDONLY) = -1 ENOENT (No such file or directory)
1909  brk(0x1fea000)                    = 0x1fea000
1909  brk(0x1feb000)                    = 0x1feb000
1909  getpid()                          = 1909
1909  getpid()                          = 1909
1909  openat(AT_FDCWD, "/dev/urandom", O_RDONLY|O_NOCTTY|O_NONBLOCK) = 13
1909  fstat(13, {st_mode=S_IFCHR|0666, st_rdev=makedev(1, 9), ...}) = 0
1909  poll([{fd=13, events=POLLIN}], 1, 10) = 1 ([{fd=13, revents=POLLIN}])
1909  read(13, "-\377\371\225\320\22\345\251\374h\22\276\235\305\32@>\17:\326\16\311^c\305xvii),\275", 32) = 32
1909  close(13)                         = 0
1909  getuid()                          = 1000
1909  getpid()                          = 1909
1909  getpid()                          = 1909
1909  openat(AT_FDCWD, "/etc/ssl/certs/ca-certificates.crt", O_RDONLY) = 13
1909  fstat(13, {st_mode=S_IFREG|0444, st_size=251058, ...}) = 0
1909  read(13, "# alias=\"ACCVRAIZ1\"\n# trust=CKA_"..., 4096) = 4096
1909  read(13, "wHQYDVR0OBBYEFPd9xf3E6Jobd2Sn9R2"..., 4096) = 4096
1909  read(13, "KDa0hMxKufgFpbOr3JpyI/\ngCczWw63i"..., 4096) = 4096
1909  read(13, "H2tERCSG+wa9J/RB7oWmkZzBl\nMQswCQ"..., 4096) = 4096
1909  brk(0x200c000)                    = 0x200c000
1909  read(13, "JlPqQewQcDWkYtuJfzt9WyVSHvutxMAJ"..., 4096) = 4096
1909  read(13, "z4QuK/0NURBs+18bvBt+xa47mAExkv8L"..., 4096) = 4096
1909  read(13, "rUU77QR/w4VtfX128a961qn8FYiqTxlV"..., 4096) = 4096
1909  read(13, "0BAQsFADBOMQswCQYDVQQGEwJOTzEd\nM"..., 4096) = 4096
1909  read(13, "CzAJBgNV\nBAYTAlNLMRMwEQYDVQQHEwp"..., 4096) = 4096
1909  read(13, "QswCQYDVQQGEwJFVTEnMCUGA1UEChMeQ"..., 4096) = 4096
1909  read(13, "GjYzBhMA4GA1UdDwEB/wQEAwIB\nBjAPB"..., 4096) = 4096
1909  read(13, "1bfHEhYxQUqq/F3pN+aLHsIqKqkHWetU"..., 4096) = 4096
1909  read(13, "9naWVzIFMu\nQS4xJzAlBgNVBAsTHkNlc"..., 4096) = 4096
1909  brk(0x202d000)                    = 0x202d000
1909  read(13, "F++P96hyk0g1CXohClTt7GIH//62pCfC"..., 4096) = 4096
1909  read(13, "VrXYlCg17LofiDKYGvCYQbTed7N14jHy"..., 4096) = 4096
1909  read(13, "s5BAH+X4QokPB0BBO490o0JlwzgdeT6+"..., 4096) = 4096
1909  read(13, "rust=\n# openssl-trust=serverAuth"..., 4096) = 4096
1909  read(13, "8r87cm\nNW1fiQG2SVufAQWbqz0lwcy2f"..., 4096) = 4096
1909  read(13, "w7C29C79Fv1C5qfPrmAESrciIxpg0X40"..., 4096) = 4096
1909  read(13, "KA_TRUST_SERVER_AUTH\n# distrust="..., 4096) = 4096
1909  read(13, "3t1oW/9gPP/a3eMykr/pbPBJbqFKJcu+"..., 4096) = 4096
1909  read(13, "\n-----END CERTIFICATE-----\n\n# al"..., 4096) = 4096
1909  brk(0x204e000)                    = 0x204e000
1909  read(13, "FaFw0yOTA3\nMjQxNDE1MTJaMIG0MRQwE"..., 4096) = 4096
1909  read(13, "tXsI/esni0qU+eH6p44mCOh8kmhtc9hv"..., 4096) = 4096
1909  read(13, "RTIFICATE-----\nMIIGSzCCBDOgAwIBA"..., 4096) = 4096
1909  read(13, "Rbxake5TFW/TRQl1brqQ\nXR4EzzffHqh"..., 4096) = 4096
1909  read(13, "K\n-----END CERTIFICATE-----\n\n# a"..., 4096) = 4096
1909  read(13, "wJVUzEWMBQGA1UEChMNR2VvVHJ1c3QgS"..., 4096) = 4096
1909  read(13, "2yUDMd\nSqlapskD7+3056huirRXhOukP"..., 4096) = 4096
1909  read(13, "bPJA6+Lm8omUVCxKs+IVSbC9N/hHD6Er"..., 4096) = 4096
1909  brk(0x206f000)                    = 0x206f000
1909  read(13, "q2gAwIBAgIBADANBgkqhkiG9w0BAQsFA"..., 4096) = 4096
1909  read(13, "8Acys\nNnq/onN694/BtZqhFLKPM58N7y"..., 4096) = 4096
1909  read(13, "MjIzWhcNMzQw\nMTE2MTgxMjIzWjBKMQs"..., 4096) = 4096
1909  read(13, "HhcNMTUwNjA0MTEwNDM4\nWhcNMzUwNjA"..., 4096) = 4096
1909  read(13, "BAgIUCn6m30tEntpqJIWe5rgV0xZ/u7E"..., 4096) = 4096
1909  read(13, "dsOhbnkwHhcNMDgxMjExMTUwODIxWhcN"..., 4096) = 4096
1909  read(13, "XHLZCB6rTjzjgTGfA6b7wP4piFXa\nhNV"..., 4096) = 4096
1909  read(13, "Sb290IENBIEcyMB4XDTE0MDUyNjAwMDA"..., 4096) = 4096
1909  read(13, "uGrX1RUVRpgjpeaQWxiZTOOtQqOC\nMTa"..., 4096) = 4096
1909  read(13, "YWRpcyBSb290IENlcnRpZmljYXRlIGJ5"..., 4096) = 4096
1909  brk(0x2090000)                    = 0x2090000
1909  read(13, "DZ\nc6tsgLjoC2SToJyMGf+z0gzskSaHi"..., 4096) = 4096
1909  read(13, "vj8fcyTiW89sa\n/FHtaMbQbqR8JNGuQs"..., 4096) = 4096
1909  read(13, "T00gVHJ1c3QubmV0MScwJQYD\nVQQLEx5"..., 4096) = 4096
1909  read(13, "GEwJVUzEOMAwGA1UECAwFVGV4YXMxEDA"..., 4096) = 4096
1909  read(13, "ERVER_AUTH\n# distrust=\n# openssl"..., 4096) = 4096
1909  read(13, "TvFeJiUBWSOgftL2fiFX1ye8\nFVdMpEb"..., 4096) = 4096
1909  read(13, "w\n0aoRQm7TIwIEC8Zl3d1Sd9qBa7Ko+g"..., 4096) = 4096
1909  read(13, "dGFyZmllbGQgU2Vy\ndmljZXMgUm9vdCB"..., 4096) = 4096
1909  read(13, "HXuendjIj3o02y\nMszYF9rNt85mndT9X"..., 4096) = 4096
1909  brk(0x20b1000)                    = 0x20b1000
1909  read(13, "L4k+73JU3/JHpMjUi0R86TieF\nnbAVlD"..., 4096) = 4096
1909  read(13, "nhJ3Gw84kYsdMNs+wBkS39V8C3dlU6S+"..., 4096) = 4096
1909  read(13, "UNLUYfrVFdvXn4dRVOul4+vJhaAlIDf7"..., 4096) = 4096
1909  read(13, "vT4aRRkOfujuLpwQMcn\nHL/EVlP6Y2XQ"..., 4096) = 4096
1909  read(13, "0Cu9qRFHqKweKA3rD6z8KLFIW\noCtDuS"..., 4096) = 4096
1909  read(13, "aFw0zNDEyMzExNzI2MzlaMIGk\nMQswCQ"..., 4096) = 4096
1909  read(13, "rcxlkIF+3anHqP1wvzpesVsqXFP6st4v"..., 4096) = 4096
1909  read(13, "hMCVFcx\nEjAQBgNVBAoTCVRBSVdBTi1D"..., 4096) = 4096
1909  read(13, "mNjmjAOBgNVHQ8BAf8EBAMCAQYwDwYD\n"..., 4096) = 4096
1909  brk(0x20d2000)                    = 0x20d2000
1909  read(13, "5QJRwarVNZ1yQAOJujEdxRBoUp7fooXF"..., 4096) = 4096
1909  read(13, "dBgNVBAsTFlZlcmlT\naWduIFRydXN0IE"..., 4096) = 4096
1909  read(13, "qCBpH3vn5fJJaCGkgDdk+bW48DW7Y\n5g"..., 4096) = 4096
1909  read(13, "WjCBgjELMAkGA1UEBhMCVVMxHjAcBgNV"..., 4096) = 1202
1909  read(13, "", 4096)                = 0
1909  close(13)                         = 0
1909  sysinfo({uptime=4533, loads=[19552, 30592, 26752], totalram=8097783808, freeram=4861423616, sharedram=104386560, bufferram=255520768, totalswap=10729377792, freeswap=10729377792, procs=234, totalhigh=0, freehigh=0, mem_unit=1}) = 0
1909  futex(0x7f0133f1eea4, FUTEX_WAKE_PRIVATE, 2147483647) = 0
1909  clock_gettime(CLOCK_PROCESS_CPUTIME_ID, {tv_sec=0, tv_nsec=278425622}) = 0
1909  rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0
1909  futex(0x7f013cf796e8, FUTEX_WAKE_PRIVATE, 2147483647) = 1
1910  <... futex resumed> )             = 0
1910  futex(0x7f013cf792c0, FUTEX_WAIT_PRIVATE, 2, NULL <unfinished ...>
1909  futex(0x7f013cf792c0, FUTEX_WAKE_PRIVATE, 1) = 0
1910  <... futex resumed> )             = -1 EAGAIN (Resource temporarily unavailable)
1910  futex(0x7f013cf792c0, FUTEX_WAKE_PRIVATE, 1) = 0
1910  madvise(0x7f013a7bd000, 4096, MADV_DONTNEED) = 0
1910  futex(0x7f013cf796ec, FUTEX_WAIT_PRIVATE, 0, NULL <unfinished ...>
1909  futex(0x7f013cf796ec, FUTEX_WAKE_PRIVATE, 2147483647 <unfinished ...>
1910  <... futex resumed> )             = -1 EAGAIN (Resource temporarily unavailable)
1909  <... futex resumed> )             = 0
1910  futex(0x7f013cf792c0, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
1909  futex(0x7f013cf796e8, FUTEX_WAIT_PRIVATE, 0, NULL <unfinished ...>
1910  <... futex resumed> )             = 0
1909  <... futex resumed> )             = -1 EAGAIN (Resource temporarily unavailable)
1910  futex(0x7f013cf796e8, FUTEX_WAKE_PRIVATE, 2147483647 <unfinished ...>
1909  futex(0x7f013cf792c0, FUTEX_WAIT_PRIVATE, 2, NULL <unfinished ...>
1910  <... futex resumed> )             = 0
1910  futex(0x7f013cf792c0, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
1909  <... futex resumed> )             = 0
1910  <... futex resumed> )             = 1
1909  futex(0x7f013cf796ec, FUTEX_WAKE_PRIVATE, 2147483647 <unfinished ...>
1910  futex(0x7f013cf796ec, FUTEX_WAIT_PRIVATE, 0, NULL <unfinished ...>
1909  <... futex resumed> )             = 0
1910  <... futex resumed> )             = -1 EAGAIN (Resource temporarily unavailable)
1909  futex(0x7f013cf792c0, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
1910  futex(0x7f013cf792c0, FUTEX_WAIT_PRIVATE, 2, NULL <unfinished ...>
1909  <... futex resumed> )             = 0
1910  <... futex resumed> )             = -1 EAGAIN (Resource temporarily unavailable)
1909  futex(0x7f013cf796e8, FUTEX_WAKE_PRIVATE, 2147483647 <unfinished ...>
1910  futex(0x7f013cf792c0, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
1909  <... futex resumed> )             = 0
1910  <... futex resumed> )             = 0
1910  futex(0x7f013cf792c0, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
1909  clock_gettime(CLOCK_PROCESS_CPUTIME_ID,  <unfinished ...>
1910  <... futex resumed> )             = 0
1909  <... clock_gettime resumed> {tv_sec=0, tv_nsec=290351940}) = 0
1910  futex(0x7f013cf796ec, FUTEX_WAIT_PRIVATE, 0, NULL <unfinished ...>
1909  write(6, "\0", 1)                 = 1
1911  <... read resumed> "\0", 1)       = 1
1911  rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0
1911  read(5,  <unfinished ...>
1909  write(1, "This still shows up?", 20) = 20
1909  poll([{fd=0, events=POLLIN}], 1, 0) = 1 ([{fd=0, revents=POLLHUP}])
1909  poll([{fd=0, events=POLLIN}], 1, 0) = 1 ([{fd=0, revents=POLLHUP}])
1909  write(1, "\33[35mscheme\33[0m\33[36m@(\33[0m\33[37mg"..., 75) = 75
1909  read(0, "", 4096)                 = 0
1909  write(1, "\n", 1)                 = 1
1909  rt_sigaction(SIGINT, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7f013cb2aed0}, {sa_handler=0x7f013d0431c0, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7f013cb2aed0}, 8) = 0
1909  exit_group(0)                     = ?
1912  <... read resumed> <unfinished ...>) = ?
1911  <... read resumed> <unfinished ...>) = ?
1912  +++ exited with 0 +++
1911  +++ exited with 0 +++
1910  <... futex resumed>)              = ?
1910  +++ exited with 0 +++
1909  +++ exited with 0 +++

[-- Attachment #3: broken.log --]
[-- Type: text/plain, Size: 364964 bytes --]

1963  execve("/home/jelle/.guix-profile/bin/guile", ["guile"], 0x7fff27387988 /* 58 vars */) = 0
1963  brk(NULL)                         = 0xe5a000
1963  mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f481af25000
1963  access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or directory)
1963  openat(AT_FDCWD, "/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/tls/x86_64/x86_64/libguile-2.2.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/tls/x86_64/x86_64", 0x7fff25d63b10) = -1 ENOENT (No such file or directory)
1963  openat(AT_FDCWD, "/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/tls/x86_64/libguile-2.2.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/tls/x86_64", 0x7fff25d63b10) = -1 ENOENT (No such file or directory)
1963  openat(AT_FDCWD, "/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/tls/x86_64/libguile-2.2.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/tls/x86_64", 0x7fff25d63b10) = -1 ENOENT (No such file or directory)
1963  openat(AT_FDCWD, "/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/tls/libguile-2.2.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/tls", 0x7fff25d63b10) = -1 ENOENT (No such file or directory)
1963  openat(AT_FDCWD, "/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/x86_64/x86_64/libguile-2.2.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/x86_64/x86_64", 0x7fff25d63b10) = -1 ENOENT (No such file or directory)
1963  openat(AT_FDCWD, "/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/x86_64/libguile-2.2.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/x86_64", 0x7fff25d63b10) = -1 ENOENT (No such file or directory)
1963  openat(AT_FDCWD, "/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/x86_64/libguile-2.2.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/x86_64", 0x7fff25d63b10) = -1 ENOENT (No such file or directory)
1963  openat(AT_FDCWD, "/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/libguile-2.2.so.1", O_RDONLY|O_CLOEXEC) = 3
1963  read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0000\207\3\0\0\0\0\0"..., 832) = 832
1963  fstat(3, {st_mode=S_IFREG|0555, st_size=1434288, ...}) = 0
1963  mmap(NULL, 3330024, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f481a9d6000
1963  mprotect(0x7f481aae9000, 2093056, PROT_NONE) = 0
1963  mmap(0x7f481ace8000, 73728, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x112000) = 0x7f481ace8000
1963  mmap(0x7f481acfa000, 36840, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f481acfa000
1963  close(3)                          = 0
1963  openat(AT_FDCWD, "/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/libgc.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1963  openat(AT_FDCWD, "/gnu/store/kxga4lq2qfn0rn8yyjz86dk40bxzjhlq-libgc-7.6.4/lib/tls/x86_64/x86_64/libgc.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/kxga4lq2qfn0rn8yyjz86dk40bxzjhlq-libgc-7.6.4/lib/tls/x86_64/x86_64", 0x7fff25d63ae0) = -1 ENOENT (No such file or directory)
1963  openat(AT_FDCWD, "/gnu/store/kxga4lq2qfn0rn8yyjz86dk40bxzjhlq-libgc-7.6.4/lib/tls/x86_64/libgc.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/kxga4lq2qfn0rn8yyjz86dk40bxzjhlq-libgc-7.6.4/lib/tls/x86_64", 0x7fff25d63ae0) = -1 ENOENT (No such file or directory)
1963  openat(AT_FDCWD, "/gnu/store/kxga4lq2qfn0rn8yyjz86dk40bxzjhlq-libgc-7.6.4/lib/tls/x86_64/libgc.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/kxga4lq2qfn0rn8yyjz86dk40bxzjhlq-libgc-7.6.4/lib/tls/x86_64", 0x7fff25d63ae0) = -1 ENOENT (No such file or directory)
1963  openat(AT_FDCWD, "/gnu/store/kxga4lq2qfn0rn8yyjz86dk40bxzjhlq-libgc-7.6.4/lib/tls/libgc.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/kxga4lq2qfn0rn8yyjz86dk40bxzjhlq-libgc-7.6.4/lib/tls", 0x7fff25d63ae0) = -1 ENOENT (No such file or directory)
1963  openat(AT_FDCWD, "/gnu/store/kxga4lq2qfn0rn8yyjz86dk40bxzjhlq-libgc-7.6.4/lib/x86_64/x86_64/libgc.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/kxga4lq2qfn0rn8yyjz86dk40bxzjhlq-libgc-7.6.4/lib/x86_64/x86_64", 0x7fff25d63ae0) = -1 ENOENT (No such file or directory)
1963  openat(AT_FDCWD, "/gnu/store/kxga4lq2qfn0rn8yyjz86dk40bxzjhlq-libgc-7.6.4/lib/x86_64/libgc.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/kxga4lq2qfn0rn8yyjz86dk40bxzjhlq-libgc-7.6.4/lib/x86_64", 0x7fff25d63ae0) = -1 ENOENT (No such file or directory)
1963  openat(AT_FDCWD, "/gnu/store/kxga4lq2qfn0rn8yyjz86dk40bxzjhlq-libgc-7.6.4/lib/x86_64/libgc.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/kxga4lq2qfn0rn8yyjz86dk40bxzjhlq-libgc-7.6.4/lib/x86_64", 0x7fff25d63ae0) = -1 ENOENT (No such file or directory)
1963  openat(AT_FDCWD, "/gnu/store/kxga4lq2qfn0rn8yyjz86dk40bxzjhlq-libgc-7.6.4/lib/libgc.so.1", O_RDONLY|O_CLOEXEC) = 3
1963  read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\340\374\0\0\0\0\0\0"..., 832) = 832
1963  fstat(3, {st_mode=S_IFREG|0555, st_size=240216, ...}) = 0
1963  mmap(NULL, 2568992, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f481a762000
1963  mprotect(0x7f481a792000, 2093056, PROT_NONE) = 0
1963  mmap(0x7f481a991000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2f000) = 0x7f481a991000
1963  mmap(0x7f481a993000, 271136, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f481a993000
1963  close(3)                          = 0
1963  openat(AT_FDCWD, "/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1963  openat(AT_FDCWD, "/gnu/store/kxga4lq2qfn0rn8yyjz86dk40bxzjhlq-libgc-7.6.4/lib/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1963  openat(AT_FDCWD, "/gnu/store/ppsylkcpw2fk2lkzhwjd60xyr9gjl70v-libffi-3.2.1/lib/tls/x86_64/x86_64/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/ppsylkcpw2fk2lkzhwjd60xyr9gjl70v-libffi-3.2.1/lib/tls/x86_64/x86_64", 0x7fff25d63ab0) = -1 ENOENT (No such file or directory)
1963  openat(AT_FDCWD, "/gnu/store/ppsylkcpw2fk2lkzhwjd60xyr9gjl70v-libffi-3.2.1/lib/tls/x86_64/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/ppsylkcpw2fk2lkzhwjd60xyr9gjl70v-libffi-3.2.1/lib/tls/x86_64", 0x7fff25d63ab0) = -1 ENOENT (No such file or directory)
1963  openat(AT_FDCWD, "/gnu/store/ppsylkcpw2fk2lkzhwjd60xyr9gjl70v-libffi-3.2.1/lib/tls/x86_64/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/ppsylkcpw2fk2lkzhwjd60xyr9gjl70v-libffi-3.2.1/lib/tls/x86_64", 0x7fff25d63ab0) = -1 ENOENT (No such file or directory)
1963  openat(AT_FDCWD, "/gnu/store/ppsylkcpw2fk2lkzhwjd60xyr9gjl70v-libffi-3.2.1/lib/tls/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/ppsylkcpw2fk2lkzhwjd60xyr9gjl70v-libffi-3.2.1/lib/tls", 0x7fff25d63ab0) = -1 ENOENT (No such file or directory)
1963  openat(AT_FDCWD, "/gnu/store/ppsylkcpw2fk2lkzhwjd60xyr9gjl70v-libffi-3.2.1/lib/x86_64/x86_64/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/ppsylkcpw2fk2lkzhwjd60xyr9gjl70v-libffi-3.2.1/lib/x86_64/x86_64", 0x7fff25d63ab0) = -1 ENOENT (No such file or directory)
1963  openat(AT_FDCWD, "/gnu/store/ppsylkcpw2fk2lkzhwjd60xyr9gjl70v-libffi-3.2.1/lib/x86_64/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/ppsylkcpw2fk2lkzhwjd60xyr9gjl70v-libffi-3.2.1/lib/x86_64", 0x7fff25d63ab0) = -1 ENOENT (No such file or directory)
1963  openat(AT_FDCWD, "/gnu/store/ppsylkcpw2fk2lkzhwjd60xyr9gjl70v-libffi-3.2.1/lib/x86_64/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/ppsylkcpw2fk2lkzhwjd60xyr9gjl70v-libffi-3.2.1/lib/x86_64", 0x7fff25d63ab0) = -1 ENOENT (No such file or directory)
1963  openat(AT_FDCWD, "/gnu/store/ppsylkcpw2fk2lkzhwjd60xyr9gjl70v-libffi-3.2.1/lib/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/ppsylkcpw2fk2lkzhwjd60xyr9gjl70v-libffi-3.2.1/lib", {st_mode=S_IFDIR|0555, st_size=4096, ...}) = 0
1963  openat(AT_FDCWD, "/gnu/store/rqr8v7q7fnhxziaq3s9qmsmkpr7yax24-libunistring-0.9.9/lib/tls/x86_64/x86_64/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/rqr8v7q7fnhxziaq3s9qmsmkpr7yax24-libunistring-0.9.9/lib/tls/x86_64/x86_64", 0x7fff25d63ab0) = -1 ENOENT (No such file or directory)
1963  openat(AT_FDCWD, "/gnu/store/rqr8v7q7fnhxziaq3s9qmsmkpr7yax24-libunistring-0.9.9/lib/tls/x86_64/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/rqr8v7q7fnhxziaq3s9qmsmkpr7yax24-libunistring-0.9.9/lib/tls/x86_64", 0x7fff25d63ab0) = -1 ENOENT (No such file or directory)
1963  openat(AT_FDCWD, "/gnu/store/rqr8v7q7fnhxziaq3s9qmsmkpr7yax24-libunistring-0.9.9/lib/tls/x86_64/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/rqr8v7q7fnhxziaq3s9qmsmkpr7yax24-libunistring-0.9.9/lib/tls/x86_64", 0x7fff25d63ab0) = -1 ENOENT (No such file or directory)
1963  openat(AT_FDCWD, "/gnu/store/rqr8v7q7fnhxziaq3s9qmsmkpr7yax24-libunistring-0.9.9/lib/tls/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/rqr8v7q7fnhxziaq3s9qmsmkpr7yax24-libunistring-0.9.9/lib/tls", 0x7fff25d63ab0) = -1 ENOENT (No such file or directory)
1963  openat(AT_FDCWD, "/gnu/store/rqr8v7q7fnhxziaq3s9qmsmkpr7yax24-libunistring-0.9.9/lib/x86_64/x86_64/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/rqr8v7q7fnhxziaq3s9qmsmkpr7yax24-libunistring-0.9.9/lib/x86_64/x86_64", 0x7fff25d63ab0) = -1 ENOENT (No such file or directory)
1963  openat(AT_FDCWD, "/gnu/store/rqr8v7q7fnhxziaq3s9qmsmkpr7yax24-libunistring-0.9.9/lib/x86_64/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/rqr8v7q7fnhxziaq3s9qmsmkpr7yax24-libunistring-0.9.9/lib/x86_64", 0x7fff25d63ab0) = -1 ENOENT (No such file or directory)
1963  openat(AT_FDCWD, "/gnu/store/rqr8v7q7fnhxziaq3s9qmsmkpr7yax24-libunistring-0.9.9/lib/x86_64/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/rqr8v7q7fnhxziaq3s9qmsmkpr7yax24-libunistring-0.9.9/lib/x86_64", 0x7fff25d63ab0) = -1 ENOENT (No such file or directory)
1963  openat(AT_FDCWD, "/gnu/store/rqr8v7q7fnhxziaq3s9qmsmkpr7yax24-libunistring-0.9.9/lib/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/rqr8v7q7fnhxziaq3s9qmsmkpr7yax24-libunistring-0.9.9/lib", {st_mode=S_IFDIR|0555, st_size=4096, ...}) = 0
1963  openat(AT_FDCWD, "/gnu/store/sq5paxxwbhh8lr60gwkx2fvgijs9mcjj-gmp-6.1.2/lib/tls/x86_64/x86_64/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/sq5paxxwbhh8lr60gwkx2fvgijs9mcjj-gmp-6.1.2/lib/tls/x86_64/x86_64", 0x7fff25d63ab0) = -1 ENOENT (No such file or directory)
1963  openat(AT_FDCWD, "/gnu/store/sq5paxxwbhh8lr60gwkx2fvgijs9mcjj-gmp-6.1.2/lib/tls/x86_64/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/sq5paxxwbhh8lr60gwkx2fvgijs9mcjj-gmp-6.1.2/lib/tls/x86_64", 0x7fff25d63ab0) = -1 ENOENT (No such file or directory)
1963  openat(AT_FDCWD, "/gnu/store/sq5paxxwbhh8lr60gwkx2fvgijs9mcjj-gmp-6.1.2/lib/tls/x86_64/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/sq5paxxwbhh8lr60gwkx2fvgijs9mcjj-gmp-6.1.2/lib/tls/x86_64", 0x7fff25d63ab0) = -1 ENOENT (No such file or directory)
1963  openat(AT_FDCWD, "/gnu/store/sq5paxxwbhh8lr60gwkx2fvgijs9mcjj-gmp-6.1.2/lib/tls/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/sq5paxxwbhh8lr60gwkx2fvgijs9mcjj-gmp-6.1.2/lib/tls", 0x7fff25d63ab0) = -1 ENOENT (No such file or directory)
1963  openat(AT_FDCWD, "/gnu/store/sq5paxxwbhh8lr60gwkx2fvgijs9mcjj-gmp-6.1.2/lib/x86_64/x86_64/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/sq5paxxwbhh8lr60gwkx2fvgijs9mcjj-gmp-6.1.2/lib/x86_64/x86_64", 0x7fff25d63ab0) = -1 ENOENT (No such file or directory)
1963  openat(AT_FDCWD, "/gnu/store/sq5paxxwbhh8lr60gwkx2fvgijs9mcjj-gmp-6.1.2/lib/x86_64/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/sq5paxxwbhh8lr60gwkx2fvgijs9mcjj-gmp-6.1.2/lib/x86_64", 0x7fff25d63ab0) = -1 ENOENT (No such file or directory)
1963  openat(AT_FDCWD, "/gnu/store/sq5paxxwbhh8lr60gwkx2fvgijs9mcjj-gmp-6.1.2/lib/x86_64/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/sq5paxxwbhh8lr60gwkx2fvgijs9mcjj-gmp-6.1.2/lib/x86_64", 0x7fff25d63ab0) = -1 ENOENT (No such file or directory)
1963  openat(AT_FDCWD, "/gnu/store/sq5paxxwbhh8lr60gwkx2fvgijs9mcjj-gmp-6.1.2/lib/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/sq5paxxwbhh8lr60gwkx2fvgijs9mcjj-gmp-6.1.2/lib", {st_mode=S_IFDIR|0555, st_size=4096, ...}) = 0
1963  openat(AT_FDCWD, "/gnu/store/3pb1y74ps774lb541q9300727dgnl2mp-libltdl-2.4.6/lib/tls/x86_64/x86_64/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/3pb1y74ps774lb541q9300727dgnl2mp-libltdl-2.4.6/lib/tls/x86_64/x86_64", 0x7fff25d63ab0) = -1 ENOENT (No such file or directory)
1963  openat(AT_FDCWD, "/gnu/store/3pb1y74ps774lb541q9300727dgnl2mp-libltdl-2.4.6/lib/tls/x86_64/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/3pb1y74ps774lb541q9300727dgnl2mp-libltdl-2.4.6/lib/tls/x86_64", 0x7fff25d63ab0) = -1 ENOENT (No such file or directory)
1963  openat(AT_FDCWD, "/gnu/store/3pb1y74ps774lb541q9300727dgnl2mp-libltdl-2.4.6/lib/tls/x86_64/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/3pb1y74ps774lb541q9300727dgnl2mp-libltdl-2.4.6/lib/tls/x86_64", 0x7fff25d63ab0) = -1 ENOENT (No such file or directory)
1963  openat(AT_FDCWD, "/gnu/store/3pb1y74ps774lb541q9300727dgnl2mp-libltdl-2.4.6/lib/tls/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/3pb1y74ps774lb541q9300727dgnl2mp-libltdl-2.4.6/lib/tls", 0x7fff25d63ab0) = -1 ENOENT (No such file or directory)
1963  openat(AT_FDCWD, "/gnu/store/3pb1y74ps774lb541q9300727dgnl2mp-libltdl-2.4.6/lib/x86_64/x86_64/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/3pb1y74ps774lb541q9300727dgnl2mp-libltdl-2.4.6/lib/x86_64/x86_64", 0x7fff25d63ab0) = -1 ENOENT (No such file or directory)
1963  openat(AT_FDCWD, "/gnu/store/3pb1y74ps774lb541q9300727dgnl2mp-libltdl-2.4.6/lib/x86_64/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/3pb1y74ps774lb541q9300727dgnl2mp-libltdl-2.4.6/lib/x86_64", 0x7fff25d63ab0) = -1 ENOENT (No such file or directory)
1963  openat(AT_FDCWD, "/gnu/store/3pb1y74ps774lb541q9300727dgnl2mp-libltdl-2.4.6/lib/x86_64/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/3pb1y74ps774lb541q9300727dgnl2mp-libltdl-2.4.6/lib/x86_64", 0x7fff25d63ab0) = -1 ENOENT (No such file or directory)
1963  openat(AT_FDCWD, "/gnu/store/3pb1y74ps774lb541q9300727dgnl2mp-libltdl-2.4.6/lib/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/3pb1y74ps774lb541q9300727dgnl2mp-libltdl-2.4.6/lib", {st_mode=S_IFDIR|0555, st_size=4096, ...}) = 0
1963  openat(AT_FDCWD, "/gnu/store/l4lr0f5cjd0nbsaaf8b5dmcw1a1yypr3-glibc-2.27/lib/tls/x86_64/x86_64/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/l4lr0f5cjd0nbsaaf8b5dmcw1a1yypr3-glibc-2.27/lib/tls/x86_64/x86_64", 0x7fff25d63ab0) = -1 ENOENT (No such file or directory)
1963  openat(AT_FDCWD, "/gnu/store/l4lr0f5cjd0nbsaaf8b5dmcw1a1yypr3-glibc-2.27/lib/tls/x86_64/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/l4lr0f5cjd0nbsaaf8b5dmcw1a1yypr3-glibc-2.27/lib/tls/x86_64", 0x7fff25d63ab0) = -1 ENOENT (No such file or directory)
1963  openat(AT_FDCWD, "/gnu/store/l4lr0f5cjd0nbsaaf8b5dmcw1a1yypr3-glibc-2.27/lib/tls/x86_64/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/l4lr0f5cjd0nbsaaf8b5dmcw1a1yypr3-glibc-2.27/lib/tls/x86_64", 0x7fff25d63ab0) = -1 ENOENT (No such file or directory)
1963  openat(AT_FDCWD, "/gnu/store/l4lr0f5cjd0nbsaaf8b5dmcw1a1yypr3-glibc-2.27/lib/tls/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/l4lr0f5cjd0nbsaaf8b5dmcw1a1yypr3-glibc-2.27/lib/tls", 0x7fff25d63ab0) = -1 ENOENT (No such file or directory)
1963  openat(AT_FDCWD, "/gnu/store/l4lr0f5cjd0nbsaaf8b5dmcw1a1yypr3-glibc-2.27/lib/x86_64/x86_64/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/l4lr0f5cjd0nbsaaf8b5dmcw1a1yypr3-glibc-2.27/lib/x86_64/x86_64", 0x7fff25d63ab0) = -1 ENOENT (No such file or directory)
1963  openat(AT_FDCWD, "/gnu/store/l4lr0f5cjd0nbsaaf8b5dmcw1a1yypr3-glibc-2.27/lib/x86_64/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/l4lr0f5cjd0nbsaaf8b5dmcw1a1yypr3-glibc-2.27/lib/x86_64", 0x7fff25d63ab0) = -1 ENOENT (No such file or directory)
1963  openat(AT_FDCWD, "/gnu/store/l4lr0f5cjd0nbsaaf8b5dmcw1a1yypr3-glibc-2.27/lib/x86_64/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/l4lr0f5cjd0nbsaaf8b5dmcw1a1yypr3-glibc-2.27/lib/x86_64", 0x7fff25d63ab0) = -1 ENOENT (No such file or directory)
1963  openat(AT_FDCWD, "/gnu/store/l4lr0f5cjd0nbsaaf8b5dmcw1a1yypr3-glibc-2.27/lib/libpthread.so.0", O_RDONLY|O_CLOEXEC) = 3
1963  read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0000b\0\0\0\0\0\0"..., 832) = 832
1963  fstat(3, {st_mode=S_IFREG|0555, st_size=138640, ...}) = 0
1963  mmap(NULL, 2217056, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f481a544000
1963  mprotect(0x7f481a55d000, 2093056, PROT_NONE) = 0
1963  mmap(0x7f481a75c000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x18000) = 0x7f481a75c000
1963  mmap(0x7f481a75e000, 13408, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f481a75e000
1963  close(3)                          = 0
1963  openat(AT_FDCWD, "/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/libffi.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1963  openat(AT_FDCWD, "/gnu/store/kxga4lq2qfn0rn8yyjz86dk40bxzjhlq-libgc-7.6.4/lib/libffi.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1963  openat(AT_FDCWD, "/gnu/store/ppsylkcpw2fk2lkzhwjd60xyr9gjl70v-libffi-3.2.1/lib/libffi.so.6", O_RDONLY|O_CLOEXEC) = 3
1963  read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0 \34\0\0\0\0\0\0"..., 832) = 832
1963  fstat(3, {st_mode=S_IFREG|0555, st_size=49352, ...}) = 0
1963  mmap(NULL, 2139752, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f481a339000
1963  mprotect(0x7f481a343000, 2093056, PROT_NONE) = 0
1963  mmap(0x7f481a542000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x9000) = 0x7f481a542000
1963  close(3)                          = 0
1963  openat(AT_FDCWD, "/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/libunistring.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1963  openat(AT_FDCWD, "/gnu/store/kxga4lq2qfn0rn8yyjz86dk40bxzjhlq-libgc-7.6.4/lib/libunistring.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1963  openat(AT_FDCWD, "/gnu/store/ppsylkcpw2fk2lkzhwjd60xyr9gjl70v-libffi-3.2.1/lib/libunistring.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1963  openat(AT_FDCWD, "/gnu/store/rqr8v7q7fnhxziaq3s9qmsmkpr7yax24-libunistring-0.9.9/lib/libunistring.so.2", O_RDONLY|O_CLOEXEC) = 3
1963  read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\260(\1\0\0\0\0\0"..., 832) = 832
1963  fstat(3, {st_mode=S_IFREG|0555, st_size=1619904, ...}) = 0
1963  mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f481af23000
1963  mmap(NULL, 3666184, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f4819fb9000
1963  mprotect(0x7f481a134000, 2097152, PROT_NONE) = 0
1963  mmap(0x7f481a334000, 16384, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x17b000) = 0x7f481a334000
1963  mmap(0x7f481a338000, 264, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f481a338000
1963  close(3)                          = 0
1963  openat(AT_FDCWD, "/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/libgmp.so.10", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1963  openat(AT_FDCWD, "/gnu/store/kxga4lq2qfn0rn8yyjz86dk40bxzjhlq-libgc-7.6.4/lib/libgmp.so.10", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1963  openat(AT_FDCWD, "/gnu/store/ppsylkcpw2fk2lkzhwjd60xyr9gjl70v-libffi-3.2.1/lib/libgmp.so.10", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1963  openat(AT_FDCWD, "/gnu/store/rqr8v7q7fnhxziaq3s9qmsmkpr7yax24-libunistring-0.9.9/lib/libgmp.so.10", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1963  openat(AT_FDCWD, "/gnu/store/sq5paxxwbhh8lr60gwkx2fvgijs9mcjj-gmp-6.1.2/lib/libgmp.so.10", O_RDONLY|O_CLOEXEC) = 3
1963  read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\200\23\1\0\0\0\0\0"..., 832) = 832
1963  fstat(3, {st_mode=S_IFREG|0555, st_size=645640, ...}) = 0
1963  mmap(NULL, 2698208, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f4819d26000
1963  mprotect(0x7f4819db7000, 2097152, PROT_NONE) = 0
1963  mmap(0x7f4819fb7000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x91000) = 0x7f4819fb7000
1963  close(3)                          = 0
1963  openat(AT_FDCWD, "/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/libltdl.so.7", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1963  openat(AT_FDCWD, "/gnu/store/kxga4lq2qfn0rn8yyjz86dk40bxzjhlq-libgc-7.6.4/lib/libltdl.so.7", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1963  openat(AT_FDCWD, "/gnu/store/ppsylkcpw2fk2lkzhwjd60xyr9gjl70v-libffi-3.2.1/lib/libltdl.so.7", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1963  openat(AT_FDCWD, "/gnu/store/rqr8v7q7fnhxziaq3s9qmsmkpr7yax24-libunistring-0.9.9/lib/libltdl.so.7", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1963  openat(AT_FDCWD, "/gnu/store/sq5paxxwbhh8lr60gwkx2fvgijs9mcjj-gmp-6.1.2/lib/libltdl.so.7", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1963  openat(AT_FDCWD, "/gnu/store/3pb1y74ps774lb541q9300727dgnl2mp-libltdl-2.4.6/lib/libltdl.so.7", O_RDONLY|O_CLOEXEC) = 3
1963  read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0@'\0\0\0\0\0\0"..., 832) = 832
1963  fstat(3, {st_mode=S_IFREG|0555, st_size=48704, ...}) = 0
1963  mmap(NULL, 2134704, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f4819b1c000
1963  mprotect(0x7f4819b25000, 2093056, PROT_NONE) = 0
1963  mmap(0x7f4819d24000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x8000) = 0x7f4819d24000
1963  close(3)                          = 0
1963  openat(AT_FDCWD, "/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/libdl.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1963  openat(AT_FDCWD, "/gnu/store/kxga4lq2qfn0rn8yyjz86dk40bxzjhlq-libgc-7.6.4/lib/libdl.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1963  openat(AT_FDCWD, "/gnu/store/ppsylkcpw2fk2lkzhwjd60xyr9gjl70v-libffi-3.2.1/lib/libdl.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1963  openat(AT_FDCWD, "/gnu/store/rqr8v7q7fnhxziaq3s9qmsmkpr7yax24-libunistring-0.9.9/lib/libdl.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1963  openat(AT_FDCWD, "/gnu/store/sq5paxxwbhh8lr60gwkx2fvgijs9mcjj-gmp-6.1.2/lib/libdl.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1963  openat(AT_FDCWD, "/gnu/store/3pb1y74ps774lb541q9300727dgnl2mp-libltdl-2.4.6/lib/libdl.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1963  openat(AT_FDCWD, "/gnu/store/l4lr0f5cjd0nbsaaf8b5dmcw1a1yypr3-glibc-2.27/lib/libdl.so.2", O_RDONLY|O_CLOEXEC) = 3
1963  read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\340\r\0\0\0\0\0\0"..., 832) = 832
1963  fstat(3, {st_mode=S_IFREG|0555, st_size=19160, ...}) = 0
1963  mmap(NULL, 2109680, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f4819918000
1963  mprotect(0x7f481991b000, 2093056, PROT_NONE) = 0
1963  mmap(0x7f4819b1a000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7f4819b1a000
1963  close(3)                          = 0
1963  openat(AT_FDCWD, "/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/libcrypt.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1963  openat(AT_FDCWD, "/gnu/store/kxga4lq2qfn0rn8yyjz86dk40bxzjhlq-libgc-7.6.4/lib/libcrypt.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1963  openat(AT_FDCWD, "/gnu/store/ppsylkcpw2fk2lkzhwjd60xyr9gjl70v-libffi-3.2.1/lib/libcrypt.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1963  openat(AT_FDCWD, "/gnu/store/rqr8v7q7fnhxziaq3s9qmsmkpr7yax24-libunistring-0.9.9/lib/libcrypt.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1963  openat(AT_FDCWD, "/gnu/store/sq5paxxwbhh8lr60gwkx2fvgijs9mcjj-gmp-6.1.2/lib/libcrypt.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1963  openat(AT_FDCWD, "/gnu/store/3pb1y74ps774lb541q9300727dgnl2mp-libltdl-2.4.6/lib/libcrypt.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1963  openat(AT_FDCWD, "/gnu/store/l4lr0f5cjd0nbsaaf8b5dmcw1a1yypr3-glibc-2.27/lib/libcrypt.so.1", O_RDONLY|O_CLOEXEC) = 3
1963  read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\220\f\0\0\0\0\0\0"..., 832) = 832
1963  fstat(3, {st_mode=S_IFREG|0555, st_size=45088, ...}) = 0
1963  mmap(NULL, 2322944, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f48196e0000
1963  mprotect(0x7f48196e8000, 2097152, PROT_NONE) = 0
1963  mmap(0x7f48198e8000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x8000) = 0x7f48198e8000
1963  mmap(0x7f48198ea000, 184832, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f48198ea000
1963  close(3)                          = 0
1963  openat(AT_FDCWD, "/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/libm.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1963  openat(AT_FDCWD, "/gnu/store/kxga4lq2qfn0rn8yyjz86dk40bxzjhlq-libgc-7.6.4/lib/libm.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1963  openat(AT_FDCWD, "/gnu/store/ppsylkcpw2fk2lkzhwjd60xyr9gjl70v-libffi-3.2.1/lib/libm.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1963  openat(AT_FDCWD, "/gnu/store/rqr8v7q7fnhxziaq3s9qmsmkpr7yax24-libunistring-0.9.9/lib/libm.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1963  openat(AT_FDCWD, "/gnu/store/sq5paxxwbhh8lr60gwkx2fvgijs9mcjj-gmp-6.1.2/lib/libm.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1963  openat(AT_FDCWD, "/gnu/store/3pb1y74ps774lb541q9300727dgnl2mp-libltdl-2.4.6/lib/libm.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1963  openat(AT_FDCWD, "/gnu/store/l4lr0f5cjd0nbsaaf8b5dmcw1a1yypr3-glibc-2.27/lib/libm.so.6", O_RDONLY|O_CLOEXEC) = 3
1963  read(3, "\177ELF\2\1\1\3\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\200\271\0\0\0\0\0\0"..., 832) = 832
1963  fstat(3, {st_mode=S_IFREG|0555, st_size=1763432, ...}) = 0
1963  mmap(NULL, 3748176, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f481934c000
1963  mprotect(0x7f48194df000, 2093056, PROT_NONE) = 0
1963  mmap(0x7f48196de000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x192000) = 0x7f48196de000
1963  close(3)                          = 0
1963  openat(AT_FDCWD, "/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/libgcc_s.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1963  openat(AT_FDCWD, "/gnu/store/kxga4lq2qfn0rn8yyjz86dk40bxzjhlq-libgc-7.6.4/lib/libgcc_s.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1963  openat(AT_FDCWD, "/gnu/store/ppsylkcpw2fk2lkzhwjd60xyr9gjl70v-libffi-3.2.1/lib/libgcc_s.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1963  openat(AT_FDCWD, "/gnu/store/rqr8v7q7fnhxziaq3s9qmsmkpr7yax24-libunistring-0.9.9/lib/libgcc_s.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1963  openat(AT_FDCWD, "/gnu/store/sq5paxxwbhh8lr60gwkx2fvgijs9mcjj-gmp-6.1.2/lib/libgcc_s.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1963  openat(AT_FDCWD, "/gnu/store/3pb1y74ps774lb541q9300727dgnl2mp-libltdl-2.4.6/lib/libgcc_s.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1963  openat(AT_FDCWD, "/gnu/store/l4lr0f5cjd0nbsaaf8b5dmcw1a1yypr3-glibc-2.27/lib/libgcc_s.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1963  openat(AT_FDCWD, "/gnu/store/vla5j7pbkpcp39lsdfsmz7m9azn48lr4-gcc-5.5.0-lib/lib/tls/x86_64/x86_64/libgcc_s.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/vla5j7pbkpcp39lsdfsmz7m9azn48lr4-gcc-5.5.0-lib/lib/tls/x86_64/x86_64", 0x7fff25d63930) = -1 ENOENT (No such file or directory)
1963  openat(AT_FDCWD, "/gnu/store/vla5j7pbkpcp39lsdfsmz7m9azn48lr4-gcc-5.5.0-lib/lib/tls/x86_64/libgcc_s.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/vla5j7pbkpcp39lsdfsmz7m9azn48lr4-gcc-5.5.0-lib/lib/tls/x86_64", 0x7fff25d63930) = -1 ENOENT (No such file or directory)
1963  openat(AT_FDCWD, "/gnu/store/vla5j7pbkpcp39lsdfsmz7m9azn48lr4-gcc-5.5.0-lib/lib/tls/x86_64/libgcc_s.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/vla5j7pbkpcp39lsdfsmz7m9azn48lr4-gcc-5.5.0-lib/lib/tls/x86_64", 0x7fff25d63930) = -1 ENOENT (No such file or directory)
1963  openat(AT_FDCWD, "/gnu/store/vla5j7pbkpcp39lsdfsmz7m9azn48lr4-gcc-5.5.0-lib/lib/tls/libgcc_s.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/vla5j7pbkpcp39lsdfsmz7m9azn48lr4-gcc-5.5.0-lib/lib/tls", 0x7fff25d63930) = -1 ENOENT (No such file or directory)
1963  openat(AT_FDCWD, "/gnu/store/vla5j7pbkpcp39lsdfsmz7m9azn48lr4-gcc-5.5.0-lib/lib/x86_64/x86_64/libgcc_s.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/vla5j7pbkpcp39lsdfsmz7m9azn48lr4-gcc-5.5.0-lib/lib/x86_64/x86_64", 0x7fff25d63930) = -1 ENOENT (No such file or directory)
1963  openat(AT_FDCWD, "/gnu/store/vla5j7pbkpcp39lsdfsmz7m9azn48lr4-gcc-5.5.0-lib/lib/x86_64/libgcc_s.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/vla5j7pbkpcp39lsdfsmz7m9azn48lr4-gcc-5.5.0-lib/lib/x86_64", 0x7fff25d63930) = -1 ENOENT (No such file or directory)
1963  openat(AT_FDCWD, "/gnu/store/vla5j7pbkpcp39lsdfsmz7m9azn48lr4-gcc-5.5.0-lib/lib/x86_64/libgcc_s.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/vla5j7pbkpcp39lsdfsmz7m9azn48lr4-gcc-5.5.0-lib/lib/x86_64", 0x7fff25d63930) = -1 ENOENT (No such file or directory)
1963  openat(AT_FDCWD, "/gnu/store/vla5j7pbkpcp39lsdfsmz7m9azn48lr4-gcc-5.5.0-lib/lib/libgcc_s.so.1", O_RDONLY|O_CLOEXEC) = 3
1963  read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0 /\0\0\0\0\0\0"..., 832) = 832
1963  fstat(3, {st_mode=S_IFREG|0444, st_size=103408, ...}) = 0
1963  mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f481af21000
1963  mmap(NULL, 2188320, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f4819135000
1963  mprotect(0x7f481914b000, 2093056, PROT_NONE) = 0
1963  mmap(0x7f481934a000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x15000) = 0x7f481934a000
1963  close(3)                          = 0
1963  openat(AT_FDCWD, "/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/libc.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1963  openat(AT_FDCWD, "/gnu/store/kxga4lq2qfn0rn8yyjz86dk40bxzjhlq-libgc-7.6.4/lib/libc.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1963  openat(AT_FDCWD, "/gnu/store/ppsylkcpw2fk2lkzhwjd60xyr9gjl70v-libffi-3.2.1/lib/libc.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1963  openat(AT_FDCWD, "/gnu/store/rqr8v7q7fnhxziaq3s9qmsmkpr7yax24-libunistring-0.9.9/lib/libc.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1963  openat(AT_FDCWD, "/gnu/store/sq5paxxwbhh8lr60gwkx2fvgijs9mcjj-gmp-6.1.2/lib/libc.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1963  openat(AT_FDCWD, "/gnu/store/3pb1y74ps774lb541q9300727dgnl2mp-libltdl-2.4.6/lib/libc.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1963  openat(AT_FDCWD, "/gnu/store/l4lr0f5cjd0nbsaaf8b5dmcw1a1yypr3-glibc-2.27/lib/libc.so.6", O_RDONLY|O_CLOEXEC) = 3
1963  read(3, "\177ELF\2\1\1\3\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0P\34\2\0\0\0\0\0"..., 832) = 832
1963  fstat(3, {st_mode=S_IFREG|0555, st_size=2005928, ...}) = 0
1963  mmap(NULL, 3877600, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f4818d82000
1963  mprotect(0x7f4818f2c000, 2093056, PROT_NONE) = 0
1963  mmap(0x7f481912b000, 24576, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1a9000) = 0x7f481912b000
1963  mmap(0x7f4819131000, 15072, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f4819131000
1963  close(3)                          = 0
1963  mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f481af1f000
1963  arch_prctl(ARCH_SET_FS, 0x7f481af1fb80) = 0
1963  mprotect(0x7f481912b000, 16384, PROT_READ) = 0
1963  mprotect(0x7f481934a000, 4096, PROT_READ) = 0
1963  mprotect(0x7f48196de000, 4096, PROT_READ) = 0
1963  mprotect(0x7f48198e8000, 4096, PROT_READ) = 0
1963  mprotect(0x7f4819b1a000, 4096, PROT_READ) = 0
1963  mprotect(0x7f4819d24000, 4096, PROT_READ) = 0
1963  mprotect(0x7f4819fb7000, 4096, PROT_READ) = 0
1963  mprotect(0x7f481a334000, 12288, PROT_READ) = 0
1963  mprotect(0x7f481a542000, 4096, PROT_READ) = 0
1963  mprotect(0x7f481a75c000, 4096, PROT_READ) = 0
1963  mprotect(0x7f481a991000, 4096, PROT_READ) = 0
1963  mprotect(0x7f481ace8000, 20480, PROT_READ) = 0
1963  mprotect(0x601000, 4096, PROT_READ) = 0
1963  mprotect(0x7f481af27000, 4096, PROT_READ) = 0
1963  set_tid_address(0x7f481af1fe50)   = 1963
1963  set_robust_list(0x7f481af1fe60, 24) = 0
1963  rt_sigaction(SIGRTMIN, {sa_handler=0x7f481a549cb0, sa_mask=[], sa_flags=SA_RESTORER|SA_SIGINFO, sa_restorer=0x7f481a555ed0}, NULL, 8) = 0
1963  rt_sigaction(SIGRT_1, {sa_handler=0x7f481a549d40, sa_mask=[], sa_flags=SA_RESTORER|SA_RESTART|SA_SIGINFO, sa_restorer=0x7f481a555ed0}, NULL, 8) = 0
1963  rt_sigprocmask(SIG_UNBLOCK, [RTMIN RT_1], NULL, 8) = 0
1963  prlimit64(0, RLIMIT_STACK, NULL, {rlim_cur=8192*1024, rlim_max=RLIM64_INFINITY}) = 0
1963  brk(NULL)                         = 0xe5a000
1963  brk(0xe7b000)                     = 0xe7b000
1963  openat(AT_FDCWD, "/gnu/store/l4lr0f5cjd0nbsaaf8b5dmcw1a1yypr3-glibc-2.27/share/locale/locale.alias", O_RDONLY|O_CLOEXEC) = 3
1963  fstat(3, {st_mode=S_IFREG|0444, st_size=2997, ...}) = 0
1963  read(3, "# Locale name alias data base.\n#"..., 4096) = 2997
1963  read(3, "", 4096)                 = 0
1963  close(3)                          = 0
1963  openat(AT_FDCWD, "/home/jelle/.guix-profile/lib/locale/2.27/en_US.utf8/LC_IDENTIFICATION", O_RDONLY|O_CLOEXEC) = 3
1963  fstat(3, {st_mode=S_IFREG|0444, st_size=368, ...}) = 0
1963  mmap(NULL, 368, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f481af1e000
1963  close(3)                          = 0
1963  openat(AT_FDCWD, "/gnu/store/l4lr0f5cjd0nbsaaf8b5dmcw1a1yypr3-glibc-2.27/lib/gconv/gconv-modules.cache", O_RDONLY) = -1 ENOENT (No such file or directory)
1963  openat(AT_FDCWD, "/gnu/store/l4lr0f5cjd0nbsaaf8b5dmcw1a1yypr3-glibc-2.27/lib/gconv/gconv-modules", O_RDONLY|O_CLOEXEC) = 3
1963  fstat(3, {st_mode=S_IFREG|0444, st_size=56282, ...}) = 0
1963  read(3, "# GNU libc iconv configuration.\n"..., 4096) = 4096
1963  read(3, "1002//\tJUS_I.B1.002//\nmodule\tJUS"..., 4096) = 4096
1963  read(3, "ISO-IR-110//\t\tISO-8859-4//\nalias"..., 4096) = 4096
1963  read(3, "\t\tISO-8859-14//\nalias\tISO_8859-1"..., 4096) = 4096
1963  read(3, "IC-ES//\nalias\tEBCDICES//\t\tEBCDIC"..., 4096) = 4096
1963  read(3, "DIC-CP-ES//\t\tIBM284//\nalias\tCSIB"..., 4096) = 4096
1963  read(3, "\tIBM863//\nalias\tOSF1002035F//\t\tI"..., 4096) = 4096
1963  read(3, "37//\t\tIBM937//\nmodule\tIBM937//\t\t"..., 4096) = 4096
1963  read(3, "JIS//\t\t\tEUC-JP//\nmodule\tEUC-JP//"..., 4096) = 4096
1963  read(3, "ias\tISO2022CN//\t\tISO-2022-CN//\nm"..., 4096) = 4096
1963  read(3, "_5427-EXT//\nalias\tISO_5427EXT//\t"..., 4096) = 4096
1963  brk(0xe9c000)                     = 0xe9c000
1963  read(3, "st\nmodule\tMAC-SAMI//\t\tINTERNAL\t\t"..., 4096) = 4096
1963  read(3, "rom\t\t\tto\t\t\tmodule\t\tcost\nalias\tIB"..., 4096) = 4096
1963  read(3, "TERNAL\t\tIBM9448\t\t1\nmodule\tINTERN"..., 4096) = 3034
1963  read(3, "", 4096)                 = 0
1963  close(3)                          = 0
1963  futex(0x7f4819130a08, FUTEX_WAKE_PRIVATE, 2147483647) = 0
1963  openat(AT_FDCWD, "/home/jelle/.guix-profile/lib/locale/2.27/en_US.utf8/LC_MEASUREMENT", O_RDONLY|O_CLOEXEC) = 3
1963  fstat(3, {st_mode=S_IFREG|0444, st_size=23, ...}) = 0
1963  mmap(NULL, 23, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f481af1d000
1963  close(3)                          = 0
1963  openat(AT_FDCWD, "/home/jelle/.guix-profile/lib/locale/2.27/en_US.utf8/LC_TELEPHONE", O_RDONLY|O_CLOEXEC) = 3
1963  fstat(3, {st_mode=S_IFREG|0444, st_size=59, ...}) = 0
1963  mmap(NULL, 59, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f481af1c000
1963  close(3)                          = 0
1963  openat(AT_FDCWD, "/home/jelle/.guix-profile/lib/locale/2.27/en_US.utf8/LC_ADDRESS", O_RDONLY|O_CLOEXEC) = 3
1963  fstat(3, {st_mode=S_IFREG|0444, st_size=167, ...}) = 0
1963  mmap(NULL, 167, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f481af1b000
1963  close(3)                          = 0
1963  openat(AT_FDCWD, "/home/jelle/.guix-profile/lib/locale/2.27/en_US.utf8/LC_NAME", O_RDONLY|O_CLOEXEC) = 3
1963  fstat(3, {st_mode=S_IFREG|0444, st_size=77, ...}) = 0
1963  mmap(NULL, 77, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f481af1a000
1963  close(3)                          = 0
1963  openat(AT_FDCWD, "/home/jelle/.guix-profile/lib/locale/2.27/en_US.utf8/LC_PAPER", O_RDONLY|O_CLOEXEC) = 3
1963  fstat(3, {st_mode=S_IFREG|0444, st_size=34, ...}) = 0
1963  mmap(NULL, 34, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f481af19000
1963  close(3)                          = 0
1963  openat(AT_FDCWD, "/home/jelle/.guix-profile/lib/locale/2.27/en_US.utf8/LC_MESSAGES", O_RDONLY|O_CLOEXEC) = 3
1963  fstat(3, {st_mode=S_IFDIR|0555, st_size=4096, ...}) = 0
1963  close(3)                          = 0
1963  openat(AT_FDCWD, "/home/jelle/.guix-profile/lib/locale/2.27/en_US.utf8/LC_MESSAGES/SYS_LC_MESSAGES", O_RDONLY|O_CLOEXEC) = 3
1963  fstat(3, {st_mode=S_IFREG|0444, st_size=57, ...}) = 0
1963  mmap(NULL, 57, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f481af18000
1963  close(3)                          = 0
1963  openat(AT_FDCWD, "/home/jelle/.guix-profile/lib/locale/2.27/en_US.utf8/LC_MONETARY", O_RDONLY|O_CLOEXEC) = 3
1963  fstat(3, {st_mode=S_IFREG|0444, st_size=286, ...}) = 0
1963  mmap(NULL, 286, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f481af17000
1963  close(3)                          = 0
1963  openat(AT_FDCWD, "/home/jelle/.guix-profile/lib/locale/2.27/en_US.utf8/LC_COLLATE", O_RDONLY|O_CLOEXEC) = 3
1963  fstat(3, {st_mode=S_IFREG|0444, st_size=1244054, ...}) = 0
1963  mmap(NULL, 1244054, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f481ade7000
1963  close(3)                          = 0
1963  openat(AT_FDCWD, "/home/jelle/.guix-profile/lib/locale/2.27/en_US.utf8/LC_TIME", O_RDONLY|O_CLOEXEC) = 3
1963  fstat(3, {st_mode=S_IFREG|0444, st_size=3316, ...}) = 0
1963  mmap(NULL, 3316, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f481ade6000
1963  close(3)                          = 0
1963  openat(AT_FDCWD, "/home/jelle/.guix-profile/lib/locale/2.27/en_US.utf8/LC_NUMERIC", O_RDONLY|O_CLOEXEC) = 3
1963  fstat(3, {st_mode=S_IFREG|0444, st_size=54, ...}) = 0
1963  mmap(NULL, 54, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f481ade5000
1963  close(3)                          = 0
1963  openat(AT_FDCWD, "/home/jelle/.guix-profile/lib/locale/2.27/en_US.utf8/LC_CTYPE", O_RDONLY|O_CLOEXEC) = 3
1963  fstat(3, {st_mode=S_IFREG|0444, st_size=330604, ...}) = 0
1963  mmap(NULL, 330604, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f481ad94000
1963  close(3)                          = 0
1963  futex(0x7f481acfd498, FUTEX_WAKE_PRIVATE, 2147483647) = 0
1963  openat(AT_FDCWD, "/proc/self/maps", O_RDONLY|O_CLOEXEC) = 3
1963  prlimit64(0, RLIMIT_STACK, NULL, {rlim_cur=8192*1024, rlim_max=RLIM64_INFINITY}) = 0
1963  fstat(3, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0
1963  read(3, "00400000-00401000 r-xp 00000000 "..., 1024) = 1024
1963  read(3, "jd0nbsaaf8b5dmcw1a1yypr3-glibc-2"..., 1024) = 1024
1963  read(3, "000 08:01 15353069              "..., 1024) = 1024
1963  read(3, "27/lib/libdl-2.27.so\n7f481991b00"..., 1024) = 1024
1963  read(3, "dgnl2mp-libltdl-2.4.6/lib/libltd"..., 1024) = 1024
1963  read(3, "        /gnu/store/rqr8v7q7fnhxz"..., 1024) = 1024
1963  read(3, "-glibc-2.27/lib/libpthread-2.27."..., 1024) = 1024
1963  read(3, "01 13287844                   /g"..., 1024) = 1024
1963  read(3, "               /gnu/store/mbns81"..., 1024) = 1024
1963  read(3, "AGES\n7f481af19000-7f481af1a000 r"..., 1024) = 1024
1963  read(3, "utf8-locales-2.27/lib/locale/2.2"..., 1024) = 772
1963  close(3)                          = 0
1963  sched_getaffinity(1963, 32, [0, 1]) = 32
1963  brk(0xeac000)                     = 0xeac000
1963  brk(0xebc000)                     = 0xebc000
1963  brk(0xecc000)                     = 0xecc000
1963  brk(0xedc000)                     = 0xedc000
1963  brk(0xeec000)                     = 0xeec000
1963  rt_sigaction(SIGPWR, {sa_handler=0x7f481a7870b0, sa_mask=~[INT QUIT ABRT BUS SEGV TERM RTMIN RT_1], sa_flags=SA_RESTORER|SA_RESTART|SA_SIGINFO, sa_restorer=0x7f481a555ed0}, NULL, 8) = 0
1963  rt_sigaction(SIGXCPU, {sa_handler=0x7f481a786e20, sa_mask=~[INT QUIT ABRT BUS SEGV TERM RTMIN RT_1], sa_flags=SA_RESTORER|SA_RESTART, sa_restorer=0x7f481a555ed0}, NULL, 8) = 0
1963  openat(AT_FDCWD, "/proc/stat", O_RDONLY) = 3
1963  read(3, "cpu  97342 55 14868 786194 34445"..., 4096) = 1203
1963  close(3)                          = 0
1963  rt_sigprocmask(SIG_BLOCK, ~[XCPU PWR RTMIN RT_1], [], 8) = 0
1963  mmap(NULL, 8392704, PROT_NONE, MAP_PRIVATE|MAP_ANONYMOUS|MAP_STACK, -1, 0) = 0x7f4818581000
1963  mprotect(0x7f4818582000, 8388608, PROT_READ|PROT_WRITE) = 0
1963  clone(child_stack=0x7f4818d80fb0, flags=CLONE_VM|CLONE_FS|CLONE_FILES|CLONE_SIGHAND|CLONE_THREAD|CLONE_SYSVSEM|CLONE_SETTLS|CLONE_PARENT_SETTID|CLONE_CHILD_CLEARTID, parent_tidptr=0x7f4818d819d0, tls=0x7f4818d81700, child_tidptr=0x7f4818d819d0) = 1964
1964  set_robust_list(0x7f4818d819e0, 24) = 0
1963  rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
1964  futex(0x7f481a9a46e8, FUTEX_WAIT_PRIVATE, 0, NULL <unfinished ...>
1963  rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0
1963  futex(0x7f481a9a46e8, FUTEX_WAKE_PRIVATE, 2147483647) = 1
1964  <... futex resumed> )             = 0
1964  futex(0x7f481a9a42c0, FUTEX_WAKE_PRIVATE, 1) = 0
1964  futex(0x7f481a9a46ec, FUTEX_WAIT_PRIVATE, 0, NULL <unfinished ...>
1963  futex(0x7f481a9a46ec, FUTEX_WAKE_PRIVATE, 2147483647) = 0
1964  <... futex resumed> )             = -1 EAGAIN (Resource temporarily unavailable)
1964  futex(0x7f481a9a42c0, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
1963  futex(0x7f481a9a46e8, FUTEX_WAIT_PRIVATE, 0, NULL <unfinished ...>
1964  <... futex resumed> )             = 0
1964  futex(0x7f481a9a46e8, FUTEX_WAKE_PRIVATE, 2147483647) = 1
1963  <... futex resumed> )             = 0
1963  futex(0x7f481a9a42c0, FUTEX_WAIT_PRIVATE, 2, NULL <unfinished ...>
1964  futex(0x7f481a9a42c0, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
1963  <... futex resumed> )             = -1 EAGAIN (Resource temporarily unavailable)
1964  <... futex resumed> )             = 0
1963  futex(0x7f481a9a46ec, FUTEX_WAKE_PRIVATE, 2147483647 <unfinished ...>
1964  futex(0x7f481a9a46ec, FUTEX_WAIT_PRIVATE, 0, NULL <unfinished ...>
1963  <... futex resumed> )             = 0
1964  <... futex resumed> )             = -1 EAGAIN (Resource temporarily unavailable)
1963  futex(0x7f481a9a42c0, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
1964  futex(0x7f481a9a42c0, FUTEX_WAIT_PRIVATE, 2, NULL <unfinished ...>
1963  <... futex resumed> )             = 0
1964  <... futex resumed> )             = -1 EAGAIN (Resource temporarily unavailable)
1963  futex(0x7f481a9a46e8, FUTEX_WAKE_PRIVATE, 2147483647 <unfinished ...>
1964  futex(0x7f481a9a42c0, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
1963  <... futex resumed> )             = 0
1964  <... futex resumed> )             = 0
1963  brk(0xfec000 <unfinished ...>
1964  futex(0x7f481a9a42c0, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
1963  <... brk resumed> )               = 0xfec000
1964  <... futex resumed> )             = 0
1964  futex(0x7f481a9a46ec, FUTEX_WAIT_PRIVATE, 0, NULL <unfinished ...>
1963  pipe2([3, 4], O_CLOEXEC)          = 0
1963  futex(0x7f481acfd368, FUTEX_WAKE_PRIVATE, 2147483647) = 0
1963  brk(0xffc000)                     = 0xffc000
1963  openat(AT_FDCWD, "/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/charset.alias", O_RDONLY|O_NOFOLLOW) = -1 ENOENT (No such file or directory)
1963  clock_gettime(CLOCK_REALTIME, {tv_sec=1532608284, tv_nsec=577900479}) = 0
1963  clock_gettime(CLOCK_PROCESS_CPUTIME_ID, {tv_sec=0, tv_nsec=21488946}) = 0
1963  openat(AT_FDCWD, "/dev/urandom", O_RDONLY) = 5
1963  fstat(5, {st_mode=S_IFCHR|0666, st_rdev=makedev(1, 9), ...}) = 0
1963  ioctl(5, TCGETS, 0x7fff25d640d0)  = -1 EINVAL (Invalid argument)
1963  read(5, ";H\210sJc]\371\343\257i}\22U\337\227\245\233A\217[\304\377\"PP\255\2003T)\333"..., 4096) = 4096
1963  close(5)                          = 0
1963  ioctl(0, TCGETS, {B38400 opost isig icanon echo ...}) = 0
1963  mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f481ad93000
1963  fcntl(0, F_GETFL)                 = 0x8002 (flags O_RDWR|O_LARGEFILE)
1963  lseek(0, 0, SEEK_CUR)             = -1 ESPIPE (Illegal seek)
1963  ioctl(1, TCGETS, {B38400 opost isig icanon echo ...}) = 0
1963  fcntl(1, F_GETFL)                 = 0x8002 (flags O_RDWR|O_LARGEFILE)
1963  lseek(1, 0, SEEK_CUR)             = -1 ESPIPE (Illegal seek)
1963  ioctl(2, TCGETS, {B38400 opost isig icanon echo ...}) = 0
1963  fcntl(2, F_GETFL)                 = 0x8002 (flags O_RDWR|O_LARGEFILE)
1963  lseek(2, 0, SEEK_CUR)             = -1 ESPIPE (Illegal seek)
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/ice-9/eval.scm", 0x7fff25d642b0) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/ice-9/eval.scm", 0x7fff25d642b0) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/share/guile/2.2/ice-9/eval.scm", {st_mode=S_IFREG|0444, st_size=25718, ...}) = 0
1963  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/ice-9/eval.go", 0x7fff25d640d0) = -1 ENOENT (No such file or directory)
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/ice-9/eval.go", 0x7fff25d640d0) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/lib/guile/2.2/site-ccache/ice-9/eval.go", 0x7fff25d640d0) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/ice-9/eval.go", 0x7fff25d640d0) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/ice-9/eval.go", {st_mode=S_IFREG|0444, st_size=90757, ...}) = 0
1963  openat(AT_FDCWD, "/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/ice-9/eval.go", O_RDONLY|O_CLOEXEC) = 5
1963  lseek(5, 0, SEEK_END)             = 90757
1963  mmap(NULL, 90757, PROT_READ, MAP_PRIVATE, 5, 0) = 0x7f481ad7c000
1963  close(5)                          = 0
1963  mprotect(0x7f481ad8c000, 3120, PROT_READ|PROT_WRITE) = 0
1963  prlimit64(0, RLIMIT_STACK, NULL, {rlim_cur=8192*1024, rlim_max=RLIM64_INFINITY}) = 0
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/init.scm", 0x7fff25d642b0) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/init.scm", 0x7fff25d642b0) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/share/guile/2.2/init.scm", 0x7fff25d642b0) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/share/guile/site/2.2/init.scm", 0x7fff25d642b0) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/share/guile/site/init.scm", 0x7fff25d642b0) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/share/guile/init.scm", 0x7fff25d642b0) = -1 ENOENT (No such file or directory)
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/ice-9/boot-9.scm", 0x7fff25d641f0) = -1 ENOENT (No such file or directory)
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/ice-9/boot-9", 0x7fff25d641f0) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/ice-9/boot-9.scm", 0x7fff25d641f0) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/ice-9/boot-9", 0x7fff25d641f0) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/share/guile/2.2/ice-9/boot-9.scm", {st_mode=S_IFREG|0444, st_size=147360, ...}) = 0
1963  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/ice-9/boot-9.go", 0x7fff25d64000) = -1 ENOENT (No such file or directory)
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/ice-9/boot-9.go", 0x7fff25d64000) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/lib/guile/2.2/site-ccache/ice-9/boot-9.go", 0x7fff25d64000) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/ice-9/boot-9.go", 0x7fff25d64000) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/ice-9/boot-9.go", {st_mode=S_IFREG|0444, st_size=580061, ...}) = 0
1963  openat(AT_FDCWD, "/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/ice-9/boot-9.go", O_RDONLY|O_CLOEXEC) = 5
1963  lseek(5, 0, SEEK_END)             = 580061
1963  mmap(NULL, 580061, PROT_READ, MAP_PRIVATE, 5, 0) = 0x7f48184f3000
1963  close(5)                          = 0
1963  mprotect(0x7f4818543000, 127872, PROT_READ|PROT_WRITE) = 0
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/ice-9/psyntax-pp.scm", 0x7fff25d63e50) = -1 ENOENT (No such file or directory)
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/ice-9/psyntax-pp", 0x7fff25d63e50) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/ice-9/psyntax-pp.scm", 0x7fff25d63e50) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/ice-9/psyntax-pp", 0x7fff25d63e50) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/share/guile/2.2/ice-9/psyntax-pp.scm", {st_mode=S_IFREG|0444, st_size=185011, ...}) = 0
1963  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/ice-9/psyntax-pp.go", 0x7fff25d63c60) = -1 ENOENT (No such file or directory)
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/ice-9/psyntax-pp.go", 0x7fff25d63c60) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/lib/guile/2.2/site-ccache/ice-9/psyntax-pp.go", 0x7fff25d63c60) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/ice-9/psyntax-pp.go", 0x7fff25d63c60) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/ice-9/psyntax-pp.go", {st_mode=S_IFREG|0444, st_size=505893, ...}) = 0
1963  openat(AT_FDCWD, "/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/ice-9/psyntax-pp.go", O_RDONLY|O_CLOEXEC) = 5
1963  lseek(5, 0, SEEK_END)             = 505893
1963  mmap(NULL, 505893, PROT_READ, MAP_PRIVATE, 5, 0) = 0x7f4818477000
1963  close(5)                          = 0
1963  mprotect(0x7f48184c7000, 62776, PROT_READ|PROT_WRITE) = 0
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/ice-9/posix.scm", 0x7fff25d63e50) = -1 ENOENT (No such file or directory)
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/ice-9/posix", 0x7fff25d63e50) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/ice-9/posix.scm", 0x7fff25d63e50) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/ice-9/posix", 0x7fff25d63e50) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/share/guile/2.2/ice-9/posix.scm", {st_mode=S_IFREG|0444, st_size=2793, ...}) = 0
1963  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/ice-9/posix.go", 0x7fff25d63c60) = -1 ENOENT (No such file or directory)
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/ice-9/posix.go", 0x7fff25d63c60) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/lib/guile/2.2/site-ccache/ice-9/posix.go", 0x7fff25d63c60) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/ice-9/posix.go", 0x7fff25d63c60) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/ice-9/posix.go", {st_mode=S_IFREG|0444, st_size=75315, ...}) = 0
1963  openat(AT_FDCWD, "/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/ice-9/posix.go", O_RDONLY|O_CLOEXEC) = 5
1963  lseek(5, 0, SEEK_END)             = 75315
1963  mmap(NULL, 75315, PROT_READ, MAP_PRIVATE, 5, 0) = 0x7f481ad69000
1963  close(5)                          = 0
1963  mprotect(0x7f481ad79000, 2784, PROT_READ|PROT_WRITE) = 0
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/ice-9/networking.scm", 0x7fff25d63e50) = -1 ENOENT (No such file or directory)
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/ice-9/networking", 0x7fff25d63e50) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/ice-9/networking.scm", 0x7fff25d63e50) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/ice-9/networking", 0x7fff25d63e50) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/share/guile/2.2/ice-9/networking.scm", {st_mode=S_IFREG|0444, st_size=3407, ...}) = 0
1963  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/ice-9/networking.go", 0x7fff25d63c60) = -1 ENOENT (No such file or directory)
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/ice-9/networking.go", 0x7fff25d63c60) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/lib/guile/2.2/site-ccache/ice-9/networking.go", 0x7fff25d63c60) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/ice-9/networking.go", 0x7fff25d63c60) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/ice-9/networking.go", {st_mode=S_IFREG|0444, st_size=76691, ...}) = 0
1963  openat(AT_FDCWD, "/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/ice-9/networking.go", O_RDONLY|O_CLOEXEC) = 5
1963  lseek(5, 0, SEEK_END)             = 76691
1963  mmap(NULL, 76691, PROT_READ, MAP_PRIVATE, 5, 0) = 0x7f481ad56000
1963  close(5)                          = 0
1963  mprotect(0x7f481ad66000, 3328, PROT_READ|PROT_WRITE) = 0
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/ice-9/deprecated.scm", 0x7fff25d63e50) = -1 ENOENT (No such file or directory)
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/ice-9/deprecated", 0x7fff25d63e50) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/ice-9/deprecated.scm", 0x7fff25d63e50) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/ice-9/deprecated", 0x7fff25d63e50) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/share/guile/2.2/ice-9/deprecated.scm", {st_mode=S_IFREG|0444, st_size=3023, ...}) = 0
1963  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/ice-9/deprecated.go", 0x7fff25d63c60) = -1 ENOENT (No such file or directory)
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/ice-9/deprecated.go", 0x7fff25d63c60) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/lib/guile/2.2/site-ccache/ice-9/deprecated.go", 0x7fff25d63c60) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/ice-9/deprecated.go", 0x7fff25d63c60) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/ice-9/deprecated.go", {st_mode=S_IFREG|0444, st_size=114997, ...}) = 0
1963  openat(AT_FDCWD, "/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/ice-9/deprecated.go", O_RDONLY|O_CLOEXEC) = 5
1963  lseek(5, 0, SEEK_END)             = 114997
1963  mmap(NULL, 114997, PROT_READ, MAP_PRIVATE, 5, 0) = 0x7f481ad39000
1963  close(5)                          = 0
1963  mprotect(0x7f481ad49000, 32456, PROT_READ|PROT_WRITE) = 0
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/ice-9/threads.scm", 0x7fff25d63ab0) = -1 ENOENT (No such file or directory)
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/ice-9/threads", 0x7fff25d63ab0) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/ice-9/threads.scm", 0x7fff25d63ab0) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/ice-9/threads", 0x7fff25d63ab0) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/share/guile/2.2/ice-9/threads.scm", {st_mode=S_IFREG|0444, st_size=12839, ...}) = 0
1963  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/ice-9/threads.go", 0x7fff25d638c0) = -1 ENOENT (No such file or directory)
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/ice-9/threads.go", 0x7fff25d638c0) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/lib/guile/2.2/site-ccache/ice-9/threads.go", 0x7fff25d638c0) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/ice-9/threads.go", 0x7fff25d638c0) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/ice-9/threads.go", {st_mode=S_IFREG|0444, st_size=90645, ...}) = 0
1963  openat(AT_FDCWD, "/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/ice-9/threads.go", O_RDONLY|O_CLOEXEC) = 5
1963  lseek(5, 0, SEEK_END)             = 90645
1963  mmap(NULL, 90645, PROT_READ, MAP_PRIVATE, 5, 0) = 0x7f4818460000
1963  close(5)                          = 0
1963  mprotect(0x7f4818470000, 13760, PROT_READ|PROT_WRITE) = 0
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/ice-9/match.scm", 0x7fff25d63710) = -1 ENOENT (No such file or directory)
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/ice-9/match", 0x7fff25d63710) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/ice-9/match.scm", 0x7fff25d63710) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/ice-9/match", 0x7fff25d63710) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/share/guile/2.2/ice-9/match.scm", {st_mode=S_IFREG|0444, st_size=2045, ...}) = 0
1963  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/ice-9/match.go", 0x7fff25d63520) = -1 ENOENT (No such file or directory)
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/ice-9/match.go", 0x7fff25d63520) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/lib/guile/2.2/site-ccache/ice-9/match.go", 0x7fff25d63520) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/ice-9/match.go", 0x7fff25d63520) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/ice-9/match.go", {st_mode=S_IFREG|0444, st_size=314821, ...}) = 0
1963  openat(AT_FDCWD, "/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/ice-9/match.go", O_RDONLY|O_CLOEXEC) = 5
1963  lseek(5, 0, SEEK_END)             = 314821
1963  mmap(NULL, 314821, PROT_READ, MAP_PRIVATE, 5, 0) = 0x7f4818413000
1963  close(5)                          = 0
1963  mprotect(0x7f4818443000, 91072, PROT_READ|PROT_WRITE) = 0
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/ice-9/control.scm", 0x7fff25d63710) = -1 ENOENT (No such file or directory)
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/ice-9/control", 0x7fff25d63710) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/ice-9/control.scm", 0x7fff25d63710) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/ice-9/control", 0x7fff25d63710) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/share/guile/2.2/ice-9/control.scm", {st_mode=S_IFREG|0444, st_size=4181, ...}) = 0
1963  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/ice-9/control.go", 0x7fff25d63520) = -1 ENOENT (No such file or directory)
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/ice-9/control.go", 0x7fff25d63520) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/lib/guile/2.2/site-ccache/ice-9/control.go", 0x7fff25d63520) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/ice-9/control.go", 0x7fff25d63520) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/ice-9/control.go", {st_mode=S_IFREG|0444, st_size=80117, ...}) = 0
1963  openat(AT_FDCWD, "/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/ice-9/control.go", O_RDONLY|O_CLOEXEC) = 5
1963  lseek(5, 0, SEEK_END)             = 80117
1963  mmap(NULL, 80117, PROT_READ, MAP_PRIVATE, 5, 0) = 0x7f48183ff000
1963  close(5)                          = 0
1963  mprotect(0x7f481840f000, 9392, PROT_READ|PROT_WRITE) = 0
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/ice-9/futures.scm", 0x7fff25d63710) = -1 ENOENT (No such file or directory)
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/ice-9/futures", 0x7fff25d63710) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/ice-9/futures.scm", 0x7fff25d63710) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/ice-9/futures", 0x7fff25d63710) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/share/guile/2.2/ice-9/futures.scm", {st_mode=S_IFREG|0444, st_size=10739, ...}) = 0
1963  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/ice-9/futures.go", 0x7fff25d63520) = -1 ENOENT (No such file or directory)
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/ice-9/futures.go", 0x7fff25d63520) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/lib/guile/2.2/site-ccache/ice-9/futures.go", 0x7fff25d63520) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/ice-9/futures.go", 0x7fff25d63520) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/ice-9/futures.go", {st_mode=S_IFREG|0444, st_size=196485, ...}) = 0
1963  openat(AT_FDCWD, "/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/ice-9/futures.go", O_RDONLY|O_CLOEXEC) = 5
1963  lseek(5, 0, SEEK_END)             = 196485
1963  mmap(NULL, 196485, PROT_READ, MAP_PRIVATE, 5, 0) = 0x7f48183cf000
1963  close(5)                          = 0
1963  mprotect(0x7f48183ef000, 46856, PROT_READ|PROT_WRITE) = 0
1963  brk(0x100c000)                    = 0x100c000
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/srfi/srfi-1.scm", 0x7fff25d63370) = -1 ENOENT (No such file or directory)
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/srfi/srfi-1", 0x7fff25d63370) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/srfi/srfi-1.scm", 0x7fff25d63370) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/srfi/srfi-1", 0x7fff25d63370) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/share/guile/2.2/srfi/srfi-1.scm", {st_mode=S_IFREG|0444, st_size=30122, ...}) = 0
1963  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/srfi/srfi-1.go", 0x7fff25d63180) = -1 ENOENT (No such file or directory)
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/srfi/srfi-1.go", 0x7fff25d63180) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/lib/guile/2.2/site-ccache/srfi/srfi-1.go", 0x7fff25d63180) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/srfi/srfi-1.go", 0x7fff25d63180) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/srfi/srfi-1.go", {st_mode=S_IFREG|0444, st_size=106213, ...}) = 0
1963  openat(AT_FDCWD, "/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/srfi/srfi-1.go", O_RDONLY|O_CLOEXEC) = 5
1963  lseek(5, 0, SEEK_END)             = 106213
1963  mmap(NULL, 106213, PROT_READ, MAP_PRIVATE, 5, 0) = 0x7f48183b5000
1963  close(5)                          = 0
1963  mprotect(0x7f48183c5000, 14960, PROT_READ|PROT_WRITE) = 0
1963  clock_gettime(CLOCK_PROCESS_CPUTIME_ID, {tv_sec=0, tv_nsec=35664067}) = 0
1963  rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0
1963  futex(0x7f481a9a46ec, FUTEX_WAKE_PRIVATE, 2147483647) = 1
1964  <... futex resumed> )             = 0
1964  futex(0x7f481a9a42c0, FUTEX_WAIT_PRIVATE, 2, NULL <unfinished ...>
1963  futex(0x7f481a9a42c0, FUTEX_WAKE_PRIVATE, 1) = 0
1964  <... futex resumed> )             = -1 EAGAIN (Resource temporarily unavailable)
1964  futex(0x7f481a9a42c0, FUTEX_WAKE_PRIVATE, 1) = 0
1963  futex(0x7f481a9a46e8, FUTEX_WAKE_PRIVATE, 2147483647 <unfinished ...>
1964  futex(0x7f481a9a46e8, FUTEX_WAIT_PRIVATE, 0, NULL <unfinished ...>
1963  <... futex resumed> )             = 0
1964  <... futex resumed> )             = -1 EAGAIN (Resource temporarily unavailable)
1964  futex(0x7f481a9a42c0, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
1963  futex(0x7f481a9a46ec, FUTEX_WAIT_PRIVATE, 0, NULL <unfinished ...>
1964  <... futex resumed> )             = 0
1964  futex(0x7f481a9a46ec, FUTEX_WAKE_PRIVATE, 2147483647 <unfinished ...>
1963  <... futex resumed> )             = 0
1964  <... futex resumed> )             = 1
1963  futex(0x7f481a9a42c0, FUTEX_WAIT_PRIVATE, 2, NULL <unfinished ...>
1964  futex(0x7f481a9a42c0, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
1963  <... futex resumed> )             = -1 EAGAIN (Resource temporarily unavailable)
1964  <... futex resumed> )             = 0
1963  futex(0x7f481a9a46e8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
1964  futex(0x7f481a9a42c0, FUTEX_WAIT_PRIVATE, 2, NULL <unfinished ...>
1963  futex(0x7f481a9a42c0, FUTEX_WAKE_PRIVATE, 1) = 1
1964  <... futex resumed> )             = 0
1964  futex(0x7f481a9a42c0, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
1963  futex(0x7f481a9a46ec, FUTEX_WAKE_PRIVATE, 2147483647 <unfinished ...>
1964  <... futex resumed> )             = 0
1963  <... futex resumed> )             = 0
1964  futex(0x7f481a9a42c0, FUTEX_WAKE_PRIVATE, 1) = 0
1964  futex(0x7f481a9a46e8, FUTEX_WAIT_PRIVATE, 0, NULL <unfinished ...>
1963  clock_gettime(CLOCK_PROCESS_CPUTIME_ID, {tv_sec=0, tv_nsec=37766207}) = 0
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/srfi/srfi-9.scm", 0x7fff25d63370) = -1 ENOENT (No such file or directory)
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/srfi/srfi-9", 0x7fff25d63370) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/srfi/srfi-9.scm", 0x7fff25d63370) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/srfi/srfi-9", 0x7fff25d63370) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/share/guile/2.2/srfi/srfi-9.scm", {st_mode=S_IFREG|0444, st_size=13734, ...}) = 0
1963  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/srfi/srfi-9.go", 0x7fff25d63180) = -1 ENOENT (No such file or directory)
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/srfi/srfi-9.go", 0x7fff25d63180) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/lib/guile/2.2/site-ccache/srfi/srfi-9.go", 0x7fff25d63180) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/srfi/srfi-9.go", 0x7fff25d63180) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/srfi/srfi-9.go", {st_mode=S_IFREG|0444, st_size=108973, ...}) = 0
1963  openat(AT_FDCWD, "/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/srfi/srfi-9.go", O_RDONLY|O_CLOEXEC) = 5
1963  lseek(5, 0, SEEK_END)             = 108973
1963  mmap(NULL, 108973, PROT_READ, MAP_PRIVATE, 5, 0) = 0x7f481839a000
1963  close(5)                          = 0
1963  mprotect(0x7f48183aa000, 30152, PROT_READ|PROT_WRITE) = 0
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/system/base/ck.scm", 0x7fff25d62fd0) = -1 ENOENT (No such file or directory)
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/system/base/ck", 0x7fff25d62fd0) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/system/base/ck.scm", 0x7fff25d62fd0) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/system/base/ck", 0x7fff25d62fd0) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/share/guile/2.2/system/base/ck.scm", {st_mode=S_IFREG|0444, st_size=2201, ...}) = 0
1963  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/system/base/ck.go", 0x7fff25d62de0) = -1 ENOENT (No such file or directory)
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/system/base/ck.go", 0x7fff25d62de0) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/lib/guile/2.2/site-ccache/system/base/ck.go", 0x7fff25d62de0) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/system/base/ck.go", 0x7fff25d62de0) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/system/base/ck.go", {st_mode=S_IFREG|0444, st_size=73533, ...}) = 0
1963  openat(AT_FDCWD, "/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/system/base/ck.go", O_RDONLY|O_CLOEXEC) = 5
1963  lseek(5, 0, SEEK_END)             = 73533
1963  mmap(NULL, 73533, PROT_READ, MAP_PRIVATE, 5, 0) = 0x7f481ad27000
1963  close(5)                          = 0
1963  mprotect(0x7f481ad37000, 5064, PROT_READ|PROT_WRITE) = 0
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/srfi/srfi-9/gnu.scm", 0x7fff25d63370) = -1 ENOENT (No such file or directory)
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/srfi/srfi-9/gnu", 0x7fff25d63370) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/srfi/srfi-9/gnu.scm", 0x7fff25d63370) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/srfi/srfi-9/gnu", 0x7fff25d63370) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/share/guile/2.2/srfi/srfi-9/gnu.scm", {st_mode=S_IFREG|0444, st_size=6471, ...}) = 0
1963  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/srfi/srfi-9/gnu.go", 0x7fff25d63180) = -1 ENOENT (No such file or directory)
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/srfi/srfi-9/gnu.go", 0x7fff25d63180) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/lib/guile/2.2/site-ccache/srfi/srfi-9/gnu.go", 0x7fff25d63180) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/srfi/srfi-9/gnu.go", 0x7fff25d63180) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/srfi/srfi-9/gnu.go", {st_mode=S_IFREG|0444, st_size=85685, ...}) = 0
1963  openat(AT_FDCWD, "/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/srfi/srfi-9/gnu.go", O_RDONLY|O_CLOEXEC) = 5
1963  lseek(5, 0, SEEK_END)             = 85685
1963  mmap(NULL, 85685, PROT_READ, MAP_PRIVATE, 5, 0) = 0x7f4818385000
1963  close(5)                          = 0
1963  mprotect(0x7f4818395000, 13088, PROT_READ|PROT_WRITE) = 0
1963  brk(0x1067000)                    = 0x1067000
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/srfi/srfi-11.scm", 0x7fff25d63370) = -1 ENOENT (No such file or directory)
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/srfi/srfi-11", 0x7fff25d63370) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/srfi/srfi-11.scm", 0x7fff25d63370) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/srfi/srfi-11", 0x7fff25d63370) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/share/guile/2.2/srfi/srfi-11.scm", {st_mode=S_IFREG|0444, st_size=5511, ...}) = 0
1963  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/srfi/srfi-11.go", 0x7fff25d63180) = -1 ENOENT (No such file or directory)
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/srfi/srfi-11.go", 0x7fff25d63180) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/lib/guile/2.2/site-ccache/srfi/srfi-11.go", 0x7fff25d63180) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/srfi/srfi-11.go", 0x7fff25d63180) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/srfi/srfi-11.go", {st_mode=S_IFREG|0444, st_size=77309, ...}) = 0
1963  openat(AT_FDCWD, "/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/srfi/srfi-11.go", O_RDONLY|O_CLOEXEC) = 5
1963  lseek(5, 0, SEEK_END)             = 77309
1963  mmap(NULL, 77309, PROT_READ, MAP_PRIVATE, 5, 0) = 0x7f4818372000
1963  close(5)                          = 0
1963  mprotect(0x7f4818382000, 7232, PROT_READ|PROT_WRITE) = 0
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/ice-9/q.scm", 0x7fff25d63370) = -1 ENOENT (No such file or directory)
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/ice-9/q", 0x7fff25d63370) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/ice-9/q.scm", 0x7fff25d63370) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/ice-9/q", 0x7fff25d63370) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/share/guile/2.2/ice-9/q.scm", {st_mode=S_IFREG|0444, st_size=4297, ...}) = 0
1963  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/ice-9/q.go", 0x7fff25d63180) = -1 ENOENT (No such file or directory)
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/ice-9/q.go", 0x7fff25d63180) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/lib/guile/2.2/site-ccache/ice-9/q.go", 0x7fff25d63180) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/ice-9/q.go", 0x7fff25d63180) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/ice-9/q.go", {st_mode=S_IFREG|0444, st_size=70765, ...}) = 0
1963  openat(AT_FDCWD, "/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/ice-9/q.go", O_RDONLY|O_CLOEXEC) = 5
1963  lseek(5, 0, SEEK_END)             = 70765
1963  mmap(NULL, 70765, PROT_READ, MAP_PRIVATE, 5, 0) = 0x7f4818360000
1963  close(5)                          = 0
1963  mprotect(0x7f4818370000, 1664, PROT_READ|PROT_WRITE) = 0
1963  sched_getaffinity(0, 128, [0, 1]) = 32
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/ice-9/ports.scm", 0x7fff25d63e50) = -1 ENOENT (No such file or directory)
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/ice-9/ports", 0x7fff25d63e50) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/ice-9/ports.scm", 0x7fff25d63e50) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/ice-9/ports", 0x7fff25d63e50) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/share/guile/2.2/ice-9/ports.scm", {st_mode=S_IFREG|0444, st_size=19312, ...}) = 0
1963  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/ice-9/ports.go", 0x7fff25d63c60) = -1 ENOENT (No such file or directory)
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/ice-9/ports.go", 0x7fff25d63c60) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/lib/guile/2.2/site-ccache/ice-9/ports.go", 0x7fff25d63c60) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/ice-9/ports.go", 0x7fff25d63c60) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/ice-9/ports.go", {st_mode=S_IFREG|0444, st_size=104189, ...}) = 0
1963  openat(AT_FDCWD, "/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/ice-9/ports.go", O_RDONLY|O_CLOEXEC) = 5
1963  lseek(5, 0, SEEK_END)             = 104189
1963  mmap(NULL, 104189, PROT_READ, MAP_PRIVATE, 5, 0) = 0x7f4818346000
1963  close(5)                          = 0
1963  mprotect(0x7f4818356000, 21176, PROT_READ|PROT_WRITE) = 0
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/srfi/srfi-4.scm", 0x7fff25d63e50) = -1 ENOENT (No such file or directory)
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/srfi/srfi-4", 0x7fff25d63e50) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/srfi/srfi-4.scm", 0x7fff25d63e50) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/srfi/srfi-4", 0x7fff25d63e50) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/share/guile/2.2/srfi/srfi-4.scm", {st_mode=S_IFREG|0444, st_size=5107, ...}) = 0
1963  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/srfi/srfi-4.go", 0x7fff25d63c60) = -1 ENOENT (No such file or directory)
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/srfi/srfi-4.go", 0x7fff25d63c60) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/lib/guile/2.2/site-ccache/srfi/srfi-4.go", 0x7fff25d63c60) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/srfi/srfi-4.go", 0x7fff25d63c60) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/srfi/srfi-4.go", {st_mode=S_IFREG|0444, st_size=92277, ...}) = 0
1963  openat(AT_FDCWD, "/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/srfi/srfi-4.go", O_RDONLY|O_CLOEXEC) = 5
1963  lseek(5, 0, SEEK_END)             = 92277
1963  mmap(NULL, 92277, PROT_READ, MAP_PRIVATE, 5, 0) = 0x7f481832f000
1963  close(5)                          = 0
1963  mprotect(0x7f481833f000, 10992, PROT_READ|PROT_WRITE) = 0
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/rnrs/bytevectors.scm", 0x7fff25d63ab0) = -1 ENOENT (No such file or directory)
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/rnrs/bytevectors", 0x7fff25d63ab0) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/rnrs/bytevectors.scm", 0x7fff25d63ab0) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/rnrs/bytevectors", 0x7fff25d63ab0) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/share/guile/2.2/rnrs/bytevectors.scm", {st_mode=S_IFREG|0444, st_size=3383, ...}) = 0
1963  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/rnrs/bytevectors.go", 0x7fff25d638c0) = -1 ENOENT (No such file or directory)
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/rnrs/bytevectors.go", 0x7fff25d638c0) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/lib/guile/2.2/site-ccache/rnrs/bytevectors.go", 0x7fff25d638c0) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/rnrs/bytevectors.go", 0x7fff25d638c0) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/rnrs/bytevectors.go", {st_mode=S_IFREG|0444, st_size=72653, ...}) = 0
1963  openat(AT_FDCWD, "/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/rnrs/bytevectors.go", O_RDONLY|O_CLOEXEC) = 5
1963  lseek(5, 0, SEEK_END)             = 72653
1963  mmap(NULL, 72653, PROT_READ, MAP_PRIVATE, 5, 0) = 0x7f481831d000
1963  close(5)                          = 0
1963  mprotect(0x7f481832d000, 4752, PROT_READ|PROT_WRITE) = 0
1963  pipe2([5, 6], O_CLOEXEC)          = 0
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/ice-9/command-line.scm", 0x7fff25d63b30) = -1 ENOENT (No such file or directory)
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/ice-9/command-line", 0x7fff25d63b30) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/ice-9/command-line.scm", 0x7fff25d63b30) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/ice-9/command-line", 0x7fff25d63b30) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/share/guile/2.2/ice-9/command-line.scm", {st_mode=S_IFREG|0444, st_size=18639, ...}) = 0
1963  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/ice-9/command-line.go", 0x7fff25d63940) = -1 ENOENT (No such file or directory)
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/ice-9/command-line.go", 0x7fff25d63940) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/lib/guile/2.2/site-ccache/ice-9/command-line.go", 0x7fff25d63940) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/ice-9/command-line.go", 0x7fff25d63940) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/ice-9/command-line.go", {st_mode=S_IFREG|0444, st_size=81741, ...}) = 0
1963  openat(AT_FDCWD, "/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/ice-9/command-line.go", O_RDONLY|O_CLOEXEC) = 7
1963  lseek(7, 0, SEEK_END)             = 81741
1963  mmap(NULL, 81741, PROT_READ, MAP_PRIVATE, 7, 0) = 0x7f4818309000
1963  close(7)                          = 0
1963  mprotect(0x7f4818319000, 8128, PROT_READ|PROT_WRITE) = 0
1963  openat(AT_FDCWD, "/gnu/store/l4lr0f5cjd0nbsaaf8b5dmcw1a1yypr3-glibc-2.27/share/locale/en_US.utf8/LC_MESSAGES/messages.mo", O_RDONLY) = -1 ENOENT (No such file or directory)
1963  openat(AT_FDCWD, "/gnu/store/l4lr0f5cjd0nbsaaf8b5dmcw1a1yypr3-glibc-2.27/share/locale/en_US/LC_MESSAGES/messages.mo", O_RDONLY) = -1 ENOENT (No such file or directory)
1963  openat(AT_FDCWD, "/gnu/store/l4lr0f5cjd0nbsaaf8b5dmcw1a1yypr3-glibc-2.27/share/locale/en.utf8/LC_MESSAGES/messages.mo", O_RDONLY) = -1 ENOENT (No such file or directory)
1963  openat(AT_FDCWD, "/gnu/store/l4lr0f5cjd0nbsaaf8b5dmcw1a1yypr3-glibc-2.27/share/locale/en/LC_MESSAGES/messages.mo", O_RDONLY) = -1 ENOENT (No such file or directory)
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/system/vm/vm.scm", 0x7fff25d63810) = -1 ENOENT (No such file or directory)
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/system/vm/vm", 0x7fff25d63810) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/system/vm/vm.scm", 0x7fff25d63810) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/system/vm/vm", 0x7fff25d63810) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/share/guile/2.2/system/vm/vm.scm", {st_mode=S_IFREG|0444, st_size=1321, ...}) = 0
1963  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/system/vm/vm.go", 0x7fff25d63620) = -1 ENOENT (No such file or directory)
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/system/vm/vm.go", 0x7fff25d63620) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/lib/guile/2.2/site-ccache/system/vm/vm.go", 0x7fff25d63620) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/system/vm/vm.go", 0x7fff25d63620) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/system/vm/vm.go", {st_mode=S_IFREG|0444, st_size=68797, ...}) = 0
1963  openat(AT_FDCWD, "/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/system/vm/vm.go", O_RDONLY|O_CLOEXEC) = 7
1963  lseek(7, 0, SEEK_END)             = 68797
1963  mmap(NULL, 68797, PROT_READ, MAP_PRIVATE, 7, 0) = 0x7f48182f8000
1963  close(7)                          = 0
1963  mprotect(0x7f4818308000, 1280, PROT_READ|PROT_WRITE) = 0
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/ice-9/top-repl.scm", 0x7fff25d63ba0) = -1 ENOENT (No such file or directory)
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/ice-9/top-repl", 0x7fff25d63ba0) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/ice-9/top-repl.scm", 0x7fff25d63ba0) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/ice-9/top-repl", 0x7fff25d63ba0) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/share/guile/2.2/ice-9/top-repl.scm", {st_mode=S_IFREG|0444, st_size=2812, ...}) = 0
1963  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/ice-9/top-repl.go", 0x7fff25d639b0) = -1 ENOENT (No such file or directory)
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/ice-9/top-repl.go", 0x7fff25d639b0) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/lib/guile/2.2/site-ccache/ice-9/top-repl.go", 0x7fff25d639b0) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/ice-9/top-repl.go", 0x7fff25d639b0) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/ice-9/top-repl.go", {st_mode=S_IFREG|0444, st_size=71429, ...}) = 0
1963  openat(AT_FDCWD, "/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/ice-9/top-repl.go", O_RDONLY|O_CLOEXEC) = 7
1963  lseek(7, 0, SEEK_END)             = 71429
1963  mmap(NULL, 71429, PROT_READ, MAP_PRIVATE, 7, 0) = 0x7f48182e6000
1963  close(7)                          = 0
1963  mprotect(0x7f48182f6000, 2496, PROT_READ|PROT_WRITE) = 0
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/system/repl/repl.scm", 0x7fff25d63810) = -1 ENOENT (No such file or directory)
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/system/repl/repl", 0x7fff25d63810) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/system/repl/repl.scm", 0x7fff25d63810) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/system/repl/repl", 0x7fff25d63810) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/share/guile/2.2/system/repl/repl.scm", {st_mode=S_IFREG|0444, st_size=7913, ...}) = 0
1963  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/system/repl/repl.go", 0x7fff25d63620) = -1 ENOENT (No such file or directory)
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/system/repl/repl.go", 0x7fff25d63620) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/lib/guile/2.2/site-ccache/system/repl/repl.go", 0x7fff25d63620) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/system/repl/repl.go", 0x7fff25d63620) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/system/repl/repl.go", {st_mode=S_IFREG|0444, st_size=80197, ...}) = 0
1963  openat(AT_FDCWD, "/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/system/repl/repl.go", O_RDONLY|O_CLOEXEC) = 7
1963  lseek(7, 0, SEEK_END)             = 80197
1963  mmap(NULL, 80197, PROT_READ, MAP_PRIVATE, 7, 0) = 0x7f48182d2000
1963  close(7)                          = 0
1963  mprotect(0x7f48182e2000, 7560, PROT_READ|PROT_WRITE) = 0
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/system/base/syntax.scm", 0x7fff25d63480) = -1 ENOENT (No such file or directory)
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/system/base/syntax", 0x7fff25d63480) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/system/base/syntax.scm", 0x7fff25d63480) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/system/base/syntax", 0x7fff25d63480) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/share/guile/2.2/system/base/syntax.scm", {st_mode=S_IFREG|0444, st_size=13141, ...}) = 0
1963  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/system/base/syntax.go", 0x7fff25d63290) = -1 ENOENT (No such file or directory)
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/system/base/syntax.go", 0x7fff25d63290) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/lib/guile/2.2/site-ccache/system/base/syntax.go", 0x7fff25d63290) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/system/base/syntax.go", 0x7fff25d63290) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/system/base/syntax.go", {st_mode=S_IFREG|0444, st_size=86493, ...}) = 0
1963  openat(AT_FDCWD, "/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/system/base/syntax.go", O_RDONLY|O_CLOEXEC) = 7
1963  lseek(7, 0, SEEK_END)             = 86493
1963  mmap(NULL, 86493, PROT_READ, MAP_PRIVATE, 7, 0) = 0x7f48182bc000
1963  close(7)                          = 0
1963  mprotect(0x7f48182cc000, 9704, PROT_READ|PROT_WRITE) = 0
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/system/base/pmatch.scm", 0x7fff25d63480) = -1 ENOENT (No such file or directory)
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/system/base/pmatch", 0x7fff25d63480) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/system/base/pmatch.scm", 0x7fff25d63480) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/system/base/pmatch", 0x7fff25d63480) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/share/guile/2.2/system/base/pmatch.scm", {st_mode=S_IFREG|0444, st_size=2574, ...}) = 0
1963  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/system/base/pmatch.go", 0x7fff25d63290) = -1 ENOENT (No such file or directory)
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/system/base/pmatch.go", 0x7fff25d63290) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/lib/guile/2.2/site-ccache/system/base/pmatch.go", 0x7fff25d63290) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/system/base/pmatch.go", 0x7fff25d63290) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/system/base/pmatch.go", {st_mode=S_IFREG|0444, st_size=79733, ...}) = 0
1963  openat(AT_FDCWD, "/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/system/base/pmatch.go", O_RDONLY|O_CLOEXEC) = 7
1963  lseek(7, 0, SEEK_END)             = 79733
1963  mmap(NULL, 79733, PROT_READ, MAP_PRIVATE, 7, 0) = 0x7f48182a8000
1963  close(7)                          = 0
1963  mprotect(0x7f48182b8000, 10240, PROT_READ|PROT_WRITE) = 0
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/system/base/compile.scm", 0x7fff25d63480) = -1 ENOENT (No such file or directory)
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/system/base/compile", 0x7fff25d63480) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/system/base/compile.scm", 0x7fff25d63480) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/system/base/compile", 0x7fff25d63480) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/share/guile/2.2/system/base/compile.scm", {st_mode=S_IFREG|0444, st_size=10223, ...}) = 0
1963  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/system/base/compile.go", 0x7fff25d63290) = -1 ENOENT (No such file or directory)
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/system/base/compile.go", 0x7fff25d63290) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/lib/guile/2.2/site-ccache/system/base/compile.go", 0x7fff25d63290) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/system/base/compile.go", 0x7fff25d63290) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/system/base/compile.go", {st_mode=S_IFREG|0444, st_size=80381, ...}) = 0
1963  openat(AT_FDCWD, "/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/system/base/compile.go", O_RDONLY|O_CLOEXEC) = 7
1963  lseek(7, 0, SEEK_END)             = 80381
1963  mmap(NULL, 80381, PROT_READ, MAP_PRIVATE, 7, 0) = 0x7f4818294000
1963  close(7)                          = 0
1963  mprotect(0x7f48182a4000, 6784, PROT_READ|PROT_WRITE) = 0
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/system/base/language.scm", 0x7fff25d630f0) = -1 ENOENT (No such file or directory)
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/system/base/language", 0x7fff25d630f0) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/system/base/language.scm", 0x7fff25d630f0) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/system/base/language", 0x7fff25d630f0) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/share/guile/2.2/system/base/language.scm", {st_mode=S_IFREG|0444, st_size=3799, ...}) = 0
1963  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/system/base/language.go", 0x7fff25d62f00) = -1 ENOENT (No such file or directory)
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/system/base/language.go", 0x7fff25d62f00) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/lib/guile/2.2/site-ccache/system/base/language.go", 0x7fff25d62f00) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/system/base/language.go", 0x7fff25d62f00) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/system/base/language.go", {st_mode=S_IFREG|0444, st_size=74973, ...}) = 0
1963  openat(AT_FDCWD, "/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/system/base/language.go", O_RDONLY|O_CLOEXEC) = 7
1963  lseek(7, 0, SEEK_END)             = 74973
1963  mmap(NULL, 74973, PROT_READ, MAP_PRIVATE, 7, 0) = 0x7f4818281000
1963  close(7)                          = 0
1963  mprotect(0x7f4818291000, 4408, PROT_READ|PROT_WRITE) = 0
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/system/base/message.scm", 0x7fff25d630f0) = -1 ENOENT (No such file or directory)
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/system/base/message", 0x7fff25d630f0) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/system/base/message.scm", 0x7fff25d630f0) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/system/base/message", 0x7fff25d630f0) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/share/guile/2.2/system/base/message.scm", {st_mode=S_IFREG|0444, st_size=9167, ...}) = 0
1963  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/system/base/message.go", 0x7fff25d62f00) = -1 ENOENT (No such file or directory)
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/system/base/message.go", 0x7fff25d62f00) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/lib/guile/2.2/site-ccache/system/base/message.go", 0x7fff25d62f00) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/system/base/message.go", 0x7fff25d62f00) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/system/base/message.go", {st_mode=S_IFREG|0444, st_size=107757, ...}) = 0
1963  openat(AT_FDCWD, "/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/system/base/message.go", O_RDONLY|O_CLOEXEC) = 7
1963  lseek(7, 0, SEEK_END)             = 107757
1963  mmap(NULL, 107757, PROT_READ, MAP_PRIVATE, 7, 0) = 0x7f4818266000
1963  close(7)                          = 0
1963  mprotect(0x7f4818276000, 31168, PROT_READ|PROT_WRITE) = 0
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/ice-9/regex.scm", 0x7fff25d630f0) = -1 ENOENT (No such file or directory)
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/ice-9/regex", 0x7fff25d630f0) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/ice-9/regex.scm", 0x7fff25d630f0) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/ice-9/regex", 0x7fff25d630f0) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/share/guile/2.2/ice-9/regex.scm", {st_mode=S_IFREG|0444, st_size=9084, ...}) = 0
1963  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/ice-9/regex.go", 0x7fff25d62f00) = -1 ENOENT (No such file or directory)
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/ice-9/regex.go", 0x7fff25d62f00) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/lib/guile/2.2/site-ccache/ice-9/regex.go", 0x7fff25d62f00) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/ice-9/regex.go", 0x7fff25d62f00) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/ice-9/regex.go", {st_mode=S_IFREG|0444, st_size=73925, ...}) = 0
1963  openat(AT_FDCWD, "/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/ice-9/regex.go", O_RDONLY|O_CLOEXEC) = 7
1963  lseek(7, 0, SEEK_END)             = 73925
1963  mmap(NULL, 73925, PROT_READ, MAP_PRIVATE, 7, 0) = 0x7f4818253000
1963  close(7)                          = 0
1963  mprotect(0x7f4818263000, 2544, PROT_READ|PROT_WRITE) = 0
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/ice-9/optargs.scm", 0x7fff25d630f0) = -1 ENOENT (No such file or directory)
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/ice-9/optargs", 0x7fff25d630f0) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/ice-9/optargs.scm", 0x7fff25d630f0) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/ice-9/optargs", 0x7fff25d630f0) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/share/guile/2.2/ice-9/optargs.scm", {st_mode=S_IFREG|0444, st_size=16123, ...}) = 0
1963  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/ice-9/optargs.go", 0x7fff25d62f00) = -1 ENOENT (No such file or directory)
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/ice-9/optargs.go", 0x7fff25d62f00) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/lib/guile/2.2/site-ccache/ice-9/optargs.go", 0x7fff25d62f00) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/ice-9/optargs.go", 0x7fff25d62f00) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/ice-9/optargs.go", {st_mode=S_IFREG|0444, st_size=90645, ...}) = 0
1963  openat(AT_FDCWD, "/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/ice-9/optargs.go", O_RDONLY|O_CLOEXEC) = 7
1963  lseek(7, 0, SEEK_END)             = 90645
1963  mmap(NULL, 90645, PROT_READ, MAP_PRIVATE, 7, 0) = 0x7f481823c000
1963  close(7)                          = 0
1963  mprotect(0x7f481824c000, 15808, PROT_READ|PROT_WRITE) = 0
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/ice-9/receive.scm", 0x7fff25d630f0) = -1 ENOENT (No such file or directory)
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/ice-9/receive", 0x7fff25d630f0) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/ice-9/receive.scm", 0x7fff25d630f0) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/ice-9/receive", 0x7fff25d630f0) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/share/guile/2.2/ice-9/receive.scm", {st_mode=S_IFREG|0444, st_size=1082, ...}) = 0
1963  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/ice-9/receive.go", 0x7fff25d62f00) = -1 ENOENT (No such file or directory)
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/ice-9/receive.go", 0x7fff25d62f00) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/lib/guile/2.2/site-ccache/ice-9/receive.go", 0x7fff25d62f00) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/ice-9/receive.go", 0x7fff25d62f00) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/ice-9/receive.go", {st_mode=S_IFREG|0444, st_size=70061, ...}) = 0
1963  openat(AT_FDCWD, "/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/ice-9/receive.go", O_RDONLY|O_CLOEXEC) = 7
1963  lseek(7, 0, SEEK_END)             = 70061
1963  mmap(NULL, 70061, PROT_READ, MAP_PRIVATE, 7, 0) = 0x7f481822a000
1963  close(7)                          = 0
1963  mprotect(0x7f481823a000, 2288, PROT_READ|PROT_WRITE) = 0
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/system/repl/error-handling.scm", 0x7fff25d63480) = -1 ENOENT (No such file or directory)
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/system/repl/error-handling", 0x7fff25d63480) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/system/repl/error-handling.scm", 0x7fff25d63480) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/system/repl/error-handling", 0x7fff25d63480) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/share/guile/2.2/system/repl/error-handling.scm", {st_mode=S_IFREG|0444, st_size=7072, ...}) = 0
1963  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/system/repl/error-handling.go", 0x7fff25d63290) = -1 ENOENT (No such file or directory)
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/system/repl/error-handling.go", 0x7fff25d63290) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/lib/guile/2.2/site-ccache/system/repl/error-handling.go", 0x7fff25d63290) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/system/repl/error-handling.go", 0x7fff25d63290) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/system/repl/error-handling.go", {st_mode=S_IFREG|0444, st_size=77837, ...}) = 0
1963  openat(AT_FDCWD, "/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/system/repl/error-handling.go", O_RDONLY|O_CLOEXEC) = 7
1963  lseek(7, 0, SEEK_END)             = 77837
1963  mmap(NULL, 77837, PROT_READ, MAP_PRIVATE, 7, 0) = 0x7f4818216000
1963  close(7)                          = 0
1963  mprotect(0x7f4818226000, 5096, PROT_READ|PROT_WRITE) = 0
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/system/vm/trap-state.scm", 0x7fff25d630f0) = -1 ENOENT (No such file or directory)
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/system/vm/trap-state", 0x7fff25d630f0) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/system/vm/trap-state.scm", 0x7fff25d630f0) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/system/vm/trap-state", 0x7fff25d630f0) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/share/guile/2.2/system/vm/trap-state.scm", {st_mode=S_IFREG|0444, st_size=10326, ...}) = 0
1963  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/system/vm/trap-state.go", 0x7fff25d62f00) = -1 ENOENT (No such file or directory)
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/system/vm/trap-state.go", 0x7fff25d62f00) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/lib/guile/2.2/site-ccache/system/vm/trap-state.go", 0x7fff25d62f00) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/system/vm/trap-state.go", 0x7fff25d62f00) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/system/vm/trap-state.go", {st_mode=S_IFREG|0444, st_size=83189, ...}) = 0
1963  openat(AT_FDCWD, "/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/system/vm/trap-state.go", O_RDONLY|O_CLOEXEC) = 7
1963  lseek(7, 0, SEEK_END)             = 83189
1963  mmap(NULL, 83189, PROT_READ, MAP_PRIVATE, 7, 0) = 0x7f4818201000
1963  close(7)                          = 0
1963  mprotect(0x7f4818211000, 7472, PROT_READ|PROT_WRITE) = 0
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/system/vm/traps.scm", 0x7fff25d62d60) = -1 ENOENT (No such file or directory)
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/system/vm/traps", 0x7fff25d62d60) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/system/vm/traps.scm", 0x7fff25d62d60) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/system/vm/traps", 0x7fff25d62d60) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/share/guile/2.2/system/vm/traps.scm", {st_mode=S_IFREG|0444, st_size=21716, ...}) = 0
1963  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/system/vm/traps.go", 0x7fff25d62b70) = -1 ENOENT (No such file or directory)
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/system/vm/traps.go", 0x7fff25d62b70) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/lib/guile/2.2/site-ccache/system/vm/traps.go", 0x7fff25d62b70) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/system/vm/traps.go", 0x7fff25d62b70) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/system/vm/traps.go", {st_mode=S_IFREG|0444, st_size=90413, ...}) = 0
1963  openat(AT_FDCWD, "/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/system/vm/traps.go", O_RDONLY|O_CLOEXEC) = 7
1963  lseek(7, 0, SEEK_END)             = 90413
1963  mmap(NULL, 90413, PROT_READ, MAP_PRIVATE, 7, 0) = 0x7f48181ea000
1963  close(7)                          = 0
1963  mprotect(0x7f48181fa000, 9152, PROT_READ|PROT_WRITE) = 0
1963  mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f48181e8000
1963  munmap(0x7f481ad93000, 4096)      = 0
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/system/vm/debug.scm", 0x7fff25d629d0) = -1 ENOENT (No such file or directory)
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/system/vm/debug", 0x7fff25d629d0) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/system/vm/debug.scm", 0x7fff25d629d0) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/system/vm/debug", 0x7fff25d629d0) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/share/guile/2.2/system/vm/debug.scm", {st_mode=S_IFREG|0444, st_size=30494, ...}) = 0
1963  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/system/vm/debug.go", 0x7fff25d627e0) = -1 ENOENT (No such file or directory)
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/system/vm/debug.go", 0x7fff25d627e0) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/lib/guile/2.2/site-ccache/system/vm/debug.go", 0x7fff25d627e0) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/system/vm/debug.go", 0x7fff25d627e0) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/system/vm/debug.go", {st_mode=S_IFREG|0444, st_size=334277, ...}) = 0
1963  openat(AT_FDCWD, "/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/system/vm/debug.go", O_RDONLY|O_CLOEXEC) = 7
1963  lseek(7, 0, SEEK_END)             = 334277
1963  mmap(NULL, 334277, PROT_READ, MAP_PRIVATE, 7, 0) = 0x7f4818196000
1963  close(7)                          = 0
1963  mprotect(0x7f48181c6000, 91600, PROT_READ|PROT_WRITE) = 0
1963  brk(0x10f0000)                    = 0x10f0000
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/system/vm/elf.scm", 0x7fff25d62640) = -1 ENOENT (No such file or directory)
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/system/vm/elf", 0x7fff25d62640) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/system/vm/elf.scm", 0x7fff25d62640) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/system/vm/elf", 0x7fff25d62640) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/share/guile/2.2/system/vm/elf.scm", {st_mode=S_IFREG|0444, st_size=42900, ...}) = 0
1963  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/system/vm/elf.go", 0x7fff25d62450) = -1 ENOENT (No such file or directory)
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/system/vm/elf.go", 0x7fff25d62450) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/lib/guile/2.2/site-ccache/system/vm/elf.go", 0x7fff25d62450) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/system/vm/elf.go", 0x7fff25d62450) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/system/vm/elf.go", {st_mode=S_IFREG|0444, st_size=678373, ...}) = 0
1963  openat(AT_FDCWD, "/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/system/vm/elf.go", O_RDONLY|O_CLOEXEC) = 7
1963  lseek(7, 0, SEEK_END)             = 678373
1963  mmap(NULL, 678373, PROT_READ, MAP_PRIVATE, 7, 0) = 0x7f48180f0000
1963  close(7)                          = 0
1963  mprotect(0x7f4818150000, 207728, PROT_READ|PROT_WRITE) = 0
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/system/foreign.scm", 0x7fff25d622b0) = -1 ENOENT (No such file or directory)
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/system/foreign", 0x7fff25d622b0) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/system/foreign.scm", 0x7fff25d622b0) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/system/foreign", 0x7fff25d622b0) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/share/guile/2.2/system/foreign.scm", {st_mode=S_IFREG|0444, st_size=6664, ...}) = 0
1963  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/system/foreign.go", 0x7fff25d620c0) = -1 ENOENT (No such file or directory)
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/system/foreign.go", 0x7fff25d620c0) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/lib/guile/2.2/site-ccache/system/foreign.go", 0x7fff25d620c0) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/system/foreign.go", 0x7fff25d620c0) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/system/foreign.go", {st_mode=S_IFREG|0444, st_size=80013, ...}) = 0
1963  openat(AT_FDCWD, "/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/system/foreign.go", O_RDONLY|O_CLOEXEC) = 7
1963  lseek(7, 0, SEEK_END)             = 80013
1963  mmap(NULL, 80013, PROT_READ, MAP_PRIVATE, 7, 0) = 0x7f48180dc000
1963  close(7)                          = 0
1963  mprotect(0x7f48180ec000, 8776, PROT_READ|PROT_WRITE) = 0
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/system/base/target.scm", 0x7fff25d622b0) = -1 ENOENT (No such file or directory)
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/system/base/target", 0x7fff25d622b0) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/system/base/target.scm", 0x7fff25d622b0) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/system/base/target", 0x7fff25d622b0) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/share/guile/2.2/system/base/target.scm", {st_mode=S_IFREG|0444, st_size=5388, ...}) = 0
1963  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/system/base/target.go", 0x7fff25d620c0) = -1 ENOENT (No such file or directory)
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/system/base/target.go", 0x7fff25d620c0) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/lib/guile/2.2/site-ccache/system/base/target.go", 0x7fff25d620c0) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/system/base/target.go", 0x7fff25d620c0) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/system/base/target.go", {st_mode=S_IFREG|0444, st_size=75957, ...}) = 0
1963  openat(AT_FDCWD, "/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/system/base/target.go", O_RDONLY|O_CLOEXEC) = 7
1963  lseek(7, 0, SEEK_END)             = 75957
1963  mmap(NULL, 75957, PROT_READ, MAP_PRIVATE, 7, 0) = 0x7f48180c9000
1963  close(7)                          = 0
1963  mprotect(0x7f48180d9000, 4744, PROT_READ|PROT_WRITE) = 0
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/ice-9/vlist.scm", 0x7fff25d622b0) = -1 ENOENT (No such file or directory)
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/ice-9/vlist", 0x7fff25d622b0) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/ice-9/vlist.scm", 0x7fff25d622b0) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/ice-9/vlist", 0x7fff25d622b0) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/share/guile/2.2/ice-9/vlist.scm", {st_mode=S_IFREG|0444, st_size=22081, ...}) = 0
1963  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/ice-9/vlist.go", 0x7fff25d620c0) = -1 ENOENT (No such file or directory)
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/ice-9/vlist.go", 0x7fff25d620c0) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/lib/guile/2.2/site-ccache/ice-9/vlist.go", 0x7fff25d620c0) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/ice-9/vlist.go", 0x7fff25d620c0) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/ice-9/vlist.go", {st_mode=S_IFREG|0444, st_size=302605, ...}) = 0
1963  openat(AT_FDCWD, "/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/ice-9/vlist.go", O_RDONLY|O_CLOEXEC) = 7
1963  lseek(7, 0, SEEK_END)             = 302605
1963  mmap(NULL, 302605, PROT_READ, MAP_PRIVATE, 7, 0) = 0x7f481807f000
1963  close(7)                          = 0
1963  mprotect(0x7f48180af000, 72448, PROT_READ|PROT_WRITE) = 0
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/srfi/srfi-26.scm", 0x7fff25d61f20) = -1 ENOENT (No such file or directory)
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/srfi/srfi-26", 0x7fff25d61f20) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/srfi/srfi-26.scm", 0x7fff25d61f20) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/srfi/srfi-26", 0x7fff25d61f20) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/share/guile/2.2/srfi/srfi-26.scm", {st_mode=S_IFREG|0444, st_size=2643, ...}) = 0
1963  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/srfi/srfi-26.go", 0x7fff25d61d30) = -1 ENOENT (No such file or directory)
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/srfi/srfi-26.go", 0x7fff25d61d30) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/lib/guile/2.2/site-ccache/srfi/srfi-26.go", 0x7fff25d61d30) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/srfi/srfi-26.go", 0x7fff25d61d30) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/srfi/srfi-26.go", {st_mode=S_IFREG|0444, st_size=75709, ...}) = 0
1963  openat(AT_FDCWD, "/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/srfi/srfi-26.go", O_RDONLY|O_CLOEXEC) = 7
1963  lseek(7, 0, SEEK_END)             = 75709
1963  mmap(NULL, 75709, PROT_READ, MAP_PRIVATE, 7, 0) = 0x7f481806c000
1963  close(7)                          = 0
1963  mprotect(0x7f481807c000, 5864, PROT_READ|PROT_WRITE) = 0
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/ice-9/format.scm", 0x7fff25d61f20) = -1 ENOENT (No such file or directory)
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/ice-9/format", 0x7fff25d61f20) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/ice-9/format.scm", 0x7fff25d61f20) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/ice-9/format", 0x7fff25d61f20) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/share/guile/2.2/ice-9/format.scm", {st_mode=S_IFREG|0444, st_size=76158, ...}) = 0
1963  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/ice-9/format.go", 0x7fff25d61d30) = -1 ENOENT (No such file or directory)
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/ice-9/format.go", 0x7fff25d61d30) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/lib/guile/2.2/site-ccache/ice-9/format.go", 0x7fff25d61d30) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/ice-9/format.go", 0x7fff25d61d30) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/ice-9/format.go", {st_mode=S_IFREG|0444, st_size=178341, ...}) = 0
1963  openat(AT_FDCWD, "/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/ice-9/format.go", O_RDONLY|O_CLOEXEC) = 7
1963  lseek(7, 0, SEEK_END)             = 178341
1963  mmap(NULL, 178341, PROT_READ, MAP_PRIVATE, 7, 0) = 0x7f4818040000
1963  close(7)                          = 0
1963  mprotect(0x7f4818060000, 11512, PROT_READ|PROT_WRITE) = 0
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/system/vm/dwarf.scm", 0x7fff25d62640) = -1 ENOENT (No such file or directory)
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/system/vm/dwarf", 0x7fff25d62640) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/system/vm/dwarf.scm", 0x7fff25d62640) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/system/vm/dwarf", 0x7fff25d62640) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/share/guile/2.2/system/vm/dwarf.scm", {st_mode=S_IFREG|0444, st_size=59212, ...}) = 0
1963  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/system/vm/dwarf.go", 0x7fff25d62450) = -1 ENOENT (No such file or directory)
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/system/vm/dwarf.go", 0x7fff25d62450) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/lib/guile/2.2/site-ccache/system/vm/dwarf.go", 0x7fff25d62450) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/system/vm/dwarf.go", 0x7fff25d62450) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/system/vm/dwarf.go", {st_mode=S_IFREG|0444, st_size=1142445, ...}) = 0
1963  openat(AT_FDCWD, "/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/system/vm/dwarf.go", O_RDONLY|O_CLOEXEC) = 7
1963  lseek(7, 0, SEEK_END)             = 1142445
1963  mmap(NULL, 1142445, PROT_READ, MAP_PRIVATE, 7, 0) = 0x7f4817f29000
1963  close(7)                          = 0
1963  mprotect(0x7f4817fd9000, 294840, PROT_READ|PROT_WRITE) = 0
1963  brk(0x1100000)                    = 0x1100000
1963  clock_gettime(CLOCK_PROCESS_CPUTIME_ID, {tv_sec=0, tv_nsec=75747569}) = 0
1963  rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0
1963  futex(0x7f481a9a46e8, FUTEX_WAKE_PRIVATE, 2147483647) = 1
1964  <... futex resumed> )             = 0
1964  futex(0x7f481a9a42c0, FUTEX_WAIT_PRIVATE, 2, NULL <unfinished ...>
1963  futex(0x7f481a9a42c0, FUTEX_WAKE_PRIVATE, 1) = 0
1964  <... futex resumed> )             = -1 EAGAIN (Resource temporarily unavailable)
1964  futex(0x7f481a9a42c0, FUTEX_WAKE_PRIVATE, 1) = 0
1963  futex(0x7f481a9a46ec, FUTEX_WAKE_PRIVATE, 2147483647 <unfinished ...>
1964  futex(0x7f481a9a46ec, FUTEX_WAIT_PRIVATE, 0, NULL <unfinished ...>
1963  <... futex resumed> )             = 0
1964  <... futex resumed> )             = -1 EAGAIN (Resource temporarily unavailable)
1964  futex(0x7f481a9a42c0, FUTEX_WAKE_PRIVATE, 1) = 0
1963  futex(0x7f481a9a46e8, FUTEX_WAKE_PRIVATE, 2147483647 <unfinished ...>
1964  futex(0x7f481a9a46e8, FUTEX_WAIT_PRIVATE, 0, NULL <unfinished ...>
1963  <... futex resumed> )             = 0
1964  <... futex resumed> )             = -1 EAGAIN (Resource temporarily unavailable)
1963  futex(0x7f481a9a42c0, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
1964  futex(0x7f481a9a42c0, FUTEX_WAIT_PRIVATE, 2, NULL <unfinished ...>
1963  <... futex resumed> )             = 0
1964  <... futex resumed> )             = -1 EAGAIN (Resource temporarily unavailable)
1963  futex(0x7f481a9a42c0, FUTEX_WAIT_PRIVATE, 2, NULL <unfinished ...>
1964  futex(0x7f481a9a46ec, FUTEX_WAKE_PRIVATE, 2147483647) = 0
1964  futex(0x7f481a9a42c0, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
1963  <... futex resumed> )             = 0
1964  <... futex resumed> )             = 1
1963  futex(0x7f481a9a42c0, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
1964  futex(0x7f481a9a46e8, FUTEX_WAIT_PRIVATE, 0, NULL <unfinished ...>
1963  <... futex resumed> )             = 0
1963  futex(0x7f481a9a46e8, FUTEX_WAKE_PRIVATE, 2147483647) = 1
1964  <... futex resumed> )             = 0
1964  futex(0x7f481a9a42c0, FUTEX_WAKE_PRIVATE, 1) = 0
1964  futex(0x7f481a9a46ec, FUTEX_WAIT_PRIVATE, 0, NULL <unfinished ...>
1963  clock_gettime(CLOCK_PROCESS_CPUTIME_ID, {tv_sec=0, tv_nsec=79777331}) = 0
1963  mmap(NULL, 8392704, PROT_NONE, MAP_PRIVATE|MAP_ANONYMOUS|MAP_STACK, -1, 0) = 0x7f4817728000
1963  mprotect(0x7f4817729000, 8388608, PROT_READ|PROT_WRITE) = 0
1963  clone( <unfinished ...>
1965  set_robust_list(0x7f4817f289e0, 24 <unfinished ...>
1963  <... clone resumed> child_stack=0x7f4817f27fb0, flags=CLONE_VM|CLONE_FS|CLONE_FILES|CLONE_SIGHAND|CLONE_THREAD|CLONE_SYSVSEM|CLONE_SETTLS|CLONE_PARENT_SETTID|CLONE_CHILD_CLEARTID, parent_tidptr=0x7f4817f289d0, tls=0x7f4817f28700, child_tidptr=0x7f4817f289d0) = 1965
1965  <... set_robust_list resumed> )   = 0
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/system/vm/loader.scm",  <unfinished ...>
1965  pipe2([7, 8], O_CLOEXEC)          = 0
1963  <... stat resumed> 0x7fff25d62640) = -1 ENOENT (No such file or directory)
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/system/vm/loader",  <unfinished ...>
1965  mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0 <unfinished ...>
1963  <... stat resumed> 0x7fff25d62640) = -1 ENOENT (No such file or directory)
1965  <... mmap resumed> )              = 0x7f481ad93000
1963  stat("/run/current-system/profile/share/guile/site/2.2/system/vm/loader.scm",  <unfinished ...>
1965  rt_sigprocmask(SIG_BLOCK, NULL,  <unfinished ...>
1963  <... stat resumed> 0x7fff25d62640) = -1 ENOENT (No such file or directory)
1965  <... rt_sigprocmask resumed> [], 8) = 0
1963  stat("/run/current-system/profile/share/guile/site/2.2/system/vm/loader",  <unfinished ...>
1965  read(5,  <unfinished ...>
1963  <... stat resumed> 0x7fff25d62640) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/share/guile/2.2/system/vm/loader.scm", {st_mode=S_IFREG|0444, st_size=1120, ...}) = 0
1963  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/system/vm/loader.go", 0x7fff25d62450) = -1 ENOENT (No such file or directory)
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/system/vm/loader.go", 0x7fff25d62450) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/lib/guile/2.2/site-ccache/system/vm/loader.go", 0x7fff25d62450) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/system/vm/loader.go", 0x7fff25d62450) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/system/vm/loader.go", {st_mode=S_IFREG|0444, st_size=68389, ...}) = 0
1963  openat(AT_FDCWD, "/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/system/vm/loader.go", O_RDONLY|O_CLOEXEC) = 9
1963  lseek(9, 0, SEEK_END)             = 68389
1963  mmap(NULL, 68389, PROT_READ, MAP_PRIVATE, 9, 0) = 0x7f4817717000
1963  close(9)                          = 0
1963  mprotect(0x7f4817727000, 872, PROT_READ|PROT_WRITE) = 0
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/system/vm/frame.scm", 0x7fff25d629d0) = -1 ENOENT (No such file or directory)
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/system/vm/frame", 0x7fff25d629d0) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/system/vm/frame.scm", 0x7fff25d629d0) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/system/vm/frame", 0x7fff25d629d0) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/share/guile/2.2/system/vm/frame.scm", {st_mode=S_IFREG|0444, st_size=19619, ...}) = 0
1963  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/system/vm/frame.go", 0x7fff25d627e0) = -1 ENOENT (No such file or directory)
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/system/vm/frame.go", 0x7fff25d627e0) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/lib/guile/2.2/site-ccache/system/vm/frame.go", 0x7fff25d627e0) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/system/vm/frame.go", 0x7fff25d627e0) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/system/vm/frame.go", {st_mode=S_IFREG|0444, st_size=188261, ...}) = 0
1963  openat(AT_FDCWD, "/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/system/vm/frame.go", O_RDONLY|O_CLOEXEC) = 9
1963  lseek(9, 0, SEEK_END)             = 188261
1963  mmap(NULL, 188261, PROT_READ, MAP_PRIVATE, 9, 0) = 0x7f48176e9000
1963  close(9)                          = 0
1963  mprotect(0x7f4817709000, 39688, PROT_READ|PROT_WRITE) = 0
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/system/vm/program.scm", 0x7fff25d62640) = -1 ENOENT (No such file or directory)
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/system/vm/program", 0x7fff25d62640) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/system/vm/program.scm", 0x7fff25d62640) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/system/vm/program", 0x7fff25d62640) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/share/guile/2.2/system/vm/program.scm", {st_mode=S_IFREG|0444, st_size=11724, ...}) = 0
1963  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/system/vm/program.go", 0x7fff25d62450) = -1 ENOENT (No such file or directory)
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/system/vm/program.go", 0x7fff25d62450) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/lib/guile/2.2/site-ccache/system/vm/program.go", 0x7fff25d62450) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/system/vm/program.go", 0x7fff25d62450) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/system/vm/program.go", {st_mode=S_IFREG|0444, st_size=84149, ...}) = 0
1963  openat(AT_FDCWD, "/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/system/vm/program.go", O_RDONLY|O_CLOEXEC) = 9
1963  lseek(9, 0, SEEK_END)             = 84149
1963  mmap(NULL, 84149, PROT_READ, MAP_PRIVATE, 9, 0) = 0x7f48176d4000
1963  close(9)                          = 0
1963  mprotect(0x7f48176e4000, 7896, PROT_READ|PROT_WRITE) = 0
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/system/vm/disassembler.scm", 0x7fff25d62640) = -1 ENOENT (No such file or directory)
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/system/vm/disassembler", 0x7fff25d62640) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/system/vm/disassembler.scm", 0x7fff25d62640) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/system/vm/disassembler", 0x7fff25d62640) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/share/guile/2.2/system/vm/disassembler.scm", {st_mode=S_IFREG|0444, st_size=25824, ...}) = 0
1963  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/system/vm/disassembler.go", 0x7fff25d62450) = -1 ENOENT (No such file or directory)
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/system/vm/disassembler.go", 0x7fff25d62450) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/lib/guile/2.2/site-ccache/system/vm/disassembler.go", 0x7fff25d62450) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/system/vm/disassembler.go", 0x7fff25d62450) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/system/vm/disassembler.go", {st_mode=S_IFREG|0444, st_size=322173, ...}) = 0
1963  openat(AT_FDCWD, "/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/system/vm/disassembler.go", O_RDONLY|O_CLOEXEC) = 9
1963  lseek(9, 0, SEEK_END)             = 322173
1963  mmap(NULL, 322173, PROT_READ, MAP_PRIVATE, 9, 0) = 0x7f4817685000
1963  close(9)                          = 0
1963  mprotect(0x7f48176b5000, 46848, PROT_READ|PROT_WRITE) = 0
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/language/bytecode.scm", 0x7fff25d622b0) = -1 ENOENT (No such file or directory)
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/language/bytecode", 0x7fff25d622b0) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/language/bytecode.scm", 0x7fff25d622b0) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/language/bytecode", 0x7fff25d622b0) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/share/guile/2.2/language/bytecode.scm", {st_mode=S_IFREG|0444, st_size=3150, ...}) = 0
1963  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/language/bytecode.go", 0x7fff25d620c0) = -1 ENOENT (No such file or directory)
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/language/bytecode.go", 0x7fff25d620c0) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/lib/guile/2.2/site-ccache/language/bytecode.go", 0x7fff25d620c0) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/language/bytecode.go", 0x7fff25d620c0) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/language/bytecode.go", {st_mode=S_IFREG|0444, st_size=72669, ...}) = 0
1963  openat(AT_FDCWD, "/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/language/bytecode.go", O_RDONLY|O_CLOEXEC) = 9
1963  lseek(9, 0, SEEK_END)             = 72669
1963  mmap(NULL, 72669, PROT_READ, MAP_PRIVATE, 9, 0) = 0x7f4817673000
1963  close(9)                          = 0
1963  mprotect(0x7f4817683000, 3680, PROT_READ|PROT_WRITE) = 0
1963  brk(0x11a7000)                    = 0x11a7000
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/system/xref.scm", 0x7fff25d629d0) = -1 ENOENT (No such file or directory)
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/system/xref", 0x7fff25d629d0) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/system/xref.scm", 0x7fff25d629d0) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/system/xref", 0x7fff25d629d0) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/share/guile/2.2/system/xref.scm", {st_mode=S_IFREG|0444, st_size=13740, ...}) = 0
1963  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/system/xref.go", 0x7fff25d627e0) = -1 ENOENT (No such file or directory)
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/system/xref.go", 0x7fff25d627e0) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/lib/guile/2.2/site-ccache/system/xref.go", 0x7fff25d627e0) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/system/xref.go", 0x7fff25d627e0) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/system/xref.go", {st_mode=S_IFREG|0444, st_size=83845, ...}) = 0
1963  openat(AT_FDCWD, "/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/system/xref.go", O_RDONLY|O_CLOEXEC) = 9
1963  lseek(9, 0, SEEK_END)             = 83845
1963  mmap(NULL, 83845, PROT_READ, MAP_PRIVATE, 9, 0) = 0x7f481765e000
1963  close(9)                          = 0
1963  mprotect(0x7f481766e000, 6376, PROT_READ|PROT_WRITE) = 0
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/system/vm/trace.scm", 0x7fff25d62d60) = -1 ENOENT (No such file or directory)
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/system/vm/trace", 0x7fff25d62d60) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/system/vm/trace.scm", 0x7fff25d62d60) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/system/vm/trace", 0x7fff25d62d60) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/share/guile/2.2/system/vm/trace.scm", {st_mode=S_IFREG|0444, st_size=4861, ...}) = 0
1963  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/system/vm/trace.go", 0x7fff25d62b70) = -1 ENOENT (No such file or directory)
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/system/vm/trace.go", 0x7fff25d62b70) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/lib/guile/2.2/site-ccache/system/vm/trace.go", 0x7fff25d62b70) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/system/vm/trace.go", 0x7fff25d62b70) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/system/vm/trace.go", {st_mode=S_IFREG|0444, st_size=73813, ...}) = 0
1963  openat(AT_FDCWD, "/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/system/vm/trace.go", O_RDONLY|O_CLOEXEC) = 9
1963  lseek(9, 0, SEEK_END)             = 73813
1963  mmap(NULL, 73813, PROT_READ, MAP_PRIVATE, 9, 0) = 0x7f481764b000
1963  close(9)                          = 0
1963  mprotect(0x7f481765b000, 3440, PROT_READ|PROT_WRITE) = 0
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/system/repl/debug.scm", 0x7fff25d630f0) = -1 ENOENT (No such file or directory)
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/system/repl/debug", 0x7fff25d630f0) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/system/repl/debug.scm", 0x7fff25d630f0) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/system/repl/debug", 0x7fff25d630f0) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/share/guile/2.2/system/repl/debug.scm", {st_mode=S_IFREG|0444, st_size=7461, ...}) = 0
1963  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/system/repl/debug.go", 0x7fff25d62f00) = -1 ENOENT (No such file or directory)
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/system/repl/debug.go", 0x7fff25d62f00) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/lib/guile/2.2/site-ccache/system/repl/debug.go", 0x7fff25d62f00) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/system/repl/debug.go", 0x7fff25d62f00) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/system/repl/debug.go", {st_mode=S_IFREG|0444, st_size=78429, ...}) = 0
1963  openat(AT_FDCWD, "/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/system/repl/debug.go", O_RDONLY|O_CLOEXEC) = 9
1963  lseek(9, 0, SEEK_END)             = 78429
1963  mmap(NULL, 78429, PROT_READ, MAP_PRIVATE, 9, 0) = 0x7f4817637000
1963  close(9)                          = 0
1963  mprotect(0x7f4817647000, 7112, PROT_READ|PROT_WRITE) = 0
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/ice-9/rdelim.scm", 0x7fff25d62d60) = -1 ENOENT (No such file or directory)
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/ice-9/rdelim", 0x7fff25d62d60) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/ice-9/rdelim.scm", 0x7fff25d62d60) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/ice-9/rdelim", 0x7fff25d62d60) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/share/guile/2.2/ice-9/rdelim.scm", {st_mode=S_IFREG|0444, st_size=7902, ...}) = 0
1963  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/ice-9/rdelim.go", 0x7fff25d62b70) = -1 ENOENT (No such file or directory)
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/ice-9/rdelim.go", 0x7fff25d62b70) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/lib/guile/2.2/site-ccache/ice-9/rdelim.go", 0x7fff25d62b70) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/ice-9/rdelim.go", 0x7fff25d62b70) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/ice-9/rdelim.go", {st_mode=S_IFREG|0444, st_size=75197, ...}) = 0
1963  openat(AT_FDCWD, "/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/ice-9/rdelim.go", O_RDONLY|O_CLOEXEC) = 9
1963  lseek(9, 0, SEEK_END)             = 75197
1963  mmap(NULL, 75197, PROT_READ, MAP_PRIVATE, 9, 0) = 0x7f4817624000
1963  close(9)                          = 0
1963  mprotect(0x7f4817634000, 4248, PROT_READ|PROT_WRITE) = 0
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/ice-9/pretty-print.scm", 0x7fff25d62d60) = -1 ENOENT (No such file or directory)
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/ice-9/pretty-print", 0x7fff25d62d60) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/ice-9/pretty-print.scm", 0x7fff25d62d60) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/ice-9/pretty-print", 0x7fff25d62d60) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/share/guile/2.2/ice-9/pretty-print.scm", {st_mode=S_IFREG|0444, st_size=17289, ...}) = 0
1963  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/ice-9/pretty-print.go", 0x7fff25d62b70) = -1 ENOENT (No such file or directory)
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/ice-9/pretty-print.go", 0x7fff25d62b70) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/lib/guile/2.2/site-ccache/ice-9/pretty-print.go", 0x7fff25d62b70) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/ice-9/pretty-print.go", 0x7fff25d62b70) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/ice-9/pretty-print.go", {st_mode=S_IFREG|0444, st_size=83997, ...}) = 0
1963  openat(AT_FDCWD, "/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/ice-9/pretty-print.go", O_RDONLY|O_CLOEXEC) = 9
1963  lseek(9, 0, SEEK_END)             = 83997
1963  mmap(NULL, 83997, PROT_READ, MAP_PRIVATE, 9, 0) = 0x7f481760f000
1963  close(9)                          = 0
1963  mprotect(0x7f481761f000, 5912, PROT_READ|PROT_WRITE) = 0
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/system/vm/inspect.scm", 0x7fff25d62d60) = -1 ENOENT (No such file or directory)
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/system/vm/inspect", 0x7fff25d62d60) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/system/vm/inspect.scm", 0x7fff25d62d60) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/system/vm/inspect", 0x7fff25d62d60) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/share/guile/2.2/system/vm/inspect.scm", {st_mode=S_IFREG|0444, st_size=6056, ...}) = 0
1963  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/system/vm/inspect.go", 0x7fff25d62b70) = -1 ENOENT (No such file or directory)
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/system/vm/inspect.go", 0x7fff25d62b70) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/lib/guile/2.2/site-ccache/system/vm/inspect.go", 0x7fff25d62b70) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/system/vm/inspect.go", 0x7fff25d62b70) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/system/vm/inspect.go", {st_mode=S_IFREG|0444, st_size=76325, ...}) = 0
1963  openat(AT_FDCWD, "/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/system/vm/inspect.go", O_RDONLY|O_CLOEXEC) = 9
1963  lseek(9, 0, SEEK_END)             = 76325
1963  mmap(NULL, 76325, PROT_READ, MAP_PRIVATE, 9, 0) = 0x7f48175fc000
1963  close(9)                          = 0
1963  mprotect(0x7f481760c000, 4584, PROT_READ|PROT_WRITE) = 0
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/system/repl/common.scm", 0x7fff25d63480) = -1 ENOENT (No such file or directory)
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/system/repl/common", 0x7fff25d63480) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/system/repl/common.scm", 0x7fff25d63480) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/system/repl/common", 0x7fff25d63480) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/share/guile/2.2/system/repl/common.scm", {st_mode=S_IFREG|0444, st_size=9771, ...}) = 0
1963  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/system/repl/common.go", 0x7fff25d63290) = -1 ENOENT (No such file or directory)
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/system/repl/common.go", 0x7fff25d63290) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/lib/guile/2.2/site-ccache/system/repl/common.go", 0x7fff25d63290) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/system/repl/common.go", 0x7fff25d63290) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/system/repl/common.go", {st_mode=S_IFREG|0444, st_size=80501, ...}) = 0
1963  openat(AT_FDCWD, "/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/system/repl/common.go", O_RDONLY|O_CLOEXEC) = 9
1963  lseek(9, 0, SEEK_END)             = 80501
1963  mmap(NULL, 80501, PROT_READ, MAP_PRIVATE, 9, 0) = 0x7f48175e8000
1963  close(9)                          = 0
1963  mprotect(0x7f48175f8000, 7752, PROT_READ|PROT_WRITE) = 0
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/ice-9/history.scm", 0x7fff25d630f0) = -1 ENOENT (No such file or directory)
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/ice-9/history", 0x7fff25d630f0) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/ice-9/history.scm", 0x7fff25d630f0) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/ice-9/history", 0x7fff25d630f0) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/share/guile/2.2/ice-9/history.scm", {st_mode=S_IFREG|0444, st_size=2343, ...}) = 0
1963  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/ice-9/history.go", 0x7fff25d62f00) = -1 ENOENT (No such file or directory)
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/ice-9/history.go", 0x7fff25d62f00) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/lib/guile/2.2/site-ccache/ice-9/history.go", 0x7fff25d62f00) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/ice-9/history.go", 0x7fff25d62f00) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/ice-9/history.go", {st_mode=S_IFREG|0444, st_size=70557, ...}) = 0
1963  openat(AT_FDCWD, "/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/ice-9/history.go", O_RDONLY|O_CLOEXEC) = 9
1963  lseek(9, 0, SEEK_END)             = 70557
1963  mmap(NULL, 70557, PROT_READ, MAP_PRIVATE, 9, 0) = 0x7f48175d6000
1963  close(9)                          = 0
1963  mprotect(0x7f48175e6000, 1816, PROT_READ|PROT_WRITE) = 0
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/system/repl/command.scm", 0x7fff25d63480) = -1 ENOENT (No such file or directory)
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/system/repl/command", 0x7fff25d63480) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/system/repl/command.scm", 0x7fff25d63480) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/system/repl/command", 0x7fff25d63480) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/share/guile/2.2/system/repl/command.scm", {st_mode=S_IFREG|0444, st_size=31755, ...}) = 0
1963  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/system/repl/command.go", 0x7fff25d63290) = -1 ENOENT (No such file or directory)
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/system/repl/command.go", 0x7fff25d63290) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/lib/guile/2.2/site-ccache/system/repl/command.go", 0x7fff25d63290) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/system/repl/command.go", 0x7fff25d63290) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/system/repl/command.go", {st_mode=S_IFREG|0444, st_size=295397, ...}) = 0
1963  openat(AT_FDCWD, "/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/system/repl/command.go", O_RDONLY|O_CLOEXEC) = 9
1963  lseek(9, 0, SEEK_END)             = 295397
1963  mmap(NULL, 295397, PROT_READ, MAP_PRIVATE, 9, 0) = 0x7f481758d000
1963  close(9)                          = 0
1963  mprotect(0x7f48175bd000, 42256, PROT_READ|PROT_WRITE) = 0
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/ice-9/session.scm", 0x7fff25d630f0) = -1 ENOENT (No such file or directory)
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/ice-9/session", 0x7fff25d630f0) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/ice-9/session.scm", 0x7fff25d630f0) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/ice-9/session", 0x7fff25d630f0) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/share/guile/2.2/ice-9/session.scm", {st_mode=S_IFREG|0444, st_size=18149, ...}) = 0
1963  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/ice-9/session.go", 0x7fff25d62f00) = -1 ENOENT (No such file or directory)
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/ice-9/session.go", 0x7fff25d62f00) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/lib/guile/2.2/site-ccache/ice-9/session.go", 0x7fff25d62f00) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/ice-9/session.go", 0x7fff25d62f00) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/ice-9/session.go", {st_mode=S_IFREG|0444, st_size=87085, ...}) = 0
1963  openat(AT_FDCWD, "/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/ice-9/session.go", O_RDONLY|O_CLOEXEC) = 9
1963  lseek(9, 0, SEEK_END)             = 87085
1963  mmap(NULL, 87085, PROT_READ, MAP_PRIVATE, 9, 0) = 0x7f4817577000
1963  close(9)                          = 0
1963  mprotect(0x7f4817587000, 8352, PROT_READ|PROT_WRITE) = 0
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/ice-9/documentation.scm", 0x7fff25d62d60) = -1 ENOENT (No such file or directory)
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/ice-9/documentation", 0x7fff25d62d60) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/ice-9/documentation.scm", 0x7fff25d62d60) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/ice-9/documentation", 0x7fff25d62d60) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/share/guile/2.2/ice-9/documentation.scm", {st_mode=S_IFREG|0444, st_size=7432, ...}) = 0
1963  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/ice-9/documentation.go", 0x7fff25d62b70) = -1 ENOENT (No such file or directory)
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/ice-9/documentation.go", 0x7fff25d62b70) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/lib/guile/2.2/site-ccache/ice-9/documentation.go", 0x7fff25d62b70) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/ice-9/documentation.go", 0x7fff25d62b70) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/ice-9/documentation.go", {st_mode=S_IFREG|0444, st_size=72765, ...}) = 0
1963  openat(AT_FDCWD, "/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/ice-9/documentation.go", O_RDONLY|O_CLOEXEC) = 9
1963  lseek(9, 0, SEEK_END)             = 72765
1963  mmap(NULL, 72765, PROT_READ, MAP_PRIVATE, 9, 0) = 0x7f4817565000
1963  close(9)                          = 0
1963  mprotect(0x7f4817575000, 2824, PROT_READ|PROT_WRITE) = 0
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/ice-9/and-let-star.scm", 0x7fff25d630f0) = -1 ENOENT (No such file or directory)
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/ice-9/and-let-star", 0x7fff25d630f0) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/ice-9/and-let-star.scm", 0x7fff25d630f0) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/ice-9/and-let-star", 0x7fff25d630f0) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/share/guile/2.2/ice-9/and-let-star.scm", {st_mode=S_IFREG|0444, st_size=2593, ...}) = 0
1963  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/ice-9/and-let-star.go", 0x7fff25d62f00) = -1 ENOENT (No such file or directory)
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/ice-9/and-let-star.go", 0x7fff25d62f00) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/lib/guile/2.2/site-ccache/ice-9/and-let-star.go", 0x7fff25d62f00) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/ice-9/and-let-star.go", 0x7fff25d62f00) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/ice-9/and-let-star.go", {st_mode=S_IFREG|0444, st_size=76125, ...}) = 0
1963  openat(AT_FDCWD, "/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/ice-9/and-let-star.go", O_RDONLY|O_CLOEXEC) = 9
1963  lseek(9, 0, SEEK_END)             = 76125
1963  mmap(NULL, 76125, PROT_READ, MAP_PRIVATE, 9, 0) = 0x7f4817552000
1963  close(9)                          = 0
1963  mprotect(0x7f4817562000, 6320, PROT_READ|PROT_WRITE) = 0
1963  brk(0x1286000)                    = 0x1286000
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/statprof.scm", 0x7fff25d630f0) = -1 ENOENT (No such file or directory)
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/statprof", 0x7fff25d630f0) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/statprof.scm", 0x7fff25d630f0) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/statprof", 0x7fff25d630f0) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/share/guile/2.2/statprof.scm", {st_mode=S_IFREG|0444, st_size=39287, ...}) = 0
1963  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/statprof.go", 0x7fff25d62f00) = -1 ENOENT (No such file or directory)
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/statprof.go", 0x7fff25d62f00) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/lib/guile/2.2/site-ccache/statprof.go", 0x7fff25d62f00) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/statprof.go", 0x7fff25d62f00) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/statprof.go", {st_mode=S_IFREG|0444, st_size=547757, ...}) = 0
1963  openat(AT_FDCWD, "/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/statprof.go", O_RDONLY|O_CLOEXEC) = 9
1963  lseek(9, 0, SEEK_END)             = 547757
1963  mmap(NULL, 547757, PROT_READ, MAP_PRIVATE, 9, 0) = 0x7f48174cc000
1963  close(9)                          = 0
1963  mprotect(0x7f481751c000, 152248, PROT_READ|PROT_WRITE) = 0
1963  stat("/home/jelle/.guile", {st_mode=S_IFREG|0644, st_size=784, ...}) = 0
1963  openat(AT_FDCWD, "/home/jelle/.guile", O_RDONLY) = 9
1963  fstat(9, {st_mode=S_IFREG|0644, st_size=784, ...}) = 0
1963  lseek(9, 0, SEEK_CUR)             = 0
1963  read(9, "(cond ((false-if-exception (reso"..., 4096) = 784
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/ice-9/readline.scm", {st_mode=S_IFREG|0444, st_size=9921, ...}) = 0
1963  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/ice-9/readline.go", {st_mode=S_IFREG|0444, st_size=84461, ...}) = 0
1963  openat(AT_FDCWD, "/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/ice-9/readline.go", O_RDONLY|O_CLOEXEC) = 10
1963  lseek(10, 0, SEEK_END)            = 84461
1963  mmap(NULL, 84461, PROT_READ, MAP_PRIVATE, 10, 0) = 0x7f48174b7000
1963  close(10)                         = 0
1963  mprotect(0x7f48174c7000, 9528, PROT_READ|PROT_WRITE) = 0
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/ice-9/buffered-input.scm", 0x7fff25d635c0) = -1 ENOENT (No such file or directory)
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/ice-9/buffered-input", 0x7fff25d635c0) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/ice-9/buffered-input.scm", 0x7fff25d635c0) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/ice-9/buffered-input", 0x7fff25d635c0) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/share/guile/2.2/ice-9/buffered-input.scm", {st_mode=S_IFREG|0444, st_size=4935, ...}) = 0
1963  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/ice-9/buffered-input.go", 0x7fff25d633d0) = -1 ENOENT (No such file or directory)
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/ice-9/buffered-input.go", 0x7fff25d633d0) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/lib/guile/2.2/site-ccache/ice-9/buffered-input.go", 0x7fff25d633d0) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/ice-9/buffered-input.go", 0x7fff25d633d0) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/ice-9/buffered-input.go", {st_mode=S_IFREG|0444, st_size=71749, ...}) = 0
1963  openat(AT_FDCWD, "/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/ice-9/buffered-input.go", O_RDONLY|O_CLOEXEC) = 10
1963  lseek(10, 0, SEEK_END)            = 71749
1963  mmap(NULL, 71749, PROT_READ, MAP_PRIVATE, 10, 0) = 0x7f48174a5000
1963  close(10)                         = 0
1963  mprotect(0x7f48174b5000, 1096, PROT_READ|PROT_WRITE) = 0
1963  openat(AT_FDCWD, "/gnu/store/i0nqs30zn0bdij5zwagqx1chcdk460ai-guile-readline-2.2.3/lib/guile/2.2/extensions/guile-readline.la", O_RDONLY) = 10
1963  fstat(10, {st_mode=S_IFREG|0555, st_size=1733, ...}) = 0
1963  read(10, "# guile-readline.la - a libtool "..., 4096) = 1733
1963  read(10, "", 4096)                = 0
1963  close(10)                         = 0
1963  futex(0x7f4819b1b0a8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
1963  openat(AT_FDCWD, "/gnu/store/i0nqs30zn0bdij5zwagqx1chcdk460ai-guile-readline-2.2.3/lib/guile/2.2/extensions/guile-readline.so.0", O_RDONLY|O_CLOEXEC) = 10
1963  read(10, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\260/\0\0\0\0\0\0"..., 832) = 832
1963  fstat(10, {st_mode=S_IFREG|0555, st_size=58136, ...}) = 0
1963  mmap(NULL, 2145368, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 10, 0) = 0x7f4817299000
1963  mprotect(0x7f48172a4000, 2093056, PROT_NONE) = 0
1963  mmap(0x7f48174a3000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 10, 0xa000) = 0x7f48174a3000
1963  close(10)                         = 0
1963  openat(AT_FDCWD, "/gnu/store/1mr5izrbxwd7cbq8m1xrqm45rzkibpsj-guile-2.2.3/lib/tls/x86_64/x86_64/libreadline.so.7", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/1mr5izrbxwd7cbq8m1xrqm45rzkibpsj-guile-2.2.3/lib/tls/x86_64/x86_64", 0x7fff25d627c0) = -1 ENOENT (No such file or directory)
1963  openat(AT_FDCWD, "/gnu/store/1mr5izrbxwd7cbq8m1xrqm45rzkibpsj-guile-2.2.3/lib/tls/x86_64/libreadline.so.7", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/1mr5izrbxwd7cbq8m1xrqm45rzkibpsj-guile-2.2.3/lib/tls/x86_64", 0x7fff25d627c0) = -1 ENOENT (No such file or directory)
1963  openat(AT_FDCWD, "/gnu/store/1mr5izrbxwd7cbq8m1xrqm45rzkibpsj-guile-2.2.3/lib/tls/x86_64/libreadline.so.7", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/1mr5izrbxwd7cbq8m1xrqm45rzkibpsj-guile-2.2.3/lib/tls/x86_64", 0x7fff25d627c0) = -1 ENOENT (No such file or directory)
1963  openat(AT_FDCWD, "/gnu/store/1mr5izrbxwd7cbq8m1xrqm45rzkibpsj-guile-2.2.3/lib/tls/libreadline.so.7", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/1mr5izrbxwd7cbq8m1xrqm45rzkibpsj-guile-2.2.3/lib/tls", 0x7fff25d627c0) = -1 ENOENT (No such file or directory)
1963  openat(AT_FDCWD, "/gnu/store/1mr5izrbxwd7cbq8m1xrqm45rzkibpsj-guile-2.2.3/lib/x86_64/x86_64/libreadline.so.7", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/1mr5izrbxwd7cbq8m1xrqm45rzkibpsj-guile-2.2.3/lib/x86_64/x86_64", 0x7fff25d627c0) = -1 ENOENT (No such file or directory)
1963  openat(AT_FDCWD, "/gnu/store/1mr5izrbxwd7cbq8m1xrqm45rzkibpsj-guile-2.2.3/lib/x86_64/libreadline.so.7", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/1mr5izrbxwd7cbq8m1xrqm45rzkibpsj-guile-2.2.3/lib/x86_64", 0x7fff25d627c0) = -1 ENOENT (No such file or directory)
1963  openat(AT_FDCWD, "/gnu/store/1mr5izrbxwd7cbq8m1xrqm45rzkibpsj-guile-2.2.3/lib/x86_64/libreadline.so.7", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/1mr5izrbxwd7cbq8m1xrqm45rzkibpsj-guile-2.2.3/lib/x86_64", 0x7fff25d627c0) = -1 ENOENT (No such file or directory)
1963  openat(AT_FDCWD, "/gnu/store/1mr5izrbxwd7cbq8m1xrqm45rzkibpsj-guile-2.2.3/lib/libreadline.so.7", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/1mr5izrbxwd7cbq8m1xrqm45rzkibpsj-guile-2.2.3/lib", {st_mode=S_IFDIR|0555, st_size=4096, ...}) = 0
1963  openat(AT_FDCWD, "/gnu/store/kxga4lq2qfn0rn8yyjz86dk40bxzjhlq-libgc-7.6.4/lib/libreadline.so.7", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1963  openat(AT_FDCWD, "/gnu/store/ppsylkcpw2fk2lkzhwjd60xyr9gjl70v-libffi-3.2.1/lib/libreadline.so.7", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1963  openat(AT_FDCWD, "/gnu/store/sq5paxxwbhh8lr60gwkx2fvgijs9mcjj-gmp-6.1.2/lib/libreadline.so.7", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1963  openat(AT_FDCWD, "/gnu/store/3pb1y74ps774lb541q9300727dgnl2mp-libltdl-2.4.6/lib/libreadline.so.7", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1963  openat(AT_FDCWD, "/gnu/store/rqr8v7q7fnhxziaq3s9qmsmkpr7yax24-libunistring-0.9.9/lib/libreadline.so.7", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1963  openat(AT_FDCWD, "/gnu/store/l4lr0f5cjd0nbsaaf8b5dmcw1a1yypr3-glibc-2.27/lib/libreadline.so.7", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1963  openat(AT_FDCWD, "/gnu/store/vla5j7pbkpcp39lsdfsmz7m9azn48lr4-gcc-5.5.0-lib/lib/libreadline.so.7", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1963  openat(AT_FDCWD, "/gnu/store/s5qvyb3lp0b12qmgiwj3754an7dr1r0s-readline-7.0.3/lib/tls/x86_64/x86_64/libreadline.so.7", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/s5qvyb3lp0b12qmgiwj3754an7dr1r0s-readline-7.0.3/lib/tls/x86_64/x86_64", 0x7fff25d627c0) = -1 ENOENT (No such file or directory)
1963  openat(AT_FDCWD, "/gnu/store/s5qvyb3lp0b12qmgiwj3754an7dr1r0s-readline-7.0.3/lib/tls/x86_64/libreadline.so.7", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/s5qvyb3lp0b12qmgiwj3754an7dr1r0s-readline-7.0.3/lib/tls/x86_64", 0x7fff25d627c0) = -1 ENOENT (No such file or directory)
1963  openat(AT_FDCWD, "/gnu/store/s5qvyb3lp0b12qmgiwj3754an7dr1r0s-readline-7.0.3/lib/tls/x86_64/libreadline.so.7", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/s5qvyb3lp0b12qmgiwj3754an7dr1r0s-readline-7.0.3/lib/tls/x86_64", 0x7fff25d627c0) = -1 ENOENT (No such file or directory)
1963  openat(AT_FDCWD, "/gnu/store/s5qvyb3lp0b12qmgiwj3754an7dr1r0s-readline-7.0.3/lib/tls/libreadline.so.7", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/s5qvyb3lp0b12qmgiwj3754an7dr1r0s-readline-7.0.3/lib/tls", 0x7fff25d627c0) = -1 ENOENT (No such file or directory)
1963  openat(AT_FDCWD, "/gnu/store/s5qvyb3lp0b12qmgiwj3754an7dr1r0s-readline-7.0.3/lib/x86_64/x86_64/libreadline.so.7", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/s5qvyb3lp0b12qmgiwj3754an7dr1r0s-readline-7.0.3/lib/x86_64/x86_64", 0x7fff25d627c0) = -1 ENOENT (No such file or directory)
1963  openat(AT_FDCWD, "/gnu/store/s5qvyb3lp0b12qmgiwj3754an7dr1r0s-readline-7.0.3/lib/x86_64/libreadline.so.7", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/s5qvyb3lp0b12qmgiwj3754an7dr1r0s-readline-7.0.3/lib/x86_64", 0x7fff25d627c0) = -1 ENOENT (No such file or directory)
1963  openat(AT_FDCWD, "/gnu/store/s5qvyb3lp0b12qmgiwj3754an7dr1r0s-readline-7.0.3/lib/x86_64/libreadline.so.7", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/s5qvyb3lp0b12qmgiwj3754an7dr1r0s-readline-7.0.3/lib/x86_64", 0x7fff25d627c0) = -1 ENOENT (No such file or directory)
1963  openat(AT_FDCWD, "/gnu/store/s5qvyb3lp0b12qmgiwj3754an7dr1r0s-readline-7.0.3/lib/libreadline.so.7", O_RDONLY|O_CLOEXEC) = 10
1963  read(10, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0`y\1\0\0\0\0\0"..., 832) = 832
1963  fstat(10, {st_mode=S_IFREG|0555, st_size=349192, ...}) = 0
1963  mmap(NULL, 2401480, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 10, 0) = 0x7f481704e000
1963  mprotect(0x7f481708f000, 2097152, PROT_NONE) = 0
1963  mmap(0x7f481728f000, 32768, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 10, 0x41000) = 0x7f481728f000
1963  mmap(0x7f4817297000, 5320, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f4817297000
1963  close(10)                         = 0
1963  openat(AT_FDCWD, "/gnu/store/1mr5izrbxwd7cbq8m1xrqm45rzkibpsj-guile-2.2.3/lib/libncursesw.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1963  openat(AT_FDCWD, "/gnu/store/kxga4lq2qfn0rn8yyjz86dk40bxzjhlq-libgc-7.6.4/lib/libncursesw.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1963  openat(AT_FDCWD, "/gnu/store/ppsylkcpw2fk2lkzhwjd60xyr9gjl70v-libffi-3.2.1/lib/libncursesw.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1963  openat(AT_FDCWD, "/gnu/store/sq5paxxwbhh8lr60gwkx2fvgijs9mcjj-gmp-6.1.2/lib/libncursesw.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1963  openat(AT_FDCWD, "/gnu/store/3pb1y74ps774lb541q9300727dgnl2mp-libltdl-2.4.6/lib/libncursesw.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1963  openat(AT_FDCWD, "/gnu/store/rqr8v7q7fnhxziaq3s9qmsmkpr7yax24-libunistring-0.9.9/lib/libncursesw.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1963  openat(AT_FDCWD, "/gnu/store/l4lr0f5cjd0nbsaaf8b5dmcw1a1yypr3-glibc-2.27/lib/libncursesw.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1963  openat(AT_FDCWD, "/gnu/store/vla5j7pbkpcp39lsdfsmz7m9azn48lr4-gcc-5.5.0-lib/lib/libncursesw.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1963  openat(AT_FDCWD, "/gnu/store/s5qvyb3lp0b12qmgiwj3754an7dr1r0s-readline-7.0.3/lib/libncursesw.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1963  openat(AT_FDCWD, "/gnu/store/s9gbq6q72w9vf7zjm0amjf1iw1fy856h-ncurses-6.1/lib/tls/x86_64/x86_64/libncursesw.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/s9gbq6q72w9vf7zjm0amjf1iw1fy856h-ncurses-6.1/lib/tls/x86_64/x86_64", 0x7fff25d62790) = -1 ENOENT (No such file or directory)
1963  openat(AT_FDCWD, "/gnu/store/s9gbq6q72w9vf7zjm0amjf1iw1fy856h-ncurses-6.1/lib/tls/x86_64/libncursesw.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/s9gbq6q72w9vf7zjm0amjf1iw1fy856h-ncurses-6.1/lib/tls/x86_64", 0x7fff25d62790) = -1 ENOENT (No such file or directory)
1963  openat(AT_FDCWD, "/gnu/store/s9gbq6q72w9vf7zjm0amjf1iw1fy856h-ncurses-6.1/lib/tls/x86_64/libncursesw.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/s9gbq6q72w9vf7zjm0amjf1iw1fy856h-ncurses-6.1/lib/tls/x86_64", 0x7fff25d62790) = -1 ENOENT (No such file or directory)
1963  openat(AT_FDCWD, "/gnu/store/s9gbq6q72w9vf7zjm0amjf1iw1fy856h-ncurses-6.1/lib/tls/libncursesw.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/s9gbq6q72w9vf7zjm0amjf1iw1fy856h-ncurses-6.1/lib/tls", 0x7fff25d62790) = -1 ENOENT (No such file or directory)
1963  openat(AT_FDCWD, "/gnu/store/s9gbq6q72w9vf7zjm0amjf1iw1fy856h-ncurses-6.1/lib/x86_64/x86_64/libncursesw.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/s9gbq6q72w9vf7zjm0amjf1iw1fy856h-ncurses-6.1/lib/x86_64/x86_64", 0x7fff25d62790) = -1 ENOENT (No such file or directory)
1963  openat(AT_FDCWD, "/gnu/store/s9gbq6q72w9vf7zjm0amjf1iw1fy856h-ncurses-6.1/lib/x86_64/libncursesw.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/s9gbq6q72w9vf7zjm0amjf1iw1fy856h-ncurses-6.1/lib/x86_64", 0x7fff25d62790) = -1 ENOENT (No such file or directory)
1963  openat(AT_FDCWD, "/gnu/store/s9gbq6q72w9vf7zjm0amjf1iw1fy856h-ncurses-6.1/lib/x86_64/libncursesw.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/s9gbq6q72w9vf7zjm0amjf1iw1fy856h-ncurses-6.1/lib/x86_64", 0x7fff25d62790) = -1 ENOENT (No such file or directory)
1963  openat(AT_FDCWD, "/gnu/store/s9gbq6q72w9vf7zjm0amjf1iw1fy856h-ncurses-6.1/lib/libncursesw.so.6", O_RDONLY|O_CLOEXEC) = 10
1963  read(10, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\260\213\1\0\0\0\0\0"..., 832) = 832
1963  fstat(10, {st_mode=S_IFREG|0555, st_size=494848, ...}) = 0
1963  mmap(NULL, 2550680, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 10, 0) = 0x7f4816ddf000
1963  mprotect(0x7f4816e49000, 2093056, PROT_NONE) = 0
1963  mmap(0x7f4817048000, 24576, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 10, 0x69000) = 0x7f4817048000
1963  close(10)                         = 0
1963  mprotect(0x7f4817048000, 16384, PROT_READ) = 0
1963  mprotect(0x7f481728f000, 8192, PROT_READ) = 0
1963  mprotect(0x7f48174a3000, 4096, PROT_READ) = 0
1963  openat(AT_FDCWD, "/gnu/store/l4lr0f5cjd0nbsaaf8b5dmcw1a1yypr3-glibc-2.27/share/locale/en_US.utf8/LC_MESSAGES/libc.mo", O_RDONLY) = -1 ENOENT (No such file or directory)
1963  openat(AT_FDCWD, "/gnu/store/l4lr0f5cjd0nbsaaf8b5dmcw1a1yypr3-glibc-2.27/share/locale/en_US/LC_MESSAGES/libc.mo", O_RDONLY) = -1 ENOENT (No such file or directory)
1963  openat(AT_FDCWD, "/gnu/store/l4lr0f5cjd0nbsaaf8b5dmcw1a1yypr3-glibc-2.27/share/locale/en.utf8/LC_MESSAGES/libc.mo", O_RDONLY) = -1 ENOENT (No such file or directory)
1963  openat(AT_FDCWD, "/gnu/store/l4lr0f5cjd0nbsaaf8b5dmcw1a1yypr3-glibc-2.27/share/locale/en/LC_MESSAGES/libc.mo", O_RDONLY) = -1 ENOENT (No such file or directory)
1963  write(1, "instead of activate-readline", 28) = 28
1963  ioctl(0, TCGETS, {B38400 opost isig icanon echo ...}) = 0
1963  openat(AT_FDCWD, "/home/jelle/.guile_history", O_RDONLY) = 10
1963  fstat(10, {st_mode=S_IFREG|0600, st_size=11114, ...}) = 0
1963  read(10, "(use-modules (mu))\n(mu:initializ"..., 11114) = 11114
1963  close(10)                         = 0
1963  brk(0x12a7000)                    = 0x12a7000
1963  brk(0x12a8000)                    = 0x12a8000
1963  brk(0x12b8000)                    = 0x12b8000
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/ice-9/colorized.scm", {st_mode=S_IFREG|0444, st_size=13521, ...}) = 0
1963  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/ice-9/colorized.go", {st_mode=S_IFREG|0444, st_size=199917, ...}) = 0
1963  openat(AT_FDCWD, "/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/ice-9/colorized.go", O_RDONLY|O_CLOEXEC) = 10
1963  lseek(10, 0, SEEK_END)            = 199917
1963  mmap(NULL, 199917, PROT_READ, MAP_PRIVATE, 10, 0) = 0x7f4816dae000
1963  close(10)                         = 0
1963  mprotect(0x7f4816dce000, 47712, PROT_READ|PROT_WRITE) = 0
1963  read(9, "", 4096)                 = 0
1963  close(9)                          = 0
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/ice-9/r5rs.scm", 0x7fff25d63ba0) = -1 ENOENT (No such file or directory)
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/ice-9/r5rs", 0x7fff25d63ba0) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/ice-9/r5rs.scm", 0x7fff25d63ba0) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/ice-9/r5rs", 0x7fff25d63ba0) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/share/guile/2.2/ice-9/r5rs.scm", {st_mode=S_IFREG|0444, st_size=1602, ...}) = 0
1963  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/ice-9/r5rs.go", 0x7fff25d639b0) = -1 ENOENT (No such file or directory)
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/ice-9/r5rs.go", 0x7fff25d639b0) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/lib/guile/2.2/site-ccache/ice-9/r5rs.go", 0x7fff25d639b0) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/ice-9/r5rs.go", 0x7fff25d639b0) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/ice-9/r5rs.go", {st_mode=S_IFREG|0444, st_size=69253, ...}) = 0
1963  openat(AT_FDCWD, "/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/ice-9/r5rs.go", O_RDONLY|O_CLOEXEC) = 9
1963  lseek(9, 0, SEEK_END)             = 69253
1963  mmap(NULL, 69253, PROT_READ, MAP_PRIVATE, 9, 0) = 0x7f4816d9d000
1963  close(9)                          = 0
1963  mprotect(0x7f4816dad000, 1456, PROT_READ|PROT_WRITE) = 0
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/ice-9/safe-r5rs.scm", 0x7fff25d63810) = -1 ENOENT (No such file or directory)
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/ice-9/safe-r5rs", 0x7fff25d63810) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/ice-9/safe-r5rs.scm", 0x7fff25d63810) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/ice-9/safe-r5rs", 0x7fff25d63810) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/share/guile/2.2/ice-9/safe-r5rs.scm", {st_mode=S_IFREG|0444, st_size=3814, ...}) = 0
1963  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/ice-9/safe-r5rs.go", 0x7fff25d63620) = -1 ENOENT (No such file or directory)
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/ice-9/safe-r5rs.go", 0x7fff25d63620) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/lib/guile/2.2/site-ccache/ice-9/safe-r5rs.go", 0x7fff25d63620) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/ice-9/safe-r5rs.go", 0x7fff25d63620) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/ice-9/safe-r5rs.go", {st_mode=S_IFREG|0444, st_size=79293, ...}) = 0
1963  openat(AT_FDCWD, "/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/ice-9/safe-r5rs.go", O_RDONLY|O_CLOEXEC) = 9
1963  lseek(9, 0, SEEK_END)             = 79293
1963  mmap(NULL, 79293, PROT_READ, MAP_PRIVATE, 9, 0) = 0x7f4816d89000
1963  close(9)                          = 0
1963  mprotect(0x7f4816d99000, 11472, PROT_READ|PROT_WRITE) = 0
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/ice-9/null.scm", 0x7fff25d63480) = -1 ENOENT (No such file or directory)
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/ice-9/null", 0x7fff25d63480) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/ice-9/null.scm", 0x7fff25d63480) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/ice-9/null", 0x7fff25d63480) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/share/guile/2.2/ice-9/null.scm", {st_mode=S_IFREG|0444, st_size=1157, ...}) = 0
1963  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/ice-9/null.go", 0x7fff25d63290) = -1 ENOENT (No such file or directory)
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/ice-9/null.go", 0x7fff25d63290) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/lib/guile/2.2/site-ccache/ice-9/null.go", 0x7fff25d63290) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/ice-9/null.go", 0x7fff25d63290) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/ice-9/null.go", {st_mode=S_IFREG|0444, st_size=68925, ...}) = 0
1963  openat(AT_FDCWD, "/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/ice-9/null.go", O_RDONLY|O_CLOEXEC) = 9
1963  lseek(9, 0, SEEK_END)             = 68925
1963  mmap(NULL, 68925, PROT_READ, MAP_PRIVATE, 9, 0) = 0x7f4816d78000
1963  close(9)                          = 0
1963  mprotect(0x7f4816d88000, 1472, PROT_READ|PROT_WRITE) = 0
1963  pipe2([9, 10], O_CLOEXEC)         = 0
1963  mmap(NULL, 8392704, PROT_NONE, MAP_PRIVATE|MAP_ANONYMOUS|MAP_STACK, -1, 0) = 0x7f4816577000
1963  mprotect(0x7f4816578000, 8388608, PROT_READ|PROT_WRITE) = 0
1963  clone( <unfinished ...>
1966  set_robust_list(0x7f4816d779e0, 24 <unfinished ...>
1963  <... clone resumed> child_stack=0x7f4816d76fb0, flags=CLONE_VM|CLONE_FS|CLONE_FILES|CLONE_SIGHAND|CLONE_THREAD|CLONE_SYSVSEM|CLONE_SETTLS|CLONE_PARENT_SETTID|CLONE_CHILD_CLEARTID, parent_tidptr=0x7f4816d779d0, tls=0x7f4816d77700, child_tidptr=0x7f4816d779d0) = 1966
1963  futex(0xedde60, FUTEX_WAIT_PRIVATE, 0, NULL <unfinished ...>
1966  <... set_robust_list resumed> )   = 0
1966  pipe2([11, 12], O_CLOEXEC)        = 0
1966  mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f4816576000
1966  futex(0xedde60, FUTEX_WAKE_PRIVATE, 1) = 1
1963  <... futex resumed> )             = 0
1963  futex(0x1200fc0, FUTEX_WAIT_PRIVATE, 2, NULL <unfinished ...>
1966  futex(0x1200fc0, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
1963  <... futex resumed> )             = -1 EAGAIN (Resource temporarily unavailable)
1966  <... futex resumed> )             = 0
1963  futex(0x1200fc0, FUTEX_WAKE_PRIVATE, 1) = 0
1966  rt_sigprocmask(SIG_SETMASK, ~[PWR RTMIN RT_1],  <unfinished ...>
1963  futex(0x7f481acfaac8, FUTEX_WAKE_PRIVATE, 2147483647 <unfinished ...>
1966  <... rt_sigprocmask resumed> NULL, 8) = 0
1963  <... futex resumed> )             = 0
1966  rt_sigprocmask(SIG_BLOCK, NULL,  <unfinished ...>
1963  rt_sigaction(SIGINT, {sa_handler=0x7f481aa6e1c0, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7f481a555ed0},  <unfinished ...>
1966  <... rt_sigprocmask resumed> ~[KILL STOP PWR RTMIN RT_1], 8) = 0
1963  <... rt_sigaction resumed> {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
1966  read(9,  <unfinished ...>
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/language/scheme/spec.scm", 0x7fff25d63ba0) = -1 ENOENT (No such file or directory)
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/language/scheme/spec", 0x7fff25d63ba0) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/language/scheme/spec.scm", 0x7fff25d63ba0) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/language/scheme/spec", 0x7fff25d63ba0) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/share/guile/2.2/language/scheme/spec.scm", {st_mode=S_IFREG|0444, st_size=2654, ...}) = 0
1963  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/language/scheme/spec.go", 0x7fff25d639b0) = -1 ENOENT (No such file or directory)
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/language/scheme/spec.go", 0x7fff25d639b0) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/lib/guile/2.2/site-ccache/language/scheme/spec.go", 0x7fff25d639b0) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/language/scheme/spec.go", 0x7fff25d639b0) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/language/scheme/spec.go", {st_mode=S_IFREG|0444, st_size=70333, ...}) = 0
1963  openat(AT_FDCWD, "/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/language/scheme/spec.go", O_RDONLY|O_CLOEXEC) = 13
1963  lseek(13, 0, SEEK_END)            = 70333
1963  mmap(NULL, 70333, PROT_READ, MAP_PRIVATE, 13, 0) = 0x7f4816564000
1963  close(13)                         = 0
1963  mprotect(0x7f4816574000, 2304, PROT_READ|PROT_WRITE) = 0
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/language/scheme/compile-tree-il.scm", 0x7fff25d63810) = -1 ENOENT (No such file or directory)
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/language/scheme/compile-tree-il", 0x7fff25d63810) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/language/scheme/compile-tree-il.scm", 0x7fff25d63810) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/language/scheme/compile-tree-il", 0x7fff25d63810) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/share/guile/2.2/language/scheme/compile-tree-il.scm", {st_mode=S_IFREG|0444, st_size=1243, ...}) = 0
1963  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/language/scheme/compile-tree-il.go", 0x7fff25d63620) = -1 ENOENT (No such file or directory)
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/language/scheme/compile-tree-il.go", 0x7fff25d63620) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/lib/guile/2.2/site-ccache/language/scheme/compile-tree-il.go", 0x7fff25d63620) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/language/scheme/compile-tree-il.go", 0x7fff25d63620) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/language/scheme/compile-tree-il.go", {st_mode=S_IFREG|0444, st_size=68741, ...}) = 0
1963  openat(AT_FDCWD, "/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/language/scheme/compile-tree-il.go", O_RDONLY|O_CLOEXEC) = 13
1963  lseek(13, 0, SEEK_END)            = 68741
1963  mmap(NULL, 68741, PROT_READ, MAP_PRIVATE, 13, 0) = 0x7f4816553000
1963  close(13)                         = 0
1963  mprotect(0x7f4816563000, 952, PROT_READ|PROT_WRITE) = 0
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/language/tree-il.scm", 0x7fff25d63480) = -1 ENOENT (No such file or directory)
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/language/tree-il", 0x7fff25d63480) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/language/tree-il.scm", 0x7fff25d63480) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/language/tree-il", 0x7fff25d63480) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/share/guile/2.2/language/tree-il.scm", {st_mode=S_IFREG|0444, st_size=23796, ...}) = 0
1963  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/language/tree-il.go", 0x7fff25d63290) = -1 ENOENT (No such file or directory)
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/language/tree-il.go", 0x7fff25d63290) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/lib/guile/2.2/site-ccache/language/tree-il.go", 0x7fff25d63290) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/language/tree-il.go", 0x7fff25d63290) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/language/tree-il.go", {st_mode=S_IFREG|0444, st_size=196357, ...}) = 0
1963  openat(AT_FDCWD, "/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/language/tree-il.go", O_RDONLY|O_CLOEXEC) = 13
1963  lseek(13, 0, SEEK_END)            = 196357
1963  mmap(NULL, 196357, PROT_READ, MAP_PRIVATE, 13, 0) = 0x7f4816523000
1963  close(13)                         = 0
1963  mprotect(0x7f4816543000, 30480, PROT_READ|PROT_WRITE) = 0
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/language/scheme/decompile-tree-il.scm", 0x7fff25d63810) = -1 ENOENT (No such file or directory)
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/language/scheme/decompile-tree-il", 0x7fff25d63810) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/language/scheme/decompile-tree-il.scm", 0x7fff25d63810) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/language/scheme/decompile-tree-il", 0x7fff25d63810) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/share/guile/2.2/language/scheme/decompile-tree-il.scm", {st_mode=S_IFREG|0444, st_size=32734, ...}) = 0
1963  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/language/scheme/decompile-tree-il.go", 0x7fff25d63620) = -1 ENOENT (No such file or directory)
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/language/scheme/decompile-tree-il.go", 0x7fff25d63620) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/lib/guile/2.2/site-ccache/language/scheme/decompile-tree-il.go", 0x7fff25d63620) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/language/scheme/decompile-tree-il.go", 0x7fff25d63620) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/language/scheme/decompile-tree-il.go", {st_mode=S_IFREG|0444, st_size=174477, ...}) = 0
1963  openat(AT_FDCWD, "/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/language/scheme/decompile-tree-il.go", O_RDONLY|O_CLOEXEC) = 13
1963  lseek(13, 0, SEEK_END)            = 174477
1963  mmap(NULL, 174477, PROT_READ, MAP_PRIVATE, 13, 0) = 0x7f48164f8000
1963  close(13)                         = 0
1963  mprotect(0x7f4816518000, 10856, PROT_READ|PROT_WRITE) = 0
1963  times({tms_utime=9, tms_stime=2, tms_cutime=0, tms_cstime=0}) = 1718425740
1963  write(1, "GNU Guile 2.2.4\nCopyright (C) 19"..., 252) = 252
1963  write(1, "for details.", 12)      = 12
1963  write(1, "\n", 1)                 = 1
1963  write(1, "\n", 1)                 = 1
1963  write(1, "Enter `,help' for help.\n", 24) = 24
1963  dup(0)                            = 13
1963  fcntl(13, F_GETFL)                = 0x8002 (flags O_RDWR|O_LARGEFILE)
1963  dup(1)                            = 14
1963  fcntl(14, F_GETFL)                = 0x8002 (flags O_RDWR|O_LARGEFILE)
1963  ioctl(1, TCGETS, {B38400 opost isig icanon echo ...}) = 0
1963  stat("/home/jelle/.terminfo", 0xe90c30) = -1 ENOENT (No such file or directory)
1963  stat("/home/jelle/.guix-profile/share/terminfo", {st_mode=S_IFDIR|0555, st_size=4096, ...}) = 0
1963  stat("/gnu/store/s9gbq6q72w9vf7zjm0amjf1iw1fy856h-ncurses-6.1/share/terminfo", {st_mode=S_IFDIR|0555, st_size=4096, ...}) = 0
1963  access("/home/jelle/.guix-profile/share/terminfo/x/xterm-termite", R_OK) = 0
1963  openat(AT_FDCWD, "/home/jelle/.guix-profile/share/terminfo/x/xterm-termite", O_RDONLY) = 15
1963  fstat(15, {st_mode=S_IFREG|0444, st_size=2433, ...}) = 0
1963  read(15, "\32\1!\0\35\0\17\0\235\1\315\5xterm-termite|VTE-ba"..., 32768) = 2433
1963  read(15, "", 28672)               = 0
1963  close(15)                         = 0
1963  ioctl(1, TCGETS, {B38400 opost isig icanon echo ...}) = 0
1963  ioctl(1, TCGETS, {B38400 opost isig icanon echo ...}) = 0
1963  ioctl(1, TCGETS, {B38400 opost isig icanon echo ...}) = 0
1963  ioctl(1, TCGETS, {B38400 opost isig icanon echo ...}) = 0
1963  ioctl(1, TIOCGWINSZ, {ws_row=51, ws_col=182, ws_xpixel=0, ws_ypixel=0}) = 0
1963  ioctl(13, TIOCGWINSZ, {ws_row=51, ws_col=182, ws_xpixel=0, ws_ypixel=0}) = 0
1963  ioctl(13, TIOCGWINSZ, {ws_row=51, ws_col=182, ws_xpixel=0, ws_ypixel=0}) = 0
1963  ioctl(13, TIOCSWINSZ, {ws_row=51, ws_col=182, ws_xpixel=0, ws_ypixel=0}) = 0
1963  ioctl(13, TCGETS, {B38400 opost isig icanon echo ...}) = 0
1963  stat("/home/jelle/.inputrc", {st_mode=S_IFREG|0644, st_size=365, ...}) = 0
1963  openat(AT_FDCWD, "/home/jelle/.inputrc", O_RDONLY) = 15
1963  read(15, "# set editing-mode vi\n# $if mode"..., 365) = 365
1963  close(15)                         = 0
1963  ioctl(13, TIOCGWINSZ, {ws_row=51, ws_col=182, ws_xpixel=0, ws_ypixel=0}) = 0
1963  ioctl(13, TIOCSWINSZ, {ws_row=51, ws_col=182, ws_xpixel=0, ws_ypixel=0}) = 0
1963  ioctl(13, TCGETS, {B38400 opost isig icanon echo ...}) = 0
1963  ioctl(13, SNDCTL_TMR_STOP or TCSETSW, {B38400 opost isig -icanon -echo ...}) = 0
1963  fstat(14, {st_mode=S_IFCHR|0620, st_rdev=makedev(136, 0), ...}) = 0
1963  write(14, "\33[?1h\33=\33[?2004h", 15) = 15
1963  rt_sigaction(SIGWINCH, {sa_handler=0x7f48170793da, sa_mask=[], sa_flags=SA_RESTORER|SA_RESTART, sa_restorer=0x7f481a555ed0}, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
1963  write(14, "\33[35mscheme\33[0m\33[36m@(\33[0m\33[37mg"..., 75) = 75
1963  read(0, "(", 1)                   = 1
1963  select(14, [13], NULL, [13], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
1963  write(14, "(", 1)                 = 1
1963  read(0, "u", 1)                   = 1
1963  select(14, [13], NULL, [13], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
1963  write(14, "u", 1)                 = 1
1963  read(0, "s", 1)                   = 1
1963  select(14, [13], NULL, [13], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
1963  write(14, "s", 1)                 = 1
1963  read(0, "e", 1)                   = 1
1963  select(14, [13], NULL, [13], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
1963  write(14, "e", 1)                 = 1
1963  read(0, "-", 1)                   = 1
1963  select(14, [13], NULL, [13], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
1963  write(14, "-", 1)                 = 1
1963  read(0, "m", 1)                   = 1
1963  select(14, [13], NULL, [13], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
1963  write(14, "m", 1)                 = 1
1963  read(0, "o", 1)                   = 1
1963  select(14, [13], NULL, [13], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
1963  write(14, "o", 1)                 = 1
1963  read(0, "d", 1)                   = 1
1963  select(14, [13], NULL, [13], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
1963  write(14, "d", 1)                 = 1
1963  read(0, "\t", 1)                  = 1
1963  write(14, "ules ", 5)             = 5
1963  read(0, "(", 1)                   = 1
1963  select(14, [13], NULL, [13], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
1963  write(14, "(", 1)                 = 1
1963  read(0, "g", 1)                   = 1
1963  select(14, [13], NULL, [13], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
1963  write(14, "g", 1)                 = 1
1963  read(0, "i", 1)                   = 1
1963  select(14, [13], NULL, [13], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
1963  write(14, "i", 1)                 = 1
1963  read(0, "t", 1)                   = 1
1963  select(14, [13], NULL, [13], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
1963  write(14, "t", 1)                 = 1
1963  read(0, ")", 1)                   = 1
1963  select(14, [13], NULL, [13], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
1963  write(14, ")\10\10\10\10\10", 6)  = 6
1963  select(14, [13], NULL, NULL, {tv_sec=0, tv_usec=500000}) = 1 (in [13], left {tv_sec=0, tv_usec=53809})
1963  write(14, "\33[C\33[C\33[C\33[C\33[C", 15) = 15
1963  read(0, ")", 1)                   = 1
1963  select(14, [13], NULL, [13], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
1963  write(14, ")\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10", 20) = 20
1963  select(14, [13], NULL, NULL, {tv_sec=0, tv_usec=500000}) = 0 (Timeout)
1963  write(14, "\33[C\33[C\33[C\33[C\33[C\33[C\33[C\33[C\33[C\33[C\33["..., 57) = 57
1963  read(0, "(", 1)                   = 1
1963  select(14, [13], NULL, [13], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
1963  write(14, "(", 1)                 = 1
1963  read(0, "d", 1)                   = 1
1963  select(14, [13], NULL, [13], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
1963  write(14, "d", 1)                 = 1
1963  read(0, "i", 1)                   = 1
1963  select(14, [13], NULL, [13], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
1963  write(14, "i", 1)                 = 1
1963  read(0, "s", 1)                   = 1
1963  select(14, [13], NULL, [13], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
1963  write(14, "s", 1)                 = 1
1963  read(0, "p", 1)                   = 1
1963  select(14, [13], NULL, [13], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
1963  write(14, "p", 1)                 = 1
1963  read(0, "l", 1)                   = 1
1963  select(14, [13], NULL, [13], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
1963  write(14, "l", 1)                 = 1
1963  read(0, "a", 1)                   = 1
1963  select(14, [13], NULL, [13], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
1963  write(14, "a", 1)                 = 1
1963  read(0, "y", 1)                   = 1
1963  select(14, [13], NULL, [13], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
1963  write(14, "y", 1)                 = 1
1963  read(0, " ", 1)                   = 1
1963  select(14, [13], NULL, [13], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
1963  write(14, " ", 1)                 = 1
1963  read(0, "\"", 1)                  = 1
1963  select(14, [13], NULL, [13], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
1963  write(14, "\"", 1)                = 1
1963  read(0, "t", 1)                   = 1
1963  select(14, [13], NULL, [13], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
1963  write(14, "t", 1)                 = 1
1963  read(0, "h", 1)                   = 1
1963  select(14, [13], NULL, [13], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
1963  write(14, "h", 1)                 = 1
1963  read(0, "i", 1)                   = 1
1963  select(14, [13], NULL, [13], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
1963  write(14, "i", 1)                 = 1
1963  read(0, "s", 1)                   = 1
1963  select(14, [13], NULL, [13], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
1963  write(14, "s", 1)                 = 1
1963  read(0, " ", 1)                   = 1
1963  select(14, [13], NULL, [13], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
1963  write(14, " ", 1)                 = 1
1963  read(0, "s", 1)                   = 1
1963  select(14, [13], NULL, [13], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
1963  write(14, "s", 1)                 = 1
1963  read(0, "t", 1)                   = 1
1963  select(14, [13], NULL, [13], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
1963  write(14, "t", 1)                 = 1
1963  read(0, "i", 1)                   = 1
1963  select(14, [13], NULL, [13], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
1963  write(14, "i", 1)                 = 1
1963  read(0, "l", 1)                   = 1
1963  select(14, [13], NULL, [13], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
1963  write(14, "l", 1)                 = 1
1963  read(0, "l", 1)                   = 1
1963  select(14, [13], NULL, [13], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
1963  write(14, "l", 1)                 = 1
1963  read(0, " ", 1)                   = 1
1963  select(14, [13], NULL, [13], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
1963  write(14, " ", 1)                 = 1
1963  read(0, "s", 1)                   = 1
1963  select(14, [13], NULL, [13], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
1963  write(14, "s", 1)                 = 1
1963  read(0, "h", 1)                   = 1
1963  select(14, [13], NULL, [13], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
1963  write(14, "h", 1)                 = 1
1963  read(0, "o", 1)                   = 1
1963  select(14, [13], NULL, [13], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
1963  write(14, "o", 1)                 = 1
1963  read(0, "w", 1)                   = 1
1963  select(14, [13], NULL, [13], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
1963  write(14, "w", 1)                 = 1
1963  read(0, "s", 1)                   = 1
1963  select(14, [13], NULL, [13], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
1963  write(14, "s", 1)                 = 1
1963  read(0, " ", 1)                   = 1
1963  select(14, [13], NULL, [13], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
1963  write(14, " ", 1)                 = 1
1963  read(0, "u", 1)                   = 1
1963  select(14, [13], NULL, [13], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
1963  write(14, "u", 1)                 = 1
1963  read(0, "p", 1)                   = 1
1963  select(14, [13], NULL, [13], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
1963  write(14, "p", 1)                 = 1
1963  read(0, "?", 1)                   = 1
1963  select(14, [13], NULL, [13], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
1963  write(14, "?", 1)                 = 1
1963  read(0, "\"", 1)                  = 1
1963  select(14, [13], NULL, [13], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
1963  write(14, "\"", 1)                = 1
1963  read(0, ")", 1)                   = 1
1963  select(14, [13], NULL, [13], {tv_sec=0, tv_usec=0}) = 0 (Timeout)
1963  write(14, ")\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10"..., 33) = 33
1963  select(14, [13], NULL, NULL, {tv_sec=0, tv_usec=500000}) = 1 (in [13], left {tv_sec=0, tv_usec=46315})
1963  write(14, "\33[C\33[C\33[C\33[C\33[C\33[C\33[C\33[C\33[C\33[C\33["..., 96) = 96
1963  read(0, "\r", 1)                  = 1
1963  write(14, "\n", 1)                = 1
1963  write(14, "\33[?2004l\33[?1l\33>", 15) = 15
1963  ioctl(13, SNDCTL_TMR_STOP or TCSETSW, {B38400 opost isig icanon echo ...}) = 0
1963  rt_sigaction(SIGWINCH, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7f481a555ed0}, {sa_handler=0x7f48170793da, sa_mask=[], sa_flags=SA_RESTORER|SA_RESTART, sa_restorer=0x7f481a555ed0}, 8) = 0
1963  close(13)                         = 0
1963  close(14)                         = 0
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/language/bytecode/spec.scm", 0x7fff25d63ba0) = -1 ENOENT (No such file or directory)
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/language/bytecode/spec", 0x7fff25d63ba0) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/language/bytecode/spec.scm", 0x7fff25d63ba0) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/language/bytecode/spec", 0x7fff25d63ba0) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/share/guile/2.2/language/bytecode/spec.scm", {st_mode=S_IFREG|0444, st_size=1533, ...}) = 0
1963  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/language/bytecode/spec.go", 0x7fff25d639b0) = -1 ENOENT (No such file or directory)
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/language/bytecode/spec.go", 0x7fff25d639b0) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/lib/guile/2.2/site-ccache/language/bytecode/spec.go", 0x7fff25d639b0) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/language/bytecode/spec.go", 0x7fff25d639b0) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/language/bytecode/spec.go", {st_mode=S_IFREG|0444, st_size=69741, ...}) = 0
1963  openat(AT_FDCWD, "/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/language/bytecode/spec.go", O_RDONLY|O_CLOEXEC) = 13
1963  lseek(13, 0, SEEK_END)            = 69741
1963  mmap(NULL, 69741, PROT_READ, MAP_PRIVATE, 13, 0) = 0x7f48164e6000
1963  close(13)                         = 0
1963  mprotect(0x7f48164f6000, 1712, PROT_READ|PROT_WRITE) = 0
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/ice-9/binary-ports.scm", 0x7fff25d63810) = -1 ENOENT (No such file or directory)
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/ice-9/binary-ports", 0x7fff25d63810) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/ice-9/binary-ports.scm", 0x7fff25d63810) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/ice-9/binary-ports", 0x7fff25d63810) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/share/guile/2.2/ice-9/binary-ports.scm", {st_mode=S_IFREG|0444, st_size=1970, ...}) = 0
1963  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/ice-9/binary-ports.go", 0x7fff25d63620) = -1 ENOENT (No such file or directory)
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/ice-9/binary-ports.go", 0x7fff25d63620) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/lib/guile/2.2/site-ccache/ice-9/binary-ports.go", 0x7fff25d63620) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/ice-9/binary-ports.go", 0x7fff25d63620) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/ice-9/binary-ports.go", {st_mode=S_IFREG|0444, st_size=69213, ...}) = 0
1963  openat(AT_FDCWD, "/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/ice-9/binary-ports.go", O_RDONLY|O_CLOEXEC) = 13
1963  lseek(13, 0, SEEK_END)            = 69213
1963  mmap(NULL, 69213, PROT_READ, MAP_PRIVATE, 13, 0) = 0x7f48164d5000
1963  close(13)                         = 0
1963  mprotect(0x7f48164e5000, 1680, PROT_READ|PROT_WRITE) = 0
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/language/tree-il/spec.scm", 0x7fff25d63ba0) = -1 ENOENT (No such file or directory)
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/language/tree-il/spec", 0x7fff25d63ba0) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/language/tree-il/spec.scm", 0x7fff25d63ba0) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/language/tree-il/spec", 0x7fff25d63ba0) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/share/guile/2.2/language/tree-il/spec.scm", {st_mode=S_IFREG|0444, st_size=1598, ...}) = 0
1963  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/language/tree-il/spec.go", 0x7fff25d639b0) = -1 ENOENT (No such file or directory)
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/language/tree-il/spec.go", 0x7fff25d639b0) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/lib/guile/2.2/site-ccache/language/tree-il/spec.go", 0x7fff25d639b0) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/language/tree-il/spec.go", 0x7fff25d639b0) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/language/tree-il/spec.go", {st_mode=S_IFREG|0444, st_size=70133, ...}) = 0
1963  openat(AT_FDCWD, "/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/language/tree-il/spec.go", O_RDONLY|O_CLOEXEC) = 13
1963  lseek(13, 0, SEEK_END)            = 70133
1963  mmap(NULL, 70133, PROT_READ, MAP_PRIVATE, 13, 0) = 0x7f48164c3000
1963  close(13)                         = 0
1963  mprotect(0x7f48164d3000, 2032, PROT_READ|PROT_WRITE) = 0
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/language/tree-il/compile-cps.scm", 0x7fff25d63810) = -1 ENOENT (No such file or directory)
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/language/tree-il/compile-cps", 0x7fff25d63810) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/language/tree-il/compile-cps.scm", 0x7fff25d63810) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/language/tree-il/compile-cps", 0x7fff25d63810) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/share/guile/2.2/language/tree-il/compile-cps.scm", {st_mode=S_IFREG|0444, st_size=46972, ...}) = 0
1963  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/language/tree-il/compile-cps.go", 0x7fff25d63620) = -1 ENOENT (No such file or directory)
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/language/tree-il/compile-cps.go", 0x7fff25d63620) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/lib/guile/2.2/site-ccache/language/tree-il/compile-cps.go", 0x7fff25d63620) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/language/tree-il/compile-cps.go", 0x7fff25d63620) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/language/tree-il/compile-cps.go", {st_mode=S_IFREG|0444, st_size=171933, ...}) = 0
1963  openat(AT_FDCWD, "/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/language/tree-il/compile-cps.go", O_RDONLY|O_CLOEXEC) = 13
1963  lseek(13, 0, SEEK_END)            = 171933
1963  mmap(NULL, 171933, PROT_READ, MAP_PRIVATE, 13, 0) = 0x7f4816499000
1963  close(13)                         = 0
1963  mprotect(0x7f48164b9000, 12384, PROT_READ|PROT_WRITE) = 0
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/language/cps.scm", 0x7fff25d63480) = -1 ENOENT (No such file or directory)
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/language/cps", 0x7fff25d63480) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/language/cps.scm", 0x7fff25d63480) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/language/cps", 0x7fff25d63480) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/share/guile/2.2/language/cps.scm", {st_mode=S_IFREG|0444, st_size=14197, ...}) = 0
1963  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/language/cps.go", 0x7fff25d63290) = -1 ENOENT (No such file or directory)
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/language/cps.go", 0x7fff25d63290) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/lib/guile/2.2/site-ccache/language/cps.go", 0x7fff25d63290) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/language/cps.go", 0x7fff25d63290) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/language/cps.go", {st_mode=S_IFREG|0444, st_size=796829, ...}) = 0
1963  openat(AT_FDCWD, "/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/language/cps.go", O_RDONLY|O_CLOEXEC) = 13
1963  lseek(13, 0, SEEK_END)            = 796829
1963  mmap(NULL, 796829, PROT_READ, MAP_PRIVATE, 13, 0) = 0x7f48163d6000
1963  close(13)                         = 0
1963  mprotect(0x7f4816446000, 252896, PROT_READ|PROT_WRITE) = 0
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/language/cps/utils.scm", 0x7fff25d63480) = -1 ENOENT (No such file or directory)
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/language/cps/utils", 0x7fff25d63480) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/language/cps/utils.scm", 0x7fff25d63480) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/language/cps/utils", 0x7fff25d63480) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/share/guile/2.2/language/cps/utils.scm", {st_mode=S_IFREG|0444, st_size=21116, ...}) = 0
1963  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/language/cps/utils.go", 0x7fff25d63290) = -1 ENOENT (No such file or directory)
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/language/cps/utils.go", 0x7fff25d63290) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/lib/guile/2.2/site-ccache/language/cps/utils.go", 0x7fff25d63290) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/language/cps/utils.go", 0x7fff25d63290) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/language/cps/utils.go", {st_mode=S_IFREG|0444, st_size=103221, ...}) = 0
1963  openat(AT_FDCWD, "/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/language/cps/utils.go", O_RDONLY|O_CLOEXEC) = 13
1963  lseek(13, 0, SEEK_END)            = 103221
1963  mmap(NULL, 103221, PROT_READ, MAP_PRIVATE, 13, 0) = 0x7f48163bc000
1963  close(13)                         = 0
1963  mprotect(0x7f48163cc000, 17824, PROT_READ|PROT_WRITE) = 0
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/language/cps/intset.scm", 0x7fff25d630f0) = -1 ENOENT (No such file or directory)
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/language/cps/intset", 0x7fff25d630f0) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/language/cps/intset.scm", 0x7fff25d630f0) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/language/cps/intset", 0x7fff25d630f0) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/share/guile/2.2/language/cps/intset.scm", {st_mode=S_IFREG|0444, st_size=30292, ...}) = 0
1963  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/language/cps/intset.go", 0x7fff25d62f00) = -1 ENOENT (No such file or directory)
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/language/cps/intset.go", 0x7fff25d62f00) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/lib/guile/2.2/site-ccache/language/cps/intset.go", 0x7fff25d62f00) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/language/cps/intset.go", 0x7fff25d62f00) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/language/cps/intset.go", {st_mode=S_IFREG|0444, st_size=325565, ...}) = 0
1963  openat(AT_FDCWD, "/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/language/cps/intset.go", O_RDONLY|O_CLOEXEC) = 13
1963  lseek(13, 0, SEEK_END)            = 325565
1963  mmap(NULL, 325565, PROT_READ, MAP_PRIVATE, 13, 0) = 0x7f481636c000
1963  close(13)                         = 0
1963  mprotect(0x7f481639c000, 87712, PROT_READ|PROT_WRITE) = 0
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/language/cps/intmap.scm", 0x7fff25d630f0) = -1 ENOENT (No such file or directory)
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/language/cps/intmap", 0x7fff25d630f0) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/language/cps/intmap.scm", 0x7fff25d630f0) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/language/cps/intmap", 0x7fff25d630f0) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/share/guile/2.2/language/cps/intmap.scm", {st_mode=S_IFREG|0444, st_size=28915, ...}) = 0
1963  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/language/cps/intmap.go", 0x7fff25d62f00) = -1 ENOENT (No such file or directory)
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/language/cps/intmap.go", 0x7fff25d62f00) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/lib/guile/2.2/site-ccache/language/cps/intmap.go", 0x7fff25d62f00) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/language/cps/intmap.go", 0x7fff25d62f00) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/language/cps/intmap.go", {st_mode=S_IFREG|0444, st_size=320333, ...}) = 0
1963  openat(AT_FDCWD, "/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/language/cps/intmap.go", O_RDONLY|O_CLOEXEC) = 13
1963  lseek(13, 0, SEEK_END)            = 320333
1963  mmap(NULL, 320333, PROT_READ, MAP_PRIVATE, 13, 0) = 0x7f481631d000
1963  close(13)                         = 0
1963  mprotect(0x7f481634d000, 83944, PROT_READ|PROT_WRITE) = 0
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/language/cps/with-cps.scm", 0x7fff25d63480) = -1 ENOENT (No such file or directory)
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/language/cps/with-cps", 0x7fff25d63480) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/language/cps/with-cps.scm", 0x7fff25d63480) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/language/cps/with-cps", 0x7fff25d63480) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/share/guile/2.2/language/cps/with-cps.scm", {st_mode=S_IFREG|0444, st_size=5856, ...}) = 0
1963  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/language/cps/with-cps.go", 0x7fff25d63290) = -1 ENOENT (No such file or directory)
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/language/cps/with-cps.go", 0x7fff25d63290) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/lib/guile/2.2/site-ccache/language/cps/with-cps.go", 0x7fff25d63290) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/language/cps/with-cps.go", 0x7fff25d63290) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/language/cps/with-cps.go", {st_mode=S_IFREG|0444, st_size=79405, ...}) = 0
1963  openat(AT_FDCWD, "/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/language/cps/with-cps.go", O_RDONLY|O_CLOEXEC) = 13
1963  lseek(13, 0, SEEK_END)            = 79405
1963  mmap(NULL, 79405, PROT_READ, MAP_PRIVATE, 13, 0) = 0x7f4816309000
1963  close(13)                         = 0
1963  mprotect(0x7f4816319000, 10152, PROT_READ|PROT_WRITE) = 0
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/language/cps/primitives.scm", 0x7fff25d63480) = -1 ENOENT (No such file or directory)
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/language/cps/primitives", 0x7fff25d63480) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/language/cps/primitives.scm", 0x7fff25d63480) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/language/cps/primitives", 0x7fff25d63480) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/share/guile/2.2/language/cps/primitives.scm", {st_mode=S_IFREG|0444, st_size=4541, ...}) = 0
1963  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/language/cps/primitives.go", 0x7fff25d63290) = -1 ENOENT (No such file or directory)
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/language/cps/primitives.go", 0x7fff25d63290) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/lib/guile/2.2/site-ccache/language/cps/primitives.go", 0x7fff25d63290) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/language/cps/primitives.go", 0x7fff25d63290) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/language/cps/primitives.go", {st_mode=S_IFREG|0444, st_size=77253, ...}) = 0
1963  openat(AT_FDCWD, "/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/language/cps/primitives.go", O_RDONLY|O_CLOEXEC) = 13
1963  lseek(13, 0, SEEK_END)            = 77253
1963  mmap(NULL, 77253, PROT_READ, MAP_PRIVATE, 13, 0) = 0x7f48162f6000
1963  close(13)                         = 0
1963  mprotect(0x7f4816306000, 8424, PROT_READ|PROT_WRITE) = 0
1963  clock_gettime(CLOCK_PROCESS_CPUTIME_ID, {tv_sec=0, tv_nsec=150758567}) = 0
1963  rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0
1963  futex(0x7f481a9a46ec, FUTEX_WAKE_PRIVATE, 2147483647) = 1
1964  <... futex resumed> )             = 0
1964  futex(0x7f481a9a42c0, FUTEX_WAKE_PRIVATE, 1) = 0
1964  madvise(0x7f48181e8000, 4096, MADV_DONTNEED) = 0
1963  futex(0x7f481a9a46e8, FUTEX_WAIT_PRIVATE, 0, NULL <unfinished ...>
1964  futex(0x7f481a9a46e8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
1964  futex(0x7f481a9a46ec, FUTEX_WAIT_PRIVATE, 0, NULL <unfinished ...>
1963  <... futex resumed> )             = -1 EAGAIN (Resource temporarily unavailable)
1963  futex(0x7f481a9a46ec, FUTEX_WAKE_PRIVATE, 2147483647) = 1
1964  <... futex resumed> )             = 0
1964  futex(0x7f481a9a42c0, FUTEX_WAIT_PRIVATE, 2, NULL <unfinished ...>
1963  futex(0x7f481a9a42c0, FUTEX_WAKE_PRIVATE, 1) = 0
1964  <... futex resumed> )             = -1 EAGAIN (Resource temporarily unavailable)
1964  futex(0x7f481a9a42c0, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
1963  futex(0x7f481a9a46e8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
1964  <... futex resumed> )             = 0
1964  futex(0x7f481a9a42c0, FUTEX_WAKE_PRIVATE, 1) = 0
1964  futex(0x7f481a9a46ec, FUTEX_WAIT_PRIVATE, 0, NULL <unfinished ...>
1963  write(6, "\0", 1)                 = 1
1965  <... read resumed> "\0", 1)       = 1
1963  clock_gettime(CLOCK_PROCESS_CPUTIME_ID,  <unfinished ...>
1965  mmap(NULL, 134217728, PROT_NONE, MAP_PRIVATE|MAP_ANONYMOUS|MAP_NORESERVE, -1, 0 <unfinished ...>
1963  <... clock_gettime resumed> {tv_sec=0, tv_nsec=158726645}) = 0
1965  <... mmap resumed> )              = 0x7f480e2f6000
1965  munmap(0x7f480e2f6000, 30449664)  = 0
1965  munmap(0x7f4814000000, 36659200)  = 0
1965  mprotect(0x7f4810000000, 135168, PROT_READ|PROT_WRITE <unfinished ...>
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/language/tree-il/analyze.scm",  <unfinished ...>
1965  <... mprotect resumed> )          = 0
1963  <... stat resumed> 0x7fff25d63480) = -1 ENOENT (No such file or directory)
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/language/tree-il/analyze",  <unfinished ...>
1965  rt_sigprocmask(SIG_BLOCK, NULL,  <unfinished ...>
1963  <... stat resumed> 0x7fff25d63480) = -1 ENOENT (No such file or directory)
1965  <... rt_sigprocmask resumed> [], 8) = 0
1963  stat("/run/current-system/profile/share/guile/site/2.2/language/tree-il/analyze.scm",  <unfinished ...>
1965  read(5,  <unfinished ...>
1963  <... stat resumed> 0x7fff25d63480) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/language/tree-il/analyze", 0x7fff25d63480) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/share/guile/2.2/language/tree-il/analyze.scm", {st_mode=S_IFREG|0444, st_size=61791, ...}) = 0
1963  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/language/tree-il/analyze.go", 0x7fff25d63290) = -1 ENOENT (No such file or directory)
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/language/tree-il/analyze.go", 0x7fff25d63290) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/lib/guile/2.2/site-ccache/language/tree-il/analyze.go", 0x7fff25d63290) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/language/tree-il/analyze.go", 0x7fff25d63290) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/language/tree-il/analyze.go", {st_mode=S_IFREG|0444, st_size=424093, ...}) = 0
1963  openat(AT_FDCWD, "/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/language/tree-il/analyze.go", O_RDONLY|O_CLOEXEC) = 13
1963  lseek(13, 0, SEEK_END)            = 424093
1963  mmap(NULL, 424093, PROT_READ, MAP_PRIVATE, 13, 0) = 0x7f481628e000
1963  close(13)                         = 0
1963  mprotect(0x7f48162ce000, 105576, PROT_READ|PROT_WRITE) = 0
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/language/tree-il/optimize.scm", 0x7fff25d63480) = -1 ENOENT (No such file or directory)
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/language/tree-il/optimize", 0x7fff25d63480) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/language/tree-il/optimize.scm", 0x7fff25d63480) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/language/tree-il/optimize", 0x7fff25d63480) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/share/guile/2.2/language/tree-il/optimize.scm", {st_mode=S_IFREG|0444, st_size=1665, ...}) = 0
1963  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/language/tree-il/optimize.go", 0x7fff25d63290) = -1 ENOENT (No such file or directory)
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/language/tree-il/optimize.go", 0x7fff25d63290) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/lib/guile/2.2/site-ccache/language/tree-il/optimize.go", 0x7fff25d63290) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/language/tree-il/optimize.go", 0x7fff25d63290) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/language/tree-il/optimize.go", {st_mode=S_IFREG|0444, st_size=69749, ...}) = 0
1963  openat(AT_FDCWD, "/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/language/tree-il/optimize.go", O_RDONLY|O_CLOEXEC) = 13
1963  lseek(13, 0, SEEK_END)            = 69749
1963  mmap(NULL, 69749, PROT_READ, MAP_PRIVATE, 13, 0) = 0x7f481627c000
1963  close(13)                         = 0
1963  mprotect(0x7f481628c000, 1696, PROT_READ|PROT_WRITE) = 0
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/language/tree-il/primitives.scm", 0x7fff25d630f0) = -1 ENOENT (No such file or directory)
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/language/tree-il/primitives", 0x7fff25d630f0) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/language/tree-il/primitives.scm", 0x7fff25d630f0) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/language/tree-il/primitives", 0x7fff25d630f0) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/share/guile/2.2/language/tree-il/primitives.scm", {st_mode=S_IFREG|0444, st_size=22233, ...}) = 0
1963  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/language/tree-il/primitives.go", 0x7fff25d62f00) = -1 ENOENT (No such file or directory)
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/language/tree-il/primitives.go", 0x7fff25d62f00) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/lib/guile/2.2/site-ccache/language/tree-il/primitives.go", 0x7fff25d62f00) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/language/tree-il/primitives.go", 0x7fff25d62f00) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/language/tree-il/primitives.go", {st_mode=S_IFREG|0444, st_size=178085, ...}) = 0
1963  openat(AT_FDCWD, "/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/language/tree-il/primitives.go", O_RDONLY|O_CLOEXEC) = 13
1963  lseek(13, 0, SEEK_END)            = 178085
1963  mmap(NULL, 178085, PROT_READ, MAP_PRIVATE, 13, 0) = 0x7f4816250000
1963  close(13)                         = 0
1963  mprotect(0x7f4816270000, 22664, PROT_READ|PROT_WRITE) = 0
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/srfi/srfi-16.scm", 0x7fff25d62d60) = -1 ENOENT (No such file or directory)
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/srfi/srfi-16", 0x7fff25d62d60) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/srfi/srfi-16.scm", 0x7fff25d62d60) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/srfi/srfi-16", 0x7fff25d62d60) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/share/guile/2.2/srfi/srfi-16.scm", {st_mode=S_IFREG|0444, st_size=1883, ...}) = 0
1963  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/srfi/srfi-16.go", 0x7fff25d62b70) = -1 ENOENT (No such file or directory)
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/srfi/srfi-16.go", 0x7fff25d62b70) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/lib/guile/2.2/site-ccache/srfi/srfi-16.go", 0x7fff25d62b70) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/srfi/srfi-16.go", 0x7fff25d62b70) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/srfi/srfi-16.go", {st_mode=S_IFREG|0444, st_size=67917, ...}) = 0
1963  openat(AT_FDCWD, "/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/srfi/srfi-16.go", O_RDONLY|O_CLOEXEC) = 13
1963  lseek(13, 0, SEEK_END)            = 67917
1963  mmap(NULL, 67917, PROT_READ, MAP_PRIVATE, 13, 0) = 0x7f481623f000
1963  close(13)                         = 0
1963  mprotect(0x7f481624f000, 464, PROT_READ|PROT_WRITE) = 0
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/language/tree-il/peval.scm", 0x7fff25d630f0) = -1 ENOENT (No such file or directory)
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/language/tree-il/peval", 0x7fff25d630f0) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/language/tree-il/peval.scm", 0x7fff25d630f0) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/language/tree-il/peval", 0x7fff25d630f0) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/share/guile/2.2/language/tree-il/peval.scm", {st_mode=S_IFREG|0444, st_size=69614, ...}) = 0
1963  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/language/tree-il/peval.go", 0x7fff25d62f00) = -1 ENOENT (No such file or directory)
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/language/tree-il/peval.go", 0x7fff25d62f00) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/lib/guile/2.2/site-ccache/language/tree-il/peval.go", 0x7fff25d62f00) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/language/tree-il/peval.go", 0x7fff25d62f00) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/language/tree-il/peval.go", {st_mode=S_IFREG|0444, st_size=523325, ...}) = 0
1963  openat(AT_FDCWD, "/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/language/tree-il/peval.go", O_RDONLY|O_CLOEXEC) = 13
1963  lseek(13, 0, SEEK_END)            = 523325
1963  mmap(NULL, 523325, PROT_READ, MAP_PRIVATE, 13, 0) = 0x7f48161bf000
1963  close(13)                         = 0
1963  mprotect(0x7f481620f000, 124616, PROT_READ|PROT_WRITE) = 0
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/language/tree-il/effects.scm", 0x7fff25d62d60) = -1 ENOENT (No such file or directory)
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/language/tree-il/effects", 0x7fff25d62d60) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/language/tree-il/effects.scm", 0x7fff25d62d60) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/language/tree-il/effects", 0x7fff25d62d60) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/share/guile/2.2/language/tree-il/effects.scm", {st_mode=S_IFREG|0444, st_size=22593, ...}) = 0
1963  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/language/tree-il/effects.go", 0x7fff25d62b70) = -1 ENOENT (No such file or directory)
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/language/tree-il/effects.go", 0x7fff25d62b70) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/lib/guile/2.2/site-ccache/language/tree-il/effects.go", 0x7fff25d62b70) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/language/tree-il/effects.go", 0x7fff25d62b70) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/language/tree-il/effects.go", {st_mode=S_IFREG|0444, st_size=207557, ...}) = 0
1963  openat(AT_FDCWD, "/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/language/tree-il/effects.go", O_RDONLY|O_CLOEXEC) = 13
1963  lseek(13, 0, SEEK_END)            = 207557
1963  mmap(NULL, 207557, PROT_READ, MAP_PRIVATE, 13, 0) = 0x7f481618c000
1963  close(13)                         = 0
1963  mprotect(0x7f48161ac000, 53152, PROT_READ|PROT_WRITE) = 0
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/language/tree-il/fix-letrec.scm", 0x7fff25d630f0) = -1 ENOENT (No such file or directory)
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/language/tree-il/fix-letrec", 0x7fff25d630f0) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/language/tree-il/fix-letrec.scm", 0x7fff25d630f0) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/language/tree-il/fix-letrec", 0x7fff25d630f0) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/share/guile/2.2/language/tree-il/fix-letrec.scm", {st_mode=S_IFREG|0444, st_size=13999, ...}) = 0
1963  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/language/tree-il/fix-letrec.go", 0x7fff25d62f00) = -1 ENOENT (No such file or directory)
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/language/tree-il/fix-letrec.go", 0x7fff25d62f00) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/lib/guile/2.2/site-ccache/language/tree-il/fix-letrec.go", 0x7fff25d62f00) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/language/tree-il/fix-letrec.go", 0x7fff25d62f00) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/language/tree-il/fix-letrec.go", {st_mode=S_IFREG|0444, st_size=79405, ...}) = 0
1963  openat(AT_FDCWD, "/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/language/tree-il/fix-letrec.go", O_RDONLY|O_CLOEXEC) = 13
1963  lseek(13, 0, SEEK_END)            = 79405
1963  mmap(NULL, 79405, PROT_READ, MAP_PRIVATE, 13, 0) = 0x7f4816178000
1963  close(13)                         = 0
1963  mprotect(0x7f4816188000, 5136, PROT_READ|PROT_WRITE) = 0
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/language/tree-il/debug.scm", 0x7fff25d630f0) = -1 ENOENT (No such file or directory)
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/language/tree-il/debug", 0x7fff25d630f0) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/language/tree-il/debug.scm", 0x7fff25d630f0) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/language/tree-il/debug", 0x7fff25d630f0) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/share/guile/2.2/language/tree-il/debug.scm", {st_mode=S_IFREG|0444, st_size=9601, ...}) = 0
1963  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/language/tree-il/debug.go", 0x7fff25d62f00) = -1 ENOENT (No such file or directory)
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/language/tree-il/debug.go", 0x7fff25d62f00) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/lib/guile/2.2/site-ccache/language/tree-il/debug.go", 0x7fff25d62f00) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/language/tree-il/debug.go", 0x7fff25d62f00) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/language/tree-il/debug.go", {st_mode=S_IFREG|0444, st_size=75781, ...}) = 0
1963  openat(AT_FDCWD, "/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/language/tree-il/debug.go", O_RDONLY|O_CLOEXEC) = 13
1963  lseek(13, 0, SEEK_END)            = 75781
1963  mmap(NULL, 75781, PROT_READ, MAP_PRIVATE, 13, 0) = 0x7f4816165000
1963  close(13)                         = 0
1963  mprotect(0x7f4816175000, 3736, PROT_READ|PROT_WRITE) = 0
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/language/cps/spec.scm", 0x7fff25d63ba0) = -1 ENOENT (No such file or directory)
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/language/cps/spec", 0x7fff25d63ba0) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/language/cps/spec.scm", 0x7fff25d63ba0) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/language/cps/spec", 0x7fff25d63ba0) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/share/guile/2.2/language/cps/spec.scm", {st_mode=S_IFREG|0444, st_size=1806, ...}) = 0
1963  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/language/cps/spec.go", 0x7fff25d639b0) = -1 ENOENT (No such file or directory)
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/language/cps/spec.go", 0x7fff25d639b0) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/lib/guile/2.2/site-ccache/language/cps/spec.go", 0x7fff25d639b0) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/language/cps/spec.go", 0x7fff25d639b0) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/language/cps/spec.go", {st_mode=S_IFREG|0444, st_size=70613, ...}) = 0
1963  openat(AT_FDCWD, "/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/language/cps/spec.go", O_RDONLY|O_CLOEXEC) = 13
1963  lseek(13, 0, SEEK_END)            = 70613
1963  mmap(NULL, 70613, PROT_READ, MAP_PRIVATE, 13, 0) = 0x7f4816153000
1963  close(13)                         = 0
1963  mprotect(0x7f4816163000, 2376, PROT_READ|PROT_WRITE) = 0
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/language/cps/compile-bytecode.scm", 0x7fff25d63810) = -1 ENOENT (No such file or directory)
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/language/cps/compile-bytecode", 0x7fff25d63810) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/language/cps/compile-bytecode.scm", 0x7fff25d63810) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/language/cps/compile-bytecode", 0x7fff25d63810) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/share/guile/2.2/language/cps/compile-bytecode.scm", {st_mode=S_IFREG|0444, st_size=29013, ...}) = 0
1963  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/language/cps/compile-bytecode.go", 0x7fff25d63620) = -1 ENOENT (No such file or directory)
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/language/cps/compile-bytecode.go", 0x7fff25d63620) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/lib/guile/2.2/site-ccache/language/cps/compile-bytecode.go", 0x7fff25d63620) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/language/cps/compile-bytecode.go", 0x7fff25d63620) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/language/cps/compile-bytecode.go", {st_mode=S_IFREG|0444, st_size=172277, ...}) = 0
1963  openat(AT_FDCWD, "/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/language/cps/compile-bytecode.go", O_RDONLY|O_CLOEXEC) = 13
1963  lseek(13, 0, SEEK_END)            = 172277
1963  mmap(NULL, 172277, PROT_READ, MAP_PRIVATE, 13, 0) = 0x7f4816128000
1963  close(13)                         = 0
1963  mprotect(0x7f4816148000, 17040, PROT_READ|PROT_WRITE) = 0
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/language/cps/slot-allocation.scm", 0x7fff25d63480) = -1 ENOENT (No such file or directory)
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/language/cps/slot-allocation", 0x7fff25d63480) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/language/cps/slot-allocation.scm", 0x7fff25d63480) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/language/cps/slot-allocation", 0x7fff25d63480) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/share/guile/2.2/language/cps/slot-allocation.scm", {st_mode=S_IFREG|0444, st_size=43029, ...}) = 0
1963  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/language/cps/slot-allocation.go", 0x7fff25d63290) = -1 ENOENT (No such file or directory)
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/language/cps/slot-allocation.go", 0x7fff25d63290) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/lib/guile/2.2/site-ccache/language/cps/slot-allocation.go", 0x7fff25d63290) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/language/cps/slot-allocation.go", 0x7fff25d63290) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/language/cps/slot-allocation.go", {st_mode=S_IFREG|0444, st_size=306237, ...}) = 0
1963  openat(AT_FDCWD, "/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/language/cps/slot-allocation.go", O_RDONLY|O_CLOEXEC) = 13
1963  lseek(13, 0, SEEK_END)            = 306237
1963  mmap(NULL, 306237, PROT_READ, MAP_PRIVATE, 13, 0) = 0x7f48160dd000
1963  close(13)                         = 0
1963  mprotect(0x7f481610d000, 67216, PROT_READ|PROT_WRITE) = 0
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/language/cps/closure-conversion.scm", 0x7fff25d63480) = -1 ENOENT (No such file or directory)
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/language/cps/closure-conversion", 0x7fff25d63480) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/language/cps/closure-conversion.scm", 0x7fff25d63480) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/language/cps/closure-conversion", 0x7fff25d63480) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/share/guile/2.2/language/cps/closure-conversion.scm", {st_mode=S_IFREG|0444, st_size=35930, ...}) = 0
1963  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/language/cps/closure-conversion.go", 0x7fff25d63290) = -1 ENOENT (No such file or directory)
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/language/cps/closure-conversion.go", 0x7fff25d63290) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/lib/guile/2.2/site-ccache/language/cps/closure-conversion.go", 0x7fff25d63290) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/language/cps/closure-conversion.go", 0x7fff25d63290) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/language/cps/closure-conversion.go", {st_mode=S_IFREG|0444, st_size=97789, ...}) = 0
1963  openat(AT_FDCWD, "/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/language/cps/closure-conversion.go", O_RDONLY|O_CLOEXEC) = 13
1963  lseek(13, 0, SEEK_END)            = 97789
1963  mmap(NULL, 97789, PROT_READ, MAP_PRIVATE, 13, 0) = 0x7f48160c5000
1963  close(13)                         = 0
1963  mprotect(0x7f48160d5000, 7936, PROT_READ|PROT_WRITE) = 0
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/language/cps/handle-interrupts.scm", 0x7fff25d63480) = -1 ENOENT (No such file or directory)
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/language/cps/handle-interrupts", 0x7fff25d63480) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/language/cps/handle-interrupts.scm", 0x7fff25d63480) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/language/cps/handle-interrupts", 0x7fff25d63480) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/share/guile/2.2/language/cps/handle-interrupts.scm", {st_mode=S_IFREG|0444, st_size=2601, ...}) = 0
1963  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/language/cps/handle-interrupts.go", 0x7fff25d63290) = -1 ENOENT (No such file or directory)
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/language/cps/handle-interrupts.go", 0x7fff25d63290) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/lib/guile/2.2/site-ccache/language/cps/handle-interrupts.go", 0x7fff25d63290) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/language/cps/handle-interrupts.go", 0x7fff25d63290) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/language/cps/handle-interrupts.go", {st_mode=S_IFREG|0444, st_size=71685, ...}) = 0
1963  openat(AT_FDCWD, "/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/language/cps/handle-interrupts.go", O_RDONLY|O_CLOEXEC) = 13
1963  lseek(13, 0, SEEK_END)            = 71685
1963  mmap(NULL, 71685, PROT_READ, MAP_PRIVATE, 13, 0) = 0x7f48160b3000
1963  close(13)                         = 0
1963  mprotect(0x7f48160c3000, 2808, PROT_READ|PROT_WRITE) = 0
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/language/cps/renumber.scm", 0x7fff25d630f0) = -1 ENOENT (No such file or directory)
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/language/cps/renumber", 0x7fff25d630f0) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/language/cps/renumber.scm", 0x7fff25d630f0) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/language/cps/renumber", 0x7fff25d630f0) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/share/guile/2.2/language/cps/renumber.scm", {st_mode=S_IFREG|0444, st_size=9617, ...}) = 0
1963  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/language/cps/renumber.go", 0x7fff25d62f00) = -1 ENOENT (No such file or directory)
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/language/cps/renumber.go", 0x7fff25d62f00) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/lib/guile/2.2/site-ccache/language/cps/renumber.go", 0x7fff25d62f00) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/language/cps/renumber.go", 0x7fff25d62f00) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/language/cps/renumber.go", {st_mode=S_IFREG|0444, st_size=76277, ...}) = 0
1963  openat(AT_FDCWD, "/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/language/cps/renumber.go", O_RDONLY|O_CLOEXEC) = 13
1963  lseek(13, 0, SEEK_END)            = 76277
1963  mmap(NULL, 76277, PROT_READ, MAP_PRIVATE, 13, 0) = 0x7f48160a0000
1963  close(13)                         = 0
1963  mprotect(0x7f48160b0000, 3680, PROT_READ|PROT_WRITE) = 0
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/language/cps/optimize.scm", 0x7fff25d63480) = -1 ENOENT (No such file or directory)
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/language/cps/optimize", 0x7fff25d63480) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/language/cps/optimize.scm", 0x7fff25d63480) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/language/cps/optimize", 0x7fff25d63480) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/share/guile/2.2/language/cps/optimize.scm", {st_mode=S_IFREG|0444, st_size=5006, ...}) = 0
1963  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/language/cps/optimize.go", 0x7fff25d63290) = -1 ENOENT (No such file or directory)
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/language/cps/optimize.go", 0x7fff25d63290) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/lib/guile/2.2/site-ccache/language/cps/optimize.go", 0x7fff25d63290) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/language/cps/optimize.go", 0x7fff25d63290) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/language/cps/optimize.go", {st_mode=S_IFREG|0444, st_size=76957, ...}) = 0
1963  openat(AT_FDCWD, "/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/language/cps/optimize.go", O_RDONLY|O_CLOEXEC) = 13
1963  lseek(13, 0, SEEK_END)            = 76957
1963  mmap(NULL, 76957, PROT_READ, MAP_PRIVATE, 13, 0) = 0x7f481608d000
1963  close(13)                         = 0
1963  mprotect(0x7f481609d000, 7000, PROT_READ|PROT_WRITE) = 0
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/language/cps/constructors.scm", 0x7fff25d630f0) = -1 ENOENT (No such file or directory)
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/language/cps/constructors", 0x7fff25d630f0) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/language/cps/constructors.scm", 0x7fff25d630f0) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/language/cps/constructors", 0x7fff25d630f0) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/share/guile/2.2/language/cps/constructors.scm", {st_mode=S_IFREG|0444, st_size=3798, ...}) = 0
1963  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/language/cps/constructors.go", 0x7fff25d62f00) = -1 ENOENT (No such file or directory)
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/language/cps/constructors.go", 0x7fff25d62f00) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/lib/guile/2.2/site-ccache/language/cps/constructors.go", 0x7fff25d62f00) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/language/cps/constructors.go", 0x7fff25d62f00) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/language/cps/constructors.go", {st_mode=S_IFREG|0444, st_size=72693, ...}) = 0
1963  openat(AT_FDCWD, "/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/language/cps/constructors.go", O_RDONLY|O_CLOEXEC) = 13
1963  lseek(13, 0, SEEK_END)            = 72693
1963  mmap(NULL, 72693, PROT_READ, MAP_PRIVATE, 13, 0) = 0x7f481607b000
1963  close(13)                         = 0
1963  mprotect(0x7f481608b000, 2936, PROT_READ|PROT_WRITE) = 0
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/language/cps/contification.scm", 0x7fff25d630f0) = -1 ENOENT (No such file or directory)
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/language/cps/contification", 0x7fff25d630f0) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/language/cps/contification.scm", 0x7fff25d630f0) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/language/cps/contification", 0x7fff25d630f0) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/share/guile/2.2/language/cps/contification.scm", {st_mode=S_IFREG|0444, st_size=18777, ...}) = 0
1963  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/language/cps/contification.go", 0x7fff25d62f00) = -1 ENOENT (No such file or directory)
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/language/cps/contification.go", 0x7fff25d62f00) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/lib/guile/2.2/site-ccache/language/cps/contification.go", 0x7fff25d62f00) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/language/cps/contification.go", 0x7fff25d62f00) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/language/cps/contification.go", {st_mode=S_IFREG|0444, st_size=85413, ...}) = 0
1963  openat(AT_FDCWD, "/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/language/cps/contification.go", O_RDONLY|O_CLOEXEC) = 13
1963  lseek(13, 0, SEEK_END)            = 85413
1963  mmap(NULL, 85413, PROT_READ, MAP_PRIVATE, 13, 0) = 0x7f4816066000
1963  close(13)                         = 0
1963  mprotect(0x7f4816076000, 5800, PROT_READ|PROT_WRITE) = 0
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/language/cps/cse.scm", 0x7fff25d630f0) = -1 ENOENT (No such file or directory)
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/language/cps/cse", 0x7fff25d630f0) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/language/cps/cse.scm", 0x7fff25d630f0) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/language/cps/cse", 0x7fff25d630f0) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/share/guile/2.2/language/cps/cse.scm", {st_mode=S_IFREG|0444, st_size=17584, ...}) = 0
1963  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/language/cps/cse.go", 0x7fff25d62f00) = -1 ENOENT (No such file or directory)
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/language/cps/cse.go", 0x7fff25d62f00) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/lib/guile/2.2/site-ccache/language/cps/cse.go", 0x7fff25d62f00) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/language/cps/cse.go", 0x7fff25d62f00) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/language/cps/cse.go", {st_mode=S_IFREG|0444, st_size=91085, ...}) = 0
1963  openat(AT_FDCWD, "/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/language/cps/cse.go", O_RDONLY|O_CLOEXEC) = 13
1963  lseek(13, 0, SEEK_END)            = 91085
1963  mmap(NULL, 91085, PROT_READ, MAP_PRIVATE, 13, 0) = 0x7f481604f000
1963  close(13)                         = 0
1963  mprotect(0x7f481605f000, 10040, PROT_READ|PROT_WRITE) = 0
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/language/cps/effects-analysis.scm", 0x7fff25d62d60) = -1 ENOENT (No such file or directory)
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/language/cps/effects-analysis", 0x7fff25d62d60) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/language/cps/effects-analysis.scm", 0x7fff25d62d60) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/language/cps/effects-analysis", 0x7fff25d62d60) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/share/guile/2.2/language/cps/effects-analysis.scm", {st_mode=S_IFREG|0444, st_size=22908, ...}) = 0
1963  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/language/cps/effects-analysis.go", 0x7fff25d62b70) = -1 ENOENT (No such file or directory)
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/language/cps/effects-analysis.go", 0x7fff25d62b70) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/lib/guile/2.2/site-ccache/language/cps/effects-analysis.go", 0x7fff25d62b70) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/language/cps/effects-analysis.go", 0x7fff25d62b70) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/language/cps/effects-analysis.go", {st_mode=S_IFREG|0444, st_size=242861, ...}) = 0
1963  openat(AT_FDCWD, "/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/language/cps/effects-analysis.go", O_RDONLY|O_CLOEXEC) = 13
1963  lseek(13, 0, SEEK_END)            = 242861
1963  mmap(NULL, 242861, PROT_READ, MAP_PRIVATE, 13, 0) = 0x7f4816013000
1963  close(13)                         = 0
1963  mprotect(0x7f4816033000, 58096, PROT_READ|PROT_WRITE) = 0
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/language/cps/dce.scm", 0x7fff25d630f0) = -1 ENOENT (No such file or directory)
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/language/cps/dce", 0x7fff25d630f0) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/language/cps/dce.scm", 0x7fff25d630f0) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/language/cps/dce", 0x7fff25d630f0) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/share/guile/2.2/language/cps/dce.scm", {st_mode=S_IFREG|0444, st_size=15265, ...}) = 0
1963  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/language/cps/dce.go", 0x7fff25d62f00) = -1 ENOENT (No such file or directory)
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/language/cps/dce.go", 0x7fff25d62f00) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/lib/guile/2.2/site-ccache/language/cps/dce.go", 0x7fff25d62f00) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/language/cps/dce.go", 0x7fff25d62f00) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/language/cps/dce.go", {st_mode=S_IFREG|0444, st_size=82581, ...}) = 0
1963  openat(AT_FDCWD, "/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/language/cps/dce.go", O_RDONLY|O_CLOEXEC) = 13
1963  lseek(13, 0, SEEK_END)            = 82581
1963  mmap(NULL, 82581, PROT_READ, MAP_PRIVATE, 13, 0) = 0x7f4815ffe000
1963  close(13)                         = 0
1963  mprotect(0x7f481600e000, 7592, PROT_READ|PROT_WRITE) = 0
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/language/cps/type-checks.scm", 0x7fff25d62d60) = -1 ENOENT (No such file or directory)
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/language/cps/type-checks", 0x7fff25d62d60) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/language/cps/type-checks.scm", 0x7fff25d62d60) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/language/cps/type-checks", 0x7fff25d62d60) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/share/guile/2.2/language/cps/type-checks.scm", {st_mode=S_IFREG|0444, st_size=3190, ...}) = 0
1963  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/language/cps/type-checks.go", 0x7fff25d62b70) = -1 ENOENT (No such file or directory)
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/language/cps/type-checks.go", 0x7fff25d62b70) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/lib/guile/2.2/site-ccache/language/cps/type-checks.go", 0x7fff25d62b70) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/language/cps/type-checks.go", 0x7fff25d62b70) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/language/cps/type-checks.go", {st_mode=S_IFREG|0444, st_size=70341, ...}) = 0
1963  openat(AT_FDCWD, "/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/language/cps/type-checks.go", O_RDONLY|O_CLOEXEC) = 13
1963  lseek(13, 0, SEEK_END)            = 70341
1963  mmap(NULL, 70341, PROT_READ, MAP_PRIVATE, 13, 0) = 0x7f4815fec000
1963  close(13)                         = 0
1963  mprotect(0x7f4815ffc000, 1832, PROT_READ|PROT_WRITE) = 0
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/language/cps/types.scm", 0x7fff25d629d0) = -1 ENOENT (No such file or directory)
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/language/cps/types", 0x7fff25d629d0) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/language/cps/types.scm", 0x7fff25d629d0) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/language/cps/types", 0x7fff25d629d0) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/share/guile/2.2/language/cps/types.scm", {st_mode=S_IFREG|0444, st_size=68279, ...}) = 0
1963  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/language/cps/types.go", 0x7fff25d627e0) = -1 ENOENT (No such file or directory)
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/language/cps/types.go", 0x7fff25d627e0) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/lib/guile/2.2/site-ccache/language/cps/types.go", 0x7fff25d627e0) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/language/cps/types.go", 0x7fff25d627e0) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/language/cps/types.go", {st_mode=S_IFREG|0444, st_size=704061, ...}) = 0
1963  openat(AT_FDCWD, "/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/language/cps/types.go", O_RDONLY|O_CLOEXEC) = 13
1963  lseek(13, 0, SEEK_END)            = 704061
1963  mmap(NULL, 704061, PROT_READ, MAP_PRIVATE, 13, 0) = 0x7f4815f40000
1963  close(13)                         = 0
1963  mprotect(0x7f4815fb0000, 125024, PROT_READ|PROT_WRITE) = 0
1963  brk(0x12c8000)                    = 0x12c8000
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/language/cps/elide-values.scm", 0x7fff25d630f0) = -1 ENOENT (No such file or directory)
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/language/cps/elide-values", 0x7fff25d630f0) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/language/cps/elide-values.scm", 0x7fff25d630f0) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/language/cps/elide-values", 0x7fff25d630f0) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/share/guile/2.2/language/cps/elide-values.scm", {st_mode=S_IFREG|0444, st_size=3437, ...}) = 0
1963  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/language/cps/elide-values.go", 0x7fff25d62f00) = -1 ENOENT (No such file or directory)
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/language/cps/elide-values.go", 0x7fff25d62f00) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/lib/guile/2.2/site-ccache/language/cps/elide-values.go", 0x7fff25d62f00) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/language/cps/elide-values.go", 0x7fff25d62f00) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/language/cps/elide-values.go", {st_mode=S_IFREG|0444, st_size=71725, ...}) = 0
1963  openat(AT_FDCWD, "/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/language/cps/elide-values.go", O_RDONLY|O_CLOEXEC) = 13
1963  lseek(13, 0, SEEK_END)            = 71725
1963  mmap(NULL, 71725, PROT_READ, MAP_PRIVATE, 13, 0) = 0x7f4815f2e000
1963  close(13)                         = 0
1963  mprotect(0x7f4815f3e000, 2736, PROT_READ|PROT_WRITE) = 0
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/language/cps/licm.scm", 0x7fff25d630f0) = -1 ENOENT (No such file or directory)
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/language/cps/licm", 0x7fff25d630f0) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/language/cps/licm.scm", 0x7fff25d630f0) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/language/cps/licm", 0x7fff25d630f0) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/share/guile/2.2/language/cps/licm.scm", {st_mode=S_IFREG|0444, st_size=14285, ...}) = 0
1963  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/language/cps/licm.go", 0x7fff25d62f00) = -1 ENOENT (No such file or directory)
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/language/cps/licm.go", 0x7fff25d62f00) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/lib/guile/2.2/site-ccache/language/cps/licm.go", 0x7fff25d62f00) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/language/cps/licm.go", 0x7fff25d62f00) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/language/cps/licm.go", {st_mode=S_IFREG|0444, st_size=79077, ...}) = 0
1963  openat(AT_FDCWD, "/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/language/cps/licm.go", O_RDONLY|O_CLOEXEC) = 13
1963  lseek(13, 0, SEEK_END)            = 79077
1963  mmap(NULL, 79077, PROT_READ, MAP_PRIVATE, 13, 0) = 0x7f4815f1a000
1963  close(13)                         = 0
1963  mprotect(0x7f4815f2a000, 4800, PROT_READ|PROT_WRITE) = 0
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/language/cps/peel-loops.scm", 0x7fff25d630f0) = -1 ENOENT (No such file or directory)
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/language/cps/peel-loops", 0x7fff25d630f0) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/language/cps/peel-loops.scm", 0x7fff25d630f0) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/language/cps/peel-loops", 0x7fff25d630f0) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/share/guile/2.2/language/cps/peel-loops.scm", {st_mode=S_IFREG|0444, st_size=12365, ...}) = 0
1963  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/language/cps/peel-loops.go", 0x7fff25d62f00) = -1 ENOENT (No such file or directory)
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/language/cps/peel-loops.go", 0x7fff25d62f00) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/lib/guile/2.2/site-ccache/language/cps/peel-loops.go", 0x7fff25d62f00) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/language/cps/peel-loops.go", 0x7fff25d62f00) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/language/cps/peel-loops.go", {st_mode=S_IFREG|0444, st_size=80125, ...}) = 0
1963  openat(AT_FDCWD, "/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/language/cps/peel-loops.go", O_RDONLY|O_CLOEXEC) = 13
1963  lseek(13, 0, SEEK_END)            = 80125
1963  mmap(NULL, 80125, PROT_READ, MAP_PRIVATE, 13, 0) = 0x7f4815f06000
1963  close(13)                         = 0
1963  mprotect(0x7f4815f16000, 5504, PROT_READ|PROT_WRITE) = 0
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/language/cps/prune-top-level-scopes.scm", 0x7fff25d630f0) = -1 ENOENT (No such file or directory)
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/language/cps/prune-top-level-scopes", 0x7fff25d630f0) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/language/cps/prune-top-level-scopes.scm", 0x7fff25d630f0) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/language/cps/prune-top-level-scopes", 0x7fff25d630f0) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/share/guile/2.2/language/cps/prune-top-level-scopes.scm", {st_mode=S_IFREG|0444, st_size=2302, ...}) = 0
1963  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/language/cps/prune-top-level-scopes.go", 0x7fff25d62f00) = -1 ENOENT (No such file or directory)
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/language/cps/prune-top-level-scopes.go", 0x7fff25d62f00) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/lib/guile/2.2/site-ccache/language/cps/prune-top-level-scopes.go", 0x7fff25d62f00) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/language/cps/prune-top-level-scopes.go", 0x7fff25d62f00) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/language/cps/prune-top-level-scopes.go", {st_mode=S_IFREG|0444, st_size=70229, ...}) = 0
1963  openat(AT_FDCWD, "/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/language/cps/prune-top-level-scopes.go", O_RDONLY|O_CLOEXEC) = 13
1963  lseek(13, 0, SEEK_END)            = 70229
1963  mmap(NULL, 70229, PROT_READ, MAP_PRIVATE, 13, 0) = 0x7f4815ef4000
1963  close(13)                         = 0
1963  mprotect(0x7f4815f04000, 1896, PROT_READ|PROT_WRITE) = 0
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/language/cps/prune-bailouts.scm", 0x7fff25d630f0) = -1 ENOENT (No such file or directory)
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/language/cps/prune-bailouts", 0x7fff25d630f0) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/language/cps/prune-bailouts.scm", 0x7fff25d630f0) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/language/cps/prune-bailouts", 0x7fff25d630f0) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/share/guile/2.2/language/cps/prune-bailouts.scm", {st_mode=S_IFREG|0444, st_size=3190, ...}) = 0
1963  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/language/cps/prune-bailouts.go", 0x7fff25d62f00) = -1 ENOENT (No such file or directory)
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/language/cps/prune-bailouts.go", 0x7fff25d62f00) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/lib/guile/2.2/site-ccache/language/cps/prune-bailouts.go", 0x7fff25d62f00) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/language/cps/prune-bailouts.go", 0x7fff25d62f00) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/language/cps/prune-bailouts.go", {st_mode=S_IFREG|0444, st_size=72285, ...}) = 0
1963  openat(AT_FDCWD, "/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/language/cps/prune-bailouts.go", O_RDONLY|O_CLOEXEC) = 13
1963  lseek(13, 0, SEEK_END)            = 72285
1963  mmap(NULL, 72285, PROT_READ, MAP_PRIVATE, 13, 0) = 0x7f4815ee2000
1963  close(13)                         = 0
1963  mprotect(0x7f4815ef2000, 2848, PROT_READ|PROT_WRITE) = 0
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/language/cps/rotate-loops.scm", 0x7fff25d630f0) = -1 ENOENT (No such file or directory)
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/language/cps/rotate-loops", 0x7fff25d630f0) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/language/cps/rotate-loops.scm", 0x7fff25d630f0) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/language/cps/rotate-loops", 0x7fff25d630f0) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/share/guile/2.2/language/cps/rotate-loops.scm", {st_mode=S_IFREG|0444, st_size=10940, ...}) = 0
1963  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/language/cps/rotate-loops.go", 0x7fff25d62f00) = -1 ENOENT (No such file or directory)
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/language/cps/rotate-loops.go", 0x7fff25d62f00) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/lib/guile/2.2/site-ccache/language/cps/rotate-loops.go", 0x7fff25d62f00) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/language/cps/rotate-loops.go", 0x7fff25d62f00) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/language/cps/rotate-loops.go", {st_mode=S_IFREG|0444, st_size=76533, ...}) = 0
1963  openat(AT_FDCWD, "/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/language/cps/rotate-loops.go", O_RDONLY|O_CLOEXEC) = 13
1963  lseek(13, 0, SEEK_END)            = 76533
1963  mmap(NULL, 76533, PROT_READ, MAP_PRIVATE, 13, 0) = 0x7f4815ecf000
1963  close(13)                         = 0
1963  mprotect(0x7f4815edf000, 3864, PROT_READ|PROT_WRITE) = 0
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/language/cps/self-references.scm", 0x7fff25d630f0) = -1 ENOENT (No such file or directory)
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/language/cps/self-references", 0x7fff25d630f0) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/language/cps/self-references.scm", 0x7fff25d630f0) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/language/cps/self-references", 0x7fff25d630f0) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/share/guile/2.2/language/cps/self-references.scm", {st_mode=S_IFREG|0444, st_size=3297, ...}) = 0
1963  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/language/cps/self-references.go", 0x7fff25d62f00) = -1 ENOENT (No such file or directory)
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/language/cps/self-references.go", 0x7fff25d62f00) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/lib/guile/2.2/site-ccache/language/cps/self-references.go", 0x7fff25d62f00) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/language/cps/self-references.go", 0x7fff25d62f00) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/language/cps/self-references.go", {st_mode=S_IFREG|0444, st_size=71949, ...}) = 0
1963  openat(AT_FDCWD, "/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/language/cps/self-references.go", O_RDONLY|O_CLOEXEC) = 13
1963  lseek(13, 0, SEEK_END)            = 71949
1963  mmap(NULL, 71949, PROT_READ, MAP_PRIVATE, 13, 0) = 0x7f4815ebd000
1963  close(13)                         = 0
1963  mprotect(0x7f4815ecd000, 2720, PROT_READ|PROT_WRITE) = 0
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/language/cps/simplify.scm", 0x7fff25d630f0) = -1 ENOENT (No such file or directory)
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/language/cps/simplify", 0x7fff25d630f0) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/language/cps/simplify.scm", 0x7fff25d630f0) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/language/cps/simplify", 0x7fff25d630f0) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/share/guile/2.2/language/cps/simplify.scm", {st_mode=S_IFREG|0444, st_size=11136, ...}) = 0
1963  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/language/cps/simplify.go", 0x7fff25d62f00) = -1 ENOENT (No such file or directory)
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/language/cps/simplify.go", 0x7fff25d62f00) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/lib/guile/2.2/site-ccache/language/cps/simplify.go", 0x7fff25d62f00) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/language/cps/simplify.go", 0x7fff25d62f00) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/language/cps/simplify.go", {st_mode=S_IFREG|0444, st_size=79317, ...}) = 0
1963  openat(AT_FDCWD, "/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/language/cps/simplify.go", O_RDONLY|O_CLOEXEC) = 13
1963  lseek(13, 0, SEEK_END)            = 79317
1963  mmap(NULL, 79317, PROT_READ, MAP_PRIVATE, 13, 0) = 0x7f4815ea9000
1963  close(13)                         = 0
1963  mprotect(0x7f4815eb9000, 4616, PROT_READ|PROT_WRITE) = 0
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/language/cps/specialize-primcalls.scm", 0x7fff25d630f0) = -1 ENOENT (No such file or directory)
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/language/cps/specialize-primcalls", 0x7fff25d630f0) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/language/cps/specialize-primcalls.scm", 0x7fff25d630f0) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/language/cps/specialize-primcalls", 0x7fff25d630f0) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/share/guile/2.2/language/cps/specialize-primcalls.scm", {st_mode=S_IFREG|0444, st_size=4062, ...}) = 0
1963  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/language/cps/specialize-primcalls.go", 0x7fff25d62f00) = -1 ENOENT (No such file or directory)
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/language/cps/specialize-primcalls.go", 0x7fff25d62f00) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/lib/guile/2.2/site-ccache/language/cps/specialize-primcalls.go", 0x7fff25d62f00) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/language/cps/specialize-primcalls.go", 0x7fff25d62f00) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/language/cps/specialize-primcalls.go", {st_mode=S_IFREG|0444, st_size=74901, ...}) = 0
1963  openat(AT_FDCWD, "/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/language/cps/specialize-primcalls.go", O_RDONLY|O_CLOEXEC) = 13
1963  lseek(13, 0, SEEK_END)            = 74901
1963  mmap(NULL, 74901, PROT_READ, MAP_PRIVATE, 13, 0) = 0x7f4815e96000
1963  close(13)                         = 0
1963  mprotect(0x7f4815ea6000, 3184, PROT_READ|PROT_WRITE) = 0
1963  brk(0x13f1000)                    = 0x13f1000
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/language/cps/specialize-numbers.scm", 0x7fff25d630f0) = -1 ENOENT (No such file or directory)
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/language/cps/specialize-numbers", 0x7fff25d630f0) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/language/cps/specialize-numbers.scm", 0x7fff25d630f0) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/language/cps/specialize-numbers", 0x7fff25d630f0) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/share/guile/2.2/language/cps/specialize-numbers.scm", {st_mode=S_IFREG|0444, st_size=30008, ...}) = 0
1963  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/language/cps/specialize-numbers.go", 0x7fff25d62f00) = -1 ENOENT (No such file or directory)
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/language/cps/specialize-numbers.go", 0x7fff25d62f00) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/lib/guile/2.2/site-ccache/language/cps/specialize-numbers.go", 0x7fff25d62f00) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/language/cps/specialize-numbers.go", 0x7fff25d62f00) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/language/cps/specialize-numbers.go", {st_mode=S_IFREG|0444, st_size=97693, ...}) = 0
1963  openat(AT_FDCWD, "/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/language/cps/specialize-numbers.go", O_RDONLY|O_CLOEXEC) = 13
1963  lseek(13, 0, SEEK_END)            = 97693
1963  mmap(NULL, 97693, PROT_READ, MAP_PRIVATE, 13, 0) = 0x7f4815e7e000
1963  close(13)                         = 0
1963  mprotect(0x7f4815e8e000, 12296, PROT_READ|PROT_WRITE) = 0
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/language/cps/type-fold.scm", 0x7fff25d630f0) = -1 ENOENT (No such file or directory)
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/language/cps/type-fold", 0x7fff25d630f0) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/language/cps/type-fold.scm", 0x7fff25d630f0) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/language/cps/type-fold", 0x7fff25d630f0) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/share/guile/2.2/language/cps/type-fold.scm", {st_mode=S_IFREG|0444, st_size=17723, ...}) = 0
1963  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/language/cps/type-fold.go", 0x7fff25d62f00) = -1 ENOENT (No such file or directory)
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/language/cps/type-fold.go", 0x7fff25d62f00) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/lib/guile/2.2/site-ccache/language/cps/type-fold.go", 0x7fff25d62f00) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/language/cps/type-fold.go", 0x7fff25d62f00) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/language/cps/type-fold.go", {st_mode=S_IFREG|0444, st_size=95957, ...}) = 0
1963  openat(AT_FDCWD, "/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/language/cps/type-fold.go", O_RDONLY|O_CLOEXEC) = 13
1963  lseek(13, 0, SEEK_END)            = 95957
1963  mmap(NULL, 95957, PROT_READ, MAP_PRIVATE, 13, 0) = 0x7f4815e66000
1963  close(13)                         = 0
1963  mprotect(0x7f4815e76000, 17528, PROT_READ|PROT_WRITE) = 0
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/language/cps/verify.scm", 0x7fff25d630f0) = -1 ENOENT (No such file or directory)
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/language/cps/verify", 0x7fff25d630f0) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/language/cps/verify.scm", 0x7fff25d630f0) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/language/cps/verify", 0x7fff25d630f0) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/share/guile/2.2/language/cps/verify.scm", {st_mode=S_IFREG|0444, st_size=10773, ...}) = 0
1963  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/language/cps/verify.go", 0x7fff25d62f00) = -1 ENOENT (No such file or directory)
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/language/cps/verify.go", 0x7fff25d62f00) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/lib/guile/2.2/site-ccache/language/cps/verify.go", 0x7fff25d62f00) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/language/cps/verify.go", 0x7fff25d62f00) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/language/cps/verify.go", {st_mode=S_IFREG|0444, st_size=85829, ...}) = 0
1963  openat(AT_FDCWD, "/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/language/cps/verify.go", O_RDONLY|O_CLOEXEC) = 13
1963  lseek(13, 0, SEEK_END)            = 85829
1963  mmap(NULL, 85829, PROT_READ, MAP_PRIVATE, 13, 0) = 0x7f4815e51000
1963  close(13)                         = 0
1963  mprotect(0x7f4815e61000, 8208, PROT_READ|PROT_WRITE) = 0
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/language/cps/reify-primitives.scm", 0x7fff25d63480) = -1 ENOENT (No such file or directory)
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/language/cps/reify-primitives", 0x7fff25d63480) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/language/cps/reify-primitives.scm", 0x7fff25d63480) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/language/cps/reify-primitives", 0x7fff25d63480) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/share/guile/2.2/language/cps/reify-primitives.scm", {st_mode=S_IFREG|0444, st_size=6910, ...}) = 0
1963  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/language/cps/reify-primitives.go", 0x7fff25d63290) = -1 ENOENT (No such file or directory)
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/language/cps/reify-primitives.go", 0x7fff25d63290) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/lib/guile/2.2/site-ccache/language/cps/reify-primitives.go", 0x7fff25d63290) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/language/cps/reify-primitives.go", 0x7fff25d63290) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/language/cps/reify-primitives.go", {st_mode=S_IFREG|0444, st_size=78989, ...}) = 0
1963  openat(AT_FDCWD, "/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/language/cps/reify-primitives.go", O_RDONLY|O_CLOEXEC) = 13
1963  lseek(13, 0, SEEK_END)            = 78989
1963  mmap(NULL, 78989, PROT_READ, MAP_PRIVATE, 13, 0) = 0x7f4815e3d000
1963  close(13)                         = 0
1963  mprotect(0x7f4815e4d000, 7064, PROT_READ|PROT_WRITE) = 0
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/language/cps/split-rec.scm", 0x7fff25d63480) = -1 ENOENT (No such file or directory)
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/language/cps/split-rec", 0x7fff25d63480) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/language/cps/split-rec.scm", 0x7fff25d63480) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/language/cps/split-rec", 0x7fff25d63480) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/share/guile/2.2/language/cps/split-rec.scm", {st_mode=S_IFREG|0444, st_size=7296, ...}) = 0
1963  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/language/cps/split-rec.go", 0x7fff25d63290) = -1 ENOENT (No such file or directory)
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/language/cps/split-rec.go", 0x7fff25d63290) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/lib/guile/2.2/site-ccache/language/cps/split-rec.go", 0x7fff25d63290) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/language/cps/split-rec.go", 0x7fff25d63290) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/language/cps/split-rec.go", {st_mode=S_IFREG|0444, st_size=75597, ...}) = 0
1963  openat(AT_FDCWD, "/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/language/cps/split-rec.go", O_RDONLY|O_CLOEXEC) = 13
1963  lseek(13, 0, SEEK_END)            = 75597
1963  mmap(NULL, 75597, PROT_READ, MAP_PRIVATE, 13, 0) = 0x7f4815e2a000
1963  close(13)                         = 0
1963  mprotect(0x7f4815e3a000, 3976, PROT_READ|PROT_WRITE) = 0
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/system/vm/assembler.scm", 0x7fff25d63480) = -1 ENOENT (No such file or directory)
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/system/vm/assembler", 0x7fff25d63480) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/system/vm/assembler.scm", 0x7fff25d63480) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/system/vm/assembler", 0x7fff25d63480) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/share/guile/2.2/system/vm/assembler.scm", {st_mode=S_IFREG|0444, st_size=100522, ...}) = 0
1963  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/system/vm/assembler.go", 0x7fff25d63290) = -1 ENOENT (No such file or directory)
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/system/vm/assembler.go", 0x7fff25d63290) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/lib/guile/2.2/site-ccache/system/vm/assembler.go", 0x7fff25d63290) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/system/vm/assembler.go", 0x7fff25d63290) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/system/vm/assembler.go", {st_mode=S_IFREG|0444, st_size=1004397, ...}) = 0
1963  openat(AT_FDCWD, "/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/system/vm/assembler.go", O_RDONLY|O_CLOEXEC) = 13
1963  lseek(13, 0, SEEK_END)            = 1004397
1963  mmap(NULL, 1004397, PROT_READ, MAP_PRIVATE, 13, 0) = 0x7f4815d34000
1963  close(13)                         = 0
1963  mprotect(0x7f4815dc4000, 244168, PROT_READ|PROT_WRITE) = 0
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/system/vm/linker.scm", 0x7fff25d630f0) = -1 ENOENT (No such file or directory)
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/system/vm/linker", 0x7fff25d630f0) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/system/vm/linker.scm", 0x7fff25d630f0) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/system/vm/linker", 0x7fff25d630f0) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/share/guile/2.2/system/vm/linker.scm", {st_mode=S_IFREG|0444, st_size=31832, ...}) = 0
1963  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/system/vm/linker.go", 0x7fff25d62f00) = -1 ENOENT (No such file or directory)
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/system/vm/linker.go", 0x7fff25d62f00) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/lib/guile/2.2/site-ccache/system/vm/linker.go", 0x7fff25d62f00) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/system/vm/linker.go", 0x7fff25d62f00) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/system/vm/linker.go", {st_mode=S_IFREG|0444, st_size=321381, ...}) = 0
1963  openat(AT_FDCWD, "/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/system/vm/linker.go", O_RDONLY|O_CLOEXEC) = 13
1963  lseek(13, 0, SEEK_END)            = 321381
1963  mmap(NULL, 321381, PROT_READ, MAP_PRIVATE, 13, 0) = 0x7f4815ce5000
1963  close(13)                         = 0
1963  mprotect(0x7f4815d15000, 85304, PROT_READ|PROT_WRITE) = 0
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/git.scm", {st_mode=S_IFREG|0444, st_size=1562, ...}) = 0
1963  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/git.go", {st_mode=S_IFREG|0444, st_size=69797, ...}) = 0
1963  openat(AT_FDCWD, "/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/git.go", O_RDONLY|O_CLOEXEC) = 13
1963  lseek(13, 0, SEEK_END)            = 69797
1963  mmap(NULL, 69797, PROT_READ, MAP_PRIVATE, 13, 0) = 0x7f4815cd3000
1963  close(13)                         = 0
1963  mprotect(0x7f4815ce3000, 2152, PROT_READ|PROT_WRITE) = 0
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/git/bindings.scm", {st_mode=S_IFREG|0444, st_size=6606, ...}) = 0
1963  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/git/bindings.go", {st_mode=S_IFREG|0444, st_size=81677, ...}) = 0
1963  openat(AT_FDCWD, "/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/git/bindings.go", O_RDONLY|O_CLOEXEC) = 13
1963  lseek(13, 0, SEEK_END)            = 81677
1963  mmap(NULL, 81677, PROT_READ, MAP_PRIVATE, 13, 0) = 0x7f4815cbf000
1963  close(13)                         = 0
1963  mprotect(0x7f4815ccf000, 9856, PROT_READ|PROT_WRITE) = 0
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/git/config.scm", {st_mode=S_IFREG|0444, st_size=1012, ...}) = 0
1963  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/git/config.go", {st_mode=S_IFREG|0444, st_size=67899, ...}) = 0
1963  openat(AT_FDCWD, "/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/git/config.go", O_RDONLY|O_CLOEXEC) = 13
1963  lseek(13, 0, SEEK_END)            = 67899
1963  mmap(NULL, 67899, PROT_READ, MAP_PRIVATE, 13, 0) = 0x7f4815cae000
1963  close(13)                         = 0
1963  mprotect(0x7f4815cbe000, 496, PROT_READ|PROT_WRITE) = 0
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/git/types.scm", {st_mode=S_IFREG|0444, st_size=4647, ...}) = 0
1963  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/git/types.go", {st_mode=S_IFREG|0444, st_size=673285, ...}) = 0
1963  openat(AT_FDCWD, "/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/git/types.go", O_RDONLY|O_CLOEXEC) = 13
1963  lseek(13, 0, SEEK_END)            = 673285
1963  mmap(NULL, 673285, PROT_READ, MAP_PRIVATE, 13, 0) = 0x7f4815c09000
1963  close(13)                         = 0
1963  mprotect(0x7f4815c69000, 205720, PROT_READ|PROT_WRITE) = 0
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/git/structs.scm", {st_mode=S_IFREG|0444, st_size=16935, ...}) = 0
1963  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/git/structs.go", {st_mode=S_IFREG|0444, st_size=638853, ...}) = 0
1963  openat(AT_FDCWD, "/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/git/structs.go", O_RDONLY|O_CLOEXEC) = 13
1963  lseek(13, 0, SEEK_END)            = 638853
1963  mmap(NULL, 638853, PROT_READ, MAP_PRIVATE, 13, 0) = 0x7f4815b6d000
1963  close(13)                         = 0
1963  mprotect(0x7f4815bcd000, 175392, PROT_READ|PROT_WRITE) = 0
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/bytestructures/guile.scm", {st_mode=S_IFREG|0444, st_size=2260, ...}) = 0
1963  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/bytestructures/guile.go", {st_mode=S_IFREG|0444, st_size=74941, ...}) = 0
1963  openat(AT_FDCWD, "/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/bytestructures/guile.go", O_RDONLY|O_CLOEXEC) = 13
1963  lseek(13, 0, SEEK_END)            = 74941
1963  mmap(NULL, 74941, PROT_READ, MAP_PRIVATE, 13, 0) = 0x7f4815b5a000
1963  close(13)                         = 0
1963  mprotect(0x7f4815b6a000, 6424, PROT_READ|PROT_WRITE) = 0
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/bytestructures/guile/base.scm", {st_mode=S_IFREG|0444, st_size=584, ...}) = 0
1963  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/bytestructures/guile/base.go", {st_mode=S_IFREG|0444, st_size=227893, ...}) = 0
1963  openat(AT_FDCWD, "/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/bytestructures/guile/base.go", O_RDONLY|O_CLOEXEC) = 13
1963  lseek(13, 0, SEEK_END)            = 227893
1963  mmap(NULL, 227893, PROT_READ, MAP_PRIVATE, 13, 0) = 0x7f4815b22000
1963  close(13)                         = 0
1963  mprotect(0x7f4815b42000, 73040, PROT_READ|PROT_WRITE) = 0
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/bytestructures/guile/bytevectors.scm", {st_mode=S_IFREG|0444, st_size=3140, ...}) = 0
1963  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/bytestructures/guile/bytevectors.go", {st_mode=S_IFREG|0444, st_size=73941, ...}) = 0
1963  openat(AT_FDCWD, "/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/bytestructures/guile/bytevectors.go", O_RDONLY|O_CLOEXEC) = 13
1963  lseek(13, 0, SEEK_END)            = 73941
1963  mmap(NULL, 73941, PROT_READ, MAP_PRIVATE, 13, 0) = 0x7f4815b0f000
1963  close(13)                         = 0
1963  mprotect(0x7f4815b1f000, 4832, PROT_READ|PROT_WRITE) = 0
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/rnrs/base.scm", 0x7fff25d62640) = -1 ENOENT (No such file or directory)
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/rnrs/base", 0x7fff25d62640) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/rnrs/base.scm", 0x7fff25d62640) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/rnrs/base", 0x7fff25d62640) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/share/guile/2.2/rnrs/base.scm", {st_mode=S_IFREG|0444, st_size=10294, ...}) = 0
1963  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/rnrs/base.go", 0x7fff25d62450) = -1 ENOENT (No such file or directory)
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/rnrs/base.go", 0x7fff25d62450) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/lib/guile/2.2/site-ccache/rnrs/base.go", 0x7fff25d62450) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/rnrs/base.go", 0x7fff25d62450) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/rnrs/base.go", {st_mode=S_IFREG|0444, st_size=103485, ...}) = 0
1963  openat(AT_FDCWD, "/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/rnrs/base.go", O_RDONLY|O_CLOEXEC) = 13
1963  lseek(13, 0, SEEK_END)            = 103485
1963  mmap(NULL, 103485, PROT_READ, MAP_PRIVATE, 13, 0) = 0x7f4815af5000
1963  close(13)                         = 0
1963  mprotect(0x7f4815b05000, 28736, PROT_READ|PROT_WRITE) = 0
1963  brk(0x157d000)                    = 0x157d000
1963  brk(0x158d000)                    = 0x158d000
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/rnrs/control.scm", 0x7fff25d62640) = -1 ENOENT (No such file or directory)
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/rnrs/control", 0x7fff25d62640) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/rnrs/control.scm", 0x7fff25d62640) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/rnrs/control", 0x7fff25d62640) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/share/guile/2.2/rnrs/control.scm", {st_mode=S_IFREG|0444, st_size=986, ...}) = 0
1963  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/rnrs/control.go", 0x7fff25d62450) = -1 ENOENT (No such file or directory)
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/rnrs/control.go", 0x7fff25d62450) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/lib/guile/2.2/site-ccache/rnrs/control.go", 0x7fff25d62450) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/rnrs/control.go", 0x7fff25d62450) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/rnrs/control.go", {st_mode=S_IFREG|0444, st_size=68989, ...}) = 0
1963  openat(AT_FDCWD, "/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/rnrs/control.go", O_RDONLY|O_CLOEXEC) = 13
1963  lseek(13, 0, SEEK_END)            = 68989
1963  mmap(NULL, 68989, PROT_READ, MAP_PRIVATE, 13, 0) = 0x7f4815ae4000
1963  close(13)                         = 0
1963  mprotect(0x7f4815af4000, 1152, PROT_READ|PROT_WRITE) = 0
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/bytestructures/r6/bytevectors.scm", {st_mode=S_IFREG|0444, st_size=3191, ...}) = 0
1963  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/bytestructures/r6/bytevectors.go", {st_mode=S_IFREG|0444, st_size=74205, ...}) = 0
1963  openat(AT_FDCWD, "/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/bytestructures/r6/bytevectors.go", O_RDONLY|O_CLOEXEC) = 13
1963  lseek(13, 0, SEEK_END)            = 74205
1963  mmap(NULL, 74205, PROT_READ, MAP_PRIVATE, 13, 0) = 0x7f4815ad1000
1963  close(13)                         = 0
1963  mprotect(0x7f4815ae1000, 4952, PROT_READ|PROT_WRITE) = 0
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/bytestructures/guile/utils.scm", {st_mode=S_IFREG|0444, st_size=150, ...}) = 0
1963  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/bytestructures/guile/utils.go", {st_mode=S_IFREG|0444, st_size=72573, ...}) = 0
1963  openat(AT_FDCWD, "/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/bytestructures/guile/utils.go", O_RDONLY|O_CLOEXEC) = 13
1963  lseek(13, 0, SEEK_END)            = 72573
1963  mmap(NULL, 72573, PROT_READ, MAP_PRIVATE, 13, 0) = 0x7f4815abf000
1963  close(13)                         = 0
1963  mprotect(0x7f4815acf000, 4104, PROT_READ|PROT_WRITE) = 0
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/bytestructures/guile/vector.scm", {st_mode=S_IFREG|0444, st_size=273, ...}) = 0
1963  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/bytestructures/guile/vector.go", {st_mode=S_IFREG|0444, st_size=99917, ...}) = 0
1963  openat(AT_FDCWD, "/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/bytestructures/guile/vector.go", O_RDONLY|O_CLOEXEC) = 13
1963  lseek(13, 0, SEEK_END)            = 99917
1963  mmap(NULL, 99917, PROT_READ, MAP_PRIVATE, 13, 0) = 0x7f4815aa6000
1963  close(13)                         = 0
1963  mprotect(0x7f4815ab6000, 26920, PROT_READ|PROT_WRITE) = 0
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/bytestructures/guile/struct.scm", {st_mode=S_IFREG|0444, st_size=382, ...}) = 0
1963  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/bytestructures/guile/struct.go", {st_mode=S_IFREG|0444, st_size=195373, ...}) = 0
1963  openat(AT_FDCWD, "/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/bytestructures/guile/struct.go", O_RDONLY|O_CLOEXEC) = 13
1963  lseek(13, 0, SEEK_END)            = 195373
1963  mmap(NULL, 195373, PROT_READ, MAP_PRIVATE, 13, 0) = 0x7f4815a76000
1963  close(13)                         = 0
1963  mprotect(0x7f4815a96000, 47632, PROT_READ|PROT_WRITE) = 0
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/bytestructures/guile/bitfields.scm", {st_mode=S_IFREG|0444, st_size=299, ...}) = 0
1963  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/bytestructures/guile/bitfields.go", {st_mode=S_IFREG|0444, st_size=106237, ...}) = 0
1963  openat(AT_FDCWD, "/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/bytestructures/guile/bitfields.go", O_RDONLY|O_CLOEXEC) = 13
1963  lseek(13, 0, SEEK_END)            = 106237
1963  mmap(NULL, 106237, PROT_READ, MAP_PRIVATE, 13, 0) = 0x7f4815a5c000
1963  close(13)                         = 0
1963  mprotect(0x7f4815a6c000, 31648, PROT_READ|PROT_WRITE) = 0
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/srfi/srfi-60.scm", 0x7fff25d62640) = -1 ENOENT (No such file or directory)
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/srfi/srfi-60", 0x7fff25d62640) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/srfi/srfi-60.scm", 0x7fff25d62640) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/srfi/srfi-60", 0x7fff25d62640) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/share/guile/2.2/srfi/srfi-60.scm", {st_mode=S_IFREG|0444, st_size=2174, ...}) = 0
1963  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/srfi/srfi-60.go", 0x7fff25d62450) = -1 ENOENT (No such file or directory)
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/srfi/srfi-60.go", 0x7fff25d62450) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/lib/guile/2.2/site-ccache/srfi/srfi-60.go", 0x7fff25d62450) = -1 ENOENT (No such file or directory)
1963  stat("/run/current-system/profile/share/guile/site/2.2/srfi/srfi-60.go", 0x7fff25d62450) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/srfi/srfi-60.go", {st_mode=S_IFREG|0444, st_size=70597, ...}) = 0
1963  openat(AT_FDCWD, "/gnu/store/p9wm67w3rfw3hlb9iljgvsfn84mz4w9d-guile-2.2.4/lib/guile/2.2/ccache/srfi/srfi-60.go", O_RDONLY|O_CLOEXEC) = 13
1963  lseek(13, 0, SEEK_END)            = 70597
1963  mmap(NULL, 70597, PROT_READ, MAP_PRIVATE, 13, 0) = 0x7f4815a4a000
1963  close(13)                         = 0
1963  mprotect(0x7f4815a5a000, 2480, PROT_READ|PROT_WRITE) = 0
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/bytestructures/guile/numeric-metadata.scm", {st_mode=S_IFREG|0444, st_size=503, ...}) = 0
1963  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/bytestructures/guile/numeric-metadata.go", {st_mode=S_IFREG|0444, st_size=69141, ...}) = 0
1963  openat(AT_FDCWD, "/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/bytestructures/guile/numeric-metadata.go", O_RDONLY|O_CLOEXEC) = 13
1963  lseek(13, 0, SEEK_END)            = 69141
1963  mmap(NULL, 69141, PROT_READ, MAP_PRIVATE, 13, 0) = 0x7f4815a39000
1963  close(13)                         = 0
1963  mprotect(0x7f4815a49000, 1456, PROT_READ|PROT_WRITE) = 0
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/bytestructures/guile/numeric-all.scm", {st_mode=S_IFREG|0444, st_size=425, ...}) = 0
1963  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/bytestructures/guile/numeric-all.go", {st_mode=S_IFREG|0444, st_size=322565, ...}) = 0
1963  openat(AT_FDCWD, "/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/bytestructures/guile/numeric-all.go", O_RDONLY|O_CLOEXEC) = 13
1963  lseek(13, 0, SEEK_END)            = 322565
1963  mmap(NULL, 322565, PROT_READ, MAP_PRIVATE, 13, 0) = 0x7f48159ea000
1963  close(13)                         = 0
1963  mprotect(0x7f4815a1a000, 93872, PROT_READ|PROT_WRITE) = 0
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/bytestructures/guile/explicit-endianness.scm", {st_mode=S_IFREG|0444, st_size=272, ...}) = 0
1963  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/bytestructures/guile/explicit-endianness.go", {st_mode=S_IFREG|0444, st_size=84413, ...}) = 0
1963  openat(AT_FDCWD, "/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/bytestructures/guile/explicit-endianness.go", O_RDONLY|O_CLOEXEC) = 13
1963  lseek(13, 0, SEEK_END)            = 84413
1963  mmap(NULL, 84413, PROT_READ, MAP_PRIVATE, 13, 0) = 0x7f48159d5000
1963  close(13)                         = 0
1963  mprotect(0x7f48159e5000, 10808, PROT_READ|PROT_WRITE) = 0
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/bytestructures/guile/numeric-data-model.scm", {st_mode=S_IFREG|0444, st_size=686, ...}) = 0
1963  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/bytestructures/guile/numeric-data-model.go", {st_mode=S_IFREG|0444, st_size=69861, ...}) = 0
1963  openat(AT_FDCWD, "/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/bytestructures/guile/numeric-data-model.go", O_RDONLY|O_CLOEXEC) = 13
1963  lseek(13, 0, SEEK_END)            = 69861
1963  mmap(NULL, 69861, PROT_READ, MAP_PRIVATE, 13, 0) = 0x7f48159c3000
1963  close(13)                         = 0
1963  mprotect(0x7f48159d3000, 1792, PROT_READ|PROT_WRITE) = 0
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/bytestructures/guile/union.scm", {st_mode=S_IFREG|0444, st_size=334, ...}) = 0
1963  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/bytestructures/guile/union.go", {st_mode=S_IFREG|0444, st_size=95733, ...}) = 0
1963  openat(AT_FDCWD, "/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/bytestructures/guile/union.go", O_RDONLY|O_CLOEXEC) = 13
1963  lseek(13, 0, SEEK_END)            = 95733
1963  mmap(NULL, 95733, PROT_READ, MAP_PRIVATE, 13, 0) = 0x7f48159ab000
1963  close(13)                         = 0
1963  mprotect(0x7f48159bb000, 22976, PROT_READ|PROT_WRITE) = 0
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/bytestructures/guile/pointer.scm", {st_mode=S_IFREG|0444, st_size=4107, ...}) = 0
1963  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/bytestructures/guile/pointer.go", {st_mode=S_IFREG|0444, st_size=99933, ...}) = 0
1963  openat(AT_FDCWD, "/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/bytestructures/guile/pointer.go", O_RDONLY|O_CLOEXEC) = 13
1963  lseek(13, 0, SEEK_END)            = 99933
1963  mmap(NULL, 99933, PROT_READ, MAP_PRIVATE, 13, 0) = 0x7f4815992000
1963  close(13)                         = 0
1963  mprotect(0x7f48159a2000, 26840, PROT_READ|PROT_WRITE) = 0
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/bytestructures/guile/numeric.scm", {st_mode=S_IFREG|0444, st_size=544, ...}) = 0
1963  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/bytestructures/guile/numeric.go", {st_mode=S_IFREG|0444, st_size=70981, ...}) = 0
1963  openat(AT_FDCWD, "/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/bytestructures/guile/numeric.go", O_RDONLY|O_CLOEXEC) = 13
1963  lseek(13, 0, SEEK_END)            = 70981
1963  mmap(NULL, 70981, PROT_READ, MAP_PRIVATE, 13, 0) = 0x7f4815980000
1963  close(13)                         = 0
1963  mprotect(0x7f4815990000, 3304, PROT_READ|PROT_WRITE) = 0
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/bytestructures/guile/string.scm", {st_mode=S_IFREG|0444, st_size=262, ...}) = 0
1963  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/bytestructures/guile/string.go", {st_mode=S_IFREG|0444, st_size=80021, ...}) = 0
1963  openat(AT_FDCWD, "/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/bytestructures/guile/string.go", O_RDONLY|O_CLOEXEC) = 13
1963  lseek(13, 0, SEEK_END)            = 80021
1963  mmap(NULL, 80021, PROT_READ, MAP_PRIVATE, 13, 0) = 0x7f481596c000
1963  close(13)                         = 0
1963  mprotect(0x7f481597c000, 8944, PROT_READ|PROT_WRITE) = 0
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/bytestructures/guile/cstring-pointer.scm", {st_mode=S_IFREG|0444, st_size=2679, ...}) = 0
1963  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/bytestructures/guile/cstring-pointer.go", {st_mode=S_IFREG|0444, st_size=73917, ...}) = 0
1963  openat(AT_FDCWD, "/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/bytestructures/guile/cstring-pointer.go", O_RDONLY|O_CLOEXEC) = 13
1963  lseek(13, 0, SEEK_END)            = 73917
1963  mmap(NULL, 73917, PROT_READ, MAP_PRIVATE, 13, 0) = 0x7f4815959000
1963  close(13)                         = 0
1963  mprotect(0x7f4815969000, 4848, PROT_READ|PROT_WRITE) = 0
1963  brk(0x159d000)                    = 0x159d000
1963  openat(AT_FDCWD, "/gnu/store/0cmzxba0lqgb6kv64nkr291vhpq2zmbx-libgit2-0.26.5/lib/libgit2.la", O_RDONLY) = -1 ENOENT (No such file or directory)
1963  openat(AT_FDCWD, "/gnu/store/0cmzxba0lqgb6kv64nkr291vhpq2zmbx-libgit2-0.26.5/lib/libgit2.so", O_RDONLY|O_CLOEXEC) = 13
1963  read(13, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0pv\1\0\0\0\0\0"..., 832) = 832
1963  fstat(13, {st_mode=S_IFREG|0555, st_size=1063352, ...}) = 0
1963  mmap(NULL, 3035440, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 13, 0) = 0x7f4815673000
1963  mprotect(0x7f4815752000, 2097152, PROT_NONE) = 0
1963  mmap(0x7f4815952000, 24576, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 13, 0xdf000) = 0x7f4815952000
1963  mmap(0x7f4815958000, 304, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f4815958000
1963  close(13)                         = 0
1963  openat(AT_FDCWD, "/gnu/store/0cmzxba0lqgb6kv64nkr291vhpq2zmbx-libgit2-0.26.5/lib/tls/x86_64/x86_64/libhttp_parser.so.2.8", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/0cmzxba0lqgb6kv64nkr291vhpq2zmbx-libgit2-0.26.5/lib/tls/x86_64/x86_64", 0x7fff25d62860) = -1 ENOENT (No such file or directory)
1963  openat(AT_FDCWD, "/gnu/store/0cmzxba0lqgb6kv64nkr291vhpq2zmbx-libgit2-0.26.5/lib/tls/x86_64/libhttp_parser.so.2.8", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/0cmzxba0lqgb6kv64nkr291vhpq2zmbx-libgit2-0.26.5/lib/tls/x86_64", 0x7fff25d62860) = -1 ENOENT (No such file or directory)
1963  openat(AT_FDCWD, "/gnu/store/0cmzxba0lqgb6kv64nkr291vhpq2zmbx-libgit2-0.26.5/lib/tls/x86_64/libhttp_parser.so.2.8", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/0cmzxba0lqgb6kv64nkr291vhpq2zmbx-libgit2-0.26.5/lib/tls/x86_64", 0x7fff25d62860) = -1 ENOENT (No such file or directory)
1963  openat(AT_FDCWD, "/gnu/store/0cmzxba0lqgb6kv64nkr291vhpq2zmbx-libgit2-0.26.5/lib/tls/libhttp_parser.so.2.8", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/0cmzxba0lqgb6kv64nkr291vhpq2zmbx-libgit2-0.26.5/lib/tls", 0x7fff25d62860) = -1 ENOENT (No such file or directory)
1963  openat(AT_FDCWD, "/gnu/store/0cmzxba0lqgb6kv64nkr291vhpq2zmbx-libgit2-0.26.5/lib/x86_64/x86_64/libhttp_parser.so.2.8", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/0cmzxba0lqgb6kv64nkr291vhpq2zmbx-libgit2-0.26.5/lib/x86_64/x86_64", 0x7fff25d62860) = -1 ENOENT (No such file or directory)
1963  openat(AT_FDCWD, "/gnu/store/0cmzxba0lqgb6kv64nkr291vhpq2zmbx-libgit2-0.26.5/lib/x86_64/libhttp_parser.so.2.8", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/0cmzxba0lqgb6kv64nkr291vhpq2zmbx-libgit2-0.26.5/lib/x86_64", 0x7fff25d62860) = -1 ENOENT (No such file or directory)
1963  openat(AT_FDCWD, "/gnu/store/0cmzxba0lqgb6kv64nkr291vhpq2zmbx-libgit2-0.26.5/lib/x86_64/libhttp_parser.so.2.8", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/0cmzxba0lqgb6kv64nkr291vhpq2zmbx-libgit2-0.26.5/lib/x86_64", 0x7fff25d62860) = -1 ENOENT (No such file or directory)
1963  openat(AT_FDCWD, "/gnu/store/0cmzxba0lqgb6kv64nkr291vhpq2zmbx-libgit2-0.26.5/lib/libhttp_parser.so.2.8", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/0cmzxba0lqgb6kv64nkr291vhpq2zmbx-libgit2-0.26.5/lib", {st_mode=S_IFDIR|0555, st_size=4096, ...}) = 0
1963  openat(AT_FDCWD, "/gnu/store/l4lr0f5cjd0nbsaaf8b5dmcw1a1yypr3-glibc-2.27/lib/libhttp_parser.so.2.8", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1963  openat(AT_FDCWD, "/gnu/store/vla5j7pbkpcp39lsdfsmz7m9azn48lr4-gcc-5.5.0-lib/lib/libhttp_parser.so.2.8", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1963  openat(AT_FDCWD, "/gnu/store/5v1a7k3hdn4g3y5g8rhsx1csv2rrvf6j-http-parser-2.8.1/lib/tls/x86_64/x86_64/libhttp_parser.so.2.8", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/5v1a7k3hdn4g3y5g8rhsx1csv2rrvf6j-http-parser-2.8.1/lib/tls/x86_64/x86_64", 0x7fff25d62860) = -1 ENOENT (No such file or directory)
1963  openat(AT_FDCWD, "/gnu/store/5v1a7k3hdn4g3y5g8rhsx1csv2rrvf6j-http-parser-2.8.1/lib/tls/x86_64/libhttp_parser.so.2.8", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/5v1a7k3hdn4g3y5g8rhsx1csv2rrvf6j-http-parser-2.8.1/lib/tls/x86_64", 0x7fff25d62860) = -1 ENOENT (No such file or directory)
1963  openat(AT_FDCWD, "/gnu/store/5v1a7k3hdn4g3y5g8rhsx1csv2rrvf6j-http-parser-2.8.1/lib/tls/x86_64/libhttp_parser.so.2.8", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/5v1a7k3hdn4g3y5g8rhsx1csv2rrvf6j-http-parser-2.8.1/lib/tls/x86_64", 0x7fff25d62860) = -1 ENOENT (No such file or directory)
1963  openat(AT_FDCWD, "/gnu/store/5v1a7k3hdn4g3y5g8rhsx1csv2rrvf6j-http-parser-2.8.1/lib/tls/libhttp_parser.so.2.8", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/5v1a7k3hdn4g3y5g8rhsx1csv2rrvf6j-http-parser-2.8.1/lib/tls", 0x7fff25d62860) = -1 ENOENT (No such file or directory)
1963  openat(AT_FDCWD, "/gnu/store/5v1a7k3hdn4g3y5g8rhsx1csv2rrvf6j-http-parser-2.8.1/lib/x86_64/x86_64/libhttp_parser.so.2.8", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/5v1a7k3hdn4g3y5g8rhsx1csv2rrvf6j-http-parser-2.8.1/lib/x86_64/x86_64", 0x7fff25d62860) = -1 ENOENT (No such file or directory)
1963  openat(AT_FDCWD, "/gnu/store/5v1a7k3hdn4g3y5g8rhsx1csv2rrvf6j-http-parser-2.8.1/lib/x86_64/libhttp_parser.so.2.8", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/5v1a7k3hdn4g3y5g8rhsx1csv2rrvf6j-http-parser-2.8.1/lib/x86_64", 0x7fff25d62860) = -1 ENOENT (No such file or directory)
1963  openat(AT_FDCWD, "/gnu/store/5v1a7k3hdn4g3y5g8rhsx1csv2rrvf6j-http-parser-2.8.1/lib/x86_64/libhttp_parser.so.2.8", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/5v1a7k3hdn4g3y5g8rhsx1csv2rrvf6j-http-parser-2.8.1/lib/x86_64", 0x7fff25d62860) = -1 ENOENT (No such file or directory)
1963  openat(AT_FDCWD, "/gnu/store/5v1a7k3hdn4g3y5g8rhsx1csv2rrvf6j-http-parser-2.8.1/lib/libhttp_parser.so.2.8", O_RDONLY|O_CLOEXEC) = 13
1963  read(13, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0P\23\0\0\0\0\0\0"..., 832) = 832
1963  fstat(13, {st_mode=S_IFREG|0555, st_size=33712, ...}) = 0
1963  mmap(NULL, 2125888, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 13, 0) = 0x7f481546b000
1963  mprotect(0x7f4815472000, 2093056, PROT_NONE) = 0
1963  mmap(0x7f4815671000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 13, 0x6000) = 0x7f4815671000
1963  close(13)                         = 0
1963  openat(AT_FDCWD, "/gnu/store/0cmzxba0lqgb6kv64nkr291vhpq2zmbx-libgit2-0.26.5/lib/libz.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1963  openat(AT_FDCWD, "/gnu/store/l4lr0f5cjd0nbsaaf8b5dmcw1a1yypr3-glibc-2.27/lib/libz.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1963  openat(AT_FDCWD, "/gnu/store/vla5j7pbkpcp39lsdfsmz7m9azn48lr4-gcc-5.5.0-lib/lib/libz.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1963  openat(AT_FDCWD, "/gnu/store/5v1a7k3hdn4g3y5g8rhsx1csv2rrvf6j-http-parser-2.8.1/lib/libz.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1963  openat(AT_FDCWD, "/gnu/store/fxiwj2wpp11sif613axdax7gmwzsg6kp-zlib-1.2.11/lib/tls/x86_64/x86_64/libz.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/fxiwj2wpp11sif613axdax7gmwzsg6kp-zlib-1.2.11/lib/tls/x86_64/x86_64", 0x7fff25d62830) = -1 ENOENT (No such file or directory)
1963  openat(AT_FDCWD, "/gnu/store/fxiwj2wpp11sif613axdax7gmwzsg6kp-zlib-1.2.11/lib/tls/x86_64/libz.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/fxiwj2wpp11sif613axdax7gmwzsg6kp-zlib-1.2.11/lib/tls/x86_64", 0x7fff25d62830) = -1 ENOENT (No such file or directory)
1963  openat(AT_FDCWD, "/gnu/store/fxiwj2wpp11sif613axdax7gmwzsg6kp-zlib-1.2.11/lib/tls/x86_64/libz.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/fxiwj2wpp11sif613axdax7gmwzsg6kp-zlib-1.2.11/lib/tls/x86_64", 0x7fff25d62830) = -1 ENOENT (No such file or directory)
1963  openat(AT_FDCWD, "/gnu/store/fxiwj2wpp11sif613axdax7gmwzsg6kp-zlib-1.2.11/lib/tls/libz.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/fxiwj2wpp11sif613axdax7gmwzsg6kp-zlib-1.2.11/lib/tls", 0x7fff25d62830) = -1 ENOENT (No such file or directory)
1963  openat(AT_FDCWD, "/gnu/store/fxiwj2wpp11sif613axdax7gmwzsg6kp-zlib-1.2.11/lib/x86_64/x86_64/libz.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/fxiwj2wpp11sif613axdax7gmwzsg6kp-zlib-1.2.11/lib/x86_64/x86_64", 0x7fff25d62830) = -1 ENOENT (No such file or directory)
1963  openat(AT_FDCWD, "/gnu/store/fxiwj2wpp11sif613axdax7gmwzsg6kp-zlib-1.2.11/lib/x86_64/libz.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/fxiwj2wpp11sif613axdax7gmwzsg6kp-zlib-1.2.11/lib/x86_64", 0x7fff25d62830) = -1 ENOENT (No such file or directory)
1963  openat(AT_FDCWD, "/gnu/store/fxiwj2wpp11sif613axdax7gmwzsg6kp-zlib-1.2.11/lib/x86_64/libz.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/fxiwj2wpp11sif613axdax7gmwzsg6kp-zlib-1.2.11/lib/x86_64", 0x7fff25d62830) = -1 ENOENT (No such file or directory)
1963  openat(AT_FDCWD, "/gnu/store/fxiwj2wpp11sif613axdax7gmwzsg6kp-zlib-1.2.11/lib/libz.so.1", O_RDONLY|O_CLOEXEC) = 13
1963  read(13, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0 '\0\0\0\0\0\0"..., 832) = 832
1963  fstat(13, {st_mode=S_IFREG|0555, st_size=121128, ...}) = 0
1963  mmap(NULL, 2208128, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 13, 0) = 0x7f481524f000
1963  mprotect(0x7f4815269000, 2097152, PROT_NONE) = 0
1963  mmap(0x7f4815469000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 13, 0x1a000) = 0x7f4815469000
1963  close(13)                         = 0
1963  openat(AT_FDCWD, "/gnu/store/0cmzxba0lqgb6kv64nkr291vhpq2zmbx-libgit2-0.26.5/lib/libssl.so.1.0.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1963  openat(AT_FDCWD, "/gnu/store/l4lr0f5cjd0nbsaaf8b5dmcw1a1yypr3-glibc-2.27/lib/libssl.so.1.0.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1963  openat(AT_FDCWD, "/gnu/store/vla5j7pbkpcp39lsdfsmz7m9azn48lr4-gcc-5.5.0-lib/lib/libssl.so.1.0.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1963  openat(AT_FDCWD, "/gnu/store/5v1a7k3hdn4g3y5g8rhsx1csv2rrvf6j-http-parser-2.8.1/lib/libssl.so.1.0.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1963  openat(AT_FDCWD, "/gnu/store/fxiwj2wpp11sif613axdax7gmwzsg6kp-zlib-1.2.11/lib/libssl.so.1.0.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1963  openat(AT_FDCWD, "/gnu/store/x8nacy2qpqlwi0gm7r6slcynv1cwmicb-openssl-1.0.2o/lib/tls/x86_64/x86_64/libssl.so.1.0.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/x8nacy2qpqlwi0gm7r6slcynv1cwmicb-openssl-1.0.2o/lib/tls/x86_64/x86_64", 0x7fff25d62800) = -1 ENOENT (No such file or directory)
1963  openat(AT_FDCWD, "/gnu/store/x8nacy2qpqlwi0gm7r6slcynv1cwmicb-openssl-1.0.2o/lib/tls/x86_64/libssl.so.1.0.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/x8nacy2qpqlwi0gm7r6slcynv1cwmicb-openssl-1.0.2o/lib/tls/x86_64", 0x7fff25d62800) = -1 ENOENT (No such file or directory)
1963  openat(AT_FDCWD, "/gnu/store/x8nacy2qpqlwi0gm7r6slcynv1cwmicb-openssl-1.0.2o/lib/tls/x86_64/libssl.so.1.0.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/x8nacy2qpqlwi0gm7r6slcynv1cwmicb-openssl-1.0.2o/lib/tls/x86_64", 0x7fff25d62800) = -1 ENOENT (No such file or directory)
1963  openat(AT_FDCWD, "/gnu/store/x8nacy2qpqlwi0gm7r6slcynv1cwmicb-openssl-1.0.2o/lib/tls/libssl.so.1.0.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/x8nacy2qpqlwi0gm7r6slcynv1cwmicb-openssl-1.0.2o/lib/tls", 0x7fff25d62800) = -1 ENOENT (No such file or directory)
1963  openat(AT_FDCWD, "/gnu/store/x8nacy2qpqlwi0gm7r6slcynv1cwmicb-openssl-1.0.2o/lib/x86_64/x86_64/libssl.so.1.0.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/x8nacy2qpqlwi0gm7r6slcynv1cwmicb-openssl-1.0.2o/lib/x86_64/x86_64", 0x7fff25d62800) = -1 ENOENT (No such file or directory)
1963  openat(AT_FDCWD, "/gnu/store/x8nacy2qpqlwi0gm7r6slcynv1cwmicb-openssl-1.0.2o/lib/x86_64/libssl.so.1.0.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/x8nacy2qpqlwi0gm7r6slcynv1cwmicb-openssl-1.0.2o/lib/x86_64", 0x7fff25d62800) = -1 ENOENT (No such file or directory)
1963  openat(AT_FDCWD, "/gnu/store/x8nacy2qpqlwi0gm7r6slcynv1cwmicb-openssl-1.0.2o/lib/x86_64/libssl.so.1.0.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/x8nacy2qpqlwi0gm7r6slcynv1cwmicb-openssl-1.0.2o/lib/x86_64", 0x7fff25d62800) = -1 ENOENT (No such file or directory)
1963  openat(AT_FDCWD, "/gnu/store/x8nacy2qpqlwi0gm7r6slcynv1cwmicb-openssl-1.0.2o/lib/libssl.so.1.0.0", O_RDONLY|O_CLOEXEC) = 13
1963  read(13, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0@\260\1\0\0\0\0\0"..., 832) = 832
1963  fstat(13, {st_mode=S_IFREG|0444, st_size=523512, ...}) = 0
1963  mmap(NULL, 2568752, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 13, 0) = 0x7f4814fdb000
1963  mprotect(0x7f4815044000, 2097152, PROT_NONE) = 0
1963  mmap(0x7f4815244000, 45056, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 13, 0x69000) = 0x7f4815244000
1963  close(13)                         = 0
1963  openat(AT_FDCWD, "/gnu/store/0cmzxba0lqgb6kv64nkr291vhpq2zmbx-libgit2-0.26.5/lib/libcrypto.so.1.0.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1963  openat(AT_FDCWD, "/gnu/store/l4lr0f5cjd0nbsaaf8b5dmcw1a1yypr3-glibc-2.27/lib/libcrypto.so.1.0.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1963  openat(AT_FDCWD, "/gnu/store/vla5j7pbkpcp39lsdfsmz7m9azn48lr4-gcc-5.5.0-lib/lib/libcrypto.so.1.0.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1963  openat(AT_FDCWD, "/gnu/store/5v1a7k3hdn4g3y5g8rhsx1csv2rrvf6j-http-parser-2.8.1/lib/libcrypto.so.1.0.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1963  openat(AT_FDCWD, "/gnu/store/fxiwj2wpp11sif613axdax7gmwzsg6kp-zlib-1.2.11/lib/libcrypto.so.1.0.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1963  openat(AT_FDCWD, "/gnu/store/x8nacy2qpqlwi0gm7r6slcynv1cwmicb-openssl-1.0.2o/lib/libcrypto.so.1.0.0", O_RDONLY|O_CLOEXEC) = 13
1963  read(13, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\0\16\7\0\0\0\0\0"..., 832) = 832
1963  fstat(13, {st_mode=S_IFREG|0444, st_size=2720728, ...}) = 0
1963  mmap(NULL, 4573504, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 13, 0) = 0x7f4814b7e000
1963  mprotect(0x7f4814db1000, 2097152, PROT_NONE) = 0
1963  mmap(0x7f4814fb1000, 159744, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 13, 0x233000) = 0x7f4814fb1000
1963  mmap(0x7f4814fd8000, 10560, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f4814fd8000
1963  close(13)                         = 0
1963  openat(AT_FDCWD, "/gnu/store/0cmzxba0lqgb6kv64nkr291vhpq2zmbx-libgit2-0.26.5/lib/libssh2.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1963  openat(AT_FDCWD, "/gnu/store/l4lr0f5cjd0nbsaaf8b5dmcw1a1yypr3-glibc-2.27/lib/libssh2.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1963  openat(AT_FDCWD, "/gnu/store/vla5j7pbkpcp39lsdfsmz7m9azn48lr4-gcc-5.5.0-lib/lib/libssh2.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1963  openat(AT_FDCWD, "/gnu/store/5v1a7k3hdn4g3y5g8rhsx1csv2rrvf6j-http-parser-2.8.1/lib/libssh2.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1963  openat(AT_FDCWD, "/gnu/store/fxiwj2wpp11sif613axdax7gmwzsg6kp-zlib-1.2.11/lib/libssh2.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1963  openat(AT_FDCWD, "/gnu/store/x8nacy2qpqlwi0gm7r6slcynv1cwmicb-openssl-1.0.2o/lib/libssh2.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1963  openat(AT_FDCWD, "/gnu/store/r4q5x1dc8q3g885d67m18il2d6hpbddl-libssh2-1.8.0/lib/tls/x86_64/x86_64/libssh2.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/r4q5x1dc8q3g885d67m18il2d6hpbddl-libssh2-1.8.0/lib/tls/x86_64/x86_64", 0x7fff25d627a0) = -1 ENOENT (No such file or directory)
1963  openat(AT_FDCWD, "/gnu/store/r4q5x1dc8q3g885d67m18il2d6hpbddl-libssh2-1.8.0/lib/tls/x86_64/libssh2.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/r4q5x1dc8q3g885d67m18il2d6hpbddl-libssh2-1.8.0/lib/tls/x86_64", 0x7fff25d627a0) = -1 ENOENT (No such file or directory)
1963  openat(AT_FDCWD, "/gnu/store/r4q5x1dc8q3g885d67m18il2d6hpbddl-libssh2-1.8.0/lib/tls/x86_64/libssh2.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/r4q5x1dc8q3g885d67m18il2d6hpbddl-libssh2-1.8.0/lib/tls/x86_64", 0x7fff25d627a0) = -1 ENOENT (No such file or directory)
1963  openat(AT_FDCWD, "/gnu/store/r4q5x1dc8q3g885d67m18il2d6hpbddl-libssh2-1.8.0/lib/tls/libssh2.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/r4q5x1dc8q3g885d67m18il2d6hpbddl-libssh2-1.8.0/lib/tls", 0x7fff25d627a0) = -1 ENOENT (No such file or directory)
1963  openat(AT_FDCWD, "/gnu/store/r4q5x1dc8q3g885d67m18il2d6hpbddl-libssh2-1.8.0/lib/x86_64/x86_64/libssh2.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/r4q5x1dc8q3g885d67m18il2d6hpbddl-libssh2-1.8.0/lib/x86_64/x86_64", 0x7fff25d627a0) = -1 ENOENT (No such file or directory)
1963  openat(AT_FDCWD, "/gnu/store/r4q5x1dc8q3g885d67m18il2d6hpbddl-libssh2-1.8.0/lib/x86_64/libssh2.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/r4q5x1dc8q3g885d67m18il2d6hpbddl-libssh2-1.8.0/lib/x86_64", 0x7fff25d627a0) = -1 ENOENT (No such file or directory)
1963  openat(AT_FDCWD, "/gnu/store/r4q5x1dc8q3g885d67m18il2d6hpbddl-libssh2-1.8.0/lib/x86_64/libssh2.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/r4q5x1dc8q3g885d67m18il2d6hpbddl-libssh2-1.8.0/lib/x86_64", 0x7fff25d627a0) = -1 ENOENT (No such file or directory)
1963  openat(AT_FDCWD, "/gnu/store/r4q5x1dc8q3g885d67m18il2d6hpbddl-libssh2-1.8.0/lib/libssh2.so.1", O_RDONLY|O_CLOEXEC) = 13
1963  read(13, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\360R\0\0\0\0\0\0"..., 832) = 832
1963  fstat(13, {st_mode=S_IFREG|0555, st_size=201032, ...}) = 0
1963  mmap(NULL, 2274520, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 13, 0) = 0x7f4814952000
1963  mprotect(0x7f481497d000, 2093056, PROT_NONE) = 0
1963  mmap(0x7f4814b7c000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 13, 0x2a000) = 0x7f4814b7c000
1963  close(13)                         = 0
1963  openat(AT_FDCWD, "/gnu/store/0cmzxba0lqgb6kv64nkr291vhpq2zmbx-libgit2-0.26.5/lib/libgcrypt.so.20", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1963  openat(AT_FDCWD, "/gnu/store/l4lr0f5cjd0nbsaaf8b5dmcw1a1yypr3-glibc-2.27/lib/libgcrypt.so.20", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1963  openat(AT_FDCWD, "/gnu/store/vla5j7pbkpcp39lsdfsmz7m9azn48lr4-gcc-5.5.0-lib/lib/libgcrypt.so.20", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1963  openat(AT_FDCWD, "/gnu/store/5v1a7k3hdn4g3y5g8rhsx1csv2rrvf6j-http-parser-2.8.1/lib/libgcrypt.so.20", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1963  openat(AT_FDCWD, "/gnu/store/fxiwj2wpp11sif613axdax7gmwzsg6kp-zlib-1.2.11/lib/libgcrypt.so.20", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1963  openat(AT_FDCWD, "/gnu/store/x8nacy2qpqlwi0gm7r6slcynv1cwmicb-openssl-1.0.2o/lib/libgcrypt.so.20", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1963  openat(AT_FDCWD, "/gnu/store/r4q5x1dc8q3g885d67m18il2d6hpbddl-libssh2-1.8.0/lib/libgcrypt.so.20", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1963  openat(AT_FDCWD, "/gnu/store/hc5cak3fj0dijbm86kpz2asl7ld4gf8y-libgcrypt-1.8.3/lib/tls/x86_64/x86_64/libgcrypt.so.20", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/hc5cak3fj0dijbm86kpz2asl7ld4gf8y-libgcrypt-1.8.3/lib/tls/x86_64/x86_64", 0x7fff25d62770) = -1 ENOENT (No such file or directory)
1963  openat(AT_FDCWD, "/gnu/store/hc5cak3fj0dijbm86kpz2asl7ld4gf8y-libgcrypt-1.8.3/lib/tls/x86_64/libgcrypt.so.20", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/hc5cak3fj0dijbm86kpz2asl7ld4gf8y-libgcrypt-1.8.3/lib/tls/x86_64", 0x7fff25d62770) = -1 ENOENT (No such file or directory)
1963  openat(AT_FDCWD, "/gnu/store/hc5cak3fj0dijbm86kpz2asl7ld4gf8y-libgcrypt-1.8.3/lib/tls/x86_64/libgcrypt.so.20", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/hc5cak3fj0dijbm86kpz2asl7ld4gf8y-libgcrypt-1.8.3/lib/tls/x86_64", 0x7fff25d62770) = -1 ENOENT (No such file or directory)
1963  openat(AT_FDCWD, "/gnu/store/hc5cak3fj0dijbm86kpz2asl7ld4gf8y-libgcrypt-1.8.3/lib/tls/libgcrypt.so.20", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/hc5cak3fj0dijbm86kpz2asl7ld4gf8y-libgcrypt-1.8.3/lib/tls", 0x7fff25d62770) = -1 ENOENT (No such file or directory)
1963  openat(AT_FDCWD, "/gnu/store/hc5cak3fj0dijbm86kpz2asl7ld4gf8y-libgcrypt-1.8.3/lib/x86_64/x86_64/libgcrypt.so.20", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/hc5cak3fj0dijbm86kpz2asl7ld4gf8y-libgcrypt-1.8.3/lib/x86_64/x86_64", 0x7fff25d62770) = -1 ENOENT (No such file or directory)
1963  openat(AT_FDCWD, "/gnu/store/hc5cak3fj0dijbm86kpz2asl7ld4gf8y-libgcrypt-1.8.3/lib/x86_64/libgcrypt.so.20", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/hc5cak3fj0dijbm86kpz2asl7ld4gf8y-libgcrypt-1.8.3/lib/x86_64", 0x7fff25d62770) = -1 ENOENT (No such file or directory)
1963  openat(AT_FDCWD, "/gnu/store/hc5cak3fj0dijbm86kpz2asl7ld4gf8y-libgcrypt-1.8.3/lib/x86_64/libgcrypt.so.20", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/hc5cak3fj0dijbm86kpz2asl7ld4gf8y-libgcrypt-1.8.3/lib/x86_64", 0x7fff25d62770) = -1 ENOENT (No such file or directory)
1963  openat(AT_FDCWD, "/gnu/store/hc5cak3fj0dijbm86kpz2asl7ld4gf8y-libgcrypt-1.8.3/lib/libgcrypt.so.20", O_RDONLY|O_CLOEXEC) = 13
1963  read(13, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\200\304\0\0\0\0\0\0"..., 832) = 832
1963  fstat(13, {st_mode=S_IFREG|0555, st_size=1242944, ...}) = 0
1963  mmap(NULL, 3253064, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 13, 0) = 0x7f4814637000
1963  mprotect(0x7f481474a000, 2097152, PROT_NONE) = 0
1963  mmap(0x7f481494a000, 28672, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 13, 0x113000) = 0x7f481494a000
1963  mmap(0x7f4814951000, 840, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f4814951000
1963  close(13)                         = 0
1963  openat(AT_FDCWD, "/gnu/store/0cmzxba0lqgb6kv64nkr291vhpq2zmbx-libgit2-0.26.5/lib/librt.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1963  openat(AT_FDCWD, "/gnu/store/l4lr0f5cjd0nbsaaf8b5dmcw1a1yypr3-glibc-2.27/lib/librt.so.1", O_RDONLY|O_CLOEXEC) = 13
1963  read(13, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\240!\0\0\0\0\0\0"..., 832) = 832
1963  fstat(13, {st_mode=S_IFREG|0555, st_size=42544, ...}) = 0
1963  mmap(NULL, 2128864, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 13, 0) = 0x7f481442f000
1963  mprotect(0x7f4814436000, 2093056, PROT_NONE) = 0
1963  mmap(0x7f4814635000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 13, 0x6000) = 0x7f4814635000
1963  close(13)                         = 0
1963  openat(AT_FDCWD, "/gnu/store/a5rd4sqyljb9gs58z9hq4kswqmxa45nr-libgpg-error-1.28/lib/tls/x86_64/x86_64/libgpg-error.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/a5rd4sqyljb9gs58z9hq4kswqmxa45nr-libgpg-error-1.28/lib/tls/x86_64/x86_64", 0x7fff25d622f0) = -1 ENOENT (No such file or directory)
1963  openat(AT_FDCWD, "/gnu/store/a5rd4sqyljb9gs58z9hq4kswqmxa45nr-libgpg-error-1.28/lib/tls/x86_64/libgpg-error.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/a5rd4sqyljb9gs58z9hq4kswqmxa45nr-libgpg-error-1.28/lib/tls/x86_64", 0x7fff25d622f0) = -1 ENOENT (No such file or directory)
1963  openat(AT_FDCWD, "/gnu/store/a5rd4sqyljb9gs58z9hq4kswqmxa45nr-libgpg-error-1.28/lib/tls/x86_64/libgpg-error.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/a5rd4sqyljb9gs58z9hq4kswqmxa45nr-libgpg-error-1.28/lib/tls/x86_64", 0x7fff25d622f0) = -1 ENOENT (No such file or directory)
1963  openat(AT_FDCWD, "/gnu/store/a5rd4sqyljb9gs58z9hq4kswqmxa45nr-libgpg-error-1.28/lib/tls/libgpg-error.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/a5rd4sqyljb9gs58z9hq4kswqmxa45nr-libgpg-error-1.28/lib/tls", 0x7fff25d622f0) = -1 ENOENT (No such file or directory)
1963  openat(AT_FDCWD, "/gnu/store/a5rd4sqyljb9gs58z9hq4kswqmxa45nr-libgpg-error-1.28/lib/x86_64/x86_64/libgpg-error.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/a5rd4sqyljb9gs58z9hq4kswqmxa45nr-libgpg-error-1.28/lib/x86_64/x86_64", 0x7fff25d622f0) = -1 ENOENT (No such file or directory)
1963  openat(AT_FDCWD, "/gnu/store/a5rd4sqyljb9gs58z9hq4kswqmxa45nr-libgpg-error-1.28/lib/x86_64/libgpg-error.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/a5rd4sqyljb9gs58z9hq4kswqmxa45nr-libgpg-error-1.28/lib/x86_64", 0x7fff25d622f0) = -1 ENOENT (No such file or directory)
1963  openat(AT_FDCWD, "/gnu/store/a5rd4sqyljb9gs58z9hq4kswqmxa45nr-libgpg-error-1.28/lib/x86_64/libgpg-error.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1963  stat("/gnu/store/a5rd4sqyljb9gs58z9hq4kswqmxa45nr-libgpg-error-1.28/lib/x86_64", 0x7fff25d622f0) = -1 ENOENT (No such file or directory)
1963  openat(AT_FDCWD, "/gnu/store/a5rd4sqyljb9gs58z9hq4kswqmxa45nr-libgpg-error-1.28/lib/libgpg-error.so.0", O_RDONLY|O_CLOEXEC) = 13
1963  read(13, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\220B\0\0\0\0\0\0"..., 832) = 832
1963  fstat(13, {st_mode=S_IFREG|0555, st_size=129720, ...}) = 0
1963  mmap(NULL, 2204792, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 13, 0) = 0x7f4814214000
1963  mprotect(0x7f481422d000, 2097152, PROT_NONE) = 0
1963  mmap(0x7f481442d000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 13, 0x19000) = 0x7f481442d000
1963  close(13)                         = 0
1963  mprotect(0x7f481442d000, 4096, PROT_READ) = 0
1963  mprotect(0x7f4814635000, 4096, PROT_READ) = 0
1963  mprotect(0x7f481494a000, 8192, PROT_READ) = 0
1963  mprotect(0x7f4815469000, 4096, PROT_READ) = 0
1963  mprotect(0x7f4814b7c000, 4096, PROT_READ) = 0
1963  mprotect(0x7f4814fb1000, 110592, PROT_READ) = 0
1963  mprotect(0x7f4815244000, 16384, PROT_READ) = 0
1963  mprotect(0x7f4815671000, 4096, PROT_READ) = 0
1963  mprotect(0x7f4815952000, 4096, PROT_READ) = 0
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/git/branch.scm", {st_mode=S_IFREG|0444, st_size=5777, ...}) = 0
1963  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/git/branch.go", {st_mode=S_IFREG|0444, st_size=76405, ...}) = 0
1963  openat(AT_FDCWD, "/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/git/branch.go", O_RDONLY|O_CLOEXEC) = 13
1963  lseek(13, 0, SEEK_END)            = 76405
1963  mmap(NULL, 76405, PROT_READ, MAP_PRIVATE, 13, 0) = 0x7f4814201000
1963  close(13)                         = 0
1963  mprotect(0x7f4814211000, 4320, PROT_READ|PROT_WRITE) = 0
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/git/reference.scm", {st_mode=S_IFREG|0444, st_size=5848, ...}) = 0
1963  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/git/reference.go", {st_mode=S_IFREG|0444, st_size=76293, ...}) = 0
1963  openat(AT_FDCWD, "/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/git/reference.go", O_RDONLY|O_CLOEXEC) = 13
1963  lseek(13, 0, SEEK_END)            = 76293
1963  mmap(NULL, 76293, PROT_READ, MAP_PRIVATE, 13, 0) = 0x7f48141ee000
1963  close(13)                         = 0
1963  mprotect(0x7f48141fe000, 4408, PROT_READ|PROT_WRITE) = 0
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/git/clone.scm", {st_mode=S_IFREG|0444, st_size=2039, ...}) = 0
1963  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/git/clone.go", {st_mode=S_IFREG|0444, st_size=70261, ...}) = 0
1963  openat(AT_FDCWD, "/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/git/clone.go", O_RDONLY|O_CLOEXEC) = 13
1963  lseek(13, 0, SEEK_END)            = 70261
1963  mmap(NULL, 70261, PROT_READ, MAP_PRIVATE, 13, 0) = 0x7f48141dc000
1963  close(13)                         = 0
1963  mprotect(0x7f48141ec000, 1976, PROT_READ|PROT_WRITE) = 0
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/git/repository.scm", {st_mode=S_IFREG|0444, st_size=13133, ...}) = 0
1963  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/git/repository.go", {st_mode=S_IFREG|0444, st_size=82477, ...}) = 0
1963  openat(AT_FDCWD, "/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/git/repository.go", O_RDONLY|O_CLOEXEC) = 13
1963  lseek(13, 0, SEEK_END)            = 82477
1963  mmap(NULL, 82477, PROT_READ, MAP_PRIVATE, 13, 0) = 0x7f48141c7000
1963  close(13)                         = 0
1963  mprotect(0x7f48141d7000, 6368, PROT_READ|PROT_WRITE) = 0
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/git/commit.scm", {st_mode=S_IFREG|0444, st_size=10045, ...}) = 0
1963  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/git/commit.go", {st_mode=S_IFREG|0444, st_size=82829, ...}) = 0
1963  openat(AT_FDCWD, "/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/git/commit.go", O_RDONLY|O_CLOEXEC) = 13
1963  lseek(13, 0, SEEK_END)            = 82829
1963  mmap(NULL, 82829, PROT_READ, MAP_PRIVATE, 13, 0) = 0x7f48141b2000
1963  close(13)                         = 0
1963  mprotect(0x7f48141c2000, 8024, PROT_READ|PROT_WRITE) = 0
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/git/oid.scm", {st_mode=S_IFREG|0444, st_size=3655, ...}) = 0
1963  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/git/oid.go", {st_mode=S_IFREG|0444, st_size=72341, ...}) = 0
1963  openat(AT_FDCWD, "/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/git/oid.go", O_RDONLY|O_CLOEXEC) = 13
1963  lseek(13, 0, SEEK_END)            = 72341
1963  mmap(NULL, 72341, PROT_READ, MAP_PRIVATE, 13, 0) = 0x7f48141a0000
1963  close(13)                         = 0
1963  mprotect(0x7f48141b0000, 3152, PROT_READ|PROT_WRITE) = 0
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/git/tree.scm", {st_mode=S_IFREG|0444, st_size=6459, ...}) = 0
1963  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/git/tree.go", {st_mode=S_IFREG|0444, st_size=76101, ...}) = 0
1963  openat(AT_FDCWD, "/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/git/tree.go", O_RDONLY|O_CLOEXEC) = 13
1963  lseek(13, 0, SEEK_END)            = 76101
1963  mmap(NULL, 76101, PROT_READ, MAP_PRIVATE, 13, 0) = 0x7f481418d000
1963  close(13)                         = 0
1963  mprotect(0x7f481419d000, 4376, PROT_READ|PROT_WRITE) = 0
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/git/object.scm", {st_mode=S_IFREG|0444, st_size=4089, ...}) = 0
1963  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/git/object.go", {st_mode=S_IFREG|0444, st_size=73373, ...}) = 0
1963  openat(AT_FDCWD, "/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/git/object.go", O_RDONLY|O_CLOEXEC) = 13
1963  lseek(13, 0, SEEK_END)            = 73373
1963  mmap(NULL, 73373, PROT_READ, MAP_PRIVATE, 13, 0) = 0x7f481417b000
1963  close(13)                         = 0
1963  mprotect(0x7f481418b000, 3672, PROT_READ|PROT_WRITE) = 0
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/git/errors.scm", {st_mode=S_IFREG|0444, st_size=5524, ...}) = 0
1963  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/git/errors.go", {st_mode=S_IFREG|0444, st_size=72773, ...}) = 0
1963  openat(AT_FDCWD, "/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/git/errors.go", O_RDONLY|O_CLOEXEC) = 13
1963  lseek(13, 0, SEEK_END)            = 72773
1963  mmap(NULL, 72773, PROT_READ, MAP_PRIVATE, 13, 0) = 0x7f4814169000
1963  close(13)                         = 0
1963  mprotect(0x7f4814179000, 4352, PROT_READ|PROT_WRITE) = 0
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/git/fetch.scm", {st_mode=S_IFREG|0444, st_size=2497, ...}) = 0
1963  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/git/fetch.go", {st_mode=S_IFREG|0444, st_size=71229, ...}) = 0
1963  openat(AT_FDCWD, "/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/git/fetch.go", O_RDONLY|O_CLOEXEC) = 13
1963  lseek(13, 0, SEEK_END)            = 71229
1963  mmap(NULL, 71229, PROT_READ, MAP_PRIVATE, 13, 0) = 0x7f4814157000
1963  close(13)                         = 0
1963  mprotect(0x7f4814167000, 2512, PROT_READ|PROT_WRITE) = 0
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/git/cred.scm", {st_mode=S_IFREG|0444, st_size=4475, ...}) = 0
1963  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/git/cred.go", {st_mode=S_IFREG|0444, st_size=72957, ...}) = 0
1963  openat(AT_FDCWD, "/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/git/cred.go", O_RDONLY|O_CLOEXEC) = 13
1963  lseek(13, 0, SEEK_END)            = 72957
1963  mmap(NULL, 72957, PROT_READ, MAP_PRIVATE, 13, 0) = 0x7f4814145000
1963  close(13)                         = 0
1963  mprotect(0x7f4814155000, 2704, PROT_READ|PROT_WRITE) = 0
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/git/reset.scm", {st_mode=S_IFREG|0444, st_size=1591, ...}) = 0
1963  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/git/reset.go", {st_mode=S_IFREG|0444, st_size=69589, ...}) = 0
1963  openat(AT_FDCWD, "/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/git/reset.go", O_RDONLY|O_CLOEXEC) = 13
1963  lseek(13, 0, SEEK_END)            = 69589
1963  mmap(NULL, 69589, PROT_READ, MAP_PRIVATE, 13, 0) = 0x7f4814134000
1963  close(13)                         = 0
1963  mprotect(0x7f4814144000, 1640, PROT_READ|PROT_WRITE) = 0
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/git/remote.scm", {st_mode=S_IFREG|0444, st_size=4050, ...}) = 0
1963  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/git/remote.go", {st_mode=S_IFREG|0444, st_size=73829, ...}) = 0
1963  openat(AT_FDCWD, "/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/git/remote.go", O_RDONLY|O_CLOEXEC) = 13
1963  lseek(13, 0, SEEK_END)            = 73829
1963  mmap(NULL, 73829, PROT_READ, MAP_PRIVATE, 13, 0) = 0x7f4814121000
1963  close(13)                         = 0
1963  mprotect(0x7f4814131000, 3752, PROT_READ|PROT_WRITE) = 0
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/git/rev-parse.scm", {st_mode=S_IFREG|0444, st_size=1415, ...}) = 0
1963  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/git/rev-parse.go", {st_mode=S_IFREG|0444, st_size=69429, ...}) = 0
1963  openat(AT_FDCWD, "/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/git/rev-parse.go", O_RDONLY|O_CLOEXEC) = 13
1963  lseek(13, 0, SEEK_END)            = 69429
1963  mmap(NULL, 69429, PROT_READ, MAP_PRIVATE, 13, 0) = 0x7f4814110000
1963  close(13)                         = 0
1963  mprotect(0x7f4814120000, 1568, PROT_READ|PROT_WRITE) = 0
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/git/settings.scm", {st_mode=S_IFREG|0444, st_size=2544, ...}) = 0
1963  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/git/settings.go", {st_mode=S_IFREG|0444, st_size=70565, ...}) = 0
1963  openat(AT_FDCWD, "/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/git/settings.go", O_RDONLY|O_CLOEXEC) = 13
1963  lseek(13, 0, SEEK_END)            = 70565
1963  mmap(NULL, 70565, PROT_READ, MAP_PRIVATE, 13, 0) = 0x7f48140fe000
1963  close(13)                         = 0
1963  mprotect(0x7f481410e000, 1880, PROT_READ|PROT_WRITE) = 0
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/git/status.scm", {st_mode=S_IFREG|0444, st_size=5095, ...}) = 0
1963  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/git/status.go", {st_mode=S_IFREG|0444, st_size=73501, ...}) = 0
1963  openat(AT_FDCWD, "/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/git/status.go", O_RDONLY|O_CLOEXEC) = 13
1963  lseek(13, 0, SEEK_END)            = 73501
1963  mmap(NULL, 73501, PROT_READ, MAP_PRIVATE, 13, 0) = 0x7f48140ec000
1963  close(13)                         = 0
1963  mprotect(0x7f48140fc000, 4112, PROT_READ|PROT_WRITE) = 0
1963  stat("/home/jelle/.guix-profile/share/guile/site/2.2/git/tag.scm", {st_mode=S_IFREG|0444, st_size=2487, ...}) = 0
1963  stat("/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/git/tag.go", {st_mode=S_IFREG|0444, st_size=72045, ...}) = 0
1963  openat(AT_FDCWD, "/home/jelle/.guix-profile/lib/guile/2.2/site-ccache/git/tag.go", O_RDONLY|O_CLOEXEC) = 13
1963  lseek(13, 0, SEEK_END)            = 72045
1963  mmap(NULL, 72045, PROT_READ, MAP_PRIVATE, 13, 0) = 0x7f48140da000
1963  close(13)                         = 0
1963  mprotect(0x7f48140ea000, 2888, PROT_READ|PROT_WRITE) = 0
1963  access("/etc/gcrypt/fips_enabled", F_OK) = -1 ENOENT (No such file or directory)
1963  openat(AT_FDCWD, "/proc/sys/crypto/fips_enabled", O_RDONLY) = -1 ENOENT (No such file or directory)
1963  openat(AT_FDCWD, "/etc/gcrypt/hwf.deny", O_RDONLY) = -1 ENOENT (No such file or directory)
1963  brk(0x15be000)                    = 0x15be000
1963  brk(0x15bf000)                    = 0x15bf000
1963  getpid()                          = 1963
1963  getpid()                          = 1963
1963  openat(AT_FDCWD, "/dev/urandom", O_RDONLY|O_NOCTTY|O_NONBLOCK) = 13
1963  fstat(13, {st_mode=S_IFCHR|0666, st_rdev=makedev(1, 9), ...}) = 0
1963  poll([{fd=13, events=POLLIN}], 1, 10) = 1 ([{fd=13, revents=POLLIN}])
1963  read(13, "\366\17\365\4\300\325\355\241\"\3647JF\330p\263\303\334\324k\314\36138\245\261\257\257\324\234\322\226", 32) = 32
1963  close(13)                         = 0
1963  getuid()                          = 1000
1963  getpid()                          = 1963
1963  getpid()                          = 1963
1963  openat(AT_FDCWD, "/etc/ssl/certs/ca-certificates.crt", O_RDONLY) = 13
1963  fstat(13, {st_mode=S_IFREG|0444, st_size=251058, ...}) = 0
1963  read(13, "# alias=\"ACCVRAIZ1\"\n# trust=CKA_"..., 4096) = 4096
1963  read(13, "wHQYDVR0OBBYEFPd9xf3E6Jobd2Sn9R2"..., 4096) = 4096
1963  read(13, "KDa0hMxKufgFpbOr3JpyI/\ngCczWw63i"..., 4096) = 4096
1963  brk(0x15e0000)                    = 0x15e0000
1963  read(13, "H2tERCSG+wa9J/RB7oWmkZzBl\nMQswCQ"..., 4096) = 4096
1963  read(13, "JlPqQewQcDWkYtuJfzt9WyVSHvutxMAJ"..., 4096) = 4096
1963  read(13, "z4QuK/0NURBs+18bvBt+xa47mAExkv8L"..., 4096) = 4096
1963  read(13, "rUU77QR/w4VtfX128a961qn8FYiqTxlV"..., 4096) = 4096
1963  read(13, "0BAQsFADBOMQswCQYDVQQGEwJOTzEd\nM"..., 4096) = 4096
1963  read(13, "CzAJBgNV\nBAYTAlNLMRMwEQYDVQQHEwp"..., 4096) = 4096
1963  read(13, "QswCQYDVQQGEwJFVTEnMCUGA1UEChMeQ"..., 4096) = 4096
1963  read(13, "GjYzBhMA4GA1UdDwEB/wQEAwIB\nBjAPB"..., 4096) = 4096
1963  read(13, "1bfHEhYxQUqq/F3pN+aLHsIqKqkHWetU"..., 4096) = 4096
1963  brk(0x1601000)                    = 0x1601000
1963  read(13, "9naWVzIFMu\nQS4xJzAlBgNVBAsTHkNlc"..., 4096) = 4096
1963  read(13, "F++P96hyk0g1CXohClTt7GIH//62pCfC"..., 4096) = 4096
1963  read(13, "VrXYlCg17LofiDKYGvCYQbTed7N14jHy"..., 4096) = 4096
1963  read(13, "s5BAH+X4QokPB0BBO490o0JlwzgdeT6+"..., 4096) = 4096
1963  read(13, "rust=\n# openssl-trust=serverAuth"..., 4096) = 4096
1963  read(13, "8r87cm\nNW1fiQG2SVufAQWbqz0lwcy2f"..., 4096) = 4096
1963  read(13, "w7C29C79Fv1C5qfPrmAESrciIxpg0X40"..., 4096) = 4096
1963  read(13, "KA_TRUST_SERVER_AUTH\n# distrust="..., 4096) = 4096
1963  brk(0x1622000)                    = 0x1622000
1963  read(13, "3t1oW/9gPP/a3eMykr/pbPBJbqFKJcu+"..., 4096) = 4096
1963  read(13, "\n-----END CERTIFICATE-----\n\n# al"..., 4096) = 4096
1963  read(13, "FaFw0yOTA3\nMjQxNDE1MTJaMIG0MRQwE"..., 4096) = 4096
1963  read(13, "tXsI/esni0qU+eH6p44mCOh8kmhtc9hv"..., 4096) = 4096
1963  read(13, "RTIFICATE-----\nMIIGSzCCBDOgAwIBA"..., 4096) = 4096
1963  read(13, "Rbxake5TFW/TRQl1brqQ\nXR4EzzffHqh"..., 4096) = 4096
1963  read(13, "K\n-----END CERTIFICATE-----\n\n# a"..., 4096) = 4096
1963  read(13, "wJVUzEWMBQGA1UEChMNR2VvVHJ1c3QgS"..., 4096) = 4096
1963  read(13, "2yUDMd\nSqlapskD7+3056huirRXhOukP"..., 4096) = 4096
1963  brk(0x1643000)                    = 0x1643000
1963  read(13, "bPJA6+Lm8omUVCxKs+IVSbC9N/hHD6Er"..., 4096) = 4096
1963  read(13, "q2gAwIBAgIBADANBgkqhkiG9w0BAQsFA"..., 4096) = 4096
1963  read(13, "8Acys\nNnq/onN694/BtZqhFLKPM58N7y"..., 4096) = 4096
1963  read(13, "MjIzWhcNMzQw\nMTE2MTgxMjIzWjBKMQs"..., 4096) = 4096
1963  read(13, "HhcNMTUwNjA0MTEwNDM4\nWhcNMzUwNjA"..., 4096) = 4096
1963  read(13, "BAgIUCn6m30tEntpqJIWe5rgV0xZ/u7E"..., 4096) = 4096
1963  read(13, "dsOhbnkwHhcNMDgxMjExMTUwODIxWhcN"..., 4096) = 4096
1963  read(13, "XHLZCB6rTjzjgTGfA6b7wP4piFXa\nhNV"..., 4096) = 4096
1963  read(13, "Sb290IENBIEcyMB4XDTE0MDUyNjAwMDA"..., 4096) = 4096
1963  brk(0x1664000)                    = 0x1664000
1963  read(13, "uGrX1RUVRpgjpeaQWxiZTOOtQqOC\nMTa"..., 4096) = 4096
1963  read(13, "YWRpcyBSb290IENlcnRpZmljYXRlIGJ5"..., 4096) = 4096
1963  read(13, "DZ\nc6tsgLjoC2SToJyMGf+z0gzskSaHi"..., 4096) = 4096
1963  read(13, "vj8fcyTiW89sa\n/FHtaMbQbqR8JNGuQs"..., 4096) = 4096
1963  read(13, "T00gVHJ1c3QubmV0MScwJQYD\nVQQLEx5"..., 4096) = 4096
1963  read(13, "GEwJVUzEOMAwGA1UECAwFVGV4YXMxEDA"..., 4096) = 4096
1963  read(13, "ERVER_AUTH\n# distrust=\n# openssl"..., 4096) = 4096
1963  read(13, "TvFeJiUBWSOgftL2fiFX1ye8\nFVdMpEb"..., 4096) = 4096
1963  read(13, "w\n0aoRQm7TIwIEC8Zl3d1Sd9qBa7Ko+g"..., 4096) = 4096
1963  read(13, "dGFyZmllbGQgU2Vy\ndmljZXMgUm9vdCB"..., 4096) = 4096
1963  brk(0x1685000)                    = 0x1685000
1963  read(13, "HXuendjIj3o02y\nMszYF9rNt85mndT9X"..., 4096) = 4096
1963  read(13, "L4k+73JU3/JHpMjUi0R86TieF\nnbAVlD"..., 4096) = 4096
1963  read(13, "nhJ3Gw84kYsdMNs+wBkS39V8C3dlU6S+"..., 4096) = 4096
1963  read(13, "UNLUYfrVFdvXn4dRVOul4+vJhaAlIDf7"..., 4096) = 4096
1963  read(13, "vT4aRRkOfujuLpwQMcn\nHL/EVlP6Y2XQ"..., 4096) = 4096
1963  read(13, "0Cu9qRFHqKweKA3rD6z8KLFIW\noCtDuS"..., 4096) = 4096
1963  read(13, "aFw0zNDEyMzExNzI2MzlaMIGk\nMQswCQ"..., 4096) = 4096
1963  read(13, "rcxlkIF+3anHqP1wvzpesVsqXFP6st4v"..., 4096) = 4096
1963  brk(0x16a6000)                    = 0x16a6000
1963  read(13, "hMCVFcx\nEjAQBgNVBAoTCVRBSVdBTi1D"..., 4096) = 4096
1963  read(13, "mNjmjAOBgNVHQ8BAf8EBAMCAQYwDwYD\n"..., 4096) = 4096
1963  read(13, "5QJRwarVNZ1yQAOJujEdxRBoUp7fooXF"..., 4096) = 4096
1963  read(13, "dBgNVBAsTFlZlcmlT\naWduIFRydXN0IE"..., 4096) = 4096
1963  read(13, "qCBpH3vn5fJJaCGkgDdk+bW48DW7Y\n5g"..., 4096) = 4096
1963  read(13, "WjCBgjELMAkGA1UEBhMCVVMxHjAcBgNV"..., 4096) = 1202
1963  read(13, "", 4096)                = 0
1963  close(13)                         = 0
1963  sysinfo({uptime=4699, loads=[12480, 20256, 23040], totalram=8097783808, freeram=4868505600, sharedram=105013248, bufferram=255733760, totalswap=10729377792, freeswap=10729377792, procs=231, totalhigh=0, freehigh=0, mem_unit=1}) = 0
1963  futex(0x7f4815957ea4, FUTEX_WAKE_PRIVATE, 2147483647) = 0
1963  brk(0x16b6000)                    = 0x16b6000
1963  clock_gettime(CLOCK_PROCESS_CPUTIME_ID, {tv_sec=0, tv_nsec=287120018}) = 0
1963  rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0
1963  futex(0x7f481a9a46ec, FUTEX_WAKE_PRIVATE, 2147483647) = 1
1964  <... futex resumed> )             = 0
1964  futex(0x7f481a9a42c0, FUTEX_WAKE_PRIVATE, 1) = 0
1964  madvise(0x7f48181e8000, 4096, MADV_DONTNEED) = 0
1964  futex(0x7f481a9a46e8, FUTEX_WAIT_PRIVATE, 0, NULL <unfinished ...>
1963  futex(0x7f481a9a46e8, FUTEX_WAKE_PRIVATE, 2147483647 <unfinished ...>
1964  <... futex resumed> )             = -1 EAGAIN (Resource temporarily unavailable)
1963  <... futex resumed> )             = 0
1964  futex(0x7f481a9a42c0, FUTEX_WAKE_PRIVATE, 1) = 0
1964  futex(0x7f481a9a46ec, FUTEX_WAIT_PRIVATE, 0, NULL <unfinished ...>
1963  futex(0x7f481a9a46ec, FUTEX_WAKE_PRIVATE, 2147483647) = 0
1964  <... futex resumed> )             = -1 EAGAIN (Resource temporarily unavailable)
1964  futex(0x7f481a9a42c0, FUTEX_WAKE_PRIVATE, 1) = 0
1963  futex(0x7f481a9a46e8, FUTEX_WAKE_PRIVATE, 2147483647 <unfinished ...>
1964  futex(0x7f481a9a46e8, FUTEX_WAIT_PRIVATE, 0, NULL <unfinished ...>
1963  <... futex resumed> )             = 0
1964  <... futex resumed> )             = -1 EAGAIN (Resource temporarily unavailable)
1963  futex(0x7f481a9a46ec, FUTEX_WAIT_PRIVATE, 0, NULL <unfinished ...>
1964  futex(0x7f481a9a42c0, FUTEX_WAKE_PRIVATE, 1) = 0
1964  futex(0x7f481a9a46ec, FUTEX_WAKE_PRIVATE, 2147483647 <unfinished ...>
1963  <... futex resumed> )             = 0
1964  <... futex resumed> )             = 1
1963  futex(0x7f481a9a46e8, FUTEX_WAKE_PRIVATE, 2147483647 <unfinished ...>
1964  futex(0x7f481a9a46e8, FUTEX_WAIT_PRIVATE, 0, NULL <unfinished ...>
1963  <... futex resumed> )             = 0
1964  <... futex resumed> )             = -1 EAGAIN (Resource temporarily unavailable)
1963  futex(0x7f481a9a42c0, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
1964  futex(0x7f481a9a42c0, FUTEX_WAIT_PRIVATE, 2, NULL <unfinished ...>
1963  <... futex resumed> )             = 0
1964  <... futex resumed> )             = -1 EAGAIN (Resource temporarily unavailable)
1963  futex(0x7f481a9a46ec, FUTEX_WAKE_PRIVATE, 2147483647 <unfinished ...>
1964  futex(0x7f481a9a42c0, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
1963  <... futex resumed> )             = 0
1964  <... futex resumed> )             = 0
1964  futex(0x7f481a9a42c0, FUTEX_WAKE_PRIVATE, 1) = 0
1964  futex(0x7f481a9a46e8, FUTEX_WAIT_PRIVATE, 0, NULL <unfinished ...>
1963  clock_gettime(CLOCK_PROCESS_CPUTIME_ID, {tv_sec=0, tv_nsec=298483589}) = 0
1963  write(6, "\0", 1)                 = 1
1965  <... read resumed> "\0", 1)       = 1
1963  futex(0x7f481a9a4240, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
1965  futex(0x7f481a9a4240, FUTEX_WAIT_PRIVATE, 2, NULL <unfinished ...>
1963  <... futex resumed> )             = 0
1965  <... futex resumed> )             = -1 EAGAIN (Resource temporarily unavailable)
1965  futex(0x7f481a9a4240, FUTEX_WAKE_PRIVATE, 1) = 0
1963  futex(0x7f481a9a4240, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
1965  futex(0x7f481a9a4240, FUTEX_WAIT_PRIVATE, 2, NULL <unfinished ...>
1963  <... futex resumed> )             = 0
1965  <... futex resumed> )             = -1 EAGAIN (Resource temporarily unavailable)
1965  futex(0x7f481a9a4240, FUTEX_WAKE_PRIVATE, 1) = 0
1965  rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0
1965  read(5,  <unfinished ...>
1963  write(1, "this still shows up?", 20) = 20
1963  dup(0)                            = 13
1963  fcntl(13, F_GETFL)                = 0x8002 (flags O_RDWR|O_LARGEFILE)
1963  dup(1)                            = 14
1963  fcntl(14, F_GETFL)                = 0x8002 (flags O_RDWR|O_LARGEFILE)
1963  ioctl(13, TIOCGWINSZ, {ws_row=51, ws_col=182, ws_xpixel=0, ws_ypixel=0}) = 0
1963  ioctl(13, TIOCSWINSZ, {ws_row=51, ws_col=182, ws_xpixel=0, ws_ypixel=0}) = 0
1963  ioctl(13, TCGETS, {B38400 opost isig icanon echo ...}) = 0
1963  ioctl(13, SNDCTL_TMR_STOP or TCSETSW, {B38400 opost isig -icanon -echo ...}) = 0
1963  futex(0x15c49a0, FUTEX_WAIT_PRIVATE, 2, NULL

^ permalink raw reply	[flat|nested] 3+ messages in thread

* bug#32279: activate-readline interaction with git
  2018-07-26 12:34 bug#32279: activate-readline interaction with git Jelle Licht
@ 2018-08-02 17:38 ` Mark H Weaver
  2023-02-02 14:19   ` Jelle Licht
  0 siblings, 1 reply; 3+ messages in thread
From: Mark H Weaver @ 2018-08-02 17:38 UTC (permalink / raw)
  To: Jelle Licht; +Cc: 32279

Hi Jelle,

Jelle Licht <jlicht@fsfe.org> writes:
> Loading the (git) module after a call to (activate-readline) from
> (ice-9 readline) stalls my repl, in most (9 out of 10) cases.

The (git) module is not part of core Guile, and is not maintained by the
Guile developers.  Am I correct in guessing that it's part of the
'guile-git' project?  If so, I suggest reporting the problem here:

  https://gitlab.com/guile-git/guile-git/issues

I'd be glad to discuss the issue with the 'guile-git' developers, but I
think the investigation will need to start with them, given that I have
zero knowledge of 'guile-git' internals and wouldn't know where to begin
looking for the source of this problem.

     Regards,
       Mark





^ permalink raw reply	[flat|nested] 3+ messages in thread

* bug#32279: activate-readline interaction with git
  2018-08-02 17:38 ` Mark H Weaver
@ 2023-02-02 14:19   ` Jelle Licht
  0 siblings, 0 replies; 3+ messages in thread
From: Jelle Licht @ 2023-02-02 14:19 UTC (permalink / raw)
  To: Mark H Weaver; +Cc: 32279-done

Hi Mark et all,

I can no longer reproduce this issue, so I'll close the issue.

- Jelle

Mark H Weaver <mhw@netris.org> writes:

> Hi Jelle,
>
> Jelle Licht <jlicht@fsfe.org> writes:
>> Loading the (git) module after a call to (activate-readline) from
>> (ice-9 readline) stalls my repl, in most (9 out of 10) cases.
>
> The (git) module is not part of core Guile, and is not maintained by the
> Guile developers.  Am I correct in guessing that it's part of the
> 'guile-git' project?  If so, I suggest reporting the problem here:
>
>   https://gitlab.com/guile-git/guile-git/issues
>
> I'd be glad to discuss the issue with the 'guile-git' developers, but I
> think the investigation will need to start with them, given that I have
> zero knowledge of 'guile-git' internals and wouldn't know where to begin
> looking for the source of this problem.
>
>      Regards,
>        Mark





^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-02-02 14:19 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-07-26 12:34 bug#32279: activate-readline interaction with git Jelle Licht
2018-08-02 17:38 ` Mark H Weaver
2023-02-02 14:19   ` Jelle Licht

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).