nixbot

builds
1this derivation will be built:2 /nix/store/cw7jhx1cr365wchd68jb9hzh41yv8n4r-wrap-buddy-clang-tidy.drv3these 2 paths will be fetched (32.0 KiB download, 133.3 KiB unpacked):4 /nix/store/hwp8aw86bq6l53yx4qpp8f0z08dws9m8-clang-wrapper-21.1.85 /nix/store/90c8p331x3nf76sxrd7aacdinywjjqn4-stdenv-linux6error: Cannot build '/nix/store/cw7jhx1cr365wchd68jb9hzh41yv8n4r-wrap-buddy-clang-tidy.drv'.7 Reason: builder failed with exit code 2.8 Output paths:9 /nix/store/3p401amb2a1zkbczshcf64bqdgijrxy8-wrap-buddy-clang-tidy10 Last 25 log lines:11 > [3/3] Processing file /build/source/src/patcher/main.cc.12 > 6532 warnings and 1 error generated.13 > Error while processing /build/source/src/patcher/main.cc.14 > src/patcher/args.h:7:10: error: 'expected' file not found [clang-diagnostic-error]15 > 7 | #include <expected>16 > | ^~~~~~~~~~17 > src/patcher/main.cc:58:36: error: forwarding reference parameter 'callback' is never forwarded inside the function body [cppcoreguidelines-missing-std-forward,-warnings-as-errors]18 > 58 | Callback &&callback) -> void {19 > | ^20 > src/patcher/main.cc:228:5: error: if with identical then and else branches [bugprone-branch-clone,-warnings-as-errors]21 > 228 | if (!stub_64.empty()) {22 > | ^23 > src/patcher/main.cc:230:7: note: else branch starts here24 > 230 | } else {25 > | ^26 > src/patcher/main.cc:235:5: error: if with identical then and else branches [bugprone-branch-clone,-warnings-as-errors]27 > 235 | if (!stub_32.empty()) {28 > | ^29 > src/patcher/main.cc:237:7: note: else branch starts here30 > 237 | } else {31 > | ^32 > Suppressed 6534 warnings (6529 in non-user code, 5 NOLINT).33 > Use -header-filter=.* to display errors from all non-system headers. Use -system-headers to display errors from system headers as well.34 > 3 warnings treated as errors35 > make: *** [Makefile:164: clang-tidy] Error 136 For full logs, run:37 nix log /nix/store/cw7jhx1cr365wchd68jb9hzh41yv8n4r-wrap-buddy-clang-tidy.drv