Open mainrs opened 2 weeks ago
Yeah, I think it's reasonable to add it as well.
There will be a few minor questions on now to handle side-by-side installation:
lix
use nix
build user/group? It sounds like "yes" if we are to allow access to both to /nix/store
at the same timelix
also install it's own version of nix-daemon
? Probably yes. Could both daemons run at the same time? I suspect no if they share the same unix socket. If all binary names (or at least paths) are different enough we could even co-install both and allow lix
client to access nix
daemon.Ah, looks like they both share binary names:
$ find /nix/store/smc31qg2lmlfixmpzijj6y6a2vdsxn70-nix-2.24.9/bin |& unnix
/<<NIX>>/nix-2.24.9/bin
/<<NIX>>/nix-2.24.9/bin/nix
/<<NIX>>/nix-2.24.9/bin/nix-build
/<<NIX>>/nix-2.24.9/bin/nix-channel
/<<NIX>>/nix-2.24.9/bin/nix-collect-garbage
/<<NIX>>/nix-2.24.9/bin/nix-copy-closure
/<<NIX>>/nix-2.24.9/bin/nix-daemon
/<<NIX>>/nix-2.24.9/bin/nix-env
/<<NIX>>/nix-2.24.9/bin/nix-hash
/<<NIX>>/nix-2.24.9/bin/nix-instantiate
/<<NIX>>/nix-2.24.9/bin/nix-prefetch-url
/<<NIX>>/nix-2.24.9/bin/nix-shell
/<<NIX>>/nix-2.24.9/bin/nix-store
$ find /nix/store/n99cjrvzmw28v6vy6nbkcp0niwvlhwnb-lix-2.91.1/bin/ |& unnix
/<<NIX>>/lix-2.91.1/bin/
/<<NIX>>/lix-2.91.1/bin/nix
/<<NIX>>/lix-2.91.1/bin/nix-build
/<<NIX>>/lix-2.91.1/bin/nix-channel
/<<NIX>>/lix-2.91.1/bin/nix-collect-garbage
/<<NIX>>/lix-2.91.1/bin/nix-copy-closure
/<<NIX>>/lix-2.91.1/bin/nix-daemon
/<<NIX>>/lix-2.91.1/bin/nix-env
/<<NIX>>/lix-2.91.1/bin/nix-hash
/<<NIX>>/lix-2.91.1/bin/nix-instantiate
/<<NIX>>/lix-2.91.1/bin/nix-prefetch-url
/<<NIX>>/lix-2.91.1/bin/nix-shell
/<<NIX>>/lix-2.91.1/bin/nix-store
Thus both packages would have to conflict against each other. A bit unfortunate, but should be fine.
lix and nix are not meant to be used together. Lix is a replacement for the traditional nix.
It uses the same CLI names, sets up it's own daemon etc. I'm not sure if one can define exclusive sets in Gentoo, but doing that would be a great idea, if possible.
Started working on a lix ebuild. It should not be too hard, but I can't get it to build yet.
Added 2.91.1
as https://github.com/trofi/nix-guix-gentoo/commit/211d9d9b6b17531047ca22fe8138509f9573d598. I managed to build a few trivial packages locally, thus it's not completely broken. Please give it a try.
Added
2.91.1
as 211d9d9. I managed to build a few trivial packages locally, thus it's not completely broken. Please give it a try.
I just tried it and I get a compilation error:
Emerge info:
Portage 3.0.66.1 (python 3.12.7-final-0, default/linux/amd64/23.0/desktop/systemd, gcc-13, glibc-2.40-r5, 6.6.58-stripped x86_64)
=================================================================
System Settings
=================================================================
System uname: Linux-6.6.58-stripped-x86_64-12th_Gen_Intel-R-_Core-TM-_i5-1240P-with-glibc2.40
KiB Mem: 32563752 total, 2210020 free
KiB Swap: 50331644 total, 50331644 free
Timestamp of repository gentoo: Wed, 06 Nov 2024 21:30:00 +0000
Head commit of repository gentoo: e8b922b4248567f93f5df0985c51c028b758c540
Timestamp of repository elementary: Thu, 24 Oct 2024 14:33:22 +0000
Head commit of repository elementary: 2e3b548ab44ea7f7ee5040676ead90554f86e000
Timestamp of repository guru: Wed, 06 Nov 2024 11:33:27 +0000
Head commit of repository guru: 59ac22e5be6c7c662417590f957e9a0cb0fb005f
Head commit of repository nix-guix: 3316ca95c2a3272292d898ecc0b3981f7fe05c9c
Timestamp of repository src_prepare-overlay: Mon, 04 Nov 2024 16:18:18 +0000
Head commit of repository src_prepare-overlay: 0c2f16238fa06ea1bd3880b060a09b4c0ebf3996
Timestamp of repository supertux88: Mon, 21 Oct 2024 01:03:15 +0000
Head commit of repository supertux88: 33594f8a469acf7385bef77c4dc986b137a0962f
Timestamp of repository waffle-builds: Mon, 14 Oct 2024 12:50:43 +0000
Head commit of repository waffle-builds: 92c103d7b22d99c54f34661ae2ec1d771270e8ed
Timestamp of repository wayland-desktop: Mon, 14 Oct 2024 12:50:43 +0000
Head commit of repository wayland-desktop: 72e2e53f3b71aac34a65fd64b8cb527b0ac1e613
sh bash 5.2_p37
ld GNU ld (Gentoo 2.42 p6) 2.42.0
app-misc/pax-utils: 1.3.7::gentoo
app-shells/bash: 5.2_p37::gentoo
dev-build/autoconf: 2.13-r8::gentoo, 2.72-r1::gentoo
dev-build/automake: 1.16.5-r2::gentoo
dev-build/cmake: 3.30.5::gentoo
dev-build/libtool: 2.4.7-r4::gentoo
dev-build/make: 4.4.1-r1::gentoo
dev-build/meson: 1.5.2::gentoo
dev-java/java-config: 2.3.4::gentoo
dev-lang/perl: 5.40.0::gentoo
dev-lang/python: 3.12.7_p1::gentoo, 3.13.0::gentoo
dev-lang/rust: 1.79.0::gentoo
dev-lang/rust-bin: 1.81.0::gentoo
sys-apps/baselayout: 2.17::gentoo
sys-apps/sandbox: 2.39::gentoo
sys-apps/systemd: 256.7::gentoo
sys-devel/binutils: 2.42-r2::gentoo
sys-devel/binutils-config: 5.5.2::gentoo
sys-devel/clang: 18.1.8::gentoo
sys-devel/gcc: 13.3.1_p20241025::gentoo
sys-devel/gcc-config: 2.11::gentoo
sys-devel/lld: 18.1.8::gentoo
sys-devel/llvm: 18.1.8-r1::gentoo
sys-kernel/linux-headers: 6.6-r1::gentoo (virtual/os-headers)
sys-libs/glibc: 2.40-r5::gentoo
Repositories:
gentoo
location: /var/db/repos/gentoo
sync-type: rsync
sync-uri: rsync://rsync.gentoo.org/gentoo-portage
priority: -1000
volatile: False
sync-rsync-verify-max-age: 3
sync-rsync-extra-opts:
sync-rsync-verify-jobs: 1
sync-rsync-verify-metamanifest: yes
elementary
location: /var/db/repos/elementary
sync-type: git
sync-uri: https://github.com/gentoo-mirror/elementary.git
masters: gentoo
volatile: False
guru
location: /var/db/repos/guru
sync-type: git
sync-uri: https://github.com/gentoo-mirror/guru.git
masters: gentoo
volatile: False
nix-guix
location: /var/db/repos/nix-guix
sync-type: git
sync-uri: https://github.com/trofi/nix-guix-gentoo.git
masters: gentoo
volatile: False
src_prepare-overlay
location: /var/db/repos/src_prepare-overlay
sync-type: git
sync-uri: https://github.com/gentoo-mirror/src_prepare-overlay.git
masters: gentoo
volatile: False
supertux88
location: /var/db/repos/supertux88
sync-type: git
sync-uri: https://github.com/gentoo-mirror/supertux88.git
masters: gentoo
volatile: False
waffle-builds
location: /var/db/repos/waffle-builds
sync-type: git
sync-uri: https://github.com/gentoo-mirror/waffle-builds.git
masters: gentoo
volatile: False
wayland-desktop
location: /var/db/repos/wayland-desktop
sync-type: git
sync-uri: https://github.com/gentoo-mirror/wayland-desktop.git
masters: gentoo
volatile: False
Binary Repositories:
gentoobinhost
priority: 1
sync-uri: https://distfiles.gentoo.org/releases/amd64/binpackages/23.0/x86-64
ACCEPT_KEYWORDS="amd64"
ACCEPT_LICENSE="@FREE"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-march=alderlake -mabm -mno-cldemote -mno-kl -mno-pconfig -mno-sgx -mno-widekl -mshstk --param=l1-cache-line-size=64 --param=l1-cache-size=32 --param=l2-cache-size=12288 -O2 -pipe"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/share/config /usr/share/gnupg/qualified.txt"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/dconf /etc/env.d /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/revdep-rebuild /etc/sandbox.d"
CXXFLAGS="-march=alderlake -mabm -mno-cldemote -mno-kl -mno-pconfig -mno-sgx -mno-widekl -mshstk --param=l1-cache-line-size=64 --param=l1-cache-size=32 --param=l2-cache-size=12288 -O2 -pipe"
DISTDIR="/var/cache/distfiles"
EMERGE_DEFAULT_OPTS="--jobs=16 --load-average=16"
ENV_UNSET="CARGO_HOME DBUS_SESSION_BUS_ADDRESS DISPLAY GDK_PIXBUF_MODULE_FILE GOBIN GOPATH PERL5LIB PERL5OPT PERLPREFIX PERL_CORE PERL_MB_OPT PERL_MM_OPT XAUTHORITY XDG_CACHE_HOME XDG_CONFIG_HOME XDG_DATA_HOME XDG_RUNTIME_DIR XDG_STATE_HOME"
FCFLAGS="-march=alderlake -mabm -mno-cldemote -mno-kl -mno-pconfig -mno-sgx -mno-widekl -mshstk --param=l1-cache-line-size=64 --param=l1-cache-size=32 --param=l2-cache-size=12288 -O2 -pipe"
FEATURES="assume-digests binpkg-docompress binpkg-dostrip binpkg-logs binpkg-multi-instance buildpkg-live config-protect-if-modified distlocks ebuild-locks fixlafiles ipc-sandbox merge-sync merge-wait multilib-strict network-sandbox news parallel-fetch parallel-install pid-sandbox pkgdir-index-trusted preserve-libs protect-owned qa-unresolved-soname-deps sandbox sfperms strict unknown-features-warn unmerge-logs unmerge-orphans userfetch userpriv usersandbox usersync xattr"
FFLAGS="-march=alderlake -mabm -mno-cldemote -mno-kl -mno-pconfig -mno-sgx -mno-widekl -mshstk --param=l1-cache-line-size=64 --param=l1-cache-size=32 --param=l2-cache-size=12288 -O2 -pipe"
GENTOO_MIRRORS="http://tux.rainside.sk/gentoo/ ftp://tux.rainside.sk/gentoo/"
LANG="en_US.utf8"
LDFLAGS="-Wl,-O1 -Wl,--as-needed -Wl,-z,pack-relative-relocs"
LEX="flex"
MAKEOPTS="-j16 -l16"
PKGDIR="/var/cache/binpkgs"
PORTAGE_CONFIGROOT="/"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --omit-dir-times --compress --force --whole-file --delete --stats --human-readable --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages --exclude=/.git"
PORTAGE_TMPDIR="/var/tmp"
RUSTFLAGS="-C target-cpu=native -C opt-level=3 -C link-arg=-Wl,-z,pack-relative-relocs"
SHELL="/bin/fish"
USE="X a52 aac acl acpi alsa amd64 bash-completion bluetooth bzip2 cairo cdda cdr cet crypt cups dbus dist-kernel dri dts dvd dvdr encode exif flac gdbm gif gpm gtk gui iconv icu ipv6 jpeg kf6compat lcms libnotify libtirpc lto mad mng mp3 mp4 mpeg multilib ncurses networkmanager nls ogg opengl openmp pam pango pcre pdf png policykit ppds pulseaudio qml qt5 qt6 readline sdl seccomp sound spell ssl startup-notification svg systemd test-rust tiff truetype udev udisks unicode upower usb vorbis vulkan wayland wxwidgets x264 xattr xcb xft xml xv xvid zlib zsh-completion" ABI_X86="64" ADA_TARGET="gcc_12" APACHE2_MODULES="authn_core authz_core socache_shmcb unixd actions alias auth_basic authn_anon authn_dbm authn_file authz_dbm authz_groupfile authz_host authz_owner authz_user autoindex cache cgi cgid dav dav_fs dav_lock deflate dir env expires ext_filter file_cache filter headers include info log_config logio mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" CALLIGRA_FEATURES="karbon sheets words" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" CPU_FLAGS_X86="mmx mmxext sse sse2 aes avx avx2 f16c fma3 pclmul popcnt rdrand sha sse3 sse4_1 sse4_2 ssse3 vpclmulqdq" ELIBC="glibc" GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock greis isync itrax navcom oceanserver oncore rtcm104v2 rtcm104v3 sirf skytraq superstar2 tsip tripmate tnt ublox" GRUB_PLATFORMS="efi-64" GUILE_SINGLE_TARGET="3-0" GUILE_TARGETS="3-0" INPUT_DEVICES="libinput" KERNEL="linux" LCD_DEVICES="bayrad cfontz glk hd44780 lb216 lcdm001 mtxorb text" LUA_SINGLE_TARGET="lua5-1" LUA_TARGETS="lua5-1" OFFICE_IMPLEMENTATION="libreoffice" PHP_TARGETS="php8-2" POSTGRES_TARGETS="postgres16" PYTHON_SINGLE_TARGET="python3_12" PYTHON_TARGETS="python3_12" RUBY_TARGETS="ruby31" VIDEO_CARDS="intel" XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipp2p iface geoip fuzzy condition tarpit sysrq proto logmark ipmark dhcpmac delude chaos account"
Unset: ADDR2LINE, AR, ARFLAGS, AS, ASFLAGS, CC, CCLD, CONFIG_SHELL, CPP, CPPFLAGS, CTARGET, CXX, CXXFILT, ELFEDIT, EXTRA_ECONF, F77FLAGS, FC, GCOV, GPROF, INSTALL_MASK, LC_ALL, LD, LFLAGS, LIBTOOL, LINGUAS, MAKE, MAKEFLAGS, NM, OBJCOPY, OBJDUMP, PORTAGE_BINHOST, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, PYTHONPATH, RANLIB, READELF, SIZE, STRINGS, STRIP, YACC, YFLAGS
Build log:
* Package: sys-apps/lix-2.91.1:0
* Repository: nix-guix
* Maintainer: slyich@gmail.com
* USE: abi_x86_64 allocate-build-users amd64 elibc_glibc etc-profile gc kernel_linux
* FEATURES: network-sandbox preserve-libs sandbox userpriv usersandbox
* Determining the location of the kernel source code
* Found kernel source directory:
* /usr/src/linux
* Found sources for kernel version:
* 6.6.58-stripped
>>> Unpacking source...
>>> Unpacking lix-2.91.1.tar.gz to /var/tmp/portage/sys-apps/lix-2.91.1/work
>>> Source unpacked in /var/tmp/portage/sys-apps/lix-2.91.1/work
>>> Preparing source in /var/tmp/portage/sys-apps/lix-2.91.1/work/lix ...
* Applying lix-2.91.1-no-sandbox-fallback.patch ...
patching file src/libstore/globals.hh
Hunk #1 succeeded at 561 with fuzz 1 (offset 40 lines).
[ ok ]
* Applying lix-2.91.1-no-sandbox-fallback-README.patch ...
[ ok ]
* Applying lix-2.91.1-no-coreutils.patch ...
[ ok ]
>>> Source prepared.
>>> Configuring source in /var/tmp/portage/sys-apps/lix-2.91.1/work/lix ...
meson setup -Db_lto=false --libdir lib64 --localstatedir /var/lib --prefix /usr --sysconfdir /etc --wrap-mode nodownload --build.pkg-config-path /usr/lib64/lowdown-nix/lib/pkgconfig:/usr/share/pkgconfig --pkg-config-path /usr/lib64/lowdown-nix/lib/pkgconfig:/usr/share/pkgconfig --native-file /var/tmp/portage/sys-apps/lix-2.91.1/temp/meson.x86_64-pc-linux-gnu.amd64.ini -Db_pch=false -Dwerror=false -Dbuildtype=plain -Dgc=enabled -Denable-docs=false -Dprofile-dir=/etc/profile.d -Dstate-dir=/nix/var -Dsandbox-shell=/usr/bin/busybox-nix-sandbox-shell /var/tmp/portage/sys-apps/lix-2.91.1/work/lix /var/tmp/portage/sys-apps/lix-2.91.1/work/lix-2.91.1-build
The Meson build system
Version: 1.5.2
Source dir: /var/tmp/portage/sys-apps/lix-2.91.1/work/lix
Build dir: /var/tmp/portage/sys-apps/lix-2.91.1/work/lix-2.91.1-build
Build type: native build
Project name: lix
Project version: 2.91.1
C++ compiler for the host machine: x86_64-pc-linux-gnu-g++ (gcc 13.3.1 "x86_64-pc-linux-gnu-g++ (Gentoo 13.3.1_p20241025 p1) 13.3.1 20241024")
C++ linker for the host machine: x86_64-pc-linux-gnu-g++ ld.bfd 2.42
Host machine cpu family: x86_64
Host machine cpu: x86_64
Program doxygen found: NO
Program bash found: YES (/usr/bin/bash)
Found pkg-config: YES (/usr/bin/x86_64-pc-linux-gnu-pkg-config) 2.3.0
Run-time dependency rapidcheck found: YES
Message: canonical Nix system name: x86_64-linux
Run-time dependency bdw-gc found: YES 8.2.6
Run-time dependency Boost (found: container) found: YES 1.85.0
Run-time dependency libcpuid found: YES 0.7.0
Run-time dependency libseccomp found: YES 2.5.5
Run-time dependency libarchive found: YES 3.7.7
Run-time dependency libbrotlicommon found: YES 1.1.0
Run-time dependency libbrotlidec found: YES 1.1.0
Run-time dependency libbrotlienc found: YES 1.1.0
Run-time dependency libcrypto found: YES 3.3.2
Found CMake: /usr/bin/cmake (3.30.5)
Run-time dependency aws-cpp-sdk-core found: NO (tried pkgconfig and cmake)
Run-time dependency aws-cpp-sdk-transfer found: NO (tried pkgconfig and cmake)
Looking for a fallback subproject for the dependency aws-cpp-sdk-transfer
Executing subproject aws_sdk
aws_sdk| Project name: aws-sdk
aws_sdk| Project version: undefined
aws_sdk| C++ compiler for the host machine: x86_64-pc-linux-gnu-g++ (gcc 13.3.1 "x86_64-pc-linux-gnu-g++ (Gentoo 13.3.1_p20241025 p1) 13.3.1 20241024")
aws_sdk| C++ linker for the host machine: x86_64-pc-linux-gnu-g++ ld.bfd 2.42
aws_sdk| subprojects/aws_sdk/meson.build:14:31: Exception: C++ shared or static library 'aws-cpp-sdk-transfer' not found
Subproject subprojects/aws_sdk is buildable: NO (disabling)
Dependency aws-cpp-sdk-transfer from subproject aws_sdk found: NO (subproject failed to configure)
Run-time dependency aws-cpp-sdk-s3 found: NO (tried pkgconfig and cmake)
Looking for a fallback subproject for the dependency aws-cpp-sdk-s3
Dependency aws-cpp-sdk-s3 from subproject aws_sdk found: NO (subproject failed to configure)
Run-time dependency sqlite3 found: YES 3.46.1
Run-time dependency libsodium found: YES 1.0.20
Run-time dependency libcurl found: YES 8.10.1
Run-time dependency libeditline found: YES 1.17.1
Run-time dependency lowdown found: YES 1.2.0
Dependency rapidcheck found: YES unknown (cached)
Run-time dependency GTest found: YES 1.14.0
Run-time dependency gtest_main found: YES 1.14.0
Run-time dependency GMock found: YES 1.14.0
Run-time dependency gmock_main found: YES 1.14.0
Run-time dependency toml11 found: YES 4.2.0
Run-time dependency pegtl (modules: taocpp::pegtl) found: YES 3.2.7
Run-time dependency nlohmann_json found: YES 3.11.2
Program dot found: NO
Program python3 found: YES (/usr/bin/python3)
Program install found: YES (/usr/lib/portage/python3.12/ebuild-helpers/xattr/install)
Program /usr/bin/busybox-nix-sandbox-shell found: YES (/usr/bin/busybox-nix-sandbox-shell)
Program lsof found: YES (/usr/bin/lsof)
Checking for function "lchown" : YES
Checking for function "lutimes" : YES
Checking for function "pipe2" : YES
Checking for function "posix_fallocate" : YES
Checking for function "statvfs" : YES
Checking for function "strsignal" : YES
Checking for function "sysconf" : YES
Checking for function "close_range" : YES
Configuring config.h using configuration
Configuring lix-base.pc using configuration
meson.build:495: WARNING: Consider using the built-in option for sanitizers instead of using "-fsanitize=signed-integer-overflow".
meson.build:496: WARNING: Consider using the built-in option for sanitizers instead of using "-fsanitize=signed-integer-overflow".
Configuring lix-util.pc using configuration
Configuring lix-store.pc using configuration
Configuring lix-fetchers.pc using configuration
Configuring lix-expr.pc using configuration
Configuring lix-main.pc using configuration
Configuring lix-cmd.pc using configuration
Configuring nix-profile.sh using configuration
Configuring nix.sh using configuration
Configuring nix.fish using configuration
Configuring nix-daemon.sh using configuration
Configuring nix-daemon.fish using configuration
Configuring nix-daemon.socket using configuration
Configuring nix-daemon.service using configuration
Configuring nix-daemon.conf using configuration
Program ls found: YES (/usr/bin/ls)
Configuring vars-and-functions.sh using configuration
Configuring config.nix using configuration
Configuring config.nix using configuration
Configuring config.nix using configuration
Program run-clang-tidy found: YES (/usr/lib/llvm/18/bin/run-clang-tidy)
Executing subproject lix-clang-tidy
lix-clang-tidy| Project name: lix-clang-tidy
lix-clang-tidy| Project version: 0.1
lix-clang-tidy| C compiler for the host machine: x86_64-pc-linux-gnu-gcc (gcc 13.3.1 "x86_64-pc-linux-gnu-gcc (Gentoo 13.3.1_p20241025 p1) 13.3.1 20241024")
lix-clang-tidy| C linker for the host machine: x86_64-pc-linux-gnu-gcc ld.bfd 2.42
lix-clang-tidy| C++ compiler for the host machine: x86_64-pc-linux-gnu-g++ (gcc 13.3.1 "x86_64-pc-linux-gnu-g++ (Gentoo 13.3.1_p20241025 p1) 13.3.1 20241024")
lix-clang-tidy| C++ linker for the host machine: x86_64-pc-linux-gnu-g++ ld.bfd 2.42
lix-clang-tidy| Run-time dependency clang (modules: libclang) found: YES 18.1.8
lix-clang-tidy| Build targets in project: 27
lix-clang-tidy| Subproject lix-clang-tidy finished.
Build targets in project: 30
lix 2.91.1
PCH C++ stdlib : YES
can hardlink to symlink: YES
Subprojects
aws_sdk : NO
C++ shared or static library 'aws-cpp-sdk-transfer' not found
lix-clang-tidy : YES
User defined options
Native files : /var/tmp/portage/sys-apps/lix-2.91.1/temp/meson.x86_64-pc-linux-gnu.amd64.ini
build.pkg_config_path : /usr/lib64/lowdown-nix/lib/pkgconfig:/usr/share/pkgconfig
buildtype : plain
libdir : lib64
localstatedir : /var/lib
pkg_config_path : /usr/lib64/lowdown-nix/lib/pkgconfig:/usr/share/pkgconfig
prefix : /usr
sysconfdir : /etc
werror : false
wrap_mode : nodownload
b_lto : false
b_pch : false
enable-docs : false
gc : enabled
profile-dir : /etc/profile.d
sandbox-shell : /usr/bin/busybox-nix-sandbox-shell
state-dir : /nix/var
Found ninja-1.12.1 at /usr/bin/ninja
Running postconf script '/usr/bin/python3 /var/tmp/portage/sys-apps/lix-2.91.1/work/lix/meson/clang-tidy/clean_compdb.py /var/tmp/portage/sys-apps/lix-2.91.1/work/lix-2.91.1-build/compile_commands.json /var/tmp/portage/sys-apps/lix-2.91.1/work/lix-2.91.1-build/meson/clang-tidy/compile_commands.json'
>>> Source configured.
>>> Compiling source in /var/tmp/portage/sys-apps/lix-2.91.1/work/lix ...
ninja -v -j16 -l16
[1/327] x86_64-pc-linux-gnu-g++ -Isrc/libutil/liblixutil.so.p -Isrc/libutil -I../lix/src/libutil -I/usr/include/rapidcheck/extras/gtest/include -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -std=c++2a -include config.h -Wno-deprecated-declarations -Wimplicit-fallthrough -Werror=switch -Werror=switch-enum -Werror=unused-result -Wdeprecated-copy -Wignored-qualifiers -Werror=suggest-override -D_GLIBCXX_ASSERTIONS=1 -fsanitize=signed-integer-overflow -fsanitize-undefined-trap-on-error -ffile-prefix-map=../src=src -march=alderlake -mabm -mno-cldemote -mno-kl -mno-pconfig -mno-sgx -mno-widekl -mshstk --param=l1-cache-line-size=64 --param=l1-cache-size=32 --param=l2-cache-size=12288 -O2 -pipe -fPIC -isystem/usr/include/libcpuid -DBOOST_CONTAINER_DYN_LINK=1 -DBOOST_ALL_NO_LIB -MD -MQ src/libutil/liblixutil.so.p/canon-path.cc.o -MF src/libutil/liblixutil.so.p/canon-path.cc.o.d -o src/libutil/liblixutil.so.p/canon-path.cc.o -c ../lix/src/libutil/canon-path.cc
[2/327] x86_64-pc-linux-gnu-g++ -Isrc/libutil/liblixutil.so.p -Isrc/libutil -I../lix/src/libutil -I/usr/include/rapidcheck/extras/gtest/include -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -std=c++2a -include config.h -Wno-deprecated-declarations -Wimplicit-fallthrough -Werror=switch -Werror=switch-enum -Werror=unused-result -Wdeprecated-copy -Wignored-qualifiers -Werror=suggest-override -D_GLIBCXX_ASSERTIONS=1 -fsanitize=signed-integer-overflow -fsanitize-undefined-trap-on-error -ffile-prefix-map=../src=src -march=alderlake -mabm -mno-cldemote -mno-kl -mno-pconfig -mno-sgx -mno-widekl -mshstk --param=l1-cache-line-size=64 --param=l1-cache-size=32 --param=l2-cache-size=12288 -O2 -pipe -fPIC -isystem/usr/include/libcpuid -DBOOST_CONTAINER_DYN_LINK=1 -DBOOST_ALL_NO_LIB -MD -MQ src/libutil/liblixutil.so.p/compute-levels.cc.o -MF src/libutil/liblixutil.so.p/compute-levels.cc.o.d -o src/libutil/liblixutil.so.p/compute-levels.cc.o -c ../lix/src/libutil/compute-levels.cc
[3/327] x86_64-pc-linux-gnu-g++ -Isrc/libutil/liblixutil.so.p -Isrc/libutil -I../lix/src/libutil -I/usr/include/rapidcheck/extras/gtest/include -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -std=c++2a -include config.h -Wno-deprecated-declarations -Wimplicit-fallthrough -Werror=switch -Werror=switch-enum -Werror=unused-result -Wdeprecated-copy -Wignored-qualifiers -Werror=suggest-override -D_GLIBCXX_ASSERTIONS=1 -fsanitize=signed-integer-overflow -fsanitize-undefined-trap-on-error -ffile-prefix-map=../src=src -march=alderlake -mabm -mno-cldemote -mno-kl -mno-pconfig -mno-sgx -mno-widekl -mshstk --param=l1-cache-line-size=64 --param=l1-cache-size=32 --param=l2-cache-size=12288 -O2 -pipe -fPIC -isystem/usr/include/libcpuid -DBOOST_CONTAINER_DYN_LINK=1 -DBOOST_ALL_NO_LIB -MD -MQ src/libutil/liblixutil.so.p/escape-char.cc.o -MF src/libutil/liblixutil.so.p/escape-char.cc.o.d -o src/libutil/liblixutil.so.p/escape-char.cc.o -c ../lix/src/libutil/escape-char.cc
[4/327] x86_64-pc-linux-gnu-g++ -Isrc/libutil/liblixutil.so.p -Isrc/libutil -I../lix/src/libutil -I/usr/include/rapidcheck/extras/gtest/include -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -std=c++2a -include config.h -Wno-deprecated-declarations -Wimplicit-fallthrough -Werror=switch -Werror=switch-enum -Werror=unused-result -Wdeprecated-copy -Wignored-qualifiers -Werror=suggest-override -D_GLIBCXX_ASSERTIONS=1 -fsanitize=signed-integer-overflow -fsanitize-undefined-trap-on-error -ffile-prefix-map=../src=src -march=alderlake -mabm -mno-cldemote -mno-kl -mno-pconfig -mno-sgx -mno-widekl -mshstk --param=l1-cache-line-size=64 --param=l1-cache-size=32 --param=l2-cache-size=12288 -O2 -pipe -fPIC -isystem/usr/include/libcpuid -DBOOST_CONTAINER_DYN_LINK=1 -DBOOST_ALL_NO_LIB -MD -MQ src/libutil/liblixutil.so.p/exit.cc.o -MF src/libutil/liblixutil.so.p/exit.cc.o.d -o src/libutil/liblixutil.so.p/exit.cc.o -c ../lix/src/libutil/exit.cc
[5/327] x86_64-pc-linux-gnu-g++ -Isrc/libutil/liblixutil.so.p -Isrc/libutil -I../lix/src/libutil -I/usr/include/rapidcheck/extras/gtest/include -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -std=c++2a -include config.h -Wno-deprecated-declarations -Wimplicit-fallthrough -Werror=switch -Werror=switch-enum -Werror=unused-result -Wdeprecated-copy -Wignored-qualifiers -Werror=suggest-override -D_GLIBCXX_ASSERTIONS=1 -fsanitize=signed-integer-overflow -fsanitize-undefined-trap-on-error -ffile-prefix-map=../src=src -march=alderlake -mabm -mno-cldemote -mno-kl -mno-pconfig -mno-sgx -mno-widekl -mshstk --param=l1-cache-line-size=64 --param=l1-cache-size=32 --param=l2-cache-size=12288 -O2 -pipe -fPIC -isystem/usr/include/libcpuid -DBOOST_CONTAINER_DYN_LINK=1 -DBOOST_ALL_NO_LIB -MD -MQ src/libutil/liblixutil.so.p/english.cc.o -MF src/libutil/liblixutil.so.p/english.cc.o.d -o src/libutil/liblixutil.so.p/english.cc.o -c ../lix/src/libutil/english.cc
[6/327] x86_64-pc-linux-gnu-g++ -Isrc/libutil/liblixutil.so.p -Isrc/libutil -I../lix/src/libutil -I/usr/include/rapidcheck/extras/gtest/include -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -std=c++2a -include config.h -Wno-deprecated-declarations -Wimplicit-fallthrough -Werror=switch -Werror=switch-enum -Werror=unused-result -Wdeprecated-copy -Wignored-qualifiers -Werror=suggest-override -D_GLIBCXX_ASSERTIONS=1 -fsanitize=signed-integer-overflow -fsanitize-undefined-trap-on-error -ffile-prefix-map=../src=src -march=alderlake -mabm -mno-cldemote -mno-kl -mno-pconfig -mno-sgx -mno-widekl -mshstk --param=l1-cache-line-size=64 --param=l1-cache-size=32 --param=l2-cache-size=12288 -O2 -pipe -fPIC -isystem/usr/include/libcpuid -DBOOST_CONTAINER_DYN_LINK=1 -DBOOST_ALL_NO_LIB -MD -MQ src/libutil/liblixutil.so.p/environment-variables.cc.o -MF src/libutil/liblixutil.so.p/environment-variables.cc.o.d -o src/libutil/liblixutil.so.p/environment-variables.cc.o -c ../lix/src/libutil/environment-variables.cc
[7/327] x86_64-pc-linux-gnu-g++ -Isrc/libutil/liblixutil.so.p -Isrc/libutil -I../lix/src/libutil -I/usr/include/rapidcheck/extras/gtest/include -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -std=c++2a -include config.h -Wno-deprecated-declarations -Wimplicit-fallthrough -Werror=switch -Werror=switch-enum -Werror=unused-result -Wdeprecated-copy -Wignored-qualifiers -Werror=suggest-override -D_GLIBCXX_ASSERTIONS=1 -fsanitize=signed-integer-overflow -fsanitize-undefined-trap-on-error -ffile-prefix-map=../src=src -march=alderlake -mabm -mno-cldemote -mno-kl -mno-pconfig -mno-sgx -mno-widekl -mshstk --param=l1-cache-line-size=64 --param=l1-cache-size=32 --param=l2-cache-size=12288 -O2 -pipe -fPIC -isystem/usr/include/libcpuid -DBOOST_CONTAINER_DYN_LINK=1 -DBOOST_ALL_NO_LIB -MD -MQ src/libutil/liblixutil.so.p/escape-string.cc.o -MF src/libutil/liblixutil.so.p/escape-string.cc.o.d -o src/libutil/liblixutil.so.p/escape-string.cc.o -c ../lix/src/libutil/escape-string.cc
[8/327] x86_64-pc-linux-gnu-g++ -Isrc/libutil/liblixutil.so.p -Isrc/libutil -I../lix/src/libutil -I/usr/include/rapidcheck/extras/gtest/include -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -std=c++2a -include config.h -Wno-deprecated-declarations -Wimplicit-fallthrough -Werror=switch -Werror=switch-enum -Werror=unused-result -Wdeprecated-copy -Wignored-qualifiers -Werror=suggest-override -D_GLIBCXX_ASSERTIONS=1 -fsanitize=signed-integer-overflow -fsanitize-undefined-trap-on-error -ffile-prefix-map=../src=src -march=alderlake -mabm -mno-cldemote -mno-kl -mno-pconfig -mno-sgx -mno-widekl -mshstk --param=l1-cache-line-size=64 --param=l1-cache-size=32 --param=l2-cache-size=12288 -O2 -pipe -fPIC -isystem/usr/include/libcpuid -DBOOST_CONTAINER_DYN_LINK=1 -DBOOST_ALL_NO_LIB -MD -MQ src/libutil/liblixutil.so.p/hilite.cc.o -MF src/libutil/liblixutil.so.p/hilite.cc.o.d -o src/libutil/liblixutil.so.p/hilite.cc.o -c ../lix/src/libutil/hilite.cc
[9/327] x86_64-pc-linux-gnu-g++ -Isrc/libutil/liblixutil.so.p -Isrc/libutil -I../lix/src/libutil -I/usr/include/rapidcheck/extras/gtest/include -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -std=c++2a -include config.h -Wno-deprecated-declarations -Wimplicit-fallthrough -Werror=switch -Werror=switch-enum -Werror=unused-result -Wdeprecated-copy -Wignored-qualifiers -Werror=suggest-override -D_GLIBCXX_ASSERTIONS=1 -fsanitize=signed-integer-overflow -fsanitize-undefined-trap-on-error -ffile-prefix-map=../src=src -march=alderlake -mabm -mno-cldemote -mno-kl -mno-pconfig -mno-sgx -mno-widekl -mshstk --param=l1-cache-line-size=64 --param=l1-cache-size=32 --param=l2-cache-size=12288 -O2 -pipe -fPIC -isystem/usr/include/libcpuid -DBOOST_CONTAINER_DYN_LINK=1 -DBOOST_ALL_NO_LIB -MD -MQ src/libutil/liblixutil.so.p/archive.cc.o -MF src/libutil/liblixutil.so.p/archive.cc.o.d -o src/libutil/liblixutil.so.p/archive.cc.o -c ../lix/src/libutil/archive.cc
[10/327] x86_64-pc-linux-gnu-g++ -Isrc/libutil/liblixutil.so.p -Isrc/libutil -I../lix/src/libutil -I/usr/include/rapidcheck/extras/gtest/include -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -std=c++2a -include config.h -Wno-deprecated-declarations -Wimplicit-fallthrough -Werror=switch -Werror=switch-enum -Werror=unused-result -Wdeprecated-copy -Wignored-qualifiers -Werror=suggest-override -D_GLIBCXX_ASSERTIONS=1 -fsanitize=signed-integer-overflow -fsanitize-undefined-trap-on-error -ffile-prefix-map=../src=src -march=alderlake -mabm -mno-cldemote -mno-kl -mno-pconfig -mno-sgx -mno-widekl -mshstk --param=l1-cache-line-size=64 --param=l1-cache-size=32 --param=l2-cache-size=12288 -O2 -pipe -fPIC -isystem/usr/include/libcpuid -DBOOST_CONTAINER_DYN_LINK=1 -DBOOST_ALL_NO_LIB -MD -MQ src/libutil/liblixutil.so.p/print-elided.cc.o -MF src/libutil/liblixutil.so.p/print-elided.cc.o.d -o src/libutil/liblixutil.so.p/print-elided.cc.o -c ../lix/src/libutil/print-elided.cc
[11/327] x86_64-pc-linux-gnu-g++ -Isrc/libutil/liblixutil.so.p -Isrc/libutil -I../lix/src/libutil -I/usr/include/rapidcheck/extras/gtest/include -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -std=c++2a -include config.h -Wno-deprecated-declarations -Wimplicit-fallthrough -Werror=switch -Werror=switch-enum -Werror=unused-result -Wdeprecated-copy -Wignored-qualifiers -Werror=suggest-override -D_GLIBCXX_ASSERTIONS=1 -fsanitize=signed-integer-overflow -fsanitize-undefined-trap-on-error -ffile-prefix-map=../src=src -march=alderlake -mabm -mno-cldemote -mno-kl -mno-pconfig -mno-sgx -mno-widekl -mshstk --param=l1-cache-line-size=64 --param=l1-cache-size=32 --param=l2-cache-size=12288 -O2 -pipe -fPIC -isystem/usr/include/libcpuid -DBOOST_CONTAINER_DYN_LINK=1 -DBOOST_ALL_NO_LIB -MD -MQ src/libutil/liblixutil.so.p/current-process.cc.o -MF src/libutil/liblixutil.so.p/current-process.cc.o.d -o src/libutil/liblixutil.so.p/current-process.cc.o -c ../lix/src/libutil/current-process.cc
[12/327] x86_64-pc-linux-gnu-g++ -Isrc/libutil/liblixutil.so.p -Isrc/libutil -I../lix/src/libutil -I/usr/include/rapidcheck/extras/gtest/include -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -std=c++2a -include config.h -Wno-deprecated-declarations -Wimplicit-fallthrough -Werror=switch -Werror=switch-enum -Werror=unused-result -Wdeprecated-copy -Wignored-qualifiers -Werror=suggest-override -D_GLIBCXX_ASSERTIONS=1 -fsanitize=signed-integer-overflow -fsanitize-undefined-trap-on-error -ffile-prefix-map=../src=src -march=alderlake -mabm -mno-cldemote -mno-kl -mno-pconfig -mno-sgx -mno-widekl -mshstk --param=l1-cache-line-size=64 --param=l1-cache-size=32 --param=l2-cache-size=12288 -O2 -pipe -fPIC -isystem/usr/include/libcpuid -DBOOST_CONTAINER_DYN_LINK=1 -DBOOST_ALL_NO_LIB -MD -MQ src/libutil/liblixutil.so.p/compression.cc.o -MF src/libutil/liblixutil.so.p/compression.cc.o.d -o src/libutil/liblixutil.so.p/compression.cc.o -c ../lix/src/libutil/compression.cc
[13/327] x86_64-pc-linux-gnu-g++ -Isrc/libutil/liblixutil.so.p -Isrc/libutil -I../lix/src/libutil -I/usr/include/rapidcheck/extras/gtest/include -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -std=c++2a -include config.h -Wno-deprecated-declarations -Wimplicit-fallthrough -Werror=switch -Werror=switch-enum -Werror=unused-result -Wdeprecated-copy -Wignored-qualifiers -Werror=suggest-override -D_GLIBCXX_ASSERTIONS=1 -fsanitize=signed-integer-overflow -fsanitize-undefined-trap-on-error -ffile-prefix-map=../src=src -march=alderlake -mabm -mno-cldemote -mno-kl -mno-pconfig -mno-sgx -mno-widekl -mshstk --param=l1-cache-line-size=64 --param=l1-cache-size=32 --param=l2-cache-size=12288 -O2 -pipe -fPIC -isystem/usr/include/libcpuid -DBOOST_CONTAINER_DYN_LINK=1 -DBOOST_ALL_NO_LIB -MD -MQ src/libutil/liblixutil.so.p/position.cc.o -MF src/libutil/liblixutil.so.p/position.cc.o.d -o src/libutil/liblixutil.so.p/position.cc.o -c ../lix/src/libutil/position.cc
[14/327] x86_64-pc-linux-gnu-g++ -Isrc/libutil/liblixutil.so.p -Isrc/libutil -I../lix/src/libutil -I/usr/include/rapidcheck/extras/gtest/include -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -std=c++2a -include config.h -Wno-deprecated-declarations -Wimplicit-fallthrough -Werror=switch -Werror=switch-enum -Werror=unused-result -Wdeprecated-copy -Wignored-qualifiers -Werror=suggest-override -D_GLIBCXX_ASSERTIONS=1 -fsanitize=signed-integer-overflow -fsanitize-undefined-trap-on-error -ffile-prefix-map=../src=src -march=alderlake -mabm -mno-cldemote -mno-kl -mno-pconfig -mno-sgx -mno-widekl -mshstk --param=l1-cache-line-size=64 --param=l1-cache-size=32 --param=l2-cache-size=12288 -O2 -pipe -fPIC -isystem/usr/include/libcpuid -DBOOST_CONTAINER_DYN_LINK=1 -DBOOST_ALL_NO_LIB -MD -MQ src/libutil/liblixutil.so.p/error.cc.o -MF src/libutil/liblixutil.so.p/error.cc.o.d -o src/libutil/liblixutil.so.p/error.cc.o -c ../lix/src/libutil/error.cc
[15/327] x86_64-pc-linux-gnu-g++ -Isrc/libutil/liblixutil.so.p -Isrc/libutil -I../lix/src/libutil -I/usr/include/rapidcheck/extras/gtest/include -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -std=c++2a -include config.h -Wno-deprecated-declarations -Wimplicit-fallthrough -Werror=switch -Werror=switch-enum -Werror=unused-result -Wdeprecated-copy -Wignored-qualifiers -Werror=suggest-override -D_GLIBCXX_ASSERTIONS=1 -fsanitize=signed-integer-overflow -fsanitize-undefined-trap-on-error -ffile-prefix-map=../src=src -march=alderlake -mabm -mno-cldemote -mno-kl -mno-pconfig -mno-sgx -mno-widekl -mshstk --param=l1-cache-line-size=64 --param=l1-cache-size=32 --param=l2-cache-size=12288 -O2 -pipe -fPIC -isystem/usr/include/libcpuid -DBOOST_CONTAINER_DYN_LINK=1 -DBOOST_ALL_NO_LIB -MD -MQ src/libutil/liblixutil.so.p/hash.cc.o -MF src/libutil/liblixutil.so.p/hash.cc.o.d -o src/libutil/liblixutil.so.p/hash.cc.o -c ../lix/src/libutil/hash.cc
[16/327] x86_64-pc-linux-gnu-g++ -Isrc/libutil/liblixutil.so.p -Isrc/libutil -I../lix/src/libutil -I/usr/include/rapidcheck/extras/gtest/include -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -std=c++2a -include config.h -Wno-deprecated-declarations -Wimplicit-fallthrough -Werror=switch -Werror=switch-enum -Werror=unused-result -Wdeprecated-copy -Wignored-qualifiers -Werror=suggest-override -D_GLIBCXX_ASSERTIONS=1 -fsanitize=signed-integer-overflow -fsanitize-undefined-trap-on-error -ffile-prefix-map=../src=src -march=alderlake -mabm -mno-cldemote -mno-kl -mno-pconfig -mno-sgx -mno-widekl -mshstk --param=l1-cache-line-size=64 --param=l1-cache-size=32 --param=l2-cache-size=12288 -O2 -pipe -fPIC -isystem/usr/include/libcpuid -DBOOST_CONTAINER_DYN_LINK=1 -DBOOST_ALL_NO_LIB -MD -MQ src/libutil/liblixutil.so.p/file-descriptor.cc.o -MF src/libutil/liblixutil.so.p/file-descriptor.cc.o.d -o src/libutil/liblixutil.so.p/file-descriptor.cc.o -c ../lix/src/libutil/file-descriptor.cc
[17/327] x86_64-pc-linux-gnu-g++ -Isrc/libutil/liblixutil.so.p -Isrc/libutil -I../lix/src/libutil -I/usr/include/rapidcheck/extras/gtest/include -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -std=c++2a -include config.h -Wno-deprecated-declarations -Wimplicit-fallthrough -Werror=switch -Werror=switch-enum -Werror=unused-result -Wdeprecated-copy -Wignored-qualifiers -Werror=suggest-override -D_GLIBCXX_ASSERTIONS=1 -fsanitize=signed-integer-overflow -fsanitize-undefined-trap-on-error -ffile-prefix-map=../src=src -march=alderlake -mabm -mno-cldemote -mno-kl -mno-pconfig -mno-sgx -mno-widekl -mshstk --param=l1-cache-line-size=64 --param=l1-cache-size=32 --param=l2-cache-size=12288 -O2 -pipe -fPIC -isystem/usr/include/libcpuid -DBOOST_CONTAINER_DYN_LINK=1 -DBOOST_ALL_NO_LIB -MD -MQ src/libutil/liblixutil.so.p/git.cc.o -MF src/libutil/liblixutil.so.p/git.cc.o.d -o src/libutil/liblixutil.so.p/git.cc.o -c ../lix/src/libutil/git.cc
[18/327] x86_64-pc-linux-gnu-g++ -Isrc/libutil/liblixutil.so.p -Isrc/libutil -I../lix/src/libutil -I/usr/include/rapidcheck/extras/gtest/include -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -std=c++2a -include config.h -Wno-deprecated-declarations -Wimplicit-fallthrough -Werror=switch -Werror=switch-enum -Werror=unused-result -Wdeprecated-copy -Wignored-qualifiers -Werror=suggest-override -D_GLIBCXX_ASSERTIONS=1 -fsanitize=signed-integer-overflow -fsanitize-undefined-trap-on-error -ffile-prefix-map=../src=src -march=alderlake -mabm -mno-cldemote -mno-kl -mno-pconfig -mno-sgx -mno-widekl -mshstk --param=l1-cache-line-size=64 --param=l1-cache-size=32 --param=l2-cache-size=12288 -O2 -pipe -fPIC -isystem/usr/include/libcpuid -DBOOST_CONTAINER_DYN_LINK=1 -DBOOST_ALL_NO_LIB -MD -MQ src/libutil/liblixutil.so.p/namespaces.cc.o -MF src/libutil/liblixutil.so.p/namespaces.cc.o.d -o src/libutil/liblixutil.so.p/namespaces.cc.o -c ../lix/src/libutil/namespaces.cc
[19/327] x86_64-pc-linux-gnu-g++ -Isrc/libutil/liblixutil.so.p -Isrc/libutil -I../lix/src/libutil -I/usr/include/rapidcheck/extras/gtest/include -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -std=c++2a -include config.h -Wno-deprecated-declarations -Wimplicit-fallthrough -Werror=switch -Werror=switch-enum -Werror=unused-result -Wdeprecated-copy -Wignored-qualifiers -Werror=suggest-override -D_GLIBCXX_ASSERTIONS=1 -fsanitize=signed-integer-overflow -fsanitize-undefined-trap-on-error -ffile-prefix-map=../src=src -march=alderlake -mabm -mno-cldemote -mno-kl -mno-pconfig -mno-sgx -mno-widekl -mshstk --param=l1-cache-line-size=64 --param=l1-cache-size=32 --param=l2-cache-size=12288 -O2 -pipe -fPIC -isystem/usr/include/libcpuid -DBOOST_CONTAINER_DYN_LINK=1 -DBOOST_ALL_NO_LIB -MD -MQ src/libutil/liblixutil.so.p/json-utils.cc.o -MF src/libutil/liblixutil.so.p/json-utils.cc.o.d -o src/libutil/liblixutil.so.p/json-utils.cc.o -c ../lix/src/libutil/json-utils.cc
[20/327] x86_64-pc-linux-gnu-g++ -Isrc/libutil/liblixutil.so.p -Isrc/libutil -I../lix/src/libutil -I/usr/include/rapidcheck/extras/gtest/include -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -std=c++2a -include config.h -Wno-deprecated-declarations -Wimplicit-fallthrough -Werror=switch -Werror=switch-enum -Werror=unused-result -Wdeprecated-copy -Wignored-qualifiers -Werror=suggest-override -D_GLIBCXX_ASSERTIONS=1 -fsanitize=signed-integer-overflow -fsanitize-undefined-trap-on-error -ffile-prefix-map=../src=src -march=alderlake -mabm -mno-cldemote -mno-kl -mno-pconfig -mno-sgx -mno-widekl -mshstk --param=l1-cache-line-size=64 --param=l1-cache-size=32 --param=l2-cache-size=12288 -O2 -pipe -fPIC -isystem/usr/include/libcpuid -DBOOST_CONTAINER_DYN_LINK=1 -DBOOST_ALL_NO_LIB -MD -MQ src/libutil/liblixutil.so.p/file-system.cc.o -MF src/libutil/liblixutil.so.p/file-system.cc.o.d -o src/libutil/liblixutil.so.p/file-system.cc.o -c ../lix/src/libutil/file-system.cc
[21/327] x86_64-pc-linux-gnu-g++ -Isrc/libutil/liblixutil.so.p -Isrc/libutil -I../lix/src/libutil -I/usr/include/rapidcheck/extras/gtest/include -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -std=c++2a -include config.h -Wno-deprecated-declarations -Wimplicit-fallthrough -Werror=switch -Werror=switch-enum -Werror=unused-result -Wdeprecated-copy -Wignored-qualifiers -Werror=suggest-override -D_GLIBCXX_ASSERTIONS=1 -fsanitize=signed-integer-overflow -fsanitize-undefined-trap-on-error -ffile-prefix-map=../src=src -march=alderlake -mabm -mno-cldemote -mno-kl -mno-pconfig -mno-sgx -mno-widekl -mshstk --param=l1-cache-line-size=64 --param=l1-cache-size=32 --param=l2-cache-size=12288 -O2 -pipe -fPIC -isystem/usr/include/libcpuid -DBOOST_CONTAINER_DYN_LINK=1 -DBOOST_ALL_NO_LIB -MD -MQ src/libutil/liblixutil.so.p/experimental-features.cc.o -MF src/libutil/liblixutil.so.p/experimental-features.cc.o.d -o src/libutil/liblixutil.so.p/experimental-features.cc.o -c ../lix/src/libutil/experimental-features.cc
[22/327] x86_64-pc-linux-gnu-g++ -Isrc/libutil/liblixutil.so.p -Isrc/libutil -I../lix/src/libutil -I/usr/include/rapidcheck/extras/gtest/include -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -std=c++2a -include config.h -Wno-deprecated-declarations -Wimplicit-fallthrough -Werror=switch -Werror=switch-enum -Werror=unused-result -Wdeprecated-copy -Wignored-qualifiers -Werror=suggest-override -D_GLIBCXX_ASSERTIONS=1 -fsanitize=signed-integer-overflow -fsanitize-undefined-trap-on-error -ffile-prefix-map=../src=src -march=alderlake -mabm -mno-cldemote -mno-kl -mno-pconfig -mno-sgx -mno-widekl -mshstk --param=l1-cache-line-size=64 --param=l1-cache-size=32 --param=l2-cache-size=12288 -O2 -pipe -fPIC -isystem/usr/include/libcpuid -DBOOST_CONTAINER_DYN_LINK=1 -DBOOST_ALL_NO_LIB -MD -MQ src/libutil/liblixutil.so.p/args.cc.o -MF src/libutil/liblixutil.so.p/args.cc.o.d -o src/libutil/liblixutil.so.p/args.cc.o -c ../lix/src/libutil/args.cc
[23/327] x86_64-pc-linux-gnu-g++ -Isrc/libutil/liblixutil.so.p -Isrc/libutil -I../lix/src/libutil -I/usr/include/rapidcheck/extras/gtest/include -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -std=c++2a -include config.h -Wno-deprecated-declarations -Wimplicit-fallthrough -Werror=switch -Werror=switch-enum -Werror=unused-result -Wdeprecated-copy -Wignored-qualifiers -Werror=suggest-override -D_GLIBCXX_ASSERTIONS=1 -fsanitize=signed-integer-overflow -fsanitize-undefined-trap-on-error -ffile-prefix-map=../src=src -march=alderlake -mabm -mno-cldemote -mno-kl -mno-pconfig -mno-sgx -mno-widekl -mshstk --param=l1-cache-line-size=64 --param=l1-cache-size=32 --param=l2-cache-size=12288 -O2 -pipe -fPIC -isystem/usr/include/libcpuid -DBOOST_CONTAINER_DYN_LINK=1 -DBOOST_ALL_NO_LIB -MD -MQ src/libutil/liblixutil.so.p/cgroup.cc.o -MF src/libutil/liblixutil.so.p/cgroup.cc.o.d -o src/libutil/liblixutil.so.p/cgroup.cc.o -c ../lix/src/libutil/cgroup.cc
[24/327] x86_64-pc-linux-gnu-g++ -Isrc/libutil/liblixutil.so.p -Isrc/libutil -I../lix/src/libutil -I/usr/include/rapidcheck/extras/gtest/include -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -std=c++2a -include config.h -Wno-deprecated-declarations -Wimplicit-fallthrough -Werror=switch -Werror=switch-enum -Werror=unused-result -Wdeprecated-copy -Wignored-qualifiers -Werror=suggest-override -D_GLIBCXX_ASSERTIONS=1 -fsanitize=signed-integer-overflow -fsanitize-undefined-trap-on-error -ffile-prefix-map=../src=src -march=alderlake -mabm -mno-cldemote -mno-kl -mno-pconfig -mno-sgx -mno-widekl -mshstk --param=l1-cache-line-size=64 --param=l1-cache-size=32 --param=l2-cache-size=12288 -O2 -pipe -fPIC -isystem/usr/include/libcpuid -DBOOST_CONTAINER_DYN_LINK=1 -DBOOST_ALL_NO_LIB -MD -MQ src/libutil/liblixutil.so.p/suggestions.cc.o -MF src/libutil/liblixutil.so.p/suggestions.cc.o.d -o src/libutil/liblixutil.so.p/suggestions.cc.o -c ../lix/src/libutil/suggestions.cc
[25/327] x86_64-pc-linux-gnu-g++ -Isrc/libutil/liblixutil.so.p -Isrc/libutil -I../lix/src/libutil -I/usr/include/rapidcheck/extras/gtest/include -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -std=c++2a -include config.h -Wno-deprecated-declarations -Wimplicit-fallthrough -Werror=switch -Werror=switch-enum -Werror=unused-result -Wdeprecated-copy -Wignored-qualifiers -Werror=suggest-override -D_GLIBCXX_ASSERTIONS=1 -fsanitize=signed-integer-overflow -fsanitize-undefined-trap-on-error -ffile-prefix-map=../src=src -march=alderlake -mabm -mno-cldemote -mno-kl -mno-pconfig -mno-sgx -mno-widekl -mshstk --param=l1-cache-line-size=64 --param=l1-cache-size=32 --param=l2-cache-size=12288 -O2 -pipe -fPIC -isystem/usr/include/libcpuid -DBOOST_CONTAINER_DYN_LINK=1 -DBOOST_ALL_NO_LIB -MD -MQ src/libutil/liblixutil.so.p/terminal.cc.o -MF src/libutil/liblixutil.so.p/terminal.cc.o.d -o src/libutil/liblixutil.so.p/terminal.cc.o -c ../lix/src/libutil/terminal.cc
[26/327] x86_64-pc-linux-gnu-g++ -Isrc/libutil/liblixutil.so.p -Isrc/libutil -I../lix/src/libutil -I/usr/include/rapidcheck/extras/gtest/include -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -std=c++2a -include config.h -Wno-deprecated-declarations -Wimplicit-fallthrough -Werror=switch -Werror=switch-enum -Werror=unused-result -Wdeprecated-copy -Wignored-qualifiers -Werror=suggest-override -D_GLIBCXX_ASSERTIONS=1 -fsanitize=signed-integer-overflow -fsanitize-undefined-trap-on-error -ffile-prefix-map=../src=src -march=alderlake -mabm -mno-cldemote -mno-kl -mno-pconfig -mno-sgx -mno-widekl -mshstk --param=l1-cache-line-size=64 --param=l1-cache-size=32 --param=l2-cache-size=12288 -O2 -pipe -fPIC -isystem/usr/include/libcpuid -DBOOST_CONTAINER_DYN_LINK=1 -DBOOST_ALL_NO_LIB -MD -MQ src/libutil/liblixutil.so.p/processes.cc.o -MF src/libutil/liblixutil.so.p/processes.cc.o.d -o src/libutil/liblixutil.so.p/processes.cc.o -c ../lix/src/libutil/processes.cc
[27/327] x86_64-pc-linux-gnu-g++ -Isrc/libutil/liblixutil.so.p -Isrc/libutil -I../lix/src/libutil -I/usr/include/rapidcheck/extras/gtest/include -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -std=c++2a -include config.h -Wno-deprecated-declarations -Wimplicit-fallthrough -Werror=switch -Werror=switch-enum -Werror=unused-result -Wdeprecated-copy -Wignored-qualifiers -Werror=suggest-override -D_GLIBCXX_ASSERTIONS=1 -fsanitize=signed-integer-overflow -fsanitize-undefined-trap-on-error -ffile-prefix-map=../src=src -march=alderlake -mabm -mno-cldemote -mno-kl -mno-pconfig -mno-sgx -mno-widekl -mshstk --param=l1-cache-line-size=64 --param=l1-cache-size=32 --param=l2-cache-size=12288 -O2 -pipe -fPIC -isystem/usr/include/libcpuid -DBOOST_CONTAINER_DYN_LINK=1 -DBOOST_ALL_NO_LIB -MD -MQ src/libutil/liblixutil.so.p/xml-writer.cc.o -MF src/libutil/liblixutil.so.p/xml-writer.cc.o.d -o src/libutil/liblixutil.so.p/xml-writer.cc.o -c ../lix/src/libutil/xml-writer.cc
[28/327] x86_64-pc-linux-gnu-g++ -Isrc/libutil/liblixutil.so.p -Isrc/libutil -I../lix/src/libutil -I/usr/include/rapidcheck/extras/gtest/include -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -std=c++2a -include config.h -Wno-deprecated-declarations -Wimplicit-fallthrough -Werror=switch -Werror=switch-enum -Werror=unused-result -Wdeprecated-copy -Wignored-qualifiers -Werror=suggest-override -D_GLIBCXX_ASSERTIONS=1 -fsanitize=signed-integer-overflow -fsanitize-undefined-trap-on-error -ffile-prefix-map=../src=src -march=alderlake -mabm -mno-cldemote -mno-kl -mno-pconfig -mno-sgx -mno-widekl -mshstk --param=l1-cache-line-size=64 --param=l1-cache-size=32 --param=l2-cache-size=12288 -O2 -pipe -fPIC -isystem/usr/include/libcpuid -DBOOST_CONTAINER_DYN_LINK=1 -DBOOST_ALL_NO_LIB -MD -MQ src/libutil/liblixutil.so.p/references.cc.o -MF src/libutil/liblixutil.so.p/references.cc.o.d -o src/libutil/liblixutil.so.p/references.cc.o -c ../lix/src/libutil/references.cc
[29/327] /usr/lib/python-exec/python3.12/meson --internal exe --capture src/libstore/schema.sql.gen.hh -- /usr/bin/bash -c 'echo '"'"'R"__NIX_STR('"'"' | cat - ../lix/src/libstore/schema.sql && echo '"'"')__NIX_STR"'"'"''
[30/327] /usr/lib/python-exec/python3.12/meson --internal exe --capture src/libstore/ca-specific-schema.sql.gen.hh -- /usr/bin/bash -c 'echo '"'"'R"__NIX_STR('"'"' | cat - ../lix/src/libstore/ca-specific-schema.sql && echo '"'"')__NIX_STR"'"'"''
[31/327] x86_64-pc-linux-gnu-g++ -Isrc/libutil/liblixutil.so.p -Isrc/libutil -I../lix/src/libutil -I/usr/include/rapidcheck/extras/gtest/include -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -std=c++2a -include config.h -Wno-deprecated-declarations -Wimplicit-fallthrough -Werror=switch -Werror=switch-enum -Werror=unused-result -Wdeprecated-copy -Wignored-qualifiers -Werror=suggest-override -D_GLIBCXX_ASSERTIONS=1 -fsanitize=signed-integer-overflow -fsanitize-undefined-trap-on-error -ffile-prefix-map=../src=src -march=alderlake -mabm -mno-cldemote -mno-kl -mno-pconfig -mno-sgx -mno-widekl -mshstk --param=l1-cache-line-size=64 --param=l1-cache-size=32 --param=l2-cache-size=12288 -O2 -pipe -fPIC -isystem/usr/include/libcpuid -DBOOST_CONTAINER_DYN_LINK=1 -DBOOST_ALL_NO_LIB -MD -MQ src/libutil/liblixutil.so.p/serialise.cc.o -MF src/libutil/liblixutil.so.p/serialise.cc.o.d -o src/libutil/liblixutil.so.p/serialise.cc.o -c ../lix/src/libutil/serialise.cc
[32/327] x86_64-pc-linux-gnu-g++ -Isrc/libutil/liblixutil.so.p -Isrc/libutil -I../lix/src/libutil -I/usr/include/rapidcheck/extras/gtest/include -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -std=c++2a -include config.h -Wno-deprecated-declarations -Wimplicit-fallthrough -Werror=switch -Werror=switch-enum -Werror=unused-result -Wdeprecated-copy -Wignored-qualifiers -Werror=suggest-override -D_GLIBCXX_ASSERTIONS=1 -fsanitize=signed-integer-overflow -fsanitize-undefined-trap-on-error -ffile-prefix-map=../src=src -march=alderlake -mabm -mno-cldemote -mno-kl -mno-pconfig -mno-sgx -mno-widekl -mshstk --param=l1-cache-line-size=64 --param=l1-cache-size=32 --param=l2-cache-size=12288 -O2 -pipe -fPIC -isystem/usr/include/libcpuid -DBOOST_CONTAINER_DYN_LINK=1 -DBOOST_ALL_NO_LIB -MD -MQ src/libutil/liblixutil.so.p/source-path.cc.o -MF src/libutil/liblixutil.so.p/source-path.cc.o.d -o src/libutil/liblixutil.so.p/source-path.cc.o -c ../lix/src/libutil/source-path.cc
[33/327] x86_64-pc-linux-gnu-g++ -Isrc/libutil/liblixutil.so.p -Isrc/libutil -I../lix/src/libutil -I/usr/include/rapidcheck/extras/gtest/include -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -std=c++2a -include config.h -Wno-deprecated-declarations -Wimplicit-fallthrough -Werror=switch -Werror=switch-enum -Werror=unused-result -Wdeprecated-copy -Wignored-qualifiers -Werror=suggest-override -D_GLIBCXX_ASSERTIONS=1 -fsanitize=signed-integer-overflow -fsanitize-undefined-trap-on-error -ffile-prefix-map=../src=src -march=alderlake -mabm -mno-cldemote -mno-kl -mno-pconfig -mno-sgx -mno-widekl -mshstk --param=l1-cache-line-size=64 --param=l1-cache-size=32 --param=l2-cache-size=12288 -O2 -pipe -fPIC -isystem/usr/include/libcpuid -DBOOST_CONTAINER_DYN_LINK=1 -DBOOST_ALL_NO_LIB -MD -MQ src/libutil/liblixutil.so.p/regex.cc.o -MF src/libutil/liblixutil.so.p/regex.cc.o.d -o src/libutil/liblixutil.so.p/regex.cc.o -c ../lix/src/libutil/regex.cc
[34/327] x86_64-pc-linux-gnu-g++ -Isrc/libutil/liblixutil.so.p -Isrc/libutil -I../lix/src/libutil -I/usr/include/rapidcheck/extras/gtest/include -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -std=c++2a -include config.h -Wno-deprecated-declarations -Wimplicit-fallthrough -Werror=switch -Werror=switch-enum -Werror=unused-result -Wdeprecated-copy -Wignored-qualifiers -Werror=suggest-override -D_GLIBCXX_ASSERTIONS=1 -fsanitize=signed-integer-overflow -fsanitize-undefined-trap-on-error -ffile-prefix-map=../src=src -march=alderlake -mabm -mno-cldemote -mno-kl -mno-pconfig -mno-sgx -mno-widekl -mshstk --param=l1-cache-line-size=64 --param=l1-cache-size=32 --param=l2-cache-size=12288 -O2 -pipe -fPIC -isystem/usr/include/libcpuid -DBOOST_CONTAINER_DYN_LINK=1 -DBOOST_ALL_NO_LIB -MD -MQ src/libutil/liblixutil.so.p/signals.cc.o -MF src/libutil/liblixutil.so.p/signals.cc.o.d -o src/libutil/liblixutil.so.p/signals.cc.o -c ../lix/src/libutil/signals.cc
[35/327] x86_64-pc-linux-gnu-g++ -Isrc/libutil/liblixutil.so.p -Isrc/libutil -I../lix/src/libutil -I/usr/include/rapidcheck/extras/gtest/include -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -std=c++2a -include config.h -Wno-deprecated-declarations -Wimplicit-fallthrough -Werror=switch -Werror=switch-enum -Werror=unused-result -Wdeprecated-copy -Wignored-qualifiers -Werror=suggest-override -D_GLIBCXX_ASSERTIONS=1 -fsanitize=signed-integer-overflow -fsanitize-undefined-trap-on-error -ffile-prefix-map=../src=src -march=alderlake -mabm -mno-cldemote -mno-kl -mno-pconfig -mno-sgx -mno-widekl -mshstk --param=l1-cache-line-size=64 --param=l1-cache-size=32 --param=l2-cache-size=12288 -O2 -pipe -fPIC -isystem/usr/include/libcpuid -DBOOST_CONTAINER_DYN_LINK=1 -DBOOST_ALL_NO_LIB -MD -MQ src/libutil/liblixutil.so.p/tarfile.cc.o -MF src/libutil/liblixutil.so.p/tarfile.cc.o.d -o src/libutil/liblixutil.so.p/tarfile.cc.o -c ../lix/src/libutil/tarfile.cc
[36/327] x86_64-pc-linux-gnu-g++ -Isrc/libutil/liblixutil.so.p -Isrc/libutil -I../lix/src/libutil -I/usr/include/rapidcheck/extras/gtest/include -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -std=c++2a -include config.h -Wno-deprecated-declarations -Wimplicit-fallthrough -Werror=switch -Werror=switch-enum -Werror=unused-result -Wdeprecated-copy -Wignored-qualifiers -Werror=suggest-override -D_GLIBCXX_ASSERTIONS=1 -fsanitize=signed-integer-overflow -fsanitize-undefined-trap-on-error -ffile-prefix-map=../src=src -march=alderlake -mabm -mno-cldemote -mno-kl -mno-pconfig -mno-sgx -mno-widekl -mshstk --param=l1-cache-line-size=64 --param=l1-cache-size=32 --param=l2-cache-size=12288 -O2 -pipe -fPIC -isystem/usr/include/libcpuid -DBOOST_CONTAINER_DYN_LINK=1 -DBOOST_ALL_NO_LIB -MD -MQ src/libutil/liblixutil.so.p/config.cc.o -MF src/libutil/liblixutil.so.p/config.cc.o.d -o src/libutil/liblixutil.so.p/config.cc.o -c ../lix/src/libutil/config.cc
[37/327] x86_64-pc-linux-gnu-g++ -Isrc/libutil/liblixutil.so.p -Isrc/libutil -I../lix/src/libutil -I/usr/include/rapidcheck/extras/gtest/include -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -std=c++2a -include config.h -Wno-deprecated-declarations -Wimplicit-fallthrough -Werror=switch -Werror=switch-enum -Werror=unused-result -Wdeprecated-copy -Wignored-qualifiers -Werror=suggest-override -D_GLIBCXX_ASSERTIONS=1 -fsanitize=signed-integer-overflow -fsanitize-undefined-trap-on-error -ffile-prefix-map=../src=src -march=alderlake -mabm -mno-cldemote -mno-kl -mno-pconfig -mno-sgx -mno-widekl -mshstk --param=l1-cache-line-size=64 --param=l1-cache-size=32 --param=l2-cache-size=12288 -O2 -pipe -fPIC -isystem/usr/include/libcpuid -DBOOST_CONTAINER_DYN_LINK=1 -DBOOST_ALL_NO_LIB -MD -MQ src/libutil/liblixutil.so.p/unix-domain-socket.cc.o -MF src/libutil/liblixutil.so.p/unix-domain-socket.cc.o.d -o src/libutil/liblixutil.so.p/unix-domain-socket.cc.o -c ../lix/src/libutil/unix-domain-socket.cc
[38/327] x86_64-pc-linux-gnu-g++ -Isrc/libutil/liblixutil.so.p -Isrc/libutil -I../lix/src/libutil -I/usr/include/rapidcheck/extras/gtest/include -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -std=c++2a -include config.h -Wno-deprecated-declarations -Wimplicit-fallthrough -Werror=switch -Werror=switch-enum -Werror=unused-result -Wdeprecated-copy -Wignored-qualifiers -Werror=suggest-override -D_GLIBCXX_ASSERTIONS=1 -fsanitize=signed-integer-overflow -fsanitize-undefined-trap-on-error -ffile-prefix-map=../src=src -march=alderlake -mabm -mno-cldemote -mno-kl -mno-pconfig -mno-sgx -mno-widekl -mshstk --param=l1-cache-line-size=64 --param=l1-cache-size=32 --param=l2-cache-size=12288 -O2 -pipe -fPIC -isystem/usr/include/libcpuid -DBOOST_CONTAINER_DYN_LINK=1 -DBOOST_ALL_NO_LIB -MD -MQ src/libutil/liblixutil.so.p/logging.cc.o -MF src/libutil/liblixutil.so.p/logging.cc.o.d -o src/libutil/liblixutil.so.p/logging.cc.o -c ../lix/src/libutil/logging.cc
[39/327] x86_64-pc-linux-gnu-g++ -Isrc/libutil/liblixutil.so.p -Isrc/libutil -I../lix/src/libutil -I/usr/include/rapidcheck/extras/gtest/include -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -std=c++2a -include config.h -Wno-deprecated-declarations -Wimplicit-fallthrough -Werror=switch -Werror=switch-enum -Werror=unused-result -Wdeprecated-copy -Wignored-qualifiers -Werror=suggest-override -D_GLIBCXX_ASSERTIONS=1 -fsanitize=signed-integer-overflow -fsanitize-undefined-trap-on-error -ffile-prefix-map=../src=src -march=alderlake -mabm -mno-cldemote -mno-kl -mno-pconfig -mno-sgx -mno-widekl -mshstk --param=l1-cache-line-size=64 --param=l1-cache-size=32 --param=l2-cache-size=12288 -O2 -pipe -fPIC -isystem/usr/include/libcpuid -DBOOST_CONTAINER_DYN_LINK=1 -DBOOST_ALL_NO_LIB -MD -MQ src/libutil/liblixutil.so.p/strings.cc.o -MF src/libutil/liblixutil.so.p/strings.cc.o.d -o src/libutil/liblixutil.so.p/strings.cc.o -c ../lix/src/libutil/strings.cc
[40/327] x86_64-pc-linux-gnu-g++ -Isrc/libutil/liblixutil.so.p -Isrc/libutil -I../lix/src/libutil -I/usr/include/rapidcheck/extras/gtest/include -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -std=c++2a -include config.h -Wno-deprecated-declarations -Wimplicit-fallthrough -Werror=switch -Werror=switch-enum -Werror=unused-result -Wdeprecated-copy -Wignored-qualifiers -Werror=suggest-override -D_GLIBCXX_ASSERTIONS=1 -fsanitize=signed-integer-overflow -fsanitize-undefined-trap-on-error -ffile-prefix-map=../src=src -march=alderlake -mabm -mno-cldemote -mno-kl -mno-pconfig -mno-sgx -mno-widekl -mshstk --param=l1-cache-line-size=64 --param=l1-cache-size=32 --param=l2-cache-size=12288 -O2 -pipe -fPIC -isystem/usr/include/libcpuid -DBOOST_CONTAINER_DYN_LINK=1 -DBOOST_ALL_NO_LIB -MD -MQ src/libutil/liblixutil.so.p/thread-pool.cc.o -MF src/libutil/liblixutil.so.p/thread-pool.cc.o.d -o src/libutil/liblixutil.so.p/thread-pool.cc.o -c ../lix/src/libutil/thread-pool.cc
[41/327] x86_64-pc-linux-gnu-g++ -Isrc/libutil/liblixutil.so.p -Isrc/libutil -I../lix/src/libutil -I/usr/include/rapidcheck/extras/gtest/include -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -std=c++2a -include config.h -Wno-deprecated-declarations -Wimplicit-fallthrough -Werror=switch -Werror=switch-enum -Werror=unused-result -Wdeprecated-copy -Wignored-qualifiers -Werror=suggest-override -D_GLIBCXX_ASSERTIONS=1 -fsanitize=signed-integer-overflow -fsanitize-undefined-trap-on-error -ffile-prefix-map=../src=src -march=alderlake -mabm -mno-cldemote -mno-kl -mno-pconfig -mno-sgx -mno-widekl -mshstk --param=l1-cache-line-size=64 --param=l1-cache-size=32 --param=l2-cache-size=12288 -O2 -pipe -fPIC -isystem/usr/include/libcpuid -DBOOST_CONTAINER_DYN_LINK=1 -DBOOST_ALL_NO_LIB -MD -MQ src/libutil/liblixutil.so.p/shlex.cc.o -MF src/libutil/liblixutil.so.p/shlex.cc.o.d -o src/libutil/liblixutil.so.p/shlex.cc.o -c ../lix/src/libutil/shlex.cc
[42/327] x86_64-pc-linux-gnu-g++ -Isrc/libutil/liblixutil.so.p -Isrc/libutil -I../lix/src/libutil -I/usr/include/rapidcheck/extras/gtest/include -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -std=c++2a -include config.h -Wno-deprecated-declarations -Wimplicit-fallthrough -Werror=switch -Werror=switch-enum -Werror=unused-result -Wdeprecated-copy -Wignored-qualifiers -Werror=suggest-override -D_GLIBCXX_ASSERTIONS=1 -fsanitize=signed-integer-overflow -fsanitize-undefined-trap-on-error -ffile-prefix-map=../src=src -march=alderlake -mabm -mno-cldemote -mno-kl -mno-pconfig -mno-sgx -mno-widekl -mshstk --param=l1-cache-line-size=64 --param=l1-cache-size=32 --param=l2-cache-size=12288 -O2 -pipe -fPIC -isystem/usr/include/libcpuid -DBOOST_CONTAINER_DYN_LINK=1 -DBOOST_ALL_NO_LIB -MD -MQ src/libutil/liblixutil.so.p/users.cc.o -MF src/libutil/liblixutil.so.p/users.cc.o.d -o src/libutil/liblixutil.so.p/users.cc.o -c ../lix/src/libutil/users.cc
[43/327] x86_64-pc-linux-gnu-g++ -Isrc/libstore/liblixstore.so.p -Isrc/libstore -I../lix/src/libstore -Isrc/libutil -I../lix/src/libutil -I/usr/include/rapidcheck/extras/gtest/include -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -std=c++2a -include config.h -Wno-deprecated-declarations -Wimplicit-fallthrough -Werror=switch -Werror=switch-enum -Werror=unused-result -Wdeprecated-copy -Wignored-qualifiers -Werror=suggest-override -D_GLIBCXX_ASSERTIONS=1 -fsanitize=signed-integer-overflow -fsanitize-undefined-trap-on-error -ffile-prefix-map=../src=src -march=alderlake -mabm -mno-cldemote -mno-kl -mno-pconfig -mno-sgx -mno-widekl -mshstk --param=l1-cache-line-size=64 --param=l1-cache-size=32 --param=l2-cache-size=12288 -O2 -pipe -fPIC '-DLSOF="/usr/bin/lsof"' '-DNIX_PREFIX="/usr"' '-DNIX_STORE_DIR="/nix/store"' '-DNIX_DATA_DIR="/usr/share"' '-DNIX_STATE_DIR="/nix/var/nix"' '-DNIX_LOG_DIR="/nix/var/log/nix"' '-DNIX_CONF_DIR="/etc/nix"' '-DNIX_BIN_DIR="/usr/bin"' '-DNIX_MAN_DIR="/usr/share/man"' '-DSANDBOX_SHELL="/usr/bin/busybox-nix-sandbox-shell"' -MD -MQ src/libstore/liblixstore.so.p/build-result.cc.o -MF src/libstore/liblixstore.so.p/build-result.cc.o.d -o src/libstore/liblixstore.so.p/build-result.cc.o -c ../lix/src/libstore/build-result.cc
[44/327] x86_64-pc-linux-gnu-g++ -Isrc/libstore/liblixstore.so.p -Isrc/libstore -I../lix/src/libstore -Isrc/libutil -I../lix/src/libutil -I/usr/include/rapidcheck/extras/gtest/include -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -std=c++2a -include config.h -Wno-deprecated-declarations -Wimplicit-fallthrough -Werror=switch -Werror=switch-enum -Werror=unused-result -Wdeprecated-copy -Wignored-qualifiers -Werror=suggest-override -D_GLIBCXX_ASSERTIONS=1 -fsanitize=signed-integer-overflow -fsanitize-undefined-trap-on-error -ffile-prefix-map=../src=src -march=alderlake -mabm -mno-cldemote -mno-kl -mno-pconfig -mno-sgx -mno-widekl -mshstk --param=l1-cache-line-size=64 --param=l1-cache-size=32 --param=l2-cache-size=12288 -O2 -pipe -fPIC '-DLSOF="/usr/bin/lsof"' '-DNIX_PREFIX="/usr"' '-DNIX_STORE_DIR="/nix/store"' '-DNIX_DATA_DIR="/usr/share"' '-DNIX_STATE_DIR="/nix/var/nix"' '-DNIX_LOG_DIR="/nix/var/log/nix"' '-DNIX_CONF_DIR="/etc/nix"' '-DNIX_BIN_DIR="/usr/bin"' '-DNIX_MAN_DIR="/usr/share/man"' '-DSANDBOX_SHELL="/usr/bin/busybox-nix-sandbox-shell"' -MD -MQ src/libstore/liblixstore.so.p/derived-path-map.cc.o -MF src/libstore/liblixstore.so.p/derived-path-map.cc.o.d -o src/libstore/liblixstore.so.p/derived-path-map.cc.o -c ../lix/src/libstore/derived-path-map.cc
[45/327] x86_64-pc-linux-gnu-g++ -Isrc/libutil/liblixutil.so.p -Isrc/libutil -I../lix/src/libutil -I/usr/include/rapidcheck/extras/gtest/include -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -std=c++2a -include config.h -Wno-deprecated-declarations -Wimplicit-fallthrough -Werror=switch -Werror=switch-enum -Werror=unused-result -Wdeprecated-copy -Wignored-qualifiers -Werror=suggest-override -D_GLIBCXX_ASSERTIONS=1 -fsanitize=signed-integer-overflow -fsanitize-undefined-trap-on-error -ffile-prefix-map=../src=src -march=alderlake -mabm -mno-cldemote -mno-kl -mno-pconfig -mno-sgx -mno-widekl -mshstk --param=l1-cache-line-size=64 --param=l1-cache-size=32 --param=l2-cache-size=12288 -O2 -pipe -fPIC -isystem/usr/include/libcpuid -DBOOST_CONTAINER_DYN_LINK=1 -DBOOST_ALL_NO_LIB -MD -MQ src/libutil/liblixutil.so.p/url-name.cc.o -MF src/libutil/liblixutil.so.p/url-name.cc.o.d -o src/libutil/liblixutil.so.p/url-name.cc.o -c ../lix/src/libutil/url-name.cc
[46/327] x86_64-pc-linux-gnu-g++ -Isrc/libstore/liblixstore.so.p -Isrc/libstore -I../lix/src/libstore -Isrc/libutil -I../lix/src/libutil -I/usr/include/rapidcheck/extras/gtest/include -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -std=c++2a -include config.h -Wno-deprecated-declarations -Wimplicit-fallthrough -Werror=switch -Werror=switch-enum -Werror=unused-result -Wdeprecated-copy -Wignored-qualifiers -Werror=suggest-override -D_GLIBCXX_ASSERTIONS=1 -fsanitize=signed-integer-overflow -fsanitize-undefined-trap-on-error -ffile-prefix-map=../src=src -march=alderlake -mabm -mno-cldemote -mno-kl -mno-pconfig -mno-sgx -mno-widekl -mshstk --param=l1-cache-line-size=64 --param=l1-cache-size=32 --param=l2-cache-size=12288 -O2 -pipe -fPIC '-DLSOF="/usr/bin/lsof"' '-DNIX_PREFIX="/usr"' '-DNIX_STORE_DIR="/nix/store"' '-DNIX_DATA_DIR="/usr/share"' '-DNIX_STATE_DIR="/nix/var/nix"' '-DNIX_LOG_DIR="/nix/var/log/nix"' '-DNIX_CONF_DIR="/etc/nix"' '-DNIX_BIN_DIR="/usr/bin"' '-DNIX_MAN_DIR="/usr/share/man"' '-DSANDBOX_SHELL="/usr/bin/busybox-nix-sandbox-shell"' -MD -MQ src/libstore/liblixstore.so.p/downstream-placeholder.cc.o -MF src/libstore/liblixstore.so.p/downstream-placeholder.cc.o.d -o src/libstore/liblixstore.so.p/downstream-placeholder.cc.o -c ../lix/src/libstore/downstream-placeholder.cc
[47/327] x86_64-pc-linux-gnu-g++ -Isrc/libstore/liblixstore.so.p -Isrc/libstore -I../lix/src/libstore -Isrc/libutil -I../lix/src/libutil -I/usr/include/rapidcheck/extras/gtest/include -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -std=c++2a -include config.h -Wno-deprecated-declarations -Wimplicit-fallthrough -Werror=switch -Werror=switch-enum -Werror=unused-result -Wdeprecated-copy -Wignored-qualifiers -Werror=suggest-override -D_GLIBCXX_ASSERTIONS=1 -fsanitize=signed-integer-overflow -fsanitize-undefined-trap-on-error -ffile-prefix-map=../src=src -march=alderlake -mabm -mno-cldemote -mno-kl -mno-pconfig -mno-sgx -mno-widekl -mshstk --param=l1-cache-line-size=64 --param=l1-cache-size=32 --param=l2-cache-size=12288 -O2 -pipe -fPIC '-DLSOF="/usr/bin/lsof"' '-DNIX_PREFIX="/usr"' '-DNIX_STORE_DIR="/nix/store"' '-DNIX_DATA_DIR="/usr/share"' '-DNIX_STATE_DIR="/nix/var/nix"' '-DNIX_LOG_DIR="/nix/var/log/nix"' '-DNIX_CONF_DIR="/etc/nix"' '-DNIX_BIN_DIR="/usr/bin"' '-DNIX_MAN_DIR="/usr/share/man"' '-DSANDBOX_SHELL="/usr/bin/busybox-nix-sandbox-shell"' -MD -MQ src/libstore/liblixstore.so.p/crypto.cc.o -MF src/libstore/liblixstore.so.p/crypto.cc.o.d -o src/libstore/liblixstore.so.p/crypto.cc.o -c ../lix/src/libstore/crypto.cc
[48/327] x86_64-pc-linux-gnu-g++ -Isrc/libstore/liblixstore.so.p -Isrc/libstore -I../lix/src/libstore -Isrc/libutil -I../lix/src/libutil -I/usr/include/rapidcheck/extras/gtest/include -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -std=c++2a -include config.h -Wno-deprecated-declarations -Wimplicit-fallthrough -Werror=switch -Werror=switch-enum -Werror=unused-result -Wdeprecated-copy -Wignored-qualifiers -Werror=suggest-override -D_GLIBCXX_ASSERTIONS=1 -fsanitize=signed-integer-overflow -fsanitize-undefined-trap-on-error -ffile-prefix-map=../src=src -march=alderlake -mabm -mno-cldemote -mno-kl -mno-pconfig -mno-sgx -mno-widekl -mshstk --param=l1-cache-line-size=64 --param=l1-cache-size=32 --param=l2-cache-size=12288 -O2 -pipe -fPIC '-DLSOF="/usr/bin/lsof"' '-DNIX_PREFIX="/usr"' '-DNIX_STORE_DIR="/nix/store"' '-DNIX_DATA_DIR="/usr/share"' '-DNIX_STATE_DIR="/nix/var/nix"' '-DNIX_LOG_DIR="/nix/var/log/nix"' '-DNIX_CONF_DIR="/etc/nix"' '-DNIX_BIN_DIR="/usr/bin"' '-DNIX_MAN_DIR="/usr/share/man"' '-DSANDBOX_SHELL="/usr/bin/busybox-nix-sandbox-shell"' -MD -MQ src/libstore/liblixstore.so.p/content-address.cc.o -MF src/libstore/liblixstore.so.p/content-address.cc.o.d -o src/libstore/liblixstore.so.p/content-address.cc.o -c ../lix/src/libstore/content-address.cc
[49/327] x86_64-pc-linux-gnu-g++ -Isrc/libutil/liblixutil.so.p -Isrc/libutil -I../lix/src/libutil -I/usr/include/rapidcheck/extras/gtest/include -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -std=c++2a -include config.h -Wno-deprecated-declarations -Wimplicit-fallthrough -Werror=switch -Werror=switch-enum -Werror=unused-result -Wdeprecated-copy -Wignored-qualifiers -Werror=suggest-override -D_GLIBCXX_ASSERTIONS=1 -fsanitize=signed-integer-overflow -fsanitize-undefined-trap-on-error -ffile-prefix-map=../src=src -march=alderlake -mabm -mno-cldemote -mno-kl -mno-pconfig -mno-sgx -mno-widekl -mshstk --param=l1-cache-line-size=64 --param=l1-cache-size=32 --param=l2-cache-size=12288 -O2 -pipe -fPIC -isystem/usr/include/libcpuid -DBOOST_CONTAINER_DYN_LINK=1 -DBOOST_ALL_NO_LIB -MD -MQ src/libutil/liblixutil.so.p/url.cc.o -MF src/libutil/liblixutil.so.p/url.cc.o.d -o src/libutil/liblixutil.so.p/url.cc.o -c ../lix/src/libutil/url.cc
[50/327] x86_64-pc-linux-gnu-g++ -o src/libutil/liblixutil.so src/libutil/liblixutil.so.p/archive.cc.o src/libutil/liblixutil.so.p/args.cc.o src/libutil/liblixutil.so.p/canon-path.cc.o src/libutil/liblixutil.so.p/cgroup.cc.o src/libutil/liblixutil.so.p/compression.cc.o src/libutil/liblixutil.so.p/compute-levels.cc.o src/libutil/liblixutil.so.p/config.cc.o src/libutil/liblixutil.so.p/current-process.cc.o src/libutil/liblixutil.so.p/english.cc.o src/libutil/liblixutil.so.p/environment-variables.cc.o src/libutil/liblixutil.so.p/error.cc.o src/libutil/liblixutil.so.p/escape-char.cc.o src/libutil/liblixutil.so.p/escape-string.cc.o src/libutil/liblixutil.so.p/exit.cc.o src/libutil/liblixutil.so.p/experimental-features.cc.o src/libutil/liblixutil.so.p/file-descriptor.cc.o src/libutil/liblixutil.so.p/file-system.cc.o src/libutil/liblixutil.so.p/git.cc.o src/libutil/liblixutil.so.p/hash.cc.o src/libutil/liblixutil.so.p/hilite.cc.o src/libutil/liblixutil.so.p/json-utils.cc.o src/libutil/liblixutil.so.p/logging.cc.o src/libutil/liblixutil.so.p/namespaces.cc.o src/libutil/liblixutil.so.p/position.cc.o src/libutil/liblixutil.so.p/print-elided.cc.o src/libutil/liblixutil.so.p/processes.cc.o src/libutil/liblixutil.so.p/references.cc.o src/libutil/liblixutil.so.p/regex.cc.o src/libutil/liblixutil.so.p/serialise.cc.o src/libutil/liblixutil.so.p/shlex.cc.o src/libutil/liblixutil.so.p/signals.cc.o src/libutil/liblixutil.so.p/source-path.cc.o src/libutil/liblixutil.so.p/strings.cc.o src/libutil/liblixutil.so.p/suggestions.cc.o src/libutil/liblixutil.so.p/tarfile.cc.o src/libutil/liblixutil.so.p/terminal.cc.o src/libutil/liblixutil.so.p/thread-pool.cc.o src/libutil/liblixutil.so.p/unix-domain-socket.cc.o src/libutil/liblixutil.so.p/url.cc.o src/libutil/liblixutil.so.p/url-name.cc.o src/libutil/liblixutil.so.p/users.cc.o src/libutil/liblixutil.so.p/xml-writer.cc.o -I/usr/include/rapidcheck/extras/gtest/include -Wl,--as-needed -Wl,--no-undefined -shared -fPIC -Wl,-soname,liblixutil.so -fsanitize=signed-integer-overflow -fsanitize-undefined-trap-on-error -pthread -Wl,--no-copy-dt-needed-entries -march=alderlake -mabm -mno-cldemote -mno-kl -mno-pconfig -mno-sgx -mno-widekl -mshstk --param=l1-cache-line-size=64 --param=l1-cache-size=32 --param=l2-cache-size=12288 -O2 -pipe -Wl,-O1 -Wl,--as-needed -Wl,-z,pack-relative-relocs -Wl,--start-group /usr/lib64/libatomic_ops.so /usr/lib64/libgc.so -lpthread -ldl /usr/lib64/libboost_container.so.1.85.0 /usr/lib64/libcpuid.so /usr/lib64/libseccomp.so /usr/lib64/libarchive.so /usr/lib64/libbrotlicommon.so /usr/lib64/libbrotlidec.so /usr/lib64/libbrotlienc.so /usr/lib64/libcrypto.so -Wl,--end-group
[51/327] /usr/lib/python-exec/python3.12/meson --internal symbolextractor /var/tmp/portage/sys-apps/lix-2.91.1/work/lix-2.91.1-build src/libutil/liblixutil.so src/libutil/liblixutil.so src/libutil/liblixutil.so.p/liblixutil.so.symbols
[52/327] x86_64-pc-linux-gnu-g++ -Isrc/libfetchers/liblixfetchers.so.p -Isrc/libfetchers -I../lix/src/libfetchers -Isrc/libstore -I../lix/src/libstore -Isrc/libutil -I../lix/src/libutil -I/usr/include/rapidcheck/extras/gtest/include -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -std=c++2a -include config.h -Wno-deprecated-declarations -Wimplicit-fallthrough -Werror=switch -Werror=switch-enum -Werror=unused-result -Wdeprecated-copy -Wignored-qualifiers -Werror=suggest-override -D_GLIBCXX_ASSERTIONS=1 -fsanitize=signed-integer-overflow -fsanitize-undefined-trap-on-error -ffile-prefix-map=../src=src -march=alderlake -mabm -mno-cldemote -mno-kl -mno-pconfig -mno-sgx -mno-widekl -mshstk --param=l1-cache-line-size=64 --param=l1-cache-size=32 --param=l2-cache-size=12288 -O2 -pipe -fPIC -MD -MQ src/libfetchers/liblixfetchers.so.p/attrs.cc.o -MF src/libfetchers/liblixfetchers.so.p/attrs.cc.o.d -o src/libfetchers/liblixfetchers.so.p/attrs.cc.o -c ../lix/src/libfetchers/attrs.cc
[53/327] x86_64-pc-linux-gnu-g++ -Isrc/libstore/liblixstore.so.p -Isrc/libstore -I../lix/src/libstore -Isrc/libutil -I../lix/src/libutil -I/usr/include/rapidcheck/extras/gtest/include -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -std=c++2a -include config.h -Wno-deprecated-declarations -Wimplicit-fallthrough -Werror=switch -Werror=switch-enum -Werror=unused-result -Wdeprecated-copy -Wignored-qualifiers -Werror=suggest-override -D_GLIBCXX_ASSERTIONS=1 -fsanitize=signed-integer-overflow -fsanitize-undefined-trap-on-error -ffile-prefix-map=../src=src -march=alderlake -mabm -mno-cldemote -mno-kl -mno-pconfig -mno-sgx -mno-widekl -mshstk --param=l1-cache-line-size=64 --param=l1-cache-size=32 --param=l2-cache-size=12288 -O2 -pipe -fPIC '-DLSOF="/usr/bin/lsof"' '-DNIX_PREFIX="/usr"' '-DNIX_STORE_DIR="/nix/store"' '-DNIX_DATA_DIR="/usr/share"' '-DNIX_STATE_DIR="/nix/var/nix"' '-DNIX_LOG_DIR="/nix/var/log/nix"' '-DNIX_CONF_DIR="/etc/nix"' '-DNIX_BIN_DIR="/usr/bin"' '-DNIX_MAN_DIR="/usr/share/man"' '-DSANDBOX_SHELL="/usr/bin/busybox-nix-sandbox-shell"' -MD -MQ src/libstore/liblixstore.so.p/dummy-store.cc.o -MF src/libstore/liblixstore.so.p/dummy-store.cc.o.d -o src/libstore/liblixstore.so.p/dummy-store.cc.o -c ../lix/src/libstore/dummy-store.cc
[54/327] x86_64-pc-linux-gnu-g++ -Isrc/libstore/liblixstore.so.p -Isrc/libstore -I../lix/src/libstore -Isrc/libutil -I../lix/src/libutil -I/usr/include/rapidcheck/extras/gtest/include -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -std=c++2a -include config.h -Wno-deprecated-declarations -Wimplicit-fallthrough -Werror=switch -Werror=switch-enum -Werror=unused-result -Wdeprecated-copy -Wignored-qualifiers -Werror=suggest-override -D_GLIBCXX_ASSERTIONS=1 -fsanitize=signed-integer-overflow -fsanitize-undefined-trap-on-error -ffile-prefix-map=../src=src -march=alderlake -mabm -mno-cldemote -mno-kl -mno-pconfig -mno-sgx -mno-widekl -mshstk --param=l1-cache-line-size=64 --param=l1-cache-size=32 --param=l2-cache-size=12288 -O2 -pipe -fPIC '-DLSOF="/usr/bin/lsof"' '-DNIX_PREFIX="/usr"' '-DNIX_STORE_DIR="/nix/store"' '-DNIX_DATA_DIR="/usr/share"' '-DNIX_STATE_DIR="/nix/var/nix"' '-DNIX_LOG_DIR="/nix/var/log/nix"' '-DNIX_CONF_DIR="/etc/nix"' '-DNIX_BIN_DIR="/usr/bin"' '-DNIX_MAN_DIR="/usr/share/man"' '-DSANDBOX_SHELL="/usr/bin/busybox-nix-sandbox-shell"' -MD -MQ src/libstore/liblixstore.so.p/common-protocol.cc.o -MF src/libstore/liblixstore.so.p/common-protocol.cc.o.d -o src/libstore/liblixstore.so.p/common-protocol.cc.o -c ../lix/src/libstore/common-protocol.cc
[55/327] x86_64-pc-linux-gnu-g++ -Isrc/libstore/liblixstore.so.p -Isrc/libstore -I../lix/src/libstore -Isrc/libutil -I../lix/src/libutil -I/usr/include/rapidcheck/extras/gtest/include -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -std=c++2a -include config.h -Wno-deprecated-declarations -Wimplicit-fallthrough -Werror=switch -Werror=switch-enum -Werror=unused-result -Wdeprecated-copy -Wignored-qualifiers -Werror=suggest-override -D_GLIBCXX_ASSERTIONS=1 -fsanitize=signed-integer-overflow -fsanitize-undefined-trap-on-error -ffile-prefix-map=../src=src -march=alderlake -mabm -mno-cldemote -mno-kl -mno-pconfig -mno-sgx -mno-widekl -mshstk --param=l1-cache-line-size=64 --param=l1-cache-size=32 --param=l2-cache-size=12288 -O2 -pipe -fPIC '-DLSOF="/usr/bin/lsof"' '-DNIX_PREFIX="/usr"' '-DNIX_STORE_DIR="/nix/store"' '-DNIX_DATA_DIR="/usr/share"' '-DNIX_STATE_DIR="/nix/var/nix"' '-DNIX_LOG_DIR="/nix/var/log/nix"' '-DNIX_CONF_DIR="/etc/nix"' '-DNIX_BIN_DIR="/usr/bin"' '-DNIX_MAN_DIR="/usr/share/man"' '-DSANDBOX_SHELL="/usr/bin/busybox-nix-sandbox-shell"' -MD -MQ src/libstore/liblixstore.so.p/export-import.cc.o -MF src/libstore/liblixstore.so.p/export-import.cc.o.d -o src/libstore/liblixstore.so.p/export-import.cc.o -c ../lix/src/libstore/export-import.cc
[56/327] x86_64-pc-linux-gnu-g++ -Isrc/libstore/liblixstore.so.p -Isrc/libstore -I../lix/src/libstore -Isrc/libutil -I../lix/src/libutil -I/usr/include/rapidcheck/extras/gtest/include -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -std=c++2a -include config.h -Wno-deprecated-declarations -Wimplicit-fallthrough -Werror=switch -Werror=switch-enum -Werror=unused-result -Wdeprecated-copy -Wignored-qualifiers -Werror=suggest-override -D_GLIBCXX_ASSERTIONS=1 -fsanitize=signed-integer-overflow -fsanitize-undefined-trap-on-error -ffile-prefix-map=../src=src -march=alderlake -mabm -mno-cldemote -mno-kl -mno-pconfig -mno-sgx -mno-widekl -mshstk --param=l1-cache-line-size=64 --param=l1-cache-size=32 --param=l2-cache-size=12288 -O2 -pipe -fPIC '-DLSOF="/usr/bin/lsof"' '-DNIX_PREFIX="/usr"' '-DNIX_STORE_DIR="/nix/store"' '-DNIX_DATA_DIR="/usr/share"' '-DNIX_STATE_DIR="/nix/var/nix"' '-DNIX_LOG_DIR="/nix/var/log/nix"' '-DNIX_CONF_DIR="/etc/nix"' '-DNIX_BIN_DIR="/usr/bin"' '-DNIX_MAN_DIR="/usr/share/man"' '-DSANDBOX_SHELL="/usr/bin/busybox-nix-sandbox-shell"' -MD -MQ src/libstore/liblixstore.so.p/derived-path.cc.o -MF src/libstore/liblixstore.so.p/derived-path.cc.o.d -o src/libstore/liblixstore.so.p/derived-path.cc.o -c ../lix/src/libstore/derived-path.cc
[57/327] x86_64-pc-linux-gnu-g++ -Isrc/libstore/liblixstore.so.p -Isrc/libstore -I../lix/src/libstore -Isrc/libutil -I../lix/src/libutil -I/usr/include/rapidcheck/extras/gtest/include -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -std=c++2a -include config.h -Wno-deprecated-declarations -Wimplicit-fallthrough -Werror=switch -Werror=switch-enum -Werror=unused-result -Wdeprecated-copy -Wignored-qualifiers -Werror=suggest-override -D_GLIBCXX_ASSERTIONS=1 -fsanitize=signed-integer-overflow -fsanitize-undefined-trap-on-error -ffile-prefix-map=../src=src -march=alderlake -mabm -mno-cldemote -mno-kl -mno-pconfig -mno-sgx -mno-widekl -mshstk --param=l1-cache-line-size=64 --param=l1-cache-size=32 --param=l2-cache-size=12288 -O2 -pipe -fPIC '-DLSOF="/usr/bin/lsof"' '-DNIX_PREFIX="/usr"' '-DNIX_STORE_DIR="/nix/store"' '-DNIX_DATA_DIR="/usr/share"' '-DNIX_STATE_DIR="/nix/var/nix"' '-DNIX_LOG_DIR="/nix/var/log/nix"' '-DNIX_CONF_DIR="/etc/nix"' '-DNIX_BIN_DIR="/usr/bin"' '-DNIX_MAN_DIR="/usr/share/man"' '-DSANDBOX_SHELL="/usr/bin/busybox-nix-sandbox-shell"' -MD -MQ src/libstore/liblixstore.so.p/http-binary-cache-store.cc.o -MF src/libstore/liblixstore.so.p/http-binary-cache-store.cc.o.d -o src/libstore/liblixstore.so.p/http-binary-cache-store.cc.o -c ../lix/src/libstore/http-binary-cache-store.cc
[58/327] x86_64-pc-linux-gnu-g++ -Isrc/libstore/liblixstore.so.p -Isrc/libstore -I../lix/src/libstore -Isrc/libutil -I../lix/src/libutil -I/usr/include/rapidcheck/extras/gtest/include -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -std=c++2a -include config.h -Wno-deprecated-declarations -Wimplicit-fallthrough -Werror=switch -Werror=switch-enum -Werror=unused-result -Wdeprecated-copy -Wignored-qualifiers -Werror=suggest-override -D_GLIBCXX_ASSERTIONS=1 -fsanitize=signed-integer-overflow -fsanitize-undefined-trap-on-error -ffile-prefix-map=../src=src -march=alderlake -mabm -mno-cldemote -mno-kl -mno-pconfig -mno-sgx -mno-widekl -mshstk --param=l1-cache-line-size=64 --param=l1-cache-size=32 --param=l2-cache-size=12288 -O2 -pipe -fPIC '-DLSOF="/usr/bin/lsof"' '-DNIX_PREFIX="/usr"' '-DNIX_STORE_DIR="/nix/store"' '-DNIX_DATA_DIR="/usr/share"' '-DNIX_STATE_DIR="/nix/var/nix"' '-DNIX_LOG_DIR="/nix/var/log/nix"' '-DNIX_CONF_DIR="/etc/nix"' '-DNIX_BIN_DIR="/usr/bin"' '-DNIX_MAN_DIR="/usr/share/man"' '-DSANDBOX_SHELL="/usr/bin/busybox-nix-sandbox-shell"' -MD -MQ src/libstore/liblixstore.so.p/local-binary-cache-store.cc.o -MF src/libstore/liblixstore.so.p/local-binary-cache-store.cc.o.d -o src/libstore/liblixstore.so.p/local-binary-cache-store.cc.o -c ../lix/src/libstore/local-binary-cache-store.cc
[59/327] x86_64-pc-linux-gnu-g++ -Isrc/libstore/liblixstore.so.p -Isrc/libstore -I../lix/src/libstore -Isrc/libutil -I../lix/src/libutil -I/usr/include/rapidcheck/extras/gtest/include -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -std=c++2a -include config.h -Wno-deprecated-declarations -Wimplicit-fallthrough -Werror=switch -Werror=switch-enum -Werror=unused-result -Wdeprecated-copy -Wignored-qualifiers -Werror=suggest-override -D_GLIBCXX_ASSERTIONS=1 -fsanitize=signed-integer-overflow -fsanitize-undefined-trap-on-error -ffile-prefix-map=../src=src -march=alderlake -mabm -mno-cldemote -mno-kl -mno-pconfig -mno-sgx -mno-widekl -mshstk --param=l1-cache-line-size=64 --param=l1-cache-size=32 --param=l2-cache-size=12288 -O2 -pipe -fPIC '-DLSOF="/usr/bin/lsof"' '-DNIX_PREFIX="/usr"' '-DNIX_STORE_DIR="/nix/store"' '-DNIX_DATA_DIR="/usr/share"' '-DNIX_STATE_DIR="/nix/var/nix"' '-DNIX_LOG_DIR="/nix/var/log/nix"' '-DNIX_CONF_DIR="/etc/nix"' '-DNIX_BIN_DIR="/usr/bin"' '-DNIX_MAN_DIR="/usr/share/man"' '-DSANDBOX_SHELL="/usr/bin/busybox-nix-sandbox-shell"' -MD -MQ src/libstore/liblixstore.so.p/log-store.cc.o -MF src/libstore/liblixstore.so.p/log-store.cc.o.d -o src/libstore/liblixstore.so.p/log-store.cc.o -c ../lix/src/libstore/log-store.cc
[60/327] x86_64-pc-linux-gnu-g++ -Isrc/libstore/liblixstore.so.p -Isrc/libstore -I../lix/src/libstore -Isrc/libutil -I../lix/src/libutil -I/usr/include/rapidcheck/extras/gtest/include -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -std=c++2a -include config.h -Wno-deprecated-declarations -Wimplicit-fallthrough -Werror=switch -Werror=switch-enum -Werror=unused-result -Wdeprecated-copy -Wignored-qualifiers -Werror=suggest-override -D_GLIBCXX_ASSERTIONS=1 -fsanitize=signed-integer-overflow -fsanitize-undefined-trap-on-error -ffile-prefix-map=../src=src -march=alderlake -mabm -mno-cldemote -mno-kl -mno-pconfig -mno-sgx -mno-widekl -mshstk --param=l1-cache-line-size=64 --param=l1-cache-size=32 --param=l2-cache-size=12288 -O2 -pipe -fPIC '-DLSOF="/usr/bin/lsof"' '-DNIX_PREFIX="/usr"' '-DNIX_STORE_DIR="/nix/store"' '-DNIX_DATA_DIR="/usr/share"' '-DNIX_STATE_DIR="/nix/var/nix"' '-DNIX_LOG_DIR="/nix/var/log/nix"' '-DNIX_CONF_DIR="/etc/nix"' '-DNIX_BIN_DIR="/usr/bin"' '-DNIX_MAN_DIR="/usr/share/man"' '-DSANDBOX_SHELL="/usr/bin/busybox-nix-sandbox-shell"' -MD -MQ src/libstore/liblixstore.so.p/lock.cc.o -MF src/libstore/liblixstore.so.p/lock.cc.o.d -o src/libstore/liblixstore.so.p/lock.cc.o -c ../lix/src/libstore/lock.cc
[61/327] x86_64-pc-linux-gnu-g++ -Isrc/libstore/liblixstore.so.p -Isrc/libstore -I../lix/src/libstore -Isrc/libutil -I../lix/src/libutil -I/usr/include/rapidcheck/extras/gtest/include -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -std=c++2a -include config.h -Wno-deprecated-declarations -Wimplicit-fallthrough -Werror=switch -Werror=switch-enum -Werror=unused-result -Wdeprecated-copy -Wignored-qualifiers -Werror=suggest-override -D_GLIBCXX_ASSERTIONS=1 -fsanitize=signed-integer-overflow -fsanitize-undefined-trap-on-error -ffile-prefix-map=../src=src -march=alderlake -mabm -mno-cldemote -mno-kl -mno-pconfig -mno-sgx -mno-widekl -mshstk --param=l1-cache-line-size=64 --param=l1-cache-size=32 --param=l2-cache-size=12288 -O2 -pipe -fPIC '-DLSOF="/usr/bin/lsof"' '-DNIX_PREFIX="/usr"' '-DNIX_STORE_DIR="/nix/store"' '-DNIX_DATA_DIR="/usr/share"' '-DNIX_STATE_DIR="/nix/var/nix"' '-DNIX_LOG_DIR="/nix/var/log/nix"' '-DNIX_CONF_DIR="/etc/nix"' '-DNIX_BIN_DIR="/usr/bin"' '-DNIX_MAN_DIR="/usr/share/man"' '-DSANDBOX_SHELL="/usr/bin/busybox-nix-sandbox-shell"' -MD -MQ src/libstore/liblixstore.so.p/daemon.cc.o -MF src/libstore/liblixstore.so.p/daemon.cc.o.d -o src/libstore/liblixstore.so.p/daemon.cc.o -c ../lix/src/libstore/daemon.cc
[62/327] x86_64-pc-linux-gnu-g++ -Isrc/libstore/liblixstore.so.p -Isrc/libstore -I../lix/src/libstore -Isrc/libutil -I../lix/src/libutil -I/usr/include/rapidcheck/extras/gtest/include -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -std=c++2a -include config.h -Wno-deprecated-declarations -Wimplicit-fallthrough -Werror=switch -Werror=switch-enum -Werror=unused-result -Wdeprecated-copy -Wignored-qualifiers -Werror=suggest-override -D_GLIBCXX_ASSERTIONS=1 -fsanitize=signed-integer-overflow -fsanitize-undefined-trap-on-error -ffile-prefix-map=../src=src -march=alderlake -mabm -mno-cldemote -mno-kl -mno-pconfig -mno-sgx -mno-widekl -mshstk --param=l1-cache-line-size=64 --param=l1-cache-size=32 --param=l2-cache-size=12288 -O2 -pipe -fPIC '-DLSOF="/usr/bin/lsof"' '-DNIX_PREFIX="/usr"' '-DNIX_STORE_DIR="/nix/store"' '-DNIX_DATA_DIR="/usr/share"' '-DNIX_STATE_DIR="/nix/var/nix"' '-DNIX_LOG_DIR="/nix/var/log/nix"' '-DNIX_CONF_DIR="/etc/nix"' '-DNIX_BIN_DIR="/usr/bin"' '-DNIX_MAN_DIR="/usr/share/man"' '-DSANDBOX_SHELL="/usr/bin/busybox-nix-sandbox-shell"' -MD -MQ src/libstore/liblixstore.so.p/local-fs-store.cc.o -MF src/libstore/liblixstore.so.p/local-fs-store.cc.o.d -o src/libstore/liblixstore.so.p/local-fs-store.cc.o -c ../lix/src/libstore/local-fs-store.cc
[63/327] x86_64-pc-linux-gnu-g++ -Isrc/libstore/liblixstore.so.p -Isrc/libstore -I../lix/src/libstore -Isrc/libutil -I../lix/src/libutil -I/usr/include/rapidcheck/extras/gtest/include -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -std=c++2a -include config.h -Wno-deprecated-declarations -Wimplicit-fallthrough -Werror=switch -Werror=switch-enum -Werror=unused-result -Wdeprecated-copy -Wignored-qualifiers -Werror=suggest-override -D_GLIBCXX_ASSERTIONS=1 -fsanitize=signed-integer-overflow -fsanitize-undefined-trap-on-error -ffile-prefix-map=../src=src -march=alderlake -mabm -mno-cldemote -mno-kl -mno-pconfig -mno-sgx -mno-widekl -mshstk --param=l1-cache-line-size=64 --param=l1-cache-size=32 --param=l2-cache-size=12288 -O2 -pipe -fPIC '-DLSOF="/usr/bin/lsof"' '-DNIX_PREFIX="/usr"' '-DNIX_STORE_DIR="/nix/store"' '-DNIX_DATA_DIR="/usr/share"' '-DNIX_STATE_DIR="/nix/var/nix"' '-DNIX_LOG_DIR="/nix/var/log/nix"' '-DNIX_CONF_DIR="/etc/nix"' '-DNIX_BIN_DIR="/usr/bin"' '-DNIX_MAN_DIR="/usr/share/man"' '-DSANDBOX_SHELL="/usr/bin/busybox-nix-sandbox-shell"' -MD -MQ src/libstore/liblixstore.so.p/legacy-ssh-store.cc.o -MF src/libstore/liblixstore.so.p/legacy-ssh-store.cc.o.d -o src/libstore/liblixstore.so.p/legacy-ssh-store.cc.o -c ../lix/src/libstore/legacy-ssh-store.cc
[64/327] x86_64-pc-linux-gnu-g++ -Isrc/libstore/liblixstore.so.p -Isrc/libstore -I../lix/src/libstore -Isrc/libutil -I../lix/src/libutil -I/usr/include/rapidcheck/extras/gtest/include -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -std=c++2a -include config.h -Wno-deprecated-declarations -Wimplicit-fallthrough -Werror=switch -Werror=switch-enum -Werror=unused-result -Wdeprecated-copy -Wignored-qualifiers -Werror=suggest-override -D_GLIBCXX_ASSERTIONS=1 -fsanitize=signed-integer-overflow -fsanitize-undefined-trap-on-error -ffile-prefix-map=../src=src -march=alderlake -mabm -mno-cldemote -mno-kl -mno-pconfig -mno-sgx -mno-widekl -mshstk --param=l1-cache-line-size=64 --param=l1-cache-size=32 --param=l2-cache-size=12288 -O2 -pipe -fPIC '-DLSOF="/usr/bin/lsof"' '-DNIX_PREFIX="/usr"' '-DNIX_STORE_DIR="/nix/store"' '-DNIX_DATA_DIR="/usr/share"' '-DNIX_STATE_DIR="/nix/var/nix"' '-DNIX_LOG_DIR="/nix/var/log/nix"' '-DNIX_CONF_DIR="/etc/nix"' '-DNIX_BIN_DIR="/usr/bin"' '-DNIX_MAN_DIR="/usr/share/man"' '-DSANDBOX_SHELL="/usr/bin/busybox-nix-sandbox-shell"' -MD -MQ src/libstore/liblixstore.so.p/globals.cc.o -MF src/libstore/liblixstore.so.p/globals.cc.o.d -o src/libstore/liblixstore.so.p/globals.cc.o -c ../lix/src/libstore/globals.cc
[65/327] x86_64-pc-linux-gnu-g++ -Isrc/libstore/liblixstore.so.p -Isrc/libstore -I../lix/src/libstore -Isrc/libutil -I../lix/src/libutil -I/usr/include/rapidcheck/extras/gtest/include -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -std=c++2a -include config.h -Wno-deprecated-declarations -Wimplicit-fallthrough -Werror=switch -Werror=switch-enum -Werror=unused-result -Wdeprecated-copy -Wignored-qualifiers -Werror=suggest-override -D_GLIBCXX_ASSERTIONS=1 -fsanitize=signed-integer-overflow -fsanitize-undefined-trap-on-error -ffile-prefix-map=../src=src -march=alderlake -mabm -mno-cldemote -mno-kl -mno-pconfig -mno-sgx -mno-widekl -mshstk --param=l1-cache-line-size=64 --param=l1-cache-size=32 --param=l2-cache-size=12288 -O2 -pipe -fPIC '-DLSOF="/usr/bin/lsof"' '-DNIX_PREFIX="/usr"' '-DNIX_STORE_DIR="/nix/store"' '-DNIX_DATA_DIR="/usr/share"' '-DNIX_STATE_DIR="/nix/var/nix"' '-DNIX_LOG_DIR="/nix/var/log/nix"' '-DNIX_CONF_DIR="/etc/nix"' '-DNIX_BIN_DIR="/usr/bin"' '-DNIX_MAN_DIR="/usr/share/man"' '-DSANDBOX_SHELL="/usr/bin/busybox-nix-sandbox-shell"' -MD -MQ src/libstore/liblixstore.so.p/make-content-addressed.cc.o -MF src/libstore/liblixstore.so.p/make-content-addressed.cc.o.d -o src/libstore/liblixstore.so.p/make-content-addressed.cc.o -c ../lix/src/libstore/make-content-addressed.cc
[66/327] x86_64-pc-linux-gnu-g++ -Isrc/libstore/liblixstore.so.p -Isrc/libstore -I../lix/src/libstore -Isrc/libutil -I../lix/src/libutil -I/usr/include/rapidcheck/extras/gtest/include -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -std=c++2a -include config.h -Wno-deprecated-declarations -Wimplicit-fallthrough -Werror=switch -Werror=switch-enum -Werror=unused-result -Wdeprecated-copy -Wignored-qualifiers -Werror=suggest-override -D_GLIBCXX_ASSERTIONS=1 -fsanitize=signed-integer-overflow -fsanitize-undefined-trap-on-error -ffile-prefix-map=../src=src -march=alderlake -mabm -mno-cldemote -mno-kl -mno-pconfig -mno-sgx -mno-widekl -mshstk --param=l1-cache-line-size=64 --param=l1-cache-size=32 --param=l2-cache-size=12288 -O2 -pipe -fPIC '-DLSOF="/usr/bin/lsof"' '-DNIX_PREFIX="/usr"' '-DNIX_STORE_DIR="/nix/store"' '-DNIX_DATA_DIR="/usr/share"' '-DNIX_STATE_DIR="/nix/var/nix"' '-DNIX_LOG_DIR="/nix/var/log/nix"' '-DNIX_CONF_DIR="/etc/nix"' '-DNIX_BIN_DIR="/usr/bin"' '-DNIX_MAN_DIR="/usr/share/man"' '-DSANDBOX_SHELL="/usr/bin/busybox-nix-sandbox-shell"' -MD -MQ src/libstore/liblixstore.so.p/machines.cc.o -MF src/libstore/liblixstore.so.p/machines.cc.o.d -o src/libstore/liblixstore.so.p/machines.cc.o -c ../lix/src/libstore/machines.cc
[67/327] x86_64-pc-linux-gnu-g++ -Isrc/libstore/liblixstore.so.p -Isrc/libstore -I../lix/src/libstore -Isrc/libutil -I../lix/src/libutil -I/usr/include/rapidcheck/extras/gtest/include -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -std=c++2a -include config.h -Wno-deprecated-declarations -Wimplicit-fallthrough -Werror=switch -Werror=switch-enum -Werror=unused-result -Wdeprecated-copy -Wignored-qualifiers -Werror=suggest-override -D_GLIBCXX_ASSERTIONS=1 -fsanitize=signed-integer-overflow -fsanitize-undefined-trap-on-error -ffile-prefix-map=../src=src -march=alderlake -mabm -mno-cldemote -mno-kl -mno-pconfig -mno-sgx -mno-widekl -mshstk --param=l1-cache-line-size=64 --param=l1-cache-size=32 --param=l2-cache-size=12288 -O2 -pipe -fPIC '-DLSOF="/usr/bin/lsof"' '-DNIX_PREFIX="/usr"' '-DNIX_STORE_DIR="/nix/store"' '-DNIX_DATA_DIR="/usr/share"' '-DNIX_STATE_DIR="/nix/var/nix"' '-DNIX_LOG_DIR="/nix/var/log/nix"' '-DNIX_CONF_DIR="/etc/nix"' '-DNIX_BIN_DIR="/usr/bin"' '-DNIX_MAN_DIR="/usr/share/man"' '-DSANDBOX_SHELL="/usr/bin/busybox-nix-sandbox-shell"' -MD -MQ src/libstore/liblixstore.so.p/filetransfer.cc.o -MF src/libstore/liblixstore.so.p/filetransfer.cc.o.d -o src/libstore/liblixstore.so.p/filetransfer.cc.o -c ../lix/src/libstore/filetransfer.cc
[68/327] x86_64-pc-linux-gnu-g++ -Isrc/libstore/liblixstore.so.p -Isrc/libstore -I../lix/src/libstore -Isrc/libutil -I../lix/src/libutil -I/usr/include/rapidcheck/extras/gtest/include -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -std=c++2a -include config.h -Wno-deprecated-declarations -Wimplicit-fallthrough -Werror=switch -Werror=switch-enum -Werror=unused-result -Wdeprecated-copy -Wignored-qualifiers -Werror=suggest-override -D_GLIBCXX_ASSERTIONS=1 -fsanitize=signed-integer-overflow -fsanitize-undefined-trap-on-error -ffile-prefix-map=../src=src -march=alderlake -mabm -mno-cldemote -mno-kl -mno-pconfig -mno-sgx -mno-widekl -mshstk --param=l1-cache-line-size=64 --param=l1-cache-size=32 --param=l2-cache-size=12288 -O2 -pipe -fPIC '-DLSOF="/usr/bin/lsof"' '-DNIX_PREFIX="/usr"' '-DNIX_STORE_DIR="/nix/store"' '-DNIX_DATA_DIR="/usr/share"' '-DNIX_STATE_DIR="/nix/var/nix"' '-DNIX_LOG_DIR="/nix/var/log/nix"' '-DNIX_CONF_DIR="/etc/nix"' '-DNIX_BIN_DIR="/usr/bin"' '-DNIX_MAN_DIR="/usr/share/man"' '-DSANDBOX_SHELL="/usr/bin/busybox-nix-sandbox-shell"' -MD -MQ src/libstore/liblixstore.so.p/derivations.cc.o -MF src/libstore/liblixstore.so.p/derivations.cc.o.d -o src/libstore/liblixstore.so.p/derivations.cc.o -c ../lix/src/libstore/derivations.cc
[69/327] x86_64-pc-linux-gnu-g++ -Isrc/libstore/liblixstore.so.p -Isrc/libstore -I../lix/src/libstore -Isrc/libutil -I../lix/src/libutil -I/usr/include/rapidcheck/extras/gtest/include -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -std=c++2a -include config.h -Wno-deprecated-declarations -Wimplicit-fallthrough -Werror=switch -Werror=switch-enum -Werror=unused-result -Wdeprecated-copy -Wignored-qualifiers -Werror=suggest-override -D_GLIBCXX_ASSERTIONS=1 -fsanitize=signed-integer-overflow -fsanitize-undefined-trap-on-error -ffile-prefix-map=../src=src -march=alderlake -mabm -mno-cldemote -mno-kl -mno-pconfig -mno-sgx -mno-widekl -mshstk --param=l1-cache-line-size=64 --param=l1-cache-size=32 --param=l2-cache-size=12288 -O2 -pipe -fPIC '-DLSOF="/usr/bin/lsof"' '-DNIX_PREFIX="/usr"' '-DNIX_STORE_DIR="/nix/store"' '-DNIX_DATA_DIR="/usr/share"' '-DNIX_STATE_DIR="/nix/var/nix"' '-DNIX_LOG_DIR="/nix/var/log/nix"' '-DNIX_CONF_DIR="/etc/nix"' '-DNIX_BIN_DIR="/usr/bin"' '-DNIX_MAN_DIR="/usr/share/man"' '-DSANDBOX_SHELL="/usr/bin/busybox-nix-sandbox-shell"' -MD -MQ src/libstore/liblixstore.so.p/binary-cache-store.cc.o -MF src/libstore/liblixstore.so.p/binary-cache-store.cc.o.d -o src/libstore/liblixstore.so.p/binary-cache-store.cc.o -c ../lix/src/libstore/binary-cache-store.cc
[70/327] x86_64-pc-linux-gnu-g++ -Isrc/libstore/liblixstore.so.p -Isrc/libstore -I../lix/src/libstore -Isrc/libutil -I../lix/src/libutil -I/usr/include/rapidcheck/extras/gtest/include -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -std=c++2a -include config.h -Wno-deprecated-declarations -Wimplicit-fallthrough -Werror=switch -Werror=switch-enum -Werror=unused-result -Wdeprecated-copy -Wignored-qualifiers -Werror=suggest-override -D_GLIBCXX_ASSERTIONS=1 -fsanitize=signed-integer-overflow -fsanitize-undefined-trap-on-error -ffile-prefix-map=../src=src -march=alderlake -mabm -mno-cldemote -mno-kl -mno-pconfig -mno-sgx -mno-widekl -mshstk --param=l1-cache-line-size=64 --param=l1-cache-size=32 --param=l2-cache-size=12288 -O2 -pipe -fPIC '-DLSOF="/usr/bin/lsof"' '-DNIX_PREFIX="/usr"' '-DNIX_STORE_DIR="/nix/store"' '-DNIX_DATA_DIR="/usr/share"' '-DNIX_STATE_DIR="/nix/var/nix"' '-DNIX_LOG_DIR="/nix/var/log/nix"' '-DNIX_CONF_DIR="/etc/nix"' '-DNIX_BIN_DIR="/usr/bin"' '-DNIX_MAN_DIR="/usr/share/man"' '-DSANDBOX_SHELL="/usr/bin/busybox-nix-sandbox-shell"' -MD -MQ src/libstore/liblixstore.so.p/gc.cc.o -MF src/libstore/liblixstore.so.p/gc.cc.o.d -o src/libstore/liblixstore.so.p/gc.cc.o -c ../lix/src/libstore/gc.cc
[71/327] x86_64-pc-linux-gnu-g++ -Isrc/libstore/liblixstore.so.p -Isrc/libstore -I../lix/src/libstore -Isrc/libutil -I../lix/src/libutil -I/usr/include/rapidcheck/extras/gtest/include -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -std=c++2a -include config.h -Wno-deprecated-declarations -Wimplicit-fallthrough -Werror=switch -Werror=switch-enum -Werror=unused-result -Wdeprecated-copy -Wignored-qualifiers -Werror=suggest-override -D_GLIBCXX_ASSERTIONS=1 -fsanitize=signed-integer-overflow -fsanitize-undefined-trap-on-error -ffile-prefix-map=../src=src -march=alderlake -mabm -mno-cldemote -mno-kl -mno-pconfig -mno-sgx -mno-widekl -mshstk --param=l1-cache-line-size=64 --param=l1-cache-size=32 --param=l2-cache-size=12288 -O2 -pipe -fPIC '-DLSOF="/usr/bin/lsof"' '-DNIX_PREFIX="/usr"' '-DNIX_STORE_DIR="/nix/store"' '-DNIX_DATA_DIR="/usr/share"' '-DNIX_STATE_DIR="/nix/var/nix"' '-DNIX_LOG_DIR="/nix/var/log/nix"' '-DNIX_CONF_DIR="/etc/nix"' '-DNIX_BIN_DIR="/usr/bin"' '-DNIX_MAN_DIR="/usr/share/man"' '-DSANDBOX_SHELL="/usr/bin/busybox-nix-sandbox-shell"' -MD -MQ src/libstore/liblixstore.so.p/local-store.cc.o -MF src/libstore/liblixstore.so.p/local-store.cc.o.d -o src/libstore/liblixstore.so.p/local-store.cc.o -c ../lix/src/libstore/local-store.cc
[72/327] x86_64-pc-linux-gnu-g++ -Isrc/libstore/liblixstore.so.p -Isrc/libstore -I../lix/src/libstore -Isrc/libutil -I../lix/src/libutil -I/usr/include/rapidcheck/extras/gtest/include -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -std=c++2a -include config.h -Wno-deprecated-declarations -Wimplicit-fallthrough -Werror=switch -Werror=switch-enum -Werror=unused-result -Wdeprecated-copy -Wignored-qualifiers -Werror=suggest-override -D_GLIBCXX_ASSERTIONS=1 -fsanitize=signed-integer-overflow -fsanitize-undefined-trap-on-error -ffile-prefix-map=../src=src -march=alderlake -mabm -mno-cldemote -mno-kl -mno-pconfig -mno-sgx -mno-widekl -mshstk --param=l1-cache-line-size=64 --param=l1-cache-size=32 --param=l2-cache-size=12288 -O2 -pipe -fPIC '-DLSOF="/usr/bin/lsof"' '-DNIX_PREFIX="/usr"' '-DNIX_STORE_DIR="/nix/store"' '-DNIX_DATA_DIR="/usr/share"' '-DNIX_STATE_DIR="/nix/var/nix"' '-DNIX_LOG_DIR="/nix/var/log/nix"' '-DNIX_CONF_DIR="/etc/nix"' '-DNIX_BIN_DIR="/usr/bin"' '-DNIX_MAN_DIR="/usr/share/man"' '-DSANDBOX_SHELL="/usr/bin/busybox-nix-sandbox-shell"' -MD -MQ src/libstore/liblixstore.so.p/names.cc.o -MF src/libstore/liblixstore.so.p/names.cc.o.d -o src/libstore/liblixstore.so.p/names.cc.o -c ../lix/src/libstore/names.cc
[73/327] x86_64-pc-linux-gnu-g++ -Isrc/libstore/liblixstore.so.p -Isrc/libstore -I../lix/src/libstore -Isrc/libutil -I../lix/src/libutil -I/usr/include/rapidcheck/extras/gtest/include -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -std=c++2a -include config.h -Wno-deprecated-declarations -Wimplicit-fallthrough -Werror=switch -Werror=switch-enum -Werror=unused-result -Wdeprecated-copy -Wignored-qualifiers -Werror=suggest-override -D_GLIBCXX_ASSERTIONS=1 -fsanitize=signed-integer-overflow -fsanitize-undefined-trap-on-error -ffile-prefix-map=../src=src -march=alderlake -mabm -mno-cldemote -mno-kl -mno-pconfig -mno-sgx -mno-widekl -mshstk --param=l1-cache-line-size=64 --param=l1-cache-size=32 --param=l2-cache-size=12288 -O2 -pipe -fPIC '-DLSOF="/usr/bin/lsof"' '-DNIX_PREFIX="/usr"' '-DNIX_STORE_DIR="/nix/store"' '-DNIX_DATA_DIR="/usr/share"' '-DNIX_STATE_DIR="/nix/var/nix"' '-DNIX_LOG_DIR="/nix/var/log/nix"' '-DNIX_CONF_DIR="/etc/nix"' '-DNIX_BIN_DIR="/usr/bin"' '-DNIX_MAN_DIR="/usr/share/man"' '-DSANDBOX_SHELL="/usr/bin/busybox-nix-sandbox-shell"' -MD -MQ src/libstore/liblixstore.so.p/nar-info.cc.o -MF src/libstore/liblixstore.so.p/nar-info.cc.o.d -o src/libstore/liblixstore.so.p/nar-info.cc.o -c ../lix/src/libstore/nar-info.cc
[74/327] x86_64-pc-linux-gnu-g++ -Isrc/libstore/liblixstore.so.p -Isrc/libstore -I../lix/src/libstore -Isrc/libutil -I../lix/src/libutil -I/usr/include/rapidcheck/extras/gtest/include -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -std=c++2a -include config.h -Wno-deprecated-declarations -Wimplicit-fallthrough -Werror=switch -Werror=switch-enum -Werror=unused-result -Wdeprecated-copy -Wignored-qualifiers -Werror=suggest-override -D_GLIBCXX_ASSERTIONS=1 -fsanitize=signed-integer-overflow -fsanitize-undefined-trap-on-error -ffile-prefix-map=../src=src -march=alderlake -mabm -mno-cldemote -mno-kl -mno-pconfig -mno-sgx -mno-widekl -mshstk --param=l1-cache-line-size=64 --param=l1-cache-size=32 --param=l2-cache-size=12288 -O2 -pipe -fPIC '-DLSOF="/usr/bin/lsof"' '-DNIX_PREFIX="/usr"' '-DNIX_STORE_DIR="/nix/store"' '-DNIX_DATA_DIR="/usr/share"' '-DNIX_STATE_DIR="/nix/var/nix"' '-DNIX_LOG_DIR="/nix/var/log/nix"' '-DNIX_CONF_DIR="/etc/nix"' '-DNIX_BIN_DIR="/usr/bin"' '-DNIX_MAN_DIR="/usr/share/man"' '-DSANDBOX_SHELL="/usr/bin/busybox-nix-sandbox-shell"' -MD -MQ src/libstore/liblixstore.so.p/nar-info-disk-cache.cc.o -MF src/libstore/liblixstore.so.p/nar-info-disk-cache.cc.o.d -o src/libstore/liblixstore.so.p/nar-info-disk-cache.cc.o -c ../lix/src/libstore/nar-info-disk-cache.cc
[75/327] x86_64-pc-linux-gnu-g++ -Isrc/libstore/liblixstore.so.p -Isrc/libstore -I../lix/src/libstore -Isrc/libutil -I../lix/src/libutil -I/usr/include/rapidcheck/extras/gtest/include -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -std=c++2a -include config.h -Wno-deprecated-declarations -Wimplicit-fallthrough -Werror=switch -Werror=switch-enum -Werror=unused-result -Wdeprecated-copy -Wignored-qualifiers -Werror=suggest-override -D_GLIBCXX_ASSERTIONS=1 -fsanitize=signed-integer-overflow -fsanitize-undefined-trap-on-error -ffile-prefix-map=../src=src -march=alderlake -mabm -mno-cldemote -mno-kl -mno-pconfig -mno-sgx -mno-widekl -mshstk --param=l1-cache-line-size=64 --param=l1-cache-size=32 --param=l2-cache-size=12288 -O2 -pipe -fPIC '-DLSOF="/usr/bin/lsof"' '-DNIX_PREFIX="/usr"' '-DNIX_STORE_DIR="/nix/store"' '-DNIX_DATA_DIR="/usr/share"' '-DNIX_STATE_DIR="/nix/var/nix"' '-DNIX_LOG_DIR="/nix/var/log/nix"' '-DNIX_CONF_DIR="/etc/nix"' '-DNIX_BIN_DIR="/usr/bin"' '-DNIX_MAN_DIR="/usr/share/man"' '-DSANDBOX_SHELL="/usr/bin/busybox-nix-sandbox-shell"' -MD -MQ src/libstore/liblixstore.so.p/path-references.cc.o -MF src/libstore/liblixstore.so.p/path-references.cc.o.d -o src/libstore/liblixstore.so.p/path-references.cc.o -c ../lix/src/libstore/path-references.cc
[76/327] x86_64-pc-linux-gnu-g++ -Isrc/libstore/liblixstore.so.p -Isrc/libstore -I../lix/src/libstore -Isrc/libutil -I../lix/src/libutil -I/usr/include/rapidcheck/extras/gtest/include -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -std=c++2a -include config.h -Wno-deprecated-declarations -Wimplicit-fallthrough -Werror=switch -Werror=switch-enum -Werror=unused-result -Wdeprecated-copy -Wignored-qualifiers -Werror=suggest-override -D_GLIBCXX_ASSERTIONS=1 -fsanitize=signed-integer-overflow -fsanitize-undefined-trap-on-error -ffile-prefix-map=../src=src -march=alderlake -mabm -mno-cldemote -mno-kl -mno-pconfig -mno-sgx -mno-widekl -mshstk --param=l1-cache-line-size=64 --param=l1-cache-size=32 --param=l2-cache-size=12288 -O2 -pipe -fPIC '-DLSOF="/usr/bin/lsof"' '-DNIX_PREFIX="/usr"' '-DNIX_STORE_DIR="/nix/store"' '-DNIX_DATA_DIR="/usr/share"' '-DNIX_STATE_DIR="/nix/var/nix"' '-DNIX_LOG_DIR="/nix/var/log/nix"' '-DNIX_CONF_DIR="/etc/nix"' '-DNIX_BIN_DIR="/usr/bin"' '-DNIX_MAN_DIR="/usr/share/man"' '-DSANDBOX_SHELL="/usr/bin/busybox-nix-sandbox-shell"' -MD -MQ src/libstore/liblixstore.so.p/nar-accessor.cc.o -MF src/libstore/liblixstore.so.p/nar-accessor.cc.o.d -o src/libstore/liblixstore.so.p/nar-accessor.cc.o -c ../lix/src/libstore/nar-accessor.cc
[77/327] x86_64-pc-linux-gnu-g++ -Isrc/libstore/liblixstore.so.p -Isrc/libstore -I../lix/src/libstore -Isrc/libutil -I../lix/src/libutil -I/usr/include/rapidcheck/extras/gtest/include -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -std=c++2a -include config.h -Wno-deprecated-declarations -Wimplicit-fallthrough -Werror=switch -Werror=switch-enum -Werror=unused-result -Wdeprecated-copy -Wignored-qualifiers -Werror=suggest-override -D_GLIBCXX_ASSERTIONS=1 -fsanitize=signed-integer-overflow -fsanitize-undefined-trap-on-error -ffile-prefix-map=../src=src -march=alderlake -mabm -mno-cldemote -mno-kl -mno-pconfig -mno-sgx -mno-widekl -mshstk --param=l1-cache-line-size=64 --param=l1-cache-size=32 --param=l2-cache-size=12288 -O2 -pipe -fPIC '-DLSOF="/usr/bin/lsof"' '-DNIX_PREFIX="/usr"' '-DNIX_STORE_DIR="/nix/store"' '-DNIX_DATA_DIR="/usr/share"' '-DNIX_STATE_DIR="/nix/var/nix"' '-DNIX_LOG_DIR="/nix/var/log/nix"' '-DNIX_CONF_DIR="/etc/nix"' '-DNIX_BIN_DIR="/usr/bin"' '-DNIX_MAN_DIR="/usr/share/man"' '-DSANDBOX_SHELL="/usr/bin/busybox-nix-sandbox-shell"' -MD -MQ src/libstore/liblixstore.so.p/misc.cc.o -MF src/libstore/liblixstore.so.p/misc.cc.o.d -o src/libstore/liblixstore.so.p/misc.cc.o -c ../lix/src/libstore/misc.cc
[78/327] x86_64-pc-linux-gnu-g++ -Isrc/libstore/liblixstore.so.p -Isrc/libstore -I../lix/src/libstore -Isrc/libutil -I../lix/src/libutil -I/usr/include/rapidcheck/extras/gtest/include -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -std=c++2a -include config.h -Wno-deprecated-declarations -Wimplicit-fallthrough -Werror=switch -Werror=switch-enum -Werror=unused-result -Wdeprecated-copy -Wignored-qualifiers -Werror=suggest-override -D_GLIBCXX_ASSERTIONS=1 -fsanitize=signed-integer-overflow -fsanitize-undefined-trap-on-error -ffile-prefix-map=../src=src -march=alderlake -mabm -mno-cldemote -mno-kl -mno-pconfig -mno-sgx -mno-widekl -mshstk --param=l1-cache-line-size=64 --param=l1-cache-size=32 --param=l2-cache-size=12288 -O2 -pipe -fPIC '-DLSOF="/usr/bin/lsof"' '-DNIX_PREFIX="/usr"' '-DNIX_STORE_DIR="/nix/store"' '-DNIX_DATA_DIR="/usr/share"' '-DNIX_STATE_DIR="/nix/var/nix"' '-DNIX_LOG_DIR="/nix/var/log/nix"' '-DNIX_CONF_DIR="/etc/nix"' '-DNIX_BIN_DIR="/usr/bin"' '-DNIX_MAN_DIR="/usr/share/man"' '-DSANDBOX_SHELL="/usr/bin/busybox-nix-sandbox-shell"' -MD -MQ src/libstore/liblixstore.so.p/optimise-store.cc.o -MF src/libstore/liblixstore.so.p/optimise-store.cc.o.d -o src/libstore/liblixstore.so.p/optimise-store.cc.o -c ../lix/src/libstore/optimise-store.cc
[79/327] x86_64-pc-linux-gnu-g++ -Isrc/libstore/liblixstore.so.p -Isrc/libstore -I../lix/src/libstore -Isrc/libutil -I../lix/src/libutil -I/usr/include/rapidcheck/extras/gtest/include -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -std=c++2a -include config.h -Wno-deprecated-declarations -Wimplicit-fallthrough -Werror=switch -Werror=switch-enum -Werror=unused-result -Wdeprecated-copy -Wignored-qualifiers -Werror=suggest-override -D_GLIBCXX_ASSERTIONS=1 -fsanitize=signed-integer-overflow -fsanitize-undefined-trap-on-error -ffile-prefix-map=../src=src -march=alderlake -mabm -mno-cldemote -mno-kl -mno-pconfig -mno-sgx -mno-widekl -mshstk --param=l1-cache-line-size=64 --param=l1-cache-size=32 --param=l2-cache-size=12288 -O2 -pipe -fPIC '-DLSOF="/usr/bin/lsof"' '-DNIX_PREFIX="/usr"' '-DNIX_STORE_DIR="/nix/store"' '-DNIX_DATA_DIR="/usr/share"' '-DNIX_STATE_DIR="/nix/var/nix"' '-DNIX_LOG_DIR="/nix/var/log/nix"' '-DNIX_CONF_DIR="/etc/nix"' '-DNIX_BIN_DIR="/usr/bin"' '-DNIX_MAN_DIR="/usr/share/man"' '-DSANDBOX_SHELL="/usr/bin/busybox-nix-sandbox-shell"' -MD -MQ src/libstore/liblixstore.so.p/path-with-outputs.cc.o -MF src/libstore/liblixstore.so.p/path-with-outputs.cc.o.d -o src/libstore/liblixstore.so.p/path-with-outputs.cc.o -c ../lix/src/libstore/path-with-outputs.cc
[80/327] x86_64-pc-linux-gnu-g++ -Isrc/libstore/liblixstore.so.p -Isrc/libstore -I../lix/src/libstore -Isrc/libutil -I../lix/src/libutil -I/usr/include/rapidcheck/extras/gtest/include -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -std=c++2a -include config.h -Wno-deprecated-declarations -Wimplicit-fallthrough -Werror=switch -Werror=switch-enum -Werror=unused-result -Wdeprecated-copy -Wignored-qualifiers -Werror=suggest-override -D_GLIBCXX_ASSERTIONS=1 -fsanitize=signed-integer-overflow -fsanitize-undefined-trap-on-error -ffile-prefix-map=../src=src -march=alderlake -mabm -mno-cldemote -mno-kl -mno-pconfig -mno-sgx -mno-widekl -mshstk --param=l1-cache-line-size=64 --param=l1-cache-size=32 --param=l2-cache-size=12288 -O2 -pipe -fPIC '-DLSOF="/usr/bin/lsof"' '-DNIX_PREFIX="/usr"' '-DNIX_STORE_DIR="/nix/store"' '-DNIX_DATA_DIR="/usr/share"' '-DNIX_STATE_DIR="/nix/var/nix"' '-DNIX_LOG_DIR="/nix/var/log/nix"' '-DNIX_CONF_DIR="/etc/nix"' '-DNIX_BIN_DIR="/usr/bin"' '-DNIX_MAN_DIR="/usr/share/man"' '-DSANDBOX_SHELL="/usr/bin/busybox-nix-sandbox-shell"' -MD -MQ src/libstore/liblixstore.so.p/outputs-spec.cc.o -MF src/libstore/liblixstore.so.p/outputs-spec.cc.o.d -o src/libstore/liblixstore.so.p/outputs-spec.cc.o -c ../lix/src/libstore/outputs-spec.cc
[81/327] x86_64-pc-linux-gnu-g++ -Isrc/libstore/liblixstore.so.p -Isrc/libstore -I../lix/src/libstore -Isrc/libutil -I../lix/src/libutil -I/usr/include/rapidcheck/extras/gtest/include -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -std=c++2a -include config.h -Wno-deprecated-declarations -Wimplicit-fallthrough -Werror=switch -Werror=switch-enum -Werror=unused-result -Wdeprecated-copy -Wignored-qualifiers -Werror=suggest-override -D_GLIBCXX_ASSERTIONS=1 -fsanitize=signed-integer-overflow -fsanitize-undefined-trap-on-error -ffile-prefix-map=../src=src -march=alderlake -mabm -mno-cldemote -mno-kl -mno-pconfig -mno-sgx -mno-widekl -mshstk --param=l1-cache-line-size=64 --param=l1-cache-size=32 --param=l2-cache-size=12288 -O2 -pipe -fPIC '-DLSOF="/usr/bin/lsof"' '-DNIX_PREFIX="/usr"' '-DNIX_STORE_DIR="/nix/store"' '-DNIX_DATA_DIR="/usr/share"' '-DNIX_STATE_DIR="/nix/var/nix"' '-DNIX_LOG_DIR="/nix/var/log/nix"' '-DNIX_CONF_DIR="/etc/nix"' '-DNIX_BIN_DIR="/usr/bin"' '-DNIX_MAN_DIR="/usr/share/man"' '-DSANDBOX_SHELL="/usr/bin/busybox-nix-sandbox-shell"' -MD -MQ src/libstore/liblixstore.so.p/platform.cc.o -MF src/libstore/liblixstore.so.p/platform.cc.o.d -o src/libstore/liblixstore.so.p/platform.cc.o -c ../lix/src/libstore/platform.cc
[82/327] x86_64-pc-linux-gnu-g++ -Isrc/libstore/liblixstore.so.p -Isrc/libstore -I../lix/src/libstore -Isrc/libutil -I../lix/src/libutil -I/usr/include/rapidcheck/extras/gtest/include -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -std=c++2a -include config.h -Wno-deprecated-declarations -Wimplicit-fallthrough -Werror=switch -Werror=switch-enum -Werror=unused-result -Wdeprecated-copy -Wignored-qualifiers -Werror=suggest-override -D_GLIBCXX_ASSERTIONS=1 -fsanitize=signed-integer-overflow -fsanitize-undefined-trap-on-error -ffile-prefix-map=../src=src -march=alderlake -mabm -mno-cldemote -mno-kl -mno-pconfig -mno-sgx -mno-widekl -mshstk --param=l1-cache-line-size=64 --param=l1-cache-size=32 --param=l2-cache-size=12288 -O2 -pipe -fPIC '-DLSOF="/usr/bin/lsof"' '-DNIX_PREFIX="/usr"' '-DNIX_STORE_DIR="/nix/store"' '-DNIX_DATA_DIR="/usr/share"' '-DNIX_STATE_DIR="/nix/var/nix"' '-DNIX_LOG_DIR="/nix/var/log/nix"' '-DNIX_CONF_DIR="/etc/nix"' '-DNIX_BIN_DIR="/usr/bin"' '-DNIX_MAN_DIR="/usr/share/man"' '-DSANDBOX_SHELL="/usr/bin/busybox-nix-sandbox-shell"' -MD -MQ src/libstore/liblixstore.so.p/s3-binary-cache-store.cc.o -MF src/libstore/liblixstore.so.p/s3-binary-cache-store.cc.o.d -o src/libstore/liblixstore.so.p/s3-binary-cache-store.cc.o -c ../lix/src/libstore/s3-binary-cache-store.cc
[83/327] x86_64-pc-linux-gnu-g++ -Isrc/libstore/liblixstore.so.p -Isrc/libstore -I../lix/src/libstore -Isrc/libutil -I../lix/src/libutil -I/usr/include/rapidcheck/extras/gtest/include -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -std=c++2a -include config.h -Wno-deprecated-declarations -Wimplicit-fallthrough -Werror=switch -Werror=switch-enum -Werror=unused-result -Wdeprecated-copy -Wignored-qualifiers -Werror=suggest-override -D_GLIBCXX_ASSERTIONS=1 -fsanitize=signed-integer-overflow -fsanitize-undefined-trap-on-error -ffile-prefix-map=../src=src -march=alderlake -mabm -mno-cldemote -mno-kl -mno-pconfig -mno-sgx -mno-widekl -mshstk --param=l1-cache-line-size=64 --param=l1-cache-size=32 --param=l2-cache-size=12288 -O2 -pipe -fPIC '-DLSOF="/usr/bin/lsof"' '-DNIX_PREFIX="/usr"' '-DNIX_STORE_DIR="/nix/store"' '-DNIX_DATA_DIR="/usr/share"' '-DNIX_STATE_DIR="/nix/var/nix"' '-DNIX_LOG_DIR="/nix/var/log/nix"' '-DNIX_CONF_DIR="/etc/nix"' '-DNIX_BIN_DIR="/usr/bin"' '-DNIX_MAN_DIR="/usr/share/man"' '-DSANDBOX_SHELL="/usr/bin/busybox-nix-sandbox-shell"' -MD -MQ src/libstore/liblixstore.so.p/path-info.cc.o -MF src/libstore/liblixstore.so.p/path-info.cc.o.d -o src/libstore/liblixstore.so.p/path-info.cc.o -c ../lix/src/libstore/path-info.cc
[84/327] x86_64-pc-linux-gnu-g++ -Isrc/libstore/liblixstore.so.p -Isrc/libstore -I../lix/src/libstore -Isrc/libutil -I../lix/src/libutil -I/usr/include/rapidcheck/extras/gtest/include -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -std=c++2a -include config.h -Wno-deprecated-declarations -Wimplicit-fallthrough -Werror=switch -Werror=switch-enum -Werror=unused-result -Wdeprecated-copy -Wignored-qualifiers -Werror=suggest-override -D_GLIBCXX_ASSERTIONS=1 -fsanitize=signed-integer-overflow -fsanitize-undefined-trap-on-error -ffile-prefix-map=../src=src -march=alderlake -mabm -mno-cldemote -mno-kl -mno-pconfig -mno-sgx -mno-widekl -mshstk --param=l1-cache-line-size=64 --param=l1-cache-size=32 --param=l2-cache-size=12288 -O2 -pipe -fPIC '-DLSOF="/usr/bin/lsof"' '-DNIX_PREFIX="/usr"' '-DNIX_STORE_DIR="/nix/store"' '-DNIX_DATA_DIR="/usr/share"' '-DNIX_STATE_DIR="/nix/var/nix"' '-DNIX_LOG_DIR="/nix/var/log/nix"' '-DNIX_CONF_DIR="/etc/nix"' '-DNIX_BIN_DIR="/usr/bin"' '-DNIX_MAN_DIR="/usr/share/man"' '-DSANDBOX_SHELL="/usr/bin/busybox-nix-sandbox-shell"' -MD -MQ src/libstore/liblixstore.so.p/pathlocks.cc.o -MF src/libstore/liblixstore.so.p/pathlocks.cc.o.d -o src/libstore/liblixstore.so.p/pathlocks.cc.o -c ../lix/src/libstore/pathlocks.cc
[85/327] x86_64-pc-linux-gnu-g++ -Isrc/libstore/liblixstore.so.p -Isrc/libstore -I../lix/src/libstore -Isrc/libutil -I../lix/src/libutil -I/usr/include/rapidcheck/extras/gtest/include -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -std=c++2a -include config.h -Wno-deprecated-declarations -Wimplicit-fallthrough -Werror=switch -Werror=switch-enum -Werror=unused-result -Wdeprecated-copy -Wignored-qualifiers -Werror=suggest-override -D_GLIBCXX_ASSERTIONS=1 -fsanitize=signed-integer-overflow -fsanitize-undefined-trap-on-error -ffile-prefix-map=../src=src -march=alderlake -mabm -mno-cldemote -mno-kl -mno-pconfig -mno-sgx -mno-widekl -mshstk --param=l1-cache-line-size=64 --param=l1-cache-size=32 --param=l2-cache-size=12288 -O2 -pipe -fPIC '-DLSOF="/usr/bin/lsof"' '-DNIX_PREFIX="/usr"' '-DNIX_STORE_DIR="/nix/store"' '-DNIX_DATA_DIR="/usr/share"' '-DNIX_STATE_DIR="/nix/var/nix"' '-DNIX_LOG_DIR="/nix/var/log/nix"' '-DNIX_CONF_DIR="/etc/nix"' '-DNIX_BIN_DIR="/usr/bin"' '-DNIX_MAN_DIR="/usr/share/man"' '-DSANDBOX_SHELL="/usr/bin/busybox-nix-sandbox-shell"' -MD -MQ src/libstore/liblixstore.so.p/profiles.cc.o -MF src/libstore/liblixstore.so.p/profiles.cc.o.d -o src/libstore/liblixstore.so.p/profiles.cc.o -c ../lix/src/libstore/profiles.cc
[86/327] x86_64-pc-linux-gnu-g++ -Isrc/libstore/liblixstore.so.p -Isrc/libstore -I../lix/src/libstore -Isrc/libutil -I../lix/src/libutil -I/usr/include/rapidcheck/extras/gtest/include -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -std=c++2a -include config.h -Wno-deprecated-declarations -Wimplicit-fallthrough -Werror=switch -Werror=switch-enum -Werror=unused-result -Wdeprecated-copy -Wignored-qualifiers -Werror=suggest-override -D_GLIBCXX_ASSERTIONS=1 -fsanitize=signed-integer-overflow -fsanitize-undefined-trap-on-error -ffile-prefix-map=../src=src -march=alderlake -mabm -mno-cldemote -mno-kl -mno-pconfig -mno-sgx -mno-widekl -mshstk --param=l1-cache-line-size=64 --param=l1-cache-size=32 --param=l2-cache-size=12288 -O2 -pipe -fPIC '-DLSOF="/usr/bin/lsof"' '-DNIX_PREFIX="/usr"' '-DNIX_STORE_DIR="/nix/store"' '-DNIX_DATA_DIR="/usr/share"' '-DNIX_STATE_DIR="/nix/var/nix"' '-DNIX_LOG_DIR="/nix/var/log/nix"' '-DNIX_CONF_DIR="/etc/nix"' '-DNIX_BIN_DIR="/usr/bin"' '-DNIX_MAN_DIR="/usr/share/man"' '-DSANDBOX_SHELL="/usr/bin/busybox-nix-sandbox-shell"' -MD -MQ src/libstore/liblixstore.so.p/path.cc.o -MF src/libstore/liblixstore.so.p/path.cc.o.d -o src/libstore/liblixstore.so.p/path.cc.o -c ../lix/src/libstore/path.cc
[87/327] x86_64-pc-linux-gnu-g++ -Isrc/libstore/liblixstore.so.p -Isrc/libstore -I../lix/src/libstore -Isrc/libutil -I../lix/src/libutil -I/usr/include/rapidcheck/extras/gtest/include -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -std=c++2a -include config.h -Wno-deprecated-declarations -Wimplicit-fallthrough -Werror=switch -Werror=switch-enum -Werror=unused-result -Wdeprecated-copy -Wignored-qualifiers -Werror=suggest-override -D_GLIBCXX_ASSERTIONS=1 -fsanitize=signed-integer-overflow -fsanitize-undefined-trap-on-error -ffile-prefix-map=../src=src -march=alderlake -mabm -mno-cldemote -mno-kl -mno-pconfig -mno-sgx -mno-widekl -mshstk --param=l1-cache-line-size=64 --param=l1-cache-size=32 --param=l2-cache-size=12288 -O2 -pipe -fPIC '-DLSOF="/usr/bin/lsof"' '-DNIX_PREFIX="/usr"' '-DNIX_STORE_DIR="/nix/store"' '-DNIX_DATA_DIR="/usr/share"' '-DNIX_STATE_DIR="/nix/var/nix"' '-DNIX_LOG_DIR="/nix/var/log/nix"' '-DNIX_CONF_DIR="/etc/nix"' '-DNIX_BIN_DIR="/usr/bin"' '-DNIX_MAN_DIR="/usr/share/man"' '-DSANDBOX_SHELL="/usr/bin/busybox-nix-sandbox-shell"' -MD -MQ src/libstore/liblixstore.so.p/realisation.cc.o -MF src/libstore/liblixstore.so.p/realisation.cc.o.d -o src/libstore/liblixstore.so.p/realisation.cc.o -c ../lix/src/libstore/realisation.cc
[88/327] x86_64-pc-linux-gnu-g++ -Isrc/libstore/liblixstore.so.p -Isrc/libstore -I../lix/src/libstore -Isrc/libutil -I../lix/src/libutil -I/usr/include/rapidcheck/extras/gtest/include -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -std=c++2a -include config.h -Wno-deprecated-declarations -Wimplicit-fallthrough -Werror=switch -Werror=switch-enum -Werror=unused-result -Wdeprecated-copy -Wignored-qualifiers -Werror=suggest-override -D_GLIBCXX_ASSERTIONS=1 -fsanitize=signed-integer-overflow -fsanitize-undefined-trap-on-error -ffile-prefix-map=../src=src -march=alderlake -mabm -mno-cldemote -mno-kl -mno-pconfig -mno-sgx -mno-widekl -mshstk --param=l1-cache-line-size=64 --param=l1-cache-size=32 --param=l2-cache-size=12288 -O2 -pipe -fPIC '-DLSOF="/usr/bin/lsof"' '-DNIX_PREFIX="/usr"' '-DNIX_STORE_DIR="/nix/store"' '-DNIX_DATA_DIR="/usr/share"' '-DNIX_STATE_DIR="/nix/var/nix"' '-DNIX_LOG_DIR="/nix/var/log/nix"' '-DNIX_CONF_DIR="/etc/nix"' '-DNIX_BIN_DIR="/usr/bin"' '-DNIX_MAN_DIR="/usr/share/man"' '-DSANDBOX_SHELL="/usr/bin/busybox-nix-sandbox-shell"' -MD -MQ src/libstore/liblixstore.so.p/remote-fs-accessor.cc.o -MF src/libstore/liblixstore.so.p/remote-fs-accessor.cc.o.d -o src/libstore/liblixstore.so.p/remote-fs-accessor.cc.o -c ../lix/src/libstore/remote-fs-accessor.cc
[89/327] x86_64-pc-linux-gnu-g++ -Isrc/libstore/liblixstore.so.p -Isrc/libstore -I../lix/src/libstore -Isrc/libutil -I../lix/src/libutil -I/usr/include/rapidcheck/extras/gtest/include -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -std=c++2a -include config.h -Wno-deprecated-declarations -Wimplicit-fallthrough -Werror=switch -Werror=switch-enum -Werror=unused-result -Wdeprecated-copy -Wignored-qualifiers -Werror=suggest-override -D_GLIBCXX_ASSERTIONS=1 -fsanitize=signed-integer-overflow -fsanitize-undefined-trap-on-error -ffile-prefix-map=../src=src -march=alderlake -mabm -mno-cldemote -mno-kl -mno-pconfig -mno-sgx -mno-widekl -mshstk --param=l1-cache-line-size=64 --param=l1-cache-size=32 --param=l2-cache-size=12288 -O2 -pipe -fPIC '-DLSOF="/usr/bin/lsof"' '-DNIX_PREFIX="/usr"' '-DNIX_STORE_DIR="/nix/store"' '-DNIX_DATA_DIR="/usr/share"' '-DNIX_STATE_DIR="/nix/var/nix"' '-DNIX_LOG_DIR="/nix/var/log/nix"' '-DNIX_CONF_DIR="/etc/nix"' '-DNIX_BIN_DIR="/usr/bin"' '-DNIX_MAN_DIR="/usr/share/man"' '-DSANDBOX_SHELL="/usr/bin/busybox-nix-sandbox-shell"' -MD -MQ src/libstore/liblixstore.so.p/parsed-derivations.cc.o -MF src/libstore/liblixstore.so.p/parsed-derivations.cc.o.d -o src/libstore/liblixstore.so.p/parsed-derivations.cc.o -c ../lix/src/libstore/parsed-derivations.cc
[90/327] x86_64-pc-linux-gnu-g++ -Isrc/libstore/liblixstore.so.p -Isrc/libstore -I../lix/src/libstore -Isrc/libutil -I../lix/src/libutil -I/usr/include/rapidcheck/extras/gtest/include -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -std=c++2a -include config.h -Wno-deprecated-declarations -Wimplicit-fallthrough -Werror=switch -Werror=switch-enum -Werror=unused-result -Wdeprecated-copy -Wignored-qualifiers -Werror=suggest-override -D_GLIBCXX_ASSERTIONS=1 -fsanitize=signed-integer-overflow -fsanitize-undefined-trap-on-error -ffile-prefix-map=../src=src -march=alderlake -mabm -mno-cldemote -mno-kl -mno-pconfig -mno-sgx -mno-widekl -mshstk --param=l1-cache-line-size=64 --param=l1-cache-size=32 --param=l2-cache-size=12288 -O2 -pipe -fPIC '-DLSOF="/usr/bin/lsof"' '-DNIX_PREFIX="/usr"' '-DNIX_STORE_DIR="/nix/store"' '-DNIX_DATA_DIR="/usr/share"' '-DNIX_STATE_DIR="/nix/var/nix"' '-DNIX_LOG_DIR="/nix/var/log/nix"' '-DNIX_CONF_DIR="/etc/nix"' '-DNIX_BIN_DIR="/usr/bin"' '-DNIX_MAN_DIR="/usr/share/man"' '-DSANDBOX_SHELL="/usr/bin/busybox-nix-sandbox-shell"' -MD -MQ src/libstore/liblixstore.so.p/sqlite.cc.o -MF src/libstore/liblixstore.so.p/sqlite.cc.o.d -o src/libstore/liblixstore.so.p/sqlite.cc.o -c ../lix/src/libstore/sqlite.cc
[91/327] x86_64-pc-linux-gnu-g++ -Isrc/libstore/liblixstore.so.p -Isrc/libstore -I../lix/src/libstore -Isrc/libutil -I../lix/src/libutil -I/usr/include/rapidcheck/extras/gtest/include -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -std=c++2a -include config.h -Wno-deprecated-declarations -Wimplicit-fallthrough -Werror=switch -Werror=switch-enum -Werror=unused-result -Wdeprecated-copy -Wignored-qualifiers -Werror=suggest-override -D_GLIBCXX_ASSERTIONS=1 -fsanitize=signed-integer-overflow -fsanitize-undefined-trap-on-error -ffile-prefix-map=../src=src -march=alderlake -mabm -mno-cldemote -mno-kl -mno-pconfig -mno-sgx -mno-widekl -mshstk --param=l1-cache-line-size=64 --param=l1-cache-size=32 --param=l2-cache-size=12288 -O2 -pipe -fPIC '-DLSOF="/usr/bin/lsof"' '-DNIX_PREFIX="/usr"' '-DNIX_STORE_DIR="/nix/store"' '-DNIX_DATA_DIR="/usr/share"' '-DNIX_STATE_DIR="/nix/var/nix"' '-DNIX_LOG_DIR="/nix/var/log/nix"' '-DNIX_CONF_DIR="/etc/nix"' '-DNIX_BIN_DIR="/usr/bin"' '-DNIX_MAN_DIR="/usr/share/man"' '-DSANDBOX_SHELL="/usr/bin/busybox-nix-sandbox-shell"' -MD -MQ src/libstore/liblixstore.so.p/ssh-store.cc.o -MF src/libstore/liblixstore.so.p/ssh-store.cc.o.d -o src/libstore/liblixstore.so.p/ssh-store.cc.o -c ../lix/src/libstore/ssh-store.cc
[92/327] x86_64-pc-linux-gnu-g++ -Isrc/libstore/liblixstore.so.p -Isrc/libstore -I../lix/src/libstore -Isrc/libutil -I../lix/src/libutil -I/usr/include/rapidcheck/extras/gtest/include -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -std=c++2a -include config.h -Wno-deprecated-declarations -Wimplicit-fallthrough -Werror=switch -Werror=switch-enum -Werror=unused-result -Wdeprecated-copy -Wignored-qualifiers -Werror=suggest-override -D_GLIBCXX_ASSERTIONS=1 -fsanitize=signed-integer-overflow -fsanitize-undefined-trap-on-error -ffile-prefix-map=../src=src -march=alderlake -mabm -mno-cldemote -mno-kl -mno-pconfig -mno-sgx -mno-widekl -mshstk --param=l1-cache-line-size=64 --param=l1-cache-size=32 --param=l2-cache-size=12288 -O2 -pipe -fPIC '-DLSOF="/usr/bin/lsof"' '-DNIX_PREFIX="/usr"' '-DNIX_STORE_DIR="/nix/store"' '-DNIX_DATA_DIR="/usr/share"' '-DNIX_STATE_DIR="/nix/var/nix"' '-DNIX_LOG_DIR="/nix/var/log/nix"' '-DNIX_CONF_DIR="/etc/nix"' '-DNIX_BIN_DIR="/usr/bin"' '-DNIX_MAN_DIR="/usr/share/man"' '-DSANDBOX_SHELL="/usr/bin/busybox-nix-sandbox-shell"' -MD -MQ src/libstore/liblixstore.so.p/ssh.cc.o -MF src/libstore/liblixstore.so.p/ssh.cc.o.d -o src/libstore/liblixstore.so.p/ssh.cc.o -c ../lix/src/libstore/ssh.cc
[93/327] x86_64-pc-linux-gnu-g++ -Isrc/libstore/liblixstore.so.p -Isrc/libstore -I../lix/src/libstore -Isrc/libutil -I../lix/src/libutil -I/usr/include/rapidcheck/extras/gtest/include -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -std=c++2a -include config.h -Wno-deprecated-declarations -Wimplicit-fallthrough -Werror=switch -Werror=switch-enum -Werror=unused-result -Wdeprecated-copy -Wignored-qualifiers -Werror=suggest-override -D_GLIBCXX_ASSERTIONS=1 -fsanitize=signed-integer-overflow -fsanitize-undefined-trap-on-error -ffile-prefix-map=../src=src -march=alderlake -mabm -mno-cldemote -mno-kl -mno-pconfig -mno-sgx -mno-widekl -mshstk --param=l1-cache-line-size=64 --param=l1-cache-size=32 --param=l2-cache-size=12288 -O2 -pipe -fPIC '-DLSOF="/usr/bin/lsof"' '-DNIX_PREFIX="/usr"' '-DNIX_STORE_DIR="/nix/store"' '-DNIX_DATA_DIR="/usr/share"' '-DNIX_STATE_DIR="/nix/var/nix"' '-DNIX_LOG_DIR="/nix/var/log/nix"' '-DNIX_CONF_DIR="/etc/nix"' '-DNIX_BIN_DIR="/usr/bin"' '-DNIX_MAN_DIR="/usr/share/man"' '-DSANDBOX_SHELL="/usr/bin/busybox-nix-sandbox-shell"' -MD -MQ src/libstore/liblixstore.so.p/serve-protocol.cc.o -MF src/libstore/liblixstore.so.p/serve-protocol.cc.o.d -o src/libstore/liblixstore.so.p/serve-protocol.cc.o -c ../lix/src/libstore/serve-protocol.cc
[94/327] x86_64-pc-linux-gnu-g++ -Isrc/libstore/liblixstore.so.p -Isrc/libstore -I../lix/src/libstore -Isrc/libutil -I../lix/src/libutil -I/usr/include/rapidcheck/extras/gtest/include -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -std=c++2a -include config.h -Wno-deprecated-declarations -Wimplicit-fallthrough -Werror=switch -Werror=switch-enum -Werror=unused-result -Wdeprecated-copy -Wignored-qualifiers -Werror=suggest-override -D_GLIBCXX_ASSERTIONS=1 -fsanitize=signed-integer-overflow -fsanitize-undefined-trap-on-error -ffile-prefix-map=../src=src -march=alderlake -mabm -mno-cldemote -mno-kl -mno-pconfig -mno-sgx -mno-widekl -mshstk --param=l1-cache-line-size=64 --param=l1-cache-size=32 --param=l2-cache-size=12288 -O2 -pipe -fPIC '-DLSOF="/usr/bin/lsof"' '-DNIX_PREFIX="/usr"' '-DNIX_STORE_DIR="/nix/store"' '-DNIX_DATA_DIR="/usr/share"' '-DNIX_STATE_DIR="/nix/var/nix"' '-DNIX_LOG_DIR="/nix/var/log/nix"' '-DNIX_CONF_DIR="/etc/nix"' '-DNIX_BIN_DIR="/usr/bin"' '-DNIX_MAN_DIR="/usr/share/man"' '-DSANDBOX_SHELL="/usr/bin/busybox-nix-sandbox-shell"' -MD -MQ src/libstore/liblixstore.so.p/build_child.cc.o -MF src/libstore/liblixstore.so.p/build_child.cc.o.d -o src/libstore/liblixstore.so.p/build_child.cc.o -c ../lix/src/libstore/build/child.cc
[95/327] x86_64-pc-linux-gnu-g++ -Isrc/libstore/liblixstore.so.p -Isrc/libstore -I../lix/src/libstore -Isrc/libutil -I../lix/src/libutil -I/usr/include/rapidcheck/extras/gtest/include -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -std=c++2a -include config.h -Wno-deprecated-declarations -Wimplicit-fallthrough -Werror=switch -Werror=switch-enum -Werror=unused-result -Wdeprecated-copy -Wignored-qualifiers -Werror=suggest-override -D_GLIBCXX_ASSERTIONS=1 -fsanitize=signed-integer-overflow -fsanitize-undefined-trap-on-error -ffile-prefix-map=../src=src -march=alderlake -mabm -mno-cldemote -mno-kl -mno-pconfig -mno-sgx -mno-widekl -mshstk --param=l1-cache-line-size=64 --param=l1-cache-size=32 --param=l2-cache-size=12288 -O2 -pipe -fPIC '-DLSOF="/usr/bin/lsof"' '-DNIX_PREFIX="/usr"' '-DNIX_STORE_DIR="/nix/store"' '-DNIX_DATA_DIR="/usr/share"' '-DNIX_STATE_DIR="/nix/var/nix"' '-DNIX_LOG_DIR="/nix/var/log/nix"' '-DNIX_CONF_DIR="/etc/nix"' '-DNIX_BIN_DIR="/usr/bin"' '-DNIX_MAN_DIR="/usr/share/man"' '-DSANDBOX_SHELL="/usr/bin/busybox-nix-sandbox-shell"' -MD -MQ src/libstore/liblixstore.so.p/uds-remote-store.cc.o -MF src/libstore/liblixstore.so.p/uds-remote-store.cc.o.d -o src/libstore/liblixstore.so.p/uds-remote-store.cc.o -c ../lix/src/libstore/uds-remote-store.cc
[96/327] x86_64-pc-linux-gnu-g++ -Isrc/libstore/liblixstore.so.p -Isrc/libstore -I../lix/src/libstore -Isrc/libutil -I../lix/src/libutil -I/usr/include/rapidcheck/extras/gtest/include -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -std=c++2a -include config.h -Wno-deprecated-declarations -Wimplicit-fallthrough -Werror=switch -Werror=switch-enum -Werror=unused-result -Wdeprecated-copy -Wignored-qualifiers -Werror=suggest-override -D_GLIBCXX_ASSERTIONS=1 -fsanitize=signed-integer-overflow -fsanitize-undefined-trap-on-error -ffile-prefix-map=../src=src -march=alderlake -mabm -mno-cldemote -mno-kl -mno-pconfig -mno-sgx -mno-widekl -mshstk --param=l1-cache-line-size=64 --param=l1-cache-size=32 --param=l2-cache-size=12288 -O2 -pipe -fPIC '-DLSOF="/usr/bin/lsof"' '-DNIX_PREFIX="/usr"' '-DNIX_STORE_DIR="/nix/store"' '-DNIX_DATA_DIR="/usr/share"' '-DNIX_STATE_DIR="/nix/var/nix"' '-DNIX_LOG_DIR="/nix/var/log/nix"' '-DNIX_CONF_DIR="/etc/nix"' '-DNIX_BIN_DIR="/usr/bin"' '-DNIX_MAN_DIR="/usr/share/man"' '-DSANDBOX_SHELL="/usr/bin/busybox-nix-sandbox-shell"' -MD -MQ src/libstore/liblixstore.so.p/build_personality.cc.o -MF src/libstore/liblixstore.so.p/build_personality.cc.o.d -o src/libstore/liblixstore.so.p/build_personality.cc.o -c ../lix/src/libstore/build/personality.cc
[97/327] x86_64-pc-linux-gnu-g++ -Isrc/libstore/liblixstore.so.p -Isrc/libstore -I../lix/src/libstore -Isrc/libutil -I../lix/src/libutil -I/usr/include/rapidcheck/extras/gtest/include -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -std=c++2a -include config.h -Wno-deprecated-declarations -Wimplicit-fallthrough -Werror=switch -Werror=switch-enum -Werror=unused-result -Wdeprecated-copy -Wignored-qualifiers -Werror=suggest-override -D_GLIBCXX_ASSERTIONS=1 -fsanitize=signed-integer-overflow -fsanitize-undefined-trap-on-error -ffile-prefix-map=../src=src -march=alderlake -mabm -mno-cldemote -mno-kl -mno-pconfig -mno-sgx -mno-widekl -mshstk --param=l1-cache-line-size=64 --param=l1-cache-size=32 --param=l2-cache-size=12288 -O2 -pipe -fPIC '-DLSOF="/usr/bin/lsof"' '-DNIX_PREFIX="/usr"' '-DNIX_STORE_DIR="/nix/store"' '-DNIX_DATA_DIR="/usr/share"' '-DNIX_STATE_DIR="/nix/var/nix"' '-DNIX_LOG_DIR="/nix/var/log/nix"' '-DNIX_CONF_DIR="/etc/nix"' '-DNIX_BIN_DIR="/usr/bin"' '-DNIX_MAN_DIR="/usr/share/man"' '-DSANDBOX_SHELL="/usr/bin/busybox-nix-sandbox-shell"' -MD -MQ src/libstore/liblixstore.so.p/build_hook-instance.cc.o -MF src/libstore/liblixstore.so.p/build_hook-instance.cc.o.d -o src/libstore/liblixstore.so.p/build_hook-instance.cc.o -c ../lix/src/libstore/build/hook-instance.cc
[98/327] x86_64-pc-linux-gnu-g++ -Isrc/libstore/liblixstore.so.p -Isrc/libstore -I../lix/src/libstore -Isrc/libutil -I../lix/src/libutil -I/usr/include/rapidcheck/extras/gtest/include -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -std=c++2a -include config.h -Wno-deprecated-declarations -Wimplicit-fallthrough -Werror=switch -Werror=switch-enum -Werror=unused-result -Wdeprecated-copy -Wignored-qualifiers -Werror=suggest-override -D_GLIBCXX_ASSERTIONS=1 -fsanitize=signed-integer-overflow -fsanitize-undefined-trap-on-error -ffile-prefix-map=../src=src -march=alderlake -mabm -mno-cldemote -mno-kl -mno-pconfig -mno-sgx -mno-widekl -mshstk --param=l1-cache-line-size=64 --param=l1-cache-size=32 --param=l2-cache-size=12288 -O2 -pipe -fPIC '-DLSOF="/usr/bin/lsof"' '-DNIX_PREFIX="/usr"' '-DNIX_STORE_DIR="/nix/store"' '-DNIX_DATA_DIR="/usr/share"' '-DNIX_STATE_DIR="/nix/var/nix"' '-DNIX_LOG_DIR="/nix/var/log/nix"' '-DNIX_CONF_DIR="/etc/nix"' '-DNIX_BIN_DIR="/usr/bin"' '-DNIX_MAN_DIR="/usr/share/man"' '-DSANDBOX_SHELL="/usr/bin/busybox-nix-sandbox-shell"' -MD -MQ src/libstore/liblixstore.so.p/build_goal.cc.o -MF src/libstore/liblixstore.so.p/build_goal.cc.o.d -o src/libstore/liblixstore.so.p/build_goal.cc.o -c ../lix/src/libstore/build/goal.cc
[99/327] x86_64-pc-linux-gnu-g++ -Isrc/libstore/liblixstore.so.p -Isrc/libstore -I../lix/src/libstore -Isrc/libutil -I../lix/src/libutil -I/usr/include/rapidcheck/extras/gtest/include -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -std=c++2a -include config.h -Wno-deprecated-declarations -Wimplicit-fallthrough -Werror=switch -Werror=switch-enum -Werror=unused-result -Wdeprecated-copy -Wignored-qualifiers -Werror=suggest-override -D_GLIBCXX_ASSERTIONS=1 -fsanitize=signed-integer-overflow -fsanitize-undefined-trap-on-error -ffile-prefix-map=../src=src -march=alderlake -mabm -mno-cldemote -mno-kl -mno-pconfig -mno-sgx -mno-widekl -mshstk --param=l1-cache-line-size=64 --param=l1-cache-size=32 --param=l2-cache-size=12288 -O2 -pipe -fPIC '-DLSOF="/usr/bin/lsof"' '-DNIX_PREFIX="/usr"' '-DNIX_STORE_DIR="/nix/store"' '-DNIX_DATA_DIR="/usr/share"' '-DNIX_STATE_DIR="/nix/var/nix"' '-DNIX_LOG_DIR="/nix/var/log/nix"' '-DNIX_CONF_DIR="/etc/nix"' '-DNIX_BIN_DIR="/usr/bin"' '-DNIX_MAN_DIR="/usr/share/man"' '-DSANDBOX_SHELL="/usr/bin/busybox-nix-sandbox-shell"' -MD -MQ src/libstore/liblixstore.so.p/worker-protocol.cc.o -MF src/libstore/liblixstore.so.p/worker-protocol.cc.o.d -o src/libstore/liblixstore.so.p/worker-protocol.cc.o -c ../lix/src/libstore/worker-protocol.cc
[100/327] x86_64-pc-linux-gnu-g++ -Isrc/libstore/liblixstore.so.p -Isrc/libstore -I../lix/src/libstore -Isrc/libutil -I../lix/src/libutil -I/usr/include/rapidcheck/extras/gtest/include -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -std=c++2a -include config.h -Wno-deprecated-declarations -Wimplicit-fallthrough -Werror=switch -Werror=switch-enum -Werror=unused-result -Wdeprecated-copy -Wignored-qualifiers -Werror=suggest-override -D_GLIBCXX_ASSERTIONS=1 -fsanitize=signed-integer-overflow -fsanitize-undefined-trap-on-error -ffile-prefix-map=../src=src -march=alderlake -mabm -mno-cldemote -mno-kl -mno-pconfig -mno-sgx -mno-widekl -mshstk --param=l1-cache-line-size=64 --param=l1-cache-size=32 --param=l2-cache-size=12288 -O2 -pipe -fPIC '-DLSOF="/usr/bin/lsof"' '-DNIX_PREFIX="/usr"' '-DNIX_STORE_DIR="/nix/store"' '-DNIX_DATA_DIR="/usr/share"' '-DNIX_STATE_DIR="/nix/var/nix"' '-DNIX_LOG_DIR="/nix/var/log/nix"' '-DNIX_CONF_DIR="/etc/nix"' '-DNIX_BIN_DIR="/usr/bin"' '-DNIX_MAN_DIR="/usr/share/man"' '-DSANDBOX_SHELL="/usr/bin/busybox-nix-sandbox-shell"' -MD -MQ src/libstore/liblixstore.so.p/remote-store.cc.o -MF src/libstore/liblixstore.so.p/remote-store.cc.o.d -o src/libstore/liblixstore.so.p/remote-store.cc.o -c ../lix/src/libstore/remote-store.cc
[101/327] x86_64-pc-linux-gnu-g++ -Isrc/libstore/liblixstore.so.p -Isrc/libstore -I../lix/src/libstore -Isrc/libutil -I../lix/src/libutil -I/usr/include/rapidcheck/extras/gtest/include -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -std=c++2a -include config.h -Wno-deprecated-declarations -Wimplicit-fallthrough -Werror=switch -Werror=switch-enum -Werror=unused-result -Wdeprecated-copy -Wignored-qualifiers -Werror=suggest-override -D_GLIBCXX_ASSERTIONS=1 -fsanitize=signed-integer-overflow -fsanitize-undefined-trap-on-error -ffile-prefix-map=../src=src -march=alderlake -mabm -mno-cldemote -mno-kl -mno-pconfig -mno-sgx -mno-widekl -mshstk --param=l1-cache-line-size=64 --param=l1-cache-size=32 --param=l2-cache-size=12288 -O2 -pipe -fPIC '-DLSOF="/usr/bin/lsof"' '-DNIX_PREFIX="/usr"' '-DNIX_STORE_DIR="/nix/store"' '-DNIX_DATA_DIR="/usr/share"' '-DNIX_STATE_DIR="/nix/var/nix"' '-DNIX_LOG_DIR="/nix/var/log/nix"' '-DNIX_CONF_DIR="/etc/nix"' '-DNIX_BIN_DIR="/usr/bin"' '-DNIX_MAN_DIR="/usr/share/man"' '-DSANDBOX_SHELL="/usr/bin/busybox-nix-sandbox-shell"' -MD -MQ src/libstore/liblixstore.so.p/build_drv-output-substitution-goal.cc.o -MF src/libstore/liblixstore.so.p/build_drv-output-substitution-goal.cc.o.d -o src/libstore/liblixstore.so.p/build_drv-output-substitution-goal.cc.o -c ../lix/src/libstore/build/drv-output-substitution-goal.cc
[102/327] x86_64-pc-linux-gnu-g++ -Isrc/libstore/liblixstore.so.p -Isrc/libstore -I../lix/src/libstore -Isrc/libutil -I../lix/src/libutil -I/usr/include/rapidcheck/extras/gtest/include -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -std=c++2a -include config.h -Wno-deprecated-declarations -Wimplicit-fallthrough -Werror=switch -Werror=switch-enum -Werror=unused-result -Wdeprecated-copy -Wignored-qualifiers -Werror=suggest-override -D_GLIBCXX_ASSERTIONS=1 -fsanitize=signed-integer-overflow -fsanitize-undefined-trap-on-error -ffile-prefix-map=../src=src -march=alderlake -mabm -mno-cldemote -mno-kl -mno-pconfig -mno-sgx -mno-widekl -mshstk --param=l1-cache-line-size=64 --param=l1-cache-size=32 --param=l2-cache-size=12288 -O2 -pipe -fPIC '-DLSOF="/usr/bin/lsof"' '-DNIX_PREFIX="/usr"' '-DNIX_STORE_DIR="/nix/store"' '-DNIX_DATA_DIR="/usr/share"' '-DNIX_STATE_DIR="/nix/var/nix"' '-DNIX_LOG_DIR="/nix/var/log/nix"' '-DNIX_CONF_DIR="/etc/nix"' '-DNIX_BIN_DIR="/usr/bin"' '-DNIX_MAN_DIR="/usr/share/man"' '-DSANDBOX_SHELL="/usr/bin/busybox-nix-sandbox-shell"' -MD -MQ src/libstore/liblixstore.so.p/build_entry-points.cc.o -MF src/libstore/liblixstore.so.p/build_entry-points.cc.o.d -o src/libstore/liblixstore.so.p/build_entry-points.cc.o -c ../lix/src/libstore/build/entry-points.cc
[103/327] x86_64-pc-linux-gnu-g++ -Isrc/libstore/liblixstore.so.p -Isrc/libstore -I../lix/src/libstore -Isrc/libutil -I../lix/src/libutil -I/usr/include/rapidcheck/extras/gtest/include -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -std=c++2a -include config.h -Wno-deprecated-declarations -Wimplicit-fallthrough -Werror=switch -Werror=switch-enum -Werror=unused-result -Wdeprecated-copy -Wignored-qualifiers -Werror=suggest-override -D_GLIBCXX_ASSERTIONS=1 -fsanitize=signed-integer-overflow -fsanitize-undefined-trap-on-error -ffile-prefix-map=../src=src -march=alderlake -mabm -mno-cldemote -mno-kl -mno-pconfig -mno-sgx -mno-widekl -mshstk --param=l1-cache-line-size=64 --param=l1-cache-size=32 --param=l2-cache-size=12288 -O2 -pipe -fPIC '-DLSOF="/usr/bin/lsof"' '-DNIX_PREFIX="/usr"' '-DNIX_STORE_DIR="/nix/store"' '-DNIX_DATA_DIR="/usr/share"' '-DNIX_STATE_DIR="/nix/var/nix"' '-DNIX_LOG_DIR="/nix/var/log/nix"' '-DNIX_CONF_DIR="/etc/nix"' '-DNIX_BIN_DIR="/usr/bin"' '-DNIX_MAN_DIR="/usr/share/man"' '-DSANDBOX_SHELL="/usr/bin/busybox-nix-sandbox-shell"' -MD -MQ src/libstore/liblixstore.so.p/build_substitution-goal.cc.o -MF src/libstore/liblixstore.so.p/build_substitution-goal.cc.o.d -o src/libstore/liblixstore.so.p/build_substitution-goal.cc.o -c ../lix/src/libstore/build/substitution-goal.cc
[104/327] x86_64-pc-linux-gnu-g++ -Isrc/libstore/liblixstore.so.p -Isrc/libstore -I../lix/src/libstore -Isrc/libutil -I../lix/src/libutil -I/usr/include/rapidcheck/extras/gtest/include -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -std=c++2a -include config.h -Wno-deprecated-declarations -Wimplicit-fallthrough -Werror=switch -Werror=switch-enum -Werror=unused-result -Wdeprecated-copy -Wignored-qualifiers -Werror=suggest-override -D_GLIBCXX_ASSERTIONS=1 -fsanitize=signed-integer-overflow -fsanitize-undefined-trap-on-error -ffile-prefix-map=../src=src -march=alderlake -mabm -mno-cldemote -mno-kl -mno-pconfig -mno-sgx -mno-widekl -mshstk --param=l1-cache-line-size=64 --param=l1-cache-size=32 --param=l2-cache-size=12288 -O2 -pipe -fPIC '-DLSOF="/usr/bin/lsof"' '-DNIX_PREFIX="/usr"' '-DNIX_STORE_DIR="/nix/store"' '-DNIX_DATA_DIR="/usr/share"' '-DNIX_STATE_DIR="/nix/var/nix"' '-DNIX_LOG_DIR="/nix/var/log/nix"' '-DNIX_CONF_DIR="/etc/nix"' '-DNIX_BIN_DIR="/usr/bin"' '-DNIX_MAN_DIR="/usr/share/man"' '-DSANDBOX_SHELL="/usr/bin/busybox-nix-sandbox-shell"' -MD -MQ src/libstore/liblixstore.so.p/builtins_unpack-channel.cc.o -MF src/libstore/liblixstore.so.p/builtins_unpack-channel.cc.o.d -o src/libstore/liblixstore.so.p/builtins_unpack-channel.cc.o -c ../lix/src/libstore/builtins/unpack-channel.cc
[105/327] x86_64-pc-linux-gnu-g++ -Isrc/libstore/liblixstore.so.p -Isrc/libstore -I../lix/src/libstore -Isrc/libutil -I../lix/src/libutil -I/usr/include/rapidcheck/extras/gtest/include -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -std=c++2a -include config.h -Wno-deprecated-declarations -Wimplicit-fallthrough -Werror=switch -Werror=switch-enum -Werror=unused-result -Wdeprecated-copy -Wignored-qualifiers -Werror=suggest-override -D_GLIBCXX_ASSERTIONS=1 -fsanitize=signed-integer-overflow -fsanitize-undefined-trap-on-error -ffile-prefix-map=../src=src -march=alderlake -mabm -mno-cldemote -mno-kl -mno-pconfig -mno-sgx -mno-widekl -mshstk --param=l1-cache-line-size=64 --param=l1-cache-size=32 --param=l2-cache-size=12288 -O2 -pipe -fPIC '-DLSOF="/usr/bin/lsof"' '-DNIX_PREFIX="/usr"' '-DNIX_STORE_DIR="/nix/store"' '-DNIX_DATA_DIR="/usr/share"' '-DNIX_STATE_DIR="/nix/var/nix"' '-DNIX_LOG_DIR="/nix/var/log/nix"' '-DNIX_CONF_DIR="/etc/nix"' '-DNIX_BIN_DIR="/usr/bin"' '-DNIX_MAN_DIR="/usr/share/man"' '-DSANDBOX_SHELL="/usr/bin/busybox-nix-sandbox-shell"' -MD -MQ src/libstore/liblixstore.so.p/builtins_buildenv.cc.o -MF src/libstore/liblixstore.so.p/builtins_buildenv.cc.o.d -o src/libstore/liblixstore.so.p/builtins_buildenv.cc.o -c ../lix/src/libstore/builtins/buildenv.cc
[106/327] x86_64-pc-linux-gnu-g++ -Isrc/libstore/liblixstore.so.p -Isrc/libstore -I../lix/src/libstore -Isrc/libutil -I../lix/src/libutil -I/usr/include/rapidcheck/extras/gtest/include -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -std=c++2a -include config.h -Wno-deprecated-declarations -Wimplicit-fallthrough -Werror=switch -Werror=switch-enum -Werror=unused-result -Wdeprecated-copy -Wignored-qualifiers -Werror=suggest-override -D_GLIBCXX_ASSERTIONS=1 -fsanitize=signed-integer-overflow -fsanitize-undefined-trap-on-error -ffile-prefix-map=../src=src -march=alderlake -mabm -mno-cldemote -mno-kl -mno-pconfig -mno-sgx -mno-widekl -mshstk --param=l1-cache-line-size=64 --param=l1-cache-size=32 --param=l2-cache-size=12288 -O2 -pipe -fPIC '-DLSOF="/usr/bin/lsof"' '-DNIX_PREFIX="/usr"' '-DNIX_STORE_DIR="/nix/store"' '-DNIX_DATA_DIR="/usr/share"' '-DNIX_STATE_DIR="/nix/var/nix"' '-DNIX_LOG_DIR="/nix/var/log/nix"' '-DNIX_CONF_DIR="/etc/nix"' '-DNIX_BIN_DIR="/usr/bin"' '-DNIX_MAN_DIR="/usr/share/man"' '-DSANDBOX_SHELL="/usr/bin/busybox-nix-sandbox-shell"' -MD -MQ src/libstore/liblixstore.so.p/builtins_fetchurl.cc.o -MF src/libstore/liblixstore.so.p/builtins_fetchurl.cc.o.d -o src/libstore/liblixstore.so.p/builtins_fetchurl.cc.o -c ../lix/src/libstore/builtins/fetchurl.cc
[107/327] x86_64-pc-linux-gnu-g++ -Isrc/libstore/liblixstore.so.p -Isrc/libstore -I../lix/src/libstore -Isrc/libutil -I../lix/src/libutil -I/usr/include/rapidcheck/extras/gtest/include -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -std=c++2a -include config.h -Wno-deprecated-declarations -Wimplicit-fallthrough -Werror=switch -Werror=switch-enum -Werror=unused-result -Wdeprecated-copy -Wignored-qualifiers -Werror=suggest-override -D_GLIBCXX_ASSERTIONS=1 -fsanitize=signed-integer-overflow -fsanitize-undefined-trap-on-error -ffile-prefix-map=../src=src -march=alderlake -mabm -mno-cldemote -mno-kl -mno-pconfig -mno-sgx -mno-widekl -mshstk --param=l1-cache-line-size=64 --param=l1-cache-size=32 --param=l2-cache-size=12288 -O2 -pipe -fPIC '-DLSOF="/usr/bin/lsof"' '-DNIX_PREFIX="/usr"' '-DNIX_STORE_DIR="/nix/store"' '-DNIX_DATA_DIR="/usr/share"' '-DNIX_STATE_DIR="/nix/var/nix"' '-DNIX_LOG_DIR="/nix/var/log/nix"' '-DNIX_CONF_DIR="/etc/nix"' '-DNIX_BIN_DIR="/usr/bin"' '-DNIX_MAN_DIR="/usr/share/man"' '-DSANDBOX_SHELL="/usr/bin/busybox-nix-sandbox-shell"' -MD -MQ src/libstore/liblixstore.so.p/platform_linux.cc.o -MF src/libstore/liblixstore.so.p/platform_linux.cc.o.d -o src/libstore/liblixstore.so.p/platform_linux.cc.o -c ../lix/src/libstore/platform/linux.cc
FAILED: src/libstore/liblixstore.so.p/platform_linux.cc.o
x86_64-pc-linux-gnu-g++ -Isrc/libstore/liblixstore.so.p -Isrc/libstore -I../lix/src/libstore -Isrc/libutil -I../lix/src/libutil -I/usr/include/rapidcheck/extras/gtest/include -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -std=c++2a -include config.h -Wno-deprecated-declarations -Wimplicit-fallthrough -Werror=switch -Werror=switch-enum -Werror=unused-result -Wdeprecated-copy -Wignored-qualifiers -Werror=suggest-override -D_GLIBCXX_ASSERTIONS=1 -fsanitize=signed-integer-overflow -fsanitize-undefined-trap-on-error -ffile-prefix-map=../src=src -march=alderlake -mabm -mno-cldemote -mno-kl -mno-pconfig -mno-sgx -mno-widekl -mshstk --param=l1-cache-line-size=64 --param=l1-cache-size=32 --param=l2-cache-size=12288 -O2 -pipe -fPIC '-DLSOF="/usr/bin/lsof"' '-DNIX_PREFIX="/usr"' '-DNIX_STORE_DIR="/nix/store"' '-DNIX_DATA_DIR="/usr/share"' '-DNIX_STATE_DIR="/nix/var/nix"' '-DNIX_LOG_DIR="/nix/var/log/nix"' '-DNIX_CONF_DIR="/etc/nix"' '-DNIX_BIN_DIR="/usr/bin"' '-DNIX_MAN_DIR="/usr/share/man"' '-DSANDBOX_SHELL="/usr/bin/busybox-nix-sandbox-shell"' -MD -MQ src/libstore/liblixstore.so.p/platform_linux.cc.o -MF src/libstore/liblixstore.so.p/platform_linux.cc.o.d -o src/libstore/liblixstore.so.p/platform_linux.cc.o -c ../lix/src/libstore/platform/linux.cc
In file included from /usr/include/seccomp.h:821,
from ../lix/src/libstore/platform/linux.cc:15:
../lix/src/libstore/platform/linux.cc: In function ‘std::vector<sock_filter> nix::compileSyscallFilter()’:
../lix/src/libstore/platform/linux.cc:302:23: error: ‘__NR_futex_requeue’ was not declared in this scope
302 | allowSyscall(ctx, SCMP_SYS(futex_requeue));
| ^~~~~~~~
../lix/src/libstore/platform/linux.cc:304:23: error: ‘__NR_futex_wait’ was not declared in this scope; did you mean ‘SYS_futex_waitv’?
304 | allowSyscall(ctx, SCMP_SYS(futex_wait));
| ^~~~~~~~
../lix/src/libstore/platform/linux.cc:306:23: error: ‘__NR_futex_wake’ was not declared in this scope
306 | allowSyscall(ctx, SCMP_SYS(futex_wake));
| ^~~~~~~~
[108/327] x86_64-pc-linux-gnu-g++ -Isrc/libstore/liblixstore.so.p -Isrc/libstore -I../lix/src/libstore -Isrc/libutil -I../lix/src/libutil -I/usr/include/rapidcheck/extras/gtest/include -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -std=c++2a -include config.h -Wno-deprecated-declarations -Wimplicit-fallthrough -Werror=switch -Werror=switch-enum -Werror=unused-result -Wdeprecated-copy -Wignored-qualifiers -Werror=suggest-override -D_GLIBCXX_ASSERTIONS=1 -fsanitize=signed-integer-overflow -fsanitize-undefined-trap-on-error -ffile-prefix-map=../src=src -march=alderlake -mabm -mno-cldemote -mno-kl -mno-pconfig -mno-sgx -mno-widekl -mshstk --param=l1-cache-line-size=64 --param=l1-cache-size=32 --param=l2-cache-size=12288 -O2 -pipe -fPIC '-DLSOF="/usr/bin/lsof"' '-DNIX_PREFIX="/usr"' '-DNIX_STORE_DIR="/nix/store"' '-DNIX_DATA_DIR="/usr/share"' '-DNIX_STATE_DIR="/nix/var/nix"' '-DNIX_LOG_DIR="/nix/var/log/nix"' '-DNIX_CONF_DIR="/etc/nix"' '-DNIX_BIN_DIR="/usr/bin"' '-DNIX_MAN_DIR="/usr/share/man"' '-DSANDBOX_SHELL="/usr/bin/busybox-nix-sandbox-shell"' -MD -MQ src/libstore/liblixstore.so.p/build_worker.cc.o -MF src/libstore/liblixstore.so.p/build_worker.cc.o.d -o src/libstore/liblixstore.so.p/build_worker.cc.o -c ../lix/src/libstore/build/worker.cc
[109/327] x86_64-pc-linux-gnu-g++ -Isrc/libfetchers/liblixfetchers.so.p -Isrc/libfetchers -I../lix/src/libfetchers -Isrc/libstore -I../lix/src/libstore -Isrc/libutil -I../lix/src/libutil -I/usr/include/rapidcheck/extras/gtest/include -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -std=c++2a -include config.h -Wno-deprecated-declarations -Wimplicit-fallthrough -Werror=switch -Werror=switch-enum -Werror=unused-result -Wdeprecated-copy -Wignored-qualifiers -Werror=suggest-override -D_GLIBCXX_ASSERTIONS=1 -fsanitize=signed-integer-overflow -fsanitize-undefined-trap-on-error -ffile-prefix-map=../src=src -march=alderlake -mabm -mno-cldemote -mno-kl -mno-pconfig -mno-sgx -mno-widekl -mshstk --param=l1-cache-line-size=64 --param=l1-cache-size=32 --param=l2-cache-size=12288 -O2 -pipe -fPIC -MD -MQ src/libfetchers/liblixfetchers.so.p/fetch-to-store.cc.o -MF src/libfetchers/liblixfetchers.so.p/fetch-to-store.cc.o.d -o src/libfetchers/liblixfetchers.so.p/fetch-to-store.cc.o -c ../lix/src/libfetchers/fetch-to-store.cc
[110/327] x86_64-pc-linux-gnu-g++ -Isrc/libfetchers/liblixfetchers.so.p -Isrc/libfetchers -I../lix/src/libfetchers -Isrc/libstore -I../lix/src/libstore -Isrc/libutil -I../lix/src/libutil -I/usr/include/rapidcheck/extras/gtest/include -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -std=c++2a -include config.h -Wno-deprecated-declarations -Wimplicit-fallthrough -Werror=switch -Werror=switch-enum -Werror=unused-result -Wdeprecated-copy -Wignored-qualifiers -Werror=suggest-override -D_GLIBCXX_ASSERTIONS=1 -fsanitize=signed-integer-overflow -fsanitize-undefined-trap-on-error -ffile-prefix-map=../src=src -march=alderlake -mabm -mno-cldemote -mno-kl -mno-pconfig -mno-sgx -mno-widekl -mshstk --param=l1-cache-line-size=64 --param=l1-cache-size=32 --param=l2-cache-size=12288 -O2 -pipe -fPIC -MD -MQ src/libfetchers/liblixfetchers.so.p/fetch-settings.cc.o -MF src/libfetchers/liblixfetchers.so.p/fetch-settings.cc.o.d -o src/libfetchers/liblixfetchers.so.p/fetch-settings.cc.o -c ../lix/src/libfetchers/fetch-settings.cc
[111/327] x86_64-pc-linux-gnu-g++ -Isrc/libfetchers/liblixfetchers.so.p -Isrc/libfetchers -I../lix/src/libfetchers -Isrc/libstore -I../lix/src/libstore -Isrc/libutil -I../lix/src/libutil -I/usr/include/rapidcheck/extras/gtest/include -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -std=c++2a -include config.h -Wno-deprecated-declarations -Wimplicit-fallthrough -Werror=switch -Werror=switch-enum -Werror=unused-result -Wdeprecated-copy -Wignored-qualifiers -Werror=suggest-override -D_GLIBCXX_ASSERTIONS=1 -fsanitize=signed-integer-overflow -fsanitize-undefined-trap-on-error -ffile-prefix-map=../src=src -march=alderlake -mabm -mno-cldemote -mno-kl -mno-pconfig -mno-sgx -mno-widekl -mshstk --param=l1-cache-line-size=64 --param=l1-cache-size=32 --param=l2-cache-size=12288 -O2 -pipe -fPIC -MD -MQ src/libfetchers/liblixfetchers.so.p/path.cc.o -MF src/libfetchers/liblixfetchers.so.p/path.cc.o.d -o src/libfetchers/liblixfetchers.so.p/path.cc.o -c ../lix/src/libfetchers/path.cc
[112/327] x86_64-pc-linux-gnu-g++ -Isrc/libfetchers/liblixfetchers.so.p -Isrc/libfetchers -I../lix/src/libfetchers -Isrc/libstore -I../lix/src/libstore -Isrc/libutil -I../lix/src/libutil -I/usr/include/rapidcheck/extras/gtest/include -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -std=c++2a -include config.h -Wno-deprecated-declarations -Wimplicit-fallthrough -Werror=switch -Werror=switch-enum -Werror=unused-result -Wdeprecated-copy -Wignored-qualifiers -Werror=suggest-override -D_GLIBCXX_ASSERTIONS=1 -fsanitize=signed-integer-overflow -fsanitize-undefined-trap-on-error -ffile-prefix-map=../src=src -march=alderlake -mabm -mno-cldemote -mno-kl -mno-pconfig -mno-sgx -mno-widekl -mshstk --param=l1-cache-line-size=64 --param=l1-cache-size=32 --param=l2-cache-size=12288 -O2 -pipe -fPIC -MD -MQ src/libfetchers/liblixfetchers.so.p/cache.cc.o -MF src/libfetchers/liblixfetchers.so.p/cache.cc.o.d -o src/libfetchers/liblixfetchers.so.p/cache.cc.o -c ../lix/src/libfetchers/cache.cc
[113/327] x86_64-pc-linux-gnu-g++ -Isrc/libfetchers/liblixfetchers.so.p -Isrc/libfetchers -I../lix/src/libfetchers -Isrc/libstore -I../lix/src/libstore -Isrc/libutil -I../lix/src/libutil -I/usr/include/rapidcheck/extras/gtest/include -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -std=c++2a -include config.h -Wno-deprecated-declarations -Wimplicit-fallthrough -Werror=switch -Werror=switch-enum -Werror=unused-result -Wdeprecated-copy -Wignored-qualifiers -Werror=suggest-override -D_GLIBCXX_ASSERTIONS=1 -fsanitize=signed-integer-overflow -fsanitize-undefined-trap-on-error -ffile-prefix-map=../src=src -march=alderlake -mabm -mno-cldemote -mno-kl -mno-pconfig -mno-sgx -mno-widekl -mshstk --param=l1-cache-line-size=64 --param=l1-cache-size=32 --param=l2-cache-size=12288 -O2 -pipe -fPIC -MD -MQ src/libfetchers/liblixfetchers.so.p/fetchers.cc.o -MF src/libfetchers/liblixfetchers.so.p/fetchers.cc.o.d -o src/libfetchers/liblixfetchers.so.p/fetchers.cc.o -c ../lix/src/libfetchers/fetchers.cc
[114/327] x86_64-pc-linux-gnu-g++ -Isrc/libfetchers/liblixfetchers.so.p -Isrc/libfetchers -I../lix/src/libfetchers -Isrc/libstore -I../lix/src/libstore -Isrc/libutil -I../lix/src/libutil -I/usr/include/rapidcheck/extras/gtest/include -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -std=c++2a -include config.h -Wno-deprecated-declarations -Wimplicit-fallthrough -Werror=switch -Werror=switch-enum -Werror=unused-result -Wdeprecated-copy -Wignored-qualifiers -Werror=suggest-override -D_GLIBCXX_ASSERTIONS=1 -fsanitize=signed-integer-overflow -fsanitize-undefined-trap-on-error -ffile-prefix-map=../src=src -march=alderlake -mabm -mno-cldemote -mno-kl -mno-pconfig -mno-sgx -mno-widekl -mshstk --param=l1-cache-line-size=64 --param=l1-cache-size=32 --param=l2-cache-size=12288 -O2 -pipe -fPIC -MD -MQ src/libfetchers/liblixfetchers.so.p/git.cc.o -MF src/libfetchers/liblixfetchers.so.p/git.cc.o.d -o src/libfetchers/liblixfetchers.so.p/git.cc.o -c ../lix/src/libfetchers/git.cc
[115/327] x86_64-pc-linux-gnu-g++ -Isrc/libfetchers/liblixfetchers.so.p -Isrc/libfetchers -I../lix/src/libfetchers -Isrc/libstore -I../lix/src/libstore -Isrc/libutil -I../lix/src/libutil -I/usr/include/rapidcheck/extras/gtest/include -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -std=c++2a -include config.h -Wno-deprecated-declarations -Wimplicit-fallthrough -Werror=switch -Werror=switch-enum -Werror=unused-result -Wdeprecated-copy -Wignored-qualifiers -Werror=suggest-override -D_GLIBCXX_ASSERTIONS=1 -fsanitize=signed-integer-overflow -fsanitize-undefined-trap-on-error -ffile-prefix-map=../src=src -march=alderlake -mabm -mno-cldemote -mno-kl -mno-pconfig -mno-sgx -mno-widekl -mshstk --param=l1-cache-line-size=64 --param=l1-cache-size=32 --param=l2-cache-size=12288 -O2 -pipe -fPIC -MD -MQ src/libfetchers/liblixfetchers.so.p/mercurial.cc.o -MF src/libfetchers/liblixfetchers.so.p/mercurial.cc.o.d -o src/libfetchers/liblixfetchers.so.p/mercurial.cc.o -c ../lix/src/libfetchers/mercurial.cc
[116/327] x86_64-pc-linux-gnu-g++ -Isrc/libfetchers/liblixfetchers.so.p -Isrc/libfetchers -I../lix/src/libfetchers -Isrc/libstore -I../lix/src/libstore -Isrc/libutil -I../lix/src/libutil -I/usr/include/rapidcheck/extras/gtest/include -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -std=c++2a -include config.h -Wno-deprecated-declarations -Wimplicit-fallthrough -Werror=switch -Werror=switch-enum -Werror=unused-result -Wdeprecated-copy -Wignored-qualifiers -Werror=suggest-override -D_GLIBCXX_ASSERTIONS=1 -fsanitize=signed-integer-overflow -fsanitize-undefined-trap-on-error -ffile-prefix-map=../src=src -march=alderlake -mabm -mno-cldemote -mno-kl -mno-pconfig -mno-sgx -mno-widekl -mshstk --param=l1-cache-line-size=64 --param=l1-cache-size=32 --param=l2-cache-size=12288 -O2 -pipe -fPIC -MD -MQ src/libfetchers/liblixfetchers.so.p/tarball.cc.o -MF src/libfetchers/liblixfetchers.so.p/tarball.cc.o.d -o src/libfetchers/liblixfetchers.so.p/tarball.cc.o -c ../lix/src/libfetchers/tarball.cc
[117/327] x86_64-pc-linux-gnu-g++ -Isrc/libstore/liblixstore.so.p -Isrc/libstore -I../lix/src/libstore -Isrc/libutil -I../lix/src/libutil -I/usr/include/rapidcheck/extras/gtest/include -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -std=c++2a -include config.h -Wno-deprecated-declarations -Wimplicit-fallthrough -Werror=switch -Werror=switch-enum -Werror=unused-result -Wdeprecated-copy -Wignored-qualifiers -Werror=suggest-override -D_GLIBCXX_ASSERTIONS=1 -fsanitize=signed-integer-overflow -fsanitize-undefined-trap-on-error -ffile-prefix-map=../src=src -march=alderlake -mabm -mno-cldemote -mno-kl -mno-pconfig -mno-sgx -mno-widekl -mshstk --param=l1-cache-line-size=64 --param=l1-cache-size=32 --param=l2-cache-size=12288 -O2 -pipe -fPIC '-DLSOF="/usr/bin/lsof"' '-DNIX_PREFIX="/usr"' '-DNIX_STORE_DIR="/nix/store"' '-DNIX_DATA_DIR="/usr/share"' '-DNIX_STATE_DIR="/nix/var/nix"' '-DNIX_LOG_DIR="/nix/var/log/nix"' '-DNIX_CONF_DIR="/etc/nix"' '-DNIX_BIN_DIR="/usr/bin"' '-DNIX_MAN_DIR="/usr/share/man"' '-DSANDBOX_SHELL="/usr/bin/busybox-nix-sandbox-shell"' -MD -MQ src/libstore/liblixstore.so.p/build_derivation-goal.cc.o -MF src/libstore/liblixstore.so.p/build_derivation-goal.cc.o.d -o src/libstore/liblixstore.so.p/build_derivation-goal.cc.o -c ../lix/src/libstore/build/derivation-goal.cc
[118/327] x86_64-pc-linux-gnu-g++ -Isrc/libfetchers/liblixfetchers.so.p -Isrc/libfetchers -I../lix/src/libfetchers -Isrc/libstore -I../lix/src/libstore -Isrc/libutil -I../lix/src/libutil -I/usr/include/rapidcheck/extras/gtest/include -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -std=c++2a -include config.h -Wno-deprecated-declarations -Wimplicit-fallthrough -Werror=switch -Werror=switch-enum -Werror=unused-result -Wdeprecated-copy -Wignored-qualifiers -Werror=suggest-override -D_GLIBCXX_ASSERTIONS=1 -fsanitize=signed-integer-overflow -fsanitize-undefined-trap-on-error -ffile-prefix-map=../src=src -march=alderlake -mabm -mno-cldemote -mno-kl -mno-pconfig -mno-sgx -mno-widekl -mshstk --param=l1-cache-line-size=64 --param=l1-cache-size=32 --param=l2-cache-size=12288 -O2 -pipe -fPIC -MD -MQ src/libfetchers/liblixfetchers.so.p/indirect.cc.o -MF src/libfetchers/liblixfetchers.so.p/indirect.cc.o.d -o src/libfetchers/liblixfetchers.so.p/indirect.cc.o -c ../lix/src/libfetchers/indirect.cc
[119/327] x86_64-pc-linux-gnu-g++ -Isrc/libstore/liblixstore.so.p -Isrc/libstore -I../lix/src/libstore -Isrc/libutil -I../lix/src/libutil -I/usr/include/rapidcheck/extras/gtest/include -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -std=c++2a -include config.h -Wno-deprecated-declarations -Wimplicit-fallthrough -Werror=switch -Werror=switch-enum -Werror=unused-result -Wdeprecated-copy -Wignored-qualifiers -Werror=suggest-override -D_GLIBCXX_ASSERTIONS=1 -fsanitize=signed-integer-overflow -fsanitize-undefined-trap-on-error -ffile-prefix-map=../src=src -march=alderlake -mabm -mno-cldemote -mno-kl -mno-pconfig -mno-sgx -mno-widekl -mshstk --param=l1-cache-line-size=64 --param=l1-cache-size=32 --param=l2-cache-size=12288 -O2 -pipe -fPIC '-DLSOF="/usr/bin/lsof"' '-DNIX_PREFIX="/usr"' '-DNIX_STORE_DIR="/nix/store"' '-DNIX_DATA_DIR="/usr/share"' '-DNIX_STATE_DIR="/nix/var/nix"' '-DNIX_LOG_DIR="/nix/var/log/nix"' '-DNIX_CONF_DIR="/etc/nix"' '-DNIX_BIN_DIR="/usr/bin"' '-DNIX_MAN_DIR="/usr/share/man"' '-DSANDBOX_SHELL="/usr/bin/busybox-nix-sandbox-shell"' -MD -MQ src/libstore/liblixstore.so.p/store-api.cc.o -MF src/libstore/liblixstore.so.p/store-api.cc.o.d -o src/libstore/liblixstore.so.p/store-api.cc.o -c ../lix/src/libstore/store-api.cc
[120/327] x86_64-pc-linux-gnu-g++ -Isrc/libfetchers/liblixfetchers.so.p -Isrc/libfetchers -I../lix/src/libfetchers -Isrc/libstore -I../lix/src/libstore -Isrc/libutil -I../lix/src/libutil -I/usr/include/rapidcheck/extras/gtest/include -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -std=c++2a -include config.h -Wno-deprecated-declarations -Wimplicit-fallthrough -Werror=switch -Werror=switch-enum -Werror=unused-result -Wdeprecated-copy -Wignored-qualifiers -Werror=suggest-override -D_GLIBCXX_ASSERTIONS=1 -fsanitize=signed-integer-overflow -fsanitize-undefined-trap-on-error -ffile-prefix-map=../src=src -march=alderlake -mabm -mno-cldemote -mno-kl -mno-pconfig -mno-sgx -mno-widekl -mshstk --param=l1-cache-line-size=64 --param=l1-cache-size=32 --param=l2-cache-size=12288 -O2 -pipe -fPIC -MD -MQ src/libfetchers/liblixfetchers.so.p/registry.cc.o -MF src/libfetchers/liblixfetchers.so.p/registry.cc.o.d -o src/libfetchers/liblixfetchers.so.p/registry.cc.o -c ../lix/src/libfetchers/registry.cc
[121/327] x86_64-pc-linux-gnu-g++ -Isrc/libstore/liblixstore.so.p -Isrc/libstore -I../lix/src/libstore -Isrc/libutil -I../lix/src/libutil -I/usr/include/rapidcheck/extras/gtest/include -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -std=c++2a -include config.h -Wno-deprecated-declarations -Wimplicit-fallthrough -Werror=switch -Werror=switch-enum -Werror=unused-result -Wdeprecated-copy -Wignored-qualifiers -Werror=suggest-override -D_GLIBCXX_ASSERTIONS=1 -fsanitize=signed-integer-overflow -fsanitize-undefined-trap-on-error -ffile-prefix-map=../src=src -march=alderlake -mabm -mno-cldemote -mno-kl -mno-pconfig -mno-sgx -mno-widekl -mshstk --param=l1-cache-line-size=64 --param=l1-cache-size=32 --param=l2-cache-size=12288 -O2 -pipe -fPIC '-DLSOF="/usr/bin/lsof"' '-DNIX_PREFIX="/usr"' '-DNIX_STORE_DIR="/nix/store"' '-DNIX_DATA_DIR="/usr/share"' '-DNIX_STATE_DIR="/nix/var/nix"' '-DNIX_LOG_DIR="/nix/var/log/nix"' '-DNIX_CONF_DIR="/etc/nix"' '-DNIX_BIN_DIR="/usr/bin"' '-DNIX_MAN_DIR="/usr/share/man"' '-DSANDBOX_SHELL="/usr/bin/busybox-nix-sandbox-shell"' -MD -MQ src/libstore/liblixstore.so.p/build_local-derivation-goal.cc.o -MF src/libstore/liblixstore.so.p/build_local-derivation-goal.cc.o.d -o src/libstore/liblixstore.so.p/build_local-derivation-goal.cc.o -c ../lix/src/libstore/build/local-derivation-goal.cc
[122/327] x86_64-pc-linux-gnu-g++ -Isrc/libfetchers/liblixfetchers.so.p -Isrc/libfetchers -I../lix/src/libfetchers -Isrc/libstore -I../lix/src/libstore -Isrc/libutil -I../lix/src/libutil -I/usr/include/rapidcheck/extras/gtest/include -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -std=c++2a -include config.h -Wno-deprecated-declarations -Wimplicit-fallthrough -Werror=switch -Werror=switch-enum -Werror=unused-result -Wdeprecated-copy -Wignored-qualifiers -Werror=suggest-override -D_GLIBCXX_ASSERTIONS=1 -fsanitize=signed-integer-overflow -fsanitize-undefined-trap-on-error -ffile-prefix-map=../src=src -march=alderlake -mabm -mno-cldemote -mno-kl -mno-pconfig -mno-sgx -mno-widekl -mshstk --param=l1-cache-line-size=64 --param=l1-cache-size=32 --param=l2-cache-size=12288 -O2 -pipe -fPIC -MD -MQ src/libfetchers/liblixfetchers.so.p/github.cc.o -MF src/libfetchers/liblixfetchers.so.p/github.cc.o.d -o src/libfetchers/liblixfetchers.so.p/github.cc.o -c ../lix/src/libfetchers/github.cc
ninja: build stopped: subcommand failed.
* ERROR: sys-apps/lix-2.91.1::nix-guix failed (compile phase):
* ninja -v -j16 -l16 failed
*
* Call stack:
* ebuild.sh, line 136: Called src_compile
* environment, line 3442: Called meson_src_compile
* environment, line 2571: Called eninja
* environment, line 1707: Called die
* The specific snippet of code:
* "$@" || die -n "${*} failed"
*
* If you need support, post the output of `emerge --info '=sys-apps/lix-2.91.1::nix-guix'`,
* the complete build log and the output of `emerge -pqv '=sys-apps/lix-2.91.1::nix-guix'`.
* The complete build log is located at '/var/tmp/portage/sys-apps/lix-2.91.1/temp/build.log'.
* The ebuild environment file is located at '/var/tmp/portage/sys-apps/lix-2.91.1/temp/environment'.
* Working directory: '/var/tmp/portage/sys-apps/lix-2.91.1/work/lix-2.91.1-build'
* S: '/var/tmp/portage/sys-apps/lix-2.91.1/work/lix'
sys-kernel/linux-headers: 6.6-r1::gentoo (virtual/os-headers) ... ../lix/src/libstore/platform/linux.cc:302:23: error: ‘__NR_futex_requeue’ was not declared in this scope
Aha, lix
was probably not tested against older linux-headers. I'll have a look later this evening. You can try fresher sys-kernel/linux-headers
and see if it gets you far enough. sys-kernel/linux-headers
are usually safe to update alone.
Weird, I did a refresh just yesterday of @world
and it didn't pick up any updates. I do run the latest dist-kernel, which is 6.6.58. Maybe that's why it doesn't update further than 6.6.
6.6
is probably latest stable: https://packages.gentoo.org/packages/sys-kernel/linux-headers. Looks like __NR_futex_requeue
was added in 6.7
: https://github.com/torvalds/linux/commit/0f4b5f972216782a4acb1ae00dcb55173847c2ff. Thus you need something newer than 6.6
.
Raised lower bound of linux-headers as: https://github.com/trofi/nix-guix-gentoo/commit/caae5efbe02d77d9878a04405781e46b46d99dc4 . Please give it a try.
Link: https://lix.systems/
Lix is an alternative to the
nix
command and everything around it. It is an independent effort to comply with the nix standard, alongside improving its nix expression resolution speed!