nixbot

builds

failed aarch64-linux.pre-commit build #14 · raw · ·

1this derivation will be built:2  /nix/store/p6qa1vyinj44d4gf0001i5703dg3s03n-pre-commit-run.drv3building '/nix/store/p6qa1vyinj44d4gf0001i5703dg3s03n-pre-commit-run.drv' on 'ssh-ng://nix@eliza'4building '/nix/store/p6qa1vyinj44d4gf0001i5703dg3s03n-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/bbyknsnvggiadcynq1vfilr7lw30qgsz-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 295f986..c330f8a 10064426pre-commit-run> --- a/src/libstore/build/derivation-building-goal.cc27pre-commit-run> +++ b/src/libstore/build/derivation-building-goal.cc28pre-commit-run> @@ -1063,8 +1063,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/p6qa1vyinj44d4gf0001i5703dg3s03n-pre-commit-run.drv' on 'ssh-ng://nix@eliza' failed: Cannot build '/nix/store/p6qa1vyinj44d4gf0001i5703dg3s03n-pre-commit-run.drv'.39       Reason: builder failed with exit code 1.40       Output paths:41         /nix/store/6nanp284j55rr1nxn94k920m6m2ya8wz-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 295f986..c330f8a 10064456       > --- a/src/libstore/build/derivation-building-goal.cc57       > +++ b/src/libstore/build/derivation-building-goal.cc58       > @@ -1063,8 +1063,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/p6qa1vyinj44d4gf0001i5703dg3s03n-pre-commit-run.drv70error: Cannot build '/nix/store/p6qa1vyinj44d4gf0001i5703dg3s03n-pre-commit-run.drv'.71       Reason: builder failed with exit code 1.72       Output paths:73         /nix/store/6nanp284j55rr1nxn94k920m6m2ya8wz-pre-commit-run