this derivation will be built: /nix/store/drz0vpcn435jb08izlbvnnz7z6fr1a2g-nix-grpc-store-clang-tidy-0.1.0-beta.3.drv error: Cannot build '/nix/store/drz0vpcn435jb08izlbvnnz7z6fr1a2g-nix-grpc-store-clang-tidy-0.1.0-beta.3.drv'. Reason: builder failed with exit code 1. Output paths: /nix/store/mxagrc2gsy6bvclacbj7bcfgnxfb5ynq-nix-grpc-store-clang-tidy-0.1.0-beta.3 Last 25 log lines: > | const > ../src/pump.hh:65:27: error: 2 adjacent parameters of 'readCoalesced' of similar type ('int') are easily swapped by mistake [bugprone-easily-swappable-parameters,-warnings-as-errors] > 65 | inline auto readCoalesced(int sourceFd, std::span buf) -> ssize_t > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > ../src/pump.hh:65:31: note: the first parameter in the range is 'sourceFd' > 65 | inline auto readCoalesced(int sourceFd, std::span buf) -> ssize_t > | ^~~~~~~~ > ../src/pump.hh:65:57: note: the last parameter in the range is 'buf' > 65 | inline auto readCoalesced(int sourceFd, std::span buf) -> ssize_t > | ^~~ > ../src/pump.hh:159:23: error: variable 'count' is not initialized [cppcoreguidelines-init-variables,-warnings-as-errors] > 159 | ssize_t const count = readCoalesced(sourceFd, input); > | ^ > | = 0 > ../src/pump.hh:276:44: error: the parameter 'initial' of type 'std::string' (aka 'basic_string') is copied for each invocation but only used as a const reference; consider making it a const reference [performance-unnecessary-value-param,-warnings-as-errors] > 276 | static auto makeInitialMsg(std::string initial) -> Msg > | ^ > | const & > >>> /nix/store/xvjhx2zrkdnccqgf9wbmzlbqqjnbjqdk-clang-tools-22.1.8/bin/clang-tidy --use-color -quiet -p /build/source/build /build/source/src/client/channel.cc > Errors encountered while running clang-tidy > [1/1] (1/2) Processing file /build/source/src/client/channel.cc. > [1/1] (2/2) Processing file /build/source/src/client/channel.cc. > FAILED: [code=1] meson-internal__clang-tidy > /nix/store/jaa89dphx07w3r26y7gh79a7b1mld5p4-meson-1.10.2/bin/meson --internal clangtidy /build/source /build/source/build --color always > ninja: build stopped: subcommand failed. For full logs, run: nix log /nix/store/drz0vpcn435jb08izlbvnnz7z6fr1a2g-nix-grpc-store-clang-tidy-0.1.0-beta.3.drv