wrap-buddy-clang-tidy
checks.x86_64-linux.clang-tidy
· build #29
· raw
unpackPhase
1unpacking source archive /nix/store/4zznh878gcxdzzfan3cbl03ky2xz5y8a-source2source root is sourceconfigurePhase
3no configure script, doing nothingbuildPhase
4{ jq -n --arg d "/build/source" --arg f src/patcher/main.cc '{directory: $d, file: $f, arguments: $ARGS.positional + [$f]}' --args -- c++ -std=c++23 -Wall -Wextra -O2 -Iinclude -DRELOCATABLE_LOADER_PATH_PLACEHOLDER='"880031aabab70d51f1ff08762ad3c457bdaa2bf2687f4e864a33f63889a5ed1b571bebc01e6d248e9e4ac63c86b696712f07a701983375bd95910df9afa9a636"' -DLIBDIR='"/usr/local/lib/wrap-buddy"' \5 -DHAVE_STUB_32 '-DDEFAULT_INTERP="/nix/store/dummy/ld.so"' \6 '-DDEFAULT_LIBC_LIB="/nix/store/dummy/lib"' -Isrc/patcher; \7 jq -n --arg d "/build/source" --arg f src/loader/loader.c '{directory: $d, file: $f, arguments: $ARGS.positional + [$f]}' --args -- clang -Wall -nostdlib -nostdinc -fPIC -fno-stack-protector -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -fno-builtin -Oz -Iinclude -Iinclude; \8 jq -n --arg d "/build/source" --arg f src/stub/stub.c '{directory: $d, file: $f, arguments: $ARGS.positional + [$f]}' --args -- clang -Wall -nostdlib -nostdinc -fPIC -fno-stack-protector -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -fno-builtin -Oz -Iinclude \9 '-DLOADER_PATH="/usr/local/lib/wrap-buddy/loader.bin"' -Iinclude; \10} | jq -s . > compile_commands.json11clang -DRELOCATABLE_MODE=0 -Wall -nostdlib -nostdinc -fPIC -fno-stack-protector -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -fno-builtin -Oz -Iinclude -Wl,-T,src/preamble.ld -Wl,-e,_start -Wl,-Ttext=0 -Iinclude -DLOADER_PATH='"/usr/local/lib/wrap-buddy/loader.bin"' -o stub.elf src/stub/stub.c12clang: warning: argument unused during compilation: '-nostdlibinc' [-Wunused-command-line-argument]13/nix/store/5pa1282x1sasbwhmnah6bny1g9pc2lj1-binutils-2.46/bin/ld.bfd: warning: stub.elf has a LOAD segment with RWX permissions14objcopy -O binary --only-section=.all stub.elf stub.bin15xxd -i stub.bin > src/patcher/stub_64.h16clang -DRELOCATABLE_MODE=0 -Wall -nostdlib -nostdinc -fPIC -fno-stack-protector -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -fno-builtin -Oz -Iinclude -m32 -Wl,-T,src/preamble.ld -Wl,-e,_start -Wl,-Ttext=0 -DLOADER_PATH='"/usr/local/lib/wrap-buddy/loader32.bin"' -o stub32.elf src/stub/stub.c17clang: warning: argument unused during compilation: '-nostdlibinc' [-Wunused-command-line-argument]18/nix/store/5pa1282x1sasbwhmnah6bny1g9pc2lj1-binutils-2.46/bin/ld.bfd: warning: stub32.elf has a LOAD segment with RWX permissions19objcopy -O binary --only-section=.all stub32.elf stub32.bin20xxd -i stub32.bin > src/patcher/stub_32.h21clang -DRELOCATABLE_MODE=1 -Wall -nostdlib -nostdinc -fPIC -fno-stack-protector -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -fno-builtin -Oz -Iinclude -Wl,-T,src/preamble.ld -Wl,-e,_start -Wl,-Ttext=0 -Iinclude -DLOADER_PATH='"880031aabab70d51f1ff08762ad3c457bdaa2bf2687f4e864a33f63889a5ed1b571bebc01e6d248e9e4ac63c86b696712f07a701983375bd95910df9afa9a636"' -o stub_reloc.elf src/stub/stub.c22clang: warning: argument unused during compilation: '-nostdlibinc' [-Wunused-command-line-argument]23/nix/store/5pa1282x1sasbwhmnah6bny1g9pc2lj1-binutils-2.46/bin/ld.bfd: warning: stub_reloc.elf has a LOAD segment with RWX permissions24objcopy -O binary --only-section=.all stub_reloc.elf stub_reloc.bin25xxd -i stub_reloc.bin > src/patcher/stub_64_reloc.h26clang -DRELOCATABLE_MODE=1 -Wall -nostdlib -nostdinc -fPIC -fno-stack-protector -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -fno-builtin -Oz -Iinclude -m32 -Wl,-T,src/preamble.ld -Wl,-e,_start -Wl,-Ttext=0 -DLOADER_PATH='"880031aabab70d51f1ff08762ad3c457bdaa2bf2687f4e864a33f63889a5ed1b571bebc01e6d248e9e4ac63c86b696712f07a701983375bd95910df9afa9a636"' -o stub32_reloc.elf src/stub/stub.c27clang: warning: argument unused during compilation: '-nostdlibinc' [-Wunused-command-line-argument]28/nix/store/5pa1282x1sasbwhmnah6bny1g9pc2lj1-binutils-2.46/bin/ld.bfd: warning: stub32_reloc.elf has a LOAD segment with RWX permissions29objcopy -O binary --only-section=.all stub32_reloc.elf stub32_reloc.bin30xxd -i stub32_reloc.bin > src/patcher/stub_32_reloc.h31clang-tidy -p . src/loader/loader.c src/stub/stub.c src/patcher/main.cc32[1/3] Processing file /build/source/src/loader/loader.c.33136 warnings generated.34[2/3] Processing file /build/source/src/stub/stub.c.35172 warnings generated.36[3/3] Processing file /build/source/src/patcher/main.cc.37180190 warnings generated.38Suppressed 180218 warnings (180190 in non-user code, 28 NOLINT).39Use -header-filter=.* to display errors from all non-system headers. Use -system-headers to display errors from system headers as well.40buildPhase completed in 34 secondsfixupPhase
41shrinking RPATHs of ELF executables and libraries in /nix/store/dai5dc30g4swiwp6bibnkwz42g8jz8pc-wrap-buddy-clang-tidy42checking for references to /build/ in /nix/store/dai5dc30g4swiwp6bibnkwz42g8jz8pc-wrap-buddy-clang-tidy...43patching script interpreter paths in /nix/store/dai5dc30g4swiwp6bibnkwz42g8jz8pc-wrap-buddy-clang-tidy