these 4 derivations will be built: /nix/store/i4ldw343zdzdcskc6dg63fwm83mhqfaf-format-meson.drv /nix/store/znhzp3r4kpljplir626yvf159fy2li05-check-merge-conflicts.drv /nix/store/nblvyzms3n6id35aawh4nx58s9gpnw86-pre-commit-config.json.drv /nix/store/2wfq91bl8p6mcywqz3f8acw0pk277rss-pre-commit-run.drv these 12 paths will be fetched (25.0 MiB download, 83.2 MiB unpacked): /nix/store/ghf4w990ax2rfqwymkvn7fgpk2qlr1ds-clang-21.1.8-python /nix/store/ywawkcgrvwsc5x4wwb7c50j97jwlzwdf-clang-tools-21.1.8 /nix/store/5g74zf296ax76nf5r0cqwibf6ibz3fpa-pre-commit-4.5.1 /nix/store/222synyrg7md7263rinck5rqxcqxglrl-python3.14-cfgv-3.5.0 /nix/store/l6giwhfyk58k7dsf76h4v4yqwbkl0adx-python3.14-distlib-0.4.0 /nix/store/v563c257v98ypiqcwcg2s71agsmc41a4-python3.14-identify-2.6.19 /nix/store/2s857hzv88lfi26abbbkyc59k88g8fpk-python3.14-nodeenv-1.10.0 /nix/store/ai319nybxgrqynsrbz56bz7dc96x4lr3-python3.14-pre-commit-hooks-6.0.0 /nix/store/4wqdy2zcip2gi5cfanbmn6h7s5v8dxcl-python3.14-python-discovery-1.4.2 /nix/store/p4rk7008ana1ddxiq61087wjb3j6a6ww-python3.14-ukkonen-1.1.0 /nix/store/2dilnhs5gw161i6623w2izjqk1njkisa-python3.14-virtualenv-21.6.1 /nix/store/jhq3qjh1pix0rz8012k822bn12ykvrhm-zizmor-1.29.0 building '/nix/store/znhzp3r4kpljplir626yvf159fy2li05-check-merge-conflicts.drv' building '/nix/store/i4ldw343zdzdcskc6dg63fwm83mhqfaf-format-meson.drv' check-merge-conflicts> tribuchet: building on jamie format-meson> tribuchet: building on jamie building '/nix/store/nblvyzms3n6id35aawh4nx58s9gpnw86-pre-commit-config.json.drv' pre-commit-config.json> tribuchet: building on jamie pre-commit-config.json> Sourcing pytest-check-hook pre-commit-config.json> Using pytestCheckPhase building '/nix/store/2wfq91bl8p6mcywqz3f8acw0pk277rss-pre-commit-run.drv' pre-commit-run> tribuchet: building on jamie 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/f42xhziya5yng79g3lw9c4ljz9ghhas2-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 5b013b8..80c19db 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> @@ -1037,8 +1037,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/2wfq91bl8p6mcywqz3f8acw0pk277rss-pre-commit-run.drv'. Reason: builder failed with exit code 1. Output paths: /nix/store/i6nj3vic2hr8mqjpabqc1iq8n7dlf16n-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 5b013b8..80c19db 100644 > --- a/src/libstore/build/derivation-building-goal.cc > +++ b/src/libstore/build/derivation-building-goal.cc > @@ -1037,8 +1037,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/2wfq91bl8p6mcywqz3f8acw0pk277rss-pre-commit-run.drv