these 4 derivations will be built: /nix/store/1wjq92zshryj49b16wmnnm6fyzp8lz8z-format-meson.drv /nix/store/p5akclwx9wzmv3akc5rh6r2drfdizh4n-check-merge-conflicts.drv /nix/store/gls18czz6cmdivjwqmcwfwssj94i709w-pre-commit-config.json.drv /nix/store/gbb980nk3jdb9kdkqx3baljzjx8asxfq-pre-commit-run.drv these 7 paths will be fetched (8.3 MiB download, 26.2 MiB unpacked): /nix/store/c3msyacjwxgw1blvcanlcw3i1xk2qqfv-pre-commit-4.5.1 /nix/store/l6d7vi53q7sij772glqw7dv3bikyf8rf-python3.14-cfgv-3.5.0 /nix/store/1s5ljd48fhfhr6hnd2dz03g92wd1b3ih-python3.14-identify-2.6.19 /nix/store/nm3ginkzwg0x0rwwsld41w3249r0s2x1-python3.14-nodeenv-1.10.0 /nix/store/f6bxvd93dcljcrkwp0bfmz9yqgrmf0x8-python3.14-pre-commit-hooks-6.0.0 /nix/store/nwbnznck99m1fpmifh0793wnxwj2lnrq-python3.14-ukkonen-1.1.0 /nix/store/l3adhf5jkq6g29c4fvwd9d5dhb82cmfj-zizmor-1.29.0 building '/nix/store/p5akclwx9wzmv3akc5rh6r2drfdizh4n-check-merge-conflicts.drv' building '/nix/store/1wjq92zshryj49b16wmnnm6fyzp8lz8z-format-meson.drv' check-merge-conflicts> tribuchet: building on eliza format-meson> tribuchet: building on eliza Failed to find a machine for remote build! derivation: gls18czz6cmdivjwqmcwfwssj94i709w-pre-commit-config.json.drv required (system, features): (aarch64-linux, []) 1 available machines: (systems, maxjobs, supportedFeatures, mandatoryFeatures) ([aarch64-darwin, x86_64-darwin], 8, [big-parallel, recursive-nix], []) building '/nix/store/gls18czz6cmdivjwqmcwfwssj94i709w-pre-commit-config.json.drv' pre-commit-config.json> tribuchet: building on eliza pre-commit-config.json> Sourcing pytest-check-hook pre-commit-config.json> Using pytestCheckPhase Failed to find a machine for remote build! derivation: gbb980nk3jdb9kdkqx3baljzjx8asxfq-pre-commit-run.drv required (system, features): (aarch64-linux, []) 1 available machines: (systems, maxjobs, supportedFeatures, mandatoryFeatures) ([aarch64-darwin, x86_64-darwin], 8, [big-parallel, recursive-nix], []) building '/nix/store/gbb980nk3jdb9kdkqx3baljzjx8asxfq-pre-commit-run.drv' pre-commit-run> tribuchet: building on eliza pre-commit-run> Sourcing pytest-check-hook pre-commit-run> Using pytestCheckPhase pre-commit-run> Running phase: unpackPhase pre-commit-run> unpacking source archive /nix/store/wk2jlsm5rz6slgnzwpa37dwndbg0dvms-source pre-commit-run> source root is source pre-commit-run> Running phase: patchPhase pre-commit-run> Running phase: updateAutotoolsGnuConfigScriptsPhase pre-commit-run> Running phase: configurePhase pre-commit-run> no configure script, doing nothing pre-commit-run> Running phase: buildPhase pre-commit-run> Running: $ pre-commit run --all-files pre-commit-run> check-merge-conflicts....................................................Passed pre-commit-run> check-merge-conflicts-2..................................................Passed pre-commit-run> clang-format.............................................................Failed pre-commit-run> - hook id: clang-format pre-commit-run> - files were modified by this hook pre-commit-run> meson-format.............................................................Passed pre-commit-run> nixfmt...................................................................Passed pre-commit-run> shellcheck...............................................................Passed pre-commit-run> zizmor...................................................................Passed pre-commit-run> diff --git a/src/libstore/build/derivation-building-goal.cc b/src/libstore/build/derivation-building-goal.cc pre-commit-run> index 4d448b9..6c0f564 100644 pre-commit-run> --- a/src/libstore/build/derivation-building-goal.cc pre-commit-run> +++ b/src/libstore/build/derivation-building-goal.cc pre-commit-run> @@ -1046,8 +1046,7 @@ Goal::Co DerivationBuildingGoal::buildLocally( pre-commit-run> || settings.extraPlatforms.get().count(drv->platform) || drv->isBuiltin(); pre-commit-run> auto required = drvOptions.getRequiredSystemFeatures(*drv); pre-commit-run> auto & available = worker.store.config.systemFeatures.get(); pre-commit-run> - bool featuresOk = pre-commit-run> - std::ranges::all_of(required, [&](const std::string & f) { return available.count(f); }); pre-commit-run> + bool featuresOk = std::ranges::all_of(required, [&](const std::string & f) { return available.count(f); }); pre-commit-run> if (worker.settings.maxBuildJobs.get() != 0 && platformOk && featuresOk) { pre-commit-run> debug( pre-commit-run> "external builder declined '%s'; falling back to a local build", error: Cannot build '/nix/store/gbb980nk3jdb9kdkqx3baljzjx8asxfq-pre-commit-run.drv'. Reason: builder failed with exit code 1. Output paths: /nix/store/6p6m50rzksf3i5h6j3lhld4c71iihsnr-pre-commit-run Last 25 log lines: > Running phase: buildPhase > Running: $ pre-commit run --all-files > check-merge-conflicts....................................................Passed > check-merge-conflicts-2..................................................Passed > clang-format.............................................................Failed > - hook id: clang-format > - files were modified by this hook > meson-format.............................................................Passed > nixfmt...................................................................Passed > shellcheck...............................................................Passed > zizmor...................................................................Passed > diff --git a/src/libstore/build/derivation-building-goal.cc b/src/libstore/build/derivation-building-goal.cc > index 4d448b9..6c0f564 100644 > --- a/src/libstore/build/derivation-building-goal.cc > +++ b/src/libstore/build/derivation-building-goal.cc > @@ -1046,8 +1046,7 @@ Goal::Co DerivationBuildingGoal::buildLocally( > || settings.extraPlatforms.get().count(drv->platform) || drv->isBuiltin(); > auto required = drvOptions.getRequiredSystemFeatures(*drv); > auto & available = worker.store.config.systemFeatures.get(); > - bool featuresOk = > - std::ranges::all_of(required, [&](const std::string & f) { return available.count(f); }); > + bool featuresOk = std::ranges::all_of(required, [&](const std::string & f) { return available.count(f); }); > if (worker.settings.maxBuildJobs.get() != 0 && platformOk && featuresOk) { > debug( > "external builder declined '%s'; falling back to a local build", For full logs, run: nix log /nix/store/gbb980nk3jdb9kdkqx3baljzjx8asxfq-pre-commit-run.drv