nixbot

builds

failed tincd-clippy-0.1.0 checks.x86_64-linux.clippy · build #74 · raw

unpackPhase
1unpacking source archive /nix/store/py9n8hvjzvxyqvzanpl0fdhsq2iwlir9-source2source root is source
patchPhase
3Executing configureCargoCommonVars4decompressing cargo artifacts from /nix/store/a13l9lll67bfm94mrc32rggvg7j5hws0-tincd-deps-0.1.0/target.tar.zst to target
configurePhase
5will append /build/source/.cargo-home/config.toml with contents of /nix/store/8mz4dwlcvq7a0zd05js9p4kaxk7lp707-vendor-cargo-deps/config.toml6default configurePhase, nothing to do
buildPhase
7+++ command cargo --version8cargo 1.97.0 (c980f4866 2026-06-30)9+++ command cargo clippy --release --workspace --all-targets -- -D warnings10 Compiling num-traits v0.2.1911 Checking bitflags v2.11.012 Compiling rustix v1.1.413 Checking linux-raw-sys v0.12.114 Checking fastrand v2.4.015 Checking once_cell v1.21.416 Checking tinc-proto v0.0.0 (/build/source/crates/tinc-proto)17 Compiling zerocopy v0.8.4818 Compiling tincd v0.1.0 (/build/source/crates/tincd)19 Compiling getrandom v0.3.420 Checking wait-timeout v0.2.121 Checking fnv v1.0.722 Checking quick-error v1.2.323 Checking bit-vec v0.8.024 Checking regex-syntax v0.8.1125 Checking unarray v0.1.426 Compiling tinc-ffi v0.0.0 (/build/source/crates/tinc-ffi)27 Checking inout v0.2.228 Checking hex v0.4.329 Checking nix v0.31.330 Checking netlink-packet-route v0.31.031 Checking cipher v0.5.232 Checking bit-set v0.8.033 Checking chacha20 v0.10.234 Checking rand_core v0.9.535 Checking rand v0.9.236 Checking rand_xorshift v0.4.037 Checking tempfile v3.27.038 Checking rusty-fork v0.3.139 Checking module-lattice v0.2.340 Checking crypto-bigint v0.7.541 Checking ml-kem v0.3.242 Checking tinc-device v0.0.0 (/build/source/crates/tinc-device)43 Checking tinc-crypto v0.0.0 (/build/source/crates/tinc-crypto)44 Checking netdev v0.46.145 Checking tinc-sptps v0.0.0 (/build/source/crates/tinc-sptps)46 Checking tinc-conf v0.0.0 (/build/source/crates/tinc-conf)47 Checking ppv-lite86 v0.2.2148 Checking rand_chacha v0.10.049 Checking rand_chacha v0.9.050 Checking proptest v1.11.051 Checking crypto-primes v0.7.252 Checking rsa v0.10.0-rc.1853 Checking 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 | ^^^^^^^^^^^^^^6768error: unused import: `KeyIvInit`69 --> crates/tinc-sptps/tests/vs_c.rs:10:2470 |7110 | use chacha20::cipher::{KeyIvInit, StreamCipher, StreamCipherSeek};72 | ^^^^^^^^^73 |74 = note: `-D unused-imports` implied by `-D warnings`75 = help: to override `-D warnings` add `#[allow(unused_imports)]`7677For more information about this error, try `rustc --explain E0432`.78error: could not compile `tinc-sptps` (test "vs_c") due to 2 previous errors79warning: build failed, waiting for other jobs to finish...