nixbot

builds
1these 4 derivations will be built:2 /nix/store/1s05iq45g85pw7fcnzm7glfi3yrah6hh-format-meson.drv3 /nix/store/hywfyv7aa51anhfbbjhf7rq146ws5n35-check-merge-conflicts.drv4 /nix/store/h72f2lxzv1dykdysar5dxip7g9yirmig-pre-commit-config.json.drv5 /nix/store/6l3br8pn9ljd99ndrl7kpgfkblzfdv6m-pre-commit-run.drv6these 7 paths will be fetched (8.3 MiB download, 26.4 MiB unpacked):7 /nix/store/sdm1k3b5d5gy5szf3ialbd6kxplz332w-pre-commit-4.5.18 /nix/store/7mqd83wz5k6zkn0crhwykb4nhx7r2sbw-python3.14-cfgv-3.5.09 /nix/store/gdapza9z66z1nmydyw6ksha11yr8dyrr-python3.14-identify-2.6.1910 /nix/store/ina7p30pnnzsvq0ljs2kii3ij21k9ip5-python3.14-nodeenv-1.10.011 /nix/store/jaj2x0j6sl7rc064bwvk9ycaszmwks1n-python3.14-pre-commit-hooks-6.0.012 /nix/store/iwqi5xbxblar62cnxfygn99bw3zim59w-python3.14-ukkonen-1.1.013 /nix/store/znrza96d6d54gc2j4imn19pa17vlh1bm-zizmor-1.30.014Failed to find a machine for remote build!15derivation: h72f2lxzv1dykdysar5dxip7g9yirmig-pre-commit-config.json.drv16required (system, features): (aarch64-linux, [])171 available machines:18(systems, maxjobs, supportedFeatures, mandatoryFeatures)19([aarch64-darwin, x86_64-darwin], 8, [big-parallel, recursive-nix], [])20Failed to find a machine for remote build!21derivation: 6l3br8pn9ljd99ndrl7kpgfkblzfdv6m-pre-commit-run.drv22required (system, features): (aarch64-linux, [])231 available machines:24(systems, maxjobs, supportedFeatures, mandatoryFeatures)25([aarch64-darwin, x86_64-darwin], 8, [big-parallel, recursive-nix], [])26error: Cannot build '/nix/store/6l3br8pn9ljd99ndrl7kpgfkblzfdv6m-pre-commit-run.drv'.27 Reason: builder failed with exit code 1.28 Output paths:29 /nix/store/hqkvz7lccxrpwlrsq9wzs8kn6javyfvb-pre-commit-run30 Last 25 log lines:31 > 29 | | use_cache: false # Don't want any cache injection shenanigans32 > 30 | | extra_nix_config: |33 > 31 | | experimental-features = nix-command flakes34 > | |______________________________________________________- this step35 > |36 > = note: audit confidence → High37 > = note: this finding has an auto-fix38 > = help: audit documentation → https://docs.zizmor.sh/audits/#self-repository39 >40 > 35 findings (3 ignored, 25 suppressed, 7 safe fixes): 0 informational, 7 low, 0 medium, 0 high41 >42 > diff --git a/src/libstore/build/derivation-building-goal.cc b/src/libstore/build/derivation-building-goal.cc43 > index 5792cec..92d8e69 10064444 > --- a/src/libstore/build/derivation-building-goal.cc45 > +++ b/src/libstore/build/derivation-building-goal.cc46 > @@ -1069,8 +1069,7 @@ Goal::Co DerivationBuildingGoal::buildLocally(47 > || settings.extraPlatforms.get().count(drv->platform) || drv->isBuiltin();48 > auto required = drvOptions.getRequiredSystemFeatures(*drv);49 > auto & available = worker.store.config.systemFeatures.get();50 > - bool featuresOk =51 > - std::ranges::all_of(required, [&](const std::string & f) { return available.count(f); });52 > + bool featuresOk = std::ranges::all_of(required, [&](const std::string & f) { return available.count(f); });53 > if (worker.settings.maxBuildJobs.get() != 0 && platformOk && featuresOk) {54 > debug(55 > "external builder declined '%s'; falling back to a local build",56 For full logs, run:57 nix log /nix/store/6l3br8pn9ljd99ndrl7kpgfkblzfdv6m-pre-commit-run.drv