Oct 14 11:30:51.208 INFO testing mehrati/sudoku_solution against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 14 11:30:51.208 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-alt build --frozen" "-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 14 11:30:51.795 INFO blam! 4bda9ce5f5b41fe81a42fce958cf0d7ea05ee893529f623a90e56cd80a4a6d71 Oct 14 11:30:51.798 INFO running `"docker" "start" "-a" "4bda9ce5f5b41fe81a42fce958cf0d7ea05ee893529f623a90e56cd80a4a6d71"` Oct 14 11:30:53.527 INFO kablam! usermod: no changes Oct 14 11:30:53.603 INFO kablam! Compiling sudoku_solution v0.1.0 (/source) Oct 14 11:30:53.883 INFO kablam! warning: unused variable: `e` Oct 14 11:30:53.883 INFO kablam! --> src/main.rs:111:13 Oct 14 11:30:53.883 INFO kablam! | Oct 14 11:30:53.883 INFO kablam! 111 | Err(e) => panic!("err"), Oct 14 11:30:53.883 INFO kablam! | ^ help: consider using `_e` instead Oct 14 11:30:53.883 INFO kablam! | Oct 14 11:30:53.883 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 11:30:53.883 INFO kablam! Oct 14 11:30:53.883 INFO kablam! warning: unused variable: `arr` Oct 14 11:30:53.883 INFO kablam! --> src/main.rs:117:13 Oct 14 11:30:53.883 INFO kablam! | Oct 14 11:30:53.883 INFO kablam! 117 | let mut arr:[[i32;9];9]= [[0;9];9]; Oct 14 11:30:53.883 INFO kablam! | ^^^ help: consider using `_arr` instead Oct 14 11:30:53.883 INFO kablam! Oct 14 11:30:53.899 INFO kablam! warning: variable does not need to be mutable Oct 14 11:30:53.899 INFO kablam! --> src/main.rs:117:9 Oct 14 11:30:53.899 INFO kablam! | Oct 14 11:30:53.899 INFO kablam! 117 | let mut arr:[[i32;9];9]= [[0;9];9]; Oct 14 11:30:53.899 INFO kablam! | ----^^^ Oct 14 11:30:53.899 INFO kablam! | | Oct 14 11:30:53.899 INFO kablam! | help: remove this `mut` Oct 14 11:30:53.899 INFO kablam! | Oct 14 11:30:53.899 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 14 11:30:53.899 INFO kablam! Oct 14 11:30:53.899 INFO kablam! warning: type `cell` should have a camel case name such as `Cell` Oct 14 11:30:53.899 INFO kablam! --> src/main.rs:10:1 Oct 14 11:30:53.899 INFO kablam! | Oct 14 11:30:53.899 INFO kablam! 10 | type cell = Cell; Oct 14 11:30:53.899 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 14 11:30:53.899 INFO kablam! | Oct 14 11:30:53.899 INFO kablam! = note: #[warn(non_camel_case_types)] on by default Oct 14 11:30:53.899 INFO kablam! Oct 14 11:30:54.769 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.21s Oct 14 11:30:54.772 INFO kablam! su: No module specific data is present Oct 14 11:30:56.131 INFO running `"docker" "rm" "-f" "4bda9ce5f5b41fe81a42fce958cf0d7ea05ee893529f623a90e56cd80a4a6d71"` Oct 14 11:30:56.395 INFO blam! 4bda9ce5f5b41fe81a42fce958cf0d7ea05ee893529f623a90e56cd80a4a6d71 Oct 14 11:30:56.398 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-alt test --frozen --no-run" "-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 14 11:30:56.957 INFO blam! 87a3cb088f0da74af807bd997e0fd8a3199473a2e68ec45d726cfd564c32c8b2 Oct 14 11:30:56.959 INFO running `"docker" "start" "-a" "87a3cb088f0da74af807bd997e0fd8a3199473a2e68ec45d726cfd564c32c8b2"` Oct 14 11:30:58.895 INFO kablam! usermod: no changes Oct 14 11:30:58.943 INFO kablam! Compiling sudoku_solution v0.1.0 (/source) Oct 14 11:30:59.115 INFO kablam! warning: unused variable: `e` Oct 14 11:30:59.115 INFO kablam! --> src/main.rs:111:13 Oct 14 11:30:59.115 INFO kablam! | Oct 14 11:30:59.115 INFO kablam! 111 | Err(e) => panic!("err"), Oct 14 11:30:59.115 INFO kablam! | ^ help: consider using `_e` instead Oct 14 11:30:59.115 INFO kablam! | Oct 14 11:30:59.115 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 11:30:59.115 INFO kablam! Oct 14 11:30:59.115 INFO kablam! warning: unused variable: `arr` Oct 14 11:30:59.115 INFO kablam! --> src/main.rs:117:13 Oct 14 11:30:59.115 INFO kablam! | Oct 14 11:30:59.115 INFO kablam! 117 | let mut arr:[[i32;9];9]= [[0;9];9]; Oct 14 11:30:59.115 INFO kablam! | ^^^ help: consider using `_arr` instead Oct 14 11:30:59.115 INFO kablam! Oct 14 11:30:59.131 INFO kablam! warning: variable does not need to be mutable Oct 14 11:30:59.131 INFO kablam! --> src/main.rs:117:9 Oct 14 11:30:59.131 INFO kablam! | Oct 14 11:30:59.131 INFO kablam! 117 | let mut arr:[[i32;9];9]= [[0;9];9]; Oct 14 11:30:59.131 INFO kablam! | ----^^^ Oct 14 11:30:59.131 INFO kablam! | | Oct 14 11:30:59.131 INFO kablam! | help: remove this `mut` Oct 14 11:30:59.131 INFO kablam! | Oct 14 11:30:59.131 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 14 11:30:59.131 INFO kablam! Oct 14 11:30:59.143 INFO kablam! warning: type `cell` should have a camel case name such as `Cell` Oct 14 11:30:59.143 INFO kablam! --> src/main.rs:10:1 Oct 14 11:30:59.143 INFO kablam! | Oct 14 11:30:59.143 INFO kablam! 10 | type cell = Cell; Oct 14 11:30:59.143 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 14 11:30:59.143 INFO kablam! | Oct 14 11:30:59.143 INFO kablam! = note: #[warn(non_camel_case_types)] on by default Oct 14 11:30:59.143 INFO kablam! Oct 14 11:30:59.663 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.74s Oct 14 11:30:59.665 INFO kablam! su: No module specific data is present Oct 14 11:31:00.601 INFO running `"docker" "rm" "-f" "87a3cb088f0da74af807bd997e0fd8a3199473a2e68ec45d726cfd564c32c8b2"` Oct 14 11:31:00.916 INFO blam! 87a3cb088f0da74af807bd997e0fd8a3199473a2e68ec45d726cfd564c32c8b2 Oct 14 11:31:00.921 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-alt test --frozen" "-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 14 11:31:01.516 INFO blam! 54e2cdec487be673b05be3609ccb58601f9d4094f276a2b369dc9028948a3926 Oct 14 11:31:01.519 INFO running `"docker" "start" "-a" "54e2cdec487be673b05be3609ccb58601f9d4094f276a2b369dc9028948a3926"` Oct 14 11:31:03.007 INFO kablam! usermod: no changes Oct 14 11:31:03.047 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.01s Oct 14 11:31:03.047 INFO kablam! Running /target/debug/deps/sudoku_solution-b16bd0a6a1e1faba Oct 14 11:31:03.048 INFO blam! Oct 14 11:31:03.048 INFO blam! running 0 tests Oct 14 11:31:03.048 INFO blam! Oct 14 11:31:03.048 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 11:31:03.048 INFO blam! Oct 14 11:31:03.055 INFO kablam! su: No module specific data is present Oct 14 11:31:04.205 INFO running `"docker" "rm" "-f" "54e2cdec487be673b05be3609ccb58601f9d4094f276a2b369dc9028948a3926"` Oct 14 11:31:04.499 INFO blam! 54e2cdec487be673b05be3609ccb58601f9d4094f276a2b369dc9028948a3926