nixbot

builds
1this derivation will be built:2 /nix/store/8wdsrl636pwwvhk9jjpa0l3y6w89z73j-pre-commit-run.drv3Failed to find a machine for remote build!4derivation: 8wdsrl636pwwvhk9jjpa0l3y6w89z73j-pre-commit-run.drv5required (system, features): (aarch64-linux, [])61 available machines:7(systems, maxjobs, supportedFeatures, mandatoryFeatures)8([aarch64-darwin, x86_64-darwin], 8, [big-parallel, recursive-nix], [])9error: Cannot build '/nix/store/8wdsrl636pwwvhk9jjpa0l3y6w89z73j-pre-commit-run.drv'.10 Reason: builder failed with exit code 1.11 Output paths:12 /nix/store/plp18hizvhhjwq4xp4zdic68yg9yfj32-pre-commit-run13 Last 25 log lines:14 > 29 | | use_cache: false # Don't want any cache injection shenanigans15 > 30 | | extra_nix_config: |16 > 31 | | experimental-features = nix-command flakes17 > | |______________________________________________________- this step18 > |19 > = note: audit confidence → High20 > = note: this finding has an auto-fix21 > = help: audit documentation → https://docs.zizmor.sh/audits/#self-repository22 >23 > 35 findings (3 ignored, 25 suppressed, 7 safe fixes): 0 informational, 7 low, 0 medium, 0 high24 >25 > diff --git a/src/libstore/build/derivation-building-goal.cc b/src/libstore/build/derivation-building-goal.cc26 > index 5792cec..92d8e69 10064427 > --- a/src/libstore/build/derivation-building-goal.cc28 > +++ b/src/libstore/build/derivation-building-goal.cc29 > @@ -1069,8 +1069,7 @@ Goal::Co DerivationBuildingGoal::buildLocally(30 > || settings.extraPlatforms.get().count(drv->platform) || drv->isBuiltin();31 > auto required = drvOptions.getRequiredSystemFeatures(*drv);32 > auto & available = worker.store.config.systemFeatures.get();33 > - bool featuresOk =34 > - std::ranges::all_of(required, [&](const std::string & f) { return available.count(f); });35 > + bool featuresOk = std::ranges::all_of(required, [&](const std::string & f) { return available.count(f); });36 > if (worker.settings.maxBuildJobs.get() != 0 && platformOk && featuresOk) {37 > debug(38 > "external builder declined '%s'; falling back to a local build",39 For full logs, run:40 nix log /nix/store/8wdsrl636pwwvhk9jjpa0l3y6w89z73j-pre-commit-run.drv