setup
checks.x86_64-linux.clang-tidy
· build #516
· raw
1this derivation will be built:2 /nix/store/drz0vpcn435jb08izlbvnnz7z6fr1a2g-nix-grpc-store-clang-tidy-0.1.0-beta.3.drv3error: Cannot build '/nix/store/drz0vpcn435jb08izlbvnnz7z6fr1a2g-nix-grpc-store-clang-tidy-0.1.0-beta.3.drv'.4 Reason: builder failed with exit code 1.5 Output paths:6 /nix/store/mxagrc2gsy6bvclacbj7bcfgnxfb5ynq-nix-grpc-store-clang-tidy-0.1.0-beta.37 Last 25 log lines:8 > 31 | static constexpr size_t limit = 1U << 16U;9 > 32 | // Messages per Write.10 > 33 | static constexpr int maxBatch = 1024;11 > 34 | 12 > 35 | // Leaf lock, may be taken inside Dispatcher::mutex.13 > 36 | absl::Mutex mutex;14 > 37 | std::deque<Msg> queue ABSL_GUARDED_BY(mutex);15 > | {}16 > ../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]17 > 169 | void finish(grpc::Status fin)18 > | ^19 > | const &20 > ../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]21 > 226 | Dispatcher & disp;22 > | ^23 > ../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]24 > 255 | Dispatcher & disp;25 > | ^26 > >>> /nix/store/xvjhx2zrkdnccqgf9wbmzlbqqjnbjqdk-clang-tools-22.1.8/bin/clang-tidy --use-color -quiet -p /build/source/build /build/source/src/client/channel.cc27 > Errors encountered while running clang-tidy28 > [1/1] (1/2) Processing file /build/source/src/client/channel.cc.29 > [1/1] (2/2) Processing file /build/source/src/client/channel.cc.30 > 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/drz0vpcn435jb08izlbvnnz7z6fr1a2g-nix-grpc-store-clang-tidy-0.1.0-beta.3.drv