setup
checks.aarch64-linux.clang-tidy
· build #496
· raw
1this derivation will be built:2 /nix/store/sckgnm2h1kcxlmgh8dkkfch5q80yvvds-nix-grpc-store-clang-tidy-0.1.0-beta.1.drv3Failed to find a machine for remote build!4derivation: sckgnm2h1kcxlmgh8dkkfch5q80yvvds-nix-grpc-store-clang-tidy-0.1.0-beta.1.drv5required (system, features): (aarch64-linux, [])61 available machines:7(systems, maxjobs, supportedFeatures, mandatoryFeatures)8([aarch64-darwin, x86_64-darwin], 8, [big-parallel, recursive-nix], [])9error: Cannot build '/nix/store/sckgnm2h1kcxlmgh8dkkfch5q80yvvds-nix-grpc-store-clang-tidy-0.1.0-beta.1.drv'.10 Reason: builder failed with exit code 1.11 Output paths:12 /nix/store/x30v5rz6mln3rkqifswxbcdv7wwqdaj5-nix-grpc-store-clang-tidy-0.1.0-beta.113 Last 25 log lines:14 > ../src/http.hh:129:10: error: method 'perform' can be made static [readability-convert-member-functions-to-static,-warnings-as-errors]15 > 129 | auto perform() -> long16 > | ^17 > | static18 > ../src/http.hh:145:24: error: method 'retryAfter' can be made static [readability-convert-member-functions-to-static,-warnings-as-errors]19 > 145 | [[nodiscard]] auto retryAfter() const -> std::chrono::seconds20 > | ^ ~~~~~21 > | static22 > ../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 > 23 | inline auto logfmtValue(std::string_view value) -> std::string24 > | ^25 > ../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]26 > 52 | enum class LogLevel : std::uint8_t { info, debug };27 > | ^28 > ../src/nix-compat.hh:293:3: error: variable 'dynamic' of type 'bool' can be declared 'const' [misc-const-correctness,-warnings-as-errors]29 > 293 | bool dynamic = false;30 > | ^31 > | const32 > ../src/nix-compat.hh:296:23: error: variable 'srcs' is not initialized [cppcoreguidelines-init-variables,-warnings-as-errors]33 > 296 | nix::StorePathSet srcs;34 > | ^35 > | = 036 > FAILED: [code=1] meson-internal__clang-tidy37 > /nix/store/sc7hggvmvma7m8bbgmp8gsa1q1x37aq8-meson-1.10.2/bin/meson --internal clangtidy /build/source /build/source/build --color always38 > ninja: build stopped: subcommand failed.39 For full logs, run:40 nix log /nix/store/sckgnm2h1kcxlmgh8dkkfch5q80yvvds-nix-grpc-store-clang-tidy-0.1.0-beta.1.drv