nixbot

builds
1these 4 derivations will be built:2 /nix/store/22d5gvaircw7y3cnp5rmwhxcjgnwb29v-format-meson.drv3 /nix/store/9922szw0x4li1a2rxykrkls62as4p7ak-check-merge-conflicts.drv4 /nix/store/vqyklxmpwc2anzi8slb1vl0jyjw3hvmj-pre-commit-config.json.drv5 /nix/store/0hc40zzylc5najbwhni0vyy6xl54hgfv-pre-commit-run.drv6these 11 paths will be fetched (11.8 MiB download, 33.5 MiB unpacked):7 /nix/store/fg50lvs8kf5jcbfmn578h5z6wiay1p4m-pre-commit-4.5.18 /nix/store/n7zmwmwg81kpz3s9jrrfrrb3klsbwy4n-python3.14-cfgv-3.5.09 /nix/store/snkydxg5gpwvsy2dpxx59vb8sp4kamv5-python3.14-distlib-0.4.010 /nix/store/n6sh2r6i7a10hn3pjlcknac94hd506g1-python3.14-filelock-3.29.711 /nix/store/szxpvi0gyvpf2xmwqy7wx9h0la2iw0xr-python3.14-identify-2.6.1912 /nix/store/9sf1j60iz4yxh00f7a0c4v36d7lrn340-python3.14-nodeenv-1.10.013 /nix/store/q4vvxdpc0zddxs04v1vzy9ywcnmgid2j-python3.14-pre-commit-hooks-6.0.014 /nix/store/90yxb340iq6f2kxglak3bpqf12nysyj9-python3.14-python-discovery-1.4.215 /nix/store/bpa7y6wjn8kmmc0rpinpzgrw1y5wibl4-python3.14-ukkonen-1.1.016 /nix/store/cxx1hvzx1sz78nmbdp6cp4gq44cf0zjm-python3.14-virtualenv-21.6.117 /nix/store/bh7qq7j5l4jx4h90vfjm0hbn6fwaz0jd-zizmor-1.30.018error: build of '/nix/store/0hc40zzylc5najbwhni0vyy6xl54hgfv-pre-commit-run.drv' on 'ssh-ng://customer@mac02' failed: Cannot build '/nix/store/0hc40zzylc5najbwhni0vyy6xl54hgfv-pre-commit-run.drv'.19 Reason: builder failed with exit code 1.20 Output paths:21 /nix/store/ard9xskdkxm7lyacsi3bdlpwd4i5030q-pre-commit-run22 Last 25 log lines:23 > 28 | | dogfood: false # Use stable version24 > 29 | | use_cache: false # Don't want any cache injection shenanigans25 > 30 | | extra_nix_config: |26 > 31 | | experimental-features = nix-command flakes27 > | |______________________________________________________- this step28 > |29 > = note: audit confidence → High30 > = note: this finding has an auto-fix31 >32 > 35 findings (3 ignored, 25 suppressed, 7 safe fixes): 0 informational, 7 low, 0 medium, 0 high33 >34 > diff --git a/src/libstore/build/derivation-building-goal.cc b/src/libstore/build/derivation-building-goal.cc35 > index 5792cec..92d8e69 10064436 > --- a/src/libstore/build/derivation-building-goal.cc37 > +++ b/src/libstore/build/derivation-building-goal.cc38 > @@ -1069,8 +1069,7 @@ Goal::Co DerivationBuildingGoal::buildLocally(39 > || settings.extraPlatforms.get().count(drv->platform) || drv->isBuiltin();40 > auto required = drvOptions.getRequiredSystemFeatures(*drv);41 > auto & available = worker.store.config.systemFeatures.get();42 > - bool featuresOk =43 > - std::ranges::all_of(required, [&](const std::string & f) { return available.count(f); });44 > + bool featuresOk = std::ranges::all_of(required, [&](const std::string & f) { return available.count(f); });45 > if (worker.settings.maxBuildJobs.get() != 0 && platformOk && featuresOk) {46 > debug(47 > "external builder declined '%s'; falling back to a local build",48 For full logs, run:49 nix log /nix/store/0hc40zzylc5najbwhni0vyy6xl54hgfv-pre-commit-run.drv50error: Cannot build '/nix/store/0hc40zzylc5najbwhni0vyy6xl54hgfv-pre-commit-run.drv'.51 Reason: builder failed with exit code 1.52 Output paths:53 /nix/store/ard9xskdkxm7lyacsi3bdlpwd4i5030q-pre-commit-run