Oct 15 05:16:23.855 INFO testing abomb4/rust-five against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 05:16:23.855 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 15 05:16:24.287 INFO blam! 11c1dcadc15b2c4929371612b8f89a51733577bf1dfbea1ebaf1b8740d864bb6 Oct 15 05:16:24.291 INFO running `"docker" "start" "-a" "11c1dcadc15b2c4929371612b8f89a51733577bf1dfbea1ebaf1b8740d864bb6"` Oct 15 05:16:25.539 INFO kablam! usermod: no changes Oct 15 05:16:25.643 INFO kablam! Compiling rust-five v0.1.0 (/source) Oct 15 05:16:26.183 INFO kablam! warning: unused variable: `board` Oct 15 05:16:26.183 INFO kablam! --> src/game/ai/easyai.rs:19:27 Oct 15 05:16:26.183 INFO kablam! | Oct 15 05:16:26.183 INFO kablam! 19 | fn pointed(&mut self, board: &Board, last_x: isize, last_y: isize) -> (isize, isize) { Oct 15 05:16:26.183 INFO kablam! | ^^^^^ help: consider using `_board` instead Oct 15 05:16:26.183 INFO kablam! | Oct 15 05:16:26.183 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 05:16:26.183 INFO kablam! Oct 15 05:16:26.183 INFO kablam! warning: unused variable: `last_x` Oct 15 05:16:26.183 INFO kablam! --> src/game/ai/easyai.rs:19:42 Oct 15 05:16:26.183 INFO kablam! | Oct 15 05:16:26.183 INFO kablam! 19 | fn pointed(&mut self, board: &Board, last_x: isize, last_y: isize) -> (isize, isize) { Oct 15 05:16:26.183 INFO kablam! | ^^^^^^ help: consider using `_last_x` instead Oct 15 05:16:26.183 INFO kablam! Oct 15 05:16:26.183 INFO kablam! warning: unused variable: `last_y` Oct 15 05:16:26.183 INFO kablam! --> src/game/ai/easyai.rs:19:57 Oct 15 05:16:26.183 INFO kablam! | Oct 15 05:16:26.183 INFO kablam! 19 | fn pointed(&mut self, board: &Board, last_x: isize, last_y: isize) -> (isize, isize) { Oct 15 05:16:26.183 INFO kablam! | ^^^^^^ help: consider using `_last_y` instead Oct 15 05:16:26.183 INFO kablam! Oct 15 05:16:26.196 INFO kablam! warning: field is never used: `ai` Oct 15 05:16:26.196 INFO kablam! --> src/game/mod.rs:98:5 Oct 15 05:16:26.196 INFO kablam! | Oct 15 05:16:26.196 INFO kablam! 98 | ai: Option>, Oct 15 05:16:26.196 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:16:26.196 INFO kablam! | Oct 15 05:16:26.196 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 05:16:26.196 INFO kablam! Oct 15 05:16:26.196 INFO kablam! warning: field is never used: `players` Oct 15 05:16:26.196 INFO kablam! --> src/game/mod.rs:99:5 Oct 15 05:16:26.196 INFO kablam! | Oct 15 05:16:26.196 INFO kablam! 99 | players: [Box; 2], Oct 15 05:16:26.196 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:16:26.196 INFO kablam! Oct 15 05:16:26.959 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.38s Oct 15 05:16:26.967 INFO kablam! su: No module specific data is present Oct 15 05:16:28.075 INFO running `"docker" "rm" "-f" "11c1dcadc15b2c4929371612b8f89a51733577bf1dfbea1ebaf1b8740d864bb6"` Oct 15 05:16:28.643 INFO blam! 11c1dcadc15b2c4929371612b8f89a51733577bf1dfbea1ebaf1b8740d864bb6 Oct 15 05:16:28.650 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 15 05:16:29.055 INFO blam! 9d45765fe1a18b56b8b2a524423651e4c63f80e610545faa8b95b775c4c645aa Oct 15 05:16:29.063 INFO running `"docker" "start" "-a" "9d45765fe1a18b56b8b2a524423651e4c63f80e610545faa8b95b775c4c645aa"` Oct 15 05:16:30.499 INFO kablam! usermod: no changes Oct 15 05:16:30.567 INFO kablam! Compiling rust-five v0.1.0 (/source) Oct 15 05:16:31.227 INFO kablam! warning: unused variable: `board` Oct 15 05:16:31.227 INFO kablam! --> src/game/ai/easyai.rs:19:27 Oct 15 05:16:31.227 INFO kablam! | Oct 15 05:16:31.227 INFO kablam! 19 | fn pointed(&mut self, board: &Board, last_x: isize, last_y: isize) -> (isize, isize) { Oct 15 05:16:31.227 INFO kablam! | ^^^^^ help: consider using `_board` instead Oct 15 05:16:31.227 INFO kablam! | Oct 15 05:16:31.227 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 05:16:31.227 INFO kablam! Oct 15 05:16:31.227 INFO kablam! warning: unused variable: `last_x` Oct 15 05:16:31.228 INFO kablam! --> src/game/ai/easyai.rs:19:42 Oct 15 05:16:31.228 INFO kablam! | Oct 15 05:16:31.228 INFO kablam! 19 | fn pointed(&mut self, board: &Board, last_x: isize, last_y: isize) -> (isize, isize) { Oct 15 05:16:31.228 INFO kablam! | ^^^^^^ help: consider using `_last_x` instead Oct 15 05:16:31.228 INFO kablam! Oct 15 05:16:31.228 INFO kablam! warning: unused variable: `last_y` Oct 15 05:16:31.228 INFO kablam! --> src/game/ai/easyai.rs:19:57 Oct 15 05:16:31.228 INFO kablam! | Oct 15 05:16:31.228 INFO kablam! 19 | fn pointed(&mut self, board: &Board, last_x: isize, last_y: isize) -> (isize, isize) { Oct 15 05:16:31.228 INFO kablam! | ^^^^^^ help: consider using `_last_y` instead Oct 15 05:16:31.228 INFO kablam! Oct 15 05:16:31.259 INFO kablam! warning: field is never used: `ai` Oct 15 05:16:31.259 INFO kablam! --> src/game/mod.rs:98:5 Oct 15 05:16:31.259 INFO kablam! | Oct 15 05:16:31.259 INFO kablam! 98 | ai: Option>, Oct 15 05:16:31.259 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:16:31.259 INFO kablam! | Oct 15 05:16:31.259 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 05:16:31.259 INFO kablam! Oct 15 05:16:31.259 INFO kablam! warning: field is never used: `players` Oct 15 05:16:31.259 INFO kablam! --> src/game/mod.rs:99:5 Oct 15 05:16:31.259 INFO kablam! | Oct 15 05:16:31.259 INFO kablam! 99 | players: [Box; 2], Oct 15 05:16:31.259 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:16:31.259 INFO kablam! Oct 15 05:16:31.782 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.24s Oct 15 05:16:31.792 INFO kablam! su: No module specific data is present Oct 15 05:16:32.787 INFO running `"docker" "rm" "-f" "9d45765fe1a18b56b8b2a524423651e4c63f80e610545faa8b95b775c4c645aa"` Oct 15 05:16:33.125 INFO blam! 9d45765fe1a18b56b8b2a524423651e4c63f80e610545faa8b95b775c4c645aa Oct 15 05:16:33.127 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 15 05:16:33.522 INFO blam! 77f2cef71ccea42fd46920484960e8d2acd034b0726c2a290cb9837e8a978900 Oct 15 05:16:33.523 INFO running `"docker" "start" "-a" "77f2cef71ccea42fd46920484960e8d2acd034b0726c2a290cb9837e8a978900"` Oct 15 05:16:34.598 INFO kablam! usermod: no changes Oct 15 05:16:34.649 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.02s Oct 15 05:16:34.657 INFO blam! Oct 15 05:16:34.657 INFO blam! running 0 tests Oct 15 05:16:34.657 INFO blam! Oct 15 05:16:34.657 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 05:16:34.657 INFO blam! Oct 15 05:16:34.659 INFO kablam! Running /target/debug/deps/rust_five-18c1e0a76b6fb2de Oct 15 05:16:34.667 INFO kablam! su: No module specific data is present Oct 15 05:16:35.551 INFO running `"docker" "rm" "-f" "77f2cef71ccea42fd46920484960e8d2acd034b0726c2a290cb9837e8a978900"` Oct 15 05:16:35.881 INFO blam! 77f2cef71ccea42fd46920484960e8d2acd034b0726c2a290cb9837e8a978900