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/0hc40zzylc5najbwhni0vyy6xl54hgfv-pre-commit-run.drv these 11 paths will be fetched (11.8 MiB download, 33.5 MiB unpacked): /nix/store/fg50lvs8kf5jcbfmn578h5z6wiay1p4m-pre-commit-4.5.1 /nix/store/n7zmwmwg81kpz3s9jrrfrrb3klsbwy4n-python3.14-cfgv-3.5.0 /nix/store/snkydxg5gpwvsy2dpxx59vb8sp4kamv5-python3.14-distlib-0.4.0 /nix/store/n6sh2r6i7a10hn3pjlcknac94hd506g1-python3.14-filelock-3.29.7 /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/90yxb340iq6f2kxglak3bpqf12nysyj9-python3.14-python-discovery-1.4.2 /nix/store/bpa7y6wjn8kmmc0rpinpzgrw1y5wibl4-python3.14-ukkonen-1.1.0 /nix/store/cxx1hvzx1sz78nmbdp6cp4gq44cf0zjm-python3.14-virtualenv-21.6.1 /nix/store/bh7qq7j5l4jx4h90vfjm0hbn6fwaz0jd-zizmor-1.30.0 error: build of '/nix/store/0hc40zzylc5najbwhni0vyy6xl54hgfv-pre-commit-run.drv' on 'ssh-ng://customer@mac02' failed: Cannot build '/nix/store/0hc40zzylc5najbwhni0vyy6xl54hgfv-pre-commit-run.drv'. Reason: builder failed with exit code 1. Output paths: /nix/store/ard9xskdkxm7lyacsi3bdlpwd4i5030q-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/0hc40zzylc5najbwhni0vyy6xl54hgfv-pre-commit-run.drv error: Cannot build '/nix/store/0hc40zzylc5najbwhni0vyy6xl54hgfv-pre-commit-run.drv'. Reason: builder failed with exit code 1. Output paths: /nix/store/ard9xskdkxm7lyacsi3bdlpwd4i5030q-pre-commit-run