setup
checks.aarch64-darwin.pre-commit
· build #34
· raw
1these 4 derivations will be built:2 /nix/store/7cxcqmad6vvmqq88qsaw47vwwra4rm6w-format-meson.drv3 /nix/store/mclay1cxi4blv64qpbr2483jwhmkpylv-check-merge-conflicts.drv4 /nix/store/sjjassn2k69wv8zq6l2xsdrlzd2ijwb2-pre-commit-config.json.drv5 /nix/store/11dcwcjgyrdm35d2pz57bffqhr9vfybr-pre-commit-run.drv6these 11 paths will be fetched (11.8 MiB download, 33.6 MiB unpacked):7 /nix/store/x5as93pzns0p2wai5lhgp33myps6qy7y-pre-commit-4.6.28 /nix/store/fvgsc819q8cv97zgyl6aazhm0b8bnch1-python3.14-cfgv-3.5.09 /nix/store/wm55r2gncsaq33q8p9zclgap39nvibj1-python3.14-distlib-0.4.010 /nix/store/wsyxw0l7k0xd8scd05m6a2jp8frf30kg-python3.14-filelock-3.29.711 /nix/store/pibja4x6dwpypj0vrlcbbim2l9rvwchn-python3.14-identify-2.6.1912 /nix/store/z8nyj95r61hiwbajmx80v2nb5na1y6j6-python3.14-nodeenv-1.10.013 /nix/store/502zwsnzl0v7353fsfmv7w1jqc6gqc9j-python3.14-pre-commit-hooks-6.0.014 /nix/store/4nywzfg3r4nld8dm2b5fyw9widqdad7h-python3.14-python-discovery-1.4.215 /nix/store/9cda3hlhixb4shf16dl2xrzi6aysja3h-python3.14-ukkonen-1.1.016 /nix/store/k0i7d3vrfg0a505lbm0dxprd241m804g-python3.14-virtualenv-21.6.117 /nix/store/jq17qjy2cdylca6n1x987fbrhin967dn-zizmor-1.30.118error: build of '/nix/store/11dcwcjgyrdm35d2pz57bffqhr9vfybr-pre-commit-run.drv' on 'ssh-ng://customer@mac02' failed: Cannot build '/nix/store/11dcwcjgyrdm35d2pz57bffqhr9vfybr-pre-commit-run.drv'.19 Reason: builder failed with exit code 1.20 Output paths:21 /nix/store/19i4avgc7x2ia2m9dv9gqh56llnvmlwn-pre-commit-run22 Last 25 log lines:23 > 28 | | dogfood: false # Use stable version24 > 29 | | use_cache: false # Don't want any cache injection shenanigans25 > 30 | | extra_nix_config: |26 > 31 | | experimental-features = nix-command flakes27 > | |______________________________________________________- this step28 > |29 > = note: audit confidence → High30 > = note: this finding has an auto-fix31 >32 > 35 findings (3 ignored, 25 suppressed, 7 unsafe fixes): 0 informational, 7 low, 0 medium, 0 high33 >34 > diff --git a/src/libstore/build/derivation-building-goal.cc b/src/libstore/build/derivation-building-goal.cc35 > index 5792cec..92d8e69 10064436 > --- a/src/libstore/build/derivation-building-goal.cc37 > +++ b/src/libstore/build/derivation-building-goal.cc38 > @@ -1069,8 +1069,7 @@ Goal::Co DerivationBuildingGoal::buildLocally(39 > || settings.extraPlatforms.get().count(drv->platform) || drv->isBuiltin();40 > auto required = drvOptions.getRequiredSystemFeatures(*drv);41 > auto & available = worker.store.config.systemFeatures.get();42 > - bool featuresOk =43 > - std::ranges::all_of(required, [&](const std::string & f) { return available.count(f); });44 > + bool featuresOk = std::ranges::all_of(required, [&](const std::string & f) { return available.count(f); });45 > if (worker.settings.maxBuildJobs.get() != 0 && platformOk && featuresOk) {46 > debug(47 > "external builder declined '%s'; falling back to a local build",48 For full logs, run:49 nix log /nix/store/11dcwcjgyrdm35d2pz57bffqhr9vfybr-pre-commit-run.drv50error: Cannot build '/nix/store/11dcwcjgyrdm35d2pz57bffqhr9vfybr-pre-commit-run.drv'.51 Reason: builder failed with exit code 1.52 Output paths:53 /nix/store/19i4avgc7x2ia2m9dv9gqh56llnvmlwn-pre-commit-run