unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
* bug#66612: guix locate guild results in sqlite3 attempt to write readonly database
       [not found] <19e4ed14-520c-4eec-9584-8a178733527c@gmail.com>
@ 2023-10-18 15:47 ` Matt Wette
  2023-10-18 15:54   ` Ludovic Courtès
  0 siblings, 1 reply; 4+ messages in thread
From: Matt Wette @ 2023-10-18 15:47 UTC (permalink / raw)
  To: 66612

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

`guix locate guild' fails with attempt to write a readonly sqlite3 database

mwette@bluefin$ strace -o logx guix locate guild
guix locate: indexing files from /gnu/store...
guix locate: traversing local profile manifests...
Backtrace:
           13 (primitive-load "/home/mwette/.config/guix/current/bin/…")
In guix/ui.scm:
    2323:7 12 (run-guix . _)
   2286:10 11 (run-guix-command _ . _)
In ice-9/boot-9.scm:
   1752:10 10 (with-exception-handler _ _ #:unwind? _ # _)
In guix/scripts/locate.scm:
     621:8  9 (_)
     123:8  8 (call-with-database _ _)
In guix/progress.scm:
     71:36  7 (call-with-progress-reporter _ _)
In srfi/srfi-1.scm:
     634:9  6 (for-each #<procedure 7f179a23ca00 at guix/scripts/loc…> …)
In guix/scripts/locate.scm:
     442:2  5 (_ _)
     286:2  4 (insert-files #<<sqlite-db> pointer: #<pointer 0x1f98f…> …)
In srfi/srfi-1.scm:
     634:9  3 (for-each #<procedure 7f179abb3000 at guix/scripts/loc…> …)
In sqlite3.scm:
    637:15  2 (sqlite-fold #<procedure 7f179a23c5a0 at ice-9/boot-9.…> …)
     166:2  1 (_ _)
In ice-9/boot-9.scm:
   1685:16  0 (raise-exception _ #:continuable? _)

ice-9/boot-9.scm:1685:16: In procedure raise-exception:
Throw to key `sqlite-error' with args `(#f 8 "attempt to write a 
readonly database")'.
indexing 1,654 packages
mwette@bluefin$


[-- Attachment #2: logx --]
[-- Type: text/plain, Size: 449222 bytes --]

execve("/home/mwette/.config/guix/current/bin/guix", ["guix", "locate", "guild"], 0x7ffdd64b14f0 /* 47 vars */) = 0
brk(NULL)                               = 0x1efc000
mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f17a43cd000
access("/etc/ld.so.preload", R_OK)      = -1 ENOENT (No such file or directory)
readlink("/proc/self/exe", "/gnu/store/fwx4irgs17cdnrliahsg9"..., 4096) = 67
openat(AT_FDCWD, "/gnu/store/fwx4irgs17cdnrliahsg9kb3kh0laf6m-guile-wrapper/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/lib/glibc-hwcaps/x86-64-v2/libguile-3.0.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/lib/glibc-hwcaps/x86-64-v2", 0x7fff5ca6e910, 0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/lib/tls/x86_64/x86_64/libguile-3.0.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/lib/tls/x86_64/x86_64", 0x7fff5ca6e910, 0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/lib/tls/x86_64/libguile-3.0.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/lib/tls/x86_64", 0x7fff5ca6e910, 0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/lib/tls/x86_64/libguile-3.0.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/lib/tls/x86_64", 0x7fff5ca6e910, 0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/lib/tls/libguile-3.0.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/lib/tls", 0x7fff5ca6e910, 0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/lib/x86_64/x86_64/libguile-3.0.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/lib/x86_64/x86_64", 0x7fff5ca6e910, 0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/lib/x86_64/libguile-3.0.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/lib/x86_64", 0x7fff5ca6e910, 0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/lib/x86_64/libguile-3.0.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/lib/x86_64", 0x7fff5ca6e910, 0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/lib/libguile-3.0.so.1", O_RDONLY|O_CLOEXEC) = 3
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\0\0"..., 832) = 832
pread64(3, "\4\0\0\0 \0\0\0\5\0\0\0GNU\0\1\0\1\300\4\0\0\0\t\0\0\0\0\0\0\0"..., 48, 1257288) = 48
newfstatat(3, "", {st_mode=S_IFREG|0555, st_size=1290288, ...}, AT_EMPTY_PATH) = 0
mmap(NULL, 1329104, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f17a4288000
mprotect(0x7f17a42ba000, 1056768, PROT_NONE) = 0
mmap(0x7f17a42ba000, 765952, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x32000) = 0x7f17a42ba000
mmap(0x7f17a4375000, 286720, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xed000) = 0x7f17a4375000
mmap(0x7f17a43bc000, 32768, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x133000) = 0x7f17a43bc000
mmap(0x7f17a43c4000, 34768, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f17a43c4000
close(3)                                = 0
openat(AT_FDCWD, "/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/lib/libgcc_s.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/gnu/store/ln6hxqjvz6m9gdd9s97pivlqck7hzs99-glibc-2.35/lib/glibc-hwcaps/x86-64-v2/libgcc_s.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/ln6hxqjvz6m9gdd9s97pivlqck7hzs99-glibc-2.35/lib/glibc-hwcaps/x86-64-v2", 0x7fff5ca6e8f0, 0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/gnu/store/ln6hxqjvz6m9gdd9s97pivlqck7hzs99-glibc-2.35/lib/tls/x86_64/x86_64/libgcc_s.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/ln6hxqjvz6m9gdd9s97pivlqck7hzs99-glibc-2.35/lib/tls/x86_64/x86_64", 0x7fff5ca6e8f0, 0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/gnu/store/ln6hxqjvz6m9gdd9s97pivlqck7hzs99-glibc-2.35/lib/tls/x86_64/libgcc_s.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/ln6hxqjvz6m9gdd9s97pivlqck7hzs99-glibc-2.35/lib/tls/x86_64", 0x7fff5ca6e8f0, 0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/gnu/store/ln6hxqjvz6m9gdd9s97pivlqck7hzs99-glibc-2.35/lib/tls/x86_64/libgcc_s.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/ln6hxqjvz6m9gdd9s97pivlqck7hzs99-glibc-2.35/lib/tls/x86_64", 0x7fff5ca6e8f0, 0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/gnu/store/ln6hxqjvz6m9gdd9s97pivlqck7hzs99-glibc-2.35/lib/tls/libgcc_s.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/ln6hxqjvz6m9gdd9s97pivlqck7hzs99-glibc-2.35/lib/tls", 0x7fff5ca6e8f0, 0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/gnu/store/ln6hxqjvz6m9gdd9s97pivlqck7hzs99-glibc-2.35/lib/x86_64/x86_64/libgcc_s.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/ln6hxqjvz6m9gdd9s97pivlqck7hzs99-glibc-2.35/lib/x86_64/x86_64", 0x7fff5ca6e8f0, 0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/gnu/store/ln6hxqjvz6m9gdd9s97pivlqck7hzs99-glibc-2.35/lib/x86_64/libgcc_s.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/ln6hxqjvz6m9gdd9s97pivlqck7hzs99-glibc-2.35/lib/x86_64", 0x7fff5ca6e8f0, 0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/gnu/store/ln6hxqjvz6m9gdd9s97pivlqck7hzs99-glibc-2.35/lib/x86_64/libgcc_s.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/ln6hxqjvz6m9gdd9s97pivlqck7hzs99-glibc-2.35/lib/x86_64", 0x7fff5ca6e8f0, 0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/gnu/store/ln6hxqjvz6m9gdd9s97pivlqck7hzs99-glibc-2.35/lib/libgcc_s.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/ln6hxqjvz6m9gdd9s97pivlqck7hzs99-glibc-2.35/lib", {st_mode=S_IFDIR|0555, st_size=4096, ...}, 0) = 0
openat(AT_FDCWD, "/gnu/store/930nwsiysdvy2x5zv1sf6v7ym75z8ayk-gcc-11.3.0-lib/lib/glibc-hwcaps/x86-64-v2/libgcc_s.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/930nwsiysdvy2x5zv1sf6v7ym75z8ayk-gcc-11.3.0-lib/lib/glibc-hwcaps/x86-64-v2", 0x7fff5ca6e8f0, 0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/gnu/store/930nwsiysdvy2x5zv1sf6v7ym75z8ayk-gcc-11.3.0-lib/lib/tls/x86_64/x86_64/libgcc_s.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/930nwsiysdvy2x5zv1sf6v7ym75z8ayk-gcc-11.3.0-lib/lib/tls/x86_64/x86_64", 0x7fff5ca6e8f0, 0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/gnu/store/930nwsiysdvy2x5zv1sf6v7ym75z8ayk-gcc-11.3.0-lib/lib/tls/x86_64/libgcc_s.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/930nwsiysdvy2x5zv1sf6v7ym75z8ayk-gcc-11.3.0-lib/lib/tls/x86_64", 0x7fff5ca6e8f0, 0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/gnu/store/930nwsiysdvy2x5zv1sf6v7ym75z8ayk-gcc-11.3.0-lib/lib/tls/x86_64/libgcc_s.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/930nwsiysdvy2x5zv1sf6v7ym75z8ayk-gcc-11.3.0-lib/lib/tls/x86_64", 0x7fff5ca6e8f0, 0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/gnu/store/930nwsiysdvy2x5zv1sf6v7ym75z8ayk-gcc-11.3.0-lib/lib/tls/libgcc_s.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/930nwsiysdvy2x5zv1sf6v7ym75z8ayk-gcc-11.3.0-lib/lib/tls", 0x7fff5ca6e8f0, 0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/gnu/store/930nwsiysdvy2x5zv1sf6v7ym75z8ayk-gcc-11.3.0-lib/lib/x86_64/x86_64/libgcc_s.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/930nwsiysdvy2x5zv1sf6v7ym75z8ayk-gcc-11.3.0-lib/lib/x86_64/x86_64", 0x7fff5ca6e8f0, 0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/gnu/store/930nwsiysdvy2x5zv1sf6v7ym75z8ayk-gcc-11.3.0-lib/lib/x86_64/libgcc_s.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/930nwsiysdvy2x5zv1sf6v7ym75z8ayk-gcc-11.3.0-lib/lib/x86_64", 0x7fff5ca6e8f0, 0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/gnu/store/930nwsiysdvy2x5zv1sf6v7ym75z8ayk-gcc-11.3.0-lib/lib/x86_64/libgcc_s.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/930nwsiysdvy2x5zv1sf6v7ym75z8ayk-gcc-11.3.0-lib/lib/x86_64", 0x7fff5ca6e8f0, 0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/gnu/store/930nwsiysdvy2x5zv1sf6v7ym75z8ayk-gcc-11.3.0-lib/lib/libgcc_s.so.1", O_RDONLY|O_CLOEXEC) = 3
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\0\0"..., 832) = 832
pread64(3, "\4\0\0\0 \0\0\0\5\0\0\0GNU\0\1\0\1\300\4\0\0\0\v\0\0\0\0\0\0\0"..., 48, 97560) = 48
newfstatat(3, "", {st_mode=S_IFREG|0444, st_size=100760, ...}, AT_EMPTY_PATH) = 0
mmap(NULL, 103496, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f17a426e000
mmap(0x7f17a4271000, 73728, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x3000) = 0x7f17a4271000
mmap(0x7f17a4283000, 12288, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x15000) = 0x7f17a4283000
mmap(0x7f17a4286000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x17000) = 0x7f17a4286000
close(3)                                = 0
openat(AT_FDCWD, "/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/lib/libc.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/gnu/store/ln6hxqjvz6m9gdd9s97pivlqck7hzs99-glibc-2.35/lib/libc.so.6", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\2\1\1\3\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\260\223\2\0\0\0\0\0"..., 832) = 832
pread64(3, "\6\0\0\0\4\0\0\0@\0\0\0\0\0\0\0@\0\0\0\0\0\0\0@\0\0\0\0\0\0\0"..., 784, 64) = 784
pread64(3, "\4\0\0\0000\0\0\0\5\0\0\0GNU\0\2\200\0\300\4\0\0\0\1\0\0\0\0\0\0\0"..., 64, 848) = 64
pread64(3, "\4\0\0\0\20\0\0\0\1\0\0\0GNU\0\0\0\0\0\2\0\0\0\6\0\0\0 \0\0\0", 32, 912) = 32
newfstatat(3, "", {st_mode=S_IFREG|0555, st_size=2335360, ...}, AT_EMPTY_PATH) = 0
pread64(3, "\6\0\0\0\4\0\0\0@\0\0\0\0\0\0\0@\0\0\0\0\0\0\0@\0\0\0\0\0\0\0"..., 784, 64) = 784
mmap(NULL, 2080720, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f17a4072000
mprotect(0x7f17a409a000, 1839104, PROT_NONE) = 0
mmap(0x7f17a409a000, 1470464, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x28000) = 0x7f17a409a000
mmap(0x7f17a4201000, 364544, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x18f000) = 0x7f17a4201000
mmap(0x7f17a425b000, 24576, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1e8000) = 0x7f17a425b000
mmap(0x7f17a4261000, 53200, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f17a4261000
close(3)                                = 0
openat(AT_FDCWD, "/gnu/store/xl1jx7pa8vwmmr225dxzb49f4lpg98h4-libgc-8.2.2/lib/glibc-hwcaps/x86-64-v2/libgc.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/xl1jx7pa8vwmmr225dxzb49f4lpg98h4-libgc-8.2.2/lib/glibc-hwcaps/x86-64-v2", 0x7fff5ca6e8b0, 0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/gnu/store/xl1jx7pa8vwmmr225dxzb49f4lpg98h4-libgc-8.2.2/lib/tls/x86_64/x86_64/libgc.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/xl1jx7pa8vwmmr225dxzb49f4lpg98h4-libgc-8.2.2/lib/tls/x86_64/x86_64", 0x7fff5ca6e8b0, 0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/gnu/store/xl1jx7pa8vwmmr225dxzb49f4lpg98h4-libgc-8.2.2/lib/tls/x86_64/libgc.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/xl1jx7pa8vwmmr225dxzb49f4lpg98h4-libgc-8.2.2/lib/tls/x86_64", 0x7fff5ca6e8b0, 0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/gnu/store/xl1jx7pa8vwmmr225dxzb49f4lpg98h4-libgc-8.2.2/lib/tls/x86_64/libgc.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/xl1jx7pa8vwmmr225dxzb49f4lpg98h4-libgc-8.2.2/lib/tls/x86_64", 0x7fff5ca6e8b0, 0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/gnu/store/xl1jx7pa8vwmmr225dxzb49f4lpg98h4-libgc-8.2.2/lib/tls/libgc.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/xl1jx7pa8vwmmr225dxzb49f4lpg98h4-libgc-8.2.2/lib/tls", 0x7fff5ca6e8b0, 0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/gnu/store/xl1jx7pa8vwmmr225dxzb49f4lpg98h4-libgc-8.2.2/lib/x86_64/x86_64/libgc.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/xl1jx7pa8vwmmr225dxzb49f4lpg98h4-libgc-8.2.2/lib/x86_64/x86_64", 0x7fff5ca6e8b0, 0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/gnu/store/xl1jx7pa8vwmmr225dxzb49f4lpg98h4-libgc-8.2.2/lib/x86_64/libgc.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/xl1jx7pa8vwmmr225dxzb49f4lpg98h4-libgc-8.2.2/lib/x86_64", 0x7fff5ca6e8b0, 0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/gnu/store/xl1jx7pa8vwmmr225dxzb49f4lpg98h4-libgc-8.2.2/lib/x86_64/libgc.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/xl1jx7pa8vwmmr225dxzb49f4lpg98h4-libgc-8.2.2/lib/x86_64", 0x7fff5ca6e8b0, 0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/gnu/store/xl1jx7pa8vwmmr225dxzb49f4lpg98h4-libgc-8.2.2/lib/libgc.so.1", O_RDONLY|O_CLOEXEC) = 3
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\0\0"..., 832) = 832
pread64(3, "\4\0\0\0 \0\0\0\5\0\0\0GNU\0\1\0\1\300\4\0\0\0\v\0\0\0\0\0\0\0"..., 48, 180776) = 48
newfstatat(3, "", {st_mode=S_IFREG|0555, st_size=188792, ...}, AT_EMPTY_PATH) = 0
mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f17a4070000
mmap(NULL, 445608, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f17a4003000
mmap(0x7f17a400a000, 114688, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x7000) = 0x7f17a400a000
mmap(0x7f17a4026000, 40960, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x23000) = 0x7f17a4026000
mmap(0x7f17a4030000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2c000) = 0x7f17a4030000
mmap(0x7f17a4032000, 253096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f17a4032000
close(3)                                = 0
openat(AT_FDCWD, "/gnu/store/xl1jx7pa8vwmmr225dxzb49f4lpg98h4-libgc-8.2.2/lib/libffi.so.8", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/gnu/store/p24rj3qaz848cb58a2qb9502wqx9942j-libffi-3.4.4/lib/glibc-hwcaps/x86-64-v2/libffi.so.8", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/p24rj3qaz848cb58a2qb9502wqx9942j-libffi-3.4.4/lib/glibc-hwcaps/x86-64-v2", 0x7fff5ca6e890, 0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/gnu/store/p24rj3qaz848cb58a2qb9502wqx9942j-libffi-3.4.4/lib/tls/x86_64/x86_64/libffi.so.8", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/p24rj3qaz848cb58a2qb9502wqx9942j-libffi-3.4.4/lib/tls/x86_64/x86_64", 0x7fff5ca6e890, 0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/gnu/store/p24rj3qaz848cb58a2qb9502wqx9942j-libffi-3.4.4/lib/tls/x86_64/libffi.so.8", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/p24rj3qaz848cb58a2qb9502wqx9942j-libffi-3.4.4/lib/tls/x86_64", 0x7fff5ca6e890, 0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/gnu/store/p24rj3qaz848cb58a2qb9502wqx9942j-libffi-3.4.4/lib/tls/x86_64/libffi.so.8", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/p24rj3qaz848cb58a2qb9502wqx9942j-libffi-3.4.4/lib/tls/x86_64", 0x7fff5ca6e890, 0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/gnu/store/p24rj3qaz848cb58a2qb9502wqx9942j-libffi-3.4.4/lib/tls/libffi.so.8", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/p24rj3qaz848cb58a2qb9502wqx9942j-libffi-3.4.4/lib/tls", 0x7fff5ca6e890, 0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/gnu/store/p24rj3qaz848cb58a2qb9502wqx9942j-libffi-3.4.4/lib/x86_64/x86_64/libffi.so.8", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/p24rj3qaz848cb58a2qb9502wqx9942j-libffi-3.4.4/lib/x86_64/x86_64", 0x7fff5ca6e890, 0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/gnu/store/p24rj3qaz848cb58a2qb9502wqx9942j-libffi-3.4.4/lib/x86_64/libffi.so.8", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/p24rj3qaz848cb58a2qb9502wqx9942j-libffi-3.4.4/lib/x86_64", 0x7fff5ca6e890, 0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/gnu/store/p24rj3qaz848cb58a2qb9502wqx9942j-libffi-3.4.4/lib/x86_64/libffi.so.8", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/p24rj3qaz848cb58a2qb9502wqx9942j-libffi-3.4.4/lib/x86_64", 0x7fff5ca6e890, 0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/gnu/store/p24rj3qaz848cb58a2qb9502wqx9942j-libffi-3.4.4/lib/libffi.so.8", O_RDONLY|O_CLOEXEC) = 3
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\0\0"..., 832) = 832
pread64(3, "\4\0\0\0 \0\0\0\5\0\0\0GNU\0\1\0\1\300\4\0\0\0\v\0\0\0\0\0\0\0"..., 48, 54296) = 48
newfstatat(3, "", {st_mode=S_IFREG|0555, st_size=60056, ...}, AT_EMPTY_PATH) = 0
mmap(NULL, 63296, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f17a3ff3000
mmap(0x7f17a3ff5000, 40960, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7f17a3ff5000
mmap(0x7f17a3fff000, 8192, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xc000) = 0x7f17a3fff000
mmap(0x7f17a4001000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xd000) = 0x7f17a4001000
close(3)                                = 0
openat(AT_FDCWD, "/gnu/store/xl1jx7pa8vwmmr225dxzb49f4lpg98h4-libgc-8.2.2/lib/libunistring.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/gnu/store/p24rj3qaz848cb58a2qb9502wqx9942j-libffi-3.4.4/lib/libunistring.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/gnu/store/xsf3g0xnfwmmsk6pfn3qxvrqcyhcip7d-libunistring-1.0/lib/glibc-hwcaps/x86-64-v2/libunistring.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/xsf3g0xnfwmmsk6pfn3qxvrqcyhcip7d-libunistring-1.0/lib/glibc-hwcaps/x86-64-v2", 0x7fff5ca6e870, 0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/gnu/store/xsf3g0xnfwmmsk6pfn3qxvrqcyhcip7d-libunistring-1.0/lib/tls/x86_64/x86_64/libunistring.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/xsf3g0xnfwmmsk6pfn3qxvrqcyhcip7d-libunistring-1.0/lib/tls/x86_64/x86_64", 0x7fff5ca6e870, 0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/gnu/store/xsf3g0xnfwmmsk6pfn3qxvrqcyhcip7d-libunistring-1.0/lib/tls/x86_64/libunistring.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/xsf3g0xnfwmmsk6pfn3qxvrqcyhcip7d-libunistring-1.0/lib/tls/x86_64", 0x7fff5ca6e870, 0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/gnu/store/xsf3g0xnfwmmsk6pfn3qxvrqcyhcip7d-libunistring-1.0/lib/tls/x86_64/libunistring.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/xsf3g0xnfwmmsk6pfn3qxvrqcyhcip7d-libunistring-1.0/lib/tls/x86_64", 0x7fff5ca6e870, 0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/gnu/store/xsf3g0xnfwmmsk6pfn3qxvrqcyhcip7d-libunistring-1.0/lib/tls/libunistring.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/xsf3g0xnfwmmsk6pfn3qxvrqcyhcip7d-libunistring-1.0/lib/tls", 0x7fff5ca6e870, 0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/gnu/store/xsf3g0xnfwmmsk6pfn3qxvrqcyhcip7d-libunistring-1.0/lib/x86_64/x86_64/libunistring.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/xsf3g0xnfwmmsk6pfn3qxvrqcyhcip7d-libunistring-1.0/lib/x86_64/x86_64", 0x7fff5ca6e870, 0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/gnu/store/xsf3g0xnfwmmsk6pfn3qxvrqcyhcip7d-libunistring-1.0/lib/x86_64/libunistring.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/xsf3g0xnfwmmsk6pfn3qxvrqcyhcip7d-libunistring-1.0/lib/x86_64", 0x7fff5ca6e870, 0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/gnu/store/xsf3g0xnfwmmsk6pfn3qxvrqcyhcip7d-libunistring-1.0/lib/x86_64/libunistring.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/xsf3g0xnfwmmsk6pfn3qxvrqcyhcip7d-libunistring-1.0/lib/x86_64", 0x7fff5ca6e870, 0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/gnu/store/xsf3g0xnfwmmsk6pfn3qxvrqcyhcip7d-libunistring-1.0/lib/libunistring.so.2", O_RDONLY|O_CLOEXEC) = 3
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\0\0"..., 832) = 832
pread64(3, "\4\0\0\0 \0\0\0\5\0\0\0GNU\0\1\0\1\300\4\0\0\0\v\0\0\0\0\0\0\0"..., 48, 1731768) = 48
newfstatat(3, "", {st_mode=S_IFREG|0555, st_size=1749064, ...}, AT_EMPTY_PATH) = 0
mmap(NULL, 1753288, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f17a3e46000
mmap(0x7f17a3e59000, 217088, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x13000) = 0x7f17a3e59000
mmap(0x7f17a3e8e000, 1437696, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x48000) = 0x7f17a3e8e000
mmap(0x7f17a3fed000, 20480, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1a6000) = 0x7f17a3fed000
mmap(0x7f17a3ff2000, 200, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f17a3ff2000
close(3)                                = 0
openat(AT_FDCWD, "/gnu/store/xl1jx7pa8vwmmr225dxzb49f4lpg98h4-libgc-8.2.2/lib/libcrypt.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/gnu/store/p24rj3qaz848cb58a2qb9502wqx9942j-libffi-3.4.4/lib/libcrypt.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/gnu/store/xsf3g0xnfwmmsk6pfn3qxvrqcyhcip7d-libunistring-1.0/lib/libcrypt.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/gnu/store/ln6hxqjvz6m9gdd9s97pivlqck7hzs99-glibc-2.35/lib/libcrypt.so.1", O_RDONLY|O_CLOEXEC) = 3
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\0\0"..., 832) = 832
newfstatat(3, "", {st_mode=S_IFREG|0555, st_size=47968, ...}, AT_EMPTY_PATH) = 0
mmap(NULL, 233952, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f17a3e0c000
mprotect(0x7f17a3e0d000, 36864, PROT_NONE) = 0
mmap(0x7f17a3e0d000, 24576, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1000) = 0x7f17a3e0d000
mmap(0x7f17a3e13000, 8192, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x7000) = 0x7f17a3e13000
mmap(0x7f17a3e16000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x9000) = 0x7f17a3e16000
mmap(0x7f17a3e18000, 184800, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f17a3e18000
close(3)                                = 0
openat(AT_FDCWD, "/gnu/store/xl1jx7pa8vwmmr225dxzb49f4lpg98h4-libgc-8.2.2/lib/libm.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/gnu/store/p24rj3qaz848cb58a2qb9502wqx9942j-libffi-3.4.4/lib/libm.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/gnu/store/xsf3g0xnfwmmsk6pfn3qxvrqcyhcip7d-libunistring-1.0/lib/libm.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/gnu/store/ln6hxqjvz6m9gdd9s97pivlqck7hzs99-glibc-2.35/lib/libm.so.6", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\2\1\1\3\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\0\0\0\0\0\0\0\0"..., 832) = 832
newfstatat(3, "", {st_mode=S_IFREG|0555, st_size=981440, ...}, AT_EMPTY_PATH) = 0
mmap(NULL, 901392, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f17a3d2f000
mmap(0x7f17a3d3d000, 458752, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xe000) = 0x7f17a3d3d000
mmap(0x7f17a3dad000, 380928, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x7e000) = 0x7f17a3dad000
mmap(0x7f17a3e0a000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xda000) = 0x7f17a3e0a000
close(3)                                = 0
mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f17a3d2d000
mmap(NULL, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f17a3d2a000
arch_prctl(ARCH_SET_FS, 0x7f17a3d2a740) = 0
set_tid_address(0x7f17a3d2aa10)         = 4491
set_robust_list(0x7f17a3d2aa20, 24)     = 0
rseq(0x7f17a3d2b0e0, 0x20, 0, 0x53053053) = 0
mprotect(0x7f17a425b000, 16384, PROT_READ) = 0
mprotect(0x7f17a3e0a000, 4096, PROT_READ) = 0
mprotect(0x7f17a3e16000, 4096, PROT_READ) = 0
mprotect(0x7f17a4286000, 4096, PROT_READ) = 0
mprotect(0x7f17a3fed000, 16384, PROT_READ) = 0
mprotect(0x7f17a4001000, 4096, PROT_READ) = 0
mprotect(0x7f17a4030000, 4096, PROT_READ) = 0
mprotect(0x7f17a43bc000, 16384, PROT_READ) = 0
mprotect(0x403000, 4096, PROT_READ)     = 0
mprotect(0x7f17a4403000, 8192, PROT_READ) = 0
prlimit64(0, RLIMIT_STACK, NULL, {rlim_cur=8192*1024, rlim_max=RLIM64_INFINITY}) = 0
getrandom("\x1e\xfc\xcf\xe9\x5c\xcd\x47\xaa", 8, GRND_NONBLOCK) = 8
brk(NULL)                               = 0x1efc000
brk(0x1f1d000)                          = 0x1f1d000
openat(AT_FDCWD, "/run/current-system/locale/2.35/locale-archive", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/gnu/store/ln6hxqjvz6m9gdd9s97pivlqck7hzs99-glibc-2.35/share/locale/locale.alias", O_RDONLY|O_CLOEXEC) = 3
newfstatat(3, "", {st_mode=S_IFREG|0444, st_size=2998, ...}, AT_EMPTY_PATH) = 0
read(3, "# Locale name alias data base.\n#"..., 4096) = 2998
read(3, "", 4096)                       = 0
close(3)                                = 0
openat(AT_FDCWD, "/run/current-system/locale/2.35/en_US.utf8/LC_IDENTIFICATION", O_RDONLY|O_CLOEXEC) = 3
newfstatat(3, "", {st_mode=S_IFREG|0444, st_size=369, ...}, AT_EMPTY_PATH) = 0
mmap(NULL, 369, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f17a4402000
close(3)                                = 0
openat(AT_FDCWD, "/gnu/store/ln6hxqjvz6m9gdd9s97pivlqck7hzs99-glibc-2.35/lib/gconv/gconv-modules.cache", O_RDONLY) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/gnu/store/ln6hxqjvz6m9gdd9s97pivlqck7hzs99-glibc-2.35/lib/gconv/gconv-modules", O_RDONLY|O_CLOEXEC) = 3
newfstatat(3, "", {st_mode=S_IFREG|0444, st_size=3808, ...}, AT_EMPTY_PATH) = 0
read(3, "# GNU libc iconv configuration.\n"..., 4096) = 3808
read(3, "", 4096)                       = 0
close(3)                                = 0
openat(AT_FDCWD, "/gnu/store/ln6hxqjvz6m9gdd9s97pivlqck7hzs99-glibc-2.35/lib/gconv/gconv-modules.d", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = 3
newfstatat(3, "", {st_mode=S_IFDIR|0555, st_size=4096, ...}, AT_EMPTY_PATH) = 0
getdents64(3, 0x1f002c0 /* 3 entries */, 32768) = 96
openat(AT_FDCWD, "/gnu/store/ln6hxqjvz6m9gdd9s97pivlqck7hzs99-glibc-2.35/lib/gconv/gconv-modules.d/gconv-modules-extra.conf", O_RDONLY|O_CLOEXEC) = 4
newfstatat(4, "", {st_mode=S_IFREG|0444, st_size=53974, ...}, AT_EMPTY_PATH) = 0
read(4, "# GNU libc iconv configuration.\n"..., 4096) = 4096
read(4, "B1002//\tJUS_I.B1.002//\nmodule\tJU"..., 4096) = 4096
read(4, "59-5//\nalias\tISO_8859-5//\t\tISO-8"..., 4096) = 4096
read(4, "59-16//\t\tINTERNAL\t\tISO8859-16\t1\n"..., 4096) = 4096
read(4, "-SE-A\t1\nmodule\tINTERNAL\t\tEBCDIC-"..., 4096) = 4096
read(4, "97\t\t1\n\n#\tfrom\t\t\tto\t\t\tmodule\t\tcos"..., 4096) = 4096
read(4, "1\n\n#\tfrom\t\t\tto\t\t\tmodule\t\tcost\nal"..., 4096) = 4096
read(4, "6//\t\tIBM1046//\nalias\tCP1046//\t\tI"..., 4096) = 4096
brk(0x1f3e000)                          = 0x1f3e000
read(4, "\tto\t\t\tmodule\t\tcost\nalias\tRUSCII/"..., 4096) = 4096
read(4, "03//\nmodule\tCSN_369103//\t\tINTERN"..., 4096) = 4096
read(4, "\tmodule\t\tcost\nalias\tISO-IR-8-1//"..., 4096) = 4096
read(4, "IBM1156\t\t1\n\n#\tfrom\t\t\tto\t\t\tmodule"..., 4096) = 4096
read(4, "\t\tIBM1166//\nalias\tCP1166//\t\tIBM1"..., 4096) = 4096
read(4, "alias\tROMAN9//\t\tHP-ROMAN9//\nalia"..., 4096) = 726
read(4, "", 4096)                       = 0
close(4)                                = 0
getdents64(3, 0x1f002c0 /* 0 entries */, 32768) = 0
close(3)                                = 0
futex(0x7f17a4260a6c, FUTEX_WAKE_PRIVATE, 2147483647) = 0
openat(AT_FDCWD, "/run/current-system/locale/2.35/en_US.utf8/LC_MEASUREMENT", O_RDONLY|O_CLOEXEC) = 3
newfstatat(3, "", {st_mode=S_IFREG|0444, st_size=23, ...}, AT_EMPTY_PATH) = 0
mmap(NULL, 23, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f17a3d29000
close(3)                                = 0
openat(AT_FDCWD, "/run/current-system/locale/2.35/en_US.utf8/LC_TELEPHONE", O_RDONLY|O_CLOEXEC) = 3
newfstatat(3, "", {st_mode=S_IFREG|0444, st_size=59, ...}, AT_EMPTY_PATH) = 0
mmap(NULL, 59, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f17a3d28000
close(3)                                = 0
openat(AT_FDCWD, "/run/current-system/locale/2.35/en_US.utf8/LC_ADDRESS", O_RDONLY|O_CLOEXEC) = 3
newfstatat(3, "", {st_mode=S_IFREG|0444, st_size=167, ...}, AT_EMPTY_PATH) = 0
mmap(NULL, 167, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f17a3d27000
close(3)                                = 0
openat(AT_FDCWD, "/run/current-system/locale/2.35/en_US.utf8/LC_NAME", O_RDONLY|O_CLOEXEC) = 3
newfstatat(3, "", {st_mode=S_IFREG|0444, st_size=77, ...}, AT_EMPTY_PATH) = 0
mmap(NULL, 77, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f17a3d26000
close(3)                                = 0
openat(AT_FDCWD, "/run/current-system/locale/2.35/en_US.utf8/LC_PAPER", O_RDONLY|O_CLOEXEC) = 3
newfstatat(3, "", {st_mode=S_IFREG|0444, st_size=34, ...}, AT_EMPTY_PATH) = 0
mmap(NULL, 34, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f17a3d25000
close(3)                                = 0
openat(AT_FDCWD, "/run/current-system/locale/2.35/en_US.utf8/LC_MESSAGES", O_RDONLY|O_CLOEXEC) = 3
newfstatat(3, "", {st_mode=S_IFDIR|0555, st_size=4096, ...}, AT_EMPTY_PATH) = 0
close(3)                                = 0
openat(AT_FDCWD, "/run/current-system/locale/2.35/en_US.utf8/LC_MESSAGES/SYS_LC_MESSAGES", O_RDONLY|O_CLOEXEC) = 3
newfstatat(3, "", {st_mode=S_IFREG|0444, st_size=57, ...}, AT_EMPTY_PATH) = 0
mmap(NULL, 57, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f17a3d24000
close(3)                                = 0
openat(AT_FDCWD, "/run/current-system/locale/2.35/en_US.utf8/LC_MONETARY", O_RDONLY|O_CLOEXEC) = 3
newfstatat(3, "", {st_mode=S_IFREG|0444, st_size=286, ...}, AT_EMPTY_PATH) = 0
mmap(NULL, 286, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f17a3d23000
close(3)                                = 0
openat(AT_FDCWD, "/run/current-system/locale/2.35/en_US.utf8/LC_COLLATE", O_RDONLY|O_CLOEXEC) = 3
newfstatat(3, "", {st_mode=S_IFREG|0444, st_size=2586930, ...}, AT_EMPTY_PATH) = 0
mmap(NULL, 2586930, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f17a3a00000
close(3)                                = 0
openat(AT_FDCWD, "/run/current-system/locale/2.35/en_US.utf8/LC_TIME", O_RDONLY|O_CLOEXEC) = 3
newfstatat(3, "", {st_mode=S_IFREG|0444, st_size=3284, ...}, AT_EMPTY_PATH) = 0
mmap(NULL, 3284, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f17a3d22000
close(3)                                = 0
openat(AT_FDCWD, "/run/current-system/locale/2.35/en_US.utf8/LC_NUMERIC", O_RDONLY|O_CLOEXEC) = 3
newfstatat(3, "", {st_mode=S_IFREG|0444, st_size=54, ...}, AT_EMPTY_PATH) = 0
mmap(NULL, 54, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f17a3d21000
close(3)                                = 0
openat(AT_FDCWD, "/run/current-system/locale/2.35/en_US.utf8/LC_CTYPE", O_RDONLY|O_CLOEXEC) = 3
newfstatat(3, "", {st_mode=S_IFREG|0444, st_size=353616, ...}, AT_EMPTY_PATH) = 0
mmap(NULL, 353616, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f17a3cca000
close(3)                                = 0
futex(0x7f17a43cc430, FUTEX_WAKE_PRIVATE, 2147483647) = 0
openat(AT_FDCWD, "/proc/self/maps", O_RDONLY|O_CLOEXEC) = 3
prlimit64(0, RLIMIT_STACK, NULL, {rlim_cur=8192*1024, rlim_max=RLIM64_INFINITY}) = 0
newfstatat(3, "", {st_mode=S_IFREG|0444, st_size=0, ...}, AT_EMPTY_PATH) = 0
read(3, "00400000-00401000 r--p 00000000 "..., 1024) = 1024
read(3, "/53wn9ssal9nbxi71a4k8vp4r669sync"..., 1024) = 1024
read(3, "27000-7f17a3d28000 r--p 00000000"..., 1024) = 1024
read(3, "e/ln6hxqjvz6m9gdd9s97pivlqck7hzs"..., 1024) = 1024
read(3, "z6m9gdd9s97pivlqck7hzs99-glibc-2"..., 1024) = 1024
read(3, " /gnu/store/p24rj3qaz848cb58a2qb"..., 1024) = 1024
read(3, "0247                   /gnu/stor"..., 1024) = 1024
read(3, "7f17a425f000 r--p 001e8000 08:03"..., 1024) = 1024
read(3, "6v7ym75z8ayk-gcc-11.3.0-lib/lib/"..., 1024) = 1024
read(3, "\n7f17a43cf000-7f17a43d1000 r--p "..., 1024) = 1024
close(3)                                = 0
sched_getaffinity(4491, 32, [0 1])      = 32
mmap(NULL, 65536, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f17a3cba000
mmap(0x7f17a3cca000, 65536, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f17a3caa000
mmap(0x7f17a3cba000, 65536, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f17a3c9a000
mmap(0x7f17a3caa000, 65536, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f17a3c8a000
mmap(0x7f17a3c9a000, 65536, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f17a3c7a000
openat(AT_FDCWD, "/proc/stat", O_RDONLY) = 3
read(3, "cpu  24109 148 9394 68855532 117"..., 1700) = 1208
close(3)                                = 0
rt_sigaction(SIGPWR, {sa_handler=0x7f17a400c8e0, sa_mask=~[INT QUIT ABRT BUS SEGV TERM RTMIN RT_1], sa_flags=SA_RESTORER|SA_RESTART|SA_SIGINFO, sa_restorer=0x7f17a40af2a0}, NULL, 8) = 0
rt_sigaction(SIGXCPU, {sa_handler=0x7f17a400bd70, sa_mask=~[INT QUIT ABRT BUS SEGV TERM RTMIN RT_1], sa_flags=SA_RESTORER|SA_RESTART, sa_restorer=0x7f17a40af2a0}, NULL, 8) = 0
rt_sigprocmask(SIG_UNBLOCK, [XCPU PWR], NULL, 8) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
mmap(0x7f17a3c8a000, 2031616, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f17a3810000
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f17a3c79000
pipe2([3, 4], O_CLOEXEC)                = 0
brk(0x1f61000)                          = 0x1f61000
futex(0x7f17a43c9a38, FUTEX_WAKE_PRIVATE, 2147483647) = 0
mmap(0x7f17a3a00000, 65536, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f17a3800000
clock_gettime(CLOCK_PROCESS_CPUTIME_ID, {tv_sec=0, tv_nsec=8964879}) = 0
openat(AT_FDCWD, "/dev/urandom", O_RDONLY) = 5
newfstatat(5, "", {st_mode=S_IFCHR|0666, st_rdev=makedev(0x1, 0x9), ...}, AT_EMPTY_PATH) = 0
ioctl(5, TCGETS, 0x7fff5ca6f370)        = -1 EINVAL (Invalid argument)
read(5, "\262C\246*\214c\303\212\272J\201\177\0\354\230\316\202y\16\nV\201~7\241\320\267E\331\\G\5"..., 4096) = 4096
close(5)                                = 0
ioctl(0, TCGETS, {c_iflag=ICRNL|IXON|IUTF8, c_oflag=NL0|CR0|TAB0|BS0|VT0|FF0|OPOST|ONLCR, c_cflag=B38400|CS8|CREAD, c_lflag=ISIG|ICANON|ECHO|ECHOE|ECHOK|IEXTEN|ECHOCTL|ECHOKE, ...}) = 0
fcntl(0, F_GETFL)                       = 0x2 (flags O_RDWR)
lseek(0, 0, SEEK_CUR)                   = -1 ESPIPE (Illegal seek)
ioctl(1, TCGETS, {c_iflag=ICRNL|IXON|IUTF8, c_oflag=NL0|CR0|TAB0|BS0|VT0|FF0|OPOST|ONLCR, c_cflag=B38400|CS8|CREAD, c_lflag=ISIG|ICANON|ECHO|ECHOE|ECHOK|IEXTEN|ECHOCTL|ECHOKE, ...}) = 0
fcntl(1, F_GETFL)                       = 0x2 (flags O_RDWR)
lseek(1, 0, SEEK_CUR)                   = -1 ESPIPE (Illegal seek)
ioctl(2, TCGETS, {c_iflag=ICRNL|IXON|IUTF8, c_oflag=NL0|CR0|TAB0|BS0|VT0|FF0|OPOST|ONLCR, c_cflag=B38400|CS8|CREAD, c_lflag=ISIG|ICANON|ECHO|ECHOE|ECHOK|IEXTEN|ECHOCTL|ECHOKE, ...}) = 0
fcntl(2, F_GETFL)                       = 0x2 (flags O_RDWR)
lseek(2, 0, SEEK_CUR)                   = -1 ESPIPE (Illegal seek)
newfstatat(AT_FDCWD, "/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/share/guile/3.0/ice-9/eval.scm", {st_mode=S_IFREG|0444, st_size=25677, ...}, 0) = 0
newfstatat(AT_FDCWD, "/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/lib/guile/3.0/ccache/ice-9/eval.go", {st_mode=S_IFREG|0444, st_size=99461, ...}, 0) = 0
openat(AT_FDCWD, "/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/lib/guile/3.0/ccache/ice-9/eval.go", O_RDONLY|O_CLOEXEC) = 5
lseek(5, 0, SEEK_END)                   = 99461
mmap(NULL, 99461, PROT_READ, MAP_PRIVATE, 5, 0) = 0x7f17a37e7000
close(5)                                = 0
mprotect(0x7f17a37f7000, 7584, PROT_READ|PROT_WRITE) = 0
prlimit64(0, RLIMIT_STACK, NULL, {rlim_cur=8192*1024, rlim_max=RLIM64_INFINITY}) = 0
newfstatat(AT_FDCWD, "/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/share/guile/3.0/init.scm", 0x7fff5ca6f520, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/share/guile/site/3.0/init.scm", 0x7fff5ca6f520, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/share/guile/site/init.scm", 0x7fff5ca6f520, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/share/guile/init.scm", 0x7fff5ca6f520, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/share/guile/3.0/ice-9/boot-9.scm", {st_mode=S_IFREG|0444, st_size=170744, ...}, 0) = 0
newfstatat(AT_FDCWD, "/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/lib/guile/3.0/ccache/ice-9/boot-9.go", {st_mode=S_IFREG|0444, st_size=989597, ...}, 0) = 0
openat(AT_FDCWD, "/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/lib/guile/3.0/ccache/ice-9/boot-9.go", O_RDONLY|O_CLOEXEC) = 5
lseek(5, 0, SEEK_END)                   = 989597
mmap(NULL, 989597, PROT_READ, MAP_PRIVATE, 5, 0) = 0x7f17a36f5000
close(5)                                = 0
mprotect(0x7f17a3785000, 186224, PROT_READ|PROT_WRITE) = 0
newfstatat(AT_FDCWD, "/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/share/guile/3.0/ice-9/psyntax-pp.scm", {st_mode=S_IFREG|0444, st_size=188229, ...}, 0) = 0
newfstatat(AT_FDCWD, "/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/lib/guile/3.0/ccache/ice-9/psyntax-pp.go", {st_mode=S_IFREG|0444, st_size=516621, ...}, 0) = 0
openat(AT_FDCWD, "/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/lib/guile/3.0/ccache/ice-9/psyntax-pp.go", O_RDONLY|O_CLOEXEC) = 5
lseek(5, 0, SEEK_END)                   = 516621
mmap(NULL, 516621, PROT_READ, MAP_PRIVATE, 5, 0) = 0x7f17a3676000
close(5)                                = 0
mprotect(0x7f17a36c6000, 76976, PROT_READ|PROT_WRITE) = 0
mmap(NULL, 262144, PROT_READ|PROT_WRITE|PROT_EXEC, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f17a3636000
futex(0x7f17a43c91a4, FUTEX_WAKE_PRIVATE, 2147483647) = 0
newfstatat(AT_FDCWD, "/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/share/guile/3.0/ice-9/posix.scm", {st_mode=S_IFREG|0444, st_size=2793, ...}, 0) = 0
newfstatat(AT_FDCWD, "/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/lib/guile/3.0/ccache/ice-9/posix.go", {st_mode=S_IFREG|0444, st_size=77387, ...}, 0) = 0
openat(AT_FDCWD, "/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/lib/guile/3.0/ccache/ice-9/posix.go", O_RDONLY|O_CLOEXEC) = 5
lseek(5, 0, SEEK_END)                   = 77387
mmap(NULL, 77387, PROT_READ, MAP_PRIVATE, 5, 0) = 0x7f17a3623000
close(5)                                = 0
mprotect(0x7f17a3633000, 4128, PROT_READ|PROT_WRITE) = 0
newfstatat(AT_FDCWD, "/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/share/guile/3.0/ice-9/networking.scm", {st_mode=S_IFREG|0444, st_size=3407, ...}, 0) = 0
newfstatat(AT_FDCWD, "/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/lib/guile/3.0/ccache/ice-9/networking.go", {st_mode=S_IFREG|0444, st_size=79011, ...}, 0) = 0
openat(AT_FDCWD, "/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/lib/guile/3.0/ccache/ice-9/networking.go", O_RDONLY|O_CLOEXEC) = 5
lseek(5, 0, SEEK_END)                   = 79011
mmap(NULL, 79011, PROT_READ, MAP_PRIVATE, 5, 0) = 0x7f17a360f000
close(5)                                = 0
mprotect(0x7f17a361f000, 4768, PROT_READ|PROT_WRITE) = 0
newfstatat(AT_FDCWD, "/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/share/guile/3.0/ice-9/deprecated.scm", {st_mode=S_IFREG|0444, st_size=1573, ...}, 0) = 0
newfstatat(AT_FDCWD, "/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/lib/guile/3.0/ccache/ice-9/deprecated.go", {st_mode=S_IFREG|0444, st_size=74189, ...}, 0) = 0
openat(AT_FDCWD, "/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/lib/guile/3.0/ccache/ice-9/deprecated.go", O_RDONLY|O_CLOEXEC) = 5
lseek(5, 0, SEEK_END)                   = 74189
mmap(NULL, 74189, PROT_READ, MAP_PRIVATE, 5, 0) = 0x7f17a35fc000
close(5)                                = 0
mprotect(0x7f17a360c000, 5336, PROT_READ|PROT_WRITE) = 0
newfstatat(AT_FDCWD, "/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/share/guile/3.0/ice-9/copy-tree.scm", {st_mode=S_IFREG|0444, st_size=3119, ...}, 0) = 0
newfstatat(AT_FDCWD, "/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/lib/guile/3.0/ccache/ice-9/copy-tree.go", {st_mode=S_IFREG|0444, st_size=70829, ...}, 0) = 0
openat(AT_FDCWD, "/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/lib/guile/3.0/ccache/ice-9/copy-tree.go", O_RDONLY|O_CLOEXEC) = 5
lseek(5, 0, SEEK_END)                   = 70829
mmap(NULL, 70829, PROT_READ, MAP_PRIVATE, 5, 0) = 0x7f17a35ea000
close(5)                                = 0
mprotect(0x7f17a35fa000, 1768, PROT_READ|PROT_WRITE) = 0
newfstatat(AT_FDCWD, "/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/share/guile/3.0/ice-9/match.scm", {st_mode=S_IFREG|0444, st_size=2233, ...}, 0) = 0
newfstatat(AT_FDCWD, "/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/lib/guile/3.0/ccache/ice-9/match.go", {st_mode=S_IFREG|0444, st_size=340949, ...}, 0) = 0
openat(AT_FDCWD, "/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/lib/guile/3.0/ccache/ice-9/match.go", O_RDONLY|O_CLOEXEC) = 5
lseek(5, 0, SEEK_END)                   = 340949
mmap(NULL, 340949, PROT_READ, MAP_PRIVATE, 5, 0) = 0x7f17a3596000
close(5)                                = 0
mprotect(0x7f17a35c6000, 113544, PROT_READ|PROT_WRITE) = 0
newfstatat(AT_FDCWD, "/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/share/guile/3.0/srfi/srfi-11.scm", {st_mode=S_IFREG|0444, st_size=5511, ...}, 0) = 0
newfstatat(AT_FDCWD, "/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/lib/guile/3.0/ccache/srfi/srfi-11.go", {st_mode=S_IFREG|0444, st_size=78893, ...}, 0) = 0
openat(AT_FDCWD, "/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/lib/guile/3.0/ccache/srfi/srfi-11.go", O_RDONLY|O_CLOEXEC) = 5
lseek(5, 0, SEEK_END)                   = 78893
mmap(NULL, 78893, PROT_READ, MAP_PRIVATE, 5, 0) = 0x7f17a3582000
close(5)                                = 0
mprotect(0x7f17a3592000, 8344, PROT_READ|PROT_WRITE) = 0
newfstatat(AT_FDCWD, "/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/share/guile/3.0/ice-9/ports.scm", {st_mode=S_IFREG|0444, st_size=19535, ...}, 0) = 0
newfstatat(AT_FDCWD, "/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/lib/guile/3.0/ccache/ice-9/ports.go", {st_mode=S_IFREG|0444, st_size=111277, ...}, 0) = 0
openat(AT_FDCWD, "/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/lib/guile/3.0/ccache/ice-9/ports.go", O_RDONLY|O_CLOEXEC) = 5
lseek(5, 0, SEEK_END)                   = 111277
mmap(NULL, 111277, PROT_READ, MAP_PRIVATE, 5, 0) = 0x7f17a3566000
close(5)                                = 0
mprotect(0x7f17a3576000, 23488, PROT_READ|PROT_WRITE) = 0
newfstatat(AT_FDCWD, "/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/share/guile/3.0/ice-9/threads.scm", {st_mode=S_IFREG|0444, st_size=12839, ...}, 0) = 0
newfstatat(AT_FDCWD, "/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/lib/guile/3.0/ccache/ice-9/threads.go", {st_mode=S_IFREG|0444, st_size=96221, ...}, 0) = 0
openat(AT_FDCWD, "/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/lib/guile/3.0/ccache/ice-9/threads.go", O_RDONLY|O_CLOEXEC) = 5
lseek(5, 0, SEEK_END)                   = 96221
mmap(NULL, 96221, PROT_READ, MAP_PRIVATE, 5, 0) = 0x7f17a354e000
close(5)                                = 0
mprotect(0x7f17a355e000, 15576, PROT_READ|PROT_WRITE) = 0
newfstatat(AT_FDCWD, "/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/share/guile/3.0/ice-9/control.scm", {st_mode=S_IFREG|0444, st_size=4181, ...}, 0) = 0
newfstatat(AT_FDCWD, "/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/lib/guile/3.0/ccache/ice-9/control.go", {st_mode=S_IFREG|0444, st_size=86653, ...}, 0) = 0
openat(AT_FDCWD, "/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/lib/guile/3.0/ccache/ice-9/control.go", O_RDONLY|O_CLOEXEC) = 5
lseek(5, 0, SEEK_END)                   = 86653
mmap(NULL, 86653, PROT_READ, MAP_PRIVATE, 5, 0) = 0x7f17a3538000
close(5)                                = 0
mprotect(0x7f17a3548000, 13352, PROT_READ|PROT_WRITE) = 0
newfstatat(AT_FDCWD, "/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/share/guile/3.0/ice-9/futures.scm", {st_mode=S_IFREG|0444, st_size=10739, ...}, 0) = 0
newfstatat(AT_FDCWD, "/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/lib/guile/3.0/ccache/ice-9/futures.go", {st_mode=S_IFREG|0444, st_size=206045, ...}, 0) = 0
openat(AT_FDCWD, "/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/lib/guile/3.0/ccache/ice-9/futures.go", O_RDONLY|O_CLOEXEC) = 5
lseek(5, 0, SEEK_END)                   = 206045
mmap(NULL, 206045, PROT_READ, MAP_PRIVATE, 5, 0) = 0x7f17a3505000
close(5)                                = 0
mprotect(0x7f17a3525000, 51496, PROT_READ|PROT_WRITE) = 0
newfstatat(AT_FDCWD, "/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/share/guile/3.0/srfi/srfi-1.scm", {st_mode=S_IFREG|0444, st_size=31228, ...}, 0) = 0
newfstatat(AT_FDCWD, "/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/lib/guile/3.0/ccache/srfi/srfi-1.go", {st_mode=S_IFREG|0444, st_size=190373, ...}, 0) = 0
openat(AT_FDCWD, "/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/lib/guile/3.0/ccache/srfi/srfi-1.go", O_RDONLY|O_CLOEXEC) = 5
lseek(5, 0, SEEK_END)                   = 190373
mmap(NULL, 190373, PROT_READ, MAP_PRIVATE, 5, 0) = 0x7f17a34d6000
close(5)                                = 0
mprotect(0x7f17a34f6000, 19872, PROT_READ|PROT_WRITE) = 0
newfstatat(AT_FDCWD, "/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/share/guile/3.0/srfi/srfi-9.scm", {st_mode=S_IFREG|0444, st_size=13365, ...}, 0) = 0
newfstatat(AT_FDCWD, "/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/lib/guile/3.0/ccache/srfi/srfi-9.go", {st_mode=S_IFREG|0444, st_size=114805, ...}, 0) = 0
openat(AT_FDCWD, "/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/lib/guile/3.0/ccache/srfi/srfi-9.go", O_RDONLY|O_CLOEXEC) = 5
lseek(5, 0, SEEK_END)                   = 114805
mmap(NULL, 114805, PROT_READ, MAP_PRIVATE, 5, 0) = 0x7f17a34b9000
close(5)                                = 0
mprotect(0x7f17a34c9000, 33632, PROT_READ|PROT_WRITE) = 0
newfstatat(AT_FDCWD, "/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/share/guile/3.0/system/base/ck.scm", {st_mode=S_IFREG|0444, st_size=2201, ...}, 0) = 0
newfstatat(AT_FDCWD, "/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/lib/guile/3.0/ccache/system/base/ck.go", {st_mode=S_IFREG|0444, st_size=74117, ...}, 0) = 0
openat(AT_FDCWD, "/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/lib/guile/3.0/ccache/system/base/ck.go", O_RDONLY|O_CLOEXEC) = 5
lseek(5, 0, SEEK_END)                   = 74117
mmap(NULL, 74117, PROT_READ, MAP_PRIVATE, 5, 0) = 0x7f17a34a6000
close(5)                                = 0
mprotect(0x7f17a34b6000, 5496, PROT_READ|PROT_WRITE) = 0
newfstatat(AT_FDCWD, "/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/share/guile/3.0/srfi/srfi-9/gnu.scm", {st_mode=S_IFREG|0444, st_size=6471, ...}, 0) = 0
newfstatat(AT_FDCWD, "/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/lib/guile/3.0/ccache/srfi/srfi-9/gnu.go", {st_mode=S_IFREG|0444, st_size=92069, ...}, 0) = 0
openat(AT_FDCWD, "/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/lib/guile/3.0/ccache/srfi/srfi-9/gnu.go", O_RDONLY|O_CLOEXEC) = 5
lseek(5, 0, SEEK_END)                   = 92069
mmap(NULL, 92069, PROT_READ, MAP_PRIVATE, 5, 0) = 0x7f17a348f000
close(5)                                = 0
mprotect(0x7f17a349f000, 16840, PROT_READ|PROT_WRITE) = 0
mmap(0x7f17a3810000, 65536, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f17a347f000
newfstatat(AT_FDCWD, "/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/share/guile/3.0/ice-9/q.scm", {st_mode=S_IFREG|0444, st_size=4297, ...}, 0) = 0
newfstatat(AT_FDCWD, "/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/lib/guile/3.0/ccache/ice-9/q.go", {st_mode=S_IFREG|0444, st_size=76485, ...}, 0) = 0
openat(AT_FDCWD, "/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/lib/guile/3.0/ccache/ice-9/q.go", O_RDONLY|O_CLOEXEC) = 5
lseek(5, 0, SEEK_END)                   = 76485
mmap(NULL, 76485, PROT_READ, MAP_PRIVATE, 5, 0) = 0x7f17a346c000
close(5)                                = 0
mprotect(0x7f17a347c000, 4608, PROT_READ|PROT_WRITE) = 0
sched_getaffinity(0, 128, [0 1])        = 32
newfstatat(AT_FDCWD, "/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/share/guile/3.0/ice-9/exceptions.scm", {st_mode=S_IFREG|0444, st_size=14730, ...}, 0) = 0
newfstatat(AT_FDCWD, "/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/lib/guile/3.0/ccache/ice-9/exceptions.go", {st_mode=S_IFREG|0444, st_size=106501, ...}, 0) = 0
openat(AT_FDCWD, "/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/lib/guile/3.0/ccache/ice-9/exceptions.go", O_RDONLY|O_CLOEXEC) = 5
lseek(5, 0, SEEK_END)                   = 106501
mmap(NULL, 106501, PROT_READ, MAP_PRIVATE, 5, 0) = 0x7f17a3451000
close(5)                                = 0
mprotect(0x7f17a3461000, 21840, PROT_READ|PROT_WRITE) = 0
newfstatat(AT_FDCWD, "/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/share/guile/3.0/srfi/srfi-4.scm", {st_mode=S_IFREG|0444, st_size=5207, ...}, 0) = 0
newfstatat(AT_FDCWD, "/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/lib/guile/3.0/ccache/srfi/srfi-4.go", {st_mode=S_IFREG|0444, st_size=108413, ...}, 0) = 0
openat(AT_FDCWD, "/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/lib/guile/3.0/ccache/srfi/srfi-4.go", O_RDONLY|O_CLOEXEC) = 5
lseek(5, 0, SEEK_END)                   = 108413
mmap(NULL, 108413, PROT_READ, MAP_PRIVATE, 5, 0) = 0x7f17a3436000
close(5)                                = 0
mprotect(0x7f17a3446000, 18216, PROT_READ|PROT_WRITE) = 0
newfstatat(AT_FDCWD, "/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/share/guile/3.0/rnrs/bytevectors.scm", {st_mode=S_IFREG|0444, st_size=3383, ...}, 0) = 0
newfstatat(AT_FDCWD, "/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/lib/guile/3.0/ccache/rnrs/bytevectors.go", {st_mode=S_IFREG|0444, st_size=73021, ...}, 0) = 0
openat(AT_FDCWD, "/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/lib/guile/3.0/ccache/rnrs/bytevectors.go", O_RDONLY|O_CLOEXEC) = 5
lseek(5, 0, SEEK_END)                   = 73021
mmap(NULL, 73021, PROT_READ, MAP_PRIVATE, 5, 0) = 0x7f17a3424000
close(5)                                = 0
mprotect(0x7f17a3434000, 4872, PROT_READ|PROT_WRITE) = 0
rt_sigprocmask(SIG_BLOCK, ~[XCPU PWR RTMIN RT_1], [], 8) = 0
rt_sigaction(SIGRT_1, {sa_handler=0x7f17a40f4910, sa_mask=[], sa_flags=SA_RESTORER|SA_ONSTACK|SA_RESTART|SA_SIGINFO, sa_restorer=0x7f17a40af2a0}, NULL, 8) = 0
rt_sigprocmask(SIG_UNBLOCK, [RTMIN RT_1], NULL, 8) = 0
mmap(NULL, 8392704, PROT_NONE, MAP_PRIVATE|MAP_ANONYMOUS|MAP_STACK, -1, 0) = 0x7f17a2c23000
mprotect(0x7f17a2c24000, 8388608, PROT_READ|PROT_WRITE) = 0
rt_sigprocmask(SIG_BLOCK, ~[], ~[KILL STOP XCPU PWR RTMIN RT_1], 8) = 0
clone3({flags=CLONE_VM|CLONE_FS|CLONE_FILES|CLONE_SIGHAND|CLONE_THREAD|CLONE_SYSVSEM|CLONE_SETTLS|CLONE_PARENT_SETTID|CLONE_CHILD_CLEARTID, child_tid=0x7f17a3423910, parent_tid=0x7f17a3423910, exit_signal=0, stack=0x7f17a2c23000, stack_size=0x7fff00, tls=0x7f17a3423640} => {parent_tid=[4492]}, 88) = 4492
rt_sigprocmask(SIG_SETMASK, ~[KILL STOP XCPU PWR RTMIN RT_1], NULL, 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
mmap(0x7f17a348f000, 65536, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f17a2c13000
newfstatat(AT_FDCWD, "/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/share/guile/3.0/ice-9/command-line.scm", {st_mode=S_IFREG|0444, st_size=19050, ...}, 0) = 0
newfstatat(AT_FDCWD, "/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/lib/guile/3.0/ccache/ice-9/command-line.go", {st_mode=S_IFREG|0444, st_size=85133, ...}, 0) = 0
openat(AT_FDCWD, "/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/lib/guile/3.0/ccache/ice-9/command-line.go", O_RDONLY|O_CLOEXEC) = 5
lseek(5, 0, SEEK_END)                   = 85133
mmap(NULL, 85133, PROT_READ, MAP_PRIVATE, 5, 0) = 0x7f17a2bfe000
close(5)                                = 0
mprotect(0x7f17a2c0e000, 8640, PROT_READ|PROT_WRITE) = 0
openat(AT_FDCWD, "/gnu/store/ln6hxqjvz6m9gdd9s97pivlqck7hzs99-glibc-2.35/share/locale/en_US.utf8/LC_MESSAGES/messages.mo", O_RDONLY) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/gnu/store/ln6hxqjvz6m9gdd9s97pivlqck7hzs99-glibc-2.35/share/locale/en_US/LC_MESSAGES/messages.mo", O_RDONLY) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/gnu/store/ln6hxqjvz6m9gdd9s97pivlqck7hzs99-glibc-2.35/share/locale/en.utf8/LC_MESSAGES/messages.mo", O_RDONLY) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/gnu/store/ln6hxqjvz6m9gdd9s97pivlqck7hzs99-glibc-2.35/share/locale/en/LC_MESSAGES/messages.mo", O_RDONLY) = -1 ENOENT (No such file or directory)
getcwd("/home/mwette", 100)             = 13
newfstatat(AT_FDCWD, "/home/mwette/.config/guix/current/bin/guix", {st_mode=S_IFREG|0555, st_size=1254, ...}, 0) = 0
newfstatat(AT_FDCWD, "/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/lib/guile/3.0/ccache//home/mwette/.config/guix/current/bin/guix.go", 0x7fff5ca6f050, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/lib/guile/3.0/site-ccache//home/mwette/.config/guix/current/bin/guix.go", 0x7fff5ca6f050, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/home/mwette/.config/guix/current/lib/guile/3.0/site-ccache//home/mwette/.config/guix/current/bin/guix.go", 0x7fff5ca6f050, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/home/mwette/.config/guix/current/share/guile/site/3.0//home/mwette/.config/guix/current/bin/guix.go", 0x7fff5ca6f050, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/home/mwette/.guix-profile/lib/guile/3.0/site-ccache//home/mwette/.config/guix/current/bin/guix.go", 0x7fff5ca6f050, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/home/mwette/.guix-profile/share/guile/site/3.0//home/mwette/.config/guix/current/bin/guix.go", 0x7fff5ca6f050, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/run/current-system/profile/lib/guile/3.0/site-ccache//home/mwette/.config/guix/current/bin/guix.go", 0x7fff5ca6f050, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/run/current-system/profile/share/guile/site/3.0//home/mwette/.config/guix/current/bin/guix.go", 0x7fff5ca6f050, 0) = -1 ENOENT (No such file or directory)
readlink("/home", 0x7fff5ca6e890, 1023) = -1 EINVAL (Invalid argument)
readlink("/home/mwette", 0x7fff5ca6e890, 1023) = -1 EINVAL (Invalid argument)
readlink("/home/mwette/.config", 0x7fff5ca6e890, 1023) = -1 EINVAL (Invalid argument)
readlink("/home/mwette/.config/guix", 0x7fff5ca6e890, 1023) = -1 EINVAL (Invalid argument)
readlink("/home/mwette/.config/guix/current", "/var/guix/profiles/per-user/mwet"..., 1023) = 47
readlink("/var", 0x7fff5ca6e890, 1023)  = -1 EINVAL (Invalid argument)
readlink("/var/guix", 0x7fff5ca6e890, 1023) = -1 EINVAL (Invalid argument)
readlink("/var/guix/profiles", 0x7fff5ca6e890, 1023) = -1 EINVAL (Invalid argument)
readlink("/var/guix/profiles/per-user", 0x7fff5ca6e890, 1023) = -1 EINVAL (Invalid argument)
readlink("/var/guix/profiles/per-user/mwette", 0x7fff5ca6e890, 1023) = -1 EINVAL (Invalid argument)
readlink("/var/guix/profiles/per-user/mwette/current-guix", "current-guix-4-link", 1023) = 19
readlink("/var/guix/profiles/per-user/mwette/current-guix-4-link", "/gnu/store/k2w0a64nnz5vir1n62s8p"..., 1023) = 51
readlink("/gnu", 0x7fff5ca6e890, 1023)  = -1 EINVAL (Invalid argument)
readlink("/gnu/store", 0x7fff5ca6e890, 1023) = -1 EINVAL (Invalid argument)
readlink("/gnu/store/k2w0a64nnz5vir1n62s8pd9bvv1f452z-profile", 0x7fff5ca6e890, 1023) = -1 EINVAL (Invalid argument)
readlink("/gnu/store/k2w0a64nnz5vir1n62s8pd9bvv1f452z-profile/bin", "/gnu/store/hkcgvwj0qxxl9mh71arv4"..., 1023) = 62
readlink("/gnu", 0x7fff5ca6e890, 1023)  = -1 EINVAL (Invalid argument)
readlink("/gnu/store", 0x7fff5ca6e890, 1023) = -1 EINVAL (Invalid argument)
readlink("/gnu/store/hkcgvwj0qxxl9mh71arv49w9mra98kl3-guix-8e8d20b6b", 0x7fff5ca6e890, 1023) = -1 EINVAL (Invalid argument)
readlink("/gnu/store/hkcgvwj0qxxl9mh71arv49w9mra98kl3-guix-8e8d20b6b/bin", 0x7fff5ca6e890, 1023) = -1 EINVAL (Invalid argument)
readlink("/gnu/store/hkcgvwj0qxxl9mh71arv49w9mra98kl3-guix-8e8d20b6b/bin/guix", "/gnu/store/17cbk1z6g52fsbfayrpc8"..., 1023) = 56
readlink("/gnu", 0x7fff5ca6e890, 1023)  = -1 EINVAL (Invalid argument)
readlink("/gnu/store", 0x7fff5ca6e890, 1023) = -1 EINVAL (Invalid argument)
readlink("/gnu/store/17cbk1z6g52fsbfayrpc8fjb5d7wj1h5-guix-command", 0x7fff5ca6e890, 1023) = -1 EINVAL (Invalid argument)
newfstatat(AT_FDCWD, "/home/mwette/.cache/guile/ccache/3.0-LE-8-4.6/gnu/store/17cbk1z6g52fsbfayrpc8fjb5d7wj1h5-guix-command.go", 0x7fff5ca6f050, 0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/home/mwette/.config/guix/current/bin/guix", O_RDONLY|O_CLOEXEC) = 5
readlink("/home", 0x7fff5ca6e810, 1023) = -1 EINVAL (Invalid argument)
readlink("/home/mwette", 0x7fff5ca6e810, 1023) = -1 EINVAL (Invalid argument)
readlink("/home/mwette/.config", 0x7fff5ca6e810, 1023) = -1 EINVAL (Invalid argument)
readlink("/home/mwette/.config/guix", 0x7fff5ca6e810, 1023) = -1 EINVAL (Invalid argument)
readlink("/home/mwette/.config/guix/current", "/var/guix/profiles/per-user/mwet"..., 1023) = 47
readlink("/var", 0x7fff5ca6e810, 1023)  = -1 EINVAL (Invalid argument)
readlink("/var/guix", 0x7fff5ca6e810, 1023) = -1 EINVAL (Invalid argument)
readlink("/var/guix/profiles", 0x7fff5ca6e810, 1023) = -1 EINVAL (Invalid argument)
readlink("/var/guix/profiles/per-user", 0x7fff5ca6e810, 1023) = -1 EINVAL (Invalid argument)
readlink("/var/guix/profiles/per-user/mwette", 0x7fff5ca6e810, 1023) = -1 EINVAL (Invalid argument)
readlink("/var/guix/profiles/per-user/mwette/current-guix", "current-guix-4-link", 1023) = 19
readlink("/var/guix/profiles/per-user/mwette/current-guix-4-link", "/gnu/store/k2w0a64nnz5vir1n62s8p"..., 1023) = 51
readlink("/gnu", 0x7fff5ca6e810, 1023)  = -1 EINVAL (Invalid argument)
readlink("/gnu/store", 0x7fff5ca6e810, 1023) = -1 EINVAL (Invalid argument)
readlink("/gnu/store/k2w0a64nnz5vir1n62s8pd9bvv1f452z-profile", 0x7fff5ca6e810, 1023) = -1 EINVAL (Invalid argument)
readlink("/gnu/store/k2w0a64nnz5vir1n62s8pd9bvv1f452z-profile/bin", "/gnu/store/hkcgvwj0qxxl9mh71arv4"..., 1023) = 62
readlink("/gnu", 0x7fff5ca6e810, 1023)  = -1 EINVAL (Invalid argument)
readlink("/gnu/store", 0x7fff5ca6e810, 1023) = -1 EINVAL (Invalid argument)
readlink("/gnu/store/hkcgvwj0qxxl9mh71arv49w9mra98kl3-guix-8e8d20b6b", 0x7fff5ca6e810, 1023) = -1 EINVAL (Invalid argument)
readlink("/gnu/store/hkcgvwj0qxxl9mh71arv49w9mra98kl3-guix-8e8d20b6b/bin", 0x7fff5ca6e810, 1023) = -1 EINVAL (Invalid argument)
readlink("/gnu/store/hkcgvwj0qxxl9mh71arv49w9mra98kl3-guix-8e8d20b6b/bin/guix", "/gnu/store/17cbk1z6g52fsbfayrpc8"..., 1023) = 56
readlink("/gnu", 0x7fff5ca6e810, 1023)  = -1 EINVAL (Invalid argument)
readlink("/gnu/store", 0x7fff5ca6e810, 1023) = -1 EINVAL (Invalid argument)
readlink("/gnu/store/17cbk1z6g52fsbfayrpc8fjb5d7wj1h5-guix-command", 0x7fff5ca6e810, 1023) = -1 EINVAL (Invalid argument)
readlink("/gnu", 0x7fff5ca6e810, 1023)  = -1 EINVAL (Invalid argument)
readlink("/gnu/store", 0x7fff5ca6e810, 1023) = -1 EINVAL (Invalid argument)
readlink("/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9", 0x7fff5ca6e810, 1023) = -1 EINVAL (Invalid argument)
readlink("/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/share", 0x7fff5ca6e810, 1023) = -1 EINVAL (Invalid argument)
readlink("/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/share/guile", 0x7fff5ca6e810, 1023) = -1 EINVAL (Invalid argument)
readlink("/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/share/guile/3.0", 0x7fff5ca6e810, 1023) = -1 EINVAL (Invalid argument)
readlink("/gnu", 0x7fff5ca6e810, 1023)  = -1 EINVAL (Invalid argument)
readlink("/gnu/store", 0x7fff5ca6e810, 1023) = -1 EINVAL (Invalid argument)
readlink("/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9", 0x7fff5ca6e810, 1023) = -1 EINVAL (Invalid argument)
readlink("/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/share", 0x7fff5ca6e810, 1023) = -1 EINVAL (Invalid argument)
readlink("/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/share/guile", 0x7fff5ca6e810, 1023) = -1 EINVAL (Invalid argument)
readlink("/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/share/guile/site", 0x7fff5ca6e810, 1023) = -1 ENOENT (No such file or directory)
readlink("/gnu", 0x7fff5ca6e810, 1023)  = -1 EINVAL (Invalid argument)
readlink("/gnu/store", 0x7fff5ca6e810, 1023) = -1 EINVAL (Invalid argument)
readlink("/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9", 0x7fff5ca6e810, 1023) = -1 EINVAL (Invalid argument)
readlink("/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/share", 0x7fff5ca6e810, 1023) = -1 EINVAL (Invalid argument)
readlink("/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/share/guile", 0x7fff5ca6e810, 1023) = -1 EINVAL (Invalid argument)
readlink("/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/share/guile/site", 0x7fff5ca6e810, 1023) = -1 ENOENT (No such file or directory)
readlink("/gnu", 0x7fff5ca6e810, 1023)  = -1 EINVAL (Invalid argument)
readlink("/gnu/store", 0x7fff5ca6e810, 1023) = -1 EINVAL (Invalid argument)
readlink("/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9", 0x7fff5ca6e810, 1023) = -1 EINVAL (Invalid argument)
readlink("/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/share", 0x7fff5ca6e810, 1023) = -1 EINVAL (Invalid argument)
readlink("/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/share/guile", 0x7fff5ca6e810, 1023) = -1 EINVAL (Invalid argument)
readlink("/home", 0x7fff5ca6e810, 1023) = -1 EINVAL (Invalid argument)
readlink("/home/mwette", 0x7fff5ca6e810, 1023) = -1 EINVAL (Invalid argument)
readlink("/home/mwette/.config", 0x7fff5ca6e810, 1023) = -1 EINVAL (Invalid argument)
readlink("/home/mwette/.config/guix", 0x7fff5ca6e810, 1023) = -1 EINVAL (Invalid argument)
readlink("/home/mwette/.config/guix/current", "/var/guix/profiles/per-user/mwet"..., 1023) = 47
readlink("/var", 0x7fff5ca6e810, 1023)  = -1 EINVAL (Invalid argument)
readlink("/var/guix", 0x7fff5ca6e810, 1023) = -1 EINVAL (Invalid argument)
readlink("/var/guix/profiles", 0x7fff5ca6e810, 1023) = -1 EINVAL (Invalid argument)
readlink("/var/guix/profiles/per-user", 0x7fff5ca6e810, 1023) = -1 EINVAL (Invalid argument)
readlink("/var/guix/profiles/per-user/mwette", 0x7fff5ca6e810, 1023) = -1 EINVAL (Invalid argument)
readlink("/var/guix/profiles/per-user/mwette/current-guix", "current-guix-4-link", 1023) = 19
readlink("/var/guix/profiles/per-user/mwette/current-guix-4-link", "/gnu/store/k2w0a64nnz5vir1n62s8p"..., 1023) = 51
readlink("/gnu", 0x7fff5ca6e810, 1023)  = -1 EINVAL (Invalid argument)
readlink("/gnu/store", 0x7fff5ca6e810, 1023) = -1 EINVAL (Invalid argument)
readlink("/gnu/store/k2w0a64nnz5vir1n62s8pd9bvv1f452z-profile", 0x7fff5ca6e810, 1023) = -1 EINVAL (Invalid argument)
readlink("/gnu/store/k2w0a64nnz5vir1n62s8pd9bvv1f452z-profile/share", 0x7fff5ca6e810, 1023) = -1 EINVAL (Invalid argument)
readlink("/gnu/store/k2w0a64nnz5vir1n62s8pd9bvv1f452z-profile/share/guile", 0x7fff5ca6e810, 1023) = -1 EINVAL (Invalid argument)
readlink("/gnu/store/k2w0a64nnz5vir1n62s8pd9bvv1f452z-profile/share/guile/site", 0x7fff5ca6e810, 1023) = -1 EINVAL (Invalid argument)
readlink("/gnu/store/k2w0a64nnz5vir1n62s8pd9bvv1f452z-profile/share/guile/site/3.0", 0x7fff5ca6e810, 1023) = -1 EINVAL (Invalid argument)
readlink("/home", 0x7fff5ca6e810, 1023) = -1 EINVAL (Invalid argument)
readlink("/home/mwette", 0x7fff5ca6e810, 1023) = -1 EINVAL (Invalid argument)
readlink("/home/mwette/.guix-profile", "/var/guix/profiles/per-user/mwet"..., 1023) = 47
readlink("/var", 0x7fff5ca6e810, 1023)  = -1 EINVAL (Invalid argument)
readlink("/var/guix", 0x7fff5ca6e810, 1023) = -1 EINVAL (Invalid argument)
readlink("/var/guix/profiles", 0x7fff5ca6e810, 1023) = -1 EINVAL (Invalid argument)
readlink("/var/guix/profiles/per-user", 0x7fff5ca6e810, 1023) = -1 EINVAL (Invalid argument)
readlink("/var/guix/profiles/per-user/mwette", 0x7fff5ca6e810, 1023) = -1 EINVAL (Invalid argument)
readlink("/var/guix/profiles/per-user/mwette/guix-profile", "guix-profile-7-link", 1023) = 19
readlink("/var/guix/profiles/per-user/mwette/guix-profile-7-link", "/gnu/store/2jsy3w7y5pw5lidxvn26c"..., 1023) = 51
readlink("/gnu", 0x7fff5ca6e810, 1023)  = -1 EINVAL (Invalid argument)
readlink("/gnu/store", 0x7fff5ca6e810, 1023) = -1 EINVAL (Invalid argument)
readlink("/gnu/store/2jsy3w7y5pw5lidxvn26cs137ll254n1-profile", 0x7fff5ca6e810, 1023) = -1 EINVAL (Invalid argument)
readlink("/gnu/store/2jsy3w7y5pw5lidxvn26cs137ll254n1-profile/share", 0x7fff5ca6e810, 1023) = -1 EINVAL (Invalid argument)
readlink("/gnu/store/2jsy3w7y5pw5lidxvn26cs137ll254n1-profile/share/guile", 0x7fff5ca6e810, 1023) = -1 EINVAL (Invalid argument)
readlink("/gnu/store/2jsy3w7y5pw5lidxvn26cs137ll254n1-profile/share/guile/site", 0x7fff5ca6e810, 1023) = -1 EINVAL (Invalid argument)
readlink("/gnu/store/2jsy3w7y5pw5lidxvn26cs137ll254n1-profile/share/guile/site/3.0", 0x7fff5ca6e810, 1023) = -1 EINVAL (Invalid argument)
readlink("/run", 0x7fff5ca6e810, 1023)  = -1 EINVAL (Invalid argument)
readlink("/run/current-system", "/gnu/store/kw2g5f8xmg53kp6dfjfbx"..., 1023) = 50
readlink("/gnu", 0x7fff5ca6e810, 1023)  = -1 EINVAL (Invalid argument)
readlink("/gnu/store", 0x7fff5ca6e810, 1023) = -1 EINVAL (Invalid argument)
readlink("/gnu/store/kw2g5f8xmg53kp6dfjfbx7ki3kzksp1v-system", 0x7fff5ca6e810, 1023) = -1 EINVAL (Invalid argument)
readlink("/gnu/store/kw2g5f8xmg53kp6dfjfbx7ki3kzksp1v-system/profile", "/gnu/store/x526khlg6397kn6xwch2w"..., 1023) = 51
readlink("/gnu", 0x7fff5ca6e810, 1023)  = -1 EINVAL (Invalid argument)
readlink("/gnu/store", 0x7fff5ca6e810, 1023) = -1 EINVAL (Invalid argument)
readlink("/gnu/store/x526khlg6397kn6xwch2wma3j2fkdcab-profile", 0x7fff5ca6e810, 1023) = -1 EINVAL (Invalid argument)
readlink("/gnu/store/x526khlg6397kn6xwch2wma3j2fkdcab-profile/share", 0x7fff5ca6e810, 1023) = -1 EINVAL (Invalid argument)
readlink("/gnu/store/x526khlg6397kn6xwch2wma3j2fkdcab-profile/share/guile", 0x7fff5ca6e810, 1023) = -1 EINVAL (Invalid argument)
readlink("/gnu/store/x526khlg6397kn6xwch2wma3j2fkdcab-profile/share/guile/site", 0x7fff5ca6e810, 1023) = -1 EINVAL (Invalid argument)
readlink("/gnu/store/x526khlg6397kn6xwch2wma3j2fkdcab-profile/share/guile/site/3.0", 0x7fff5ca6e810, 1023) = -1 EINVAL (Invalid argument)
newfstatat(5, "", {st_mode=S_IFREG|0555, st_size=1254, ...}, AT_EMPTY_PATH) = 0
lseek(5, 0, SEEK_CUR)                   = 0
read(5, "#!/gnu/store/fwx4irgs17cdnrliahs"..., 4096) = 1254
brk(0x1f88000)                          = 0x1f88000
mmap(NULL, 262144, PROT_READ|PROT_WRITE|PROT_EXEC, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f17a2bbe000
mmap(NULL, 262144, PROT_READ|PROT_WRITE|PROT_EXEC, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f17a2b7e000
newfstatat(AT_FDCWD, "/gnu/store/8398knrnrzakbrmqiq4r928pcpn18065-guix-module-union/share/guile/site/3.0/guix/ui.scm", {st_mode=S_IFREG|0444, st_size=95284, ...}, 0) = 0
newfstatat(AT_FDCWD, "/gnu/store/8398knrnrzakbrmqiq4r928pcpn18065-guix-module-union/lib/guile/3.0/site-ccache/guix/ui.go", {st_mode=S_IFREG|0444, st_size=531253, ...}, 0) = 0
openat(AT_FDCWD, "/gnu/store/8398knrnrzakbrmqiq4r928pcpn18065-guix-module-union/lib/guile/3.0/site-ccache/guix/ui.go", O_RDONLY|O_CLOEXEC) = 6
lseek(6, 0, SEEK_END)                   = 531253
mmap(NULL, 531253, PROT_READ, MAP_PRIVATE, 6, 0) = 0x7f17a2afc000
close(6)                                = 0
mprotect(0x7f17a2b4c000, 91784, PROT_READ|PROT_WRITE) = 0
newfstatat(AT_FDCWD, "/gnu/store/8398knrnrzakbrmqiq4r928pcpn18065-guix-module-union/share/guile/site/3.0/guix/i18n.scm", {st_mode=S_IFREG|0444, st_size=1726, ...}, 0) = 0
newfstatat(AT_FDCWD, "/gnu/store/8398knrnrzakbrmqiq4r928pcpn18065-guix-module-union/lib/guile/3.0/site-ccache/guix/i18n.go", {st_mode=S_IFREG|0444, st_size=72909, ...}, 0) = 0
openat(AT_FDCWD, "/gnu/store/8398knrnrzakbrmqiq4r928pcpn18065-guix-module-union/lib/guile/3.0/site-ccache/guix/i18n.go", O_RDONLY|O_CLOEXEC) = 6
lseek(6, 0, SEEK_END)                   = 72909
mmap(NULL, 72909, PROT_READ, MAP_PRIVATE, 6, 0) = 0x7f17a2aea000
close(6)                                = 0
mprotect(0x7f17a2afa000, 3088, PROT_READ|PROT_WRITE) = 0
newfstatat(AT_FDCWD, "/gnu/store/8398knrnrzakbrmqiq4r928pcpn18065-guix-module-union/share/guile/site/3.0/srfi/srfi-26.scm", 0x7fff5ca6e880, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/share/guile/3.0/srfi/srfi-26.scm", {st_mode=S_IFREG|0444, st_size=2643, ...}, 0) = 0
newfstatat(AT_FDCWD, "/gnu/store/8398knrnrzakbrmqiq4r928pcpn18065-guix-module-union/lib/guile/3.0/site-ccache/srfi/srfi-26.go", 0x7fff5ca6e600, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/lib/guile/3.0/ccache/srfi/srfi-26.go", {st_mode=S_IFREG|0444, st_size=77197, ...}, 0) = 0
openat(AT_FDCWD, "/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/lib/guile/3.0/ccache/srfi/srfi-26.go", O_RDONLY|O_CLOEXEC) = 6
lseek(6, 0, SEEK_END)                   = 77197
mmap(NULL, 77197, PROT_READ, MAP_PRIVATE, 6, 0) = 0x7f17a2ad7000
close(6)                                = 0
mprotect(0x7f17a2ae7000, 6848, PROT_READ|PROT_WRITE) = 0
newfstatat(AT_FDCWD, "/gnu/store/8398knrnrzakbrmqiq4r928pcpn18065-guix-module-union/share/guile/site/3.0/guix/colors.scm", {st_mode=S_IFREG|0444, st_size=8165, ...}, 0) = 0
newfstatat(AT_FDCWD, "/gnu/store/8398knrnrzakbrmqiq4r928pcpn18065-guix-module-union/lib/guile/3.0/site-ccache/guix/colors.go", {st_mode=S_IFREG|0444, st_size=205005, ...}, 0) = 0
openat(AT_FDCWD, "/gnu/store/8398knrnrzakbrmqiq4r928pcpn18065-guix-module-union/lib/guile/3.0/site-ccache/guix/colors.go", O_RDONLY|O_CLOEXEC) = 6
lseek(6, 0, SEEK_END)                   = 205005
mmap(NULL, 205005, PROT_READ, MAP_PRIVATE, 6, 0) = 0x7f17a2aa4000
close(6)                                = 0
mprotect(0x7f17a2ac4000, 52528, PROT_READ|PROT_WRITE) = 0
clock_gettime(CLOCK_PROCESS_CPUTIME_ID, {tv_sec=0, tv_nsec=28088207}) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
futex(0x7f17a405ebe8, FUTEX_WAKE_PRIVATE, 2147483647) = 1
futex(0x7f17a405ec00, FUTEX_WAKE_PRIVATE, 1) = 1
futex(0x7f17a405ebec, FUTEX_WAIT_BITSET_PRIVATE|FUTEX_CLOCK_REALTIME, 0, NULL, FUTEX_BITSET_MATCH_ANY) = -1 EAGAIN (Resource temporarily unavailable)
futex(0x7f17a405ebe8, FUTEX_WAKE_PRIVATE, 2147483647) = 1
futex(0x7f17a405ec00, FUTEX_WAKE_PRIVATE, 1) = 1
futex(0x7f17a405ebec, FUTEX_WAKE_PRIVATE, 2147483647) = 1
clock_gettime(CLOCK_PROCESS_CPUTIME_ID, {tv_sec=0, tv_nsec=30710021}) = 0
pipe2([6, 7], O_CLOEXEC)                = 0
mmap(NULL, 8392704, PROT_NONE, MAP_PRIVATE|MAP_ANONYMOUS|MAP_STACK, -1, 0) = 0x7f17a22a3000
mprotect(0x7f17a22a4000, 8388608, PROT_READ|PROT_WRITE) = 0
rt_sigprocmask(SIG_BLOCK, ~[], [], 8)   = 0
clone3({flags=CLONE_VM|CLONE_FS|CLONE_FILES|CLONE_SIGHAND|CLONE_THREAD|CLONE_SYSVSEM|CLONE_SETTLS|CLONE_PARENT_SETTID|CLONE_CHILD_CLEARTID, child_tid=0x7f17a2aa3910, parent_tid=0x7f17a2aa3910, exit_signal=0, stack=0x7f17a22a3000, stack_size=0x7fff00, tls=0x7f17a2aa3640} => {parent_tid=[4493]}, 88) = 4493
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
futex(0x7f17a3c7cf68, FUTEX_WAIT_PRIVATE, 2, NULL) = 0
futex(0x7f17a3c7cf68, FUTEX_WAKE_PRIVATE, 1) = 0
newfstatat(AT_FDCWD, "/gnu/store/8398knrnrzakbrmqiq4r928pcpn18065-guix-module-union/share/guile/site/3.0/guix/memoization.scm", {st_mode=S_IFREG|0444, st_size=8946, ...}, 0) = 0
newfstatat(AT_FDCWD, "/gnu/store/8398knrnrzakbrmqiq4r928pcpn18065-guix-module-union/lib/guile/3.0/site-ccache/guix/memoization.go", {st_mode=S_IFREG|0444, st_size=206837, ...}, 0) = 0
openat(AT_FDCWD, "/gnu/store/8398knrnrzakbrmqiq4r928pcpn18065-guix-module-union/lib/guile/3.0/site-ccache/guix/memoization.go", O_RDONLY|O_CLOEXEC) = 10
lseek(10, 0, SEEK_END)                  = 206837
mmap(NULL, 206837, PROT_READ, MAP_PRIVATE, 10, 0) = 0x7f17a2270000
close(10)                               = 0
mprotect(0x7f17a2290000, 55088, PROT_READ|PROT_WRITE) = 0
newfstatat(AT_FDCWD, "/gnu/store/8398knrnrzakbrmqiq4r928pcpn18065-guix-module-union/share/guile/site/3.0/guix/profiling.scm", {st_mode=S_IFREG|0444, st_size=2564, ...}, 0) = 0
newfstatat(AT_FDCWD, "/gnu/store/8398knrnrzakbrmqiq4r928pcpn18065-guix-module-union/lib/guile/3.0/site-ccache/guix/profiling.go", {st_mode=S_IFREG|0444, st_size=72509, ...}, 0) = 0
openat(AT_FDCWD, "/gnu/store/8398knrnrzakbrmqiq4r928pcpn18065-guix-module-union/lib/guile/3.0/site-ccache/guix/profiling.go", O_RDONLY|O_CLOEXEC) = 10
lseek(10, 0, SEEK_END)                  = 72509
mmap(NULL, 72509, PROT_READ, MAP_PRIVATE, 10, 0) = 0x7f17a225e000
close(10)                               = 0
mprotect(0x7f17a226e000, 2520, PROT_READ|PROT_WRITE) = 0
newfstatat(AT_FDCWD, "/gnu/store/8398knrnrzakbrmqiq4r928pcpn18065-guix-module-union/share/guile/site/3.0/ice-9/regex.scm", 0x7fff5ca6e880, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/share/guile/3.0/ice-9/regex.scm", {st_mode=S_IFREG|0444, st_size=9084, ...}, 0) = 0
newfstatat(AT_FDCWD, "/gnu/store/8398knrnrzakbrmqiq4r928pcpn18065-guix-module-union/lib/guile/3.0/site-ccache/ice-9/regex.go", 0x7fff5ca6e600, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/lib/guile/3.0/ccache/ice-9/regex.go", {st_mode=S_IFREG|0444, st_size=81477, ...}, 0) = 0
openat(AT_FDCWD, "/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/lib/guile/3.0/ccache/ice-9/regex.go", O_RDONLY|O_CLOEXEC) = 10
lseek(10, 0, SEEK_END)                  = 81477
mmap(NULL, 81477, PROT_READ, MAP_PRIVATE, 10, 0) = 0x7f17a224a000
close(10)                               = 0
mprotect(0x7f17a225a000, 5752, PROT_READ|PROT_WRITE) = 0
newfstatat(AT_FDCWD, "/gnu/store/8398knrnrzakbrmqiq4r928pcpn18065-guix-module-union/share/guile/site/3.0/guix/diagnostics.scm", {st_mode=S_IFREG|0444, st_size=14793, ...}, 0) = 0
newfstatat(AT_FDCWD, "/gnu/store/8398knrnrzakbrmqiq4r928pcpn18065-guix-module-union/lib/guile/3.0/site-ccache/guix/diagnostics.go", {st_mode=S_IFREG|0444, st_size=224373, ...}, 0) = 0
openat(AT_FDCWD, "/gnu/store/8398knrnrzakbrmqiq4r928pcpn18065-guix-module-union/lib/guile/3.0/site-ccache/guix/diagnostics.go", O_RDONLY|O_CLOEXEC) = 10
lseek(10, 0, SEEK_END)                  = 224373
mmap(NULL, 224373, PROT_READ, MAP_PRIVATE, 10, 0) = 0x7f17a2213000
close(10)                               = 0
mprotect(0x7f17a2233000, 65024, PROT_READ|PROT_WRITE) = 0
newfstatat(AT_FDCWD, "/gnu/store/8398knrnrzakbrmqiq4r928pcpn18065-guix-module-union/share/guile/site/3.0/srfi/srfi-35.scm", 0x7fff5ca6e880, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/share/guile/3.0/srfi/srfi-35.scm", {st_mode=S_IFREG|0444, st_size=5975, ...}, 0) = 0
newfstatat(AT_FDCWD, "/gnu/store/8398knrnrzakbrmqiq4r928pcpn18065-guix-module-union/lib/guile/3.0/site-ccache/srfi/srfi-35.go", 0x7fff5ca6e600, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/lib/guile/3.0/ccache/srfi/srfi-35.go", {st_mode=S_IFREG|0444, st_size=82669, ...}, 0) = 0
openat(AT_FDCWD, "/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/lib/guile/3.0/ccache/srfi/srfi-35.go", O_RDONLY|O_CLOEXEC) = 10
lseek(10, 0, SEEK_END)                  = 82669
mmap(NULL, 82669, PROT_READ, MAP_PRIVATE, 10, 0) = 0x7f17a21fe000
close(10)                               = 0
mprotect(0x7f17a220e000, 10264, PROT_READ|PROT_WRITE) = 0
newfstatat(AT_FDCWD, "/gnu/store/8398knrnrzakbrmqiq4r928pcpn18065-guix-module-union/share/guile/site/3.0/ice-9/format.scm", 0x7fff5ca6e880, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/share/guile/3.0/ice-9/format.scm", {st_mode=S_IFREG|0444, st_size=67507, ...}, 0) = 0
newfstatat(AT_FDCWD, "/gnu/store/8398knrnrzakbrmqiq4r928pcpn18065-guix-module-union/lib/guile/3.0/site-ccache/ice-9/format.go", 0x7fff5ca6e600, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/lib/guile/3.0/ccache/ice-9/format.go", {st_mode=S_IFREG|0444, st_size=193557, ...}, 0) = 0
openat(AT_FDCWD, "/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/lib/guile/3.0/ccache/ice-9/format.go", O_RDONLY|O_CLOEXEC) = 10
lseek(10, 0, SEEK_END)                  = 193557
mmap(NULL, 193557, PROT_READ, MAP_PRIVATE, 10, 0) = 0x7f17a21ce000
close(10)                               = 0
mprotect(0x7f17a21ee000, 13136, PROT_READ|PROT_WRITE) = 0
newfstatat(AT_FDCWD, "/gnu/store/8398knrnrzakbrmqiq4r928pcpn18065-guix-module-union/share/guile/site/3.0/guix/gexp.scm", {st_mode=S_IFREG|0444, st_size=96098, ...}, 0) = 0
newfstatat(AT_FDCWD, "/gnu/store/8398knrnrzakbrmqiq4r928pcpn18065-guix-module-union/lib/guile/3.0/site-ccache/guix/gexp.go", {st_mode=S_IFREG|0444, st_size=1056317, ...}, 0) = 0
openat(AT_FDCWD, "/gnu/store/8398knrnrzakbrmqiq4r928pcpn18065-guix-module-union/lib/guile/3.0/site-ccache/guix/gexp.go", O_RDONLY|O_CLOEXEC) = 10
lseek(10, 0, SEEK_END)                  = 1056317
mmap(NULL, 1056317, PROT_READ, MAP_PRIVATE, 10, 0) = 0x7f17a20cc000
close(10)                               = 0
mprotect(0x7f17a215c000, 296952, PROT_READ|PROT_WRITE) = 0
newfstatat(AT_FDCWD, "/gnu/store/8398knrnrzakbrmqiq4r928pcpn18065-guix-module-union/share/guile/site/3.0/guix/store.scm", {st_mode=S_IFREG|0444, st_size=91797, ...}, 0) = 0
newfstatat(AT_FDCWD, "/gnu/store/8398knrnrzakbrmqiq4r928pcpn18065-guix-module-union/lib/guile/3.0/site-ccache/guix/store.go", {st_mode=S_IFREG|0444, st_size=933429, ...}, 0) = 0
openat(AT_FDCWD, "/gnu/store/8398knrnrzakbrmqiq4r928pcpn18065-guix-module-union/lib/guile/3.0/site-ccache/guix/store.go", O_RDONLY|O_CLOEXEC) = 10
lseek(10, 0, SEEK_END)                  = 933429
mmap(NULL, 933429, PROT_READ, MAP_PRIVATE, 10, 0) = 0x7f17a1fe8000
close(10)                               = 0
mprotect(0x7f17a2068000, 248536, PROT_READ|PROT_WRITE) = 0
newfstatat(AT_FDCWD, "/gnu/store/8398knrnrzakbrmqiq4r928pcpn18065-guix-module-union/share/guile/site/3.0/guix/utils.scm", {st_mode=S_IFREG|0444, st_size=44405, ...}, 0) = 0
newfstatat(AT_FDCWD, "/gnu/store/8398knrnrzakbrmqiq4r928pcpn18065-guix-module-union/lib/guile/3.0/site-ccache/guix/utils.go", {st_mode=S_IFREG|0444, st_size=220269, ...}, 0) = 0
openat(AT_FDCWD, "/gnu/store/8398knrnrzakbrmqiq4r928pcpn18065-guix-module-union/lib/guile/3.0/site-ccache/guix/utils.go", O_RDONLY|O_CLOEXEC) = 10
lseek(10, 0, SEEK_END)                  = 220269
mmap(NULL, 220269, PROT_READ, MAP_PRIVATE, 10, 0) = 0x7f17a1fb2000
close(10)                               = 0
mprotect(0x7f17a1fd2000, 36880, PROT_READ|PROT_WRITE) = 0
mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f17a1fb0000
munmap(0x7f17a3c79000, 4096)            = 0
newfstatat(AT_FDCWD, "/gnu/store/8398knrnrzakbrmqiq4r928pcpn18065-guix-module-union/share/guile/site/3.0/guix/config.scm", {st_mode=S_IFREG|0444, st_size=1697, ...}, 0) = 0
newfstatat(AT_FDCWD, "/gnu/store/8398knrnrzakbrmqiq4r928pcpn18065-guix-module-union/lib/guile/3.0/site-ccache/guix/config.go", {st_mode=S_IFREG|0444, st_size=72261, ...}, 0) = 0
openat(AT_FDCWD, "/gnu/store/8398knrnrzakbrmqiq4r928pcpn18065-guix-module-union/lib/guile/3.0/site-ccache/guix/config.go", O_RDONLY|O_CLOEXEC) = 10
lseek(10, 0, SEEK_END)                  = 72261
mmap(NULL, 72261, PROT_READ, MAP_PRIVATE, 10, 0) = 0x7f17a1f9e000
close(10)                               = 0
mprotect(0x7f17a1fae000, 3312, PROT_READ|PROT_WRITE) = 0
newfstatat(AT_FDCWD, "/gnu/store/8398knrnrzakbrmqiq4r928pcpn18065-guix-module-union/share/guile/site/3.0/srfi/srfi-71.scm", 0x7fff5ca6e240, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/share/guile/3.0/srfi/srfi-71.scm", {st_mode=S_IFREG|0444, st_size=10325, ...}, 0) = 0
newfstatat(AT_FDCWD, "/gnu/store/8398knrnrzakbrmqiq4r928pcpn18065-guix-module-union/lib/guile/3.0/site-ccache/srfi/srfi-71.go", 0x7fff5ca6dfc0, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/lib/guile/3.0/ccache/srfi/srfi-71.go", {st_mode=S_IFREG|0444, st_size=185149, ...}, 0) = 0
openat(AT_FDCWD, "/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/lib/guile/3.0/ccache/srfi/srfi-71.go", O_RDONLY|O_CLOEXEC) = 10
lseek(10, 0, SEEK_END)                  = 185149
mmap(NULL, 185149, PROT_READ, MAP_PRIVATE, 10, 0) = 0x7f17a1f70000
close(10)                               = 0
mprotect(0x7f17a1f90000, 40848, PROT_READ|PROT_WRITE) = 0
newfstatat(AT_FDCWD, "/gnu/store/8398knrnrzakbrmqiq4r928pcpn18065-guix-module-union/share/guile/site/3.0/rnrs/io/ports.scm", 0x7fff5ca6e240, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/share/guile/3.0/rnrs/io/ports.scm", {st_mode=S_IFREG|0444, st_size=18700, ...}, 0) = 0
newfstatat(AT_FDCWD, "/gnu/store/8398knrnrzakbrmqiq4r928pcpn18065-guix-module-union/lib/guile/3.0/site-ccache/rnrs/io/ports.go", 0x7fff5ca6dfc0, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/lib/guile/3.0/ccache/rnrs/io/ports.go", {st_mode=S_IFREG|0444, st_size=212653, ...}, 0) = 0
openat(AT_FDCWD, "/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/lib/guile/3.0/ccache/rnrs/io/ports.go", O_RDONLY|O_CLOEXEC) = 10
lseek(10, 0, SEEK_END)                  = 212653
mmap(NULL, 212653, PROT_READ, MAP_PRIVATE, 10, 0) = 0x7f17a1f3c000
close(10)                               = 0
mprotect(0x7f17a1f5c000, 43880, PROT_READ|PROT_WRITE) = 0
newfstatat(AT_FDCWD, "/gnu/store/8398knrnrzakbrmqiq4r928pcpn18065-guix-module-union/share/guile/site/3.0/ice-9/binary-ports.scm", 0x7fff5ca6df00, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/share/guile/3.0/ice-9/binary-ports.scm", {st_mode=S_IFREG|0444, st_size=2773, ...}, 0) = 0
newfstatat(AT_FDCWD, "/gnu/store/8398knrnrzakbrmqiq4r928pcpn18065-guix-module-union/lib/guile/3.0/site-ccache/ice-9/binary-ports.go", 0x7fff5ca6dc80, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/lib/guile/3.0/ccache/ice-9/binary-ports.go", {st_mode=S_IFREG|0444, st_size=70645, ...}, 0) = 0
openat(AT_FDCWD, "/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/lib/guile/3.0/ccache/ice-9/binary-ports.go", O_RDONLY|O_CLOEXEC) = 10
lseek(10, 0, SEEK_END)                  = 70645
mmap(NULL, 70645, PROT_READ, MAP_PRIVATE, 10, 0) = 0x7f17a1f2a000
close(10)                               = 0
mprotect(0x7f17a1f3a000, 2064, PROT_READ|PROT_WRITE) = 0
newfstatat(AT_FDCWD, "/gnu/store/8398knrnrzakbrmqiq4r928pcpn18065-guix-module-union/share/guile/site/3.0/rnrs/base.scm", 0x7fff5ca6df00, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/share/guile/3.0/rnrs/base.scm", {st_mode=S_IFREG|0444, st_size=12667, ...}, 0) = 0
newfstatat(AT_FDCWD, "/gnu/store/8398knrnrzakbrmqiq4r928pcpn18065-guix-module-union/lib/guile/3.0/site-ccache/rnrs/base.go", 0x7fff5ca6dc80, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/lib/guile/3.0/ccache/rnrs/base.go", {st_mode=S_IFREG|0444, st_size=114805, ...}, 0) = 0
openat(AT_FDCWD, "/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/lib/guile/3.0/ccache/rnrs/base.go", O_RDONLY|O_CLOEXEC) = 10
lseek(10, 0, SEEK_END)                  = 114805
mmap(NULL, 114805, PROT_READ, MAP_PRIVATE, 10, 0) = 0x7f17a1f0d000
close(10)                               = 0
mprotect(0x7f17a1f1d000, 33248, PROT_READ|PROT_WRITE) = 0
newfstatat(AT_FDCWD, "/gnu/store/8398knrnrzakbrmqiq4r928pcpn18065-guix-module-union/share/guile/site/3.0/ice-9/iconv.scm", 0x7fff5ca6df00, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/share/guile/3.0/ice-9/iconv.scm", {st_mode=S_IFREG|0444, st_size=3268, ...}, 0) = 0
newfstatat(AT_FDCWD, "/gnu/store/8398knrnrzakbrmqiq4r928pcpn18065-guix-module-union/lib/guile/3.0/site-ccache/ice-9/iconv.go", 0x7fff5ca6dc80, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/lib/guile/3.0/ccache/ice-9/iconv.go", {st_mode=S_IFREG|0444, st_size=72093, ...}, 0) = 0
openat(AT_FDCWD, "/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/lib/guile/3.0/ccache/ice-9/iconv.go", O_RDONLY|O_CLOEXEC) = 10
lseek(10, 0, SEEK_END)                  = 72093
mmap(NULL, 72093, PROT_READ, MAP_PRIVATE, 10, 0) = 0x7f17a1efb000
close(10)                               = 0
mprotect(0x7f17a1f0b000, 2016, PROT_READ|PROT_WRITE) = 0
newfstatat(AT_FDCWD, "/gnu/store/8398knrnrzakbrmqiq4r928pcpn18065-guix-module-union/share/guile/site/3.0/ice-9/rdelim.scm", 0x7fff5ca6dbc0, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/share/guile/3.0/ice-9/rdelim.scm", {st_mode=S_IFREG|0444, st_size=7902, ...}, 0) = 0
newfstatat(AT_FDCWD, "/gnu/store/8398knrnrzakbrmqiq4r928pcpn18065-guix-module-union/lib/guile/3.0/site-ccache/ice-9/rdelim.go", 0x7fff5ca6d940, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/lib/guile/3.0/ccache/ice-9/rdelim.go", {st_mode=S_IFREG|0444, st_size=77325, ...}, 0) = 0
openat(AT_FDCWD, "/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/lib/guile/3.0/ccache/ice-9/rdelim.go", O_RDONLY|O_CLOEXEC) = 10
lseek(10, 0, SEEK_END)                  = 77325
mmap(NULL, 77325, PROT_READ, MAP_PRIVATE, 10, 0) = 0x7f17a1ee8000
close(10)                               = 0
mprotect(0x7f17a1ef8000, 5072, PROT_READ|PROT_WRITE) = 0
newfstatat(AT_FDCWD, "/gnu/store/8398knrnrzakbrmqiq4r928pcpn18065-guix-module-union/share/guile/site/3.0/rnrs/enums.scm", 0x7fff5ca6df00, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/share/guile/3.0/rnrs/enums.scm", {st_mode=S_IFREG|0444, st_size=5463, ...}, 0) = 0
newfstatat(AT_FDCWD, "/gnu/store/8398knrnrzakbrmqiq4r928pcpn18065-guix-module-union/lib/guile/3.0/site-ccache/rnrs/enums.go", 0x7fff5ca6dc80, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/lib/guile/3.0/ccache/rnrs/enums.go", {st_mode=S_IFREG|0444, st_size=87653, ...}, 0) = 0
openat(AT_FDCWD, "/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/lib/guile/3.0/ccache/rnrs/enums.go", O_RDONLY|O_CLOEXEC) = 10
lseek(10, 0, SEEK_END)                  = 87653
mmap(NULL, 87653, PROT_READ, MAP_PRIVATE, 10, 0) = 0x7f17a1ed2000
close(10)                               = 0
mprotect(0x7f17a1ee2000, 12272, PROT_READ|PROT_WRITE) = 0
mmap(0x7f17a2c23000, 65536, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f17a1ec2000
newfstatat(AT_FDCWD, "/gnu/store/8398knrnrzakbrmqiq4r928pcpn18065-guix-module-union/share/guile/site/3.0/rnrs/conditions.scm", 0x7fff5ca6dbc0, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/share/guile/3.0/rnrs/conditions.scm", {st_mode=S_IFREG|0444, st_size=4486, ...}, 0) = 0
newfstatat(AT_FDCWD, "/gnu/store/8398knrnrzakbrmqiq4r928pcpn18065-guix-module-union/lib/guile/3.0/site-ccache/rnrs/conditions.go", 0x7fff5ca6d940, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/lib/guile/3.0/ccache/rnrs/conditions.go", {st_mode=S_IFREG|0444, st_size=75683, ...}, 0) = 0
openat(AT_FDCWD, "/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/lib/guile/3.0/ccache/rnrs/conditions.go", O_RDONLY|O_CLOEXEC) = 10
lseek(10, 0, SEEK_END)                  = 75683
mmap(NULL, 75683, PROT_READ, MAP_PRIVATE, 10, 0) = 0x7f17a1eaf000
close(10)                               = 0
mprotect(0x7f17a1ebf000, 7440, PROT_READ|PROT_WRITE) = 0
mmap(NULL, 16384, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f17a1eab000
munmap(0x7f17a1fb0000, 8192)            = 0
newfstatat(AT_FDCWD, "/gnu/store/8398knrnrzakbrmqiq4r928pcpn18065-guix-module-union/share/guile/site/3.0/rnrs/exceptions.scm", 0x7fff5ca6dbc0, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/share/guile/3.0/rnrs/exceptions.scm", {st_mode=S_IFREG|0444, st_size=1130, ...}, 0) = 0
newfstatat(AT_FDCWD, "/gnu/store/8398knrnrzakbrmqiq4r928pcpn18065-guix-module-union/lib/guile/3.0/site-ccache/rnrs/exceptions.go", 0x7fff5ca6d940, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/lib/guile/3.0/ccache/rnrs/exceptions.go", {st_mode=S_IFREG|0444, st_size=70773, ...}, 0) = 0
openat(AT_FDCWD, "/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/lib/guile/3.0/ccache/rnrs/exceptions.go", O_RDONLY|O_CLOEXEC) = 10
lseek(10, 0, SEEK_END)                  = 70773
mmap(NULL, 70773, PROT_READ, MAP_PRIVATE, 10, 0) = 0x7f17a1e99000
close(10)                               = 0
mprotect(0x7f17a1ea9000, 1720, PROT_READ|PROT_WRITE) = 0
newfstatat(AT_FDCWD, "/gnu/store/8398knrnrzakbrmqiq4r928pcpn18065-guix-module-union/share/guile/site/3.0/rnrs/control.scm", 0x7fff5ca6d880, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/share/guile/3.0/rnrs/control.scm", {st_mode=S_IFREG|0444, st_size=986, ...}, 0) = 0
newfstatat(AT_FDCWD, "/gnu/store/8398knrnrzakbrmqiq4r928pcpn18065-guix-module-union/lib/guile/3.0/site-ccache/rnrs/control.go", 0x7fff5ca6d600, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/lib/guile/3.0/ccache/rnrs/control.go", {st_mode=S_IFREG|0444, st_size=69531, ...}, 0) = 0
openat(AT_FDCWD, "/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/lib/guile/3.0/ccache/rnrs/control.go", O_RDONLY|O_CLOEXEC) = 10
lseek(10, 0, SEEK_END)                  = 69531
mmap(NULL, 69531, PROT_READ, MAP_PRIVATE, 10, 0) = 0x7f17a1e88000
close(10)                               = 0
mprotect(0x7f17a1e98000, 1288, PROT_READ|PROT_WRITE) = 0
newfstatat(AT_FDCWD, "/gnu/store/8398knrnrzakbrmqiq4r928pcpn18065-guix-module-union/share/guile/site/3.0/rnrs/records/procedural.scm", 0x7fff5ca6dbc0, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/share/guile/3.0/rnrs/records/procedural.scm", {st_mode=S_IFREG|0444, st_size=6765, ...}, 0) = 0
newfstatat(AT_FDCWD, "/gnu/store/8398knrnrzakbrmqiq4r928pcpn18065-guix-module-union/lib/guile/3.0/site-ccache/rnrs/records/procedural.go", 0x7fff5ca6d940, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/lib/guile/3.0/ccache/rnrs/records/procedural.go", {st_mode=S_IFREG|0444, st_size=77805, ...}, 0) = 0
openat(AT_FDCWD, "/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/lib/guile/3.0/ccache/rnrs/records/procedural.go", O_RDONLY|O_CLOEXEC) = 10
lseek(10, 0, SEEK_END)                  = 77805
mmap(NULL, 77805, PROT_READ, MAP_PRIVATE, 10, 0) = 0x7f17a1e75000
close(10)                               = 0
mprotect(0x7f17a1e85000, 4496, PROT_READ|PROT_WRITE) = 0
mmap(0x7f17a1ed2000, 700416, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f17a1dca000
newfstatat(AT_FDCWD, "/gnu/store/8398knrnrzakbrmqiq4r928pcpn18065-guix-module-union/share/guile/site/3.0/rnrs/syntax-case.scm", 0x7fff5ca6dbc0, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/share/guile/3.0/rnrs/syntax-case.scm", {st_mode=S_IFREG|0444, st_size=1896, ...}, 0) = 0
newfstatat(AT_FDCWD, "/gnu/store/8398knrnrzakbrmqiq4r928pcpn18065-guix-module-union/lib/guile/3.0/site-ccache/rnrs/syntax-case.go", 0x7fff5ca6d940, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/lib/guile/3.0/ccache/rnrs/syntax-case.go", {st_mode=S_IFREG|0444, st_size=72677, ...}, 0) = 0
openat(AT_FDCWD, "/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/lib/guile/3.0/ccache/rnrs/syntax-case.go", O_RDONLY|O_CLOEXEC) = 10
lseek(10, 0, SEEK_END)                  = 72677
mmap(NULL, 72677, PROT_READ, MAP_PRIVATE, 10, 0) = 0x7f17a1db8000
close(10)                               = 0
mprotect(0x7f17a1dc8000, 2896, PROT_READ|PROT_WRITE) = 0
newfstatat(AT_FDCWD, "/gnu/store/8398knrnrzakbrmqiq4r928pcpn18065-guix-module-union/share/guile/site/3.0/ice-9/optargs.scm", 0x7fff5ca6d880, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/share/guile/3.0/ice-9/optargs.scm", {st_mode=S_IFREG|0444, st_size=16123, ...}, 0) = 0
newfstatat(AT_FDCWD, "/gnu/store/8398knrnrzakbrmqiq4r928pcpn18065-guix-module-union/lib/guile/3.0/site-ccache/ice-9/optargs.go", 0x7fff5ca6d600, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/lib/guile/3.0/ccache/ice-9/optargs.go", {st_mode=S_IFREG|0444, st_size=96077, ...}, 0) = 0
openat(AT_FDCWD, "/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/lib/guile/3.0/ccache/ice-9/optargs.go", O_RDONLY|O_CLOEXEC) = 10
lseek(10, 0, SEEK_END)                  = 96077
mmap(NULL, 96077, PROT_READ, MAP_PRIVATE, 10, 0) = 0x7f17a1da0000
close(10)                               = 0
mprotect(0x7f17a1db0000, 19376, PROT_READ|PROT_WRITE) = 0
newfstatat(AT_FDCWD, "/gnu/store/8398knrnrzakbrmqiq4r928pcpn18065-guix-module-union/share/guile/site/3.0/system/base/pmatch.scm", 0x7fff5ca6d540, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/share/guile/3.0/system/base/pmatch.scm", {st_mode=S_IFREG|0444, st_size=2574, ...}, 0) = 0
newfstatat(AT_FDCWD, "/gnu/store/8398knrnrzakbrmqiq4r928pcpn18065-guix-module-union/lib/guile/3.0/site-ccache/system/base/pmatch.go", 0x7fff5ca6d2c0, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/lib/guile/3.0/ccache/system/base/pmatch.go", {st_mode=S_IFREG|0444, st_size=81885, ...}, 0) = 0
openat(AT_FDCWD, "/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/lib/guile/3.0/ccache/system/base/pmatch.go", O_RDONLY|O_CLOEXEC) = 10
lseek(10, 0, SEEK_END)                  = 81885
mmap(NULL, 81885, PROT_READ, MAP_PRIVATE, 10, 0) = 0x7f17a1d8c000
close(10)                               = 0
mprotect(0x7f17a1d9c000, 12240, PROT_READ|PROT_WRITE) = 0
newfstatat(AT_FDCWD, "/gnu/store/8398knrnrzakbrmqiq4r928pcpn18065-guix-module-union/share/guile/site/3.0/rnrs/records/syntactic.scm", 0x7fff5ca6df00, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/share/guile/3.0/rnrs/records/syntactic.scm", {st_mode=S_IFREG|0444, st_size=11271, ...}, 0) = 0
newfstatat(AT_FDCWD, "/gnu/store/8398knrnrzakbrmqiq4r928pcpn18065-guix-module-union/lib/guile/3.0/site-ccache/rnrs/records/syntactic.go", 0x7fff5ca6dc80, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/lib/guile/3.0/ccache/rnrs/records/syntactic.go", {st_mode=S_IFREG|0444, st_size=102581, ...}, 0) = 0
openat(AT_FDCWD, "/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/lib/guile/3.0/ccache/rnrs/records/syntactic.go", O_RDONLY|O_CLOEXEC) = 10
lseek(10, 0, SEEK_END)                  = 102581
mmap(NULL, 102581, PROT_READ, MAP_PRIVATE, 10, 0) = 0x7f17a1d72000
close(10)                               = 0
mprotect(0x7f17a1d82000, 22112, PROT_READ|PROT_WRITE) = 0
newfstatat(AT_FDCWD, "/gnu/store/8398knrnrzakbrmqiq4r928pcpn18065-guix-module-union/share/guile/site/3.0/rnrs/hashtables.scm", 0x7fff5ca6dbc0, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/share/guile/3.0/rnrs/hashtables.scm", {st_mode=S_IFREG|0444, st_size=6497, ...}, 0) = 0
newfstatat(AT_FDCWD, "/gnu/store/8398knrnrzakbrmqiq4r928pcpn18065-guix-module-union/lib/guile/3.0/site-ccache/rnrs/hashtables.go", 0x7fff5ca6d940, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/lib/guile/3.0/ccache/rnrs/hashtables.go", {st_mode=S_IFREG|0444, st_size=81925, ...}, 0) = 0
openat(AT_FDCWD, "/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/lib/guile/3.0/ccache/rnrs/hashtables.go", O_RDONLY|O_CLOEXEC) = 10
lseek(10, 0, SEEK_END)                  = 81925
mmap(NULL, 81925, PROT_READ, MAP_PRIVATE, 10, 0) = 0x7f17a1d5d000
close(10)                               = 0
mprotect(0x7f17a1d6d000, 7144, PROT_READ|PROT_WRITE) = 0
newfstatat(AT_FDCWD, "/gnu/store/8398knrnrzakbrmqiq4r928pcpn18065-guix-module-union/share/guile/site/3.0/srfi/srfi-69.scm", 0x7fff5ca6d880, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/share/guile/3.0/srfi/srfi-69.scm", {st_mode=S_IFREG|0444, st_size=13007, ...}, 0) = 0
newfstatat(AT_FDCWD, "/gnu/store/8398knrnrzakbrmqiq4r928pcpn18065-guix-module-union/lib/guile/3.0/site-ccache/srfi/srfi-69.go", 0x7fff5ca6d600, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/lib/guile/3.0/ccache/srfi/srfi-69.go", {st_mode=S_IFREG|0444, st_size=206109, ...}, 0) = 0
openat(AT_FDCWD, "/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/lib/guile/3.0/ccache/srfi/srfi-69.go", O_RDONLY|O_CLOEXEC) = 10
lseek(10, 0, SEEK_END)                  = 206109
mmap(NULL, 206109, PROT_READ, MAP_PRIVATE, 10, 0) = 0x7f17a1d2a000
close(10)                               = 0
mprotect(0x7f17a1d4a000, 49336, PROT_READ|PROT_WRITE) = 0
newfstatat(AT_FDCWD, "/gnu/store/8398knrnrzakbrmqiq4r928pcpn18065-guix-module-union/share/guile/site/3.0/srfi/srfi-13.scm", 0x7fff5ca6d540, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/share/guile/3.0/srfi/srfi-13.scm", {st_mode=S_IFREG|0444, st_size=2788, ...}, 0) = 0
newfstatat(AT_FDCWD, "/gnu/store/8398knrnrzakbrmqiq4r928pcpn18065-guix-module-union/lib/guile/3.0/site-ccache/srfi/srfi-13.go", 0x7fff5ca6d2c0, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/lib/guile/3.0/ccache/srfi/srfi-13.go", {st_mode=S_IFREG|0444, st_size=73027, ...}, 0) = 0
openat(AT_FDCWD, "/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/lib/guile/3.0/ccache/srfi/srfi-13.go", O_RDONLY|O_CLOEXEC) = 10
lseek(10, 0, SEEK_END)                  = 73027
mmap(NULL, 73027, PROT_READ, MAP_PRIVATE, 10, 0) = 0x7f17a1d18000
close(10)                               = 0
mprotect(0x7f17a1d28000, 5400, PROT_READ|PROT_WRITE) = 0
newfstatat(AT_FDCWD, "/gnu/store/8398knrnrzakbrmqiq4r928pcpn18065-guix-module-union/share/guile/site/3.0/rnrs/lists.scm", 0x7fff5ca6dbc0, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/share/guile/3.0/rnrs/lists.scm", {st_mode=S_IFREG|0444, st_size=2032, ...}, 0) = 0
newfstatat(AT_FDCWD, "/gnu/store/8398knrnrzakbrmqiq4r928pcpn18065-guix-module-union/lib/guile/3.0/site-ccache/rnrs/lists.go", 0x7fff5ca6d940, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/lib/guile/3.0/ccache/rnrs/lists.go", {st_mode=S_IFREG|0444, st_size=74581, ...}, 0) = 0
openat(AT_FDCWD, "/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/lib/guile/3.0/ccache/rnrs/lists.go", O_RDONLY|O_CLOEXEC) = 10
lseek(10, 0, SEEK_END)                  = 74581
mmap(NULL, 74581, PROT_READ, MAP_PRIVATE, 10, 0) = 0x7f17a1d05000
close(10)                               = 0
mprotect(0x7f17a1d15000, 3904, PROT_READ|PROT_WRITE) = 0
newfstatat(AT_FDCWD, "/gnu/store/8398knrnrzakbrmqiq4r928pcpn18065-guix-module-union/share/guile/site/3.0/rnrs/files.scm", 0x7fff5ca6df00, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/share/guile/3.0/rnrs/files.scm", {st_mode=S_IFREG|0444, st_size=3406, ...}, 0) = 0
newfstatat(AT_FDCWD, "/gnu/store/8398knrnrzakbrmqiq4r928pcpn18065-guix-module-union/lib/guile/3.0/site-ccache/rnrs/files.go", 0x7fff5ca6dc80, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/lib/guile/3.0/ccache/rnrs/files.go", {st_mode=S_IFREG|0444, st_size=76925, ...}, 0) = 0
openat(AT_FDCWD, "/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/lib/guile/3.0/ccache/rnrs/files.go", O_RDONLY|O_CLOEXEC) = 10
lseek(10, 0, SEEK_END)                  = 76925
mmap(NULL, 76925, PROT_READ, MAP_PRIVATE, 10, 0) = 0x7f17a1cf2000
close(10)                               = 0
mprotect(0x7f17a1d02000, 4584, PROT_READ|PROT_WRITE) = 0
newfstatat(AT_FDCWD, "/gnu/store/8398knrnrzakbrmqiq4r928pcpn18065-guix-module-union/share/guile/site/3.0/srfi/srfi-8.scm", 0x7fff5ca6df00, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/share/guile/3.0/srfi/srfi-8.scm", {st_mode=S_IFREG|0444, st_size=1103, ...}, 0) = 0
newfstatat(AT_FDCWD, "/gnu/store/8398knrnrzakbrmqiq4r928pcpn18065-guix-module-union/lib/guile/3.0/site-ccache/srfi/srfi-8.go", 0x7fff5ca6dc80, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/lib/guile/3.0/ccache/srfi/srfi-8.go", {st_mode=S_IFREG|0444, st_size=68235, ...}, 0) = 0
openat(AT_FDCWD, "/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/lib/guile/3.0/ccache/srfi/srfi-8.go", O_RDONLY|O_CLOEXEC) = 10
lseek(10, 0, SEEK_END)                  = 68235
mmap(NULL, 68235, PROT_READ, MAP_PRIVATE, 10, 0) = 0x7f17a1ce1000
close(10)                               = 0
mprotect(0x7f17a1cf1000, 704, PROT_READ|PROT_WRITE) = 0
newfstatat(AT_FDCWD, "/gnu/store/8398knrnrzakbrmqiq4r928pcpn18065-guix-module-union/share/guile/site/3.0/ice-9/receive.scm", 0x7fff5ca6dbc0, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/share/guile/3.0/ice-9/receive.scm", {st_mode=S_IFREG|0444, st_size=1082, ...}, 0) = 0
newfstatat(AT_FDCWD, "/gnu/store/8398knrnrzakbrmqiq4r928pcpn18065-guix-module-union/lib/guile/3.0/site-ccache/ice-9/receive.go", 0x7fff5ca6d940, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/lib/guile/3.0/ccache/ice-9/receive.go", {st_mode=S_IFREG|0444, st_size=70405, ...}, 0) = 0
openat(AT_FDCWD, "/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/lib/guile/3.0/ccache/ice-9/receive.go", O_RDONLY|O_CLOEXEC) = 10
lseek(10, 0, SEEK_END)                  = 70405
mmap(NULL, 70405, PROT_READ, MAP_PRIVATE, 10, 0) = 0x7f17a1ccf000
close(10)                               = 0
mprotect(0x7f17a1cdf000, 2464, PROT_READ|PROT_WRITE) = 0
newfstatat(AT_FDCWD, "/gnu/store/8398knrnrzakbrmqiq4r928pcpn18065-guix-module-union/share/guile/site/3.0/guix/build/utils.scm", {st_mode=S_IFREG|0444, st_size=65059, ...}, 0) = 0
newfstatat(AT_FDCWD, "/gnu/store/8398knrnrzakbrmqiq4r928pcpn18065-guix-module-union/lib/guile/3.0/site-ccache/guix/build/utils.go", {st_mode=S_IFREG|0444, st_size=322269, ...}, 0) = 0
openat(AT_FDCWD, "/gnu/store/8398knrnrzakbrmqiq4r928pcpn18065-guix-module-union/lib/guile/3.0/site-ccache/guix/build/utils.go", O_RDONLY|O_CLOEXEC) = 10
lseek(10, 0, SEEK_END)                  = 322269
mmap(NULL, 322269, PROT_READ, MAP_PRIVATE, 10, 0) = 0x7f17a1c80000
close(10)                               = 0
mprotect(0x7f17a1cb0000, 53600, PROT_READ|PROT_WRITE) = 0
mmap(0x7f17a1e75000, 65536, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f17a1c70000
newfstatat(AT_FDCWD, "/gnu/store/8398knrnrzakbrmqiq4r928pcpn18065-guix-module-union/share/guile/site/3.0/srfi/srfi-34.scm", 0x7fff5ca6df00, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/share/guile/3.0/srfi/srfi-34.scm", {st_mode=S_IFREG|0444, st_size=1442, ...}, 0) = 0
newfstatat(AT_FDCWD, "/gnu/store/8398knrnrzakbrmqiq4r928pcpn18065-guix-module-union/lib/guile/3.0/site-ccache/srfi/srfi-34.go", 0x7fff5ca6dc80, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/lib/guile/3.0/ccache/srfi/srfi-34.go", {st_mode=S_IFREG|0444, st_size=68627, ...}, 0) = 0
openat(AT_FDCWD, "/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/lib/guile/3.0/ccache/srfi/srfi-34.go", O_RDONLY|O_CLOEXEC) = 10
lseek(10, 0, SEEK_END)                  = 68627
mmap(NULL, 68627, PROT_READ, MAP_PRIVATE, 10, 0) = 0x7f17a1c5f000
close(10)                               = 0
mprotect(0x7f17a1c6f000, 1072, PROT_READ|PROT_WRITE) = 0
newfstatat(AT_FDCWD, "/gnu/store/8398knrnrzakbrmqiq4r928pcpn18065-guix-module-union/share/guile/site/3.0/srfi/srfi-60.scm", 0x7fff5ca6df00, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/share/guile/3.0/srfi/srfi-60.scm", {st_mode=S_IFREG|0444, st_size=2178, ...}, 0) = 0
newfstatat(AT_FDCWD, "/gnu/store/8398knrnrzakbrmqiq4r928pcpn18065-guix-module-union/lib/guile/3.0/site-ccache/srfi/srfi-60.go", 0x7fff5ca6dc80, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/lib/guile/3.0/ccache/srfi/srfi-60.go", {st_mode=S_IFREG|0444, st_size=75181, ...}, 0) = 0
openat(AT_FDCWD, "/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/lib/guile/3.0/ccache/srfi/srfi-60.go", O_RDONLY|O_CLOEXEC) = 10
lseek(10, 0, SEEK_END)                  = 75181
mmap(NULL, 75181, PROT_READ, MAP_PRIVATE, 10, 0) = 0x7f17a1c4c000
close(10)                               = 0
mprotect(0x7f17a1c5c000, 4720, PROT_READ|PROT_WRITE) = 0
newfstatat(AT_FDCWD, "/gnu/store/8398knrnrzakbrmqiq4r928pcpn18065-guix-module-union/share/guile/site/3.0/ice-9/ftw.scm", 0x7fff5ca6df00, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/share/guile/3.0/ice-9/ftw.scm", {st_mode=S_IFREG|0444, st_size=25649, ...}, 0) = 0
newfstatat(AT_FDCWD, "/gnu/store/8398knrnrzakbrmqiq4r928pcpn18065-guix-module-union/lib/guile/3.0/site-ccache/ice-9/ftw.go", 0x7fff5ca6dc80, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/lib/guile/3.0/ccache/ice-9/ftw.go", {st_mode=S_IFREG|0444, st_size=94301, ...}, 0) = 0
openat(AT_FDCWD, "/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/lib/guile/3.0/ccache/ice-9/ftw.go", O_RDONLY|O_CLOEXEC) = 10
lseek(10, 0, SEEK_END)                  = 94301
mmap(NULL, 94301, PROT_READ, MAP_PRIVATE, 10, 0) = 0x7f17a1c34000
close(10)                               = 0
mprotect(0x7f17a1c44000, 9656, PROT_READ|PROT_WRITE) = 0
newfstatat(AT_FDCWD, "/gnu/store/8398knrnrzakbrmqiq4r928pcpn18065-guix-module-union/share/guile/site/3.0/ice-9/vlist.scm", 0x7fff5ca6dbc0, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/share/guile/3.0/ice-9/vlist.scm", {st_mode=S_IFREG|0444, st_size=22081, ...}, 0) = 0
newfstatat(AT_FDCWD, "/gnu/store/8398knrnrzakbrmqiq4r928pcpn18065-guix-module-union/lib/guile/3.0/site-ccache/ice-9/vlist.go", 0x7fff5ca6d940, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/lib/guile/3.0/ccache/ice-9/vlist.go", {st_mode=S_IFREG|0444, st_size=328237, ...}, 0) = 0
openat(AT_FDCWD, "/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/lib/guile/3.0/ccache/ice-9/vlist.go", O_RDONLY|O_CLOEXEC) = 10
lseek(10, 0, SEEK_END)                  = 328237
mmap(NULL, 328237, PROT_READ, MAP_PRIVATE, 10, 0) = 0x7f17a1be3000
close(10)                               = 0
mprotect(0x7f17a1c13000, 86800, PROT_READ|PROT_WRITE) = 0
clock_gettime(CLOCK_PROCESS_CPUTIME_ID, {tv_sec=0, tv_nsec=51092938}) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
futex(0x7f17a405ebe8, FUTEX_WAKE_PRIVATE, 2147483647) = 1
futex(0x7f17a405ec00, FUTEX_WAKE_PRIVATE, 1) = 1
madvise(0x7f17a1eab000, 8192, MADV_DONTNEED) = 0
futex(0x7f17a405ebec, FUTEX_WAKE_PRIVATE, 2147483647) = 1
futex(0x7f17a405ebe8, FUTEX_WAKE_PRIVATE, 2147483647) = 1
futex(0x7f17a405ebec, FUTEX_WAKE_PRIVATE, 2147483647) = 1
futex(0x7f17a405ec00, FUTEX_WAKE_PRIVATE, 1) = 1
futex(0x7f17a405ec00, FUTEX_WAKE_PRIVATE, 1) = 0
futex(0x7f17a405ebec, FUTEX_WAKE_PRIVATE, 2147483647) = 1
mmap(0x7f17a1c80000, 1155072, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f17a1ac9000
rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
futex(0x7f17a405ebe8, FUTEX_WAKE_PRIVATE, 2147483647) = 1
futex(0x7f17a405ec00, FUTEX_WAKE_PRIVATE, 1) = 1
futex(0x7f17a405ebec, FUTEX_WAIT_BITSET_PRIVATE|FUTEX_CLOCK_REALTIME, 0, NULL, FUTEX_BITSET_MATCH_ANY) = -1 EAGAIN (Resource temporarily unavailable)
futex(0x7f17a405ec00, FUTEX_WAKE_PRIVATE, 1) = 0
futex(0x7f17a405ebe8, FUTEX_WAKE_PRIVATE, 2147483647) = 1
futex(0x7f17a405ebec, FUTEX_WAIT_BITSET_PRIVATE|FUTEX_CLOCK_REALTIME, 0, NULL, FUTEX_BITSET_MATCH_ANY) = -1 EAGAIN (Resource temporarily unavailable)
futex(0x7f17a405ec00, FUTEX_WAKE_PRIVATE, 1) = 0
futex(0x7f17a405ebe8, FUTEX_WAKE_PRIVATE, 2147483647) = 1
write(7, "\0", 1)                       = 1
clock_gettime(CLOCK_PROCESS_CPUTIME_ID, {tv_sec=0, tv_nsec=63417732}) = 0
newfstatat(AT_FDCWD, "/gnu/store/8398knrnrzakbrmqiq4r928pcpn18065-guix-module-union/share/guile/site/3.0/guix/build/syscalls.scm", {st_mode=S_IFREG|0444, st_size=92034, ...}, 0) = 0
newfstatat(AT_FDCWD, "/gnu/store/8398knrnrzakbrmqiq4r928pcpn18065-guix-module-union/lib/guile/3.0/site-ccache/guix/build/syscalls.go", {st_mode=S_IFREG|0444, st_size=1564181, ...}, 0) = 0
openat(AT_FDCWD, "/gnu/store/8398knrnrzakbrmqiq4r928pcpn18065-guix-module-union/lib/guile/3.0/site-ccache/guix/build/syscalls.go", O_RDONLY|O_CLOEXEC) = 10
lseek(10, 0, SEEK_END)                  = 1564181
mmap(NULL, 1564181, PROT_READ, MAP_PRIVATE, 10, 0) = 0x7f17a194b000
close(10)                               = 0
mprotect(0x7f17a1a1b000, 522176, PROT_READ|PROT_WRITE) = 0
newfstatat(AT_FDCWD, "/gnu/store/8398knrnrzakbrmqiq4r928pcpn18065-guix-module-union/share/guile/site/3.0/system/foreign.scm", 0x7fff5ca6df00, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/share/guile/3.0/system/foreign.scm", {st_mode=S_IFREG|0444, st_size=7506, ...}, 0) = 0
newfstatat(AT_FDCWD, "/gnu/store/8398knrnrzakbrmqiq4r928pcpn18065-guix-module-union/lib/guile/3.0/site-ccache/system/foreign.go", 0x7fff5ca6dc80, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/lib/guile/3.0/ccache/system/foreign.go", {st_mode=S_IFREG|0444, st_size=86981, ...}, 0) = 0
openat(AT_FDCWD, "/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/lib/guile/3.0/ccache/system/foreign.go", O_RDONLY|O_CLOEXEC) = 10
lseek(10, 0, SEEK_END)                  = 86981
mmap(NULL, 86981, PROT_READ, MAP_PRIVATE, 10, 0) = 0x7f17a1935000
close(10)                               = 0
mprotect(0x7f17a1945000, 11256, PROT_READ|PROT_WRITE) = 0
newfstatat(AT_FDCWD, "/gnu/store/8398knrnrzakbrmqiq4r928pcpn18065-guix-module-union/share/guile/site/3.0/system/base/target.scm", 0x7fff5ca6df00, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/share/guile/3.0/system/base/target.scm", {st_mode=S_IFREG|0444, st_size=7394, ...}, 0) = 0
newfstatat(AT_FDCWD, "/gnu/store/8398knrnrzakbrmqiq4r928pcpn18065-guix-module-union/lib/guile/3.0/site-ccache/system/base/target.go", 0x7fff5ca6dc80, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/lib/guile/3.0/ccache/system/base/target.go", {st_mode=S_IFREG|0444, st_size=81837, ...}, 0) = 0
openat(AT_FDCWD, "/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/lib/guile/3.0/ccache/system/base/target.go", O_RDONLY|O_CLOEXEC) = 10
lseek(10, 0, SEEK_END)                  = 81837
mmap(NULL, 81837, PROT_READ, MAP_PRIVATE, 10, 0) = 0x7f17a1921000
close(10)                               = 0
mprotect(0x7f17a1931000, 5744, PROT_READ|PROT_WRITE) = 0
newfstatat(AT_FDCWD, "/gnu/store/8398knrnrzakbrmqiq4r928pcpn18065-guix-module-union/share/guile/site/3.0/srfi/srfi-19.scm", 0x7fff5ca6df00, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/share/guile/3.0/srfi/srfi-19.scm", {st_mode=S_IFREG|0444, st_size=56223, ...}, 0) = 0
newfstatat(AT_FDCWD, "/gnu/store/8398knrnrzakbrmqiq4r928pcpn18065-guix-module-union/lib/guile/3.0/site-ccache/srfi/srfi-19.go", 0x7fff5ca6dc80, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/lib/guile/3.0/ccache/srfi/srfi-19.go", {st_mode=S_IFREG|0444, st_size=462493, ...}, 0) = 0
openat(AT_FDCWD, "/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/lib/guile/3.0/ccache/srfi/srfi-19.go", O_RDONLY|O_CLOEXEC) = 10
lseek(10, 0, SEEK_END)                  = 462493
mmap(NULL, 462493, PROT_READ, MAP_PRIVATE, 10, 0) = 0x7f17a18b0000
close(10)                               = 0
mprotect(0x7f17a18f0000, 107552, PROT_READ|PROT_WRITE) = 0
newfstatat(AT_FDCWD, "/gnu/store/8398knrnrzakbrmqiq4r928pcpn18065-guix-module-union/share/guile/site/3.0/srfi/srfi-6.scm", 0x7fff5ca6dbc0, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/share/guile/3.0/srfi/srfi-6.scm", {st_mode=S_IFREG|0444, st_size=1092, ...}, 0) = 0
newfstatat(AT_FDCWD, "/gnu/store/8398knrnrzakbrmqiq4r928pcpn18065-guix-module-union/lib/guile/3.0/site-ccache/srfi/srfi-6.go", 0x7fff5ca6d940, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/lib/guile/3.0/ccache/srfi/srfi-6.go", {st_mode=S_IFREG|0444, st_size=68197, ...}, 0) = 0
openat(AT_FDCWD, "/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/lib/guile/3.0/ccache/srfi/srfi-6.go", O_RDONLY|O_CLOEXEC) = 10
lseek(10, 0, SEEK_END)                  = 68197
mmap(NULL, 68197, PROT_READ, MAP_PRIVATE, 10, 0) = 0x7f17a189f000
close(10)                               = 0
mprotect(0x7f17a18af000, 640, PROT_READ|PROT_WRITE) = 0
newfstatat(AT_FDCWD, "/gnu/store/8398knrnrzakbrmqiq4r928pcpn18065-guix-module-union/share/guile/site/3.0/ice-9/i18n.scm", 0x7fff5ca6dbc0, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/share/guile/3.0/ice-9/i18n.scm", {st_mode=S_IFREG|0444, st_size=21002, ...}, 0) = 0
newfstatat(AT_FDCWD, "/gnu/store/8398knrnrzakbrmqiq4r928pcpn18065-guix-module-union/lib/guile/3.0/site-ccache/ice-9/i18n.go", 0x7fff5ca6d940, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/lib/guile/3.0/ccache/ice-9/i18n.go", {st_mode=S_IFREG|0444, st_size=103565, ...}, 0) = 0
openat(AT_FDCWD, "/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/lib/guile/3.0/ccache/ice-9/i18n.go", O_RDONLY|O_CLOEXEC) = 10
lseek(10, 0, SEEK_END)                  = 103565
mmap(NULL, 103565, PROT_READ, MAP_PRIVATE, 10, 0) = 0x7f17a1885000
close(10)                               = 0
mprotect(0x7f17a1895000, 14968, PROT_READ|PROT_WRITE) = 0
newfstatat(AT_FDCWD, "/gnu/store/8398knrnrzakbrmqiq4r928pcpn18065-guix-module-union/share/guile/site/3.0/system/foreign-library.scm", 0x7fff5ca6dc90, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/share/guile/3.0/system/foreign-library.scm", {st_mode=S_IFREG|0444, st_size=9287, ...}, 0) = 0
newfstatat(AT_FDCWD, "/gnu/store/8398knrnrzakbrmqiq4r928pcpn18065-guix-module-union/lib/guile/3.0/site-ccache/system/foreign-library.go", 0x7fff5ca6da10, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/lib/guile/3.0/ccache/system/foreign-library.go", {st_mode=S_IFREG|0444, st_size=114261, ...}, 0) = 0
openat(AT_FDCWD, "/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/lib/guile/3.0/ccache/system/foreign-library.go", O_RDONLY|O_CLOEXEC) = 10
lseek(10, 0, SEEK_END)                  = 114261
mmap(NULL, 114261, PROT_READ, MAP_PRIVATE, 10, 0) = 0x7f17a1869000
close(10)                               = 0
mprotect(0x7f17a1879000, 33568, PROT_READ|PROT_WRITE) = 0
futex(0x7f17a43cc768, FUTEX_WAKE_PRIVATE, 2147483647) = 0
futex(0x7f17a43cc760, FUTEX_WAKE_PRIVATE, 2147483647) = 0
uname({sysname="Linux", nodename="bluefin", ...}) = 0
newfstatat(AT_FDCWD, "/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/lib/libutil.so", 0x7fff5ca6ddb0, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/lib/guile/3.0/extensions/libutil.so", 0x7fff5ca6ddb0, 0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/gnu/store/xl1jx7pa8vwmmr225dxzb49f4lpg98h4-libgc-8.2.2/lib/libutil.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/gnu/store/p24rj3qaz848cb58a2qb9502wqx9942j-libffi-3.4.4/lib/libutil.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/gnu/store/xsf3g0xnfwmmsk6pfn3qxvrqcyhcip7d-libunistring-1.0/lib/libutil.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/gnu/store/ln6hxqjvz6m9gdd9s97pivlqck7hzs99-glibc-2.35/lib/libutil.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/gnu/store/6ncav55lbk5kqvwwflrzcr41hp5jbq0c-gcc-11.3.0-lib/lib/glibc-hwcaps/x86-64-v2/libutil.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/6ncav55lbk5kqvwwflrzcr41hp5jbq0c-gcc-11.3.0-lib/lib/glibc-hwcaps/x86-64-v2", 0x7fff5ca6d3c0, 0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/gnu/store/6ncav55lbk5kqvwwflrzcr41hp5jbq0c-gcc-11.3.0-lib/lib/tls/x86_64/x86_64/libutil.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/6ncav55lbk5kqvwwflrzcr41hp5jbq0c-gcc-11.3.0-lib/lib/tls/x86_64/x86_64", 0x7fff5ca6d3c0, 0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/gnu/store/6ncav55lbk5kqvwwflrzcr41hp5jbq0c-gcc-11.3.0-lib/lib/tls/x86_64/libutil.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/6ncav55lbk5kqvwwflrzcr41hp5jbq0c-gcc-11.3.0-lib/lib/tls/x86_64", 0x7fff5ca6d3c0, 0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/gnu/store/6ncav55lbk5kqvwwflrzcr41hp5jbq0c-gcc-11.3.0-lib/lib/tls/x86_64/libutil.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/6ncav55lbk5kqvwwflrzcr41hp5jbq0c-gcc-11.3.0-lib/lib/tls/x86_64", 0x7fff5ca6d3c0, 0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/gnu/store/6ncav55lbk5kqvwwflrzcr41hp5jbq0c-gcc-11.3.0-lib/lib/tls/libutil.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/6ncav55lbk5kqvwwflrzcr41hp5jbq0c-gcc-11.3.0-lib/lib/tls", 0x7fff5ca6d3c0, 0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/gnu/store/6ncav55lbk5kqvwwflrzcr41hp5jbq0c-gcc-11.3.0-lib/lib/x86_64/x86_64/libutil.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/6ncav55lbk5kqvwwflrzcr41hp5jbq0c-gcc-11.3.0-lib/lib/x86_64/x86_64", 0x7fff5ca6d3c0, 0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/gnu/store/6ncav55lbk5kqvwwflrzcr41hp5jbq0c-gcc-11.3.0-lib/lib/x86_64/libutil.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/6ncav55lbk5kqvwwflrzcr41hp5jbq0c-gcc-11.3.0-lib/lib/x86_64", 0x7fff5ca6d3c0, 0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/gnu/store/6ncav55lbk5kqvwwflrzcr41hp5jbq0c-gcc-11.3.0-lib/lib/x86_64/libutil.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/6ncav55lbk5kqvwwflrzcr41hp5jbq0c-gcc-11.3.0-lib/lib/x86_64", 0x7fff5ca6d3c0, 0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/gnu/store/6ncav55lbk5kqvwwflrzcr41hp5jbq0c-gcc-11.3.0-lib/lib/libutil.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/6ncav55lbk5kqvwwflrzcr41hp5jbq0c-gcc-11.3.0-lib/lib", {st_mode=S_IFDIR|0555, st_size=4096, ...}, 0) = 0
openat(AT_FDCWD, "/gnu/store/6ncav55lbk5kqvwwflrzcr41hp5jbq0c-gcc-11.3.0-lib/lib/gcc/x86_64-unknown-linux-gnu/11.3.0/../../../glibc-hwcaps/x86-64-v2/libutil.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/6ncav55lbk5kqvwwflrzcr41hp5jbq0c-gcc-11.3.0-lib/lib/gcc/x86_64-unknown-linux-gnu/11.3.0/../../../glibc-hwcaps/x86-64-v2", 0x7fff5ca6d3c0, 0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/gnu/store/6ncav55lbk5kqvwwflrzcr41hp5jbq0c-gcc-11.3.0-lib/lib/gcc/x86_64-unknown-linux-gnu/11.3.0/../../../tls/x86_64/x86_64/libutil.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/6ncav55lbk5kqvwwflrzcr41hp5jbq0c-gcc-11.3.0-lib/lib/gcc/x86_64-unknown-linux-gnu/11.3.0/../../../tls/x86_64/x86_64", 0x7fff5ca6d3c0, 0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/gnu/store/6ncav55lbk5kqvwwflrzcr41hp5jbq0c-gcc-11.3.0-lib/lib/gcc/x86_64-unknown-linux-gnu/11.3.0/../../../tls/x86_64/libutil.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/6ncav55lbk5kqvwwflrzcr41hp5jbq0c-gcc-11.3.0-lib/lib/gcc/x86_64-unknown-linux-gnu/11.3.0/../../../tls/x86_64", 0x7fff5ca6d3c0, 0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/gnu/store/6ncav55lbk5kqvwwflrzcr41hp5jbq0c-gcc-11.3.0-lib/lib/gcc/x86_64-unknown-linux-gnu/11.3.0/../../../tls/x86_64/libutil.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/6ncav55lbk5kqvwwflrzcr41hp5jbq0c-gcc-11.3.0-lib/lib/gcc/x86_64-unknown-linux-gnu/11.3.0/../../../tls/x86_64", 0x7fff5ca6d3c0, 0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/gnu/store/6ncav55lbk5kqvwwflrzcr41hp5jbq0c-gcc-11.3.0-lib/lib/gcc/x86_64-unknown-linux-gnu/11.3.0/../../../tls/libutil.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/6ncav55lbk5kqvwwflrzcr41hp5jbq0c-gcc-11.3.0-lib/lib/gcc/x86_64-unknown-linux-gnu/11.3.0/../../../tls", 0x7fff5ca6d3c0, 0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/gnu/store/6ncav55lbk5kqvwwflrzcr41hp5jbq0c-gcc-11.3.0-lib/lib/gcc/x86_64-unknown-linux-gnu/11.3.0/../../../x86_64/x86_64/libutil.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/6ncav55lbk5kqvwwflrzcr41hp5jbq0c-gcc-11.3.0-lib/lib/gcc/x86_64-unknown-linux-gnu/11.3.0/../../../x86_64/x86_64", 0x7fff5ca6d3c0, 0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/gnu/store/6ncav55lbk5kqvwwflrzcr41hp5jbq0c-gcc-11.3.0-lib/lib/gcc/x86_64-unknown-linux-gnu/11.3.0/../../../x86_64/libutil.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/6ncav55lbk5kqvwwflrzcr41hp5jbq0c-gcc-11.3.0-lib/lib/gcc/x86_64-unknown-linux-gnu/11.3.0/../../../x86_64", 0x7fff5ca6d3c0, 0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/gnu/store/6ncav55lbk5kqvwwflrzcr41hp5jbq0c-gcc-11.3.0-lib/lib/gcc/x86_64-unknown-linux-gnu/11.3.0/../../../x86_64/libutil.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/6ncav55lbk5kqvwwflrzcr41hp5jbq0c-gcc-11.3.0-lib/lib/gcc/x86_64-unknown-linux-gnu/11.3.0/../../../x86_64", 0x7fff5ca6d3c0, 0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/gnu/store/6ncav55lbk5kqvwwflrzcr41hp5jbq0c-gcc-11.3.0-lib/lib/gcc/x86_64-unknown-linux-gnu/11.3.0/../../../libutil.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/6ncav55lbk5kqvwwflrzcr41hp5jbq0c-gcc-11.3.0-lib/lib/gcc/x86_64-unknown-linux-gnu/11.3.0/../../..", {st_mode=S_IFDIR|0555, st_size=4096, ...}, 0) = 0
openat(AT_FDCWD, "/gnu/store/ln6hxqjvz6m9gdd9s97pivlqck7hzs99-glibc-2.35/lib/libutil.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/gnu/store/ln6hxqjvz6m9gdd9s97pivlqck7hzs99-glibc-2.35/share/locale/en_US.utf8/LC_MESSAGES/libc.mo", O_RDONLY) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/gnu/store/ln6hxqjvz6m9gdd9s97pivlqck7hzs99-glibc-2.35/share/locale/en_US/LC_MESSAGES/libc.mo", O_RDONLY) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/gnu/store/ln6hxqjvz6m9gdd9s97pivlqck7hzs99-glibc-2.35/share/locale/en.utf8/LC_MESSAGES/libc.mo", O_RDONLY) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/gnu/store/ln6hxqjvz6m9gdd9s97pivlqck7hzs99-glibc-2.35/share/locale/en/LC_MESSAGES/libc.mo", O_RDONLY) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/lib/libutil.so", 0x7fff5ca6ddb0, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/lib/guile/3.0/extensions/libutil.so", 0x7fff5ca6ddb0, 0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/gnu/store/xl1jx7pa8vwmmr225dxzb49f4lpg98h4-libgc-8.2.2/lib/libutil.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/gnu/store/p24rj3qaz848cb58a2qb9502wqx9942j-libffi-3.4.4/lib/libutil.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/gnu/store/xsf3g0xnfwmmsk6pfn3qxvrqcyhcip7d-libunistring-1.0/lib/libutil.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/gnu/store/ln6hxqjvz6m9gdd9s97pivlqck7hzs99-glibc-2.35/lib/libutil.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/gnu/store/6ncav55lbk5kqvwwflrzcr41hp5jbq0c-gcc-11.3.0-lib/lib/libutil.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/gnu/store/6ncav55lbk5kqvwwflrzcr41hp5jbq0c-gcc-11.3.0-lib/lib/gcc/x86_64-unknown-linux-gnu/11.3.0/../../../libutil.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/gnu/store/ln6hxqjvz6m9gdd9s97pivlqck7hzs99-glibc-2.35/lib/libutil.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/8398knrnrzakbrmqiq4r928pcpn18065-guix-module-union/share/guile/site/3.0/guix/combinators.scm", {st_mode=S_IFREG|0444, st_size=5574, ...}, 0) = 0
newfstatat(AT_FDCWD, "/gnu/store/8398knrnrzakbrmqiq4r928pcpn18065-guix-module-union/lib/guile/3.0/site-ccache/guix/combinators.go", {st_mode=S_IFREG|0444, st_size=80341, ...}, 0) = 0
openat(AT_FDCWD, "/gnu/store/8398knrnrzakbrmqiq4r928pcpn18065-guix-module-union/lib/guile/3.0/site-ccache/guix/combinators.go", O_RDONLY|O_CLOEXEC) = 10
lseek(10, 0, SEEK_END)                  = 80341
mmap(NULL, 80341, PROT_READ, MAP_PRIVATE, 10, 0) = 0x7f17a1855000
close(10)                               = 0
mprotect(0x7f17a1865000, 8864, PROT_READ|PROT_WRITE) = 0
newfstatat(AT_FDCWD, "/gnu/store/8398knrnrzakbrmqiq4r928pcpn18065-guix-module-union/share/guile/site/3.0/guix/deprecation.scm", {st_mode=S_IFREG|0444, st_size=5156, ...}, 0) = 0
newfstatat(AT_FDCWD, "/gnu/store/8398knrnrzakbrmqiq4r928pcpn18065-guix-module-union/lib/guile/3.0/site-ccache/guix/deprecation.go", {st_mode=S_IFREG|0444, st_size=87325, ...}, 0) = 0
openat(AT_FDCWD, "/gnu/store/8398knrnrzakbrmqiq4r928pcpn18065-guix-module-union/lib/guile/3.0/site-ccache/guix/deprecation.go", O_RDONLY|O_CLOEXEC) = 10
lseek(10, 0, SEEK_END)                  = 87325
mmap(NULL, 87325, PROT_READ, MAP_PRIVATE, 10, 0) = 0x7f17a183f000
close(10)                               = 0
mprotect(0x7f17a184f000, 13312, PROT_READ|PROT_WRITE) = 0
newfstatat(AT_FDCWD, "/gnu/store/8398knrnrzakbrmqiq4r928pcpn18065-guix-module-union/share/guile/site/3.0/guix/serialization.scm", {st_mode=S_IFREG|0444, st_size=20032, ...}, 0) = 0
newfstatat(AT_FDCWD, "/gnu/store/8398knrnrzakbrmqiq4r928pcpn18065-guix-module-union/lib/guile/3.0/site-ccache/guix/serialization.go", {st_mode=S_IFREG|0444, st_size=108085, ...}, 0) = 0
openat(AT_FDCWD, "/gnu/store/8398knrnrzakbrmqiq4r928pcpn18065-guix-module-union/lib/guile/3.0/site-ccache/guix/serialization.go", O_RDONLY|O_CLOEXEC) = 10
lseek(10, 0, SEEK_END)                  = 108085
mmap(NULL, 108085, PROT_READ, MAP_PRIVATE, 10, 0) = 0x7f17a1824000
close(10)                               = 0
mprotect(0x7f17a1834000, 15624, PROT_READ|PROT_WRITE) = 0
newfstatat(AT_FDCWD, "/gnu/store/8398knrnrzakbrmqiq4r928pcpn18065-guix-module-union/share/guile/site/3.0/guix/monads.scm", {st_mode=S_IFREG|0444, st_size=20618, ...}, 0) = 0
newfstatat(AT_FDCWD, "/gnu/store/8398knrnrzakbrmqiq4r928pcpn18065-guix-module-union/lib/guile/3.0/site-ccache/guix/monads.go", {st_mode=S_IFREG|0444, st_size=355749, ...}, 0) = 0
openat(AT_FDCWD, "/gnu/store/8398knrnrzakbrmqiq4r928pcpn18065-guix-module-union/lib/guile/3.0/site-ccache/guix/monads.go", O_RDONLY|O_CLOEXEC) = 10
lseek(10, 0, SEEK_END)                  = 355749
mmap(NULL, 355749, PROT_READ, MAP_PRIVATE, 10, 0) = 0x7f17a17cd000
close(10)                               = 0
mprotect(0x7f17a17fd000, 111456, PROT_READ|PROT_WRITE) = 0
newfstatat(AT_FDCWD, "/gnu/store/8398knrnrzakbrmqiq4r928pcpn18065-guix-module-union/share/guile/site/3.0/system/syntax.scm", 0x7fff5ca6e200, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/share/guile/3.0/system/syntax.scm", {st_mode=S_IFREG|0444, st_size=1708, ...}, 0) = 0
newfstatat(AT_FDCWD, "/gnu/store/8398knrnrzakbrmqiq4r928pcpn18065-guix-module-union/lib/guile/3.0/site-ccache/system/syntax.go", 0x7fff5ca6df80, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/lib/guile/3.0/ccache/system/syntax.go", {st_mode=S_IFREG|0444, st_size=69765, ...}, 0) = 0
openat(AT_FDCWD, "/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/lib/guile/3.0/ccache/system/syntax.go", O_RDONLY|O_CLOEXEC) = 10
lseek(10, 0, SEEK_END)                  = 69765
mmap(NULL, 69765, PROT_READ, MAP_PRIVATE, 10, 0) = 0x7f17a17bb000
close(10)                               = 0
mprotect(0x7f17a17cb000, 1600, PROT_READ|PROT_WRITE) = 0
newfstatat(AT_FDCWD, "/gnu/store/8398knrnrzakbrmqiq4r928pcpn18065-guix-module-union/share/guile/site/3.0/guix/records.scm", {st_mode=S_IFREG|0444, st_size=27942, ...}, 0) = 0
newfstatat(AT_FDCWD, "/gnu/store/8398knrnrzakbrmqiq4r928pcpn18065-guix-module-union/lib/guile/3.0/site-ccache/guix/records.go", {st_mode=S_IFREG|0444, st_size=206613, ...}, 0) = 0
openat(AT_FDCWD, "/gnu/store/8398knrnrzakbrmqiq4r928pcpn18065-guix-module-union/lib/guile/3.0/site-ccache/guix/records.go", O_RDONLY|O_CLOEXEC) = 10
lseek(10, 0, SEEK_END)                  = 206613
mmap(NULL, 206613, PROT_READ, MAP_PRIVATE, 10, 0) = 0x7f17a1788000
close(10)                               = 0
mprotect(0x7f17a17a8000, 50280, PROT_READ|PROT_WRITE) = 0
newfstatat(AT_FDCWD, "/gnu/store/8398knrnrzakbrmqiq4r928pcpn18065-guix-module-union/share/guile/site/3.0/guix/base16.scm", {st_mode=S_IFREG|0444, st_size=3277, ...}, 0) = 0
newfstatat(AT_FDCWD, "/gnu/store/8398knrnrzakbrmqiq4r928pcpn18065-guix-module-union/lib/guile/3.0/site-ccache/guix/base16.go", {st_mode=S_IFREG|0444, st_size=72373, ...}, 0) = 0
openat(AT_FDCWD, "/gnu/store/8398knrnrzakbrmqiq4r928pcpn18065-guix-module-union/lib/guile/3.0/site-ccache/guix/base16.go", O_RDONLY|O_CLOEXEC) = 10
lseek(10, 0, SEEK_END)                  = 72373
mmap(NULL, 72373, PROT_READ, MAP_PRIVATE, 10, 0) = 0x7f17a1776000
close(10)                               = 0
mprotect(0x7f17a1786000, 3088, PROT_READ|PROT_WRITE) = 0
newfstatat(AT_FDCWD, "/gnu/store/8398knrnrzakbrmqiq4r928pcpn18065-guix-module-union/share/guile/site/3.0/guix/base32.scm", {st_mode=S_IFREG|0444, st_size=14456, ...}, 0) = 0
newfstatat(AT_FDCWD, "/gnu/store/8398knrnrzakbrmqiq4r928pcpn18065-guix-module-union/lib/guile/3.0/site-ccache/guix/base32.go", {st_mode=S_IFREG|0444, st_size=92301, ...}, 0) = 0
openat(AT_FDCWD, "/gnu/store/8398knrnrzakbrmqiq4r928pcpn18065-guix-module-union/lib/guile/3.0/site-ccache/guix/base32.go", O_RDONLY|O_CLOEXEC) = 10
lseek(10, 0, SEEK_END)                  = 92301
mmap(NULL, 92301, PROT_READ, MAP_PRIVATE, 10, 0) = 0x7f17a175f000
close(10)                               = 0
mprotect(0x7f17a176f000, 9424, PROT_READ|PROT_WRITE) = 0
newfstatat(AT_FDCWD, "/gnu/store/8398knrnrzakbrmqiq4r928pcpn18065-guix-module-union/share/guile/site/3.0/gcrypt/hash.scm", {st_mode=S_IFREG|0444, st_size=7946, ...}, 0) = 0
newfstatat(AT_FDCWD, "/gnu/store/8398knrnrzakbrmqiq4r928pcpn18065-guix-module-union/lib/guile/3.0/site-ccache/gcrypt/hash.go", {st_mode=S_IFREG|0444, st_size=121789, ...}, 0) = 0
openat(AT_FDCWD, "/gnu/store/8398knrnrzakbrmqiq4r928pcpn18065-guix-module-union/lib/guile/3.0/site-ccache/gcrypt/hash.go", O_RDONLY|O_CLOEXEC) = 10
lseek(10, 0, SEEK_END)                  = 121789
mmap(NULL, 121789, PROT_READ, MAP_PRIVATE, 10, 0) = 0x7f17a1741000
close(10)                               = 0
mprotect(0x7f17a1751000, 33776, PROT_READ|PROT_WRITE) = 0
newfstatat(AT_FDCWD, "/gnu/store/8398knrnrzakbrmqiq4r928pcpn18065-guix-module-union/share/guile/site/3.0/gcrypt/utils.scm", {st_mode=S_IFREG|0444, st_size=1934, ...}, 0) = 0
newfstatat(AT_FDCWD, "/gnu/store/8398knrnrzakbrmqiq4r928pcpn18065-guix-module-union/lib/guile/3.0/site-ccache/gcrypt/utils.go", {st_mode=S_IFREG|0444, st_size=70141, ...}, 0) = 0
openat(AT_FDCWD, "/gnu/store/8398knrnrzakbrmqiq4r928pcpn18065-guix-module-union/lib/guile/3.0/site-ccache/gcrypt/utils.go", O_RDONLY|O_CLOEXEC) = 10
lseek(10, 0, SEEK_END)                  = 70141
mmap(NULL, 70141, PROT_READ, MAP_PRIVATE, 10, 0) = 0x7f17a172f000
close(10)                               = 0
mprotect(0x7f17a173f000, 1336, PROT_READ|PROT_WRITE) = 0
newfstatat(AT_FDCWD, "/gnu/store/8398knrnrzakbrmqiq4r928pcpn18065-guix-module-union/share/guile/site/3.0/gcrypt/internal.scm", {st_mode=S_IFREG|0444, st_size=4641, ...}, 0) = 0
newfstatat(AT_FDCWD, "/gnu/store/8398knrnrzakbrmqiq4r928pcpn18065-guix-module-union/lib/guile/3.0/site-ccache/gcrypt/internal.go", {st_mode=S_IFREG|0444, st_size=86037, ...}, 0) = 0
openat(AT_FDCWD, "/gnu/store/8398knrnrzakbrmqiq4r928pcpn18065-guix-module-union/lib/guile/3.0/site-ccache/gcrypt/internal.go", O_RDONLY|O_CLOEXEC) = 10
lseek(10, 0, SEEK_END)                  = 86037
mmap(NULL, 86037, PROT_READ, MAP_PRIVATE, 10, 0) = 0x7f17a1719000
close(10)                               = 0
mprotect(0x7f17a1729000, 11984, PROT_READ|PROT_WRITE) = 0
newfstatat(AT_FDCWD, "/gnu/store/8398knrnrzakbrmqiq4r928pcpn18065-guix-module-union/share/guile/site/3.0/gcrypt/package-config.scm", {st_mode=S_IFREG|0444, st_size=1145, ...}, 0) = 0
newfstatat(AT_FDCWD, "/gnu/store/8398knrnrzakbrmqiq4r928pcpn18065-guix-module-union/lib/guile/3.0/site-ccache/gcrypt/package-config.go", {st_mode=S_IFREG|0444, st_size=70429, ...}, 0) = 0
openat(AT_FDCWD, "/gnu/store/8398knrnrzakbrmqiq4r928pcpn18065-guix-module-union/lib/guile/3.0/site-ccache/gcrypt/package-config.go", O_RDONLY|O_CLOEXEC) = 10
lseek(10, 0, SEEK_END)                  = 70429
mmap(NULL, 70429, PROT_READ, MAP_PRIVATE, 10, 0) = 0x7f17a1707000
close(10)                               = 0
mprotect(0x7f17a1717000, 1992, PROT_READ|PROT_WRITE) = 0
newfstatat(AT_FDCWD, "/gnu/store/6m80mmn6h90xgzwqfhkk5596vk56798b-libgcrypt-1.10.1/lib/libgcrypt.so", {st_mode=S_IFREG|0555, st_size=1317008, ...}, 0) = 0
openat(AT_FDCWD, "/gnu/store/6m80mmn6h90xgzwqfhkk5596vk56798b-libgcrypt-1.10.1/lib/libgcrypt.so", O_RDONLY|O_CLOEXEC) = 10
read(10, "\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\0\0"..., 832) = 832
pread64(10, "\4\0\0\0 \0\0\0\5\0\0\0GNU\0\1\0\1\300\4\0\0\0\231\0\0\0\0\0\0\0"..., 48, 1279472) = 48
newfstatat(10, "", {st_mode=S_IFREG|0555, st_size=1317008, ...}, AT_EMPTY_PATH) = 0
mmap(NULL, 1320368, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 10, 0) = 0x7f17a15c4000
mmap(0x7f17a15d3000, 942080, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 10, 0xf000) = 0x7f17a15d3000
mmap(0x7f17a16b9000, 278528, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 10, 0xf5000) = 0x7f17a16b9000
mmap(0x7f17a16fd000, 36864, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 10, 0x138000) = 0x7f17a16fd000
mmap(0x7f17a1706000, 1456, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f17a1706000
close(10)                               = 0
openat(AT_FDCWD, "/gnu/store/r2zwkcq2bqamhbz85i48l8rvrbvmyqp7-libgpg-error-1.45/lib/glibc-hwcaps/x86-64-v2/libgpg-error.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/r2zwkcq2bqamhbz85i48l8rvrbvmyqp7-libgpg-error-1.45/lib/glibc-hwcaps/x86-64-v2", 0x7fff5ca6cd00, 0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/gnu/store/r2zwkcq2bqamhbz85i48l8rvrbvmyqp7-libgpg-error-1.45/lib/tls/x86_64/x86_64/libgpg-error.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/r2zwkcq2bqamhbz85i48l8rvrbvmyqp7-libgpg-error-1.45/lib/tls/x86_64/x86_64", 0x7fff5ca6cd00, 0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/gnu/store/r2zwkcq2bqamhbz85i48l8rvrbvmyqp7-libgpg-error-1.45/lib/tls/x86_64/libgpg-error.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/r2zwkcq2bqamhbz85i48l8rvrbvmyqp7-libgpg-error-1.45/lib/tls/x86_64", 0x7fff5ca6cd00, 0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/gnu/store/r2zwkcq2bqamhbz85i48l8rvrbvmyqp7-libgpg-error-1.45/lib/tls/x86_64/libgpg-error.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/r2zwkcq2bqamhbz85i48l8rvrbvmyqp7-libgpg-error-1.45/lib/tls/x86_64", 0x7fff5ca6cd00, 0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/gnu/store/r2zwkcq2bqamhbz85i48l8rvrbvmyqp7-libgpg-error-1.45/lib/tls/libgpg-error.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/r2zwkcq2bqamhbz85i48l8rvrbvmyqp7-libgpg-error-1.45/lib/tls", 0x7fff5ca6cd00, 0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/gnu/store/r2zwkcq2bqamhbz85i48l8rvrbvmyqp7-libgpg-error-1.45/lib/x86_64/x86_64/libgpg-error.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/r2zwkcq2bqamhbz85i48l8rvrbvmyqp7-libgpg-error-1.45/lib/x86_64/x86_64", 0x7fff5ca6cd00, 0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/gnu/store/r2zwkcq2bqamhbz85i48l8rvrbvmyqp7-libgpg-error-1.45/lib/x86_64/libgpg-error.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/r2zwkcq2bqamhbz85i48l8rvrbvmyqp7-libgpg-error-1.45/lib/x86_64", 0x7fff5ca6cd00, 0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/gnu/store/r2zwkcq2bqamhbz85i48l8rvrbvmyqp7-libgpg-error-1.45/lib/x86_64/libgpg-error.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/r2zwkcq2bqamhbz85i48l8rvrbvmyqp7-libgpg-error-1.45/lib/x86_64", 0x7fff5ca6cd00, 0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/gnu/store/r2zwkcq2bqamhbz85i48l8rvrbvmyqp7-libgpg-error-1.45/lib/libgpg-error.so.0", O_RDONLY|O_CLOEXEC) = 10
read(10, "\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\0\0"..., 832) = 832
pread64(10, "\4\0\0\0 \0\0\0\5\0\0\0GNU\0\1\0\1\300\4\0\0\0\v\0\0\0\0\0\0\0"..., 48, 153024) = 48
newfstatat(10, "", {st_mode=S_IFREG|0555, st_size=158696, ...}, AT_EMPTY_PATH) = 0
mmap(NULL, 161040, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 10, 0) = 0x7f17a159c000
mmap(0x7f17a15a1000, 90112, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 10, 0x5000) = 0x7f17a15a1000
mmap(0x7f17a15b7000, 45056, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 10, 0x1b000) = 0x7f17a15b7000
mmap(0x7f17a15c2000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 10, 0x25000) = 0x7f17a15c2000
close(10)                               = 0
mprotect(0x7f17a15c2000, 4096, PROT_READ) = 0
mprotect(0x7f17a16fd000, 20480, PROT_READ) = 0
access("/etc/gcrypt/fips_enabled", F_OK) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/proc/sys/crypto/fips_enabled", O_RDONLY) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/etc/gcrypt/hwf.deny", O_RDONLY) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/6m80mmn6h90xgzwqfhkk5596vk56798b-libgcrypt-1.10.1/lib/libgcrypt.so", {st_mode=S_IFREG|0555, st_size=1317008, ...}, 0) = 0
newfstatat(AT_FDCWD, "/gnu/store/6m80mmn6h90xgzwqfhkk5596vk56798b-libgcrypt-1.10.1/lib/libgcrypt.so", {st_mode=S_IFREG|0555, st_size=1317008, ...}, 0) = 0
newfstatat(AT_FDCWD, "/gnu/store/6m80mmn6h90xgzwqfhkk5596vk56798b-libgcrypt-1.10.1/lib/libgcrypt.so", {st_mode=S_IFREG|0555, st_size=1317008, ...}, 0) = 0
newfstatat(AT_FDCWD, "/gnu/store/6m80mmn6h90xgzwqfhkk5596vk56798b-libgcrypt-1.10.1/lib/libgcrypt.so", {st_mode=S_IFREG|0555, st_size=1317008, ...}, 0) = 0
newfstatat(AT_FDCWD, "/gnu/store/6m80mmn6h90xgzwqfhkk5596vk56798b-libgcrypt-1.10.1/lib/libgcrypt.so", {st_mode=S_IFREG|0555, st_size=1317008, ...}, 0) = 0
newfstatat(AT_FDCWD, "/gnu/store/6m80mmn6h90xgzwqfhkk5596vk56798b-libgcrypt-1.10.1/lib/libgcrypt.so", {st_mode=S_IFREG|0555, st_size=1317008, ...}, 0) = 0
newfstatat(AT_FDCWD, "/gnu/store/8398knrnrzakbrmqiq4r928pcpn18065-guix-module-union/share/guile/site/3.0/ice-9/atomic.scm", 0x7fff5ca6e540, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/share/guile/3.0/ice-9/atomic.scm", {st_mode=S_IFREG|0444, st_size=1592, ...}, 0) = 0
newfstatat(AT_FDCWD, "/gnu/store/8398knrnrzakbrmqiq4r928pcpn18065-guix-module-union/lib/guile/3.0/site-ccache/ice-9/atomic.go", 0x7fff5ca6e2c0, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/lib/guile/3.0/ccache/ice-9/atomic.go", {st_mode=S_IFREG|0444, st_size=69389, ...}, 0) = 0
openat(AT_FDCWD, "/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/lib/guile/3.0/ccache/ice-9/atomic.go", O_RDONLY|O_CLOEXEC) = 10
lseek(10, 0, SEEK_END)                  = 69389
mmap(NULL, 69389, PROT_READ, MAP_PRIVATE, 10, 0) = 0x7f17a158b000
close(10)                               = 0
mprotect(0x7f17a159b000, 1408, PROT_READ|PROT_WRITE) = 0
newfstatat(AT_FDCWD, "/gnu/store/8398knrnrzakbrmqiq4r928pcpn18065-guix-module-union/share/guile/site/3.0/language/tree-il/primitives.scm", 0x7fff5ca6e200, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/share/guile/3.0/language/tree-il/primitives.scm", {st_mode=S_IFREG|0444, st_size=24153, ...}, 0) = 0
newfstatat(AT_FDCWD, "/gnu/store/8398knrnrzakbrmqiq4r928pcpn18065-guix-module-union/lib/guile/3.0/site-ccache/language/tree-il/primitives.go", 0x7fff5ca6df80, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/lib/guile/3.0/ccache/language/tree-il/primitives.go", {st_mode=S_IFREG|0444, st_size=204533, ...}, 0) = 0
openat(AT_FDCWD, "/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/lib/guile/3.0/ccache/language/tree-il/primitives.go", O_RDONLY|O_CLOEXEC) = 10
lseek(10, 0, SEEK_END)                  = 204533
mmap(NULL, 204533, PROT_READ, MAP_PRIVATE, 10, 0) = 0x7f17a1559000
close(10)                               = 0
mprotect(0x7f17a1579000, 33632, PROT_READ|PROT_WRITE) = 0
newfstatat(AT_FDCWD, "/gnu/store/8398knrnrzakbrmqiq4r928pcpn18065-guix-module-union/share/guile/site/3.0/system/base/syntax.scm", 0x7fff5ca6dec0, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/share/guile/3.0/system/base/syntax.scm", {st_mode=S_IFREG|0444, st_size=13115, ...}, 0) = 0
newfstatat(AT_FDCWD, "/gnu/store/8398knrnrzakbrmqiq4r928pcpn18065-guix-module-union/lib/guile/3.0/site-ccache/system/base/syntax.go", 0x7fff5ca6dc40, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/lib/guile/3.0/ccache/system/base/syntax.go", {st_mode=S_IFREG|0444, st_size=92245, ...}, 0) = 0
openat(AT_FDCWD, "/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/lib/guile/3.0/ccache/system/base/syntax.go", O_RDONLY|O_CLOEXEC) = 10
lseek(10, 0, SEEK_END)                  = 92245
mmap(NULL, 92245, PROT_READ, MAP_PRIVATE, 10, 0) = 0x7f17a1542000
close(10)                               = 0
mprotect(0x7f17a1552000, 11784, PROT_READ|PROT_WRITE) = 0
newfstatat(AT_FDCWD, "/gnu/store/8398knrnrzakbrmqiq4r928pcpn18065-guix-module-union/share/guile/site/3.0/language/tree-il.scm", 0x7fff5ca6dec0, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/share/guile/3.0/language/tree-il.scm", {st_mode=S_IFREG|0444, st_size=24985, ...}, 0) = 0
newfstatat(AT_FDCWD, "/gnu/store/8398knrnrzakbrmqiq4r928pcpn18065-guix-module-union/lib/guile/3.0/site-ccache/language/tree-il.go", 0x7fff5ca6dc40, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/lib/guile/3.0/ccache/language/tree-il.go", {st_mode=S_IFREG|0444, st_size=298381, ...}, 0) = 0
openat(AT_FDCWD, "/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/lib/guile/3.0/ccache/language/tree-il.go", O_RDONLY|O_CLOEXEC) = 10
lseek(10, 0, SEEK_END)                  = 298381
mmap(NULL, 298381, PROT_READ, MAP_PRIVATE, 10, 0) = 0x7f17a14f9000
close(10)                               = 0
mprotect(0x7f17a1529000, 43336, PROT_READ|PROT_WRITE) = 0
newfstatat(AT_FDCWD, "/gnu/store/8398knrnrzakbrmqiq4r928pcpn18065-guix-module-union/share/guile/site/3.0/srfi/srfi-16.scm", 0x7fff5ca6dec0, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/share/guile/3.0/srfi/srfi-16.scm", {st_mode=S_IFREG|0444, st_size=1883, ...}, 0) = 0
newfstatat(AT_FDCWD, "/gnu/store/8398knrnrzakbrmqiq4r928pcpn18065-guix-module-union/lib/guile/3.0/site-ccache/srfi/srfi-16.go", 0x7fff5ca6dc40, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/lib/guile/3.0/ccache/srfi/srfi-16.go", {st_mode=S_IFREG|0444, st_size=68085, ...}, 0) = 0
openat(AT_FDCWD, "/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/lib/guile/3.0/ccache/srfi/srfi-16.go", O_RDONLY|O_CLOEXEC) = 10
lseek(10, 0, SEEK_END)                  = 68085
mmap(NULL, 68085, PROT_READ, MAP_PRIVATE, 10, 0) = 0x7f17a14e8000
close(10)                               = 0
mprotect(0x7f17a14f8000, 528, PROT_READ|PROT_WRITE) = 0
mmap(0x7f17a1be3000, 65536, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f17a14d8000
newfstatat(AT_FDCWD, "/gnu/store/8398knrnrzakbrmqiq4r928pcpn18065-guix-module-union/share/guile/site/3.0/ice-9/popen.scm", 0x7fff5ca6e540, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/share/guile/3.0/ice-9/popen.scm", {st_mode=S_IFREG|0444, st_size=9555, ...}, 0) = 0
newfstatat(AT_FDCWD, "/gnu/store/8398knrnrzakbrmqiq4r928pcpn18065-guix-module-union/lib/guile/3.0/site-ccache/ice-9/popen.go", 0x7fff5ca6e2c0, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/lib/guile/3.0/ccache/ice-9/popen.go", {st_mode=S_IFREG|0444, st_size=109229, ...}, 0) = 0
openat(AT_FDCWD, "/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/lib/guile/3.0/ccache/ice-9/popen.go", O_RDONLY|O_CLOEXEC) = 10
lseek(10, 0, SEEK_END)                  = 109229
mmap(NULL, 109229, PROT_READ, MAP_PRIVATE, 10, 0) = 0x7f17a14bd000
close(10)                               = 0
mprotect(0x7f17a14cd000, 28824, PROT_READ|PROT_WRITE) = 0
newfstatat(AT_FDCWD, "/gnu/store/8398knrnrzakbrmqiq4r928pcpn18065-guix-module-union/share/guile/site/3.0/web/uri.scm", 0x7fff5ca6e540, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/share/guile/3.0/web/uri.scm", {st_mode=S_IFREG|0444, st_size=18633, ...}, 0) = 0
newfstatat(AT_FDCWD, "/gnu/store/8398knrnrzakbrmqiq4r928pcpn18065-guix-module-union/lib/guile/3.0/site-ccache/web/uri.go", 0x7fff5ca6e2c0, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/lib/guile/3.0/ccache/web/uri.go", {st_mode=S_IFREG|0444, st_size=216053, ...}, 0) = 0
openat(AT_FDCWD, "/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/lib/guile/3.0/ccache/web/uri.go", O_RDONLY|O_CLOEXEC) = 10
lseek(10, 0, SEEK_END)                  = 216053
mmap(NULL, 216053, PROT_READ, MAP_PRIVATE, 10, 0) = 0x7f17a1488000
close(10)                               = 0
mprotect(0x7f17a14a8000, 54536, PROT_READ|PROT_WRITE) = 0
newfstatat(AT_FDCWD, "/gnu/store/8398knrnrzakbrmqiq4r928pcpn18065-guix-module-union/share/guile/site/3.0/gnutls.scm", {st_mode=S_IFREG|0444, st_size=25936, ...}, 0) = 0
newfstatat(AT_FDCWD, "/gnu/store/8398knrnrzakbrmqiq4r928pcpn18065-guix-module-union/lib/guile/3.0/site-ccache/gnutls.go", {st_mode=S_IFREG|0444, st_size=207493, ...}, 0) = 0
openat(AT_FDCWD, "/gnu/store/8398knrnrzakbrmqiq4r928pcpn18065-guix-module-union/lib/guile/3.0/site-ccache/gnutls.go", O_RDONLY|O_CLOEXEC) = 10
lseek(10, 0, SEEK_END)                  = 207493
mmap(NULL, 207493, PROT_READ, MAP_PRIVATE, 10, 0) = 0x7f17a1455000
close(10)                               = 0
mprotect(0x7f17a1475000, 60208, PROT_READ|PROT_WRITE) = 0
newfstatat(AT_FDCWD, "/gnu/store/2522cw2xind8847m3045lh14rrpj2sjz-guile-gnutls-3.7.12/lib/guile/3.0/extensions/guile-gnutls-v-2.so", {st_mode=S_IFREG|0555, st_size=192456, ...}, 0) = 0
openat(AT_FDCWD, "/gnu/store/2522cw2xind8847m3045lh14rrpj2sjz-guile-gnutls-3.7.12/lib/guile/3.0/extensions/guile-gnutls-v-2.so", O_RDONLY|O_CLOEXEC) = 10
read(10, "\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\0\0"..., 832) = 832
pread64(10, "\4\0\0\0 \0\0\0\5\0\0\0GNU\0\1\0\1\300\4\0\0\0\1\0\0\0\0\0\0\0"..., 48, 181320) = 48
newfstatat(10, "", {st_mode=S_IFREG|0555, st_size=192456, ...}, AT_EMPTY_PATH) = 0
mmap(NULL, 194880, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 10, 0) = 0x7f17a1425000
mmap(0x7f17a1431000, 102400, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 10, 0xc000) = 0x7f17a1431000
mmap(0x7f17a144a000, 32768, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 10, 0x25000) = 0x7f17a144a000
mmap(0x7f17a1452000, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 10, 0x2c000) = 0x7f17a1452000
close(10)                               = 0
openat(AT_FDCWD, "/gnu/store/rny8db4j8r49894banx8hp2hw3l1iawk-gnutls-3.7.7/lib/glibc-hwcaps/x86-64-v2/libgnutls.so.30", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/rny8db4j8r49894banx8hp2hw3l1iawk-gnutls-3.7.7/lib/glibc-hwcaps/x86-64-v2", 0x7fff5ca6cfc0, 0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/gnu/store/rny8db4j8r49894banx8hp2hw3l1iawk-gnutls-3.7.7/lib/tls/x86_64/x86_64/libgnutls.so.30", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/rny8db4j8r49894banx8hp2hw3l1iawk-gnutls-3.7.7/lib/tls/x86_64/x86_64", 0x7fff5ca6cfc0, 0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/gnu/store/rny8db4j8r49894banx8hp2hw3l1iawk-gnutls-3.7.7/lib/tls/x86_64/libgnutls.so.30", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/rny8db4j8r49894banx8hp2hw3l1iawk-gnutls-3.7.7/lib/tls/x86_64", 0x7fff5ca6cfc0, 0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/gnu/store/rny8db4j8r49894banx8hp2hw3l1iawk-gnutls-3.7.7/lib/tls/x86_64/libgnutls.so.30", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/rny8db4j8r49894banx8hp2hw3l1iawk-gnutls-3.7.7/lib/tls/x86_64", 0x7fff5ca6cfc0, 0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/gnu/store/rny8db4j8r49894banx8hp2hw3l1iawk-gnutls-3.7.7/lib/tls/libgnutls.so.30", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/rny8db4j8r49894banx8hp2hw3l1iawk-gnutls-3.7.7/lib/tls", 0x7fff5ca6cfc0, 0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/gnu/store/rny8db4j8r49894banx8hp2hw3l1iawk-gnutls-3.7.7/lib/x86_64/x86_64/libgnutls.so.30", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/rny8db4j8r49894banx8hp2hw3l1iawk-gnutls-3.7.7/lib/x86_64/x86_64", 0x7fff5ca6cfc0, 0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/gnu/store/rny8db4j8r49894banx8hp2hw3l1iawk-gnutls-3.7.7/lib/x86_64/libgnutls.so.30", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/rny8db4j8r49894banx8hp2hw3l1iawk-gnutls-3.7.7/lib/x86_64", 0x7fff5ca6cfc0, 0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/gnu/store/rny8db4j8r49894banx8hp2hw3l1iawk-gnutls-3.7.7/lib/x86_64/libgnutls.so.30", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/rny8db4j8r49894banx8hp2hw3l1iawk-gnutls-3.7.7/lib/x86_64", 0x7fff5ca6cfc0, 0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/gnu/store/rny8db4j8r49894banx8hp2hw3l1iawk-gnutls-3.7.7/lib/libgnutls.so.30", O_RDONLY|O_CLOEXEC) = 10
read(10, "\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\0\0"..., 832) = 832
pread64(10, "\4\0\0\0 \0\0\0\5\0\0\0GNU\0\1\0\1\300\4\0\0\0\233\0\0\0\0\0\0\0"..., 48, 2042400) = 48
newfstatat(10, "", {st_mode=S_IFREG|0555, st_size=2122984, ...}, AT_EMPTY_PATH) = 0
mmap(NULL, 2135992, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 10, 0) = 0x7f17a1200000
mmap(0x7f17a1239000, 1179648, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 10, 0x39000) = 0x7f17a1239000
mmap(0x7f17a1359000, 630784, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 10, 0x159000) = 0x7f17a1359000
mmap(0x7f17a13f3000, 81920, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 10, 0x1f2000) = 0x7f17a13f3000
mmap(0x7f17a1407000, 10168, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f17a1407000
close(10)                               = 0
openat(AT_FDCWD, "/gnu/store/rny8db4j8r49894banx8hp2hw3l1iawk-gnutls-3.7.7/lib/libz.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/gnu/store/08zgikx1n5zgslhr57i92q17az79m037-p11-kit-0.24.1/lib/glibc-hwcaps/x86-64-v2/libz.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/08zgikx1n5zgslhr57i92q17az79m037-p11-kit-0.24.1/lib/glibc-hwcaps/x86-64-v2", 0x7fff5ca6cfa0, 0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/gnu/store/08zgikx1n5zgslhr57i92q17az79m037-p11-kit-0.24.1/lib/tls/x86_64/x86_64/libz.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/08zgikx1n5zgslhr57i92q17az79m037-p11-kit-0.24.1/lib/tls/x86_64/x86_64", 0x7fff5ca6cfa0, 0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/gnu/store/08zgikx1n5zgslhr57i92q17az79m037-p11-kit-0.24.1/lib/tls/x86_64/libz.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/08zgikx1n5zgslhr57i92q17az79m037-p11-kit-0.24.1/lib/tls/x86_64", 0x7fff5ca6cfa0, 0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/gnu/store/08zgikx1n5zgslhr57i92q17az79m037-p11-kit-0.24.1/lib/tls/x86_64/libz.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/08zgikx1n5zgslhr57i92q17az79m037-p11-kit-0.24.1/lib/tls/x86_64", 0x7fff5ca6cfa0, 0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/gnu/store/08zgikx1n5zgslhr57i92q17az79m037-p11-kit-0.24.1/lib/tls/libz.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/08zgikx1n5zgslhr57i92q17az79m037-p11-kit-0.24.1/lib/tls", 0x7fff5ca6cfa0, 0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/gnu/store/08zgikx1n5zgslhr57i92q17az79m037-p11-kit-0.24.1/lib/x86_64/x86_64/libz.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/08zgikx1n5zgslhr57i92q17az79m037-p11-kit-0.24.1/lib/x86_64/x86_64", 0x7fff5ca6cfa0, 0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/gnu/store/08zgikx1n5zgslhr57i92q17az79m037-p11-kit-0.24.1/lib/x86_64/libz.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/08zgikx1n5zgslhr57i92q17az79m037-p11-kit-0.24.1/lib/x86_64", 0x7fff5ca6cfa0, 0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/gnu/store/08zgikx1n5zgslhr57i92q17az79m037-p11-kit-0.24.1/lib/x86_64/libz.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/08zgikx1n5zgslhr57i92q17az79m037-p11-kit-0.24.1/lib/x86_64", 0x7fff5ca6cfa0, 0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/gnu/store/08zgikx1n5zgslhr57i92q17az79m037-p11-kit-0.24.1/lib/libz.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/08zgikx1n5zgslhr57i92q17az79m037-p11-kit-0.24.1/lib", {st_mode=S_IFDIR|0555, st_size=4096, ...}, 0) = 0
openat(AT_FDCWD, "/gnu/store/0h1hp12lsnl1v4plf511cr105hh3j7qd-libidn2-2.3.4/lib/glibc-hwcaps/x86-64-v2/libz.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/0h1hp12lsnl1v4plf511cr105hh3j7qd-libidn2-2.3.4/lib/glibc-hwcaps/x86-64-v2", 0x7fff5ca6cfa0, 0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/gnu/store/0h1hp12lsnl1v4plf511cr105hh3j7qd-libidn2-2.3.4/lib/tls/x86_64/x86_64/libz.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/0h1hp12lsnl1v4plf511cr105hh3j7qd-libidn2-2.3.4/lib/tls/x86_64/x86_64", 0x7fff5ca6cfa0, 0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/gnu/store/0h1hp12lsnl1v4plf511cr105hh3j7qd-libidn2-2.3.4/lib/tls/x86_64/libz.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/0h1hp12lsnl1v4plf511cr105hh3j7qd-libidn2-2.3.4/lib/tls/x86_64", 0x7fff5ca6cfa0, 0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/gnu/store/0h1hp12lsnl1v4plf511cr105hh3j7qd-libidn2-2.3.4/lib/tls/x86_64/libz.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/0h1hp12lsnl1v4plf511cr105hh3j7qd-libidn2-2.3.4/lib/tls/x86_64", 0x7fff5ca6cfa0, 0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/gnu/store/0h1hp12lsnl1v4plf511cr105hh3j7qd-libidn2-2.3.4/lib/tls/libz.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/0h1hp12lsnl1v4plf511cr105hh3j7qd-libidn2-2.3.4/lib/tls", 0x7fff5ca6cfa0, 0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/gnu/store/0h1hp12lsnl1v4plf511cr105hh3j7qd-libidn2-2.3.4/lib/x86_64/x86_64/libz.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/0h1hp12lsnl1v4plf511cr105hh3j7qd-libidn2-2.3.4/lib/x86_64/x86_64", 0x7fff5ca6cfa0, 0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/gnu/store/0h1hp12lsnl1v4plf511cr105hh3j7qd-libidn2-2.3.4/lib/x86_64/libz.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/0h1hp12lsnl1v4plf511cr105hh3j7qd-libidn2-2.3.4/lib/x86_64", 0x7fff5ca6cfa0, 0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/gnu/store/0h1hp12lsnl1v4plf511cr105hh3j7qd-libidn2-2.3.4/lib/x86_64/libz.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/0h1hp12lsnl1v4plf511cr105hh3j7qd-libidn2-2.3.4/lib/x86_64", 0x7fff5ca6cfa0, 0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/gnu/store/0h1hp12lsnl1v4plf511cr105hh3j7qd-libidn2-2.3.4/lib/libz.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/0h1hp12lsnl1v4plf511cr105hh3j7qd-libidn2-2.3.4/lib", {st_mode=S_IFDIR|0555, st_size=4096, ...}, 0) = 0
openat(AT_FDCWD, "/gnu/store/kml4pchy4g4galiv6s2sxrc6arlnw14y-libtasn1-4.19.0/lib/glibc-hwcaps/x86-64-v2/libz.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/kml4pchy4g4galiv6s2sxrc6arlnw14y-libtasn1-4.19.0/lib/glibc-hwcaps/x86-64-v2", 0x7fff5ca6cfa0, 0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/gnu/store/kml4pchy4g4galiv6s2sxrc6arlnw14y-libtasn1-4.19.0/lib/tls/x86_64/x86_64/libz.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/kml4pchy4g4galiv6s2sxrc6arlnw14y-libtasn1-4.19.0/lib/tls/x86_64/x86_64", 0x7fff5ca6cfa0, 0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/gnu/store/kml4pchy4g4galiv6s2sxrc6arlnw14y-libtasn1-4.19.0/lib/tls/x86_64/libz.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/kml4pchy4g4galiv6s2sxrc6arlnw14y-libtasn1-4.19.0/lib/tls/x86_64", 0x7fff5ca6cfa0, 0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/gnu/store/kml4pchy4g4galiv6s2sxrc6arlnw14y-libtasn1-4.19.0/lib/tls/x86_64/libz.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/kml4pchy4g4galiv6s2sxrc6arlnw14y-libtasn1-4.19.0/lib/tls/x86_64", 0x7fff5ca6cfa0, 0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/gnu/store/kml4pchy4g4galiv6s2sxrc6arlnw14y-libtasn1-4.19.0/lib/tls/libz.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/kml4pchy4g4galiv6s2sxrc6arlnw14y-libtasn1-4.19.0/lib/tls", 0x7fff5ca6cfa0, 0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/gnu/store/kml4pchy4g4galiv6s2sxrc6arlnw14y-libtasn1-4.19.0/lib/x86_64/x86_64/libz.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/kml4pchy4g4galiv6s2sxrc6arlnw14y-libtasn1-4.19.0/lib/x86_64/x86_64", 0x7fff5ca6cfa0, 0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/gnu/store/kml4pchy4g4galiv6s2sxrc6arlnw14y-libtasn1-4.19.0/lib/x86_64/libz.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/kml4pchy4g4galiv6s2sxrc6arlnw14y-libtasn1-4.19.0/lib/x86_64", 0x7fff5ca6cfa0, 0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/gnu/store/kml4pchy4g4galiv6s2sxrc6arlnw14y-libtasn1-4.19.0/lib/x86_64/libz.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/kml4pchy4g4galiv6s2sxrc6arlnw14y-libtasn1-4.19.0/lib/x86_64", 0x7fff5ca6cfa0, 0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/gnu/store/kml4pchy4g4galiv6s2sxrc6arlnw14y-libtasn1-4.19.0/lib/libz.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/kml4pchy4g4galiv6s2sxrc6arlnw14y-libtasn1-4.19.0/lib", {st_mode=S_IFDIR|0555, st_size=4096, ...}, 0) = 0
openat(AT_FDCWD, "/gnu/store/ybadavwz1z9kmxanqy3siw38lnkwnkrp-gmp-6.2.1/lib/glibc-hwcaps/x86-64-v2/libz.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/ybadavwz1z9kmxanqy3siw38lnkwnkrp-gmp-6.2.1/lib/glibc-hwcaps/x86-64-v2", 0x7fff5ca6cfa0, 0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/gnu/store/ybadavwz1z9kmxanqy3siw38lnkwnkrp-gmp-6.2.1/lib/tls/x86_64/x86_64/libz.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/ybadavwz1z9kmxanqy3siw38lnkwnkrp-gmp-6.2.1/lib/tls/x86_64/x86_64", 0x7fff5ca6cfa0, 0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/gnu/store/ybadavwz1z9kmxanqy3siw38lnkwnkrp-gmp-6.2.1/lib/tls/x86_64/libz.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/ybadavwz1z9kmxanqy3siw38lnkwnkrp-gmp-6.2.1/lib/tls/x86_64", 0x7fff5ca6cfa0, 0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/gnu/store/ybadavwz1z9kmxanqy3siw38lnkwnkrp-gmp-6.2.1/lib/tls/x86_64/libz.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/ybadavwz1z9kmxanqy3siw38lnkwnkrp-gmp-6.2.1/lib/tls/x86_64", 0x7fff5ca6cfa0, 0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/gnu/store/ybadavwz1z9kmxanqy3siw38lnkwnkrp-gmp-6.2.1/lib/tls/libz.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/ybadavwz1z9kmxanqy3siw38lnkwnkrp-gmp-6.2.1/lib/tls", 0x7fff5ca6cfa0, 0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/gnu/store/ybadavwz1z9kmxanqy3siw38lnkwnkrp-gmp-6.2.1/lib/x86_64/x86_64/libz.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/ybadavwz1z9kmxanqy3siw38lnkwnkrp-gmp-6.2.1/lib/x86_64/x86_64", 0x7fff5ca6cfa0, 0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/gnu/store/ybadavwz1z9kmxanqy3siw38lnkwnkrp-gmp-6.2.1/lib/x86_64/libz.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/ybadavwz1z9kmxanqy3siw38lnkwnkrp-gmp-6.2.1/lib/x86_64", 0x7fff5ca6cfa0, 0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/gnu/store/ybadavwz1z9kmxanqy3siw38lnkwnkrp-gmp-6.2.1/lib/x86_64/libz.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/ybadavwz1z9kmxanqy3siw38lnkwnkrp-gmp-6.2.1/lib/x86_64", 0x7fff5ca6cfa0, 0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/gnu/store/ybadavwz1z9kmxanqy3siw38lnkwnkrp-gmp-6.2.1/lib/libz.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/ybadavwz1z9kmxanqy3siw38lnkwnkrp-gmp-6.2.1/lib", {st_mode=S_IFDIR|0555, st_size=4096, ...}, 0) = 0
openat(AT_FDCWD, "/gnu/store/sg2csvgqqc8r6519pyaqk6c4l1plh40f-guile-3.0.9/lib/glibc-hwcaps/x86-64-v2/libz.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/sg2csvgqqc8r6519pyaqk6c4l1plh40f-guile-3.0.9/lib/glibc-hwcaps/x86-64-v2", 0x7fff5ca6cfa0, 0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/gnu/store/sg2csvgqqc8r6519pyaqk6c4l1plh40f-guile-3.0.9/lib/tls/x86_64/x86_64/libz.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/sg2csvgqqc8r6519pyaqk6c4l1plh40f-guile-3.0.9/lib/tls/x86_64/x86_64", 0x7fff5ca6cfa0, 0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/gnu/store/sg2csvgqqc8r6519pyaqk6c4l1plh40f-guile-3.0.9/lib/tls/x86_64/libz.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/sg2csvgqqc8r6519pyaqk6c4l1plh40f-guile-3.0.9/lib/tls/x86_64", 0x7fff5ca6cfa0, 0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/gnu/store/sg2csvgqqc8r6519pyaqk6c4l1plh40f-guile-3.0.9/lib/tls/x86_64/libz.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/sg2csvgqqc8r6519pyaqk6c4l1plh40f-guile-3.0.9/lib/tls/x86_64", 0x7fff5ca6cfa0, 0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/gnu/store/sg2csvgqqc8r6519pyaqk6c4l1plh40f-guile-3.0.9/lib/tls/libz.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/sg2csvgqqc8r6519pyaqk6c4l1plh40f-guile-3.0.9/lib/tls", 0x7fff5ca6cfa0, 0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/gnu/store/sg2csvgqqc8r6519pyaqk6c4l1plh40f-guile-3.0.9/lib/x86_64/x86_64/libz.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/sg2csvgqqc8r6519pyaqk6c4l1plh40f-guile-3.0.9/lib/x86_64/x86_64", 0x7fff5ca6cfa0, 0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/gnu/store/sg2csvgqqc8r6519pyaqk6c4l1plh40f-guile-3.0.9/lib/x86_64/libz.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/sg2csvgqqc8r6519pyaqk6c4l1plh40f-guile-3.0.9/lib/x86_64", 0x7fff5ca6cfa0, 0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/gnu/store/sg2csvgqqc8r6519pyaqk6c4l1plh40f-guile-3.0.9/lib/x86_64/libz.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/sg2csvgqqc8r6519pyaqk6c4l1plh40f-guile-3.0.9/lib/x86_64", 0x7fff5ca6cfa0, 0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/gnu/store/sg2csvgqqc8r6519pyaqk6c4l1plh40f-guile-3.0.9/lib/libz.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/sg2csvgqqc8r6519pyaqk6c4l1plh40f-guile-3.0.9/lib", {st_mode=S_IFDIR|0555, st_size=4096, ...}, 0) = 0
openat(AT_FDCWD, "/gnu/store/p24rj3qaz848cb58a2qb9502wqx9942j-libffi-3.4.4/lib/libz.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/gnu/store/xsf3g0xnfwmmsk6pfn3qxvrqcyhcip7d-libunistring-1.0/lib/libz.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/gnu/store/xl1jx7pa8vwmmr225dxzb49f4lpg98h4-libgc-8.2.2/lib/libz.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/gnu/store/ln6hxqjvz6m9gdd9s97pivlqck7hzs99-glibc-2.35/lib/libz.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/gnu/store/6ncav55lbk5kqvwwflrzcr41hp5jbq0c-gcc-11.3.0-lib/lib/libz.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/gnu/store/m08sjqb78kbidvabnk4f7kb26zp27hp9-zlib-1.2.13/lib/glibc-hwcaps/x86-64-v2/libz.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/m08sjqb78kbidvabnk4f7kb26zp27hp9-zlib-1.2.13/lib/glibc-hwcaps/x86-64-v2", 0x7fff5ca6cfa0, 0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/gnu/store/m08sjqb78kbidvabnk4f7kb26zp27hp9-zlib-1.2.13/lib/tls/x86_64/x86_64/libz.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/m08sjqb78kbidvabnk4f7kb26zp27hp9-zlib-1.2.13/lib/tls/x86_64/x86_64", 0x7fff5ca6cfa0, 0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/gnu/store/m08sjqb78kbidvabnk4f7kb26zp27hp9-zlib-1.2.13/lib/tls/x86_64/libz.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/m08sjqb78kbidvabnk4f7kb26zp27hp9-zlib-1.2.13/lib/tls/x86_64", 0x7fff5ca6cfa0, 0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/gnu/store/m08sjqb78kbidvabnk4f7kb26zp27hp9-zlib-1.2.13/lib/tls/x86_64/libz.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/m08sjqb78kbidvabnk4f7kb26zp27hp9-zlib-1.2.13/lib/tls/x86_64", 0x7fff5ca6cfa0, 0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/gnu/store/m08sjqb78kbidvabnk4f7kb26zp27hp9-zlib-1.2.13/lib/tls/libz.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/m08sjqb78kbidvabnk4f7kb26zp27hp9-zlib-1.2.13/lib/tls", 0x7fff5ca6cfa0, 0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/gnu/store/m08sjqb78kbidvabnk4f7kb26zp27hp9-zlib-1.2.13/lib/x86_64/x86_64/libz.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/m08sjqb78kbidvabnk4f7kb26zp27hp9-zlib-1.2.13/lib/x86_64/x86_64", 0x7fff5ca6cfa0, 0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/gnu/store/m08sjqb78kbidvabnk4f7kb26zp27hp9-zlib-1.2.13/lib/x86_64/libz.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/m08sjqb78kbidvabnk4f7kb26zp27hp9-zlib-1.2.13/lib/x86_64", 0x7fff5ca6cfa0, 0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/gnu/store/m08sjqb78kbidvabnk4f7kb26zp27hp9-zlib-1.2.13/lib/x86_64/libz.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/m08sjqb78kbidvabnk4f7kb26zp27hp9-zlib-1.2.13/lib/x86_64", 0x7fff5ca6cfa0, 0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/gnu/store/m08sjqb78kbidvabnk4f7kb26zp27hp9-zlib-1.2.13/lib/libz.so.1", O_RDONLY|O_CLOEXEC) = 10
read(10, "\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\0\0"..., 832) = 832
pread64(10, "\4\0\0\0 \0\0\0\5\0\0\0GNU\0\1\0\1\300\4\0\0\0\t\0\0\0\0\0\0\0"..., 48, 111832) = 48
newfstatat(10, "", {st_mode=S_IFREG|0555, st_size=117216, ...}, AT_EMPTY_PATH) = 0
mmap(NULL, 119192, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 10, 0) = 0x7f17a11e2000
mmap(0x7f17a11e5000, 73728, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 10, 0x3000) = 0x7f17a11e5000
mmap(0x7f17a11f7000, 28672, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 10, 0x15000) = 0x7f17a11f7000
mmap(0x7f17a11fe000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 10, 0x1b000) = 0x7f17a11fe000
close(10)                               = 0
openat(AT_FDCWD, "/gnu/store/rny8db4j8r49894banx8hp2hw3l1iawk-gnutls-3.7.7/lib/libp11-kit.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/gnu/store/08zgikx1n5zgslhr57i92q17az79m037-p11-kit-0.24.1/lib/libp11-kit.so.0", O_RDONLY|O_CLOEXEC) = 10
read(10, "\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\0\0"..., 832) = 832
pread64(10, "\4\0\0\0 \0\0\0\5\0\0\0GNU\0\1\0\1\300\4\0\0\0\t\0\0\0\0\0\0\0"..., 48, 1168872) = 48
newfstatat(10, "", {st_mode=S_IFREG|0555, st_size=1254368, ...}, AT_EMPTY_PATH) = 0
mmap(NULL, 1257800, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 10, 0) = 0x7f17a10ae000
mprotect(0x7f17a10da000, 995328, PROT_NONE) = 0
mmap(0x7f17a10da000, 614400, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 10, 0x2c000) = 0x7f17a10da000
mmap(0x7f17a1170000, 376832, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 10, 0xc2000) = 0x7f17a1170000
mmap(0x7f17a11cd000, 81920, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 10, 0x11e000) = 0x7f17a11cd000
mmap(0x7f17a11e1000, 328, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f17a11e1000
close(10)                               = 0
openat(AT_FDCWD, "/gnu/store/rny8db4j8r49894banx8hp2hw3l1iawk-gnutls-3.7.7/lib/libidn2.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/gnu/store/08zgikx1n5zgslhr57i92q17az79m037-p11-kit-0.24.1/lib/libidn2.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/gnu/store/0h1hp12lsnl1v4plf511cr105hh3j7qd-libidn2-2.3.4/lib/libidn2.so.0", O_RDONLY|O_CLOEXEC) = 10
read(10, "\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\0\0"..., 832) = 832
pread64(10, "\4\0\0\0 \0\0\0\5\0\0\0GNU\0\1\0\1\300\4\0\0\0\1\0\0\0\0\0\0\0"..., 48, 322320) = 48
newfstatat(10, "", {st_mode=S_IFREG|0555, st_size=330392, ...}, AT_EMPTY_PATH) = 0
mmap(NULL, 332376, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 10, 0) = 0x7f17a105c000
mmap(0x7f17a1060000, 32768, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 10, 0x4000) = 0x7f17a1060000
mmap(0x7f17a1068000, 274432, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 10, 0xc000) = 0x7f17a1068000
mmap(0x7f17a10ab000, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 10, 0x4e000) = 0x7f17a10ab000
close(10)                               = 0
openat(AT_FDCWD, "/gnu/store/rny8db4j8r49894banx8hp2hw3l1iawk-gnutls-3.7.7/lib/libtasn1.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/gnu/store/08zgikx1n5zgslhr57i92q17az79m037-p11-kit-0.24.1/lib/libtasn1.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/gnu/store/0h1hp12lsnl1v4plf511cr105hh3j7qd-libidn2-2.3.4/lib/libtasn1.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/gnu/store/kml4pchy4g4galiv6s2sxrc6arlnw14y-libtasn1-4.19.0/lib/libtasn1.so.6", O_RDONLY|O_CLOEXEC) = 10
read(10, "\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\0\0"..., 832) = 832
pread64(10, "\4\0\0\0 \0\0\0\5\0\0\0GNU\0\1\0\1\300\4\0\0\0\t\0\0\0\0\0\0\0"..., 48, 76096) = 48
newfstatat(10, "", {st_mode=S_IFREG|0555, st_size=84472, ...}, AT_EMPTY_PATH) = 0
mmap(NULL, 86984, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 10, 0) = 0x7f17a140f000
mprotect(0x7f17a1412000, 69632, PROT_NONE) = 0
mmap(0x7f17a1412000, 49152, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 10, 0x3000) = 0x7f17a1412000
mmap(0x7f17a141e000, 16384, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 10, 0xf000) = 0x7f17a141e000
mmap(0x7f17a1423000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 10, 0x13000) = 0x7f17a1423000
close(10)                               = 0
openat(AT_FDCWD, "/gnu/store/rny8db4j8r49894banx8hp2hw3l1iawk-gnutls-3.7.7/lib/libnettle.so.8", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/gnu/store/08zgikx1n5zgslhr57i92q17az79m037-p11-kit-0.24.1/lib/libnettle.so.8", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/gnu/store/0h1hp12lsnl1v4plf511cr105hh3j7qd-libidn2-2.3.4/lib/libnettle.so.8", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/gnu/store/kml4pchy4g4galiv6s2sxrc6arlnw14y-libtasn1-4.19.0/lib/libnettle.so.8", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/gnu/store/ybadavwz1z9kmxanqy3siw38lnkwnkrp-gmp-6.2.1/lib/libnettle.so.8", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/gnu/store/sg2csvgqqc8r6519pyaqk6c4l1plh40f-guile-3.0.9/lib/libnettle.so.8", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/gnu/store/p24rj3qaz848cb58a2qb9502wqx9942j-libffi-3.4.4/lib/libnettle.so.8", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/gnu/store/xsf3g0xnfwmmsk6pfn3qxvrqcyhcip7d-libunistring-1.0/lib/libnettle.so.8", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/gnu/store/xl1jx7pa8vwmmr225dxzb49f4lpg98h4-libgc-8.2.2/lib/libnettle.so.8", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/gnu/store/ln6hxqjvz6m9gdd9s97pivlqck7hzs99-glibc-2.35/lib/libnettle.so.8", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/gnu/store/6ncav55lbk5kqvwwflrzcr41hp5jbq0c-gcc-11.3.0-lib/lib/libnettle.so.8", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/gnu/store/m08sjqb78kbidvabnk4f7kb26zp27hp9-zlib-1.2.13/lib/libnettle.so.8", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/gnu/store/lp079812ph1nnc7arqg041y8k3m8ns9n-nettle-3.8.1/lib/glibc-hwcaps/x86-64-v2/libnettle.so.8", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/lp079812ph1nnc7arqg041y8k3m8ns9n-nettle-3.8.1/lib/glibc-hwcaps/x86-64-v2", 0x7fff5ca6cf20, 0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/gnu/store/lp079812ph1nnc7arqg041y8k3m8ns9n-nettle-3.8.1/lib/tls/x86_64/x86_64/libnettle.so.8", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/lp079812ph1nnc7arqg041y8k3m8ns9n-nettle-3.8.1/lib/tls/x86_64/x86_64", 0x7fff5ca6cf20, 0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/gnu/store/lp079812ph1nnc7arqg041y8k3m8ns9n-nettle-3.8.1/lib/tls/x86_64/libnettle.so.8", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/lp079812ph1nnc7arqg041y8k3m8ns9n-nettle-3.8.1/lib/tls/x86_64", 0x7fff5ca6cf20, 0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/gnu/store/lp079812ph1nnc7arqg041y8k3m8ns9n-nettle-3.8.1/lib/tls/x86_64/libnettle.so.8", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/lp079812ph1nnc7arqg041y8k3m8ns9n-nettle-3.8.1/lib/tls/x86_64", 0x7fff5ca6cf20, 0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/gnu/store/lp079812ph1nnc7arqg041y8k3m8ns9n-nettle-3.8.1/lib/tls/libnettle.so.8", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/lp079812ph1nnc7arqg041y8k3m8ns9n-nettle-3.8.1/lib/tls", 0x7fff5ca6cf20, 0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/gnu/store/lp079812ph1nnc7arqg041y8k3m8ns9n-nettle-3.8.1/lib/x86_64/x86_64/libnettle.so.8", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/lp079812ph1nnc7arqg041y8k3m8ns9n-nettle-3.8.1/lib/x86_64/x86_64", 0x7fff5ca6cf20, 0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/gnu/store/lp079812ph1nnc7arqg041y8k3m8ns9n-nettle-3.8.1/lib/x86_64/libnettle.so.8", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/lp079812ph1nnc7arqg041y8k3m8ns9n-nettle-3.8.1/lib/x86_64", 0x7fff5ca6cf20, 0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/gnu/store/lp079812ph1nnc7arqg041y8k3m8ns9n-nettle-3.8.1/lib/x86_64/libnettle.so.8", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/lp079812ph1nnc7arqg041y8k3m8ns9n-nettle-3.8.1/lib/x86_64", 0x7fff5ca6cf20, 0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/gnu/store/lp079812ph1nnc7arqg041y8k3m8ns9n-nettle-3.8.1/lib/libnettle.so.8", O_RDONLY|O_CLOEXEC) = 10
read(10, "\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\0\0"..., 832) = 832
pread64(10, "\4\0\0\0 \0\0\0\5\0\0\0GNU\0\1\0\1\300\4\0\0\0\t\0\0\0\0\0\0\0"..., 48, 301408) = 48
newfstatat(10, "", {st_mode=S_IFREG|0444, st_size=315232, ...}, AT_EMPTY_PATH) = 0
mmap(NULL, 317096, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 10, 0) = 0x7f17a100e000
mprotect(0x7f17a101c000, 249856, PROT_NONE) = 0
mmap(0x7f17a101c000, 151552, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 10, 0xe000) = 0x7f17a101c000
mmap(0x7f17a1041000, 94208, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 10, 0x33000) = 0x7f17a1041000
mmap(0x7f17a1059000, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 10, 0x4a000) = 0x7f17a1059000
close(10)                               = 0
openat(AT_FDCWD, "/gnu/store/rny8db4j8r49894banx8hp2hw3l1iawk-gnutls-3.7.7/lib/libhogweed.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/gnu/store/08zgikx1n5zgslhr57i92q17az79m037-p11-kit-0.24.1/lib/libhogweed.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/gnu/store/0h1hp12lsnl1v4plf511cr105hh3j7qd-libidn2-2.3.4/lib/libhogweed.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/gnu/store/kml4pchy4g4galiv6s2sxrc6arlnw14y-libtasn1-4.19.0/lib/libhogweed.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/gnu/store/ybadavwz1z9kmxanqy3siw38lnkwnkrp-gmp-6.2.1/lib/libhogweed.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/gnu/store/sg2csvgqqc8r6519pyaqk6c4l1plh40f-guile-3.0.9/lib/libhogweed.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/gnu/store/p24rj3qaz848cb58a2qb9502wqx9942j-libffi-3.4.4/lib/libhogweed.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/gnu/store/xsf3g0xnfwmmsk6pfn3qxvrqcyhcip7d-libunistring-1.0/lib/libhogweed.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/gnu/store/xl1jx7pa8vwmmr225dxzb49f4lpg98h4-libgc-8.2.2/lib/libhogweed.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/gnu/store/ln6hxqjvz6m9gdd9s97pivlqck7hzs99-glibc-2.35/lib/libhogweed.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/gnu/store/6ncav55lbk5kqvwwflrzcr41hp5jbq0c-gcc-11.3.0-lib/lib/libhogweed.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/gnu/store/m08sjqb78kbidvabnk4f7kb26zp27hp9-zlib-1.2.13/lib/libhogweed.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/gnu/store/lp079812ph1nnc7arqg041y8k3m8ns9n-nettle-3.8.1/lib/libhogweed.so.6", O_RDONLY|O_CLOEXEC) = 10
read(10, "\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\0\0"..., 832) = 832
pread64(10, "\4\0\0\0 \0\0\0\5\0\0\0GNU\0\1\0\1\300\4\0\0\0\t\0\0\0\0\0\0\0"..., 48, 289504) = 48
newfstatat(10, "", {st_mode=S_IFREG|0444, st_size=299064, ...}, AT_EMPTY_PATH) = 0
mmap(NULL, 300928, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 10, 0) = 0x7f17a0fc4000
mprotect(0x7f17a0fce000, 253952, PROT_NONE) = 0
mmap(0x7f17a0fce000, 77824, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 10, 0xa000) = 0x7f17a0fce000
mmap(0x7f17a0fe1000, 172032, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 10, 0x1d000) = 0x7f17a0fe1000
mmap(0x7f17a100c000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 10, 0x47000) = 0x7f17a100c000
close(10)                               = 0
openat(AT_FDCWD, "/gnu/store/rny8db4j8r49894banx8hp2hw3l1iawk-gnutls-3.7.7/lib/libgmp.so.10", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/gnu/store/08zgikx1n5zgslhr57i92q17az79m037-p11-kit-0.24.1/lib/libgmp.so.10", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/gnu/store/0h1hp12lsnl1v4plf511cr105hh3j7qd-libidn2-2.3.4/lib/libgmp.so.10", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/gnu/store/kml4pchy4g4galiv6s2sxrc6arlnw14y-libtasn1-4.19.0/lib/libgmp.so.10", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/gnu/store/ybadavwz1z9kmxanqy3siw38lnkwnkrp-gmp-6.2.1/lib/libgmp.so.10", O_RDONLY|O_CLOEXEC) = 10
read(10, "\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\0\0"..., 832) = 832
pread64(10, "\4\0\0\0 \0\0\0\5\0\0\0GNU\0\1\0\1\300\4\0\0\0\r\0\0\0\0\0\0\0"..., 48, 633400) = 48
newfstatat(10, "", {st_mode=S_IFREG|0555, st_size=644160, ...}, AT_EMPTY_PATH) = 0
mmap(NULL, 646184, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 10, 0) = 0x7f17a0f26000
mprotect(0x7f17a0f38000, 565248, PROT_NONE) = 0
mmap(0x7f17a0f38000, 466944, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 10, 0x12000) = 0x7f17a0f38000
mmap(0x7f17a0faa000, 94208, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 10, 0x84000) = 0x7f17a0faa000
mmap(0x7f17a0fc2000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 10, 0x9b000) = 0x7f17a0fc2000
close(10)                               = 0
mprotect(0x7f17a0fc2000, 4096, PROT_READ) = 0
mprotect(0x7f17a1059000, 8192, PROT_READ) = 0
mprotect(0x7f17a100c000, 4096, PROT_READ) = 0
mprotect(0x7f17a1423000, 4096, PROT_READ) = 0
mprotect(0x7f17a10ab000, 8192, PROT_READ) = 0
mprotect(0x7f17a11cd000, 40960, PROT_READ) = 0
mprotect(0x7f17a11fe000, 4096, PROT_READ) = 0
mprotect(0x7f17a13f3000, 65536, PROT_READ) = 0
mprotect(0x7f17a1452000, 8192, PROT_READ) = 0
brk(0x1fa9000)                          = 0x1fa9000
getrandom("\xf5", 1, GRND_NONBLOCK)     = 1
newfstatat(AT_FDCWD, "/etc/gnutls/config", 0x7fff5ca6cd50, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/8398knrnrzakbrmqiq4r928pcpn18065-guix-module-union/share/guile/site/3.0/system/vm/program.scm", 0x7fff5ca6e340, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/share/guile/3.0/system/vm/program.scm", {st_mode=S_IFREG|0444, st_size=11774, ...}, 0) = 0
newfstatat(AT_FDCWD, "/gnu/store/8398knrnrzakbrmqiq4r928pcpn18065-guix-module-union/lib/guile/3.0/site-ccache/system/vm/program.go", 0x7fff5ca6e0c0, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/lib/guile/3.0/ccache/system/vm/program.go", {st_mode=S_IFREG|0444, st_size=93781, ...}, 0) = 0
openat(AT_FDCWD, "/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/lib/guile/3.0/ccache/system/vm/program.go", O_RDONLY|O_CLOEXEC) = 10
lseek(10, 0, SEEK_END)                  = 93781
mmap(NULL, 93781, PROT_READ, MAP_PRIVATE, 10, 0) = 0x7f17a0f0f000
close(10)                               = 0
mprotect(0x7f17a0f1f000, 11064, PROT_READ|PROT_WRITE) = 0
newfstatat(AT_FDCWD, "/gnu/store/8398knrnrzakbrmqiq4r928pcpn18065-guix-module-union/share/guile/site/3.0/system/vm/debug.scm", 0x7fff5ca6e000, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/share/guile/3.0/system/vm/debug.scm", {st_mode=S_IFREG|0444, st_size=30767, ...}, 0) = 0
newfstatat(AT_FDCWD, "/gnu/store/8398knrnrzakbrmqiq4r928pcpn18065-guix-module-union/lib/guile/3.0/site-ccache/system/vm/debug.go", 0x7fff5ca6dd80, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/lib/guile/3.0/ccache/system/vm/debug.go", {st_mode=S_IFREG|0444, st_size=357445, ...}, 0) = 0
openat(AT_FDCWD, "/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/lib/guile/3.0/ccache/system/vm/debug.go", O_RDONLY|O_CLOEXEC) = 10
lseek(10, 0, SEEK_END)                  = 357445
mmap(NULL, 357445, PROT_READ, MAP_PRIVATE, 10, 0) = 0x7f17a0eb7000
close(10)                               = 0
mprotect(0x7f17a0ee7000, 99424, PROT_READ|PROT_WRITE) = 0
mmap(0x7f17a14e8000, 1318912, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f17a0d75000
newfstatat(AT_FDCWD, "/gnu/store/8398knrnrzakbrmqiq4r928pcpn18065-guix-module-union/share/guile/site/3.0/system/vm/elf.scm", 0x7fff5ca6dcc0, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/share/guile/3.0/system/vm/elf.scm", {st_mode=S_IFREG|0444, st_size=42900, ...}, 0) = 0
newfstatat(AT_FDCWD, "/gnu/store/8398knrnrzakbrmqiq4r928pcpn18065-guix-module-union/lib/guile/3.0/site-ccache/system/vm/elf.go", 0x7fff5ca6da40, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/lib/guile/3.0/ccache/system/vm/elf.go", {st_mode=S_IFREG|0444, st_size=716861, ...}, 0) = 0
openat(AT_FDCWD, "/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/lib/guile/3.0/ccache/system/vm/elf.go", O_RDONLY|O_CLOEXEC) = 10
lseek(10, 0, SEEK_END)                  = 716861
mmap(NULL, 716861, PROT_READ, MAP_PRIVATE, 10, 0) = 0x7f17a0cc5000
close(10)                               = 0
mprotect(0x7f17a0d25000, 230272, PROT_READ|PROT_WRITE) = 0
clock_gettime(CLOCK_PROCESS_CPUTIME_ID, {tv_sec=0, tv_nsec=85624919}) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
futex(0x7f17a405ebec, FUTEX_WAKE_PRIVATE, 2147483647) = 1
futex(0x7f17a405ec00, FUTEX_WAKE_PRIVATE, 1) = 1
madvise(0x7f17a1eab000, 8192, MADV_DONTNEED) = 0
futex(0x7f17a405ebe8, FUTEX_WAIT_BITSET_PRIVATE|FUTEX_CLOCK_REALTIME, 0, NULL, FUTEX_BITSET_MATCH_ANY) = -1 EAGAIN (Resource temporarily unavailable)
futex(0x7f17a405ec00, FUTEX_WAKE_PRIVATE, 1) = 0
futex(0x7f17a405ebec, FUTEX_WAIT_BITSET_PRIVATE|FUTEX_CLOCK_REALTIME, 0, NULL, FUTEX_BITSET_MATCH_ANY) = -1 EAGAIN (Resource temporarily unavailable)
futex(0x7f17a405ebe8, FUTEX_WAKE_PRIVATE, 2147483647) = 1
futex(0x7f17a405ec00, FUTEX_WAKE_PRIVATE, 1) = 0
futex(0x7f17a405ebec, FUTEX_WAKE_PRIVATE, 2147483647) = 1
write(7, "\0", 1)                       = 1
clock_gettime(CLOCK_PROCESS_CPUTIME_ID, {tv_sec=0, tv_nsec=97186507}) = 0
newfstatat(AT_FDCWD, "/gnu/store/8398knrnrzakbrmqiq4r928pcpn18065-guix-module-union/share/guile/site/3.0/system/vm/dwarf.scm", 0x7fff5ca6dcc0, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/share/guile/3.0/system/vm/dwarf.scm", {st_mode=S_IFREG|0444, st_size=59212, ...}, 0) = 0
newfstatat(AT_FDCWD, "/gnu/store/8398knrnrzakbrmqiq4r928pcpn18065-guix-module-union/lib/guile/3.0/site-ccache/system/vm/dwarf.go", 0x7fff5ca6da40, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/lib/guile/3.0/ccache/system/vm/dwarf.go", {st_mode=S_IFREG|0444, st_size=1212933, ...}, 0) = 0
openat(AT_FDCWD, "/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/lib/guile/3.0/ccache/system/vm/dwarf.go", O_RDONLY|O_CLOEXEC) = 10
lseek(10, 0, SEEK_END)                  = 1212933
mmap(NULL, 1212933, PROT_READ, MAP_PRIVATE, 10, 0) = 0x7f17a0b9c000
close(10)                               = 0
mprotect(0x7f17a0c4c000, 324616, PROT_READ|PROT_WRITE) = 0
newfstatat(AT_FDCWD, "/gnu/store/8398knrnrzakbrmqiq4r928pcpn18065-guix-module-union/share/guile/site/3.0/system/vm/loader.scm", 0x7fff5ca6dcc0, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/share/guile/3.0/system/vm/loader.scm", {st_mode=S_IFREG|0444, st_size=1120, ...}, 0) = 0
newfstatat(AT_FDCWD, "/gnu/store/8398knrnrzakbrmqiq4r928pcpn18065-guix-module-union/lib/guile/3.0/site-ccache/system/vm/loader.go", 0x7fff5ca6da40, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/lib/guile/3.0/ccache/system/vm/loader.go", {st_mode=S_IFREG|0444, st_size=68581, ...}, 0) = 0
openat(AT_FDCWD, "/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/lib/guile/3.0/ccache/system/vm/loader.go", O_RDONLY|O_CLOEXEC) = 10
lseek(10, 0, SEEK_END)                  = 68581
mmap(NULL, 68581, PROT_READ, MAP_PRIVATE, 10, 0) = 0x7f17a0b8b000
close(10)                               = 0
mprotect(0x7f17a0b9b000, 936, PROT_READ|PROT_WRITE) = 0
newfstatat(AT_FDCWD, "/gnu/store/8398knrnrzakbrmqiq4r928pcpn18065-guix-module-union/share/guile/site/3.0/guix/derivations.scm", {st_mode=S_IFREG|0444, st_size=59994, ...}, 0) = 0
newfstatat(AT_FDCWD, "/gnu/store/8398knrnrzakbrmqiq4r928pcpn18065-guix-module-union/lib/guile/3.0/site-ccache/guix/derivations.go", {st_mode=S_IFREG|0444, st_size=470045, ...}, 0) = 0
openat(AT_FDCWD, "/gnu/store/8398knrnrzakbrmqiq4r928pcpn18065-guix-module-union/lib/guile/3.0/site-ccache/guix/derivations.go", O_RDONLY|O_CLOEXEC) = 10
lseek(10, 0, SEEK_END)                  = 470045
mmap(NULL, 470045, PROT_READ, MAP_PRIVATE, 10, 0) = 0x7f17a0b18000
close(10)                               = 0
mprotect(0x7f17a0b58000, 113896, PROT_READ|PROT_WRITE) = 0
newfstatat(AT_FDCWD, "/gnu/store/8398knrnrzakbrmqiq4r928pcpn18065-guix-module-union/share/guile/site/3.0/ice-9/textual-ports.scm", 0x7fff5ca6e500, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/share/guile/3.0/ice-9/textual-ports.scm", {st_mode=S_IFREG|0444, st_size=2346, ...}, 0) = 0
newfstatat(AT_FDCWD, "/gnu/store/8398knrnrzakbrmqiq4r928pcpn18065-guix-module-union/lib/guile/3.0/site-ccache/ice-9/textual-ports.go", 0x7fff5ca6e280, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/lib/guile/3.0/ccache/ice-9/textual-ports.go", {st_mode=S_IFREG|0444, st_size=75237, ...}, 0) = 0
openat(AT_FDCWD, "/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/lib/guile/3.0/ccache/ice-9/textual-ports.go", O_RDONLY|O_CLOEXEC) = 10
lseek(10, 0, SEEK_END)                  = 75237
mmap(NULL, 75237, PROT_READ, MAP_PRIVATE, 10, 0) = 0x7f17a0b05000
close(10)                               = 0
mprotect(0x7f17a0b15000, 4256, PROT_READ|PROT_WRITE) = 0
newfstatat(AT_FDCWD, "/gnu/store/8398knrnrzakbrmqiq4r928pcpn18065-guix-module-union/share/guile/site/3.0/guix/sets.scm", {st_mode=S_IFREG|0444, st_size=3610, ...}, 0) = 0
newfstatat(AT_FDCWD, "/gnu/store/8398knrnrzakbrmqiq4r928pcpn18065-guix-module-union/lib/guile/3.0/site-ccache/guix/sets.go", {st_mode=S_IFREG|0444, st_size=115493, ...}, 0) = 0
openat(AT_FDCWD, "/gnu/store/8398knrnrzakbrmqiq4r928pcpn18065-guix-module-union/lib/guile/3.0/site-ccache/guix/sets.go", O_RDONLY|O_CLOEXEC) = 10
lseek(10, 0, SEEK_END)                  = 115493
mmap(NULL, 115493, PROT_READ, MAP_PRIVATE, 10, 0) = 0x7f17a0ae8000
close(10)                               = 0
mprotect(0x7f17a0af8000, 36144, PROT_READ|PROT_WRITE) = 0
newfstatat(AT_FDCWD, "/gnu/store/8398knrnrzakbrmqiq4r928pcpn18065-guix-module-union/share/guile/site/3.0/guix/packages.scm", {st_mode=S_IFREG|0444, st_size=88339, ...}, 0) = 0
newfstatat(AT_FDCWD, "/gnu/store/8398knrnrzakbrmqiq4r928pcpn18065-guix-module-union/lib/guile/3.0/site-ccache/guix/packages.go", {st_mode=S_IFREG|0444, st_size=952525, ...}, 0) = 0
openat(AT_FDCWD, "/gnu/store/8398knrnrzakbrmqiq4r928pcpn18065-guix-module-union/lib/guile/3.0/site-ccache/guix/packages.go", O_RDONLY|O_CLOEXEC) = 10
lseek(10, 0, SEEK_END)                  = 952525
mmap(NULL, 952525, PROT_READ, MAP_PRIVATE, 10, 0) = 0x7f17a09ff000
close(10)                               = 0
mprotect(0x7f17a0a7f000, 270016, PROT_READ|PROT_WRITE) = 0
newfstatat(AT_FDCWD, "/gnu/store/8398knrnrzakbrmqiq4r928pcpn18065-guix-module-union/share/guile/site/3.0/guix/grafts.scm", {st_mode=S_IFREG|0444, st_size=14063, ...}, 0) = 0
newfstatat(AT_FDCWD, "/gnu/store/8398knrnrzakbrmqiq4r928pcpn18065-guix-module-union/lib/guile/3.0/site-ccache/guix/grafts.go", {st_mode=S_IFREG|0444, st_size=220797, ...}, 0) = 0
openat(AT_FDCWD, "/gnu/store/8398knrnrzakbrmqiq4r928pcpn18065-guix-module-union/lib/guile/3.0/site-ccache/guix/grafts.go", O_RDONLY|O_CLOEXEC) = 10
lseek(10, 0, SEEK_END)                  = 220797
mmap(NULL, 220797, PROT_READ, MAP_PRIVATE, 10, 0) = 0x7f17a09c9000
close(10)                               = 0
mprotect(0x7f17a09e9000, 60808, PROT_READ|PROT_WRITE) = 0
mmap(0x7f17a0eb7000, 65536, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f17a09b9000
newfstatat(AT_FDCWD, "/gnu/store/8398knrnrzakbrmqiq4r928pcpn18065-guix-module-union/share/guile/site/3.0/guix/build-system.scm", {st_mode=S_IFREG|0444, st_size=4970, ...}, 0) = 0
newfstatat(AT_FDCWD, "/gnu/store/8398knrnrzakbrmqiq4r928pcpn18065-guix-module-union/lib/guile/3.0/site-ccache/guix/build-system.go", {st_mode=S_IFREG|0444, st_size=325381, ...}, 0) = 0
openat(AT_FDCWD, "/gnu/store/8398knrnrzakbrmqiq4r928pcpn18065-guix-module-union/lib/guile/3.0/site-ccache/guix/build-system.go", O_RDONLY|O_CLOEXEC) = 10
lseek(10, 0, SEEK_END)                  = 325381
mmap(NULL, 325381, PROT_READ, MAP_PRIVATE, 10, 0) = 0x7f17a0969000
close(10)                               = 0
mprotect(0x7f17a0999000, 94720, PROT_READ|PROT_WRITE) = 0
newfstatat(AT_FDCWD, "/gnu/store/8398knrnrzakbrmqiq4r928pcpn18065-guix-module-union/share/guile/site/3.0/guix/search-paths.scm", {st_mode=S_IFREG|0444, st_size=11708, ...}, 0) = 0
newfstatat(AT_FDCWD, "/gnu/store/8398knrnrzakbrmqiq4r928pcpn18065-guix-module-union/lib/guile/3.0/site-ccache/guix/search-paths.go", {st_mode=S_IFREG|0444, st_size=215237, ...}, 0) = 0
openat(AT_FDCWD, "/gnu/store/8398knrnrzakbrmqiq4r928pcpn18065-guix-module-union/lib/guile/3.0/site-ccache/guix/search-paths.go", O_RDONLY|O_CLOEXEC) = 10
lseek(10, 0, SEEK_END)                  = 215237
mmap(NULL, 215237, PROT_READ, MAP_PRIVATE, 10, 0) = 0x7f17a0934000
close(10)                               = 0
mprotect(0x7f17a0954000, 59592, PROT_READ|PROT_WRITE) = 0
newfstatat(AT_FDCWD, "/gnu/store/8398knrnrzakbrmqiq4r928pcpn18065-guix-module-union/share/guile/site/3.0/guix/profiles.scm", {st_mode=S_IFREG|0444, st_size=102861, ...}, 0) = 0
newfstatat(AT_FDCWD, "/gnu/store/8398knrnrzakbrmqiq4r928pcpn18065-guix-module-union/lib/guile/3.0/site-ccache/guix/profiles.go", {st_mode=S_IFREG|0444, st_size=819285, ...}, 0) = 0
openat(AT_FDCWD, "/gnu/store/8398knrnrzakbrmqiq4r928pcpn18065-guix-module-union/lib/guile/3.0/site-ccache/guix/profiles.go", O_RDONLY|O_CLOEXEC) = 10
lseek(10, 0, SEEK_END)                  = 819285
mmap(NULL, 819285, PROT_READ, MAP_PRIVATE, 10, 0) = 0x7f17a086b000
close(10)                               = 0
mprotect(0x7f17a08db000, 198376, PROT_READ|PROT_WRITE) = 0
newfstatat(AT_FDCWD, "/gnu/store/8398knrnrzakbrmqiq4r928pcpn18065-guix-module-union/share/guile/site/3.0/guix/modules.scm", {st_mode=S_IFREG|0444, st_size=7067, ...}, 0) = 0
newfstatat(AT_FDCWD, "/gnu/store/8398knrnrzakbrmqiq4r928pcpn18065-guix-module-union/lib/guile/3.0/site-ccache/guix/modules.go", {st_mode=S_IFREG|0444, st_size=83229, ...}, 0) = 0
openat(AT_FDCWD, "/gnu/store/8398knrnrzakbrmqiq4r928pcpn18065-guix-module-union/lib/guile/3.0/site-ccache/guix/modules.go", O_RDONLY|O_CLOEXEC) = 10
lseek(10, 0, SEEK_END)                  = 83229
mmap(NULL, 83229, PROT_READ, MAP_PRIVATE, 10, 0) = 0x7f17a0856000
close(10)                               = 0
mprotect(0x7f17a0866000, 7736, PROT_READ|PROT_WRITE) = 0
newfstatat(AT_FDCWD, "/gnu/store/8398knrnrzakbrmqiq4r928pcpn18065-guix-module-union/share/guile/site/3.0/guix/licenses.scm", {st_mode=S_IFREG|0444, st_size=26718, ...}, 0) = 0
newfstatat(AT_FDCWD, "/gnu/store/8398knrnrzakbrmqiq4r928pcpn18065-guix-module-union/lib/guile/3.0/site-ccache/guix/licenses.go", {st_mode=S_IFREG|0444, st_size=314301, ...}, 0) = 0
openat(AT_FDCWD, "/gnu/store/8398knrnrzakbrmqiq4r928pcpn18065-guix-module-union/lib/guile/3.0/site-ccache/guix/licenses.go", O_RDONLY|O_CLOEXEC) = 10
lseek(10, 0, SEEK_END)                  = 314301
mmap(NULL, 314301, PROT_READ, MAP_PRIVATE, 10, 0) = 0x7f17a0809000
close(10)                               = 0
mprotect(0x7f17a0839000, 85224, PROT_READ|PROT_WRITE) = 0
newfstatat(AT_FDCWD, "/gnu/store/8398knrnrzakbrmqiq4r928pcpn18065-guix-module-union/share/guile/site/3.0/srfi/srfi-31.scm", 0x7fff5ca6eb40, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/share/guile/3.0/srfi/srfi-31.scm", {st_mode=S_IFREG|0444, st_size=1395, ...}, 0) = 0
newfstatat(AT_FDCWD, "/gnu/store/8398knrnrzakbrmqiq4r928pcpn18065-guix-module-union/lib/guile/3.0/site-ccache/srfi/srfi-31.go", 0x7fff5ca6e8c0, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/lib/guile/3.0/ccache/srfi/srfi-31.go", {st_mode=S_IFREG|0444, st_size=71221, ...}, 0) = 0
openat(AT_FDCWD, "/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/lib/guile/3.0/ccache/srfi/srfi-31.go", O_RDONLY|O_CLOEXEC) = 10
lseek(10, 0, SEEK_END)                  = 71221
mmap(NULL, 71221, PROT_READ, MAP_PRIVATE, 10, 0) = 0x7f17a07f7000
close(10)                               = 0
mprotect(0x7f17a0807000, 3072, PROT_READ|PROT_WRITE) = 0
newfstatat(AT_FDCWD, "/gnu/store/8398knrnrzakbrmqiq4r928pcpn18065-guix-module-union/share/guile/site/3.0/texinfo.scm", 0x7fff5ca6eb40, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/share/guile/3.0/texinfo.scm", {st_mode=S_IFREG|0444, st_size=52366, ...}, 0) = 0
newfstatat(AT_FDCWD, "/gnu/store/8398knrnrzakbrmqiq4r928pcpn18065-guix-module-union/lib/guile/3.0/site-ccache/texinfo.go", 0x7fff5ca6e8c0, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/lib/guile/3.0/ccache/texinfo.go", {st_mode=S_IFREG|0444, st_size=190477, ...}, 0) = 0
openat(AT_FDCWD, "/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/lib/guile/3.0/ccache/texinfo.go", O_RDONLY|O_CLOEXEC) = 10
lseek(10, 0, SEEK_END)                  = 190477
mmap(NULL, 190477, PROT_READ, MAP_PRIVATE, 10, 0) = 0x7f17a07c8000
close(10)                               = 0
mprotect(0x7f17a07e8000, 28488, PROT_READ|PROT_WRITE) = 0
mmap(0x7f17a09c9000, 2207744, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f17a05ad000
mmap(0x7f17a07c8000, 65536, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f17a059d000
newfstatat(AT_FDCWD, "/gnu/store/8398knrnrzakbrmqiq4r928pcpn18065-guix-module-union/share/guile/site/3.0/sxml/simple.scm", 0x7fff5ca6e800, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/share/guile/3.0/sxml/simple.scm", {st_mode=S_IFREG|0444, st_size=14218, ...}, 0) = 0
newfstatat(AT_FDCWD, "/gnu/store/8398knrnrzakbrmqiq4r928pcpn18065-guix-module-union/lib/guile/3.0/site-ccache/sxml/simple.go", 0x7fff5ca6e580, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/lib/guile/3.0/ccache/sxml/simple.go", {st_mode=S_IFREG|0444, st_size=89805, ...}, 0) = 0
openat(AT_FDCWD, "/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/lib/guile/3.0/ccache/sxml/simple.go", O_RDONLY|O_CLOEXEC) = 10
lseek(10, 0, SEEK_END)                  = 89805
mmap(NULL, 89805, PROT_READ, MAP_PRIVATE, 10, 0) = 0x7f17a0587000
close(10)                               = 0
mprotect(0x7f17a0597000, 8688, PROT_READ|PROT_WRITE) = 0
newfstatat(AT_FDCWD, "/gnu/store/8398knrnrzakbrmqiq4r928pcpn18065-guix-module-union/share/guile/site/3.0/sxml/ssax/input-parse.scm", 0x7fff5ca6e4c0, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/share/guile/3.0/sxml/ssax/input-parse.scm", {st_mode=S_IFREG|0444, st_size=7932, ...}, 0) = 0
newfstatat(AT_FDCWD, "/gnu/store/8398knrnrzakbrmqiq4r928pcpn18065-guix-module-union/lib/guile/3.0/site-ccache/sxml/ssax/input-parse.go", 0x7fff5ca6e240, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/lib/guile/3.0/ccache/sxml/ssax/input-parse.go", {st_mode=S_IFREG|0444, st_size=80861, ...}, 0) = 0
openat(AT_FDCWD, "/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/lib/guile/3.0/ccache/sxml/ssax/input-parse.go", O_RDONLY|O_CLOEXEC) = 10
lseek(10, 0, SEEK_END)                  = 80861
mmap(NULL, 80861, PROT_READ, MAP_PRIVATE, 10, 0) = 0x7f17a0573000
close(10)                               = 0
mprotect(0x7f17a0583000, 5008, PROT_READ|PROT_WRITE) = 0
newfstatat(AT_FDCWD, "/gnu/store/8398knrnrzakbrmqiq4r928pcpn18065-guix-module-union/share/guile/site/3.0/sxml/ssax.scm", 0x7fff5ca6e4c0, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/share/guile/3.0/sxml/ssax.scm", {st_mode=S_IFREG|0444, st_size=11011, ...}, 0) = 0
newfstatat(AT_FDCWD, "/gnu/store/8398knrnrzakbrmqiq4r928pcpn18065-guix-module-union/lib/guile/3.0/site-ccache/sxml/ssax.go", 0x7fff5ca6e240, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/lib/guile/3.0/ccache/sxml/ssax.go", {st_mode=S_IFREG|0444, st_size=299917, ...}, 0) = 0
openat(AT_FDCWD, "/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/lib/guile/3.0/ccache/sxml/ssax.go", O_RDONLY|O_CLOEXEC) = 10
lseek(10, 0, SEEK_END)                  = 299917
mmap(NULL, 299917, PROT_READ, MAP_PRIVATE, 10, 0) = 0x7f17a0529000
close(10)                               = 0
mprotect(0x7f17a0559000, 67080, PROT_READ|PROT_WRITE) = 0
newfstatat(AT_FDCWD, "/gnu/store/8398knrnrzakbrmqiq4r928pcpn18065-guix-module-union/share/guile/site/3.0/sxml/transform.scm", 0x7fff5ca6e4c0, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/share/guile/3.0/sxml/transform.scm", {st_mode=S_IFREG|0444, st_size=12117, ...}, 0) = 0
newfstatat(AT_FDCWD, "/gnu/store/8398knrnrzakbrmqiq4r928pcpn18065-guix-module-union/lib/guile/3.0/site-ccache/sxml/transform.go", 0x7fff5ca6e240, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/lib/guile/3.0/ccache/sxml/transform.go", {st_mode=S_IFREG|0444, st_size=74237, ...}, 0) = 0
openat(AT_FDCWD, "/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/lib/guile/3.0/ccache/sxml/transform.go", O_RDONLY|O_CLOEXEC) = 10
lseek(10, 0, SEEK_END)                  = 74237
mmap(NULL, 74237, PROT_READ, MAP_PRIVATE, 10, 0) = 0x7f17a0516000
close(10)                               = 0
mprotect(0x7f17a0526000, 2552, PROT_READ|PROT_WRITE) = 0
newfstatat(AT_FDCWD, "/gnu/store/8398knrnrzakbrmqiq4r928pcpn18065-guix-module-union/share/guile/site/3.0/texinfo/plain-text.scm", 0x7fff5ca6eb40, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/share/guile/3.0/texinfo/plain-text.scm", {st_mode=S_IFREG|0444, st_size=10000, ...}, 0) = 0
newfstatat(AT_FDCWD, "/gnu/store/8398knrnrzakbrmqiq4r928pcpn18065-guix-module-union/lib/guile/3.0/site-ccache/texinfo/plain-text.go", 0x7fff5ca6e8c0, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/lib/guile/3.0/ccache/texinfo/plain-text.go", {st_mode=S_IFREG|0444, st_size=93965, ...}, 0) = 0
openat(AT_FDCWD, "/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/lib/guile/3.0/ccache/texinfo/plain-text.go", O_RDONLY|O_CLOEXEC) = 10
lseek(10, 0, SEEK_END)                  = 93965
mmap(NULL, 93965, PROT_READ, MAP_PRIVATE, 10, 0) = 0x7f17a04ff000
close(10)                               = 0
mprotect(0x7f17a050f000, 11432, PROT_READ|PROT_WRITE) = 0
newfstatat(AT_FDCWD, "/gnu/store/8398knrnrzakbrmqiq4r928pcpn18065-guix-module-union/share/guile/site/3.0/texinfo/string-utils.scm", 0x7fff5ca6e800, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/share/guile/3.0/texinfo/string-utils.scm", {st_mode=S_IFREG|0444, st_size=16606, ...}, 0) = 0
newfstatat(AT_FDCWD, "/gnu/store/8398knrnrzakbrmqiq4r928pcpn18065-guix-module-union/lib/guile/3.0/site-ccache/texinfo/string-utils.go", 0x7fff5ca6e580, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/lib/guile/3.0/ccache/texinfo/string-utils.go", {st_mode=S_IFREG|0444, st_size=88677, ...}, 0) = 0
openat(AT_FDCWD, "/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/lib/guile/3.0/ccache/texinfo/string-utils.go", O_RDONLY|O_CLOEXEC) = 10
lseek(10, 0, SEEK_END)                  = 88677
mmap(NULL, 88677, PROT_READ, MAP_PRIVATE, 10, 0) = 0x7f17a04e9000
close(10)                               = 0
mprotect(0x7f17a04f9000, 5856, PROT_READ|PROT_WRITE) = 0
newfstatat(AT_FDCWD, "/gnu/store/8398knrnrzakbrmqiq4r928pcpn18065-guix-module-union/share/guile/site/3.0/srfi/srfi-14.scm", 0x7fff5ca6e4c0, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/share/guile/3.0/srfi/srfi-14.scm", {st_mode=S_IFREG|0444, st_size=2386, ...}, 0) = 0
newfstatat(AT_FDCWD, "/gnu/store/8398knrnrzakbrmqiq4r928pcpn18065-guix-module-union/lib/guile/3.0/site-ccache/srfi/srfi-14.go", 0x7fff5ca6e240, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/lib/guile/3.0/ccache/srfi/srfi-14.go", {st_mode=S_IFREG|0444, st_size=71795, ...}, 0) = 0
openat(AT_FDCWD, "/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/lib/guile/3.0/ccache/srfi/srfi-14.go", O_RDONLY|O_CLOEXEC) = 10
lseek(10, 0, SEEK_END)                  = 71795
mmap(NULL, 71795, PROT_READ, MAP_PRIVATE, 10, 0) = 0x7f17a04d7000
close(10)                               = 0
mprotect(0x7f17a04e7000, 4168, PROT_READ|PROT_WRITE) = 0
ioctl(1, TIOCGWINSZ, {ws_row=23, ws_col=80, ws_xpixel=0, ws_ypixel=0}) = 0
openat(AT_FDCWD, "/gnu/store/5fmqijrs5f7vx8mc2q2pmq26yvhb74sm-glibc-utf8-locales-2.35/lib/locale/2.35/en_US.utf8/LC_IDENTIFICATION", O_RDONLY|O_CLOEXEC) = 10
newfstatat(10, "", {st_mode=S_IFREG|0444, st_size=369, ...}, AT_EMPTY_PATH) = 0
mmap(NULL, 369, PROT_READ, MAP_PRIVATE, 10, 0) = 0x7f17a3c79000
close(10)                               = 0
openat(AT_FDCWD, "/gnu/store/5fmqijrs5f7vx8mc2q2pmq26yvhb74sm-glibc-utf8-locales-2.35/lib/locale/2.35/en_US.utf8/LC_MEASUREMENT", O_RDONLY|O_CLOEXEC) = 10
newfstatat(10, "", {st_mode=S_IFREG|0444, st_size=23, ...}, AT_EMPTY_PATH) = 0
mmap(NULL, 23, PROT_READ, MAP_PRIVATE, 10, 0) = 0x7f17a1fb1000
close(10)                               = 0
openat(AT_FDCWD, "/gnu/store/5fmqijrs5f7vx8mc2q2pmq26yvhb74sm-glibc-utf8-locales-2.35/lib/locale/2.35/en_US.utf8/LC_TELEPHONE", O_RDONLY|O_CLOEXEC) = 10
newfstatat(10, "", {st_mode=S_IFREG|0444, st_size=59, ...}, AT_EMPTY_PATH) = 0
mmap(NULL, 59, PROT_READ, MAP_PRIVATE, 10, 0) = 0x7f17a1fb0000
close(10)                               = 0
openat(AT_FDCWD, "/gnu/store/5fmqijrs5f7vx8mc2q2pmq26yvhb74sm-glibc-utf8-locales-2.35/lib/locale/2.35/en_US.utf8/LC_ADDRESS", O_RDONLY|O_CLOEXEC) = 10
newfstatat(10, "", {st_mode=S_IFREG|0444, st_size=167, ...}, AT_EMPTY_PATH) = 0
mmap(NULL, 167, PROT_READ, MAP_PRIVATE, 10, 0) = 0x7f17a140e000
close(10)                               = 0
openat(AT_FDCWD, "/gnu/store/5fmqijrs5f7vx8mc2q2pmq26yvhb74sm-glibc-utf8-locales-2.35/lib/locale/2.35/en_US.utf8/LC_NAME", O_RDONLY|O_CLOEXEC) = 10
newfstatat(10, "", {st_mode=S_IFREG|0444, st_size=77, ...}, AT_EMPTY_PATH) = 0
mmap(NULL, 77, PROT_READ, MAP_PRIVATE, 10, 0) = 0x7f17a140d000
close(10)                               = 0
openat(AT_FDCWD, "/gnu/store/5fmqijrs5f7vx8mc2q2pmq26yvhb74sm-glibc-utf8-locales-2.35/lib/locale/2.35/en_US.utf8/LC_PAPER", O_RDONLY|O_CLOEXEC) = 10
newfstatat(10, "", {st_mode=S_IFREG|0444, st_size=34, ...}, AT_EMPTY_PATH) = 0
mmap(NULL, 34, PROT_READ, MAP_PRIVATE, 10, 0) = 0x7f17a140c000
close(10)                               = 0
openat(AT_FDCWD, "/gnu/store/5fmqijrs5f7vx8mc2q2pmq26yvhb74sm-glibc-utf8-locales-2.35/lib/locale/2.35/en_US.utf8/LC_MESSAGES", O_RDONLY|O_CLOEXEC) = 10
newfstatat(10, "", {st_mode=S_IFDIR|0555, st_size=4096, ...}, AT_EMPTY_PATH) = 0
close(10)                               = 0
openat(AT_FDCWD, "/gnu/store/5fmqijrs5f7vx8mc2q2pmq26yvhb74sm-glibc-utf8-locales-2.35/lib/locale/2.35/en_US.utf8/LC_MESSAGES/SYS_LC_MESSAGES", O_RDONLY|O_CLOEXEC) = 10
newfstatat(10, "", {st_mode=S_IFREG|0444, st_size=57, ...}, AT_EMPTY_PATH) = 0
mmap(NULL, 57, PROT_READ, MAP_PRIVATE, 10, 0) = 0x7f17a140b000
close(10)                               = 0
openat(AT_FDCWD, "/gnu/store/5fmqijrs5f7vx8mc2q2pmq26yvhb74sm-glibc-utf8-locales-2.35/lib/locale/2.35/en_US.utf8/LC_MONETARY", O_RDONLY|O_CLOEXEC) = 10
newfstatat(10, "", {st_mode=S_IFREG|0444, st_size=286, ...}, AT_EMPTY_PATH) = 0
mmap(NULL, 286, PROT_READ, MAP_PRIVATE, 10, 0) = 0x7f17a140a000
close(10)                               = 0
openat(AT_FDCWD, "/gnu/store/5fmqijrs5f7vx8mc2q2pmq26yvhb74sm-glibc-utf8-locales-2.35/lib/locale/2.35/en_US.utf8/LC_COLLATE", O_RDONLY|O_CLOEXEC) = 10
newfstatat(10, "", {st_mode=S_IFREG|0444, st_size=2586930, ...}, AT_EMPTY_PATH) = 0
mmap(NULL, 2586930, PROT_READ, MAP_PRIVATE, 10, 0) = 0x7f17a0200000
close(10)                               = 0
openat(AT_FDCWD, "/gnu/store/5fmqijrs5f7vx8mc2q2pmq26yvhb74sm-glibc-utf8-locales-2.35/lib/locale/2.35/en_US.utf8/LC_TIME", O_RDONLY|O_CLOEXEC) = 10
newfstatat(10, "", {st_mode=S_IFREG|0444, st_size=3284, ...}, AT_EMPTY_PATH) = 0
mmap(NULL, 3284, PROT_READ, MAP_PRIVATE, 10, 0) = 0x7f17a04d6000
close(10)                               = 0
openat(AT_FDCWD, "/gnu/store/5fmqijrs5f7vx8mc2q2pmq26yvhb74sm-glibc-utf8-locales-2.35/lib/locale/2.35/en_US.utf8/LC_NUMERIC", O_RDONLY|O_CLOEXEC) = 10
newfstatat(10, "", {st_mode=S_IFREG|0444, st_size=54, ...}, AT_EMPTY_PATH) = 0
mmap(NULL, 54, PROT_READ, MAP_PRIVATE, 10, 0) = 0x7f17a04d5000
close(10)                               = 0
openat(AT_FDCWD, "/gnu/store/5fmqijrs5f7vx8mc2q2pmq26yvhb74sm-glibc-utf8-locales-2.35/lib/locale/2.35/en_US.utf8/LC_CTYPE", O_RDONLY|O_CLOEXEC) = 10
newfstatat(10, "", {st_mode=S_IFREG|0444, st_size=353616, ...}, AT_EMPTY_PATH) = 0
mmap(NULL, 353616, PROT_READ, MAP_PRIVATE, 10, 0) = 0x7f17a047e000
close(10)                               = 0
pipe2([10, 11], O_CLOEXEC)              = 0
clock_gettime(CLOCK_PROCESS_CPUTIME_ID, {tv_sec=0, tv_nsec=120048487}) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
futex(0x7f17a405ebe8, FUTEX_WAKE_PRIVATE, 2147483647) = 1
futex(0x7f17a405ec00, FUTEX_WAKE_PRIVATE, 1) = 1
madvise(0x7f17a1eab000, 12288, MADV_DONTNEED) = 0
futex(0x7f17a405ebec, FUTEX_WAIT_BITSET_PRIVATE|FUTEX_CLOCK_REALTIME, 0, NULL, FUTEX_BITSET_MATCH_ANY) = -1 EAGAIN (Resource temporarily unavailable)
futex(0x7f17a405ec00, FUTEX_WAKE_PRIVATE, 1) = 0
futex(0x7f17a405ebe8, FUTEX_WAIT_BITSET_PRIVATE|FUTEX_CLOCK_REALTIME, 0, NULL, FUTEX_BITSET_MATCH_ANY) = -1 EAGAIN (Resource temporarily unavailable)
futex(0x7f17a405ec00, FUTEX_WAKE_PRIVATE, 1) = 0
futex(0x7f17a405ebec, FUTEX_WAIT_BITSET_PRIVATE|FUTEX_CLOCK_REALTIME, 0, NULL, FUTEX_BITSET_MATCH_ANY) = -1 EAGAIN (Resource temporarily unavailable)
futex(0x7f17a405ebe8, FUTEX_WAKE_PRIVATE, 2147483647) = 1
futex(0x7f17a405ec00, FUTEX_WAKE_PRIVATE, 1) = 0
futex(0x7f17a405ebec, FUTEX_WAKE_PRIVATE, 2147483647) = 1
write(7, "\0", 1)                       = 1
mmap(NULL, 8392704, PROT_NONE, MAP_PRIVATE|MAP_ANONYMOUS|MAP_STACK, -1, 0) = 0x7f179b7ff000
mprotect(0x7f179b800000, 8388608, PROT_READ|PROT_WRITE) = 0
rt_sigprocmask(SIG_BLOCK, ~[], [], 8)   = 0
clone3({flags=CLONE_VM|CLONE_FS|CLONE_FILES|CLONE_SIGHAND|CLONE_THREAD|CLONE_SYSVSEM|CLONE_SETTLS|CLONE_PARENT_SETTID|CLONE_CHILD_CLEARTID, child_tid=0x7f179bfff910, parent_tid=0x7f179bfff910, exit_signal=0, stack=0x7f179b7ff000, stack_size=0x7fff00, tls=0x7f179bfff640} => {parent_tid=[4494]}, 88) = 4494
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
clock_gettime(CLOCK_PROCESS_CPUTIME_ID, {tv_sec=0, tv_nsec=135867840}) = 0
futex(0x7f17a3c7bf70, FUTEX_WAIT_BITSET_PRIVATE|FUTEX_CLOCK_REALTIME, 0, NULL, FUTEX_BITSET_MATCH_ANY) = 0
futex(0x7f17a065af80, FUTEX_WAKE_PRIVATE, 1) = 0
futex(0x7f17a43cc1c8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
rt_sigaction(SIGPIPE, {sa_handler=SIG_IGN, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7f17a40af2a0}, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
newfstatat(1, "", {st_mode=S_IFCHR|0620, st_rdev=makedev(0x88, 0), ...}, AT_EMPTY_PATH) = 0
newfstatat(2, "", {st_mode=S_IFCHR|0620, st_rdev=makedev(0x88, 0), ...}, AT_EMPTY_PATH) = 0
newfstatat(AT_FDCWD, "/gnu/store/8398knrnrzakbrmqiq4r928pcpn18065-guix-module-union/share/guile/site/3.0/guix/scripts/locate.scm", {st_mode=S_IFREG|0444, st_size=25500, ...}, 0) = 0
newfstatat(AT_FDCWD, "/gnu/store/8398knrnrzakbrmqiq4r928pcpn18065-guix-module-union/lib/guile/3.0/site-ccache/guix/scripts/locate.go", {st_mode=S_IFREG|0444, st_size=204517, ...}, 0) = 0
openat(AT_FDCWD, "/gnu/store/8398knrnrzakbrmqiq4r928pcpn18065-guix-module-union/lib/guile/3.0/site-ccache/guix/scripts/locate.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 204517
mmap(NULL, 204517, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f17a01ce000
close(14)                               = 0
mprotect(0x7f17a01ee000, 45632, PROT_READ|PROT_WRITE) = 0
newfstatat(AT_FDCWD, "/gnu/store/8398knrnrzakbrmqiq4r928pcpn18065-guix-module-union/share/guile/site/3.0/guix/scripts.scm", {st_mode=S_IFREG|0444, st_size=13275, ...}, 0) = 0
newfstatat(AT_FDCWD, "/gnu/store/8398knrnrzakbrmqiq4r928pcpn18065-guix-module-union/lib/guile/3.0/site-ccache/guix/scripts.go", {st_mode=S_IFREG|0444, st_size=105501, ...}, 0) = 0
openat(AT_FDCWD, "/gnu/store/8398knrnrzakbrmqiq4r928pcpn18065-guix-module-union/lib/guile/3.0/site-ccache/guix/scripts.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 105501
mmap(NULL, 105501, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f17a01b4000
close(14)                               = 0
mprotect(0x7f17a01c4000, 21112, PROT_READ|PROT_WRITE) = 0
newfstatat(AT_FDCWD, "/gnu/store/8398knrnrzakbrmqiq4r928pcpn18065-guix-module-union/share/guile/site/3.0/srfi/srfi-37.scm", 0x7fff5ca6e7c0, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/share/guile/3.0/srfi/srfi-37.scm", {st_mode=S_IFREG|0444, st_size=8594, ...}, 0) = 0
newfstatat(AT_FDCWD, "/gnu/store/8398knrnrzakbrmqiq4r928pcpn18065-guix-module-union/lib/guile/3.0/site-ccache/srfi/srfi-37.go", 0x7fff5ca6e540, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/lib/guile/3.0/ccache/srfi/srfi-37.go", {st_mode=S_IFREG|0444, st_size=115069, ...}, 0) = 0
openat(AT_FDCWD, "/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/lib/guile/3.0/ccache/srfi/srfi-37.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 115069
mmap(NULL, 115069, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f17a0197000
close(14)                               = 0
mprotect(0x7f17a01a7000, 34656, PROT_READ|PROT_WRITE) = 0
newfstatat(AT_FDCWD, "/gnu/store/8398knrnrzakbrmqiq4r928pcpn18065-guix-module-union/share/guile/site/3.0/sqlite3.scm", {st_mode=S_IFREG|0444, st_size=22385, ...}, 0) = 0
newfstatat(AT_FDCWD, "/gnu/store/8398knrnrzakbrmqiq4r928pcpn18065-guix-module-union/lib/guile/3.0/site-ccache/sqlite3.go", {st_mode=S_IFREG|0444, st_size=241245, ...}, 0) = 0
openat(AT_FDCWD, "/gnu/store/8398knrnrzakbrmqiq4r928pcpn18065-guix-module-union/lib/guile/3.0/site-ccache/sqlite3.go", O_RDONLY|O_CLOEXEC) = 14
lseek(14, 0, SEEK_END)                  = 241245
mmap(NULL, 241245, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f17a015c000
close(14)                               = 0
mprotect(0x7f17a017c000, 70696, PROT_READ|PROT_WRITE) = 0
newfstatat(AT_FDCWD, "/gnu/store/03gh4kmmdf3cf1mn3nrnh6d86xjyypyw-sqlite-3.39.3/lib/libsqlite3.so", {st_mode=S_IFREG|0555, st_size=1328696, ...}, 0) = 0
openat(AT_FDCWD, "/gnu/store/03gh4kmmdf3cf1mn3nrnh6d86xjyypyw-sqlite-3.39.3/lib/libsqlite3.so", O_RDONLY|O_CLOEXEC) = 14
read(14, "\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\0\0"..., 832) = 832
pread64(14, "\4\0\0\0 \0\0\0\5\0\0\0GNU\0\1\0\1\300\4\0\0\0\v\0\0\0\0\0\0\0"..., 48, 1298424) = 48
newfstatat(14, "", {st_mode=S_IFREG|0555, st_size=1328696, ...}, AT_EMPTY_PATH) = 0
mmap(NULL, 1332640, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 14, 0) = 0x7f17a0016000
mmap(0x7f17a0027000, 1015808, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 14, 0x11000) = 0x7f17a0027000
mmap(0x7f17a011f000, 217088, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 14, 0x109000) = 0x7f17a011f000
mmap(0x7f17a0154000, 28672, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 14, 0x13d000) = 0x7f17a0154000
mmap(0x7f17a015b000, 1440, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f17a015b000
close(14)                               = 0
mprotect(0x7f17a0154000, 12288, PROT_READ) = 0
getuid()                                = 1001
newfstatat(AT_FDCWD, "/var/cache/guix/locate/db.sqlite", {st_mode=S_IFREG|0644, st_size=23244800, ...}, 0) = 0
newfstatat(AT_FDCWD, "/home/mwette/.cache/guix/locate/db.sqlite", 0x7fff5ca6ee90, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/var/cache/guix/locate/db.sqlite", {st_mode=S_IFREG|0644, st_size=23244800, ...}, 0) = 0
ioctl(2, TCGETS, {c_iflag=ICRNL|IXON|IUTF8, c_oflag=NL0|CR0|TAB0|BS0|VT0|FF0|OPOST|ONLCR, c_cflag=B38400|CS8|CREAD, c_lflag=ISIG|ICANON|ECHO|ECHOE|ECHOK|IEXTEN|ECHOCTL|ECHOKE, ...}) = 0
openat(AT_FDCWD, "/gnu/store/h3vr8srid3g9rylf15byra260066gj2s-guix-locale-guix/en_US.utf8/LC_MESSAGES/guix.mo", O_RDONLY) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/gnu/store/h3vr8srid3g9rylf15byra260066gj2s-guix-locale-guix/en_US/LC_MESSAGES/guix.mo", O_RDONLY) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/gnu/store/h3vr8srid3g9rylf15byra260066gj2s-guix-locale-guix/en.utf8/LC_MESSAGES/guix.mo", O_RDONLY) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/gnu/store/h3vr8srid3g9rylf15byra260066gj2s-guix-locale-guix/en/LC_MESSAGES/guix.mo", O_RDONLY) = -1 ENOENT (No such file or directory)
write(2, "guix locate: \33[1m\33[0mindexing fi"..., 63) = 63
mkdir("/var", 0777)                     = -1 EEXIST (File exists)
mkdir("/var/cache", 0777)               = -1 EEXIST (File exists)
mkdir("/var/cache/guix", 0777)          = -1 EEXIST (File exists)
mmap(NULL, 262144, PROT_READ|PROT_WRITE|PROT_EXEC, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f179b7bf000
mkdir("/var/cache/guix/locate", 0777)   = -1 EEXIST (File exists)
newfstatat(AT_FDCWD, "/var", {st_mode=S_IFDIR|0755, st_size=4096, ...}, AT_SYMLINK_NOFOLLOW) = 0
newfstatat(AT_FDCWD, "/var/cache", {st_mode=S_IFDIR|0755, st_size=4096, ...}, AT_SYMLINK_NOFOLLOW) = 0
newfstatat(AT_FDCWD, "/var/cache/guix", {st_mode=S_IFDIR|0755, st_size=4096, ...}, AT_SYMLINK_NOFOLLOW) = 0
newfstatat(AT_FDCWD, "/var/cache/guix/locate", {st_mode=S_IFDIR|0755, st_size=4096, ...}, AT_SYMLINK_NOFOLLOW) = 0
newfstatat(AT_FDCWD, "/var/cache/guix/locate/db.sqlite", {st_mode=S_IFREG|0644, st_size=23244800, ...}, AT_SYMLINK_NOFOLLOW) = 0
getpid()                                = 4491
getpid()                                = 4491
openat(AT_FDCWD, "/var/cache/guix/locate/db.sqlite", O_RDWR|O_CREAT|O_NOFOLLOW|O_CLOEXEC, 0644) = -1 EACCES (Permission denied)
openat(AT_FDCWD, "/var/cache/guix/locate/db.sqlite", O_RDONLY|O_NOFOLLOW|O_CLOEXEC) = 14
newfstatat(14, "", {st_mode=S_IFREG|0644, st_size=23244800, ...}, AT_EMPTY_PATH) = 0
newfstatat(14, "", {st_mode=S_IFREG|0644, st_size=23244800, ...}, AT_EMPTY_PATH) = 0
newfstatat(AT_FDCWD, "/var/cache/guix/locate/db.sqlite", {st_mode=S_IFREG|0644, st_size=23244800, ...}, 0) = 0
lseek(14, 0, SEEK_SET)                  = 0
read(14, "SQLite format 3\0\20\0\1\1\0@  \0\0\2}\0\0\26+"..., 100) = 100
fcntl(14, F_SETLK, {l_type=F_RDLCK, l_whence=SEEK_SET, l_start=1073741824, l_len=1}) = 0
fcntl(14, F_SETLK, {l_type=F_RDLCK, l_whence=SEEK_SET, l_start=1073741826, l_len=510}) = 0
fcntl(14, F_SETLK, {l_type=F_UNLCK, l_whence=SEEK_SET, l_start=1073741824, l_len=1}) = 0
newfstatat(AT_FDCWD, "/var/cache/guix/locate/db.sqlite-journal", 0x7fff5ca6d7e0, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/var/cache/guix/locate/db.sqlite-wal", 0x7fff5ca6d7e0, 0) = -1 ENOENT (No such file or directory)
newfstatat(14, "", {st_mode=S_IFREG|0644, st_size=23244800, ...}, AT_EMPTY_PATH) = 0
brk(0x1fde000)                          = 0x1fde000
lseek(14, 0, SEEK_SET)                  = 0
read(14, "SQLite format 3\0\20\0\1\1\0@  \0\0\2}\0\0\26+"..., 4096) = 4096
fcntl(14, F_SETLK, {l_type=F_UNLCK, l_whence=SEEK_SET, l_start=0, l_len=0}) = 0
fcntl(14, F_SETLK, {l_type=F_RDLCK, l_whence=SEEK_SET, l_start=1073741824, l_len=1}) = 0
fcntl(14, F_SETLK, {l_type=F_RDLCK, l_whence=SEEK_SET, l_start=1073741826, l_len=510}) = 0
fcntl(14, F_SETLK, {l_type=F_UNLCK, l_whence=SEEK_SET, l_start=1073741824, l_len=1}) = 0
newfstatat(AT_FDCWD, "/var/cache/guix/locate/db.sqlite-journal", 0x7fff5ca6e930, 0) = -1 ENOENT (No such file or directory)
lseek(14, 24, SEEK_SET)                 = 24
read(14, "\0\0\2}\0\0\26+\0\0\0\0\0\0\0\0", 16) = 16
newfstatat(AT_FDCWD, "/var/cache/guix/locate/db.sqlite-wal", 0x7fff5ca6e930, 0) = -1 ENOENT (No such file or directory)
newfstatat(14, "", {st_mode=S_IFREG|0644, st_size=23244800, ...}, AT_EMPTY_PATH) = 0
lseek(14, 8192, SEEK_SET)               = 8192
read(14, "\n\0\0\0\1\17\372\0\17\372\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096
fcntl(14, F_SETLK, {l_type=F_UNLCK, l_whence=SEEK_SET, l_start=0, l_len=0}) = 0
write(2, "guix locate: \33[1m\33[0mtraversing "..., 59) = 59
newfstatat(AT_FDCWD, "/gnu/store/8398knrnrzakbrmqiq4r928pcpn18065-guix-module-union/share/guile/site/3.0/guix/store/roots.scm", {st_mode=S_IFREG|0444, st_size=9371, ...}, 0) = 0
newfstatat(AT_FDCWD, "/gnu/store/8398knrnrzakbrmqiq4r928pcpn18065-guix-module-union/lib/guile/3.0/site-ccache/guix/store/roots.go", {st_mode=S_IFREG|0444, st_size=85605, ...}, 0) = 0
openat(AT_FDCWD, "/gnu/store/8398knrnrzakbrmqiq4r928pcpn18065-guix-module-union/lib/guile/3.0/site-ccache/guix/store/roots.go", O_RDONLY|O_CLOEXEC) = 15
lseek(15, 0, SEEK_END)                  = 85605
mmap(NULL, 85605, PROT_READ, MAP_PRIVATE, 15, 0) = 0x7f17a0001000
close(15)                               = 0
mprotect(0x7f17a0011000, 8480, PROT_READ|PROT_WRITE) = 0
openat(AT_FDCWD, "/var/guix/gcroots", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = 15
newfstatat(15, "", {st_mode=S_IFDIR|0755, st_size=4096, ...}, AT_EMPTY_PATH) = 0
getdents64(15, 0x1fbea90 /* 7 entries */, 32768) = 216
getdents64(15, 0x1fbea90 /* 0 entries */, 32768) = 0
close(15)                               = 0
readlink("/var/guix/gcroots/bootcfg", "/gnu/store/wk7710m384ylas3bc4fk6"..., 100) = 52
readlink("/var/guix/gcroots/booted-system", "/run/booted-system", 100) = 18
readlink("/var/guix/gcroots/current-system", "/run/current-system", 100) = 19
readlink("/var/guix/gcroots/profiles", "/var/guix/profiles", 100) = 18
openat(AT_FDCWD, "/var/guix/profiles", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = 15
newfstatat(15, "", {st_mode=S_IFDIR|0755, st_size=4096, ...}, AT_EMPTY_PATH) = 0
getdents64(15, 0x1fbecd0 /* 70 entries */, 32768) = 2752
getdents64(15, 0x1fbecd0 /* 0 entries */, 32768) = 0
close(15)                               = 0
readlink("/var/guix/profiles/system", "/var/guix/profiles/system-66-lin"..., 100) = 33
readlink("/var/guix/profiles/system-1-link", "/gnu/store/phd3zs5igm0nihj2qgrr1"..., 100) = 50
readlink("/var/guix/profiles/system-10-link", "/gnu/store/kmnpaw0pdpy2px400ql2r"..., 100) = 50
readlink("/var/guix/profiles/system-11-link", "/gnu/store/r82msk55fmln6m39ga79h"..., 100) = 50
readlink("/var/guix/profiles/system-12-link", "/gnu/store/lyjv8m651fy5gjsbbb3r7"..., 100) = 50
readlink("/var/guix/profiles/system-13-link", "/gnu/store/cy0jkvj7qhiyz5j33a8s8"..., 100) = 50
readlink("/var/guix/profiles/system-14-link", "/gnu/store/cy0jkvj7qhiyz5j33a8s8"..., 100) = 50
readlink("/var/guix/profiles/system-15-link", "/gnu/store/kyhgkqww6zgwxnf832glv"..., 100) = 50
readlink("/var/guix/profiles/system-16-link", "/gnu/store/51wajzww158aj1bhv4laa"..., 100) = 50
readlink("/var/guix/profiles/system-17-link", "/gnu/store/cx422wa9j214lnnriljd7"..., 100) = 50
readlink("/var/guix/profiles/system-18-link", "/gnu/store/7v69asr015mj0mzcfqp9g"..., 100) = 50
readlink("/var/guix/profiles/system-19-link", "/gnu/store/hrdpr8q6xhs0cpvckaywb"..., 100) = 50
readlink("/var/guix/profiles/system-2-link", "/gnu/store/qq6kv1pvcnrz0gkb1f42w"..., 100) = 50
readlink("/var/guix/profiles/system-20-link", "/gnu/store/nqfrpmmqb7bgif4hfkk0f"..., 100) = 50
readlink("/var/guix/profiles/system-21-link", "/gnu/store/nqfrpmmqb7bgif4hfkk0f"..., 100) = 50
readlink("/var/guix/profiles/system-22-link", "/gnu/store/p8bq4rj8aair7y2j81gfx"..., 100) = 50
readlink("/var/guix/profiles/system-23-link", "/gnu/store/784alshfm0fxhiljyl4zk"..., 100) = 50
readlink("/var/guix/profiles/system-24-link", "/gnu/store/ncmd8ig2fa8gfap7r0jq7"..., 100) = 50
readlink("/var/guix/profiles/system-25-link", "/gnu/store/xr9gaj8pfqjz5as29kjck"..., 100) = 50
readlink("/var/guix/profiles/system-26-link", "/gnu/store/iwlmymspgvh6z52yrbmsa"..., 100) = 50
readlink("/var/guix/profiles/system-27-link", "/gnu/store/mq93g4lhvid0f17iahkg1"..., 100) = 50
readlink("/var/guix/profiles/system-28-link", "/gnu/store/5wwfchfa5hvcsas4j8ysb"..., 100) = 50
readlink("/var/guix/profiles/system-29-link", "/gnu/store/4lan4khvfbrn5yn76f0cb"..., 100) = 50
readlink("/var/guix/profiles/system-3-link", "/gnu/store/qq6kv1pvcnrz0gkb1f42w"..., 100) = 50
readlink("/var/guix/profiles/system-30-link", "/gnu/store/dl4423qx92jy1azk3j8kg"..., 100) = 50
readlink("/var/guix/profiles/system-31-link", "/gnu/store/1c9v2qk8jgz2yr9y8h2dg"..., 100) = 50
readlink("/var/guix/profiles/system-32-link", "/gnu/store/280qyg20shx1lf4c4g87v"..., 100) = 50
readlink("/var/guix/profiles/system-33-link", "/gnu/store/8zfss6y9ni59p9hmsz70l"..., 100) = 50
readlink("/var/guix/profiles/system-34-link", "/gnu/store/rgpcb342aq1ygl1slsas1"..., 100) = 50
readlink("/var/guix/profiles/system-35-link", "/gnu/store/qgg5ccj77cr6nywrp5zyn"..., 100) = 50
readlink("/var/guix/profiles/system-36-link", "/gnu/store/c4r2kc40z0mnblj2dvzxf"..., 100) = 50
readlink("/var/guix/profiles/system-37-link", "/gnu/store/c4r2kc40z0mnblj2dvzxf"..., 100) = 50
readlink("/var/guix/profiles/system-38-link", "/gnu/store/c4r2kc40z0mnblj2dvzxf"..., 100) = 50
readlink("/var/guix/profiles/system-39-link", "/gnu/store/c4r2kc40z0mnblj2dvzxf"..., 100) = 50
readlink("/var/guix/profiles/system-4-link", "/gnu/store/y2ianbyvmmy4frnnkvzq1"..., 100) = 50
readlink("/var/guix/profiles/system-40-link", "/gnu/store/nlprd02ya2a1bvrc80wab"..., 100) = 50
readlink("/var/guix/profiles/system-41-link", "/gnu/store/ad41d6r016ymrs6v8mf69"..., 100) = 50
readlink("/var/guix/profiles/system-42-link", "/gnu/store/wbvkd18jwprw60h2q0a72"..., 100) = 50
readlink("/var/guix/profiles/system-43-link", "/gnu/store/xic9z9makx4d9im3anh9i"..., 100) = 50
readlink("/var/guix/profiles/system-44-link", "/gnu/store/8jpag9pyzlzli61agvagp"..., 100) = 50
readlink("/var/guix/profiles/system-45-link", "/gnu/store/fasl01kplmi6affkqfbny"..., 100) = 50
readlink("/var/guix/profiles/system-46-link", "/gnu/store/623n1rrspmc3dyj1bsfhh"..., 100) = 50
readlink("/var/guix/profiles/system-47-link", "/gnu/store/p4z5i62j8pn46yxm77vbr"..., 100) = 50
readlink("/var/guix/profiles/system-48-link", "/gnu/store/xr5j3phpkf9z589rj0fjx"..., 100) = 50
readlink("/var/guix/profiles/system-49-link", "/gnu/store/mq2ggyb4ahcf0z6z6cf6n"..., 100) = 50
readlink("/var/guix/profiles/system-5-link", "/gnu/store/ww7v42j227sv20i0p7chp"..., 100) = 50
readlink("/var/guix/profiles/system-50-link", "/gnu/store/2vk2456q6zwwfmdzir1iw"..., 100) = 50
readlink("/var/guix/profiles/system-51-link", "/gnu/store/lvff4p3px4vy6waqcbh4c"..., 100) = 50
readlink("/var/guix/profiles/system-52-link", "/gnu/store/3ksplffzvrcxj1lv6572i"..., 100) = 50
readlink("/var/guix/profiles/system-53-link", "/gnu/store/3ksplffzvrcxj1lv6572i"..., 100) = 50
readlink("/var/guix/profiles/system-54-link", "/gnu/store/am0x7rcbm89nhpbbffmgc"..., 100) = 50
readlink("/var/guix/profiles/system-55-link", "/gnu/store/6mf6xs5kmbwywjljv6in4"..., 100) = 50
readlink("/var/guix/profiles/system-56-link", "/gnu/store/rk2z0qw9l946qqql1v5r4"..., 100) = 50
readlink("/var/guix/profiles/system-57-link", "/gnu/store/xgj24hwbrhg948izny8l0"..., 100) = 50
readlink("/var/guix/profiles/system-58-link", "/gnu/store/dbg3qbc7lhm0fak032x8i"..., 100) = 50
readlink("/var/guix/profiles/system-59-link", "/gnu/store/h8xhiqvvx3m440v78xz7d"..., 100) = 50
readlink("/var/guix/profiles/system-6-link", "/gnu/store/ww7v42j227sv20i0p7chp"..., 100) = 50
readlink("/var/guix/profiles/system-60-link", "/gnu/store/y8r236gks95axagwxchfi"..., 100) = 50
readlink("/var/guix/profiles/system-61-link", "/gnu/store/mbrxpx5kif2zy96h3m4qx"..., 100) = 50
readlink("/var/guix/profiles/system-62-link", "/gnu/store/h2z3p8mvf1ycg17zkcnwr"..., 100) = 50
readlink("/var/guix/profiles/system-63-link", "/gnu/store/ibq8r1qs2c26jdnzb6vqw"..., 100) = 50
readlink("/var/guix/profiles/system-64-link", "/gnu/store/97kq2pp9jhy0p2iqafxkr"..., 100) = 50
readlink("/var/guix/profiles/system-65-link", "/gnu/store/2mmmg25ps6imaa5wih05m"..., 100) = 50
readlink("/var/guix/profiles/system-66-link", "/gnu/store/kw2g5f8xmg53kp6dfjfbx"..., 100) = 50
readlink("/var/guix/profiles/system-7-link", "/gnu/store/inwf3xamnbvz8bdf1ldkz"..., 100) = 50
readlink("/var/guix/profiles/system-8-link", "/gnu/store/inwf3xamnbvz8bdf1ldkz"..., 100) = 50
readlink("/var/guix/profiles/system-9-link", "/gnu/store/flms3xgllx01dj0rnbywd"..., 100) = 50
openat(AT_FDCWD, "/var/guix/gcroots/auto", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = 15
newfstatat(15, "", {st_mode=S_IFDIR|0755, st_size=4096, ...}, AT_EMPTY_PATH) = 0
getdents64(15, 0x1fc7c70 /* 44 entries */, 32768) = 2400
getdents64(15, 0x1fc7c70 /* 0 entries */, 32768) = 0
close(15)                               = 0
readlink("/var/guix/gcroots/auto/0ls80hj928aszphxs5isiwq330r4wwqk", "/var/guix/profiles/per-user/root"..., 100) = 53
readlink("/var/guix/gcroots/auto/0xwydwqwin5habsf597qbrjqbv1lwb5y", "/home/elvis/.cache/guix/profiles"..., 100) = 85
readlink("/var/guix/gcroots/auto/12n65iz6cqwaazcmc0901cn5cxacdz07", "/var/guix/profiles/per-user/root"..., 100) = 53
readlink("/var/guix/gcroots/auto/217fr5xh6zq6hq4nxqbjb8n14xjign07", "/var/guix/profiles/per-user/elvi"..., 100) = 54
readlink("/var/guix/gcroots/auto/22pp22swvvp5pkl1kd6vd3h8b1ylnrh7", "/var/guix/profiles/per-user/root"..., 100) = 53
readlink("/var/guix/gcroots/auto/26gksk6apxchglc3r69w6f0nx089q5p3", "/home/elvis/.cache/guix/profiles"..., 100) = 85
readlink("/var/guix/gcroots/auto/2ydzg59y5mz5hghfmhkrzglik1kwwx5n", "/var/guix/profiles/per-user/root"..., 100) = 52
readlink("/var/guix/gcroots/auto/37qpz1i80qjibfpaczc05lb68yb6vf7w", "/home/elvis/.cache/guix/profiles"..., 100) = 85
readlink("/var/guix/gcroots/auto/3i8r356gg4hznr10jdpmjj8ngz04rdcq", "/var/guix/profiles/per-user/root"..., 100) = 53
readlink("/var/guix/gcroots/auto/3mdq0rldl2g5bbwrgby116i90a8rz6m8", "/var/guix/profiles/per-user/root"..., 100) = 53
readlink("/var/guix/gcroots/auto/4apz96069mrfnargzpw8g1kz1r38nymi", "/var/guix/profiles/per-user/root"..., 100) = 53
readlink("/var/guix/gcroots/auto/63h8srblhbpgykv2lfp6fca9grnc853y", "/var/guix/profiles/per-user/root"..., 100) = 53
readlink("/var/guix/gcroots/auto/6zaq3r94xvl13nf9nrwjsy02fg82k79g", "/var/guix/profiles/per-user/root"..., 100) = 53
readlink("/var/guix/gcroots/auto/7l6bngw65zbw11sby5qkrw4dyjpbic8l", "/var/guix/profiles/per-user/mwet"..., 100) = 54
readlink("/var/guix/gcroots/auto/8s432477p5fvkh1hfgc4xdzzcn3y9v7k", "/var/guix/profiles/per-user/root"..., 100) = 53
readlink("/var/guix/gcroots/auto/91anyia7lxsz5z8db7jxbc2x6c5s2y0f", "/var/guix/profiles/per-user/root"..., 100) = 53
readlink("/var/guix/gcroots/auto/9i2p2cpnwni118sybwmp8g0jmywyqf76", "/var/guix/profiles/per-user/mwet"..., 100) = 54
readlink("/var/guix/gcroots/auto/a4slgl4mjsyd2k59vx4bsi6pdkxqvkh1", "/var/guix/profiles/per-user/root"..., 100) = 53
readlink("/var/guix/gcroots/auto/amv96j1ldm2rmymz1r52zghsx0zqjcyc", "/var/guix/profiles/per-user/root"..., 100) = 53
readlink("/var/guix/gcroots/auto/bz1gzgsifi80wikba91w9qbhv48n0fkx", "/var/guix/profiles/per-user/root"..., 100) = 53
readlink("/var/guix/gcroots/auto/ck7nx7rni2ahchf3i229n21j1sjnbib2", "/var/guix/profiles/per-user/elvi"..., 100) = 54
readlink("/var/guix/gcroots/auto/czvsi6c5xs35075jmdi7gja678kmr5xx", "/var/guix/profiles/per-user/root"..., 100) = 53
readlink("/var/guix/gcroots/auto/dg86byp1lsd3q4wwrcli7gn4y8sm2ngm", "/var/guix/profiles/per-user/root"..., 100) = 53
readlink("/var/guix/gcroots/auto/fwvvyj2y618wsnkwwpv578izrr5y1p69", "/var/guix/profiles/per-user/elvi"..., 100) = 54
readlink("/var/guix/gcroots/auto/g70lbw1nfphg8wmwwfip84alj2k2s5mc", "/var/guix/profiles/per-user/root"..., 100) = 53
readlink("/var/guix/gcroots/auto/gd3mzqplbvjrng2359x4yk7594m6g1is", "/var/guix/profiles/per-user/root"..., 100) = 53
readlink("/var/guix/gcroots/auto/gdh3lk6nmxxmjvlh0r58mn4ikdq7429b", "/var/guix/profiles/per-user/root"..., 100) = 53
readlink("/var/guix/gcroots/auto/j94b4jvq7y7crd5438wckzs1yccqj078", "/root/.cache/guix/profiles/t7rn6"..., 100) = 79
readlink("/var/guix/gcroots/auto/kcg2wmqzsawpacmzmid15h38iq8rwznb", "/var/guix/profiles/per-user/root"..., 100) = 53
readlink("/var/guix/gcroots/auto/kg871ax96w6iarab4znmdj644f4lqz73", "/home/elvis/.cache/guix/profiles"..., 100) = 85
readlink("/var/guix/gcroots/auto/l5fkvn71xx2pk3vgs937crb0ap6aq1p2", "/var/guix/profiles/per-user/mwet"..., 100) = 54
readlink("/var/guix/gcroots/auto/ll15ch48n68mnp5hs23i6b599q4mbln4", "/home/elvis/.cache/guix/profiles"..., 100) = 85
readlink("/var/guix/gcroots/auto/m16s9kyy5mamy2a3yv6blpi607xll8p0", "/var/guix/profiles/per-user/root"..., 100) = 53
readlink("/var/guix/gcroots/auto/q61r5x9lvngxb7cpk9cpp57jsr9bgbkz", "/var/guix/profiles/per-user/root"..., 100) = 53
readlink("/var/guix/gcroots/auto/qd5167c8a4z707bss9zclzm7y74zkdz1", "/var/guix/profiles/per-user/elvi"..., 100) = 54
readlink("/var/guix/gcroots/auto/sn7fwq1q8s8rz9v72z14w57z98b5f2q3", "/var/guix/profiles/per-user/mwet"..., 100) = 54
readlink("/var/guix/gcroots/auto/vjnx24g31zi7sfzh25bznvfwla3f55h9", "/var/guix/profiles/per-user/root"..., 100) = 53
readlink("/var/guix/gcroots/auto/w8s3k70spl1apj57xva0jhp10apx98f4", "/var/guix/profiles/per-user/root"..., 100) = 53
readlink("/var/guix/gcroots/auto/x6rbb901arbcii9k2gi2r95fn3j4m8rn", "/var/guix/profiles/per-user/root"..., 100) = 53
readlink("/var/guix/gcroots/auto/yjkxz2a0629vnnajvlxd3mpp2grg1xdd", "/var/guix/profiles/per-user/root"..., 100) = 53
readlink("/var/guix/gcroots/auto/z203sg4is4i1md15r4lyx78gsrv4b3fc", "/var/guix/profiles/per-user/root"..., 100) = 53
readlink("/var/guix/gcroots/auto/zb1cbxa179hkxhshrxd0pn2rsw7l97vp", "/var/guix/profiles/per-user/root"..., 100) = 53
openat(AT_FDCWD, "/var/guix/profiles/per-user", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = 15
newfstatat(15, "", {st_mode=S_IFDIR|0755, st_size=4096, ...}, AT_EMPTY_PATH) = 0
getdents64(15, 0x1fc7c70 /* 5 entries */, 32768) = 136
getdents64(15, 0x1fc7c70 /* 0 entries */, 32768) = 0
close(15)                               = 0
openat(AT_FDCWD, "/var/guix/profiles/per-user/elvis", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = 15
newfstatat(15, "", {st_mode=S_IFDIR|0755, st_size=4096, ...}, AT_EMPTY_PATH) = 0
getdents64(15, 0x1fc7c70 /* 13 entries */, 32768) = 472
getdents64(15, 0x1fc7c70 /* 0 entries */, 32768) = 0
close(15)                               = 0
readlink("/var/guix/profiles/per-user/elvis/current-guix", "current-guix-26-link", 100) = 20
readlink("/var/guix/profiles/per-user/elvis/current-guix-23-link", "/gnu/store/dd7sq3kb32isrnz21019r"..., 100) = 51
readlink("/var/guix/profiles/per-user/elvis/current-guix-24-link", "/gnu/store/rjai8p0dpjkih9s40b1kx"..., 100) = 51
readlink("/var/guix/profiles/per-user/elvis/current-guix-25-link", "/gnu/store/9cqiankq5qsm4ihzbpncr"..., 100) = 51
readlink("/var/guix/profiles/per-user/elvis/current-guix-26-link", "/gnu/store/67ngxi2irfi5wq78jbazy"..., 100) = 51
readlink("/var/guix/profiles/per-user/elvis/guix-profile", "guix-profile-44-link", 100) = 20
readlink("/var/guix/profiles/per-user/elvis/guix-profile-40-link", "/gnu/store/lvz3vjss01ji03wqxpqcc"..., 100) = 51
readlink("/var/guix/profiles/per-user/elvis/guix-profile-41-link", "/gnu/store/xc6310fqcfmbpi48xymwc"..., 100) = 51
readlink("/var/guix/profiles/per-user/elvis/guix-profile-42-link", "/gnu/store/xx6hl5yk2qsrkj8yzbzrn"..., 100) = 51
readlink("/var/guix/profiles/per-user/elvis/guix-profile-43-link", "/gnu/store/af8c6cfd2iiq99nx5rvxl"..., 100) = 51
readlink("/var/guix/profiles/per-user/elvis/guix-profile-44-link", "/gnu/store/zd94l6yw5irwmhybr0iw1"..., 100) = 51
openat(AT_FDCWD, "/var/guix/profiles/per-user/mwette", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = 15
newfstatat(15, "", {st_mode=S_IFDIR|0755, st_size=4096, ...}, AT_EMPTY_PATH) = 0
getdents64(15, 0x1fc7c70 /* 15 entries */, 32768) = 552
getdents64(15, 0x1fc7c70 /* 0 entries */, 32768) = 0
close(15)                               = 0
readlink("/var/guix/profiles/per-user/mwette/current-guix", "current-guix-4-link", 100) = 19
readlink("/var/guix/profiles/per-user/mwette/current-guix-1-link", "/gnu/store/q7q0gvv30c6vg87rdcv4r"..., 100) = 51
readlink("/var/guix/profiles/per-user/mwette/current-guix-2-link", "/gnu/store/0p28kmk75dqswypjzxxx4"..., 100) = 51
readlink("/var/guix/profiles/per-user/mwette/current-guix-3-link", "/gnu/store/kcy98j6lrnqapmczim2ng"..., 100) = 51
readlink("/var/guix/profiles/per-user/mwette/current-guix-4-link", "/gnu/store/k2w0a64nnz5vir1n62s8p"..., 100) = 51
readlink("/var/guix/profiles/per-user/mwette/guix-profile", "guix-profile-7-link", 100) = 19
readlink("/var/guix/profiles/per-user/mwette/guix-profile-1-link", "/gnu/store/b2c2jws50gsj1z6kzj3pk"..., 100) = 51
readlink("/var/guix/profiles/per-user/mwette/guix-profile-2-link", "/gnu/store/bkf0wnj99d6vhh5m1xj68"..., 100) = 51
readlink("/var/guix/profiles/per-user/mwette/guix-profile-3-link", "/gnu/store/8s5dv37l7i4gaf02smxdi"..., 100) = 51
readlink("/var/guix/profiles/per-user/mwette/guix-profile-4-link", "/gnu/store/k2ddzznjfsl5kq6xz4vcb"..., 100) = 51
readlink("/var/guix/profiles/per-user/mwette/guix-profile-5-link", "/gnu/store/2z358cz9s0ar9rcx5pjmy"..., 100) = 51
readlink("/var/guix/profiles/per-user/mwette/guix-profile-6-link", "/gnu/store/v8m5xlwqm953qzx80hvvg"..., 100) = 51
readlink("/var/guix/profiles/per-user/mwette/guix-profile-7-link", "/gnu/store/2jsy3w7y5pw5lidxvn26c"..., 100) = 51
openat(AT_FDCWD, "/var/guix/profiles/per-user/root", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = 15
newfstatat(15, "", {st_mode=S_IFDIR|0755, st_size=4096, ...}, AT_EMPTY_PATH) = 0
getdents64(15, 0x1fc7c70 /* 46 entries */, 32768) = 1792
getdents64(15, 0x1fc7c70 /* 0 entries */, 32768) = 0
close(15)                               = 0
readlink("/var/guix/profiles/per-user/root/current-guix", "current-guix-47-link", 100) = 20
readlink("/var/guix/profiles/per-user/root/current-guix-1-link", "/gnu/store/lfkkq47na31495yqc6s82"..., 100) = 51
readlink("/var/guix/profiles/per-user/root/current-guix-21-link", "/gnu/store/4y68zv8v0shqw21sjk9dn"..., 100) = 51
readlink("/var/guix/profiles/per-user/root/current-guix-22-link", "/gnu/store/hhn8zkrj7lyspqa3ra150"..., 100) = 51
readlink("/var/guix/profiles/per-user/root/current-guix-23-link", "/gnu/store/1hqv70n7y53m0vx435jbj"..., 100) = 51
readlink("/var/guix/profiles/per-user/root/current-guix-24-link", "/gnu/store/pqz447s30qrd2lg0vbzql"..., 100) = 51
readlink("/var/guix/profiles/per-user/root/current-guix-25-link", "/gnu/store/3rvvxn04j7sw03w3yh1j8"..., 100) = 51
readlink("/var/guix/profiles/per-user/root/current-guix-26-link", "/gnu/store/7lglh1hk7xq775d009cwv"..., 100) = 51
readlink("/var/guix/profiles/per-user/root/current-guix-27-link", "/gnu/store/bvghqkwfmhypai1m88ff6"..., 100) = 51
readlink("/var/guix/profiles/per-user/root/current-guix-28-link", "/gnu/store/2z7arrpwsf1sda8kgyv7n"..., 100) = 51
readlink("/var/guix/profiles/per-user/root/current-guix-29-link", "/gnu/store/0s63286qrlnjax609as2m"..., 100) = 51
readlink("/var/guix/profiles/per-user/root/current-guix-30-link", "/gnu/store/9d51wilwinvijn82gjp35"..., 100) = 51
readlink("/var/guix/profiles/per-user/root/current-guix-31-link", "/gnu/store/f0z7kdzqzzgm4g7b0r1fg"..., 100) = 51
readlink("/var/guix/profiles/per-user/root/current-guix-32-link", "/gnu/store/50wsibl3llqm22rw3f8bv"..., 100) = 51
readlink("/var/guix/profiles/per-user/root/current-guix-33-link", "/gnu/store/l0s9b366hfp7avjnpswml"..., 100) = 51
readlink("/var/guix/profiles/per-user/root/current-guix-34-link", "/gnu/store/ngq39m21884n4xc55qnh8"..., 100) = 51
readlink("/var/guix/profiles/per-user/root/current-guix-35-link", "/gnu/store/534bqpckcvg4siryc74ia"..., 100) = 51
readlink("/var/guix/profiles/per-user/root/current-guix-36-link", "/gnu/store/3rcis9n7kcxsahin50l37"..., 100) = 51
readlink("/var/guix/profiles/per-user/root/current-guix-37-link", "/gnu/store/3mn6x9727gakjfdivl9qm"..., 100) = 51
readlink("/var/guix/profiles/per-user/root/current-guix-38-link", "/gnu/store/bbj21847080s8jq3dsq57"..., 100) = 51
readlink("/var/guix/profiles/per-user/root/current-guix-39-link", "/gnu/store/zgj3gm9fvfv8fm1a24jdd"..., 100) = 51
readlink("/var/guix/profiles/per-user/root/current-guix-40-link", "/gnu/store/n3lgpq1hh47xhxdlk5qqp"..., 100) = 51
readlink("/var/guix/profiles/per-user/root/current-guix-41-link", "/gnu/store/kp7i37qd0f4lj0h10pnj3"..., 100) = 51
readlink("/var/guix/profiles/per-user/root/current-guix-42-link", "/gnu/store/rgk8hmldczmb3xa282m31"..., 100) = 51
readlink("/var/guix/profiles/per-user/root/current-guix-43-link", "/gnu/store/33wnndcc4iqm8npzrff4n"..., 100) = 51
readlink("/var/guix/profiles/per-user/root/current-guix-44-link", "/gnu/store/0p28kmk75dqswypjzxxx4"..., 100) = 51
readlink("/var/guix/profiles/per-user/root/current-guix-45-link", "/gnu/store/iv8yzv19hqy1aj419sh8n"..., 100) = 51
readlink("/var/guix/profiles/per-user/root/current-guix-46-link", "/gnu/store/8q9qmizxjsy0kb1ha4kp3"..., 100) = 51
readlink("/var/guix/profiles/per-user/root/current-guix-47-link", "/gnu/store/qwglmmzjayslg1pimm9fp"..., 100) = 51
readlink("/var/guix/profiles/per-user/root/guix-profile", "guix-profile-23-link", 100) = 20
readlink("/var/guix/profiles/per-user/root/guix-profile-10-link", "/gnu/store/p4wwgngylfrfmh6bhxcgn"..., 100) = 51
readlink("/var/guix/profiles/per-user/root/guix-profile-11-link", "/gnu/store/vjmz5afrwnzyl23dvz1yj"..., 100) = 51
readlink("/var/guix/profiles/per-user/root/guix-profile-12-link", "/gnu/store/qmcsfn167xw470ajvxwlp"..., 100) = 51
readlink("/var/guix/profiles/per-user/root/guix-profile-13-link", "/gnu/store/ln977kswmahmz7pbx3y4i"..., 100) = 51
readlink("/var/guix/profiles/per-user/root/guix-profile-14-link", "/gnu/store/fkys3h0icjwif3nhsgsbf"..., 100) = 51
readlink("/var/guix/profiles/per-user/root/guix-profile-15-link", "/gnu/store/nx3scdddsjhhn5xgfq5aa"..., 100) = 51
readlink("/var/guix/profiles/per-user/root/guix-profile-16-link", "/gnu/store/1vhyn0a7zxwrzglqz3j08"..., 100) = 51
readlink("/var/guix/profiles/per-user/root/guix-profile-17-link", "/gnu/store/nqrj7g2iiqr12xrqafp7s"..., 100) = 51
readlink("/var/guix/profiles/per-user/root/guix-profile-18-link", "/gnu/store/6in9bny58sblbk7ylsl8v"..., 100) = 51
readlink("/var/guix/profiles/per-user/root/guix-profile-19-link", "/gnu/store/ml3vn43xkfi1vscjp0w45"..., 100) = 51
readlink("/var/guix/profiles/per-user/root/guix-profile-20-link", "/gnu/store/5qrpg46mazjmmd7i99mdq"..., 100) = 51
readlink("/var/guix/profiles/per-user/root/guix-profile-21-link", "/gnu/store/zhixhgga35m5qwiaj61a9"..., 100) = 51
readlink("/var/guix/profiles/per-user/root/guix-profile-22-link", "/gnu/store/k6dkgcz3zr8yflq949vvf"..., 100) = 51
readlink("/var/guix/profiles/per-user/root/guix-profile-23-link", "/gnu/store/hc83r019c0y3xp4xrlf7g"..., 100) = 51
newfstatat(AT_FDCWD, "/var/guix/profiles/per-user/root/current-guix-47-link/manifest", {st_mode=S_IFREG|0444, st_size=974, ...}, 0) = 0
newfstatat(AT_FDCWD, "/var/guix/profiles/per-user/root/current-guix-1-link/manifest", {st_mode=S_IFREG|0444, st_size=974, ...}, 0) = 0
newfstatat(AT_FDCWD, "/var/guix/profiles/per-user/root/current-guix-21-link/manifest", {st_mode=S_IFREG|0444, st_size=974, ...}, 0) = 0
newfstatat(AT_FDCWD, "/var/guix/profiles/per-user/root/current-guix-22-link/manifest", {st_mode=S_IFREG|0444, st_size=974, ...}, 0) = 0
newfstatat(AT_FDCWD, "/var/guix/profiles/per-user/root/current-guix-23-link/manifest", {st_mode=S_IFREG|0444, st_size=974, ...}, 0) = 0
newfstatat(AT_FDCWD, "/var/guix/profiles/per-user/root/current-guix-24-link/manifest", {st_mode=S_IFREG|0444, st_size=974, ...}, 0) = 0
newfstatat(AT_FDCWD, "/var/guix/profiles/per-user/root/current-guix-25-link/manifest", {st_mode=S_IFREG|0444, st_size=974, ...}, 0) = 0
newfstatat(AT_FDCWD, "/var/guix/profiles/per-user/root/current-guix-26-link/manifest", {st_mode=S_IFREG|0444, st_size=974, ...}, 0) = 0
newfstatat(AT_FDCWD, "/var/guix/profiles/per-user/root/current-guix-27-link/manifest", {st_mode=S_IFREG|0444, st_size=974, ...}, 0) = 0
newfstatat(AT_FDCWD, "/var/guix/profiles/per-user/root/current-guix-28-link/manifest", {st_mode=S_IFREG|0444, st_size=974, ...}, 0) = 0
newfstatat(AT_FDCWD, "/var/guix/profiles/per-user/root/current-guix-29-link/manifest", {st_mode=S_IFREG|0444, st_size=974, ...}, 0) = 0
newfstatat(AT_FDCWD, "/var/guix/profiles/per-user/root/current-guix-30-link/manifest", {st_mode=S_IFREG|0444, st_size=974, ...}, 0) = 0
newfstatat(AT_FDCWD, "/var/guix/profiles/per-user/root/current-guix-31-link/manifest", {st_mode=S_IFREG|0444, st_size=974, ...}, 0) = 0
newfstatat(AT_FDCWD, "/var/guix/profiles/per-user/root/current-guix-32-link/manifest", {st_mode=S_IFREG|0444, st_size=974, ...}, 0) = 0
newfstatat(AT_FDCWD, "/var/guix/profiles/per-user/root/current-guix-33-link/manifest", {st_mode=S_IFREG|0444, st_size=974, ...}, 0) = 0
newfstatat(AT_FDCWD, "/var/guix/profiles/per-user/root/current-guix-34-link/manifest", {st_mode=S_IFREG|0444, st_size=974, ...}, 0) = 0
newfstatat(AT_FDCWD, "/var/guix/profiles/per-user/root/current-guix-35-link/manifest", {st_mode=S_IFREG|0444, st_size=974, ...}, 0) = 0
newfstatat(AT_FDCWD, "/var/guix/profiles/per-user/root/current-guix-36-link/manifest", {st_mode=S_IFREG|0444, st_size=974, ...}, 0) = 0
newfstatat(AT_FDCWD, "/var/guix/profiles/per-user/root/current-guix-37-link/manifest", {st_mode=S_IFREG|0444, st_size=974, ...}, 0) = 0
newfstatat(AT_FDCWD, "/var/guix/profiles/per-user/root/current-guix-38-link/manifest", {st_mode=S_IFREG|0444, st_size=974, ...}, 0) = 0
newfstatat(AT_FDCWD, "/var/guix/profiles/per-user/root/current-guix-39-link/manifest", {st_mode=S_IFREG|0444, st_size=974, ...}, 0) = 0
newfstatat(AT_FDCWD, "/var/guix/profiles/per-user/root/current-guix-40-link/manifest", {st_mode=S_IFREG|0444, st_size=974, ...}, 0) = 0
newfstatat(AT_FDCWD, "/var/guix/profiles/per-user/root/current-guix-41-link/manifest", {st_mode=S_IFREG|0444, st_size=974, ...}, 0) = 0
newfstatat(AT_FDCWD, "/var/guix/profiles/per-user/root/current-guix-42-link/manifest", {st_mode=S_IFREG|0444, st_size=974, ...}, 0) = 0
newfstatat(AT_FDCWD, "/var/guix/profiles/per-user/root/current-guix-43-link/manifest", {st_mode=S_IFREG|0444, st_size=974, ...}, 0) = 0
newfstatat(AT_FDCWD, "/var/guix/profiles/per-user/root/current-guix-44-link/manifest", {st_mode=S_IFREG|0444, st_size=974, ...}, 0) = 0
newfstatat(AT_FDCWD, "/var/guix/profiles/per-user/root/current-guix-45-link/manifest", {st_mode=S_IFREG|0444, st_size=974, ...}, 0) = 0
newfstatat(AT_FDCWD, "/var/guix/profiles/per-user/root/current-guix-46-link/manifest", {st_mode=S_IFREG|0444, st_size=974, ...}, 0) = 0
newfstatat(AT_FDCWD, "/var/guix/profiles/per-user/root/current-guix-47-link/manifest", {st_mode=S_IFREG|0444, st_size=974, ...}, 0) = 0
newfstatat(AT_FDCWD, "/var/guix/profiles/per-user/root/guix-profile-23-link/manifest", {st_mode=S_IFREG|0444, st_size=6821, ...}, 0) = 0
newfstatat(AT_FDCWD, "/var/guix/profiles/per-user/root/guix-profile-10-link/manifest", {st_mode=S_IFREG|0444, st_size=4083, ...}, 0) = 0
newfstatat(AT_FDCWD, "/var/guix/profiles/per-user/root/guix-profile-11-link/manifest", {st_mode=S_IFREG|0444, st_size=4083, ...}, 0) = 0
newfstatat(AT_FDCWD, "/var/guix/profiles/per-user/root/guix-profile-12-link/manifest", {st_mode=S_IFREG|0444, st_size=4083, ...}, 0) = 0
newfstatat(AT_FDCWD, "/var/guix/profiles/per-user/root/guix-profile-13-link/manifest", {st_mode=S_IFREG|0444, st_size=4771, ...}, 0) = 0
newfstatat(AT_FDCWD, "/var/guix/profiles/per-user/root/guix-profile-14-link/manifest", {st_mode=S_IFREG|0444, st_size=5473, ...}, 0) = 0
newfstatat(AT_FDCWD, "/var/guix/profiles/per-user/root/guix-profile-15-link/manifest", {st_mode=S_IFREG|0444, st_size=5473, ...}, 0) = 0
newfstatat(AT_FDCWD, "/var/guix/profiles/per-user/root/guix-profile-16-link/manifest", {st_mode=S_IFREG|0444, st_size=5473, ...}, 0) = 0
newfstatat(AT_FDCWD, "/var/guix/profiles/per-user/root/guix-profile-17-link/manifest", {st_mode=S_IFREG|0444, st_size=6149, ...}, 0) = 0
newfstatat(AT_FDCWD, "/var/guix/profiles/per-user/root/guix-profile-18-link/manifest", {st_mode=S_IFREG|0444, st_size=6149, ...}, 0) = 0
newfstatat(AT_FDCWD, "/var/guix/profiles/per-user/root/guix-profile-19-link/manifest", {st_mode=S_IFREG|0444, st_size=6821, ...}, 0) = 0
newfstatat(AT_FDCWD, "/var/guix/profiles/per-user/root/guix-profile-20-link/manifest", {st_mode=S_IFREG|0444, st_size=6821, ...}, 0) = 0
newfstatat(AT_FDCWD, "/var/guix/profiles/per-user/root/guix-profile-21-link/manifest", {st_mode=S_IFREG|0444, st_size=6821, ...}, 0) = 0
newfstatat(AT_FDCWD, "/var/guix/profiles/per-user/root/guix-profile-22-link/manifest", {st_mode=S_IFREG|0444, st_size=6821, ...}, 0) = 0
newfstatat(AT_FDCWD, "/var/guix/profiles/per-user/root/guix-profile-23-link/manifest", {st_mode=S_IFREG|0444, st_size=6821, ...}, 0) = 0
newfstatat(AT_FDCWD, "/var/guix/profiles/per-user/mwette/current-guix-4-link/manifest", {st_mode=S_IFREG|0444, st_size=1393, ...}, 0) = 0
newfstatat(AT_FDCWD, "/var/guix/profiles/per-user/mwette/current-guix-1-link/manifest", {st_mode=S_IFREG|0444, st_size=974, ...}, 0) = 0
newfstatat(AT_FDCWD, "/var/guix/profiles/per-user/mwette/current-guix-2-link/manifest", {st_mode=S_IFREG|0444, st_size=974, ...}, 0) = 0
newfstatat(AT_FDCWD, "/var/guix/profiles/per-user/mwette/current-guix-3-link/manifest", {st_mode=S_IFREG|0444, st_size=1393, ...}, 0) = 0
newfstatat(AT_FDCWD, "/var/guix/profiles/per-user/mwette/current-guix-4-link/manifest", {st_mode=S_IFREG|0444, st_size=1393, ...}, 0) = 0
newfstatat(AT_FDCWD, "/var/guix/profiles/per-user/mwette/guix-profile-7-link/manifest", {st_mode=S_IFREG|0444, st_size=9116, ...}, 0) = 0
newfstatat(AT_FDCWD, "/var/guix/profiles/per-user/mwette/guix-profile-1-link/manifest", {st_mode=S_IFREG|0444, st_size=7346, ...}, 0) = 0
newfstatat(AT_FDCWD, "/var/guix/profiles/per-user/mwette/guix-profile-2-link/manifest", {st_mode=S_IFREG|0444, st_size=7346, ...}, 0) = 0
newfstatat(AT_FDCWD, "/var/guix/profiles/per-user/mwette/guix-profile-3-link/manifest", {st_mode=S_IFREG|0444, st_size=8442, ...}, 0) = 0
newfstatat(AT_FDCWD, "/var/guix/profiles/per-user/mwette/guix-profile-4-link/manifest", {st_mode=S_IFREG|0444, st_size=8442, ...}, 0) = 0
newfstatat(AT_FDCWD, "/var/guix/profiles/per-user/mwette/guix-profile-5-link/manifest", {st_mode=S_IFREG|0444, st_size=8442, ...}, 0) = 0
newfstatat(AT_FDCWD, "/var/guix/profiles/per-user/mwette/guix-profile-6-link/manifest", {st_mode=S_IFREG|0444, st_size=8442, ...}, 0) = 0
newfstatat(AT_FDCWD, "/var/guix/profiles/per-user/mwette/guix-profile-7-link/manifest", {st_mode=S_IFREG|0444, st_size=9116, ...}, 0) = 0
newfstatat(AT_FDCWD, "/var/guix/profiles/per-user/elvis/current-guix-26-link/manifest", {st_mode=S_IFREG|0444, st_size=1392, ...}, 0) = 0
newfstatat(AT_FDCWD, "/var/guix/profiles/per-user/elvis/current-guix-23-link/manifest", {st_mode=S_IFREG|0444, st_size=1392, ...}, 0) = 0
newfstatat(AT_FDCWD, "/var/guix/profiles/per-user/elvis/current-guix-24-link/manifest", {st_mode=S_IFREG|0444, st_size=1392, ...}, 0) = 0
newfstatat(AT_FDCWD, "/var/guix/profiles/per-user/elvis/current-guix-25-link/manifest", {st_mode=S_IFREG|0444, st_size=1392, ...}, 0) = 0
newfstatat(AT_FDCWD, "/var/guix/profiles/per-user/elvis/current-guix-26-link/manifest", {st_mode=S_IFREG|0444, st_size=1392, ...}, 0) = 0
newfstatat(AT_FDCWD, "/var/guix/profiles/per-user/elvis/guix-profile-44-link/manifest", {st_mode=S_IFREG|0444, st_size=30704, ...}, 0) = 0
newfstatat(AT_FDCWD, "/var/guix/profiles/per-user/elvis/guix-profile-40-link/manifest", {st_mode=S_IFREG|0444, st_size=29222, ...}, 0) = 0
newfstatat(AT_FDCWD, "/var/guix/profiles/per-user/elvis/guix-profile-41-link/manifest", {st_mode=S_IFREG|0444, st_size=30028, ...}, 0) = 0
newfstatat(AT_FDCWD, "/var/guix/profiles/per-user/elvis/guix-profile-42-link/manifest", {st_mode=S_IFREG|0444, st_size=30028, ...}, 0) = 0
newfstatat(AT_FDCWD, "/var/guix/profiles/per-user/elvis/guix-profile-43-link/manifest", {st_mode=S_IFREG|0444, st_size=30028, ...}, 0) = 0
newfstatat(AT_FDCWD, "/var/guix/profiles/per-user/elvis/guix-profile-44-link/manifest", {st_mode=S_IFREG|0444, st_size=30704, ...}, 0) = 0
newfstatat(AT_FDCWD, "/var/guix/profiles/per-user/root/current-guix-31-link/manifest", {st_mode=S_IFREG|0444, st_size=974, ...}, 0) = 0
newfstatat(AT_FDCWD, "/home/elvis/.cache/guix/profiles/lrqv5fdcc5pyg5mpgcm7nsuqepzkf7xeyjcziva26kwivxk3fqpq/manifest", 0x7fff5ca6ee50, 0) = -1 EACCES (Permission denied)
newfstatat(AT_FDCWD, "/home/elvis/.cache/guix/profiles/lrqv5fdcc5pyg5mpgcm7nsuqepzkf7xeyjcziva26kwivxk3fqpq/profile/manifest", 0x7fff5ca6ee50, 0) = -1 EACCES (Permission denied)
newfstatat(AT_FDCWD, "/var/guix/profiles/per-user/root/current-guix-32-link/manifest", {st_mode=S_IFREG|0444, st_size=974, ...}, 0) = 0
newfstatat(AT_FDCWD, "/var/guix/profiles/per-user/elvis/current-guix-24-link/manifest", {st_mode=S_IFREG|0444, st_size=1392, ...}, 0) = 0
newfstatat(AT_FDCWD, "/var/guix/profiles/per-user/root/current-guix-21-link/manifest", {st_mode=S_IFREG|0444, st_size=974, ...}, 0) = 0
newfstatat(AT_FDCWD, "/home/elvis/.cache/guix/profiles/iwjwrjhxrsotfnm43zrxpnaujdvbjkhton3prgj4rlljdzoul5oq/manifest", 0x7fff5ca6ee50, 0) = -1 EACCES (Permission denied)
newfstatat(AT_FDCWD, "/home/elvis/.cache/guix/profiles/iwjwrjhxrsotfnm43zrxpnaujdvbjkhton3prgj4rlljdzoul5oq/profile/manifest", 0x7fff5ca6ee50, 0) = -1 EACCES (Permission denied)
newfstatat(AT_FDCWD, "/var/guix/profiles/per-user/root/current-guix-1-link/manifest", {st_mode=S_IFREG|0444, st_size=974, ...}, 0) = 0
newfstatat(AT_FDCWD, "/home/elvis/.cache/guix/profiles/ffqp2jcuq6jlomhim2fwtxxdbssowbfuq7jrjcc6liwk3uyaaadq/manifest", 0x7fff5ca6ee50, 0) = -1 EACCES (Permission denied)
newfstatat(AT_FDCWD, "/home/elvis/.cache/guix/profiles/ffqp2jcuq6jlomhim2fwtxxdbssowbfuq7jrjcc6liwk3uyaaadq/profile/manifest", 0x7fff5ca6ee50, 0) = -1 EACCES (Permission denied)
newfstatat(AT_FDCWD, "/var/guix/profiles/per-user/root/current-guix-34-link/manifest", {st_mode=S_IFREG|0444, st_size=974, ...}, 0) = 0
newfstatat(AT_FDCWD, "/var/guix/profiles/per-user/root/current-guix-22-link/manifest", {st_mode=S_IFREG|0444, st_size=974, ...}, 0) = 0
newfstatat(AT_FDCWD, "/var/guix/profiles/per-user/root/current-guix-40-link/manifest", {st_mode=S_IFREG|0444, st_size=974, ...}, 0) = 0
newfstatat(AT_FDCWD, "/var/guix/profiles/per-user/root/current-guix-37-link/manifest", {st_mode=S_IFREG|0444, st_size=974, ...}, 0) = 0
newfstatat(AT_FDCWD, "/var/guix/profiles/per-user/root/current-guix-30-link/manifest", {st_mode=S_IFREG|0444, st_size=974, ...}, 0) = 0
newfstatat(AT_FDCWD, "/var/guix/profiles/per-user/mwette/current-guix-1-link/manifest", {st_mode=S_IFREG|0444, st_size=974, ...}, 0) = 0
newfstatat(AT_FDCWD, "/var/guix/profiles/per-user/root/current-guix-36-link/manifest", {st_mode=S_IFREG|0444, st_size=974, ...}, 0) = 0
newfstatat(AT_FDCWD, "/var/guix/profiles/per-user/root/current-guix-45-link/manifest", {st_mode=S_IFREG|0444, st_size=974, ...}, 0) = 0
newfstatat(AT_FDCWD, "/var/guix/profiles/per-user/mwette/current-guix-4-link/manifest", {st_mode=S_IFREG|0444, st_size=1393, ...}, 0) = 0
newfstatat(AT_FDCWD, "/var/guix/profiles/per-user/root/current-guix-27-link/manifest", {st_mode=S_IFREG|0444, st_size=974, ...}, 0) = 0
newfstatat(AT_FDCWD, "/var/guix/profiles/per-user/root/current-guix-39-link/manifest", {st_mode=S_IFREG|0444, st_size=974, ...}, 0) = 0
newfstatat(AT_FDCWD, "/var/guix/profiles/per-user/root/current-guix-38-link/manifest", {st_mode=S_IFREG|0444, st_size=974, ...}, 0) = 0
newfstatat(AT_FDCWD, "/var/guix/profiles/per-user/elvis/current-guix-23-link/manifest", {st_mode=S_IFREG|0444, st_size=1392, ...}, 0) = 0
newfstatat(AT_FDCWD, "/var/guix/profiles/per-user/root/current-guix-28-link/manifest", {st_mode=S_IFREG|0444, st_size=974, ...}, 0) = 0
newfstatat(AT_FDCWD, "/var/guix/profiles/per-user/root/current-guix-41-link/manifest", {st_mode=S_IFREG|0444, st_size=974, ...}, 0) = 0
newfstatat(AT_FDCWD, "/var/guix/profiles/per-user/elvis/current-guix-26-link/manifest", {st_mode=S_IFREG|0444, st_size=1392, ...}, 0) = 0
newfstatat(AT_FDCWD, "/var/guix/profiles/per-user/root/current-guix-29-link/manifest", {st_mode=S_IFREG|0444, st_size=974, ...}, 0) = 0
newfstatat(AT_FDCWD, "/var/guix/profiles/per-user/root/current-guix-46-link/manifest", {st_mode=S_IFREG|0444, st_size=974, ...}, 0) = 0
newfstatat(AT_FDCWD, "/var/guix/profiles/per-user/root/current-guix-35-link/manifest", {st_mode=S_IFREG|0444, st_size=974, ...}, 0) = 0
newfstatat(AT_FDCWD, "/root/.cache/guix/profiles/t7rn6nuvtlutbgbuyqajh2ptfo7wweqvv2heb4loojl7z2unaxda/manifest", 0x7fff5ca6ee50, 0) = -1 EACCES (Permission denied)
newfstatat(AT_FDCWD, "/root/.cache/guix/profiles/t7rn6nuvtlutbgbuyqajh2ptfo7wweqvv2heb4loojl7z2unaxda/profile/manifest", 0x7fff5ca6ee50, 0) = -1 EACCES (Permission denied)
newfstatat(AT_FDCWD, "/var/guix/profiles/per-user/root/current-guix-26-link/manifest", {st_mode=S_IFREG|0444, st_size=974, ...}, 0) = 0
newfstatat(AT_FDCWD, "/home/elvis/.cache/guix/profiles/6fpmoydu6mjpme2orshocjc56w5bdnizmrxmxxarw2t34q2y2mpa/manifest", 0x7fff5ca6ee50, 0) = -1 EACCES (Permission denied)
newfstatat(AT_FDCWD, "/home/elvis/.cache/guix/profiles/6fpmoydu6mjpme2orshocjc56w5bdnizmrxmxxarw2t34q2y2mpa/profile/manifest", 0x7fff5ca6ee50, 0) = -1 EACCES (Permission denied)
newfstatat(AT_FDCWD, "/var/guix/profiles/per-user/mwette/current-guix-3-link/manifest", {st_mode=S_IFREG|0444, st_size=1393, ...}, 0) = 0
newfstatat(AT_FDCWD, "/home/elvis/.cache/guix/profiles/ywkejjal5uqthezyxvh7ypafyelfj6vxmzaj3eq4pxq6qlzbytmq/manifest", 0x7fff5ca6ee50, 0) = -1 EACCES (Permission denied)
newfstatat(AT_FDCWD, "/home/elvis/.cache/guix/profiles/ywkejjal5uqthezyxvh7ypafyelfj6vxmzaj3eq4pxq6qlzbytmq/profile/manifest", 0x7fff5ca6ee50, 0) = -1 EACCES (Permission denied)
newfstatat(AT_FDCWD, "/var/guix/profiles/per-user/root/current-guix-23-link/manifest", {st_mode=S_IFREG|0444, st_size=974, ...}, 0) = 0
newfstatat(AT_FDCWD, "/var/guix/profiles/per-user/root/current-guix-42-link/manifest", {st_mode=S_IFREG|0444, st_size=974, ...}, 0) = 0
newfstatat(AT_FDCWD, "/var/guix/profiles/per-user/elvis/current-guix-25-link/manifest", {st_mode=S_IFREG|0444, st_size=1392, ...}, 0) = 0
newfstatat(AT_FDCWD, "/var/guix/profiles/per-user/mwette/current-guix-2-link/manifest", {st_mode=S_IFREG|0444, st_size=974, ...}, 0) = 0
newfstatat(AT_FDCWD, "/var/guix/profiles/per-user/root/current-guix-25-link/manifest", {st_mode=S_IFREG|0444, st_size=974, ...}, 0) = 0
newfstatat(AT_FDCWD, "/var/guix/profiles/per-user/root/current-guix-33-link/manifest", {st_mode=S_IFREG|0444, st_size=974, ...}, 0) = 0
newfstatat(AT_FDCWD, "/var/guix/profiles/per-user/root/current-guix-47-link/manifest", {st_mode=S_IFREG|0444, st_size=974, ...}, 0) = 0
newfstatat(AT_FDCWD, "/var/guix/profiles/per-user/root/current-guix-44-link/manifest", {st_mode=S_IFREG|0444, st_size=974, ...}, 0) = 0
newfstatat(AT_FDCWD, "/var/guix/profiles/per-user/root/current-guix-24-link/manifest", {st_mode=S_IFREG|0444, st_size=974, ...}, 0) = 0
newfstatat(AT_FDCWD, "/var/guix/profiles/per-user/root/current-guix-43-link/manifest", {st_mode=S_IFREG|0444, st_size=974, ...}, 0) = 0
newfstatat(AT_FDCWD, "/var/guix/profiles/system-66-link/manifest", 0x7fff5ca6ee50, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/var/guix/profiles/system-66-link/profile/manifest", {st_mode=S_IFREG|0444, st_size=85224, ...}, 0) = 0
newfstatat(AT_FDCWD, "/var/guix/profiles/system-1-link/manifest", 0x7fff5ca6ee50, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/var/guix/profiles/system-1-link/profile/manifest", {st_mode=S_IFREG|0444, st_size=85624, ...}, 0) = 0
newfstatat(AT_FDCWD, "/var/guix/profiles/system-10-link/manifest", 0x7fff5ca6ee50, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/var/guix/profiles/system-10-link/profile/manifest", {st_mode=S_IFREG|0444, st_size=84861, ...}, 0) = 0
newfstatat(AT_FDCWD, "/var/guix/profiles/system-11-link/manifest", 0x7fff5ca6ee50, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/var/guix/profiles/system-11-link/profile/manifest", {st_mode=S_IFREG|0444, st_size=84861, ...}, 0) = 0
newfstatat(AT_FDCWD, "/var/guix/profiles/system-12-link/manifest", 0x7fff5ca6ee50, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/var/guix/profiles/system-12-link/profile/manifest", {st_mode=S_IFREG|0444, st_size=84861, ...}, 0) = 0
newfstatat(AT_FDCWD, "/var/guix/profiles/system-13-link/manifest", 0x7fff5ca6ee50, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/var/guix/profiles/system-13-link/profile/manifest", {st_mode=S_IFREG|0444, st_size=84861, ...}, 0) = 0
newfstatat(AT_FDCWD, "/var/guix/profiles/system-14-link/manifest", 0x7fff5ca6ee50, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/var/guix/profiles/system-14-link/profile/manifest", {st_mode=S_IFREG|0444, st_size=84861, ...}, 0) = 0
newfstatat(AT_FDCWD, "/var/guix/profiles/system-15-link/manifest", 0x7fff5ca6ee50, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/var/guix/profiles/system-15-link/profile/manifest", {st_mode=S_IFREG|0444, st_size=84861, ...}, 0) = 0
newfstatat(AT_FDCWD, "/var/guix/profiles/system-16-link/manifest", 0x7fff5ca6ee50, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/var/guix/profiles/system-16-link/profile/manifest", {st_mode=S_IFREG|0444, st_size=84976, ...}, 0) = 0
newfstatat(AT_FDCWD, "/var/guix/profiles/system-17-link/manifest", 0x7fff5ca6ee50, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/var/guix/profiles/system-17-link/profile/manifest", {st_mode=S_IFREG|0444, st_size=85258, ...}, 0) = 0
newfstatat(AT_FDCWD, "/var/guix/profiles/system-18-link/manifest", 0x7fff5ca6ee50, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/var/guix/profiles/system-18-link/profile/manifest", {st_mode=S_IFREG|0444, st_size=85258, ...}, 0) = 0
newfstatat(AT_FDCWD, "/var/guix/profiles/system-19-link/manifest", 0x7fff5ca6ee50, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/var/guix/profiles/system-19-link/profile/manifest", {st_mode=S_IFREG|0444, st_size=85258, ...}, 0) = 0
newfstatat(AT_FDCWD, "/var/guix/profiles/system-2-link/manifest", 0x7fff5ca6ee50, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/var/guix/profiles/system-2-link/profile/manifest", {st_mode=S_IFREG|0444, st_size=84861, ...}, 0) = 0
newfstatat(AT_FDCWD, "/var/guix/profiles/system-20-link/manifest", 0x7fff5ca6ee50, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/var/guix/profiles/system-20-link/profile/manifest", {st_mode=S_IFREG|0444, st_size=85143, ...}, 0) = 0
newfstatat(AT_FDCWD, "/var/guix/profiles/system-21-link/manifest", 0x7fff5ca6ee50, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/var/guix/profiles/system-21-link/profile/manifest", {st_mode=S_IFREG|0444, st_size=85143, ...}, 0) = 0
newfstatat(AT_FDCWD, "/var/guix/profiles/system-22-link/manifest", 0x7fff5ca6ee50, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/var/guix/profiles/system-22-link/profile/manifest", {st_mode=S_IFREG|0444, st_size=85143, ...}, 0) = 0
newfstatat(AT_FDCWD, "/var/guix/profiles/system-23-link/manifest", 0x7fff5ca6ee50, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/var/guix/profiles/system-23-link/profile/manifest", {st_mode=S_IFREG|0444, st_size=85143, ...}, 0) = 0
newfstatat(AT_FDCWD, "/var/guix/profiles/system-24-link/manifest", 0x7fff5ca6ee50, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/var/guix/profiles/system-24-link/profile/manifest", {st_mode=S_IFREG|0444, st_size=85143, ...}, 0) = 0
newfstatat(AT_FDCWD, "/var/guix/profiles/system-25-link/manifest", 0x7fff5ca6ee50, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/var/guix/profiles/system-25-link/profile/manifest", {st_mode=S_IFREG|0444, st_size=85143, ...}, 0) = 0
newfstatat(AT_FDCWD, "/var/guix/profiles/system-26-link/manifest", 0x7fff5ca6ee50, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/var/guix/profiles/system-26-link/profile/manifest", {st_mode=S_IFREG|0444, st_size=85012, ...}, 0) = 0
newfstatat(AT_FDCWD, "/var/guix/profiles/system-27-link/manifest", 0x7fff5ca6ee50, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/var/guix/profiles/system-27-link/profile/manifest", {st_mode=S_IFREG|0444, st_size=85012, ...}, 0) = 0
newfstatat(AT_FDCWD, "/var/guix/profiles/system-28-link/manifest", 0x7fff5ca6ee50, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/var/guix/profiles/system-28-link/profile/manifest", {st_mode=S_IFREG|0444, st_size=84996, ...}, 0) = 0
newfstatat(AT_FDCWD, "/var/guix/profiles/system-29-link/manifest", 0x7fff5ca6ee50, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/var/guix/profiles/system-29-link/profile/manifest", {st_mode=S_IFREG|0444, st_size=84996, ...}, 0) = 0
newfstatat(AT_FDCWD, "/var/guix/profiles/system-3-link/manifest", 0x7fff5ca6ee50, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/var/guix/profiles/system-3-link/profile/manifest", {st_mode=S_IFREG|0444, st_size=84861, ...}, 0) = 0
newfstatat(AT_FDCWD, "/var/guix/profiles/system-30-link/manifest", 0x7fff5ca6ee50, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/var/guix/profiles/system-30-link/profile/manifest", {st_mode=S_IFREG|0444, st_size=84996, ...}, 0) = 0
newfstatat(AT_FDCWD, "/var/guix/profiles/system-31-link/manifest", 0x7fff5ca6ee50, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/var/guix/profiles/system-31-link/profile/manifest", {st_mode=S_IFREG|0444, st_size=84891, ...}, 0) = 0
newfstatat(AT_FDCWD, "/var/guix/profiles/system-32-link/manifest", 0x7fff5ca6ee50, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/var/guix/profiles/system-32-link/profile/manifest", {st_mode=S_IFREG|0444, st_size=38812, ...}, 0) = 0
newfstatat(AT_FDCWD, "/var/guix/profiles/system-33-link/manifest", 0x7fff5ca6ee50, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/var/guix/profiles/system-33-link/profile/manifest", {st_mode=S_IFREG|0444, st_size=38812, ...}, 0) = 0
newfstatat(AT_FDCWD, "/var/guix/profiles/system-34-link/manifest", 0x7fff5ca6ee50, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/var/guix/profiles/system-34-link/profile/manifest", {st_mode=S_IFREG|0444, st_size=38812, ...}, 0) = 0
newfstatat(AT_FDCWD, "/var/guix/profiles/system-35-link/manifest", 0x7fff5ca6ee50, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/var/guix/profiles/system-35-link/profile/manifest", {st_mode=S_IFREG|0444, st_size=38810, ...}, 0) = 0
newfstatat(AT_FDCWD, "/var/guix/profiles/system-36-link/manifest", 0x7fff5ca6ee50, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/var/guix/profiles/system-36-link/profile/manifest", {st_mode=S_IFREG|0444, st_size=38812, ...}, 0) = 0
newfstatat(AT_FDCWD, "/var/guix/profiles/system-37-link/manifest", 0x7fff5ca6ee50, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/var/guix/profiles/system-37-link/profile/manifest", {st_mode=S_IFREG|0444, st_size=38812, ...}, 0) = 0
newfstatat(AT_FDCWD, "/var/guix/profiles/system-38-link/manifest", 0x7fff5ca6ee50, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/var/guix/profiles/system-38-link/profile/manifest", {st_mode=S_IFREG|0444, st_size=38812, ...}, 0) = 0
newfstatat(AT_FDCWD, "/var/guix/profiles/system-39-link/manifest", 0x7fff5ca6ee50, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/var/guix/profiles/system-39-link/profile/manifest", {st_mode=S_IFREG|0444, st_size=38812, ...}, 0) = 0
newfstatat(AT_FDCWD, "/var/guix/profiles/system-4-link/manifest", 0x7fff5ca6ee50, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/var/guix/profiles/system-4-link/profile/manifest", {st_mode=S_IFREG|0444, st_size=84861, ...}, 0) = 0
newfstatat(AT_FDCWD, "/var/guix/profiles/system-40-link/manifest", 0x7fff5ca6ee50, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/var/guix/profiles/system-40-link/profile/manifest", {st_mode=S_IFREG|0444, st_size=38812, ...}, 0) = 0
newfstatat(AT_FDCWD, "/var/guix/profiles/system-41-link/manifest", 0x7fff5ca6ee50, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/var/guix/profiles/system-41-link/profile/manifest", {st_mode=S_IFREG|0444, st_size=38812, ...}, 0) = 0
newfstatat(AT_FDCWD, "/var/guix/profiles/system-42-link/manifest", 0x7fff5ca6ee50, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/var/guix/profiles/system-42-link/profile/manifest", {st_mode=S_IFREG|0444, st_size=38812, ...}, 0) = 0
newfstatat(AT_FDCWD, "/var/guix/profiles/system-43-link/manifest", 0x7fff5ca6ee50, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/var/guix/profiles/system-43-link/profile/manifest", {st_mode=S_IFREG|0444, st_size=38812, ...}, 0) = 0
newfstatat(AT_FDCWD, "/var/guix/profiles/system-44-link/manifest", 0x7fff5ca6ee50, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/var/guix/profiles/system-44-link/profile/manifest", {st_mode=S_IFREG|0444, st_size=38792, ...}, 0) = 0
newfstatat(AT_FDCWD, "/var/guix/profiles/system-45-link/manifest", 0x7fff5ca6ee50, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/var/guix/profiles/system-45-link/profile/manifest", {st_mode=S_IFREG|0444, st_size=38792, ...}, 0) = 0
newfstatat(AT_FDCWD, "/var/guix/profiles/system-46-link/manifest", 0x7fff5ca6ee50, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/var/guix/profiles/system-46-link/profile/manifest", {st_mode=S_IFREG|0444, st_size=38792, ...}, 0) = 0
newfstatat(AT_FDCWD, "/var/guix/profiles/system-47-link/manifest", 0x7fff5ca6ee50, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/var/guix/profiles/system-47-link/profile/manifest", {st_mode=S_IFREG|0444, st_size=38792, ...}, 0) = 0
newfstatat(AT_FDCWD, "/var/guix/profiles/system-48-link/manifest", 0x7fff5ca6ee50, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/var/guix/profiles/system-48-link/profile/manifest", {st_mode=S_IFREG|0444, st_size=38792, ...}, 0) = 0
newfstatat(AT_FDCWD, "/var/guix/profiles/system-49-link/manifest", 0x7fff5ca6ee50, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/var/guix/profiles/system-49-link/profile/manifest", {st_mode=S_IFREG|0444, st_size=38792, ...}, 0) = 0
newfstatat(AT_FDCWD, "/var/guix/profiles/system-5-link/manifest", 0x7fff5ca6ee50, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/var/guix/profiles/system-5-link/profile/manifest", {st_mode=S_IFREG|0444, st_size=84861, ...}, 0) = 0
newfstatat(AT_FDCWD, "/var/guix/profiles/system-50-link/manifest", 0x7fff5ca6ee50, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/var/guix/profiles/system-50-link/profile/manifest", {st_mode=S_IFREG|0444, st_size=38691, ...}, 0) = 0
newfstatat(AT_FDCWD, "/var/guix/profiles/system-51-link/manifest", 0x7fff5ca6ee50, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/var/guix/profiles/system-51-link/profile/manifest", {st_mode=S_IFREG|0444, st_size=38691, ...}, 0) = 0
newfstatat(AT_FDCWD, "/var/guix/profiles/system-52-link/manifest", 0x7fff5ca6ee50, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/var/guix/profiles/system-52-link/profile/manifest", {st_mode=S_IFREG|0444, st_size=38691, ...}, 0) = 0
newfstatat(AT_FDCWD, "/var/guix/profiles/system-53-link/manifest", 0x7fff5ca6ee50, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/var/guix/profiles/system-53-link/profile/manifest", {st_mode=S_IFREG|0444, st_size=38691, ...}, 0) = 0
newfstatat(AT_FDCWD, "/var/guix/profiles/system-54-link/manifest", 0x7fff5ca6ee50, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/var/guix/profiles/system-54-link/profile/manifest", {st_mode=S_IFREG|0444, st_size=38691, ...}, 0) = 0
newfstatat(AT_FDCWD, "/var/guix/profiles/system-55-link/manifest", 0x7fff5ca6ee50, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/var/guix/profiles/system-55-link/profile/manifest", {st_mode=S_IFREG|0444, st_size=84875, ...}, 0) = 0
newfstatat(AT_FDCWD, "/var/guix/profiles/system-56-link/manifest", 0x7fff5ca6ee50, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/var/guix/profiles/system-56-link/profile/manifest", {st_mode=S_IFREG|0444, st_size=84875, ...}, 0) = 0
newfstatat(AT_FDCWD, "/var/guix/profiles/system-57-link/manifest", 0x7fff5ca6ee50, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/var/guix/profiles/system-57-link/profile/manifest", {st_mode=S_IFREG|0444, st_size=84875, ...}, 0) = 0
newfstatat(AT_FDCWD, "/var/guix/profiles/system-58-link/manifest", 0x7fff5ca6ee50, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/var/guix/profiles/system-58-link/profile/manifest", {st_mode=S_IFREG|0444, st_size=84875, ...}, 0) = 0
newfstatat(AT_FDCWD, "/var/guix/profiles/system-59-link/manifest", 0x7fff5ca6ee50, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/var/guix/profiles/system-59-link/profile/manifest", {st_mode=S_IFREG|0444, st_size=84875, ...}, 0) = 0
newfstatat(AT_FDCWD, "/var/guix/profiles/system-6-link/manifest", 0x7fff5ca6ee50, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/var/guix/profiles/system-6-link/profile/manifest", {st_mode=S_IFREG|0444, st_size=84861, ...}, 0) = 0
newfstatat(AT_FDCWD, "/var/guix/profiles/system-60-link/manifest", 0x7fff5ca6ee50, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/var/guix/profiles/system-60-link/profile/manifest", {st_mode=S_IFREG|0444, st_size=84875, ...}, 0) = 0
newfstatat(AT_FDCWD, "/var/guix/profiles/system-61-link/manifest", 0x7fff5ca6ee50, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/var/guix/profiles/system-61-link/profile/manifest", {st_mode=S_IFREG|0444, st_size=84875, ...}, 0) = 0
newfstatat(AT_FDCWD, "/var/guix/profiles/system-62-link/manifest", 0x7fff5ca6ee50, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/var/guix/profiles/system-62-link/profile/manifest", {st_mode=S_IFREG|0444, st_size=85224, ...}, 0) = 0
newfstatat(AT_FDCWD, "/var/guix/profiles/system-63-link/manifest", 0x7fff5ca6ee50, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/var/guix/profiles/system-63-link/profile/manifest", {st_mode=S_IFREG|0444, st_size=85224, ...}, 0) = 0
newfstatat(AT_FDCWD, "/var/guix/profiles/system-64-link/manifest", 0x7fff5ca6ee50, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/var/guix/profiles/system-64-link/profile/manifest", {st_mode=S_IFREG|0444, st_size=85224, ...}, 0) = 0
newfstatat(AT_FDCWD, "/var/guix/profiles/system-65-link/manifest", 0x7fff5ca6ee50, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/var/guix/profiles/system-65-link/profile/manifest", {st_mode=S_IFREG|0444, st_size=85224, ...}, 0) = 0
newfstatat(AT_FDCWD, "/var/guix/profiles/system-66-link/manifest", 0x7fff5ca6ee50, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/var/guix/profiles/system-66-link/profile/manifest", {st_mode=S_IFREG|0444, st_size=85224, ...}, 0) = 0
newfstatat(AT_FDCWD, "/var/guix/profiles/system-7-link/manifest", 0x7fff5ca6ee50, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/var/guix/profiles/system-7-link/profile/manifest", {st_mode=S_IFREG|0444, st_size=84861, ...}, 0) = 0
newfstatat(AT_FDCWD, "/var/guix/profiles/system-8-link/manifest", 0x7fff5ca6ee50, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/var/guix/profiles/system-8-link/profile/manifest", {st_mode=S_IFREG|0444, st_size=84861, ...}, 0) = 0
newfstatat(AT_FDCWD, "/var/guix/profiles/system-9-link/manifest", 0x7fff5ca6ee50, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/var/guix/profiles/system-9-link/profile/manifest", {st_mode=S_IFREG|0444, st_size=84861, ...}, 0) = 0
newfstatat(AT_FDCWD, "/var/guix/gcroots/bootcfg/manifest", 0x7fff5ca6ee50, 0) = -1 ENOTDIR (Not a directory)
newfstatat(AT_FDCWD, "/var/guix/gcroots/bootcfg/profile/manifest", 0x7fff5ca6ee50, 0) = -1 ENOTDIR (Not a directory)
newfstatat(AT_FDCWD, "/run/booted-system/manifest", 0x7fff5ca6ee50, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/run/booted-system/profile/manifest", {st_mode=S_IFREG|0444, st_size=85224, ...}, 0) = 0
newfstatat(AT_FDCWD, "/run/current-system/manifest", 0x7fff5ca6ee50, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/run/current-system/profile/manifest", {st_mode=S_IFREG|0444, st_size=85224, ...}, 0) = 0
newfstatat(AT_FDCWD, "/var/guix/profiles/manifest", 0x7fff5ca6ee50, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/var/guix/profiles/profile/manifest", 0x7fff5ca6ee50, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/var/guix/profiles/per-user/root/current-guix-47-link/manifest", {st_mode=S_IFREG|0444, st_size=974, ...}, 0) = 0
openat(AT_FDCWD, "/var/guix/profiles/per-user/root/current-guix-47-link/manifest", O_RDONLY) = 15
newfstatat(15, "", {st_mode=S_IFREG|0444, st_size=974, ...}, AT_EMPTY_PATH) = 0
lseek(15, 0, SEEK_CUR)                  = 0
read(15, ";; This file was automatically g"..., 4096) = 974
close(15)                               = 0
newfstatat(AT_FDCWD, "/var/guix/profiles/per-user/root/current-guix-1-link/manifest", {st_mode=S_IFREG|0444, st_size=974, ...}, 0) = 0
openat(AT_FDCWD, "/var/guix/profiles/per-user/root/current-guix-1-link/manifest", O_RDONLY) = 15
newfstatat(15, "", {st_mode=S_IFREG|0444, st_size=974, ...}, AT_EMPTY_PATH) = 0
lseek(15, 0, SEEK_CUR)                  = 0
read(15, ";; This file was automatically g"..., 4096) = 974
close(15)                               = 0
newfstatat(AT_FDCWD, "/var/guix/profiles/per-user/root/current-guix-21-link/manifest", {st_mode=S_IFREG|0444, st_size=974, ...}, 0) = 0
openat(AT_FDCWD, "/var/guix/profiles/per-user/root/current-guix-21-link/manifest", O_RDONLY) = 15
newfstatat(15, "", {st_mode=S_IFREG|0444, st_size=974, ...}, AT_EMPTY_PATH) = 0
lseek(15, 0, SEEK_CUR)                  = 0
read(15, ";; This file was automatically g"..., 4096) = 974
close(15)                               = 0
newfstatat(AT_FDCWD, "/var/guix/profiles/per-user/root/current-guix-22-link/manifest", {st_mode=S_IFREG|0444, st_size=974, ...}, 0) = 0
openat(AT_FDCWD, "/var/guix/profiles/per-user/root/current-guix-22-link/manifest", O_RDONLY) = 15
newfstatat(15, "", {st_mode=S_IFREG|0444, st_size=974, ...}, AT_EMPTY_PATH) = 0
lseek(15, 0, SEEK_CUR)                  = 0
read(15, ";; This file was automatically g"..., 4096) = 974
close(15)                               = 0
newfstatat(AT_FDCWD, "/var/guix/profiles/per-user/root/current-guix-23-link/manifest", {st_mode=S_IFREG|0444, st_size=974, ...}, 0) = 0
openat(AT_FDCWD, "/var/guix/profiles/per-user/root/current-guix-23-link/manifest", O_RDONLY) = 15
newfstatat(15, "", {st_mode=S_IFREG|0444, st_size=974, ...}, AT_EMPTY_PATH) = 0
lseek(15, 0, SEEK_CUR)                  = 0
read(15, ";; This file was automatically g"..., 4096) = 974
close(15)                               = 0
newfstatat(AT_FDCWD, "/var/guix/profiles/per-user/root/current-guix-24-link/manifest", {st_mode=S_IFREG|0444, st_size=974, ...}, 0) = 0
openat(AT_FDCWD, "/var/guix/profiles/per-user/root/current-guix-24-link/manifest", O_RDONLY) = 15
newfstatat(15, "", {st_mode=S_IFREG|0444, st_size=974, ...}, AT_EMPTY_PATH) = 0
lseek(15, 0, SEEK_CUR)                  = 0
read(15, ";; This file was automatically g"..., 4096) = 974
close(15)                               = 0
newfstatat(AT_FDCWD, "/var/guix/profiles/per-user/root/current-guix-25-link/manifest", {st_mode=S_IFREG|0444, st_size=974, ...}, 0) = 0
openat(AT_FDCWD, "/var/guix/profiles/per-user/root/current-guix-25-link/manifest", O_RDONLY) = 15
newfstatat(15, "", {st_mode=S_IFREG|0444, st_size=974, ...}, AT_EMPTY_PATH) = 0
lseek(15, 0, SEEK_CUR)                  = 0
read(15, ";; This file was automatically g"..., 4096) = 974
close(15)                               = 0
newfstatat(AT_FDCWD, "/var/guix/profiles/per-user/root/current-guix-26-link/manifest", {st_mode=S_IFREG|0444, st_size=974, ...}, 0) = 0
openat(AT_FDCWD, "/var/guix/profiles/per-user/root/current-guix-26-link/manifest", O_RDONLY) = 15
newfstatat(15, "", {st_mode=S_IFREG|0444, st_size=974, ...}, AT_EMPTY_PATH) = 0
lseek(15, 0, SEEK_CUR)                  = 0
read(15, ";; This file was automatically g"..., 4096) = 974
close(15)                               = 0
newfstatat(AT_FDCWD, "/var/guix/profiles/per-user/root/current-guix-27-link/manifest", {st_mode=S_IFREG|0444, st_size=974, ...}, 0) = 0
openat(AT_FDCWD, "/var/guix/profiles/per-user/root/current-guix-27-link/manifest", O_RDONLY) = 15
newfstatat(15, "", {st_mode=S_IFREG|0444, st_size=974, ...}, AT_EMPTY_PATH) = 0
lseek(15, 0, SEEK_CUR)                  = 0
read(15, ";; This file was automatically g"..., 4096) = 974
close(15)                               = 0
newfstatat(AT_FDCWD, "/var/guix/profiles/per-user/root/current-guix-28-link/manifest", {st_mode=S_IFREG|0444, st_size=974, ...}, 0) = 0
openat(AT_FDCWD, "/var/guix/profiles/per-user/root/current-guix-28-link/manifest", O_RDONLY) = 15
newfstatat(15, "", {st_mode=S_IFREG|0444, st_size=974, ...}, AT_EMPTY_PATH) = 0
lseek(15, 0, SEEK_CUR)                  = 0
read(15, ";; This file was automatically g"..., 4096) = 974
close(15)                               = 0
newfstatat(AT_FDCWD, "/var/guix/profiles/per-user/root/current-guix-29-link/manifest", {st_mode=S_IFREG|0444, st_size=974, ...}, 0) = 0
openat(AT_FDCWD, "/var/guix/profiles/per-user/root/current-guix-29-link/manifest", O_RDONLY) = 15
newfstatat(15, "", {st_mode=S_IFREG|0444, st_size=974, ...}, AT_EMPTY_PATH) = 0
lseek(15, 0, SEEK_CUR)                  = 0
read(15, ";; This file was automatically g"..., 4096) = 974
close(15)                               = 0
newfstatat(AT_FDCWD, "/var/guix/profiles/per-user/root/current-guix-30-link/manifest", {st_mode=S_IFREG|0444, st_size=974, ...}, 0) = 0
openat(AT_FDCWD, "/var/guix/profiles/per-user/root/current-guix-30-link/manifest", O_RDONLY) = 15
newfstatat(15, "", {st_mode=S_IFREG|0444, st_size=974, ...}, AT_EMPTY_PATH) = 0
lseek(15, 0, SEEK_CUR)                  = 0
read(15, ";; This file was automatically g"..., 4096) = 974
close(15)                               = 0
newfstatat(AT_FDCWD, "/var/guix/profiles/per-user/root/current-guix-31-link/manifest", {st_mode=S_IFREG|0444, st_size=974, ...}, 0) = 0
openat(AT_FDCWD, "/var/guix/profiles/per-user/root/current-guix-31-link/manifest", O_RDONLY) = 15
newfstatat(15, "", {st_mode=S_IFREG|0444, st_size=974, ...}, AT_EMPTY_PATH) = 0
lseek(15, 0, SEEK_CUR)                  = 0
read(15, ";; This file was automatically g"..., 4096) = 974
close(15)                               = 0
newfstatat(AT_FDCWD, "/var/guix/profiles/per-user/root/current-guix-32-link/manifest", {st_mode=S_IFREG|0444, st_size=974, ...}, 0) = 0
openat(AT_FDCWD, "/var/guix/profiles/per-user/root/current-guix-32-link/manifest", O_RDONLY) = 15
newfstatat(15, "", {st_mode=S_IFREG|0444, st_size=974, ...}, AT_EMPTY_PATH) = 0
lseek(15, 0, SEEK_CUR)                  = 0
read(15, ";; This file was automatically g"..., 4096) = 974
close(15)                               = 0
newfstatat(AT_FDCWD, "/var/guix/profiles/per-user/root/current-guix-33-link/manifest", {st_mode=S_IFREG|0444, st_size=974, ...}, 0) = 0
openat(AT_FDCWD, "/var/guix/profiles/per-user/root/current-guix-33-link/manifest", O_RDONLY) = 15
newfstatat(15, "", {st_mode=S_IFREG|0444, st_size=974, ...}, AT_EMPTY_PATH) = 0
lseek(15, 0, SEEK_CUR)                  = 0
read(15, ";; This file was automatically g"..., 4096) = 974
close(15)                               = 0
newfstatat(AT_FDCWD, "/var/guix/profiles/per-user/root/current-guix-34-link/manifest", {st_mode=S_IFREG|0444, st_size=974, ...}, 0) = 0
openat(AT_FDCWD, "/var/guix/profiles/per-user/root/current-guix-34-link/manifest", O_RDONLY) = 15
newfstatat(15, "", {st_mode=S_IFREG|0444, st_size=974, ...}, AT_EMPTY_PATH) = 0
lseek(15, 0, SEEK_CUR)                  = 0
read(15, ";; This file was automatically g"..., 4096) = 974
close(15)                               = 0
newfstatat(AT_FDCWD, "/var/guix/profiles/per-user/root/current-guix-35-link/manifest", {st_mode=S_IFREG|0444, st_size=974, ...}, 0) = 0
openat(AT_FDCWD, "/var/guix/profiles/per-user/root/current-guix-35-link/manifest", O_RDONLY) = 15
newfstatat(15, "", {st_mode=S_IFREG|0444, st_size=974, ...}, AT_EMPTY_PATH) = 0
lseek(15, 0, SEEK_CUR)                  = 0
read(15, ";; This file was automatically g"..., 4096) = 974
close(15)                               = 0
newfstatat(AT_FDCWD, "/var/guix/profiles/per-user/root/current-guix-36-link/manifest", {st_mode=S_IFREG|0444, st_size=974, ...}, 0) = 0
openat(AT_FDCWD, "/var/guix/profiles/per-user/root/current-guix-36-link/manifest", O_RDONLY) = 15
newfstatat(15, "", {st_mode=S_IFREG|0444, st_size=974, ...}, AT_EMPTY_PATH) = 0
lseek(15, 0, SEEK_CUR)                  = 0
read(15, ";; This file was automatically g"..., 4096) = 974
close(15)                               = 0
newfstatat(AT_FDCWD, "/var/guix/profiles/per-user/root/current-guix-37-link/manifest", {st_mode=S_IFREG|0444, st_size=974, ...}, 0) = 0
openat(AT_FDCWD, "/var/guix/profiles/per-user/root/current-guix-37-link/manifest", O_RDONLY) = 15
newfstatat(15, "", {st_mode=S_IFREG|0444, st_size=974, ...}, AT_EMPTY_PATH) = 0
lseek(15, 0, SEEK_CUR)                  = 0
read(15, ";; This file was automatically g"..., 4096) = 974
close(15)                               = 0
newfstatat(AT_FDCWD, "/var/guix/profiles/per-user/root/current-guix-38-link/manifest", {st_mode=S_IFREG|0444, st_size=974, ...}, 0) = 0
openat(AT_FDCWD, "/var/guix/profiles/per-user/root/current-guix-38-link/manifest", O_RDONLY) = 15
newfstatat(15, "", {st_mode=S_IFREG|0444, st_size=974, ...}, AT_EMPTY_PATH) = 0
lseek(15, 0, SEEK_CUR)                  = 0
read(15, ";; This file was automatically g"..., 4096) = 974
close(15)                               = 0
newfstatat(AT_FDCWD, "/var/guix/profiles/per-user/root/current-guix-39-link/manifest", {st_mode=S_IFREG|0444, st_size=974, ...}, 0) = 0
openat(AT_FDCWD, "/var/guix/profiles/per-user/root/current-guix-39-link/manifest", O_RDONLY) = 15
newfstatat(15, "", {st_mode=S_IFREG|0444, st_size=974, ...}, AT_EMPTY_PATH) = 0
lseek(15, 0, SEEK_CUR)                  = 0
read(15, ";; This file was automatically g"..., 4096) = 974
close(15)                               = 0
newfstatat(AT_FDCWD, "/var/guix/profiles/per-user/root/current-guix-40-link/manifest", {st_mode=S_IFREG|0444, st_size=974, ...}, 0) = 0
openat(AT_FDCWD, "/var/guix/profiles/per-user/root/current-guix-40-link/manifest", O_RDONLY) = 15
newfstatat(15, "", {st_mode=S_IFREG|0444, st_size=974, ...}, AT_EMPTY_PATH) = 0
lseek(15, 0, SEEK_CUR)                  = 0
read(15, ";; This file was automatically g"..., 4096) = 974
close(15)                               = 0
newfstatat(AT_FDCWD, "/var/guix/profiles/per-user/root/current-guix-41-link/manifest", {st_mode=S_IFREG|0444, st_size=974, ...}, 0) = 0
openat(AT_FDCWD, "/var/guix/profiles/per-user/root/current-guix-41-link/manifest", O_RDONLY) = 15
newfstatat(15, "", {st_mode=S_IFREG|0444, st_size=974, ...}, AT_EMPTY_PATH) = 0
lseek(15, 0, SEEK_CUR)                  = 0
read(15, ";; This file was automatically g"..., 4096) = 974
close(15)                               = 0
newfstatat(AT_FDCWD, "/var/guix/profiles/per-user/root/current-guix-42-link/manifest", {st_mode=S_IFREG|0444, st_size=974, ...}, 0) = 0
openat(AT_FDCWD, "/var/guix/profiles/per-user/root/current-guix-42-link/manifest", O_RDONLY) = 15
newfstatat(15, "", {st_mode=S_IFREG|0444, st_size=974, ...}, AT_EMPTY_PATH) = 0
mmap(0x7f17a05ad000, 65536, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f179b7af000
lseek(15, 0, SEEK_CUR)                  = 0
read(15, ";; This file was automatically g"..., 4096) = 974
close(15)                               = 0
newfstatat(AT_FDCWD, "/var/guix/profiles/per-user/root/current-guix-43-link/manifest", {st_mode=S_IFREG|0444, st_size=974, ...}, 0) = 0
openat(AT_FDCWD, "/var/guix/profiles/per-user/root/current-guix-43-link/manifest", O_RDONLY) = 15
newfstatat(15, "", {st_mode=S_IFREG|0444, st_size=974, ...}, AT_EMPTY_PATH) = 0
lseek(15, 0, SEEK_CUR)                  = 0
read(15, ";; This file was automatically g"..., 4096) = 974
close(15)                               = 0
newfstatat(AT_FDCWD, "/var/guix/profiles/per-user/root/current-guix-44-link/manifest", {st_mode=S_IFREG|0444, st_size=974, ...}, 0) = 0
openat(AT_FDCWD, "/var/guix/profiles/per-user/root/current-guix-44-link/manifest", O_RDONLY) = 15
newfstatat(15, "", {st_mode=S_IFREG|0444, st_size=974, ...}, AT_EMPTY_PATH) = 0
lseek(15, 0, SEEK_CUR)                  = 0
read(15, ";; This file was automatically g"..., 4096) = 974
close(15)                               = 0
newfstatat(AT_FDCWD, "/var/guix/profiles/per-user/root/current-guix-45-link/manifest", {st_mode=S_IFREG|0444, st_size=974, ...}, 0) = 0
openat(AT_FDCWD, "/var/guix/profiles/per-user/root/current-guix-45-link/manifest", O_RDONLY) = 15
newfstatat(15, "", {st_mode=S_IFREG|0444, st_size=974, ...}, AT_EMPTY_PATH) = 0
lseek(15, 0, SEEK_CUR)                  = 0
read(15, ";; This file was automatically g"..., 4096) = 974
close(15)                               = 0
newfstatat(AT_FDCWD, "/var/guix/profiles/per-user/root/current-guix-46-link/manifest", {st_mode=S_IFREG|0444, st_size=974, ...}, 0) = 0
openat(AT_FDCWD, "/var/guix/profiles/per-user/root/current-guix-46-link/manifest", O_RDONLY) = 15
newfstatat(15, "", {st_mode=S_IFREG|0444, st_size=974, ...}, AT_EMPTY_PATH) = 0
lseek(15, 0, SEEK_CUR)                  = 0
read(15, ";; This file was automatically g"..., 4096) = 974
close(15)                               = 0
newfstatat(AT_FDCWD, "/var/guix/profiles/per-user/root/guix-profile-23-link/manifest", {st_mode=S_IFREG|0444, st_size=6821, ...}, 0) = 0
openat(AT_FDCWD, "/var/guix/profiles/per-user/root/guix-profile-23-link/manifest", O_RDONLY) = 15
newfstatat(15, "", {st_mode=S_IFREG|0444, st_size=6821, ...}, AT_EMPTY_PATH) = 0
lseek(15, 0, SEEK_CUR)                  = 0
read(15, ";; This file was automatically g"..., 4096) = 4096
read(15, "b4a\"\n      \"out\"\n      \"/gnu/sto"..., 4096) = 2725
close(15)                               = 0
newfstatat(AT_FDCWD, "/var/guix/profiles/per-user/root/guix-profile-10-link/manifest", {st_mode=S_IFREG|0444, st_size=4083, ...}, 0) = 0
openat(AT_FDCWD, "/var/guix/profiles/per-user/root/guix-profile-10-link/manifest", O_RDONLY) = 15
newfstatat(15, "", {st_mode=S_IFREG|0444, st_size=4083, ...}, AT_EMPTY_PATH) = 0
lseek(15, 0, SEEK_CUR)                  = 0
read(15, ";; This file was automatically g"..., 4096) = 4083
close(15)                               = 0
newfstatat(AT_FDCWD, "/var/guix/profiles/per-user/root/guix-profile-11-link/manifest", {st_mode=S_IFREG|0444, st_size=4083, ...}, 0) = 0
openat(AT_FDCWD, "/var/guix/profiles/per-user/root/guix-profile-11-link/manifest", O_RDONLY) = 15
newfstatat(15, "", {st_mode=S_IFREG|0444, st_size=4083, ...}, AT_EMPTY_PATH) = 0
lseek(15, 0, SEEK_CUR)                  = 0
read(15, ";; This file was automatically g"..., 4096) = 4083
close(15)                               = 0
newfstatat(AT_FDCWD, "/var/guix/profiles/per-user/root/guix-profile-12-link/manifest", {st_mode=S_IFREG|0444, st_size=4083, ...}, 0) = 0
openat(AT_FDCWD, "/var/guix/profiles/per-user/root/guix-profile-12-link/manifest", O_RDONLY) = 15
newfstatat(15, "", {st_mode=S_IFREG|0444, st_size=4083, ...}, AT_EMPTY_PATH) = 0
lseek(15, 0, SEEK_CUR)                  = 0
read(15, ";; This file was automatically g"..., 4096) = 4083
close(15)                               = 0
newfstatat(AT_FDCWD, "/var/guix/profiles/per-user/root/guix-profile-13-link/manifest", {st_mode=S_IFREG|0444, st_size=4771, ...}, 0) = 0
openat(AT_FDCWD, "/var/guix/profiles/per-user/root/guix-profile-13-link/manifest", O_RDONLY) = 15
newfstatat(15, "", {st_mode=S_IFREG|0444, st_size=4771, ...}, AT_EMPTY_PATH) = 0
lseek(15, 0, SEEK_CUR)                  = 0
read(15, ";; This file was automatically g"..., 4096) = 4096
read(15, "   (\"strace\"\n      \"6.4\"\n      \""..., 4096) = 675
close(15)                               = 0
newfstatat(AT_FDCWD, "/var/guix/profiles/per-user/root/guix-profile-14-link/manifest", {st_mode=S_IFREG|0444, st_size=5473, ...}, 0) = 0
openat(AT_FDCWD, "/var/guix/profiles/per-user/root/guix-profile-14-link/manifest", O_RDONLY) = 15
newfstatat(15, "", {st_mode=S_IFREG|0444, st_size=5473, ...}, AT_EMPTY_PATH) = 0
lseek(15, 0, SEEK_CUR)                  = 0
read(15, ";; This file was automatically g"..., 4096) = 4096
mmap(0x7f179b7bf000, 2494464, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f179b54e000
read(15, ")))))\n     (\"openssh-sans-x\"\n   "..., 4096) = 1377
close(15)                               = 0
newfstatat(AT_FDCWD, "/var/guix/profiles/per-user/root/guix-profile-15-link/manifest", {st_mode=S_IFREG|0444, st_size=5473, ...}, 0) = 0
openat(AT_FDCWD, "/var/guix/profiles/per-user/root/guix-profile-15-link/manifest", O_RDONLY) = 15
newfstatat(15, "", {st_mode=S_IFREG|0444, st_size=5473, ...}, AT_EMPTY_PATH) = 0
lseek(15, 0, SEEK_CUR)                  = 0
read(15, ";; This file was automatically g"..., 4096) = 4096
mmap(0x7f179b7af000, 65536, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f179b53e000
read(15, ")))))\n     (\"openssh-sans-x\"\n   "..., 4096) = 1377
close(15)                               = 0
newfstatat(AT_FDCWD, "/var/guix/profiles/per-user/root/guix-profile-16-link/manifest", {st_mode=S_IFREG|0444, st_size=5473, ...}, 0) = 0
openat(AT_FDCWD, "/var/guix/profiles/per-user/root/guix-profile-16-link/manifest", O_RDONLY) = 15
newfstatat(15, "", {st_mode=S_IFREG|0444, st_size=5473, ...}, AT_EMPTY_PATH) = 0
lseek(15, 0, SEEK_CUR)                  = 0
read(15, ";; This file was automatically g"..., 4096) = 4096
read(15, ")))))\n     (\"openssh-sans-x\"\n   "..., 4096) = 1377
close(15)                               = 0
newfstatat(AT_FDCWD, "/var/guix/profiles/per-user/root/guix-profile-17-link/manifest", {st_mode=S_IFREG|0444, st_size=6149, ...}, 0) = 0
openat(AT_FDCWD, "/var/guix/profiles/per-user/root/guix-profile-17-link/manifest", O_RDONLY) = 15
newfstatat(15, "", {st_mode=S_IFREG|0444, st_size=6149, ...}, AT_EMPTY_PATH) = 0
lseek(15, 0, SEEK_CUR)                  = 0
read(15, ";; This file was automatically g"..., 4096) = 4096
read(15, ")))))))\n     (\"sway\"\n      \"1.8."..., 4096) = 2053
close(15)                               = 0
newfstatat(AT_FDCWD, "/var/guix/profiles/per-user/root/guix-profile-18-link/manifest", {st_mode=S_IFREG|0444, st_size=6149, ...}, 0) = 0
openat(AT_FDCWD, "/var/guix/profiles/per-user/root/guix-profile-18-link/manifest", O_RDONLY) = 15
newfstatat(15, "", {st_mode=S_IFREG|0444, st_size=6149, ...}, AT_EMPTY_PATH) = 0
lseek(15, 0, SEEK_CUR)                  = 0
read(15, ";; This file was automatically g"..., 4096) = 4096
read(15, ")))))))\n     (\"sway\"\n      \"1.8."..., 4096) = 2053
close(15)                               = 0
newfstatat(AT_FDCWD, "/var/guix/profiles/per-user/root/guix-profile-19-link/manifest", {st_mode=S_IFREG|0444, st_size=6821, ...}, 0) = 0
openat(AT_FDCWD, "/var/guix/profiles/per-user/root/guix-profile-19-link/manifest", O_RDONLY) = 15
newfstatat(15, "", {st_mode=S_IFREG|0444, st_size=6821, ...}, AT_EMPTY_PATH) = 0
lseek(15, 0, SEEK_CUR)                  = 0
read(15, ";; This file was automatically g"..., 4096) = 4096
read(15, "  \"1.60-0.479bb4a\"\n      \"out\"\n "..., 4096) = 2725
close(15)                               = 0
newfstatat(AT_FDCWD, "/var/guix/profiles/per-user/root/guix-profile-20-link/manifest", {st_mode=S_IFREG|0444, st_size=6821, ...}, 0) = 0
openat(AT_FDCWD, "/var/guix/profiles/per-user/root/guix-profile-20-link/manifest", O_RDONLY) = 15
newfstatat(15, "", {st_mode=S_IFREG|0444, st_size=6821, ...}, AT_EMPTY_PATH) = 0
lseek(15, 0, SEEK_CUR)                  = 0
read(15, ";; This file was automatically g"..., 4096) = 4096
read(15, "  \"1.60-0.479bb4a\"\n      \"out\"\n "..., 4096) = 2725
close(15)                               = 0
newfstatat(AT_FDCWD, "/var/guix/profiles/per-user/root/guix-profile-21-link/manifest", {st_mode=S_IFREG|0444, st_size=6821, ...}, 0) = 0
openat(AT_FDCWD, "/var/guix/profiles/per-user/root/guix-profile-21-link/manifest", O_RDONLY) = 15
newfstatat(15, "", {st_mode=S_IFREG|0444, st_size=6821, ...}, AT_EMPTY_PATH) = 0
lseek(15, 0, SEEK_CUR)                  = 0
read(15, ";; This file was automatically g"..., 4096) = 4096
read(15, "    \"out\"\n      \"/gnu/store/wz33"..., 4096) = 2725
mmap(0x7f179b54e000, 65536, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f179b52e000
close(15)                               = 0
newfstatat(AT_FDCWD, "/var/guix/profiles/per-user/root/guix-profile-22-link/manifest", {st_mode=S_IFREG|0444, st_size=6821, ...}, 0) = 0
openat(AT_FDCWD, "/var/guix/profiles/per-user/root/guix-profile-22-link/manifest", O_RDONLY) = 15
newfstatat(15, "", {st_mode=S_IFREG|0444, st_size=6821, ...}, AT_EMPTY_PATH) = 0
lseek(15, 0, SEEK_CUR)                  = 0
read(15, ";; This file was automatically g"..., 4096) = 4096
read(15, "    \"out\"\n      \"/gnu/store/wz33"..., 4096) = 2725
close(15)                               = 0
newfstatat(AT_FDCWD, "/var/guix/profiles/per-user/mwette/current-guix-4-link/manifest", {st_mode=S_IFREG|0444, st_size=1393, ...}, 0) = 0
openat(AT_FDCWD, "/var/guix/profiles/per-user/mwette/current-guix-4-link/manifest", O_RDONLY) = 15
newfstatat(15, "", {st_mode=S_IFREG|0444, st_size=1393, ...}, AT_EMPTY_PATH) = 0
lseek(15, 0, SEEK_CUR)                  = 0
read(15, ";; This file was automatically g"..., 4096) = 1393
close(15)                               = 0
newfstatat(AT_FDCWD, "/var/guix/profiles/per-user/mwette/current-guix-1-link/manifest", {st_mode=S_IFREG|0444, st_size=974, ...}, 0) = 0
openat(AT_FDCWD, "/var/guix/profiles/per-user/mwette/current-guix-1-link/manifest", O_RDONLY) = 15
newfstatat(15, "", {st_mode=S_IFREG|0444, st_size=974, ...}, AT_EMPTY_PATH) = 0
lseek(15, 0, SEEK_CUR)                  = 0
read(15, ";; This file was automatically g"..., 4096) = 974
close(15)                               = 0
newfstatat(AT_FDCWD, "/var/guix/profiles/per-user/mwette/current-guix-2-link/manifest", {st_mode=S_IFREG|0444, st_size=974, ...}, 0) = 0
openat(AT_FDCWD, "/var/guix/profiles/per-user/mwette/current-guix-2-link/manifest", O_RDONLY) = 15
newfstatat(15, "", {st_mode=S_IFREG|0444, st_size=974, ...}, AT_EMPTY_PATH) = 0
lseek(15, 0, SEEK_CUR)                  = 0
read(15, ";; This file was automatically g"..., 4096) = 974
close(15)                               = 0
newfstatat(AT_FDCWD, "/var/guix/profiles/per-user/mwette/current-guix-3-link/manifest", {st_mode=S_IFREG|0444, st_size=1393, ...}, 0) = 0
openat(AT_FDCWD, "/var/guix/profiles/per-user/mwette/current-guix-3-link/manifest", O_RDONLY) = 15
newfstatat(15, "", {st_mode=S_IFREG|0444, st_size=1393, ...}, AT_EMPTY_PATH) = 0
lseek(15, 0, SEEK_CUR)                  = 0
read(15, ";; This file was automatically g"..., 4096) = 1393
close(15)                               = 0
newfstatat(AT_FDCWD, "/var/guix/profiles/per-user/mwette/guix-profile-7-link/manifest", {st_mode=S_IFREG|0444, st_size=9116, ...}, 0) = 0
openat(AT_FDCWD, "/var/guix/profiles/per-user/mwette/guix-profile-7-link/manifest", O_RDONLY) = 15
newfstatat(15, "", {st_mode=S_IFREG|0444, st_size=9116, ...}, AT_EMPTY_PATH) = 0
lseek(15, 0, SEEK_CUR)                  = 0
read(15, ";; This file was automatically g"..., 4096) = 4096
read(15, "             (version 0)\n       "..., 4096) = 4096
read(15, "        (version 0)\n            "..., 4096) = 924
close(15)                               = 0
newfstatat(AT_FDCWD, "/var/guix/profiles/per-user/mwette/guix-profile-1-link/manifest", {st_mode=S_IFREG|0444, st_size=7346, ...}, 0) = 0
openat(AT_FDCWD, "/var/guix/profiles/per-user/mwette/guix-profile-1-link/manifest", O_RDONLY) = 15
newfstatat(15, "", {st_mode=S_IFREG|0444, st_size=7346, ...}, AT_EMPTY_PATH) = 0
lseek(15, 0, SEEK_CUR)                  = 0
read(15, ";; This file was automatically g"..., 4096) = 4096
read(15, "d71d68k26rl3dr8p1gi15bgb97q-guil"..., 4096) = 3250
close(15)                               = 0
newfstatat(AT_FDCWD, "/var/guix/profiles/per-user/mwette/guix-profile-2-link/manifest", {st_mode=S_IFREG|0444, st_size=7346, ...}, 0) = 0
openat(AT_FDCWD, "/var/guix/profiles/per-user/mwette/guix-profile-2-link/manifest", O_RDONLY) = 15
newfstatat(15, "", {st_mode=S_IFREG|0444, st_size=7346, ...}, AT_EMPTY_PATH) = 0
lseek(15, 0, SEEK_CUR)                  = 0
read(15, ";; This file was automatically g"..., 4096) = 4096
read(15, "d71d68k26rl3dr8p1gi15bgb97q-guil"..., 4096) = 3250
mmap(0x7f179b53e000, 65536, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f179b51e000
close(15)                               = 0
newfstatat(AT_FDCWD, "/var/guix/profiles/per-user/mwette/guix-profile-3-link/manifest", {st_mode=S_IFREG|0444, st_size=8442, ...}, 0) = 0
openat(AT_FDCWD, "/var/guix/profiles/per-user/mwette/guix-profile-3-link/manifest", O_RDONLY) = 15
newfstatat(15, "", {st_mode=S_IFREG|0444, st_size=8442, ...}, AT_EMPTY_PATH) = 0
lseek(15, 0, SEEK_CUR)                  = 0
read(15, ";; This file was automatically g"..., 4096) = 4096
read(15, "686cead6db62ea8b941b2ed7c0bd6608"..., 4096) = 4096
read(15, "   (channel-introduction\n       "..., 4096) = 250
close(15)                               = 0
newfstatat(AT_FDCWD, "/var/guix/profiles/per-user/mwette/guix-profile-4-link/manifest", {st_mode=S_IFREG|0444, st_size=8442, ...}, 0) = 0
openat(AT_FDCWD, "/var/guix/profiles/per-user/mwette/guix-profile-4-link/manifest", O_RDONLY) = 15
newfstatat(15, "", {st_mode=S_IFREG|0444, st_size=8442, ...}, AT_EMPTY_PATH) = 0
lseek(15, 0, SEEK_CUR)                  = 0
read(15, ";; This file was automatically g"..., 4096) = 4096
read(15, "686cead6db62ea8b941b2ed7c0bd6608"..., 4096) = 4096
read(15, "   (channel-introduction\n       "..., 4096) = 250
close(15)                               = 0
newfstatat(AT_FDCWD, "/var/guix/profiles/per-user/mwette/guix-profile-5-link/manifest", {st_mode=S_IFREG|0444, st_size=8442, ...}, 0) = 0
openat(AT_FDCWD, "/var/guix/profiles/per-user/mwette/guix-profile-5-link/manifest", O_RDONLY) = 15
newfstatat(15, "", {st_mode=S_IFREG|0444, st_size=8442, ...}, AT_EMPTY_PATH) = 0
lseek(15, 0, SEEK_CUR)                  = 0
read(15, ";; This file was automatically g"..., 4096) = 4096
read(15, "20b6b35d3ab529f9045cc8a779cdcec9"..., 4096) = 4096
read(15, "   (channel-introduction\n       "..., 4096) = 250
close(15)                               = 0
newfstatat(AT_FDCWD, "/var/guix/profiles/per-user/mwette/guix-profile-6-link/manifest", {st_mode=S_IFREG|0444, st_size=8442, ...}, 0) = 0
openat(AT_FDCWD, "/var/guix/profiles/per-user/mwette/guix-profile-6-link/manifest", O_RDONLY) = 15
newfstatat(15, "", {st_mode=S_IFREG|0444, st_size=8442, ...}, AT_EMPTY_PATH) = 0
lseek(15, 0, SEEK_CUR)                  = 0
read(15, ";; This file was automatically g"..., 4096) = 4096
read(15, "20b6b35d3ab529f9045cc8a779cdcec9"..., 4096) = 4096
clock_gettime(CLOCK_PROCESS_CPUTIME_ID, {tv_sec=0, tv_nsec=172660924}) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
futex(0x7f17a405ebe8, FUTEX_WAKE_PRIVATE, 2147483647) = 1
futex(0x7f17a405ec00, FUTEX_WAKE_PRIVATE, 1) = 1
futex(0x7f17a405ebec, FUTEX_WAKE_PRIVATE, 2147483647) = 0
futex(0x7f17a405ebe8, FUTEX_WAIT_BITSET_PRIVATE|FUTEX_CLOCK_REALTIME, 0, NULL, FUTEX_BITSET_MATCH_ANY) = -1 EAGAIN (Resource temporarily unavailable)
futex(0x7f17a405ec00, FUTEX_WAKE_PRIVATE, 1) = 0
futex(0x7f17a405ebec, FUTEX_WAIT_BITSET_PRIVATE|FUTEX_CLOCK_REALTIME, 0, NULL, FUTEX_BITSET_MATCH_ANY) = -1 EAGAIN (Resource temporarily unavailable)
futex(0x7f17a405ec00, FUTEX_WAKE_PRIVATE, 1) = 0
futex(0x7f17a405ebe8, FUTEX_WAKE_PRIVATE, 2147483647) = 1
futex(0x7f17a405ebec, FUTEX_WAKE_PRIVATE, 2147483647) = 1
futex(0x7f17a405ec00, FUTEX_WAKE_PRIVATE, 1) = 0
futex(0x7f17a405ec00, FUTEX_WAKE_PRIVATE, 1) = 0
futex(0x7f17a405ebec, FUTEX_WAKE_PRIVATE, 2147483647) = 1
write(7, "\0", 1)                       = 1
clock_gettime(CLOCK_PROCESS_CPUTIME_ID, {tv_sec=0, tv_nsec=190708507}) = 0
read(15, "   (channel-introduction\n       "..., 4096) = 250
close(15)                               = 0
newfstatat(AT_FDCWD, "/var/guix/profiles/per-user/elvis/current-guix-26-link/manifest", {st_mode=S_IFREG|0444, st_size=1392, ...}, 0) = 0
openat(AT_FDCWD, "/var/guix/profiles/per-user/elvis/current-guix-26-link/manifest", O_RDONLY) = 15
newfstatat(15, "", {st_mode=S_IFREG|0444, st_size=1392, ...}, AT_EMPTY_PATH) = 0
lseek(15, 0, SEEK_CUR)                  = 0
read(15, ";; This file was automatically g"..., 4096) = 1392
close(15)                               = 0
newfstatat(AT_FDCWD, "/var/guix/profiles/per-user/elvis/current-guix-23-link/manifest", {st_mode=S_IFREG|0444, st_size=1392, ...}, 0) = 0
openat(AT_FDCWD, "/var/guix/profiles/per-user/elvis/current-guix-23-link/manifest", O_RDONLY) = 15
newfstatat(15, "", {st_mode=S_IFREG|0444, st_size=1392, ...}, AT_EMPTY_PATH) = 0
lseek(15, 0, SEEK_CUR)                  = 0
read(15, ";; This file was automatically g"..., 4096) = 1392
close(15)                               = 0
newfstatat(AT_FDCWD, "/var/guix/profiles/per-user/elvis/current-guix-24-link/manifest", {st_mode=S_IFREG|0444, st_size=1392, ...}, 0) = 0
openat(AT_FDCWD, "/var/guix/profiles/per-user/elvis/current-guix-24-link/manifest", O_RDONLY) = 15
newfstatat(15, "", {st_mode=S_IFREG|0444, st_size=1392, ...}, AT_EMPTY_PATH) = 0
lseek(15, 0, SEEK_CUR)                  = 0
read(15, ";; This file was automatically g"..., 4096) = 1392
close(15)                               = 0
newfstatat(AT_FDCWD, "/var/guix/profiles/per-user/elvis/current-guix-25-link/manifest", {st_mode=S_IFREG|0444, st_size=1392, ...}, 0) = 0
openat(AT_FDCWD, "/var/guix/profiles/per-user/elvis/current-guix-25-link/manifest", O_RDONLY) = 15
newfstatat(15, "", {st_mode=S_IFREG|0444, st_size=1392, ...}, AT_EMPTY_PATH) = 0
lseek(15, 0, SEEK_CUR)                  = 0
read(15, ";; This file was automatically g"..., 4096) = 1392
close(15)                               = 0
newfstatat(AT_FDCWD, "/var/guix/profiles/per-user/elvis/guix-profile-44-link/manifest", {st_mode=S_IFREG|0444, st_size=30704, ...}, 0) = 0
openat(AT_FDCWD, "/var/guix/profiles/per-user/elvis/guix-profile-44-link/manifest", O_RDONLY) = 15
newfstatat(15, "", {st_mode=S_IFREG|0444, st_size=30704, ...}, AT_EMPTY_PATH) = 0
lseek(15, 0, SEEK_CUR)                  = 0
read(15, ";; This file was automatically g"..., 4096) = 4096
read(15, "    (url \"https://git.savannah.g"..., 4096) = 4096
read(15, "          \"out\"\n                "..., 4096) = 4096
read(15, "(repository\n             (versio"..., 4096) = 4096
read(15, "\n             (name guix)\n      "..., 4096) = 4096
read(15, "        (version 0)\n            "..., 4096) = 4096
read(15, "h-paths\n        ((\"PKG_CONFIG_PA"..., 4096) = 4096
read(15, "         (repository\n           "..., 4096) = 2032
close(15)                               = 0
newfstatat(AT_FDCWD, "/var/guix/profiles/per-user/elvis/guix-profile-40-link/manifest", {st_mode=S_IFREG|0444, st_size=29222, ...}, 0) = 0
openat(AT_FDCWD, "/var/guix/profiles/per-user/elvis/guix-profile-40-link/manifest", O_RDONLY) = 15
newfstatat(15, "", {st_mode=S_IFREG|0444, st_size=29222, ...}, AT_EMPTY_PATH) = 0
lseek(15, 0, SEEK_CUR)                  = 0
read(15, ";; This file was automatically g"..., 4096) = 4096
read(15, "  (channel-introduction\n        "..., 4096) = 4096
read(15, "   (search-paths\n            ((\""..., 4096) = 4096
read(15, "ccfea34bad\")\n                 (s"..., 4096) = 4096
read(15, "t/guix.git\")\n             (branc"..., 4096) = 4096
read(15, "                 (signer\n       "..., 4096) = 4096
read(15, "me guix)\n             (introduct"..., 4096) = 4096
read(15, " ((provenance\n           (reposi"..., 4096) = 550
close(15)                               = 0
newfstatat(AT_FDCWD, "/var/guix/profiles/per-user/elvis/guix-profile-41-link/manifest", {st_mode=S_IFREG|0444, st_size=30028, ...}, 0) = 0
openat(AT_FDCWD, "/var/guix/profiles/per-user/elvis/guix-profile-41-link/manifest", O_RDONLY) = 15
newfstatat(15, "", {st_mode=S_IFREG|0444, st_size=30028, ...}, AT_EMPTY_PATH) = 0
lseek(15, 0, SEEK_CUR)                  = 0
read(15, ";; This file was automatically g"..., 4096) = 4096
read(15, "ommit\n               \"e2e5df596f"..., 4096) = 4096
read(15, "           \"/gnu/store/3dv9xf07g"..., 4096) = 4096
read(15, "bdcddccfea34bad\")\n              "..., 4096) = 4096
read(15, "   (properties\n        ((provena"..., 4096) = 4096
read(15, "      (version 0)\n              "..., 4096) = 4096
read(15, "       \"BBB0 2DDF 2CEA F6A8 0D1D"..., 4096) = 4096
read(15, "ed\n           \"m4\"\n           \"1"..., 4096) = 1356
close(15)                               = 0
newfstatat(AT_FDCWD, "/var/guix/profiles/per-user/elvis/guix-profile-42-link/manifest", {st_mode=S_IFREG|0444, st_size=30028, ...}, 0) = 0
openat(AT_FDCWD, "/var/guix/profiles/per-user/elvis/guix-profile-42-link/manifest", O_RDONLY) = 15
newfstatat(15, "", {st_mode=S_IFREG|0444, st_size=30028, ...}, AT_EMPTY_PATH) = 0
lseek(15, 0, SEEK_CUR)                  = 0
read(15, ";; This file was automatically g"..., 4096) = 4096
read(15, "       \"/gnu/store/fncsrwapajvfk"..., 4096) = 4096
read(15, "/gnu/store/plnbi6v0n1kcfvfl5mcpn"..., 4096) = 4096
read(15, "  (repository\n             (vers"..., 4096) = 4096
read(15, "\n             (name guix)\n      "..., 4096) = 4096
read(15, "      (version 0)\n              "..., 4096) = 4096
read(15, "       \"BBB0 2DDF 2CEA F6A8 0D1D"..., 4096) = 4096
read(15, "ed\n           \"m4\"\n           \"1"..., 4096) = 1356
mmap(0x7f179b52e000, 65536, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f179b50e000
close(15)                               = 0
newfstatat(AT_FDCWD, "/var/guix/profiles/per-user/elvis/guix-profile-43-link/manifest", {st_mode=S_IFREG|0444, st_size=30028, ...}, 0) = 0
openat(AT_FDCWD, "/var/guix/profiles/per-user/elvis/guix-profile-43-link/manifest", O_RDONLY) = 15
newfstatat(15, "", {st_mode=S_IFREG|0444, st_size=30028, ...}, AT_EMPTY_PATH) = 0
lseek(15, 0, SEEK_CUR)                  = 0
read(15, ";; This file was automatically g"..., 4096) = 4096
read(15, "       \"/gnu/store/fncsrwapajvfk"..., 4096) = 4096
read(15, "/gnu/store/plnbi6v0n1kcfvfl5mcpn"..., 4096) = 4096
read(15, "  (repository\n             (vers"..., 4096) = 4096
mmap(0x7f179b51e000, 3325952, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f179b1e2000
read(15, "\n             (name guix)\n      "..., 4096) = 4096
read(15, "      (version 0)\n              "..., 4096) = 4096
read(15, "       \"BBB0 2DDF 2CEA F6A8 0D1D"..., 4096) = 4096
read(15, "ed\n           \"m4\"\n           \"1"..., 4096) = 1356
close(15)                               = 0
newfstatat(AT_FDCWD, "/var/guix/profiles/system-66-link/profile/manifest", {st_mode=S_IFREG|0444, st_size=85224, ...}, 0) = 0
openat(AT_FDCWD, "/var/guix/profiles/system-66-link/profile/manifest", O_RDONLY) = 15
newfstatat(15, "", {st_mode=S_IFREG|0444, st_size=85224, ...}, AT_EMPTY_PATH) = 0
lseek(15, 0, SEEK_CUR)                  = 0
read(15, ";; This file was automatically g"..., 4096) = 4096
read(15, "         directory\n          #f)"..., 4096) = 4096
mmap(0x7f179b50e000, 65536, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f179b1d2000
read(15, "r\"\n      \"1.34\"\n      \"out\"\n    "..., 4096) = 4096
read(15, "       directory\n          #f)))"..., 4096) = 4096
read(15, "                       \"/gnu/sto"..., 4096) = 4096
read(15, "peated\n                   \"libx1"..., 4096) = 4096
read(15, ")\n                 (\"XDG_DATA_DI"..., 4096) = 4096
read(15, "   \"/gnu/store/p4smfj500n7fjazd8"..., 4096) = 4096
read(15, "f1nbp2mvbs79b-cairo-1.16.0\")\n   "..., 4096) = 4096
read(15, "\") \":\" directory #f)\n           "..., 4096) = 4096
read(15, "directory #f)\n                 ("..., 4096) = 4096
read(15, "/k5ydj4m5ic2pqa3qw45sj4x6bfb8phv"..., 4096) = 4096
read(15, "    (\"lib/vdpau\")\n              "..., 4096) = 4096
read(15, "            (\"XCURSOR_PATH\" (\"sh"..., 4096) = 4096
read(15, "             \"1.6.2\"\n           "..., 4096) = 4096
mmap(0x7f179b1e2000, 65536, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f179b1c2000
read(15, "k5vmja00ppqixrzhbfqxs28awx2hvk4-"..., 4096) = 4096
read(15, "       \"xinput\"\n                "..., 4096) = 4096
read(15, ".30\")))\n          (search-paths\n"..., 4096) = 4096
read(15, "ectory\n                  #f)))))"..., 4096) = 4096
read(15, "R_PATH\"\n              (\"lib/vdpa"..., 4096) = 4096
read(15, ".22.2\"\n               \"/gnu/stor"..., 4096) = 3304
close(15)                               = 0
newfstatat(AT_FDCWD, "/var/guix/profiles/system-1-link/profile/manifest", {st_mode=S_IFREG|0444, st_size=85624, ...}, 0) = 0
openat(AT_FDCWD, "/var/guix/profiles/system-1-link/profile/manifest", O_RDONLY) = 15
newfstatat(15, "", {st_mode=S_IFREG|0444, st_size=85624, ...}, AT_EMPTY_PATH) = 0
lseek(15, 0, SEEK_CUR)                  = 0
read(15, ";; This file was automatically g"..., 4096) = 4096
read(15, "a9g6hphzgm-pciutils-3.7.0\")\n    "..., 4096) = 4096
read(15, "u/store/5kj8lyybjrdl7xd0fx9g9vzk"..., 4096) = 4096
mmap(0x7f179b1d2000, 65536, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f179b1b2000
read(15, "\"dbus\"\n              \"1.12.20\"\n "..., 4096) = 4096
read(15, "               \"/gnu/store/vfak5"..., 4096) = 4096
read(15, "\"2.10.4\"\n                   \"/gn"..., 4096) = 4096
read(15, "regular\n                  #f)\n  "..., 4096) = 4096
read(15, "  ((repeated\n                   "..., 4096) = 4096
read(15, "           \"2.13.94\"\n           "..., 4096) = 4096
read(15, "DULES\"\n              (\"lib/gio/m"..., 4096) = 4096
read(15, "  \"1.41.2\"\n           \"/gnu/stor"..., 4096) = 4096
read(15, "            \"libxrandr\"\n        "..., 4096) = 4096
read(15, "k\"\n                   \"4.8.1\"\n  "..., 4096) = 4096
read(15, "a-gcr-3.41.1\"\n              (pro"..., 4096) = 4096
read(15, "i6q8m-gtk+-3.24.30\")\n           "..., 4096) = 4096
mmap(0x7f179b1c2000, 65536, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f179b1a2000
read(15, "  regular\n              #f)\n    "..., 4096) = 4096
read(15, "loaders.cache\")\n                "..., 4096) = 4096
read(15, "\n                   \"glib\"\n     "..., 4096) = 4096
clock_gettime(CLOCK_PROCESS_CPUTIME_ID, {tv_sec=0, tv_nsec=233946489}) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
futex(0x7f17a405ebe8, FUTEX_WAKE_PRIVATE, 2147483647) = 1
futex(0x7f17a405ec00, FUTEX_WAKE_PRIVATE, 1) = 1
futex(0x7f17a405ebec, FUTEX_WAKE_PRIVATE, 2147483647) = 0
futex(0x7f17a405ebe8, FUTEX_WAIT_BITSET_PRIVATE|FUTEX_CLOCK_REALTIME, 0, NULL, FUTEX_BITSET_MATCH_ANY) = -1 EAGAIN (Resource temporarily unavailable)
futex(0x7f17a405ec00, FUTEX_WAKE_PRIVATE, 1) = 0
futex(0x7f17a405ebec, FUTEX_WAIT_BITSET_PRIVATE|FUTEX_CLOCK_REALTIME, 0, NULL, FUTEX_BITSET_MATCH_ANY) = -1 EAGAIN (Resource temporarily unavailable)
futex(0x7f17a405ebe8, FUTEX_WAKE_PRIVATE, 2147483647) = 1
futex(0x7f17a405ec00, FUTEX_WAKE_PRIVATE, 1) = 0
futex(0x7f17a405ebec, FUTEX_WAKE_PRIVATE, 2147483647) = 1
clock_gettime(CLOCK_PROCESS_CPUTIME_ID, {tv_sec=0, tv_nsec=253358132}) = 0
write(7, "\0", 1)                       = 1
futex(0x7f17a382ecb8, FUTEX_WAIT_PRIVATE, 2, NULL) = 0
futex(0x7f17a382ecb8, FUTEX_WAKE_PRIVATE, 1) = 0
read(15, "  (repeated\n                    "..., 4096) = 4096
read(15, "  ((repeated\n               \"gli"..., 4096) = 4096
read(15, "   (\"GIO_EXTRA_MODULES\"\n        "..., 4096) = 3704
close(15)                               = 0
newfstatat(AT_FDCWD, "/var/guix/profiles/system-10-link/profile/manifest", {st_mode=S_IFREG|0444, st_size=84861, ...}, 0) = 0
openat(AT_FDCWD, "/var/guix/profiles/system-10-link/profile/manifest", O_RDONLY) = 15
newfstatat(15, "", {st_mode=S_IFREG|0444, st_size=84861, ...}, AT_EMPTY_PATH) = 0
lseek(15, 0, SEEK_CUR)                  = 0
read(15, ";; This file was automatically g"..., 4096) = 4096
read(15, "          \"/gnu/store/0jk7sl5xqw"..., 4096) = 4096
read(15, "e/nv5q3a8wf16arzgvgqc3125xbglqg5"..., 4096) = 4096
read(15, " \":\" directory #f)\n         (\"GI"..., 4096) = 4096
read(15, "1.3.4\"\n                      (pr"..., 4096) = 4096
read(15, "tore/qabydd2r26gcr9s26hzchip3a3h"..., 4096) = 4096
read(15, "al\"\n              \"0.3.1\"\n      "..., 4096) = 4096
read(15, "2gnj2-xorgproto-2022.2\")\n       "..., 4096) = 4096
read(15, "                \"freetype\"\n     "..., 4096) = 4096
read(15, "ons\") \":\" directory #f)\n        "..., 4096) = 4096
read(15, " #f)\n             (\"GIO_EXTRA_MO"..., 4096) = 4096
read(15, "ed\n                   \"libxkbcom"..., 4096) = 4096
read(15, "  (\"gnome-color-manager\"\n       "..., 4096) = 4096
read(15, "        #f\n                  reg"..., 4096) = 4096
read(15, "            \"/gnu/store/nb40pwd3"..., 4096) = 4096
read(15, "re/ghigqvqz9bdq684wx2bsnydx48hxl"..., 4096) = 4096
read(15, "EXTRA_MODULES\"\n                 "..., 4096) = 4096
read(15, "tory #f)\n             (\"GIO_EXTR"..., 4096) = 4096
read(15, "irectory #f)\n             (\"GIO_"..., 4096) = 4096
read(15, "   (\"lib/gdk-pixbuf-2.0/2.10.0/l"..., 4096) = 4096
read(15, "search-paths\n            ((\"GST_"..., 4096) = 2941
close(15)                               = 0
newfstatat(AT_FDCWD, "/var/guix/profiles/system-11-link/profile/manifest", {st_mode=S_IFREG|0444, st_size=84861, ...}, 0) = 0
openat(AT_FDCWD, "/var/guix/profiles/system-11-link/profile/manifest", O_RDONLY) = 15
newfstatat(15, "", {st_mode=S_IFREG|0444, st_size=84861, ...}, AT_EMPTY_PATH) = 0
lseek(15, 0, SEEK_CUR)                  = 0
read(15, ";; This file was automatically g"..., 4096) = 4096
read(15, "          \"/gnu/store/0jk7sl5xqw"..., 4096) = 4096
read(15, "e/nv5q3a8wf16arzgvgqc3125xbglqg5"..., 4096) = 4096
read(15, " \":\" directory #f)\n         (\"GI"..., 4096) = 4096
read(15, "1.3.4\"\n                      (pr"..., 4096) = 4096
read(15, "tore/qabydd2r26gcr9s26hzchip3a3h"..., 4096) = 4096
read(15, "al\"\n              \"0.3.1\"\n      "..., 4096) = 4096
read(15, "2gnj2-xorgproto-2022.2\")\n       "..., 4096) = 4096
read(15, "                \"freetype\"\n     "..., 4096) = 4096
read(15, "ons\") \":\" directory #f)\n        "..., 4096) = 4096
read(15, " #f)\n             (\"GIO_EXTRA_MO"..., 4096) = 4096
read(15, "ed\n                   \"libxkbcom"..., 4096) = 4096
read(15, "  (\"gnome-color-manager\"\n       "..., 4096) = 4096
read(15, "        #f\n                  reg"..., 4096) = 4096
read(15, "            \"/gnu/store/nb40pwd3"..., 4096) = 4096
read(15, "re/ghigqvqz9bdq684wx2bsnydx48hxl"..., 4096) = 4096
read(15, "EXTRA_MODULES\"\n                 "..., 4096) = 4096
mmap(0x7f179b1b2000, 4657152, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f179ad31000
read(15, "tory #f)\n             (\"GIO_EXTR"..., 4096) = 4096
read(15, "irectory #f)\n             (\"GIO_"..., 4096) = 4096
read(15, "   (\"lib/gdk-pixbuf-2.0/2.10.0/l"..., 4096) = 4096
read(15, "search-paths\n            ((\"GST_"..., 4096) = 2941
close(15)                               = 0
newfstatat(AT_FDCWD, "/var/guix/profiles/system-12-link/profile/manifest", {st_mode=S_IFREG|0444, st_size=84861, ...}, 0) = 0
openat(AT_FDCWD, "/var/guix/profiles/system-12-link/profile/manifest", O_RDONLY) = 15
newfstatat(15, "", {st_mode=S_IFREG|0444, st_size=84861, ...}, AT_EMPTY_PATH) = 0
lseek(15, 0, SEEK_CUR)                  = 0
read(15, ";; This file was automatically g"..., 4096) = 4096
read(15, "          \"/gnu/store/0jk7sl5xqw"..., 4096) = 4096
read(15, "e/nv5q3a8wf16arzgvgqc3125xbglqg5"..., 4096) = 4096
read(15, " \":\" directory #f)\n         (\"GI"..., 4096) = 4096
read(15, "1.3.4\"\n                      (pr"..., 4096) = 4096
read(15, "tore/qabydd2r26gcr9s26hzchip3a3h"..., 4096) = 4096
read(15, "al\"\n              \"0.3.1\"\n      "..., 4096) = 4096
read(15, "2gnj2-xorgproto-2022.2\")\n       "..., 4096) = 4096
read(15, "                \"freetype\"\n     "..., 4096) = 4096
read(15, "ons\") \":\" directory #f)\n        "..., 4096) = 4096
read(15, " #f)\n             (\"GIO_EXTRA_MO"..., 4096) = 4096
read(15, "ed\n                   \"libxkbcom"..., 4096) = 4096
read(15, "  (\"gnome-color-manager\"\n       "..., 4096) = 4096
read(15, "        #f\n                  reg"..., 4096) = 4096
read(15, "            \"/gnu/store/nb40pwd3"..., 4096) = 4096
read(15, "re/ghigqvqz9bdq684wx2bsnydx48hxl"..., 4096) = 4096
read(15, "EXTRA_MODULES\"\n                 "..., 4096) = 4096
read(15, "tory #f)\n             (\"GIO_EXTR"..., 4096) = 4096
read(15, "irectory #f)\n             (\"GIO_"..., 4096) = 4096
mmap(0x7f179b1a2000, 65536, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f179ad21000
read(15, "   (\"lib/gdk-pixbuf-2.0/2.10.0/l"..., 4096) = 4096
read(15, "search-paths\n            ((\"GST_"..., 4096) = 2941
close(15)                               = 0
newfstatat(AT_FDCWD, "/var/guix/profiles/system-13-link/profile/manifest", {st_mode=S_IFREG|0444, st_size=84861, ...}, 0) = 0
openat(AT_FDCWD, "/var/guix/profiles/system-13-link/profile/manifest", O_RDONLY) = 15
newfstatat(15, "", {st_mode=S_IFREG|0444, st_size=84861, ...}, AT_EMPTY_PATH) = 0
lseek(15, 0, SEEK_CUR)                  = 0
read(15, ";; This file was automatically g"..., 4096) = 4096
read(15, "          \"/gnu/store/0jk7sl5xqw"..., 4096) = 4096
read(15, "e/nv5q3a8wf16arzgvgqc3125xbglqg5"..., 4096) = 4096
read(15, " \":\" directory #f)\n         (\"GI"..., 4096) = 4096
read(15, "1.3.4\"\n                      (pr"..., 4096) = 4096
mmap(0x7f179ad31000, 65536, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f179ad11000
read(15, "tore/qabydd2r26gcr9s26hzchip3a3h"..., 4096) = 4096
read(15, "al\"\n              \"0.3.1\"\n      "..., 4096) = 4096
read(15, "2gnj2-xorgproto-2022.2\")\n       "..., 4096) = 4096
read(15, "                \"freetype\"\n     "..., 4096) = 4096
read(15, "ons\") \":\" directory #f)\n        "..., 4096) = 4096
read(15, " #f)\n             (\"GIO_EXTRA_MO"..., 4096) = 4096
read(15, "ed\n                   \"libxkbcom"..., 4096) = 4096
read(15, "  (\"gnome-color-manager\"\n       "..., 4096) = 4096
read(15, "        #f\n                  reg"..., 4096) = 4096
read(15, "            \"/gnu/store/nb40pwd3"..., 4096) = 4096
read(15, "re/ghigqvqz9bdq684wx2bsnydx48hxl"..., 4096) = 4096
mmap(0x7f179ad21000, 65536, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f179ad01000
read(15, "EXTRA_MODULES\"\n                 "..., 4096) = 4096
read(15, "tory #f)\n             (\"GIO_EXTR"..., 4096) = 4096
read(15, "irectory #f)\n             (\"GIO_"..., 4096) = 4096
read(15, "   (\"lib/gdk-pixbuf-2.0/2.10.0/l"..., 4096) = 4096
read(15, "search-paths\n            ((\"GST_"..., 4096) = 2941
close(15)                               = 0
newfstatat(AT_FDCWD, "/var/guix/profiles/system-14-link/profile/manifest", {st_mode=S_IFREG|0444, st_size=84861, ...}, 0) = 0
openat(AT_FDCWD, "/var/guix/profiles/system-14-link/profile/manifest", O_RDONLY) = 15
newfstatat(15, "", {st_mode=S_IFREG|0444, st_size=84861, ...}, AT_EMPTY_PATH) = 0
lseek(15, 0, SEEK_CUR)                  = 0
read(15, ";; This file was automatically g"..., 4096) = 4096
read(15, "          \"/gnu/store/0jk7sl5xqw"..., 4096) = 4096
mmap(0x7f179ad11000, 65536, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f179acf1000
read(15, "e/nv5q3a8wf16arzgvgqc3125xbglqg5"..., 4096) = 4096
read(15, " \":\" directory #f)\n         (\"GI"..., 4096) = 4096
read(15, "1.3.4\"\n                      (pr"..., 4096) = 4096
read(15, "tore/qabydd2r26gcr9s26hzchip3a3h"..., 4096) = 4096
read(15, "al\"\n              \"0.3.1\"\n      "..., 4096) = 4096
read(15, "2gnj2-xorgproto-2022.2\")\n       "..., 4096) = 4096
read(15, "                \"freetype\"\n     "..., 4096) = 4096
read(15, "ons\") \":\" directory #f)\n        "..., 4096) = 4096
read(15, " #f)\n             (\"GIO_EXTRA_MO"..., 4096) = 4096
read(15, "ed\n                   \"libxkbcom"..., 4096) = 4096
read(15, "  (\"gnome-color-manager\"\n       "..., 4096) = 4096
mmap(0x7f179ad01000, 65536, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f179ace1000
read(15, "        #f\n                  reg"..., 4096) = 4096
read(15, "            \"/gnu/store/nb40pwd3"..., 4096) = 4096
read(15, "re/ghigqvqz9bdq684wx2bsnydx48hxl"..., 4096) = 4096
read(15, "EXTRA_MODULES\"\n                 "..., 4096) = 4096
read(15, "tory #f)\n             (\"GIO_EXTR"..., 4096) = 4096
read(15, "irectory #f)\n             (\"GIO_"..., 4096) = 4096
read(15, "   (\"lib/gdk-pixbuf-2.0/2.10.0/l"..., 4096) = 4096
read(15, "search-paths\n            ((\"GST_"..., 4096) = 2941
clock_gettime(CLOCK_PROCESS_CPUTIME_ID, {tv_sec=0, tv_nsec=322797948}) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
futex(0x7f17a405ebe8, FUTEX_WAKE_PRIVATE, 2147483647) = 1
futex(0x7f17a405ec00, FUTEX_WAKE_PRIVATE, 1) = 1
futex(0x7f17a405ebec, FUTEX_WAKE_PRIVATE, 2147483647) = 0
futex(0x7f17a405ebe8, FUTEX_WAKE_PRIVATE, 2147483647) = 1
futex(0x7f17a405ebec, FUTEX_WAIT_BITSET_PRIVATE|FUTEX_CLOCK_REALTIME, 0, NULL, FUTEX_BITSET_MATCH_ANY) = -1 EAGAIN (Resource temporarily unavailable)
futex(0x7f17a405ec00, FUTEX_WAKE_PRIVATE, 1) = 0
futex(0x7f17a405ebe8, FUTEX_WAKE_PRIVATE, 2147483647) = 1
clock_gettime(CLOCK_PROCESS_CPUTIME_ID, {tv_sec=0, tv_nsec=346568858}) = 0
write(7, "\0", 1)                       = 1
close(15)                               = 0
newfstatat(AT_FDCWD, "/var/guix/profiles/system-15-link/profile/manifest", {st_mode=S_IFREG|0444, st_size=84861, ...}, 0) = 0
openat(AT_FDCWD, "/var/guix/profiles/system-15-link/profile/manifest", O_RDONLY) = 15
newfstatat(15, "", {st_mode=S_IFREG|0444, st_size=84861, ...}, AT_EMPTY_PATH) = 0
lseek(15, 0, SEEK_CUR)                  = 0
read(15, ";; This file was automatically g"..., 4096) = 4096
read(15, "          \"/gnu/store/0jk7sl5xqw"..., 4096) = 4096
read(15, "e/nv5q3a8wf16arzgvgqc3125xbglqg5"..., 4096) = 4096
read(15, " \":\" directory #f)\n         (\"GI"..., 4096) = 4096
read(15, "1.3.4\"\n                      (pr"..., 4096) = 4096
read(15, "tore/qabydd2r26gcr9s26hzchip3a3h"..., 4096) = 4096
read(15, "al\"\n              \"0.3.1\"\n      "..., 4096) = 4096
read(15, "2gnj2-xorgproto-2022.2\")\n       "..., 4096) = 4096
read(15, "                \"freetype\"\n     "..., 4096) = 4096
read(15, "ons\") \":\" directory #f)\n        "..., 4096) = 4096
read(15, " #f)\n             (\"GIO_EXTRA_MO"..., 4096) = 4096
read(15, "ed\n                   \"libxkbcom"..., 4096) = 4096
read(15, "  (\"gnome-color-manager\"\n       "..., 4096) = 4096
read(15, "        #f\n                  reg"..., 4096) = 4096
read(15, "            \"/gnu/store/nb40pwd3"..., 4096) = 4096
read(15, "re/ghigqvqz9bdq684wx2bsnydx48hxl"..., 4096) = 4096
read(15, "EXTRA_MODULES\"\n                 "..., 4096) = 4096
read(15, "tory #f)\n             (\"GIO_EXTR"..., 4096) = 4096
read(15, "irectory #f)\n             (\"GIO_"..., 4096) = 4096
read(15, "   (\"lib/gdk-pixbuf-2.0/2.10.0/l"..., 4096) = 4096
read(15, "search-paths\n            ((\"GST_"..., 4096) = 2941
close(15)                               = 0
newfstatat(AT_FDCWD, "/var/guix/profiles/system-16-link/profile/manifest", {st_mode=S_IFREG|0444, st_size=84976, ...}, 0) = 0
openat(AT_FDCWD, "/var/guix/profiles/system-16-link/profile/manifest", O_RDONLY) = 15
newfstatat(15, "", {st_mode=S_IFREG|0444, st_size=84976, ...}, AT_EMPTY_PATH) = 0
lseek(15, 0, SEEK_CUR)                  = 0
read(15, ";; This file was automatically g"..., 4096) = 4096
read(15, "          \"/gnu/store/0jk7sl5xqw"..., 4096) = 4096
read(15, "e/nv5q3a8wf16arzgvgqc3125xbglqg5"..., 4096) = 4096
read(15, " \":\" directory #f)\n         (\"GI"..., 4096) = 4096
read(15, "1.3.4\"\n                      (pr"..., 4096) = 4096
read(15, "tore/qabydd2r26gcr9s26hzchip3a3h"..., 4096) = 4096
read(15, "al\"\n              \"0.3.1\"\n      "..., 4096) = 4096
read(15, "2gnj2-xorgproto-2022.2\")\n       "..., 4096) = 4096
read(15, "                \"freetype\"\n     "..., 4096) = 4096
read(15, "ons\") \":\" directory #f)\n        "..., 4096) = 4096
read(15, " directory\n                  #f)"..., 4096) = 4096
read(15, "1.1.4\"\n                   \"/gnu/"..., 4096) = 4096
read(15, "    (\"lib/gdk-pixbuf-2.0/2.10.0/"..., 4096) = 4096
read(15, "                 (\"GDK_PIXBUF_MO"..., 4096) = 4096
read(15, "        (propagated-inputs\n     "..., 4096) = 4096
read(15, "0c7s256y5vk1538j4lx7qrb9732i3j-s"..., 4096) = 4096
read(15, ")\n              (search-paths\n  "..., 4096) = 4096
read(15, ".cache\")\n              #f\n      "..., 4096) = 4096
read(15, "         directory\n             "..., 4096) = 4096
read(15, "ry #f)\n             (\"XDG_DATA_D"..., 4096) = 4096
read(15, "       \"1.22.2\"\n               \""..., 4096) = 3056
close(15)                               = 0
newfstatat(AT_FDCWD, "/var/guix/profiles/system-17-link/profile/manifest", {st_mode=S_IFREG|0444, st_size=85258, ...}, 0) = 0
openat(AT_FDCWD, "/var/guix/profiles/system-17-link/profile/manifest", O_RDONLY) = 15
newfstatat(15, "", {st_mode=S_IFREG|0444, st_size=85258, ...}, AT_EMPTY_PATH) = 0
lseek(15, 0, SEEK_CUR)                  = 0
read(15, ";; This file was automatically g"..., 4096) = 4096
read(15, "          \"/gnu/store/0jk7sl5xqw"..., 4096) = 4096
read(15, "e/nv5q3a8wf16arzgvgqc3125xbglqg5"..., 4096) = 4096
read(15, " \":\" directory #f)\n         (\"GI"..., 4096) = 4096
read(15, "1.3.4\"\n                      (pr"..., 4096) = 4096
read(15, "tore/qabydd2r26gcr9s26hzchip3a3h"..., 4096) = 4096
read(15, "al\"\n              \"0.3.1\"\n      "..., 4096) = 4096
read(15, "2gnj2-xorgproto-2022.2\")\n       "..., 4096) = 4096
read(15, "                \"freetype\"\n     "..., 4096) = 4096
read(15, "ons\") \":\" directory #f)\n        "..., 4096) = 4096
read(15, " directory\n                  #f)"..., 4096) = 4096
read(15, "1.1.4\"\n                   \"/gnu/"..., 4096) = 4096
read(15, "    (\"lib/gdk-pixbuf-2.0/2.10.0/"..., 4096) = 4096
read(15, "                 (\"GDK_PIXBUF_MO"..., 4096) = 4096
read(15, "        (propagated-inputs\n     "..., 4096) = 4096
read(15, "0c7s256y5vk1538j4lx7qrb9732i3j-s"..., 4096) = 4096
read(15, ")\n              (search-paths\n  "..., 4096) = 4096
read(15, ".cache\")\n              #f\n      "..., 4096) = 4096
read(15, "         directory\n             "..., 4096) = 4096
read(15, "\"VDPAU_DRIVER_PATH\"\n            "..., 4096) = 4096
read(15, "           \"1.22.2\"\n            "..., 4096) = 3338
close(15)                               = 0
newfstatat(AT_FDCWD, "/var/guix/profiles/system-18-link/profile/manifest", {st_mode=S_IFREG|0444, st_size=85258, ...}, 0) = 0
openat(AT_FDCWD, "/var/guix/profiles/system-18-link/profile/manifest", O_RDONLY) = 15
newfstatat(15, "", {st_mode=S_IFREG|0444, st_size=85258, ...}, AT_EMPTY_PATH) = 0
lseek(15, 0, SEEK_CUR)                  = 0
read(15, ";; This file was automatically g"..., 4096) = 4096
read(15, "          \"/gnu/store/0jk7sl5xqw"..., 4096) = 4096
read(15, "e/nv5q3a8wf16arzgvgqc3125xbglqg5"..., 4096) = 4096
read(15, " \":\" directory #f)\n         (\"GI"..., 4096) = 4096
read(15, "1.3.4\"\n                      (pr"..., 4096) = 4096
read(15, "tore/qabydd2r26gcr9s26hzchip3a3h"..., 4096) = 4096
read(15, "al\"\n              \"0.3.1\"\n      "..., 4096) = 4096
read(15, "2gnj2-xorgproto-2022.2\")\n       "..., 4096) = 4096
read(15, "                \"freetype\"\n     "..., 4096) = 4096
read(15, "ons\") \":\" directory #f)\n        "..., 4096) = 4096
read(15, " directory\n                  #f)"..., 4096) = 4096
read(15, "1.1.4\"\n                   \"/gnu/"..., 4096) = 4096
read(15, "    (\"lib/gdk-pixbuf-2.0/2.10.0/"..., 4096) = 4096
read(15, "                 (\"GDK_PIXBUF_MO"..., 4096) = 4096
read(15, "        (propagated-inputs\n     "..., 4096) = 4096
read(15, "0c7s256y5vk1538j4lx7qrb9732i3j-s"..., 4096) = 4096
read(15, ")\n              (search-paths\n  "..., 4096) = 4096
read(15, ".cache\")\n              #f\n      "..., 4096) = 4096
read(15, "         directory\n             "..., 4096) = 4096
mmap(0x7f179acf1000, 65536, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f179acd1000
read(15, "\"VDPAU_DRIVER_PATH\"\n            "..., 4096) = 4096
read(15, "           \"1.22.2\"\n            "..., 4096) = 3338
close(15)                               = 0
newfstatat(AT_FDCWD, "/var/guix/profiles/system-19-link/profile/manifest", {st_mode=S_IFREG|0444, st_size=85258, ...}, 0) = 0
openat(AT_FDCWD, "/var/guix/profiles/system-19-link/profile/manifest", O_RDONLY) = 15
newfstatat(15, "", {st_mode=S_IFREG|0444, st_size=85258, ...}, AT_EMPTY_PATH) = 0
lseek(15, 0, SEEK_CUR)                  = 0
read(15, ";; This file was automatically g"..., 4096) = 4096
read(15, "          \"/gnu/store/0jk7sl5xqw"..., 4096) = 4096
read(15, "e/nv5q3a8wf16arzgvgqc3125xbglqg5"..., 4096) = 4096
mmap(0x7f179ace1000, 6434816, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f179a6ae000
read(15, " \":\" directory #f)\n         (\"GI"..., 4096) = 4096
read(15, "1.3.4\"\n                      (pr"..., 4096) = 4096
read(15, "tore/qabydd2r26gcr9s26hzchip3a3h"..., 4096) = 4096
read(15, "al\"\n              \"0.3.1\"\n      "..., 4096) = 4096
read(15, "2gnj2-xorgproto-2022.2\")\n       "..., 4096) = 4096
read(15, "                \"freetype\"\n     "..., 4096) = 4096
read(15, "ons\") \":\" directory #f)\n        "..., 4096) = 4096
mmap(0x7f179acd1000, 65536, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f179a69e000
read(15, " directory\n                  #f)"..., 4096) = 4096
read(15, "1.1.4\"\n                   \"/gnu/"..., 4096) = 4096
read(15, "    (\"lib/gdk-pixbuf-2.0/2.10.0/"..., 4096) = 4096
read(15, "                 (\"GDK_PIXBUF_MO"..., 4096) = 4096
read(15, "        (propagated-inputs\n     "..., 4096) = 4096
read(15, "0c7s256y5vk1538j4lx7qrb9732i3j-s"..., 4096) = 4096
read(15, ")\n              (search-paths\n  "..., 4096) = 4096
read(15, ".cache\")\n              #f\n      "..., 4096) = 4096
read(15, "         directory\n             "..., 4096) = 4096
read(15, "\"VDPAU_DRIVER_PATH\"\n            "..., 4096) = 4096
read(15, "           \"1.22.2\"\n            "..., 4096) = 3338
mmap(0x7f179a6ae000, 65536, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f179a68e000
close(15)                               = 0
newfstatat(AT_FDCWD, "/var/guix/profiles/system-2-link/profile/manifest", {st_mode=S_IFREG|0444, st_size=84861, ...}, 0) = 0
openat(AT_FDCWD, "/var/guix/profiles/system-2-link/profile/manifest", O_RDONLY) = 15
newfstatat(15, "", {st_mode=S_IFREG|0444, st_size=84861, ...}, AT_EMPTY_PATH) = 0
lseek(15, 0, SEEK_CUR)                  = 0
read(15, ";; This file was automatically g"..., 4096) = 4096
read(15, "          \"/gnu/store/0jk7sl5xqw"..., 4096) = 4096
read(15, "e/nv5q3a8wf16arzgvgqc3125xbglqg5"..., 4096) = 4096
read(15, " \":\" directory #f)\n         (\"GI"..., 4096) = 4096
read(15, "1.3.4\"\n                      (pr"..., 4096) = 4096
mmap(0x7f179a69e000, 65536, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f179a67e000
read(15, "tore/qabydd2r26gcr9s26hzchip3a3h"..., 4096) = 4096
read(15, "al\"\n              \"0.3.1\"\n      "..., 4096) = 4096
read(15, "2gnj2-xorgproto-2022.2\")\n       "..., 4096) = 4096
read(15, "                \"freetype\"\n     "..., 4096) = 4096
read(15, "ons\") \":\" directory #f)\n        "..., 4096) = 4096
read(15, " #f)\n             (\"GIO_EXTRA_MO"..., 4096) = 4096
read(15, "ed\n                   \"libxkbcom"..., 4096) = 4096
read(15, "  (\"gnome-color-manager\"\n       "..., 4096) = 4096
read(15, "        #f\n                  reg"..., 4096) = 4096
read(15, "            \"/gnu/store/nb40pwd3"..., 4096) = 4096
read(15, "re/ibf2avx72zf7sz0w6yfmph3k4axwj"..., 4096) = 4096
mmap(0x7f179a68e000, 65536, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f179a66e000
read(15, "EXTRA_MODULES\"\n                 "..., 4096) = 4096
read(15, "tory #f)\n             (\"GIO_EXTR"..., 4096) = 4096
read(15, "irectory #f)\n             (\"GIO_"..., 4096) = 4096
read(15, "   (\"lib/gdk-pixbuf-2.0/2.10.0/l"..., 4096) = 4096
read(15, "search-paths\n            ((\"GST_"..., 4096) = 2941
close(15)                               = 0
newfstatat(AT_FDCWD, "/var/guix/profiles/system-20-link/profile/manifest", {st_mode=S_IFREG|0444, st_size=85143, ...}, 0) = 0
openat(AT_FDCWD, "/var/guix/profiles/system-20-link/profile/manifest", O_RDONLY) = 15
newfstatat(15, "", {st_mode=S_IFREG|0444, st_size=85143, ...}, AT_EMPTY_PATH) = 0
lseek(15, 0, SEEK_CUR)                  = 0
read(15, ";; This file was automatically g"..., 4096) = 4096
read(15, "          \"/gnu/store/0jk7sl5xqw"..., 4096) = 4096
mmap(0x7f179a67e000, 65536, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f179a65e000
read(15, "e/nv5q3a8wf16arzgvgqc3125xbglqg5"..., 4096) = 4096
read(15, " \":\" directory #f)\n         (\"GI"..., 4096) = 4096
read(15, "1.3.4\"\n                      (pr"..., 4096) = 4096
read(15, "tore/qabydd2r26gcr9s26hzchip3a3h"..., 4096) = 4096
read(15, "al\"\n              \"0.3.1\"\n      "..., 4096) = 4096
read(15, "2gnj2-xorgproto-2022.2\")\n       "..., 4096) = 4096
read(15, "                \"freetype\"\n     "..., 4096) = 4096
read(15, "ons\") \":\" directory #f)\n        "..., 4096) = 4096
read(15, " #f)\n             (\"GIO_EXTRA_MO"..., 4096) = 4096
read(15, "ed\n                   \"libxkbcom"..., 4096) = 4096
read(15, "  (\"gnome-color-manager\"\n       "..., 4096) = 4096
mmap(0x7f179a66e000, 65536, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f179a64e000
read(15, "        #f\n                  reg"..., 4096) = 4096
read(15, "            \"/gnu/store/nb40pwd3"..., 4096) = 4096
read(15, "re/ghigqvqz9bdq684wx2bsnydx48hxl"..., 4096) = 4096
read(15, "EXTRA_MODULES\"\n                 "..., 4096) = 4096
read(15, "tory #f)\n             (\"GIO_EXTR"..., 4096) = 4096
read(15, "irectory #f)\n             (\"GIO_"..., 4096) = 4096
read(15, "      (\"XCURSOR_PATH\" (\"share/ic"..., 4096) = 4096
read(15, "peated\n               \"gst-plugi"..., 4096) = 3223
mmap(0x7f179a65e000, 65536, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f179a63e000
close(15)                               = 0
newfstatat(AT_FDCWD, "/var/guix/profiles/system-21-link/profile/manifest", {st_mode=S_IFREG|0444, st_size=85143, ...}, 0) = 0
openat(AT_FDCWD, "/var/guix/profiles/system-21-link/profile/manifest", O_RDONLY) = 15
newfstatat(15, "", {st_mode=S_IFREG|0444, st_size=85143, ...}, AT_EMPTY_PATH) = 0
lseek(15, 0, SEEK_CUR)                  = 0
read(15, ";; This file was automatically g"..., 4096) = 4096
read(15, "          \"/gnu/store/0jk7sl5xqw"..., 4096) = 4096
read(15, "e/nv5q3a8wf16arzgvgqc3125xbglqg5"..., 4096) = 4096
read(15, " \":\" directory #f)\n         (\"GI"..., 4096) = 4096
read(15, "1.3.4\"\n                      (pr"..., 4096) = 4096
read(15, "tore/qabydd2r26gcr9s26hzchip3a3h"..., 4096) = 4096
read(15, "al\"\n              \"0.3.1\"\n      "..., 4096) = 4096
read(15, "2gnj2-xorgproto-2022.2\")\n       "..., 4096) = 4096
read(15, "                \"freetype\"\n     "..., 4096) = 4096
read(15, "ons\") \":\" directory #f)\n        "..., 4096) = 4096
mmap(0x7f179a64e000, 65536, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f179a62e000
read(15, " #f)\n             (\"GIO_EXTRA_MO"..., 4096) = 4096
read(15, "ed\n                   \"libxkbcom"..., 4096) = 4096
read(15, "  (\"gnome-color-manager\"\n       "..., 4096) = 4096
clock_gettime(CLOCK_PROCESS_CPUTIME_ID, {tv_sec=0, tv_nsec=444708518}) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
futex(0x7f17a405ebec, FUTEX_WAKE_PRIVATE, 2147483647) = 1
futex(0x7f17a405ec00, FUTEX_WAKE_PRIVATE, 1) = 1
madvise(0x7f17a1eab000, 8192, MADV_DONTNEED) = 0
futex(0x7f17a405ebe8, FUTEX_WAIT_BITSET_PRIVATE|FUTEX_CLOCK_REALTIME, 0, NULL, FUTEX_BITSET_MATCH_ANY) = -1 EAGAIN (Resource temporarily unavailable)
futex(0x7f17a405ebec, FUTEX_WAKE_PRIVATE, 2147483647) = 1
futex(0x7f17a405ec00, FUTEX_WAKE_PRIVATE, 1) = 0
futex(0x7f17a405ebe8, FUTEX_WAKE_PRIVATE, 2147483647) = 1
clock_gettime(CLOCK_PROCESS_CPUTIME_ID, {tv_sec=0, tv_nsec=474601968}) = 0
write(7, "\0", 1)                       = 1
futex(0x7f17a382ecb8, FUTEX_WAIT_PRIVATE, 2, NULL) = 0
futex(0x7f17a382ecb8, FUTEX_WAKE_PRIVATE, 1) = 0
read(15, "        #f\n                  reg"..., 4096) = 4096
read(15, "            \"/gnu/store/nb40pwd3"..., 4096) = 4096
read(15, "re/ghigqvqz9bdq684wx2bsnydx48hxl"..., 4096) = 4096
read(15, "EXTRA_MODULES\"\n                 "..., 4096) = 4096
read(15, "tory #f)\n             (\"GIO_EXTR"..., 4096) = 4096
read(15, "irectory #f)\n             (\"GIO_"..., 4096) = 4096
read(15, "      (\"XCURSOR_PATH\" (\"share/ic"..., 4096) = 4096
read(15, "peated\n               \"gst-plugi"..., 4096) = 3223
close(15)                               = 0
newfstatat(AT_FDCWD, "/var/guix/profiles/system-22-link/profile/manifest", {st_mode=S_IFREG|0444, st_size=85143, ...}, 0) = 0
openat(AT_FDCWD, "/var/guix/profiles/system-22-link/profile/manifest", O_RDONLY) = 15
newfstatat(15, "", {st_mode=S_IFREG|0444, st_size=85143, ...}, AT_EMPTY_PATH) = 0
lseek(15, 0, SEEK_CUR)                  = 0
read(15, ";; This file was automatically g"..., 4096) = 4096
read(15, "          \"/gnu/store/0jk7sl5xqw"..., 4096) = 4096
read(15, "e/nv5q3a8wf16arzgvgqc3125xbglqg5"..., 4096) = 4096
read(15, " \":\" directory #f)\n         (\"GI"..., 4096) = 4096
read(15, "1.3.4\"\n                      (pr"..., 4096) = 4096
read(15, "tore/qabydd2r26gcr9s26hzchip3a3h"..., 4096) = 4096
read(15, "al\"\n              \"0.3.1\"\n      "..., 4096) = 4096
read(15, "2gnj2-xorgproto-2022.2\")\n       "..., 4096) = 4096
read(15, "                \"freetype\"\n     "..., 4096) = 4096
read(15, "ons\") \":\" directory #f)\n        "..., 4096) = 4096
read(15, " #f)\n             (\"GIO_EXTRA_MO"..., 4096) = 4096
read(15, "ed\n                   \"libxkbcom"..., 4096) = 4096
read(15, "  (\"gnome-color-manager\"\n       "..., 4096) = 4096
read(15, "        #f\n                  reg"..., 4096) = 4096
read(15, "            \"/gnu/store/nb40pwd3"..., 4096) = 4096
read(15, "re/ghigqvqz9bdq684wx2bsnydx48hxl"..., 4096) = 4096
read(15, "EXTRA_MODULES\"\n                 "..., 4096) = 4096
read(15, "tory #f)\n             (\"GIO_EXTR"..., 4096) = 4096
read(15, "irectory #f)\n             (\"GIO_"..., 4096) = 4096
read(15, "      (\"XCURSOR_PATH\" (\"share/ic"..., 4096) = 4096
read(15, "peated\n               \"gst-plugi"..., 4096) = 3223
close(15)                               = 0
newfstatat(AT_FDCWD, "/var/guix/profiles/system-23-link/profile/manifest", {st_mode=S_IFREG|0444, st_size=85143, ...}, 0) = 0
openat(AT_FDCWD, "/var/guix/profiles/system-23-link/profile/manifest", O_RDONLY) = 15
newfstatat(15, "", {st_mode=S_IFREG|0444, st_size=85143, ...}, AT_EMPTY_PATH) = 0
lseek(15, 0, SEEK_CUR)                  = 0
read(15, ";; This file was automatically g"..., 4096) = 4096
read(15, "          \"/gnu/store/0jk7sl5xqw"..., 4096) = 4096
read(15, "e/nv5q3a8wf16arzgvgqc3125xbglqg5"..., 4096) = 4096
read(15, " \":\" directory #f)\n         (\"GI"..., 4096) = 4096
read(15, "1.3.4\"\n                      (pr"..., 4096) = 4096
read(15, "tore/qabydd2r26gcr9s26hzchip3a3h"..., 4096) = 4096
read(15, "al\"\n              \"0.3.1\"\n      "..., 4096) = 4096
read(15, "2gnj2-xorgproto-2022.2\")\n       "..., 4096) = 4096
read(15, "                \"freetype\"\n     "..., 4096) = 4096
read(15, "ons\") \":\" directory #f)\n        "..., 4096) = 4096
read(15, " #f)\n             (\"GIO_EXTRA_MO"..., 4096) = 4096
read(15, "ed\n                   \"libxkbcom"..., 4096) = 4096
read(15, "  (\"gnome-color-manager\"\n       "..., 4096) = 4096
read(15, "        #f\n                  reg"..., 4096) = 4096
read(15, "            \"/gnu/store/nb40pwd3"..., 4096) = 4096
read(15, "re/ghigqvqz9bdq684wx2bsnydx48hxl"..., 4096) = 4096
read(15, "EXTRA_MODULES\"\n                 "..., 4096) = 4096
read(15, "tory #f)\n             (\"GIO_EXTR"..., 4096) = 4096
read(15, "irectory #f)\n             (\"GIO_"..., 4096) = 4096
read(15, "      (\"XCURSOR_PATH\" (\"share/ic"..., 4096) = 4096
read(15, "peated\n               \"gst-plugi"..., 4096) = 3223
close(15)                               = 0
newfstatat(AT_FDCWD, "/var/guix/profiles/system-24-link/profile/manifest", {st_mode=S_IFREG|0444, st_size=85143, ...}, 0) = 0
openat(AT_FDCWD, "/var/guix/profiles/system-24-link/profile/manifest", O_RDONLY) = 15
newfstatat(15, "", {st_mode=S_IFREG|0444, st_size=85143, ...}, AT_EMPTY_PATH) = 0
lseek(15, 0, SEEK_CUR)                  = 0
read(15, ";; This file was automatically g"..., 4096) = 4096
read(15, "          \"/gnu/store/0jk7sl5xqw"..., 4096) = 4096
read(15, "e/nv5q3a8wf16arzgvgqc3125xbglqg5"..., 4096) = 4096
read(15, " \":\" directory #f)\n         (\"GI"..., 4096) = 4096
read(15, "1.3.4\"\n                      (pr"..., 4096) = 4096
read(15, "tore/qabydd2r26gcr9s26hzchip3a3h"..., 4096) = 4096
read(15, "al\"\n              \"0.3.1\"\n      "..., 4096) = 4096
read(15, "2gnj2-xorgproto-2022.2\")\n       "..., 4096) = 4096
read(15, "                \"freetype\"\n     "..., 4096) = 4096
read(15, "ons\") \":\" directory #f)\n        "..., 4096) = 4096
read(15, " #f)\n             (\"GIO_EXTRA_MO"..., 4096) = 4096
read(15, "ed\n                   \"libxkbcom"..., 4096) = 4096
read(15, "  (\"gnome-color-manager\"\n       "..., 4096) = 4096
read(15, "        #f\n                  reg"..., 4096) = 4096
read(15, "            \"/gnu/store/nb40pwd3"..., 4096) = 4096
read(15, "re/ghigqvqz9bdq684wx2bsnydx48hxl"..., 4096) = 4096
read(15, "EXTRA_MODULES\"\n                 "..., 4096) = 4096
read(15, "tory #f)\n             (\"GIO_EXTR"..., 4096) = 4096
read(15, "irectory #f)\n             (\"GIO_"..., 4096) = 4096
read(15, "      (\"XCURSOR_PATH\" (\"share/ic"..., 4096) = 4096
read(15, "peated\n               \"gst-plugi"..., 4096) = 3223
close(15)                               = 0
newfstatat(AT_FDCWD, "/var/guix/profiles/system-25-link/profile/manifest", {st_mode=S_IFREG|0444, st_size=85143, ...}, 0) = 0
openat(AT_FDCWD, "/var/guix/profiles/system-25-link/profile/manifest", O_RDONLY) = 15
newfstatat(15, "", {st_mode=S_IFREG|0444, st_size=85143, ...}, AT_EMPTY_PATH) = 0
lseek(15, 0, SEEK_CUR)                  = 0
read(15, ";; This file was automatically g"..., 4096) = 4096
read(15, "          \"/gnu/store/0jk7sl5xqw"..., 4096) = 4096
read(15, "e/nv5q3a8wf16arzgvgqc3125xbglqg5"..., 4096) = 4096
read(15, " \":\" directory #f)\n         (\"GI"..., 4096) = 4096
read(15, "1.3.4\"\n                      (pr"..., 4096) = 4096
read(15, "tore/qabydd2r26gcr9s26hzchip3a3h"..., 4096) = 4096
read(15, "al\"\n              \"0.3.1\"\n      "..., 4096) = 4096
read(15, "2gnj2-xorgproto-2022.2\")\n       "..., 4096) = 4096
read(15, "                \"freetype\"\n     "..., 4096) = 4096
read(15, "ons\") \":\" directory #f)\n        "..., 4096) = 4096
read(15, " #f)\n             (\"GIO_EXTRA_MO"..., 4096) = 4096
read(15, "ed\n                   \"libxkbcom"..., 4096) = 4096
read(15, "  (\"gnome-color-manager\"\n       "..., 4096) = 4096
read(15, "        #f\n                  reg"..., 4096) = 4096
read(15, "            \"/gnu/store/nb40pwd3"..., 4096) = 4096
read(15, "re/ghigqvqz9bdq684wx2bsnydx48hxl"..., 4096) = 4096
read(15, "EXTRA_MODULES\"\n                 "..., 4096) = 4096
read(15, "tory #f)\n             (\"GIO_EXTR"..., 4096) = 4096
read(15, "irectory #f)\n             (\"GIO_"..., 4096) = 4096
read(15, "      (\"XCURSOR_PATH\" (\"share/ic"..., 4096) = 4096
read(15, "peated\n               \"gst-plugi"..., 4096) = 3223
close(15)                               = 0
newfstatat(AT_FDCWD, "/var/guix/profiles/system-26-link/profile/manifest", {st_mode=S_IFREG|0444, st_size=85012, ...}, 0) = 0
openat(AT_FDCWD, "/var/guix/profiles/system-26-link/profile/manifest", O_RDONLY) = 15
newfstatat(15, "", {st_mode=S_IFREG|0444, st_size=85012, ...}, AT_EMPTY_PATH) = 0
lseek(15, 0, SEEK_CUR)                  = 0
read(15, ";; This file was automatically g"..., 4096) = 4096
read(15, "          \"/gnu/store/0jk7sl5xqw"..., 4096) = 4096
read(15, "e/nv5q3a8wf16arzgvgqc3125xbglqg5"..., 4096) = 4096
read(15, " \":\" directory #f)\n         (\"GI"..., 4096) = 4096
read(15, "1.3.4\"\n                      (pr"..., 4096) = 4096
read(15, "tore/qabydd2r26gcr9s26hzchip3a3h"..., 4096) = 4096
read(15, "al\"\n              \"0.3.1\"\n      "..., 4096) = 4096
read(15, "2gnj2-xorgproto-2022.2\")\n       "..., 4096) = 4096
read(15, "                \"freetype\"\n     "..., 4096) = 4096
read(15, "ons\") \":\" directory #f)\n        "..., 4096) = 4096
read(15, " #f)\n             (\"GIO_EXTRA_MO"..., 4096) = 4096
read(15, "ed\n                   \"libxkbcom"..., 4096) = 4096
read(15, "  (\"gnome-color-manager\"\n       "..., 4096) = 4096
read(15, "        #f\n                  reg"..., 4096) = 4096
read(15, "            \"/gnu/store/nb40pwd3"..., 4096) = 4096
read(15, "re/5i6x3iawfnjd6gl59rbj8zpkva80z"..., 4096) = 4096
read(15, "EXTRA_MODULES\"\n                 "..., 4096) = 4096
read(15, "tory #f)\n             (\"GIO_EXTR"..., 4096) = 4096
read(15, "      #f))))\n         (\"gnome-di"..., 4096) = 4096
read(15, "K_PIXBUF_MODULE_FILE\"\n          "..., 4096) = 4096
read(15, "ugins-base-1.22.2\")))\n          "..., 4096) = 3092
close(15)                               = 0
newfstatat(AT_FDCWD, "/var/guix/profiles/system-27-link/profile/manifest", {st_mode=S_IFREG|0444, st_size=85012, ...}, 0) = 0
openat(AT_FDCWD, "/var/guix/profiles/system-27-link/profile/manifest", O_RDONLY) = 15
newfstatat(15, "", {st_mode=S_IFREG|0444, st_size=85012, ...}, AT_EMPTY_PATH) = 0
lseek(15, 0, SEEK_CUR)                  = 0
read(15, ";; This file was automatically g"..., 4096) = 4096
read(15, "          \"/gnu/store/0jk7sl5xqw"..., 4096) = 4096
read(15, "e/nv5q3a8wf16arzgvgqc3125xbglqg5"..., 4096) = 4096
read(15, " \":\" directory #f)\n         (\"GI"..., 4096) = 4096
read(15, "1.3.4\"\n                      (pr"..., 4096) = 4096
read(15, "tore/qabydd2r26gcr9s26hzchip3a3h"..., 4096) = 4096
read(15, "al\"\n              \"0.3.1\"\n      "..., 4096) = 4096
read(15, "2gnj2-xorgproto-2022.2\")\n       "..., 4096) = 4096
read(15, "                \"freetype\"\n     "..., 4096) = 4096
read(15, "ons\") \":\" directory #f)\n        "..., 4096) = 4096
read(15, " #f)\n             (\"GIO_EXTRA_MO"..., 4096) = 4096
clock_gettime(CLOCK_PROCESS_CPUTIME_ID, {tv_sec=0, tv_nsec=552695084}) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
futex(0x7f17a405ebec, FUTEX_WAKE_PRIVATE, 2147483647) = 1
futex(0x7f17a405ec00, FUTEX_WAKE_PRIVATE, 1) = 1
madvise(0x7f17a1eab000, 8192, MADV_DONTNEED) = 0
futex(0x7f17a405ebe8, FUTEX_WAIT_BITSET_PRIVATE|FUTEX_CLOCK_REALTIME, 0, NULL, FUTEX_BITSET_MATCH_ANY) = -1 EAGAIN (Resource temporarily unavailable)
futex(0x7f17a405ec00, FUTEX_WAKE_PRIVATE, 1) = 0
futex(0x7f17a405ebec, FUTEX_WAIT_BITSET_PRIVATE|FUTEX_CLOCK_REALTIME, 0, NULL, FUTEX_BITSET_MATCH_ANY) = -1 EAGAIN (Resource temporarily unavailable)
futex(0x7f17a405ec00, FUTEX_WAKE_PRIVATE, 1) = 0
futex(0x7f17a405ebe8, FUTEX_WAIT_BITSET_PRIVATE|FUTEX_CLOCK_REALTIME, 0, NULL, FUTEX_BITSET_MATCH_ANY) = -1 EAGAIN (Resource temporarily unavailable)
futex(0x7f17a405ec00, FUTEX_WAKE_PRIVATE, 1) = 0
futex(0x7f17a405ebec, FUTEX_WAIT_BITSET_PRIVATE|FUTEX_CLOCK_REALTIME, 0, NULL, FUTEX_BITSET_MATCH_ANY) = -1 EAGAIN (Resource temporarily unavailable)
futex(0x7f17a405ec00, FUTEX_WAKE_PRIVATE, 1) = 0
futex(0x7f17a405ebe8, FUTEX_WAIT_BITSET_PRIVATE|FUTEX_CLOCK_REALTIME, 0, NULL, FUTEX_BITSET_MATCH_ANY) = -1 EAGAIN (Resource temporarily unavailable)
futex(0x7f17a405ec00, FUTEX_WAKE_PRIVATE, 1) = 0
futex(0x7f17a405ebec, FUTEX_WAIT_BITSET_PRIVATE|FUTEX_CLOCK_REALTIME, 0, NULL, FUTEX_BITSET_MATCH_ANY) = -1 EAGAIN (Resource temporarily unavailable)
futex(0x7f17a405ebe8, FUTEX_WAKE_PRIVATE, 2147483647) = 1
futex(0x7f17a405ec00, FUTEX_WAKE_PRIVATE, 1) = 1
futex(0x7f17a405ebec, FUTEX_WAKE_PRIVATE, 2147483647) = 1
clock_gettime(CLOCK_PROCESS_CPUTIME_ID, {tv_sec=0, tv_nsec=584560505}) = 0
write(7, "\0", 1)                       = 1
read(15, "ed\n                   \"libxkbcom"..., 4096) = 4096
read(15, "  (\"gnome-color-manager\"\n       "..., 4096) = 4096
read(15, "        #f\n                  reg"..., 4096) = 4096
read(15, "            \"/gnu/store/nb40pwd3"..., 4096) = 4096
read(15, "re/5i6x3iawfnjd6gl59rbj8zpkva80z"..., 4096) = 4096
read(15, "EXTRA_MODULES\"\n                 "..., 4096) = 4096
read(15, "tory #f)\n             (\"GIO_EXTR"..., 4096) = 4096
read(15, "      #f))))\n         (\"gnome-di"..., 4096) = 4096
read(15, "K_PIXBUF_MODULE_FILE\"\n          "..., 4096) = 4096
read(15, "ugins-base-1.22.2\")))\n          "..., 4096) = 3092
close(15)                               = 0
newfstatat(AT_FDCWD, "/var/guix/profiles/system-28-link/profile/manifest", {st_mode=S_IFREG|0444, st_size=84996, ...}, 0) = 0
openat(AT_FDCWD, "/var/guix/profiles/system-28-link/profile/manifest", O_RDONLY) = 15
newfstatat(15, "", {st_mode=S_IFREG|0444, st_size=84996, ...}, AT_EMPTY_PATH) = 0
lseek(15, 0, SEEK_CUR)                  = 0
read(15, ";; This file was automatically g"..., 4096) = 4096
read(15, "          \"/gnu/store/0jk7sl5xqw"..., 4096) = 4096
read(15, "e/nv5q3a8wf16arzgvgqc3125xbglqg5"..., 4096) = 4096
read(15, " \":\" directory #f)\n         (\"GI"..., 4096) = 4096
read(15, "1.3.4\"\n                      (pr"..., 4096) = 4096
read(15, "tore/qabydd2r26gcr9s26hzchip3a3h"..., 4096) = 4096
read(15, "al\"\n              \"0.3.1\"\n      "..., 4096) = 4096
read(15, "nj2-xorgproto-2022.2\")\n         "..., 4096) = 4096
read(15, "              \"freetype\"\n       "..., 4096) = 4096
read(15, "s\") \":\" directory #f)\n          "..., 4096) = 4096
read(15, "\n             (\"GIO_EXTRA_MODULE"..., 4096) = 4096
read(15, "                  \"libxkbcommon\""..., 4096) = 4096
read(15, "me-color-manager\"\n          \"3.3"..., 4096) = 4096
read(15, "f\n                  regular\n    "..., 4096) = 4096
read(15, "  \"/gnu/store/nb40pwd37v6i1g4b1f"..., 4096) = 4096
read(15, "fxa1gf8zjz0hhmv91zfmxzsb-baobab-"..., 4096) = 4096
read(15, "ES\"\n                  (\"lib/gio/"..., 4096) = 4096
read(15, "         (\"GIO_EXTRA_MODULES\"\n  "..., 4096) = 4096
read(15, "        (\"gnome-disk-utility\"\n  "..., 4096) = 4096
read(15, "_FILE\"\n              (\"lib/gdk-p"..., 4096) = 4096
read(15, ".2\")))\n          (search-paths\n "..., 4096) = 3076
close(15)                               = 0
newfstatat(AT_FDCWD, "/var/guix/profiles/system-29-link/profile/manifest", {st_mode=S_IFREG|0444, st_size=84996, ...}, 0) = 0
openat(AT_FDCWD, "/var/guix/profiles/system-29-link/profile/manifest", O_RDONLY) = 15
newfstatat(15, "", {st_mode=S_IFREG|0444, st_size=84996, ...}, AT_EMPTY_PATH) = 0
lseek(15, 0, SEEK_CUR)                  = 0
read(15, ";; This file was automatically g"..., 4096) = 4096
read(15, "          \"/gnu/store/0jk7sl5xqw"..., 4096) = 4096
read(15, "e/nv5q3a8wf16arzgvgqc3125xbglqg5"..., 4096) = 4096
read(15, " \":\" directory #f)\n         (\"GI"..., 4096) = 4096
read(15, "1.3.4\"\n                      (pr"..., 4096) = 4096
read(15, "tore/qabydd2r26gcr9s26hzchip3a3h"..., 4096) = 4096
read(15, "al\"\n              \"0.3.1\"\n      "..., 4096) = 4096
read(15, "nj2-xorgproto-2022.2\")\n         "..., 4096) = 4096
read(15, "              \"freetype\"\n       "..., 4096) = 4096
read(15, "s\") \":\" directory #f)\n          "..., 4096) = 4096
read(15, "\n             (\"GIO_EXTRA_MODULE"..., 4096) = 4096
read(15, "                  \"libxkbcommon\""..., 4096) = 4096
read(15, "me-color-manager\"\n          \"3.3"..., 4096) = 4096
read(15, "f\n                  regular\n    "..., 4096) = 4096
read(15, "  \"/gnu/store/nb40pwd37v6i1g4b1f"..., 4096) = 4096
read(15, "fxa1gf8zjz0hhmv91zfmxzsb-baobab-"..., 4096) = 4096
read(15, "ES\"\n                  (\"lib/gio/"..., 4096) = 4096
read(15, "         (\"GIO_EXTRA_MODULES\"\n  "..., 4096) = 4096
read(15, "        (\"gnome-disk-utility\"\n  "..., 4096) = 4096
read(15, "_FILE\"\n              (\"lib/gdk-p"..., 4096) = 4096
read(15, ".2\")))\n          (search-paths\n "..., 4096) = 3076
close(15)                               = 0
newfstatat(AT_FDCWD, "/var/guix/profiles/system-3-link/profile/manifest", {st_mode=S_IFREG|0444, st_size=84861, ...}, 0) = 0
openat(AT_FDCWD, "/var/guix/profiles/system-3-link/profile/manifest", O_RDONLY) = 15
newfstatat(15, "", {st_mode=S_IFREG|0444, st_size=84861, ...}, AT_EMPTY_PATH) = 0
lseek(15, 0, SEEK_CUR)                  = 0
read(15, ";; This file was automatically g"..., 4096) = 4096
read(15, "          \"/gnu/store/0jk7sl5xqw"..., 4096) = 4096
read(15, "e/nv5q3a8wf16arzgvgqc3125xbglqg5"..., 4096) = 4096
read(15, " \":\" directory #f)\n         (\"GI"..., 4096) = 4096
read(15, "1.3.4\"\n                      (pr"..., 4096) = 4096
read(15, "tore/qabydd2r26gcr9s26hzchip3a3h"..., 4096) = 4096
read(15, "al\"\n              \"0.3.1\"\n      "..., 4096) = 4096
read(15, "2gnj2-xorgproto-2022.2\")\n       "..., 4096) = 4096
read(15, "                \"freetype\"\n     "..., 4096) = 4096
read(15, "ons\") \":\" directory #f)\n        "..., 4096) = 4096
read(15, " #f)\n             (\"GIO_EXTRA_MO"..., 4096) = 4096
read(15, "ed\n                   \"libxkbcom"..., 4096) = 4096
read(15, "  (\"gnome-color-manager\"\n       "..., 4096) = 4096
read(15, "        #f\n                  reg"..., 4096) = 4096
read(15, "            \"/gnu/store/nb40pwd3"..., 4096) = 4096
read(15, "re/ibf2avx72zf7sz0w6yfmph3k4axwj"..., 4096) = 4096
read(15, "EXTRA_MODULES\"\n                 "..., 4096) = 4096
read(15, "tory #f)\n             (\"GIO_EXTR"..., 4096) = 4096
read(15, "irectory #f)\n             (\"GIO_"..., 4096) = 4096
read(15, "   (\"lib/gdk-pixbuf-2.0/2.10.0/l"..., 4096) = 4096
read(15, "search-paths\n            ((\"GST_"..., 4096) = 2941
close(15)                               = 0
newfstatat(AT_FDCWD, "/var/guix/profiles/system-30-link/profile/manifest", {st_mode=S_IFREG|0444, st_size=84996, ...}, 0) = 0
openat(AT_FDCWD, "/var/guix/profiles/system-30-link/profile/manifest", O_RDONLY) = 15
newfstatat(15, "", {st_mode=S_IFREG|0444, st_size=84996, ...}, AT_EMPTY_PATH) = 0
lseek(15, 0, SEEK_CUR)                  = 0
read(15, ";; This file was automatically g"..., 4096) = 4096
read(15, "          \"/gnu/store/0jk7sl5xqw"..., 4096) = 4096
read(15, "e/nv5q3a8wf16arzgvgqc3125xbglqg5"..., 4096) = 4096
read(15, " \":\" directory #f)\n         (\"GI"..., 4096) = 4096
read(15, "1.3.4\"\n                      (pr"..., 4096) = 4096
read(15, "tore/qabydd2r26gcr9s26hzchip3a3h"..., 4096) = 4096
read(15, "al\"\n              \"0.3.1\"\n      "..., 4096) = 4096
read(15, "nj2-xorgproto-2022.2\")\n         "..., 4096) = 4096
read(15, "              \"freetype\"\n       "..., 4096) = 4096
read(15, "s\") \":\" directory #f)\n          "..., 4096) = 4096
read(15, "\n             (\"GIO_EXTRA_MODULE"..., 4096) = 4096
read(15, "                  \"libxkbcommon\""..., 4096) = 4096
read(15, "me-color-manager\"\n          \"3.3"..., 4096) = 4096
read(15, "f\n                  regular\n    "..., 4096) = 4096
read(15, "  \"/gnu/store/nb40pwd37v6i1g4b1f"..., 4096) = 4096
read(15, "phjbvamycl298piqm7kdm9hc-baobab-"..., 4096) = 4096
read(15, "ES\"\n                  (\"lib/gio/"..., 4096) = 4096
read(15, "         (\"GIO_EXTRA_MODULES\"\n  "..., 4096) = 4096
read(15, "        (\"gnome-disk-utility\"\n  "..., 4096) = 4096
read(15, "_FILE\"\n              (\"lib/gdk-p"..., 4096) = 4096
read(15, ".2\")))\n          (search-paths\n "..., 4096) = 3076
close(15)                               = 0
newfstatat(AT_FDCWD, "/var/guix/profiles/system-31-link/profile/manifest", {st_mode=S_IFREG|0444, st_size=84891, ...}, 0) = 0
openat(AT_FDCWD, "/var/guix/profiles/system-31-link/profile/manifest", O_RDONLY) = 15
newfstatat(15, "", {st_mode=S_IFREG|0444, st_size=84891, ...}, AT_EMPTY_PATH) = 0
lseek(15, 0, SEEK_CUR)                  = 0
read(15, ";; This file was automatically g"..., 4096) = 4096
read(15, "          \"/gnu/store/0jk7sl5xqw"..., 4096) = 4096
read(15, "e/nv5q3a8wf16arzgvgqc3125xbglqg5"..., 4096) = 4096
read(15, " \":\" directory #f)\n         (\"GI"..., 4096) = 4096
read(15, "1.3.4\"\n                      (pr"..., 4096) = 4096
read(15, "tore/qabydd2r26gcr9s26hzchip3a3h"..., 4096) = 4096
read(15, "al\"\n              \"0.3.1\"\n      "..., 4096) = 4096
read(15, "nj2-xorgproto-2022.2\")\n         "..., 4096) = 4096
read(15, "              \"freetype\"\n       "..., 4096) = 4096
read(15, "s\") \":\" directory #f)\n          "..., 4096) = 4096
read(15, "ctory\n              #f))))\n     "..., 4096) = 4096
read(15, "cx8ij7g0v1yhp7f11b-libxkbcommon-"..., 4096) = 4096
read(15, "5n-gnome-color-manager-3.36.0\")\n"..., 4096) = 4096
read(15, "ATH\"\n              (\"lib/gtk-3.0"..., 4096) = 4096
read(15, "  ((\"XDG_DATA_DIRS\" (\"share\") \":"..., 4096) = 4096
read(15, "u/store/s9rfihf071d5zphav0rj10w0"..., 4096) = 4096
read(15, "     #f)\n                 (\"GUIX"..., 4096) = 4096
read(15, "\n              #f)\n             "..., 4096) = 4096
read(15, "60aw1qji07hx-gnome-disk-utility-"..., 4096) = 4096
read(15, "             #f))))\n         (\"h"..., 4096) = 4096
read(15, "\n              \":\"\n             "..., 4096) = 2971
close(15)                               = 0
newfstatat(AT_FDCWD, "/var/guix/profiles/system-32-link/profile/manifest", {st_mode=S_IFREG|0444, st_size=38812, ...}, 0) = 0
openat(AT_FDCWD, "/var/guix/profiles/system-32-link/profile/manifest", O_RDONLY) = 15
newfstatat(15, "", {st_mode=S_IFREG|0444, st_size=38812, ...}, AT_EMPTY_PATH) = 0
lseek(15, 0, SEEK_CUR)                  = 0
read(15, ";; This file was automatically g"..., 4096) = 4096
read(15, "          \"/gnu/store/0jk7sl5xqw"..., 4096) = 4096
read(15, "e/nv5q3a8wf16arzgvgqc3125xbglqg5"..., 4096) = 4096
read(15, " \":\" directory #f)\n         (\"GI"..., 4096) = 4096
read(15, "1.3.4\"\n                      (pr"..., 4096) = 4096
read(15, "tore/qabydd2r26gcr9s26hzchip3a3h"..., 4096) = 4096
read(15, "al\"\n              \"0.3.1\"\n      "..., 4096) = 4096
read(15, "nj2-xorgproto-2022.2\")\n         "..., 4096) = 4096
read(15, "              \"freetype\"\n       "..., 4096) = 4096
read(15, "s\") \":\" directory #f)\n          "..., 4096) = 1948
clock_gettime(CLOCK_PROCESS_CPUTIME_ID, {tv_sec=0, tv_nsec=662228169}) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
futex(0x7f17a405ebe8, FUTEX_WAKE_PRIVATE, 2147483647) = 1
futex(0x7f17a405ec00, FUTEX_WAKE_PRIVATE, 1) = 1
madvise(0x7f17a1eab000, 8192, MADV_DONTNEED) = 0
futex(0x7f17a405ebec, FUTEX_WAKE_PRIVATE, 2147483647) = 1
futex(0x7f17a405ebe8, FUTEX_WAIT_BITSET_PRIVATE|FUTEX_CLOCK_REALTIME, 0, NULL, FUTEX_BITSET_MATCH_ANY) = -1 EAGAIN (Resource temporarily unavailable)
futex(0x7f17a405ec00, FUTEX_WAKE_PRIVATE, 1) = 0
futex(0x7f17a405ebec, FUTEX_WAKE_PRIVATE, 2147483647) = 0
futex(0x7f17a405ec00, FUTEX_WAKE_PRIVATE, 1) = 1
futex(0x7f17a405ebe8, FUTEX_WAIT_BITSET_PRIVATE|FUTEX_CLOCK_REALTIME, 0, NULL, FUTEX_BITSET_MATCH_ANY) = -1 EAGAIN (Resource temporarily unavailable)
futex(0x7f17a405ec00, FUTEX_WAKE_PRIVATE, 1) = 0
futex(0x7f17a405ebec, FUTEX_WAKE_PRIVATE, 2147483647) = 1
clock_gettime(CLOCK_PROCESS_CPUTIME_ID, {tv_sec=0, tv_nsec=694327867}) = 0
write(7, "\0", 1)                       = 1
futex(0x7f17a382ecb8, FUTEX_WAIT_PRIVATE, 2, NULL) = 0
futex(0x7f17a406fc80, FUTEX_WAKE_PRIVATE, 1) = 0
futex(0x7f17a382ecb8, FUTEX_WAKE_PRIVATE, 1) = 0
close(15)                               = 0
newfstatat(AT_FDCWD, "/var/guix/profiles/system-33-link/profile/manifest", {st_mode=S_IFREG|0444, st_size=38812, ...}, 0) = 0
openat(AT_FDCWD, "/var/guix/profiles/system-33-link/profile/manifest", O_RDONLY) = 15
newfstatat(15, "", {st_mode=S_IFREG|0444, st_size=38812, ...}, AT_EMPTY_PATH) = 0
lseek(15, 0, SEEK_CUR)                  = 0
read(15, ";; This file was automatically g"..., 4096) = 4096
read(15, "          \"/gnu/store/0jk7sl5xqw"..., 4096) = 4096
read(15, "e/nv5q3a8wf16arzgvgqc3125xbglqg5"..., 4096) = 4096
read(15, " \":\" directory #f)\n         (\"GI"..., 4096) = 4096
read(15, "1.3.4\"\n                      (pr"..., 4096) = 4096
read(15, "tore/qabydd2r26gcr9s26hzchip3a3h"..., 4096) = 4096
read(15, "al\"\n              \"0.3.1\"\n      "..., 4096) = 4096
read(15, "nj2-xorgproto-2022.2\")\n         "..., 4096) = 4096
read(15, "              \"freetype\"\n       "..., 4096) = 4096
read(15, "s\") \":\" directory #f)\n          "..., 4096) = 1948
close(15)                               = 0
newfstatat(AT_FDCWD, "/var/guix/profiles/system-34-link/profile/manifest", {st_mode=S_IFREG|0444, st_size=38812, ...}, 0) = 0
openat(AT_FDCWD, "/var/guix/profiles/system-34-link/profile/manifest", O_RDONLY) = 15
newfstatat(15, "", {st_mode=S_IFREG|0444, st_size=38812, ...}, AT_EMPTY_PATH) = 0
lseek(15, 0, SEEK_CUR)                  = 0
read(15, ";; This file was automatically g"..., 4096) = 4096
read(15, "          \"/gnu/store/0jk7sl5xqw"..., 4096) = 4096
read(15, "e/nv5q3a8wf16arzgvgqc3125xbglqg5"..., 4096) = 4096
read(15, " \":\" directory #f)\n         (\"GI"..., 4096) = 4096
read(15, "1.3.4\"\n                      (pr"..., 4096) = 4096
read(15, "tore/qabydd2r26gcr9s26hzchip3a3h"..., 4096) = 4096
read(15, "al\"\n              \"0.3.1\"\n      "..., 4096) = 4096
read(15, "nj2-xorgproto-2022.2\")\n         "..., 4096) = 4096
read(15, "              \"freetype\"\n       "..., 4096) = 4096
read(15, "s\") \":\" directory #f)\n          "..., 4096) = 1948
close(15)                               = 0
newfstatat(AT_FDCWD, "/var/guix/profiles/system-35-link/profile/manifest", {st_mode=S_IFREG|0444, st_size=38810, ...}, 0) = 0
openat(AT_FDCWD, "/var/guix/profiles/system-35-link/profile/manifest", O_RDONLY) = 15
newfstatat(15, "", {st_mode=S_IFREG|0444, st_size=38810, ...}, AT_EMPTY_PATH) = 0
lseek(15, 0, SEEK_CUR)                  = 0
read(15, ";; This file was automatically g"..., 4096) = 4096
read(15, "          \"/gnu/store/0jk7sl5xqw"..., 4096) = 4096
read(15, "e/nv5q3a8wf16arzgvgqc3125xbglqg5"..., 4096) = 4096
read(15, ":\" directory #f)\n         (\"GIO_"..., 4096) = 4096
read(15, "3.4\"\n                      (prop"..., 4096) = 4096
read(15, "re/qabydd2r26gcr9s26hzchip3a3h3z"..., 4096) = 4096
read(15, "\"\n              \"0.3.1\"\n        "..., 4096) = 4096
read(15, "2-xorgproto-2022.2\")\n           "..., 4096) = 4096
read(15, "            \"freetype\"\n         "..., 4096) = 4096
read(15, ") \":\" directory #f)\n            "..., 4096) = 1946
close(15)                               = 0
newfstatat(AT_FDCWD, "/var/guix/profiles/system-36-link/profile/manifest", {st_mode=S_IFREG|0444, st_size=38812, ...}, 0) = 0
openat(AT_FDCWD, "/var/guix/profiles/system-36-link/profile/manifest", O_RDONLY) = 15
newfstatat(15, "", {st_mode=S_IFREG|0444, st_size=38812, ...}, AT_EMPTY_PATH) = 0
lseek(15, 0, SEEK_CUR)                  = 0
read(15, ";; This file was automatically g"..., 4096) = 4096
read(15, "          \"/gnu/store/0jk7sl5xqw"..., 4096) = 4096
read(15, "e/nv5q3a8wf16arzgvgqc3125xbglqg5"..., 4096) = 4096
read(15, " \":\" directory #f)\n         (\"GI"..., 4096) = 4096
read(15, "1.3.4\"\n                      (pr"..., 4096) = 4096
read(15, "tore/qabydd2r26gcr9s26hzchip3a3h"..., 4096) = 4096
read(15, "al\"\n              \"0.3.1\"\n      "..., 4096) = 4096
read(15, "nj2-xorgproto-2022.2\")\n         "..., 4096) = 4096
read(15, "              \"freetype\"\n       "..., 4096) = 4096
read(15, "s\") \":\" directory #f)\n          "..., 4096) = 1948
close(15)                               = 0
newfstatat(AT_FDCWD, "/var/guix/profiles/system-37-link/profile/manifest", {st_mode=S_IFREG|0444, st_size=38812, ...}, 0) = 0
openat(AT_FDCWD, "/var/guix/profiles/system-37-link/profile/manifest", O_RDONLY) = 15
newfstatat(15, "", {st_mode=S_IFREG|0444, st_size=38812, ...}, AT_EMPTY_PATH) = 0
lseek(15, 0, SEEK_CUR)                  = 0
read(15, ";; This file was automatically g"..., 4096) = 4096
read(15, "          \"/gnu/store/0jk7sl5xqw"..., 4096) = 4096
read(15, "e/nv5q3a8wf16arzgvgqc3125xbglqg5"..., 4096) = 4096
read(15, " \":\" directory #f)\n         (\"GI"..., 4096) = 4096
read(15, "1.3.4\"\n                      (pr"..., 4096) = 4096
read(15, "tore/qabydd2r26gcr9s26hzchip3a3h"..., 4096) = 4096
read(15, "al\"\n              \"0.3.1\"\n      "..., 4096) = 4096
read(15, "nj2-xorgproto-2022.2\")\n         "..., 4096) = 4096
read(15, "              \"freetype\"\n       "..., 4096) = 4096
read(15, "s\") \":\" directory #f)\n          "..., 4096) = 1948
close(15)                               = 0
newfstatat(AT_FDCWD, "/var/guix/profiles/system-38-link/profile/manifest", {st_mode=S_IFREG|0444, st_size=38812, ...}, 0) = 0
openat(AT_FDCWD, "/var/guix/profiles/system-38-link/profile/manifest", O_RDONLY) = 15
newfstatat(15, "", {st_mode=S_IFREG|0444, st_size=38812, ...}, AT_EMPTY_PATH) = 0
lseek(15, 0, SEEK_CUR)                  = 0
read(15, ";; This file was automatically g"..., 4096) = 4096
read(15, "          \"/gnu/store/0jk7sl5xqw"..., 4096) = 4096
read(15, "e/nv5q3a8wf16arzgvgqc3125xbglqg5"..., 4096) = 4096
read(15, " \":\" directory #f)\n         (\"GI"..., 4096) = 4096
read(15, "1.3.4\"\n                      (pr"..., 4096) = 4096
read(15, "tore/qabydd2r26gcr9s26hzchip3a3h"..., 4096) = 4096
read(15, "al\"\n              \"0.3.1\"\n      "..., 4096) = 4096
read(15, "nj2-xorgproto-2022.2\")\n         "..., 4096) = 4096
read(15, "              \"freetype\"\n       "..., 4096) = 4096
read(15, "s\") \":\" directory #f)\n          "..., 4096) = 1948
close(15)                               = 0
newfstatat(AT_FDCWD, "/var/guix/profiles/system-39-link/profile/manifest", {st_mode=S_IFREG|0444, st_size=38812, ...}, 0) = 0
openat(AT_FDCWD, "/var/guix/profiles/system-39-link/profile/manifest", O_RDONLY) = 15
newfstatat(15, "", {st_mode=S_IFREG|0444, st_size=38812, ...}, AT_EMPTY_PATH) = 0
lseek(15, 0, SEEK_CUR)                  = 0
read(15, ";; This file was automatically g"..., 4096) = 4096
read(15, "          \"/gnu/store/0jk7sl5xqw"..., 4096) = 4096
read(15, "e/nv5q3a8wf16arzgvgqc3125xbglqg5"..., 4096) = 4096
read(15, " \":\" directory #f)\n         (\"GI"..., 4096) = 4096
read(15, "1.3.4\"\n                      (pr"..., 4096) = 4096
read(15, "tore/qabydd2r26gcr9s26hzchip3a3h"..., 4096) = 4096
read(15, "al\"\n              \"0.3.1\"\n      "..., 4096) = 4096
read(15, "nj2-xorgproto-2022.2\")\n         "..., 4096) = 4096
read(15, "              \"freetype\"\n       "..., 4096) = 4096
read(15, "s\") \":\" directory #f)\n          "..., 4096) = 1948
close(15)                               = 0
newfstatat(AT_FDCWD, "/var/guix/profiles/system-4-link/profile/manifest", {st_mode=S_IFREG|0444, st_size=84861, ...}, 0) = 0
openat(AT_FDCWD, "/var/guix/profiles/system-4-link/profile/manifest", O_RDONLY) = 15
newfstatat(15, "", {st_mode=S_IFREG|0444, st_size=84861, ...}, AT_EMPTY_PATH) = 0
lseek(15, 0, SEEK_CUR)                  = 0
read(15, ";; This file was automatically g"..., 4096) = 4096
read(15, "          \"/gnu/store/0jk7sl5xqw"..., 4096) = 4096
read(15, "e/nv5q3a8wf16arzgvgqc3125xbglqg5"..., 4096) = 4096
read(15, " \":\" directory #f)\n         (\"GI"..., 4096) = 4096
read(15, "1.3.4\"\n                      (pr"..., 4096) = 4096
read(15, "tore/qabydd2r26gcr9s26hzchip3a3h"..., 4096) = 4096
read(15, "al\"\n              \"0.3.1\"\n      "..., 4096) = 4096
read(15, "2gnj2-xorgproto-2022.2\")\n       "..., 4096) = 4096
read(15, "                \"freetype\"\n     "..., 4096) = 4096
read(15, "ons\") \":\" directory #f)\n        "..., 4096) = 4096
read(15, " #f)\n             (\"GIO_EXTRA_MO"..., 4096) = 4096
read(15, "ed\n                   \"libxkbcom"..., 4096) = 4096
read(15, "  (\"gnome-color-manager\"\n       "..., 4096) = 4096
read(15, "        #f\n                  reg"..., 4096) = 4096
read(15, "            \"/gnu/store/nb40pwd3"..., 4096) = 4096
read(15, "re/ibf2avx72zf7sz0w6yfmph3k4axwj"..., 4096) = 4096
read(15, "EXTRA_MODULES\"\n                 "..., 4096) = 4096
read(15, "tory #f)\n             (\"GIO_EXTR"..., 4096) = 4096
read(15, "irectory #f)\n             (\"GIO_"..., 4096) = 4096
read(15, "   (\"lib/gdk-pixbuf-2.0/2.10.0/l"..., 4096) = 4096
read(15, "search-paths\n            ((\"GST_"..., 4096) = 2941
close(15)                               = 0
newfstatat(AT_FDCWD, "/var/guix/profiles/system-40-link/profile/manifest", {st_mode=S_IFREG|0444, st_size=38812, ...}, 0) = 0
openat(AT_FDCWD, "/var/guix/profiles/system-40-link/profile/manifest", O_RDONLY) = 15
newfstatat(15, "", {st_mode=S_IFREG|0444, st_size=38812, ...}, AT_EMPTY_PATH) = 0
lseek(15, 0, SEEK_CUR)                  = 0
read(15, ";; This file was automatically g"..., 4096) = 4096
read(15, "          \"/gnu/store/0jk7sl5xqw"..., 4096) = 4096
read(15, "e/nv5q3a8wf16arzgvgqc3125xbglqg5"..., 4096) = 4096
read(15, " \":\" directory #f)\n         (\"GI"..., 4096) = 4096
read(15, "1.3.4\"\n                      (pr"..., 4096) = 4096
read(15, "tore/qabydd2r26gcr9s26hzchip3a3h"..., 4096) = 4096
read(15, "al\"\n              \"0.3.1\"\n      "..., 4096) = 4096
read(15, "nj2-xorgproto-2022.2\")\n         "..., 4096) = 4096
read(15, "              \"freetype\"\n       "..., 4096) = 4096
read(15, "s\") \":\" directory #f)\n          "..., 4096) = 1948
close(15)                               = 0
newfstatat(AT_FDCWD, "/var/guix/profiles/system-41-link/profile/manifest", {st_mode=S_IFREG|0444, st_size=38812, ...}, 0) = 0
openat(AT_FDCWD, "/var/guix/profiles/system-41-link/profile/manifest", O_RDONLY) = 15
newfstatat(15, "", {st_mode=S_IFREG|0444, st_size=38812, ...}, AT_EMPTY_PATH) = 0
lseek(15, 0, SEEK_CUR)                  = 0
read(15, ";; This file was automatically g"..., 4096) = 4096
read(15, "          \"/gnu/store/0jk7sl5xqw"..., 4096) = 4096
read(15, "e/nv5q3a8wf16arzgvgqc3125xbglqg5"..., 4096) = 4096
read(15, " \":\" directory #f)\n         (\"GI"..., 4096) = 4096
mmap(0x7f179a63e000, 8134656, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1799e6c000
read(15, "1.3.4\"\n                      (pr"..., 4096) = 4096
read(15, "tore/qabydd2r26gcr9s26hzchip3a3h"..., 4096) = 4096
read(15, "al\"\n              \"0.3.1\"\n      "..., 4096) = 4096
read(15, "nj2-xorgproto-2022.2\")\n         "..., 4096) = 4096
read(15, "              \"freetype\"\n       "..., 4096) = 4096
mmap(0x7f179a62e000, 65536, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1799e5c000
read(15, "s\") \":\" directory #f)\n          "..., 4096) = 1948
close(15)                               = 0
newfstatat(AT_FDCWD, "/var/guix/profiles/system-42-link/profile/manifest", {st_mode=S_IFREG|0444, st_size=38812, ...}, 0) = 0
openat(AT_FDCWD, "/var/guix/profiles/system-42-link/profile/manifest", O_RDONLY) = 15
newfstatat(15, "", {st_mode=S_IFREG|0444, st_size=38812, ...}, AT_EMPTY_PATH) = 0
lseek(15, 0, SEEK_CUR)                  = 0
read(15, ";; This file was automatically g"..., 4096) = 4096
read(15, "          \"/gnu/store/0jk7sl5xqw"..., 4096) = 4096
read(15, "e/nv5q3a8wf16arzgvgqc3125xbglqg5"..., 4096) = 4096
read(15, " \":\" directory #f)\n         (\"GI"..., 4096) = 4096
read(15, "1.3.4\"\n                      (pr"..., 4096) = 4096
read(15, "tore/qabydd2r26gcr9s26hzchip3a3h"..., 4096) = 4096
read(15, "al\"\n              \"0.3.1\"\n      "..., 4096) = 4096
read(15, "nj2-xorgproto-2022.2\")\n         "..., 4096) = 4096
read(15, "              \"freetype\"\n       "..., 4096) = 4096
read(15, "s\") \":\" directory #f)\n          "..., 4096) = 1948
close(15)                               = 0
newfstatat(AT_FDCWD, "/var/guix/profiles/system-43-link/profile/manifest", {st_mode=S_IFREG|0444, st_size=38812, ...}, 0) = 0
openat(AT_FDCWD, "/var/guix/profiles/system-43-link/profile/manifest", O_RDONLY) = 15
newfstatat(15, "", {st_mode=S_IFREG|0444, st_size=38812, ...}, AT_EMPTY_PATH) = 0
lseek(15, 0, SEEK_CUR)                  = 0
read(15, ";; This file was automatically g"..., 4096) = 4096
read(15, "          \"/gnu/store/0jk7sl5xqw"..., 4096) = 4096
read(15, "e/nv5q3a8wf16arzgvgqc3125xbglqg5"..., 4096) = 4096
read(15, " \":\" directory #f)\n         (\"GI"..., 4096) = 4096
mmap(0x7f1799e6c000, 65536, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1799e4c000
read(15, "1.3.4\"\n                      (pr"..., 4096) = 4096
read(15, "tore/qabydd2r26gcr9s26hzchip3a3h"..., 4096) = 4096
read(15, "al\"\n              \"0.3.1\"\n      "..., 4096) = 4096
read(15, "nj2-xorgproto-2022.2\")\n         "..., 4096) = 4096
read(15, "              \"freetype\"\n       "..., 4096) = 4096
read(15, "s\") \":\" directory #f)\n          "..., 4096) = 1948
close(15)                               = 0
newfstatat(AT_FDCWD, "/var/guix/profiles/system-44-link/profile/manifest", {st_mode=S_IFREG|0444, st_size=38792, ...}, 0) = 0
openat(AT_FDCWD, "/var/guix/profiles/system-44-link/profile/manifest", O_RDONLY) = 15
newfstatat(15, "", {st_mode=S_IFREG|0444, st_size=38792, ...}, AT_EMPTY_PATH) = 0
lseek(15, 0, SEEK_CUR)                  = 0
read(15, ";; This file was automatically g"..., 4096) = 4096
read(15, "          \"/gnu/store/0jk7sl5xqw"..., 4096) = 4096
mmap(0x7f1799e5c000, 65536, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1799e3c000
read(15, "e/nv5q3a8wf16arzgvgqc3125xbglqg5"..., 4096) = 4096
read(15, " \":\" directory #f)\n         (\"GI"..., 4096) = 4096
read(15, "1.3.4\"\n                      (pr"..., 4096) = 4096
read(15, "tore/qabydd2r26gcr9s26hzchip3a3h"..., 4096) = 4096
read(15, "al\"\n              \"0.3.1\"\n      "..., 4096) = 4096
read(15, "nj2-xorgproto-2022.2\")\n         "..., 4096) = 4096
read(15, "              \"freetype\"\n       "..., 4096) = 4096
read(15, "s\") \":\" directory #f)\n          "..., 4096) = 1928
close(15)                               = 0
newfstatat(AT_FDCWD, "/var/guix/profiles/system-45-link/profile/manifest", {st_mode=S_IFREG|0444, st_size=38792, ...}, 0) = 0
openat(AT_FDCWD, "/var/guix/profiles/system-45-link/profile/manifest", O_RDONLY) = 15
newfstatat(15, "", {st_mode=S_IFREG|0444, st_size=38792, ...}, AT_EMPTY_PATH) = 0
lseek(15, 0, SEEK_CUR)                  = 0
read(15, ";; This file was automatically g"..., 4096) = 4096
mmap(0x7f1799e4c000, 65536, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1799e2c000
read(15, "          \"/gnu/store/0jk7sl5xqw"..., 4096) = 4096
read(15, "e/nv5q3a8wf16arzgvgqc3125xbglqg5"..., 4096) = 4096
read(15, " \":\" directory #f)\n         (\"GI"..., 4096) = 4096
read(15, "1.3.4\"\n                      (pr"..., 4096) = 4096
read(15, "tore/qabydd2r26gcr9s26hzchip3a3h"..., 4096) = 4096
read(15, "al\"\n              \"0.3.1\"\n      "..., 4096) = 4096
read(15, "nj2-xorgproto-2022.2\")\n         "..., 4096) = 4096
read(15, "              \"freetype\"\n       "..., 4096) = 4096
read(15, "s\") \":\" directory #f)\n          "..., 4096) = 1928
close(15)                               = 0
mmap(0x7f1799e3c000, 65536, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1799e1c000
newfstatat(AT_FDCWD, "/var/guix/profiles/system-46-link/profile/manifest", {st_mode=S_IFREG|0444, st_size=38792, ...}, 0) = 0
openat(AT_FDCWD, "/var/guix/profiles/system-46-link/profile/manifest", O_RDONLY) = 15
newfstatat(15, "", {st_mode=S_IFREG|0444, st_size=38792, ...}, AT_EMPTY_PATH) = 0
lseek(15, 0, SEEK_CUR)                  = 0
read(15, ";; This file was automatically g"..., 4096) = 4096
read(15, "          \"/gnu/store/0jk7sl5xqw"..., 4096) = 4096
read(15, "e/nv5q3a8wf16arzgvgqc3125xbglqg5"..., 4096) = 4096
read(15, " \":\" directory #f)\n         (\"GI"..., 4096) = 4096
read(15, "1.3.4\"\n                      (pr"..., 4096) = 4096
read(15, "tore/qabydd2r26gcr9s26hzchip3a3h"..., 4096) = 4096
read(15, "al\"\n              \"0.3.1\"\n      "..., 4096) = 4096
read(15, "nj2-xorgproto-2022.2\")\n         "..., 4096) = 4096
read(15, "              \"freetype\"\n       "..., 4096) = 4096
read(15, "s\") \":\" directory #f)\n          "..., 4096) = 1928
mmap(0x7f1799e2c000, 65536, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1799e0c000
close(15)                               = 0
newfstatat(AT_FDCWD, "/var/guix/profiles/system-47-link/profile/manifest", {st_mode=S_IFREG|0444, st_size=38792, ...}, 0) = 0
openat(AT_FDCWD, "/var/guix/profiles/system-47-link/profile/manifest", O_RDONLY) = 15
newfstatat(15, "", {st_mode=S_IFREG|0444, st_size=38792, ...}, AT_EMPTY_PATH) = 0
lseek(15, 0, SEEK_CUR)                  = 0
read(15, ";; This file was automatically g"..., 4096) = 4096
read(15, "          \"/gnu/store/0jk7sl5xqw"..., 4096) = 4096
read(15, "e/nv5q3a8wf16arzgvgqc3125xbglqg5"..., 4096) = 4096
read(15, " \":\" directory #f)\n         (\"GI"..., 4096) = 4096
read(15, "1.3.4\"\n                      (pr"..., 4096) = 4096
read(15, "tore/qabydd2r26gcr9s26hzchip3a3h"..., 4096) = 4096
read(15, "al\"\n              \"0.3.1\"\n      "..., 4096) = 4096
read(15, "nj2-xorgproto-2022.2\")\n         "..., 4096) = 4096
read(15, "              \"freetype\"\n       "..., 4096) = 4096
read(15, "s\") \":\" directory #f)\n          "..., 4096) = 1928
mmap(0x7f1799e1c000, 65536, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1799dfc000
close(15)                               = 0
newfstatat(AT_FDCWD, "/var/guix/profiles/system-48-link/profile/manifest", {st_mode=S_IFREG|0444, st_size=38792, ...}, 0) = 0
openat(AT_FDCWD, "/var/guix/profiles/system-48-link/profile/manifest", O_RDONLY) = 15
newfstatat(15, "", {st_mode=S_IFREG|0444, st_size=38792, ...}, AT_EMPTY_PATH) = 0
lseek(15, 0, SEEK_CUR)                  = 0
read(15, ";; This file was automatically g"..., 4096) = 4096
read(15, "          \"/gnu/store/0jk7sl5xqw"..., 4096) = 4096
read(15, "e/nv5q3a8wf16arzgvgqc3125xbglqg5"..., 4096) = 4096
read(15, " \":\" directory #f)\n         (\"GI"..., 4096) = 4096
read(15, "1.3.4\"\n                      (pr"..., 4096) = 4096
read(15, "tore/qabydd2r26gcr9s26hzchip3a3h"..., 4096) = 4096
read(15, "al\"\n              \"0.3.1\"\n      "..., 4096) = 4096
read(15, "nj2-xorgproto-2022.2\")\n         "..., 4096) = 4096
clock_gettime(CLOCK_PROCESS_CPUTIME_ID, {tv_sec=0, tv_nsec=801118035}) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
futex(0x7f17a405ebe8, FUTEX_WAKE_PRIVATE, 2147483647) = 1
futex(0x7f17a405ec00, FUTEX_WAKE_PRIVATE, 1) = 1
futex(0x7f17a405ebec, FUTEX_WAIT_BITSET_PRIVATE|FUTEX_CLOCK_REALTIME, 0, NULL, FUTEX_BITSET_MATCH_ANY) = -1 EAGAIN (Resource temporarily unavailable)
futex(0x7f17a405ec00, FUTEX_WAKE_PRIVATE, 1) = 0
futex(0x7f17a405ebe8, FUTEX_WAKE_PRIVATE, 2147483647) = 1
futex(0x7f17a405ebec, FUTEX_WAIT_BITSET_PRIVATE|FUTEX_CLOCK_REALTIME, 0, NULL, FUTEX_BITSET_MATCH_ANY) = -1 EAGAIN (Resource temporarily unavailable)
futex(0x7f17a405ec00, FUTEX_WAKE_PRIVATE, 1) = 0
futex(0x7f17a405ebe8, FUTEX_WAKE_PRIVATE, 2147483647) = 1
futex(0x7f17a405ebec, FUTEX_WAIT_BITSET_PRIVATE|FUTEX_CLOCK_REALTIME, 0, NULL, FUTEX_BITSET_MATCH_ANY) = -1 EAGAIN (Resource temporarily unavailable)
futex(0x7f17a405ec00, FUTEX_WAKE_PRIVATE, 1) = 0
futex(0x7f17a405ebe8, FUTEX_WAIT_BITSET_PRIVATE|FUTEX_CLOCK_REALTIME, 0, NULL, FUTEX_BITSET_MATCH_ANY) = 0
futex(0x7f17a405ec00, FUTEX_WAKE_PRIVATE, 1) = 0
futex(0x7f17a405ebec, FUTEX_WAIT_BITSET_PRIVATE|FUTEX_CLOCK_REALTIME, 0, NULL, FUTEX_BITSET_MATCH_ANY) = -1 EAGAIN (Resource temporarily unavailable)
futex(0x7f17a405ec00, FUTEX_WAKE_PRIVATE, 1) = 0
futex(0x7f17a405ebe8, FUTEX_WAIT_BITSET_PRIVATE|FUTEX_CLOCK_REALTIME, 0, NULL, FUTEX_BITSET_MATCH_ANY) = -1 EAGAIN (Resource temporarily unavailable)
futex(0x7f17a405ebec, FUTEX_WAKE_PRIVATE, 2147483647) = 1
futex(0x7f17a405ec00, FUTEX_WAKE_PRIVATE, 1) = 0
futex(0x7f17a405ebe8, FUTEX_WAKE_PRIVATE, 2147483647) = 1
clock_gettime(CLOCK_PROCESS_CPUTIME_ID, {tv_sec=0, tv_nsec=840485385}) = 0
write(7, "\0", 1)                       = 1
read(15, "              \"freetype\"\n       "..., 4096) = 4096
read(15, "s\") \":\" directory #f)\n          "..., 4096) = 1928
close(15)                               = 0
newfstatat(AT_FDCWD, "/var/guix/profiles/system-49-link/profile/manifest", {st_mode=S_IFREG|0444, st_size=38792, ...}, 0) = 0
openat(AT_FDCWD, "/var/guix/profiles/system-49-link/profile/manifest", O_RDONLY) = 15
newfstatat(15, "", {st_mode=S_IFREG|0444, st_size=38792, ...}, AT_EMPTY_PATH) = 0
lseek(15, 0, SEEK_CUR)                  = 0
read(15, ";; This file was automatically g"..., 4096) = 4096
read(15, "          \"/gnu/store/0jk7sl5xqw"..., 4096) = 4096
read(15, "e/nv5q3a8wf16arzgvgqc3125xbglqg5"..., 4096) = 4096
read(15, " \":\" directory #f)\n         (\"GI"..., 4096) = 4096
read(15, "1.3.4\"\n                      (pr"..., 4096) = 4096
read(15, "tore/qabydd2r26gcr9s26hzchip3a3h"..., 4096) = 4096
read(15, "al\"\n              \"0.3.1\"\n      "..., 4096) = 4096
read(15, "nj2-xorgproto-2022.2\")\n         "..., 4096) = 4096
read(15, "              \"freetype\"\n       "..., 4096) = 4096
read(15, "s\") \":\" directory #f)\n          "..., 4096) = 1928
close(15)                               = 0
newfstatat(AT_FDCWD, "/var/guix/profiles/system-5-link/profile/manifest", {st_mode=S_IFREG|0444, st_size=84861, ...}, 0) = 0
openat(AT_FDCWD, "/var/guix/profiles/system-5-link/profile/manifest", O_RDONLY) = 15
newfstatat(15, "", {st_mode=S_IFREG|0444, st_size=84861, ...}, AT_EMPTY_PATH) = 0
lseek(15, 0, SEEK_CUR)                  = 0
read(15, ";; This file was automatically g"..., 4096) = 4096
read(15, "          \"/gnu/store/0jk7sl5xqw"..., 4096) = 4096
read(15, "e/nv5q3a8wf16arzgvgqc3125xbglqg5"..., 4096) = 4096
read(15, " \":\" directory #f)\n         (\"GI"..., 4096) = 4096
read(15, "1.3.4\"\n                      (pr"..., 4096) = 4096
read(15, "tore/qabydd2r26gcr9s26hzchip3a3h"..., 4096) = 4096
read(15, "al\"\n              \"0.3.1\"\n      "..., 4096) = 4096
read(15, "2gnj2-xorgproto-2022.2\")\n       "..., 4096) = 4096
read(15, "                \"freetype\"\n     "..., 4096) = 4096
read(15, "ons\") \":\" directory #f)\n        "..., 4096) = 4096
read(15, " #f)\n             (\"GIO_EXTRA_MO"..., 4096) = 4096
read(15, "ed\n                   \"libxkbcom"..., 4096) = 4096
read(15, "  (\"gnome-color-manager\"\n       "..., 4096) = 4096
read(15, "        #f\n                  reg"..., 4096) = 4096
read(15, "            \"/gnu/store/nb40pwd3"..., 4096) = 4096
read(15, "re/ibf2avx72zf7sz0w6yfmph3k4axwj"..., 4096) = 4096
read(15, "EXTRA_MODULES\"\n                 "..., 4096) = 4096
read(15, "tory #f)\n             (\"GIO_EXTR"..., 4096) = 4096
read(15, "irectory #f)\n             (\"GIO_"..., 4096) = 4096
read(15, "   (\"lib/gdk-pixbuf-2.0/2.10.0/l"..., 4096) = 4096
read(15, "search-paths\n            ((\"GST_"..., 4096) = 2941
close(15)                               = 0
newfstatat(AT_FDCWD, "/var/guix/profiles/system-50-link/profile/manifest", {st_mode=S_IFREG|0444, st_size=38691, ...}, 0) = 0
openat(AT_FDCWD, "/var/guix/profiles/system-50-link/profile/manifest", O_RDONLY) = 15
newfstatat(15, "", {st_mode=S_IFREG|0444, st_size=38691, ...}, AT_EMPTY_PATH) = 0
lseek(15, 0, SEEK_CUR)                  = 0
read(15, ";; This file was automatically g"..., 4096) = 4096
read(15, "          \"/gnu/store/0jk7sl5xqw"..., 4096) = 4096
read(15, "e/nv5q3a8wf16arzgvgqc3125xbglqg5"..., 4096) = 4096
read(15, " \":\" directory #f)\n         (\"GI"..., 4096) = 4096
read(15, "         \"xorgproto\"\n           "..., 4096) = 4096
read(15, "bxext\"\n                   \"1.3.4"..., 4096) = 4096
read(15, "664-libcloudproviders-minimal-0."..., 4096) = 4096
read(15, "6.0.0\"\n                   \"/gnu/"..., 4096) = 4096
read(15, "a4h0g7j58dx3l05-freetype-2.13.0\""..., 4096) = 4096
read(15, "              directory\n        "..., 4096) = 1827
close(15)                               = 0
newfstatat(AT_FDCWD, "/var/guix/profiles/system-51-link/profile/manifest", {st_mode=S_IFREG|0444, st_size=38691, ...}, 0) = 0
openat(AT_FDCWD, "/var/guix/profiles/system-51-link/profile/manifest", O_RDONLY) = 15
newfstatat(15, "", {st_mode=S_IFREG|0444, st_size=38691, ...}, AT_EMPTY_PATH) = 0
lseek(15, 0, SEEK_CUR)                  = 0
read(15, ";; This file was automatically g"..., 4096) = 4096
read(15, "          \"/gnu/store/0jk7sl5xqw"..., 4096) = 4096
read(15, "e/nv5q3a8wf16arzgvgqc3125xbglqg5"..., 4096) = 4096
read(15, " \":\" directory #f)\n         (\"GI"..., 4096) = 4096
read(15, "         \"xorgproto\"\n           "..., 4096) = 4096
read(15, "bxext\"\n                   \"1.3.4"..., 4096) = 4096
read(15, "664-libcloudproviders-minimal-0."..., 4096) = 4096
read(15, "6.0.0\"\n                   \"/gnu/"..., 4096) = 4096
read(15, "a4h0g7j58dx3l05-freetype-2.13.0\""..., 4096) = 4096
read(15, "              directory\n        "..., 4096) = 1827
close(15)                               = 0
newfstatat(AT_FDCWD, "/var/guix/profiles/system-52-link/profile/manifest", {st_mode=S_IFREG|0444, st_size=38691, ...}, 0) = 0
openat(AT_FDCWD, "/var/guix/profiles/system-52-link/profile/manifest", O_RDONLY) = 15
newfstatat(15, "", {st_mode=S_IFREG|0444, st_size=38691, ...}, AT_EMPTY_PATH) = 0
lseek(15, 0, SEEK_CUR)                  = 0
read(15, ";; This file was automatically g"..., 4096) = 4096
read(15, "          \"/gnu/store/0jk7sl5xqw"..., 4096) = 4096
read(15, "e/nv5q3a8wf16arzgvgqc3125xbglqg5"..., 4096) = 4096
read(15, " \":\" directory #f)\n         (\"GI"..., 4096) = 4096
read(15, "         \"xorgproto\"\n           "..., 4096) = 4096
read(15, "bxext\"\n                   \"1.3.4"..., 4096) = 4096
read(15, "664-libcloudproviders-minimal-0."..., 4096) = 4096
read(15, "6.0.0\"\n                   \"/gnu/"..., 4096) = 4096
read(15, "a4h0g7j58dx3l05-freetype-2.13.0\""..., 4096) = 4096
read(15, "              directory\n        "..., 4096) = 1827
close(15)                               = 0
newfstatat(AT_FDCWD, "/var/guix/profiles/system-53-link/profile/manifest", {st_mode=S_IFREG|0444, st_size=38691, ...}, 0) = 0
openat(AT_FDCWD, "/var/guix/profiles/system-53-link/profile/manifest", O_RDONLY) = 15
newfstatat(15, "", {st_mode=S_IFREG|0444, st_size=38691, ...}, AT_EMPTY_PATH) = 0
lseek(15, 0, SEEK_CUR)                  = 0
read(15, ";; This file was automatically g"..., 4096) = 4096
read(15, "          \"/gnu/store/0jk7sl5xqw"..., 4096) = 4096
read(15, "e/nv5q3a8wf16arzgvgqc3125xbglqg5"..., 4096) = 4096
read(15, " \":\" directory #f)\n         (\"GI"..., 4096) = 4096
read(15, "         \"xorgproto\"\n           "..., 4096) = 4096
read(15, "bxext\"\n                   \"1.3.4"..., 4096) = 4096
read(15, "664-libcloudproviders-minimal-0."..., 4096) = 4096
read(15, "6.0.0\"\n                   \"/gnu/"..., 4096) = 4096
read(15, "a4h0g7j58dx3l05-freetype-2.13.0\""..., 4096) = 4096
read(15, "              directory\n        "..., 4096) = 1827
close(15)                               = 0
newfstatat(AT_FDCWD, "/var/guix/profiles/system-54-link/profile/manifest", {st_mode=S_IFREG|0444, st_size=38691, ...}, 0) = 0
openat(AT_FDCWD, "/var/guix/profiles/system-54-link/profile/manifest", O_RDONLY) = 15
newfstatat(15, "", {st_mode=S_IFREG|0444, st_size=38691, ...}, AT_EMPTY_PATH) = 0
lseek(15, 0, SEEK_CUR)                  = 0
read(15, ";; This file was automatically g"..., 4096) = 4096
read(15, "          \"/gnu/store/0jk7sl5xqw"..., 4096) = 4096
read(15, "e/nv5q3a8wf16arzgvgqc3125xbglqg5"..., 4096) = 4096
read(15, " \":\" directory #f)\n         (\"GI"..., 4096) = 4096
read(15, "         \"xorgproto\"\n           "..., 4096) = 4096
read(15, "bxext\"\n                   \"1.3.4"..., 4096) = 4096
read(15, "664-libcloudproviders-minimal-0."..., 4096) = 4096
read(15, "6.0.0\"\n                   \"/gnu/"..., 4096) = 4096
read(15, "a4h0g7j58dx3l05-freetype-2.13.0\""..., 4096) = 4096
read(15, "              directory\n        "..., 4096) = 1827
close(15)                               = 0
newfstatat(AT_FDCWD, "/var/guix/profiles/system-55-link/profile/manifest", {st_mode=S_IFREG|0444, st_size=84875, ...}, 0) = 0
openat(AT_FDCWD, "/var/guix/profiles/system-55-link/profile/manifest", O_RDONLY) = 15
newfstatat(15, "", {st_mode=S_IFREG|0444, st_size=84875, ...}, AT_EMPTY_PATH) = 0
lseek(15, 0, SEEK_CUR)                  = 0
read(15, ";; This file was automatically g"..., 4096) = 4096
read(15, "          \"/gnu/store/0jk7sl5xqw"..., 4096) = 4096
read(15, "e/nv5q3a8wf16arzgvgqc3125xbglqg5"..., 4096) = 4096
read(15, " \":\" directory #f)\n         (\"GI"..., 4096) = 4096
read(15, "         \"xorgproto\"\n           "..., 4096) = 4096
read(15, "bxext\"\n                   \"1.3.4"..., 4096) = 4096
read(15, "664-libcloudproviders-minimal-0."..., 4096) = 4096
read(15, "6.0.0\"\n                   \"/gnu/"..., 4096) = 4096
read(15, "a4h0g7j58dx3l05-freetype-2.13.0\""..., 4096) = 4096
read(15, "              directory\n        "..., 4096) = 4096
read(15, "directory\n              #f))))\n "..., 4096) = 4096
read(15, "5lq58nvr8id7ap8mbgrb2b-libxkbcom"..., 4096) = 4096
read(15, "sj2lwk-gnome-color-manager-3.36."..., 4096) = 4096
read(15, "K3_PATH\"\n              (\"lib/gtk"..., 4096) = 4096
read(15, "      ((\"XDG_DATA_DIRS\" (\"share\""..., 4096) = 4096
read(15, "\"/gnu/store/4hzrgyk90gsy08yvg1mg"..., 4096) = 4096
read(15, "         #f)\n                 (\""..., 4096) = 4096
read(15, "tory\n              #f)\n         "..., 4096) = 4096
read(15, "dh1j8iqabpb5vs9m-gnome-disk-util"..., 4096) = 4096
read(15, "ar\n              #f))))\n        "..., 4096) = 4096
read(15, ".0\")\n              \":\"\n         "..., 4096) = 2955
close(15)                               = 0
newfstatat(AT_FDCWD, "/var/guix/profiles/system-56-link/profile/manifest", {st_mode=S_IFREG|0444, st_size=84875, ...}, 0) = 0
openat(AT_FDCWD, "/var/guix/profiles/system-56-link/profile/manifest", O_RDONLY) = 15
newfstatat(15, "", {st_mode=S_IFREG|0444, st_size=84875, ...}, AT_EMPTY_PATH) = 0
lseek(15, 0, SEEK_CUR)                  = 0
read(15, ";; This file was automatically g"..., 4096) = 4096
read(15, "          \"/gnu/store/0jk7sl5xqw"..., 4096) = 4096
read(15, "e/nv5q3a8wf16arzgvgqc3125xbglqg5"..., 4096) = 4096
read(15, " \":\" directory #f)\n         (\"GI"..., 4096) = 4096
read(15, "         \"xorgproto\"\n           "..., 4096) = 4096
read(15, "bxext\"\n                   \"1.3.4"..., 4096) = 4096
read(15, "664-libcloudproviders-minimal-0."..., 4096) = 4096
read(15, "6.0.0\"\n                   \"/gnu/"..., 4096) = 4096
read(15, "a4h0g7j58dx3l05-freetype-2.13.0\""..., 4096) = 4096
read(15, "              directory\n        "..., 4096) = 4096
read(15, "directory\n              #f))))\n "..., 4096) = 4096
read(15, "5lq58nvr8id7ap8mbgrb2b-libxkbcom"..., 4096) = 4096
read(15, "9rb3yd-gnome-color-manager-3.36."..., 4096) = 4096
read(15, "K3_PATH\"\n              (\"lib/gtk"..., 4096) = 4096
read(15, "      ((\"XDG_DATA_DIRS\" (\"share\""..., 4096) = 4096
read(15, "\"/gnu/store/3avlz5qgxx782966ldjg"..., 4096) = 4096
read(15, "         #f)\n                 (\""..., 4096) = 4096
read(15, "tory\n              #f)\n         "..., 4096) = 4096
read(15, "dh1j8iqabpb5vs9m-gnome-disk-util"..., 4096) = 4096
read(15, "ar\n              #f))))\n        "..., 4096) = 4096
read(15, ".0\")\n              \":\"\n         "..., 4096) = 2955
close(15)                               = 0
newfstatat(AT_FDCWD, "/var/guix/profiles/system-57-link/profile/manifest", {st_mode=S_IFREG|0444, st_size=84875, ...}, 0) = 0
openat(AT_FDCWD, "/var/guix/profiles/system-57-link/profile/manifest", O_RDONLY) = 15
newfstatat(15, "", {st_mode=S_IFREG|0444, st_size=84875, ...}, AT_EMPTY_PATH) = 0
lseek(15, 0, SEEK_CUR)                  = 0
read(15, ";; This file was automatically g"..., 4096) = 4096
read(15, "          \"/gnu/store/0jk7sl5xqw"..., 4096) = 4096
read(15, "e/nv5q3a8wf16arzgvgqc3125xbglqg5"..., 4096) = 4096
read(15, " \":\" directory #f)\n         (\"GI"..., 4096) = 4096
read(15, "         \"xorgproto\"\n           "..., 4096) = 4096
read(15, "bxext\"\n                   \"1.3.4"..., 4096) = 4096
read(15, "664-libcloudproviders-minimal-0."..., 4096) = 4096
read(15, "6.0.0\"\n                   \"/gnu/"..., 4096) = 4096
read(15, "a4h0g7j58dx3l05-freetype-2.13.0\""..., 4096) = 4096
read(15, "              directory\n        "..., 4096) = 4096
read(15, "directory\n              #f))))\n "..., 4096) = 4096
read(15, "5lq58nvr8id7ap8mbgrb2b-libxkbcom"..., 4096) = 4096
read(15, "9rb3yd-gnome-color-manager-3.36."..., 4096) = 4096
read(15, "K3_PATH\"\n              (\"lib/gtk"..., 4096) = 4096
read(15, "      ((\"XDG_DATA_DIRS\" (\"share\""..., 4096) = 4096
read(15, "\"/gnu/store/3avlz5qgxx782966ldjg"..., 4096) = 4096
read(15, "         #f)\n                 (\""..., 4096) = 4096
read(15, "tory\n              #f)\n         "..., 4096) = 4096
read(15, "dh1j8iqabpb5vs9m-gnome-disk-util"..., 4096) = 4096
read(15, "ar\n              #f))))\n        "..., 4096) = 4096
read(15, ".0\")\n              \":\"\n         "..., 4096) = 2955
close(15)                               = 0
newfstatat(AT_FDCWD, "/var/guix/profiles/system-58-link/profile/manifest", {st_mode=S_IFREG|0444, st_size=84875, ...}, 0) = 0
openat(AT_FDCWD, "/var/guix/profiles/system-58-link/profile/manifest", O_RDONLY) = 15
newfstatat(15, "", {st_mode=S_IFREG|0444, st_size=84875, ...}, AT_EMPTY_PATH) = 0
lseek(15, 0, SEEK_CUR)                  = 0
read(15, ";; This file was automatically g"..., 4096) = 4096
read(15, "          \"/gnu/store/0jk7sl5xqw"..., 4096) = 4096
read(15, "e/nv5q3a8wf16arzgvgqc3125xbglqg5"..., 4096) = 4096
read(15, " \":\" directory #f)\n         (\"GI"..., 4096) = 4096
mmap(0x7f1799e0c000, 65536, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1799dec000
clock_gettime(CLOCK_PROCESS_CPUTIME_ID, {tv_sec=0, tv_nsec=931114894}) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
futex(0x7f17a405ebec, FUTEX_WAKE_PRIVATE, 2147483647) = 1
futex(0x7f17a405ec00, FUTEX_WAKE_PRIVATE, 1) = 1
futex(0x7f17a405ebe8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
futex(0x7f17a405ebec, FUTEX_WAIT_BITSET_PRIVATE|FUTEX_CLOCK_REALTIME, 0, NULL, FUTEX_BITSET_MATCH_ANY) = -1 EAGAIN (Resource temporarily unavailable)
futex(0x7f17a405ec00, FUTEX_WAKE_PRIVATE, 1) = 0
futex(0x7f17a405ebe8, FUTEX_WAIT_BITSET_PRIVATE|FUTEX_CLOCK_REALTIME, 0, NULL, FUTEX_BITSET_MATCH_ANY) = -1 EAGAIN (Resource temporarily unavailable)
futex(0x7f17a405ec00, FUTEX_WAKE_PRIVATE, 1) = 0
futex(0x7f17a405ebec, FUTEX_WAIT_BITSET_PRIVATE|FUTEX_CLOCK_REALTIME, 0, NULL, FUTEX_BITSET_MATCH_ANY) = -1 EAGAIN (Resource temporarily unavailable)
futex(0x7f17a405ec00, FUTEX_WAKE_PRIVATE, 1) = 0
futex(0x7f17a405ebe8, FUTEX_WAIT_BITSET_PRIVATE|FUTEX_CLOCK_REALTIME, 0, NULL, FUTEX_BITSET_MATCH_ANY) = -1 EAGAIN (Resource temporarily unavailable)
futex(0x7f17a405ec00, FUTEX_WAKE_PRIVATE, 1) = 0
futex(0x7f17a405ebec, FUTEX_WAIT_BITSET_PRIVATE|FUTEX_CLOCK_REALTIME, 0, NULL, FUTEX_BITSET_MATCH_ANY) = -1 EAGAIN (Resource temporarily unavailable)
futex(0x7f17a405ebe8, FUTEX_WAKE_PRIVATE, 2147483647) = 1
futex(0x7f17a405ec00, FUTEX_WAKE_PRIVATE, 1) = 1
clock_gettime(CLOCK_PROCESS_CPUTIME_ID, {tv_sec=0, tv_nsec=970665563}) = 0
write(7, "\0", 1)                       = 1
read(15, "         \"xorgproto\"\n           "..., 4096) = 4096
read(15, "bxext\"\n                   \"1.3.4"..., 4096) = 4096
read(15, "664-libcloudproviders-minimal-0."..., 4096) = 4096
read(15, "6.0.0\"\n                   \"/gnu/"..., 4096) = 4096
read(15, "a4h0g7j58dx3l05-freetype-2.13.0\""..., 4096) = 4096
read(15, "              directory\n        "..., 4096) = 4096
read(15, "directory\n              #f))))\n "..., 4096) = 4096
read(15, "5lq58nvr8id7ap8mbgrb2b-libxkbcom"..., 4096) = 4096
read(15, "9rb3yd-gnome-color-manager-3.36."..., 4096) = 4096
read(15, "K3_PATH\"\n              (\"lib/gtk"..., 4096) = 4096
read(15, "      ((\"XDG_DATA_DIRS\" (\"share\""..., 4096) = 4096
read(15, "\"/gnu/store/3avlz5qgxx782966ldjg"..., 4096) = 4096
read(15, "         #f)\n                 (\""..., 4096) = 4096
read(15, "tory\n              #f)\n         "..., 4096) = 4096
read(15, "dh1j8iqabpb5vs9m-gnome-disk-util"..., 4096) = 4096
read(15, "ar\n              #f))))\n        "..., 4096) = 4096
read(15, ".0\")\n              \":\"\n         "..., 4096) = 2955
close(15)                               = 0
newfstatat(AT_FDCWD, "/var/guix/profiles/system-59-link/profile/manifest", {st_mode=S_IFREG|0444, st_size=84875, ...}, 0) = 0
openat(AT_FDCWD, "/var/guix/profiles/system-59-link/profile/manifest", O_RDONLY) = 15
newfstatat(15, "", {st_mode=S_IFREG|0444, st_size=84875, ...}, AT_EMPTY_PATH) = 0
lseek(15, 0, SEEK_CUR)                  = 0
read(15, ";; This file was automatically g"..., 4096) = 4096
read(15, "          \"/gnu/store/0jk7sl5xqw"..., 4096) = 4096
read(15, "e/nv5q3a8wf16arzgvgqc3125xbglqg5"..., 4096) = 4096
read(15, " \":\" directory #f)\n         (\"GI"..., 4096) = 4096
read(15, "         \"xorgproto\"\n           "..., 4096) = 4096
read(15, "bxext\"\n                   \"1.3.4"..., 4096) = 4096
read(15, "664-libcloudproviders-minimal-0."..., 4096) = 4096
read(15, "6.0.0\"\n                   \"/gnu/"..., 4096) = 4096
read(15, "a4h0g7j58dx3l05-freetype-2.13.0\""..., 4096) = 4096
read(15, "              directory\n        "..., 4096) = 4096
read(15, "directory\n              #f))))\n "..., 4096) = 4096
read(15, "5lq58nvr8id7ap8mbgrb2b-libxkbcom"..., 4096) = 4096
read(15, "9rb3yd-gnome-color-manager-3.36."..., 4096) = 4096
read(15, "K3_PATH\"\n              (\"lib/gtk"..., 4096) = 4096
read(15, "      ((\"XDG_DATA_DIRS\" (\"share\""..., 4096) = 4096
read(15, "\"/gnu/store/3avlz5qgxx782966ldjg"..., 4096) = 4096
read(15, "         #f)\n                 (\""..., 4096) = 4096
read(15, "tory\n              #f)\n         "..., 4096) = 4096
read(15, "dh1j8iqabpb5vs9m-gnome-disk-util"..., 4096) = 4096
read(15, "ar\n              #f))))\n        "..., 4096) = 4096
read(15, ".0\")\n              \":\"\n         "..., 4096) = 2955
close(15)                               = 0
newfstatat(AT_FDCWD, "/var/guix/profiles/system-6-link/profile/manifest", {st_mode=S_IFREG|0444, st_size=84861, ...}, 0) = 0
openat(AT_FDCWD, "/var/guix/profiles/system-6-link/profile/manifest", O_RDONLY) = 15
newfstatat(15, "", {st_mode=S_IFREG|0444, st_size=84861, ...}, AT_EMPTY_PATH) = 0
lseek(15, 0, SEEK_CUR)                  = 0
read(15, ";; This file was automatically g"..., 4096) = 4096
read(15, "          \"/gnu/store/0jk7sl5xqw"..., 4096) = 4096
read(15, "e/nv5q3a8wf16arzgvgqc3125xbglqg5"..., 4096) = 4096
read(15, " \":\" directory #f)\n         (\"GI"..., 4096) = 4096
read(15, "1.3.4\"\n                      (pr"..., 4096) = 4096
read(15, "tore/qabydd2r26gcr9s26hzchip3a3h"..., 4096) = 4096
read(15, "al\"\n              \"0.3.1\"\n      "..., 4096) = 4096
read(15, "2gnj2-xorgproto-2022.2\")\n       "..., 4096) = 4096
read(15, "                \"freetype\"\n     "..., 4096) = 4096
read(15, "ons\") \":\" directory #f)\n        "..., 4096) = 4096
read(15, " #f)\n             (\"GIO_EXTRA_MO"..., 4096) = 4096
read(15, "ed\n                   \"libxkbcom"..., 4096) = 4096
read(15, "  (\"gnome-color-manager\"\n       "..., 4096) = 4096
read(15, "        #f\n                  reg"..., 4096) = 4096
read(15, "            \"/gnu/store/nb40pwd3"..., 4096) = 4096
read(15, "re/ibf2avx72zf7sz0w6yfmph3k4axwj"..., 4096) = 4096
read(15, "EXTRA_MODULES\"\n                 "..., 4096) = 4096
read(15, "tory #f)\n             (\"GIO_EXTR"..., 4096) = 4096
read(15, "irectory #f)\n             (\"GIO_"..., 4096) = 4096
read(15, "   (\"lib/gdk-pixbuf-2.0/2.10.0/l"..., 4096) = 4096
read(15, "search-paths\n            ((\"GST_"..., 4096) = 2941
close(15)                               = 0
newfstatat(AT_FDCWD, "/var/guix/profiles/system-60-link/profile/manifest", {st_mode=S_IFREG|0444, st_size=84875, ...}, 0) = 0
openat(AT_FDCWD, "/var/guix/profiles/system-60-link/profile/manifest", O_RDONLY) = 15
newfstatat(15, "", {st_mode=S_IFREG|0444, st_size=84875, ...}, AT_EMPTY_PATH) = 0
lseek(15, 0, SEEK_CUR)                  = 0
read(15, ";; This file was automatically g"..., 4096) = 4096
read(15, "          \"/gnu/store/0jk7sl5xqw"..., 4096) = 4096
read(15, "e/nv5q3a8wf16arzgvgqc3125xbglqg5"..., 4096) = 4096
read(15, " \":\" directory #f)\n         (\"GI"..., 4096) = 4096
read(15, "         \"xorgproto\"\n           "..., 4096) = 4096
read(15, "bxext\"\n                   \"1.3.4"..., 4096) = 4096
read(15, "664-libcloudproviders-minimal-0."..., 4096) = 4096
read(15, "6.0.0\"\n                   \"/gnu/"..., 4096) = 4096
read(15, "a4h0g7j58dx3l05-freetype-2.13.0\""..., 4096) = 4096
read(15, "              directory\n        "..., 4096) = 4096
read(15, "directory\n              #f))))\n "..., 4096) = 4096
read(15, "5lq58nvr8id7ap8mbgrb2b-libxkbcom"..., 4096) = 4096
read(15, "qs3a3s-gnome-color-manager-3.36."..., 4096) = 4096
read(15, "K3_PATH\"\n              (\"lib/gtk"..., 4096) = 4096
read(15, "      ((\"XDG_DATA_DIRS\" (\"share\""..., 4096) = 4096
read(15, "\"/gnu/store/8z3imiri1rdl0hsvaaid"..., 4096) = 4096
read(15, "         #f)\n                 (\""..., 4096) = 4096
read(15, "tory\n              #f)\n         "..., 4096) = 4096
read(15, "1cqwqdlzy7wxdl9f-gnome-disk-util"..., 4096) = 4096
read(15, "ar\n              #f))))\n        "..., 4096) = 4096
read(15, ".0\")\n              \":\"\n         "..., 4096) = 2955
close(15)                               = 0
newfstatat(AT_FDCWD, "/var/guix/profiles/system-61-link/profile/manifest", {st_mode=S_IFREG|0444, st_size=84875, ...}, 0) = 0
openat(AT_FDCWD, "/var/guix/profiles/system-61-link/profile/manifest", O_RDONLY) = 15
newfstatat(15, "", {st_mode=S_IFREG|0444, st_size=84875, ...}, AT_EMPTY_PATH) = 0
lseek(15, 0, SEEK_CUR)                  = 0
read(15, ";; This file was automatically g"..., 4096) = 4096
read(15, "          \"/gnu/store/0jk7sl5xqw"..., 4096) = 4096
read(15, "e/nv5q3a8wf16arzgvgqc3125xbglqg5"..., 4096) = 4096
read(15, " \":\" directory #f)\n         (\"GI"..., 4096) = 4096
read(15, "         \"xorgproto\"\n           "..., 4096) = 4096
read(15, "bxext\"\n                   \"1.3.4"..., 4096) = 4096
read(15, "664-libcloudproviders-minimal-0."..., 4096) = 4096
read(15, "6.0.0\"\n                   \"/gnu/"..., 4096) = 4096
read(15, "a4h0g7j58dx3l05-freetype-2.13.0\""..., 4096) = 4096
read(15, "              directory\n        "..., 4096) = 4096
read(15, "directory\n              #f))))\n "..., 4096) = 4096
read(15, "5lq58nvr8id7ap8mbgrb2b-libxkbcom"..., 4096) = 4096
read(15, "qs3a3s-gnome-color-manager-3.36."..., 4096) = 4096
read(15, "K3_PATH\"\n              (\"lib/gtk"..., 4096) = 4096
read(15, "      ((\"XDG_DATA_DIRS\" (\"share\""..., 4096) = 4096
read(15, "\"/gnu/store/8z3imiri1rdl0hsvaaid"..., 4096) = 4096
read(15, "         #f)\n                 (\""..., 4096) = 4096
read(15, "tory\n              #f)\n         "..., 4096) = 4096
read(15, "1cqwqdlzy7wxdl9f-gnome-disk-util"..., 4096) = 4096
read(15, "ar\n              #f))))\n        "..., 4096) = 4096
read(15, ".0\")\n              \":\"\n         "..., 4096) = 2955
close(15)                               = 0
newfstatat(AT_FDCWD, "/var/guix/profiles/system-62-link/profile/manifest", {st_mode=S_IFREG|0444, st_size=85224, ...}, 0) = 0
openat(AT_FDCWD, "/var/guix/profiles/system-62-link/profile/manifest", O_RDONLY) = 15
newfstatat(15, "", {st_mode=S_IFREG|0444, st_size=85224, ...}, AT_EMPTY_PATH) = 0
lseek(15, 0, SEEK_CUR)                  = 0
read(15, ";; This file was automatically g"..., 4096) = 4096
read(15, "         directory\n          #f)"..., 4096) = 4096
read(15, "r\"\n      \"1.34\"\n      \"out\"\n    "..., 4096) = 4096
read(15, "       directory\n          #f)))"..., 4096) = 4096
read(15, "                       \"/gnu/sto"..., 4096) = 4096
read(15, "peated\n                   \"libx1"..., 4096) = 4096
read(15, ")\n                 (\"XDG_DATA_DI"..., 4096) = 4096
read(15, "   \"/gnu/store/8b6z5bsmvh3z2hhy4"..., 4096) = 4096
read(15, "sbgsk1x5rxnsx-cairo-1.16.0\")\n   "..., 4096) = 4096
read(15, "\") \":\" directory #f)\n           "..., 4096) = 4096
read(15, "directory #f)\n                 ("..., 4096) = 4096
read(15, "/q6j7qmgc70knmz5drz9qqlinbg9pmg7"..., 4096) = 4096
read(15, "    (\"lib/vdpau\")\n              "..., 4096) = 4096
read(15, "            (\"XCURSOR_PATH\" (\"sh"..., 4096) = 4096
read(15, "             \"1.6.2\"\n           "..., 4096) = 4096
read(15, "9qs13cc60xx7rhx46v17m6x4lxv6lc2-"..., 4096) = 4096
read(15, "       \"xinput\"\n                "..., 4096) = 4096
read(15, ".30\")))\n          (search-paths\n"..., 4096) = 4096
read(15, "ectory\n                  #f)))))"..., 4096) = 4096
read(15, "R_PATH\"\n              (\"lib/vdpa"..., 4096) = 4096
read(15, ".22.2\"\n               \"/gnu/stor"..., 4096) = 3304
close(15)                               = 0
newfstatat(AT_FDCWD, "/var/guix/profiles/system-63-link/profile/manifest", {st_mode=S_IFREG|0444, st_size=85224, ...}, 0) = 0
openat(AT_FDCWD, "/var/guix/profiles/system-63-link/profile/manifest", O_RDONLY) = 15
newfstatat(15, "", {st_mode=S_IFREG|0444, st_size=85224, ...}, AT_EMPTY_PATH) = 0
lseek(15, 0, SEEK_CUR)                  = 0
read(15, ";; This file was automatically g"..., 4096) = 4096
read(15, "         directory\n          #f)"..., 4096) = 4096
read(15, "r\"\n      \"1.34\"\n      \"out\"\n    "..., 4096) = 4096
read(15, "       directory\n          #f)))"..., 4096) = 4096
read(15, "                       \"/gnu/sto"..., 4096) = 4096
read(15, "peated\n                   \"libx1"..., 4096) = 4096
read(15, ")\n                 (\"XDG_DATA_DI"..., 4096) = 4096
read(15, "   \"/gnu/store/8b6z5bsmvh3z2hhy4"..., 4096) = 4096
read(15, "sbgsk1x5rxnsx-cairo-1.16.0\")\n   "..., 4096) = 4096
read(15, "\") \":\" directory #f)\n           "..., 4096) = 4096
clock_gettime(CLOCK_PROCESS_CPUTIME_ID, {tv_sec=1, tv_nsec=51951046}) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
futex(0x7f17a405ebec, FUTEX_WAKE_PRIVATE, 2147483647) = 1
futex(0x7f17a405ec00, FUTEX_WAKE_PRIVATE, 1) = 1
madvise(0x7f17a1eab000, 8192, MADV_DONTNEED) = 0
futex(0x7f17a405ebe8, FUTEX_WAIT_BITSET_PRIVATE|FUTEX_CLOCK_REALTIME, 0, NULL, FUTEX_BITSET_MATCH_ANY) = -1 EAGAIN (Resource temporarily unavailable)
futex(0x7f17a405ec00, FUTEX_WAKE_PRIVATE, 1) = 0
futex(0x7f17a405ebec, FUTEX_WAKE_PRIVATE, 2147483647) = 0
futex(0x7f17a405ebe8, FUTEX_WAIT_BITSET_PRIVATE|FUTEX_CLOCK_REALTIME, 0, NULL, FUTEX_BITSET_MATCH_ANY) = -1 EAGAIN (Resource temporarily unavailable)
futex(0x7f17a405ec00, FUTEX_WAKE_PRIVATE, 1) = 0
futex(0x7f17a405ebec, FUTEX_WAIT_BITSET_PRIVATE|FUTEX_CLOCK_REALTIME, 0, NULL, FUTEX_BITSET_MATCH_ANY) = -1 EAGAIN (Resource temporarily unavailable)
futex(0x7f17a405ec00, FUTEX_WAKE_PRIVATE, 1) = 0
futex(0x7f17a405ebe8, FUTEX_WAIT_BITSET_PRIVATE|FUTEX_CLOCK_REALTIME, 0, NULL, FUTEX_BITSET_MATCH_ANY) = -1 EAGAIN (Resource temporarily unavailable)
futex(0x7f17a405ec00, FUTEX_WAKE_PRIVATE, 1) = 0
futex(0x7f17a405ebec, FUTEX_WAIT_BITSET_PRIVATE|FUTEX_CLOCK_REALTIME, 0, NULL, FUTEX_BITSET_MATCH_ANY) = -1 EAGAIN (Resource temporarily unavailable)
futex(0x7f17a405ec00, FUTEX_WAKE_PRIVATE, 1) = 0
futex(0x7f17a405ebe8, FUTEX_WAKE_PRIVATE, 2147483647) = 1
futex(0x7f17a405ec00, FUTEX_WAKE_PRIVATE, 1) = 1
futex(0x7f17a405ebec, FUTEX_WAIT_BITSET_PRIVATE|FUTEX_CLOCK_REALTIME, 0, NULL, FUTEX_BITSET_MATCH_ANY) = -1 EAGAIN (Resource temporarily unavailable)
futex(0x7f17a405ec00, FUTEX_WAKE_PRIVATE, 1) = 0
futex(0x7f17a405ebe8, FUTEX_WAKE_PRIVATE, 2147483647) = 1
clock_gettime(CLOCK_PROCESS_CPUTIME_ID, {tv_sec=1, tv_nsec=94369975}) = 0
write(7, "\0", 1)                       = 1
read(15, "directory #f)\n                 ("..., 4096) = 4096
read(15, "/q6j7qmgc70knmz5drz9qqlinbg9pmg7"..., 4096) = 4096
read(15, "    (\"lib/vdpau\")\n              "..., 4096) = 4096
read(15, "            (\"XCURSOR_PATH\" (\"sh"..., 4096) = 4096
read(15, "             \"1.6.2\"\n           "..., 4096) = 4096
read(15, "4c6x53wpzwqzwlg59b0isi3hk6m9w37-"..., 4096) = 4096
read(15, "       \"xinput\"\n                "..., 4096) = 4096
read(15, ".30\")))\n          (search-paths\n"..., 4096) = 4096
read(15, "ectory\n                  #f)))))"..., 4096) = 4096
read(15, "R_PATH\"\n              (\"lib/vdpa"..., 4096) = 4096
read(15, ".22.2\"\n               \"/gnu/stor"..., 4096) = 3304
close(15)                               = 0
newfstatat(AT_FDCWD, "/var/guix/profiles/system-64-link/profile/manifest", {st_mode=S_IFREG|0444, st_size=85224, ...}, 0) = 0
openat(AT_FDCWD, "/var/guix/profiles/system-64-link/profile/manifest", O_RDONLY) = 15
newfstatat(15, "", {st_mode=S_IFREG|0444, st_size=85224, ...}, AT_EMPTY_PATH) = 0
lseek(15, 0, SEEK_CUR)                  = 0
read(15, ";; This file was automatically g"..., 4096) = 4096
read(15, "         directory\n          #f)"..., 4096) = 4096
read(15, "r\"\n      \"1.34\"\n      \"out\"\n    "..., 4096) = 4096
read(15, "       directory\n          #f)))"..., 4096) = 4096
read(15, "                       \"/gnu/sto"..., 4096) = 4096
read(15, "peated\n                   \"libx1"..., 4096) = 4096
read(15, ")\n                 (\"XDG_DATA_DI"..., 4096) = 4096
read(15, "   \"/gnu/store/6lfnx2rvb52pnj9sk"..., 4096) = 4096
read(15, "s0jvijridag6i-cairo-1.16.0\")\n   "..., 4096) = 4096
read(15, "\") \":\" directory #f)\n           "..., 4096) = 4096
read(15, "directory #f)\n                 ("..., 4096) = 4096
read(15, "/93grd7vzflx349kj5abw10ggikyman0"..., 4096) = 4096
read(15, "    (\"lib/vdpau\")\n              "..., 4096) = 4096
read(15, "            (\"XCURSOR_PATH\" (\"sh"..., 4096) = 4096
read(15, "             \"1.6.2\"\n           "..., 4096) = 4096
read(15, "ffv4xm757nv8xa0y6y8g6ggv4h3g9i3-"..., 4096) = 4096
read(15, "       \"xinput\"\n                "..., 4096) = 4096
read(15, ".30\")))\n          (search-paths\n"..., 4096) = 4096
read(15, "ectory\n                  #f)))))"..., 4096) = 4096
read(15, "R_PATH\"\n              (\"lib/vdpa"..., 4096) = 4096
read(15, ".22.2\"\n               \"/gnu/stor"..., 4096) = 3304
close(15)                               = 0
newfstatat(AT_FDCWD, "/var/guix/profiles/system-65-link/profile/manifest", {st_mode=S_IFREG|0444, st_size=85224, ...}, 0) = 0
openat(AT_FDCWD, "/var/guix/profiles/system-65-link/profile/manifest", O_RDONLY) = 15
newfstatat(15, "", {st_mode=S_IFREG|0444, st_size=85224, ...}, AT_EMPTY_PATH) = 0
lseek(15, 0, SEEK_CUR)                  = 0
read(15, ";; This file was automatically g"..., 4096) = 4096
read(15, "         directory\n          #f)"..., 4096) = 4096
read(15, "r\"\n      \"1.34\"\n      \"out\"\n    "..., 4096) = 4096
read(15, "       directory\n          #f)))"..., 4096) = 4096
read(15, "                       \"/gnu/sto"..., 4096) = 4096
read(15, "peated\n                   \"libx1"..., 4096) = 4096
read(15, ")\n                 (\"XDG_DATA_DI"..., 4096) = 4096
read(15, "   \"/gnu/store/6lfnx2rvb52pnj9sk"..., 4096) = 4096
read(15, "s0jvijridag6i-cairo-1.16.0\")\n   "..., 4096) = 4096
read(15, "\") \":\" directory #f)\n           "..., 4096) = 4096
read(15, "directory #f)\n                 ("..., 4096) = 4096
read(15, "/93grd7vzflx349kj5abw10ggikyman0"..., 4096) = 4096
read(15, "    (\"lib/vdpau\")\n              "..., 4096) = 4096
read(15, "            (\"XCURSOR_PATH\" (\"sh"..., 4096) = 4096
read(15, "             \"1.6.2\"\n           "..., 4096) = 4096
read(15, "cr8s5sfjyfynqnw5q208sc5vkj1dxpc-"..., 4096) = 4096
read(15, "       \"xinput\"\n                "..., 4096) = 4096
read(15, ".30\")))\n          (search-paths\n"..., 4096) = 4096
read(15, "ectory\n                  #f)))))"..., 4096) = 4096
read(15, "R_PATH\"\n              (\"lib/vdpa"..., 4096) = 4096
read(15, ".22.2\"\n               \"/gnu/stor"..., 4096) = 3304
close(15)                               = 0
newfstatat(AT_FDCWD, "/var/guix/profiles/system-7-link/profile/manifest", {st_mode=S_IFREG|0444, st_size=84861, ...}, 0) = 0
openat(AT_FDCWD, "/var/guix/profiles/system-7-link/profile/manifest", O_RDONLY) = 15
newfstatat(15, "", {st_mode=S_IFREG|0444, st_size=84861, ...}, AT_EMPTY_PATH) = 0
lseek(15, 0, SEEK_CUR)                  = 0
read(15, ";; This file was automatically g"..., 4096) = 4096
read(15, "          \"/gnu/store/0jk7sl5xqw"..., 4096) = 4096
read(15, "e/nv5q3a8wf16arzgvgqc3125xbglqg5"..., 4096) = 4096
read(15, " \":\" directory #f)\n         (\"GI"..., 4096) = 4096
read(15, "1.3.4\"\n                      (pr"..., 4096) = 4096
read(15, "tore/qabydd2r26gcr9s26hzchip3a3h"..., 4096) = 4096
read(15, "al\"\n              \"0.3.1\"\n      "..., 4096) = 4096
read(15, "2gnj2-xorgproto-2022.2\")\n       "..., 4096) = 4096
read(15, "                \"freetype\"\n     "..., 4096) = 4096
read(15, "ons\") \":\" directory #f)\n        "..., 4096) = 4096
read(15, " #f)\n             (\"GIO_EXTRA_MO"..., 4096) = 4096
read(15, "ed\n                   \"libxkbcom"..., 4096) = 4096
read(15, "  (\"gnome-color-manager\"\n       "..., 4096) = 4096
read(15, "        #f\n                  reg"..., 4096) = 4096
read(15, "            \"/gnu/store/nb40pwd3"..., 4096) = 4096
read(15, "re/ibf2avx72zf7sz0w6yfmph3k4axwj"..., 4096) = 4096
read(15, "EXTRA_MODULES\"\n                 "..., 4096) = 4096
read(15, "tory #f)\n             (\"GIO_EXTR"..., 4096) = 4096
read(15, "irectory #f)\n             (\"GIO_"..., 4096) = 4096
read(15, "   (\"lib/gdk-pixbuf-2.0/2.10.0/l"..., 4096) = 4096
read(15, "search-paths\n            ((\"GST_"..., 4096) = 2941
close(15)                               = 0
newfstatat(AT_FDCWD, "/var/guix/profiles/system-8-link/profile/manifest", {st_mode=S_IFREG|0444, st_size=84861, ...}, 0) = 0
openat(AT_FDCWD, "/var/guix/profiles/system-8-link/profile/manifest", O_RDONLY) = 15
newfstatat(15, "", {st_mode=S_IFREG|0444, st_size=84861, ...}, AT_EMPTY_PATH) = 0
lseek(15, 0, SEEK_CUR)                  = 0
read(15, ";; This file was automatically g"..., 4096) = 4096
read(15, "          \"/gnu/store/0jk7sl5xqw"..., 4096) = 4096
read(15, "e/nv5q3a8wf16arzgvgqc3125xbglqg5"..., 4096) = 4096
read(15, " \":\" directory #f)\n         (\"GI"..., 4096) = 4096
read(15, "1.3.4\"\n                      (pr"..., 4096) = 4096
read(15, "tore/qabydd2r26gcr9s26hzchip3a3h"..., 4096) = 4096
read(15, "al\"\n              \"0.3.1\"\n      "..., 4096) = 4096
read(15, "2gnj2-xorgproto-2022.2\")\n       "..., 4096) = 4096
read(15, "                \"freetype\"\n     "..., 4096) = 4096
read(15, "ons\") \":\" directory #f)\n        "..., 4096) = 4096
read(15, " #f)\n             (\"GIO_EXTRA_MO"..., 4096) = 4096
read(15, "ed\n                   \"libxkbcom"..., 4096) = 4096
read(15, "  (\"gnome-color-manager\"\n       "..., 4096) = 4096
read(15, "        #f\n                  reg"..., 4096) = 4096
read(15, "            \"/gnu/store/nb40pwd3"..., 4096) = 4096
read(15, "re/ibf2avx72zf7sz0w6yfmph3k4axwj"..., 4096) = 4096
read(15, "EXTRA_MODULES\"\n                 "..., 4096) = 4096
read(15, "tory #f)\n             (\"GIO_EXTR"..., 4096) = 4096
read(15, "irectory #f)\n             (\"GIO_"..., 4096) = 4096
read(15, "   (\"lib/gdk-pixbuf-2.0/2.10.0/l"..., 4096) = 4096
read(15, "search-paths\n            ((\"GST_"..., 4096) = 2941
close(15)                               = 0
newfstatat(AT_FDCWD, "/var/guix/profiles/system-9-link/profile/manifest", {st_mode=S_IFREG|0444, st_size=84861, ...}, 0) = 0
openat(AT_FDCWD, "/var/guix/profiles/system-9-link/profile/manifest", O_RDONLY) = 15
newfstatat(15, "", {st_mode=S_IFREG|0444, st_size=84861, ...}, AT_EMPTY_PATH) = 0
lseek(15, 0, SEEK_CUR)                  = 0
read(15, ";; This file was automatically g"..., 4096) = 4096
read(15, "          \"/gnu/store/0jk7sl5xqw"..., 4096) = 4096
read(15, "e/nv5q3a8wf16arzgvgqc3125xbglqg5"..., 4096) = 4096
read(15, " \":\" directory #f)\n         (\"GI"..., 4096) = 4096
read(15, "1.3.4\"\n                      (pr"..., 4096) = 4096
read(15, "tore/qabydd2r26gcr9s26hzchip3a3h"..., 4096) = 4096
read(15, "al\"\n              \"0.3.1\"\n      "..., 4096) = 4096
read(15, "2gnj2-xorgproto-2022.2\")\n       "..., 4096) = 4096
read(15, "                \"freetype\"\n     "..., 4096) = 4096
read(15, "ons\") \":\" directory #f)\n        "..., 4096) = 4096
read(15, " #f)\n             (\"GIO_EXTRA_MO"..., 4096) = 4096
read(15, "ed\n                   \"libxkbcom"..., 4096) = 4096
clock_gettime(CLOCK_PROCESS_CPUTIME_ID, {tv_sec=1, tv_nsec=164785286}) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
futex(0x7f17a405ebec, FUTEX_WAKE_PRIVATE, 2147483647) = 1
futex(0x7f17a405ec00, FUTEX_WAKE_PRIVATE, 1) = 1
madvise(0x7f17a1eab000, 8192, MADV_DONTNEED) = 0
futex(0x7f17a405ebe8, FUTEX_WAIT_BITSET_PRIVATE|FUTEX_CLOCK_REALTIME, 0, NULL, FUTEX_BITSET_MATCH_ANY) = -1 EAGAIN (Resource temporarily unavailable)
futex(0x7f17a405ec00, FUTEX_WAKE_PRIVATE, 1) = 0
futex(0x7f17a405ebec, FUTEX_WAIT_BITSET_PRIVATE|FUTEX_CLOCK_REALTIME, 0, NULL, FUTEX_BITSET_MATCH_ANY) = -1 EAGAIN (Resource temporarily unavailable)
futex(0x7f17a405ec00, FUTEX_WAKE_PRIVATE, 1) = 0
futex(0x7f17a405ebe8, FUTEX_WAIT_BITSET_PRIVATE|FUTEX_CLOCK_REALTIME, 0, NULL, FUTEX_BITSET_MATCH_ANY) = -1 EAGAIN (Resource temporarily unavailable)
futex(0x7f17a405ec00, FUTEX_WAKE_PRIVATE, 1) = 0
futex(0x7f17a405ebec, FUTEX_WAIT_BITSET_PRIVATE|FUTEX_CLOCK_REALTIME, 0, NULL, FUTEX_BITSET_MATCH_ANY) = -1 EAGAIN (Resource temporarily unavailable)
futex(0x7f17a405ec00, FUTEX_WAKE_PRIVATE, 1) = 0
futex(0x7f17a405ebe8, FUTEX_WAIT_BITSET_PRIVATE|FUTEX_CLOCK_REALTIME, 0, NULL, FUTEX_BITSET_MATCH_ANY) = -1 EAGAIN (Resource temporarily unavailable)
futex(0x7f17a405ec00, FUTEX_WAKE_PRIVATE, 1) = 0
futex(0x7f17a405ebec, FUTEX_WAIT_BITSET_PRIVATE|FUTEX_CLOCK_REALTIME, 0, NULL, FUTEX_BITSET_MATCH_ANY) = -1 EAGAIN (Resource temporarily unavailable)
futex(0x7f17a405ebe8, FUTEX_WAKE_PRIVATE, 2147483647) = 1
futex(0x7f17a405ec00, FUTEX_WAKE_PRIVATE, 1) = 1
futex(0x7f17a405ebec, FUTEX_WAKE_PRIVATE, 2147483647) = 1
clock_gettime(CLOCK_PROCESS_CPUTIME_ID, {tv_sec=1, tv_nsec=208327888}) = 0
write(7, "\0", 1)                       = 1
read(15, "  (\"gnome-color-manager\"\n       "..., 4096) = 4096
read(15, "        #f\n                  reg"..., 4096) = 4096
read(15, "            \"/gnu/store/nb40pwd3"..., 4096) = 4096
read(15, "re/ghigqvqz9bdq684wx2bsnydx48hxl"..., 4096) = 4096
read(15, "EXTRA_MODULES\"\n                 "..., 4096) = 4096
read(15, "tory #f)\n             (\"GIO_EXTR"..., 4096) = 4096
read(15, "irectory #f)\n             (\"GIO_"..., 4096) = 4096
read(15, "   (\"lib/gdk-pixbuf-2.0/2.10.0/l"..., 4096) = 4096
read(15, "search-paths\n            ((\"GST_"..., 4096) = 2941
close(15)                               = 0
newfstatat(AT_FDCWD, "/run/booted-system/profile/manifest", {st_mode=S_IFREG|0444, st_size=85224, ...}, 0) = 0
openat(AT_FDCWD, "/run/booted-system/profile/manifest", O_RDONLY) = 15
newfstatat(15, "", {st_mode=S_IFREG|0444, st_size=85224, ...}, AT_EMPTY_PATH) = 0
lseek(15, 0, SEEK_CUR)                  = 0
read(15, ";; This file was automatically g"..., 4096) = 4096
read(15, "         directory\n          #f)"..., 4096) = 4096
read(15, "r\"\n      \"1.34\"\n      \"out\"\n    "..., 4096) = 4096
read(15, "       directory\n          #f)))"..., 4096) = 4096
read(15, "                       \"/gnu/sto"..., 4096) = 4096
read(15, "peated\n                   \"libx1"..., 4096) = 4096
read(15, ")\n                 (\"XDG_DATA_DI"..., 4096) = 4096
read(15, "   \"/gnu/store/p4smfj500n7fjazd8"..., 4096) = 4096
read(15, "f1nbp2mvbs79b-cairo-1.16.0\")\n   "..., 4096) = 4096
read(15, "\") \":\" directory #f)\n           "..., 4096) = 4096
read(15, "directory #f)\n                 ("..., 4096) = 4096
read(15, "/k5ydj4m5ic2pqa3qw45sj4x6bfb8phv"..., 4096) = 4096
read(15, "    (\"lib/vdpau\")\n              "..., 4096) = 4096
read(15, "            (\"XCURSOR_PATH\" (\"sh"..., 4096) = 4096
read(15, "             \"1.6.2\"\n           "..., 4096) = 4096
read(15, "k5vmja00ppqixrzhbfqxs28awx2hvk4-"..., 4096) = 4096
read(15, "       \"xinput\"\n                "..., 4096) = 4096
read(15, ".30\")))\n          (search-paths\n"..., 4096) = 4096
read(15, "ectory\n                  #f)))))"..., 4096) = 4096
read(15, "R_PATH\"\n              (\"lib/vdpa"..., 4096) = 4096
read(15, ".22.2\"\n               \"/gnu/stor"..., 4096) = 3304
close(15)                               = 0
newfstatat(AT_FDCWD, "/run/current-system/profile/manifest", {st_mode=S_IFREG|0444, st_size=85224, ...}, 0) = 0
openat(AT_FDCWD, "/run/current-system/profile/manifest", O_RDONLY) = 15
newfstatat(15, "", {st_mode=S_IFREG|0444, st_size=85224, ...}, AT_EMPTY_PATH) = 0
lseek(15, 0, SEEK_CUR)                  = 0
read(15, ";; This file was automatically g"..., 4096) = 4096
read(15, "         directory\n          #f)"..., 4096) = 4096
read(15, "r\"\n      \"1.34\"\n      \"out\"\n    "..., 4096) = 4096
read(15, "       directory\n          #f)))"..., 4096) = 4096
read(15, "                       \"/gnu/sto"..., 4096) = 4096
read(15, "peated\n                   \"libx1"..., 4096) = 4096
read(15, ")\n                 (\"XDG_DATA_DI"..., 4096) = 4096
read(15, "   \"/gnu/store/p4smfj500n7fjazd8"..., 4096) = 4096
read(15, "f1nbp2mvbs79b-cairo-1.16.0\")\n   "..., 4096) = 4096
read(15, "\") \":\" directory #f)\n           "..., 4096) = 4096
read(15, "directory #f)\n                 ("..., 4096) = 4096
read(15, "/k5ydj4m5ic2pqa3qw45sj4x6bfb8phv"..., 4096) = 4096
read(15, "    (\"lib/vdpau\")\n              "..., 4096) = 4096
read(15, "            (\"XCURSOR_PATH\" (\"sh"..., 4096) = 4096
read(15, "             \"1.6.2\"\n           "..., 4096) = 4096
read(15, "k5vmja00ppqixrzhbfqxs28awx2hvk4-"..., 4096) = 4096
read(15, "       \"xinput\"\n                "..., 4096) = 4096
read(15, ".30\")))\n          (search-paths\n"..., 4096) = 4096
read(15, "ectory\n                  #f)))))"..., 4096) = 4096
read(15, "R_PATH\"\n              (\"lib/vdpa"..., 4096) = 4096
read(15, ".22.2\"\n               \"/gnu/stor"..., 4096) = 3304
close(15)                               = 0
newfstatat(AT_FDCWD, "/gnu/store/8398knrnrzakbrmqiq4r928pcpn18065-guix-module-union/share/guile/site/3.0/guix/progress.scm", {st_mode=S_IFREG|0444, st_size=17251, ...}, 0) = 0
newfstatat(AT_FDCWD, "/gnu/store/8398knrnrzakbrmqiq4r928pcpn18065-guix-module-union/lib/guile/3.0/site-ccache/guix/progress.go", {st_mode=S_IFREG|0444, st_size=321301, ...}, 0) = 0
openat(AT_FDCWD, "/gnu/store/8398knrnrzakbrmqiq4r928pcpn18065-guix-module-union/lib/guile/3.0/site-ccache/guix/progress.go", O_RDONLY|O_CLOEXEC) = 15
lseek(15, 0, SEEK_END)                  = 321301
mmap(NULL, 321301, PROT_READ, MAP_PRIVATE, 15, 0) = 0x7f1799d9d000
close(15)                               = 0
mprotect(0x7f1799dcd000, 80504, PROT_READ|PROT_WRITE) = 0
fcntl(14, F_SETLK, {l_type=F_RDLCK, l_whence=SEEK_SET, l_start=1073741824, l_len=1}) = 0
fcntl(14, F_SETLK, {l_type=F_RDLCK, l_whence=SEEK_SET, l_start=1073741826, l_len=510}) = 0
fcntl(14, F_SETLK, {l_type=F_UNLCK, l_whence=SEEK_SET, l_start=1073741824, l_len=1}) = 0
newfstatat(AT_FDCWD, "/var/cache/guix/locate/db.sqlite-journal", 0x7fff5ca6e860, 0) = -1 ENOENT (No such file or directory)
lseek(14, 24, SEEK_SET)                 = 24
read(14, "\0\0\2}\0\0\26+\0\0\0\0\0\0\0\0", 16) = 16
newfstatat(AT_FDCWD, "/var/cache/guix/locate/db.sqlite-wal", 0x7fff5ca6e860, 0) = -1 ENOENT (No such file or directory)
newfstatat(14, "", {st_mode=S_IFREG|0644, st_size=23244800, ...}, AT_EMPTY_PATH) = 0
write(2, "Backtrace:\n", 11)            = 11
newfstatat(AT_FDCWD, "/gnu/store/8398knrnrzakbrmqiq4r928pcpn18065-guix-module-union/share/guile/site/3.0/system/repl/debug.scm", 0x7fff5ca6e780, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/share/guile/3.0/system/repl/debug.scm", {st_mode=S_IFREG|0444, st_size=7461, ...}, 0) = 0
newfstatat(AT_FDCWD, "/gnu/store/8398knrnrzakbrmqiq4r928pcpn18065-guix-module-union/lib/guile/3.0/site-ccache/system/repl/debug.go", 0x7fff5ca6e500, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/lib/guile/3.0/ccache/system/repl/debug.go", {st_mode=S_IFREG|0444, st_size=84013, ...}, 0) = 0
openat(AT_FDCWD, "/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/lib/guile/3.0/ccache/system/repl/debug.go", O_RDONLY|O_CLOEXEC) = 15
lseek(15, 0, SEEK_END)                  = 84013
mmap(NULL, 84013, PROT_READ, MAP_PRIVATE, 15, 0) = 0x7f1799d88000
close(15)                               = 0
mprotect(0x7f1799d98000, 9040, PROT_READ|PROT_WRITE) = 0
newfstatat(AT_FDCWD, "/gnu/store/8398knrnrzakbrmqiq4r928pcpn18065-guix-module-union/share/guile/site/3.0/system/base/language.scm", 0x7fff5ca6e440, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/share/guile/3.0/system/base/language.scm", {st_mode=S_IFREG|0444, st_size=3408, ...}, 0) = 0
newfstatat(AT_FDCWD, "/gnu/store/8398knrnrzakbrmqiq4r928pcpn18065-guix-module-union/lib/guile/3.0/site-ccache/system/base/language.go", 0x7fff5ca6e1c0, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/lib/guile/3.0/ccache/system/base/language.go", {st_mode=S_IFREG|0444, st_size=78965, ...}, 0) = 0
openat(AT_FDCWD, "/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/lib/guile/3.0/ccache/system/base/language.go", O_RDONLY|O_CLOEXEC) = 15
lseek(15, 0, SEEK_END)                  = 78965
mmap(NULL, 78965, PROT_READ, MAP_PRIVATE, 15, 0) = 0x7f1799d74000
close(15)                               = 0
mprotect(0x7f1799d84000, 6424, PROT_READ|PROT_WRITE) = 0
newfstatat(AT_FDCWD, "/gnu/store/8398knrnrzakbrmqiq4r928pcpn18065-guix-module-union/share/guile/site/3.0/system/vm/vm.scm", 0x7fff5ca6e440, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/share/guile/3.0/system/vm/vm.scm", {st_mode=S_IFREG|0444, st_size=1381, ...}, 0) = 0
newfstatat(AT_FDCWD, "/gnu/store/8398knrnrzakbrmqiq4r928pcpn18065-guix-module-union/lib/guile/3.0/site-ccache/system/vm/vm.go", 0x7fff5ca6e1c0, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/lib/guile/3.0/ccache/system/vm/vm.go", {st_mode=S_IFREG|0444, st_size=69149, ...}, 0) = 0
openat(AT_FDCWD, "/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/lib/guile/3.0/ccache/system/vm/vm.go", O_RDONLY|O_CLOEXEC) = 15
lseek(15, 0, SEEK_END)                  = 69149
mmap(NULL, 69149, PROT_READ, MAP_PRIVATE, 15, 0) = 0x7f1799d63000
close(15)                               = 0
mprotect(0x7f1799d73000, 1512, PROT_READ|PROT_WRITE) = 0
newfstatat(AT_FDCWD, "/gnu/store/8398knrnrzakbrmqiq4r928pcpn18065-guix-module-union/share/guile/site/3.0/system/vm/frame.scm", 0x7fff5ca6e440, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/share/guile/3.0/system/vm/frame.scm", {st_mode=S_IFREG|0444, st_size=18944, ...}, 0) = 0
newfstatat(AT_FDCWD, "/gnu/store/8398knrnrzakbrmqiq4r928pcpn18065-guix-module-union/lib/guile/3.0/site-ccache/system/vm/frame.go", 0x7fff5ca6e1c0, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/lib/guile/3.0/ccache/system/vm/frame.go", {st_mode=S_IFREG|0444, st_size=201357, ...}, 0) = 0
openat(AT_FDCWD, "/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/lib/guile/3.0/ccache/system/vm/frame.go", O_RDONLY|O_CLOEXEC) = 15
lseek(15, 0, SEEK_END)                  = 201357
mmap(NULL, 201357, PROT_READ, MAP_PRIVATE, 15, 0) = 0x7f1799d31000
close(15)                               = 0
mprotect(0x7f1799d51000, 43296, PROT_READ|PROT_WRITE) = 0
newfstatat(AT_FDCWD, "/gnu/store/8398knrnrzakbrmqiq4r928pcpn18065-guix-module-union/share/guile/site/3.0/system/vm/disassembler.scm", 0x7fff5ca6e100, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/share/guile/3.0/system/vm/disassembler.scm", {st_mode=S_IFREG|0444, st_size=26920, ...}, 0) = 0
newfstatat(AT_FDCWD, "/gnu/store/8398knrnrzakbrmqiq4r928pcpn18065-guix-module-union/lib/guile/3.0/site-ccache/system/vm/disassembler.go", 0x7fff5ca6de80, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/lib/guile/3.0/ccache/system/vm/disassembler.go", {st_mode=S_IFREG|0444, st_size=313901, ...}, 0) = 0
openat(AT_FDCWD, "/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/lib/guile/3.0/ccache/system/vm/disassembler.go", O_RDONLY|O_CLOEXEC) = 15
lseek(15, 0, SEEK_END)                  = 313901
mmap(NULL, 313901, PROT_READ, MAP_PRIVATE, 15, 0) = 0x7f1799ce4000
close(15)                               = 0
mprotect(0x7f1799d14000, 32472, PROT_READ|PROT_WRITE) = 0
newfstatat(AT_FDCWD, "/gnu/store/8398knrnrzakbrmqiq4r928pcpn18065-guix-module-union/share/guile/site/3.0/language/bytecode.scm", 0x7fff5ca6ddc0, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/share/guile/3.0/language/bytecode.scm", {st_mode=S_IFREG|0444, st_size=4274, ...}, 0) = 0
newfstatat(AT_FDCWD, "/gnu/store/8398knrnrzakbrmqiq4r928pcpn18065-guix-module-union/lib/guile/3.0/site-ccache/language/bytecode.go", 0x7fff5ca6db40, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/lib/guile/3.0/ccache/language/bytecode.go", {st_mode=S_IFREG|0444, st_size=77309, ...}, 0) = 0
openat(AT_FDCWD, "/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/lib/guile/3.0/ccache/language/bytecode.go", O_RDONLY|O_CLOEXEC) = 15
lseek(15, 0, SEEK_END)                  = 77309
mmap(NULL, 77309, PROT_READ, MAP_PRIVATE, 15, 0) = 0x7f1799cd1000
close(15)                               = 0
mprotect(0x7f1799ce1000, 5112, PROT_READ|PROT_WRITE) = 0
newfstatat(AT_FDCWD, "/gnu/store/8398knrnrzakbrmqiq4r928pcpn18065-guix-module-union/share/guile/site/3.0/system/base/types/internal.scm", 0x7fff5ca6ddc0, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/share/guile/3.0/system/base/types/internal.scm", {st_mode=S_IFREG|0444, st_size=12010, ...}, 0) = 0
newfstatat(AT_FDCWD, "/gnu/store/8398knrnrzakbrmqiq4r928pcpn18065-guix-module-union/lib/guile/3.0/site-ccache/system/base/types/internal.go", 0x7fff5ca6db40, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/lib/guile/3.0/ccache/system/base/types/internal.go", {st_mode=S_IFREG|0444, st_size=193997, ...}, 0) = 0
openat(AT_FDCWD, "/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/lib/guile/3.0/ccache/system/base/types/internal.go", O_RDONLY|O_CLOEXEC) = 15
lseek(15, 0, SEEK_END)                  = 193997
mmap(NULL, 193997, PROT_READ, MAP_PRIVATE, 15, 0) = 0x7f1799ca1000
close(15)                               = 0
mprotect(0x7f1799cc1000, 43072, PROT_READ|PROT_WRITE) = 0
newfstatat(AT_FDCWD, "/gnu/store/8398knrnrzakbrmqiq4r928pcpn18065-guix-module-union/share/guile/site/3.0/ice-9/pretty-print.scm", 0x7fff5ca6e440, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/share/guile/3.0/ice-9/pretty-print.scm", {st_mode=S_IFREG|0444, st_size=17289, ...}, 0) = 0
newfstatat(AT_FDCWD, "/gnu/store/8398knrnrzakbrmqiq4r928pcpn18065-guix-module-union/lib/guile/3.0/site-ccache/ice-9/pretty-print.go", 0x7fff5ca6e1c0, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/lib/guile/3.0/ccache/ice-9/pretty-print.go", {st_mode=S_IFREG|0444, st_size=88573, ...}, 0) = 0
openat(AT_FDCWD, "/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/lib/guile/3.0/ccache/ice-9/pretty-print.go", O_RDONLY|O_CLOEXEC) = 15
lseek(15, 0, SEEK_END)                  = 88573
mmap(NULL, 88573, PROT_READ, MAP_PRIVATE, 15, 0) = 0x7f1799c8b000
close(15)                               = 0
mprotect(0x7f1799c9b000, 7240, PROT_READ|PROT_WRITE) = 0
newfstatat(AT_FDCWD, "/gnu/store/8398knrnrzakbrmqiq4r928pcpn18065-guix-module-union/share/guile/site/3.0/system/vm/inspect.scm", 0x7fff5ca6e440, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/share/guile/3.0/system/vm/inspect.scm", {st_mode=S_IFREG|0444, st_size=6056, ...}, 0) = 0
newfstatat(AT_FDCWD, "/gnu/store/8398knrnrzakbrmqiq4r928pcpn18065-guix-module-union/lib/guile/3.0/site-ccache/system/vm/inspect.go", 0x7fff5ca6e1c0, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/lib/guile/3.0/ccache/system/vm/inspect.go", {st_mode=S_IFREG|0444, st_size=81253, ...}, 0) = 0
openat(AT_FDCWD, "/gnu/store/84rvhd3j7pfqrh7717cv7ddv2dc8xad5-guile-3.0.9/lib/guile/3.0/ccache/system/vm/inspect.go", O_RDONLY|O_CLOEXEC) = 15
lseek(15, 0, SEEK_END)                  = 81253
mmap(NULL, 81253, PROT_READ, MAP_PRIVATE, 15, 0) = 0x7f1799c77000
close(15)                               = 0
mprotect(0x7f1799c87000, 5640, PROT_READ|PROT_WRITE) = 0
mmap(NULL, 262144, PROT_READ|PROT_WRITE|PROT_EXEC, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1799c37000
futex(0x7f17a43c3980, FUTEX_WAKE_PRIVATE, 2147483647) = 0
write(2, "          13 (primitive-load \"/h"..., 74) = 74
mmap(NULL, 139264, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1799c15000
munmap(0x7f1799c15000, 139264)          = 0
write(2, "In guix/ui.scm:\n", 16)       = 16
mmap(NULL, 32768, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1799c2f000
munmap(0x7f17a1eab000, 16384)           = 0
mmap(NULL, 262144, PROT_READ|PROT_WRITE|PROT_EXEC, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1799bef000
write(2, "   2323:7 12 (run-guix . _)\n", 28) = 28
write(2, "  2286:10 11 (run-guix-command _"..., 38) = 38
write(2, "In ice-9/boot-9.scm:\n", 21)  = 21
write(2, "  1752:10 10 (with-exception-han"..., 58) = 58
write(2, "In guix/scripts/locate.scm:\n", 28) = 28
write(2, "    621:8  9 (_)\n", 17)      = 17
write(2, "    123:8  8 (call-with-database"..., 38) = 38
write(2, "In guix/progress.scm:\n", 22) = 22
write(2, "    71:36  7 (call-with-progress"..., 47) = 47
write(2, "In srfi/srfi-1.scm:\n", 20)   = 20
write(2, "    634:9  6 (for-each #<procedu"..., 77) = 77
write(2, "In guix/scripts/locate.scm:\n", 28) = 28
write(2, "    442:2  5 (_ _)\n", 19)    = 19
write(2, "    286:2  4 (insert-files #<<sq"..., 77) = 77
write(2, "In srfi/srfi-1.scm:\n", 20)   = 20
write(2, "    634:9  3 (for-each #<procedu"..., 77) = 77
write(2, "In sqlite3.scm:\n", 16)       = 16
mmap(0x7f1799dfc000, 65536, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1799bdf000
write(2, "   637:15  2 (sqlite-fold #<proc"..., 77) = 77
write(2, "    166:2  1 (_ _)\n", 19)    = 19
mmap(0x7f1799bef000, 8388608, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f17993df000
write(2, "In ice-9/boot-9.scm:\n", 21)  = 21
write(2, "  1685:16  0 (raise-exception _ "..., 50) = 50
mmap(0x7f1799bdf000, 65536, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f17993cf000
write(2, "\n", 1)                       = 1
futex(0x7f17a43c3988, FUTEX_WAKE_PRIVATE, 2147483647) = 0
futex(0x7f17a43c8cd0, FUTEX_WAKE_PRIVATE, 2147483647) = 0
write(2, "ice-9/boot-9.scm:1685:16: In pro"..., 56) = 56
write(2, "Throw to key `sqlite-error' with"..., 87) = 87
write(2, "\r\33[Kindexing 1,654 packages\n", 28) = 28
fcntl(14, F_SETLK, {l_type=F_UNLCK, l_whence=SEEK_SET, l_start=0, l_len=0}) = 0
newfstatat(AT_FDCWD, "/var/cache/guix/locate/db.sqlite", {st_mode=S_IFREG|0644, st_size=23244800, ...}, 0) = 0
newfstatat(14, "", {st_mode=S_IFREG|0644, st_size=23244800, ...}, AT_EMPTY_PATH) = 0
newfstatat(AT_FDCWD, "/var/cache/guix/locate/db.sqlite", {st_mode=S_IFREG|0644, st_size=23244800, ...}, 0) = 0
close(14)                               = 0
exit_group(1)                           = ?
+++ exited with 1 +++

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

* bug#66612: guix locate guild results in sqlite3 attempt to write readonly database
  2023-10-18 15:47 ` bug#66612: guix locate guild results in sqlite3 attempt to write readonly database Matt Wette
@ 2023-10-18 15:54   ` Ludovic Courtès
  2023-10-18 21:13     ` Ludovic Courtès
  2023-10-19 15:33     ` Ludovic Courtès
  0 siblings, 2 replies; 4+ messages in thread
From: Ludovic Courtès @ 2023-10-18 15:54 UTC (permalink / raw)
  To: Matt Wette; +Cc: 66612

Hi,

Matt Wette <matt.wette@gmail.com> skribis:

> `guix locate guild' fails with attempt to write a readonly sqlite3 database
>
> mwette@bluefin$ strace -o logx guix locate guild
> guix locate: indexing files from /gnu/store...
> guix locate: traversing local profile manifests...

The bug here is that it picked the system-wide database:

  openat(AT_FDCWD, "/var/cache/guix/locate/db.sqlite", O_RDONLY|O_NOFOLLOW|O_CLOEXEC) = 14

but later decided that it was too old and that it needed to be
refreshed.  But of course, that file is read-only for unprivileged
users.

There’s a bug in the file-choosing logic.

To be continued…

Ludo’.




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

* bug#66612: guix locate guild results in sqlite3 attempt to write readonly database
  2023-10-18 15:54   ` Ludovic Courtès
@ 2023-10-18 21:13     ` Ludovic Courtès
  2023-10-19 15:33     ` Ludovic Courtès
  1 sibling, 0 replies; 4+ messages in thread
From: Ludovic Courtès @ 2023-10-18 21:13 UTC (permalink / raw)
  To: Matt Wette; +Cc: 66612-done

Fixed in commit d0fed2f4df06446eafcc992f0bc7ea154124fdf4, thanks!

Ludo'.




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

* bug#66612: guix locate guild results in sqlite3 attempt to write readonly database
  2023-10-18 15:54   ` Ludovic Courtès
  2023-10-18 21:13     ` Ludovic Courtès
@ 2023-10-19 15:33     ` Ludovic Courtès
  1 sibling, 0 replies; 4+ messages in thread
From: Ludovic Courtès @ 2023-10-19 15:33 UTC (permalink / raw)
  To: Matt Wette; +Cc: 66612

Ludovic Courtès <ludo@gnu.org> skribis:

> Matt Wette <matt.wette@gmail.com> skribis:
>
>> `guix locate guild' fails with attempt to write a readonly sqlite3 database
>>
>> mwette@bluefin$ strace -o logx guix locate guild
>> guix locate: indexing files from /gnu/store...
>> guix locate: traversing local profile manifests...
>
> The bug here is that it picked the system-wide database:

The immediate workaround is to run ‘guix locate --update’ once: it’ll
create an up-to-date database under ~/.cache, which will then be used
unconditionally.

Ludo’.




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

end of thread, other threads:[~2023-10-19 15:35 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <19e4ed14-520c-4eec-9584-8a178733527c@gmail.com>
2023-10-18 15:47 ` bug#66612: guix locate guild results in sqlite3 attempt to write readonly database Matt Wette
2023-10-18 15:54   ` Ludovic Courtès
2023-10-18 21:13     ` Ludovic Courtès
2023-10-19 15:33     ` Ludovic Courtès

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

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).