nixbot

builds
1these 4 derivations will be built:2 /nix/store/gd0v92gp1xb92c6y65wgdd0bnihcdwzs-format-meson.drv3 /nix/store/v8i3zl6wiigg93y3mjxiy34mmrs2xv9g-check-merge-conflicts.drv4 /nix/store/yr2rkify133zjs7flv6yjm4iyyd5ndw1-pre-commit-config.json.drv5 /nix/store/9zhdx9pbpbgm1gkqyw7rfm0pr6mzf62g-pre-commit-run.drv6these 11 paths will be fetched (12.2 MiB download, 35.3 MiB unpacked):7 /nix/store/d7rx4qqg95gcb4sna2642l73fc78madk-pre-commit-4.6.28 /nix/store/alh4z54frigx1qak4854b8s0cqajgmdv-python3.14-cfgv-3.5.09 /nix/store/p5rkay85f466z7dhslmy7w3j9zhziymr-python3.14-distlib-0.4.010 /nix/store/gl0rbm3giam9jhlnllw5z6m0nk7wnli1-python3.14-filelock-3.29.711 /nix/store/7xlzfbmi3k2ci1zf3fmc4pi3shzz0f1d-python3.14-identify-2.6.1912 /nix/store/b1m0159mwcrf4dqjgan3w1rvc5cnwigh-python3.14-nodeenv-1.10.013 /nix/store/rsl4y6k5hp6rkljzf69gl9hrgay6afpl-python3.14-pre-commit-hooks-6.0.014 /nix/store/c0zfqa4g9kvh7fbq5fqlwzspblakjbar-python3.14-python-discovery-1.4.215 /nix/store/82wa2qxvvamyvrk9cj3vcr3fjpx5y3rr-python3.14-ukkonen-1.1.016 /nix/store/xm5xii7kqqjn040c6dc2ycad9lwia8hc-python3.14-virtualenv-21.6.117 /nix/store/6gj9jbvfygjnkyq328qgf87w72npcdvj-zizmor-1.30.118Failed to find a machine for remote build!19derivation: yr2rkify133zjs7flv6yjm4iyyd5ndw1-pre-commit-config.json.drv20required (system, features): (aarch64-linux, [])211 available machines:22(systems, maxjobs, supportedFeatures, mandatoryFeatures)23([aarch64-darwin, x86_64-darwin], 8, [big-parallel, recursive-nix], [])24Failed to find a machine for remote build!25derivation: 9zhdx9pbpbgm1gkqyw7rfm0pr6mzf62g-pre-commit-run.drv26required (system, features): (aarch64-linux, [])271 available machines:28(systems, maxjobs, supportedFeatures, mandatoryFeatures)29([aarch64-darwin, x86_64-darwin], 8, [big-parallel, recursive-nix], [])30error: Cannot build '/nix/store/9zhdx9pbpbgm1gkqyw7rfm0pr6mzf62g-pre-commit-run.drv'.31 Reason: builder failed with exit code 1.32 Output paths:33 /nix/store/17lnhmmaprsqva4arhdjcdvpgvmrhk57-pre-commit-run34 Last 25 log lines:35 > 29 | | use_cache: false # Don't want any cache injection shenanigans36 > 30 | | extra_nix_config: |37 > 31 | | experimental-features = nix-command flakes38 > | |______________________________________________________- this step39 > |40 > = note: audit confidence → High41 > = note: this finding has an auto-fix42 > = help: audit documentation → https://docs.zizmor.sh/audits/#self-repository43 >44 > 35 findings (3 ignored, 25 suppressed, 7 unsafe fixes): 0 informational, 7 low, 0 medium, 0 high45 >46 > diff --git a/src/libstore/build/derivation-building-goal.cc b/src/libstore/build/derivation-building-goal.cc47 > index 5792cec..92d8e69 10064448 > --- a/src/libstore/build/derivation-building-goal.cc49 > +++ b/src/libstore/build/derivation-building-goal.cc50 > @@ -1069,8 +1069,7 @@ Goal::Co DerivationBuildingGoal::buildLocally(51 > || settings.extraPlatforms.get().count(drv->platform) || drv->isBuiltin();52 > auto required = drvOptions.getRequiredSystemFeatures(*drv);53 > auto & available = worker.store.config.systemFeatures.get();54 > - bool featuresOk =55 > - std::ranges::all_of(required, [&](const std::string & f) { return available.count(f); });56 > + bool featuresOk = std::ranges::all_of(required, [&](const std::string & f) { return available.count(f); });57 > if (worker.settings.maxBuildJobs.get() != 0 && platformOk && featuresOk) {58 > debug(59 > "external builder declined '%s'; falling back to a local build",60 For full logs, run:61 nix log /nix/store/9zhdx9pbpbgm1gkqyw7rfm0pr6mzf62g-pre-commit-run.drv