setup
checks.aarch64-linux.clang-tidy
· build #521
· raw
1this derivation will be built:2 /nix/store/hyrj7m8ma7jpgw2gw8ha41ivjqx3dj7c-nix-grpc-store-clang-tidy-0.1.0-beta.3.drv3Failed to find a machine for remote build!4derivation: hyrj7m8ma7jpgw2gw8ha41ivjqx3dj7c-nix-grpc-store-clang-tidy-0.1.0-beta.3.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/hyrj7m8ma7jpgw2gw8ha41ivjqx3dj7c-nix-grpc-store-clang-tidy-0.1.0-beta.3.drv'.10 Reason: builder failed with exit code 1.11 Output paths:12 /nix/store/q5z86fdpx4pcrc56v2fdn3kf48caldbh-nix-grpc-store-clang-tidy-0.1.0-beta.313 Last 25 log lines:14 > 31 | static constexpr size_t limit = 1U << 16U;15 > 32 | // Messages per Write.16 > 33 | static constexpr int maxBatch = 1024;17 > 34 | 18 > 35 | // Leaf lock, may be taken inside Dispatcher::mutex.19 > 36 | absl::Mutex mutex;20 > 37 | std::deque<Msg> queue ABSL_GUARDED_BY(mutex);21 > | {}22 > ../src/daemon/sched-reactor.hh:169:30: error: the parameter 'fin' of type 'grpc::Status' 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]23 > 169 | void finish(grpc::Status fin)24 > | ^25 > | const &26 > ../src/daemon/sched-reactor.hh:226:18: error: member 'disp' of type 'Dispatcher &' is a reference [cppcoreguidelines-avoid-const-or-ref-data-members,-warnings-as-errors]27 > 226 | Dispatcher & disp;28 > | ^29 > ../src/daemon/sched-reactor.hh:255:18: error: member 'disp' of type 'Dispatcher &' is a reference [cppcoreguidelines-avoid-const-or-ref-data-members,-warnings-as-errors]30 > 255 | Dispatcher & disp;31 > | ^32 > >>> /nix/store/7wgbxsfygsdmgsai483p205pkcpy6ls8-clang-tools-22.1.8/bin/clang-tidy --use-color -quiet -p /build/source/build /build/source/src/client/channel.cc33 > Errors encountered while running clang-tidy34 > [1/1] (1/2) Processing file /build/source/src/client/channel.cc.35 > [1/1] (2/2) Processing file /build/source/src/client/channel.cc.36 > 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/hyrj7m8ma7jpgw2gw8ha41ivjqx3dj7c-nix-grpc-store-clang-tidy-0.1.0-beta.3.drv