Oct 27 18:32:29.563 INFO checking octavo-digest-0.1.2 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 18:32:29.563 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-0/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/pr-55192-2/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +155510e377ae2a8d8ee0dad1a5f809c9062a5526-alt check --frozen --all --all-targets" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 27 18:32:29.787 INFO blam! 8916ba5c5233dd58640ee678149a6907c1d4ad82764cf9d68bf9cf1169a89612 Oct 27 18:32:29.789 INFO running `"docker" "start" "-a" "8916ba5c5233dd58640ee678149a6907c1d4ad82764cf9d68bf9cf1169a89612"` Oct 27 18:32:30.479 INFO kablam! usermod: no changes Oct 27 18:32:30.543 INFO kablam! Checking byteorder v0.4.2 Oct 27 18:32:30.547 INFO kablam! Checking static-buffer v0.1.0 Oct 27 18:32:31.331 INFO kablam! Checking octavo-digest v0.1.2 (/source) Oct 27 18:32:33.727 INFO kablam! warning: variable does not need to be mutable Oct 27 18:32:33.727 INFO kablam! --> src/blake2.rs:209:21 Oct 27 18:32:33.727 INFO kablam! | Oct 27 18:32:33.727 INFO kablam! 209 | let mut out = out.as_mut(); Oct 27 18:32:33.727 INFO kablam! | ----^^^ Oct 27 18:32:33.727 INFO kablam! | | Oct 27 18:32:33.727 INFO kablam! | help: remove this `mut` Oct 27 18:32:33.727 INFO kablam! ... Oct 27 18:32:33.727 INFO kablam! 222 | blake2!(Blake2s, BLAKE2S_INIT, FixedBuffer64, U64); Oct 27 18:32:33.727 INFO kablam! | -------------------------------------------------------- in this macro invocation Oct 27 18:32:33.727 INFO kablam! | Oct 27 18:32:33.727 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 27 18:32:33.727 INFO kablam! Oct 27 18:32:33.731 INFO kablam! warning: variable does not need to be mutable Oct 27 18:32:33.731 INFO kablam! --> src/blake2.rs:209:21 Oct 27 18:32:33.731 INFO kablam! | Oct 27 18:32:33.731 INFO kablam! 209 | let mut out = out.as_mut(); Oct 27 18:32:33.731 INFO kablam! | ----^^^ Oct 27 18:32:33.731 INFO kablam! | | Oct 27 18:32:33.731 INFO kablam! | help: remove this `mut` Oct 27 18:32:33.731 INFO kablam! ... Oct 27 18:32:33.731 INFO kablam! 223 | blake2!(Blake2b, BLAKE2B_INIT, FixedBuffer128, U128); Oct 27 18:32:33.731 INFO kablam! | ---------------------------------------------------------- in this macro invocation Oct 27 18:32:33.731 INFO kablam! Oct 27 18:32:33.743 INFO kablam! warning: variable does not need to be mutable Oct 27 18:32:33.743 INFO kablam! --> src/md5.rs:218:13 Oct 27 18:32:33.743 INFO kablam! | Oct 27 18:32:33.743 INFO kablam! 218 | let mut out = out.as_mut(); Oct 27 18:32:33.743 INFO kablam! | ----^^^ Oct 27 18:32:33.743 INFO kablam! | | Oct 27 18:32:33.743 INFO kablam! | help: remove this `mut` Oct 27 18:32:33.743 INFO kablam! Oct 27 18:32:33.836 INFO kablam! warning: variable does not need to be mutable Oct 27 18:32:33.836 INFO kablam! --> src/ripemd.rs:187:13 Oct 27 18:32:33.836 INFO kablam! | Oct 27 18:32:33.836 INFO kablam! 187 | let mut out = out.as_mut(); Oct 27 18:32:33.836 INFO kablam! | ----^^^ Oct 27 18:32:33.836 INFO kablam! | | Oct 27 18:32:33.836 INFO kablam! | help: remove this `mut` Oct 27 18:32:33.836 INFO kablam! Oct 27 18:32:33.871 INFO kablam! warning: variable does not need to be mutable Oct 27 18:32:33.871 INFO kablam! --> src/sha1.rs:239:13 Oct 27 18:32:33.871 INFO kablam! | Oct 27 18:32:33.871 INFO kablam! 239 | let mut out = out.as_mut(); Oct 27 18:32:33.871 INFO kablam! | ----^^^ Oct 27 18:32:33.871 INFO kablam! | | Oct 27 18:32:33.871 INFO kablam! | help: remove this `mut` Oct 27 18:32:33.871 INFO kablam! Oct 27 18:32:33.931 INFO kablam! warning: variable does not need to be mutable Oct 27 18:32:33.931 INFO kablam! --> src/sha2.rs:394:21 Oct 27 18:32:33.931 INFO kablam! | Oct 27 18:32:33.931 INFO kablam! 394 | let mut out = out.as_mut(); Oct 27 18:32:33.931 INFO kablam! | ----^^^ Oct 27 18:32:33.931 INFO kablam! | | Oct 27 18:32:33.931 INFO kablam! | help: remove this `mut` Oct 27 18:32:33.931 INFO kablam! ... Oct 27 18:32:33.931 INFO kablam! 423 | / impl_sha!( Oct 27 18:32:33.931 INFO kablam! 424 | | /// SHA-224 implementation Oct 27 18:32:33.931 INFO kablam! 425 | | /// Oct 27 18:32:33.931 INFO kablam! 426 | | /// For more details check [module docs](index.html) Oct 27 18:32:33.931 INFO kablam! 427 | | low Sha224, SHA224_INIT, U224); Oct 27 18:32:33.931 INFO kablam! | |____________________________________- in this macro invocation Oct 27 18:32:33.931 INFO kablam! Oct 27 18:32:33.939 INFO kablam! warning: variable does not need to be mutable Oct 27 18:32:33.939 INFO kablam! --> src/sha2.rs:394:21 Oct 27 18:32:33.939 INFO kablam! | Oct 27 18:32:33.939 INFO kablam! 394 | let mut out = out.as_mut(); Oct 27 18:32:33.939 INFO kablam! | ----^^^ Oct 27 18:32:33.939 INFO kablam! | | Oct 27 18:32:33.939 INFO kablam! | help: remove this `mut` Oct 27 18:32:33.939 INFO kablam! ... Oct 27 18:32:33.939 INFO kablam! 428 | / impl_sha!( Oct 27 18:32:33.939 INFO kablam! 429 | | /// SHA-256 implementation Oct 27 18:32:33.939 INFO kablam! 430 | | /// Oct 27 18:32:33.939 INFO kablam! 431 | | /// For more details check [module docs](index.html) Oct 27 18:32:33.939 INFO kablam! 432 | | low Sha256, SHA256_INIT, U256); Oct 27 18:32:33.939 INFO kablam! | |____________________________________- in this macro invocation Oct 27 18:32:33.939 INFO kablam! Oct 27 18:32:33.959 INFO kablam! warning: variable does not need to be mutable Oct 27 18:32:33.959 INFO kablam! --> src/sha2.rs:394:21 Oct 27 18:32:33.959 INFO kablam! | Oct 27 18:32:33.959 INFO kablam! 394 | let mut out = out.as_mut(); Oct 27 18:32:33.959 INFO kablam! | ----^^^ Oct 27 18:32:33.959 INFO kablam! | | Oct 27 18:32:33.959 INFO kablam! | help: remove this `mut` Oct 27 18:32:33.959 INFO kablam! ... Oct 27 18:32:33.959 INFO kablam! 433 | / impl_sha!( Oct 27 18:32:33.959 INFO kablam! 434 | | /// SHA-384 implementation Oct 27 18:32:33.959 INFO kablam! 435 | | /// Oct 27 18:32:33.959 INFO kablam! 436 | | /// For more details check [module docs](index.html) Oct 27 18:32:33.959 INFO kablam! 437 | | high Sha384, SHA384_INIT, U384); Oct 27 18:32:33.959 INFO kablam! | |____________________________________- in this macro invocation Oct 27 18:32:33.959 INFO kablam! Oct 27 18:32:33.971 INFO kablam! warning: variable does not need to be mutable Oct 27 18:32:33.971 INFO kablam! --> src/sha2.rs:394:21 Oct 27 18:32:33.971 INFO kablam! | Oct 27 18:32:33.971 INFO kablam! 394 | let mut out = out.as_mut(); Oct 27 18:32:33.971 INFO kablam! | ----^^^ Oct 27 18:32:33.971 INFO kablam! | | Oct 27 18:32:33.971 INFO kablam! | help: remove this `mut` Oct 27 18:32:33.971 INFO kablam! ... Oct 27 18:32:33.971 INFO kablam! 438 | / impl_sha!( Oct 27 18:32:33.971 INFO kablam! 439 | | /// SHA-512 implementation Oct 27 18:32:33.971 INFO kablam! 440 | | /// Oct 27 18:32:33.971 INFO kablam! 441 | | /// For more details check [module docs](index.html) Oct 27 18:32:33.971 INFO kablam! 442 | | high Sha512, SHA512_INIT, U512); Oct 27 18:32:33.971 INFO kablam! | |____________________________________- in this macro invocation Oct 27 18:32:33.971 INFO kablam! Oct 27 18:32:33.983 INFO kablam! warning: variable does not need to be mutable Oct 27 18:32:33.983 INFO kablam! --> src/sha2.rs:394:21 Oct 27 18:32:33.983 INFO kablam! | Oct 27 18:32:33.983 INFO kablam! 394 | let mut out = out.as_mut(); Oct 27 18:32:33.983 INFO kablam! | ----^^^ Oct 27 18:32:33.983 INFO kablam! | | Oct 27 18:32:33.983 INFO kablam! | help: remove this `mut` Oct 27 18:32:33.983 INFO kablam! ... Oct 27 18:32:33.983 INFO kablam! 444 | / impl_sha!( Oct 27 18:32:33.983 INFO kablam! 445 | | /// SHA-512/224 implementation Oct 27 18:32:33.983 INFO kablam! 446 | | /// Oct 27 18:32:33.983 INFO kablam! 447 | | /// For more details check [module docs](index.html) Oct 27 18:32:33.983 INFO kablam! 448 | | high Sha512224, SHA512_224_INIT, U224); Oct 27 18:32:33.983 INFO kablam! | |___________________________________________- in this macro invocation Oct 27 18:32:33.983 INFO kablam! Oct 27 18:32:34.003 INFO kablam! warning: variable does not need to be mutable Oct 27 18:32:34.003 INFO kablam! --> src/sha2.rs:394:21 Oct 27 18:32:34.003 INFO kablam! | Oct 27 18:32:34.003 INFO kablam! 394 | let mut out = out.as_mut(); Oct 27 18:32:34.003 INFO kablam! | ----^^^ Oct 27 18:32:34.003 INFO kablam! | | Oct 27 18:32:34.003 INFO kablam! | help: remove this `mut` Oct 27 18:32:34.003 INFO kablam! ... Oct 27 18:32:34.003 INFO kablam! 449 | / impl_sha!( Oct 27 18:32:34.003 INFO kablam! 450 | | /// SHA-512/256 implementation Oct 27 18:32:34.003 INFO kablam! 451 | | /// Oct 27 18:32:34.003 INFO kablam! 452 | | /// For more details check [module docs](index.html) Oct 27 18:32:34.003 INFO kablam! 453 | | high Sha512256, SHA512_256_INIT, U256); Oct 27 18:32:34.003 INFO kablam! | |___________________________________________- in this macro invocation Oct 27 18:32:34.003 INFO kablam! Oct 27 18:32:34.035 INFO kablam! warning: variable does not need to be mutable Oct 27 18:32:34.035 INFO kablam! --> src/sha3.rs:221:21 Oct 27 18:32:34.035 INFO kablam! | Oct 27 18:32:34.035 INFO kablam! 221 | let mut ret = out.as_mut(); Oct 27 18:32:34.035 INFO kablam! | ----^^^ Oct 27 18:32:34.035 INFO kablam! | | Oct 27 18:32:34.035 INFO kablam! | help: remove this `mut` Oct 27 18:32:34.035 INFO kablam! ... Oct 27 18:32:34.035 INFO kablam! 242 | / sha3_impl!( Oct 27 18:32:34.035 INFO kablam! 243 | | /// SHA3-224 implementation Oct 27 18:32:34.035 INFO kablam! 244 | | /// Oct 27 18:32:34.035 INFO kablam! 245 | | /// For more details check [module docs](index.html) Oct 27 18:32:34.035 INFO kablam! 246 | | struct Sha224 -> U224, U144); Oct 27 18:32:34.035 INFO kablam! | |_________________________________- in this macro invocation Oct 27 18:32:34.035 INFO kablam! Oct 27 18:32:34.043 INFO kablam! warning: variable does not need to be mutable Oct 27 18:32:34.043 INFO kablam! --> src/sha3.rs:221:21 Oct 27 18:32:34.043 INFO kablam! | Oct 27 18:32:34.043 INFO kablam! 221 | let mut ret = out.as_mut(); Oct 27 18:32:34.043 INFO kablam! | ----^^^ Oct 27 18:32:34.043 INFO kablam! | | Oct 27 18:32:34.043 INFO kablam! | help: remove this `mut` Oct 27 18:32:34.043 INFO kablam! ... Oct 27 18:32:34.043 INFO kablam! 247 | / sha3_impl!( Oct 27 18:32:34.043 INFO kablam! 248 | | /// SHA3-256 implementation Oct 27 18:32:34.043 INFO kablam! 249 | | /// Oct 27 18:32:34.043 INFO kablam! 250 | | /// For more details check [module docs](index.html) Oct 27 18:32:34.043 INFO kablam! 251 | | struct Sha256 -> U256, U136); Oct 27 18:32:34.043 INFO kablam! | |_________________________________- in this macro invocation Oct 27 18:32:34.043 INFO kablam! Oct 27 18:32:34.043 INFO kablam! warning: variable does not need to be mutable Oct 27 18:32:34.043 INFO kablam! --> src/sha3.rs:221:21 Oct 27 18:32:34.043 INFO kablam! | Oct 27 18:32:34.043 INFO kablam! 221 | let mut ret = out.as_mut(); Oct 27 18:32:34.043 INFO kablam! | ----^^^ Oct 27 18:32:34.043 INFO kablam! | | Oct 27 18:32:34.043 INFO kablam! | help: remove this `mut` Oct 27 18:32:34.043 INFO kablam! ... Oct 27 18:32:34.043 INFO kablam! 252 | / sha3_impl!( Oct 27 18:32:34.043 INFO kablam! 253 | | /// SHA3-384 implementation Oct 27 18:32:34.043 INFO kablam! 254 | | /// Oct 27 18:32:34.043 INFO kablam! 255 | | /// For more details check [module docs](index.html) Oct 27 18:32:34.043 INFO kablam! 256 | | struct Sha384 -> U384, U104); Oct 27 18:32:34.043 INFO kablam! | |_________________________________- in this macro invocation Oct 27 18:32:34.043 INFO kablam! Oct 27 18:32:34.063 INFO kablam! warning: variable does not need to be mutable Oct 27 18:32:34.063 INFO kablam! --> src/sha3.rs:221:21 Oct 27 18:32:34.063 INFO kablam! | Oct 27 18:32:34.063 INFO kablam! 221 | let mut ret = out.as_mut(); Oct 27 18:32:34.063 INFO kablam! | ----^^^ Oct 27 18:32:34.063 INFO kablam! | | Oct 27 18:32:34.063 INFO kablam! | help: remove this `mut` Oct 27 18:32:34.063 INFO kablam! ... Oct 27 18:32:34.063 INFO kablam! 257 | / sha3_impl!( Oct 27 18:32:34.063 INFO kablam! 258 | | /// SHA3-512 implementation Oct 27 18:32:34.063 INFO kablam! 259 | | /// Oct 27 18:32:34.063 INFO kablam! 260 | | /// For more details check [module docs](index.html) Oct 27 18:32:34.063 INFO kablam! 261 | | struct Sha512 -> U512, U72); Oct 27 18:32:34.063 INFO kablam! | |________________________________- in this macro invocation Oct 27 18:32:34.063 INFO kablam! Oct 27 18:32:34.075 INFO kablam! warning: variable does not need to be mutable Oct 27 18:32:34.075 INFO kablam! --> src/tiger/mod.rs:172:25 Oct 27 18:32:34.075 INFO kablam! | Oct 27 18:32:34.075 INFO kablam! 172 | let mut out = out.as_mut(); Oct 27 18:32:34.075 INFO kablam! | ----^^^ Oct 27 18:32:34.075 INFO kablam! | | Oct 27 18:32:34.075 INFO kablam! | help: remove this `mut` Oct 27 18:32:34.075 INFO kablam! ... Oct 27 18:32:34.075 INFO kablam! 182 | / tiger_impl!( Oct 27 18:32:34.075 INFO kablam! 183 | | /// Tiger implementation Oct 27 18:32:34.075 INFO kablam! 184 | | /// Oct 27 18:32:34.075 INFO kablam! 185 | | /// For more details check [module docs](index.html) Oct 27 18:32:34.075 INFO kablam! 186 | | struct Tiger, 0x01); Oct 27 18:32:34.075 INFO kablam! | |_________________________- in this macro invocation Oct 27 18:32:34.075 INFO kablam! Oct 27 18:32:34.075 INFO kablam! warning: variable does not need to be mutable Oct 27 18:32:34.075 INFO kablam! --> src/tiger/mod.rs:172:25 Oct 27 18:32:34.075 INFO kablam! | Oct 27 18:32:34.075 INFO kablam! 172 | let mut out = out.as_mut(); Oct 27 18:32:34.075 INFO kablam! | ----^^^ Oct 27 18:32:34.075 INFO kablam! | | Oct 27 18:32:34.075 INFO kablam! | help: remove this `mut` Oct 27 18:32:34.075 INFO kablam! ... Oct 27 18:32:34.075 INFO kablam! 187 | / tiger_impl!( Oct 27 18:32:34.075 INFO kablam! 188 | | /// Tiger2 implementation Oct 27 18:32:34.075 INFO kablam! 189 | | /// Oct 27 18:32:34.075 INFO kablam! 190 | | /// The only difference between original Tiger and Tiger2 is padding value which is `0b00000001` Oct 27 18:32:34.075 INFO kablam! ... | Oct 27 18:32:34.075 INFO kablam! 194 | | /// For more details check [module docs](index.html) Oct 27 18:32:34.075 INFO kablam! 195 | | struct Tiger2, 0x80); Oct 27 18:32:34.075 INFO kablam! | |_________________________- in this macro invocation Oct 27 18:32:34.075 INFO kablam! Oct 27 18:32:34.473 INFO kablam! warning: variable does not need to be mutable Oct 27 18:32:34.473 INFO kablam! --> src/blake2.rs:209:21 Oct 27 18:32:34.473 INFO kablam! | Oct 27 18:32:34.473 INFO kablam! 209 | let mut out = out.as_mut(); Oct 27 18:32:34.473 INFO kablam! | ----^^^ Oct 27 18:32:34.473 INFO kablam! | | Oct 27 18:32:34.473 INFO kablam! | help: remove this `mut` Oct 27 18:32:34.473 INFO kablam! ... Oct 27 18:32:34.473 INFO kablam! 222 | blake2!(Blake2s, BLAKE2S_INIT, FixedBuffer64, U64); Oct 27 18:32:34.473 INFO kablam! | -------------------------------------------------------- in this macro invocation Oct 27 18:32:34.473 INFO kablam! | Oct 27 18:32:34.473 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 27 18:32:34.473 INFO kablam! Oct 27 18:32:34.473 INFO kablam! warning: variable does not need to be mutable Oct 27 18:32:34.473 INFO kablam! --> src/blake2.rs:209:21 Oct 27 18:32:34.473 INFO kablam! | Oct 27 18:32:34.473 INFO kablam! 209 | let mut out = out.as_mut(); Oct 27 18:32:34.473 INFO kablam! | ----^^^ Oct 27 18:32:34.473 INFO kablam! | | Oct 27 18:32:34.473 INFO kablam! | help: remove this `mut` Oct 27 18:32:34.473 INFO kablam! ... Oct 27 18:32:34.473 INFO kablam! 223 | blake2!(Blake2b, BLAKE2B_INIT, FixedBuffer128, U128); Oct 27 18:32:34.473 INFO kablam! | ---------------------------------------------------------- in this macro invocation Oct 27 18:32:34.473 INFO kablam! Oct 27 18:32:34.473 INFO kablam! warning: variable does not need to be mutable Oct 27 18:32:34.473 INFO kablam! --> src/md5.rs:218:13 Oct 27 18:32:34.473 INFO kablam! | Oct 27 18:32:34.473 INFO kablam! 218 | let mut out = out.as_mut(); Oct 27 18:32:34.473 INFO kablam! | ----^^^ Oct 27 18:32:34.473 INFO kablam! | | Oct 27 18:32:34.473 INFO kablam! | help: remove this `mut` Oct 27 18:32:34.473 INFO kablam! Oct 27 18:32:34.623 INFO kablam! warning: variable does not need to be mutable Oct 27 18:32:34.623 INFO kablam! --> src/ripemd.rs:187:13 Oct 27 18:32:34.624 INFO kablam! | Oct 27 18:32:34.624 INFO kablam! 187 | let mut out = out.as_mut(); Oct 27 18:32:34.624 INFO kablam! | ----^^^ Oct 27 18:32:34.624 INFO kablam! | | Oct 27 18:32:34.625 INFO kablam! | help: remove this `mut` Oct 27 18:32:34.625 INFO kablam! Oct 27 18:32:34.669 INFO kablam! warning: variable does not need to be mutable Oct 27 18:32:34.669 INFO kablam! --> src/sha1.rs:239:13 Oct 27 18:32:34.670 INFO kablam! | Oct 27 18:32:34.670 INFO kablam! 239 | let mut out = out.as_mut(); Oct 27 18:32:34.670 INFO kablam! | ----^^^ Oct 27 18:32:34.670 INFO kablam! | | Oct 27 18:32:34.671 INFO kablam! | help: remove this `mut` Oct 27 18:32:34.671 INFO kablam! Oct 27 18:32:34.722 INFO kablam! warning: variable does not need to be mutable Oct 27 18:32:34.722 INFO kablam! --> src/sha2.rs:394:21 Oct 27 18:32:34.723 INFO kablam! | Oct 27 18:32:34.723 INFO kablam! 394 | let mut out = out.as_mut(); Oct 27 18:32:34.723 INFO kablam! | ----^^^ Oct 27 18:32:34.724 INFO kablam! | | Oct 27 18:32:34.727 INFO kablam! | help: remove this `mut` Oct 27 18:32:34.727 INFO kablam! ... Oct 27 18:32:34.727 INFO kablam! 423 | / impl_sha!( Oct 27 18:32:34.728 INFO kablam! 424 | | /// SHA-224 implementation Oct 27 18:32:34.728 INFO kablam! 425 | | /// Oct 27 18:32:34.728 INFO kablam! 426 | | /// For more details check [module docs](index.html) Oct 27 18:32:34.729 INFO kablam! 427 | | low Sha224, SHA224_INIT, U224); Oct 27 18:32:34.729 INFO kablam! | |____________________________________- in this macro invocation Oct 27 18:32:34.729 INFO kablam! Oct 27 18:32:34.734 INFO kablam! warning: variable does not need to be mutable Oct 27 18:32:34.735 INFO kablam! --> src/sha2.rs:394:21 Oct 27 18:32:34.735 INFO kablam! | Oct 27 18:32:34.736 INFO kablam! 394 | let mut out = out.as_mut(); Oct 27 18:32:34.736 INFO kablam! | ----^^^ Oct 27 18:32:34.736 INFO kablam! | | Oct 27 18:32:34.736 INFO kablam! | help: remove this `mut` Oct 27 18:32:34.737 INFO kablam! ... Oct 27 18:32:34.737 INFO kablam! 428 | / impl_sha!( Oct 27 18:32:34.737 INFO kablam! 429 | | /// SHA-256 implementation Oct 27 18:32:34.737 INFO kablam! 430 | | /// Oct 27 18:32:34.738 INFO kablam! 431 | | /// For more details check [module docs](index.html) Oct 27 18:32:34.738 INFO kablam! 432 | | low Sha256, SHA256_INIT, U256); Oct 27 18:32:34.738 INFO kablam! | |____________________________________- in this macro invocation Oct 27 18:32:34.743 INFO kablam! Oct 27 18:32:34.749 INFO kablam! warning: variable does not need to be mutable Oct 27 18:32:34.750 INFO kablam! --> src/sha2.rs:394:21 Oct 27 18:32:34.750 INFO kablam! | Oct 27 18:32:34.751 INFO kablam! 394 | let mut out = out.as_mut(); Oct 27 18:32:34.751 INFO kablam! | ----^^^ Oct 27 18:32:34.751 INFO kablam! | | Oct 27 18:32:34.752 INFO kablam! | help: remove this `mut` Oct 27 18:32:34.752 INFO kablam! ... Oct 27 18:32:34.752 INFO kablam! 433 | / impl_sha!( Oct 27 18:32:34.752 INFO kablam! 434 | | /// SHA-384 implementation Oct 27 18:32:34.752 INFO kablam! 435 | | /// Oct 27 18:32:34.753 INFO kablam! 436 | | /// For more details check [module docs](index.html) Oct 27 18:32:34.753 INFO kablam! 437 | | high Sha384, SHA384_INIT, U384); Oct 27 18:32:34.753 INFO kablam! | |____________________________________- in this macro invocation Oct 27 18:32:34.755 INFO kablam! Oct 27 18:32:34.762 INFO kablam! warning: variable does not need to be mutable Oct 27 18:32:34.763 INFO kablam! --> src/sha2.rs:394:21 Oct 27 18:32:34.763 INFO kablam! | Oct 27 18:32:34.764 INFO kablam! 394 | let mut out = out.as_mut(); Oct 27 18:32:34.764 INFO kablam! | ----^^^ Oct 27 18:32:34.764 INFO kablam! | | Oct 27 18:32:34.764 INFO kablam! | help: remove this `mut` Oct 27 18:32:34.764 INFO kablam! ... Oct 27 18:32:34.765 INFO kablam! 438 | / impl_sha!( Oct 27 18:32:34.765 INFO kablam! 439 | | /// SHA-512 implementation Oct 27 18:32:34.765 INFO kablam! 440 | | /// Oct 27 18:32:34.766 INFO kablam! 441 | | /// For more details check [module docs](index.html) Oct 27 18:32:34.766 INFO kablam! 442 | | high Sha512, SHA512_INIT, U512); Oct 27 18:32:34.766 INFO kablam! | |____________________________________- in this macro invocation Oct 27 18:32:34.771 INFO kablam! Oct 27 18:32:34.775 INFO kablam! warning: variable does not need to be mutable Oct 27 18:32:34.776 INFO kablam! --> src/sha2.rs:394:21 Oct 27 18:32:34.777 INFO kablam! | Oct 27 18:32:34.777 INFO kablam! 394 | let mut out = out.as_mut(); Oct 27 18:32:34.777 INFO kablam! | ----^^^ Oct 27 18:32:34.778 INFO kablam! | | Oct 27 18:32:34.778 INFO kablam! | help: remove this `mut` Oct 27 18:32:34.778 INFO kablam! ... Oct 27 18:32:34.778 INFO kablam! 444 | / impl_sha!( Oct 27 18:32:34.779 INFO kablam! 445 | | /// SHA-512/224 implementation Oct 27 18:32:34.779 INFO kablam! 446 | | /// Oct 27 18:32:34.779 INFO kablam! 447 | | /// For more details check [module docs](index.html) Oct 27 18:32:34.780 INFO kablam! 448 | | high Sha512224, SHA512_224_INIT, U224); Oct 27 18:32:34.780 INFO kablam! | |___________________________________________- in this macro invocation Oct 27 18:32:34.780 INFO kablam! Oct 27 18:32:34.791 INFO kablam! warning: variable does not need to be mutable Oct 27 18:32:34.791 INFO kablam! --> src/sha2.rs:394:21 Oct 27 18:32:34.791 INFO kablam! | Oct 27 18:32:34.792 INFO kablam! 394 | let mut out = out.as_mut(); Oct 27 18:32:34.792 INFO kablam! | ----^^^ Oct 27 18:32:34.792 INFO kablam! | | Oct 27 18:32:34.793 INFO kablam! | help: remove this `mut` Oct 27 18:32:34.793 INFO kablam! ... Oct 27 18:32:34.793 INFO kablam! 449 | / impl_sha!( Oct 27 18:32:34.794 INFO kablam! 450 | | /// SHA-512/256 implementation Oct 27 18:32:34.794 INFO kablam! 451 | | /// Oct 27 18:32:34.794 INFO kablam! 452 | | /// For more details check [module docs](index.html) Oct 27 18:32:34.794 INFO kablam! 453 | | high Sha512256, SHA512_256_INIT, U256); Oct 27 18:32:34.795 INFO kablam! | |___________________________________________- in this macro invocation Oct 27 18:32:34.795 INFO kablam! Oct 27 18:32:34.815 INFO kablam! warning: variable does not need to be mutable Oct 27 18:32:34.815 INFO kablam! --> src/sha3.rs:221:21 Oct 27 18:32:34.816 INFO kablam! | Oct 27 18:32:34.816 INFO kablam! 221 | let mut ret = out.as_mut(); Oct 27 18:32:34.816 INFO kablam! | ----^^^ Oct 27 18:32:34.816 INFO kablam! | | Oct 27 18:32:34.817 INFO kablam! | help: remove this `mut` Oct 27 18:32:34.817 INFO kablam! ... Oct 27 18:32:34.817 INFO kablam! 242 | / sha3_impl!( Oct 27 18:32:34.818 INFO kablam! 243 | | /// SHA3-224 implementation Oct 27 18:32:34.818 INFO kablam! 244 | | /// Oct 27 18:32:34.818 INFO kablam! 245 | | /// For more details check [module docs](index.html) Oct 27 18:32:34.819 INFO kablam! 246 | | struct Sha224 -> U224, U144); Oct 27 18:32:34.819 INFO kablam! | |_________________________________- in this macro invocation Oct 27 18:32:34.819 INFO kablam! Oct 27 18:32:34.827 INFO kablam! warning: variable does not need to be mutable Oct 27 18:32:34.827 INFO kablam! --> src/sha3.rs:221:21 Oct 27 18:32:34.828 INFO kablam! | Oct 27 18:32:34.828 INFO kablam! 221 | let mut ret = out.as_mut(); Oct 27 18:32:34.828 INFO kablam! | ----^^^ Oct 27 18:32:34.828 INFO kablam! | | Oct 27 18:32:34.829 INFO kablam! | help: remove this `mut` Oct 27 18:32:34.829 INFO kablam! ... Oct 27 18:32:34.829 INFO kablam! 247 | / sha3_impl!( Oct 27 18:32:34.830 INFO kablam! 248 | | /// SHA3-256 implementation Oct 27 18:32:34.830 INFO kablam! 249 | | /// Oct 27 18:32:34.830 INFO kablam! 250 | | /// For more details check [module docs](index.html) Oct 27 18:32:34.831 INFO kablam! 251 | | struct Sha256 -> U256, U136); Oct 27 18:32:34.831 INFO kablam! | |_________________________________- in this macro invocation Oct 27 18:32:34.831 INFO kablam! Oct 27 18:32:34.831 INFO kablam! warning: variable does not need to be mutable Oct 27 18:32:34.832 INFO kablam! --> src/sha3.rs:221:21 Oct 27 18:32:34.832 INFO kablam! | Oct 27 18:32:34.832 INFO kablam! 221 | let mut ret = out.as_mut(); Oct 27 18:32:34.833 INFO kablam! | ----^^^ Oct 27 18:32:34.833 INFO kablam! | | Oct 27 18:32:34.833 INFO kablam! | help: remove this `mut` Oct 27 18:32:34.834 INFO kablam! ... Oct 27 18:32:34.834 INFO kablam! 252 | / sha3_impl!( Oct 27 18:32:34.834 INFO kablam! 253 | | /// SHA3-384 implementation Oct 27 18:32:34.834 INFO kablam! 254 | | /// Oct 27 18:32:34.835 INFO kablam! 255 | | /// For more details check [module docs](index.html) Oct 27 18:32:34.835 INFO kablam! 256 | | struct Sha384 -> U384, U104); Oct 27 18:32:34.835 INFO kablam! | |_________________________________- in this macro invocation Oct 27 18:32:34.836 INFO kablam! Oct 27 18:32:34.836 INFO kablam! warning: variable does not need to be mutable Oct 27 18:32:34.836 INFO kablam! --> src/sha3.rs:221:21 Oct 27 18:32:34.837 INFO kablam! | Oct 27 18:32:34.837 INFO kablam! 221 | let mut ret = out.as_mut(); Oct 27 18:32:34.837 INFO kablam! | ----^^^ Oct 27 18:32:34.837 INFO kablam! | | Oct 27 18:32:34.837 INFO kablam! | help: remove this `mut` Oct 27 18:32:34.837 INFO kablam! ... Oct 27 18:32:34.837 INFO kablam! 257 | / sha3_impl!( Oct 27 18:32:34.837 INFO kablam! 258 | | /// SHA3-512 implementation Oct 27 18:32:34.837 INFO kablam! 259 | | /// Oct 27 18:32:34.837 INFO kablam! 260 | | /// For more details check [module docs](index.html) Oct 27 18:32:34.837 INFO kablam! 261 | | struct Sha512 -> U512, U72); Oct 27 18:32:34.838 INFO kablam! | |________________________________- in this macro invocation Oct 27 18:32:34.838 INFO kablam! Oct 27 18:32:34.859 INFO kablam! warning: variable does not need to be mutable Oct 27 18:32:34.859 INFO kablam! --> src/tiger/mod.rs:172:25 Oct 27 18:32:34.859 INFO kablam! | Oct 27 18:32:34.859 INFO kablam! 172 | let mut out = out.as_mut(); Oct 27 18:32:34.859 INFO kablam! | ----^^^ Oct 27 18:32:34.859 INFO kablam! | | Oct 27 18:32:34.859 INFO kablam! | help: remove this `mut` Oct 27 18:32:34.859 INFO kablam! ... Oct 27 18:32:34.859 INFO kablam! 182 | / tiger_impl!( Oct 27 18:32:34.859 INFO kablam! 183 | | /// Tiger implementation Oct 27 18:32:34.859 INFO kablam! 184 | | /// Oct 27 18:32:34.859 INFO kablam! 185 | | /// For more details check [module docs](index.html) Oct 27 18:32:34.859 INFO kablam! 186 | | struct Tiger, 0x01); Oct 27 18:32:34.859 INFO kablam! | |_________________________- in this macro invocation Oct 27 18:32:34.859 INFO kablam! Oct 27 18:32:34.859 INFO kablam! warning: variable does not need to be mutable Oct 27 18:32:34.859 INFO kablam! --> src/tiger/mod.rs:172:25 Oct 27 18:32:34.859 INFO kablam! | Oct 27 18:32:34.859 INFO kablam! 172 | let mut out = out.as_mut(); Oct 27 18:32:34.859 INFO kablam! | ----^^^ Oct 27 18:32:34.859 INFO kablam! | | Oct 27 18:32:34.859 INFO kablam! | help: remove this `mut` Oct 27 18:32:34.859 INFO kablam! ... Oct 27 18:32:34.860 INFO kablam! 187 | / tiger_impl!( Oct 27 18:32:34.860 INFO kablam! 188 | | /// Tiger2 implementation Oct 27 18:32:34.860 INFO kablam! 189 | | /// Oct 27 18:32:34.860 INFO kablam! 190 | | /// The only difference between original Tiger and Tiger2 is padding value which is `0b00000001` Oct 27 18:32:34.860 INFO kablam! ... | Oct 27 18:32:34.860 INFO kablam! 194 | | /// For more details check [module docs](index.html) Oct 27 18:32:34.860 INFO kablam! 195 | | struct Tiger2, 0x80); Oct 27 18:32:34.860 INFO kablam! | |_________________________- in this macro invocation Oct 27 18:32:34.860 INFO kablam! Oct 27 18:32:36.228 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 5.72s Oct 27 18:32:36.232 INFO kablam! su: No module specific data is present Oct 27 18:32:36.823 INFO running `"docker" "rm" "-f" "8916ba5c5233dd58640ee678149a6907c1d4ad82764cf9d68bf9cf1169a89612"` Oct 27 18:32:37.040 INFO blam! 8916ba5c5233dd58640ee678149a6907c1d4ad82764cf9d68bf9cf1169a89612