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