nixbot

builds

failed tincd-test-0.1.0 checks.x86_64-linux.tincd-test · build #80 · raw

unpackPhase
1unpacking source archive /nix/store/y8pcy9d9fda1lx97ckl2n5gqpjy7wwfn-source2source root is source
patchPhase
3Executing configureCargoCommonVars4decompressing cargo artifacts from /nix/store/9ya7ar170gr0ij7f1phg6zfm4wsww2cb-tincd-deps-0.1.0/target.tar.zst to target
configurePhase
5will append /build/source/.cargo-home/config.toml with contents of /nix/store/mnr4wsr26nmq4vwk9law062mylg9aalk-vendor-cargo-deps/config.toml6default configurePhase, nothing to do
buildPhase
7+++ command cargo --version8cargo 1.97.0 (c980f4866 2026-06-30)
checkPhase
9+++ command cargo test --release --workspace10 Compiling bitflags v2.11.011 Compiling rustix v1.1.412 Compiling linux-raw-sys v0.12.113 Compiling once_cell v1.21.414 Compiling fastrand v2.4.015 Compiling num-traits v0.2.1916 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 quick-error v1.2.322 Compiling fnv v1.0.723 Compiling bit-vec v0.8.024 Compiling regex-syntax v0.8.1125 Compiling unarray v0.1.426 Compiling tinc-ffi v0.0.0 (/build/source/crates/tinc-ffi)27 Compiling inout v0.2.228 Compiling hex v0.4.329 Compiling cipher v0.5.230 Compiling bit-set v0.8.031 Compiling chacha20 v0.10.232 Compiling nix v0.31.333 Compiling netlink-packet-route v0.31.034 Compiling rand_core v0.9.535 Compiling rand v0.9.236 Compiling rand_xorshift v0.4.037 Compiling module-lattice v0.2.338 Compiling crypto-bigint v0.7.539 Compiling ml-kem v0.3.240 Compiling tempfile v3.27.041 Compiling tinc-crypto v0.0.0 (/build/source/crates/tinc-crypto)42 Compiling rusty-fork v0.3.143 Compiling tinc-sptps v0.0.0 (/build/source/crates/tinc-sptps)44 Compiling tinc-conf v0.0.0 (/build/source/crates/tinc-conf)45 Compiling netdev v0.46.146 Compiling tinc-device v0.0.0 (/build/source/crates/tinc-device)47 Compiling crypto-primes v0.7.248 Compiling ppv-lite86 v0.2.2149 Compiling rand_chacha v0.10.050 Compiling rand_chacha v0.9.051 Compiling rsa v0.10.0-rc.1852 Compiling proptest v1.11.053 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/mnr4wsr26nmq4vwk9law062mylg9aalk-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...