this derivation will be built: /nix/store/4rpg8v0s0x23fy237xbjh560q2fg1yj9-nix-grpc-store-clang-tidy-0.1.0.drv error: Cannot build '/nix/store/4rpg8v0s0x23fy237xbjh560q2fg1yj9-nix-grpc-store-clang-tidy-0.1.0.drv'. Reason: builder failed with exit code 1. Output paths: /nix/store/n9jjar9s9ka6fx4793jq79xcayl18zx1-nix-grpc-store-clang-tidy-0.1.0 Last 25 log lines: > | ^ > ../src/xfcc.hh:58:20: error: variable name 'at' is too short, expected at least 3 characters [readability-identifier-length,-warnings-as-errors] > 58 | size_t at = 0; > | ^ > ../src/xfcc.hh:62:46: error: possibly unsafe 'operator[]', consider bounds-safe alternatives [cppcoreguidelines-pro-bounds-avoid-unchecked-container-access,-warnings-as-errors] > 62 | while (next < dn.size() && dn[next] != ',' && dn[next] != '/') { > | ^~~~~~ > ../src/xfcc.hh:62:65: error: possibly unsafe 'operator[]', consider bounds-safe alternatives [cppcoreguidelines-pro-bounds-avoid-unchecked-container-access,-warnings-as-errors] > 62 | while (next < dn.size() && dn[next] != ',' && dn[next] != '/') { > | ^~~~~~ > ../src/xfcc.hh:63:27: error: possibly unsafe 'operator[]', consider bounds-safe alternatives [cppcoreguidelines-pro-bounds-avoid-unchecked-container-access,-warnings-as-errors] > 63 | if (dn[next] == '\\' && next + 1 < dn.size()) { > | ^~~~~~ > ../src/xfcc.hh:66:31: error: possibly unsafe 'operator[]', consider bounds-safe alternatives [cppcoreguidelines-pro-bounds-avoid-unchecked-container-access,-warnings-as-errors] > 66 | attr += dn[next++]; > | ^~~~~~~~ > ../src/xfcc.hh:76:40: error: possibly unsafe 'operator[]', consider bounds-safe alternatives [cppcoreguidelines-pro-bounds-avoid-unchecked-container-access,-warnings-as-errors] > 76 | if (pos < value.size() && value[pos] == ',') { > | ^~~~~ > ../src/xfcc.hh:116:9: error: replace loop by 'std::ranges::any_of()' [readability-use-anyofallof,-warnings-as-errors] > 116 | for (const auto & pattern : patterns) { > | ^ > FAILED: [code=1] meson-internal__clang-tidy > /nix/store/azf6s3lpx8f53si93y8135mpyykjj72b-meson-1.10.2/bin/meson --internal clangtidy /build/source /build/source/build --color always > ninja: build stopped: subcommand failed. For full logs, run: nix log /nix/store/4rpg8v0s0x23fy237xbjh560q2fg1yj9-nix-grpc-store-clang-tidy-0.1.0.drv