tribuchet: building on eliza Running phase: unpackPhase unpacking source archive /nix/store/y8pcy9d9fda1lx97ckl2n5gqpjy7wwfn-source source root is source Running phase: patchPhase Executing configureCargoCommonVars decompressing cargo artifacts from /nix/store/dcpzhgf638n86l37fdd8i4hlx7x4s8qi-tincd-deps-0.1.0/target.tar.zst to target Running phase: updateAutotoolsGnuConfigScriptsPhase Running phase: configurePhase will append /build/source/.cargo-home/config.toml with contents of /nix/store/qh6x5lgysbz360jgm6larms2akjw57xq-vendor-cargo-deps/config.toml default configurePhase, nothing to do Running phase: buildPhase +++ command cargo --version cargo 1.97.0 (c980f4866 2026-06-30) Running phase: checkPhase +++ command cargo test --release --workspace Compiling bitflags v2.11.0 Compiling rustix v1.1.4 Compiling linux-raw-sys v0.12.1 Compiling once_cell v1.21.4 Compiling num-traits v0.2.19 Compiling fastrand v2.4.0 Compiling zerocopy v0.8.48 Compiling tinc-proto v0.0.0 (/build/source/crates/tinc-proto) Compiling tincd v0.1.0 (/build/source/crates/tincd) Compiling getrandom v0.3.4 Compiling wait-timeout v0.2.1 Compiling quick-error v1.2.3 Compiling fnv v1.0.7 Compiling bit-vec v0.8.0 Compiling regex-syntax v0.8.11 Compiling unarray v0.1.4 Compiling tinc-ffi v0.0.0 (/build/source/crates/tinc-ffi) Compiling inout v0.2.2 Compiling hex v0.4.3 Compiling cipher v0.5.2 Compiling nix v0.31.3 Compiling netlink-packet-route v0.31.0 Compiling bit-set v0.8.0 Compiling chacha20 v0.10.2 Compiling rand_core v0.9.5 Compiling rand v0.9.2 Compiling rand_xorshift v0.4.0 Compiling module-lattice v0.2.3 Compiling crypto-bigint v0.7.5 Compiling ml-kem v0.3.2 Compiling tempfile v3.27.0 Compiling rusty-fork v0.3.1 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-device v0.0.0 (/build/source/crates/tinc-device) Compiling crypto-primes v0.7.2 Compiling ppv-lite86 v0.2.21 Compiling rand_chacha v0.10.0 Compiling rsa v0.10.0-rc.18 Compiling netdev v0.46.1 Compiling rand_chacha v0.9.0 Compiling tinc-tools v0.0.0 (/build/source/crates/tinc-tools) Compiling proptest v1.11.0 error[E0432]: unresolved import `chacha20::ChaCha20Legacy` --> crates/tinc-sptps/tests/vs_c.rs:9:5 | 9 | use chacha20::ChaCha20Legacy; | ^^^^^^^^^^^^^^^^^^^^^^^^ no `ChaCha20Legacy` in the root | note: found an item that was configured out --> /nix/store/qh6x5lgysbz360jgm6larms2akjw57xq-vendor-cargo-deps/c19b7c6f923b580ac259164a89f2577984ad5ab09ee9d583b888f934adbbe8d0/chacha20-0.10.2/src/lib.rs:28:18 | 27 | #[cfg(feature = "legacy")] | ------------------ the item is gated behind the `legacy` feature 28 | pub use legacy::{ChaCha20Legacy, ChaCha20LegacyCore, LegacyNonce}; | ^^^^^^^^^^^^^^ warning: unused import: `KeyIvInit` --> crates/tinc-sptps/tests/vs_c.rs:10:24 | 10 | use chacha20::cipher::{KeyIvInit, StreamCipher, StreamCipherSeek}; | ^^^^^^^^^ | = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default For more information about this error, try `rustc --explain E0432`. warning: `tinc-sptps` (test "vs_c") generated 1 warning error: could not compile `tinc-sptps` (test "vs_c") due to 1 previous error; 1 warning emitted warning: build failed, waiting for other jobs to finish...