1this derivation will be built:2 /nix/store/rbrl9sxylf08vkzjbl354hc16b7q8y1f-pre-commit-run.drv3building '/nix/store/rbrl9sxylf08vkzjbl354hc16b7q8y1f-pre-commit-run.drv' on 'ssh-ng://nix@jamie'4building '/nix/store/rbrl9sxylf08vkzjbl354hc16b7q8y1f-pre-commit-run.drv'5pre-commit-run> Sourcing pytest-check-hook6pre-commit-run> Using pytestCheckPhase7pre-commit-run> Running phase: unpackPhase8pre-commit-run> unpacking source archive /nix/store/cibp4hd5ac5ypwdrw46wvk8jylsaznf6-source9pre-commit-run> source root is source10pre-commit-run> Running phase: patchPhase11pre-commit-run> Running phase: updateAutotoolsGnuConfigScriptsPhase12pre-commit-run> Running phase: configurePhase13pre-commit-run> no configure script, doing nothing14pre-commit-run> Running phase: buildPhase15pre-commit-run> Running: $ pre-commit run --all-files16pre-commit-run> check-merge-conflicts....................................................Passed17pre-commit-run> check-merge-conflicts-2..................................................Passed18pre-commit-run> clang-format.............................................................Failed19pre-commit-run> - hook id: clang-format20pre-commit-run> - files were modified by this hook21pre-commit-run> meson-format.............................................................Passed22pre-commit-run> nixfmt...................................................................Passed23pre-commit-run> shellcheck...............................................................Passed24pre-commit-run> diff --git a/src/libstore/build/derivation-building-goal.cc b/src/libstore/build/derivation-building-goal.cc25pre-commit-run> index b3bd86e..c1815f7 10064426pre-commit-run> --- a/src/libstore/build/derivation-building-goal.cc27pre-commit-run> +++ b/src/libstore/build/derivation-building-goal.cc28pre-commit-run> @@ -1061,8 +1061,7 @@ Goal::Co DerivationBuildingGoal::buildLocally(29pre-commit-run> || settings.extraPlatforms.get().count(drv->platform) || drv->isBuiltin();30pre-commit-run> auto required = drvOptions.getRequiredSystemFeatures(*drv);31pre-commit-run> auto & available = worker.store.config.systemFeatures.get();32pre-commit-run> - bool featuresOk =33pre-commit-run> - std::ranges::all_of(required, [&](const std::string & f) { return available.count(f); });34pre-commit-run> + bool featuresOk = std::ranges::all_of(required, [&](const std::string & f) { return available.count(f); });35pre-commit-run> if (worker.settings.maxBuildJobs.get() != 0 && platformOk && featuresOk) {36pre-commit-run> debug(37pre-commit-run> "external builder declined '%s'; falling back to a local build",38error: build of '/nix/store/rbrl9sxylf08vkzjbl354hc16b7q8y1f-pre-commit-run.drv' on 'ssh-ng://nix@jamie' failed: Cannot build '/nix/store/rbrl9sxylf08vkzjbl354hc16b7q8y1f-pre-commit-run.drv'.39 Reason: builder failed with exit code 1.40 Output paths:41 /nix/store/syw7jsdl87nl8lmdwbzpadbagw6aalsq-pre-commit-run42 Last 25 log lines:43 > no configure script, doing nothing44 > Running phase: buildPhase45 > Running: $ pre-commit run --all-files46 > check-merge-conflicts....................................................Passed47 > check-merge-conflicts-2..................................................Passed48 > clang-format.............................................................Failed49 > - hook id: clang-format50 > - files were modified by this hook51 > meson-format.............................................................Passed52 > nixfmt...................................................................Passed53 > shellcheck...............................................................Passed54 > diff --git a/src/libstore/build/derivation-building-goal.cc b/src/libstore/build/derivation-building-goal.cc55 > index b3bd86e..c1815f7 10064456 > --- a/src/libstore/build/derivation-building-goal.cc57 > +++ b/src/libstore/build/derivation-building-goal.cc58 > @@ -1061,8 +1061,7 @@ Goal::Co DerivationBuildingGoal::buildLocally(59 > || settings.extraPlatforms.get().count(drv->platform) || drv->isBuiltin();60 > auto required = drvOptions.getRequiredSystemFeatures(*drv);61 > auto & available = worker.store.config.systemFeatures.get();62 > - bool featuresOk =63 > - std::ranges::all_of(required, [&](const std::string & f) { return available.count(f); });64 > + bool featuresOk = std::ranges::all_of(required, [&](const std::string & f) { return available.count(f); });65 > if (worker.settings.maxBuildJobs.get() != 0 && platformOk && featuresOk) {66 > debug(67 > "external builder declined '%s'; falling back to a local build",68 For full logs, run:69 nix log /nix/store/rbrl9sxylf08vkzjbl354hc16b7q8y1f-pre-commit-run.drv70error: Cannot build '/nix/store/rbrl9sxylf08vkzjbl354hc16b7q8y1f-pre-commit-run.drv'.71 Reason: builder failed with exit code 1.72 Output paths:73 /nix/store/syw7jsdl87nl8lmdwbzpadbagw6aalsq-pre-commit-run