Package: systemd-timesyncd
Version: 249.7-1
Severity: normal
Tags: upstream
Hi,
I noticed that it took a while for the network to become available after my
laptop wakes up from suspend.
I traced the problem to systemd-timesyncd.
I use dhcpcd5, which ships /lib/dhcpcd/dhcpcd-hooks/64-timesyncd.conf, which
contains the line "systemctl try-restart systemd-timesyncd.service || :".
During this try-restart operation, a timesyncd process is started and hangs
for several seconds in D state for each nfs mountpoint that is unreachable.
(I'm attaching an strace log; the nfs server also exports
nfs-mountpoint-2/subdir to this client separately, so technically that's
nfs-mountpoint-3.)
dhcpcd5 doesn't continue setting up the network before the hook script
returns, but without the network, the hook script takes a long time to
finish.
I don't see why timesyncd has to try to openat() a directory on every
mountpoint. I assume this is due to some generic code it pulls in from maybe
libsystemd; if it can't be avoided, perhaps timesyncd should be started in a
restricted mount namespace that doesn't contain anything but the (local)
mountpoints it absolutely needs to function. (This would be desirable anyway
from a security perspective.) I'm not sure if this can also be done for
try-restart, though.
AndrĂ¡s
-- System Information:
Debian Release: bookworm/sid
APT prefers stable-security
APT policy: (500, 'stable-security'), (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386
Kernel: Linux 5.14.15-pf8-luna (SMP w/8 CPU threads; PREEMPT)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_WARN, TAINT_OOT_MODULE,
TAINT_UNSIGNED_MODULE
Locale: LANG=en_US.UTF-8, LC_CTYPE=hu_HU.UTF-8 (charmap=UTF-8),
LANGUAGE=en_US.UTF-8
Shell: /bin/sh linked to /usr/bin/bash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled
--
Good documentation is not written to satisfy a quota specified in cubic feet.
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000020>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000022>
read(3</proc/63713/mountinfo>, "REDACTED", 1024) = 18 <0.000006>
read(3</proc/63713/mountinfo>, "REDACTED", 1024) = 0 <0.000006>
openat(AT_FDCWD, "/run/systemd/unit-root/run/credentials",
O_RDONLY|O_NOFOLLOW|O_CLOEXEC|O_PATH) =
4</run/systemd/unit-root/run/credentials> <0.000018>
mount(NULL, "/proc/self/fd/4", NULL,
MS_RDONLY|MS_NOSUID|MS_NODEV|MS_NOEXEC|MS_REMOUNT|MS_BIND, NULL) = 0 <0.000011>
close(4</run/systemd/unit-root/run/credentials>) = 0 <0.000008>
lseek(3</proc/63713/mountinfo>, 0, SEEK_SET) = 0 <0.000006>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000029>
lstat("/proc", {st_mode=S_IFDIR|0555, st_size=0, ...}) = 0 <0.000008>
lstat("/proc/self", {st_mode=S_IFLNK|0777, st_size=0, ...}) = 0 <0.000006>
readlink("/proc/self", "63713", 4095) = 5 <0.000006>
lstat("/proc/63713", {st_mode=S_IFDIR|0555, st_size=0, ...}) = 0 <0.000006>
lstat("/proc/63713/mountinfo", {st_mode=S_IFREG|0444, st_size=0, ...}) = 0
<0.000005>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000017>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000017>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000023>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000025>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000017>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000018>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000014>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000015>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000016>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000012>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000015>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000013>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000012>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000014>
read(3</proc/63713/mountinfo>, "REDACTED", 1024) = 18 <0.000005>
read(3</proc/63713/mountinfo>, "REDACTED", 1024) = 0 <0.000005>
lseek(3</proc/63713/mountinfo>, 0, SEEK_SET) = 0 <0.000005>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000018>
lstat("/proc", {st_mode=S_IFDIR|0555, st_size=0, ...}) = 0 <0.000006>
lstat("/proc/self", {st_mode=S_IFLNK|0777, st_size=0, ...}) = 0 <0.000005>
readlink("/proc/self", "63713", 4095) = 5 <0.000006>
lstat("/proc/63713", {st_mode=S_IFDIR|0555, st_size=0, ...}) = 0 <0.000006>
lstat("/proc/63713/mountinfo", {st_mode=S_IFREG|0444, st_size=0, ...}) = 0
<0.000005>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000020>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000015>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000016>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000017>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000013>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000015>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000014>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000015>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000016>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000011>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000014>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000012>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000012>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000014>
read(3</proc/63713/mountinfo>, "REDACTED", 1024) = 18 <0.000005>
read(3</proc/63713/mountinfo>, "REDACTED", 1024) = 0 <0.000005>
openat(AT_FDCWD, "/run/systemd/unit-root/run/systemd/incoming",
O_RDONLY|O_NOFOLLOW|O_CLOEXEC|O_PATH) =
4</run/systemd/unit-root/run/systemd/incoming> <0.000008>
mount(NULL, "/proc/self/fd/4", NULL,
MS_RDONLY|MS_NOSUID|MS_NODEV|MS_NOEXEC|MS_REMOUNT|MS_BIND, NULL) = 0 <0.000008>
close(4</run/systemd/unit-root/run/systemd/incoming>) = 0 <0.000005>
lseek(3</proc/63713/mountinfo>, 0, SEEK_SET) = 0 <0.000005>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000018>
lstat("/proc", {st_mode=S_IFDIR|0555, st_size=0, ...}) = 0 <0.000006>
lstat("/proc/self", {st_mode=S_IFLNK|0777, st_size=0, ...}) = 0 <0.000005>
readlink("/proc/self", "63713", 4095) = 5 <0.000006>
lstat("/proc/63713", {st_mode=S_IFDIR|0555, st_size=0, ...}) = 0 <0.000006>
lstat("/proc/63713/mountinfo", {st_mode=S_IFREG|0444, st_size=0, ...}) = 0
<0.000005>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000015>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000015>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000016>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000023>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000013>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000015>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000014>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000015>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000023>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000012>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000015>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000015>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000014>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000016>
read(3</proc/63713/mountinfo>, "REDACTED", 1024) = 18 <0.000005>
read(3</proc/63713/mountinfo>, "REDACTED", 1024) = 0 <0.000005>
lseek(3</proc/63713/mountinfo>, 0, SEEK_SET) = 0 <0.000005>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000019>
lstat("/proc", {st_mode=S_IFDIR|0555, st_size=0, ...}) = 0 <0.000007>
lstat("/proc/self", {st_mode=S_IFLNK|0777, st_size=0, ...}) = 0 <0.000005>
readlink("/proc/self", "63713", 4095) = 5 <0.000006>
lstat("/proc/63713", {st_mode=S_IFDIR|0555, st_size=0, ...}) = 0 <0.000006>
lstat("/proc/63713/mountinfo", {st_mode=S_IFREG|0444, st_size=0, ...}) = 0
<0.000005>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000015>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000015>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000017>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000019>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000013>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000015>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000015>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000015>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000017>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000012>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000014>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000012>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000012>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000014>
read(3</proc/63713/mountinfo>, "REDACTED", 1024) = 18 <0.000005>
read(3</proc/63713/mountinfo>, "REDACTED", 1024) = 0 <0.000005>
openat(AT_FDCWD, "/run/systemd/unit-root/run/user",
O_RDONLY|O_NOFOLLOW|O_CLOEXEC|O_PATH) = 4</run/systemd/unit-root/run/user>
<0.000009>
mount(NULL, "/proc/self/fd/4", NULL,
MS_RDONLY|MS_NOSUID|MS_NODEV|MS_NOEXEC|MS_REMOUNT|MS_BIND, NULL) = 0 <0.000008>
close(4</run/systemd/unit-root/run/user>) = 0 <0.000005>
lseek(3</proc/63713/mountinfo>, 0, SEEK_SET) = 0 <0.000005>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000018>
lstat("/proc", {st_mode=S_IFDIR|0555, st_size=0, ...}) = 0 <0.000006>
lstat("/proc/self", {st_mode=S_IFLNK|0777, st_size=0, ...}) = 0 <0.000005>
readlink("/proc/self", "63713", 4095) = 5 <0.000006>
lstat("/proc/63713", {st_mode=S_IFDIR|0555, st_size=0, ...}) = 0 <0.000005>
lstat("/proc/63713/mountinfo", {st_mode=S_IFREG|0444, st_size=0, ...}) = 0
<0.000005>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000015>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000014>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000016>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000017>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000013>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000015>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000014>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000015>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000016>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000012>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000014>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000013>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000012>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000014>
read(3</proc/63713/mountinfo>, "REDACTED", 1024) = 18 <0.000005>
read(3</proc/63713/mountinfo>, "REDACTED", 1024) = 0 <0.000005>
lseek(3</proc/63713/mountinfo>, 0, SEEK_SET) = 0 <0.000005>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000018>
lstat("/proc", {st_mode=S_IFDIR|0555, st_size=0, ...}) = 0 <0.000006>
lstat("/proc/self", {st_mode=S_IFLNK|0777, st_size=0, ...}) = 0 <0.000005>
readlink("/proc/self", "63713", 4095) = 5 <0.000006>
lstat("/proc/63713", {st_mode=S_IFDIR|0555, st_size=0, ...}) = 0 <0.000005>
lstat("/proc/63713/mountinfo", {st_mode=S_IFREG|0444, st_size=0, ...}) = 0
<0.000005>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000016>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000015>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000016>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000017>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000013>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000015>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000015>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000179>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000126>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000123>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000125>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000088>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000084>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000123>
read(3</proc/63713/mountinfo>, "REDACTED", 1024) = 18 <0.000025>
read(3</proc/63713/mountinfo>, "REDACTED", 1024) = 0 <0.000024>
openat(AT_FDCWD, "/run/systemd/unit-root/sys/kernel/config",
O_RDONLY|O_NOFOLLOW|O_CLOEXEC|O_PATH) =
4</run/systemd/unit-root/sys/kernel/config> <0.000110>
mount(NULL, "/proc/self/fd/4", NULL,
MS_RDONLY|MS_NOSUID|MS_NODEV|MS_NOEXEC|MS_REMOUNT|MS_BIND, NULL) = 0 <0.000065>
close(4</run/systemd/unit-root/sys/kernel/config>) = 0 <0.000111>
openat(AT_FDCWD, "/run/systemd/unit-root/sys/kernel/security",
O_RDONLY|O_NOFOLLOW|O_CLOEXEC|O_PATH) =
4</run/systemd/unit-root/sys/kernel/security> <0.000063>
mount(NULL, "/proc/self/fd/4", NULL,
MS_RDONLY|MS_NOSUID|MS_NODEV|MS_NOEXEC|MS_REMOUNT|MS_BIND, NULL) = 0 <0.000069>
close(4</run/systemd/unit-root/sys/kernel/security>) = 0 <0.000036>
openat(AT_FDCWD, "/run/systemd/unit-root/sys/fs/pstore",
O_RDONLY|O_NOFOLLOW|O_CLOEXEC|O_PATH) = 4</run/systemd/unit-root/sys/fs/pstore>
<0.000051>
mount(NULL, "/proc/self/fd/4", NULL,
MS_RDONLY|MS_NOSUID|MS_NODEV|MS_NOEXEC|MS_REMOUNT|MS_BIND, NULL) = 0 <0.000051>
close(4</run/systemd/unit-root/sys/fs/pstore>) = 0 <0.000043>
openat(AT_FDCWD, "/run/systemd/unit-root/sys",
O_RDONLY|O_NOFOLLOW|O_CLOEXEC|O_PATH) = 4</run/systemd/unit-root/sys> <0.000039>
mount(NULL, "/proc/self/fd/4", NULL,
MS_RDONLY|MS_NOSUID|MS_NODEV|MS_NOEXEC|MS_REMOUNT|MS_BIND, NULL) = 0 <0.000036>
close(4</run/systemd/unit-root/sys>) = 0 <0.000027>
openat(AT_FDCWD, "/run/systemd/unit-root/sys/firmware/efi/efivars",
O_RDONLY|O_NOFOLLOW|O_CLOEXEC|O_PATH) =
4</run/systemd/unit-root/sys/firmware/efi/efivars> <0.000038>
mount(NULL, "/proc/self/fd/4", NULL,
MS_RDONLY|MS_NOSUID|MS_NODEV|MS_NOEXEC|MS_REMOUNT|MS_BIND, NULL) = 0 <0.000036>
close(4</run/systemd/unit-root/sys/firmware/efi/efivars>) = 0 <0.000026>
openat(AT_FDCWD, "/run/systemd/unit-root/sys/fs/fuse/connections",
O_RDONLY|O_NOFOLLOW|O_CLOEXEC|O_PATH) =
4</run/systemd/unit-root/sys/fs/fuse/connections> <0.000037>
mount(NULL, "/proc/self/fd/4", NULL,
MS_RDONLY|MS_NOSUID|MS_NODEV|MS_NOEXEC|MS_REMOUNT|MS_BIND, NULL) = 0 <0.000036>
close(4</run/systemd/unit-root/sys/fs/fuse/connections>) = 0 <0.000026>
lseek(3</proc/63713/mountinfo>, 0, SEEK_SET) = 0 <0.000026>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000115>
lstat("/proc", {st_mode=S_IFDIR|0555, st_size=0, ...}) = 0 <0.000031>
lstat("/proc/self", {st_mode=S_IFLNK|0777, st_size=0, ...}) = 0 <0.000027>
readlink("/proc/self", "63713", 4095) = 5 <0.000030>
lstat("/proc/63713", {st_mode=S_IFDIR|0555, st_size=0, ...}) = 0 <0.000028>
lstat("/proc/63713/mountinfo", {st_mode=S_IFREG|0444, st_size=0, ...}) = 0
<0.000028>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000100>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000077>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000095>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000147>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000106>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000117>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000096>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000071>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000092>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000055>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000066>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000053>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000052>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000059>
read(3</proc/63713/mountinfo>, "REDACTED", 1024) = 18 <0.000023>
read(3</proc/63713/mountinfo>, "REDACTED", 1024) = 0 <0.000027>
lseek(3</proc/63713/mountinfo>, 0, SEEK_SET) = 0 <0.000022>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000084>
lstat("/proc", {st_mode=S_IFDIR|0555, st_size=0, ...}) = 0 <0.000070>
lstat("/proc/self", {st_mode=S_IFLNK|0777, st_size=0, ...}) = 0 <0.000026>
readlink("/proc/self", "63713", 4095) = 5 <0.000026>
lstat("/proc/63713", {st_mode=S_IFDIR|0555, st_size=0, ...}) = 0 <0.000023>
lstat("/proc/63713/mountinfo", {st_mode=S_IFREG|0444, st_size=0, ...}) = 0
<0.000024>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000066>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000066>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000114>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000072>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000054>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000065>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000059>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000163>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000091>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000068>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000089>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000077>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000150>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000122>
read(3</proc/63713/mountinfo>, "REDACTED", 1024) = 18 <0.000031>
read(3</proc/63713/mountinfo>, "REDACTED", 1024) = 0 <0.000023>
openat(AT_FDCWD, "/run/systemd/unit-root/sys/fs/bpf",
O_RDONLY|O_NOFOLLOW|O_CLOEXEC|O_PATH) = 4</run/systemd/unit-root/sys/fs/bpf>
<0.000045>
mount(NULL, "/proc/self/fd/4", NULL,
MS_RDONLY|MS_NOSUID|MS_NODEV|MS_NOEXEC|MS_REMOUNT|MS_BIND, NULL) = 0 <0.000036>
close(4</run/systemd/unit-root/sys/fs/bpf>) = 0 <0.000023>
lseek(3</proc/63713/mountinfo>, 0, SEEK_SET) = 0 <0.000036>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000081>
lstat("/proc", {st_mode=S_IFDIR|0555, st_size=0, ...}) = 0 <0.000033>
lstat("/proc/self", {st_mode=S_IFLNK|0777, st_size=0, ...}) = 0 <0.000028>
readlink("/proc/self", "63713", 4095) = 5 <0.000035>
lstat("/proc/63713", {st_mode=S_IFDIR|0555, st_size=0, ...}) = 0 <0.000029>
lstat("/proc/63713/mountinfo", {st_mode=S_IFREG|0444, st_size=0, ...}) = 0
<0.000031>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000094>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000146>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000136>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000117>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000085>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000094>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000091>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000122>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000164>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000095>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000117>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000085>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000081>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000111>
read(3</proc/63713/mountinfo>, "REDACTED", 1024) = 18 <0.000035>
read(3</proc/63713/mountinfo>, "REDACTED", 1024) = 0 <0.000035>
lseek(3</proc/63713/mountinfo>, 0, SEEK_SET) = 0 <0.000055>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000143>
lstat("/proc", {st_mode=S_IFDIR|0555, st_size=0, ...}) = 0 <0.000042>
lstat("/proc/self", {st_mode=S_IFLNK|0777, st_size=0, ...}) = 0 <0.000047>
readlink("/proc/self", "63713", 4095) = 5 <0.000032>
lstat("/proc/63713", {st_mode=S_IFDIR|0555, st_size=0, ...}) = 0 <0.000027>
lstat("/proc/63713/mountinfo", {st_mode=S_IFREG|0444, st_size=0, ...}) = 0
<0.000027>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000149>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000080>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000094>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000114>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000070>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000078>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000073>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000112>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000138>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000117>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000121>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000161>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000080>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000289>
read(3</proc/63713/mountinfo>, "REDACTED", 1024) = 18 <0.000040>
read(3</proc/63713/mountinfo>, "REDACTED", 1024) = 0 <0.000028>
openat(AT_FDCWD, "/run/systemd/unit-root/sys/fs/cgroup",
O_RDONLY|O_NOFOLLOW|O_CLOEXEC|O_PATH) = 4</run/systemd/unit-root/sys/fs/cgroup>
<0.000047>
mount(NULL, "/proc/self/fd/4", NULL,
MS_RDONLY|MS_NOSUID|MS_NODEV|MS_NOEXEC|MS_REMOUNT|MS_BIND, NULL) = 0 <0.000039>
close(4</run/systemd/unit-root/sys/fs/cgroup>) = 0 <0.000024>
lseek(3</proc/63713/mountinfo>, 0, SEEK_SET) = 0 <0.000021>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000115>
lstat("/proc", {st_mode=S_IFDIR|0555, st_size=0, ...}) = 0 <0.000026>
lstat("/proc/self", {st_mode=S_IFLNK|0777, st_size=0, ...}) = 0 <0.000023>
readlink("/proc/self", "63713", 4095) = 5 <0.000024>
lstat("/proc/63713", {st_mode=S_IFDIR|0555, st_size=0, ...}) = 0 <0.000082>
lstat("/proc/63713/mountinfo", {st_mode=S_IFREG|0444, st_size=0, ...}) = 0
<0.000027>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000083>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000126>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000140>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000111>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000102>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000150>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000073>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000162>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000084>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000055>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000085>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000053>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000053>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000059>
read(3</proc/63713/mountinfo>, "REDACTED", 1024) = 18 <0.000021>
read(3</proc/63713/mountinfo>, "REDACTED", 1024) = 0 <0.000021>
lseek(3</proc/63713/mountinfo>, 0, SEEK_SET) = 0 <0.000023>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000078>
lstat("/proc", {st_mode=S_IFDIR|0555, st_size=0, ...}) = 0 <0.000060>
lstat("/proc/self", {st_mode=S_IFLNK|0777, st_size=0, ...}) = 0 <0.000025>
readlink("/proc/self", "63713", 4095) = 5 <0.000028>
lstat("/proc/63713", {st_mode=S_IFDIR|0555, st_size=0, ...}) = 0 <0.000026>
lstat("/proc/63713/mountinfo", {st_mode=S_IFREG|0444, st_size=0, ...}) = 0
<0.000027>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000066>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000065>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000069>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000073>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000054>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000063>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000058>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000061>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000067>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000048>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000059>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000051>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000050>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000072>
read(3</proc/63713/mountinfo>, "REDACTED", 1024) = 18 <0.000022>
read(3</proc/63713/mountinfo>, "REDACTED", 1024) = 0 <0.000022>
openat(AT_FDCWD, "/run/systemd/unit-root/sys/kernel/debug/tracing",
O_RDONLY|O_NOFOLLOW|O_CLOEXEC|O_PATH) =
4</run/systemd/unit-root/sys/kernel/debug/tracing> <0.000038>
mount(NULL, "/proc/self/fd/4", NULL,
MS_RDONLY|MS_NOSUID|MS_NODEV|MS_NOEXEC|MS_REMOUNT|MS_BIND, NULL) = 0 <0.000036>
close(4</run/systemd/unit-root/sys/kernel/debug/tracing>) = 0 <0.000054>
openat(AT_FDCWD, "/run/systemd/unit-root/sys/kernel/debug",
O_RDONLY|O_NOFOLLOW|O_CLOEXEC|O_PATH) =
4</run/systemd/unit-root/sys/kernel/debug> <0.000047>
mount(NULL, "/proc/self/fd/4", NULL,
MS_RDONLY|MS_NOSUID|MS_NODEV|MS_NOEXEC|MS_REMOUNT|MS_BIND, NULL) = 0 <0.000013>
close(4</run/systemd/unit-root/sys/kernel/debug>) = 0 <0.000007>
lseek(3</proc/63713/mountinfo>, 0, SEEK_SET) = 0 <0.000020>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000039>
lstat("/proc", {st_mode=S_IFDIR|0555, st_size=0, ...}) = 0 <0.000008>
lstat("/proc/self", {st_mode=S_IFLNK|0777, st_size=0, ...}) = 0 <0.000007>
readlink("/proc/self", "63713", 4095) = 5 <0.000007>
lstat("/proc/63713", {st_mode=S_IFDIR|0555, st_size=0, ...}) = 0 <0.000010>
lstat("/proc/63713/mountinfo", {st_mode=S_IFREG|0444, st_size=0, ...}) = 0
<0.000011>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000036>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000031>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000035>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000051>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000038>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000028>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000024>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000042>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000060>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000036>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000027>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000023>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000022>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000038>
read(3</proc/63713/mountinfo>, "REDACTED", 1024) = 18 <0.000010>
read(3</proc/63713/mountinfo>, "REDACTED", 1024) = 0 <0.000006>
lseek(3</proc/63713/mountinfo>, 0, SEEK_SET) = 0 <0.000006>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000029>
lstat("/proc", {st_mode=S_IFDIR|0555, st_size=0, ...}) = 0 <0.000021>
lstat("/proc/self", {st_mode=S_IFLNK|0777, st_size=0, ...}) = 0 <0.000006>
readlink("/proc/self", "63713", 4095) = 5 <0.000006>
lstat("/proc/63713", {st_mode=S_IFDIR|0555, st_size=0, ...}) = 0 <0.000006>
lstat("/proc/63713/mountinfo", {st_mode=S_IFREG|0444, st_size=0, ...}) = 0
<0.000007>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000018>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000031>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000023>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000041>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000023>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000017>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000015>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000016>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000018>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000012>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000015>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000013>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000014>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000028>
read(3</proc/63713/mountinfo>, "REDACTED", 1024) = 18 <0.000008>
read(3</proc/63713/mountinfo>, "REDACTED", 1024) = 0 <0.000007>
openat(AT_FDCWD, "/run/systemd/unit-root/sys/kernel/tracing",
O_RDONLY|O_NOFOLLOW|O_CLOEXEC|O_PATH) =
4</run/systemd/unit-root/sys/kernel/tracing> <0.000028>
mount(NULL, "/proc/self/fd/4", NULL,
MS_RDONLY|MS_NOSUID|MS_NODEV|MS_NOEXEC|MS_REMOUNT|MS_BIND, NULL) = 0 <0.000010>
close(4</run/systemd/unit-root/sys/kernel/tracing>) = 0 <0.000008>
lseek(3</proc/63713/mountinfo>, 0, SEEK_SET) = 0 <0.000021>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000025>
lstat("/proc", {st_mode=S_IFDIR|0555, st_size=0, ...}) = 0 <0.000008>
lstat("/proc/self", {st_mode=S_IFLNK|0777, st_size=0, ...}) = 0 <0.000020>
readlink("/proc/self", "63713", 4095) = 5 <0.000007>
lstat("/proc/63713", {st_mode=S_IFDIR|0555, st_size=0, ...}) = 0 <0.000023>
lstat("/proc/63713/mountinfo", {st_mode=S_IFREG|0444, st_size=0, ...}) = 0
<0.000008>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000021>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000030>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000033>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000035>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000016>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000018>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000015>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000018>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000018>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000012>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000015>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000014>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000027>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000015>
read(3</proc/63713/mountinfo>, "REDACTED", 1024) = 18 <0.000006>
read(3</proc/63713/mountinfo>, "REDACTED", 1024) = 0 <0.000006>
lseek(3</proc/63713/mountinfo>, 0, SEEK_SET) = 0 <0.000006>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000035>
lstat("/proc", {st_mode=S_IFDIR|0555, st_size=0, ...}) = 0 <0.000006>
lstat("/proc/self", {st_mode=S_IFLNK|0777, st_size=0, ...}) = 0 <0.000006>
readlink("/proc/self", "63713", 4095) = 5 <0.000007>
lstat("/proc/63713", {st_mode=S_IFDIR|0555, st_size=0, ...}) = 0 <0.000006>
lstat("/proc/63713/mountinfo", {st_mode=S_IFREG|0444, st_size=0, ...}) = 0
<0.000006>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000030>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000031>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000033>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000021>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000014>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000016>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000021>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000019>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000017>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000021>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000033>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000028>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000018>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000038>
read(3</proc/63713/mountinfo>, "REDACTED", 1024) = 18 <0.000007>
read(3</proc/63713/mountinfo>, "REDACTED", 1024) = 0 <0.000007>
openat(AT_FDCWD, "/run/systemd/unit-root/usr/lib/modules",
O_RDONLY|O_NOFOLLOW|O_CLOEXEC|O_PATH) =
4</run/systemd/unit-root/usr/lib/modules> <0.000014>
mount(NULL, "/proc/self/fd/4", NULL,
MS_RDONLY|MS_NOSUID|MS_NODEV|MS_NOEXEC|MS_REMOUNT|MS_BIND, NULL) = 0 <0.000011>
close(4</run/systemd/unit-root/usr/lib/modules>) = 0 <0.000007>
lseek(3</proc/63713/mountinfo>, 0, SEEK_SET) = 0 <0.000006>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000029>
lstat("/proc", {st_mode=S_IFDIR|0555, st_size=0, ...}) = 0 <0.000008>
lstat("/proc/self", {st_mode=S_IFLNK|0777, st_size=0, ...}) = 0 <0.000007>
readlink("/proc/self", "63713", 4095) = 5 <0.000007>
lstat("/proc/63713", {st_mode=S_IFDIR|0555, st_size=0, ...}) = 0 <0.000007>
lstat("/proc/63713/mountinfo", {st_mode=S_IFREG|0444, st_size=0, ...}) = 0
<0.000007>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000024>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000037>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000027>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000041>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000021>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000023>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000023>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000024>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000026>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000018>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000015>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000012>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000012>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000014>
read(3</proc/63713/mountinfo>, "REDACTED", 1024) = 18 <0.000005>
read(3</proc/63713/mountinfo>, "REDACTED", 1024) = 0 <0.000005>
lseek(3</proc/63713/mountinfo>, 0, SEEK_SET) = 0 <0.000005>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000018>
lstat("/proc", {st_mode=S_IFDIR|0555, st_size=0, ...}) = 0 <0.000007>
lstat("/proc/self", {st_mode=S_IFLNK|0777, st_size=0, ...}) = 0 <0.000005>
readlink("/proc/self", "63713", 4095) = 5 <0.000006>
lstat("/proc/63713", {st_mode=S_IFDIR|0555, st_size=0, ...}) = 0 <0.000005>
lstat("/proc/63713/mountinfo", {st_mode=S_IFREG|0444, st_size=0, ...}) = 0
<0.000005>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000014>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000015>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000016>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000018>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000013>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000015>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000014>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000015>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000016>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000012>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000014>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000012>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000012>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000014>
read(3</proc/63713/mountinfo>, "REDACTED", 1024) = 18 <0.000005>
read(3</proc/63713/mountinfo>, "REDACTED", 1024) = 0 <0.000005>
openat(AT_FDCWD, "/run/systemd/unit-root/dev/kmsg",
O_RDONLY|O_NOFOLLOW|O_CLOEXEC|O_PATH) = -1 ENOENT (No such file or directory)
<0.000010>
lseek(3</proc/63713/mountinfo>, 0, SEEK_SET) = 0 <0.000005>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000047>
lstat("/proc", {st_mode=S_IFDIR|0555, st_size=0, ...}) = 0 <0.000006>
lstat("/proc/self", {st_mode=S_IFLNK|0777, st_size=0, ...}) = 0 <0.000005>
readlink("/proc/self", "63713", 4095) = 5 <0.000006>
lstat("/proc/63713", {st_mode=S_IFDIR|0555, st_size=0, ...}) = 0 <0.000005>
lstat("/proc/63713/mountinfo", {st_mode=S_IFREG|0444, st_size=0, ...}) = 0
<0.000005>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000014>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000014>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000016>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000016>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000028>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000015>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000014>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000014>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000015>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000011>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000013>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000012>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000011>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000013>
read(3</proc/63713/mountinfo>, "REDACTED", 1024) = 18 <0.000005>
read(3</proc/63713/mountinfo>, "REDACTED", 1024) = 0 <0.000004>
openat(AT_FDCWD, "/run/systemd/unit-root/home",
O_RDONLY|O_NOFOLLOW|O_CLOEXEC|O_PATH) = 4</run/systemd/unit-root/home>
<0.000007>
mount(NULL, "/proc/self/fd/4", NULL,
MS_RDONLY|MS_NOSUID|MS_NODEV|MS_NOEXEC|MS_REMOUNT|MS_BIND, NULL) = 0 <0.000007>
close(4</run/systemd/unit-root/home>) = 0 <0.000005>
lseek(3</proc/63713/mountinfo>, 0, SEEK_SET) = 0 <0.000005>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000017>
lstat("/proc", {st_mode=S_IFDIR|0555, st_size=0, ...}) = 0 <0.000006>
lstat("/proc/self", {st_mode=S_IFLNK|0777, st_size=0, ...}) = 0 <0.000005>
readlink("/proc/self", "63713", 4095) = 5 <0.000005>
lstat("/proc/63713", {st_mode=S_IFDIR|0555, st_size=0, ...}) = 0 <0.000005>
lstat("/proc/63713/mountinfo", {st_mode=S_IFREG|0444, st_size=0, ...}) = 0
<0.000005>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000014>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000014>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000015>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000016>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000012>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000014>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000013>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000017>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000030>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000012>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000013>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000012>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000011>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000013>
read(3</proc/63713/mountinfo>, "REDACTED", 1024) = 18 <0.000005>
read(3</proc/63713/mountinfo>, "REDACTED", 1024) = 0 <0.000005>
lseek(3</proc/63713/mountinfo>, 0, SEEK_SET) = 0 <0.000004>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000017>
lstat("/proc", {st_mode=S_IFDIR|0555, st_size=0, ...}) = 0 <0.000006>
lstat("/proc/self", {st_mode=S_IFLNK|0777, st_size=0, ...}) = 0 <0.000005>
readlink("/proc/self", "63713", 4095) = 5 <0.000005>
lstat("/proc/63713", {st_mode=S_IFDIR|0555, st_size=0, ...}) = 0 <0.000005>
lstat("/proc/63713/mountinfo", {st_mode=S_IFREG|0444, st_size=0, ...}) = 0
<0.000005>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000014>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000014>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000023>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000016>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000053>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000016>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000014>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000019>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000016>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000011>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000014>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000012>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000012>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000013>
read(3</proc/63713/mountinfo>, "REDACTED", 1024) = 18 <0.000005>
read(3</proc/63713/mountinfo>, "REDACTED", 1024) = 0 <0.000005>
openat(AT_FDCWD, "/run/systemd/unit-root/proc",
O_RDONLY|O_NOFOLLOW|O_CLOEXEC|O_PATH) = 4</run/systemd/unit-root/proc>
<0.000007>
mount(NULL, "/proc/self/fd/4", NULL,
MS_NOSUID|MS_NODEV|MS_NOEXEC|MS_REMOUNT|MS_BIND, NULL) = 0 <0.000007>
close(4</run/systemd/unit-root/proc>) = 0 <0.000005>
lseek(3</proc/63713/mountinfo>, 0, SEEK_SET) = 0 <0.000005>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000018>
lstat("/proc", {st_mode=S_IFDIR|0555, st_size=0, ...}) = 0 <0.000006>
lstat("/proc/self", {st_mode=S_IFLNK|0777, st_size=0, ...}) = 0 <0.000005>
readlink("/proc/self", "63713", 4095) = 5 <0.000006>
lstat("/proc/63713", {st_mode=S_IFDIR|0555, st_size=0, ...}) = 0 <0.000005>
lstat("/proc/63713/mountinfo", {st_mode=S_IFREG|0444, st_size=0, ...}) = 0
<0.000005>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000014>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000014>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000015>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000017>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000013>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000015>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000014>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000014>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000035>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000011>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000014>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000012>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000012>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000013>
read(3</proc/63713/mountinfo>, "REDACTED", 1024) = 18 <0.000005>
read(3</proc/63713/mountinfo>, "REDACTED", 1024) = 0 <0.000005>
lseek(3</proc/63713/mountinfo>, 0, SEEK_SET) = 0 <0.000005>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000017>
lstat("/proc", {st_mode=S_IFDIR|0555, st_size=0, ...}) = 0 <0.000006>
lstat("/proc/self", {st_mode=S_IFLNK|0777, st_size=0, ...}) = 0 <0.000005>
readlink("/proc/self", "63713", 4095) = 5 <0.000006>
lstat("/proc/63713", {st_mode=S_IFDIR|0555, st_size=0, ...}) = 0 <0.000005>
lstat("/proc/63713/mountinfo", {st_mode=S_IFREG|0444, st_size=0, ...}) = 0
<0.000005>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000014>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000014>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000015>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000100>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000033>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000051>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000032>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000046>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000040>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000021>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000031>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000023>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000048>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000023>
read(3</proc/63713/mountinfo>, "REDACTED", 1024) = 18 <0.000006>
read(3</proc/63713/mountinfo>, "REDACTED", 1024) = 0 <0.000006>
openat(AT_FDCWD, "/run/systemd/unit-root/proc/kallsyms",
O_RDONLY|O_NOFOLLOW|O_CLOEXEC|O_PATH) = 4</run/systemd/unit-root/proc/kallsyms>
<0.000015>
mount(NULL, "/proc/self/fd/4", NULL,
MS_RDONLY|MS_NOSUID|MS_NODEV|MS_NOEXEC|MS_REMOUNT|MS_BIND, NULL) = 0 <0.000013>
close(4</run/systemd/unit-root/proc/kallsyms>) = 0 <0.000021>
lseek(3</proc/63713/mountinfo>, 0, SEEK_SET) = 0 <0.000006>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000032>
lstat("/proc", {st_mode=S_IFDIR|0555, st_size=0, ...}) = 0 <0.000008>
lstat("/proc/self", {st_mode=S_IFLNK|0777, st_size=0, ...}) = 0 <0.000006>
readlink("/proc/self", "63713", 4095) = 5 <0.000007>
lstat("/proc/63713", {st_mode=S_IFDIR|0555, st_size=0, ...}) = 0 <0.000007>
lstat("/proc/63713/mountinfo", {st_mode=S_IFREG|0444, st_size=0, ...}) = 0
<0.000006>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000026>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000044>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000043>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000027>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000020>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000024>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000036>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000023>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000025>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000018>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000022>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000019>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000020>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000014>
read(3</proc/63713/mountinfo>, "REDACTED", 1024) = 18 <0.000005>
read(3</proc/63713/mountinfo>, "REDACTED", 1024) = 0 <0.000005>
lseek(3</proc/63713/mountinfo>, 0, SEEK_SET) = 0 <0.000005>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000018>
lstat("/proc", {st_mode=S_IFDIR|0555, st_size=0, ...}) = 0 <0.000006>
lstat("/proc/self", {st_mode=S_IFLNK|0777, st_size=0, ...}) = 0 <0.000024>
readlink("/proc/self", "63713", 4095) = 5 <0.000021>
lstat("/proc/63713", {st_mode=S_IFDIR|0555, st_size=0, ...}) = 0 <0.000005>
lstat("/proc/63713/mountinfo", {st_mode=S_IFREG|0444, st_size=0, ...}) = 0
<0.000006>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000014>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000014>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000016>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000017>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000013>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000015>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000014>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000014>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000016>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000011>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000014>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000012>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000024>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000024>
read(3</proc/63713/mountinfo>, "REDACTED", 1024) = 18 <0.000013>
read(3</proc/63713/mountinfo>, "REDACTED", 1024) = 0 <0.000007>
openat(AT_FDCWD, "/run/systemd/unit-root/proc/kcore",
O_RDONLY|O_NOFOLLOW|O_CLOEXEC|O_PATH) = 4</run/systemd/unit-root/proc/kcore>
<0.000014>
mount(NULL, "/proc/self/fd/4", NULL,
MS_RDONLY|MS_NOSUID|MS_NODEV|MS_NOEXEC|MS_REMOUNT|MS_BIND, NULL) = 0 <0.000009>
close(4</run/systemd/unit-root/proc/kcore>) = 0 <0.000027>
lseek(3</proc/63713/mountinfo>, 0, SEEK_SET) = 0 <0.000007>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000026>
lstat("/proc", {st_mode=S_IFDIR|0555, st_size=0, ...}) = 0 <0.000009>
lstat("/proc/self", {st_mode=S_IFLNK|0777, st_size=0, ...}) = 0 <0.000007>
readlink("/proc/self", "63713", 4095) = 5 <0.000008>
lstat("/proc/63713", {st_mode=S_IFDIR|0555, st_size=0, ...}) = 0 <0.000007>
lstat("/proc/63713/mountinfo", {st_mode=S_IFREG|0444, st_size=0, ...}) = 0
<0.000011>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000028>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000027>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000029>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000032>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000022>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000037>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000023>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000037>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000034>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000019>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000037>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000046>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000020>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000048>
read(3</proc/63713/mountinfo>, "REDACTED", 1024) = 18 <0.000006>
read(3</proc/63713/mountinfo>, "REDACTED", 1024) = 0 <0.000006>
lseek(3</proc/63713/mountinfo>, 0, SEEK_SET) = 0 <0.000007>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000029>
lstat("/proc", {st_mode=S_IFDIR|0555, st_size=0, ...}) = 0 <0.000008>
lstat("/proc/self", {st_mode=S_IFLNK|0777, st_size=0, ...}) = 0 <0.000007>
readlink("/proc/self", "63713", 4095) = 5 <0.000007>
lstat("/proc/63713", {st_mode=S_IFDIR|0555, st_size=0, ...}) = 0 <0.000007>
lstat("/proc/63713/mountinfo", {st_mode=S_IFREG|0444, st_size=0, ...}) = 0
<0.000007>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000024>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000024>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000025>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000031>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000020>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000024>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000023>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000024>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000026>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000019>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000023>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000019>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000020>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000021>
read(3</proc/63713/mountinfo>, "REDACTED", 1024) = 18 <0.000006>
read(3</proc/63713/mountinfo>, "REDACTED", 1024) = 0 <0.000006>
openat(AT_FDCWD, "/run/systemd/unit-root/proc/kmsg",
O_RDONLY|O_NOFOLLOW|O_CLOEXEC|O_PATH) = 4</run/systemd/unit-root/proc/kmsg>
<0.000012>
mount(NULL, "/proc/self/fd/4", NULL,
MS_RDONLY|MS_NOSUID|MS_NODEV|MS_NOEXEC|MS_REMOUNT|MS_BIND, NULL) = 0 <0.000009>
close(4</run/systemd/unit-root/proc/kmsg>) = 0 <0.000005>
lseek(3</proc/63713/mountinfo>, 0, SEEK_SET) = 0 <0.000005>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000019>
lstat("/proc", {st_mode=S_IFDIR|0555, st_size=0, ...}) = 0 <0.000006>
lstat("/proc/self", {st_mode=S_IFLNK|0777, st_size=0, ...}) = 0 <0.000005>
readlink("/proc/self", "63713", 4095) = 5 <0.000006>
lstat("/proc/63713", {st_mode=S_IFDIR|0555, st_size=0, ...}) = 0 <0.000005>
lstat("/proc/63713/mountinfo", {st_mode=S_IFREG|0444, st_size=0, ...}) = 0
<0.000005>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000015>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000015>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000016>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000018>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000013>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000015>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000014>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000015>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000016>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000012>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000014>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000012>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000012>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000067>
read(3</proc/63713/mountinfo>, "REDACTED", 1024) = 18 <0.000049>
read(3</proc/63713/mountinfo>, "REDACTED", 1024) = 0 <0.000010>
lseek(3</proc/63713/mountinfo>, 0, SEEK_SET) = 0 <0.000005>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000024>
lstat("/proc", {st_mode=S_IFDIR|0555, st_size=0, ...}) = 0 <0.000007>
lstat("/proc/self", {st_mode=S_IFLNK|0777, st_size=0, ...}) = 0 <0.000006>
readlink("/proc/self", "63713", 4095) = 5 <0.000006>
lstat("/proc/63713", {st_mode=S_IFDIR|0555, st_size=0, ...}) = 0 <0.000009>
lstat("/proc/63713/mountinfo", {st_mode=S_IFREG|0444, st_size=0, ...}) = 0
<0.000006>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000017>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000017>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000018>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000021>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000014>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000016>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000014>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000015>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000016>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000012>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000015>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000013>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000012>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000013>
read(3</proc/63713/mountinfo>, "REDACTED", 1024) = 18 <0.000005>
read(3</proc/63713/mountinfo>, "REDACTED", 1024) = 0 <0.000005>
openat(AT_FDCWD, "/run/systemd/unit-root/root",
O_RDONLY|O_NOFOLLOW|O_CLOEXEC|O_PATH) = 4</run/systemd/unit-root/root>
<0.000013>
mount(NULL, "/proc/self/fd/4", NULL,
MS_RDONLY|MS_NOSUID|MS_NODEV|MS_NOEXEC|MS_REMOUNT|MS_BIND, NULL) = 0 <0.000009>
close(4</run/systemd/unit-root/root>) = 0 <0.000006>
lseek(3</proc/63713/mountinfo>, 0, SEEK_SET) = 0 <0.000005>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000019>
lstat("/proc", {st_mode=S_IFDIR|0555, st_size=0, ...}) = 0 <0.000006>
lstat("/proc/self", {st_mode=S_IFLNK|0777, st_size=0, ...}) = 0 <0.000005>
readlink("/proc/self", "63713", 4095) = 5 <0.000006>
lstat("/proc/63713", {st_mode=S_IFDIR|0555, st_size=0, ...}) = 0 <0.000005>
lstat("/proc/63713/mountinfo", {st_mode=S_IFREG|0444, st_size=0, ...}) = 0
<0.000005>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000021>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000015>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000016>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000018>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000013>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000016>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000014>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000015>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000016>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000012>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000014>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000012>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000012>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000014>
read(3</proc/63713/mountinfo>, "REDACTED", 1024) = 18 <0.000005>
read(3</proc/63713/mountinfo>, "REDACTED", 1024) = 0 <0.000005>
lseek(3</proc/63713/mountinfo>, 0, SEEK_SET) = 0 <0.000005>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000018>
lstat("/proc", {st_mode=S_IFDIR|0555, st_size=0, ...}) = 0 <0.000006>
lstat("/proc/self", {st_mode=S_IFLNK|0777, st_size=0, ...}) = 0 <0.000005>
readlink("/proc/self", "63713", 4095) = 5 <0.000006>
lstat("/proc/63713", {st_mode=S_IFDIR|0555, st_size=0, ...}) = 0 <0.000006>
lstat("/proc/63713/mountinfo", {st_mode=S_IFREG|0444, st_size=0, ...}) = 0
<0.000005>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000015>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000014>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000016>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000017>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000022>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000060>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000046>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000015>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000016>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000012>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000014>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000012>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000012>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000014>
read(3</proc/63713/mountinfo>, "REDACTED", 1024) = 18 <0.000013>
read(3</proc/63713/mountinfo>, "REDACTED", 1024) = 0 <0.000013>
openat(AT_FDCWD, "/run/systemd/unit-root/run/credentials",
O_RDONLY|O_NOFOLLOW|O_CLOEXEC|O_PATH) =
4</run/systemd/unit-root/run/credentials> <0.000016>
mount(NULL, "/proc/self/fd/4", NULL,
MS_RDONLY|MS_NOSUID|MS_NODEV|MS_NOEXEC|MS_REMOUNT|MS_BIND, NULL) = 0 <0.000020>
close(4</run/systemd/unit-root/run/credentials>) = 0 <0.000007>
lseek(3</proc/63713/mountinfo>, 0, SEEK_SET) = 0 <0.000011>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000050>
lstat("/proc", {st_mode=S_IFDIR|0555, st_size=0, ...}) = 0 <0.000023>
lstat("/proc/self", {st_mode=S_IFLNK|0777, st_size=0, ...}) = 0 <0.000006>
readlink("/proc/self", "63713", 4095) = 5 <0.000020>
lstat("/proc/63713", {st_mode=S_IFDIR|0555, st_size=0, ...}) = 0 <0.000006>
lstat("/proc/63713/mountinfo", {st_mode=S_IFREG|0444, st_size=0, ...}) = 0
<0.000006>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000031>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000058>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000050>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000038>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000026>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000030>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000024>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000054>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000040>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000017>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000024>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000017>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000013>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000014>
read(3</proc/63713/mountinfo>, "REDACTED", 1024) = 18 <0.000005>
read(3</proc/63713/mountinfo>, "REDACTED", 1024) = 0 <0.000005>
lseek(3</proc/63713/mountinfo>, 0, SEEK_SET) = 0 <0.000005>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000018>
lstat("/proc", {st_mode=S_IFDIR|0555, st_size=0, ...}) = 0 <0.000006>
lstat("/proc/self", {st_mode=S_IFLNK|0777, st_size=0, ...}) = 0 <0.000005>
readlink("/proc/self", "63713", 4095) = 5 <0.000006>
lstat("/proc/63713", {st_mode=S_IFDIR|0555, st_size=0, ...}) = 0 <0.000005>
lstat("/proc/63713/mountinfo", {st_mode=S_IFREG|0444, st_size=0, ...}) = 0
<0.000005>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000014>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000017>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000033>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000017>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000012>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000015>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000013>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000014>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000015>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000028>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000013>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000012>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000011>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000013>
read(3</proc/63713/mountinfo>, "REDACTED", 1024) = 18 <0.000005>
read(3</proc/63713/mountinfo>, "REDACTED", 1024) = 0 <0.000005>
openat(AT_FDCWD, "/run/systemd/unit-root/run/user",
O_RDONLY|O_NOFOLLOW|O_CLOEXEC|O_PATH) = 4</run/systemd/unit-root/run/user>
<0.000009>
mount(NULL, "/proc/self/fd/4", NULL,
MS_RDONLY|MS_NOSUID|MS_NODEV|MS_NOEXEC|MS_REMOUNT|MS_BIND, NULL) = 0 <0.000007>
close(4</run/systemd/unit-root/run/user>) = 0 <0.000005>
lseek(3</proc/63713/mountinfo>, 0, SEEK_SET) = 0 <0.000005>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000017>
lstat("/proc", {st_mode=S_IFDIR|0555, st_size=0, ...}) = 0 <0.000006>
lstat("/proc/self", {st_mode=S_IFLNK|0777, st_size=0, ...}) = 0 <0.000005>
readlink("/proc/self", "63713", 4095) = 5 <0.000005>
lstat("/proc/63713", {st_mode=S_IFDIR|0555, st_size=0, ...}) = 0 <0.000005>
lstat("/proc/63713/mountinfo", {st_mode=S_IFREG|0444, st_size=0, ...}) = 0
<0.000005>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000014>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000014>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000015>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000016>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000012>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000014>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000013>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000014>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000015>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000011>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000013>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000011>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000068>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000072>
read(3</proc/63713/mountinfo>, "REDACTED", 1024) = 18 <0.000058>
read(3</proc/63713/mountinfo>, "REDACTED", 1024) = 0 <0.000005>
lseek(3</proc/63713/mountinfo>, 0, SEEK_SET) = 0 <0.000005>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000023>
lstat("/proc", {st_mode=S_IFDIR|0555, st_size=0, ...}) = 0 <0.000007>
lstat("/proc/self", {st_mode=S_IFLNK|0777, st_size=0, ...}) = 0 <0.000005>
readlink("/proc/self", "63713", 4095) = 5 <0.000006>
lstat("/proc/63713", {st_mode=S_IFDIR|0555, st_size=0, ...}) = 0 <0.000005>
lstat("/proc/63713/mountinfo", {st_mode=S_IFREG|0444, st_size=0, ...}) = 0
<0.000005>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000017>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000016>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000018>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000020>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000046>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000035>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000025>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000033>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000039>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000023>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000029>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000021>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000014>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000017>
read(3</proc/63713/mountinfo>, "REDACTED", 1024) = 18 <0.000005>
read(3</proc/63713/mountinfo>, "REDACTED", 1024) = 0 <0.000005>
openat(AT_FDCWD, "/run/systemd/unit-root/sys/kernel/config",
O_RDONLY|O_NOFOLLOW|O_CLOEXEC|O_PATH) =
4</run/systemd/unit-root/sys/kernel/config> <0.000017>
mount(NULL, "/proc/self/fd/4", NULL,
MS_RDONLY|MS_NOSUID|MS_NODEV|MS_NOEXEC|MS_REMOUNT|MS_BIND, NULL) = 0 <0.000013>
close(4</run/systemd/unit-root/sys/kernel/config>) = 0 <0.000007>
openat(AT_FDCWD, "/run/systemd/unit-root/sys/kernel/security",
O_RDONLY|O_NOFOLLOW|O_CLOEXEC|O_PATH) =
4</run/systemd/unit-root/sys/kernel/security> <0.000009>
mount(NULL, "/proc/self/fd/4", NULL,
MS_RDONLY|MS_NOSUID|MS_NODEV|MS_NOEXEC|MS_REMOUNT|MS_BIND, NULL) = 0 <0.000008>
close(4</run/systemd/unit-root/sys/kernel/security>) = 0 <0.000006>
openat(AT_FDCWD, "/run/systemd/unit-root/sys/fs/pstore",
O_RDONLY|O_NOFOLLOW|O_CLOEXEC|O_PATH) = 4</run/systemd/unit-root/sys/fs/pstore>
<0.000010>
mount(NULL, "/proc/self/fd/4", NULL,
MS_RDONLY|MS_NOSUID|MS_NODEV|MS_NOEXEC|MS_REMOUNT|MS_BIND, NULL) = 0 <0.000007>
close(4</run/systemd/unit-root/sys/fs/pstore>) = 0 <0.000005>
openat(AT_FDCWD, "/run/systemd/unit-root/sys",
O_RDONLY|O_NOFOLLOW|O_CLOEXEC|O_PATH) = 4</run/systemd/unit-root/sys> <0.000006>
mount(NULL, "/proc/self/fd/4", NULL,
MS_RDONLY|MS_NOSUID|MS_NODEV|MS_NOEXEC|MS_REMOUNT|MS_BIND, NULL) = 0 <0.000006>
close(4</run/systemd/unit-root/sys>) = 0 <0.000005>
openat(AT_FDCWD, "/run/systemd/unit-root/sys/firmware/efi/efivars",
O_RDONLY|O_NOFOLLOW|O_CLOEXEC|O_PATH) =
4</run/systemd/unit-root/sys/firmware/efi/efivars> <0.000007>
mount(NULL, "/proc/self/fd/4", NULL,
MS_RDONLY|MS_NOSUID|MS_NODEV|MS_NOEXEC|MS_REMOUNT|MS_BIND, NULL) = 0 <0.000007>
close(4</run/systemd/unit-root/sys/firmware/efi/efivars>) = 0 <0.000005>
openat(AT_FDCWD, "/run/systemd/unit-root/sys/fs/fuse/connections",
O_RDONLY|O_NOFOLLOW|O_CLOEXEC|O_PATH) =
4</run/systemd/unit-root/sys/fs/fuse/connections> <0.000007>
mount(NULL, "/proc/self/fd/4", NULL,
MS_RDONLY|MS_NOSUID|MS_NODEV|MS_NOEXEC|MS_REMOUNT|MS_BIND, NULL) = 0 <0.000008>
close(4</run/systemd/unit-root/sys/fs/fuse/connections>) = 0 <0.000006>
lseek(3</proc/63713/mountinfo>, 0, SEEK_SET) = 0 <0.000010>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000038>
lstat("/proc", {st_mode=S_IFDIR|0555, st_size=0, ...}) = 0 <0.000008>
lstat("/proc/self", {st_mode=S_IFLNK|0777, st_size=0, ...}) = 0 <0.000006>
readlink("/proc/self", "63713", 4095) = 5 <0.000006>
lstat("/proc/63713", {st_mode=S_IFDIR|0555, st_size=0, ...}) = 0 <0.000006>
lstat("/proc/63713/mountinfo", {st_mode=S_IFREG|0444, st_size=0, ...}) = 0
<0.000005>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000026>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000023>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000036>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000052>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000039>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000020>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000030>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000018>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000020>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000014>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000039>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000034>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000021>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000022>
read(3</proc/63713/mountinfo>, "REDACTED", 1024) = 18 <0.000021>
read(3</proc/63713/mountinfo>, "REDACTED", 1024) = 0 <0.000006>
lseek(3</proc/63713/mountinfo>, 0, SEEK_SET) = 0 <0.000006>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000030>
lstat("/proc", {st_mode=S_IFDIR|0555, st_size=0, ...}) = 0 <0.000008>
lstat("/proc/self", {st_mode=S_IFLNK|0777, st_size=0, ...}) = 0 <0.000008>
readlink("/proc/self", "63713", 4095) = 5 <0.000007>
lstat("/proc/63713", {st_mode=S_IFDIR|0555, st_size=0, ...}) = 0 <0.000007>
lstat("/proc/63713/mountinfo", {st_mode=S_IFREG|0444, st_size=0, ...}) = 0
<0.000006>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000025>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000023>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000030>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000027>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000021>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000024>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000023>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000024>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000025>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000018>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000038>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000019>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000024>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000021>
read(3</proc/63713/mountinfo>, "REDACTED", 1024) = 18 <0.000006>
read(3</proc/63713/mountinfo>, "REDACTED", 1024) = 0 <0.000006>
openat(AT_FDCWD, "/run/systemd/unit-root/usr/lib/modules",
O_RDONLY|O_NOFOLLOW|O_CLOEXEC|O_PATH) =
4</run/systemd/unit-root/usr/lib/modules> <0.000013>
mount(NULL, "/proc/self/fd/4", NULL,
MS_RDONLY|MS_NOSUID|MS_NODEV|MS_NOEXEC|MS_REMOUNT|MS_BIND, NULL) = 0 <0.000023>
close(4</run/systemd/unit-root/usr/lib/modules>) = 0 <0.000007>
lseek(3</proc/63713/mountinfo>, 0, SEEK_SET) = 0 <0.000006>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000029>
lstat("/proc", {st_mode=S_IFDIR|0555, st_size=0, ...}) = 0 <0.000007>
lstat("/proc/self", {st_mode=S_IFLNK|0777, st_size=0, ...}) = 0 <0.000006>
readlink("/proc/self", "63713", 4095) = 5 <0.000007>
lstat("/proc/63713", {st_mode=S_IFDIR|0555, st_size=0, ...}) = 0 <0.000006>
lstat("/proc/63713/mountinfo", {st_mode=S_IFREG|0444, st_size=0, ...}) = 0
<0.000020>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000025>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000017>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000018>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000019>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000014>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000016>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000015>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000015>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000017>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000012>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000015>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000012>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000012>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000014>
read(3</proc/63713/mountinfo>, "REDACTED", 1024) = 18 <0.000005>
read(3</proc/63713/mountinfo>, "REDACTED", 1024) = 0 <0.000005>
lseek(3</proc/63713/mountinfo>, 0, SEEK_SET) = 0 <0.000005>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000018>
lstat("/proc", {st_mode=S_IFDIR|0555, st_size=0, ...}) = 0 <0.000006>
lstat("/proc/self", {st_mode=S_IFLNK|0777, st_size=0, ...}) = 0 <0.000005>
readlink("/proc/self", "63713", 4095) = 5 <0.000006>
lstat("/proc/63713", {st_mode=S_IFDIR|0555, st_size=0, ...}) = 0 <0.000006>
lstat("/proc/63713/mountinfo", {st_mode=S_IFREG|0444, st_size=0, ...}) = 0
<0.000007>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000016>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000015>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000017>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000018>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000014>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000030>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000018>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000019>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000023>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000019>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000019>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000014>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000013>
read(3</proc/63713/mountinfo>, "REDACTED"..., 1024) = 1024 <0.000015>
read(3</proc/63713/mountinfo>, "REDACTED", 1024) = 18 <0.000005>
read(3</proc/63713/mountinfo>, "REDACTED", 1024) = 0 <0.000005>
openat(AT_FDCWD, "/run/systemd/unit-root/sys/fs/fuse/connections",
O_RDONLY|O_NOFOLLOW|O_CLOEXEC|O_PATH) =
4</run/systemd/unit-root/sys/fs/fuse/connections> <0.000014>
mount(NULL, "/proc/self/fd/4", NULL,
MS_RDONLY|MS_NOSUID|MS_NODEV|MS_NOEXEC|MS_REMOUNT|MS_BIND, NULL) = 0 <0.000009>
close(4</run/systemd/unit-root/sys/fs/fuse/connections>) = 0 <0.000007>
openat(AT_FDCWD, "/run/systemd/unit-root/sys/firmware/efi/efivars",
O_RDONLY|O_NOFOLLOW|O_CLOEXEC|O_PATH) =
4</run/systemd/unit-root/sys/firmware/efi/efivars> <0.000011>
mount(NULL, "/proc/self/fd/4", NULL,
MS_RDONLY|MS_NOSUID|MS_NODEV|MS_NOEXEC|MS_REMOUNT|MS_BIND, NULL) = 0 <0.000010>
close(4</run/systemd/unit-root/sys/firmware/efi/efivars>) = 0 <0.000007>
openat(AT_FDCWD, "/run/systemd/unit-root/proc/asound",
O_RDONLY|O_NOFOLLOW|O_CLOEXEC|O_PATH) = 4</run/systemd/unit-root/proc/asound>
<0.000011>
mount(NULL, "/proc/self/fd/4", NULL,
MS_RDONLY|MS_NOSUID|MS_NODEV|MS_NOEXEC|MS_REMOUNT|MS_BIND, NULL) = 0 <0.000014>
close(4</run/systemd/unit-root/proc/asound>) = 0 <0.000008>
openat(AT_FDCWD, "/run/systemd/unit-root/sys/kernel/security",
O_RDONLY|O_NOFOLLOW|O_CLOEXEC|O_PATH) =
4</run/systemd/unit-root/sys/kernel/security> <0.000012>
mount(NULL, "/proc/self/fd/4", NULL,
MS_RDONLY|MS_NOSUID|MS_NODEV|MS_NOEXEC|MS_REMOUNT|MS_BIND, NULL) = 0 <0.000009>
close(4</run/systemd/unit-root/sys/kernel/security>) = 0 <0.000006>
openat(AT_FDCWD, "/run/systemd/unit-root/var/lib/systemd/timesync",
O_RDONLY|O_NOFOLLOW|O_CLOEXEC|O_PATH) =
4</run/systemd/unit-root/var/lib/systemd/timesync> <0.000020>
mount(NULL, "/proc/self/fd/4", NULL, MS_NOSUID|MS_REMOUNT|MS_BIND, NULL) = 0
<0.000013>
close(4</run/systemd/unit-root/var/lib/systemd/timesync>) = 0 <0.000007>
openat(AT_FDCWD, "/run/systemd/unit-root/lxc/luna/rootfs/tmp",
O_RDONLY|O_NOFOLLOW|O_CLOEXEC|O_PATH) =
4</run/systemd/unit-root/lxc/luna/rootfs/tmp> <0.000012>
mount(NULL, "/proc/self/fd/4", NULL, MS_RDONLY|MS_NOSUID|MS_REMOUNT|MS_BIND,
NULL) = 0 <0.000009>
close(4</run/systemd/unit-root/lxc/luna/rootfs/tmp>) = 0 <0.000006>
openat(AT_FDCWD, "/run/systemd/unit-root/proc/irq",
O_RDONLY|O_NOFOLLOW|O_CLOEXEC|O_PATH) = 4</run/systemd/unit-root/proc/irq>
<0.000010>
mount(NULL, "/proc/self/fd/4", NULL,
MS_RDONLY|MS_NOSUID|MS_NODEV|MS_NOEXEC|MS_REMOUNT|MS_BIND, NULL) = 0 <0.000009>
close(4</run/systemd/unit-root/proc/irq>) = 0 <0.000006>
openat(AT_FDCWD, "/run/systemd/unit-root/proc/kcore",
O_RDONLY|O_NOFOLLOW|O_CLOEXEC|O_PATH) = 4</run/systemd/unit-root/proc/kcore>
<0.000009>
mount(NULL, "/proc/self/fd/4", NULL,
MS_RDONLY|MS_NOSUID|MS_NODEV|MS_NOEXEC|MS_REMOUNT|MS_BIND, NULL) = 0 <0.000008>
close(4</run/systemd/unit-root/proc/kcore>) = 0 <0.000006>
openat(AT_FDCWD, "/run/systemd/unit-root/sys/fs/cgroup",
O_RDONLY|O_NOFOLLOW|O_CLOEXEC|O_PATH) = 4</run/systemd/unit-root/sys/fs/cgroup>
<0.000010>
mount(NULL, "/proc/self/fd/4", NULL,
MS_RDONLY|MS_NOSUID|MS_NODEV|MS_NOEXEC|MS_REMOUNT|MS_BIND, NULL) = 0 <0.000009>
close(4</run/systemd/unit-root/sys/fs/cgroup>) = 0 <0.000006>
openat(AT_FDCWD, "/run/systemd/unit-root/sys/kernel/debug",
O_RDONLY|O_NOFOLLOW|O_CLOEXEC|O_PATH) =
4</run/systemd/unit-root/sys/kernel/debug> <0.000010>
mount(NULL, "/proc/self/fd/4", NULL,
MS_RDONLY|MS_NOSUID|MS_NODEV|MS_NOEXEC|MS_REMOUNT|MS_BIND, NULL) = 0 <0.000009>
close(4</run/systemd/unit-root/sys/kernel/debug>) = 0 <0.000006>
openat(AT_FDCWD, "/run/systemd/unit-root/var/cache/lxc",
O_RDONLY|O_NOFOLLOW|O_CLOEXEC|O_PATH) = 4</run/systemd/unit-root/var/cache/lxc>
<0.000010>
mount(NULL, "/proc/self/fd/4", NULL,
MS_RDONLY|MS_NOSUID|MS_REMOUNT|MS_NOATIME|MS_BIND, NULL) = 0 <0.000008>
close(4</run/systemd/unit-root/var/cache/lxc>) = 0 <0.000006>
openat(AT_FDCWD, "/run/systemd/unit-root/run/user",
O_RDONLY|O_NOFOLLOW|O_CLOEXEC|O_PATH) = 4</run/systemd/unit-root/run/user>
<0.000008>
mount(NULL, "/proc/self/fd/4", NULL,
MS_RDONLY|MS_NOSUID|MS_NODEV|MS_NOEXEC|MS_REMOUNT|MS_BIND, NULL) = 0 <0.000008>
close(4</run/systemd/unit-root/run/user>) = 0 <0.000006>
openat(AT_FDCWD, "/run/systemd/unit-root/run/systemd/timesync",
O_RDONLY|O_NOFOLLOW|O_CLOEXEC|O_PATH) =
4</run/systemd/unit-root/run/systemd/timesync> <0.000009>
mount(NULL, "/proc/self/fd/4", NULL,
MS_NOSUID|MS_NODEV|MS_NOEXEC|MS_REMOUNT|MS_BIND, NULL) = 0 <0.000008>
close(4</run/systemd/unit-root/run/systemd/timesync>) = 0 <0.000006>
openat(AT_FDCWD, "/run/systemd/unit-root/lxc/luna",
O_RDONLY|O_NOFOLLOW|O_CLOEXEC|O_PATH) = 4</run/systemd/unit-root/lxc/luna>
<0.000008>
mount(NULL, "/proc/self/fd/4", NULL,
MS_RDONLY|MS_NOSUID|MS_NODEV|MS_REMOUNT|MS_NOATIME|MS_BIND, NULL) = 0 <0.000008>
close(4</run/systemd/unit-root/lxc/luna>) = 0 <0.000006>
openat(AT_FDCWD, "/run/systemd/unit-root/nfs-mountpoint-1",
O_RDONLY|O_NOFOLLOW|O_CLOEXEC|O_PATH) =
4</run/systemd/unit-root/nfs-mountpoint-1> <0.000010>
mount(NULL, "/proc/self/fd/4", NULL, MS_RDONLY|MS_NOSUID|MS_REMOUNT|MS_BIND,
NULL) = 0 <0.000009>
close(4</run/systemd/unit-root/nfs-mountpoint-1>) = 0 <0.000006>
openat(AT_FDCWD, "/run/systemd/unit-root/dev/shm",
O_RDONLY|O_NOFOLLOW|O_CLOEXEC|O_PATH) = 4</run/systemd/unit-root/dev/shm>
<0.000009>
mount(NULL, "/proc/self/fd/4", NULL, MS_NOSUID|MS_NODEV|MS_REMOUNT|MS_BIND,
NULL) = 0 <0.000008>
close(4</run/systemd/unit-root/dev/shm>) = 0 <0.000006>
openat(AT_FDCWD, "/run/systemd/unit-root/proc/sys",
O_RDONLY|O_NOFOLLOW|O_CLOEXEC|O_PATH) = 4</run/systemd/unit-root/proc/sys>
<0.000008>
mount(NULL, "/proc/self/fd/4", NULL,
MS_RDONLY|MS_NOSUID|MS_NODEV|MS_NOEXEC|MS_REMOUNT|MS_BIND, NULL) = 0 <0.000008>
close(4</run/systemd/unit-root/proc/sys>) = 0 <0.000006>
openat(AT_FDCWD, "/run/systemd/unit-root/var/lib/lxcfs",
O_RDONLY|O_NOFOLLOW|O_CLOEXEC|O_PATH) = 4</run/systemd/unit-root/var/lib/lxcfs>
<0.000009>
mount(NULL, "/proc/self/fd/4", NULL,
MS_RDONLY|MS_NOSUID|MS_NODEV|MS_REMOUNT|MS_BIND, NULL) = 0 <0.000008>
close(4</run/systemd/unit-root/var/lib/lxcfs>) = 0 <0.000006>
openat(AT_FDCWD, "/run/systemd/unit-root/lxc/luna/rootfs/var",
O_RDONLY|O_NOFOLLOW|O_CLOEXEC|O_PATH) =
4</run/systemd/unit-root/lxc/luna/rootfs/var> <0.000009>
mount(NULL, "/proc/self/fd/4", NULL, MS_RDONLY|MS_NOSUID|MS_REMOUNT|MS_BIND,
NULL) = 0 <0.000008>
close(4</run/systemd/unit-root/lxc/luna/rootfs/var>) = 0 <0.000006>
openat(AT_FDCWD, "/run/systemd/unit-root/nfs-mountpoint-2",
O_RDONLY|O_NOFOLLOW|O_CLOEXEC|O_PATH) =
4</run/systemd/unit-root/nfs-mountpoint-2> <0.000010>
mount(NULL, "/proc/self/fd/4", NULL, MS_RDONLY|MS_NOSUID|MS_REMOUNT|MS_BIND,
NULL) = 0 <0.000009>
close(4</run/systemd/unit-root/nfs-mountpoint-2>) = 0 <0.000006>
openat(AT_FDCWD, "/run/systemd/unit-root/sys/kernel/debug/tracing",
O_RDONLY|O_NOFOLLOW|O_CLOEXEC|O_PATH) =
4</run/systemd/unit-root/sys/kernel/debug/tracing> <0.000011>
mount(NULL, "/proc/self/fd/4", NULL,
MS_RDONLY|MS_NOSUID|MS_NODEV|MS_NOEXEC|MS_REMOUNT|MS_BIND, NULL) = 0 <0.000010>
close(4</run/systemd/unit-root/sys/kernel/debug/tracing>) = 0 <0.000006>
openat(AT_FDCWD, "/run/systemd/unit-root/dev/hugepages",
O_RDONLY|O_NOFOLLOW|O_CLOEXEC|O_PATH) = 4</run/systemd/unit-root/dev/hugepages>
<0.000008>
mount(NULL, "/proc/self/fd/4", NULL, MS_NOSUID|MS_REMOUNT|MS_BIND, NULL) = 0
<0.000007>
close(4</run/systemd/unit-root/dev/hugepages>) = 0 <0.000005>
openat(AT_FDCWD, "/run/systemd/unit-root/run/rpc_pipefs",
O_RDONLY|O_NOFOLLOW|O_CLOEXEC|O_PATH) =
4</run/systemd/unit-root/run/rpc_pipefs> <0.000006>
mount(NULL, "/proc/self/fd/4", NULL, MS_NOSUID|MS_REMOUNT|MS_BIND, NULL) = 0
<0.000006>
close(4</run/systemd/unit-root/run/rpc_pipefs>) = 0 <0.000005>
openat(AT_FDCWD, "/run/systemd/unit-root/run/lock",
O_RDONLY|O_NOFOLLOW|O_CLOEXEC|O_PATH) = 4</run/systemd/unit-root/run/lock>
<0.000006>
mount(NULL, "/proc/self/fd/4", NULL,
MS_NOSUID|MS_NODEV|MS_NOEXEC|MS_REMOUNT|MS_BIND, NULL) = 0 <0.000007>
close(4</run/systemd/unit-root/run/lock>) = 0 <0.000005>
openat(AT_FDCWD, "/run/systemd/unit-root",
O_RDONLY|O_NOFOLLOW|O_CLOEXEC|O_PATH) = 4</run/systemd/unit-root> <0.000006>
mount(NULL, "/proc/self/fd/4", NULL, MS_RDONLY|MS_NOSUID|MS_REMOUNT|MS_BIND,
NULL) = 0 <0.000006>
close(4</run/systemd/unit-root>) = 0 <0.000005>
openat(AT_FDCWD, "/run/systemd/unit-root/proc/mtrr",
O_RDONLY|O_NOFOLLOW|O_CLOEXEC|O_PATH) = 4</run/systemd/unit-root/proc/mtrr>
<0.000007>
mount(NULL, "/proc/self/fd/4", NULL,
MS_RDONLY|MS_NOSUID|MS_NODEV|MS_NOEXEC|MS_REMOUNT|MS_BIND, NULL) = 0 <0.000006>
close(4</run/systemd/unit-root/proc/mtrr>) = 0 <0.000005>
openat(AT_FDCWD, "/run/systemd/unit-root/sys/fs/bpf",
O_RDONLY|O_NOFOLLOW|O_CLOEXEC|O_PATH) = 4</run/systemd/unit-root/sys/fs/bpf>
<0.000007>
mount(NULL, "/proc/self/fd/4", NULL,
MS_RDONLY|MS_NOSUID|MS_NODEV|MS_NOEXEC|MS_REMOUNT|MS_BIND, NULL) = 0 <0.000006>
close(4</run/systemd/unit-root/sys/fs/bpf>) = 0 <0.000005>
openat(AT_FDCWD, "/run/systemd/unit-root/lxc",
O_RDONLY|O_NOFOLLOW|O_CLOEXEC|O_PATH) = 4</run/systemd/unit-root/lxc> <0.000006>
mount(NULL, "/proc/self/fd/4", NULL,
MS_RDONLY|MS_NOSUID|MS_REMOUNT|MS_NOATIME|MS_BIND, NULL) = 0 <0.000006>
close(4</run/systemd/unit-root/lxc>) = 0 <0.000005>
openat(AT_FDCWD, "/run/systemd/unit-root/srv",
O_RDONLY|O_NOFOLLOW|O_CLOEXEC|O_PATH) = 4</run/systemd/unit-root/srv> <0.000026>
mount(NULL, "/proc/self/fd/4", NULL,
MS_RDONLY|MS_NOSUID|MS_NODEV|MS_NOEXEC|MS_REMOUNT|MS_NOATIME|MS_BIND, NULL) = 0
<0.000018>
close(4</run/systemd/unit-root/srv>) = 0 <0.000008>
openat(AT_FDCWD, "/run/systemd/unit-root/proc/kallsyms",
O_RDONLY|O_NOFOLLOW|O_CLOEXEC|O_PATH) = 4</run/systemd/unit-root/proc/kallsyms>
<0.000010>
mount(NULL, "/proc/self/fd/4", NULL,
MS_RDONLY|MS_NOSUID|MS_NODEV|MS_NOEXEC|MS_REMOUNT|MS_BIND, NULL) = 0 <0.000009>
close(4</run/systemd/unit-root/proc/kallsyms>) = 0 <0.000006>
openat(AT_FDCWD, "/run/systemd/unit-root/proc/kmsg",
O_RDONLY|O_NOFOLLOW|O_CLOEXEC|O_PATH) = 4</run/systemd/unit-root/proc/kmsg>
<0.000008>
mount(NULL, "/proc/self/fd/4", NULL,
MS_RDONLY|MS_NOSUID|MS_NODEV|MS_NOEXEC|MS_REMOUNT|MS_BIND, NULL) = 0 <0.000008>
close(4</run/systemd/unit-root/proc/kmsg>) = 0 <0.000007>
openat(AT_FDCWD, "/run/systemd/unit-root/run",
O_RDONLY|O_NOFOLLOW|O_CLOEXEC|O_PATH) = 4</run/systemd/unit-root/run> <0.000007>
mount(NULL, "/proc/self/fd/4", NULL,
MS_NOSUID|MS_NODEV|MS_NOEXEC|MS_REMOUNT|MS_BIND, NULL) = 0 <0.000008>
close(4</run/systemd/unit-root/run>) = 0 <0.000006>
openat(AT_FDCWD, "/run/systemd/unit-root/nfs-mountpoint-2/subdir",
O_RDONLY|O_NOFOLLOW|O_CLOEXEC|O_PATH) =
4</run/systemd/unit-root/nfs-mountpoint-2/subdir> <12.033046>
--- SIGTERM {si_signo=SIGTERM, si_code=SI_USER, si_pid=1, si_uid=0} ---
+++ killed by SIGTERM +++