Oct 13 11:22:44.252 INFO checking octavo-digest-0.1.2 against master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f for pr-54977 Oct 13 11:22:44.254 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-5/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/pr-54977/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/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 +5af0bb83044c3fb43d59ad5f49ee5ae1a293901f-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 13 11:22:44.500 INFO blam! 283b32141f1a2336562963abab809c1b66c7c589ec656fa5e93867d3f180bfe5 Oct 13 11:22:44.505 INFO running `"docker" "start" "-a" "283b32141f1a2336562963abab809c1b66c7c589ec656fa5e93867d3f180bfe5"` Oct 13 11:22:44.948 INFO kablam! usermod: no changes Oct 13 11:22:45.016 INFO kablam! Checking byteorder v0.4.2 Oct 13 11:22:45.029 INFO kablam! Checking static-buffer v0.1.0 Oct 13 11:22:46.378 INFO kablam! Checking octavo-digest v0.1.2 (/source) Oct 13 11:22:49.156 INFO kablam! warning: variable does not need to be mutable Oct 13 11:22:49.157 INFO kablam! --> src/blake2.rs:209:21 Oct 13 11:22:49.157 INFO kablam! | Oct 13 11:22:49.157 INFO kablam! 209 | let mut out = out.as_mut(); Oct 13 11:22:49.158 INFO kablam! | ----^^^ Oct 13 11:22:49.158 INFO kablam! | | Oct 13 11:22:49.158 INFO kablam! | help: remove this `mut` Oct 13 11:22:49.159 INFO kablam! ... Oct 13 11:22:49.159 INFO kablam! 222 | blake2!(Blake2s, BLAKE2S_INIT, FixedBuffer64, U64); Oct 13 11:22:49.159 INFO kablam! | -------------------------------------------------------- in this macro invocation Oct 13 11:22:49.159 INFO kablam! | Oct 13 11:22:49.160 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 13 11:22:49.160 INFO kablam! Oct 13 11:22:49.160 INFO kablam! warning: variable does not need to be mutable Oct 13 11:22:49.160 INFO kablam! --> src/blake2.rs:209:21 Oct 13 11:22:49.161 INFO kablam! | Oct 13 11:22:49.161 INFO kablam! 209 | let mut out = out.as_mut(); Oct 13 11:22:49.161 INFO kablam! | ----^^^ Oct 13 11:22:49.161 INFO kablam! | | Oct 13 11:22:49.162 INFO kablam! | help: remove this `mut` Oct 13 11:22:49.162 INFO kablam! ... Oct 13 11:22:49.162 INFO kablam! 223 | blake2!(Blake2b, BLAKE2B_INIT, FixedBuffer128, U128); Oct 13 11:22:49.162 INFO kablam! | ---------------------------------------------------------- in this macro invocation Oct 13 11:22:49.163 INFO kablam! Oct 13 11:22:49.176 INFO kablam! warning: variable does not need to be mutable Oct 13 11:22:49.177 INFO kablam! --> src/md5.rs:218:13 Oct 13 11:22:49.177 INFO kablam! | Oct 13 11:22:49.177 INFO kablam! 218 | let mut out = out.as_mut(); Oct 13 11:22:49.177 INFO kablam! | ----^^^ Oct 13 11:22:49.178 INFO kablam! | | Oct 13 11:22:49.178 INFO kablam! | help: remove this `mut` Oct 13 11:22:49.178 INFO kablam! Oct 13 11:22:49.276 INFO kablam! warning: variable does not need to be mutable Oct 13 11:22:49.277 INFO kablam! --> src/ripemd.rs:187:13 Oct 13 11:22:49.277 INFO kablam! | Oct 13 11:22:49.277 INFO kablam! 187 | let mut out = out.as_mut(); Oct 13 11:22:49.278 INFO kablam! | ----^^^ Oct 13 11:22:49.278 INFO kablam! | | Oct 13 11:22:49.278 INFO kablam! | help: remove this `mut` Oct 13 11:22:49.278 INFO kablam! Oct 13 11:22:49.314 INFO kablam! warning: variable does not need to be mutable Oct 13 11:22:49.314 INFO kablam! --> src/sha1.rs:239:13 Oct 13 11:22:49.315 INFO kablam! | Oct 13 11:22:49.315 INFO kablam! 239 | let mut out = out.as_mut(); Oct 13 11:22:49.315 INFO kablam! | ----^^^ Oct 13 11:22:49.316 INFO kablam! | | Oct 13 11:22:49.316 INFO kablam! | help: remove this `mut` Oct 13 11:22:49.316 INFO kablam! Oct 13 11:22:49.363 INFO kablam! warning: variable does not need to be mutable Oct 13 11:22:49.363 INFO kablam! --> src/sha2.rs:394:21 Oct 13 11:22:49.363 INFO kablam! | Oct 13 11:22:49.363 INFO kablam! 394 | let mut out = out.as_mut(); Oct 13 11:22:49.364 INFO kablam! | ----^^^ Oct 13 11:22:49.364 INFO kablam! | | Oct 13 11:22:49.364 INFO kablam! | help: remove this `mut` Oct 13 11:22:49.365 INFO kablam! ... Oct 13 11:22:49.365 INFO kablam! 423 | / impl_sha!( Oct 13 11:22:49.365 INFO kablam! 424 | | /// SHA-224 implementation Oct 13 11:22:49.365 INFO kablam! 425 | | /// Oct 13 11:22:49.366 INFO kablam! 426 | | /// For more details check [module docs](index.html) Oct 13 11:22:49.366 INFO kablam! 427 | | low Sha224, SHA224_INIT, U224); Oct 13 11:22:49.366 INFO kablam! | |____________________________________- in this macro invocation Oct 13 11:22:49.367 INFO kablam! Oct 13 11:22:49.374 INFO kablam! warning: variable does not need to be mutable Oct 13 11:22:49.374 INFO kablam! --> src/sha2.rs:394:21 Oct 13 11:22:49.374 INFO kablam! | Oct 13 11:22:49.374 INFO kablam! 394 | let mut out = out.as_mut(); Oct 13 11:22:49.375 INFO kablam! | ----^^^ Oct 13 11:22:49.375 INFO kablam! | | Oct 13 11:22:49.375 INFO kablam! | help: remove this `mut` Oct 13 11:22:49.375 INFO kablam! ... Oct 13 11:22:49.376 INFO kablam! 428 | / impl_sha!( Oct 13 11:22:49.376 INFO kablam! 429 | | /// SHA-256 implementation Oct 13 11:22:49.376 INFO kablam! 430 | | /// Oct 13 11:22:49.376 INFO kablam! 431 | | /// For more details check [module docs](index.html) Oct 13 11:22:49.377 INFO kablam! 432 | | low Sha256, SHA256_INIT, U256); Oct 13 11:22:49.377 INFO kablam! | |____________________________________- in this macro invocation Oct 13 11:22:49.377 INFO kablam! Oct 13 11:22:49.392 INFO kablam! warning: variable does not need to be mutable Oct 13 11:22:49.393 INFO kablam! --> src/sha2.rs:394:21 Oct 13 11:22:49.393 INFO kablam! | Oct 13 11:22:49.393 INFO kablam! 394 | let mut out = out.as_mut(); Oct 13 11:22:49.393 INFO kablam! | ----^^^ Oct 13 11:22:49.394 INFO kablam! | | Oct 13 11:22:49.394 INFO kablam! | help: remove this `mut` Oct 13 11:22:49.394 INFO kablam! ... Oct 13 11:22:49.394 INFO kablam! 433 | / impl_sha!( Oct 13 11:22:49.395 INFO kablam! 434 | | /// SHA-384 implementation Oct 13 11:22:49.395 INFO kablam! 435 | | /// Oct 13 11:22:49.395 INFO kablam! 436 | | /// For more details check [module docs](index.html) Oct 13 11:22:49.395 INFO kablam! 437 | | high Sha384, SHA384_INIT, U384); Oct 13 11:22:49.396 INFO kablam! | |____________________________________- in this macro invocation Oct 13 11:22:49.396 INFO kablam! Oct 13 11:22:49.404 INFO kablam! warning: variable does not need to be mutable Oct 13 11:22:49.405 INFO kablam! --> src/sha2.rs:394:21 Oct 13 11:22:49.405 INFO kablam! | Oct 13 11:22:49.405 INFO kablam! 394 | let mut out = out.as_mut(); Oct 13 11:22:49.405 INFO kablam! | ----^^^ Oct 13 11:22:49.405 INFO kablam! | | Oct 13 11:22:49.406 INFO kablam! | help: remove this `mut` Oct 13 11:22:49.406 INFO kablam! ... Oct 13 11:22:49.406 INFO kablam! 438 | / impl_sha!( Oct 13 11:22:49.407 INFO kablam! 439 | | /// SHA-512 implementation Oct 13 11:22:49.407 INFO kablam! 440 | | /// Oct 13 11:22:49.407 INFO kablam! 441 | | /// For more details check [module docs](index.html) Oct 13 11:22:49.407 INFO kablam! 442 | | high Sha512, SHA512_INIT, U512); Oct 13 11:22:49.408 INFO kablam! | |____________________________________- in this macro invocation Oct 13 11:22:49.408 INFO kablam! Oct 13 11:22:49.412 INFO kablam! warning: variable does not need to be mutable Oct 13 11:22:49.413 INFO kablam! --> src/sha2.rs:394:21 Oct 13 11:22:49.413 INFO kablam! | Oct 13 11:22:49.413 INFO kablam! 394 | let mut out = out.as_mut(); Oct 13 11:22:49.413 INFO kablam! | ----^^^ Oct 13 11:22:49.414 INFO kablam! | | Oct 13 11:22:49.414 INFO kablam! | help: remove this `mut` Oct 13 11:22:49.414 INFO kablam! ... Oct 13 11:22:49.415 INFO kablam! 444 | / impl_sha!( Oct 13 11:22:49.415 INFO kablam! 445 | | /// SHA-512/224 implementation Oct 13 11:22:49.415 INFO kablam! 446 | | /// Oct 13 11:22:49.415 INFO kablam! 447 | | /// For more details check [module docs](index.html) Oct 13 11:22:49.416 INFO kablam! 448 | | high Sha512224, SHA512_224_INIT, U224); Oct 13 11:22:49.416 INFO kablam! | |___________________________________________- in this macro invocation Oct 13 11:22:49.416 INFO kablam! Oct 13 11:22:49.416 INFO kablam! warning: variable does not need to be mutable Oct 13 11:22:49.417 INFO kablam! --> src/sha2.rs:394:21 Oct 13 11:22:49.417 INFO kablam! | Oct 13 11:22:49.417 INFO kablam! 394 | let mut out = out.as_mut(); Oct 13 11:22:49.417 INFO kablam! | ----^^^ Oct 13 11:22:49.418 INFO kablam! | | Oct 13 11:22:49.418 INFO kablam! | help: remove this `mut` Oct 13 11:22:49.418 INFO kablam! ... Oct 13 11:22:49.418 INFO kablam! 449 | / impl_sha!( Oct 13 11:22:49.419 INFO kablam! 450 | | /// SHA-512/256 implementation Oct 13 11:22:49.419 INFO kablam! 451 | | /// Oct 13 11:22:49.419 INFO kablam! 452 | | /// For more details check [module docs](index.html) Oct 13 11:22:49.419 INFO kablam! 453 | | high Sha512256, SHA512_256_INIT, U256); Oct 13 11:22:49.420 INFO kablam! | |___________________________________________- in this macro invocation Oct 13 11:22:49.420 INFO kablam! Oct 13 11:22:49.444 INFO kablam! warning: variable does not need to be mutable Oct 13 11:22:49.445 INFO kablam! --> src/sha3.rs:221:21 Oct 13 11:22:49.445 INFO kablam! | Oct 13 11:22:49.445 INFO kablam! 221 | let mut ret = out.as_mut(); Oct 13 11:22:49.446 INFO kablam! | ----^^^ Oct 13 11:22:49.446 INFO kablam! | | Oct 13 11:22:49.446 INFO kablam! | help: remove this `mut` Oct 13 11:22:49.446 INFO kablam! ... Oct 13 11:22:49.446 INFO kablam! 242 | / sha3_impl!( Oct 13 11:22:49.447 INFO kablam! 243 | | /// SHA3-224 implementation Oct 13 11:22:49.447 INFO kablam! 244 | | /// Oct 13 11:22:49.447 INFO kablam! 245 | | /// For more details check [module docs](index.html) Oct 13 11:22:49.448 INFO kablam! 246 | | struct Sha224 -> U224, U144); Oct 13 11:22:49.448 INFO kablam! | |_________________________________- in this macro invocation Oct 13 11:22:49.448 INFO kablam! Oct 13 11:22:49.454 INFO kablam! warning: variable does not need to be mutable Oct 13 11:22:49.454 INFO kablam! --> src/sha3.rs:221:21 Oct 13 11:22:49.454 INFO kablam! | Oct 13 11:22:49.455 INFO kablam! 221 | let mut ret = out.as_mut(); Oct 13 11:22:49.455 INFO kablam! | ----^^^ Oct 13 11:22:49.455 INFO kablam! | | Oct 13 11:22:49.455 INFO kablam! | help: remove this `mut` Oct 13 11:22:49.456 INFO kablam! ... Oct 13 11:22:49.456 INFO kablam! 247 | / sha3_impl!( Oct 13 11:22:49.456 INFO kablam! 248 | | /// SHA3-256 implementation Oct 13 11:22:49.456 INFO kablam! 249 | | /// Oct 13 11:22:49.457 INFO kablam! 250 | | /// For more details check [module docs](index.html) Oct 13 11:22:49.457 INFO kablam! 251 | | struct Sha256 -> U256, U136); Oct 13 11:22:49.457 INFO kablam! | |_________________________________- in this macro invocation Oct 13 11:22:49.457 INFO kablam! Oct 13 11:22:49.464 INFO kablam! warning: variable does not need to be mutable Oct 13 11:22:49.465 INFO kablam! --> src/sha3.rs:221:21 Oct 13 11:22:49.465 INFO kablam! | Oct 13 11:22:49.465 INFO kablam! 221 | let mut ret = out.as_mut(); Oct 13 11:22:49.465 INFO kablam! | ----^^^ Oct 13 11:22:49.466 INFO kablam! | | Oct 13 11:22:49.466 INFO kablam! | help: remove this `mut` Oct 13 11:22:49.466 INFO kablam! ... Oct 13 11:22:49.466 INFO kablam! 252 | / sha3_impl!( Oct 13 11:22:49.467 INFO kablam! 253 | | /// SHA3-384 implementation Oct 13 11:22:49.467 INFO kablam! 254 | | /// Oct 13 11:22:49.467 INFO kablam! 255 | | /// For more details check [module docs](index.html) Oct 13 11:22:49.467 INFO kablam! 256 | | struct Sha384 -> U384, U104); Oct 13 11:22:49.468 INFO kablam! | |_________________________________- in this macro invocation Oct 13 11:22:49.468 INFO kablam! Oct 13 11:22:49.476 INFO kablam! warning: variable does not need to be mutable Oct 13 11:22:49.477 INFO kablam! --> src/sha3.rs:221:21 Oct 13 11:22:49.477 INFO kablam! | Oct 13 11:22:49.477 INFO kablam! 221 | let mut ret = out.as_mut(); Oct 13 11:22:49.477 INFO kablam! | ----^^^ Oct 13 11:22:49.478 INFO kablam! | | Oct 13 11:22:49.478 INFO kablam! | help: remove this `mut` Oct 13 11:22:49.478 INFO kablam! ... Oct 13 11:22:49.478 INFO kablam! 257 | / sha3_impl!( Oct 13 11:22:49.479 INFO kablam! 258 | | /// SHA3-512 implementation Oct 13 11:22:49.479 INFO kablam! 259 | | /// Oct 13 11:22:49.479 INFO kablam! 260 | | /// For more details check [module docs](index.html) Oct 13 11:22:49.479 INFO kablam! 261 | | struct Sha512 -> U512, U72); Oct 13 11:22:49.480 INFO kablam! | |________________________________- in this macro invocation Oct 13 11:22:49.480 INFO kablam! Oct 13 11:22:49.496 INFO kablam! warning: variable does not need to be mutable Oct 13 11:22:49.497 INFO kablam! --> src/tiger/mod.rs:172:25 Oct 13 11:22:49.497 INFO kablam! | Oct 13 11:22:49.497 INFO kablam! 172 | let mut out = out.as_mut(); Oct 13 11:22:49.497 INFO kablam! | ----^^^ Oct 13 11:22:49.498 INFO kablam! | | Oct 13 11:22:49.498 INFO kablam! | help: remove this `mut` Oct 13 11:22:49.498 INFO kablam! ... Oct 13 11:22:49.498 INFO kablam! 182 | / tiger_impl!( Oct 13 11:22:49.499 INFO kablam! 183 | | /// Tiger implementation Oct 13 11:22:49.499 INFO kablam! 184 | | /// Oct 13 11:22:49.499 INFO kablam! 185 | | /// For more details check [module docs](index.html) Oct 13 11:22:49.499 INFO kablam! 186 | | struct Tiger, 0x01); Oct 13 11:22:49.500 INFO kablam! | |_________________________- in this macro invocation Oct 13 11:22:49.500 INFO kablam! Oct 13 11:22:49.500 INFO kablam! warning: variable does not need to be mutable Oct 13 11:22:49.500 INFO kablam! --> src/tiger/mod.rs:172:25 Oct 13 11:22:49.501 INFO kablam! | Oct 13 11:22:49.501 INFO kablam! 172 | let mut out = out.as_mut(); Oct 13 11:22:49.501 INFO kablam! | ----^^^ Oct 13 11:22:49.501 INFO kablam! | | Oct 13 11:22:49.502 INFO kablam! | help: remove this `mut` Oct 13 11:22:49.502 INFO kablam! ... Oct 13 11:22:49.502 INFO kablam! 187 | / tiger_impl!( Oct 13 11:22:49.502 INFO kablam! 188 | | /// Tiger2 implementation Oct 13 11:22:49.503 INFO kablam! 189 | | /// Oct 13 11:22:49.503 INFO kablam! 190 | | /// The only difference between original Tiger and Tiger2 is padding value which is `0b00000001` Oct 13 11:22:49.503 INFO kablam! ... | Oct 13 11:22:49.503 INFO kablam! 194 | | /// For more details check [module docs](index.html) Oct 13 11:22:49.503 INFO kablam! 195 | | struct Tiger2, 0x80); Oct 13 11:22:49.504 INFO kablam! | |_________________________- in this macro invocation Oct 13 11:22:49.504 INFO kablam! Oct 13 11:22:49.640 INFO kablam! warning: variable does not need to be mutable Oct 13 11:22:49.640 INFO kablam! --> src/blake2.rs:209:21 Oct 13 11:22:49.640 INFO kablam! | Oct 13 11:22:49.640 INFO kablam! 209 | let mut out = out.as_mut(); Oct 13 11:22:49.640 INFO kablam! | ----^^^ Oct 13 11:22:49.640 INFO kablam! | | Oct 13 11:22:49.640 INFO kablam! | help: remove this `mut` Oct 13 11:22:49.640 INFO kablam! ... Oct 13 11:22:49.640 INFO kablam! 222 | blake2!(Blake2s, BLAKE2S_INIT, FixedBuffer64, U64); Oct 13 11:22:49.640 INFO kablam! | -------------------------------------------------------- in this macro invocation Oct 13 11:22:49.640 INFO kablam! | Oct 13 11:22:49.640 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 13 11:22:49.640 INFO kablam! Oct 13 11:22:49.640 INFO kablam! warning: variable does not need to be mutable Oct 13 11:22:49.640 INFO kablam! --> src/blake2.rs:209:21 Oct 13 11:22:49.640 INFO kablam! | Oct 13 11:22:49.640 INFO kablam! 209 | let mut out = out.as_mut(); Oct 13 11:22:49.640 INFO kablam! | ----^^^ Oct 13 11:22:49.640 INFO kablam! | | Oct 13 11:22:49.640 INFO kablam! | help: remove this `mut` Oct 13 11:22:49.640 INFO kablam! ... Oct 13 11:22:49.640 INFO kablam! 223 | blake2!(Blake2b, BLAKE2B_INIT, FixedBuffer128, U128); Oct 13 11:22:49.640 INFO kablam! | ---------------------------------------------------------- in this macro invocation Oct 13 11:22:49.640 INFO kablam! Oct 13 11:22:49.656 INFO kablam! warning: variable does not need to be mutable Oct 13 11:22:49.656 INFO kablam! --> src/md5.rs:218:13 Oct 13 11:22:49.656 INFO kablam! | Oct 13 11:22:49.656 INFO kablam! 218 | let mut out = out.as_mut(); Oct 13 11:22:49.656 INFO kablam! | ----^^^ Oct 13 11:22:49.656 INFO kablam! | | Oct 13 11:22:49.656 INFO kablam! | help: remove this `mut` Oct 13 11:22:49.656 INFO kablam! Oct 13 11:22:49.764 INFO kablam! warning: variable does not need to be mutable Oct 13 11:22:49.764 INFO kablam! --> src/ripemd.rs:187:13 Oct 13 11:22:49.764 INFO kablam! | Oct 13 11:22:49.764 INFO kablam! 187 | let mut out = out.as_mut(); Oct 13 11:22:49.764 INFO kablam! | ----^^^ Oct 13 11:22:49.764 INFO kablam! | | Oct 13 11:22:49.764 INFO kablam! | help: remove this `mut` Oct 13 11:22:49.764 INFO kablam! Oct 13 11:22:49.791 INFO kablam! warning: variable does not need to be mutable Oct 13 11:22:49.791 INFO kablam! --> src/sha1.rs:239:13 Oct 13 11:22:49.791 INFO kablam! | Oct 13 11:22:49.791 INFO kablam! 239 | let mut out = out.as_mut(); Oct 13 11:22:49.792 INFO kablam! | ----^^^ Oct 13 11:22:49.792 INFO kablam! | | Oct 13 11:22:49.792 INFO kablam! | help: remove this `mut` Oct 13 11:22:49.792 INFO kablam! Oct 13 11:22:49.823 INFO kablam! warning: variable does not need to be mutable Oct 13 11:22:49.823 INFO kablam! --> src/sha2.rs:394:21 Oct 13 11:22:49.823 INFO kablam! | Oct 13 11:22:49.823 INFO kablam! 394 | let mut out = out.as_mut(); Oct 13 11:22:49.823 INFO kablam! | ----^^^ Oct 13 11:22:49.823 INFO kablam! | | Oct 13 11:22:49.823 INFO kablam! | help: remove this `mut` Oct 13 11:22:49.823 INFO kablam! ... Oct 13 11:22:49.823 INFO kablam! 423 | / impl_sha!( Oct 13 11:22:49.823 INFO kablam! 424 | | /// SHA-224 implementation Oct 13 11:22:49.823 INFO kablam! 425 | | /// Oct 13 11:22:49.823 INFO kablam! 426 | | /// For more details check [module docs](index.html) Oct 13 11:22:49.823 INFO kablam! 427 | | low Sha224, SHA224_INIT, U224); Oct 13 11:22:49.823 INFO kablam! | |____________________________________- in this macro invocation Oct 13 11:22:49.823 INFO kablam! Oct 13 11:22:49.828 INFO kablam! warning: variable does not need to be mutable Oct 13 11:22:49.828 INFO kablam! --> src/sha2.rs:394:21 Oct 13 11:22:49.828 INFO kablam! | Oct 13 11:22:49.828 INFO kablam! 394 | let mut out = out.as_mut(); Oct 13 11:22:49.828 INFO kablam! | ----^^^ Oct 13 11:22:49.828 INFO kablam! | | Oct 13 11:22:49.828 INFO kablam! | help: remove this `mut` Oct 13 11:22:49.828 INFO kablam! ... Oct 13 11:22:49.828 INFO kablam! 428 | / impl_sha!( Oct 13 11:22:49.828 INFO kablam! 429 | | /// SHA-256 implementation Oct 13 11:22:49.828 INFO kablam! 430 | | /// Oct 13 11:22:49.828 INFO kablam! 431 | | /// For more details check [module docs](index.html) Oct 13 11:22:49.828 INFO kablam! 432 | | low Sha256, SHA256_INIT, U256); Oct 13 11:22:49.828 INFO kablam! | |____________________________________- in this macro invocation Oct 13 11:22:49.828 INFO kablam! Oct 13 11:22:49.837 INFO kablam! warning: variable does not need to be mutable Oct 13 11:22:49.837 INFO kablam! --> src/sha2.rs:394:21 Oct 13 11:22:49.837 INFO kablam! | Oct 13 11:22:49.837 INFO kablam! 394 | let mut out = out.as_mut(); Oct 13 11:22:49.837 INFO kablam! | ----^^^ Oct 13 11:22:49.837 INFO kablam! | | Oct 13 11:22:49.837 INFO kablam! | help: remove this `mut` Oct 13 11:22:49.837 INFO kablam! ... Oct 13 11:22:49.837 INFO kablam! 433 | / impl_sha!( Oct 13 11:22:49.837 INFO kablam! 434 | | /// SHA-384 implementation Oct 13 11:22:49.837 INFO kablam! 435 | | /// Oct 13 11:22:49.837 INFO kablam! 436 | | /// For more details check [module docs](index.html) Oct 13 11:22:49.837 INFO kablam! 437 | | high Sha384, SHA384_INIT, U384); Oct 13 11:22:49.837 INFO kablam! | |____________________________________- in this macro invocation Oct 13 11:22:49.837 INFO kablam! Oct 13 11:22:49.843 INFO kablam! warning: variable does not need to be mutable Oct 13 11:22:49.843 INFO kablam! --> src/sha2.rs:394:21 Oct 13 11:22:49.843 INFO kablam! | Oct 13 11:22:49.843 INFO kablam! 394 | let mut out = out.as_mut(); Oct 13 11:22:49.843 INFO kablam! | ----^^^ Oct 13 11:22:49.843 INFO kablam! | | Oct 13 11:22:49.843 INFO kablam! | help: remove this `mut` Oct 13 11:22:49.843 INFO kablam! ... Oct 13 11:22:49.843 INFO kablam! 438 | / impl_sha!( Oct 13 11:22:49.843 INFO kablam! 439 | | /// SHA-512 implementation Oct 13 11:22:49.843 INFO kablam! 440 | | /// Oct 13 11:22:49.843 INFO kablam! 441 | | /// For more details check [module docs](index.html) Oct 13 11:22:49.843 INFO kablam! 442 | | high Sha512, SHA512_INIT, U512); Oct 13 11:22:49.843 INFO kablam! | |____________________________________- in this macro invocation Oct 13 11:22:49.843 INFO kablam! Oct 13 11:22:49.849 INFO kablam! warning: variable does not need to be mutable Oct 13 11:22:49.849 INFO kablam! --> src/sha2.rs:394:21 Oct 13 11:22:49.849 INFO kablam! | Oct 13 11:22:49.849 INFO kablam! 394 | let mut out = out.as_mut(); Oct 13 11:22:49.849 INFO kablam! | ----^^^ Oct 13 11:22:49.849 INFO kablam! | | Oct 13 11:22:49.849 INFO kablam! | help: remove this `mut` Oct 13 11:22:49.849 INFO kablam! ... Oct 13 11:22:49.849 INFO kablam! 444 | / impl_sha!( Oct 13 11:22:49.849 INFO kablam! 445 | | /// SHA-512/224 implementation Oct 13 11:22:49.849 INFO kablam! 446 | | /// Oct 13 11:22:49.849 INFO kablam! 447 | | /// For more details check [module docs](index.html) Oct 13 11:22:49.849 INFO kablam! 448 | | high Sha512224, SHA512_224_INIT, U224); Oct 13 11:22:49.849 INFO kablam! | |___________________________________________- in this macro invocation Oct 13 11:22:49.849 INFO kablam! Oct 13 11:22:49.854 INFO kablam! warning: variable does not need to be mutable Oct 13 11:22:49.854 INFO kablam! --> src/sha2.rs:394:21 Oct 13 11:22:49.854 INFO kablam! | Oct 13 11:22:49.854 INFO kablam! 394 | let mut out = out.as_mut(); Oct 13 11:22:49.854 INFO kablam! | ----^^^ Oct 13 11:22:49.854 INFO kablam! | | Oct 13 11:22:49.854 INFO kablam! | help: remove this `mut` Oct 13 11:22:49.854 INFO kablam! ... Oct 13 11:22:49.854 INFO kablam! 449 | / impl_sha!( Oct 13 11:22:49.854 INFO kablam! 450 | | /// SHA-512/256 implementation Oct 13 11:22:49.854 INFO kablam! 451 | | /// Oct 13 11:22:49.854 INFO kablam! 452 | | /// For more details check [module docs](index.html) Oct 13 11:22:49.854 INFO kablam! 453 | | high Sha512256, SHA512_256_INIT, U256); Oct 13 11:22:49.854 INFO kablam! | |___________________________________________- in this macro invocation Oct 13 11:22:49.854 INFO kablam! Oct 13 11:22:49.884 INFO kablam! warning: variable does not need to be mutable Oct 13 11:22:49.884 INFO kablam! --> src/sha3.rs:221:21 Oct 13 11:22:49.884 INFO kablam! | Oct 13 11:22:49.884 INFO kablam! 221 | let mut ret = out.as_mut(); Oct 13 11:22:49.884 INFO kablam! | ----^^^ Oct 13 11:22:49.884 INFO kablam! | | Oct 13 11:22:49.884 INFO kablam! | help: remove this `mut` Oct 13 11:22:49.884 INFO kablam! ... Oct 13 11:22:49.884 INFO kablam! 242 | / sha3_impl!( Oct 13 11:22:49.884 INFO kablam! 243 | | /// SHA3-224 implementation Oct 13 11:22:49.884 INFO kablam! 244 | | /// Oct 13 11:22:49.884 INFO kablam! 245 | | /// For more details check [module docs](index.html) Oct 13 11:22:49.884 INFO kablam! 246 | | struct Sha224 -> U224, U144); Oct 13 11:22:49.884 INFO kablam! | |_________________________________- in this macro invocation Oct 13 11:22:49.884 INFO kablam! Oct 13 11:22:49.884 INFO kablam! warning: variable does not need to be mutable Oct 13 11:22:49.884 INFO kablam! --> src/sha3.rs:221:21 Oct 13 11:22:49.884 INFO kablam! | Oct 13 11:22:49.884 INFO kablam! 221 | let mut ret = out.as_mut(); Oct 13 11:22:49.884 INFO kablam! | ----^^^ Oct 13 11:22:49.884 INFO kablam! | | Oct 13 11:22:49.884 INFO kablam! | help: remove this `mut` Oct 13 11:22:49.884 INFO kablam! ... Oct 13 11:22:49.884 INFO kablam! 247 | / sha3_impl!( Oct 13 11:22:49.884 INFO kablam! 248 | | /// SHA3-256 implementation Oct 13 11:22:49.884 INFO kablam! 249 | | /// Oct 13 11:22:49.884 INFO kablam! 250 | | /// For more details check [module docs](index.html) Oct 13 11:22:49.884 INFO kablam! 251 | | struct Sha256 -> U256, U136); Oct 13 11:22:49.884 INFO kablam! | |_________________________________- in this macro invocation Oct 13 11:22:49.884 INFO kablam! Oct 13 11:22:49.884 INFO kablam! warning: variable does not need to be mutable Oct 13 11:22:49.884 INFO kablam! --> src/sha3.rs:221:21 Oct 13 11:22:49.884 INFO kablam! | Oct 13 11:22:49.884 INFO kablam! 221 | let mut ret = out.as_mut(); Oct 13 11:22:49.884 INFO kablam! | ----^^^ Oct 13 11:22:49.884 INFO kablam! | | Oct 13 11:22:49.884 INFO kablam! | help: remove this `mut` Oct 13 11:22:49.884 INFO kablam! ... Oct 13 11:22:49.884 INFO kablam! 252 | / sha3_impl!( Oct 13 11:22:49.884 INFO kablam! 253 | | /// SHA3-384 implementation Oct 13 11:22:49.884 INFO kablam! 254 | | /// Oct 13 11:22:49.884 INFO kablam! 255 | | /// For more details check [module docs](index.html) Oct 13 11:22:49.884 INFO kablam! 256 | | struct Sha384 -> U384, U104); Oct 13 11:22:49.884 INFO kablam! | |_________________________________- in this macro invocation Oct 13 11:22:49.884 INFO kablam! Oct 13 11:22:49.895 INFO kablam! warning: variable does not need to be mutable Oct 13 11:22:49.895 INFO kablam! --> src/sha3.rs:221:21 Oct 13 11:22:49.895 INFO kablam! | Oct 13 11:22:49.895 INFO kablam! 221 | let mut ret = out.as_mut(); Oct 13 11:22:49.895 INFO kablam! | ----^^^ Oct 13 11:22:49.895 INFO kablam! | | Oct 13 11:22:49.895 INFO kablam! | help: remove this `mut` Oct 13 11:22:49.895 INFO kablam! ... Oct 13 11:22:49.895 INFO kablam! 257 | / sha3_impl!( Oct 13 11:22:49.895 INFO kablam! 258 | | /// SHA3-512 implementation Oct 13 11:22:49.895 INFO kablam! 259 | | /// Oct 13 11:22:49.895 INFO kablam! 260 | | /// For more details check [module docs](index.html) Oct 13 11:22:49.895 INFO kablam! 261 | | struct Sha512 -> U512, U72); Oct 13 11:22:49.895 INFO kablam! | |________________________________- in this macro invocation Oct 13 11:22:49.895 INFO kablam! Oct 13 11:22:49.910 INFO kablam! warning: variable does not need to be mutable Oct 13 11:22:49.910 INFO kablam! --> src/tiger/mod.rs:172:25 Oct 13 11:22:49.910 INFO kablam! | Oct 13 11:22:49.910 INFO kablam! 172 | let mut out = out.as_mut(); Oct 13 11:22:49.910 INFO kablam! | ----^^^ Oct 13 11:22:49.910 INFO kablam! | | Oct 13 11:22:49.910 INFO kablam! | help: remove this `mut` Oct 13 11:22:49.910 INFO kablam! ... Oct 13 11:22:49.910 INFO kablam! 182 | / tiger_impl!( Oct 13 11:22:49.910 INFO kablam! 183 | | /// Tiger implementation Oct 13 11:22:49.910 INFO kablam! 184 | | /// Oct 13 11:22:49.910 INFO kablam! 185 | | /// For more details check [module docs](index.html) Oct 13 11:22:49.910 INFO kablam! 186 | | struct Tiger, 0x01); Oct 13 11:22:49.910 INFO kablam! | |_________________________- in this macro invocation Oct 13 11:22:49.910 INFO kablam! Oct 13 11:22:49.912 INFO kablam! warning: variable does not need to be mutable Oct 13 11:22:49.912 INFO kablam! --> src/tiger/mod.rs:172:25 Oct 13 11:22:49.912 INFO kablam! | Oct 13 11:22:49.912 INFO kablam! 172 | let mut out = out.as_mut(); Oct 13 11:22:49.912 INFO kablam! | ----^^^ Oct 13 11:22:49.912 INFO kablam! | | Oct 13 11:22:49.912 INFO kablam! | help: remove this `mut` Oct 13 11:22:49.912 INFO kablam! ... Oct 13 11:22:49.912 INFO kablam! 187 | / tiger_impl!( Oct 13 11:22:49.912 INFO kablam! 188 | | /// Tiger2 implementation Oct 13 11:22:49.912 INFO kablam! 189 | | /// Oct 13 11:22:49.912 INFO kablam! 190 | | /// The only difference between original Tiger and Tiger2 is padding value which is `0b00000001` Oct 13 11:22:49.912 INFO kablam! ... | Oct 13 11:22:49.912 INFO kablam! 194 | | /// For more details check [module docs](index.html) Oct 13 11:22:49.912 INFO kablam! 195 | | struct Tiger2, 0x80); Oct 13 11:22:49.912 INFO kablam! | |_________________________- in this macro invocation Oct 13 11:22:49.912 INFO kablam! Oct 13 11:22:51.496 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 6.51s Oct 13 11:22:51.501 INFO kablam! su: No module specific data is present Oct 13 11:22:51.902 INFO running `"docker" "rm" "-f" "283b32141f1a2336562963abab809c1b66c7c589ec656fa5e93867d3f180bfe5"` Oct 13 11:22:52.075 INFO blam! 283b32141f1a2336562963abab809c1b66c7c589ec656fa5e93867d3f180bfe5