nixbot

builds

succeeded setup checks.x86_64-linux.clippy · build #74 · raw

1these 7 derivations will be built:2 /nix/store/x3433my5kmr773rjfl8jzd7qrssvznx4-Cargo.toml.drv3 /nix/store/0gfl9iajfz03nv5hs4lhphfw6bc7ij7r-source.drv4 /nix/store/5nwhpp1i50s72rg7dcmsbixi8l3i006m-cargo-package-chacha20-0.10.2.drv5 /nix/store/7dj073b3c6nkk6qx9jyzcl2y3cjqdw5c-vendor-registry.drv6 /nix/store/c6hmyj0varnhdbab87bfzwn8bg0ax9rr-vendor-cargo-deps.drv7 /nix/store/9xz18jcrm2l0kjgs3g0frzclxn6v8hg5-tincd-deps-0.1.0.drv8 /nix/store/flhgxyamf4hbhwhhr1mp3yv9b3d5nain-tincd-clippy-0.1.0.drv9error: Cannot build '/nix/store/flhgxyamf4hbhwhhr1mp3yv9b3d5nain-tincd-clippy-0.1.0.drv'.10 Reason: builder failed with exit code 101.11 Output paths:12 /nix/store/37xywg414s94dz6f03lbs54lj4l6yq3f-tincd-clippy-0.1.013 Last 25 log lines:14 > --> crates/tinc-sptps/tests/vs_c.rs:9:515 > |16 > 9 | use chacha20::ChaCha20Legacy;17 > | ^^^^^^^^^^^^^^^^^^^^^^^^ no `ChaCha20Legacy` in the root18 > |19 > note: found an item that was configured out20 > --> /nix/store/8mz4dwlcvq7a0zd05js9p4kaxk7lp707-vendor-cargo-deps/c19b7c6f923b580ac259164a89f2577984ad5ab09ee9d583b888f934adbbe8d0/chacha20-0.10.2/src/lib.rs:28:1821 > |22 > 27 | #[cfg(feature = "legacy")]23 > | ------------------ the item is gated behind the `legacy` feature24 > 28 | pub use legacy::{ChaCha20Legacy, ChaCha20LegacyCore, LegacyNonce};25 > | ^^^^^^^^^^^^^^26 >27 > error: unused import: `KeyIvInit`28 > --> crates/tinc-sptps/tests/vs_c.rs:10:2429 > |30 > 10 | use chacha20::cipher::{KeyIvInit, StreamCipher, StreamCipherSeek};31 > | ^^^^^^^^^32 > |33 > = note: `-D unused-imports` implied by `-D warnings`34 > = help: to override `-D warnings` add `#[allow(unused_imports)]`35 >36 > For more information about this error, try `rustc --explain E0432`.37 > error: could not compile `tinc-sptps` (test "vs_c") due to 2 previous errors38 > warning: build failed, waiting for other jobs to finish...39 For full logs, run:40 nix log /nix/store/flhgxyamf4hbhwhhr1mp3yv9b3d5nain-tincd-clippy-0.1.0.drv