these 4 derivations will be built: /nix/store/22d5gvaircw7y3cnp5rmwhxcjgnwb29v-format-meson.drv /nix/store/9922szw0x4li1a2rxykrkls62as4p7ak-check-merge-conflicts.drv /nix/store/vqyklxmpwc2anzi8slb1vl0jyjw3hvmj-pre-commit-config.json.drv /nix/store/ybqz54i90d8s1dh43z488i2w5l5j74xi-pre-commit-run.drv these 7 paths will be fetched (8.0 MiB download, 24.6 MiB unpacked): /nix/store/fg50lvs8kf5jcbfmn578h5z6wiay1p4m-pre-commit-4.5.1 /nix/store/n7zmwmwg81kpz3s9jrrfrrb3klsbwy4n-python3.14-cfgv-3.5.0 /nix/store/szxpvi0gyvpf2xmwqy7wx9h0la2iw0xr-python3.14-identify-2.6.19 /nix/store/9sf1j60iz4yxh00f7a0c4v36d7lrn340-python3.14-nodeenv-1.10.0 /nix/store/q4vvxdpc0zddxs04v1vzy9ywcnmgid2j-python3.14-pre-commit-hooks-6.0.0 /nix/store/bpa7y6wjn8kmmc0rpinpzgrw1y5wibl4-python3.14-ukkonen-1.1.0 /nix/store/bh7qq7j5l4jx4h90vfjm0hbn6fwaz0jd-zizmor-1.30.0 error: build of '/nix/store/ybqz54i90d8s1dh43z488i2w5l5j74xi-pre-commit-run.drv' on 'ssh-ng://customer@mac02' failed: Cannot build '/nix/store/ybqz54i90d8s1dh43z488i2w5l5j74xi-pre-commit-run.drv'. Reason: builder failed with exit code 1. Output paths: /nix/store/j559bn9rj0inqxnnl668iqv9flb83hsb-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 safe 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/ybqz54i90d8s1dh43z488i2w5l5j74xi-pre-commit-run.drv error: Cannot build '/nix/store/ybqz54i90d8s1dh43z488i2w5l5j74xi-pre-commit-run.drv'. Reason: builder failed with exit code 1. Output paths: /nix/store/j559bn9rj0inqxnnl668iqv9flb83hsb-pre-commit-run