nixbot

builds

failed tincd-test-0.1.0 checks.aarch64-linux.tincd-test · build #74 · raw

1tribuchet: building on eliza
unpackPhase
2unpacking source archive /nix/store/idcmd6j1qx34jhcs2dx129kvkpq3zl0w-source3source root is source
patchPhase
4Executing configureCargoCommonVars5decompressing cargo artifacts from /nix/store/h3b7n7kmjy2lr8hc2mxj5vr5jc85jc6w-tincd-deps-0.1.0/target.tar.zst to target
configurePhase
6will append /build/source/.cargo-home/config.toml with contents of /nix/store/h2zqw0qs7pfz47ixnplxm394gfi1bslw-vendor-cargo-deps/config.toml7default configurePhase, nothing to do
buildPhase
8+++ command cargo --version9cargo 1.97.0 (c980f4866 2026-06-30)
checkPhase
10+++ command cargo test --release --workspace11 Compiling num-traits v0.2.1912 Compiling bitflags v2.11.013 Compiling rustix v1.1.414 Compiling linux-raw-sys v0.12.115 Compiling fastrand v2.4.016 Compiling once_cell v1.21.417 Compiling zerocopy v0.8.4818 Compiling tinc-proto v0.0.0 (/build/source/crates/tinc-proto)19 Compiling tincd v0.1.0 (/build/source/crates/tincd)20 Compiling getrandom v0.3.421 Compiling wait-timeout v0.2.122 Compiling fnv v1.0.723 Compiling bit-vec v0.8.024 Compiling quick-error v1.2.325 Compiling regex-syntax v0.8.1126 Compiling unarray v0.1.427 Compiling tinc-ffi v0.0.0 (/build/source/crates/tinc-ffi)28 Compiling inout v0.2.229 Compiling hex v0.4.330 Compiling cipher v0.5.231 Compiling nix v0.31.332 Compiling netlink-packet-route v0.31.033 Compiling bit-set v0.8.034 Compiling chacha20 v0.10.235 Compiling rand_core v0.9.536 Compiling rand v0.9.237 Compiling rand_xorshift v0.4.038 Compiling module-lattice v0.2.339 Compiling crypto-bigint v0.7.540 Compiling ml-kem v0.3.241 Compiling tempfile v3.27.042 Compiling rusty-fork v0.3.143 Compiling tinc-crypto v0.0.0 (/build/source/crates/tinc-crypto)44 Compiling tinc-sptps v0.0.0 (/build/source/crates/tinc-sptps)45 Compiling tinc-conf v0.0.0 (/build/source/crates/tinc-conf)46 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 rsa v0.10.0-rc.1851 Compiling netdev v0.46.152 Compiling rand_chacha v0.9.053 Compiling proptest v1.11.054 Compiling tinc-tools v0.0.0 (/build/source/crates/tinc-tools)55error[E0432]: unresolved import `chacha20::ChaCha20Legacy`56 --> crates/tinc-sptps/tests/vs_c.rs:9:557 |58 9 | use chacha20::ChaCha20Legacy;59 | ^^^^^^^^^^^^^^^^^^^^^^^^ no `ChaCha20Legacy` in the root60 |61note: found an item that was configured out62 --> /nix/store/h2zqw0qs7pfz47ixnplxm394gfi1bslw-vendor-cargo-deps/c19b7c6f923b580ac259164a89f2577984ad5ab09ee9d583b888f934adbbe8d0/chacha20-0.10.2/src/lib.rs:28:1863 |6427 | #[cfg(feature = "legacy")]65 | ------------------ the item is gated behind the `legacy` feature6628 | pub use legacy::{ChaCha20Legacy, ChaCha20LegacyCore, LegacyNonce};67 | ^^^^^^^^^^^^^^6869warning: unused import: `KeyIvInit`70 --> crates/tinc-sptps/tests/vs_c.rs:10:2471 |7210 | use chacha20::cipher::{KeyIvInit, StreamCipher, StreamCipherSeek};73 | ^^^^^^^^^74 |75 = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default7677For more information about this error, try `rustc --explain E0432`.78warning: `tinc-sptps` (test "vs_c") generated 1 warning79error: could not compile `tinc-sptps` (test "vs_c") due to 1 previous error; 1 warning emitted80warning: build failed, waiting for other jobs to finish...