tincd-clippy-0.1.0
checks.aarch64-linux.clippy
· build #80
· raw
1tribuchet: building on eliza
unpackPhase
2unpacking source archive /nix/store/yhygfs2l73cx577kvfai02w609ry8l14-source3source root is sourcepatchPhase
4Executing configureCargoCommonVars5decompressing cargo artifacts from /nix/store/dcpzhgf638n86l37fdd8i4hlx7x4s8qi-tincd-deps-0.1.0/target.tar.zst to targetconfigurePhase
6will append /build/source/.cargo-home/config.toml with contents of /nix/store/qh6x5lgysbz360jgm6larms2akjw57xq-vendor-cargo-deps/config.toml7default configurePhase, nothing to dobuildPhase
8+++ command cargo --version9cargo 1.97.0 (c980f4866 2026-06-30)10+++ command cargo clippy --release --workspace --all-targets -- -D warnings11 Checking bitflags v2.11.012 Compiling rustix v1.1.413 Checking linux-raw-sys v0.12.114 Checking once_cell v1.21.415 Compiling num-traits v0.2.1916 Checking fastrand v2.4.017 Checking tinc-proto v0.0.0 (/build/source/crates/tinc-proto)18 Compiling zerocopy v0.8.4819 Compiling tincd v0.1.0 (/build/source/crates/tincd)20 Compiling getrandom v0.3.421 Checking wait-timeout v0.2.122 Checking quick-error v1.2.323 Checking bit-vec v0.8.024 Checking fnv v1.0.725 Checking unarray v0.1.426 Checking regex-syntax v0.8.1127 Compiling tinc-ffi v0.0.0 (/build/source/crates/tinc-ffi)28 Checking inout v0.2.229 Checking hex v0.4.330 Checking cipher v0.5.231 Checking nix v0.31.332 Checking netlink-packet-route v0.31.033 Checking bit-set v0.8.034 Checking chacha20 v0.10.235 Checking rand_core v0.9.536 Checking rand_xorshift v0.4.037 Checking rand v0.9.238 Checking module-lattice v0.2.339 Checking crypto-bigint v0.7.540 Checking ml-kem v0.3.241 Checking tempfile v3.27.042 Checking rusty-fork v0.3.143 Checking tinc-crypto v0.0.0 (/build/source/crates/tinc-crypto)44 Checking tinc-sptps v0.0.0 (/build/source/crates/tinc-sptps)45 Checking tinc-conf v0.0.0 (/build/source/crates/tinc-conf)46 Checking tinc-device v0.0.0 (/build/source/crates/tinc-device)47 Checking crypto-primes v0.7.248 Checking ppv-lite86 v0.2.2149 Checking netdev v0.46.150 Checking rand_chacha v0.10.051 Checking rand_chacha v0.9.052 Checking proptest v1.11.053 Checking rsa v0.10.0-rc.1854 Checking 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/qh6x5lgysbz360jgm6larms2akjw57xq-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 | ^^^^^^^^^^^^^^6869error: unused import: `KeyIvInit`70 --> crates/tinc-sptps/tests/vs_c.rs:10:2471 |7210 | use chacha20::cipher::{KeyIvInit, StreamCipher, StreamCipherSeek};73 | ^^^^^^^^^74 |75 = note: `-D unused-imports` implied by `-D warnings`76 = help: to override `-D warnings` add `#[allow(unused_imports)]`7778For more information about this error, try `rustc --explain E0432`.79error: could not compile `tinc-sptps` (test "vs_c") due to 2 previous errors80warning: build failed, waiting for other jobs to finish...