Oct 27 00:43:08.165 INFO checking mehrati/sudoku_solution against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 27 00:43:08.166 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-4/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/pr-55192-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/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 +19f01b935b91481fd445b16b533d2f87661bf12e-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 00:43:08.665 INFO blam! 8caeb56b4d3603f128d18f73cd0e8eab25a4c8348454a1f893e24b2024a6c329 Oct 27 00:43:08.668 INFO running `"docker" "start" "-a" "8caeb56b4d3603f128d18f73cd0e8eab25a4c8348454a1f893e24b2024a6c329"` Oct 27 00:43:09.207 INFO kablam! usermod: no changes Oct 27 00:43:09.247 INFO kablam! Checking sudoku_solution v0.1.0 (/source) Oct 27 00:43:09.543 INFO kablam! warning: unused variable: `e` Oct 27 00:43:09.543 INFO kablam! --> src/main.rs:111:13 Oct 27 00:43:09.543 INFO kablam! | Oct 27 00:43:09.543 INFO kablam! 111 | Err(e) => panic!("err"), Oct 27 00:43:09.544 INFO kablam! | ^ help: consider using `_e` instead Oct 27 00:43:09.545 INFO kablam! | Oct 27 00:43:09.545 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 00:43:09.545 INFO kablam! Oct 27 00:43:09.545 INFO kablam! warning: unused variable: `arr` Oct 27 00:43:09.545 INFO kablam! --> src/main.rs:117:13 Oct 27 00:43:09.545 INFO kablam! | Oct 27 00:43:09.545 INFO kablam! 117 | let mut arr:[[i32;9];9]= [[0;9];9]; Oct 27 00:43:09.545 INFO kablam! | ^^^ help: consider using `_arr` instead Oct 27 00:43:09.545 INFO kablam! Oct 27 00:43:09.551 INFO kablam! warning: variable does not need to be mutable Oct 27 00:43:09.551 INFO kablam! --> src/main.rs:117:9 Oct 27 00:43:09.551 INFO kablam! | Oct 27 00:43:09.551 INFO kablam! 117 | let mut arr:[[i32;9];9]= [[0;9];9]; Oct 27 00:43:09.551 INFO kablam! | ----^^^ Oct 27 00:43:09.551 INFO kablam! | | Oct 27 00:43:09.552 INFO kablam! | help: remove this `mut` Oct 27 00:43:09.552 INFO kablam! | Oct 27 00:43:09.552 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 27 00:43:09.553 INFO kablam! Oct 27 00:43:09.559 INFO kablam! warning: type `cell` should have a camel case name such as `Cell` Oct 27 00:43:09.559 INFO kablam! --> src/main.rs:10:1 Oct 27 00:43:09.559 INFO kablam! | Oct 27 00:43:09.559 INFO kablam! 10 | type cell = Cell; Oct 27 00:43:09.559 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 27 00:43:09.559 INFO kablam! | Oct 27 00:43:09.559 INFO kablam! = note: #[warn(non_camel_case_types)] on by default Oct 27 00:43:09.559 INFO kablam! Oct 27 00:43:09.581 INFO kablam! warning: unused variable: `e` Oct 27 00:43:09.581 INFO kablam! --> src/main.rs:111:13 Oct 27 00:43:09.581 INFO kablam! | Oct 27 00:43:09.581 INFO kablam! 111 | Err(e) => panic!("err"), Oct 27 00:43:09.581 INFO kablam! | ^ help: consider using `_e` instead Oct 27 00:43:09.581 INFO kablam! | Oct 27 00:43:09.581 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 00:43:09.581 INFO kablam! Oct 27 00:43:09.581 INFO kablam! warning: unused variable: `arr` Oct 27 00:43:09.582 INFO kablam! --> src/main.rs:117:13 Oct 27 00:43:09.582 INFO kablam! | Oct 27 00:43:09.582 INFO kablam! 117 | let mut arr:[[i32;9];9]= [[0;9];9]; Oct 27 00:43:09.582 INFO kablam! | ^^^ help: consider using `_arr` instead Oct 27 00:43:09.582 INFO kablam! Oct 27 00:43:09.590 INFO kablam! warning: variable does not need to be mutable Oct 27 00:43:09.590 INFO kablam! --> src/main.rs:117:9 Oct 27 00:43:09.590 INFO kablam! | Oct 27 00:43:09.590 INFO kablam! 117 | let mut arr:[[i32;9];9]= [[0;9];9]; Oct 27 00:43:09.590 INFO kablam! | ----^^^ Oct 27 00:43:09.590 INFO kablam! | | Oct 27 00:43:09.591 INFO kablam! | help: remove this `mut` Oct 27 00:43:09.591 INFO kablam! | Oct 27 00:43:09.591 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 27 00:43:09.591 INFO kablam! Oct 27 00:43:09.596 INFO kablam! warning: type `cell` should have a camel case name such as `Cell` Oct 27 00:43:09.596 INFO kablam! --> src/main.rs:10:1 Oct 27 00:43:09.596 INFO kablam! | Oct 27 00:43:09.596 INFO kablam! 10 | type cell = Cell; Oct 27 00:43:09.596 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 27 00:43:09.596 INFO kablam! | Oct 27 00:43:09.596 INFO kablam! = note: #[warn(non_camel_case_types)] on by default Oct 27 00:43:09.596 INFO kablam! Oct 27 00:43:09.627 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.39s Oct 27 00:43:09.629 INFO kablam! su: No module specific data is present Oct 27 00:43:10.069 INFO running `"docker" "rm" "-f" "8caeb56b4d3603f128d18f73cd0e8eab25a4c8348454a1f893e24b2024a6c329"` Oct 27 00:43:10.191 INFO blam! 8caeb56b4d3603f128d18f73cd0e8eab25a4c8348454a1f893e24b2024a6c329