nixbot

builds
1this derivation will be built:2 /nix/store/81wkz1k0mhlb9sdjndlfinm0f657vy9b-nix-grpc-store-clang-tidy-0.1.0-beta.1.drv3error: Cannot build '/nix/store/81wkz1k0mhlb9sdjndlfinm0f657vy9b-nix-grpc-store-clang-tidy-0.1.0-beta.1.drv'.4 Reason: builder failed with exit code 1.5 Output paths:6 /nix/store/m5g1qc4aqq6gsans1lpvlgn09q4w271z-nix-grpc-store-clang-tidy-0.1.0-beta.17 Last 25 log lines:8 > ../src/http.hh:129:10: error: method 'perform' can be made static [readability-convert-member-functions-to-static,-warnings-as-errors]9 > 129 | auto perform() -> long10 > | ^11 > | static12 > ../src/http.hh:145:24: error: method 'retryAfter' can be made static [readability-convert-member-functions-to-static,-warnings-as-errors]13 > 145 | [[nodiscard]] auto retryAfter() const -> std::chrono::seconds14 > | ^ ~~~~~15 > | static16 > ../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]17 > 23 | inline auto logfmtValue(std::string_view value) -> std::string18 > | ^19 > ../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]20 > 52 | enum class LogLevel : std::uint8_t { info, debug };21 > | ^22 > ../src/nix-compat.hh:293:3: error: variable 'dynamic' of type 'bool' can be declared 'const' [misc-const-correctness,-warnings-as-errors]23 > 293 | bool dynamic = false;24 > | ^25 > | const26 > ../src/nix-compat.hh:296:23: error: variable 'srcs' is not initialized [cppcoreguidelines-init-variables,-warnings-as-errors]27 > 296 | nix::StorePathSet srcs;28 > | ^29 > | = 030 > FAILED: [code=1] meson-internal__clang-tidy31 > /nix/store/jaa89dphx07w3r26y7gh79a7b1mld5p4-meson-1.10.2/bin/meson --internal clangtidy /build/source /build/source/build --color always32 > ninja: build stopped: subcommand failed.33 For full logs, run:34 nix log /nix/store/81wkz1k0mhlb9sdjndlfinm0f657vy9b-nix-grpc-store-clang-tidy-0.1.0-beta.1.drv