setup
checks.aarch64-linux.clang-tidy
· build #194
· raw
1this derivation will be built:2 /nix/store/s7k74f82x8dddwnwra695wakszbidvdf-nix-grpc-store-clang-tidy-0.1.0.drv3Failed to find a machine for remote build!4derivation: s7k74f82x8dddwnwra695wakszbidvdf-nix-grpc-store-clang-tidy-0.1.0.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/s7k74f82x8dddwnwra695wakszbidvdf-nix-grpc-store-clang-tidy-0.1.0.drv'.10 Reason: builder failed with exit code 1.11 Output paths:12 /nix/store/29mj7w4ja6m4plkcbrbgi1i3vnzz7x90-nix-grpc-store-clang-tidy-0.1.013 Last 25 log lines:14 > 465 | printError("scheduler at %s: %s, reconnecting", config->authority.to_string(), firstLine(status.error_message()));15 > | ^16 > /nix/store/2zlc727n4v3zmlmhqcd43w7b2kdv2j50-nix-util-2.36.0pre20260914_920f6956-dev/include/nix/util/logging.hh:365:29: note: expanded from macro 'printError'17 > 365 | #define printError(args...) printMsg(lvlError, args)18 > | ^19 > /nix/store/2zlc727n4v3zmlmhqcd43w7b2kdv2j50-nix-util-2.36.0pre20260914_920f6956-dev/include/nix/util/logging.hh:363:34: note: expanded from macro 'printMsg'20 > 363 | #define printMsg(level, args...) printMsgUsing(logger, level, args)21 > | ^22 > /nix/store/2zlc727n4v3zmlmhqcd43w7b2kdv2j50-nix-util-2.36.0pre20260914_920f6956-dev/include/nix/util/logging.hh:359:9: note: expanded from macro 'printMsgUsing'23 > 359 | if (__lvl <= nix::verbosity) { \24 > | ^25 > >>> /nix/store/c33s2mld9r03fv11v9ad7dh5m9g8s1xp-clang-tools-22.1.8/bin/clang-tidy --use-color -quiet -p /build/source/build /build/source/src/daemon/coordinator.cc26 > Errors encountered while running clang-tidy27 > ../src/daemon/coordinator.cc:287:9: error: unchecked access to optional value [bugprone-unchecked-optional-access,-warnings-as-errors]28 > 287 | dispatcher->resume();29 > | ^~~~~~~~~~30 > ../src/daemon/coordinator.cc:289:9: error: unchecked access to optional value [bugprone-unchecked-optional-access,-warnings-as-errors]31 > 289 | dispatcher->restarting();32 > | ^~~~~~~~~~33 > ../src/daemon/coordinator.cc:302:59: error: 200 is a magic number; consider replacing it with a named constant [cppcoreguidelines-avoid-magic-numbers,readability-magic-numbers,-warnings-as-errors]34 > 302 | std::this_thread::sleep_for(std::chrono::milliseconds(200));35 > | ^36 > FAILED: [code=1] meson-internal__clang-tidy37 > /nix/store/4nhp26ss88i238s986fx3jcqcw4si9ly-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/s7k74f82x8dddwnwra695wakszbidvdf-nix-grpc-store-clang-tidy-0.1.0.drv