nixbot

builds
1this derivation will be built:2 /nix/store/f959xlspwpn955bbgm192f51dp4p57vm-pre-commit-run.drv3Failed to find a machine for remote build!4derivation: f959xlspwpn955bbgm192f51dp4p57vm-pre-commit-run.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/f959xlspwpn955bbgm192f51dp4p57vm-pre-commit-run.drv'.10 Reason: builder failed with exit code 1.11 Output paths:12 /nix/store/r9np9cp9565drxvn4xbcy9h8a1ygqvl4-pre-commit-run13 Last 25 log lines:14 > no configure script, doing nothing15 > Running phase: buildPhase16 > Running: $ pre-commit run --all-files17 > check-merge-conflicts....................................................Passed18 > check-merge-conflicts-2..................................................Passed19 > clang-format.............................................................Failed20 > - hook id: clang-format21 > - files were modified by this hook22 > meson-format.............................................................Passed23 > nixfmt...................................................................Passed24 > shellcheck...............................................................Passed25 > diff --git a/src/libstore/build/derivation-building-goal.cc b/src/libstore/build/derivation-building-goal.cc26 > index 2d86f9d..358c49b 10064427 > --- a/src/libstore/build/derivation-building-goal.cc28 > +++ b/src/libstore/build/derivation-building-goal.cc29 > @@ -1025,8 +1025,7 @@ Goal::Co DerivationBuildingGoal::buildLocally(30 > || settings.extraPlatforms.get().count(drv->platform) || drv->isBuiltin();31 > auto required = drvOptions.getRequiredSystemFeatures(*drv);32 > auto & available = worker.store.config.systemFeatures.get();33 > - bool featuresOk =34 > - std::ranges::all_of(required, [&](const std::string & f) { return available.count(f); });35 > + bool featuresOk = std::ranges::all_of(required, [&](const std::string & f) { return available.count(f); });36 > if (worker.settings.maxBuildJobs.get() != 0 && platformOk && featuresOk) {37 > debug(38 > "external builder declined '%s'; falling back to a local build",39 For full logs, run:40 nix log /nix/store/f959xlspwpn955bbgm192f51dp4p57vm-pre-commit-run.drv