Oct 13 05:07:05.415 INFO checking Dania02525/rust_cli_encrypt against master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f for pr-54977 Oct 13 05:07:05.417 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-2/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 05:07:05.995 INFO blam! 81e97e68fa8d3354597e1c95482c4582f4c6fd8bdb806f90da968b70b0e503e8 Oct 13 05:07:05.996 INFO running `"docker" "start" "-a" "81e97e68fa8d3354597e1c95482c4582f4c6fd8bdb806f90da968b70b0e503e8"` Oct 13 05:07:07.668 INFO kablam! usermod: no changes Oct 13 05:07:07.768 INFO kablam! Checking rust-crypto v0.2.36 Oct 13 05:07:13.779 INFO kablam! Checking encrypter_cli v0.1.0 (/source) Oct 13 05:07:15.060 INFO kablam! warning: unused imports: `OsRng`, `Rng` Oct 13 05:07:15.060 INFO kablam! --> src/main.rs:9:13 Oct 13 05:07:15.060 INFO kablam! | Oct 13 05:07:15.060 INFO kablam! 9 | use rand::{ Rng, OsRng }; Oct 13 05:07:15.060 INFO kablam! | ^^^ ^^^^^ Oct 13 05:07:15.064 INFO kablam! | Oct 13 05:07:15.064 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 05:07:15.064 INFO kablam! Oct 13 05:07:15.088 INFO kablam! warning: unused imports: `OsRng`, `Rng` Oct 13 05:07:15.088 INFO kablam! --> src/main.rs:9:13 Oct 13 05:07:15.089 INFO kablam! | Oct 13 05:07:15.089 INFO kablam! 9 | use rand::{ Rng, OsRng }; Oct 13 05:07:15.089 INFO kablam! | ^^^ ^^^^^ Oct 13 05:07:15.089 INFO kablam! | Oct 13 05:07:15.089 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 05:07:15.089 INFO kablam! Oct 13 05:07:15.205 INFO kablam! warning: variable does not need to be mutable Oct 13 05:07:15.205 INFO kablam! --> src/main.rs:153:9 Oct 13 05:07:15.205 INFO kablam! | Oct 13 05:07:15.206 INFO kablam! 153 | let mut iv = "whatever".as_bytes(); Oct 13 05:07:15.206 INFO kablam! | ----^^ Oct 13 05:07:15.206 INFO kablam! | | Oct 13 05:07:15.206 INFO kablam! | help: remove this `mut` Oct 13 05:07:15.206 INFO kablam! | Oct 13 05:07:15.207 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 13 05:07:15.207 INFO kablam! Oct 13 05:07:15.216 INFO kablam! warning: variable does not need to be mutable Oct 13 05:07:15.216 INFO kablam! --> src/main.rs:162:9 Oct 13 05:07:15.217 INFO kablam! | Oct 13 05:07:15.217 INFO kablam! 162 | let mut iv = "whatever".as_bytes(); Oct 13 05:07:15.217 INFO kablam! | ----^^ Oct 13 05:07:15.217 INFO kablam! | | Oct 13 05:07:15.217 INFO kablam! | help: remove this `mut` Oct 13 05:07:15.218 INFO kablam! Oct 13 05:07:15.218 INFO kablam! warning: variable does not need to be mutable Oct 13 05:07:15.218 INFO kablam! --> src/main.rs:167:9 Oct 13 05:07:15.218 INFO kablam! | Oct 13 05:07:15.219 INFO kablam! 167 | let mut result = decrypt(&encrypted_data[..], &key.as_bytes(), &iv).ok().unwrap(); Oct 13 05:07:15.219 INFO kablam! | ----^^^^^^ Oct 13 05:07:15.219 INFO kablam! | | Oct 13 05:07:15.219 INFO kablam! | help: remove this `mut` Oct 13 05:07:15.219 INFO kablam! Oct 13 05:07:15.236 INFO kablam! warning: variable does not need to be mutable Oct 13 05:07:15.236 INFO kablam! --> src/main.rs:153:9 Oct 13 05:07:15.236 INFO kablam! | Oct 13 05:07:15.237 INFO kablam! 153 | let mut iv = "whatever".as_bytes(); Oct 13 05:07:15.237 INFO kablam! | ----^^ Oct 13 05:07:15.237 INFO kablam! | | Oct 13 05:07:15.237 INFO kablam! | help: remove this `mut` Oct 13 05:07:15.237 INFO kablam! | Oct 13 05:07:15.238 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 13 05:07:15.238 INFO kablam! Oct 13 05:07:15.238 INFO kablam! warning: variable does not need to be mutable Oct 13 05:07:15.238 INFO kablam! --> src/main.rs:162:9 Oct 13 05:07:15.238 INFO kablam! | Oct 13 05:07:15.239 INFO kablam! 162 | let mut iv = "whatever".as_bytes(); Oct 13 05:07:15.239 INFO kablam! | ----^^ Oct 13 05:07:15.239 INFO kablam! | | Oct 13 05:07:15.239 INFO kablam! | help: remove this `mut` Oct 13 05:07:15.239 INFO kablam! Oct 13 05:07:15.240 INFO kablam! warning: variable does not need to be mutable Oct 13 05:07:15.240 INFO kablam! --> src/main.rs:167:9 Oct 13 05:07:15.240 INFO kablam! | Oct 13 05:07:15.240 INFO kablam! 167 | let mut result = decrypt(&encrypted_data[..], &key.as_bytes(), &iv).ok().unwrap(); Oct 13 05:07:15.240 INFO kablam! | ----^^^^^^ Oct 13 05:07:15.241 INFO kablam! | | Oct 13 05:07:15.241 INFO kablam! | help: remove this `mut` Oct 13 05:07:15.241 INFO kablam! Oct 13 05:07:15.317 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 7.60s Oct 13 05:07:15.321 INFO kablam! su: No module specific data is present Oct 13 05:07:16.772 INFO running `"docker" "rm" "-f" "81e97e68fa8d3354597e1c95482c4582f4c6fd8bdb806f90da968b70b0e503e8"` Oct 13 05:07:17.128 INFO blam! 81e97e68fa8d3354597e1c95482c4582f4c6fd8bdb806f90da968b70b0e503e8