tincd-test-0.1.0
checks.x86_64-linux.tincd-test
· build #74
· raw
unpackPhase
1unpacking source archive /nix/store/idcmd6j1qx34jhcs2dx129kvkpq3zl0w-source2source root is sourcepatchPhase
3Executing configureCargoCommonVars4decompressing cargo artifacts from /nix/store/a13l9lll67bfm94mrc32rggvg7j5hws0-tincd-deps-0.1.0/target.tar.zst to targetconfigurePhase
5will append /build/source/.cargo-home/config.toml with contents of /nix/store/8mz4dwlcvq7a0zd05js9p4kaxk7lp707-vendor-cargo-deps/config.toml6default configurePhase, nothing to dobuildPhase
7+++ command cargo --version8cargo 1.97.0 (c980f4866 2026-06-30)checkPhase
9+++ command cargo test --release --workspace10 Compiling num-traits v0.2.1911 Compiling bitflags v2.11.012 Compiling rustix v1.1.413 Compiling linux-raw-sys v0.12.114 Compiling once_cell v1.21.415 Compiling fastrand v2.4.016 Compiling zerocopy v0.8.4817 Compiling tinc-proto v0.0.0 (/build/source/crates/tinc-proto)18 Compiling tincd v0.1.0 (/build/source/crates/tincd)19 Compiling getrandom v0.3.420 Compiling wait-timeout v0.2.121 Compiling fnv v1.0.722 Compiling bit-vec v0.8.023 Compiling quick-error v1.2.324 Compiling unarray v0.1.425 Compiling regex-syntax v0.8.1126 Compiling tinc-ffi v0.0.0 (/build/source/crates/tinc-ffi)27 Compiling inout v0.2.228 Compiling hex v0.4.329 Compiling nix v0.31.330 Compiling netlink-packet-route v0.31.031 Compiling cipher v0.5.232 Compiling bit-set v0.8.033 Compiling chacha20 v0.10.234 Compiling rand_core v0.9.535 Compiling rand_xorshift v0.4.036 Compiling rand v0.9.237 Compiling module-lattice v0.2.338 Compiling crypto-bigint v0.7.539 Compiling ml-kem v0.3.240 Compiling tinc-crypto v0.0.0 (/build/source/crates/tinc-crypto)41 Compiling tinc-device v0.0.0 (/build/source/crates/tinc-device)42 Compiling ppv-lite86 v0.2.2143 Compiling rand_chacha v0.10.044 Compiling rand_chacha v0.9.045 Compiling tempfile v3.27.046 Compiling tinc-sptps v0.0.0 (/build/source/crates/tinc-sptps)47 Compiling tinc-conf v0.0.0 (/build/source/crates/tinc-conf)48 Compiling crypto-primes v0.7.249 Compiling netdev v0.46.150 Compiling rusty-fork v0.3.151 Compiling proptest v1.11.052 Compiling rsa v0.10.0-rc.1853 Compiling tinc-tools v0.0.0 (/build/source/crates/tinc-tools)54error[E0432]: unresolved import `chacha20::ChaCha20Legacy`55 --> crates/tinc-sptps/tests/vs_c.rs:9:556 |57 9 | use chacha20::ChaCha20Legacy;58 | ^^^^^^^^^^^^^^^^^^^^^^^^ no `ChaCha20Legacy` in the root59 |60note: found an item that was configured out61 --> /nix/store/8mz4dwlcvq7a0zd05js9p4kaxk7lp707-vendor-cargo-deps/c19b7c6f923b580ac259164a89f2577984ad5ab09ee9d583b888f934adbbe8d0/chacha20-0.10.2/src/lib.rs:28:1862 |6327 | #[cfg(feature = "legacy")]64 | ------------------ the item is gated behind the `legacy` feature6528 | pub use legacy::{ChaCha20Legacy, ChaCha20LegacyCore, LegacyNonce};66 | ^^^^^^^^^^^^^^6768warning: unused import: `KeyIvInit`69 --> crates/tinc-sptps/tests/vs_c.rs:10:2470 |7110 | use chacha20::cipher::{KeyIvInit, StreamCipher, StreamCipherSeek};72 | ^^^^^^^^^73 |74 = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default7576For more information about this error, try `rustc --explain E0432`.77warning: `tinc-sptps` (test "vs_c") generated 1 warning78error: could not compile `tinc-sptps` (test "vs_c") due to 1 previous error; 1 warning emitted79warning: build failed, waiting for other jobs to finish...