nixbot

builds
1this derivation will be built:2 /nix/store/rp65mbh45g66chvgkz8yzi2nghb72gpa-pre-commit-run.drv3these 9 paths will be fetched (476.7 KiB download, 2.8 MiB unpacked):4 /nix/store/77dca8f70hgwbk6gyc2j4xmmd515zbkm-check-merge-conflicts5 /nix/store/d7a2lvwgm8wx85a927q7rxzlwjqj31jj-format-meson6 /nix/store/n981w6hjfar2l81kxbxs2wxl64vwa5kj-pre-commit-4.5.17 /nix/store/s7qjwg7qafkzkxhki37bv5nblrkrmn92-pre-commit-config.json8 /nix/store/72ffqvpg2zz4mb7i78g2wpa6ykhdzlkv-python3.13-cfgv-3.5.09 /nix/store/c2n6f6am5w7zvm7mi63zkc7hi4ycvgdx-python3.13-identify-2.6.1910 /nix/store/6rpgf7cn2mwwjjmc7ghfxprd5j3sk7ya-python3.13-nodeenv-1.10.011 /nix/store/3akgzifzymrifaxs7yk7ps7vvr91vpqa-python3.13-pre-commit-hooks-6.0.012 /nix/store/z9rv3nvbaz5i56svb55pfqdbxz6k5nfh-python3.13-ukkonen-1.1.013Failed to find a machine for remote build!14derivation: rp65mbh45g66chvgkz8yzi2nghb72gpa-pre-commit-run.drv15required (system, features): (aarch64-linux, [])161 available machines:17(systems, maxjobs, supportedFeatures, mandatoryFeatures)18([aarch64-darwin, x86_64-darwin], 8, [big-parallel, recursive-nix], [])19error: Cannot build '/nix/store/rp65mbh45g66chvgkz8yzi2nghb72gpa-pre-commit-run.drv'.20 Reason: builder failed with exit code 1.21 Output paths:22 /nix/store/j6hhbxsv0jhf961n1d3izsbl3gp2xjd6-pre-commit-run23 Last 25 log lines:24 > no configure script, doing nothing25 > Running phase: buildPhase26 > Running: $ pre-commit run --all-files27 > check-merge-conflicts....................................................Passed28 > check-merge-conflicts-2..................................................Passed29 > clang-format.............................................................Failed30 > - hook id: clang-format31 > - files were modified by this hook32 > meson-format.............................................................Passed33 > nixfmt...................................................................Passed34 > shellcheck...............................................................Passed35 > diff --git a/src/libstore/build/derivation-building-goal.cc b/src/libstore/build/derivation-building-goal.cc36 > index 2d86f9d..358c49b 10064437 > --- a/src/libstore/build/derivation-building-goal.cc38 > +++ b/src/libstore/build/derivation-building-goal.cc39 > @@ -1025,8 +1025,7 @@ Goal::Co DerivationBuildingGoal::buildLocally(40 > || settings.extraPlatforms.get().count(drv->platform) || drv->isBuiltin();41 > auto required = drvOptions.getRequiredSystemFeatures(*drv);42 > auto & available = worker.store.config.systemFeatures.get();43 > - bool featuresOk =44 > - std::ranges::all_of(required, [&](const std::string & f) { return available.count(f); });45 > + bool featuresOk = std::ranges::all_of(required, [&](const std::string & f) { return available.count(f); });46 > if (worker.settings.maxBuildJobs.get() != 0 && platformOk && featuresOk) {47 > debug(48 > "external builder declined '%s'; falling back to a local build",49 For full logs, run:50 nix log /nix/store/rp65mbh45g66chvgkz8yzi2nghb72gpa-pre-commit-run.drv