Oct 14 23:16:44.849 INFO testing ddefrenne/battleship against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 14 23:16:44.849 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 23:16:45.220 INFO blam! 49b28ce4d1998758fce3fa4e4a1661847e644e617469a02a3afef56b31420c70 Oct 14 23:16:45.223 INFO running `"docker" "start" "-a" "49b28ce4d1998758fce3fa4e4a1661847e644e617469a02a3afef56b31420c70"` Oct 14 23:16:47.129 INFO kablam! usermod: no changes Oct 14 23:16:47.179 INFO kablam! Compiling battleship v0.1.0 (/source) Oct 14 23:16:47.476 INFO kablam! warning: unnecessary parentheses around `for` head expression Oct 14 23:16:47.476 INFO kablam! --> src/main.rs:19:19 Oct 14 23:16:47.477 INFO kablam! | Oct 14 23:16:47.477 INFO kablam! 19 | for column in (1..amount_of_columns + 1) { Oct 14 23:16:47.477 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 14 23:16:47.477 INFO kablam! | Oct 14 23:16:47.478 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 14 23:16:47.478 INFO kablam! Oct 14 23:16:47.531 INFO kablam! warning: unused variable: `grid` Oct 14 23:16:47.531 INFO kablam! --> src/main.rs:5:9 Oct 14 23:16:47.532 INFO kablam! | Oct 14 23:16:47.532 INFO kablam! 5 | let grid = build_grid(&rows, amount_of_columns); Oct 14 23:16:47.532 INFO kablam! | ^^^^ help: consider using `_grid` instead Oct 14 23:16:47.533 INFO kablam! | Oct 14 23:16:47.533 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 23:16:47.533 INFO kablam! Oct 14 23:16:47.533 INFO kablam! warning: unused variable: `rows` Oct 14 23:16:47.533 INFO kablam! --> src/main.rs:8:15 Oct 14 23:16:47.533 INFO kablam! | Oct 14 23:16:47.533 INFO kablam! 8 | fn build_grid(rows: &[char; 10], amount_of_columns: i32) { Oct 14 23:16:47.533 INFO kablam! | ^^^^ help: consider using `_rows` instead Oct 14 23:16:47.533 INFO kablam! Oct 14 23:16:48.503 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.34s Oct 14 23:16:48.504 INFO kablam! su: No module specific data is present Oct 14 23:16:49.475 INFO running `"docker" "rm" "-f" "49b28ce4d1998758fce3fa4e4a1661847e644e617469a02a3afef56b31420c70"` Oct 14 23:16:49.823 INFO blam! 49b28ce4d1998758fce3fa4e4a1661847e644e617469a02a3afef56b31420c70 Oct 14 23:16:49.831 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 23:16:50.350 INFO blam! 041bcf6049b06c7a8aa56bfd7cc7e117af7a849a4fc3d3b2e6f8cc68a4f378c8 Oct 14 23:16:50.353 INFO running `"docker" "start" "-a" "041bcf6049b06c7a8aa56bfd7cc7e117af7a849a4fc3d3b2e6f8cc68a4f378c8"` Oct 14 23:16:51.801 INFO kablam! usermod: no changes Oct 14 23:16:51.843 INFO kablam! Compiling battleship v0.1.0 (/source) Oct 14 23:16:52.262 INFO kablam! warning: unnecessary parentheses around `for` head expression Oct 14 23:16:52.262 INFO kablam! --> src/main.rs:19:19 Oct 14 23:16:52.262 INFO kablam! | Oct 14 23:16:52.262 INFO kablam! 19 | for column in (1..amount_of_columns + 1) { Oct 14 23:16:52.262 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 14 23:16:52.262 INFO kablam! | Oct 14 23:16:52.262 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 14 23:16:52.262 INFO kablam! Oct 14 23:16:52.288 INFO kablam! warning: unused variable: `grid` Oct 14 23:16:52.288 INFO kablam! --> src/main.rs:5:9 Oct 14 23:16:52.288 INFO kablam! | Oct 14 23:16:52.288 INFO kablam! 5 | let grid = build_grid(&rows, amount_of_columns); Oct 14 23:16:52.288 INFO kablam! | ^^^^ help: consider using `_grid` instead Oct 14 23:16:52.288 INFO kablam! | Oct 14 23:16:52.288 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 23:16:52.288 INFO kablam! Oct 14 23:16:52.288 INFO kablam! warning: unused variable: `rows` Oct 14 23:16:52.288 INFO kablam! --> src/main.rs:8:15 Oct 14 23:16:52.288 INFO kablam! | Oct 14 23:16:52.288 INFO kablam! 8 | fn build_grid(rows: &[char; 10], amount_of_columns: i32) { Oct 14 23:16:52.288 INFO kablam! | ^^^^ help: consider using `_rows` instead Oct 14 23:16:52.288 INFO kablam! Oct 14 23:16:52.735 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.91s Oct 14 23:16:52.737 INFO kablam! su: No module specific data is present Oct 14 23:16:53.102 INFO running `"docker" "rm" "-f" "041bcf6049b06c7a8aa56bfd7cc7e117af7a849a4fc3d3b2e6f8cc68a4f378c8"` Oct 14 23:16:53.255 INFO blam! 041bcf6049b06c7a8aa56bfd7cc7e117af7a849a4fc3d3b2e6f8cc68a4f378c8 Oct 14 23:16:53.265 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 23:16:53.475 INFO blam! 8bc0886dcd5ce6b75477646ccc0876d6b7671b62c31e616f44635fb03188e994 Oct 14 23:16:53.480 INFO running `"docker" "start" "-a" "8bc0886dcd5ce6b75477646ccc0876d6b7671b62c31e616f44635fb03188e994"` Oct 14 23:16:53.872 INFO kablam! usermod: no changes Oct 14 23:16:53.901 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.01s Oct 14 23:16:53.901 INFO kablam! Running /target/debug/deps/battleship-82f25f4eadbee402 Oct 14 23:16:53.905 INFO blam! Oct 14 23:16:53.905 INFO blam! running 0 tests Oct 14 23:16:53.905 INFO blam! Oct 14 23:16:53.905 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 23:16:53.905 INFO blam! Oct 14 23:16:53.905 INFO kablam! su: No module specific data is present Oct 14 23:16:54.403 INFO running `"docker" "rm" "-f" "8bc0886dcd5ce6b75477646ccc0876d6b7671b62c31e616f44635fb03188e994"` Oct 14 23:16:54.499 INFO blam! 8bc0886dcd5ce6b75477646ccc0876d6b7671b62c31e616f44635fb03188e994