this derivation will be built: /nix/store/81wkz1k0mhlb9sdjndlfinm0f657vy9b-nix-grpc-store-clang-tidy-0.1.0-beta.1.drv error: Cannot build '/nix/store/81wkz1k0mhlb9sdjndlfinm0f657vy9b-nix-grpc-store-clang-tidy-0.1.0-beta.1.drv'. Reason: builder failed with exit code 1. Output paths: /nix/store/m5g1qc4aqq6gsans1lpvlgn09q4w271z-nix-grpc-store-clang-tidy-0.1.0-beta.1 Last 25 log lines: > ../src/http.hh:129:10: error: method 'perform' can be made static [readability-convert-member-functions-to-static,-warnings-as-errors] > 129 | auto perform() -> long > | ^ > | static > ../src/http.hh:145:24: error: method 'retryAfter' can be made static [readability-convert-member-functions-to-static,-warnings-as-errors] > 145 | [[nodiscard]] auto retryAfter() const -> std::chrono::seconds > | ^ ~~~~~ > | static > ../src/logfmt.hh:23:13: error: variable 'logfmtValue' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables,-warnings-as-errors] > 23 | inline auto logfmtValue(std::string_view value) -> std::string > | ^ > ../src/logfmt.hh:52:12: error: enum 'LogLevel' uses a larger base type ('int', size: 4 bytes) than necessary for its value set, consider using 'std::uint8_t' (1 byte) as the base type to reduce its size [performance-enum-size,-warnings-as-errors] > 52 | enum class LogLevel : std::uint8_t { info, debug }; > | ^ > ../src/nix-compat.hh:293:3: error: variable 'dynamic' of type 'bool' can be declared 'const' [misc-const-correctness,-warnings-as-errors] > 293 | bool dynamic = false; > | ^ > | const > ../src/nix-compat.hh:296:23: error: variable 'srcs' is not initialized [cppcoreguidelines-init-variables,-warnings-as-errors] > 296 | nix::StorePathSet srcs; > | ^ > | = 0 > 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/81wkz1k0mhlb9sdjndlfinm0f657vy9b-nix-grpc-store-clang-tidy-0.1.0-beta.1.drv