setup
checks.x86_64-linux.clippy
· build #80
· raw
1these 9 derivations will be built:2 /nix/store/33vq256k6xb3nixn6d647qc4hf5bn1kk-cargo-package-inout-0.2.2.drv3 /nix/store/63ndhgc5zyzpv64s1an7sb10fifaz36n-cargo-package-cipher-0.5.2.drv4 /nix/store/y60700jdpbwnfm0v4syihah4p9m8yhpj-cargo-package-chacha20-0.10.2.drv5 /nix/store/6gpj6q5ck7nlyaa09bhvrcnzv3mvv7j7-vendor-registry.drv6 /nix/store/2zj0crzcbw110pr58mil3r8ph2fp54ps-vendor-cargo-deps.drv7 /nix/store/b1v9b829as7zb5m4pczw4zl2lq5c3q88-Cargo.toml.drv8 /nix/store/0qn1578glrndb7s76j8dl5h2rwznc1a9-source.drv9 /nix/store/9zdas645f7dgkwn620687ka29bj903i5-tincd-deps-0.1.0.drv10 /nix/store/0m6zabr6b5spcw30nk4hsfhwnh679np0-tincd-clippy-0.1.0.drv11error: Cannot build '/nix/store/0m6zabr6b5spcw30nk4hsfhwnh679np0-tincd-clippy-0.1.0.drv'.12 Reason: builder failed with exit code 101.13 Output paths:14 /nix/store/dpmzdpj15vijalk5ld3nsbp1hhnpr37p-tincd-clippy-0.1.015 Last 25 log lines:16 > --> crates/tinc-sptps/tests/vs_c.rs:9:517 > |18 > 9 | use chacha20::ChaCha20Legacy;19 > | ^^^^^^^^^^^^^^^^^^^^^^^^ no `ChaCha20Legacy` in the root20 > |21 > note: found an item that was configured out22 > --> /nix/store/mnr4wsr26nmq4vwk9law062mylg9aalk-vendor-cargo-deps/c19b7c6f923b580ac259164a89f2577984ad5ab09ee9d583b888f934adbbe8d0/chacha20-0.10.2/src/lib.rs:28:1823 > |24 > 27 | #[cfg(feature = "legacy")]25 > | ------------------ the item is gated behind the `legacy` feature26 > 28 | pub use legacy::{ChaCha20Legacy, ChaCha20LegacyCore, LegacyNonce};27 > | ^^^^^^^^^^^^^^28 >29 > error: unused import: `KeyIvInit`30 > --> crates/tinc-sptps/tests/vs_c.rs:10:2431 > |32 > 10 | use chacha20::cipher::{KeyIvInit, StreamCipher, StreamCipherSeek};33 > | ^^^^^^^^^34 > |35 > = note: `-D unused-imports` implied by `-D warnings`36 > = help: to override `-D warnings` add `#[allow(unused_imports)]`37 >38 > For more information about this error, try `rustc --explain E0432`.39 > error: could not compile `tinc-sptps` (test "vs_c") due to 2 previous errors40 > warning: build failed, waiting for other jobs to finish...41 For full logs, run:42 nix log /nix/store/0m6zabr6b5spcw30nk4hsfhwnh679np0-tincd-clippy-0.1.0.drv