nixbot

builds
1this derivation will be built:2 /nix/store/rah94ph4a146np36frryg8z7gbca5zyl-pre-commit-run.drv3Failed to find a machine for remote build!4derivation: rah94ph4a146np36frryg8z7gbca5zyl-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/rah94ph4a146np36frryg8z7gbca5zyl-pre-commit-run.drv'.10 Reason: builder failed with exit code 1.11 Output paths:12 /nix/store/i6i5blwbvkvrslz8wxy0js46lq3jajm1-pre-commit-run13 Last 25 log lines:14 > - hook id: shellcheck15 > - exit code: 116 >17 > In tests/functional/ca/scratch-path.sh line 10:18 > drv='19 > ^-- SC2016 (info): Expressions don't expand in single quotes, use double quotes for that.20 >21 > For more information:22 > https://www.shellcheck.net/wiki/SC2016 -- Expressions don't expand in singl...23 >24 > zizmor...................................................................Passed25 > diff --git a/src/libstore/build/derivation-building-goal.cc b/src/libstore/build/derivation-building-goal.cc26 > index 4d448b9..6c0f564 10064427 > --- a/src/libstore/build/derivation-building-goal.cc28 > +++ b/src/libstore/build/derivation-building-goal.cc29 > @@ -1046,8 +1046,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/rah94ph4a146np36frryg8z7gbca5zyl-pre-commit-run.drv