1these 27 derivations will be built:2 /nix/store/pzgzpqbig8yf403sb5fd431xgfgq4bf3-cargo-src-sponge-cursor-0.1.0.drv3 /nix/store/jhbgn5c3wp32jkncacgz40c7bzy783dz-cargo-package-sponge-cursor-0.1.0.drv4 /nix/store/pg8xxayiww7h1y99knbsfvr1cx8bms7k-cargo-src-sha3-0.12.0.drv5 /nix/store/q4lb2z91gbh1756bl6pfxza3pxw4kxlw-cargo-package-sha3-0.12.0.drv6 /nix/store/i8h2mcfm5npswlpy96cbkkqm7pd2p4pw-vendor-registry.drv7 /nix/store/bkf33p9v7d2nbkmggbsirjlvlp55fg5i-vendor-cargo-deps.drv8 /nix/store/m315b30blrqxd1r6wg1yv0kxj76k2hmw-Cargo.toml.drv9 /nix/store/c6gvv12i96aq7910lwvk0pq0la02wg9v-source.drv10 /nix/store/gqqqxx26gl0m555h6kil9rm4wghmn0my-tincd-deps-0.1.0.drv11 /nix/store/bycfbjivnpijhn1hb487zvh7sdyrfy3j-tincd-0.1.0.drv12 /nix/store/016rk2x01imi70kivmi0j9p5cy1rz1nq-unit-tinc.mesh.service.drv13 /nix/store/wj41sclmdx1nzyinwff277i5a7g17sa2-system-path.drv14 /nix/store/pqgmrggk0cwci80r4023b80wznzjramp-dbus-1.drv15 /nix/store/k128lv90s62q43qh67rgr167qh5zdli4-X-Restart-Triggers-dbus-broker.drv16 /nix/store/b5qmxsyzg4ba12g19mvqn8hgwadyjs8f-unit-dbus-broker.service.drv17 /nix/store/5ggh90bjhsc058y2caygjayy8bhba83d-system-units.drv18 /nix/store/q79wz23sayyly744xqllhbwv6ii6wkda-unit-dbus-broker.service.drv19 /nix/store/cjl3shivic37m20hcxi70piw86mfq6hd-user-units.drv20 /nix/store/ywmbs0x4sg7xdcjg0pr99s22fg85jwn1-etc.drv21 /nix/store/ljpidl8lwgcbl8h8w21b7xcjd6mq4701-activate.drv22 /nix/store/ny8bb9rsfcnmryv8whchlv6imab7a3nc-nixos-system-alpha-test.drv23 /nix/store/cgc0bwnkfc1fdd3is19ciakpffs5bymz-closure-info.drv24 /nix/store/k8dlmmday03qavqwbz34l4y7ffk9mldc-run-nixos-vm.drv25 /nix/store/lpjq994knl0bb26s9m7bq0hy73wwgh0k-nixos-vm.drv26 /nix/store/2c14r65z2hxa3hk0fzyc6ppgvch0lbvm-driverConfiguration.json.drv27 /nix/store/31jswfv9m2an7c0iqyxxivih8mpvng43-nixos-test-driver-tincd-nixos-crossimpl.drv28 /nix/store/4p1a03kzqmmi3pg44rz80a3kk39f2rg5-vm-test-run-tincd-nixos-crossimpl.drv29Failed to find a machine for remote build!30derivation: jhbgn5c3wp32jkncacgz40c7bzy783dz-cargo-package-sponge-cursor-0.1.0.drv31required (system, features): (aarch64-linux, [])321 available machines:33(systems, maxjobs, supportedFeatures, mandatoryFeatures)34([aarch64-darwin, x86_64-darwin], 8, [big-parallel, recursive-nix], [])35Failed to find a machine for remote build!36derivation: q4lb2z91gbh1756bl6pfxza3pxw4kxlw-cargo-package-sha3-0.12.0.drv37required (system, features): (aarch64-linux, [])381 available machines:39(systems, maxjobs, supportedFeatures, mandatoryFeatures)40([aarch64-darwin, x86_64-darwin], 8, [big-parallel, recursive-nix], [])41Failed to find a machine for remote build!42derivation: bycfbjivnpijhn1hb487zvh7sdyrfy3j-tincd-0.1.0.drv43required (system, features): (aarch64-linux, [])441 available machines:45(systems, maxjobs, supportedFeatures, mandatoryFeatures)46([aarch64-darwin, x86_64-darwin], 8, [big-parallel, recursive-nix], [])47error: Cannot build '/nix/store/bycfbjivnpijhn1hb487zvh7sdyrfy3j-tincd-0.1.0.drv'.48 Reason: builder failed with exit code 101.49 Output paths:50 /nix/store/1nklga9hqa3sf8zgnpaqqlm1ybnxnn7p-tincd-0.1.051 Last 25 log lines:52 > +++ command cargo --version53 > cargo 1.97.0 (c980f4866 2026-06-30)54 > +++ command cargo build --release --message-format json-render-diagnostics -p tincd -p tinc-tools55 > Compiling tinc-proto v0.0.0 (/build/source/crates/tinc-proto)56 > Compiling tincd v0.1.0 (/build/source/crates/tincd)57 > Compiling tinc-device v0.0.0 (/build/source/crates/tinc-device)58 > Compiling tinc-crypto v0.0.0 (/build/source/crates/tinc-crypto)59 > Compiling tinc-sptps v0.0.0 (/build/source/crates/tinc-sptps)60 > Compiling tinc-conf v0.0.0 (/build/source/crates/tinc-conf)61 > Compiling tinc-tools v0.0.0 (/build/source/crates/tinc-tools)62 > error[E0432]: unresolved import `sha3::Shake256`63 > --> crates/tincd/src/discovery/blind.rs:24:2264 > |65 > 24 | use sha3::{Sha3_256, Shake256};66 > | ^^^^^^^^ no `Shake256` in the root67 > |68 > help: a similar name exists in the module69 > |70 > 24 - use sha3::{Sha3_256, Shake256};71 > 24 + use sha3::{Sha3_256, Sha3_256};72 > |73 >74 > For more information about this error, try `rustc --explain E0432`.75 > error: could not compile `tincd` (lib) due to 1 previous error76 > warning: build failed, waiting for other jobs to finish...77 For full logs, run:78 nix log /nix/store/bycfbjivnpijhn1hb487zvh7sdyrfy3j-tincd-0.1.0.drv79error: Cannot build '/nix/store/wj41sclmdx1nzyinwff277i5a7g17sa2-system-path.drv'.80 Reason: 1 dependency failed.81 Output paths:82 /nix/store/x8z604wsiszqc0s2vlyf9yx3dlw2xmn5-system-path83error: Cannot build '/nix/store/016rk2x01imi70kivmi0j9p5cy1rz1nq-unit-tinc.mesh.service.drv'.84 Reason: 1 dependency failed.85 Output paths:86 /nix/store/345chg997c1wri1vs10lzarvk46cc89i-unit-tinc.mesh.service87error: Cannot build '/nix/store/pqgmrggk0cwci80r4023b80wznzjramp-dbus-1.drv'.88 Reason: 1 dependency failed.89 Output paths:90 /nix/store/xcg1gd741mlmd4k5n3zfs52lh9018m9w-dbus-191error: Cannot build '/nix/store/k128lv90s62q43qh67rgr167qh5zdli4-X-Restart-Triggers-dbus-broker.drv'.92 Reason: 1 dependency failed.93 Output paths:94 /nix/store/4ypfz667lgw0kd00gmm8a95a4q4f2vq8-X-Restart-Triggers-dbus-broker95error: Cannot build '/nix/store/b5qmxsyzg4ba12g19mvqn8hgwadyjs8f-unit-dbus-broker.service.drv'.96 Reason: 1 dependency failed.97 Output paths:98 /nix/store/j6975kqnil5136l88k3sp60wh6zgdscp-unit-dbus-broker.service99error: Cannot build '/nix/store/q79wz23sayyly744xqllhbwv6ii6wkda-unit-dbus-broker.service.drv'.100 Reason: 1 dependency failed.101 Output paths:102 /nix/store/gjxb4scpz6nbkd3s5aqd4sbb6q6ci4q6-unit-dbus-broker.service103error: Cannot build '/nix/store/5ggh90bjhsc058y2caygjayy8bhba83d-system-units.drv'.104 Reason: 2 dependencies failed.105 Output paths:106 /nix/store/nsz65wn0hzqcnfdnn521sa8w6ym4df88-system-units107error: Cannot build '/nix/store/cjl3shivic37m20hcxi70piw86mfq6hd-user-units.drv'.108 Reason: 1 dependency failed.109 Output paths:110 /nix/store/gjf1d0cb4canyp0fqicmmkaq06clb6dd-user-units111error: Cannot build '/nix/store/ywmbs0x4sg7xdcjg0pr99s22fg85jwn1-etc.drv'.112 Reason: 4 dependencies failed.113 Output paths:114 /nix/store/gw7nyjr0837mfal10k49yk4ifw0w6psd-etc115error: Cannot build '/nix/store/ljpidl8lwgcbl8h8w21b7xcjd6mq4701-activate.drv'.116 Reason: 1 dependency failed.117 Output paths:118 /nix/store/vbyzq2w60m8qyzqw4khz2hn3zbfzk07w-activate119error: Cannot build '/nix/store/ny8bb9rsfcnmryv8whchlv6imab7a3nc-nixos-system-alpha-test.drv'.120 Reason: 3 dependencies failed.121 Output paths:122 /nix/store/cgg0wrwzzcc23i3r50w9il6gy55ssci8-nixos-system-alpha-test123error: Cannot build '/nix/store/cgc0bwnkfc1fdd3is19ciakpffs5bymz-closure-info.drv'.124 Reason: 1 dependency failed.125 Output paths:126 /nix/store/jb7d83gag7nf9s7sa2jynr7a075gwcbx-closure-info127error: Cannot build '/nix/store/k8dlmmday03qavqwbz34l4y7ffk9mldc-run-nixos-vm.drv'.128 Reason: 2 dependencies failed.129 Output paths:130 /nix/store/9kl570xwq9rd3j2ablkjsx9d1k9wbhap-run-nixos-vm131error: Cannot build '/nix/store/lpjq994knl0bb26s9m7bq0hy73wwgh0k-nixos-vm.drv'.132 Reason: 2 dependencies failed.133 Output paths:134 /nix/store/n1nsznf2w5bfkc8xhwc4jgf7ilv01hpq-nixos-vm135error: Cannot build '/nix/store/2c14r65z2hxa3hk0fzyc6ppgvch0lbvm-driverConfiguration.json.drv'.136 Reason: 1 dependency failed.137 Output paths:138 /nix/store/5i8gj6rspxqcb093y76gkbzc6f1adkbi-driverConfiguration.json139error: Cannot build '/nix/store/31jswfv9m2an7c0iqyxxivih8mpvng43-nixos-test-driver-tincd-nixos-crossimpl.drv'.140 Reason: 1 dependency failed.141 Output paths:142 /nix/store/p0092w6f6l3hi4ns8gmrkbjb70f4bjav-nixos-test-driver-tincd-nixos-crossimpl143error: Cannot build '/nix/store/4p1a03kzqmmi3pg44rz80a3kk39f2rg5-vm-test-run-tincd-nixos-crossimpl.drv'.144 Reason: 1 dependency failed.145 Output paths:146 /nix/store/00y7p24vlp45074ggca3mim6iwmkssf5-vm-test-run-tincd-nixos-crossimpl