nixbot

builds
1this derivation will be built:2 /nix/store/4rpg8v0s0x23fy237xbjh560q2fg1yj9-nix-grpc-store-clang-tidy-0.1.0.drv3error: Cannot build '/nix/store/4rpg8v0s0x23fy237xbjh560q2fg1yj9-nix-grpc-store-clang-tidy-0.1.0.drv'.4 Reason: builder failed with exit code 1.5 Output paths:6 /nix/store/n9jjar9s9ka6fx4793jq79xcayl18zx1-nix-grpc-store-clang-tidy-0.1.07 Last 25 log lines:8 > | ^9 > ../src/xfcc.hh:58:20: error: variable name 'at' is too short, expected at least 3 characters [readability-identifier-length,-warnings-as-errors]10 > 58 | size_t at = 0;11 > | ^12 > ../src/xfcc.hh:62:46: error: possibly unsafe 'operator[]', consider bounds-safe alternatives [cppcoreguidelines-pro-bounds-avoid-unchecked-container-access,-warnings-as-errors]13 > 62 | while (next < dn.size() && dn[next] != ',' && dn[next] != '/') {14 > | ^~~~~~15 > ../src/xfcc.hh:62:65: error: possibly unsafe 'operator[]', consider bounds-safe alternatives [cppcoreguidelines-pro-bounds-avoid-unchecked-container-access,-warnings-as-errors]16 > 62 | while (next < dn.size() && dn[next] != ',' && dn[next] != '/') {17 > | ^~~~~~18 > ../src/xfcc.hh:63:27: error: possibly unsafe 'operator[]', consider bounds-safe alternatives [cppcoreguidelines-pro-bounds-avoid-unchecked-container-access,-warnings-as-errors]19 > 63 | if (dn[next] == '\\' && next + 1 < dn.size()) {20 > | ^~~~~~21 > ../src/xfcc.hh:66:31: error: possibly unsafe 'operator[]', consider bounds-safe alternatives [cppcoreguidelines-pro-bounds-avoid-unchecked-container-access,-warnings-as-errors]22 > 66 | attr += dn[next++];23 > | ^~~~~~~~24 > ../src/xfcc.hh:76:40: error: possibly unsafe 'operator[]', consider bounds-safe alternatives [cppcoreguidelines-pro-bounds-avoid-unchecked-container-access,-warnings-as-errors]25 > 76 | if (pos < value.size() && value[pos] == ',') {26 > | ^~~~~27 > ../src/xfcc.hh:116:9: error: replace loop by 'std::ranges::any_of()' [readability-use-anyofallof,-warnings-as-errors]28 > 116 | for (const auto & pattern : patterns) {29 > | ^30 > FAILED: [code=1] meson-internal__clang-tidy31 > /nix/store/azf6s3lpx8f53si93y8135mpyykjj72b-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/4rpg8v0s0x23fy237xbjh560q2fg1yj9-nix-grpc-store-clang-tidy-0.1.0.drv