Oct 27 00:43:08.251 INFO checking mehrati/sudoku_solution against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 00:43:08.251 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 00:43:08.800 INFO blam! bd14c3bdfdf75ccbe008742a40958dae22ffc116bd134ee8df194301e1c828b3 Oct 27 00:43:08.801 INFO running `"docker" "start" "-a" "bd14c3bdfdf75ccbe008742a40958dae22ffc116bd134ee8df194301e1c828b3"` Oct 27 00:43:09.253 INFO kablam! usermod: no changes Oct 27 00:43:09.288 INFO kablam! Checking sudoku_solution v0.1.0 (/source) Oct 27 00:43:09.723 INFO kablam! warning: unused variable: `e` Oct 27 00:43:09.723 INFO kablam! --> src/main.rs:111:13 Oct 27 00:43:09.723 INFO kablam! | Oct 27 00:43:09.723 INFO kablam! 111 | Err(e) => panic!("err"), Oct 27 00:43:09.723 INFO kablam! | ^ help: consider using `_e` instead Oct 27 00:43:09.723 INFO kablam! | Oct 27 00:43:09.723 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 00:43:09.723 INFO kablam! Oct 27 00:43:09.723 INFO kablam! warning: unused variable: `arr` Oct 27 00:43:09.723 INFO kablam! --> src/main.rs:117:13 Oct 27 00:43:09.723 INFO kablam! | Oct 27 00:43:09.723 INFO kablam! 117 | let mut arr:[[i32;9];9]= [[0;9];9]; Oct 27 00:43:09.723 INFO kablam! | ^^^ help: consider using `_arr` instead Oct 27 00:43:09.723 INFO kablam! Oct 27 00:43:09.731 INFO kablam! warning: variable does not need to be mutable Oct 27 00:43:09.731 INFO kablam! --> src/main.rs:117:9 Oct 27 00:43:09.731 INFO kablam! | Oct 27 00:43:09.731 INFO kablam! 117 | let mut arr:[[i32;9];9]= [[0;9];9]; Oct 27 00:43:09.731 INFO kablam! | ----^^^ Oct 27 00:43:09.731 INFO kablam! | | Oct 27 00:43:09.731 INFO kablam! | help: remove this `mut` Oct 27 00:43:09.731 INFO kablam! | Oct 27 00:43:09.731 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 27 00:43:09.731 INFO kablam! Oct 27 00:43:09.741 INFO kablam! warning: unused variable: `e` Oct 27 00:43:09.741 INFO kablam! --> src/main.rs:111:13 Oct 27 00:43:09.741 INFO kablam! | Oct 27 00:43:09.741 INFO kablam! 111 | Err(e) => panic!("err"), Oct 27 00:43:09.741 INFO kablam! | ^ help: consider using `_e` instead Oct 27 00:43:09.741 INFO kablam! | Oct 27 00:43:09.741 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 00:43:09.741 INFO kablam! Oct 27 00:43:09.741 INFO kablam! warning: unused variable: `arr` Oct 27 00:43:09.741 INFO kablam! --> src/main.rs:117:13 Oct 27 00:43:09.741 INFO kablam! | Oct 27 00:43:09.741 INFO kablam! 117 | let mut arr:[[i32;9];9]= [[0;9];9]; Oct 27 00:43:09.741 INFO kablam! | ^^^ help: consider using `_arr` instead Oct 27 00:43:09.741 INFO kablam! Oct 27 00:43:09.741 INFO kablam! warning: type `cell` should have a camel case name such as `Cell` Oct 27 00:43:09.741 INFO kablam! --> src/main.rs:10:1 Oct 27 00:43:09.741 INFO kablam! | Oct 27 00:43:09.741 INFO kablam! 10 | type cell = Cell; Oct 27 00:43:09.741 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 27 00:43:09.741 INFO kablam! | Oct 27 00:43:09.741 INFO kablam! = note: #[warn(non_camel_case_types)] on by default Oct 27 00:43:09.741 INFO kablam! Oct 27 00:43:09.751 INFO kablam! warning: variable does not need to be mutable Oct 27 00:43:09.751 INFO kablam! --> src/main.rs:117:9 Oct 27 00:43:09.751 INFO kablam! | Oct 27 00:43:09.751 INFO kablam! 117 | let mut arr:[[i32;9];9]= [[0;9];9]; Oct 27 00:43:09.751 INFO kablam! | ----^^^ Oct 27 00:43:09.751 INFO kablam! | | Oct 27 00:43:09.751 INFO kablam! | help: remove this `mut` Oct 27 00:43:09.751 INFO kablam! | Oct 27 00:43:09.751 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 27 00:43:09.751 INFO kablam! Oct 27 00:43:09.755 INFO kablam! warning: type `cell` should have a camel case name such as `Cell` Oct 27 00:43:09.755 INFO kablam! --> src/main.rs:10:1 Oct 27 00:43:09.755 INFO kablam! | Oct 27 00:43:09.755 INFO kablam! 10 | type cell = Cell; Oct 27 00:43:09.755 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 27 00:43:09.755 INFO kablam! | Oct 27 00:43:09.755 INFO kablam! = note: #[warn(non_camel_case_types)] on by default Oct 27 00:43:09.755 INFO kablam! Oct 27 00:43:09.768 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.49s Oct 27 00:43:09.772 INFO kablam! su: No module specific data is present Oct 27 00:43:10.080 INFO running `"docker" "rm" "-f" "bd14c3bdfdf75ccbe008742a40958dae22ffc116bd134ee8df194301e1c828b3"` Oct 27 00:43:10.219 INFO blam! bd14c3bdfdf75ccbe008742a40958dae22ffc116bd134ee8df194301e1c828b3