these 4 derivations will be built: /nix/store/7cxcqmad6vvmqq88qsaw47vwwra4rm6w-format-meson.drv /nix/store/mclay1cxi4blv64qpbr2483jwhmkpylv-check-merge-conflicts.drv /nix/store/sjjassn2k69wv8zq6l2xsdrlzd2ijwb2-pre-commit-config.json.drv /nix/store/11dcwcjgyrdm35d2pz57bffqhr9vfybr-pre-commit-run.drv these 11 paths will be fetched (11.8 MiB download, 33.6 MiB unpacked): /nix/store/x5as93pzns0p2wai5lhgp33myps6qy7y-pre-commit-4.6.2 /nix/store/fvgsc819q8cv97zgyl6aazhm0b8bnch1-python3.14-cfgv-3.5.0 /nix/store/wm55r2gncsaq33q8p9zclgap39nvibj1-python3.14-distlib-0.4.0 /nix/store/wsyxw0l7k0xd8scd05m6a2jp8frf30kg-python3.14-filelock-3.29.7 /nix/store/pibja4x6dwpypj0vrlcbbim2l9rvwchn-python3.14-identify-2.6.19 /nix/store/z8nyj95r61hiwbajmx80v2nb5na1y6j6-python3.14-nodeenv-1.10.0 /nix/store/502zwsnzl0v7353fsfmv7w1jqc6gqc9j-python3.14-pre-commit-hooks-6.0.0 /nix/store/4nywzfg3r4nld8dm2b5fyw9widqdad7h-python3.14-python-discovery-1.4.2 /nix/store/9cda3hlhixb4shf16dl2xrzi6aysja3h-python3.14-ukkonen-1.1.0 /nix/store/k0i7d3vrfg0a505lbm0dxprd241m804g-python3.14-virtualenv-21.6.1 /nix/store/jq17qjy2cdylca6n1x987fbrhin967dn-zizmor-1.30.1 error: build of '/nix/store/11dcwcjgyrdm35d2pz57bffqhr9vfybr-pre-commit-run.drv' on 'ssh-ng://customer@mac02' failed: Cannot build '/nix/store/11dcwcjgyrdm35d2pz57bffqhr9vfybr-pre-commit-run.drv'. Reason: builder failed with exit code 1. Output paths: /nix/store/19i4avgc7x2ia2m9dv9gqh56llnvmlwn-pre-commit-run Last 25 log lines: > 28 | | dogfood: false # Use stable version > 29 | | use_cache: false # Don't want any cache injection shenanigans > 30 | | extra_nix_config: | > 31 | | experimental-features = nix-command flakes > | |______________________________________________________- this step > | > = note: audit confidence → High > = note: this finding has an auto-fix > > 35 findings (3 ignored, 25 suppressed, 7 unsafe fixes): 0 informational, 7 low, 0 medium, 0 high > > diff --git a/src/libstore/build/derivation-building-goal.cc b/src/libstore/build/derivation-building-goal.cc > index 5792cec..92d8e69 100644 > --- a/src/libstore/build/derivation-building-goal.cc > +++ b/src/libstore/build/derivation-building-goal.cc > @@ -1069,8 +1069,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/11dcwcjgyrdm35d2pz57bffqhr9vfybr-pre-commit-run.drv error: Cannot build '/nix/store/11dcwcjgyrdm35d2pz57bffqhr9vfybr-pre-commit-run.drv'. Reason: builder failed with exit code 1. Output paths: /nix/store/19i4avgc7x2ia2m9dv9gqh56llnvmlwn-pre-commit-run