[INFO] fetching crate octavo-digest 0.1.2... [INFO] testing octavo-digest-0.1.2 against beta-2022-04-10 for beta-1.61-1 [INFO] extracting crate octavo-digest 0.1.2 into /workspace/builds/worker-17/source [INFO] validating manifest of crates.io crate octavo-digest 0.1.2 on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate octavo-digest 0.1.2 [INFO] finished tweaking crates.io crate octavo-digest 0.1.2 [INFO] tweaked toml for crates.io crate octavo-digest 0.1.2 written to /workspace/builds/worker-17/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-17/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-17/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 55dc2f0074d6a351d039bd00d9933df739441969a560422d5c278e7a47204a54 [INFO] running `Command { std: "docker" "start" "-a" "55dc2f0074d6a351d039bd00d9933df739441969a560422d5c278e7a47204a54", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "55dc2f0074d6a351d039bd00d9933df739441969a560422d5c278e7a47204a54", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "55dc2f0074d6a351d039bd00d9933df739441969a560422d5c278e7a47204a54", kill_on_drop: false }` [INFO] [stdout] 55dc2f0074d6a351d039bd00d9933df739441969a560422d5c278e7a47204a54 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-17/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-17/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=warn" "-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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] f8c714bdf1bcaa3fab9f6d49bd9d9165a87232d99271779d42a22b252148ebba [INFO] running `Command { std: "docker" "start" "-a" "f8c714bdf1bcaa3fab9f6d49bd9d9165a87232d99271779d42a22b252148ebba", kill_on_drop: false }` [INFO] [stderr] Compiling byteorder v0.4.2 [INFO] [stderr] Compiling generic-array v0.2.1 [INFO] [stderr] Compiling static-buffer v0.1.0 [INFO] [stderr] Compiling octavo-digest v0.1.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/md5.rs:218:13 [INFO] [stdout] | [INFO] [stdout] 218 | let mut out = out.as_mut(); [INFO] [stdout] | ----^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_mut)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/ripemd.rs:187:13 [INFO] [stdout] | [INFO] [stdout] 187 | let mut out = out.as_mut(); [INFO] [stdout] | ----^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/sha1.rs:239:13 [INFO] [stdout] | [INFO] [stdout] 239 | let mut out = out.as_mut(); [INFO] [stdout] | ----^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/blake2.rs:209:21 [INFO] [stdout] | [INFO] [stdout] 209 | let mut out = out.as_mut(); [INFO] [stdout] | ----^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] ... [INFO] [stdout] 222 | blake2!(Blake2s, BLAKE2S_INIT, FixedBuffer64, U64); [INFO] [stdout] | ------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `blake2` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/blake2.rs:209:21 [INFO] [stdout] | [INFO] [stdout] 209 | let mut out = out.as_mut(); [INFO] [stdout] | ----^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] ... [INFO] [stdout] 223 | blake2!(Blake2b, BLAKE2B_INIT, FixedBuffer128, U128); [INFO] [stdout] | --------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `blake2` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/sha2.rs:394:21 [INFO] [stdout] | [INFO] [stdout] 394 | let mut out = out.as_mut(); [INFO] [stdout] | ----^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] ... [INFO] [stdout] 423 | / impl_sha!( [INFO] [stdout] 424 | | /// SHA-224 implementation [INFO] [stdout] 425 | | /// [INFO] [stdout] 426 | | /// For more details check [module docs](index.html) [INFO] [stdout] 427 | | low Sha224, SHA224_INIT, U224); [INFO] [stdout] | |___________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_sha` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/sha2.rs:394:21 [INFO] [stdout] | [INFO] [stdout] 394 | let mut out = out.as_mut(); [INFO] [stdout] | ----^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] ... [INFO] [stdout] 428 | / impl_sha!( [INFO] [stdout] 429 | | /// SHA-256 implementation [INFO] [stdout] 430 | | /// [INFO] [stdout] 431 | | /// For more details check [module docs](index.html) [INFO] [stdout] 432 | | low Sha256, SHA256_INIT, U256); [INFO] [stdout] | |___________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_sha` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/sha2.rs:394:21 [INFO] [stdout] | [INFO] [stdout] 394 | let mut out = out.as_mut(); [INFO] [stdout] | ----^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] ... [INFO] [stdout] 433 | / impl_sha!( [INFO] [stdout] 434 | | /// SHA-384 implementation [INFO] [stdout] 435 | | /// [INFO] [stdout] 436 | | /// For more details check [module docs](index.html) [INFO] [stdout] 437 | | high Sha384, SHA384_INIT, U384); [INFO] [stdout] | |___________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_sha` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/sha2.rs:394:21 [INFO] [stdout] | [INFO] [stdout] 394 | let mut out = out.as_mut(); [INFO] [stdout] | ----^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] ... [INFO] [stdout] 438 | / impl_sha!( [INFO] [stdout] 439 | | /// SHA-512 implementation [INFO] [stdout] 440 | | /// [INFO] [stdout] 441 | | /// For more details check [module docs](index.html) [INFO] [stdout] 442 | | high Sha512, SHA512_INIT, U512); [INFO] [stdout] | |___________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_sha` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/sha2.rs:394:21 [INFO] [stdout] | [INFO] [stdout] 394 | let mut out = out.as_mut(); [INFO] [stdout] | ----^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] ... [INFO] [stdout] 444 | / impl_sha!( [INFO] [stdout] 445 | | /// SHA-512/224 implementation [INFO] [stdout] 446 | | /// [INFO] [stdout] 447 | | /// For more details check [module docs](index.html) [INFO] [stdout] 448 | | high Sha512224, SHA512_224_INIT, U224); [INFO] [stdout] | |__________________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_sha` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/sha2.rs:394:21 [INFO] [stdout] | [INFO] [stdout] 394 | let mut out = out.as_mut(); [INFO] [stdout] | ----^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] ... [INFO] [stdout] 449 | / impl_sha!( [INFO] [stdout] 450 | | /// SHA-512/256 implementation [INFO] [stdout] 451 | | /// [INFO] [stdout] 452 | | /// For more details check [module docs](index.html) [INFO] [stdout] 453 | | high Sha512256, SHA512_256_INIT, U256); [INFO] [stdout] | |__________________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_sha` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/sha3.rs:221:21 [INFO] [stdout] | [INFO] [stdout] 221 | let mut ret = out.as_mut(); [INFO] [stdout] | ----^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] ... [INFO] [stdout] 242 | / sha3_impl!( [INFO] [stdout] 243 | | /// SHA3-224 implementation [INFO] [stdout] 244 | | /// [INFO] [stdout] 245 | | /// For more details check [module docs](index.html) [INFO] [stdout] 246 | | struct Sha224 -> U224, U144); [INFO] [stdout] | |________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `sha3_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/sha3.rs:221:21 [INFO] [stdout] | [INFO] [stdout] 221 | let mut ret = out.as_mut(); [INFO] [stdout] | ----^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] ... [INFO] [stdout] 247 | / sha3_impl!( [INFO] [stdout] 248 | | /// SHA3-256 implementation [INFO] [stdout] 249 | | /// [INFO] [stdout] 250 | | /// For more details check [module docs](index.html) [INFO] [stdout] 251 | | struct Sha256 -> U256, U136); [INFO] [stdout] | |________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `sha3_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/sha3.rs:221:21 [INFO] [stdout] | [INFO] [stdout] 221 | let mut ret = out.as_mut(); [INFO] [stdout] | ----^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] ... [INFO] [stdout] 252 | / sha3_impl!( [INFO] [stdout] 253 | | /// SHA3-384 implementation [INFO] [stdout] 254 | | /// [INFO] [stdout] 255 | | /// For more details check [module docs](index.html) [INFO] [stdout] 256 | | struct Sha384 -> U384, U104); [INFO] [stdout] | |________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `sha3_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/sha3.rs:221:21 [INFO] [stdout] | [INFO] [stdout] 221 | let mut ret = out.as_mut(); [INFO] [stdout] | ----^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] ... [INFO] [stdout] 257 | / sha3_impl!( [INFO] [stdout] 258 | | /// SHA3-512 implementation [INFO] [stdout] 259 | | /// [INFO] [stdout] 260 | | /// For more details check [module docs](index.html) [INFO] [stdout] 261 | | struct Sha512 -> U512, U72); [INFO] [stdout] | |_______________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `sha3_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/tiger/mod.rs:172:25 [INFO] [stdout] | [INFO] [stdout] 172 | let mut out = out.as_mut(); [INFO] [stdout] | ----^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] ... [INFO] [stdout] 182 | / tiger_impl!( [INFO] [stdout] 183 | | /// Tiger implementation [INFO] [stdout] 184 | | /// [INFO] [stdout] 185 | | /// For more details check [module docs](index.html) [INFO] [stdout] 186 | | struct Tiger, 0x01); [INFO] [stdout] | |________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tiger_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/tiger/mod.rs:172:25 [INFO] [stdout] | [INFO] [stdout] 172 | let mut out = out.as_mut(); [INFO] [stdout] | ----^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] ... [INFO] [stdout] 187 | / tiger_impl!( [INFO] [stdout] 188 | | /// Tiger2 implementation [INFO] [stdout] 189 | | /// [INFO] [stdout] 190 | | /// The only difference between original Tiger and Tiger2 is padding value which is `0b00000001` [INFO] [stdout] ... | [INFO] [stdout] 194 | | /// For more details check [module docs](index.html) [INFO] [stdout] 195 | | struct Tiger2, 0x80); [INFO] [stdout] | |________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tiger_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused return value of `num::::wrapping_add` that must be used [INFO] [stdout] --> src/blake2.rs:130:9 [INFO] [stdout] | [INFO] [stdout] 130 | self.0.wrapping_add( val as u32 ); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_must_use)]` on by default [INFO] [stdout] = note: this returns the result of the operation, without modifying the original [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused return value of `num::::wrapping_add` that must be used [INFO] [stdout] --> src/blake2.rs:136:9 [INFO] [stdout] | [INFO] [stdout] 136 | self.0.wrapping_add(val as u64); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this returns the result of the operation, without modifying the original [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 19 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 3.89s [INFO] running `Command { std: "docker" "inspect" "f8c714bdf1bcaa3fab9f6d49bd9d9165a87232d99271779d42a22b252148ebba", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f8c714bdf1bcaa3fab9f6d49bd9d9165a87232d99271779d42a22b252148ebba", kill_on_drop: false }` [INFO] [stdout] f8c714bdf1bcaa3fab9f6d49bd9d9165a87232d99271779d42a22b252148ebba [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-17/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-17/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=warn" "-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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] b0123b61a7ca2407ac5a65865866ad75943d95dae159d54f8c06c4610c4e1692 [INFO] running `Command { std: "docker" "start" "-a" "b0123b61a7ca2407ac5a65865866ad75943d95dae159d54f8c06c4610c4e1692", kill_on_drop: false }` [INFO] [stderr] Compiling rustc-serialize v0.3.24 [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/md5.rs:218:13 [INFO] [stdout] | [INFO] [stdout] 218 | let mut out = out.as_mut(); [INFO] [stdout] | ----^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_mut)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/ripemd.rs:187:13 [INFO] [stdout] | [INFO] [stdout] 187 | let mut out = out.as_mut(); [INFO] [stdout] | ----^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/sha1.rs:239:13 [INFO] [stdout] | [INFO] [stdout] 239 | let mut out = out.as_mut(); [INFO] [stdout] | ----^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/blake2.rs:209:21 [INFO] [stdout] | [INFO] [stdout] 209 | let mut out = out.as_mut(); [INFO] [stdout] | ----^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] ... [INFO] [stdout] 222 | blake2!(Blake2s, BLAKE2S_INIT, FixedBuffer64, U64); [INFO] [stdout] | ------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `blake2` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/blake2.rs:209:21 [INFO] [stdout] | [INFO] [stdout] 209 | let mut out = out.as_mut(); [INFO] [stdout] | ----^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] ... [INFO] [stdout] 223 | blake2!(Blake2b, BLAKE2B_INIT, FixedBuffer128, U128); [INFO] [stdout] | --------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `blake2` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/sha2.rs:394:21 [INFO] [stdout] | [INFO] [stdout] 394 | let mut out = out.as_mut(); [INFO] [stdout] | ----^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] ... [INFO] [stdout] 423 | / impl_sha!( [INFO] [stdout] 424 | | /// SHA-224 implementation [INFO] [stdout] 425 | | /// [INFO] [stdout] 426 | | /// For more details check [module docs](index.html) [INFO] [stdout] 427 | | low Sha224, SHA224_INIT, U224); [INFO] [stdout] | |___________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_sha` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/sha2.rs:394:21 [INFO] [stdout] | [INFO] [stdout] 394 | let mut out = out.as_mut(); [INFO] [stdout] | ----^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] ... [INFO] [stdout] 428 | / impl_sha!( [INFO] [stdout] 429 | | /// SHA-256 implementation [INFO] [stdout] 430 | | /// [INFO] [stdout] 431 | | /// For more details check [module docs](index.html) [INFO] [stdout] 432 | | low Sha256, SHA256_INIT, U256); [INFO] [stdout] | |___________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_sha` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/sha2.rs:394:21 [INFO] [stdout] | [INFO] [stdout] 394 | let mut out = out.as_mut(); [INFO] [stdout] | ----^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] ... [INFO] [stdout] 433 | / impl_sha!( [INFO] [stdout] 434 | | /// SHA-384 implementation [INFO] [stdout] 435 | | /// [INFO] [stdout] 436 | | /// For more details check [module docs](index.html) [INFO] [stdout] 437 | | high Sha384, SHA384_INIT, U384); [INFO] [stdout] | |___________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_sha` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/sha2.rs:394:21 [INFO] [stdout] | [INFO] [stdout] 394 | let mut out = out.as_mut(); [INFO] [stdout] | ----^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] ... [INFO] [stdout] 438 | / impl_sha!( [INFO] [stdout] 439 | | /// SHA-512 implementation [INFO] [stdout] 440 | | /// [INFO] [stdout] 441 | | /// For more details check [module docs](index.html) [INFO] [stdout] 442 | | high Sha512, SHA512_INIT, U512); [INFO] [stdout] | |___________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_sha` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/sha2.rs:394:21 [INFO] [stdout] | [INFO] [stdout] 394 | let mut out = out.as_mut(); [INFO] [stdout] | ----^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] ... [INFO] [stdout] 444 | / impl_sha!( [INFO] [stdout] 445 | | /// SHA-512/224 implementation [INFO] [stdout] 446 | | /// [INFO] [stdout] 447 | | /// For more details check [module docs](index.html) [INFO] [stdout] 448 | | high Sha512224, SHA512_224_INIT, U224); [INFO] [stdout] | |__________________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_sha` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/sha2.rs:394:21 [INFO] [stdout] | [INFO] [stdout] 394 | let mut out = out.as_mut(); [INFO] [stdout] | ----^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] ... [INFO] [stdout] 449 | / impl_sha!( [INFO] [stdout] 450 | | /// SHA-512/256 implementation [INFO] [stdout] 451 | | /// [INFO] [stdout] 452 | | /// For more details check [module docs](index.html) [INFO] [stdout] 453 | | high Sha512256, SHA512_256_INIT, U256); [INFO] [stdout] | |__________________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_sha` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/sha3.rs:221:21 [INFO] [stdout] | [INFO] [stdout] 221 | let mut ret = out.as_mut(); [INFO] [stdout] | ----^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] ... [INFO] [stdout] 242 | / sha3_impl!( [INFO] [stdout] 243 | | /// SHA3-224 implementation [INFO] [stdout] 244 | | /// [INFO] [stdout] 245 | | /// For more details check [module docs](index.html) [INFO] [stdout] 246 | | struct Sha224 -> U224, U144); [INFO] [stdout] | |________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `sha3_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/sha3.rs:221:21 [INFO] [stdout] | [INFO] [stdout] 221 | let mut ret = out.as_mut(); [INFO] [stdout] | ----^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] ... [INFO] [stdout] 247 | / sha3_impl!( [INFO] [stdout] 248 | | /// SHA3-256 implementation [INFO] [stdout] 249 | | /// [INFO] [stdout] 250 | | /// For more details check [module docs](index.html) [INFO] [stdout] 251 | | struct Sha256 -> U256, U136); [INFO] [stdout] | |________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `sha3_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/sha3.rs:221:21 [INFO] [stdout] | [INFO] [stdout] 221 | let mut ret = out.as_mut(); [INFO] [stdout] | ----^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] ... [INFO] [stdout] 252 | / sha3_impl!( [INFO] [stdout] 253 | | /// SHA3-384 implementation [INFO] [stdout] 254 | | /// [INFO] [stdout] 255 | | /// For more details check [module docs](index.html) [INFO] [stdout] 256 | | struct Sha384 -> U384, U104); [INFO] [stdout] | |________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `sha3_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/sha3.rs:221:21 [INFO] [stdout] | [INFO] [stdout] 221 | let mut ret = out.as_mut(); [INFO] [stdout] | ----^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] ... [INFO] [stdout] 257 | / sha3_impl!( [INFO] [stdout] 258 | | /// SHA3-512 implementation [INFO] [stdout] 259 | | /// [INFO] [stdout] 260 | | /// For more details check [module docs](index.html) [INFO] [stdout] 261 | | struct Sha512 -> U512, U72); [INFO] [stdout] | |_______________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `sha3_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/tiger/mod.rs:172:25 [INFO] [stdout] | [INFO] [stdout] 172 | let mut out = out.as_mut(); [INFO] [stdout] | ----^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] ... [INFO] [stdout] 182 | / tiger_impl!( [INFO] [stdout] 183 | | /// Tiger implementation [INFO] [stdout] 184 | | /// [INFO] [stdout] 185 | | /// For more details check [module docs](index.html) [INFO] [stdout] 186 | | struct Tiger, 0x01); [INFO] [stdout] | |________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tiger_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/tiger/mod.rs:172:25 [INFO] [stdout] | [INFO] [stdout] 172 | let mut out = out.as_mut(); [INFO] [stdout] | ----^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] ... [INFO] [stdout] 187 | / tiger_impl!( [INFO] [stdout] 188 | | /// Tiger2 implementation [INFO] [stdout] 189 | | /// [INFO] [stdout] 190 | | /// The only difference between original Tiger and Tiger2 is padding value which is `0b00000001` [INFO] [stdout] ... | [INFO] [stdout] 194 | | /// For more details check [module docs](index.html) [INFO] [stdout] 195 | | struct Tiger2, 0x80); [INFO] [stdout] | |________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tiger_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused return value of `num::::wrapping_add` that must be used [INFO] [stdout] --> src/blake2.rs:130:9 [INFO] [stdout] | [INFO] [stdout] 130 | self.0.wrapping_add( val as u32 ); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_must_use)]` on by default [INFO] [stdout] = note: this returns the result of the operation, without modifying the original [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused return value of `num::::wrapping_add` that must be used [INFO] [stdout] --> src/blake2.rs:136:9 [INFO] [stdout] | [INFO] [stdout] 136 | self.0.wrapping_add(val as u64); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this returns the result of the operation, without modifying the original [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 19 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling toml v0.1.30 [INFO] [stderr] Compiling octavo-digest v0.1.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated macro `RustcDecodable`: rustc-serialize is deprecated and no longer supported [INFO] [stdout] --> tests/utils/mod.rs:9:10 [INFO] [stdout] | [INFO] [stdout] 9 | #[derive(RustcDecodable)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `RustcDecodable`: rustc-serialize is deprecated and no longer supported [INFO] [stdout] --> tests/utils/tests.rs:29:10 [INFO] [stdout] | [INFO] [stdout] 29 | #[derive(RustcDecodable)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> tests/utils/tests.rs:19:20 [INFO] [stdout] | [INFO] [stdout] 19 | let data = try!(d.read_str()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> tests/utils/tests.rs:42:19 [INFO] [stdout] | [INFO] [stdout] 42 | fn test(self, &Test); [INFO] [stdout] | ^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &Test` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(anonymous_parameters)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/md5.rs:218:13 [INFO] [stdout] | [INFO] [stdout] 218 | let mut out = out.as_mut(); [INFO] [stdout] | ----^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_mut)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/ripemd.rs:187:13 [INFO] [stdout] | [INFO] [stdout] 187 | let mut out = out.as_mut(); [INFO] [stdout] | ----^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/sha1.rs:239:13 [INFO] [stdout] | [INFO] [stdout] 239 | let mut out = out.as_mut(); [INFO] [stdout] | ----^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/blake2.rs:209:21 [INFO] [stdout] | [INFO] [stdout] 209 | let mut out = out.as_mut(); [INFO] [stdout] | ----^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] ... [INFO] [stdout] 222 | blake2!(Blake2s, BLAKE2S_INIT, FixedBuffer64, U64); [INFO] [stdout] | ------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `blake2` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/blake2.rs:209:21 [INFO] [stdout] | [INFO] [stdout] 209 | let mut out = out.as_mut(); [INFO] [stdout] | ----^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] ... [INFO] [stdout] 223 | blake2!(Blake2b, BLAKE2B_INIT, FixedBuffer128, U128); [INFO] [stdout] | --------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `blake2` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/sha2.rs:394:21 [INFO] [stdout] | [INFO] [stdout] 394 | let mut out = out.as_mut(); [INFO] [stdout] | ----^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] ... [INFO] [stdout] 423 | / impl_sha!( [INFO] [stdout] 424 | | /// SHA-224 implementation [INFO] [stdout] 425 | | /// [INFO] [stdout] 426 | | /// For more details check [module docs](index.html) [INFO] [stdout] 427 | | low Sha224, SHA224_INIT, U224); [INFO] [stdout] | |___________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_sha` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/sha2.rs:394:21 [INFO] [stdout] | [INFO] [stdout] 394 | let mut out = out.as_mut(); [INFO] [stdout] | ----^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] ... [INFO] [stdout] 428 | / impl_sha!( [INFO] [stdout] 429 | | /// SHA-256 implementation [INFO] [stdout] 430 | | /// [INFO] [stdout] 431 | | /// For more details check [module docs](index.html) [INFO] [stdout] 432 | | low Sha256, SHA256_INIT, U256); [INFO] [stdout] | |___________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_sha` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/sha2.rs:394:21 [INFO] [stdout] | [INFO] [stdout] 394 | let mut out = out.as_mut(); [INFO] [stdout] | ----^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] ... [INFO] [stdout] 433 | / impl_sha!( [INFO] [stdout] 434 | | /// SHA-384 implementation [INFO] [stdout] 435 | | /// [INFO] [stdout] 436 | | /// For more details check [module docs](index.html) [INFO] [stdout] 437 | | high Sha384, SHA384_INIT, U384); [INFO] [stdout] | |___________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_sha` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/sha2.rs:394:21 [INFO] [stdout] | [INFO] [stdout] 394 | let mut out = out.as_mut(); [INFO] [stdout] | ----^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] ... [INFO] [stdout] 438 | / impl_sha!( [INFO] [stdout] 439 | | /// SHA-512 implementation [INFO] [stdout] 440 | | /// [INFO] [stdout] 441 | | /// For more details check [module docs](index.html) [INFO] [stdout] 442 | | high Sha512, SHA512_INIT, U512); [INFO] [stdout] | |___________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_sha` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/sha2.rs:394:21 [INFO] [stdout] | [INFO] [stdout] 394 | let mut out = out.as_mut(); [INFO] [stdout] | ----^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] ... [INFO] [stdout] 444 | / impl_sha!( [INFO] [stdout] 445 | | /// SHA-512/224 implementation [INFO] [stdout] 446 | | /// [INFO] [stdout] 447 | | /// For more details check [module docs](index.html) [INFO] [stdout] 448 | | high Sha512224, SHA512_224_INIT, U224); [INFO] [stdout] | |__________________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_sha` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/sha2.rs:394:21 [INFO] [stdout] | [INFO] [stdout] 394 | let mut out = out.as_mut(); [INFO] [stdout] | ----^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] ... [INFO] [stdout] 449 | / impl_sha!( [INFO] [stdout] 450 | | /// SHA-512/256 implementation [INFO] [stdout] 451 | | /// [INFO] [stdout] 452 | | /// For more details check [module docs](index.html) [INFO] [stdout] 453 | | high Sha512256, SHA512_256_INIT, U256); [INFO] [stdout] | |__________________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_sha` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/sha3.rs:221:21 [INFO] [stdout] | [INFO] [stdout] 221 | let mut ret = out.as_mut(); [INFO] [stdout] | ----^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] ... [INFO] [stdout] 242 | / sha3_impl!( [INFO] [stdout] 243 | | /// SHA3-224 implementation [INFO] [stdout] 244 | | /// [INFO] [stdout] 245 | | /// For more details check [module docs](index.html) [INFO] [stdout] 246 | | struct Sha224 -> U224, U144); [INFO] [stdout] | |________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `sha3_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/sha3.rs:221:21 [INFO] [stdout] | [INFO] [stdout] 221 | let mut ret = out.as_mut(); [INFO] [stdout] | ----^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] ... [INFO] [stdout] 247 | / sha3_impl!( [INFO] [stdout] 248 | | /// SHA3-256 implementation [INFO] [stdout] 249 | | /// [INFO] [stdout] 250 | | /// For more details check [module docs](index.html) [INFO] [stdout] 251 | | struct Sha256 -> U256, U136); [INFO] [stdout] | |________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `sha3_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/sha3.rs:221:21 [INFO] [stdout] | [INFO] [stdout] 221 | let mut ret = out.as_mut(); [INFO] [stdout] | ----^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] ... [INFO] [stdout] 252 | / sha3_impl!( [INFO] [stdout] 253 | | /// SHA3-384 implementation [INFO] [stdout] 254 | | /// [INFO] [stdout] 255 | | /// For more details check [module docs](index.html) [INFO] [stdout] 256 | | struct Sha384 -> U384, U104); [INFO] [stdout] | |________________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `sha3_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/sha3.rs:221:21 [INFO] [stdout] | [INFO] [stdout] 221 | let mut ret = out.as_mut(); [INFO] [stdout] | ----^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] ... [INFO] [stdout] 257 | / sha3_impl!( [INFO] [stdout] 258 | | /// SHA3-512 implementation [INFO] [stdout] 259 | | /// [INFO] [stdout] 260 | | /// For more details check [module docs](index.html) [INFO] [stdout] 261 | | struct Sha512 -> U512, U72); [INFO] [stdout] | |_______________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `sha3_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/tiger/mod.rs:172:25 [INFO] [stdout] | [INFO] [stdout] 172 | let mut out = out.as_mut(); [INFO] [stdout] | ----^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] ... [INFO] [stdout] 182 | / tiger_impl!( [INFO] [stdout] 183 | | /// Tiger implementation [INFO] [stdout] 184 | | /// [INFO] [stdout] 185 | | /// For more details check [module docs](index.html) [INFO] [stdout] 186 | | struct Tiger, 0x01); [INFO] [stdout] | |________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tiger_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/tiger/mod.rs:172:25 [INFO] [stdout] | [INFO] [stdout] 172 | let mut out = out.as_mut(); [INFO] [stdout] | ----^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] ... [INFO] [stdout] 187 | / tiger_impl!( [INFO] [stdout] 188 | | /// Tiger2 implementation [INFO] [stdout] 189 | | /// [INFO] [stdout] 190 | | /// The only difference between original Tiger and Tiger2 is padding value which is `0b00000001` [INFO] [stdout] ... | [INFO] [stdout] 194 | | /// For more details check [module docs](index.html) [INFO] [stdout] 195 | | struct Tiger2, 0x80); [INFO] [stdout] | |________________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `tiger_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused return value of `num::::wrapping_add` that must be used [INFO] [stdout] --> src/blake2.rs:130:9 [INFO] [stdout] | [INFO] [stdout] 130 | self.0.wrapping_add( val as u32 ); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_must_use)]` on by default [INFO] [stdout] = note: this returns the result of the operation, without modifying the original [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused return value of `num::::wrapping_add` that must be used [INFO] [stdout] --> src/blake2.rs:136:9 [INFO] [stdout] | [INFO] [stdout] 136 | self.0.wrapping_add(val as u64); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this returns the result of the operation, without modifying the original [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 19 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 6.02s [INFO] [stderr] Executable unittests src/lib.rs (/opt/rustwide/target/debug/deps/octavo_digest-6c8a56c97f4bf9d2) [INFO] [stderr] Executable tests/lib.rs (/opt/rustwide/target/debug/deps/lib-cbe1de00370dad2f) [INFO] running `Command { std: "docker" "inspect" "b0123b61a7ca2407ac5a65865866ad75943d95dae159d54f8c06c4610c4e1692", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b0123b61a7ca2407ac5a65865866ad75943d95dae159d54f8c06c4610c4e1692", kill_on_drop: false }` [INFO] [stdout] b0123b61a7ca2407ac5a65865866ad75943d95dae159d54f8c06c4610c4e1692 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-17/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-17/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=warn" "-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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 6a05096c78ce55d29e2f75e85416395ed6a66595780d3a79a5cb051c46ae695c [INFO] running `Command { std: "docker" "start" "-a" "6a05096c78ce55d29e2f75e85416395ed6a66595780d3a79a5cb051c46ae695c", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/md5.rs:218:13 [INFO] [stderr] | [INFO] [stderr] 218 | let mut out = out.as_mut(); [INFO] [stderr] | ----^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_mut)]` on by default [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/ripemd.rs:187:13 [INFO] [stderr] | [INFO] [stderr] 187 | let mut out = out.as_mut(); [INFO] [stderr] | ----^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/sha1.rs:239:13 [INFO] [stderr] | [INFO] [stderr] 239 | let mut out = out.as_mut(); [INFO] [stderr] | ----^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/blake2.rs:209:21 [INFO] [stderr] | [INFO] [stderr] 209 | let mut out = out.as_mut(); [INFO] [stderr] | ----^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] ... [INFO] [stderr] 222 | blake2!(Blake2s, BLAKE2S_INIT, FixedBuffer64, U64); [INFO] [stderr] | ------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `blake2` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/blake2.rs:209:21 [INFO] [stderr] | [INFO] [stderr] 209 | let mut out = out.as_mut(); [INFO] [stderr] | ----^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] ... [INFO] [stderr] 223 | blake2!(Blake2b, BLAKE2B_INIT, FixedBuffer128, U128); [INFO] [stderr] | --------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `blake2` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/sha2.rs:394:21 [INFO] [stderr] | [INFO] [stderr] 394 | let mut out = out.as_mut(); [INFO] [stderr] | ----^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] ... [INFO] [stderr] 423 | / impl_sha!( [INFO] [stderr] 424 | | /// SHA-224 implementation [INFO] [stderr] 425 | | /// [INFO] [stderr] 426 | | /// For more details check [module docs](index.html) [INFO] [stderr] 427 | | low Sha224, SHA224_INIT, U224); [INFO] [stderr] | |___________________________________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `impl_sha` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/sha2.rs:394:21 [INFO] [stderr] | [INFO] [stderr] 394 | let mut out = out.as_mut(); [INFO] [stderr] | ----^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] ... [INFO] [stderr] 428 | / impl_sha!( [INFO] [stderr] 429 | | /// SHA-256 implementation [INFO] [stderr] 430 | | /// [INFO] [stderr] 431 | | /// For more details check [module docs](index.html) [INFO] [stderr] 432 | | low Sha256, SHA256_INIT, U256); [INFO] [stderr] | |___________________________________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `impl_sha` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/sha2.rs:394:21 [INFO] [stderr] | [INFO] [stderr] 394 | let mut out = out.as_mut(); [INFO] [stderr] | ----^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] ... [INFO] [stderr] 433 | / impl_sha!( [INFO] [stderr] 434 | | /// SHA-384 implementation [INFO] [stderr] 435 | | /// [INFO] [stderr] 436 | | /// For more details check [module docs](index.html) [INFO] [stderr] 437 | | high Sha384, SHA384_INIT, U384); [INFO] [stderr] | |___________________________________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `impl_sha` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/sha2.rs:394:21 [INFO] [stderr] | [INFO] [stderr] 394 | let mut out = out.as_mut(); [INFO] [stderr] | ----^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] ... [INFO] [stderr] 438 | / impl_sha!( [INFO] [stderr] 439 | | /// SHA-512 implementation [INFO] [stderr] 440 | | /// [INFO] [stderr] 441 | | /// For more details check [module docs](index.html) [INFO] [stderr] 442 | | high Sha512, SHA512_INIT, U512); [INFO] [stderr] | |___________________________________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `impl_sha` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/sha2.rs:394:21 [INFO] [stderr] | [INFO] [stderr] 394 | let mut out = out.as_mut(); [INFO] [stderr] | ----^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] ... [INFO] [stderr] 444 | / impl_sha!( [INFO] [stderr] 445 | | /// SHA-512/224 implementation [INFO] [stderr] 446 | | /// [INFO] [stderr] 447 | | /// For more details check [module docs](index.html) [INFO] [stderr] 448 | | high Sha512224, SHA512_224_INIT, U224); [INFO] [stderr] | |__________________________________________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `impl_sha` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/sha2.rs:394:21 [INFO] [stderr] | [INFO] [stderr] 394 | let mut out = out.as_mut(); [INFO] [stderr] | ----^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] ... [INFO] [stderr] 449 | / impl_sha!( [INFO] [stderr] 450 | | /// SHA-512/256 implementation [INFO] [stderr] 451 | | /// [INFO] [stderr] 452 | | /// For more details check [module docs](index.html) [INFO] [stderr] 453 | | high Sha512256, SHA512_256_INIT, U256); [INFO] [stderr] | |__________________________________________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `impl_sha` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/sha3.rs:221:21 [INFO] [stderr] | [INFO] [stderr] 221 | let mut ret = out.as_mut(); [INFO] [stderr] | ----^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] ... [INFO] [stderr] 242 | / sha3_impl!( [INFO] [stderr] 243 | | /// SHA3-224 implementation [INFO] [stderr] 244 | | /// [INFO] [stderr] 245 | | /// For more details check [module docs](index.html) [INFO] [stderr] 246 | | struct Sha224 -> U224, U144); [INFO] [stderr] | |________________________________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `sha3_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/sha3.rs:221:21 [INFO] [stderr] | [INFO] [stderr] 221 | let mut ret = out.as_mut(); [INFO] [stderr] | ----^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] ... [INFO] [stderr] 247 | / sha3_impl!( [INFO] [stderr] 248 | | /// SHA3-256 implementation [INFO] [stderr] 249 | | /// [INFO] [stderr] 250 | | /// For more details check [module docs](index.html) [INFO] [stderr] 251 | | struct Sha256 -> U256, U136); [INFO] [stderr] | |________________________________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `sha3_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/sha3.rs:221:21 [INFO] [stderr] | [INFO] [stderr] 221 | let mut ret = out.as_mut(); [INFO] [stderr] | ----^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] ... [INFO] [stderr] 252 | / sha3_impl!( [INFO] [stderr] 253 | | /// SHA3-384 implementation [INFO] [stderr] 254 | | /// [INFO] [stderr] 255 | | /// For more details check [module docs](index.html) [INFO] [stderr] 256 | | struct Sha384 -> U384, U104); [INFO] [stderr] | |________________________________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `sha3_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/sha3.rs:221:21 [INFO] [stderr] | [INFO] [stderr] 221 | let mut ret = out.as_mut(); [INFO] [stderr] | ----^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] ... [INFO] [stderr] 257 | / sha3_impl!( [INFO] [stderr] 258 | | /// SHA3-512 implementation [INFO] [stderr] 259 | | /// [INFO] [stderr] 260 | | /// For more details check [module docs](index.html) [INFO] [stderr] 261 | | struct Sha512 -> U512, U72); [INFO] [stderr] | |_______________________________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `sha3_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/tiger/mod.rs:172:25 [INFO] [stderr] | [INFO] [stderr] 172 | let mut out = out.as_mut(); [INFO] [stderr] | ----^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] ... [INFO] [stderr] 182 | / tiger_impl!( [INFO] [stderr] 183 | | /// Tiger implementation [INFO] [stderr] 184 | | /// [INFO] [stderr] 185 | | /// For more details check [module docs](index.html) [INFO] [stderr] 186 | | struct Tiger, 0x01); [INFO] [stderr] | |________________________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `tiger_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/tiger/mod.rs:172:25 [INFO] [stderr] | [INFO] [stderr] 172 | let mut out = out.as_mut(); [INFO] [stderr] | ----^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] ... [INFO] [stderr] 187 | / tiger_impl!( [INFO] [stderr] 188 | | /// Tiger2 implementation [INFO] [stderr] 189 | | /// [INFO] [stderr] 190 | | /// The only difference between original Tiger and Tiger2 is padding value which is `0b00000001` [INFO] [stderr] ... | [INFO] [stderr] 194 | | /// For more details check [module docs](index.html) [INFO] [stderr] 195 | | struct Tiger2, 0x80); [INFO] [stderr] | |________________________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `tiger_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused return value of `num::::wrapping_add` that must be used [INFO] [stderr] --> src/blake2.rs:130:9 [INFO] [stderr] | [INFO] [stderr] 130 | self.0.wrapping_add( val as u32 ); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_must_use)]` on by default [INFO] [stderr] = note: this returns the result of the operation, without modifying the original [INFO] [stderr] [INFO] [stderr] warning: unused return value of `num::::wrapping_add` that must be used [INFO] [stderr] --> src/blake2.rs:136:9 [INFO] [stderr] | [INFO] [stderr] 136 | self.0.wrapping_add(val as u64); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this returns the result of the operation, without modifying the original [INFO] [stderr] [INFO] [stderr] warning: `octavo-digest` (lib) generated 19 warnings [INFO] [stderr] warning: `octavo-digest` (lib test) generated 19 warnings (19 duplicates) [INFO] [stderr] warning: use of deprecated macro `RustcDecodable`: rustc-serialize is deprecated and no longer supported [INFO] [stderr] --> tests/utils/mod.rs:9:10 [INFO] [stderr] | [INFO] [stderr] 9 | #[derive(RustcDecodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `RustcDecodable`: rustc-serialize is deprecated and no longer supported [INFO] [stderr] --> tests/utils/tests.rs:29:10 [INFO] [stderr] | [INFO] [stderr] 29 | #[derive(RustcDecodable)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> tests/utils/tests.rs:19:20 [INFO] [stderr] | [INFO] [stderr] 19 | let data = try!(d.read_str()); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stderr] --> tests/utils/tests.rs:42:19 [INFO] [stderr] | [INFO] [stderr] 42 | fn test(self, &Test); [INFO] [stderr] | ^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &Test` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(anonymous_parameters)]` on by default [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stderr] = note: for more information, see issue #41686 [INFO] [stderr] [INFO] [stderr] warning: `octavo-digest` (test "lib") generated 4 warnings [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.24s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/octavo_digest-6c8a56c97f4bf9d2) [INFO] [stdout] [INFO] [stderr] Running tests/lib.rs (/opt/rustwide/target/debug/deps/lib-cbe1de00370dad2f) [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 11 tests [INFO] [stdout] test sha1::shavs_short ... ok [INFO] [stdout] test sha2::sha224::shavs_short ... ok [INFO] [stdout] test tiger::reference_implementation ... ok [INFO] [stdout] test sha2::sha384::shavs_short ... ok [INFO] [stdout] test sha2::sha256::shavs_short ... ok [INFO] [stdout] test sha2::sha512::shavs_short ... ok [INFO] [stdout] test sha1::shavs_long ... ok [INFO] [stdout] test sha2::sha256::shavs_long ... ok [INFO] [stdout] test sha2::sha224::shavs_long ... ok [INFO] [stdout] test sha2::sha512::shavs_long ... ok [INFO] [stdout] test sha2::sha384::shavs_long ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 11 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.87s [INFO] [stdout] [INFO] [stderr] Doc-tests octavo-digest [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test src/lib.rs - (line 16) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.41s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "6a05096c78ce55d29e2f75e85416395ed6a66595780d3a79a5cb051c46ae695c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6a05096c78ce55d29e2f75e85416395ed6a66595780d3a79a5cb051c46ae695c", kill_on_drop: false }` [INFO] [stdout] 6a05096c78ce55d29e2f75e85416395ed6a66595780d3a79a5cb051c46ae695c