[INFO] fetching crate cryptocol 0.11.4... [INFO] checking cryptocol-0.11.4 against try#b8ee37b59c6e1f39bae18b85e057975ab0d89308 for pr-139587-1 [INFO] extracting crate cryptocol 0.11.4 into /workspace/builds/worker-5-tc2/source [INFO] validating manifest of crates.io crate cryptocol 0.11.4 on toolchain b8ee37b59c6e1f39bae18b85e057975ab0d89308 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b8ee37b59c6e1f39bae18b85e057975ab0d89308" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate cryptocol 0.11.4 [INFO] removed 0 missing examples [INFO] finished tweaking crates.io crate cryptocol 0.11.4 [INFO] tweaked toml for crates.io crate cryptocol 0.11.4 written to /workspace/builds/worker-5-tc2/source/Cargo.toml [INFO] crate crates.io crate cryptocol 0.11.4 already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b8ee37b59c6e1f39bae18b85e057975ab0d89308" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0b074c097205a61b89e8ad263052f976b2b332c4dc5f02aef1fe52501660d6e" "/opt/rustwide/cargo-home/bin/cargo" "+b8ee37b59c6e1f39bae18b85e057975ab0d89308" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 3a14868cb4ed7ef3b3bc331ca5c83b0d6d1c231785587e760eca4d244a093134 [INFO] running `Command { std: "docker" "start" "-a" "3a14868cb4ed7ef3b3bc331ca5c83b0d6d1c231785587e760eca4d244a093134", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "3a14868cb4ed7ef3b3bc331ca5c83b0d6d1c231785587e760eca4d244a093134", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3a14868cb4ed7ef3b3bc331ca5c83b0d6d1c231785587e760eca4d244a093134", kill_on_drop: false }` [INFO] [stdout] 3a14868cb4ed7ef3b3bc331ca5c83b0d6d1c231785587e760eca4d244a093134 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0b074c097205a61b89e8ad263052f976b2b332c4dc5f02aef1fe52501660d6e" "/opt/rustwide/cargo-home/bin/cargo" "+b8ee37b59c6e1f39bae18b85e057975ab0d89308" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 2a9b1ee586d47f49d2ae27737bab881654cf3fc7e09bdca1d3addf7ec5084770 [INFO] running `Command { std: "docker" "start" "-a" "2a9b1ee586d47f49d2ae27737bab881654cf3fc7e09bdca1d3addf7ec5084770", kill_on_drop: false }` [INFO] [stderr] Checking cryptocol v0.11.4 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `std::slice::from_raw_parts` [INFO] [stdout] --> src/hash/md4.rs:15:5 [INFO] [stdout] | [INFO] [stdout] 15 | use std::slice::from_raw_parts; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::slice::from_raw_parts` [INFO] [stdout] --> src/hash/md5.rs:16:5 [INFO] [stdout] | [INFO] [stdout] 16 | use std::slice::from_raw_parts; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::slice::from_raw_parts` [INFO] [stdout] --> src/hash/sha1.rs:15:5 [INFO] [stdout] | [INFO] [stdout] 15 | use std::slice::from_raw_parts; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::slice::from_raw_parts` [INFO] [stdout] --> src/hash/sha2_256.rs:16:5 [INFO] [stdout] | [INFO] [stdout] 16 | use std::slice::from_raw_parts; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::slice::from_raw_parts` [INFO] [stdout] --> src/hash/sha2_512.rs:15:5 [INFO] [stdout] | [INFO] [stdout] 15 | use std::slice::from_raw_parts; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `LongerUnion` [INFO] [stdout] --> src/hash/sha2_512.rs:18:44 [INFO] [stdout] | [INFO] [stdout] 18 | use crate::number::{ SmallUInt, LongUnion, LongerUnion }; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::slice::from_raw_parts` [INFO] [stdout] --> src/hash/sha2_512_t.rs:16:5 [INFO] [stdout] | [INFO] [stdout] 16 | use std::slice::from_raw_parts; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `LongerUnion` [INFO] [stdout] --> src/hash/sha2_512_t.rs:18:33 [INFO] [stdout] | [INFO] [stdout] 18 | use crate::number::{ LongUnion, LongerUnion }; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::ptr::addr_of_mut` [INFO] [stdout] --> src/hash/keccak.rs:16:5 [INFO] [stdout] | [INFO] [stdout] 16 | use std::ptr::addr_of_mut; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::slice::from_raw_parts` [INFO] [stdout] --> src/hash/keccak.rs:17:5 [INFO] [stdout] | [INFO] [stdout] 17 | use std::slice::from_raw_parts; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `Formatter` and `self` [INFO] [stdout] --> src/hash/keccak.rs:18:17 [INFO] [stdout] | [INFO] [stdout] 18 | use std::fmt::{ self, Debug, Display, Formatter }; [INFO] [stdout] | ^^^^ ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `AddAssign`, `DivAssign`, `Div`, `MulAssign`, `Mul`, `RemAssign`, `Rem`, `ShlAssign`, `ShrAssign`, `Shr`, `SubAssign`, and `Sub` [INFO] [stdout] --> src/hash/keccak.rs:20:22 [INFO] [stdout] | [INFO] [stdout] 20 | Shl, ShlAssign, Shr, ShrAssign, [INFO] [stdout] | ^^^^^^^^^ ^^^ ^^^^^^^^^ [INFO] [stdout] 21 | Add, AddAssign, Sub, SubAssign, Mul, MulAssign, [INFO] [stdout] | ^^^^^^^^^ ^^^ ^^^^^^^^^ ^^^ ^^^^^^^^^ [INFO] [stdout] 22 | Div, DivAssign, Rem, RemAssign }; [INFO] [stdout] | ^^^ ^^^^^^^^^ ^^^ ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `IntUnion` [INFO] [stdout] --> src/hash/keccak.rs:24:33 [INFO] [stdout] | [INFO] [stdout] 24 | use crate::number::{ SmallUInt, IntUnion, LongUnion }; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::slice::from_raw_parts` [INFO] [stdout] --> src/hash/md4.rs:15:5 [INFO] [stdout] | [INFO] [stdout] 15 | use std::slice::from_raw_parts; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::slice::from_raw_parts` [INFO] [stdout] --> src/hash/md5.rs:16:5 [INFO] [stdout] | [INFO] [stdout] 16 | use std::slice::from_raw_parts; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::slice::from_raw_parts` [INFO] [stdout] --> src/hash/sha1.rs:15:5 [INFO] [stdout] | [INFO] [stdout] 15 | use std::slice::from_raw_parts; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::slice::from_raw_parts` [INFO] [stdout] --> src/hash/sha2_256.rs:16:5 [INFO] [stdout] | [INFO] [stdout] 16 | use std::slice::from_raw_parts; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::slice::from_raw_parts` [INFO] [stdout] --> src/hash/sha2_512.rs:15:5 [INFO] [stdout] | [INFO] [stdout] 15 | use std::slice::from_raw_parts; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `LongerUnion` [INFO] [stdout] --> src/hash/sha2_512.rs:18:44 [INFO] [stdout] | [INFO] [stdout] 18 | use crate::number::{ SmallUInt, LongUnion, LongerUnion }; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::slice::from_raw_parts` [INFO] [stdout] --> src/hash/sha2_512_t.rs:16:5 [INFO] [stdout] | [INFO] [stdout] 16 | use std::slice::from_raw_parts; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `LongerUnion` [INFO] [stdout] --> src/hash/sha2_512_t.rs:18:33 [INFO] [stdout] | [INFO] [stdout] 18 | use crate::number::{ LongUnion, LongerUnion }; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::ptr::addr_of_mut` [INFO] [stdout] --> src/hash/keccak.rs:16:5 [INFO] [stdout] | [INFO] [stdout] 16 | use std::ptr::addr_of_mut; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::slice::from_raw_parts` [INFO] [stdout] --> src/hash/keccak.rs:17:5 [INFO] [stdout] | [INFO] [stdout] 17 | use std::slice::from_raw_parts; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `Formatter` and `self` [INFO] [stdout] --> src/hash/keccak.rs:18:17 [INFO] [stdout] | [INFO] [stdout] 18 | use std::fmt::{ self, Debug, Display, Formatter }; [INFO] [stdout] | ^^^^ ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `AddAssign`, `DivAssign`, `Div`, `MulAssign`, `Mul`, `RemAssign`, `Rem`, `ShlAssign`, `ShrAssign`, `Shr`, `SubAssign`, and `Sub` [INFO] [stdout] --> src/hash/keccak.rs:20:22 [INFO] [stdout] | [INFO] [stdout] 20 | Shl, ShlAssign, Shr, ShrAssign, [INFO] [stdout] | ^^^^^^^^^ ^^^ ^^^^^^^^^ [INFO] [stdout] 21 | Add, AddAssign, Sub, SubAssign, Mul, MulAssign, [INFO] [stdout] | ^^^^^^^^^ ^^^ ^^^^^^^^^ ^^^ ^^^^^^^^^ [INFO] [stdout] 22 | Div, DivAssign, Rem, RemAssign }; [INFO] [stdout] | ^^^ ^^^^^^^^^ ^^^ ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `IntUnion` [INFO] [stdout] --> src/hash/keccak.rs:24:33 [INFO] [stdout] | [INFO] [stdout] 24 | use crate::number::{ SmallUInt, IntUnion, LongUnion }; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `Add` [INFO] [stdout] --> src/hash/keccak.rs:21:17 [INFO] [stdout] | [INFO] [stdout] 21 | Add, AddAssign, Sub, SubAssign, Mul, MulAssign, [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `Add` [INFO] [stdout] --> src/hash/keccak.rs:21:17 [INFO] [stdout] | [INFO] [stdout] 21 | Add, AddAssign, Sub, SubAssign, Mul, MulAssign, [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `message` [INFO] [stdout] --> src/random/trait_random_engine.rs:63:29 [INFO] [stdout] | [INFO] [stdout] 63 | fn sow_array(&mut self, message: &[u64; 8]) {} [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_message` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `convert_state_to_message` is never used [INFO] [stdout] --> src/hash/keccak.rs:487:8 [INFO] [stdout] | [INFO] [stdout] 246 | / impl + BitXorAssign + Not [INFO] [stdout] 258 | | + Shl [INFO] [stdout] | |_________________________- method in this implementation [INFO] [stdout] ... [INFO] [stdout] 487 | fn convert_state_to_message(&mut self) -> Vec [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for an associated constant [INFO] [stdout] --> src/number/small_uint.rs:153:5 [INFO] [stdout] | [INFO] [stdout] 153 | const BITS: u32; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: the lint level is defined here [INFO] [stdout] --> src/lib.rs:9:9 [INFO] [stdout] | [INFO] [stdout] 9 | #![warn(missing_docs)] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for an associated constant [INFO] [stdout] --> src/number/small_uint.rs:154:5 [INFO] [stdout] | [INFO] [stdout] 154 | const MIN: Self; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for an associated constant [INFO] [stdout] --> src/number/small_uint.rs:155:5 [INFO] [stdout] | [INFO] [stdout] 155 | const MAX: Self; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for an associated constant [INFO] [stdout] --> src/number/small_uint.rs:156:5 [INFO] [stdout] | [INFO] [stdout] 156 | const ONE: Self; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `RC` should have a snake case name [INFO] [stdout] --> src/hash/keccak.rs:93:30 [INFO] [stdout] | [INFO] [stdout] 93 | #[allow(non_snake_case)] RC: [T; ROUNDS], [INFO] [stdout] | ^^ help: convert the identifier to snake case: `rc` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_snake_case)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `U128` should have a snake case name [INFO] [stdout] --> src/hash/keccak.rs:94:30 [INFO] [stdout] | [INFO] [stdout] 94 | #[allow(non_snake_case)] U128: [u128; ROUNDS], [INFO] [stdout] | ^^^^ help: convert the identifier to snake case (notice the capitalization): `u128` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `U64` should have a snake case name [INFO] [stdout] --> src/hash/keccak.rs:95:30 [INFO] [stdout] | [INFO] [stdout] 95 | #[allow(non_snake_case)] U64: [u64; ROUNDS], [INFO] [stdout] | ^^^ help: convert the identifier to snake case (notice the capitalization): `u64` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `U32` should have a snake case name [INFO] [stdout] --> src/hash/keccak.rs:96:30 [INFO] [stdout] | [INFO] [stdout] 96 | #[allow(non_snake_case)] U32: [u32; ROUNDS], [INFO] [stdout] | ^^^ help: convert the identifier to snake case (notice the capitalization): `u32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `U16` should have a snake case name [INFO] [stdout] --> src/hash/keccak.rs:97:30 [INFO] [stdout] | [INFO] [stdout] 97 | #[allow(non_snake_case)] U16: [u16; ROUNDS], [INFO] [stdout] | ^^^ help: convert the identifier to snake case (notice the capitalization): `u16` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `U8` should have a snake case name [INFO] [stdout] --> src/hash/keccak.rs:98:30 [INFO] [stdout] | [INFO] [stdout] 98 | #[allow(non_snake_case)] U8: [u8; ROUNDS], [INFO] [stdout] | ^^ help: convert the identifier to snake case (notice the capitalization): `u8` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `union_A` should have a snake case name [INFO] [stdout] --> src/hash/keccak.rs:43:21 [INFO] [stdout] | [INFO] [stdout] 43 | let mut union_A = A::<$T, $ROUNDS> { U128: [0_u128; ROUNDS] }; [INFO] [stdout] | ^^^^^^^ help: convert the identifier to snake case: `union_a` [INFO] [stdout] ... [INFO] [stdout] 260 | const RC: [T; ROUNDS] = make_RC!(T, ROUNDS, LFSR); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `make_RC` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `WIDTH` should have a snake case name [INFO] [stdout] --> src/hash/keccak.rs:44:17 [INFO] [stdout] | [INFO] [stdout] 44 | let WIDTH = <$T>::BITS as usize; [INFO] [stdout] | ^^^^^ help: convert the identifier to snake case: `width` [INFO] [stdout] ... [INFO] [stdout] 260 | const RC: [T; ROUNDS] = make_RC!(T, ROUNDS, LFSR); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `make_RC` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `RC` should have a snake case name [INFO] [stdout] --> src/hash/keccak.rs:45:21 [INFO] [stdout] | [INFO] [stdout] 45 | let mut RC = [<$T>::MIN; ROUNDS]; [INFO] [stdout] | ^^ help: convert the identifier to snake case: `rc` [INFO] [stdout] ... [INFO] [stdout] 260 | const RC: [T; ROUNDS] = make_RC!(T, ROUNDS, LFSR); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `make_RC` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `message` [INFO] [stdout] --> src/random/trait_random_engine.rs:63:29 [INFO] [stdout] | [INFO] [stdout] 63 | fn sow_array(&mut self, message: &[u64; 8]) {} [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_message` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `convert_state_to_message` is never used [INFO] [stdout] --> src/hash/keccak.rs:487:8 [INFO] [stdout] | [INFO] [stdout] 246 | / impl + BitXorAssign + Not [INFO] [stdout] 258 | | + Shl [INFO] [stdout] | |_________________________- method in this implementation [INFO] [stdout] ... [INFO] [stdout] 487 | fn convert_state_to_message(&mut self) -> Vec [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for an associated constant [INFO] [stdout] --> src/number/small_uint.rs:153:5 [INFO] [stdout] | [INFO] [stdout] 153 | const BITS: u32; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: the lint level is defined here [INFO] [stdout] --> src/lib.rs:9:9 [INFO] [stdout] | [INFO] [stdout] 9 | #![warn(missing_docs)] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for an associated constant [INFO] [stdout] --> src/number/small_uint.rs:154:5 [INFO] [stdout] | [INFO] [stdout] 154 | const MIN: Self; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for an associated constant [INFO] [stdout] --> src/number/small_uint.rs:155:5 [INFO] [stdout] | [INFO] [stdout] 155 | const MAX: Self; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for an associated constant [INFO] [stdout] --> src/number/small_uint.rs:156:5 [INFO] [stdout] | [INFO] [stdout] 156 | const ONE: Self; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `RC` should have a snake case name [INFO] [stdout] --> src/hash/keccak.rs:93:30 [INFO] [stdout] | [INFO] [stdout] 93 | #[allow(non_snake_case)] RC: [T; ROUNDS], [INFO] [stdout] | ^^ help: convert the identifier to snake case: `rc` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_snake_case)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `U128` should have a snake case name [INFO] [stdout] --> src/hash/keccak.rs:94:30 [INFO] [stdout] | [INFO] [stdout] 94 | #[allow(non_snake_case)] U128: [u128; ROUNDS], [INFO] [stdout] | ^^^^ help: convert the identifier to snake case (notice the capitalization): `u128` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `U64` should have a snake case name [INFO] [stdout] --> src/hash/keccak.rs:95:30 [INFO] [stdout] | [INFO] [stdout] 95 | #[allow(non_snake_case)] U64: [u64; ROUNDS], [INFO] [stdout] | ^^^ help: convert the identifier to snake case (notice the capitalization): `u64` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `U32` should have a snake case name [INFO] [stdout] --> src/hash/keccak.rs:96:30 [INFO] [stdout] | [INFO] [stdout] 96 | #[allow(non_snake_case)] U32: [u32; ROUNDS], [INFO] [stdout] | ^^^ help: convert the identifier to snake case (notice the capitalization): `u32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `U16` should have a snake case name [INFO] [stdout] --> src/hash/keccak.rs:97:30 [INFO] [stdout] | [INFO] [stdout] 97 | #[allow(non_snake_case)] U16: [u16; ROUNDS], [INFO] [stdout] | ^^^ help: convert the identifier to snake case (notice the capitalization): `u16` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: structure field `U8` should have a snake case name [INFO] [stdout] --> src/hash/keccak.rs:98:30 [INFO] [stdout] | [INFO] [stdout] 98 | #[allow(non_snake_case)] U8: [u8; ROUNDS], [INFO] [stdout] | ^^ help: convert the identifier to snake case (notice the capitalization): `u8` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `union_A` should have a snake case name [INFO] [stdout] --> src/hash/keccak.rs:43:21 [INFO] [stdout] | [INFO] [stdout] 43 | let mut union_A = A::<$T, $ROUNDS> { U128: [0_u128; ROUNDS] }; [INFO] [stdout] | ^^^^^^^ help: convert the identifier to snake case: `union_a` [INFO] [stdout] ... [INFO] [stdout] 260 | const RC: [T; ROUNDS] = make_RC!(T, ROUNDS, LFSR); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `make_RC` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `WIDTH` should have a snake case name [INFO] [stdout] --> src/hash/keccak.rs:44:17 [INFO] [stdout] | [INFO] [stdout] 44 | let WIDTH = <$T>::BITS as usize; [INFO] [stdout] | ^^^^^ help: convert the identifier to snake case: `width` [INFO] [stdout] ... [INFO] [stdout] 260 | const RC: [T; ROUNDS] = make_RC!(T, ROUNDS, LFSR); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `make_RC` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `RC` should have a snake case name [INFO] [stdout] --> src/hash/keccak.rs:45:21 [INFO] [stdout] | [INFO] [stdout] 45 | let mut RC = [<$T>::MIN; ROUNDS]; [INFO] [stdout] | ^^ help: convert the identifier to snake case: `rc` [INFO] [stdout] ... [INFO] [stdout] 260 | const RC: [T; ROUNDS] = make_RC!(T, ROUNDS, LFSR); [INFO] [stdout] | ------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `make_RC` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::io::Write` [INFO] [stdout] --> examples/big_cryptor64_examples.rs:66:9 [INFO] [stdout] | [INFO] [stdout] 66 | use std::io::Write; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 32.99s [INFO] running `Command { std: "docker" "inspect" "2a9b1ee586d47f49d2ae27737bab881654cf3fc7e09bdca1d3addf7ec5084770", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2a9b1ee586d47f49d2ae27737bab881654cf3fc7e09bdca1d3addf7ec5084770", kill_on_drop: false }` [INFO] [stdout] 2a9b1ee586d47f49d2ae27737bab881654cf3fc7e09bdca1d3addf7ec5084770