1this derivation will be built:2 /nix/store/am0a4ryf899m89jjalj53ijd0kdj22d5-wrap-buddy-1.0.1.drv3these 2 paths will be fetched (18.9 KiB download, 47.1 KiB unpacked):4 /nix/store/a967lhdvmrhwhvwdqqr6dslgyvpa4hz6-tinyxxd-1.3.155 /nix/store/r9i3w4dxggsxb1fmib89xakrp0gx14zv-xxd-tinyxxd-1.3.156building '/nix/store/am0a4ryf899m89jjalj53ijd0kdj22d5-wrap-buddy-1.0.1.drv' on 'ssh-ng://nix@jamie'7building '/nix/store/am0a4ryf899m89jjalj53ijd0kdj22d5-wrap-buddy-1.0.1.drv'8wrap-buddy-1.0.1> Running phase: unpackPhase9wrap-buddy-1.0.1> unpacking source archive /nix/store/jsx71pwk7vjpmbjhwmvwdc3qlqw1053p-source10wrap-buddy-1.0.1> source root is source11wrap-buddy-1.0.1> Running phase: patchPhase12wrap-buddy-1.0.1> Running phase: updateAutotoolsGnuConfigScriptsPhase13wrap-buddy-1.0.1> Running phase: configurePhase14wrap-buddy-1.0.1> no configure script, doing nothing15wrap-buddy-1.0.1> Running phase: buildPhase16wrap-buddy-1.0.1> build flags: -j384 SHELL=/nix/store/zh1ijdhb6gng1509b1zrilb6xlzx60j6-bash-5.3p9/bin/bash CXX_FOR_BUILD=/nix/store/xcnqqnhw9hb4j5rjgds2yjryi8qki5f3-gcc-wrapper-15.2.0/bin/c++ BINDIR=\$\(out\)/bin LIBDIR=\$\(out\)/lib/wrap-buddy INTERP=/nix/store/8kvxvr3pmsypxiypq4g8zy13glnfr7nx-glibc-2.42-67/lib/ld-linux-x86-64.so.2 LIBC_LIB=/nix/store/8kvxvr3pmsypxiypq4g8zy13glnfr7nx-glibc-2.42-67/lib BUILD_32BIT=117wrap-buddy-1.0.1> gcc -Wall -nostdlib -nostdinc -fPIC -fno-stack-protector -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -fno-builtin -Os -Iinclude -Wl,-T,src/preamble.ld -Wl,-e,_start -Wl,-Ttext=0 -o loader.elf src/loader/loader.c18wrap-buddy-1.0.1> gcc -DRELOCATABLE_MODE=0 -Wall -nostdlib -nostdinc -fPIC -fno-stack-protector -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -fno-builtin -Os -Iinclude -Wl,-T,src/preamble.ld -Wl,-e,_start -Wl,-Ttext=0 -Iinclude -DLOADER_PATH='"/nix/store/ra4fc38gq7x67qckqh5vh4h1n0rz6kj8-wrap-buddy-1.0.1/lib/wrap-buddy/loader.bin"' -o stub.elf src/stub/stub.c19wrap-buddy-1.0.1> gcc -DRELOCATABLE_MODE=1 -Wall -nostdlib -nostdinc -fPIC -fno-stack-protector -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -fno-builtin -Os -Iinclude -Wl,-T,src/preamble.ld -Wl,-e,_start -Wl,-Ttext=0 -Iinclude -DLOADER_PATH='"880031aabab70d51f1ff08762ad3c457bdaa2bf2687f4e864a33f63889a5ed1b571bebc01e6d248e9e4ac63c86b696712f07a701983375bd95910df9afa9a636"' -o stub_reloc.elf src/stub/stub.c20wrap-buddy-1.0.1> gcc -Wall -nostdlib -nostdinc -fPIC -fno-stack-protector -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -fno-builtin -Os -Iinclude -m32 -Wl,-T,src/preamble.ld -Wl,-e,_start -Wl,-Ttext=0 -o loader32.elf src/loader/loader.c21wrap-buddy-1.0.1> gcc -DRELOCATABLE_MODE=0 -Wall -nostdlib -nostdinc -fPIC -fno-stack-protector -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -fno-builtin -Os -Iinclude -m32 -Wl,-T,src/preamble.ld -Wl,-e,_start -Wl,-Ttext=0 -DLOADER_PATH='"/nix/store/ra4fc38gq7x67qckqh5vh4h1n0rz6kj8-wrap-buddy-1.0.1/lib/wrap-buddy/loader32.bin"' -o stub32.elf src/stub/stub.c22wrap-buddy-1.0.1> gcc -DRELOCATABLE_MODE=1 -Wall -nostdlib -nostdinc -fPIC -fno-stack-protector -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -fno-builtin -Os -Iinclude -m32 -Wl,-T,src/preamble.ld -Wl,-e,_start -Wl,-Ttext=0 -DLOADER_PATH='"880031aabab70d51f1ff08762ad3c457bdaa2bf2687f4e864a33f63889a5ed1b571bebc01e6d248e9e4ac63c86b696712f07a701983375bd95910df9afa9a636"' -o stub32_reloc.elf src/stub/stub.c23wrap-buddy-1.0.1> /nix/store/39lyf5g2iz4jd2r6q4g5whk9vw09zglj-binutils-2.46/bin/ld.bfd: warning: stub.elf has a LOAD segment with RWX permissions24wrap-buddy-1.0.1> objcopy -O binary --only-section=.all stub.elf stub.bin25wrap-buddy-1.0.1> /nix/store/39lyf5g2iz4jd2r6q4g5whk9vw09zglj-binutils-2.46/bin/ld.bfd: warning: stub32.elf has a LOAD segment with RWX permissions26wrap-buddy-1.0.1> objcopy -O binary --only-section=.all stub32.elf stub32.bin27wrap-buddy-1.0.1> xxd -i stub.bin > src/patcher/stub_64.h28wrap-buddy-1.0.1> /nix/store/39lyf5g2iz4jd2r6q4g5whk9vw09zglj-binutils-2.46/bin/ld.bfd: warning: stub_reloc.elf has a LOAD segment with RWX permissions29wrap-buddy-1.0.1> objcopy -O binary --only-section=.all stub_reloc.elf stub_reloc.bin30wrap-buddy-1.0.1> xxd -i stub32.bin > src/patcher/stub_32.h31wrap-buddy-1.0.1> xxd -i stub_reloc.bin > src/patcher/stub_64_reloc.h32wrap-buddy-1.0.1> /nix/store/39lyf5g2iz4jd2r6q4g5whk9vw09zglj-binutils-2.46/bin/ld.bfd: warning: stub32_reloc.elf has a LOAD segment with RWX permissions33wrap-buddy-1.0.1> objcopy -O binary --only-section=.all stub32_reloc.elf stub32_reloc.bin34wrap-buddy-1.0.1> xxd -i stub32_reloc.bin > src/patcher/stub_32_reloc.h35wrap-buddy-1.0.1> /nix/store/xcnqqnhw9hb4j5rjgds2yjryi8qki5f3-gcc-wrapper-15.2.0/bin/c++ -std=c++23 -Wall -Wextra -O2 -Iinclude -DRELOCATABLE_LOADER_PATH_PLACEHOLDER='"880031aabab70d51f1ff08762ad3c457bdaa2bf2687f4e864a33f63889a5ed1b571bebc01e6d248e9e4ac63c86b696712f07a701983375bd95910df9afa9a636"' -DLIBDIR='"/nix/store/ra4fc38gq7x67qckqh5vh4h1n0rz6kj8-wrap-buddy-1.0.1/lib/wrap-buddy"' -fsanitize=address,undefined -fno-omit-frame-pointer -fno-sanitize-recover=all -DHAVE_STUB_32 -DDEFAULT_INTERP='"/nix/store/8kvxvr3pmsypxiypq4g8zy13glnfr7nx-glibc-2.42-67/lib/ld-linux-x86-64.so.2"' -DDEFAULT_LIBC_LIB='"/nix/store/8kvxvr3pmsypxiypq4g8zy13glnfr7nx-glibc-2.42-67/lib"' -Isrc/patcher -o wrap-buddy src/patcher/main.cc36wrap-buddy-1.0.1> /nix/store/39lyf5g2iz4jd2r6q4g5whk9vw09zglj-binutils-2.46/bin/ld.bfd: warning: loader.elf has a LOAD segment with RWX permissions37wrap-buddy-1.0.1> objcopy -O binary --only-section=.all loader.elf loader.bin38wrap-buddy-1.0.1> /nix/store/39lyf5g2iz4jd2r6q4g5whk9vw09zglj-binutils-2.46/bin/ld.bfd: warning: loader32.elf has a LOAD segment with RWX permissions39wrap-buddy-1.0.1> objcopy -O binary --only-section=.all loader32.elf loader32.bin40wrap-buddy-1.0.1> Running phase: installPhase41wrap-buddy-1.0.1> install flags: -j384 SHELL=/nix/store/zh1ijdhb6gng1509b1zrilb6xlzx60j6-bash-5.3p9/bin/bash CXX_FOR_BUILD=/nix/store/xcnqqnhw9hb4j5rjgds2yjryi8qki5f3-gcc-wrapper-15.2.0/bin/c++ BINDIR=\$\(out\)/bin LIBDIR=\$\(out\)/lib/wrap-buddy INTERP=/nix/store/8kvxvr3pmsypxiypq4g8zy13glnfr7nx-glibc-2.42-67/lib/ld-linux-x86-64.so.2 LIBC_LIB=/nix/store/8kvxvr3pmsypxiypq4g8zy13glnfr7nx-glibc-2.42-67/lib BUILD_32BIT=1 install42wrap-buddy-1.0.1> install -d /nix/store/ra4fc38gq7x67qckqh5vh4h1n0rz6kj8-wrap-buddy-1.0.1/bin43wrap-buddy-1.0.1> install -m 755 wrap-buddy /nix/store/ra4fc38gq7x67qckqh5vh4h1n0rz6kj8-wrap-buddy-1.0.1/bin/44wrap-buddy-1.0.1> install -d /nix/store/ra4fc38gq7x67qckqh5vh4h1n0rz6kj8-wrap-buddy-1.0.1/lib/wrap-buddy45wrap-buddy-1.0.1> install -m 644 loader.bin stub.bin stub_reloc.bin loader32.bin stub32.bin /nix/store/ra4fc38gq7x67qckqh5vh4h1n0rz6kj8-wrap-buddy-1.0.1/lib/wrap-buddy/46wrap-buddy-1.0.1> Running phase: fixupPhase47wrap-buddy-1.0.1> shrinking RPATHs of ELF executables and libraries in /nix/store/ra4fc38gq7x67qckqh5vh4h1n0rz6kj8-wrap-buddy-1.0.148wrap-buddy-1.0.1> shrinking /nix/store/ra4fc38gq7x67qckqh5vh4h1n0rz6kj8-wrap-buddy-1.0.1/bin/wrap-buddy49wrap-buddy-1.0.1> checking for references to /build/ in /nix/store/ra4fc38gq7x67qckqh5vh4h1n0rz6kj8-wrap-buddy-1.0.1...50wrap-buddy-1.0.1> patching script interpreter paths in /nix/store/ra4fc38gq7x67qckqh5vh4h1n0rz6kj8-wrap-buddy-1.0.151wrap-buddy-1.0.1> stripping (with command strip and flags -S -p) in /nix/store/ra4fc38gq7x67qckqh5vh4h1n0rz6kj8-wrap-buddy-1.0.1/lib /nix/store/ra4fc38gq7x67qckqh5vh4h1n0rz6kj8-wrap-buddy-1.0.1/bin52wrap-buddy-1.0.1> Running phase: installCheckPhase53wrap-buddy-1.0.1> installcheck flags: -j384 SHELL=/nix/store/zh1ijdhb6gng1509b1zrilb6xlzx60j6-bash-5.3p9/bin/bash CXX_FOR_BUILD=/nix/store/xcnqqnhw9hb4j5rjgds2yjryi8qki5f3-gcc-wrapper-15.2.0/bin/c++ BINDIR=\$\(out\)/bin LIBDIR=\$\(out\)/lib/wrap-buddy INTERP=/nix/store/8kvxvr3pmsypxiypq4g8zy13glnfr7nx-glibc-2.42-67/lib/ld-linux-x86-64.so.2 LIBC_LIB=/nix/store/8kvxvr3pmsypxiypq4g8zy13glnfr7nx-glibc-2.42-67/lib BUILD_32BIT=1 INTERP=/nix/store/8kvxvr3pmsypxiypq4g8zy13glnfr7nx-glibc-2.42-67/lib/ld-linux-x86-64.so.2 LIBC_LIB=/nix/store/8kvxvr3pmsypxiypq4g8zy13glnfr7nx-glibc-2.42-67/lib check54wrap-buddy-1.0.1> bash tests/test.sh --interp /nix/store/8kvxvr3pmsypxiypq4g8zy13glnfr7nx-glibc-2.42-67/lib/ld-linux-x86-64.so.2 --libs /nix/store/8kvxvr3pmsypxiypq4g8zy13glnfr7nx-glibc-2.42-67/lib55wrap-buddy-1.0.1> === Test: basic patching ===56wrap-buddy-1.0.1> Using interpreter: /nix/store/8kvxvr3pmsypxiypq4g8zy13glnfr7nx-glibc-2.42-67/lib/ld-linux-x86-64.so.257wrap-buddy-1.0.1> 64-bit stub: 407 bytes58wrap-buddy-1.0.1> 32-bit stub: 441 bytes59wrap-buddy-1.0.1> Patching: /build/tmp.pEeV8DdhWI/basic60wrap-buddy-1.0.1> ELF class: 64-bit61wrap-buddy-1.0.1> Original entry: 0x1150 (file offset: 0x1150)62wrap-buddy-1.0.1> Available space at entry: 4345 bytes63wrap-buddy-1.0.1> Stub size: 407 bytes (padded to 416)64wrap-buddy-1.0.1> Wrote config to /build/tmp.pEeV8DdhWI/.basic.wrapbuddy65wrap-buddy-1.0.1> Overwrote 416 bytes at entry point66wrap-buddy-1.0.1> Converted PT_INTERP to PT_NULL67wrap-buddy-1.0.1> Patched: /build/tmp.pEeV8DdhWI/basic68wrap-buddy-1.0.1> PASS: basic patching69wrap-buddy-1.0.1> === Test: --needed injection ===70wrap-buddy-1.0.1> Using interpreter: /nix/store/8kvxvr3pmsypxiypq4g8zy13glnfr7nx-glibc-2.42-67/lib/ld-linux-x86-64.so.271wrap-buddy-1.0.1> 64-bit stub: 407 bytes72wrap-buddy-1.0.1> 32-bit stub: 441 bytes73wrap-buddy-1.0.1> Patching: /build/tmp.pEeV8DdhWI/check74wrap-buddy-1.0.1> ELF class: 64-bit75wrap-buddy-1.0.1> Original entry: 0x10f0 (file offset: 0x10f0)76wrap-buddy-1.0.1> Available space at entry: 4345 bytes77wrap-buddy-1.0.1> Stub size: 407 bytes (padded to 416)78wrap-buddy-1.0.1> Wrote config to /build/tmp.pEeV8DdhWI/.check.wrapbuddy79wrap-buddy-1.0.1> Overwrote 416 bytes at entry point80wrap-buddy-1.0.1> Converted PT_INTERP to PT_NULL81wrap-buddy-1.0.1> Patched: /build/tmp.pEeV8DdhWI/check82wrap-buddy-1.0.1> PASS: --needed injection83wrap-buddy-1.0.1> === Test: --relocatable ===84wrap-buddy-1.0.1> Using interpreter: /nix/store/8kvxvr3pmsypxiypq4g8zy13glnfr7nx-glibc-2.42-67/lib/ld-linux-x86-64.so.285wrap-buddy-1.0.1> 64-bit stub: 577 bytes86wrap-buddy-1.0.1> 32-bit stub: 641 bytes87wrap-buddy-1.0.1> Patching: /build/tmp.pEeV8DdhWI/relocatable88wrap-buddy-1.0.1> ELF class: 64-bit89wrap-buddy-1.0.1> Original entry: 0x1150 (file offset: 0x1150)90wrap-buddy-1.0.1> Available space at entry: 4345 bytes91wrap-buddy-1.0.1> Stub size: 577 bytes (padded to 592)92wrap-buddy-1.0.1> Wrote config to /build/tmp.pEeV8DdhWI/.relocatable.wrapbuddy93wrap-buddy-1.0.1> Overwrote 592 bytes at entry point94wrap-buddy-1.0.1> Converted PT_INTERP to PT_NULL95wrap-buddy-1.0.1> Patched: /build/tmp.pEeV8DdhWI/relocatable96wrap-buddy-1.0.1> PASS: --relocatable patching97wrap-buddy-1.0.1> === Test: --relocatable binary movement ===98wrap-buddy-1.0.1> Using interpreter: /nix/store/8kvxvr3pmsypxiypq4g8zy13glnfr7nx-glibc-2.42-67/lib/ld-linux-x86-64.so.299wrap-buddy-1.0.1> 64-bit stub: 577 bytes100wrap-buddy-1.0.1> 32-bit stub: 641 bytes101wrap-buddy-1.0.1> Patching: /build/tmp.pEeV8DdhWI/staging/bin/movable102wrap-buddy-1.0.1> ELF class: 64-bit103wrap-buddy-1.0.1> Original entry: 0x1150 (file offset: 0x1150)104wrap-buddy-1.0.1> Available space at entry: 4345 bytes105wrap-buddy-1.0.1> Stub size: 577 bytes (padded to 592)106wrap-buddy-1.0.1> Wrote config to /build/tmp.pEeV8DdhWI/staging/bin/.movable.wrapbuddy107wrap-buddy-1.0.1> Overwrote 592 bytes at entry point108wrap-buddy-1.0.1> Converted PT_INTERP to PT_NULL109wrap-buddy-1.0.1> Patched: /build/tmp.pEeV8DdhWI/staging/bin/movable110wrap-buddy-1.0.1> PASS: --relocatable binary movement111wrap-buddy-1.0.1> === All tests passed ===112113post-build step Upload coverage to codecov: ok114Skipping codecov: project=Mic92/wrap-buddy attr=x86_64-linux.test-sanitizers