nixbot

builds
1these 4 derivations will be built:2 /nix/store/jda28yplbddx3ckdzz4rdimbrjdr4nlw-check-merge-conflicts.drv3 /nix/store/kchksz681kagswivb6w6lsg8cwiciav8-format-meson.drv4 /nix/store/m5n56k27yry6iw5x629yl8wzbwsqadyv-pre-commit-config.json.drv5 /nix/store/dr5l1l5bfd86dlp3dl78cqhmxj7z9qrf-pre-commit-run.drv6these 7 paths will be fetched (5.6 MiB download, 23.0 MiB unpacked):7 /nix/store/z3cca68620w0w10f090szgzdnmh1waf2-pre-commit-4.5.18 /nix/store/lanqdphw1ma7cdc7ncrkad6csx2a2j1c-python3.13-cfgv-3.5.09 /nix/store/x34jlg7mzgmzkka038di8cx6kl322bjv-python3.13-identify-2.6.1910 /nix/store/x6sa0wjw8hw9d9a7v36iw7kc219frmqq-python3.13-nodeenv-1.10.011 /nix/store/bf0r7plw32cn6c51isj77j4wccxvjax6-python3.13-pre-commit-hooks-6.0.012 /nix/store/narf5j513f6a4k0ns9psgnhpayq9vk3i-python3.13-ukkonen-1.1.013 /nix/store/gkcfzbr2y1j7y9ca9yv17wcvy05wvywg-zizmor-1.25.214warning: file 'nar/0094chhmvx2r740pp753wi6x5f1ll81f9pcvizg6yfasf3i9f82p.nar.zst' does not exist in binary cache 'https://cache.numtide.com'15warning: file 'nar/08z5mvv5kbi2mb6gdbk0lihq7sraiyv77wddav2qr0qcgc32lry2.nar.zst' does not exist in binary cache 'https://cache.numtide.com'16warning: file 'nar/00igf46915nikwlk9wb81bkqm3a2pw2r5gb35893ndsa3cmfng7q.nar.zst' does not exist in binary cache 'https://cache.numtide.com'17warning: file 'nar/0rf1f95lrf74cnlj3m2f6x54yh5wbqax9wp1c11mrhd60hs412z2.nar.zst' does not exist in binary cache 'https://cache.numtide.com'18warning: file 'nar/13ajw5vprn4li881hj9bkkrmcg1k73dqnd9c4ny7hir2c4k1w8xp.nar.zst' does not exist in binary cache 'https://cache.numtide.com'19warning: file 'nar/1q8gqhf1lxkjrwyifknabk92sz36y6y9hsshk0rnjhpdb5jhpw5v.nar.zst' does not exist in binary cache 'https://cache.numtide.com'20warning: file 'nar/0qvinbk4446pxf8hb61j1l5xpl2fd216mihh3ncsgzzmisy1bsnh.nar.zst' does not exist in binary cache 'https://cache.numtide.com'21warning: file 'nar/14cr0pphfwc89sxkg7fqlmk7jhvx32fddzvmin82jd17yhrngj0m.nar.zst' does not exist in binary cache 'https://cache.numtide.com'22warning: file 'nar/165n92lva2z4py5gczjql350lf6nx8mp7wph1cbbcvhk33089j9i.nar.zst' does not exist in binary cache 'https://cache.numtide.com'23warning: file 'nar/1g45d45w4y8ajvmm5nm9nvdf1frl0nl4zc7ikaawyp6xd3fbd2qm.nar.zst' does not exist in binary cache 'https://cache.numtide.com'24warning: file 'nar/1vci0r7q0kq8lhz4bqaxhkr4xdjwx9w6hlv5q4w39b93z7pa73bm.nar.zst' does not exist in binary cache 'https://cache.numtide.com'25warning: file 'nar/0zwy5zfrbp0zwpr0h80lm78if6mrajvyi16fpbrl1k1kl8msl64n.nar.zst' does not exist in binary cache 'https://cache.numtide.com'26warning: file 'nar/0xg1c9ldfs9056jf2pvvd6izdvh8s6583yhqql6vlj09i72pdph1.nar.zst' does not exist in binary cache 'https://cache.numtide.com'27warning: file 'nar/0kldidls821fq44dq9a8pbfcy010x4gjjp2c8vllgyxpgx5ji8wj.nar.zst' does not exist in binary cache 'https://cache.numtide.com'28error: build of '/nix/store/dr5l1l5bfd86dlp3dl78cqhmxj7z9qrf-pre-commit-run.drv' on 'ssh-ng://customer@mac02' failed: Cannot build '/nix/store/dr5l1l5bfd86dlp3dl78cqhmxj7z9qrf-pre-commit-run.drv'.29 Reason: builder failed with exit code 1.30 Output paths:31 /nix/store/q7sc0myyi8np6zp63569xn8d4p5shzsp-pre-commit-run32 Last 25 log lines:33 > Running phase: buildPhase34 > Running: $ pre-commit run --all-files35 > check-merge-conflicts....................................................Passed36 > check-merge-conflicts-2..................................................Passed37 > clang-format.............................................................Failed38 > - hook id: clang-format39 > - files were modified by this hook40 > meson-format.............................................................Passed41 > nixfmt...................................................................Passed42 > shellcheck...............................................................Passed43 > zizmor...................................................................Passed44 > diff --git a/src/libstore/build/derivation-building-goal.cc b/src/libstore/build/derivation-building-goal.cc45 > index 5b013b8..80c19db 10064446 > --- a/src/libstore/build/derivation-building-goal.cc47 > +++ b/src/libstore/build/derivation-building-goal.cc48 > @@ -1037,8 +1037,7 @@ Goal::Co DerivationBuildingGoal::buildLocally(49 > || settings.extraPlatforms.get().count(drv->platform) || drv->isBuiltin();50 > auto required = drvOptions.getRequiredSystemFeatures(*drv);51 > auto & available = worker.store.config.systemFeatures.get();52 > - bool featuresOk =53 > - std::ranges::all_of(required, [&](const std::string & f) { return available.count(f); });54 > + bool featuresOk = std::ranges::all_of(required, [&](const std::string & f) { return available.count(f); });55 > if (worker.settings.maxBuildJobs.get() != 0 && platformOk && featuresOk) {56 > debug(57 > "external builder declined '%s'; falling back to a local build",58 For full logs, run:59 nix log /nix/store/dr5l1l5bfd86dlp3dl78cqhmxj7z9qrf-pre-commit-run.drv60error: Cannot build '/nix/store/dr5l1l5bfd86dlp3dl78cqhmxj7z9qrf-pre-commit-run.drv'.61 Reason: builder failed with exit code 1.62 Output paths:63 /nix/store/q7sc0myyi8np6zp63569xn8d4p5shzsp-pre-commit-run