Oct 12 19:30:10.882 INFO checking jrobar/Fibonacci against master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f for pr-54977 Oct 12 19:30:10.882 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-4/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 12 19:30:11.262 INFO blam! 1bbbb03d4a28620fd4ecc4e7c1052b1a9dd2544828c1d5f5a1a783178889ebd5 Oct 12 19:30:11.266 INFO running `"docker" "start" "-a" "1bbbb03d4a28620fd4ecc4e7c1052b1a9dd2544828c1d5f5a1a783178889ebd5"` Oct 12 19:30:12.516 INFO kablam! usermod: no changes Oct 12 19:30:12.565 INFO kablam! Checking fibonacci v0.1.0 (/source) Oct 12 19:30:13.130 INFO kablam! warning: value assigned to `c` is never read Oct 12 19:30:13.130 INFO kablam! --> src/main.rs:12:13 Oct 12 19:30:13.130 INFO kablam! | Oct 12 19:30:13.130 INFO kablam! 12 | let mut c = 0; Oct 12 19:30:13.130 INFO kablam! | ^ Oct 12 19:30:13.130 INFO kablam! | Oct 12 19:30:13.130 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 12 19:30:13.131 INFO kablam! Oct 12 19:30:13.132 INFO kablam! warning: variable does not need to be mutable Oct 12 19:30:13.133 INFO kablam! --> src/main.rs:7:9 Oct 12 19:30:13.133 INFO kablam! | Oct 12 19:30:13.133 INFO kablam! 7 | let mut i = get_num(); Oct 12 19:30:13.133 INFO kablam! | ----^ Oct 12 19:30:13.133 INFO kablam! | | Oct 12 19:30:13.133 INFO kablam! | help: remove this `mut` Oct 12 19:30:13.133 INFO kablam! | Oct 12 19:30:13.133 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 12 19:30:13.133 INFO kablam! Oct 12 19:30:13.133 INFO kablam! warning: variable does not need to be mutable Oct 12 19:30:13.133 INFO kablam! --> src/main.rs:31:9 Oct 12 19:30:13.133 INFO kablam! | Oct 12 19:30:13.133 INFO kablam! 31 | let mut num: i32 = num.trim().parse().expect("invalid input"); Oct 12 19:30:13.133 INFO kablam! | ----^^^ Oct 12 19:30:13.133 INFO kablam! | | Oct 12 19:30:13.133 INFO kablam! | help: remove this `mut` Oct 12 19:30:13.133 INFO kablam! Oct 12 19:30:13.227 INFO kablam! warning: value assigned to `c` is never read Oct 12 19:30:13.228 INFO kablam! --> src/main.rs:12:13 Oct 12 19:30:13.228 INFO kablam! | Oct 12 19:30:13.228 INFO kablam! 12 | let mut c = 0; Oct 12 19:30:13.228 INFO kablam! | ^ Oct 12 19:30:13.228 INFO kablam! | Oct 12 19:30:13.228 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 12 19:30:13.228 INFO kablam! Oct 12 19:30:13.228 INFO kablam! warning: variable does not need to be mutable Oct 12 19:30:13.228 INFO kablam! --> src/main.rs:7:9 Oct 12 19:30:13.228 INFO kablam! | Oct 12 19:30:13.228 INFO kablam! 7 | let mut i = get_num(); Oct 12 19:30:13.228 INFO kablam! | ----^ Oct 12 19:30:13.228 INFO kablam! | | Oct 12 19:30:13.228 INFO kablam! | help: remove this `mut` Oct 12 19:30:13.228 INFO kablam! | Oct 12 19:30:13.228 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 12 19:30:13.228 INFO kablam! Oct 12 19:30:13.228 INFO kablam! warning: variable does not need to be mutable Oct 12 19:30:13.228 INFO kablam! --> src/main.rs:31:9 Oct 12 19:30:13.228 INFO kablam! | Oct 12 19:30:13.228 INFO kablam! 31 | let mut num: i32 = num.trim().parse().expect("invalid input"); Oct 12 19:30:13.228 INFO kablam! | ----^^^ Oct 12 19:30:13.228 INFO kablam! | | Oct 12 19:30:13.228 INFO kablam! | help: remove this `mut` Oct 12 19:30:13.228 INFO kablam! Oct 12 19:30:13.253 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.71s Oct 12 19:30:13.261 INFO kablam! su: No module specific data is present Oct 12 19:30:13.819 INFO running `"docker" "rm" "-f" "1bbbb03d4a28620fd4ecc4e7c1052b1a9dd2544828c1d5f5a1a783178889ebd5"` Oct 12 19:30:14.160 INFO blam! 1bbbb03d4a28620fd4ecc4e7c1052b1a9dd2544828c1d5f5a1a783178889ebd5