setup
checks.x86_64-linux.pre-commit
· build #33
· raw
1this derivation will be built:2 /nix/store/spv1azmc6kdqjpqp8dxd9yvrivm2bvwh-pre-commit-run.drv3error: Cannot build '/nix/store/spv1azmc6kdqjpqp8dxd9yvrivm2bvwh-pre-commit-run.drv'.4 Reason: builder failed with exit code 1.5 Output paths:6 /nix/store/4l8zn1zkxlz2wmj596wcpgj24nh69wyd-pre-commit-run7 Last 25 log lines:8 > 29 | | use_cache: false # Don't want any cache injection shenanigans9 > 30 | | extra_nix_config: |10 > 31 | | experimental-features = nix-command flakes11 > | |______________________________________________________- this step12 > |13 > = note: audit confidence → High14 > = note: this finding has an auto-fix15 > = help: audit documentation → https://docs.zizmor.sh/audits/#self-repository16 >17 > 35 findings (3 ignored, 25 suppressed, 7 safe fixes): 0 informational, 7 low, 0 medium, 0 high18 >19 > diff --git a/src/libstore/build/derivation-building-goal.cc b/src/libstore/build/derivation-building-goal.cc20 > index 5792cec..92d8e69 10064421 > --- a/src/libstore/build/derivation-building-goal.cc22 > +++ b/src/libstore/build/derivation-building-goal.cc23 > @@ -1069,8 +1069,7 @@ Goal::Co DerivationBuildingGoal::buildLocally(24 > || settings.extraPlatforms.get().count(drv->platform) || drv->isBuiltin();25 > auto required = drvOptions.getRequiredSystemFeatures(*drv);26 > auto & available = worker.store.config.systemFeatures.get();27 > - bool featuresOk =28 > - std::ranges::all_of(required, [&](const std::string & f) { return available.count(f); });29 > + bool featuresOk = std::ranges::all_of(required, [&](const std::string & f) { return available.count(f); });30 > if (worker.settings.maxBuildJobs.get() != 0 && platformOk && featuresOk) {31 > debug(32 > "external builder declined '%s'; falling back to a local build",33 For full logs, run:34 nix log /nix/store/spv1azmc6kdqjpqp8dxd9yvrivm2bvwh-pre-commit-run.drv