these 4 derivations will be built: /nix/store/jda28yplbddx3ckdzz4rdimbrjdr4nlw-check-merge-conflicts.drv /nix/store/kchksz681kagswivb6w6lsg8cwiciav8-format-meson.drv /nix/store/2dq544g8h60qjki2ydl10k4h9n0vkayx-pre-commit-config.json.drv /nix/store/6ipyf1zdfbva3j75y0my5lprr0igb7hg-pre-commit-run.drv these 6 paths will be fetched (473.1 KiB download, 2.8 MiB unpacked): /nix/store/z3cca68620w0w10f090szgzdnmh1waf2-pre-commit-4.5.1 /nix/store/lanqdphw1ma7cdc7ncrkad6csx2a2j1c-python3.13-cfgv-3.5.0 /nix/store/x34jlg7mzgmzkka038di8cx6kl322bjv-python3.13-identify-2.6.19 /nix/store/x6sa0wjw8hw9d9a7v36iw7kc219frmqq-python3.13-nodeenv-1.10.0 /nix/store/bf0r7plw32cn6c51isj77j4wccxvjax6-python3.13-pre-commit-hooks-6.0.0 /nix/store/narf5j513f6a4k0ns9psgnhpayq9vk3i-python3.13-ukkonen-1.1.0 building '/nix/store/jda28yplbddx3ckdzz4rdimbrjdr4nlw-check-merge-conflicts.drv' on 'ssh-ng://customer@mac02' building '/nix/store/kchksz681kagswivb6w6lsg8cwiciav8-format-meson.drv' on 'ssh-ng://customer@mac02' building '/nix/store/jda28yplbddx3ckdzz4rdimbrjdr4nlw-check-merge-conflicts.drv' building '/nix/store/kchksz681kagswivb6w6lsg8cwiciav8-format-meson.drv' building '/nix/store/2dq544g8h60qjki2ydl10k4h9n0vkayx-pre-commit-config.json.drv' on 'ssh-ng://customer@mac02' building '/nix/store/2dq544g8h60qjki2ydl10k4h9n0vkayx-pre-commit-config.json.drv' pre-commit-config.json> Sourcing pytest-check-hook pre-commit-config.json> Using pytestCheckPhase building '/nix/store/6ipyf1zdfbva3j75y0my5lprr0igb7hg-pre-commit-run.drv' on 'ssh-ng://customer@mac02' building '/nix/store/6ipyf1zdfbva3j75y0my5lprr0igb7hg-pre-commit-run.drv' 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/c463vjb6w1qmp2syazsrn3mfm9jdxkil-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> diff --git a/src/libstore/build/derivation-building-goal.cc b/src/libstore/build/derivation-building-goal.cc pre-commit-run> index 2d86f9d..358c49b 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> @@ -1025,8 +1025,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: build of '/nix/store/6ipyf1zdfbva3j75y0my5lprr0igb7hg-pre-commit-run.drv' on 'ssh-ng://customer@mac02' failed: Cannot build '/nix/store/6ipyf1zdfbva3j75y0my5lprr0igb7hg-pre-commit-run.drv'. Reason: builder failed with exit code 1. Output paths: /nix/store/a86lq6y4yap3s69cz8dv444yrd0izdqs-pre-commit-run Last 25 log lines: > no configure script, doing nothing > 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 > diff --git a/src/libstore/build/derivation-building-goal.cc b/src/libstore/build/derivation-building-goal.cc > index 2d86f9d..358c49b 100644 > --- a/src/libstore/build/derivation-building-goal.cc > +++ b/src/libstore/build/derivation-building-goal.cc > @@ -1025,8 +1025,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/6ipyf1zdfbva3j75y0my5lprr0igb7hg-pre-commit-run.drv error: Cannot build '/nix/store/6ipyf1zdfbva3j75y0my5lprr0igb7hg-pre-commit-run.drv'. Reason: builder failed with exit code 1. Output paths: /nix/store/a86lq6y4yap3s69cz8dv444yrd0izdqs-pre-commit-run