nixbot

builds

failed aarch64-linux.package-wrapBuddy build #4 · raw · ·

1these 2 derivations will be built:2  /nix/store/181qgdp7pgr7wh0pz9hr1bw3vp021msq-wrap-buddy-1.0.1.drv3  /nix/store/mxkld6mm0qln2dpyh14vijlbv4449a0v-wrap-buddy-hook.drv4building '/nix/store/181qgdp7pgr7wh0pz9hr1bw3vp021msq-wrap-buddy-1.0.1.drv' on 'ssh-ng://nix@eliza'5building '/nix/store/181qgdp7pgr7wh0pz9hr1bw3vp021msq-wrap-buddy-1.0.1.drv'6wrap-buddy-1.0.1> Running phase: unpackPhase7wrap-buddy-1.0.1> unpacking source archive /nix/store/s18x2kl9v46z8d0l48z95hz8j4c61rfj-source8wrap-buddy-1.0.1> source root is source9wrap-buddy-1.0.1> Running phase: patchPhase10wrap-buddy-1.0.1> Running phase: updateAutotoolsGnuConfigScriptsPhase11wrap-buddy-1.0.1> Running phase: configurePhase12wrap-buddy-1.0.1> no configure script, doing nothing13wrap-buddy-1.0.1> Running phase: buildPhase14wrap-buddy-1.0.1> build flags: -j192 SHELL=/nix/store/zm75q602pac1pp3yv2za4zf9wj36dd76-bash-5.3p9/bin/bash CXX_FOR_BUILD=/nix/store/vsj0kl98ggilv1nq2gvxwrk12w2lgvjy-gcc-wrapper-15.2.0/bin/c++ BINDIR=\$\(out\)/bin LIBDIR=\$\(out\)/lib/wrap-buddy INTERP=/nix/store/1bdzriipn18184zpwh2lfdabk2gqcgxn-glibc-2.42-61/lib/ld-linux-aarch64.so.1 LIBC_LIB=/nix/store/1bdzriipn18184zpwh2lfdabk2gqcgxn-glibc-2.42-61/lib15wrap-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 -mcmodel=tiny -Wl,-T,src/preamble.ld -Wl,-e,_start -Wl,-Ttext=0 -o loader.elf src/loader/loader.c16wrap-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 -mcmodel=tiny -Wl,-T,src/preamble.ld -Wl,-e,_start -Wl,-Ttext=0 -Iinclude -DLOADER_PATH='"/nix/store/ncl73rxszvkmb1f42fmvvr0n78fm5yqc-wrap-buddy-1.0.1/lib/wrap-buddy/loader.bin"' -o stub.elf src/stub/stub.c17wrap-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 -mcmodel=tiny -Wl,-T,src/preamble.ld -Wl,-e,_start -Wl,-Ttext=0 -Iinclude -DLOADER_PATH='"880031aabab70d51f1ff08762ad3c457bdaa2bf2687f4e864a33f63889a5ed1b571bebc01e6d248e9e4ac63c86b696712f07a701983375bd95910df9afa9a636"' -o stub_reloc.elf src/stub/stub.c18wrap-buddy-1.0.1> /nix/store/dj8h6m1k6mmd0ysnk874qzi17g9y8pcd-binutils-2.46/bin/ld.bfd: /nix/store/dj8h6m1k6mmd0ysnk874qzi17g9y8pcd-binutils-2.46/bin/ld.bfd: warning: stub.elf has a LOAD segment with RWX permissions19wrap-buddy-1.0.1> warning: stub_reloc.elf has a LOAD segment with RWX permissions20wrap-buddy-1.0.1> objcopy -O binary --only-section=.all stub_reloc.elf stub_reloc.bin21wrap-buddy-1.0.1> objcopy -O binary --only-section=.all stub.elf stub.bin22wrap-buddy-1.0.1> xxd -i stub_reloc.bin > src/patcher/stub_64_reloc.h23wrap-buddy-1.0.1> xxd -i stub.bin > src/patcher/stub_64.h24wrap-buddy-1.0.1> /nix/store/vsj0kl98ggilv1nq2gvxwrk12w2lgvjy-gcc-wrapper-15.2.0/bin/c++ -std=c++23 -Wall -Wextra -O2 -Iinclude -DRELOCATABLE_LOADER_PATH_PLACEHOLDER='"880031aabab70d51f1ff08762ad3c457bdaa2bf2687f4e864a33f63889a5ed1b571bebc01e6d248e9e4ac63c86b696712f07a701983375bd95910df9afa9a636"' -DLIBDIR='"/nix/store/ncl73rxszvkmb1f42fmvvr0n78fm5yqc-wrap-buddy-1.0.1/lib/wrap-buddy"'   -DDEFAULT_INTERP='"/nix/store/1bdzriipn18184zpwh2lfdabk2gqcgxn-glibc-2.42-61/lib/ld-linux-aarch64.so.1"' -DDEFAULT_LIBC_LIB='"/nix/store/1bdzriipn18184zpwh2lfdabk2gqcgxn-glibc-2.42-61/lib"' -Isrc/patcher -o wrap-buddy src/patcher/main.cc25wrap-buddy-1.0.1> /nix/store/dj8h6m1k6mmd0ysnk874qzi17g9y8pcd-binutils-2.46/bin/ld.bfd: warning: loader.elf has a LOAD segment with RWX permissions26wrap-buddy-1.0.1> objcopy -O binary --only-section=.all loader.elf loader.bin27error: interrupted by the user