Oct 15 11:21:33.351 INFO testing Dynisious/tic_tac_toe against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 11:21:33.352 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 11:21:33.759 INFO blam! 55683aae6e70b76fed53a33e4d2482dc2f83dec79c7a7ff37816b24191bce752 Oct 15 11:21:33.760 INFO running `"docker" "start" "-a" "55683aae6e70b76fed53a33e4d2482dc2f83dec79c7a7ff37816b24191bce752"` Oct 15 11:21:34.306 INFO kablam! usermod: no changes Oct 15 11:21:34.342 INFO kablam! Compiling tic_tac_toe v0.1.0 (/source) Oct 15 11:21:34.731 INFO kablam! warning: unused import: `squares::*` Oct 15 11:21:34.732 INFO kablam! --> src/main.rs:8:5 Oct 15 11:21:34.733 INFO kablam! | Oct 15 11:21:34.734 INFO kablam! 8 | use squares::*; Oct 15 11:21:34.734 INFO kablam! | ^^^^^^^^^^ Oct 15 11:21:34.735 INFO kablam! | Oct 15 11:21:34.735 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 11:21:34.735 INFO kablam! Oct 15 11:21:34.735 INFO kablam! warning: unused import: `board::*` Oct 15 11:21:34.735 INFO kablam! --> src/main.rs:9:5 Oct 15 11:21:34.743 INFO kablam! | Oct 15 11:21:34.743 INFO kablam! 9 | use board::*; Oct 15 11:21:34.743 INFO kablam! | ^^^^^^^^ Oct 15 11:21:34.743 INFO kablam! Oct 15 11:21:34.743 INFO kablam! warning: unused import: `Read` Oct 15 11:21:34.743 INFO kablam! --> src/main.rs:12:15 Oct 15 11:21:34.743 INFO kablam! | Oct 15 11:21:34.743 INFO kablam! 12 | use std::io::{Read, Write}; Oct 15 11:21:34.743 INFO kablam! | ^^^^ Oct 15 11:21:34.743 INFO kablam! Oct 15 11:21:34.800 INFO kablam! warning: type alias is never used: `Square` Oct 15 11:21:34.801 INFO kablam! --> src/squares.rs:5:1 Oct 15 11:21:34.801 INFO kablam! | Oct 15 11:21:34.801 INFO kablam! 5 | pub type Square = Option; Oct 15 11:21:34.801 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:21:34.801 INFO kablam! | Oct 15 11:21:34.801 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 11:21:34.801 INFO kablam! Oct 15 11:21:34.801 INFO kablam! warning: variant is never constructed: `X` Oct 15 11:21:34.801 INFO kablam! --> src/squares.rs:10:5 Oct 15 11:21:34.803 INFO kablam! | Oct 15 11:21:34.803 INFO kablam! 10 | X, O Oct 15 11:21:34.803 INFO kablam! | ^ Oct 15 11:21:34.803 INFO kablam! Oct 15 11:21:34.803 INFO kablam! warning: variant is never constructed: `O` Oct 15 11:21:34.803 INFO kablam! --> src/squares.rs:10:8 Oct 15 11:21:34.803 INFO kablam! | Oct 15 11:21:34.803 INFO kablam! 10 | X, O Oct 15 11:21:34.803 INFO kablam! | ^ Oct 15 11:21:34.803 INFO kablam! Oct 15 11:21:34.803 INFO kablam! warning: method is never used: `set_square` Oct 15 11:21:34.803 INFO kablam! --> src/board.rs:26:5 Oct 15 11:21:34.804 INFO kablam! | Oct 15 11:21:34.804 INFO kablam! 26 | pub fn set_square(&mut self, row: usize, column: usize, square: Square) { Oct 15 11:21:34.804 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:21:34.804 INFO kablam! Oct 15 11:21:34.804 INFO kablam! warning: method is never used: `winner` Oct 15 11:21:34.804 INFO kablam! --> src/board.rs:33:5 Oct 15 11:21:34.806 INFO kablam! | Oct 15 11:21:34.806 INFO kablam! 33 | pub fn winner(&self) -> Square { Oct 15 11:21:34.806 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:21:34.806 INFO kablam! Oct 15 11:21:35.218 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.89s Oct 15 11:21:35.221 INFO kablam! su: No module specific data is present Oct 15 11:21:35.565 INFO running `"docker" "rm" "-f" "55683aae6e70b76fed53a33e4d2482dc2f83dec79c7a7ff37816b24191bce752"` Oct 15 11:21:35.687 INFO blam! 55683aae6e70b76fed53a33e4d2482dc2f83dec79c7a7ff37816b24191bce752 Oct 15 11:21:35.690 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 11:21:36.034 INFO blam! e964764018bdc001fb771aad7d22ff2cea1de539d524383c72d873ba0b1a4365 Oct 15 11:21:36.034 INFO running `"docker" "start" "-a" "e964764018bdc001fb771aad7d22ff2cea1de539d524383c72d873ba0b1a4365"` Oct 15 11:21:36.633 INFO kablam! usermod: no changes Oct 15 11:21:36.663 INFO kablam! Compiling tic_tac_toe v0.1.0 (/source) Oct 15 11:21:37.084 INFO kablam! warning: unused import: `squares::*` Oct 15 11:21:37.084 INFO kablam! --> src/main.rs:8:5 Oct 15 11:21:37.084 INFO kablam! | Oct 15 11:21:37.084 INFO kablam! 8 | use squares::*; Oct 15 11:21:37.084 INFO kablam! | ^^^^^^^^^^ Oct 15 11:21:37.084 INFO kablam! | Oct 15 11:21:37.084 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 11:21:37.084 INFO kablam! Oct 15 11:21:37.084 INFO kablam! warning: unused import: `board::*` Oct 15 11:21:37.084 INFO kablam! --> src/main.rs:9:5 Oct 15 11:21:37.084 INFO kablam! | Oct 15 11:21:37.084 INFO kablam! 9 | use board::*; Oct 15 11:21:37.084 INFO kablam! | ^^^^^^^^ Oct 15 11:21:37.084 INFO kablam! Oct 15 11:21:37.085 INFO kablam! warning: unused import: `Read` Oct 15 11:21:37.085 INFO kablam! --> src/main.rs:12:15 Oct 15 11:21:37.085 INFO kablam! | Oct 15 11:21:37.085 INFO kablam! 12 | use std::io::{Read, Write}; Oct 15 11:21:37.085 INFO kablam! | ^^^^ Oct 15 11:21:37.085 INFO kablam! Oct 15 11:21:37.151 INFO kablam! warning: type alias is never used: `Square` Oct 15 11:21:37.151 INFO kablam! --> src/squares.rs:5:1 Oct 15 11:21:37.151 INFO kablam! | Oct 15 11:21:37.151 INFO kablam! 5 | pub type Square = Option; Oct 15 11:21:37.151 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:21:37.151 INFO kablam! | Oct 15 11:21:37.151 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 11:21:37.151 INFO kablam! Oct 15 11:21:37.151 INFO kablam! warning: variant is never constructed: `X` Oct 15 11:21:37.151 INFO kablam! --> src/squares.rs:10:5 Oct 15 11:21:37.151 INFO kablam! | Oct 15 11:21:37.151 INFO kablam! 10 | X, O Oct 15 11:21:37.151 INFO kablam! | ^ Oct 15 11:21:37.151 INFO kablam! Oct 15 11:21:37.151 INFO kablam! warning: variant is never constructed: `O` Oct 15 11:21:37.151 INFO kablam! --> src/squares.rs:10:8 Oct 15 11:21:37.151 INFO kablam! | Oct 15 11:21:37.151 INFO kablam! 10 | X, O Oct 15 11:21:37.151 INFO kablam! | ^ Oct 15 11:21:37.151 INFO kablam! Oct 15 11:21:37.152 INFO kablam! warning: method is never used: `set_square` Oct 15 11:21:37.152 INFO kablam! --> src/board.rs:26:5 Oct 15 11:21:37.152 INFO kablam! | Oct 15 11:21:37.152 INFO kablam! 26 | pub fn set_square(&mut self, row: usize, column: usize, square: Square) { Oct 15 11:21:37.152 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:21:37.152 INFO kablam! Oct 15 11:21:37.152 INFO kablam! warning: method is never used: `winner` Oct 15 11:21:37.152 INFO kablam! --> src/board.rs:33:5 Oct 15 11:21:37.152 INFO kablam! | Oct 15 11:21:37.152 INFO kablam! 33 | pub fn winner(&self) -> Square { Oct 15 11:21:37.152 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:21:37.152 INFO kablam! Oct 15 11:21:37.503 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.85s Oct 15 11:21:37.505 INFO kablam! su: No module specific data is present Oct 15 11:21:37.774 INFO running `"docker" "rm" "-f" "e964764018bdc001fb771aad7d22ff2cea1de539d524383c72d873ba0b1a4365"` Oct 15 11:21:37.857 INFO blam! e964764018bdc001fb771aad7d22ff2cea1de539d524383c72d873ba0b1a4365 Oct 15 11:21:37.861 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 11:21:38.028 INFO blam! c981cbe08e1fae6b1a868a92c55ed496023bf83c8ec38fada0698c81f69ed3cf Oct 15 11:21:38.031 INFO running `"docker" "start" "-a" "c981cbe08e1fae6b1a868a92c55ed496023bf83c8ec38fada0698c81f69ed3cf"` Oct 15 11:21:38.631 INFO kablam! usermod: no changes Oct 15 11:21:38.667 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.01s Oct 15 11:21:38.668 INFO kablam! Running /target/debug/deps/tic_tac_toe-7650d04f9aa0a28e Oct 15 11:21:38.670 INFO blam! Oct 15 11:21:38.670 INFO blam! running 0 tests Oct 15 11:21:38.670 INFO blam! Oct 15 11:21:38.670 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 11:21:38.670 INFO blam! Oct 15 11:21:38.671 INFO kablam! su: No module specific data is present Oct 15 11:21:38.946 INFO running `"docker" "rm" "-f" "c981cbe08e1fae6b1a868a92c55ed496023bf83c8ec38fada0698c81f69ed3cf"` Oct 15 11:21:39.051 INFO blam! c981cbe08e1fae6b1a868a92c55ed496023bf83c8ec38fada0698c81f69ed3cf