setup
checks.aarch64-linux.pre-commit
· build #31
· raw
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/gndvkiwsys5qaxahhxs5qvybb82svwp9-pre-commit-run.drv6these 11 paths will be fetched (12.2 MiB download, 35.3 MiB unpacked):7 /nix/store/sdm1k3b5d5gy5szf3ialbd6kxplz332w-pre-commit-4.5.18 /nix/store/7mqd83wz5k6zkn0crhwykb4nhx7r2sbw-python3.14-cfgv-3.5.09 /nix/store/mf4sbsxfzpaz6hzssrrhcnw0gifjfvg5-python3.14-distlib-0.4.010 /nix/store/6nrsyrxg0fwpgb091mfbav038sxgkrcw-python3.14-filelock-3.29.711 /nix/store/gdapza9z66z1nmydyw6ksha11yr8dyrr-python3.14-identify-2.6.1912 /nix/store/ina7p30pnnzsvq0ljs2kii3ij21k9ip5-python3.14-nodeenv-1.10.013 /nix/store/jaj2x0j6sl7rc064bwvk9ycaszmwks1n-python3.14-pre-commit-hooks-6.0.014 /nix/store/zhqj1rncyr712dbfcyjix04s7864pa14-python3.14-python-discovery-1.4.215 /nix/store/iwqi5xbxblar62cnxfygn99bw3zim59w-python3.14-ukkonen-1.1.016 /nix/store/8rr4fbkl29ycxvx6g3ngsiy84202x51w-python3.14-virtualenv-21.6.117 /nix/store/znrza96d6d54gc2j4imn19pa17vlh1bm-zizmor-1.30.018Failed to find a machine for remote build!19derivation: h72f2lxzv1dykdysar5dxip7g9yirmig-pre-commit-config.json.drv20required (system, features): (aarch64-linux, [])211 available machines:22(systems, maxjobs, supportedFeatures, mandatoryFeatures)23([aarch64-darwin, x86_64-darwin], 8, [big-parallel, recursive-nix], [])24Failed to find a machine for remote build!25derivation: gndvkiwsys5qaxahhxs5qvybb82svwp9-pre-commit-run.drv26required (system, features): (aarch64-linux, [])271 available machines:28(systems, maxjobs, supportedFeatures, mandatoryFeatures)29([aarch64-darwin, x86_64-darwin], 8, [big-parallel, recursive-nix], [])30error: Cannot build '/nix/store/gndvkiwsys5qaxahhxs5qvybb82svwp9-pre-commit-run.drv'.31 Reason: builder failed with exit code 1.32 Output paths:33 /nix/store/d6iz0l0s2rwkz9rdrsnqcpfczy6a9xr3-pre-commit-run34 Last 25 log lines:35 > 29 | | use_cache: false # Don't want any cache injection shenanigans36 > 30 | | extra_nix_config: |37 > 31 | | experimental-features = nix-command flakes38 > | |______________________________________________________- this step39 > |40 > = note: audit confidence → High41 > = note: this finding has an auto-fix42 > = help: audit documentation → https://docs.zizmor.sh/audits/#self-repository43 >44 > 35 findings (3 ignored, 25 suppressed, 7 safe fixes): 0 informational, 7 low, 0 medium, 0 high45 >46 > diff --git a/src/libstore/build/derivation-building-goal.cc b/src/libstore/build/derivation-building-goal.cc47 > index 5792cec..92d8e69 10064448 > --- a/src/libstore/build/derivation-building-goal.cc49 > +++ b/src/libstore/build/derivation-building-goal.cc50 > @@ -1069,8 +1069,7 @@ Goal::Co DerivationBuildingGoal::buildLocally(51 > || settings.extraPlatforms.get().count(drv->platform) || drv->isBuiltin();52 > auto required = drvOptions.getRequiredSystemFeatures(*drv);53 > auto & available = worker.store.config.systemFeatures.get();54 > - bool featuresOk =55 > - std::ranges::all_of(required, [&](const std::string & f) { return available.count(f); });56 > + bool featuresOk = std::ranges::all_of(required, [&](const std::string & f) { return available.count(f); });57 > if (worker.settings.maxBuildJobs.get() != 0 && platformOk && featuresOk) {58 > debug(59 > "external builder declined '%s'; falling back to a local build",60 For full logs, run:61 nix log /nix/store/gndvkiwsys5qaxahhxs5qvybb82svwp9-pre-commit-run.drv