GNU bug report logs - #67230
mcron (herd?) scheduling issues

Previous Next

Package: guix;

Reported by: VÖRÖSKŐI András <voroskoi <at> gmail.com>

Date: Thu, 16 Nov 2023 17:01:02 UTC

Severity: normal

Done: Ludovic Courtès <ludo <at> gnu.org>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 67230 in the body.
You can then email your comments to 67230 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-guix <at> gnu.org:
bug#67230; Package guix. (Thu, 16 Nov 2023 17:01:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to VÖRÖSKŐI András <voroskoi <at> gmail.com>:
New bug report received and forwarded. Copy sent to bug-guix <at> gnu.org. (Thu, 16 Nov 2023 17:01:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: VÖRÖSKŐI András <voroskoi <at> gmail.com>
To: <bug-guix <at> gnu.org>
Subject: mcron (herd?) scheduling issues
Date: Thu, 16 Nov 2023 18:00:23 +0100
Hi,

I try to use mcron to fetch emails. I have the following in my
`home-configuration.scm`:

(service home-mcron-service-type
         (home-mcron-configuration
          (jobs (list
                 #~(job "*/15 * * * *" "mailctl fetch && notmuch new")))))

The reconfiguration runs fine, but the sheduling does not work at all.
Calling the command from the console works fine.

The job seems to work as expected:

[I] voroskoi <at> wasteland ~ [SIGINT]> ps aux |rg mcron                                         /gnu/store/smz1v6jxzrs2ddl1nrgdjlm261jlf1vx-profile
root       426  0.0  0.2 157848 19840 ?        Ssl  16:32   0:00 /gnu/store/n24l8hxn6nvb7lz7zjlyd7i05khrm0i4-guile-3.0.9/bin/guile --no-auto-compile /gnu/store/2izimf0xymk3qm35i7lsqbhpid2235ik-mcron-1.2.3/bin/mcron --log --log-format ~1@*~a ~a: ~a~% /gnu/store/annwvnihjy5sghw6s05l6kzijk6rbg93-mcron-job /gnu/store/dx7gyb3mrfzpwrsfjfjfnicmiqz7jszw-mcron-job /gnu/store/knfag5iw4mqhf6lqb462p95zs3knici3-mcron-job
voroskoi   791  0.0  0.2  96020 22272 ?        Ssl  16:33   0:00 /gnu/store/n24l8hxn6nvb7lz7zjlyd7i05khrm0i4-guile-3.0.9/bin/guile --no-auto-compile /gnu/store/2izimf0xymk3qm35i7lsqbhpid2235ik-mcron-1.2.3/bin/mcron --log --log-format ~1@*~a ~a: ~a~% /gnu/store/b8dyn5kszvg8f41badp0lrcbi5xk95cj-mcron-job
voroskoi  9348  0.0  0.0  10460  7140 pts/3    S+   17:52   0:00 rg mcron

However both `herd status` and `herd schedule mcron` hangs without any output.

Below is the strace output for the latter (both stops at this read call).

Can You give me any hint on this?

Thanks,


[I] voroskoi <at> wasteland ~> strace herd schedule mcron                                        /gnu/store/smz1v6jxzrs2ddl1nrgdjlm261jlf1vx-profile
execve("/home/voroskoi/.guix-home/profile/bin/herd", ["herd", "schedule", "mcron"], 0x7ffd434a2480 /* 62 vars */) = 0
brk(NULL)                               = 0x1787000
mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f42c5639000
access("/etc/ld.so.preload", R_OK)      = -1 ENOENT (No such file or directory)
readlink("/proc/self/exe", "/gnu/store/n24l8hxn6nvb7lz7zjlyd"..., 4096) = 65
openat(AT_FDCWD, "/gnu/store/n24l8hxn6nvb7lz7zjlyd7i05khrm0i4-guile-3.0.9/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 3
newfstatat(3, "", {st_mode=S_IFREG|0444, st_size=6927, ...}, AT_EMPTY_PATH) = 0
mmap(NULL, 6927, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f42c5637000
close(3)                                = 0
openat(AT_FDCWD, "/gnu/store/n24l8hxn6nvb7lz7zjlyd7i05khrm0i4-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) = 0x7f42c54f2000
mprotect(0x7f42c5524000, 1056768, PROT_NONE) = 0
mmap(0x7f42c5524000, 765952, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x32000) = 0x7f42c5524000
mmap(0x7f42c55df000, 286720, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xed000) = 0x7f42c55df000
mmap(0x7f42c5626000, 32768, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x133000) = 0x7f42c5626000
mmap(0x7f42c562e000, 34768, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f42c562e000
close(3)                                = 0
openat(AT_FDCWD, "/gnu/store/k1ha4n9v8d7myiiszvl2ic7xnb56l219-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, 445608, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f42c5485000
mmap(0x7f42c548c000, 114688, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x7000) = 0x7f42c548c000
mmap(0x7f42c54a8000, 40960, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x23000) = 0x7f42c54a8000
mmap(0x7f42c54b2000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2c000) = 0x7f42c54b2000
mmap(0x7f42c54b4000, 253096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f42c54b4000
close(3)                                = 0
openat(AT_FDCWD, "/gnu/store/l0y8jkmip7qpa7x33972mn0dsfy8ac01-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) = 0x7f42c5475000
mmap(0x7f42c5477000, 40960, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7f42c5477000
mmap(0x7f42c5481000, 8192, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xc000) = 0x7f42c5481000
mmap(0x7f42c5483000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xd000) = 0x7f42c5483000
close(3)                                = 0
openat(AT_FDCWD, "/gnu/store/jmhgczf8brflqrq5qir8gw5aq7f16g1i-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) = 0x7f42c52c8000
mmap(0x7f42c52db000, 217088, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x13000) = 0x7f42c52db000
mmap(0x7f42c5310000, 1437696, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x48000) = 0x7f42c5310000
mmap(0x7f42c546f000, 20480, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1a6000) = 0x7f42c546f000
mmap(0x7f42c5474000, 200, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f42c5474000
close(3)                                = 0
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, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f42c52c6000
mmap(NULL, 233952, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f42c528c000
mprotect(0x7f42c528d000, 36864, PROT_NONE) = 0
mmap(0x7f42c528d000, 24576, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1000) = 0x7f42c528d000
mmap(0x7f42c5293000, 8192, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x7000) = 0x7f42c5293000
mmap(0x7f42c5296000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x9000) = 0x7f42c5296000
mmap(0x7f42c5298000, 184800, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f42c5298000
close(3)                                = 0
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) = 0x7f42c51af000
mmap(0x7f42c51bd000, 458752, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xe000) = 0x7f42c51bd000
mmap(0x7f42c522d000, 380928, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x7e000) = 0x7f42c522d000
mmap(0x7f42c528a000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xda000) = 0x7f42c528a000
close(3)                                = 0
openat(AT_FDCWD, "/gnu/store/6ncav55lbk5kqvwwflrzcr41hp5jbq0c-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) = 0x7f42c5195000
mmap(0x7f42c5198000, 73728, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x3000) = 0x7f42c5198000
mmap(0x7f42c51aa000, 12288, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x15000) = 0x7f42c51aa000
mmap(0x7f42c51ad000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x17000) = 0x7f42c51ad000
close(3)                                = 0
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) = 0x7f42c4f99000
mprotect(0x7f42c4fc1000, 1839104, PROT_NONE) = 0
mmap(0x7f42c4fc1000, 1470464, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x28000) = 0x7f42c4fc1000
mmap(0x7f42c5128000, 364544, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x18f000) = 0x7f42c5128000
mmap(0x7f42c5182000, 24576, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1e8000) = 0x7f42c5182000
mmap(0x7f42c5188000, 53200, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f42c5188000
close(3)                                = 0
mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f42c4f97000
arch_prctl(ARCH_SET_FS, 0x7f42c4f98380) = 0
set_tid_address(0x7f42c4f98650)         = 9402
set_robust_list(0x7f42c4f98660, 24)     = 0
rseq(0x7f42c4f98d20, 0x20, 0, 0x53053053) = 0
mprotect(0x7f42c5182000, 16384, PROT_READ) = 0
mprotect(0x7f42c51ad000, 4096, PROT_READ) = 0
mprotect(0x7f42c528a000, 4096, PROT_READ) = 0
mprotect(0x7f42c5296000, 4096, PROT_READ) = 0
mprotect(0x7f42c546f000, 16384, PROT_READ) = 0
mprotect(0x7f42c5483000, 4096, PROT_READ) = 0
mprotect(0x7f42c54b2000, 4096, PROT_READ) = 0
mprotect(0x7f42c5626000, 16384, PROT_READ) = 0
mprotect(0x403000, 4096, PROT_READ)     = 0
mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f42c4f95000
mprotect(0x7f42c566f000, 8192, PROT_READ) = 0
prlimit64(0, RLIMIT_STACK, NULL, {rlim_cur=16384*1024, rlim_max=16384*1024}) = 0
munmap(0x7f42c5637000, 6927)            = 0
getrandom("\x43\x85\x41\x6f\x49\xb4\xf5\xbf", 8, GRND_NONBLOCK) = 8
brk(NULL)                               = 0x1787000
brk(0x17a8000)                          = 0x17a8000
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, "/gnu/store/5fmqijrs5f7vx8mc2q2pmq26yvhb74sm-glibc-utf8-locales-2.35/lib/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) = 0x7f42c566e000
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, 0x178b7c0 /* 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(0x17c9000)                          = 0x17c9000
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, 0x178b7c0 /* 0 entries */, 32768) = 0
close(3)                                = 0
futex(0x7f42c5187a6c, FUTEX_WAKE_PRIVATE, 2147483647) = 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) = 3
newfstatat(3, "", {st_mode=S_IFREG|0444, st_size=23, ...}, AT_EMPTY_PATH) = 0
mmap(NULL, 23, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f42c5638000
close(3)                                = 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) = 3
newfstatat(3, "", {st_mode=S_IFREG|0444, st_size=59, ...}, AT_EMPTY_PATH) = 0
mmap(NULL, 59, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f42c5637000
close(3)                                = 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) = 3
newfstatat(3, "", {st_mode=S_IFREG|0444, st_size=167, ...}, AT_EMPTY_PATH) = 0
mmap(NULL, 167, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f42c4f94000
close(3)                                = 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) = 3
newfstatat(3, "", {st_mode=S_IFREG|0444, st_size=77, ...}, AT_EMPTY_PATH) = 0
mmap(NULL, 77, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f42c4f93000
close(3)                                = 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) = 3
newfstatat(3, "", {st_mode=S_IFREG|0444, st_size=34, ...}, AT_EMPTY_PATH) = 0
mmap(NULL, 34, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f42c4f92000
close(3)                                = 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) = 3
newfstatat(3, "", {st_mode=S_IFDIR|0555, st_size=4096, ...}, AT_EMPTY_PATH) = 0
close(3)                                = 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) = 3
newfstatat(3, "", {st_mode=S_IFREG|0444, st_size=57, ...}, AT_EMPTY_PATH) = 0
mmap(NULL, 57, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f42c4f91000
close(3)                                = 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) = 3
newfstatat(3, "", {st_mode=S_IFREG|0444, st_size=286, ...}, AT_EMPTY_PATH) = 0
mmap(NULL, 286, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f42c4f90000
close(3)                                = 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) = 3
newfstatat(3, "", {st_mode=S_IFREG|0444, st_size=2586930, ...}, AT_EMPTY_PATH) = 0
mmap(NULL, 2586930, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f42c4c00000
close(3)                                = 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) = 3
newfstatat(3, "", {st_mode=S_IFREG|0444, st_size=3284, ...}, AT_EMPTY_PATH) = 0
mmap(NULL, 3284, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f42c4f8f000
close(3)                                = 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) = 3
newfstatat(3, "", {st_mode=S_IFREG|0444, st_size=54, ...}, AT_EMPTY_PATH) = 0
mmap(NULL, 54, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f42c4f8e000
close(3)                                = 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) = 3
newfstatat(3, "", {st_mode=S_IFREG|0444, st_size=353616, ...}, AT_EMPTY_PATH) = 0
mmap(NULL, 353616, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f42c4f37000
close(3)                                = 0
futex(0x7f42c5636430, FUTEX_WAKE_PRIVATE, 2147483647) = 0
openat(AT_FDCWD, "/proc/self/maps", O_RDONLY|O_CLOEXEC) = 3
prlimit64(0, RLIMIT_STACK, NULL, {rlim_cur=16384*1024, rlim_max=16384*1024}) = 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, "   /gnu/store/5fmqijrs5f7vx8mc2q"..., 1024) = 1024
read(3, "000-7f42c4f94000 r--p 00000000 1"..., 1024) = 1024
read(3, "            /gnu/store/ln6hxqjvz"..., 1024) = 1024
read(3, "42c51af000-7f42c51bd000 r--p 000"..., 1024) = 1024
read(3, "0 r--p 00007000 103:03 15230985 "..., 1024) = 1024
read(3, "lqrq5qir8gw5aq7f16g1i-libunistri"..., 1024) = 1024
read(3, ".so.8.1.2\n7f42c5484000-7f42c5485"..., 1024) = 1024
read(3, "nu/store/n24l8hxn6nvb7lz7zjlyd7i"..., 1024) = 1024
read(3, "bc-utf8-locales-2.35/lib/locale/"..., 1024) = 1024
read(3, "6hxqjvz6m9gdd9s97pivlqck7hzs99-g"..., 1024) = 461
close(3)                                = 0
sched_getaffinity(9402, 32, [0 1 2 3 4 5 6 7]) = 32
mmap(NULL, 65536, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f42c4f27000
mmap(0x7f42c4f37000, 65536, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f42c4f17000
mmap(0x7f42c4f27000, 65536, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f42c4f07000
mmap(0x7f42c4f17000, 65536, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f42c4ef7000
mmap(0x7f42c4f07000, 65536, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f42c4ee7000
openat(AT_FDCWD, "/proc/stat", O_RDONLY) = 3
read(3, "cpu  230498 292 27982 3717201 62"..., 1700) = 1700
close(3)                                = 0
rt_sigaction(SIGPWR, {sa_handler=0x7f42c548e8e0, sa_mask=~[INT QUIT ABRT BUS SEGV TERM RTMIN RT_1], sa_flags=SA_RESTORER|SA_RESTART|SA_SIGINFO, sa_restorer=0x7f42c4fd62a0}, NULL, 8) = 0
rt_sigaction(SIGXCPU, {sa_handler=0x7f42c548dd70, sa_mask=~[INT QUIT ABRT BUS SEGV TERM RTMIN RT_1], sa_flags=SA_RESTORER|SA_RESTART, sa_restorer=0x7f42c4fd62a0}, NULL, 8) = 0
rt_sigprocmask(SIG_UNBLOCK, [XCPU PWR], NULL, 8) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
mmap(0x7f42c4ef7000, 2031616, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f42c4a10000
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f42c4ee6000
pipe2([3, 4], O_CLOEXEC)                = 0
brk(0x17ec000)                          = 0x17ec000
futex(0x7f42c5633a38, FUTEX_WAKE_PRIVATE, 2147483647) = 0
mmap(0x7f42c4c00000, 65536, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f42c4ed6000
clock_gettime(CLOCK_PROCESS_CPUTIME_ID, {tv_sec=0, tv_nsec=7779380}) = 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, 0x7ffda4de93a0)        = -1 EINVAL (Invalid argument)
read(5, "T&\271xFz\367\322\25\367&\36\262\363su\210G\240-\246\354\232\226=\200\"\363\21=d\221"..., 4096) = 4096
close(5)                                = 0
ioctl(0, TCGETS, {c_iflag=ICRNL|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)                       = 0x8002 (flags O_RDWR|O_LARGEFILE)
lseek(0, 0, SEEK_CUR)                   = -1 ESPIPE (Illegal seek)
ioctl(1, TCGETS, {c_iflag=ICRNL|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)                       = 0x8002 (flags O_RDWR|O_LARGEFILE)
lseek(1, 0, SEEK_CUR)                   = -1 ESPIPE (Illegal seek)
ioctl(2, TCGETS, {c_iflag=ICRNL|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)                       = 0x8002 (flags O_RDWR|O_LARGEFILE)
lseek(2, 0, SEEK_CUR)                   = -1 ESPIPE (Illegal seek)
newfstatat(AT_FDCWD, "/home/voroskoi/.guix-home/profile/share/guile/site/3.0/ice-9/eval.scm", 0x7ffda4de9620, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/run/current-system/profile/share/guile/site/3.0/ice-9/eval.scm", 0x7ffda4de9620, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/n24l8hxn6nvb7lz7zjlyd7i05khrm0i4-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, "/home/voroskoi/.guix-home/profile/lib/guile/3.0/site-ccache/ice-9/eval.go", 0x7ffda4de9430, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/home/voroskoi/.guix-home/profile/share/guile/site/3.0/ice-9/eval.go", 0x7ffda4de9430, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/run/current-system/profile/lib/guile/3.0/site-ccache/ice-9/eval.go", 0x7ffda4de9430, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/run/current-system/profile/share/guile/site/3.0/ice-9/eval.go", 0x7ffda4de9430, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/n24l8hxn6nvb7lz7zjlyd7i05khrm0i4-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/n24l8hxn6nvb7lz7zjlyd7i05khrm0i4-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) = 0x7f42c4ebd000
close(5)                                = 0
mprotect(0x7f42c4ecd000, 7584, PROT_READ|PROT_WRITE) = 0
prlimit64(0, RLIMIT_STACK, NULL, {rlim_cur=16384*1024, rlim_max=16384*1024}) = 0
newfstatat(AT_FDCWD, "/home/voroskoi/.guix-home/profile/share/guile/site/3.0/init.scm", 0x7ffda4de9550, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/run/current-system/profile/share/guile/site/3.0/init.scm", 0x7ffda4de9550, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/n24l8hxn6nvb7lz7zjlyd7i05khrm0i4-guile-3.0.9/share/guile/3.0/init.scm", 0x7ffda4de9550, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/n24l8hxn6nvb7lz7zjlyd7i05khrm0i4-guile-3.0.9/share/guile/site/3.0/init.scm", 0x7ffda4de9550, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/n24l8hxn6nvb7lz7zjlyd7i05khrm0i4-guile-3.0.9/share/guile/site/init.scm", 0x7ffda4de9550, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/n24l8hxn6nvb7lz7zjlyd7i05khrm0i4-guile-3.0.9/share/guile/init.scm", 0x7ffda4de9550, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/home/voroskoi/.guix-home/profile/share/guile/site/3.0/ice-9/boot-9.scm", 0x7ffda4de9520, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/home/voroskoi/.guix-home/profile/share/guile/site/3.0/ice-9/boot-9", 0x7ffda4de9520, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/run/current-system/profile/share/guile/site/3.0/ice-9/boot-9.scm", 0x7ffda4de9520, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/run/current-system/profile/share/guile/site/3.0/ice-9/boot-9", 0x7ffda4de9520, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/n24l8hxn6nvb7lz7zjlyd7i05khrm0i4-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, "/home/voroskoi/.guix-home/profile/lib/guile/3.0/site-ccache/ice-9/boot-9.go", 0x7ffda4de92a0, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/home/voroskoi/.guix-home/profile/share/guile/site/3.0/ice-9/boot-9.go", 0x7ffda4de92a0, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/run/current-system/profile/lib/guile/3.0/site-ccache/ice-9/boot-9.go", 0x7ffda4de92a0, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/run/current-system/profile/share/guile/site/3.0/ice-9/boot-9.go", 0x7ffda4de92a0, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/n24l8hxn6nvb7lz7zjlyd7i05khrm0i4-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/n24l8hxn6nvb7lz7zjlyd7i05khrm0i4-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) = 0x7f42c491e000
close(5)                                = 0
mprotect(0x7f42c49ae000, 186224, PROT_READ|PROT_WRITE) = 0
newfstatat(AT_FDCWD, "/home/voroskoi/.guix-home/profile/share/guile/site/3.0/ice-9/psyntax-pp.scm", 0x7ffda4de9220, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/home/voroskoi/.guix-home/profile/share/guile/site/3.0/ice-9/psyntax-pp", 0x7ffda4de9220, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/run/current-system/profile/share/guile/site/3.0/ice-9/psyntax-pp.scm", 0x7ffda4de9220, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/run/current-system/profile/share/guile/site/3.0/ice-9/psyntax-pp", 0x7ffda4de9220, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/n24l8hxn6nvb7lz7zjlyd7i05khrm0i4-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, "/home/voroskoi/.guix-home/profile/lib/guile/3.0/site-ccache/ice-9/psyntax-pp.go", 0x7ffda4de8fa0, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/home/voroskoi/.guix-home/profile/share/guile/site/3.0/ice-9/psyntax-pp.go", 0x7ffda4de8fa0, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/run/current-system/profile/lib/guile/3.0/site-ccache/ice-9/psyntax-pp.go", 0x7ffda4de8fa0, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/run/current-system/profile/share/guile/site/3.0/ice-9/psyntax-pp.go", 0x7ffda4de8fa0, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/n24l8hxn6nvb7lz7zjlyd7i05khrm0i4-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/n24l8hxn6nvb7lz7zjlyd7i05khrm0i4-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) = 0x7f42c489f000
close(5)                                = 0
mprotect(0x7f42c48ef000, 76976, PROT_READ|PROT_WRITE) = 0
mmap(NULL, 262144, PROT_READ|PROT_WRITE|PROT_EXEC, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f42c4e7d000
futex(0x7f42c56331a4, FUTEX_WAKE_PRIVATE, 2147483647) = 0
newfstatat(AT_FDCWD, "/home/voroskoi/.guix-home/profile/share/guile/site/3.0/ice-9/posix.scm", 0x7ffda4de9220, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/home/voroskoi/.guix-home/profile/share/guile/site/3.0/ice-9/posix", 0x7ffda4de9220, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/run/current-system/profile/share/guile/site/3.0/ice-9/posix.scm", 0x7ffda4de9220, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/run/current-system/profile/share/guile/site/3.0/ice-9/posix", 0x7ffda4de9220, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/n24l8hxn6nvb7lz7zjlyd7i05khrm0i4-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, "/home/voroskoi/.guix-home/profile/lib/guile/3.0/site-ccache/ice-9/posix.go", 0x7ffda4de8fa0, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/home/voroskoi/.guix-home/profile/share/guile/site/3.0/ice-9/posix.go", 0x7ffda4de8fa0, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/run/current-system/profile/lib/guile/3.0/site-ccache/ice-9/posix.go", 0x7ffda4de8fa0, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/run/current-system/profile/share/guile/site/3.0/ice-9/posix.go", 0x7ffda4de8fa0, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/n24l8hxn6nvb7lz7zjlyd7i05khrm0i4-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/n24l8hxn6nvb7lz7zjlyd7i05khrm0i4-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) = 0x7f42c488c000
close(5)                                = 0
mprotect(0x7f42c489c000, 4128, PROT_READ|PROT_WRITE) = 0
newfstatat(AT_FDCWD, "/home/voroskoi/.guix-home/profile/share/guile/site/3.0/ice-9/networking.scm", 0x7ffda4de9220, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/home/voroskoi/.guix-home/profile/share/guile/site/3.0/ice-9/networking", 0x7ffda4de9220, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/run/current-system/profile/share/guile/site/3.0/ice-9/networking.scm", 0x7ffda4de9220, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/run/current-system/profile/share/guile/site/3.0/ice-9/networking", 0x7ffda4de9220, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/n24l8hxn6nvb7lz7zjlyd7i05khrm0i4-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, "/home/voroskoi/.guix-home/profile/lib/guile/3.0/site-ccache/ice-9/networking.go", 0x7ffda4de8fa0, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/home/voroskoi/.guix-home/profile/share/guile/site/3.0/ice-9/networking.go", 0x7ffda4de8fa0, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/run/current-system/profile/lib/guile/3.0/site-ccache/ice-9/networking.go", 0x7ffda4de8fa0, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/run/current-system/profile/share/guile/site/3.0/ice-9/networking.go", 0x7ffda4de8fa0, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/n24l8hxn6nvb7lz7zjlyd7i05khrm0i4-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/n24l8hxn6nvb7lz7zjlyd7i05khrm0i4-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) = 0x7f42c4878000
close(5)                                = 0
mprotect(0x7f42c4888000, 4768, PROT_READ|PROT_WRITE) = 0
newfstatat(AT_FDCWD, "/home/voroskoi/.guix-home/profile/share/guile/site/3.0/ice-9/deprecated.scm", 0x7ffda4de9220, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/home/voroskoi/.guix-home/profile/share/guile/site/3.0/ice-9/deprecated", 0x7ffda4de9220, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/run/current-system/profile/share/guile/site/3.0/ice-9/deprecated.scm", 0x7ffda4de9220, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/run/current-system/profile/share/guile/site/3.0/ice-9/deprecated", 0x7ffda4de9220, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/n24l8hxn6nvb7lz7zjlyd7i05khrm0i4-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, "/home/voroskoi/.guix-home/profile/lib/guile/3.0/site-ccache/ice-9/deprecated.go", 0x7ffda4de8fa0, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/home/voroskoi/.guix-home/profile/share/guile/site/3.0/ice-9/deprecated.go", 0x7ffda4de8fa0, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/run/current-system/profile/lib/guile/3.0/site-ccache/ice-9/deprecated.go", 0x7ffda4de8fa0, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/run/current-system/profile/share/guile/site/3.0/ice-9/deprecated.go", 0x7ffda4de8fa0, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/n24l8hxn6nvb7lz7zjlyd7i05khrm0i4-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/n24l8hxn6nvb7lz7zjlyd7i05khrm0i4-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) = 0x7f42c4865000
close(5)                                = 0
mprotect(0x7f42c4875000, 5336, PROT_READ|PROT_WRITE) = 0
newfstatat(AT_FDCWD, "/home/voroskoi/.guix-home/profile/share/guile/site/3.0/ice-9/copy-tree.scm", 0x7ffda4de8f20, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/home/voroskoi/.guix-home/profile/share/guile/site/3.0/ice-9/copy-tree", 0x7ffda4de8f20, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/run/current-system/profile/share/guile/site/3.0/ice-9/copy-tree.scm", 0x7ffda4de8f20, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/run/current-system/profile/share/guile/site/3.0/ice-9/copy-tree", 0x7ffda4de8f20, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/n24l8hxn6nvb7lz7zjlyd7i05khrm0i4-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, "/home/voroskoi/.guix-home/profile/lib/guile/3.0/site-ccache/ice-9/copy-tree.go", 0x7ffda4de8ca0, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/home/voroskoi/.guix-home/profile/share/guile/site/3.0/ice-9/copy-tree.go", 0x7ffda4de8ca0, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/run/current-system/profile/lib/guile/3.0/site-ccache/ice-9/copy-tree.go", 0x7ffda4de8ca0, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/run/current-system/profile/share/guile/site/3.0/ice-9/copy-tree.go", 0x7ffda4de8ca0, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/n24l8hxn6nvb7lz7zjlyd7i05khrm0i4-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/n24l8hxn6nvb7lz7zjlyd7i05khrm0i4-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) = 0x7f42c4853000
close(5)                                = 0
mprotect(0x7f42c4863000, 1768, PROT_READ|PROT_WRITE) = 0
newfstatat(AT_FDCWD, "/home/voroskoi/.guix-home/profile/share/guile/site/3.0/ice-9/match.scm", 0x7ffda4de8c20, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/home/voroskoi/.guix-home/profile/share/guile/site/3.0/ice-9/match", 0x7ffda4de8c20, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/run/current-system/profile/share/guile/site/3.0/ice-9/match.scm", 0x7ffda4de8c20, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/run/current-system/profile/share/guile/site/3.0/ice-9/match", 0x7ffda4de8c20, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/n24l8hxn6nvb7lz7zjlyd7i05khrm0i4-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, "/home/voroskoi/.guix-home/profile/lib/guile/3.0/site-ccache/ice-9/match.go", 0x7ffda4de89a0, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/home/voroskoi/.guix-home/profile/share/guile/site/3.0/ice-9/match.go", 0x7ffda4de89a0, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/run/current-system/profile/lib/guile/3.0/site-ccache/ice-9/match.go", 0x7ffda4de89a0, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/run/current-system/profile/share/guile/site/3.0/ice-9/match.go", 0x7ffda4de89a0, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/n24l8hxn6nvb7lz7zjlyd7i05khrm0i4-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/n24l8hxn6nvb7lz7zjlyd7i05khrm0i4-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) = 0x7f42c47ff000
close(5)                                = 0
mprotect(0x7f42c482f000, 113544, PROT_READ|PROT_WRITE) = 0
newfstatat(AT_FDCWD, "/home/voroskoi/.guix-home/profile/share/guile/site/3.0/srfi/srfi-11.scm", 0x7ffda4de8c20, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/home/voroskoi/.guix-home/profile/share/guile/site/3.0/srfi/srfi-11", 0x7ffda4de8c20, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/run/current-system/profile/share/guile/site/3.0/srfi/srfi-11.scm", 0x7ffda4de8c20, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/run/current-system/profile/share/guile/site/3.0/srfi/srfi-11", 0x7ffda4de8c20, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/n24l8hxn6nvb7lz7zjlyd7i05khrm0i4-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, "/home/voroskoi/.guix-home/profile/lib/guile/3.0/site-ccache/srfi/srfi-11.go", 0x7ffda4de89a0, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/home/voroskoi/.guix-home/profile/share/guile/site/3.0/srfi/srfi-11.go", 0x7ffda4de89a0, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/run/current-system/profile/lib/guile/3.0/site-ccache/srfi/srfi-11.go", 0x7ffda4de89a0, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/run/current-system/profile/share/guile/site/3.0/srfi/srfi-11.go", 0x7ffda4de89a0, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/n24l8hxn6nvb7lz7zjlyd7i05khrm0i4-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/n24l8hxn6nvb7lz7zjlyd7i05khrm0i4-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) = 0x7f42c47eb000
close(5)                                = 0
mprotect(0x7f42c47fb000, 8344, PROT_READ|PROT_WRITE) = 0
newfstatat(AT_FDCWD, "/home/voroskoi/.guix-home/profile/share/guile/site/3.0/ice-9/ports.scm", 0x7ffda4de9220, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/home/voroskoi/.guix-home/profile/share/guile/site/3.0/ice-9/ports", 0x7ffda4de9220, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/run/current-system/profile/share/guile/site/3.0/ice-9/ports.scm", 0x7ffda4de9220, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/run/current-system/profile/share/guile/site/3.0/ice-9/ports", 0x7ffda4de9220, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/n24l8hxn6nvb7lz7zjlyd7i05khrm0i4-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, "/home/voroskoi/.guix-home/profile/lib/guile/3.0/site-ccache/ice-9/ports.go", 0x7ffda4de8fa0, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/home/voroskoi/.guix-home/profile/share/guile/site/3.0/ice-9/ports.go", 0x7ffda4de8fa0, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/run/current-system/profile/lib/guile/3.0/site-ccache/ice-9/ports.go", 0x7ffda4de8fa0, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/run/current-system/profile/share/guile/site/3.0/ice-9/ports.go", 0x7ffda4de8fa0, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/n24l8hxn6nvb7lz7zjlyd7i05khrm0i4-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/n24l8hxn6nvb7lz7zjlyd7i05khrm0i4-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) = 0x7f42c47cf000
close(5)                                = 0
mprotect(0x7f42c47df000, 23488, PROT_READ|PROT_WRITE) = 0
newfstatat(AT_FDCWD, "/home/voroskoi/.guix-home/profile/share/guile/site/3.0/ice-9/threads.scm", 0x7ffda4de9220, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/home/voroskoi/.guix-home/profile/share/guile/site/3.0/ice-9/threads", 0x7ffda4de9220, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/run/current-system/profile/share/guile/site/3.0/ice-9/threads.scm", 0x7ffda4de9220, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/run/current-system/profile/share/guile/site/3.0/ice-9/threads", 0x7ffda4de9220, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/n24l8hxn6nvb7lz7zjlyd7i05khrm0i4-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, "/home/voroskoi/.guix-home/profile/lib/guile/3.0/site-ccache/ice-9/threads.go", 0x7ffda4de8fa0, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/home/voroskoi/.guix-home/profile/share/guile/site/3.0/ice-9/threads.go", 0x7ffda4de8fa0, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/run/current-system/profile/lib/guile/3.0/site-ccache/ice-9/threads.go", 0x7ffda4de8fa0, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/run/current-system/profile/share/guile/site/3.0/ice-9/threads.go", 0x7ffda4de8fa0, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/n24l8hxn6nvb7lz7zjlyd7i05khrm0i4-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/n24l8hxn6nvb7lz7zjlyd7i05khrm0i4-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) = 0x7f42c47b7000
close(5)                                = 0
mprotect(0x7f42c47c7000, 15576, PROT_READ|PROT_WRITE) = 0
newfstatat(AT_FDCWD, "/home/voroskoi/.guix-home/profile/share/guile/site/3.0/ice-9/control.scm", 0x7ffda4de8f20, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/home/voroskoi/.guix-home/profile/share/guile/site/3.0/ice-9/control", 0x7ffda4de8f20, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/run/current-system/profile/share/guile/site/3.0/ice-9/control.scm", 0x7ffda4de8f20, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/run/current-system/profile/share/guile/site/3.0/ice-9/control", 0x7ffda4de8f20, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/n24l8hxn6nvb7lz7zjlyd7i05khrm0i4-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, "/home/voroskoi/.guix-home/profile/lib/guile/3.0/site-ccache/ice-9/control.go", 0x7ffda4de8ca0, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/home/voroskoi/.guix-home/profile/share/guile/site/3.0/ice-9/control.go", 0x7ffda4de8ca0, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/run/current-system/profile/lib/guile/3.0/site-ccache/ice-9/control.go", 0x7ffda4de8ca0, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/run/current-system/profile/share/guile/site/3.0/ice-9/control.go", 0x7ffda4de8ca0, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/n24l8hxn6nvb7lz7zjlyd7i05khrm0i4-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/n24l8hxn6nvb7lz7zjlyd7i05khrm0i4-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) = 0x7f42c47a1000
close(5)                                = 0
mprotect(0x7f42c47b1000, 13352, PROT_READ|PROT_WRITE) = 0
newfstatat(AT_FDCWD, "/home/voroskoi/.guix-home/profile/share/guile/site/3.0/ice-9/futures.scm", 0x7ffda4de8f20, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/home/voroskoi/.guix-home/profile/share/guile/site/3.0/ice-9/futures", 0x7ffda4de8f20, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/run/current-system/profile/share/guile/site/3.0/ice-9/futures.scm", 0x7ffda4de8f20, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/run/current-system/profile/share/guile/site/3.0/ice-9/futures", 0x7ffda4de8f20, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/n24l8hxn6nvb7lz7zjlyd7i05khrm0i4-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, "/home/voroskoi/.guix-home/profile/lib/guile/3.0/site-ccache/ice-9/futures.go", 0x7ffda4de8ca0, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/home/voroskoi/.guix-home/profile/share/guile/site/3.0/ice-9/futures.go", 0x7ffda4de8ca0, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/run/current-system/profile/lib/guile/3.0/site-ccache/ice-9/futures.go", 0x7ffda4de8ca0, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/run/current-system/profile/share/guile/site/3.0/ice-9/futures.go", 0x7ffda4de8ca0, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/n24l8hxn6nvb7lz7zjlyd7i05khrm0i4-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/n24l8hxn6nvb7lz7zjlyd7i05khrm0i4-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) = 0x7f42c476e000
close(5)                                = 0
mprotect(0x7f42c478e000, 51496, PROT_READ|PROT_WRITE) = 0
newfstatat(AT_FDCWD, "/home/voroskoi/.guix-home/profile/share/guile/site/3.0/srfi/srfi-1.scm", 0x7ffda4de8c20, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/home/voroskoi/.guix-home/profile/share/guile/site/3.0/srfi/srfi-1", 0x7ffda4de8c20, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/run/current-system/profile/share/guile/site/3.0/srfi/srfi-1.scm", 0x7ffda4de8c20, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/run/current-system/profile/share/guile/site/3.0/srfi/srfi-1", 0x7ffda4de8c20, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/n24l8hxn6nvb7lz7zjlyd7i05khrm0i4-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, "/home/voroskoi/.guix-home/profile/lib/guile/3.0/site-ccache/srfi/srfi-1.go", 0x7ffda4de89a0, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/home/voroskoi/.guix-home/profile/share/guile/site/3.0/srfi/srfi-1.go", 0x7ffda4de89a0, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/run/current-system/profile/lib/guile/3.0/site-ccache/srfi/srfi-1.go", 0x7ffda4de89a0, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/run/current-system/profile/share/guile/site/3.0/srfi/srfi-1.go", 0x7ffda4de89a0, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/n24l8hxn6nvb7lz7zjlyd7i05khrm0i4-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/n24l8hxn6nvb7lz7zjlyd7i05khrm0i4-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) = 0x7f42c473f000
close(5)                                = 0
mprotect(0x7f42c475f000, 19872, PROT_READ|PROT_WRITE) = 0
newfstatat(AT_FDCWD, "/home/voroskoi/.guix-home/profile/share/guile/site/3.0/srfi/srfi-9.scm", 0x7ffda4de8c20, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/home/voroskoi/.guix-home/profile/share/guile/site/3.0/srfi/srfi-9", 0x7ffda4de8c20, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/run/current-system/profile/share/guile/site/3.0/srfi/srfi-9.scm", 0x7ffda4de8c20, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/run/current-system/profile/share/guile/site/3.0/srfi/srfi-9", 0x7ffda4de8c20, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/n24l8hxn6nvb7lz7zjlyd7i05khrm0i4-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, "/home/voroskoi/.guix-home/profile/lib/guile/3.0/site-ccache/srfi/srfi-9.go", 0x7ffda4de89a0, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/home/voroskoi/.guix-home/profile/share/guile/site/3.0/srfi/srfi-9.go", 0x7ffda4de89a0, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/run/current-system/profile/lib/guile/3.0/site-ccache/srfi/srfi-9.go", 0x7ffda4de89a0, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/run/current-system/profile/share/guile/site/3.0/srfi/srfi-9.go", 0x7ffda4de89a0, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/n24l8hxn6nvb7lz7zjlyd7i05khrm0i4-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/n24l8hxn6nvb7lz7zjlyd7i05khrm0i4-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) = 0x7f42c4722000
close(5)                                = 0
mprotect(0x7f42c4732000, 33632, PROT_READ|PROT_WRITE) = 0
newfstatat(AT_FDCWD, "/home/voroskoi/.guix-home/profile/share/guile/site/3.0/system/base/ck.scm", 0x7ffda4de8920, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/home/voroskoi/.guix-home/profile/share/guile/site/3.0/system/base/ck", 0x7ffda4de8920, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/run/current-system/profile/share/guile/site/3.0/system/base/ck.scm", 0x7ffda4de8920, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/run/current-system/profile/share/guile/site/3.0/system/base/ck", 0x7ffda4de8920, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/n24l8hxn6nvb7lz7zjlyd7i05khrm0i4-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, "/home/voroskoi/.guix-home/profile/lib/guile/3.0/site-ccache/system/base/ck.go", 0x7ffda4de86a0, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/home/voroskoi/.guix-home/profile/share/guile/site/3.0/system/base/ck.go", 0x7ffda4de86a0, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/run/current-system/profile/lib/guile/3.0/site-ccache/system/base/ck.go", 0x7ffda4de86a0, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/run/current-system/profile/share/guile/site/3.0/system/base/ck.go", 0x7ffda4de86a0, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/n24l8hxn6nvb7lz7zjlyd7i05khrm0i4-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/n24l8hxn6nvb7lz7zjlyd7i05khrm0i4-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) = 0x7f42c470f000
close(5)                                = 0
mprotect(0x7f42c471f000, 5496, PROT_READ|PROT_WRITE) = 0
mmap(0x7f42c4ee6000, 65536, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f42c46ff000
newfstatat(AT_FDCWD, "/home/voroskoi/.guix-home/profile/share/guile/site/3.0/srfi/srfi-9/gnu.scm", 0x7ffda4de8c20, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/home/voroskoi/.guix-home/profile/share/guile/site/3.0/srfi/srfi-9/gnu", 0x7ffda4de8c20, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/run/current-system/profile/share/guile/site/3.0/srfi/srfi-9/gnu.scm", 0x7ffda4de8c20, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/run/current-system/profile/share/guile/site/3.0/srfi/srfi-9/gnu", 0x7ffda4de8c20, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/n24l8hxn6nvb7lz7zjlyd7i05khrm0i4-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, "/home/voroskoi/.guix-home/profile/lib/guile/3.0/site-ccache/srfi/srfi-9/gnu.go", 0x7ffda4de89a0, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/home/voroskoi/.guix-home/profile/share/guile/site/3.0/srfi/srfi-9/gnu.go", 0x7ffda4de89a0, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/run/current-system/profile/lib/guile/3.0/site-ccache/srfi/srfi-9/gnu.go", 0x7ffda4de89a0, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/run/current-system/profile/share/guile/site/3.0/srfi/srfi-9/gnu.go", 0x7ffda4de89a0, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/n24l8hxn6nvb7lz7zjlyd7i05khrm0i4-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/n24l8hxn6nvb7lz7zjlyd7i05khrm0i4-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) = 0x7f42c46e8000
close(5)                                = 0
mprotect(0x7f42c46f8000, 16840, PROT_READ|PROT_WRITE) = 0
newfstatat(AT_FDCWD, "/home/voroskoi/.guix-home/profile/share/guile/site/3.0/ice-9/q.scm", 0x7ffda4de8c20, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/home/voroskoi/.guix-home/profile/share/guile/site/3.0/ice-9/q", 0x7ffda4de8c20, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/run/current-system/profile/share/guile/site/3.0/ice-9/q.scm", 0x7ffda4de8c20, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/run/current-system/profile/share/guile/site/3.0/ice-9/q", 0x7ffda4de8c20, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/n24l8hxn6nvb7lz7zjlyd7i05khrm0i4-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, "/home/voroskoi/.guix-home/profile/lib/guile/3.0/site-ccache/ice-9/q.go", 0x7ffda4de89a0, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/home/voroskoi/.guix-home/profile/share/guile/site/3.0/ice-9/q.go", 0x7ffda4de89a0, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/run/current-system/profile/lib/guile/3.0/site-ccache/ice-9/q.go", 0x7ffda4de89a0, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/run/current-system/profile/share/guile/site/3.0/ice-9/q.go", 0x7ffda4de89a0, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/n24l8hxn6nvb7lz7zjlyd7i05khrm0i4-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/n24l8hxn6nvb7lz7zjlyd7i05khrm0i4-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) = 0x7f42c46d5000
close(5)                                = 0
mprotect(0x7f42c46e5000, 4608, PROT_READ|PROT_WRITE) = 0
sched_getaffinity(0, 128, [0 1 2 3 4 5 6 7]) = 32
newfstatat(AT_FDCWD, "/home/voroskoi/.guix-home/profile/share/guile/site/3.0/ice-9/exceptions.scm", 0x7ffda4de9220, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/home/voroskoi/.guix-home/profile/share/guile/site/3.0/ice-9/exceptions", 0x7ffda4de9220, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/run/current-system/profile/share/guile/site/3.0/ice-9/exceptions.scm", 0x7ffda4de9220, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/run/current-system/profile/share/guile/site/3.0/ice-9/exceptions", 0x7ffda4de9220, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/n24l8hxn6nvb7lz7zjlyd7i05khrm0i4-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, "/home/voroskoi/.guix-home/profile/lib/guile/3.0/site-ccache/ice-9/exceptions.go", 0x7ffda4de8fa0, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/home/voroskoi/.guix-home/profile/share/guile/site/3.0/ice-9/exceptions.go", 0x7ffda4de8fa0, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/run/current-system/profile/lib/guile/3.0/site-ccache/ice-9/exceptions.go", 0x7ffda4de8fa0, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/run/current-system/profile/share/guile/site/3.0/ice-9/exceptions.go", 0x7ffda4de8fa0, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/n24l8hxn6nvb7lz7zjlyd7i05khrm0i4-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/n24l8hxn6nvb7lz7zjlyd7i05khrm0i4-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) = 0x7f42c46ba000
close(5)                                = 0
mprotect(0x7f42c46ca000, 21840, PROT_READ|PROT_WRITE) = 0
newfstatat(AT_FDCWD, "/home/voroskoi/.guix-home/profile/share/guile/site/3.0/srfi/srfi-4.scm", 0x7ffda4de9220, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/home/voroskoi/.guix-home/profile/share/guile/site/3.0/srfi/srfi-4", 0x7ffda4de9220, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/run/current-system/profile/share/guile/site/3.0/srfi/srfi-4.scm", 0x7ffda4de9220, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/run/current-system/profile/share/guile/site/3.0/srfi/srfi-4", 0x7ffda4de9220, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/n24l8hxn6nvb7lz7zjlyd7i05khrm0i4-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, "/home/voroskoi/.guix-home/profile/lib/guile/3.0/site-ccache/srfi/srfi-4.go", 0x7ffda4de8fa0, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/home/voroskoi/.guix-home/profile/share/guile/site/3.0/srfi/srfi-4.go", 0x7ffda4de8fa0, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/run/current-system/profile/lib/guile/3.0/site-ccache/srfi/srfi-4.go", 0x7ffda4de8fa0, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/run/current-system/profile/share/guile/site/3.0/srfi/srfi-4.go", 0x7ffda4de8fa0, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/n24l8hxn6nvb7lz7zjlyd7i05khrm0i4-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/n24l8hxn6nvb7lz7zjlyd7i05khrm0i4-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) = 0x7f42c469f000
close(5)                                = 0
mprotect(0x7f42c46af000, 18216, PROT_READ|PROT_WRITE) = 0
newfstatat(AT_FDCWD, "/home/voroskoi/.guix-home/profile/share/guile/site/3.0/rnrs/bytevectors.scm", 0x7ffda4de8f20, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/home/voroskoi/.guix-home/profile/share/guile/site/3.0/rnrs/bytevectors", 0x7ffda4de8f20, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/run/current-system/profile/share/guile/site/3.0/rnrs/bytevectors.scm", 0x7ffda4de8f20, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/run/current-system/profile/share/guile/site/3.0/rnrs/bytevectors", 0x7ffda4de8f20, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/n24l8hxn6nvb7lz7zjlyd7i05khrm0i4-guile-3.0.9/share/guile/3.0/rnrs/bytevectors.scm", {st_mode=S_IFREG|0444, st_size=3383, ...}, 0) = 0
newfstatat(AT_FDCWD, "/home/voroskoi/.guix-home/profile/lib/guile/3.0/site-ccache/rnrs/bytevectors.go", 0x7ffda4de8ca0, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/home/voroskoi/.guix-home/profile/share/guile/site/3.0/rnrs/bytevectors.go", 0x7ffda4de8ca0, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/run/current-system/profile/lib/guile/3.0/site-ccache/rnrs/bytevectors.go", 0x7ffda4de8ca0, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/run/current-system/profile/share/guile/site/3.0/rnrs/bytevectors.go", 0x7ffda4de8ca0, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/n24l8hxn6nvb7lz7zjlyd7i05khrm0i4-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/n24l8hxn6nvb7lz7zjlyd7i05khrm0i4-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) = 0x7f42c468d000
close(5)                                = 0
mprotect(0x7f42c469d000, 4872, PROT_READ|PROT_WRITE) = 0
rt_sigprocmask(SIG_BLOCK, ~[XCPU PWR RTMIN RT_1], [], 8) = 0
rt_sigaction(SIGRT_1, {sa_handler=0x7f42c501b910, sa_mask=[], sa_flags=SA_RESTORER|SA_ONSTACK|SA_RESTART|SA_SIGINFO, sa_restorer=0x7f42c4fd62a0}, NULL, 8) = 0
rt_sigprocmask(SIG_UNBLOCK, [RTMIN RT_1], NULL, 8) = 0
mmap(NULL, 16781312, PROT_NONE, MAP_PRIVATE|MAP_ANONYMOUS|MAP_STACK, -1, 0) = 0x7f42c368c000
mprotect(0x7f42c368d000, 16777216, 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=0x7f42c468c910, parent_tid=0x7f42c468c910, exit_signal=0, stack=0x7f42c368c000, stack_size=0xffff00, tls=0x7f42c468c640} => {parent_tid=[9403]}, 88) = 9403
rt_sigprocmask(SIG_SETMASK, ~[KILL STOP XCPU PWR RTMIN RT_1], NULL, 8) = 0
mmap(NULL, 16781312, PROT_NONE, MAP_PRIVATE|MAP_ANONYMOUS|MAP_STACK, -1, 0) = 0x7f42c268b000
mprotect(0x7f42c268c000, 16777216, 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=0x7f42c368b910, parent_tid=0x7f42c368b910, exit_signal=0, stack=0x7f42c268b000, stack_size=0xffff00, tls=0x7f42c368b640} => {parent_tid=[9404]}, 88) = 9404
rt_sigprocmask(SIG_SETMASK, ~[KILL STOP XCPU PWR RTMIN RT_1], NULL, 8) = 0
mmap(NULL, 16781312, PROT_NONE, MAP_PRIVATE|MAP_ANONYMOUS|MAP_STACK, -1, 0) = 0x7f42c168a000
mprotect(0x7f42c168b000, 16777216, 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=0x7f42c268a910, parent_tid=0x7f42c268a910, exit_signal=0, stack=0x7f42c168a000, stack_size=0xffff00, tls=0x7f42c268a640} => {parent_tid=[9405]}, 88) = 9405
rt_sigprocmask(SIG_SETMASK, ~[KILL STOP XCPU PWR RTMIN RT_1], NULL, 8) = 0
mmap(NULL, 16781312, PROT_NONE, MAP_PRIVATE|MAP_ANONYMOUS|MAP_STACK, -1, 0) = 0x7f42c0689000
mprotect(0x7f42c068a000, 16777216, 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=0x7f42c1689910, parent_tid=0x7f42c1689910, exit_signal=0, stack=0x7f42c0689000, stack_size=0xffff00, tls=0x7f42c1689640} => {parent_tid=[9406]}, 88) = 9406
rt_sigprocmask(SIG_SETMASK, ~[KILL STOP XCPU PWR RTMIN RT_1], NULL, 8) = 0
mmap(NULL, 16781312, PROT_NONE, MAP_PRIVATE|MAP_ANONYMOUS|MAP_STACK, -1, 0) = 0x7f42bf688000
mprotect(0x7f42bf689000, 16777216, 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=0x7f42c0688910, parent_tid=0x7f42c0688910, exit_signal=0, stack=0x7f42bf688000, stack_size=0xffff00, tls=0x7f42c0688640} => {parent_tid=[9407]}, 88) = 9407
rt_sigprocmask(SIG_SETMASK, ~[KILL STOP XCPU PWR RTMIN RT_1], NULL, 8) = 0
mmap(NULL, 16781312, PROT_NONE, MAP_PRIVATE|MAP_ANONYMOUS|MAP_STACK, -1, 0) = 0x7f42be687000
mprotect(0x7f42be688000, 16777216, 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=0x7f42bf687910, parent_tid=0x7f42bf687910, exit_signal=0, stack=0x7f42be687000, stack_size=0xffff00, tls=0x7f42bf687640} => {parent_tid=[9408]}, 88) = 9408
rt_sigprocmask(SIG_SETMASK, ~[KILL STOP XCPU PWR RTMIN RT_1], NULL, 8) = 0
mmap(NULL, 16781312, PROT_NONE, MAP_PRIVATE|MAP_ANONYMOUS|MAP_STACK, -1, 0) = 0x7f42bd686000
mprotect(0x7f42bd687000, 16777216, 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=0x7f42be686910, parent_tid=0x7f42be686910, exit_signal=0, stack=0x7f42bd686000, stack_size=0xffff00, tls=0x7f42be686640} => {parent_tid=[9409]}, 88) = 9409
rt_sigprocmask(SIG_SETMASK, ~[KILL STOP XCPU PWR RTMIN RT_1], NULL, 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
mmap(0x7f42c470f000, 65536, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f42bd676000
newfstatat(AT_FDCWD, "/home/voroskoi/.guix-home/profile/share/guile/site/3.0/ice-9/command-line.scm", 0x7ffda4de9010, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/home/voroskoi/.guix-home/profile/share/guile/site/3.0/ice-9/command-line", 0x7ffda4de9010, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/run/current-system/profile/share/guile/site/3.0/ice-9/command-line.scm", 0x7ffda4de9010, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/run/current-system/profile/share/guile/site/3.0/ice-9/command-line", 0x7ffda4de9010, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/n24l8hxn6nvb7lz7zjlyd7i05khrm0i4-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, "/home/voroskoi/.guix-home/profile/lib/guile/3.0/site-ccache/ice-9/command-line.go", 0x7ffda4de8d90, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/home/voroskoi/.guix-home/profile/share/guile/site/3.0/ice-9/command-line.go", 0x7ffda4de8d90, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/run/current-system/profile/lib/guile/3.0/site-ccache/ice-9/command-line.go", 0x7ffda4de8d90, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/run/current-system/profile/share/guile/site/3.0/ice-9/command-line.go", 0x7ffda4de8d90, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/n24l8hxn6nvb7lz7zjlyd7i05khrm0i4-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/n24l8hxn6nvb7lz7zjlyd7i05khrm0i4-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) = 0x7f42bd661000
close(5)                                = 0
mprotect(0x7f42bd671000, 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/voroskoi", 100)           = 15
newfstatat(AT_FDCWD, "/home/voroskoi/.guix-home/profile/bin/herd", {st_mode=S_IFREG|0555, st_size=628, ...}, 0) = 0
newfstatat(AT_FDCWD, "/home/voroskoi/.guix-home/profile/lib/guile/3.0/site-ccache//home/voroskoi/.guix-home/profile/bin/herd.go", 0x7ffda4de9080, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/home/voroskoi/.guix-home/profile/share/guile/site/3.0//home/voroskoi/.guix-home/profile/bin/herd.go", 0x7ffda4de9080, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/run/current-system/profile/lib/guile/3.0/site-ccache//home/voroskoi/.guix-home/profile/bin/herd.go", 0x7ffda4de9080, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/run/current-system/profile/share/guile/site/3.0//home/voroskoi/.guix-home/profile/bin/herd.go", 0x7ffda4de9080, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/n24l8hxn6nvb7lz7zjlyd7i05khrm0i4-guile-3.0.9/lib/guile/3.0/ccache//home/voroskoi/.guix-home/profile/bin/herd.go", 0x7ffda4de9080, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/n24l8hxn6nvb7lz7zjlyd7i05khrm0i4-guile-3.0.9/lib/guile/3.0/site-ccache//home/voroskoi/.guix-home/profile/bin/herd.go", 0x7ffda4de9080, 0) = -1 ENOENT (No such file or directory)
readlink("/home", 0x7ffda4de88c0, 1023) = -1 EINVAL (Invalid argument)
readlink("/home/voroskoi", 0x7ffda4de88c0, 1023) = -1 EINVAL (Invalid argument)
readlink("/home/voroskoi/.guix-home", "/gnu/store/ljv9i09lznaza5nllnv7d"..., 1023) = 48
readlink("/gnu", 0x7ffda4de88c0, 1023)  = -1 EINVAL (Invalid argument)
readlink("/gnu/store", 0x7ffda4de88c0, 1023) = -1 EINVAL (Invalid argument)
readlink("/gnu/store/ljv9i09lznaza5nllnv7d9m83yx31v5n-home", 0x7ffda4de88c0, 1023) = -1 EINVAL (Invalid argument)
readlink("/gnu/store/ljv9i09lznaza5nllnv7d9m83yx31v5n-home/profile", "/gnu/store/rgsv1ryqy5q8p54i7hfv6"..., 1023) = 51
readlink("/gnu", 0x7ffda4de88c0, 1023)  = -1 EINVAL (Invalid argument)
readlink("/gnu/store", 0x7ffda4de88c0, 1023) = -1 EINVAL (Invalid argument)
readlink("/gnu/store/rgsv1ryqy5q8p54i7hfv6ymj1g2mslzy-profile", 0x7ffda4de88c0, 1023) = -1 EINVAL (Invalid argument)
readlink("/gnu/store/rgsv1ryqy5q8p54i7hfv6ymj1g2mslzy-profile/bin", 0x7ffda4de88c0, 1023) = -1 EINVAL (Invalid argument)
readlink("/gnu/store/rgsv1ryqy5q8p54i7hfv6ymj1g2mslzy-profile/bin/herd", "/gnu/store/2s5is3kdgjw5hfga155k5"..., 1023) = 68
readlink("/gnu", 0x7ffda4de88c0, 1023)  = -1 EINVAL (Invalid argument)
readlink("/gnu/store", 0x7ffda4de88c0, 1023) = -1 EINVAL (Invalid argument)
readlink("/gnu/store/2s5is3kdgjw5hfga155k5l1s14r6xi7n-shepherd-0.10.2", 0x7ffda4de88c0, 1023) = -1 EINVAL (Invalid argument)
readlink("/gnu/store/2s5is3kdgjw5hfga155k5l1s14r6xi7n-shepherd-0.10.2/bin", 0x7ffda4de88c0, 1023) = -1 EINVAL (Invalid argument)
readlink("/gnu/store/2s5is3kdgjw5hfga155k5l1s14r6xi7n-shepherd-0.10.2/bin/herd", 0x7ffda4de88c0, 1023) = -1 EINVAL (Invalid argument)
newfstatat(AT_FDCWD, "/home/voroskoi/.cache/guile/ccache/3.0-LE-8-4.6/gnu/store/2s5is3kdgjw5hfga155k5l1s14r6xi7n-shepherd-0.10.2/bin/herd.go", 0x7ffda4de9080, 0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/home/voroskoi/.guix-home/profile/bin/herd", O_RDONLY|O_CLOEXEC) = 5
readlink("/home", 0x7ffda4de8840, 1023) = -1 EINVAL (Invalid argument)
readlink("/home/voroskoi", 0x7ffda4de8840, 1023) = -1 EINVAL (Invalid argument)
readlink("/home/voroskoi/.guix-home", "/gnu/store/ljv9i09lznaza5nllnv7d"..., 1023) = 48
readlink("/gnu", 0x7ffda4de8840, 1023)  = -1 EINVAL (Invalid argument)
readlink("/gnu/store", 0x7ffda4de8840, 1023) = -1 EINVAL (Invalid argument)
readlink("/gnu/store/ljv9i09lznaza5nllnv7d9m83yx31v5n-home", 0x7ffda4de8840, 1023) = -1 EINVAL (Invalid argument)
readlink("/gnu/store/ljv9i09lznaza5nllnv7d9m83yx31v5n-home/profile", "/gnu/store/rgsv1ryqy5q8p54i7hfv6"..., 1023) = 51
readlink("/gnu", 0x7ffda4de8840, 1023)  = -1 EINVAL (Invalid argument)
readlink("/gnu/store", 0x7ffda4de8840, 1023) = -1 EINVAL (Invalid argument)
readlink("/gnu/store/rgsv1ryqy5q8p54i7hfv6ymj1g2mslzy-profile", 0x7ffda4de8840, 1023) = -1 EINVAL (Invalid argument)
readlink("/gnu/store/rgsv1ryqy5q8p54i7hfv6ymj1g2mslzy-profile/bin", 0x7ffda4de8840, 1023) = -1 EINVAL (Invalid argument)
readlink("/gnu/store/rgsv1ryqy5q8p54i7hfv6ymj1g2mslzy-profile/bin/herd", "/gnu/store/2s5is3kdgjw5hfga155k5"..., 1023) = 68
readlink("/gnu", 0x7ffda4de8840, 1023)  = -1 EINVAL (Invalid argument)
readlink("/gnu/store", 0x7ffda4de8840, 1023) = -1 EINVAL (Invalid argument)
readlink("/gnu/store/2s5is3kdgjw5hfga155k5l1s14r6xi7n-shepherd-0.10.2", 0x7ffda4de8840, 1023) = -1 EINVAL (Invalid argument)
readlink("/gnu/store/2s5is3kdgjw5hfga155k5l1s14r6xi7n-shepherd-0.10.2/bin", 0x7ffda4de8840, 1023) = -1 EINVAL (Invalid argument)
readlink("/gnu/store/2s5is3kdgjw5hfga155k5l1s14r6xi7n-shepherd-0.10.2/bin/herd", 0x7ffda4de8840, 1023) = -1 EINVAL (Invalid argument)
readlink("/home", 0x7ffda4de8840, 1023) = -1 EINVAL (Invalid argument)
readlink("/home/voroskoi", 0x7ffda4de8840, 1023) = -1 EINVAL (Invalid argument)
readlink("/home/voroskoi/.guix-home", "/gnu/store/ljv9i09lznaza5nllnv7d"..., 1023) = 48
readlink("/gnu", 0x7ffda4de8840, 1023)  = -1 EINVAL (Invalid argument)
readlink("/gnu/store", 0x7ffda4de8840, 1023) = -1 EINVAL (Invalid argument)
readlink("/gnu/store/ljv9i09lznaza5nllnv7d9m83yx31v5n-home", 0x7ffda4de8840, 1023) = -1 EINVAL (Invalid argument)
readlink("/gnu/store/ljv9i09lznaza5nllnv7d9m83yx31v5n-home/profile", "/gnu/store/rgsv1ryqy5q8p54i7hfv6"..., 1023) = 51
readlink("/gnu", 0x7ffda4de8840, 1023)  = -1 EINVAL (Invalid argument)
readlink("/gnu/store", 0x7ffda4de8840, 1023) = -1 EINVAL (Invalid argument)
readlink("/gnu/store/rgsv1ryqy5q8p54i7hfv6ymj1g2mslzy-profile", 0x7ffda4de8840, 1023) = -1 EINVAL (Invalid argument)
readlink("/gnu/store/rgsv1ryqy5q8p54i7hfv6ymj1g2mslzy-profile/share", 0x7ffda4de8840, 1023) = -1 EINVAL (Invalid argument)
readlink("/gnu/store/rgsv1ryqy5q8p54i7hfv6ymj1g2mslzy-profile/share/guile", 0x7ffda4de8840, 1023) = -1 EINVAL (Invalid argument)
readlink("/gnu/store/rgsv1ryqy5q8p54i7hfv6ymj1g2mslzy-profile/share/guile/site", 0x7ffda4de8840, 1023) = -1 EINVAL (Invalid argument)
readlink("/gnu/store/rgsv1ryqy5q8p54i7hfv6ymj1g2mslzy-profile/share/guile/site/3.0", 0x7ffda4de8840, 1023) = -1 EINVAL (Invalid argument)
readlink("/run", 0x7ffda4de8840, 1023)  = -1 EINVAL (Invalid argument)
readlink("/run/current-system", "/gnu/store/j3x6hh02gmwbn3a52jp4c"..., 1023) = 50
readlink("/gnu", 0x7ffda4de8840, 1023)  = -1 EINVAL (Invalid argument)
readlink("/gnu/store", 0x7ffda4de8840, 1023) = -1 EINVAL (Invalid argument)
readlink("/gnu/store/j3x6hh02gmwbn3a52jp4cf3c0vnqyg3s-system", 0x7ffda4de8840, 1023) = -1 EINVAL (Invalid argument)
readlink("/gnu/store/j3x6hh02gmwbn3a52jp4cf3c0vnqyg3s-system/profile", "/gnu/store/hajjllkg6f24dphbkvn1q"..., 1023) = 51
readlink("/gnu", 0x7ffda4de8840, 1023)  = -1 EINVAL (Invalid argument)
readlink("/gnu/store", 0x7ffda4de8840, 1023) = -1 EINVAL (Invalid argument)
readlink("/gnu/store/hajjllkg6f24dphbkvn1qsynisfa0i1s-profile", 0x7ffda4de8840, 1023) = -1 EINVAL (Invalid argument)
readlink("/gnu/store/hajjllkg6f24dphbkvn1qsynisfa0i1s-profile/share", 0x7ffda4de8840, 1023) = -1 EINVAL (Invalid argument)
readlink("/gnu/store/hajjllkg6f24dphbkvn1qsynisfa0i1s-profile/share/guile", 0x7ffda4de8840, 1023) = -1 EINVAL (Invalid argument)
readlink("/gnu/store/hajjllkg6f24dphbkvn1qsynisfa0i1s-profile/share/guile/site", 0x7ffda4de8840, 1023) = -1 EINVAL (Invalid argument)
readlink("/gnu/store/hajjllkg6f24dphbkvn1qsynisfa0i1s-profile/share/guile/site/3.0", 0x7ffda4de8840, 1023) = -1 EINVAL (Invalid argument)
readlink("/gnu", 0x7ffda4de8840, 1023)  = -1 EINVAL (Invalid argument)
readlink("/gnu/store", 0x7ffda4de8840, 1023) = -1 EINVAL (Invalid argument)
readlink("/gnu/store/n24l8hxn6nvb7lz7zjlyd7i05khrm0i4-guile-3.0.9", 0x7ffda4de8840, 1023) = -1 EINVAL (Invalid argument)
readlink("/gnu/store/n24l8hxn6nvb7lz7zjlyd7i05khrm0i4-guile-3.0.9/share", 0x7ffda4de8840, 1023) = -1 EINVAL (Invalid argument)
readlink("/gnu/store/n24l8hxn6nvb7lz7zjlyd7i05khrm0i4-guile-3.0.9/share/guile", 0x7ffda4de8840, 1023) = -1 EINVAL (Invalid argument)
readlink("/gnu/store/n24l8hxn6nvb7lz7zjlyd7i05khrm0i4-guile-3.0.9/share/guile/3.0", 0x7ffda4de8840, 1023) = -1 EINVAL (Invalid argument)
readlink("/gnu", 0x7ffda4de8840, 1023)  = -1 EINVAL (Invalid argument)
readlink("/gnu/store", 0x7ffda4de8840, 1023) = -1 EINVAL (Invalid argument)
readlink("/gnu/store/n24l8hxn6nvb7lz7zjlyd7i05khrm0i4-guile-3.0.9", 0x7ffda4de8840, 1023) = -1 EINVAL (Invalid argument)
readlink("/gnu/store/n24l8hxn6nvb7lz7zjlyd7i05khrm0i4-guile-3.0.9/share", 0x7ffda4de8840, 1023) = -1 EINVAL (Invalid argument)
readlink("/gnu/store/n24l8hxn6nvb7lz7zjlyd7i05khrm0i4-guile-3.0.9/share/guile", 0x7ffda4de8840, 1023) = -1 EINVAL (Invalid argument)
readlink("/gnu/store/n24l8hxn6nvb7lz7zjlyd7i05khrm0i4-guile-3.0.9/share/guile/site", 0x7ffda4de8840, 1023) = -1 ENOENT (No such file or directory)
readlink("/gnu", 0x7ffda4de8840, 1023)  = -1 EINVAL (Invalid argument)
readlink("/gnu/store", 0x7ffda4de8840, 1023) = -1 EINVAL (Invalid argument)
readlink("/gnu/store/n24l8hxn6nvb7lz7zjlyd7i05khrm0i4-guile-3.0.9", 0x7ffda4de8840, 1023) = -1 EINVAL (Invalid argument)
readlink("/gnu/store/n24l8hxn6nvb7lz7zjlyd7i05khrm0i4-guile-3.0.9/share", 0x7ffda4de8840, 1023) = -1 EINVAL (Invalid argument)
readlink("/gnu/store/n24l8hxn6nvb7lz7zjlyd7i05khrm0i4-guile-3.0.9/share/guile", 0x7ffda4de8840, 1023) = -1 EINVAL (Invalid argument)
readlink("/gnu/store/n24l8hxn6nvb7lz7zjlyd7i05khrm0i4-guile-3.0.9/share/guile/site", 0x7ffda4de8840, 1023) = -1 ENOENT (No such file or directory)
readlink("/gnu", 0x7ffda4de8840, 1023)  = -1 EINVAL (Invalid argument)
readlink("/gnu/store", 0x7ffda4de8840, 1023) = -1 EINVAL (Invalid argument)
readlink("/gnu/store/n24l8hxn6nvb7lz7zjlyd7i05khrm0i4-guile-3.0.9", 0x7ffda4de8840, 1023) = -1 EINVAL (Invalid argument)
readlink("/gnu/store/n24l8hxn6nvb7lz7zjlyd7i05khrm0i4-guile-3.0.9/share", 0x7ffda4de8840, 1023) = -1 EINVAL (Invalid argument)
readlink("/gnu/store/n24l8hxn6nvb7lz7zjlyd7i05khrm0i4-guile-3.0.9/share/guile", 0x7ffda4de8840, 1023) = -1 EINVAL (Invalid argument)
newfstatat(5, "", {st_mode=S_IFREG|0555, st_size=628, ...}, AT_EMPTY_PATH) = 0
lseek(5, 0, SEEK_CUR)                   = 0
read(5, "#!/gnu/store/n24l8hxn6nvb7lz7zjl"..., 4096) = 628
newfstatat(AT_FDCWD, "/gnu/store/2s5is3kdgjw5hfga155k5l1s14r6xi7n-shepherd-0.10.2/share/guile/site/3.0/shepherd/scripts/herd.scm", {st_mode=S_IFREG|0444, st_size=22052, ...}, 0) = 0
newfstatat(AT_FDCWD, "/gnu/store/2s5is3kdgjw5hfga155k5l1s14r6xi7n-shepherd-0.10.2/lib/guile/3.0/site-ccache/shepherd/scripts/herd.go", {st_mode=S_IFREG|0444, st_size=310957, ...}, 0) = 0
openat(AT_FDCWD, "/gnu/store/2s5is3kdgjw5hfga155k5l1s14r6xi7n-shepherd-0.10.2/lib/guile/3.0/site-ccache/shepherd/scripts/herd.go", O_RDONLY|O_CLOEXEC) = 6
lseek(6, 0, SEEK_END)                   = 310957
mmap(NULL, 310957, PROT_READ, MAP_PRIVATE, 6, 0) = 0x7f42bd615000
close(6)                                = 0
mprotect(0x7f42bd645000, 72600, PROT_READ|PROT_WRITE) = 0
newfstatat(AT_FDCWD, "/gnu/store/2s5is3kdgjw5hfga155k5l1s14r6xi7n-shepherd-0.10.2/share/guile/site/3.0/shepherd/config.scm", {st_mode=S_IFREG|0444, st_size=880, ...}, 0) = 0
newfstatat(AT_FDCWD, "/gnu/store/2s5is3kdgjw5hfga155k5l1s14r6xi7n-shepherd-0.10.2/lib/guile/3.0/site-ccache/shepherd/config.go", {st_mode=S_IFREG|0444, st_size=71453, ...}, 0) = 0
openat(AT_FDCWD, "/gnu/store/2s5is3kdgjw5hfga155k5l1s14r6xi7n-shepherd-0.10.2/lib/guile/3.0/site-ccache/shepherd/config.go", O_RDONLY|O_CLOEXEC) = 6
lseek(6, 0, SEEK_END)                   = 71453
mmap(NULL, 71453, PROT_READ, MAP_PRIVATE, 6, 0) = 0x7f42bd603000
close(6)                                = 0
mprotect(0x7f42bd613000, 2712, PROT_READ|PROT_WRITE) = 0
newfstatat(AT_FDCWD, "/gnu/store/2s5is3kdgjw5hfga155k5l1s14r6xi7n-shepherd-0.10.2/share/guile/site/3.0/shepherd/support.scm", {st_mode=S_IFREG|0444, st_size=17909, ...}, 0) = 0
newfstatat(AT_FDCWD, "/gnu/store/2s5is3kdgjw5hfga155k5l1s14r6xi7n-shepherd-0.10.2/lib/guile/3.0/site-ccache/shepherd/support.go", {st_mode=S_IFREG|0444, st_size=221213, ...}, 0) = 0
openat(AT_FDCWD, "/gnu/store/2s5is3kdgjw5hfga155k5l1s14r6xi7n-shepherd-0.10.2/lib/guile/3.0/site-ccache/shepherd/support.go", O_RDONLY|O_CLOEXEC) = 6
lseek(6, 0, SEEK_END)                   = 221213
mmap(NULL, 221213, PROT_READ, MAP_PRIVATE, 6, 0) = 0x7f42bd5cc000
close(6)                                = 0
mprotect(0x7f42bd5ec000, 60664, PROT_READ|PROT_WRITE) = 0
newfstatat(AT_FDCWD, "/gnu/store/2s5is3kdgjw5hfga155k5l1s14r6xi7n-shepherd-0.10.2/share/guile/site/3.0/ice-9/format.scm", 0x7ffda4de88b0, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/2s5is3kdgjw5hfga155k5l1s14r6xi7n-shepherd-0.10.2/share/guile/site/3.0/ice-9/format", 0x7ffda4de88b0, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/h4nsywbhn8b4qyh40fhykk3q40qkr3wd-guile-fibers-1.3.1/share/guile/site/3.0/ice-9/format.scm", 0x7ffda4de88b0, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/h4nsywbhn8b4qyh40fhykk3q40qkr3wd-guile-fibers-1.3.1/share/guile/site/3.0/ice-9/format", 0x7ffda4de88b0, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/home/voroskoi/.guix-home/profile/share/guile/site/3.0/ice-9/format.scm", 0x7ffda4de88b0, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/home/voroskoi/.guix-home/profile/share/guile/site/3.0/ice-9/format", 0x7ffda4de88b0, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/run/current-system/profile/share/guile/site/3.0/ice-9/format.scm", 0x7ffda4de88b0, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/run/current-system/profile/share/guile/site/3.0/ice-9/format", 0x7ffda4de88b0, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/n24l8hxn6nvb7lz7zjlyd7i05khrm0i4-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/2s5is3kdgjw5hfga155k5l1s14r6xi7n-shepherd-0.10.2/lib/guile/3.0/site-ccache/ice-9/format.go", 0x7ffda4de8630, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/h4nsywbhn8b4qyh40fhykk3q40qkr3wd-guile-fibers-1.3.1/lib/guile/3.0/site-ccache/ice-9/format.go", 0x7ffda4de8630, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/home/voroskoi/.guix-home/profile/lib/guile/3.0/site-ccache/ice-9/format.go", 0x7ffda4de8630, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/home/voroskoi/.guix-home/profile/share/guile/site/3.0/ice-9/format.go", 0x7ffda4de8630, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/run/current-system/profile/lib/guile/3.0/site-ccache/ice-9/format.go", 0x7ffda4de8630, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/run/current-system/profile/share/guile/site/3.0/ice-9/format.go", 0x7ffda4de8630, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/n24l8hxn6nvb7lz7zjlyd7i05khrm0i4-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/n24l8hxn6nvb7lz7zjlyd7i05khrm0i4-guile-3.0.9/lib/guile/3.0/ccache/ice-9/format.go", O_RDONLY|O_CLOEXEC) = 6
lseek(6, 0, SEEK_END)                   = 193557
mmap(NULL, 193557, PROT_READ, MAP_PRIVATE, 6, 0) = 0x7f42bd59c000
close(6)                                = 0
mprotect(0x7f42bd5bc000, 13136, PROT_READ|PROT_WRITE) = 0
getuid()                                = 1000
newfstatat(AT_FDCWD, "/gnu/store/2s5is3kdgjw5hfga155k5l1s14r6xi7n-shepherd-0.10.2/share/guile/site/3.0/shepherd/args.scm", {st_mode=S_IFREG|0444, st_size=10879, ...}, 0) = 0
newfstatat(AT_FDCWD, "/gnu/store/2s5is3kdgjw5hfga155k5l1s14r6xi7n-shepherd-0.10.2/lib/guile/3.0/site-ccache/shepherd/args.go", {st_mode=S_IFREG|0444, st_size=201213, ...}, 0) = 0
openat(AT_FDCWD, "/gnu/store/2s5is3kdgjw5hfga155k5l1s14r6xi7n-shepherd-0.10.2/lib/guile/3.0/site-ccache/shepherd/args.go", O_RDONLY|O_CLOEXEC) = 6
lseek(6, 0, SEEK_END)                   = 201213
mmap(NULL, 201213, PROT_READ, MAP_PRIVATE, 6, 0) = 0x7f42bd56a000
close(6)                                = 0
mprotect(0x7f42bd58a000, 48864, PROT_READ|PROT_WRITE) = 0
newfstatat(AT_FDCWD, "/gnu/store/2s5is3kdgjw5hfga155k5l1s14r6xi7n-shepherd-0.10.2/share/guile/site/3.0/shepherd/comm.scm", {st_mode=S_IFREG|0444, st_size=14481, ...}, 0) = 0
newfstatat(AT_FDCWD, "/gnu/store/2s5is3kdgjw5hfga155k5l1s14r6xi7n-shepherd-0.10.2/lib/guile/3.0/site-ccache/shepherd/comm.go", {st_mode=S_IFREG|0444, st_size=224989, ...}, 0) = 0
openat(AT_FDCWD, "/gnu/store/2s5is3kdgjw5hfga155k5l1s14r6xi7n-shepherd-0.10.2/lib/guile/3.0/site-ccache/shepherd/comm.go", O_RDONLY|O_CLOEXEC) = 6
lseek(6, 0, SEEK_END)                   = 224989
mmap(NULL, 224989, PROT_READ, MAP_PRIVATE, 6, 0) = 0x7f42bd533000
close(6)                                = 0
mprotect(0x7f42bd553000, 64008, PROT_READ|PROT_WRITE) = 0
clock_gettime(CLOCK_PROCESS_CPUTIME_ID, {tv_sec=0, tv_nsec=20563046}) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
futex(0x7f42c54e0be8, FUTEX_WAKE_PRIVATE, 2147483647) = 7
futex(0x7f42c54e0c00, FUTEX_WAKE_PRIVATE, 1) = 1
futex(0x7f42c54e0bd0, FUTEX_WAIT_PRIVATE, 3, NULL) = -1 EAGAIN (Resource temporarily unavailable)
futex(0x7f42c54e0be0, FUTEX_WAKE_PRIVATE, 1) = 1
futex(0x7f42c54e0bec, FUTEX_WAKE_PRIVATE, 2147483647) = 5
futex(0x7f42c54e0bec, FUTEX_WAKE_PRIVATE, 2147483647) = 7
futex(0x7f42c54e0c00, FUTEX_WAKE_PRIVATE, 1) = 1
futex(0x7f42c54e0be8, FUTEX_WAIT_BITSET_PRIVATE|FUTEX_CLOCK_REALTIME, 0, NULL, FUTEX_BITSET_MATCH_ANY) = 0
futex(0x7f42c54e0c00, FUTEX_WAKE_PRIVATE, 1) = 0
futex(0x7f42c54e0bec, FUTEX_WAKE_PRIVATE, 2147483647) = 7
pipe2([6, 7], O_CLOEXEC)                = 0
mmap(NULL, 16781312, PROT_NONE, MAP_PRIVATE|MAP_ANONYMOUS|MAP_STACK, -1, 0) = 0x7f42bc532000
mprotect(0x7f42bc533000, 16777216, 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=0x7f42bd532910, parent_tid=0x7f42bd532910, exit_signal=0, stack=0x7f42bc532000, stack_size=0xffff00, tls=0x7f42bd532640} => {parent_tid=[9410]}, 88) = 9410
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
futex(0x7f42c4ee9f68, FUTEX_WAIT_PRIVATE, 2, NULL) = 0
futex(0x7f42c4ee9f68, FUTEX_WAKE_PRIVATE, 1) = 0
clock_gettime(CLOCK_PROCESS_CPUTIME_ID, {tv_sec=0, tv_nsec=24128758}) = 0
newfstatat(AT_FDCWD, "/gnu/store/2s5is3kdgjw5hfga155k5l1s14r6xi7n-shepherd-0.10.2/share/guile/site/3.0/shepherd/colors.scm", {st_mode=S_IFREG|0444, st_size=8521, ...}, 0) = 0
newfstatat(AT_FDCWD, "/gnu/store/2s5is3kdgjw5hfga155k5l1s14r6xi7n-shepherd-0.10.2/lib/guile/3.0/site-ccache/shepherd/colors.go", {st_mode=S_IFREG|0444, st_size=205789, ...}, 0) = 0
openat(AT_FDCWD, "/gnu/store/2s5is3kdgjw5hfga155k5l1s14r6xi7n-shepherd-0.10.2/lib/guile/3.0/site-ccache/shepherd/colors.go", O_RDONLY|O_CLOEXEC) = 10
lseek(10, 0, SEEK_END)                  = 205789
mmap(NULL, 205789, PROT_READ, MAP_PRIVATE, 10, 0) = 0x7f42bc4ff000
close(10)                               = 0
mprotect(0x7f42bc51f000, 52720, PROT_READ|PROT_WRITE) = 0
newfstatat(AT_FDCWD, "/gnu/store/2s5is3kdgjw5hfga155k5l1s14r6xi7n-shepherd-0.10.2/share/guile/site/3.0/ice-9/regex.scm", 0x7ffda4de88b0, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/2s5is3kdgjw5hfga155k5l1s14r6xi7n-shepherd-0.10.2/share/guile/site/3.0/ice-9/regex", 0x7ffda4de88b0, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/h4nsywbhn8b4qyh40fhykk3q40qkr3wd-guile-fibers-1.3.1/share/guile/site/3.0/ice-9/regex.scm", 0x7ffda4de88b0, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/h4nsywbhn8b4qyh40fhykk3q40qkr3wd-guile-fibers-1.3.1/share/guile/site/3.0/ice-9/regex", 0x7ffda4de88b0, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/home/voroskoi/.guix-home/profile/share/guile/site/3.0/ice-9/regex.scm", 0x7ffda4de88b0, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/home/voroskoi/.guix-home/profile/share/guile/site/3.0/ice-9/regex", 0x7ffda4de88b0, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/run/current-system/profile/share/guile/site/3.0/ice-9/regex.scm", 0x7ffda4de88b0, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/run/current-system/profile/share/guile/site/3.0/ice-9/regex", 0x7ffda4de88b0, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/n24l8hxn6nvb7lz7zjlyd7i05khrm0i4-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/2s5is3kdgjw5hfga155k5l1s14r6xi7n-shepherd-0.10.2/lib/guile/3.0/site-ccache/ice-9/regex.go", 0x7ffda4de8630, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/h4nsywbhn8b4qyh40fhykk3q40qkr3wd-guile-fibers-1.3.1/lib/guile/3.0/site-ccache/ice-9/regex.go", 0x7ffda4de8630, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/home/voroskoi/.guix-home/profile/lib/guile/3.0/site-ccache/ice-9/regex.go", 0x7ffda4de8630, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/home/voroskoi/.guix-home/profile/share/guile/site/3.0/ice-9/regex.go", 0x7ffda4de8630, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/run/current-system/profile/lib/guile/3.0/site-ccache/ice-9/regex.go", 0x7ffda4de8630, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/run/current-system/profile/share/guile/site/3.0/ice-9/regex.go", 0x7ffda4de8630, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/n24l8hxn6nvb7lz7zjlyd7i05khrm0i4-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/n24l8hxn6nvb7lz7zjlyd7i05khrm0i4-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) = 0x7f42bc4eb000
close(10)                               = 0
mprotect(0x7f42bc4fb000, 5752, PROT_READ|PROT_WRITE) = 0
newfstatat(AT_FDCWD, "/gnu/store/2s5is3kdgjw5hfga155k5l1s14r6xi7n-shepherd-0.10.2/share/guile/site/3.0/ice-9/rdelim.scm", 0x7ffda4de8bb0, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/2s5is3kdgjw5hfga155k5l1s14r6xi7n-shepherd-0.10.2/share/guile/site/3.0/ice-9/rdelim", 0x7ffda4de8bb0, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/h4nsywbhn8b4qyh40fhykk3q40qkr3wd-guile-fibers-1.3.1/share/guile/site/3.0/ice-9/rdelim.scm", 0x7ffda4de8bb0, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/h4nsywbhn8b4qyh40fhykk3q40qkr3wd-guile-fibers-1.3.1/share/guile/site/3.0/ice-9/rdelim", 0x7ffda4de8bb0, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/home/voroskoi/.guix-home/profile/share/guile/site/3.0/ice-9/rdelim.scm", 0x7ffda4de8bb0, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/home/voroskoi/.guix-home/profile/share/guile/site/3.0/ice-9/rdelim", 0x7ffda4de8bb0, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/run/current-system/profile/share/guile/site/3.0/ice-9/rdelim.scm", 0x7ffda4de8bb0, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/run/current-system/profile/share/guile/site/3.0/ice-9/rdelim", 0x7ffda4de8bb0, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/n24l8hxn6nvb7lz7zjlyd7i05khrm0i4-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/2s5is3kdgjw5hfga155k5l1s14r6xi7n-shepherd-0.10.2/lib/guile/3.0/site-ccache/ice-9/rdelim.go", 0x7ffda4de8930, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/h4nsywbhn8b4qyh40fhykk3q40qkr3wd-guile-fibers-1.3.1/lib/guile/3.0/site-ccache/ice-9/rdelim.go", 0x7ffda4de8930, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/home/voroskoi/.guix-home/profile/lib/guile/3.0/site-ccache/ice-9/rdelim.go", 0x7ffda4de8930, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/home/voroskoi/.guix-home/profile/share/guile/site/3.0/ice-9/rdelim.go", 0x7ffda4de8930, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/run/current-system/profile/lib/guile/3.0/site-ccache/ice-9/rdelim.go", 0x7ffda4de8930, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/run/current-system/profile/share/guile/site/3.0/ice-9/rdelim.go", 0x7ffda4de8930, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/n24l8hxn6nvb7lz7zjlyd7i05khrm0i4-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/n24l8hxn6nvb7lz7zjlyd7i05khrm0i4-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) = 0x7f42bc4d8000
close(10)                               = 0
mprotect(0x7f42bc4e8000, 5072, PROT_READ|PROT_WRITE) = 0
newfstatat(AT_FDCWD, "/gnu/store/2s5is3kdgjw5hfga155k5l1s14r6xi7n-shepherd-0.10.2/share/guile/site/3.0/srfi/srfi-71.scm", 0x7ffda4de8bb0, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/2s5is3kdgjw5hfga155k5l1s14r6xi7n-shepherd-0.10.2/share/guile/site/3.0/srfi/srfi-71", 0x7ffda4de8bb0, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/h4nsywbhn8b4qyh40fhykk3q40qkr3wd-guile-fibers-1.3.1/share/guile/site/3.0/srfi/srfi-71.scm", 0x7ffda4de8bb0, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/h4nsywbhn8b4qyh40fhykk3q40qkr3wd-guile-fibers-1.3.1/share/guile/site/3.0/srfi/srfi-71", 0x7ffda4de8bb0, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/home/voroskoi/.guix-home/profile/share/guile/site/3.0/srfi/srfi-71.scm", 0x7ffda4de8bb0, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/home/voroskoi/.guix-home/profile/share/guile/site/3.0/srfi/srfi-71", 0x7ffda4de8bb0, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/run/current-system/profile/share/guile/site/3.0/srfi/srfi-71.scm", 0x7ffda4de8bb0, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/run/current-system/profile/share/guile/site/3.0/srfi/srfi-71", 0x7ffda4de8bb0, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/n24l8hxn6nvb7lz7zjlyd7i05khrm0i4-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/2s5is3kdgjw5hfga155k5l1s14r6xi7n-shepherd-0.10.2/lib/guile/3.0/site-ccache/srfi/srfi-71.go", 0x7ffda4de8930, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/h4nsywbhn8b4qyh40fhykk3q40qkr3wd-guile-fibers-1.3.1/lib/guile/3.0/site-ccache/srfi/srfi-71.go", 0x7ffda4de8930, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/home/voroskoi/.guix-home/profile/lib/guile/3.0/site-ccache/srfi/srfi-71.go", 0x7ffda4de8930, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/home/voroskoi/.guix-home/profile/share/guile/site/3.0/srfi/srfi-71.go", 0x7ffda4de8930, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/run/current-system/profile/lib/guile/3.0/site-ccache/srfi/srfi-71.go", 0x7ffda4de8930, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/run/current-system/profile/share/guile/site/3.0/srfi/srfi-71.go", 0x7ffda4de8930, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/n24l8hxn6nvb7lz7zjlyd7i05khrm0i4-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/n24l8hxn6nvb7lz7zjlyd7i05khrm0i4-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) = 0x7f42bc4aa000
close(10)                               = 0
mprotect(0x7f42bc4ca000, 40848, PROT_READ|PROT_WRITE) = 0
newfstatat(AT_FDCWD, "/gnu/store/2s5is3kdgjw5hfga155k5l1s14r6xi7n-shepherd-0.10.2/share/guile/site/3.0/srfi/srfi-19.scm", 0x7ffda4de8bb0, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/2s5is3kdgjw5hfga155k5l1s14r6xi7n-shepherd-0.10.2/share/guile/site/3.0/srfi/srfi-19", 0x7ffda4de8bb0, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/h4nsywbhn8b4qyh40fhykk3q40qkr3wd-guile-fibers-1.3.1/share/guile/site/3.0/srfi/srfi-19.scm", 0x7ffda4de8bb0, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/h4nsywbhn8b4qyh40fhykk3q40qkr3wd-guile-fibers-1.3.1/share/guile/site/3.0/srfi/srfi-19", 0x7ffda4de8bb0, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/home/voroskoi/.guix-home/profile/share/guile/site/3.0/srfi/srfi-19.scm", 0x7ffda4de8bb0, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/home/voroskoi/.guix-home/profile/share/guile/site/3.0/srfi/srfi-19", 0x7ffda4de8bb0, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/run/current-system/profile/share/guile/site/3.0/srfi/srfi-19.scm", 0x7ffda4de8bb0, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/run/current-system/profile/share/guile/site/3.0/srfi/srfi-19", 0x7ffda4de8bb0, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/n24l8hxn6nvb7lz7zjlyd7i05khrm0i4-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/2s5is3kdgjw5hfga155k5l1s14r6xi7n-shepherd-0.10.2/lib/guile/3.0/site-ccache/srfi/srfi-19.go", 0x7ffda4de8930, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/h4nsywbhn8b4qyh40fhykk3q40qkr3wd-guile-fibers-1.3.1/lib/guile/3.0/site-ccache/srfi/srfi-19.go", 0x7ffda4de8930, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/home/voroskoi/.guix-home/profile/lib/guile/3.0/site-ccache/srfi/srfi-19.go", 0x7ffda4de8930, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/home/voroskoi/.guix-home/profile/share/guile/site/3.0/srfi/srfi-19.go", 0x7ffda4de8930, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/run/current-system/profile/lib/guile/3.0/site-ccache/srfi/srfi-19.go", 0x7ffda4de8930, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/run/current-system/profile/share/guile/site/3.0/srfi/srfi-19.go", 0x7ffda4de8930, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/n24l8hxn6nvb7lz7zjlyd7i05khrm0i4-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/n24l8hxn6nvb7lz7zjlyd7i05khrm0i4-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) = 0x7f42bc439000
close(10)                               = 0
mprotect(0x7f42bc479000, 107552, PROT_READ|PROT_WRITE) = 0
newfstatat(AT_FDCWD, "/gnu/store/2s5is3kdgjw5hfga155k5l1s14r6xi7n-shepherd-0.10.2/share/guile/site/3.0/srfi/srfi-6.scm", 0x7ffda4de88b0, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/2s5is3kdgjw5hfga155k5l1s14r6xi7n-shepherd-0.10.2/share/guile/site/3.0/srfi/srfi-6", 0x7ffda4de88b0, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/h4nsywbhn8b4qyh40fhykk3q40qkr3wd-guile-fibers-1.3.1/share/guile/site/3.0/srfi/srfi-6.scm", 0x7ffda4de88b0, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/h4nsywbhn8b4qyh40fhykk3q40qkr3wd-guile-fibers-1.3.1/share/guile/site/3.0/srfi/srfi-6", 0x7ffda4de88b0, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/home/voroskoi/.guix-home/profile/share/guile/site/3.0/srfi/srfi-6.scm", 0x7ffda4de88b0, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/home/voroskoi/.guix-home/profile/share/guile/site/3.0/srfi/srfi-6", 0x7ffda4de88b0, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/run/current-system/profile/share/guile/site/3.0/srfi/srfi-6.scm", 0x7ffda4de88b0, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/run/current-system/profile/share/guile/site/3.0/srfi/srfi-6", 0x7ffda4de88b0, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/n24l8hxn6nvb7lz7zjlyd7i05khrm0i4-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/2s5is3kdgjw5hfga155k5l1s14r6xi7n-shepherd-0.10.2/lib/guile/3.0/site-ccache/srfi/srfi-6.go", 0x7ffda4de8630, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/h4nsywbhn8b4qyh40fhykk3q40qkr3wd-guile-fibers-1.3.1/lib/guile/3.0/site-ccache/srfi/srfi-6.go", 0x7ffda4de8630, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/home/voroskoi/.guix-home/profile/lib/guile/3.0/site-ccache/srfi/srfi-6.go", 0x7ffda4de8630, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/home/voroskoi/.guix-home/profile/share/guile/site/3.0/srfi/srfi-6.go", 0x7ffda4de8630, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/run/current-system/profile/lib/guile/3.0/site-ccache/srfi/srfi-6.go", 0x7ffda4de8630, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/run/current-system/profile/share/guile/site/3.0/srfi/srfi-6.go", 0x7ffda4de8630, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/n24l8hxn6nvb7lz7zjlyd7i05khrm0i4-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/n24l8hxn6nvb7lz7zjlyd7i05khrm0i4-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) = 0x7f42bc428000
close(10)                               = 0
mprotect(0x7f42bc438000, 640, PROT_READ|PROT_WRITE) = 0
newfstatat(AT_FDCWD, "/gnu/store/2s5is3kdgjw5hfga155k5l1s14r6xi7n-shepherd-0.10.2/share/guile/site/3.0/srfi/srfi-8.scm", 0x7ffda4de88b0, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/2s5is3kdgjw5hfga155k5l1s14r6xi7n-shepherd-0.10.2/share/guile/site/3.0/srfi/srfi-8", 0x7ffda4de88b0, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/h4nsywbhn8b4qyh40fhykk3q40qkr3wd-guile-fibers-1.3.1/share/guile/site/3.0/srfi/srfi-8.scm", 0x7ffda4de88b0, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/h4nsywbhn8b4qyh40fhykk3q40qkr3wd-guile-fibers-1.3.1/share/guile/site/3.0/srfi/srfi-8", 0x7ffda4de88b0, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/home/voroskoi/.guix-home/profile/share/guile/site/3.0/srfi/srfi-8.scm", 0x7ffda4de88b0, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/home/voroskoi/.guix-home/profile/share/guile/site/3.0/srfi/srfi-8", 0x7ffda4de88b0, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/run/current-system/profile/share/guile/site/3.0/srfi/srfi-8.scm", 0x7ffda4de88b0, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/run/current-system/profile/share/guile/site/3.0/srfi/srfi-8", 0x7ffda4de88b0, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/n24l8hxn6nvb7lz7zjlyd7i05khrm0i4-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/2s5is3kdgjw5hfga155k5l1s14r6xi7n-shepherd-0.10.2/lib/guile/3.0/site-ccache/srfi/srfi-8.go", 0x7ffda4de8630, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/h4nsywbhn8b4qyh40fhykk3q40qkr3wd-guile-fibers-1.3.1/lib/guile/3.0/site-ccache/srfi/srfi-8.go", 0x7ffda4de8630, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/home/voroskoi/.guix-home/profile/lib/guile/3.0/site-ccache/srfi/srfi-8.go", 0x7ffda4de8630, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/home/voroskoi/.guix-home/profile/share/guile/site/3.0/srfi/srfi-8.go", 0x7ffda4de8630, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/run/current-system/profile/lib/guile/3.0/site-ccache/srfi/srfi-8.go", 0x7ffda4de8630, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/run/current-system/profile/share/guile/site/3.0/srfi/srfi-8.go", 0x7ffda4de8630, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/n24l8hxn6nvb7lz7zjlyd7i05khrm0i4-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/n24l8hxn6nvb7lz7zjlyd7i05khrm0i4-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) = 0x7f42bc417000
close(10)                               = 0
mprotect(0x7f42bc427000, 704, PROT_READ|PROT_WRITE) = 0
newfstatat(AT_FDCWD, "/gnu/store/2s5is3kdgjw5hfga155k5l1s14r6xi7n-shepherd-0.10.2/share/guile/site/3.0/ice-9/receive.scm", 0x7ffda4de85b0, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/2s5is3kdgjw5hfga155k5l1s14r6xi7n-shepherd-0.10.2/share/guile/site/3.0/ice-9/receive", 0x7ffda4de85b0, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/h4nsywbhn8b4qyh40fhykk3q40qkr3wd-guile-fibers-1.3.1/share/guile/site/3.0/ice-9/receive.scm", 0x7ffda4de85b0, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/h4nsywbhn8b4qyh40fhykk3q40qkr3wd-guile-fibers-1.3.1/share/guile/site/3.0/ice-9/receive", 0x7ffda4de85b0, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/home/voroskoi/.guix-home/profile/share/guile/site/3.0/ice-9/receive.scm", 0x7ffda4de85b0, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/home/voroskoi/.guix-home/profile/share/guile/site/3.0/ice-9/receive", 0x7ffda4de85b0, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/run/current-system/profile/share/guile/site/3.0/ice-9/receive.scm", 0x7ffda4de85b0, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/run/current-system/profile/share/guile/site/3.0/ice-9/receive", 0x7ffda4de85b0, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/n24l8hxn6nvb7lz7zjlyd7i05khrm0i4-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/2s5is3kdgjw5hfga155k5l1s14r6xi7n-shepherd-0.10.2/lib/guile/3.0/site-ccache/ice-9/receive.go", 0x7ffda4de8330, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/h4nsywbhn8b4qyh40fhykk3q40qkr3wd-guile-fibers-1.3.1/lib/guile/3.0/site-ccache/ice-9/receive.go", 0x7ffda4de8330, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/home/voroskoi/.guix-home/profile/lib/guile/3.0/site-ccache/ice-9/receive.go", 0x7ffda4de8330, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/home/voroskoi/.guix-home/profile/share/guile/site/3.0/ice-9/receive.go", 0x7ffda4de8330, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/run/current-system/profile/lib/guile/3.0/site-ccache/ice-9/receive.go", 0x7ffda4de8330, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/run/current-system/profile/share/guile/site/3.0/ice-9/receive.go", 0x7ffda4de8330, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/n24l8hxn6nvb7lz7zjlyd7i05khrm0i4-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/n24l8hxn6nvb7lz7zjlyd7i05khrm0i4-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) = 0x7f42bc405000
close(10)                               = 0
mprotect(0x7f42bc415000, 2464, PROT_READ|PROT_WRITE) = 0
mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f42c4e7a000
munmap(0x7f42c4ee6000, 4096)            = 0
newfstatat(AT_FDCWD, "/gnu/store/2s5is3kdgjw5hfga155k5l1s14r6xi7n-shepherd-0.10.2/share/guile/site/3.0/ice-9/i18n.scm", 0x7ffda4de8870, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/2s5is3kdgjw5hfga155k5l1s14r6xi7n-shepherd-0.10.2/share/guile/site/3.0/ice-9/i18n", 0x7ffda4de8870, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/h4nsywbhn8b4qyh40fhykk3q40qkr3wd-guile-fibers-1.3.1/share/guile/site/3.0/ice-9/i18n.scm", 0x7ffda4de8870, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/h4nsywbhn8b4qyh40fhykk3q40qkr3wd-guile-fibers-1.3.1/share/guile/site/3.0/ice-9/i18n", 0x7ffda4de8870, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/home/voroskoi/.guix-home/profile/share/guile/site/3.0/ice-9/i18n.scm", 0x7ffda4de8870, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/home/voroskoi/.guix-home/profile/share/guile/site/3.0/ice-9/i18n", 0x7ffda4de8870, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/run/current-system/profile/share/guile/site/3.0/ice-9/i18n.scm", 0x7ffda4de8870, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/run/current-system/profile/share/guile/site/3.0/ice-9/i18n", 0x7ffda4de8870, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/n24l8hxn6nvb7lz7zjlyd7i05khrm0i4-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/2s5is3kdgjw5hfga155k5l1s14r6xi7n-shepherd-0.10.2/lib/guile/3.0/site-ccache/ice-9/i18n.go", 0x7ffda4de85f0, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/h4nsywbhn8b4qyh40fhykk3q40qkr3wd-guile-fibers-1.3.1/lib/guile/3.0/site-ccache/ice-9/i18n.go", 0x7ffda4de85f0, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/home/voroskoi/.guix-home/profile/lib/guile/3.0/site-ccache/ice-9/i18n.go", 0x7ffda4de85f0, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/home/voroskoi/.guix-home/profile/share/guile/site/3.0/ice-9/i18n.go", 0x7ffda4de85f0, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/run/current-system/profile/lib/guile/3.0/site-ccache/ice-9/i18n.go", 0x7ffda4de85f0, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/run/current-system/profile/share/guile/site/3.0/ice-9/i18n.go", 0x7ffda4de85f0, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/n24l8hxn6nvb7lz7zjlyd7i05khrm0i4-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/n24l8hxn6nvb7lz7zjlyd7i05khrm0i4-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) = 0x7f42bc3eb000
close(10)                               = 0
mprotect(0x7f42bc3fb000, 14968, PROT_READ|PROT_WRITE) = 0
newfstatat(AT_FDCWD, "/gnu/store/2s5is3kdgjw5hfga155k5l1s14r6xi7n-shepherd-0.10.2/share/guile/site/3.0/ice-9/optargs.scm", 0x7ffda4de8530, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/2s5is3kdgjw5hfga155k5l1s14r6xi7n-shepherd-0.10.2/share/guile/site/3.0/ice-9/optargs", 0x7ffda4de8530, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/h4nsywbhn8b4qyh40fhykk3q40qkr3wd-guile-fibers-1.3.1/share/guile/site/3.0/ice-9/optargs.scm", 0x7ffda4de8530, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/h4nsywbhn8b4qyh40fhykk3q40qkr3wd-guile-fibers-1.3.1/share/guile/site/3.0/ice-9/optargs", 0x7ffda4de8530, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/home/voroskoi/.guix-home/profile/share/guile/site/3.0/ice-9/optargs.scm", 0x7ffda4de8530, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/home/voroskoi/.guix-home/profile/share/guile/site/3.0/ice-9/optargs", 0x7ffda4de8530, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/run/current-system/profile/share/guile/site/3.0/ice-9/optargs.scm", 0x7ffda4de8530, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/run/current-system/profile/share/guile/site/3.0/ice-9/optargs", 0x7ffda4de8530, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/n24l8hxn6nvb7lz7zjlyd7i05khrm0i4-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/2s5is3kdgjw5hfga155k5l1s14r6xi7n-shepherd-0.10.2/lib/guile/3.0/site-ccache/ice-9/optargs.go", 0x7ffda4de82b0, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/h4nsywbhn8b4qyh40fhykk3q40qkr3wd-guile-fibers-1.3.1/lib/guile/3.0/site-ccache/ice-9/optargs.go", 0x7ffda4de82b0, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/home/voroskoi/.guix-home/profile/lib/guile/3.0/site-ccache/ice-9/optargs.go", 0x7ffda4de82b0, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/home/voroskoi/.guix-home/profile/share/guile/site/3.0/ice-9/optargs.go", 0x7ffda4de82b0, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/run/current-system/profile/lib/guile/3.0/site-ccache/ice-9/optargs.go", 0x7ffda4de82b0, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/run/current-system/profile/share/guile/site/3.0/ice-9/optargs.go", 0x7ffda4de82b0, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/n24l8hxn6nvb7lz7zjlyd7i05khrm0i4-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/n24l8hxn6nvb7lz7zjlyd7i05khrm0i4-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) = 0x7f42bc3d3000
close(10)                               = 0
mprotect(0x7f42bc3e3000, 19376, PROT_READ|PROT_WRITE) = 0
newfstatat(AT_FDCWD, "/gnu/store/2s5is3kdgjw5hfga155k5l1s14r6xi7n-shepherd-0.10.2/share/guile/site/3.0/system/base/pmatch.scm", 0x7ffda4de81f0, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/2s5is3kdgjw5hfga155k5l1s14r6xi7n-shepherd-0.10.2/share/guile/site/3.0/system/base/pmatch", 0x7ffda4de81f0, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/h4nsywbhn8b4qyh40fhykk3q40qkr3wd-guile-fibers-1.3.1/share/guile/site/3.0/system/base/pmatch.scm", 0x7ffda4de81f0, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/h4nsywbhn8b4qyh40fhykk3q40qkr3wd-guile-fibers-1.3.1/share/guile/site/3.0/system/base/pmatch", 0x7ffda4de81f0, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/home/voroskoi/.guix-home/profile/share/guile/site/3.0/system/base/pmatch.scm", 0x7ffda4de81f0, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/home/voroskoi/.guix-home/profile/share/guile/site/3.0/system/base/pmatch", 0x7ffda4de81f0, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/run/current-system/profile/share/guile/site/3.0/system/base/pmatch.scm", 0x7ffda4de81f0, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/run/current-system/profile/share/guile/site/3.0/system/base/pmatch", 0x7ffda4de81f0, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/n24l8hxn6nvb7lz7zjlyd7i05khrm0i4-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/2s5is3kdgjw5hfga155k5l1s14r6xi7n-shepherd-0.10.2/lib/guile/3.0/site-ccache/system/base/pmatch.go", 0x7ffda4de7f70, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/h4nsywbhn8b4qyh40fhykk3q40qkr3wd-guile-fibers-1.3.1/lib/guile/3.0/site-ccache/system/base/pmatch.go", 0x7ffda4de7f70, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/home/voroskoi/.guix-home/profile/lib/guile/3.0/site-ccache/system/base/pmatch.go", 0x7ffda4de7f70, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/home/voroskoi/.guix-home/profile/share/guile/site/3.0/system/base/pmatch.go", 0x7ffda4de7f70, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/run/current-system/profile/lib/guile/3.0/site-ccache/system/base/pmatch.go", 0x7ffda4de7f70, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/run/current-system/profile/share/guile/site/3.0/system/base/pmatch.go", 0x7ffda4de7f70, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/n24l8hxn6nvb7lz7zjlyd7i05khrm0i4-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/n24l8hxn6nvb7lz7zjlyd7i05khrm0i4-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) = 0x7f42bc3bf000
close(10)                               = 0
mprotect(0x7f42bc3cf000, 12240, PROT_READ|PROT_WRITE) = 0
mmap(NULL, 262144, PROT_READ|PROT_WRITE|PROT_EXEC, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f42bc37f000
newfstatat(AT_FDCWD, "/gnu/store/2s5is3kdgjw5hfga155k5l1s14r6xi7n-shepherd-0.10.2/share/guile/site/3.0/srfi/srfi-26.scm", 0x7ffda4de8b70, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/2s5is3kdgjw5hfga155k5l1s14r6xi7n-shepherd-0.10.2/share/guile/site/3.0/srfi/srfi-26", 0x7ffda4de8b70, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/h4nsywbhn8b4qyh40fhykk3q40qkr3wd-guile-fibers-1.3.1/share/guile/site/3.0/srfi/srfi-26.scm", 0x7ffda4de8b70, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/h4nsywbhn8b4qyh40fhykk3q40qkr3wd-guile-fibers-1.3.1/share/guile/site/3.0/srfi/srfi-26", 0x7ffda4de8b70, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/home/voroskoi/.guix-home/profile/share/guile/site/3.0/srfi/srfi-26.scm", 0x7ffda4de8b70, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/home/voroskoi/.guix-home/profile/share/guile/site/3.0/srfi/srfi-26", 0x7ffda4de8b70, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/run/current-system/profile/share/guile/site/3.0/srfi/srfi-26.scm", 0x7ffda4de8b70, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/run/current-system/profile/share/guile/site/3.0/srfi/srfi-26", 0x7ffda4de8b70, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/n24l8hxn6nvb7lz7zjlyd7i05khrm0i4-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/2s5is3kdgjw5hfga155k5l1s14r6xi7n-shepherd-0.10.2/lib/guile/3.0/site-ccache/srfi/srfi-26.go", 0x7ffda4de88f0, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/h4nsywbhn8b4qyh40fhykk3q40qkr3wd-guile-fibers-1.3.1/lib/guile/3.0/site-ccache/srfi/srfi-26.go", 0x7ffda4de88f0, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/home/voroskoi/.guix-home/profile/lib/guile/3.0/site-ccache/srfi/srfi-26.go", 0x7ffda4de88f0, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/home/voroskoi/.guix-home/profile/share/guile/site/3.0/srfi/srfi-26.go", 0x7ffda4de88f0, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/run/current-system/profile/lib/guile/3.0/site-ccache/srfi/srfi-26.go", 0x7ffda4de88f0, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/run/current-system/profile/share/guile/site/3.0/srfi/srfi-26.go", 0x7ffda4de88f0, 0) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/gnu/store/n24l8hxn6nvb7lz7zjlyd7i05khrm0i4-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/n24l8hxn6nvb7lz7zjlyd7i05khrm0i4-guile-3.0.9/lib/guile/3.0/ccache/srfi/srfi-26.go", O_RDONLY|O_CLOEXEC) = 10
lseek(10, 0, SEEK_END)                  = 77197
mmap(NULL, 77197, PROT_READ, MAP_PRIVATE, 10, 0) = 0x7f42bc36c000
close(10)                               = 0
mprotect(0x7f42bc37c000, 6848, PROT_READ|PROT_WRITE) = 0
newfstatat(1, "", {st_mode=S_IFCHR|0620, st_rdev=makedev(0x88, 0x3), ...}, AT_EMPTY_PATH) = 0
newfstatat(2, "", {st_mode=S_IFCHR|0620, st_rdev=makedev(0x88, 0x3), ...}, AT_EMPTY_PATH) = 0
openat(AT_FDCWD, "/gnu/store/2s5is3kdgjw5hfga155k5l1s14r6xi7n-shepherd-0.10.2/share/locale/en_US.utf8/LC_MESSAGES/shepherd.mo", O_RDONLY) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/gnu/store/2s5is3kdgjw5hfga155k5l1s14r6xi7n-shepherd-0.10.2/share/locale/en_US/LC_MESSAGES/shepherd.mo", O_RDONLY) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/gnu/store/2s5is3kdgjw5hfga155k5l1s14r6xi7n-shepherd-0.10.2/share/locale/en.utf8/LC_MESSAGES/shepherd.mo", O_RDONLY) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/gnu/store/2s5is3kdgjw5hfga155k5l1s14r6xi7n-shepherd-0.10.2/share/locale/en/LC_MESSAGES/shepherd.mo", O_RDONLY) = -1 ENOENT (No such file or directory)
socket(AF_UNIX, SOCK_STREAM, 0)         = 10
connect(10, {sa_family=AF_UNIX, sun_path="/run/user/1000/shepherd/socket"}, 32) = 0
getcwd("/home/voroskoi", 100)           = 15
write(10, "(shepherd-command (version 0) (a"..., 108) = 108
read(10, 




Information forwarded to bug-guix <at> gnu.org:
bug#67230; Package guix. (Thu, 14 Dec 2023 22:57:02 GMT) Full text and rfc822 format available.

Message #8 received at 67230 <at> debbugs.gnu.org (full text, mbox):

From: "Timo Wilken" <guix <at> twilken.net>
To: <67538 <at> debbugs.gnu.org>, <67230 <at> debbugs.gnu.org>, <65178 <at> debbugs.gnu.org>
Cc: Attila Lendvai <attila <at> lendvai.name>
Subject: Re: Shepherd stops responding during "guix system reconfigure"
Date: Thu, 14 Dec 2023 23:55:47 +0100
After a bit of searching, it looks like 67538, 67230 and 65178 may be the same
issue.

Attila Lendvai wrote:
> > > my suspicion is that it's due to some error coming from a start
> > > GEXP that somehow derails shepherd's event loop.
> >
> > iirc I once managed to get a debugger out when it happened and it's
> > stuck waiting in one of the epoll/select/alike calls,
>
> ...or one of the start/stop GEXP's calls something that (sometimes?) blocks
> indefinitely (which violates the API of shepherd).

Same symptoms here again.

For context: this time I was trying to deploy some OCI/Docker containers using
Guix' `oci-container-service-type', specifically a Shepherd service called
"conduit". My code is here:

https://cgit.twilken.net/dotfiles/log/?h=matrix-containers

(Specifically, commits bf94f7872a1df293bd904bbd2c1ef7229f4f98a8 and
c87dcdae79c6266ac3dac70af08fbef5eb21629b.)

This is with Guix commit 1b2505217cf222d98cc960b8510660976a01cfa1.

I first ran "guix system reconfigure -L . tw/system/lud.scm" with commit
bf94f7872a1df293bd904bbd2c1ef7229f4f98a8, which had a bug (an env var was
wrong, so the container failed to start). This worked as expected in that
Shepherd tried to start the service, which failed, so Shepherd disabled it.

Then, I fixed the env var and re-ran "guix system reconfigure -L .
tw/system/lud.scm" with commit c87dcdae79c6266ac3dac70af08fbef5eb21629b.
Shepherd loaded the new "conduit" service fine, as far as I can tell, but
didn't restart it because it was still disabled.

I then enabled and started the service manually. Enabling worked fine, but on
start, I got no terminal output from Shepherd, and it hung.

I still had an error in my setup (directory permissions were wrong), and I got
a message in /var/log/messages to that effect:

--8<---------------cut here---------------start------------->8---
Dec 14 21:33:50 localhost shepherd[1]: Service conduit is currently disabled. 
Dec 14 21:34:04 localhost shepherd[1]: Enabled service conduit. 
Dec 14 21:34:07 localhost shepherd[1]: Starting service user-homes... 
Dec 14 21:34:07 localhost shepherd[1]: Service user-homes has been started. 
Dec 14 21:34:07 localhost shepherd[1]: Service user-homes started. 
Dec 14 21:34:07 localhost shepherd[1]: Service user-homes running with value #t. 
Dec 14 21:34:07 localhost shepherd[1]: Starting service conduit... 
Dec 14 21:34:07 localhost shepherd[1]: Service conduit has been started. 
Dec 14 21:34:07 localhost shepherd[1]: Service conduit started. 
Dec 14 21:34:07 localhost shepherd[1]: Service conduit running with value 13226. 
Dec 14 21:34:07 localhost shepherd[1]: [docker] conduit: [...] "IO error: While open a file for appending: /var/lib/matrix-conduit/LOG: Permission denied"
--8<---------------cut here---------------end--------------->8---

...showing that Shepherd had at least tried to start the new container. The
container is not running, though (due to the error shown above), and nothing
with PID 13226 is running.

The "herd start conduit" command did not return, and ^C-ing it did not help.
Afterwards, every "herd" command also hung without any output.

Here are the last four lines of the output of "sudo strace -s1000 herd status"
on such a hung machine:

--8<---------------cut here---------------start------------->8---
connect(10, {sa_family=AF_UNIX, sun_path="/var/run/shepherd/socket"}, 26) = 0
getcwd("/home/timo", 100)               = 11
write(10, "(shepherd-command (version 0) (action status) (service root) (arguments ()) (directory \"/home/timo\"))", 101) = 101
read(10,
--8<---------------cut here---------------end--------------->8---

The "read(10, " call never completes.

At least in this case, Shepherd still seems to be processing inbound inet
connections, so I can open new SSH connections to the machine.

Attaching to PID 1 with strace shows it is stuck in "epoll_wait(13, "
(unsurprisingly, fd 13 points to "anon_inode:[eventpoll]"). Here's a backtrace
of all threads in "gdb -p 1":

--8<---------------cut here---------------start------------->8---
(gdb) info threads
  Id   Target Id                                     Frame 
* 1    Thread 0x7f786544c380 (LWP 1) "shepherd"      0x00007f7865552626 in epoll_wait ()
   from /gnu/store/ln6hxqjvz6m9gdd9s97pivlqck7hzs99-glibc-2.35/lib/libc.so.6
  2    Thread 0x7f7864e16640 (LWP 186) "GC-marker-0" 0x00007f78654cf16a in __futex_abstimed_wait_common ()
   from /gnu/store/ln6hxqjvz6m9gdd9s97pivlqck7hzs99-glibc-2.35/lib/libc.so.6
  3    Thread 0x7f7864615640 (LWP 187) "GC-marker-1" 0x00007f78654cf16a in __futex_abstimed_wait_common ()
   from /gnu/store/ln6hxqjvz6m9gdd9s97pivlqck7hzs99-glibc-2.35/lib/libc.so.6
  4    Thread 0x7f7863e14640 (LWP 188) "GC-marker-2" 0x00007f78654cf16a in __futex_abstimed_wait_common ()
   from /gnu/store/ln6hxqjvz6m9gdd9s97pivlqck7hzs99-glibc-2.35/lib/libc.so.6
  5    Thread 0x7f78634c6640 (LWP 190) "shepherd"    0x00007f786554300c in read ()
   from /gnu/store/ln6hxqjvz6m9gdd9s97pivlqck7hzs99-glibc-2.35/lib/libc.so.6
(gdb) thread apply all bt

Thread 5 (Thread 0x7f78634c6640 (LWP 190) "shepherd"):
#0  0x00007f786554300c in read () from /gnu/store/ln6hxqjvz6m9gdd9s97pivlqck7hzs99-glibc-2.35/lib/libc.so.6
#1  0x00007f7865a48cc7 in ?? () from /gnu/store/n24l8hxn6nvb7lz7zjlyd7i05khrm0i4-guile-3.0.9/lib/libguile-3.0.so.1
#2  0x00007f78659427d1 in ?? () from /gnu/store/k1ha4n9v8d7myiiszvl2ic7xnb56l219-libgc-8.2.2/lib/libgc.so.1
#3  0x00007f786594438c in ?? () from /gnu/store/k1ha4n9v8d7myiiszvl2ic7xnb56l219-libgc-8.2.2/lib/libgc.so.1
#4  0x00007f786594e83c in GC_do_blocking () from /gnu/store/k1ha4n9v8d7myiiszvl2ic7xnb56l219-libgc-8.2.2/lib/libgc.so.1
#5  0x00007f7865a65455 in scm_without_guile () from /gnu/store/n24l8hxn6nvb7lz7zjlyd7i05khrm0i4-guile-3.0.9/lib/libguile-3.0.so.1
#6  0x00007f7865a4d570 in ?? () from /gnu/store/n24l8hxn6nvb7lz7zjlyd7i05khrm0i4-guile-3.0.9/lib/libguile-3.0.so.1
#7  0x00007f7865a71390 in ?? () from /gnu/store/n24l8hxn6nvb7lz7zjlyd7i05khrm0i4-guile-3.0.9/lib/libguile-3.0.so.1
#8  0x00007f7865a7edb5 in scm_call_n () from /gnu/store/n24l8hxn6nvb7lz7zjlyd7i05khrm0i4-guile-3.0.9/lib/libguile-3.0.so.1
#9  0x00007f78659e5b3e in scm_call_with_unblocked_asyncs () from /gnu/store/n24l8hxn6nvb7lz7zjlyd7i05khrm0i4-guile-3.0.9/lib/libguile-3.0.so.1
#10 0x00007f7865a71390 in ?? () from /gnu/store/n24l8hxn6nvb7lz7zjlyd7i05khrm0i4-guile-3.0.9/lib/libguile-3.0.so.1
#11 0x00007f7865a7edb5 in scm_call_n () from /gnu/store/n24l8hxn6nvb7lz7zjlyd7i05khrm0i4-guile-3.0.9/lib/libguile-3.0.so.1
#12 0x00007f7865a6b0f3 in ?? () from /gnu/store/n24l8hxn6nvb7lz7zjlyd7i05khrm0i4-guile-3.0.9/lib/libguile-3.0.so.1
#13 0x00007f78659e7e1a in ?? () from /gnu/store/n24l8hxn6nvb7lz7zjlyd7i05khrm0i4-guile-3.0.9/lib/libguile-3.0.so.1
#14 0x00007f7865a71390 in ?? () from /gnu/store/n24l8hxn6nvb7lz7zjlyd7i05khrm0i4-guile-3.0.9/lib/libguile-3.0.so.1
#15 0x00007f7865a7edb5 in scm_call_n () from /gnu/store/n24l8hxn6nvb7lz7zjlyd7i05khrm0i4-guile-3.0.9/lib/libguile-3.0.so.1
#16 0x00007f78659e95ca in scm_call_2 () from /gnu/store/n24l8hxn6nvb7lz7zjlyd7i05khrm0i4-guile-3.0.9/lib/libguile-3.0.so.1
#17 0x00007f7865a90092 in ?? () from /gnu/store/n24l8hxn6nvb7lz7zjlyd7i05khrm0i4-guile-3.0.9/lib/libguile-3.0.so.1
#18 0x00007f7865a6be1f in scm_c_catch () from /gnu/store/n24l8hxn6nvb7lz7zjlyd7i05khrm0i4-guile-3.0.9/lib/libguile-3.0.so.1
#19 0x00007f78659ea396 in scm_c_with_continuation_barrier () from /gnu/store/n24l8hxn6nvb7lz7zjlyd7i05khrm0i4-guile-3.0.9/lib/libguile-3.0.so.1
#20 0x00007f7865a6b049 in ?? () from /gnu/store/n24l8hxn6nvb7lz7zjlyd7i05khrm0i4-guile-3.0.9/lib/libguile-3.0.so.1
#21 0x00007f786594e7fa in GC_call_with_stack_base () from /gnu/store/k1ha4n9v8d7myiiszvl2ic7xnb56l219-libgc-8.2.2/lib/libgc.so.1
#22 0x00007f7865a64c5d in ?? () from /gnu/store/n24l8hxn6nvb7lz7zjlyd7i05khrm0i4-guile-3.0.9/lib/libguile-3.0.so.1
#23 0x00007f78654d23aa in start_thread () from /gnu/store/ln6hxqjvz6m9gdd9s97pivlqck7hzs99-glibc-2.35/lib/libc.so.6
#24 0x00007f7865552f7c in clone3 () from /gnu/store/ln6hxqjvz6m9gdd9s97pivlqck7hzs99-glibc-2.35/lib/libc.so.6

Thread 4 (Thread 0x7f7863e14640 (LWP 188) "GC-marker-2"):
#0  0x00007f78654cf16a in __futex_abstimed_wait_common () from /gnu/store/ln6hxqjvz6m9gdd9s97pivlqck7hzs99-glibc-2.35/lib/libc.so.6
#1  0x00007f78654d17e8 in pthread_cond_wait@@GLIBC_2.3.2 () from /gnu/store/ln6hxqjvz6m9gdd9s97pivlqck7hzs99-glibc-2.35/lib/libc.so.6
#2  0x00007f7865948740 in ?? () from /gnu/store/k1ha4n9v8d7myiiszvl2ic7xnb56l219-libgc-8.2.2/lib/libgc.so.1
#3  0x00007f7865948897 in ?? () from /gnu/store/k1ha4n9v8d7myiiszvl2ic7xnb56l219-libgc-8.2.2/lib/libgc.so.1
#4  0x00007f78654d23aa in start_thread () from /gnu/store/ln6hxqjvz6m9gdd9s97pivlqck7hzs99-glibc-2.35/lib/libc.so.6
#5  0x00007f7865552f7c in clone3 () from /gnu/store/ln6hxqjvz6m9gdd9s97pivlqck7hzs99-glibc-2.35/lib/libc.so.6

Thread 3 (Thread 0x7f7864615640 (LWP 187) "GC-marker-1"):
#0  0x00007f78654cf16a in __futex_abstimed_wait_common () from /gnu/store/ln6hxqjvz6m9gdd9s97pivlqck7hzs99-glibc-2.35/lib/libc.so.6
#1  0x00007f78654d17e8 in pthread_cond_wait@@GLIBC_2.3.2 () from /gnu/store/ln6hxqjvz6m9gdd9s97pivlqck7hzs99-glibc-2.35/lib/libc.so.6
#2  0x00007f7865948740 in ?? () from /gnu/store/k1ha4n9v8d7myiiszvl2ic7xnb56l219-libgc-8.2.2/lib/libgc.so.1
#3  0x00007f7865948897 in ?? () from /gnu/store/k1ha4n9v8d7myiiszvl2ic7xnb56l219-libgc-8.2.2/lib/libgc.so.1
#4  0x00007f78654d23aa in start_thread () from /gnu/store/ln6hxqjvz6m9gdd9s97pivlqck7hzs99-glibc-2.35/lib/libc.so.6
#5  0x00007f7865552f7c in clone3 () from /gnu/store/ln6hxqjvz6m9gdd9s97pivlqck7hzs99-glibc-2.35/lib/libc.so.6

Thread 2 (Thread 0x7f7864e16640 (LWP 186) "GC-marker-0"):
#0  0x00007f78654cf16a in __futex_abstimed_wait_common () from /gnu/store/ln6hxqjvz6m9gdd9s97pivlqck7hzs99-glibc-2.35/lib/libc.so.6
#1  0x00007f78654d17e8 in pthread_cond_wait@@GLIBC_2.3.2 () from /gnu/store/ln6hxqjvz6m9gdd9s97pivlqck7hzs99-glibc-2.35/lib/libc.so.6
#2  0x00007f7865948740 in ?? () from /gnu/store/k1ha4n9v8d7myiiszvl2ic7xnb56l219-libgc-8.2.2/lib/libgc.so.1
#3  0x00007f7865948897 in ?? () from /gnu/store/k1ha4n9v8d7myiiszvl2ic7xnb56l219-libgc-8.2.2/lib/libgc.so.1
#4  0x00007f78654d23aa in start_thread () from /gnu/store/ln6hxqjvz6m9gdd9s97pivlqck7hzs99-glibc-2.35/lib/libc.so.6
#5  0x00007f7865552f7c in clone3 () from /gnu/store/ln6hxqjvz6m9gdd9s97pivlqck7hzs99-glibc-2.35/lib/libc.so.6

Thread 1 (Thread 0x7f786544c380 (LWP 1) "shepherd"):
#0  0x00007f7865552626 in epoll_wait () from /gnu/store/ln6hxqjvz6m9gdd9s97pivlqck7hzs99-glibc-2.35/lib/libc.so.6
#1  0x00007f7862bb9335 in ?? () from /gnu/store/h4nsywbhn8b4qyh40fhykk3q40qkr3wd-guile-fibers-1.3.1/lib/guile/3.0/extensions/fibers-epoll.so
#2  0x00007f78659427d1 in ?? () from /gnu/store/k1ha4n9v8d7myiiszvl2ic7xnb56l219-libgc-8.2.2/lib/libgc.so.1
#3  0x00007f786594438c in ?? () from /gnu/store/k1ha4n9v8d7myiiszvl2ic7xnb56l219-libgc-8.2.2/lib/libgc.so.1
#4  0x00007f786594e83c in GC_do_blocking () from /gnu/store/k1ha4n9v8d7myiiszvl2ic7xnb56l219-libgc-8.2.2/lib/libgc.so.1
#5  0x00007f7865a65455 in scm_without_guile () from /gnu/store/n24l8hxn6nvb7lz7zjlyd7i05khrm0i4-guile-3.0.9/lib/libguile-3.0.so.1
#6  0x00007f7862bb96ce in ?? () from /gnu/store/h4nsywbhn8b4qyh40fhykk3q40qkr3wd-guile-fibers-1.3.1/lib/guile/3.0/extensions/fibers-epoll.so
#7  0x00007f78606246c2 in ?? ()
#8  0x00007f78620ba628 in ?? ()
#9  0x00007f7860627610 in ?? ()
#10 0x00007f786520ad80 in ?? ()
#11 0x00007f7865a14edc in ?? () from /gnu/store/n24l8hxn6nvb7lz7zjlyd7i05khrm0i4-guile-3.0.9/lib/libguile-3.0.so.1
#12 0x00007f7865a71215 in ?? () from /gnu/store/n24l8hxn6nvb7lz7zjlyd7i05khrm0i4-guile-3.0.9/lib/libguile-3.0.so.1
#13 0x00007f7865a7edb5 in scm_call_n () from /gnu/store/n24l8hxn6nvb7lz7zjlyd7i05khrm0i4-guile-3.0.9/lib/libguile-3.0.so.1
#14 0x00007f78659e9977 in scm_primitive_eval () from /gnu/store/n24l8hxn6nvb7lz7zjlyd7i05khrm0i4-guile-3.0.9/lib/libguile-3.0.so.1
#15 0x00007f7865a1dff9 in scm_primitive_load () from /gnu/store/n24l8hxn6nvb7lz7zjlyd7i05khrm0i4-guile-3.0.9/lib/libguile-3.0.so.1
#16 0x00007f7865a71390 in ?? () from /gnu/store/n24l8hxn6nvb7lz7zjlyd7i05khrm0i4-guile-3.0.9/lib/libguile-3.0.so.1
#17 0x00007f7865a7edb5 in scm_call_n () from /gnu/store/n24l8hxn6nvb7lz7zjlyd7i05khrm0i4-guile-3.0.9/lib/libguile-3.0.so.1
#18 0x00007f78659e9977 in scm_primitive_eval () from /gnu/store/n24l8hxn6nvb7lz7zjlyd7i05khrm0i4-guile-3.0.9/lib/libguile-3.0.so.1
#19 0x00007f78659ef846 in scm_eval () from /gnu/store/n24l8hxn6nvb7lz7zjlyd7i05khrm0i4-guile-3.0.9/lib/libguile-3.0.so.1
#20 0x00007f7865a4e3e6 in scm_shell () from /gnu/store/n24l8hxn6nvb7lz7zjlyd7i05khrm0i4-guile-3.0.9/lib/libguile-3.0.so.1
#21 0x00007f7865a008cc in ?? () from /gnu/store/n24l8hxn6nvb7lz7zjlyd7i05khrm0i4-guile-3.0.9/lib/libguile-3.0.so.1
#22 0x00007f78659e7e1a in ?? () from /gnu/store/n24l8hxn6nvb7lz7zjlyd7i05khrm0i4-guile-3.0.9/lib/libguile-3.0.so.1
#23 0x00007f7865a71390 in ?? () from /gnu/store/n24l8hxn6nvb7lz7zjlyd7i05khrm0i4-guile-3.0.9/lib/libguile-3.0.so.1
#24 0x00007f7865a7edb5 in scm_call_n () from /gnu/store/n24l8hxn6nvb7lz7zjlyd7i05khrm0i4-guile-3.0.9/lib/libguile-3.0.so.1
#25 0x00007f78659e95ca in scm_call_2 () from /gnu/store/n24l8hxn6nvb7lz7zjlyd7i05khrm0i4-guile-3.0.9/lib/libguile-3.0.so.1
#26 0x00007f7865a90092 in ?? () from /gnu/store/n24l8hxn6nvb7lz7zjlyd7i05khrm0i4-guile-3.0.9/lib/libguile-3.0.so.1
#27 0x00007f7865a6be1f in scm_c_catch () from /gnu/store/n24l8hxn6nvb7lz7zjlyd7i05khrm0i4-guile-3.0.9/lib/libguile-3.0.so.1
#28 0x00007f78659ea396 in scm_c_with_continuation_barrier () from /gnu/store/n24l8hxn6nvb7lz7zjlyd7i05khrm0i4-guile-3.0.9/lib/libguile-3.0.so.1
#29 0x00007f7865a6b049 in ?? () from /gnu/store/n24l8hxn6nvb7lz7zjlyd7i05khrm0i4-guile-3.0.9/lib/libguile-3.0.so.1
#30 0x00007f786594e7fa in GC_call_with_stack_base () from /gnu/store/k1ha4n9v8d7myiiszvl2ic7xnb56l219-libgc-8.2.2/lib/libgc.so.1
#31 0x00007f7865a653f8 in scm_with_guile () from /gnu/store/n24l8hxn6nvb7lz7zjlyd7i05khrm0i4-guile-3.0.9/lib/libguile-3.0.so.1
#32 0x00007f7865a098e5 in scm_boot_guile () from /gnu/store/n24l8hxn6nvb7lz7zjlyd7i05khrm0i4-guile-3.0.9/lib/libguile-3.0.so.1
#33 0x00000000004010f7 in ?? ()
#34 0x00007f78654761f7 in __libc_start_call_main () from /gnu/store/ln6hxqjvz6m9gdd9s97pivlqck7hzs99-glibc-2.35/lib/libc.so.6
#35 0x00007f78654762ac in __libc_start_main_impl () from /gnu/store/ln6hxqjvz6m9gdd9s97pivlqck7hzs99-glibc-2.35/lib/libc.so.6
#36 0x0000000000401171 in ?? ()
--8<---------------cut here---------------end--------------->8---

Unrelatedly, I also have another Shepherd on a different machine that became
stuck after I ran a bunch of "guix system reconfigure" commands. The
backtraces there, if it helps:

--8<---------------cut here---------------start------------->8---
(gdb) info threads 
  Id   Target Id                                     Frame 
* 1    Thread 0x7ffaceef2380 (LWP 1) "shepherd"      0x00007fface938626 in epoll_wait ()
   from /gnu/store/ln6hxqjvz6m9gdd9s97pivlqck7hzs99-glibc-2.35/lib/libc.so.6
  2    Thread 0x7fface1aa640 (LWP 231) "GC-marker-0" 0x00007fface8b516a in __futex_abstimed_wait_common ()
   from /gnu/store/ln6hxqjvz6m9gdd9s97pivlqck7hzs99-glibc-2.35/lib/libc.so.6
  3    Thread 0x7ffacd9a9640 (LWP 232) "GC-marker-1" 0x00007fface8b516a in __futex_abstimed_wait_common ()
   from /gnu/store/ln6hxqjvz6m9gdd9s97pivlqck7hzs99-glibc-2.35/lib/libc.so.6
  4    Thread 0x7ffacd1a8640 (LWP 233) "GC-marker-2" 0x00007fface8b516a in __futex_abstimed_wait_common ()
   from /gnu/store/ln6hxqjvz6m9gdd9s97pivlqck7hzs99-glibc-2.35/lib/libc.so.6
  5    Thread 0x7ffacc9a7640 (LWP 234) "GC-marker-3" 0x00007fface8b516a in __futex_abstimed_wait_common ()
   from /gnu/store/ln6hxqjvz6m9gdd9s97pivlqck7hzs99-glibc-2.35/lib/libc.so.6
  6    Thread 0x7ffacc1a6640 (LWP 235) "GC-marker-4" 0x00007fface8b516a in __futex_abstimed_wait_common ()
   from /gnu/store/ln6hxqjvz6m9gdd9s97pivlqck7hzs99-glibc-2.35/lib/libc.so.6
  7    Thread 0x7ffacb9a5640 (LWP 236) "GC-marker-5" 0x00007fface8b516a in __futex_abstimed_wait_common ()
   from /gnu/store/ln6hxqjvz6m9gdd9s97pivlqck7hzs99-glibc-2.35/lib/libc.so.6
  8    Thread 0x7ffacb1a4640 (LWP 237) "GC-marker-6" 0x00007fface8b516a in __futex_abstimed_wait_common ()
   from /gnu/store/ln6hxqjvz6m9gdd9s97pivlqck7hzs99-glibc-2.35/lib/libc.so.6
  9    Thread 0x7ffaca832640 (LWP 249) "shepherd"    0x00007fface92900c in read ()
   from /gnu/store/ln6hxqjvz6m9gdd9s97pivlqck7hzs99-glibc-2.35/lib/libc.so.6
  10   Thread 0x7ffac89ca640 (LWP 26693) "shepherd"  0x00007fface92900c in read ()
   from /gnu/store/ln6hxqjvz6m9gdd9s97pivlqck7hzs99-glibc-2.35/lib/libc.so.6
(gdb) thread apply all bt

Thread 10 (Thread 0x7ffac89ca640 (LWP 26693) "shepherd"):
#0  0x00007fface92900c in read () from /gnu/store/ln6hxqjvz6m9gdd9s97pivlqck7hzs99-glibc-2.35/lib/libc.so.6
#1  0x00007ffacedf0e57 in ?? () from /gnu/store/n24l8hxn6nvb7lz7zjlyd7i05khrm0i4-guile-3.0.9/lib/libguile-3.0.so.1
#2  0x00007ffaced3c7d1 in ?? () from /gnu/store/k1ha4n9v8d7myiiszvl2ic7xnb56l219-libgc-8.2.2/lib/libgc.so.1
#3  0x00007ffaced3e38c in ?? () from /gnu/store/k1ha4n9v8d7myiiszvl2ic7xnb56l219-libgc-8.2.2/lib/libgc.so.1
#4  0x00007ffaced4883c in GC_do_blocking () from /gnu/store/k1ha4n9v8d7myiiszvl2ic7xnb56l219-libgc-8.2.2/lib/libgc.so.1
#5  0x00007ffacee62455 in scm_without_guile () from /gnu/store/n24l8hxn6nvb7lz7zjlyd7i05khrm0i4-guile-3.0.9/lib/libguile-3.0.so.1
#6  0x00007ffacedf903d in ?? () from /gnu/store/n24l8hxn6nvb7lz7zjlyd7i05khrm0i4-guile-3.0.9/lib/libguile-3.0.so.1
#7  0x00007ffacede4e1a in ?? () from /gnu/store/n24l8hxn6nvb7lz7zjlyd7i05khrm0i4-guile-3.0.9/lib/libguile-3.0.so.1
#8  0x00007ffac6832022 in ?? ()
#9  0x00007fface4d97f0 in ?? ()
#10 0x00007ffac94766c0 in ?? ()
#11 0x00007fface5f4b40 in ?? ()
#12 0x00007ffacee11edc in ?? () from /gnu/store/n24l8hxn6nvb7lz7zjlyd7i05khrm0i4-guile-3.0.9/lib/libguile-3.0.so.1
#13 0x00007ffacee6e215 in ?? () from /gnu/store/n24l8hxn6nvb7lz7zjlyd7i05khrm0i4-guile-3.0.9/lib/libguile-3.0.so.1
#14 0x00007ffacee7bdb5 in scm_call_n () from /gnu/store/n24l8hxn6nvb7lz7zjlyd7i05khrm0i4-guile-3.0.9/lib/libguile-3.0.so.1
#15 0x00007ffacede65ca in scm_call_2 () from /gnu/store/n24l8hxn6nvb7lz7zjlyd7i05khrm0i4-guile-3.0.9/lib/libguile-3.0.so.1
#16 0x00007ffacee8d092 in ?? () from /gnu/store/n24l8hxn6nvb7lz7zjlyd7i05khrm0i4-guile-3.0.9/lib/libguile-3.0.so.1
#17 0x00007ffacee68e1f in scm_c_catch () from /gnu/store/n24l8hxn6nvb7lz7zjlyd7i05khrm0i4-guile-3.0.9/lib/libguile-3.0.so.1
#18 0x00007ffacede7396 in scm_c_with_continuation_barrier () from /gnu/store/n24l8hxn6nvb7lz7zjlyd7i05khrm0i4-guile-3.0.9/lib/libguile-3.0.so.1
#19 0x00007ffacee68049 in ?? () from /gnu/store/n24l8hxn6nvb7lz7zjlyd7i05khrm0i4-guile-3.0.9/lib/libguile-3.0.so.1
#20 0x00007ffaced487fa in GC_call_with_stack_base () from /gnu/store/k1ha4n9v8d7myiiszvl2ic7xnb56l219-libgc-8.2.2/lib/libgc.so.1
#21 0x00007ffacee623f8 in scm_with_guile () from /gnu/store/n24l8hxn6nvb7lz7zjlyd7i05khrm0i4-guile-3.0.9/lib/libguile-3.0.so.1
#22 0x00007fface8b83aa in start_thread () from /gnu/store/ln6hxqjvz6m9gdd9s97pivlqck7hzs99-glibc-2.35/lib/libc.so.6
#23 0x00007fface938f7c in clone3 () from /gnu/store/ln6hxqjvz6m9gdd9s97pivlqck7hzs99-glibc-2.35/lib/libc.so.6

Thread 9 (Thread 0x7ffaca832640 (LWP 249) "shepherd"):
#0  0x00007fface92900c in read () from /gnu/store/ln6hxqjvz6m9gdd9s97pivlqck7hzs99-glibc-2.35/lib/libc.so.6
#1  0x00007ffacee45cc7 in ?? () from /gnu/store/n24l8hxn6nvb7lz7zjlyd7i05khrm0i4-guile-3.0.9/lib/libguile-3.0.so.1
#2  0x00007ffaced3c7d1 in ?? () from /gnu/store/k1ha4n9v8d7myiiszvl2ic7xnb56l219-libgc-8.2.2/lib/libgc.so.1
#3  0x00007ffaced3e38c in ?? () from /gnu/store/k1ha4n9v8d7myiiszvl2ic7xnb56l219-libgc-8.2.2/lib/libgc.so.1
#4  0x00007ffaced4883c in GC_do_blocking () from /gnu/store/k1ha4n9v8d7myiiszvl2ic7xnb56l219-libgc-8.2.2/lib/libgc.so.1
#5  0x00007ffacee62455 in scm_without_guile () from /gnu/store/n24l8hxn6nvb7lz7zjlyd7i05khrm0i4-guile-3.0.9/lib/libguile-3.0.so.1
#6  0x00007ffacee4a570 in ?? () from /gnu/store/n24l8hxn6nvb7lz7zjlyd7i05khrm0i4-guile-3.0.9/lib/libguile-3.0.so.1
#7  0x00007ffacee6e390 in ?? () from /gnu/store/n24l8hxn6nvb7lz7zjlyd7i05khrm0i4-guile-3.0.9/lib/libguile-3.0.so.1
#8  0x00007ffacee7bdb5 in scm_call_n () from /gnu/store/n24l8hxn6nvb7lz7zjlyd7i05khrm0i4-guile-3.0.9/lib/libguile-3.0.so.1
#9  0x00007ffacede2b3e in scm_call_with_unblocked_asyncs () from /gnu/store/n24l8hxn6nvb7lz7zjlyd7i05khrm0i4-guile-3.0.9/lib/libguile-3.0.so.1
#10 0x00007ffacee6e390 in ?? () from /gnu/store/n24l8hxn6nvb7lz7zjlyd7i05khrm0i4-guile-3.0.9/lib/libguile-3.0.so.1
#11 0x00007ffacee7bdb5 in scm_call_n () from /gnu/store/n24l8hxn6nvb7lz7zjlyd7i05khrm0i4-guile-3.0.9/lib/libguile-3.0.so.1
#12 0x00007ffacee680f3 in ?? () from /gnu/store/n24l8hxn6nvb7lz7zjlyd7i05khrm0i4-guile-3.0.9/lib/libguile-3.0.so.1
#13 0x00007ffacede4e1a in ?? () from /gnu/store/n24l8hxn6nvb7lz7zjlyd7i05khrm0i4-guile-3.0.9/lib/libguile-3.0.so.1
#14 0x00007ffacee6e390 in ?? () from /gnu/store/n24l8hxn6nvb7lz7zjlyd7i05khrm0i4-guile-3.0.9/lib/libguile-3.0.so.1
#15 0x00007ffacee7bdb5 in scm_call_n () from /gnu/store/n24l8hxn6nvb7lz7zjlyd7i05khrm0i4-guile-3.0.9/lib/libguile-3.0.so.1
#16 0x00007ffacede65ca in scm_call_2 () from /gnu/store/n24l8hxn6nvb7lz7zjlyd7i05khrm0i4-guile-3.0.9/lib/libguile-3.0.so.1
#17 0x00007ffacee8d092 in ?? () from /gnu/store/n24l8hxn6nvb7lz7zjlyd7i05khrm0i4-guile-3.0.9/lib/libguile-3.0.so.1
#18 0x00007ffacee68e1f in scm_c_catch () from /gnu/store/n24l8hxn6nvb7lz7zjlyd7i05khrm0i4-guile-3.0.9/lib/libguile-3.0.so.1
#19 0x00007ffacede7396 in scm_c_with_continuation_barrier () from /gnu/store/n24l8hxn6nvb7lz7zjlyd7i05khrm0i4-guile-3.0.9/lib/libguile-3.0.so.1
#20 0x00007ffacee68049 in ?? () from /gnu/store/n24l8hxn6nvb7lz7zjlyd7i05khrm0i4-guile-3.0.9/lib/libguile-3.0.so.1
#21 0x00007ffaced487fa in GC_call_with_stack_base () from /gnu/store/k1ha4n9v8d7myiiszvl2ic7xnb56l219-libgc-8.2.2/lib/libgc.so.1
#22 0x00007ffacee61c5d in ?? () from /gnu/store/n24l8hxn6nvb7lz7zjlyd7i05khrm0i4-guile-3.0.9/lib/libguile-3.0.so.1
#23 0x00007fface8b83aa in start_thread () from /gnu/store/ln6hxqjvz6m9gdd9s97pivlqck7hzs99-glibc-2.35/lib/libc.so.6
#24 0x00007fface938f7c in clone3 () from /gnu/store/ln6hxqjvz6m9gdd9s97pivlqck7hzs99-glibc-2.35/lib/libc.so.6

Thread 8 (Thread 0x7ffacb1a4640 (LWP 237) "GC-marker-6"):
#0  0x00007fface8b516a in __futex_abstimed_wait_common () from /gnu/store/ln6hxqjvz6m9gdd9s97pivlqck7hzs99-glibc-2.35/lib/libc.so.6
#1  0x00007fface8b77e8 in pthread_cond_wait@@GLIBC_2.3.2 () from /gnu/store/ln6hxqjvz6m9gdd9s97pivlqck7hzs99-glibc-2.35/lib/libc.so.6
#2  0x00007ffaced42740 in ?? () from /gnu/store/k1ha4n9v8d7myiiszvl2ic7xnb56l219-libgc-8.2.2/lib/libgc.so.1
#3  0x00007ffaced42897 in ?? () from /gnu/store/k1ha4n9v8d7myiiszvl2ic7xnb56l219-libgc-8.2.2/lib/libgc.so.1
#4  0x00007fface8b83aa in start_thread () from /gnu/store/ln6hxqjvz6m9gdd9s97pivlqck7hzs99-glibc-2.35/lib/libc.so.6
#5  0x00007fface938f7c in clone3 () from /gnu/store/ln6hxqjvz6m9gdd9s97pivlqck7hzs99-glibc-2.35/lib/libc.so.6

Thread 7 (Thread 0x7ffacb9a5640 (LWP 236) "GC-marker-5"):
#0  0x00007fface8b516a in __futex_abstimed_wait_common () from /gnu/store/ln6hxqjvz6m9gdd9s97pivlqck7hzs99-glibc-2.35/lib/libc.so.6
#1  0x00007fface8b77e8 in pthread_cond_wait@@GLIBC_2.3.2 () from /gnu/store/ln6hxqjvz6m9gdd9s97pivlqck7hzs99-glibc-2.35/lib/libc.so.6
--Type <RET> for more, q to quit, c to continue without paging--c
#2  0x00007ffaced42740 in ?? () from /gnu/store/k1ha4n9v8d7myiiszvl2ic7xnb56l219-libgc-8.2.2/lib/libgc.so.1
#3  0x00007ffaced42897 in ?? () from /gnu/store/k1ha4n9v8d7myiiszvl2ic7xnb56l219-libgc-8.2.2/lib/libgc.so.1
#4  0x00007fface8b83aa in start_thread () from /gnu/store/ln6hxqjvz6m9gdd9s97pivlqck7hzs99-glibc-2.35/lib/libc.so.6
#5  0x00007fface938f7c in clone3 () from /gnu/store/ln6hxqjvz6m9gdd9s97pivlqck7hzs99-glibc-2.35/lib/libc.so.6

Thread 6 (Thread 0x7ffacc1a6640 (LWP 235) "GC-marker-4"):
#0  0x00007fface8b516a in __futex_abstimed_wait_common () from /gnu/store/ln6hxqjvz6m9gdd9s97pivlqck7hzs99-glibc-2.35/lib/libc.so.6
#1  0x00007fface8b77e8 in pthread_cond_wait@@GLIBC_2.3.2 () from /gnu/store/ln6hxqjvz6m9gdd9s97pivlqck7hzs99-glibc-2.35/lib/libc.so.6
#2  0x00007ffaced42740 in ?? () from /gnu/store/k1ha4n9v8d7myiiszvl2ic7xnb56l219-libgc-8.2.2/lib/libgc.so.1
#3  0x00007ffaced42897 in ?? () from /gnu/store/k1ha4n9v8d7myiiszvl2ic7xnb56l219-libgc-8.2.2/lib/libgc.so.1
#4  0x00007fface8b83aa in start_thread () from /gnu/store/ln6hxqjvz6m9gdd9s97pivlqck7hzs99-glibc-2.35/lib/libc.so.6
#5  0x00007fface938f7c in clone3 () from /gnu/store/ln6hxqjvz6m9gdd9s97pivlqck7hzs99-glibc-2.35/lib/libc.so.6

Thread 5 (Thread 0x7ffacc9a7640 (LWP 234) "GC-marker-3"):
#0  0x00007fface8b516a in __futex_abstimed_wait_common () from /gnu/store/ln6hxqjvz6m9gdd9s97pivlqck7hzs99-glibc-2.35/lib/libc.so.6
#1  0x00007fface8b77e8 in pthread_cond_wait@@GLIBC_2.3.2 () from /gnu/store/ln6hxqjvz6m9gdd9s97pivlqck7hzs99-glibc-2.35/lib/libc.so.6
#2  0x00007ffaced42740 in ?? () from /gnu/store/k1ha4n9v8d7myiiszvl2ic7xnb56l219-libgc-8.2.2/lib/libgc.so.1
#3  0x00007ffaced42897 in ?? () from /gnu/store/k1ha4n9v8d7myiiszvl2ic7xnb56l219-libgc-8.2.2/lib/libgc.so.1
#4  0x00007fface8b83aa in start_thread () from /gnu/store/ln6hxqjvz6m9gdd9s97pivlqck7hzs99-glibc-2.35/lib/libc.so.6
#5  0x00007fface938f7c in clone3 () from /gnu/store/ln6hxqjvz6m9gdd9s97pivlqck7hzs99-glibc-2.35/lib/libc.so.6

Thread 4 (Thread 0x7ffacd1a8640 (LWP 233) "GC-marker-2"):
#0  0x00007fface8b516a in __futex_abstimed_wait_common () from /gnu/store/ln6hxqjvz6m9gdd9s97pivlqck7hzs99-glibc-2.35/lib/libc.so.6
#1  0x00007fface8b77e8 in pthread_cond_wait@@GLIBC_2.3.2 () from /gnu/store/ln6hxqjvz6m9gdd9s97pivlqck7hzs99-glibc-2.35/lib/libc.so.6
#2  0x00007ffaced42740 in ?? () from /gnu/store/k1ha4n9v8d7myiiszvl2ic7xnb56l219-libgc-8.2.2/lib/libgc.so.1
#3  0x00007ffaced42897 in ?? () from /gnu/store/k1ha4n9v8d7myiiszvl2ic7xnb56l219-libgc-8.2.2/lib/libgc.so.1
#4  0x00007fface8b83aa in start_thread () from /gnu/store/ln6hxqjvz6m9gdd9s97pivlqck7hzs99-glibc-2.35/lib/libc.so.6
#5  0x00007fface938f7c in clone3 () from /gnu/store/ln6hxqjvz6m9gdd9s97pivlqck7hzs99-glibc-2.35/lib/libc.so.6

Thread 3 (Thread 0x7ffacd9a9640 (LWP 232) "GC-marker-1"):
#0  0x00007fface8b516a in __futex_abstimed_wait_common () from /gnu/store/ln6hxqjvz6m9gdd9s97pivlqck7hzs99-glibc-2.35/lib/libc.so.6
#1  0x00007fface8b77e8 in pthread_cond_wait@@GLIBC_2.3.2 () from /gnu/store/ln6hxqjvz6m9gdd9s97pivlqck7hzs99-glibc-2.35/lib/libc.so.6
#2  0x00007ffaced42740 in ?? () from /gnu/store/k1ha4n9v8d7myiiszvl2ic7xnb56l219-libgc-8.2.2/lib/libgc.so.1
#3  0x00007ffaced42897 in ?? () from /gnu/store/k1ha4n9v8d7myiiszvl2ic7xnb56l219-libgc-8.2.2/lib/libgc.so.1
#4  0x00007fface8b83aa in start_thread () from /gnu/store/ln6hxqjvz6m9gdd9s97pivlqck7hzs99-glibc-2.35/lib/libc.so.6
#5  0x00007fface938f7c in clone3 () from /gnu/store/ln6hxqjvz6m9gdd9s97pivlqck7hzs99-glibc-2.35/lib/libc.so.6

Thread 2 (Thread 0x7fface1aa640 (LWP 231) "GC-marker-0"):
#0  0x00007fface8b516a in __futex_abstimed_wait_common () from /gnu/store/ln6hxqjvz6m9gdd9s97pivlqck7hzs99-glibc-2.35/lib/libc.so.6
#1  0x00007fface8b77e8 in pthread_cond_wait@@GLIBC_2.3.2 () from /gnu/store/ln6hxqjvz6m9gdd9s97pivlqck7hzs99-glibc-2.35/lib/libc.so.6
#2  0x00007ffaced42740 in ?? () from /gnu/store/k1ha4n9v8d7myiiszvl2ic7xnb56l219-libgc-8.2.2/lib/libgc.so.1
#3  0x00007ffaced42897 in ?? () from /gnu/store/k1ha4n9v8d7myiiszvl2ic7xnb56l219-libgc-8.2.2/lib/libgc.so.1
#4  0x00007fface8b83aa in start_thread () from /gnu/store/ln6hxqjvz6m9gdd9s97pivlqck7hzs99-glibc-2.35/lib/libc.so.6
#5  0x00007fface938f7c in clone3 () from /gnu/store/ln6hxqjvz6m9gdd9s97pivlqck7hzs99-glibc-2.35/lib/libc.so.6

Thread 1 (Thread 0x7ffaceef2380 (LWP 1) "shepherd"):
#0  0x00007fface938626 in epoll_wait () from /gnu/store/ln6hxqjvz6m9gdd9s97pivlqck7hzs99-glibc-2.35/lib/libc.so.6
#1  0x00007ffac9efc335 in ?? () from /gnu/store/h4nsywbhn8b4qyh40fhykk3q40qkr3wd-guile-fibers-1.3.1/lib/guile/3.0/extensions/fibers-epoll.so
#2  0x00007ffaced3c7d1 in ?? () from /gnu/store/k1ha4n9v8d7myiiszvl2ic7xnb56l219-libgc-8.2.2/lib/libgc.so.1
#3  0x00007ffaced3e38c in ?? () from /gnu/store/k1ha4n9v8d7myiiszvl2ic7xnb56l219-libgc-8.2.2/lib/libgc.so.1
#4  0x00007ffaced4883c in GC_do_blocking () from /gnu/store/k1ha4n9v8d7myiiszvl2ic7xnb56l219-libgc-8.2.2/lib/libgc.so.1
#5  0x00007ffacee62455 in scm_without_guile () from /gnu/store/n24l8hxn6nvb7lz7zjlyd7i05khrm0i4-guile-3.0.9/lib/libguile-3.0.so.1
#6  0x00007ffac9efc6ce in ?? () from /gnu/store/h4nsywbhn8b4qyh40fhykk3q40qkr3wd-guile-fibers-1.3.1/lib/guile/3.0/extensions/fibers-epoll.so
#7  0x00007ffac76416c2 in ?? ()
#8  0x00007ffac934f594 in ?? ()
#9  0x00007ffac9476d83 in ?? ()
#10 0x00007fface5f4d80 in ?? ()
#11 0x00007ffacee11edc in ?? () from /gnu/store/n24l8hxn6nvb7lz7zjlyd7i05khrm0i4-guile-3.0.9/lib/libguile-3.0.so.1
#12 0x00007ffacee6e652 in ?? () from /gnu/store/n24l8hxn6nvb7lz7zjlyd7i05khrm0i4-guile-3.0.9/lib/libguile-3.0.so.1
#13 0x00007ffacee7bdb5 in scm_call_n () from /gnu/store/n24l8hxn6nvb7lz7zjlyd7i05khrm0i4-guile-3.0.9/lib/libguile-3.0.so.1
#14 0x00007ffacede6977 in scm_primitive_eval () from /gnu/store/n24l8hxn6nvb7lz7zjlyd7i05khrm0i4-guile-3.0.9/lib/libguile-3.0.so.1
#15 0x00007ffacee1aff9 in scm_primitive_load () from /gnu/store/n24l8hxn6nvb7lz7zjlyd7i05khrm0i4-guile-3.0.9/lib/libguile-3.0.so.1
#16 0x00007ffacee6e390 in ?? () from /gnu/store/n24l8hxn6nvb7lz7zjlyd7i05khrm0i4-guile-3.0.9/lib/libguile-3.0.so.1
#17 0x00007ffacee7bdb5 in scm_call_n () from /gnu/store/n24l8hxn6nvb7lz7zjlyd7i05khrm0i4-guile-3.0.9/lib/libguile-3.0.so.1
#18 0x00007ffacede6977 in scm_primitive_eval () from /gnu/store/n24l8hxn6nvb7lz7zjlyd7i05khrm0i4-guile-3.0.9/lib/libguile-3.0.so.1
#19 0x00007ffacedec846 in scm_eval () from /gnu/store/n24l8hxn6nvb7lz7zjlyd7i05khrm0i4-guile-3.0.9/lib/libguile-3.0.so.1
#20 0x00007ffacee4b3e6 in scm_shell () from /gnu/store/n24l8hxn6nvb7lz7zjlyd7i05khrm0i4-guile-3.0.9/lib/libguile-3.0.so.1
#21 0x00007ffacedfd8cc in ?? () from /gnu/store/n24l8hxn6nvb7lz7zjlyd7i05khrm0i4-guile-3.0.9/lib/libguile-3.0.so.1
#22 0x00007ffacede4e1a in ?? () from /gnu/store/n24l8hxn6nvb7lz7zjlyd7i05khrm0i4-guile-3.0.9/lib/libguile-3.0.so.1
#23 0x00007ffacee6e390 in ?? () from /gnu/store/n24l8hxn6nvb7lz7zjlyd7i05khrm0i4-guile-3.0.9/lib/libguile-3.0.so.1
#24 0x00007ffacee7bdb5 in scm_call_n () from /gnu/store/n24l8hxn6nvb7lz7zjlyd7i05khrm0i4-guile-3.0.9/lib/libguile-3.0.so.1
#25 0x00007ffacede65ca in scm_call_2 () from /gnu/store/n24l8hxn6nvb7lz7zjlyd7i05khrm0i4-guile-3.0.9/lib/libguile-3.0.so.1
#26 0x00007ffacee8d092 in ?? () from /gnu/store/n24l8hxn6nvb7lz7zjlyd7i05khrm0i4-guile-3.0.9/lib/libguile-3.0.so.1
#27 0x00007ffacee68e1f in scm_c_catch () from /gnu/store/n24l8hxn6nvb7lz7zjlyd7i05khrm0i4-guile-3.0.9/lib/libguile-3.0.so.1
#28 0x00007ffacede7396 in scm_c_with_continuation_barrier () from /gnu/store/n24l8hxn6nvb7lz7zjlyd7i05khrm0i4-guile-3.0.9/lib/libguile-3.0.so.1
#29 0x00007ffacee68049 in ?? () from /gnu/store/n24l8hxn6nvb7lz7zjlyd7i05khrm0i4-guile-3.0.9/lib/libguile-3.0.so.1
#30 0x00007ffaced487fa in GC_call_with_stack_base () from /gnu/store/k1ha4n9v8d7myiiszvl2ic7xnb56l219-libgc-8.2.2/lib/libgc.so.1
#31 0x00007ffacee623f8 in scm_with_guile () from /gnu/store/n24l8hxn6nvb7lz7zjlyd7i05khrm0i4-guile-3.0.9/lib/libguile-3.0.so.1
#32 0x00007ffacee068e5 in scm_boot_guile () from /gnu/store/n24l8hxn6nvb7lz7zjlyd7i05khrm0i4-guile-3.0.9/lib/libguile-3.0.so.1
#33 0x00000000004010f7 in ?? ()
#34 0x00007fface85c1f7 in __libc_start_call_main () from /gnu/store/ln6hxqjvz6m9gdd9s97pivlqck7hzs99-glibc-2.35/lib/libc.so.6
#35 0x00007fface85c2ac in __libc_start_main_impl () from /gnu/store/ln6hxqjvz6m9gdd9s97pivlqck7hzs99-glibc-2.35/lib/libc.so.6
#36 0x0000000000401171 in ?? ()
--8<---------------cut here---------------end--------------->8---




Information forwarded to bug-guix <at> gnu.org:
bug#67230; Package guix. (Fri, 15 Dec 2023 19:49:02 GMT) Full text and rfc822 format available.

Message #11 received at 67230 <at> debbugs.gnu.org (full text, mbox):

From: Attila Lendvai <attila <at> lendvai.name>
To: Timo Wilken <guix <at> twilken.net>
Cc: 67538 <at> debbugs.gnu.org, 67230 <at> debbugs.gnu.org, 65178 <at> debbugs.gnu.org
Subject: Re: Shepherd stops responding during "guix system reconfigure"
Date: Fri, 15 Dec 2023 19:47:43 +0000
i think i have found the root cause of this, as documented here: https://issues.guix.gnu.org/67839

that issue contains patches for shepherd to reproduce it in its test suite.

-- 
• attila lendvai
• PGP: 963F 5D5F 45C7 DFCD 0A39
--
“What divides libertarians from everybody else is not a belief about rights or what rights people have, because the judgments libertarians make about the state are the same as the judgments almost everyone makes about private agents. So it's not that we believe in rights that other people don't believe in, or that other people believe in rights that we don't believe in. It's that other people think the state is exempt from the moral principles that apply to non-government agents.”
	— Michael Huemer





Information forwarded to bug-guix <at> gnu.org:
bug#67230; Package guix. (Fri, 15 Dec 2023 20:34:02 GMT) Full text and rfc822 format available.

Message #14 received at 67230 <at> debbugs.gnu.org (full text, mbox):

From: "Timo Wilken" <guix <at> twilken.net>
To: "Attila Lendvai" <attila <at> lendvai.name>
Cc: 67538 <at> debbugs.gnu.org, 67230 <at> debbugs.gnu.org, 67839 <at> debbugs.gnu.org,
 65178 <at> debbugs.gnu.org
Subject: Re: Shepherd stops responding during "guix system reconfigure"
Date: Fri, 15 Dec 2023 21:33:15 +0100
On Fri Dec 15, 2023 at 8:47 PM CET, Attila Lendvai wrote:
> i think i have found the root cause of this, as documented here: https://issues.guix.gnu.org/67839
>
> that issue contains patches for shepherd to reproduce it in its test suite.

Thank you very much for this, Attila!

Are the patch in 67839 and/or your branch "attila" linked from there in a
state that I could test them locally? Would it be valuable to you if I ran a
patched Shepherd and sent logs and/or backtraces as I encountered them?




Information forwarded to bug-guix <at> gnu.org:
bug#67230; Package guix. (Fri, 15 Dec 2023 21:25:04 GMT) Full text and rfc822 format available.

Message #17 received at 67230 <at> debbugs.gnu.org (full text, mbox):

From: Attila Lendvai <attila <at> lendvai.name>
To: Timo Wilken <guix <at> twilken.net>
Cc: 67538 <at> debbugs.gnu.org, 67230 <at> debbugs.gnu.org, 67839 <at> debbugs.gnu.org,
 65178 <at> debbugs.gnu.org
Subject: Re: Shepherd stops responding during "guix system reconfigure"
Date: Fri, 15 Dec 2023 21:24:15 +0000
> Thank you very much for this, Attila!


you're welcome! :)


> Are the patch in 67839 and/or your branch "attila" linked from there in a
> state that I could test them locally? Would it be valuable to you if I ran a
> patched Shepherd and sent logs and/or backtraces as I encountered them?


it's nice of you, but not really. now that we have a failing test case in shepherd's unit tests that can reproduce it much easier.

with #67839 you would only get you an extra "Assertion failed" message over master, without much useful output.

as for my branch, it would emit a lot of useful log, including backtraces, but i keep force-pushing into it. i'm running my servers with it, though, so if you feel really adventurous, and want to join the debugging, then you can try... otherwise it's too much in flux.

what we need to focus on now is making shepherd's test suite run clean again, one way or another. then i can test it in a real life environment, and report back with any possible findings.

-- 
• attila lendvai
• PGP: 963F 5D5F 45C7 DFCD 0A39
--
“Ignorance might be bliss for the ignorant, but for the rest of us it's a fucking pain in the ass.”
	— Ricky Gervais





Information forwarded to bug-guix <at> gnu.org:
bug#67230; Package guix. (Tue, 19 Dec 2023 23:01:03 GMT) Full text and rfc822 format available.

Message #20 received at 67230 <at> debbugs.gnu.org (full text, mbox):

From: Ludovic Courtès <ludo <at> gnu.org>
To: Attila Lendvai <attila <at> lendvai.name>
Cc: 65419 <at> debbugs.gnu.org, 67538 <at> debbugs.gnu.org, 67230 <at> debbugs.gnu.org,
 65178 <at> debbugs.gnu.org, Timo Wilken <guix <at> twilken.net>
Subject: Re: bug#65419: [Shepherd] Non-responding service control fiber
Date: Wed, 20 Dec 2023 00:00:36 +0100
Hello,

Attila Lendvai <attila <at> lendvai.name> skribis:

> i think i have found the root cause of this, as documented here: https://issues.guix.gnu.org/67839
>
> that issue contains patches for shepherd to reproduce it in its test suite.

Yes, it looks like this long-standing and hard-to-debug issue may well
be fixed now, thumbs up Attila!!

We have accumulated quite a few fixes by now so I think I’ll release
0.10.3 hopefully in 2023 and otherwise soon after.

Thanks,
Ludo’.




bug closed, send any further explanations to 67230 <at> debbugs.gnu.org and VÖRÖSKŐI András <voroskoi <at> gmail.com> Request was from Ludovic Courtès <ludo <at> gnu.org> to control <at> debbugs.gnu.org. (Wed, 20 Mar 2024 18:09:03 GMT) Full text and rfc822 format available.

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Thu, 18 Apr 2024 11:26:25 GMT) Full text and rfc822 format available.

This bug report was last modified 1 year and 23 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.