these 28 derivations will be built: /nix/store/bkf33p9v7d2nbkmggbsirjlvlp55fg5i-vendor-cargo-deps.drv /nix/store/gqqqxx26gl0m555h6kil9rm4wghmn0my-tincd-deps-0.1.0.drv /nix/store/bycfbjivnpijhn1hb487zvh7sdyrfy3j-tincd-0.1.0.drv /nix/store/0nz4palnw9ihn5q4bz75b38p211yj5ry-system-path.drv /nix/store/0cyyp9jhbwgq61c751ghyinw1b18fc6c-dbus-1.drv /nix/store/hmdxnbay58y8w7whpdzddf8cmv2qs8v9-X-Restart-Triggers-dbus-broker.drv /nix/store/mpss88w0jv1s28f7lfm1dl7b7cgcshnc-unit-dbus-broker.service.drv /nix/store/pghwyx7y4qgfv0axjca4v38c8iwb1cf4-user-units.drv /nix/store/2pfnff55yamapc7yjimr0kp6j5bgdqwn-unit-tincr-mesh.service.drv /nix/store/h5li6qfl3xp6ln3q0ly11yrgd1hhxmxj-unit-dbus-broker.service.drv /nix/store/z4v7qqdl9q15yz54qailmp9xmg12hyhz-system-units.drv /nix/store/61ncn7sy0vksk3rv123iscxm8wq4g9a5-etc.drv /nix/store/y7wmpwy3a958a8rcv28bh7nahk60by4c-activate.drv /nix/store/qbk32v6s8iaphhk5gadsa2a4id2dzzq0-nixos-system-alpha-test.drv /nix/store/7anzxib45w6y54wa14772yjyg2iwl0cq-closure-info.drv /nix/store/07hg9fssvx2g8xynfqfi2bwk0i51smn7-run-nixos-vm.drv /nix/store/dh99i95ccbx09nc58hx4k14ikrkf105f-unit-tincr-mesh.service.drv /nix/store/95sgdfslk3l2fxpw6gqydi9hmai3mnjj-system-units.drv /nix/store/kf4paph4whagb6c5w49zcr73dywwaycc-nixos-vm.drv /nix/store/fa8i8cslyypf6wksm4wfhmvjdjgk4g0l-etc.drv /nix/store/lckbb5fd8j0qm1izs9841gcbljw4pnyx-activate.drv /nix/store/hr4kwm98qbgacnx2jmfmayws59zds2vd-nixos-system-beta-test.drv /nix/store/v4sz6x9h5plshf6mn98dy86jd4zgl39h-closure-info.drv /nix/store/h61299dfmj13kjgv7qdg14vnkd9z95w1-run-nixos-vm.drv /nix/store/wzqwrzfi2hjabipmxf3a4hl0nalna69z-nixos-vm.drv /nix/store/dyr0l6yd4smf1i6yfrrcp1dh97fflslp-driverConfiguration.json.drv /nix/store/ksrwcjxsvpx8y8ms270yhrp60h94vj4m-nixos-test-driver-tincr-module.drv /nix/store/nf94r8lgan5y0y6jf819p1afplxyp624-vm-test-run-tincr-module.drv Failed to find a machine for remote build! derivation: bycfbjivnpijhn1hb487zvh7sdyrfy3j-tincd-0.1.0.drv required (system, features): (aarch64-linux, []) 1 available machines: (systems, maxjobs, supportedFeatures, mandatoryFeatures) ([aarch64-darwin, x86_64-darwin], 8, [big-parallel, recursive-nix], []) building '/nix/store/bycfbjivnpijhn1hb487zvh7sdyrfy3j-tincd-0.1.0.drv' tincd-0.1.0> tribuchet: building on eliza tincd-0.1.0> Running phase: unpackPhase tincd-0.1.0> unpacking source archive /nix/store/b9d4dnslikgb1rik2fq3l3r36ni5vsc8-source tincd-0.1.0> source root is source tincd-0.1.0> Running phase: patchPhase tincd-0.1.0> Executing configureCargoCommonVars tincd-0.1.0> decompressing cargo artifacts from /nix/store/h1b2l3nlcxa9rhm34zp11hvqs4gcihy1-tincd-deps-0.1.0/target.tar.zst to target tincd-0.1.0> Running phase: updateAutotoolsGnuConfigScriptsPhase tincd-0.1.0> Running phase: configurePhase tincd-0.1.0> will append /build/source/.cargo-home/config.toml with contents of /nix/store/9lzax4sclir0jmbdicvva7dazzy5hb2k-vendor-cargo-deps/config.toml tincd-0.1.0> default configurePhase, nothing to do tincd-0.1.0> Running phase: buildPhase tincd-0.1.0> +++ command cargo --version tincd-0.1.0> cargo 1.97.0 (c980f4866 2026-06-30) tincd-0.1.0> +++ command cargo build --release --message-format json-render-diagnostics -p tincd -p tinc-tools tincd-0.1.0> Compiling tinc-proto v0.0.0 (/build/source/crates/tinc-proto) tincd-0.1.0> Compiling tincd v0.1.0 (/build/source/crates/tincd) tincd-0.1.0> Compiling tinc-device v0.0.0 (/build/source/crates/tinc-device) tincd-0.1.0> Compiling tinc-crypto v0.0.0 (/build/source/crates/tinc-crypto) tincd-0.1.0> Compiling tinc-sptps v0.0.0 (/build/source/crates/tinc-sptps) tincd-0.1.0> Compiling tinc-conf v0.0.0 (/build/source/crates/tinc-conf) tincd-0.1.0> Compiling tinc-tools v0.0.0 (/build/source/crates/tinc-tools) tincd-0.1.0> error[E0432]: unresolved import `sha3::Shake256` tincd-0.1.0> --> crates/tincd/src/discovery/blind.rs:24:22 tincd-0.1.0> | tincd-0.1.0> 24 | use sha3::{Sha3_256, Shake256}; tincd-0.1.0> | ^^^^^^^^ no `Shake256` in the root tincd-0.1.0> | tincd-0.1.0> help: a similar name exists in the module tincd-0.1.0> | tincd-0.1.0> 24 - use sha3::{Sha3_256, Shake256}; tincd-0.1.0> 24 + use sha3::{Sha3_256, Sha3_256}; tincd-0.1.0> | tincd-0.1.0> tincd-0.1.0> For more information about this error, try `rustc --explain E0432`. tincd-0.1.0> error: could not compile `tincd` (lib) due to 1 previous error tincd-0.1.0> warning: build failed, waiting for other jobs to finish... error: Cannot build '/nix/store/bycfbjivnpijhn1hb487zvh7sdyrfy3j-tincd-0.1.0.drv'. Reason: builder failed with exit code 101. Output paths: /nix/store/1nklga9hqa3sf8zgnpaqqlm1ybnxnn7p-tincd-0.1.0 Last 25 log lines: > +++ command cargo --version > cargo 1.97.0 (c980f4866 2026-06-30) > +++ command cargo build --release --message-format json-render-diagnostics -p tincd -p tinc-tools > Compiling tinc-proto v0.0.0 (/build/source/crates/tinc-proto) > Compiling tincd v0.1.0 (/build/source/crates/tincd) > Compiling tinc-device v0.0.0 (/build/source/crates/tinc-device) > Compiling tinc-crypto v0.0.0 (/build/source/crates/tinc-crypto) > Compiling tinc-sptps v0.0.0 (/build/source/crates/tinc-sptps) > Compiling tinc-conf v0.0.0 (/build/source/crates/tinc-conf) > Compiling tinc-tools v0.0.0 (/build/source/crates/tinc-tools) > error[E0432]: unresolved import `sha3::Shake256` > --> crates/tincd/src/discovery/blind.rs:24:22 > | > 24 | use sha3::{Sha3_256, Shake256}; > | ^^^^^^^^ no `Shake256` in the root > | > help: a similar name exists in the module > | > 24 - use sha3::{Sha3_256, Shake256}; > 24 + use sha3::{Sha3_256, Sha3_256}; > | > > For more information about this error, try `rustc --explain E0432`. > error: could not compile `tincd` (lib) due to 1 previous error > warning: build failed, waiting for other jobs to finish... For full logs, run: nix log /nix/store/bycfbjivnpijhn1hb487zvh7sdyrfy3j-tincd-0.1.0.drv error: Cannot build '/nix/store/0nz4palnw9ihn5q4bz75b38p211yj5ry-system-path.drv'. Reason: 1 dependency failed. Output paths: /nix/store/f11yj897glblz0k7s8m4vrk83qszbg2d-system-path error: Cannot build '/nix/store/2pfnff55yamapc7yjimr0kp6j5bgdqwn-unit-tincr-mesh.service.drv'. Reason: 1 dependency failed. Output paths: /nix/store/4qcxv4zqc3qi35kxj26cxifykv8qmiq2-unit-tincr-mesh.service error: Cannot build '/nix/store/dh99i95ccbx09nc58hx4k14ikrkf105f-unit-tincr-mesh.service.drv'. Reason: 1 dependency failed. Output paths: /nix/store/fmk3g7if1c145nb0gvcxwvs1ym6jsbqp-unit-tincr-mesh.service error: Cannot build '/nix/store/0cyyp9jhbwgq61c751ghyinw1b18fc6c-dbus-1.drv'. Reason: 1 dependency failed. Output paths: /nix/store/l57n9k6nffvbsjksls012c2z03h32hfs-dbus-1 error: Cannot build '/nix/store/hmdxnbay58y8w7whpdzddf8cmv2qs8v9-X-Restart-Triggers-dbus-broker.drv'. Reason: 1 dependency failed. Output paths: /nix/store/zhcfxg8lhrpmjdwbib6mbalpc14fy6if-X-Restart-Triggers-dbus-broker error: Cannot build '/nix/store/h5li6qfl3xp6ln3q0ly11yrgd1hhxmxj-unit-dbus-broker.service.drv'. Reason: 1 dependency failed. Output paths: /nix/store/84h5b3d7rb6kq5xzm9405kgdnj8djv8z-unit-dbus-broker.service error: Cannot build '/nix/store/mpss88w0jv1s28f7lfm1dl7b7cgcshnc-unit-dbus-broker.service.drv'. Reason: 1 dependency failed. Output paths: /nix/store/fmfrwhw06rnrk0jwhbdr265hy7pwl4qv-unit-dbus-broker.service error: Cannot build '/nix/store/95sgdfslk3l2fxpw6gqydi9hmai3mnjj-system-units.drv'. Reason: 2 dependencies failed. Output paths: /nix/store/h459n77xxqaaqy9zp3z7bkhhszivyqfy-system-units error: Cannot build '/nix/store/z4v7qqdl9q15yz54qailmp9xmg12hyhz-system-units.drv'. Reason: 2 dependencies failed. Output paths: /nix/store/3h0avaigb6p0sis54g00ljgnc818060g-system-units error: Cannot build '/nix/store/pghwyx7y4qgfv0axjca4v38c8iwb1cf4-user-units.drv'. Reason: 1 dependency failed. Output paths: /nix/store/bvpg8n3jb9ysaiskpq92qc0kzlnfijrv-user-units error: Cannot build '/nix/store/61ncn7sy0vksk3rv123iscxm8wq4g9a5-etc.drv'. Reason: 4 dependencies failed. Output paths: /nix/store/zmxgk7kcdp6qkl1hb3v1951mqp6lwzhz-etc error: Cannot build '/nix/store/fa8i8cslyypf6wksm4wfhmvjdjgk4g0l-etc.drv'. Reason: 4 dependencies failed. Output paths: /nix/store/lxkm2wgdl7bmg68dn8km79a91f303q9c-etc error: Cannot build '/nix/store/lckbb5fd8j0qm1izs9841gcbljw4pnyx-activate.drv'. Reason: 1 dependency failed. Output paths: /nix/store/xx347r30yv9qbqs9rfsq9kixa487g2kj-activate error: Cannot build '/nix/store/y7wmpwy3a958a8rcv28bh7nahk60by4c-activate.drv'. Reason: 1 dependency failed. Output paths: /nix/store/nl7rn7abpizvdmhcc6msfrgxb6yd6yws-activate error: Cannot build '/nix/store/qbk32v6s8iaphhk5gadsa2a4id2dzzq0-nixos-system-alpha-test.drv'. Reason: 3 dependencies failed. Output paths: /nix/store/mzgdaq7g92ggaqvympsxgyifpav7q8rq-nixos-system-alpha-test error: Cannot build '/nix/store/hr4kwm98qbgacnx2jmfmayws59zds2vd-nixos-system-beta-test.drv'. Reason: 3 dependencies failed. Output paths: /nix/store/lhap58v2klqgr6hxsl2ibfam7hymca8r-nixos-system-beta-test error: Cannot build '/nix/store/7anzxib45w6y54wa14772yjyg2iwl0cq-closure-info.drv'. Reason: 1 dependency failed. Output paths: /nix/store/b02bww7w6y0m65x1q3mw8nz0sv1prqrm-closure-info error: Cannot build '/nix/store/v4sz6x9h5plshf6mn98dy86jd4zgl39h-closure-info.drv'. Reason: 1 dependency failed. Output paths: /nix/store/8bd93v815jr9j0kw60zzsmzj686q70ch-closure-info error: Cannot build '/nix/store/07hg9fssvx2g8xynfqfi2bwk0i51smn7-run-nixos-vm.drv'. Reason: 2 dependencies failed. Output paths: /nix/store/33xyfhfx8y4z6hj19472417ggw5yk599-run-nixos-vm error: Cannot build '/nix/store/h61299dfmj13kjgv7qdg14vnkd9z95w1-run-nixos-vm.drv'. Reason: 2 dependencies failed. Output paths: /nix/store/c5n859cplzss7smnmw05cji1vkyl6350-run-nixos-vm error: Cannot build '/nix/store/kf4paph4whagb6c5w49zcr73dywwaycc-nixos-vm.drv'. Reason: 2 dependencies failed. Output paths: /nix/store/7hkqfmkvipphvdxix0pizwvph6rz9cqr-nixos-vm error: Cannot build '/nix/store/wzqwrzfi2hjabipmxf3a4hl0nalna69z-nixos-vm.drv'. Reason: 2 dependencies failed. Output paths: /nix/store/qfhv4dbv27ynyvyigqwkhfj09bkkz2hb-nixos-vm error: Cannot build '/nix/store/dyr0l6yd4smf1i6yfrrcp1dh97fflslp-driverConfiguration.json.drv'. Reason: 2 dependencies failed. Output paths: /nix/store/k062dwdks9pc47zn6zjbw7ylafh57f1c-driverConfiguration.json error: Cannot build '/nix/store/ksrwcjxsvpx8y8ms270yhrp60h94vj4m-nixos-test-driver-tincr-module.drv'. Reason: 1 dependency failed. Output paths: /nix/store/1s547jci7v01gkplgiqlfsryahk5rnll-nixos-test-driver-tincr-module error: Cannot build '/nix/store/nf94r8lgan5y0y6jf819p1afplxyp624-vm-test-run-tincr-module.drv'. Reason: 1 dependency failed. Output paths: /nix/store/jwhmcv9z2849vf6p4xwhj80m124ayirs-vm-test-run-tincr-module