nixbot

builds
1this derivation will be built:2 /nix/store/jlj98mrdg7vdgpgsjz5xbar9mwbhbkfk-pre-commit-run.drv3error: Cannot build '/nix/store/jlj98mrdg7vdgpgsjz5xbar9mwbhbkfk-pre-commit-run.drv'.4 Reason: builder failed with exit code 1.5 Output paths:6 /nix/store/pssq9s3wfsqnqjgiffs5s1rfjsndg624-pre-commit-run7 Last 25 log lines:8 > - hook id: shellcheck9 > - exit code: 110 >11 > In tests/functional/ca/scratch-path.sh line 10:12 > drv='13 > ^-- SC2016 (info): Expressions don't expand in single quotes, use double quotes for that.14 >15 > For more information:16 > https://www.shellcheck.net/wiki/SC2016 -- Expressions don't expand in singl...17 >18 > zizmor...................................................................Passed19 > diff --git a/src/libstore/build/derivation-building-goal.cc b/src/libstore/build/derivation-building-goal.cc20 > index 4d448b9..6c0f564 10064421 > --- a/src/libstore/build/derivation-building-goal.cc22 > +++ b/src/libstore/build/derivation-building-goal.cc23 > @@ -1046,8 +1046,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/jlj98mrdg7vdgpgsjz5xbar9mwbhbkfk-pre-commit-run.drv