Skip to content

Instantly share code, notes, and snippets.

@samuela
Last active March 26, 2022 23:44
Embed
What would you like to do?
- system: `"x86_64-linux"`
- host os: `Linux 5.10.106, NixOS, 21.11 (Porcupine)`
- multi-user?: `yes`
- sandbox: `yes`
- version: `nix-env (Nix) 2.3.16`
- channels(root): `"nixos-21.11.336674.e80f8f4d833, nix-ld"`
- channels(skainswo): `"home-manager, nixpkgs-unstable-22.05pre343295.adf7f03d3bf"`
- nixpkgs: `/nix/var/nix/profiles/per-user/root/channels/nixos`
{ config, modulesPath, lib, pkgs, ... }:
let
# See https://discourse.nixos.org/t/how-to-use-nvidia-v100-a100-gpus/17754/8.
nvdriver = pkgs.linuxPackages.nvidia_x11.overrideAttrs (oldAttrs: {
src = pkgs.fetchurl {
url = "https://us.download.nvidia.com/tesla/510.47.03/NVIDIA-Linux-x86_64-510.47.03.run";
sha256 = "146nwmwn5xwa52jgmc4m1kjr0zpj7b5rqicn1ly8sc9nx3d2397j";
};
version = "510.47.03";
});
in
{
imports = [
"${modulesPath}/virtualisation/amazon-image.nix"
<nix-ld/modules/nix-ld.nix>
./cachix.nix
# nixos-vscode-server is manager via home-manager. See https://github.com/msteen/nixos-vscode-server#installation.
# (fetchTarball "https://github.com/msteen/nixos-vscode-server/tarball/master")
(fetchTarball "https://github.com/samuela/nixos-idle-shutdown/tarball/main")
# /home/skainswo/dev/nixos-idle-shutdown
];
ec2.hvm = true;
networking.hostName = "doodoo";
networking.firewall.trustedInterfaces = [ "tailscale0" ];
users.mutableUsers = false;
security.sudo.wheelNeedsPassword = false;
users.users.skainswo = {
isNormalUser = true;
extraGroups = [ "wheel" "networkmanager" "docker" ];
shell = pkgs.zsh;
openssh.authorizedKeys.keys = [ "..." ];
};
# SSH security
services.openssh.passwordAuthentication = false;
services.openssh.permitRootLogin = lib.mkOverride 10 "no";
# Disconnect if the client is unresponsive for 3 minutes. See https://unix.stackexchange.com/a/327653/358522
services.openssh.extraConfig = ''
ClientAliveInterval 60
ClientAliveCountMax 3
'';
services.tailscale.enable = true;
# See https://nixos.wiki/wiki/Docker.
virtualisation.docker.enable = true;
# See https://code.visualstudio.com/docs/setup/linux#_visual-studio-code-is-unable-to-watch-for-file-changes-in-this-large-workspace-error-enospc.
boot.kernel.sysctl = {
"fs.inotify.max_user_watches" = "524288";
};
environment.systemPackages = with pkgs; [
tailscale
# Necessary for fix-vscode.hs script. Update: now using nixos-vscode-server.
# nodejs-14_x
];
services.idle-shutdown.enable = true;
# t3.micro instances only have 1G of RAM so we need some swap to get us going.
swapDevices = [ { device = "/swapfile"; size = 4096; } ];
# NVIDIA drivers, etc.
nixpkgs.config.allowUnfree = true;
services.xserver.videoDrivers = [ "nvidia" ];
# hardware.nvidia.package = config.boot.kernelPackages.nvidiaPackages.stable;
hardware.nvidia.package = nvdriver;
boot.kernelPackages = pkgs.linuxPackages // {
nvidiaPackages.stable = nvdriver;
};
hardware.opengl.enable = true;
# GC and storage optimization. See https://nixos.wiki/wiki/Storage_optimization
nix.autoOptimiseStore = true;
nix.gc.automatic = true;
}
❯ strace nvidia-smi
execve("/run/current-system/sw/bin/nvidia-smi", ["nvidia-smi"], 0x7ffc8171dce0 /* 48 vars */) = 0
brk(NULL) = 0x1ff9000
mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7ff2921fa000
access("/etc/ld-nix.so.preload", R_OK) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/if0rp8f3c3074qa5p7g5bk5pxhmnr02j-nvidia-x11-495.44-5.10.106/lib/glibc-hwcaps/x86-64-v3/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/nix/store/if0rp8f3c3074qa5p7g5bk5pxhmnr02j-nvidia-x11-495.44-5.10.106/lib/glibc-hwcaps/x86-64-v3", 0x7ffd3e27c3b0, 0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/if0rp8f3c3074qa5p7g5bk5pxhmnr02j-nvidia-x11-495.44-5.10.106/lib/glibc-hwcaps/x86-64-v2/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/nix/store/if0rp8f3c3074qa5p7g5bk5pxhmnr02j-nvidia-x11-495.44-5.10.106/lib/glibc-hwcaps/x86-64-v2", 0x7ffd3e27c3b0, 0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/if0rp8f3c3074qa5p7g5bk5pxhmnr02j-nvidia-x11-495.44-5.10.106/lib/tls/haswell/x86_64/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/nix/store/if0rp8f3c3074qa5p7g5bk5pxhmnr02j-nvidia-x11-495.44-5.10.106/lib/tls/haswell/x86_64", 0x7ffd3e27c3b0, 0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/if0rp8f3c3074qa5p7g5bk5pxhmnr02j-nvidia-x11-495.44-5.10.106/lib/tls/haswell/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/nix/store/if0rp8f3c3074qa5p7g5bk5pxhmnr02j-nvidia-x11-495.44-5.10.106/lib/tls/haswell", 0x7ffd3e27c3b0, 0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/if0rp8f3c3074qa5p7g5bk5pxhmnr02j-nvidia-x11-495.44-5.10.106/lib/tls/x86_64/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/nix/store/if0rp8f3c3074qa5p7g5bk5pxhmnr02j-nvidia-x11-495.44-5.10.106/lib/tls/x86_64", 0x7ffd3e27c3b0, 0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/if0rp8f3c3074qa5p7g5bk5pxhmnr02j-nvidia-x11-495.44-5.10.106/lib/tls/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/nix/store/if0rp8f3c3074qa5p7g5bk5pxhmnr02j-nvidia-x11-495.44-5.10.106/lib/tls", 0x7ffd3e27c3b0, 0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/if0rp8f3c3074qa5p7g5bk5pxhmnr02j-nvidia-x11-495.44-5.10.106/lib/haswell/x86_64/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/nix/store/if0rp8f3c3074qa5p7g5bk5pxhmnr02j-nvidia-x11-495.44-5.10.106/lib/haswell/x86_64", 0x7ffd3e27c3b0, 0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/if0rp8f3c3074qa5p7g5bk5pxhmnr02j-nvidia-x11-495.44-5.10.106/lib/haswell/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/nix/store/if0rp8f3c3074qa5p7g5bk5pxhmnr02j-nvidia-x11-495.44-5.10.106/lib/haswell", 0x7ffd3e27c3b0, 0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/if0rp8f3c3074qa5p7g5bk5pxhmnr02j-nvidia-x11-495.44-5.10.106/lib/x86_64/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/nix/store/if0rp8f3c3074qa5p7g5bk5pxhmnr02j-nvidia-x11-495.44-5.10.106/lib/x86_64", 0x7ffd3e27c3b0, 0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/if0rp8f3c3074qa5p7g5bk5pxhmnr02j-nvidia-x11-495.44-5.10.106/lib/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/nix/store/if0rp8f3c3074qa5p7g5bk5pxhmnr02j-nvidia-x11-495.44-5.10.106/lib", {st_mode=S_IFDIR|0555, st_size=4096, ...}, 0) = 0
openat(AT_FDCWD, "/nix/store/xz6ygi4v80xn8i5f2zxffs48172wsap5-libdrm-2.4.108/lib/glibc-hwcaps/x86-64-v3/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/nix/store/xz6ygi4v80xn8i5f2zxffs48172wsap5-libdrm-2.4.108/lib/glibc-hwcaps/x86-64-v3", 0x7ffd3e27c3b0, 0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/xz6ygi4v80xn8i5f2zxffs48172wsap5-libdrm-2.4.108/lib/glibc-hwcaps/x86-64-v2/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/nix/store/xz6ygi4v80xn8i5f2zxffs48172wsap5-libdrm-2.4.108/lib/glibc-hwcaps/x86-64-v2", 0x7ffd3e27c3b0, 0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/xz6ygi4v80xn8i5f2zxffs48172wsap5-libdrm-2.4.108/lib/tls/haswell/x86_64/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/nix/store/xz6ygi4v80xn8i5f2zxffs48172wsap5-libdrm-2.4.108/lib/tls/haswell/x86_64", 0x7ffd3e27c3b0, 0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/xz6ygi4v80xn8i5f2zxffs48172wsap5-libdrm-2.4.108/lib/tls/haswell/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/nix/store/xz6ygi4v80xn8i5f2zxffs48172wsap5-libdrm-2.4.108/lib/tls/haswell", 0x7ffd3e27c3b0, 0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/xz6ygi4v80xn8i5f2zxffs48172wsap5-libdrm-2.4.108/lib/tls/x86_64/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/nix/store/xz6ygi4v80xn8i5f2zxffs48172wsap5-libdrm-2.4.108/lib/tls/x86_64", 0x7ffd3e27c3b0, 0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/xz6ygi4v80xn8i5f2zxffs48172wsap5-libdrm-2.4.108/lib/tls/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/nix/store/xz6ygi4v80xn8i5f2zxffs48172wsap5-libdrm-2.4.108/lib/tls", 0x7ffd3e27c3b0, 0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/xz6ygi4v80xn8i5f2zxffs48172wsap5-libdrm-2.4.108/lib/haswell/x86_64/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/nix/store/xz6ygi4v80xn8i5f2zxffs48172wsap5-libdrm-2.4.108/lib/haswell/x86_64", 0x7ffd3e27c3b0, 0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/xz6ygi4v80xn8i5f2zxffs48172wsap5-libdrm-2.4.108/lib/haswell/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/nix/store/xz6ygi4v80xn8i5f2zxffs48172wsap5-libdrm-2.4.108/lib/haswell", 0x7ffd3e27c3b0, 0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/xz6ygi4v80xn8i5f2zxffs48172wsap5-libdrm-2.4.108/lib/x86_64/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/nix/store/xz6ygi4v80xn8i5f2zxffs48172wsap5-libdrm-2.4.108/lib/x86_64", 0x7ffd3e27c3b0, 0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/xz6ygi4v80xn8i5f2zxffs48172wsap5-libdrm-2.4.108/lib/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/nix/store/xz6ygi4v80xn8i5f2zxffs48172wsap5-libdrm-2.4.108/lib", {st_mode=S_IFDIR|0555, st_size=4096, ...}, 0) = 0
openat(AT_FDCWD, "/nix/store/60cll0hpsc45fiyycq0269hjxb9ixw1z-libXext-1.3.4/lib/glibc-hwcaps/x86-64-v3/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/nix/store/60cll0hpsc45fiyycq0269hjxb9ixw1z-libXext-1.3.4/lib/glibc-hwcaps/x86-64-v3", 0x7ffd3e27c3b0, 0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/60cll0hpsc45fiyycq0269hjxb9ixw1z-libXext-1.3.4/lib/glibc-hwcaps/x86-64-v2/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/nix/store/60cll0hpsc45fiyycq0269hjxb9ixw1z-libXext-1.3.4/lib/glibc-hwcaps/x86-64-v2", 0x7ffd3e27c3b0, 0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/60cll0hpsc45fiyycq0269hjxb9ixw1z-libXext-1.3.4/lib/tls/haswell/x86_64/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/nix/store/60cll0hpsc45fiyycq0269hjxb9ixw1z-libXext-1.3.4/lib/tls/haswell/x86_64", 0x7ffd3e27c3b0, 0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/60cll0hpsc45fiyycq0269hjxb9ixw1z-libXext-1.3.4/lib/tls/haswell/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/nix/store/60cll0hpsc45fiyycq0269hjxb9ixw1z-libXext-1.3.4/lib/tls/haswell", 0x7ffd3e27c3b0, 0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/60cll0hpsc45fiyycq0269hjxb9ixw1z-libXext-1.3.4/lib/tls/x86_64/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/nix/store/60cll0hpsc45fiyycq0269hjxb9ixw1z-libXext-1.3.4/lib/tls/x86_64", 0x7ffd3e27c3b0, 0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/60cll0hpsc45fiyycq0269hjxb9ixw1z-libXext-1.3.4/lib/tls/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/nix/store/60cll0hpsc45fiyycq0269hjxb9ixw1z-libXext-1.3.4/lib/tls", 0x7ffd3e27c3b0, 0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/60cll0hpsc45fiyycq0269hjxb9ixw1z-libXext-1.3.4/lib/haswell/x86_64/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/nix/store/60cll0hpsc45fiyycq0269hjxb9ixw1z-libXext-1.3.4/lib/haswell/x86_64", 0x7ffd3e27c3b0, 0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/60cll0hpsc45fiyycq0269hjxb9ixw1z-libXext-1.3.4/lib/haswell/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/nix/store/60cll0hpsc45fiyycq0269hjxb9ixw1z-libXext-1.3.4/lib/haswell", 0x7ffd3e27c3b0, 0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/60cll0hpsc45fiyycq0269hjxb9ixw1z-libXext-1.3.4/lib/x86_64/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/nix/store/60cll0hpsc45fiyycq0269hjxb9ixw1z-libXext-1.3.4/lib/x86_64", 0x7ffd3e27c3b0, 0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/60cll0hpsc45fiyycq0269hjxb9ixw1z-libXext-1.3.4/lib/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/nix/store/60cll0hpsc45fiyycq0269hjxb9ixw1z-libXext-1.3.4/lib", {st_mode=S_IFDIR|0555, st_size=4096, ...}, 0) = 0
openat(AT_FDCWD, "/nix/store/cn9djpqmsmcgn1m3jmdxb086096ci1l2-libX11-1.7.2/lib/glibc-hwcaps/x86-64-v3/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/nix/store/cn9djpqmsmcgn1m3jmdxb086096ci1l2-libX11-1.7.2/lib/glibc-hwcaps/x86-64-v3", 0x7ffd3e27c3b0, 0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/cn9djpqmsmcgn1m3jmdxb086096ci1l2-libX11-1.7.2/lib/glibc-hwcaps/x86-64-v2/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/nix/store/cn9djpqmsmcgn1m3jmdxb086096ci1l2-libX11-1.7.2/lib/glibc-hwcaps/x86-64-v2", 0x7ffd3e27c3b0, 0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/cn9djpqmsmcgn1m3jmdxb086096ci1l2-libX11-1.7.2/lib/tls/haswell/x86_64/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/nix/store/cn9djpqmsmcgn1m3jmdxb086096ci1l2-libX11-1.7.2/lib/tls/haswell/x86_64", 0x7ffd3e27c3b0, 0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/cn9djpqmsmcgn1m3jmdxb086096ci1l2-libX11-1.7.2/lib/tls/haswell/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/nix/store/cn9djpqmsmcgn1m3jmdxb086096ci1l2-libX11-1.7.2/lib/tls/haswell", 0x7ffd3e27c3b0, 0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/cn9djpqmsmcgn1m3jmdxb086096ci1l2-libX11-1.7.2/lib/tls/x86_64/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/nix/store/cn9djpqmsmcgn1m3jmdxb086096ci1l2-libX11-1.7.2/lib/tls/x86_64", 0x7ffd3e27c3b0, 0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/cn9djpqmsmcgn1m3jmdxb086096ci1l2-libX11-1.7.2/lib/tls/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/nix/store/cn9djpqmsmcgn1m3jmdxb086096ci1l2-libX11-1.7.2/lib/tls", 0x7ffd3e27c3b0, 0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/cn9djpqmsmcgn1m3jmdxb086096ci1l2-libX11-1.7.2/lib/haswell/x86_64/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/nix/store/cn9djpqmsmcgn1m3jmdxb086096ci1l2-libX11-1.7.2/lib/haswell/x86_64", 0x7ffd3e27c3b0, 0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/cn9djpqmsmcgn1m3jmdxb086096ci1l2-libX11-1.7.2/lib/haswell/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/nix/store/cn9djpqmsmcgn1m3jmdxb086096ci1l2-libX11-1.7.2/lib/haswell", 0x7ffd3e27c3b0, 0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/cn9djpqmsmcgn1m3jmdxb086096ci1l2-libX11-1.7.2/lib/x86_64/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/nix/store/cn9djpqmsmcgn1m3jmdxb086096ci1l2-libX11-1.7.2/lib/x86_64", 0x7ffd3e27c3b0, 0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/cn9djpqmsmcgn1m3jmdxb086096ci1l2-libX11-1.7.2/lib/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/nix/store/cn9djpqmsmcgn1m3jmdxb086096ci1l2-libX11-1.7.2/lib", {st_mode=S_IFDIR|0555, st_size=4096, ...}, 0) = 0
openat(AT_FDCWD, "/nix/store/bys55sr2dmx41nbhig47m0gaz1wm24y9-libXv-1.0.11/lib/glibc-hwcaps/x86-64-v3/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/nix/store/bys55sr2dmx41nbhig47m0gaz1wm24y9-libXv-1.0.11/lib/glibc-hwcaps/x86-64-v3", 0x7ffd3e27c3b0, 0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/bys55sr2dmx41nbhig47m0gaz1wm24y9-libXv-1.0.11/lib/glibc-hwcaps/x86-64-v2/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/nix/store/bys55sr2dmx41nbhig47m0gaz1wm24y9-libXv-1.0.11/lib/glibc-hwcaps/x86-64-v2", 0x7ffd3e27c3b0, 0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/bys55sr2dmx41nbhig47m0gaz1wm24y9-libXv-1.0.11/lib/tls/haswell/x86_64/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/nix/store/bys55sr2dmx41nbhig47m0gaz1wm24y9-libXv-1.0.11/lib/tls/haswell/x86_64", 0x7ffd3e27c3b0, 0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/bys55sr2dmx41nbhig47m0gaz1wm24y9-libXv-1.0.11/lib/tls/haswell/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/nix/store/bys55sr2dmx41nbhig47m0gaz1wm24y9-libXv-1.0.11/lib/tls/haswell", 0x7ffd3e27c3b0, 0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/bys55sr2dmx41nbhig47m0gaz1wm24y9-libXv-1.0.11/lib/tls/x86_64/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/nix/store/bys55sr2dmx41nbhig47m0gaz1wm24y9-libXv-1.0.11/lib/tls/x86_64", 0x7ffd3e27c3b0, 0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/bys55sr2dmx41nbhig47m0gaz1wm24y9-libXv-1.0.11/lib/tls/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/nix/store/bys55sr2dmx41nbhig47m0gaz1wm24y9-libXv-1.0.11/lib/tls", 0x7ffd3e27c3b0, 0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/bys55sr2dmx41nbhig47m0gaz1wm24y9-libXv-1.0.11/lib/haswell/x86_64/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/nix/store/bys55sr2dmx41nbhig47m0gaz1wm24y9-libXv-1.0.11/lib/haswell/x86_64", 0x7ffd3e27c3b0, 0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/bys55sr2dmx41nbhig47m0gaz1wm24y9-libXv-1.0.11/lib/haswell/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/nix/store/bys55sr2dmx41nbhig47m0gaz1wm24y9-libXv-1.0.11/lib/haswell", 0x7ffd3e27c3b0, 0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/bys55sr2dmx41nbhig47m0gaz1wm24y9-libXv-1.0.11/lib/x86_64/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/nix/store/bys55sr2dmx41nbhig47m0gaz1wm24y9-libXv-1.0.11/lib/x86_64", 0x7ffd3e27c3b0, 0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/bys55sr2dmx41nbhig47m0gaz1wm24y9-libXv-1.0.11/lib/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/nix/store/bys55sr2dmx41nbhig47m0gaz1wm24y9-libXv-1.0.11/lib", {st_mode=S_IFDIR|0555, st_size=4096, ...}, 0) = 0
openat(AT_FDCWD, "/nix/store/z46qhpwf01rswrxjvgkgnx50c6pnn1jp-libXrandr-1.5.2/lib/glibc-hwcaps/x86-64-v3/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/nix/store/z46qhpwf01rswrxjvgkgnx50c6pnn1jp-libXrandr-1.5.2/lib/glibc-hwcaps/x86-64-v3", 0x7ffd3e27c3b0, 0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/z46qhpwf01rswrxjvgkgnx50c6pnn1jp-libXrandr-1.5.2/lib/glibc-hwcaps/x86-64-v2/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/nix/store/z46qhpwf01rswrxjvgkgnx50c6pnn1jp-libXrandr-1.5.2/lib/glibc-hwcaps/x86-64-v2", 0x7ffd3e27c3b0, 0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/z46qhpwf01rswrxjvgkgnx50c6pnn1jp-libXrandr-1.5.2/lib/tls/haswell/x86_64/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/nix/store/z46qhpwf01rswrxjvgkgnx50c6pnn1jp-libXrandr-1.5.2/lib/tls/haswell/x86_64", 0x7ffd3e27c3b0, 0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/z46qhpwf01rswrxjvgkgnx50c6pnn1jp-libXrandr-1.5.2/lib/tls/haswell/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/nix/store/z46qhpwf01rswrxjvgkgnx50c6pnn1jp-libXrandr-1.5.2/lib/tls/haswell", 0x7ffd3e27c3b0, 0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/z46qhpwf01rswrxjvgkgnx50c6pnn1jp-libXrandr-1.5.2/lib/tls/x86_64/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/nix/store/z46qhpwf01rswrxjvgkgnx50c6pnn1jp-libXrandr-1.5.2/lib/tls/x86_64", 0x7ffd3e27c3b0, 0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/z46qhpwf01rswrxjvgkgnx50c6pnn1jp-libXrandr-1.5.2/lib/tls/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/nix/store/z46qhpwf01rswrxjvgkgnx50c6pnn1jp-libXrandr-1.5.2/lib/tls", 0x7ffd3e27c3b0, 0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/z46qhpwf01rswrxjvgkgnx50c6pnn1jp-libXrandr-1.5.2/lib/haswell/x86_64/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/nix/store/z46qhpwf01rswrxjvgkgnx50c6pnn1jp-libXrandr-1.5.2/lib/haswell/x86_64", 0x7ffd3e27c3b0, 0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/z46qhpwf01rswrxjvgkgnx50c6pnn1jp-libXrandr-1.5.2/lib/haswell/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/nix/store/z46qhpwf01rswrxjvgkgnx50c6pnn1jp-libXrandr-1.5.2/lib/haswell", 0x7ffd3e27c3b0, 0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/z46qhpwf01rswrxjvgkgnx50c6pnn1jp-libXrandr-1.5.2/lib/x86_64/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/nix/store/z46qhpwf01rswrxjvgkgnx50c6pnn1jp-libXrandr-1.5.2/lib/x86_64", 0x7ffd3e27c3b0, 0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/z46qhpwf01rswrxjvgkgnx50c6pnn1jp-libXrandr-1.5.2/lib/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/nix/store/z46qhpwf01rswrxjvgkgnx50c6pnn1jp-libXrandr-1.5.2/lib", {st_mode=S_IFDIR|0555, st_size=4096, ...}, 0) = 0
openat(AT_FDCWD, "/nix/store/1yrc4jsgs57yycxk8rcjv27329sz026i-libxcb-1.14/lib/glibc-hwcaps/x86-64-v3/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/nix/store/1yrc4jsgs57yycxk8rcjv27329sz026i-libxcb-1.14/lib/glibc-hwcaps/x86-64-v3", 0x7ffd3e27c3b0, 0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/1yrc4jsgs57yycxk8rcjv27329sz026i-libxcb-1.14/lib/glibc-hwcaps/x86-64-v2/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/nix/store/1yrc4jsgs57yycxk8rcjv27329sz026i-libxcb-1.14/lib/glibc-hwcaps/x86-64-v2", 0x7ffd3e27c3b0, 0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/1yrc4jsgs57yycxk8rcjv27329sz026i-libxcb-1.14/lib/tls/haswell/x86_64/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/nix/store/1yrc4jsgs57yycxk8rcjv27329sz026i-libxcb-1.14/lib/tls/haswell/x86_64", 0x7ffd3e27c3b0, 0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/1yrc4jsgs57yycxk8rcjv27329sz026i-libxcb-1.14/lib/tls/haswell/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/nix/store/1yrc4jsgs57yycxk8rcjv27329sz026i-libxcb-1.14/lib/tls/haswell", 0x7ffd3e27c3b0, 0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/1yrc4jsgs57yycxk8rcjv27329sz026i-libxcb-1.14/lib/tls/x86_64/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/nix/store/1yrc4jsgs57yycxk8rcjv27329sz026i-libxcb-1.14/lib/tls/x86_64", 0x7ffd3e27c3b0, 0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/1yrc4jsgs57yycxk8rcjv27329sz026i-libxcb-1.14/lib/tls/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/nix/store/1yrc4jsgs57yycxk8rcjv27329sz026i-libxcb-1.14/lib/tls", 0x7ffd3e27c3b0, 0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/1yrc4jsgs57yycxk8rcjv27329sz026i-libxcb-1.14/lib/haswell/x86_64/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/nix/store/1yrc4jsgs57yycxk8rcjv27329sz026i-libxcb-1.14/lib/haswell/x86_64", 0x7ffd3e27c3b0, 0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/1yrc4jsgs57yycxk8rcjv27329sz026i-libxcb-1.14/lib/haswell/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/nix/store/1yrc4jsgs57yycxk8rcjv27329sz026i-libxcb-1.14/lib/haswell", 0x7ffd3e27c3b0, 0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/1yrc4jsgs57yycxk8rcjv27329sz026i-libxcb-1.14/lib/x86_64/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/nix/store/1yrc4jsgs57yycxk8rcjv27329sz026i-libxcb-1.14/lib/x86_64", 0x7ffd3e27c3b0, 0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/1yrc4jsgs57yycxk8rcjv27329sz026i-libxcb-1.14/lib/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/nix/store/1yrc4jsgs57yycxk8rcjv27329sz026i-libxcb-1.14/lib", {st_mode=S_IFDIR|0555, st_size=4096, ...}, 0) = 0
openat(AT_FDCWD, "/nix/store/p7syn79gwkjxcpqw2w79jw0qdlxr8s26-zlib-1.2.11/lib/glibc-hwcaps/x86-64-v3/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/nix/store/p7syn79gwkjxcpqw2w79jw0qdlxr8s26-zlib-1.2.11/lib/glibc-hwcaps/x86-64-v3", 0x7ffd3e27c3b0, 0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/p7syn79gwkjxcpqw2w79jw0qdlxr8s26-zlib-1.2.11/lib/glibc-hwcaps/x86-64-v2/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/nix/store/p7syn79gwkjxcpqw2w79jw0qdlxr8s26-zlib-1.2.11/lib/glibc-hwcaps/x86-64-v2", 0x7ffd3e27c3b0, 0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/p7syn79gwkjxcpqw2w79jw0qdlxr8s26-zlib-1.2.11/lib/tls/haswell/x86_64/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/nix/store/p7syn79gwkjxcpqw2w79jw0qdlxr8s26-zlib-1.2.11/lib/tls/haswell/x86_64", 0x7ffd3e27c3b0, 0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/p7syn79gwkjxcpqw2w79jw0qdlxr8s26-zlib-1.2.11/lib/tls/haswell/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/nix/store/p7syn79gwkjxcpqw2w79jw0qdlxr8s26-zlib-1.2.11/lib/tls/haswell", 0x7ffd3e27c3b0, 0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/p7syn79gwkjxcpqw2w79jw0qdlxr8s26-zlib-1.2.11/lib/tls/x86_64/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/nix/store/p7syn79gwkjxcpqw2w79jw0qdlxr8s26-zlib-1.2.11/lib/tls/x86_64", 0x7ffd3e27c3b0, 0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/p7syn79gwkjxcpqw2w79jw0qdlxr8s26-zlib-1.2.11/lib/tls/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/nix/store/p7syn79gwkjxcpqw2w79jw0qdlxr8s26-zlib-1.2.11/lib/tls", 0x7ffd3e27c3b0, 0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/p7syn79gwkjxcpqw2w79jw0qdlxr8s26-zlib-1.2.11/lib/haswell/x86_64/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/nix/store/p7syn79gwkjxcpqw2w79jw0qdlxr8s26-zlib-1.2.11/lib/haswell/x86_64", 0x7ffd3e27c3b0, 0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/p7syn79gwkjxcpqw2w79jw0qdlxr8s26-zlib-1.2.11/lib/haswell/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/nix/store/p7syn79gwkjxcpqw2w79jw0qdlxr8s26-zlib-1.2.11/lib/haswell", 0x7ffd3e27c3b0, 0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/p7syn79gwkjxcpqw2w79jw0qdlxr8s26-zlib-1.2.11/lib/x86_64/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/nix/store/p7syn79gwkjxcpqw2w79jw0qdlxr8s26-zlib-1.2.11/lib/x86_64", 0x7ffd3e27c3b0, 0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/p7syn79gwkjxcpqw2w79jw0qdlxr8s26-zlib-1.2.11/lib/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/nix/store/p7syn79gwkjxcpqw2w79jw0qdlxr8s26-zlib-1.2.11/lib", {st_mode=S_IFDIR|0555, st_size=4096, ...}, 0) = 0
openat(AT_FDCWD, "/nix/store/lbccj93nnf77zxg3m9gmral5avbp64z2-gcc-10.3.0-lib/lib/glibc-hwcaps/x86-64-v3/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/nix/store/lbccj93nnf77zxg3m9gmral5avbp64z2-gcc-10.3.0-lib/lib/glibc-hwcaps/x86-64-v3", 0x7ffd3e27c3b0, 0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/lbccj93nnf77zxg3m9gmral5avbp64z2-gcc-10.3.0-lib/lib/glibc-hwcaps/x86-64-v2/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/nix/store/lbccj93nnf77zxg3m9gmral5avbp64z2-gcc-10.3.0-lib/lib/glibc-hwcaps/x86-64-v2", 0x7ffd3e27c3b0, 0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/lbccj93nnf77zxg3m9gmral5avbp64z2-gcc-10.3.0-lib/lib/tls/haswell/x86_64/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/nix/store/lbccj93nnf77zxg3m9gmral5avbp64z2-gcc-10.3.0-lib/lib/tls/haswell/x86_64", 0x7ffd3e27c3b0, 0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/lbccj93nnf77zxg3m9gmral5avbp64z2-gcc-10.3.0-lib/lib/tls/haswell/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/nix/store/lbccj93nnf77zxg3m9gmral5avbp64z2-gcc-10.3.0-lib/lib/tls/haswell", 0x7ffd3e27c3b0, 0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/lbccj93nnf77zxg3m9gmral5avbp64z2-gcc-10.3.0-lib/lib/tls/x86_64/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/nix/store/lbccj93nnf77zxg3m9gmral5avbp64z2-gcc-10.3.0-lib/lib/tls/x86_64", 0x7ffd3e27c3b0, 0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/lbccj93nnf77zxg3m9gmral5avbp64z2-gcc-10.3.0-lib/lib/tls/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/nix/store/lbccj93nnf77zxg3m9gmral5avbp64z2-gcc-10.3.0-lib/lib/tls", 0x7ffd3e27c3b0, 0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/lbccj93nnf77zxg3m9gmral5avbp64z2-gcc-10.3.0-lib/lib/haswell/x86_64/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/nix/store/lbccj93nnf77zxg3m9gmral5avbp64z2-gcc-10.3.0-lib/lib/haswell/x86_64", 0x7ffd3e27c3b0, 0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/lbccj93nnf77zxg3m9gmral5avbp64z2-gcc-10.3.0-lib/lib/haswell/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/nix/store/lbccj93nnf77zxg3m9gmral5avbp64z2-gcc-10.3.0-lib/lib/haswell", 0x7ffd3e27c3b0, 0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/lbccj93nnf77zxg3m9gmral5avbp64z2-gcc-10.3.0-lib/lib/x86_64/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/nix/store/lbccj93nnf77zxg3m9gmral5avbp64z2-gcc-10.3.0-lib/lib/x86_64", 0x7ffd3e27c3b0, 0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/lbccj93nnf77zxg3m9gmral5avbp64z2-gcc-10.3.0-lib/lib/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/nix/store/lbccj93nnf77zxg3m9gmral5avbp64z2-gcc-10.3.0-lib/lib", {st_mode=S_IFDIR|0555, st_size=4096, ...}, 0) = 0
openat(AT_FDCWD, "/nix/store/zzrsc1575xyb098svrmhd7f394fvmi2h-wayland-1.19.0/lib/glibc-hwcaps/x86-64-v3/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/nix/store/zzrsc1575xyb098svrmhd7f394fvmi2h-wayland-1.19.0/lib/glibc-hwcaps/x86-64-v3", 0x7ffd3e27c3b0, 0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/zzrsc1575xyb098svrmhd7f394fvmi2h-wayland-1.19.0/lib/glibc-hwcaps/x86-64-v2/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/nix/store/zzrsc1575xyb098svrmhd7f394fvmi2h-wayland-1.19.0/lib/glibc-hwcaps/x86-64-v2", 0x7ffd3e27c3b0, 0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/zzrsc1575xyb098svrmhd7f394fvmi2h-wayland-1.19.0/lib/tls/haswell/x86_64/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/nix/store/zzrsc1575xyb098svrmhd7f394fvmi2h-wayland-1.19.0/lib/tls/haswell/x86_64", 0x7ffd3e27c3b0, 0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/zzrsc1575xyb098svrmhd7f394fvmi2h-wayland-1.19.0/lib/tls/haswell/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/nix/store/zzrsc1575xyb098svrmhd7f394fvmi2h-wayland-1.19.0/lib/tls/haswell", 0x7ffd3e27c3b0, 0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/zzrsc1575xyb098svrmhd7f394fvmi2h-wayland-1.19.0/lib/tls/x86_64/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/nix/store/zzrsc1575xyb098svrmhd7f394fvmi2h-wayland-1.19.0/lib/tls/x86_64", 0x7ffd3e27c3b0, 0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/zzrsc1575xyb098svrmhd7f394fvmi2h-wayland-1.19.0/lib/tls/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/nix/store/zzrsc1575xyb098svrmhd7f394fvmi2h-wayland-1.19.0/lib/tls", 0x7ffd3e27c3b0, 0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/zzrsc1575xyb098svrmhd7f394fvmi2h-wayland-1.19.0/lib/haswell/x86_64/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/nix/store/zzrsc1575xyb098svrmhd7f394fvmi2h-wayland-1.19.0/lib/haswell/x86_64", 0x7ffd3e27c3b0, 0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/zzrsc1575xyb098svrmhd7f394fvmi2h-wayland-1.19.0/lib/haswell/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/nix/store/zzrsc1575xyb098svrmhd7f394fvmi2h-wayland-1.19.0/lib/haswell", 0x7ffd3e27c3b0, 0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/zzrsc1575xyb098svrmhd7f394fvmi2h-wayland-1.19.0/lib/x86_64/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/nix/store/zzrsc1575xyb098svrmhd7f394fvmi2h-wayland-1.19.0/lib/x86_64", 0x7ffd3e27c3b0, 0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/zzrsc1575xyb098svrmhd7f394fvmi2h-wayland-1.19.0/lib/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/nix/store/zzrsc1575xyb098svrmhd7f394fvmi2h-wayland-1.19.0/lib", {st_mode=S_IFDIR|0555, st_size=4096, ...}, 0) = 0
openat(AT_FDCWD, "/nix/store/6dgi3bpfx9vii5a72x0m9pjzljcs0190-mesa-21.2.6/lib/glibc-hwcaps/x86-64-v3/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/nix/store/6dgi3bpfx9vii5a72x0m9pjzljcs0190-mesa-21.2.6/lib/glibc-hwcaps/x86-64-v3", 0x7ffd3e27c3b0, 0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/6dgi3bpfx9vii5a72x0m9pjzljcs0190-mesa-21.2.6/lib/glibc-hwcaps/x86-64-v2/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/nix/store/6dgi3bpfx9vii5a72x0m9pjzljcs0190-mesa-21.2.6/lib/glibc-hwcaps/x86-64-v2", 0x7ffd3e27c3b0, 0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/6dgi3bpfx9vii5a72x0m9pjzljcs0190-mesa-21.2.6/lib/tls/haswell/x86_64/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/nix/store/6dgi3bpfx9vii5a72x0m9pjzljcs0190-mesa-21.2.6/lib/tls/haswell/x86_64", 0x7ffd3e27c3b0, 0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/6dgi3bpfx9vii5a72x0m9pjzljcs0190-mesa-21.2.6/lib/tls/haswell/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/nix/store/6dgi3bpfx9vii5a72x0m9pjzljcs0190-mesa-21.2.6/lib/tls/haswell", 0x7ffd3e27c3b0, 0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/6dgi3bpfx9vii5a72x0m9pjzljcs0190-mesa-21.2.6/lib/tls/x86_64/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/nix/store/6dgi3bpfx9vii5a72x0m9pjzljcs0190-mesa-21.2.6/lib/tls/x86_64", 0x7ffd3e27c3b0, 0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/6dgi3bpfx9vii5a72x0m9pjzljcs0190-mesa-21.2.6/lib/tls/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/nix/store/6dgi3bpfx9vii5a72x0m9pjzljcs0190-mesa-21.2.6/lib/tls", 0x7ffd3e27c3b0, 0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/6dgi3bpfx9vii5a72x0m9pjzljcs0190-mesa-21.2.6/lib/haswell/x86_64/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/nix/store/6dgi3bpfx9vii5a72x0m9pjzljcs0190-mesa-21.2.6/lib/haswell/x86_64", 0x7ffd3e27c3b0, 0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/6dgi3bpfx9vii5a72x0m9pjzljcs0190-mesa-21.2.6/lib/haswell/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/nix/store/6dgi3bpfx9vii5a72x0m9pjzljcs0190-mesa-21.2.6/lib/haswell", 0x7ffd3e27c3b0, 0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/6dgi3bpfx9vii5a72x0m9pjzljcs0190-mesa-21.2.6/lib/x86_64/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/nix/store/6dgi3bpfx9vii5a72x0m9pjzljcs0190-mesa-21.2.6/lib/x86_64", 0x7ffd3e27c3b0, 0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/6dgi3bpfx9vii5a72x0m9pjzljcs0190-mesa-21.2.6/lib/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/nix/store/6dgi3bpfx9vii5a72x0m9pjzljcs0190-mesa-21.2.6/lib", {st_mode=S_IFDIR|0555, st_size=4096, ...}, 0) = 0
openat(AT_FDCWD, "/nix/store/zhp2k14y4ypw2dxcmvgx5013b7s1fz8d-libGL-1.3.4/lib/glibc-hwcaps/x86-64-v3/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/nix/store/zhp2k14y4ypw2dxcmvgx5013b7s1fz8d-libGL-1.3.4/lib/glibc-hwcaps/x86-64-v3", 0x7ffd3e27c3b0, 0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/zhp2k14y4ypw2dxcmvgx5013b7s1fz8d-libGL-1.3.4/lib/glibc-hwcaps/x86-64-v2/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/nix/store/zhp2k14y4ypw2dxcmvgx5013b7s1fz8d-libGL-1.3.4/lib/glibc-hwcaps/x86-64-v2", 0x7ffd3e27c3b0, 0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/zhp2k14y4ypw2dxcmvgx5013b7s1fz8d-libGL-1.3.4/lib/tls/haswell/x86_64/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/nix/store/zhp2k14y4ypw2dxcmvgx5013b7s1fz8d-libGL-1.3.4/lib/tls/haswell/x86_64", 0x7ffd3e27c3b0, 0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/zhp2k14y4ypw2dxcmvgx5013b7s1fz8d-libGL-1.3.4/lib/tls/haswell/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/nix/store/zhp2k14y4ypw2dxcmvgx5013b7s1fz8d-libGL-1.3.4/lib/tls/haswell", 0x7ffd3e27c3b0, 0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/zhp2k14y4ypw2dxcmvgx5013b7s1fz8d-libGL-1.3.4/lib/tls/x86_64/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/nix/store/zhp2k14y4ypw2dxcmvgx5013b7s1fz8d-libGL-1.3.4/lib/tls/x86_64", 0x7ffd3e27c3b0, 0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/zhp2k14y4ypw2dxcmvgx5013b7s1fz8d-libGL-1.3.4/lib/tls/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/nix/store/zhp2k14y4ypw2dxcmvgx5013b7s1fz8d-libGL-1.3.4/lib/tls", 0x7ffd3e27c3b0, 0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/zhp2k14y4ypw2dxcmvgx5013b7s1fz8d-libGL-1.3.4/lib/haswell/x86_64/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/nix/store/zhp2k14y4ypw2dxcmvgx5013b7s1fz8d-libGL-1.3.4/lib/haswell/x86_64", 0x7ffd3e27c3b0, 0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/zhp2k14y4ypw2dxcmvgx5013b7s1fz8d-libGL-1.3.4/lib/haswell/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/nix/store/zhp2k14y4ypw2dxcmvgx5013b7s1fz8d-libGL-1.3.4/lib/haswell", 0x7ffd3e27c3b0, 0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/zhp2k14y4ypw2dxcmvgx5013b7s1fz8d-libGL-1.3.4/lib/x86_64/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/nix/store/zhp2k14y4ypw2dxcmvgx5013b7s1fz8d-libGL-1.3.4/lib/x86_64", 0x7ffd3e27c3b0, 0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/zhp2k14y4ypw2dxcmvgx5013b7s1fz8d-libGL-1.3.4/lib/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/nix/store/zhp2k14y4ypw2dxcmvgx5013b7s1fz8d-libGL-1.3.4/lib", {st_mode=S_IFDIR|0555, st_size=4096, ...}, 0) = 0
openat(AT_FDCWD, "/nix/store/rir9pf0kz1mb84x5bd3yr0fx415yy423-glibc-2.33-123/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/rir9pf0kz1mb84x5bd3yr0fx415yy423-glibc-2.33-123/lib/glibc-hwcaps/x86-64-v3/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/nix/store/rir9pf0kz1mb84x5bd3yr0fx415yy423-glibc-2.33-123/lib/glibc-hwcaps/x86-64-v3", 0x7ffd3e27c3b0, 0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/rir9pf0kz1mb84x5bd3yr0fx415yy423-glibc-2.33-123/lib/glibc-hwcaps/x86-64-v2/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/nix/store/rir9pf0kz1mb84x5bd3yr0fx415yy423-glibc-2.33-123/lib/glibc-hwcaps/x86-64-v2", 0x7ffd3e27c3b0, 0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/rir9pf0kz1mb84x5bd3yr0fx415yy423-glibc-2.33-123/lib/tls/haswell/x86_64/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/nix/store/rir9pf0kz1mb84x5bd3yr0fx415yy423-glibc-2.33-123/lib/tls/haswell/x86_64", 0x7ffd3e27c3b0, 0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/rir9pf0kz1mb84x5bd3yr0fx415yy423-glibc-2.33-123/lib/tls/haswell/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/nix/store/rir9pf0kz1mb84x5bd3yr0fx415yy423-glibc-2.33-123/lib/tls/haswell", 0x7ffd3e27c3b0, 0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/rir9pf0kz1mb84x5bd3yr0fx415yy423-glibc-2.33-123/lib/tls/x86_64/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/nix/store/rir9pf0kz1mb84x5bd3yr0fx415yy423-glibc-2.33-123/lib/tls/x86_64", 0x7ffd3e27c3b0, 0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/rir9pf0kz1mb84x5bd3yr0fx415yy423-glibc-2.33-123/lib/tls/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/nix/store/rir9pf0kz1mb84x5bd3yr0fx415yy423-glibc-2.33-123/lib/tls", 0x7ffd3e27c3b0, 0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/rir9pf0kz1mb84x5bd3yr0fx415yy423-glibc-2.33-123/lib/haswell/x86_64/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/nix/store/rir9pf0kz1mb84x5bd3yr0fx415yy423-glibc-2.33-123/lib/haswell/x86_64", 0x7ffd3e27c3b0, 0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/rir9pf0kz1mb84x5bd3yr0fx415yy423-glibc-2.33-123/lib/haswell/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/nix/store/rir9pf0kz1mb84x5bd3yr0fx415yy423-glibc-2.33-123/lib/haswell", 0x7ffd3e27c3b0, 0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/rir9pf0kz1mb84x5bd3yr0fx415yy423-glibc-2.33-123/lib/x86_64/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
newfstatat(AT_FDCWD, "/nix/store/rir9pf0kz1mb84x5bd3yr0fx415yy423-glibc-2.33-123/lib/x86_64", 0x7ffd3e27c3b0, 0) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/rir9pf0kz1mb84x5bd3yr0fx415yy423-glibc-2.33-123/lib/libpthread.so.0", 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\220{\0\0\0\0\0\0"..., 832) = 832
pread64(3, "\4\0\0\0\24\0\0\0\3\0\0\0GNU\0\341\220\21\7\327\22\306\207;^~\317\350\0\355\374"..., 68, 824) = 68
newfstatat(3, "", {st_mode=S_IFREG|0555, st_size=140064, ...}, AT_EMPTY_PATH) = 0
mmap(NULL, 127384, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7ff2921da000
mmap(0x7ff2921e1000, 57344, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x7000) = 0x7ff2921e1000
mmap(0x7ff2921ef000, 20480, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x15000) = 0x7ff2921ef000
mmap(0x7ff2921f4000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x19000) = 0x7ff2921f4000
mmap(0x7ff2921f6000, 12696, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7ff2921f6000
close(3) = 0
openat(AT_FDCWD, "/nix/store/if0rp8f3c3074qa5p7g5bk5pxhmnr02j-nvidia-x11-495.44-5.10.106/lib/libm.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/xz6ygi4v80xn8i5f2zxffs48172wsap5-libdrm-2.4.108/lib/libm.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/60cll0hpsc45fiyycq0269hjxb9ixw1z-libXext-1.3.4/lib/libm.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/cn9djpqmsmcgn1m3jmdxb086096ci1l2-libX11-1.7.2/lib/libm.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/bys55sr2dmx41nbhig47m0gaz1wm24y9-libXv-1.0.11/lib/libm.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/z46qhpwf01rswrxjvgkgnx50c6pnn1jp-libXrandr-1.5.2/lib/libm.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/1yrc4jsgs57yycxk8rcjv27329sz026i-libxcb-1.14/lib/libm.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/p7syn79gwkjxcpqw2w79jw0qdlxr8s26-zlib-1.2.11/lib/libm.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/lbccj93nnf77zxg3m9gmral5avbp64z2-gcc-10.3.0-lib/lib/libm.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/zzrsc1575xyb098svrmhd7f394fvmi2h-wayland-1.19.0/lib/libm.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/6dgi3bpfx9vii5a72x0m9pjzljcs0190-mesa-21.2.6/lib/libm.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/zhp2k14y4ypw2dxcmvgx5013b7s1fz8d-libGL-1.3.4/lib/libm.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/rir9pf0kz1mb84x5bd3yr0fx415yy423-glibc-2.33-123/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\320\361\0\0\0\0\0\0"..., 832) = 832
newfstatat(3, "", {st_mode=S_IFREG|0555, st_size=1413688, ...}, AT_EMPTY_PATH) = 0
mmap(NULL, 1310744, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7ff292099000
mmap(0x7ff2920a8000, 618496, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xf000) = 0x7ff2920a8000
mmap(0x7ff29213f000, 626688, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xa6000) = 0x7ff29213f000
mmap(0x7ff2921d8000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x13e000) = 0x7ff2921d8000
close(3) = 0
openat(AT_FDCWD, "/nix/store/if0rp8f3c3074qa5p7g5bk5pxhmnr02j-nvidia-x11-495.44-5.10.106/lib/libdl.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/xz6ygi4v80xn8i5f2zxffs48172wsap5-libdrm-2.4.108/lib/libdl.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/60cll0hpsc45fiyycq0269hjxb9ixw1z-libXext-1.3.4/lib/libdl.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/cn9djpqmsmcgn1m3jmdxb086096ci1l2-libX11-1.7.2/lib/libdl.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/bys55sr2dmx41nbhig47m0gaz1wm24y9-libXv-1.0.11/lib/libdl.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/z46qhpwf01rswrxjvgkgnx50c6pnn1jp-libXrandr-1.5.2/lib/libdl.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/1yrc4jsgs57yycxk8rcjv27329sz026i-libxcb-1.14/lib/libdl.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/p7syn79gwkjxcpqw2w79jw0qdlxr8s26-zlib-1.2.11/lib/libdl.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/lbccj93nnf77zxg3m9gmral5avbp64z2-gcc-10.3.0-lib/lib/libdl.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/zzrsc1575xyb098svrmhd7f394fvmi2h-wayland-1.19.0/lib/libdl.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/6dgi3bpfx9vii5a72x0m9pjzljcs0190-mesa-21.2.6/lib/libdl.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/zhp2k14y4ypw2dxcmvgx5013b7s1fz8d-libGL-1.3.4/lib/libdl.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/rir9pf0kz1mb84x5bd3yr0fx415yy423-glibc-2.33-123/lib/libdl.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\20\21\0\0\0\0\0\0"..., 832) = 832
newfstatat(3, "", {st_mode=S_IFREG|0555, st_size=18528, ...}, AT_EMPTY_PATH) = 0
mmap(NULL, 16528, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7ff292094000
mmap(0x7ff292095000, 4096, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1000) = 0x7ff292095000
mmap(0x7ff292096000, 4096, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7ff292096000
mmap(0x7ff292097000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7ff292097000
close(3) = 0
openat(AT_FDCWD, "/nix/store/if0rp8f3c3074qa5p7g5bk5pxhmnr02j-nvidia-x11-495.44-5.10.106/lib/libc.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/xz6ygi4v80xn8i5f2zxffs48172wsap5-libdrm-2.4.108/lib/libc.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/60cll0hpsc45fiyycq0269hjxb9ixw1z-libXext-1.3.4/lib/libc.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/cn9djpqmsmcgn1m3jmdxb086096ci1l2-libX11-1.7.2/lib/libc.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/bys55sr2dmx41nbhig47m0gaz1wm24y9-libXv-1.0.11/lib/libc.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/z46qhpwf01rswrxjvgkgnx50c6pnn1jp-libXrandr-1.5.2/lib/libc.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/1yrc4jsgs57yycxk8rcjv27329sz026i-libxcb-1.14/lib/libc.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/p7syn79gwkjxcpqw2w79jw0qdlxr8s26-zlib-1.2.11/lib/libc.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/lbccj93nnf77zxg3m9gmral5avbp64z2-gcc-10.3.0-lib/lib/libc.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/zzrsc1575xyb098svrmhd7f394fvmi2h-wayland-1.19.0/lib/libc.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/6dgi3bpfx9vii5a72x0m9pjzljcs0190-mesa-21.2.6/lib/libc.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/zhp2k14y4ypw2dxcmvgx5013b7s1fz8d-libGL-1.3.4/lib/libc.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/rir9pf0kz1mb84x5bd3yr0fx415yy423-glibc-2.33-123/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\320x\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\0\20\0\0\0\5\0\0\0GNU\0\2\200\0\300\4\0\0\0\1\0\0\0\0\0\0\0", 32, 848) = 32
pread64(3, "\4\0\0\0\24\0\0\0\3\0\0\0GNU\0(\0+\6\r\232\10b5\343\0\3269n\203]"..., 68, 880) = 68
newfstatat(3, "", {st_mode=S_IFREG|0555, st_size=2141272, ...}, AT_EMPTY_PATH) = 0
mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7ff292092000
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, 1917264, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7ff291ebd000
mmap(0x7ff291ee3000, 1384448, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x26000) = 0x7ff291ee3000
mmap(0x7ff292035000, 319488, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x178000) = 0x7ff292035000
mmap(0x7ff292083000, 24576, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1c5000) = 0x7ff292083000
mmap(0x7ff292089000, 33104, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7ff292089000
close(3) = 0
openat(AT_FDCWD, "/nix/store/if0rp8f3c3074qa5p7g5bk5pxhmnr02j-nvidia-x11-495.44-5.10.106/lib/librt.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/xz6ygi4v80xn8i5f2zxffs48172wsap5-libdrm-2.4.108/lib/librt.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/60cll0hpsc45fiyycq0269hjxb9ixw1z-libXext-1.3.4/lib/librt.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/cn9djpqmsmcgn1m3jmdxb086096ci1l2-libX11-1.7.2/lib/librt.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/bys55sr2dmx41nbhig47m0gaz1wm24y9-libXv-1.0.11/lib/librt.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/z46qhpwf01rswrxjvgkgnx50c6pnn1jp-libXrandr-1.5.2/lib/librt.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/1yrc4jsgs57yycxk8rcjv27329sz026i-libxcb-1.14/lib/librt.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/p7syn79gwkjxcpqw2w79jw0qdlxr8s26-zlib-1.2.11/lib/librt.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/lbccj93nnf77zxg3m9gmral5avbp64z2-gcc-10.3.0-lib/lib/librt.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/zzrsc1575xyb098svrmhd7f394fvmi2h-wayland-1.19.0/lib/librt.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/6dgi3bpfx9vii5a72x0m9pjzljcs0190-mesa-21.2.6/lib/librt.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/zhp2k14y4ypw2dxcmvgx5013b7s1fz8d-libGL-1.3.4/lib/librt.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/nix/store/rir9pf0kz1mb84x5bd3yr0fx415yy423-glibc-2.33-123/lib/librt.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\3603\0\0\0\0\0\0"..., 832) = 832
newfstatat(3, "", {st_mode=S_IFREG|0555, st_size=49680, ...}, AT_EMPTY_PATH) = 0
mmap(NULL, 43520, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7ff291eb2000
mmap(0x7ff291eb5000, 16384, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x3000) = 0x7ff291eb5000
mmap(0x7ff291eb9000, 8192, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x7000) = 0x7ff291eb9000
mmap(0x7ff291ebb000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x8000) = 0x7ff291ebb000
close(3) = 0
mmap(NULL, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7ff291eaf000
arch_prctl(ARCH_SET_FS, 0x7ff291eaf740) = 0
mprotect(0x7ff292083000, 12288, PROT_READ) = 0
mprotect(0x7ff2921f4000, 4096, PROT_READ) = 0
mprotect(0x7ff291ebb000, 4096, PROT_READ) = 0
mprotect(0x7ff292097000, 4096, PROT_READ) = 0
mprotect(0x7ff2921d8000, 4096, PROT_READ) = 0
mprotect(0x688000, 110592, PROT_READ) = 0
mprotect(0x7ff29222b000, 8192, PROT_READ) = 0
set_tid_address(0x7ff291eafa10) = 7141
set_robust_list(0x7ff291eafa20, 24) = 0
rt_sigaction(SIGRTMIN, {sa_handler=0x7ff2921e1660, sa_mask=[], sa_flags=SA_RESTORER|SA_SIGINFO, sa_restorer=0x7ff2921ecee0}, NULL, 8) = 0
rt_sigaction(SIGRT_1, {sa_handler=0x7ff2921e1700, sa_mask=[], sa_flags=SA_RESTORER|SA_RESTART|SA_SIGINFO, sa_restorer=0x7ff2921ecee0}, NULL, 8) = 0
rt_sigprocmask(SIG_UNBLOCK, [RTMIN RT_1], NULL, 8) = 0
prlimit64(0, RLIMIT_STACK, NULL, {rlim_cur=8192*1024, rlim_max=RLIM64_INFINITY}) = 0
futex(0x7ff292098048, FUTEX_WAKE_PRIVATE, 2147483647) = 0
brk(NULL) = 0x1ff9000
brk(0x201a000) = 0x201a000
openat(AT_FDCWD, "/nix/store/if0rp8f3c3074qa5p7g5bk5pxhmnr02j-nvidia-x11-495.44-5.10.106/lib/libnvidia-ml.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\320f\1\0\0\0\0\0"..., 832) = 832
newfstatat(3, "", {st_mode=S_IFREG|0555, st_size=1890696, ...}, AT_EMPTY_PATH) = 0
mmap(NULL, 16468360, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7ff290efa000
mprotect(0x7ff29106f000, 14925824, PROT_NONE) = 0
mmap(0x7ff29126f000, 344064, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x175000) = 0x7ff29126f000
mmap(0x7ff2912c3000, 12480776, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7ff2912c3000
mmap(0x7ff291eab000, 16384, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1ca000) = 0x7ff291eab000
close(3) = 0
mprotect(0x7ff29126f000, 339968, PROT_READ) = 0
getpid() = 7141
gettimeofday({tv_sec=1648337781, tv_usec=228060}, NULL) = 0
openat(AT_FDCWD, "/proc/modules", O_RDONLY) = 3
newfstatat(3, "", {st_mode=S_IFREG|0444, st_size=0, ...}, AT_EMPTY_PATH) = 0
read(3, "xt_mark 16384 5 - Live 0x0000000"..., 1024) = 1024
read(3, "00000000000\nipt_rpfilter 16384 1"..., 1024) = 1024
read(3, "000000000000\nnvidia 39100416 2 n"..., 1024) = 1024
close(3) = 0
openat(AT_FDCWD, "/proc/driver/nvidia/params", O_RDONLY) = 3
newfstatat(3, "", {st_mode=S_IFREG|0444, st_size=0, ...}, AT_EMPTY_PATH) = 0
read(3, "ResmanDebugLevel: 4294967295\nRmL"..., 1024) = 827
close(3) = 0
stat("/dev/nvidiactl", {st_mode=S_IFCHR|0666, st_rdev=makedev(0xc3, 0xff), ...}) = 0
openat(AT_FDCWD, "/dev/nvidiactl", O_RDWR) = 3
fcntl(3, F_SETFD, FD_CLOEXEC) = 0
ioctl(3, _IOC(_IOC_READ|_IOC_WRITE, 0x46, 0xd2, 0x48), 0x7ffd3e27ca50) = 0
openat(AT_FDCWD, "/sys/devices/system/memory/block_size_bytes", O_RDONLY) = 4
read(4, "8000000\n", 99) = 8
close(4) = 0
ioctl(3, _IOC(_IOC_READ|_IOC_WRITE, 0x46, 0xd6, 0x8), 0x7ffd3e27cae0) = 0
ioctl(3, _IOC(_IOC_READ|_IOC_WRITE, 0x46, 0xc8, 0x900), 0x7ff291ea7e20) = 0
ioctl(3, _IOC(_IOC_READ|_IOC_WRITE, 0x46, 0x2b, 0x20), 0x7ffd3e27cbb0) = 0
openat(AT_FDCWD, "/proc/devices", O_RDONLY) = 4
newfstatat(4, "", {st_mode=S_IFREG|0444, st_size=0, ...}, AT_EMPTY_PATH) = 0
read(4, "Character devices:\n 1 mem\n 4 /"..., 1024) = 374
close(4) = 0
openat(AT_FDCWD, "/proc/driver/nvidia/capabilities/mig/config", O_RDONLY) = 4
newfstatat(4, "", {st_mode=S_IFREG|0444, st_size=0, ...}, AT_EMPTY_PATH) = 0
read(4, "DeviceFileMinor: 1\nDeviceFileMod"..., 1024) = 59
close(4) = 0
mkdir("/dev/nvidia-caps", 0755) = -1 EACCES (Permission denied)
stat("/usr/bin/nvidia-modprobe", 0x7ffd3e27c420) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/proc/devices", O_RDONLY) = 4
newfstatat(4, "", {st_mode=S_IFREG|0444, st_size=0, ...}, AT_EMPTY_PATH) = 0
read(4, "Character devices:\n 1 mem\n 4 /"..., 1024) = 374
close(4) = 0
openat(AT_FDCWD, "/proc/driver/nvidia/capabilities/mig/config", O_RDONLY) = 4
newfstatat(4, "", {st_mode=S_IFREG|0444, st_size=0, ...}, AT_EMPTY_PATH) = 0
read(4, "DeviceFileMinor: 1\nDeviceFileMod"..., 1024) = 59
close(4) = 0
openat(AT_FDCWD, "/proc/driver/nvidia/capabilities/mig/config", O_RDONLY) = 4
newfstatat(4, "", {st_mode=S_IFREG|0444, st_size=0, ...}, AT_EMPTY_PATH) = 0
read(4, "DeviceFileMinor: 1\nDeviceFileMod"..., 1024) = 59
read(4, "", 1024) = 0
close(4) = 0
stat("/dev/nvidia-caps/nvidia-cap1", 0x7ffd3e27c350) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/proc/devices", O_RDONLY) = 4
newfstatat(4, "", {st_mode=S_IFREG|0444, st_size=0, ...}, AT_EMPTY_PATH) = 0
read(4, "Character devices:\n 1 mem\n 4 /"..., 1024) = 374
close(4) = 0
openat(AT_FDCWD, "/proc/driver/nvidia/capabilities/mig/monitor", O_RDONLY) = 4
newfstatat(4, "", {st_mode=S_IFREG|0444, st_size=0, ...}, AT_EMPTY_PATH) = 0
read(4, "DeviceFileMinor: 2\nDeviceFileMod"..., 1024) = 59
close(4) = 0
mkdir("/dev/nvidia-caps", 0755) = -1 EACCES (Permission denied)
stat("/usr/bin/nvidia-modprobe", 0x7ffd3e27c420) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/proc/devices", O_RDONLY) = 4
newfstatat(4, "", {st_mode=S_IFREG|0444, st_size=0, ...}, AT_EMPTY_PATH) = 0
read(4, "Character devices:\n 1 mem\n 4 /"..., 1024) = 374
close(4) = 0
openat(AT_FDCWD, "/proc/driver/nvidia/capabilities/mig/monitor", O_RDONLY) = 4
newfstatat(4, "", {st_mode=S_IFREG|0444, st_size=0, ...}, AT_EMPTY_PATH) = 0
read(4, "DeviceFileMinor: 2\nDeviceFileMod"..., 1024) = 59
close(4) = 0
openat(AT_FDCWD, "/proc/driver/nvidia/capabilities/mig/monitor", O_RDONLY) = 4
newfstatat(4, "", {st_mode=S_IFREG|0444, st_size=0, ...}, AT_EMPTY_PATH) = 0
read(4, "DeviceFileMinor: 2\nDeviceFileMod"..., 1024) = 59
read(4, "", 1024) = 0
close(4) = 0
stat("/dev/nvidia-caps/nvidia-cap2", 0x7ffd3e27c350) = -1 ENOENT (No such file or directory)
ioctl(3, _IOC(_IOC_READ|_IOC_WRITE, 0x46, 0x2a, 0x20), 0x7ffd3e27cb20) = 0
ioctl(3, _IOC(_IOC_READ|_IOC_WRITE, 0x46, 0x2a, 0x20), 0x7ffd3e27cb20) = 0
ioctl(3, _IOC(_IOC_READ|_IOC_WRITE, 0x46, 0x2a, 0x20), 0x7ffd3e27cb20) = 0
ioctl(3, _IOC(_IOC_READ|_IOC_WRITE, 0x46, 0x2a, 0x20), 0x7ffd3e27cb20) = 0
openat(AT_FDCWD, "/proc/driver/nvidia/params", O_RDONLY) = 4
newfstatat(4, "", {st_mode=S_IFREG|0444, st_size=0, ...}, AT_EMPTY_PATH) = 0
read(4, "ResmanDebugLevel: 4294967295\nRmL"..., 1024) = 827
close(4) = 0
stat("/dev/nvidia0", 0x7ffd3e27c910) = -1 ENOENT (No such file or directory)
mknodat(AT_FDCWD, "/dev/nvidia0", S_IFCHR|0666, makedev(0xc3, 0)) = -1 EACCES (Permission denied)
stat("/usr/bin/nvidia-modprobe", 0x7ffd3e27ca00) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/proc/driver/nvidia/params", O_RDONLY) = 4
newfstatat(4, "", {st_mode=S_IFREG|0444, st_size=0, ...}, AT_EMPTY_PATH) = 0
read(4, "ResmanDebugLevel: 4294967295\nRmL"..., 1024) = 827
close(4) = 0
stat("/dev/nvidia0", 0x7ffd3e27c940) = -1 ENOENT (No such file or directory)
ioctl(3, _IOC(_IOC_READ|_IOC_WRITE, 0x46, 0x2a, 0x20), 0x7ffd3e27a6b0) = 0
getpid() = 7141
newfstatat(1, "", {st_mode=S_IFCHR|0620, st_rdev=makedev(0x88, 0), ...}, AT_EMPTY_PATH) = 0
write(1, "No devices were found\n", 22No devices were found
) = 22
ioctl(3, _IOC(_IOC_READ|_IOC_WRITE, 0x46, 0x2a, 0x20), 0x7ffd3e27cd10) = 0
ioctl(3, _IOC(_IOC_READ|_IOC_WRITE, 0x46, 0x29, 0x10), 0x7ffd3e27cd80) = 0
close(3) = 0
exit_group(6) = ?
+++ exited with 6 +++
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment