setup
checks.aarch64-darwin.pre-commit
· build #32
· raw
1these 4 derivations will be built:2 /nix/store/22d5gvaircw7y3cnp5rmwhxcjgnwb29v-format-meson.drv3 /nix/store/9922szw0x4li1a2rxykrkls62as4p7ak-check-merge-conflicts.drv4 /nix/store/vqyklxmpwc2anzi8slb1vl0jyjw3hvmj-pre-commit-config.json.drv5 /nix/store/ybqz54i90d8s1dh43z488i2w5l5j74xi-pre-commit-run.drv6these 7 paths will be fetched (8.0 MiB download, 24.6 MiB unpacked):7 /nix/store/fg50lvs8kf5jcbfmn578h5z6wiay1p4m-pre-commit-4.5.18 /nix/store/n7zmwmwg81kpz3s9jrrfrrb3klsbwy4n-python3.14-cfgv-3.5.09 /nix/store/szxpvi0gyvpf2xmwqy7wx9h0la2iw0xr-python3.14-identify-2.6.1910 /nix/store/9sf1j60iz4yxh00f7a0c4v36d7lrn340-python3.14-nodeenv-1.10.011 /nix/store/q4vvxdpc0zddxs04v1vzy9ywcnmgid2j-python3.14-pre-commit-hooks-6.0.012 /nix/store/bpa7y6wjn8kmmc0rpinpzgrw1y5wibl4-python3.14-ukkonen-1.1.013 /nix/store/bh7qq7j5l4jx4h90vfjm0hbn6fwaz0jd-zizmor-1.30.014error: build of '/nix/store/ybqz54i90d8s1dh43z488i2w5l5j74xi-pre-commit-run.drv' on 'ssh-ng://customer@mac02' failed: Cannot build '/nix/store/ybqz54i90d8s1dh43z488i2w5l5j74xi-pre-commit-run.drv'.15 Reason: builder failed with exit code 1.16 Output paths:17 /nix/store/j559bn9rj0inqxnnl668iqv9flb83hsb-pre-commit-run18 Last 25 log lines:19 > 28 | | dogfood: false # Use stable version20 > 29 | | use_cache: false # Don't want any cache injection shenanigans21 > 30 | | extra_nix_config: |22 > 31 | | experimental-features = nix-command flakes23 > | |______________________________________________________- this step24 > |25 > = note: audit confidence → High26 > = note: this finding has an auto-fix27 >28 > 35 findings (3 ignored, 25 suppressed, 7 safe fixes): 0 informational, 7 low, 0 medium, 0 high29 >30 > diff --git a/src/libstore/build/derivation-building-goal.cc b/src/libstore/build/derivation-building-goal.cc31 > index 5792cec..92d8e69 10064432 > --- a/src/libstore/build/derivation-building-goal.cc33 > +++ b/src/libstore/build/derivation-building-goal.cc34 > @@ -1069,8 +1069,7 @@ Goal::Co DerivationBuildingGoal::buildLocally(35 > || settings.extraPlatforms.get().count(drv->platform) || drv->isBuiltin();36 > auto required = drvOptions.getRequiredSystemFeatures(*drv);37 > auto & available = worker.store.config.systemFeatures.get();38 > - bool featuresOk =39 > - std::ranges::all_of(required, [&](const std::string & f) { return available.count(f); });40 > + bool featuresOk = std::ranges::all_of(required, [&](const std::string & f) { return available.count(f); });41 > if (worker.settings.maxBuildJobs.get() != 0 && platformOk && featuresOk) {42 > debug(43 > "external builder declined '%s'; falling back to a local build",44 For full logs, run:45 nix log /nix/store/ybqz54i90d8s1dh43z488i2w5l5j74xi-pre-commit-run.drv46error: Cannot build '/nix/store/ybqz54i90d8s1dh43z488i2w5l5j74xi-pre-commit-run.drv'.47 Reason: builder failed with exit code 1.48 Output paths:49 /nix/store/j559bn9rj0inqxnnl668iqv9flb83hsb-pre-commit-run