Oct 15 11:21:33.925 INFO testing Dynisious/tic_tac_toe against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 11:21:33.926 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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:34.179 INFO blam! b404e145807f7dc2f0fcc57222080b0f4dea528a1c60a9fe707edaed169bd37e Oct 15 11:21:34.181 INFO running `"docker" "start" "-a" "b404e145807f7dc2f0fcc57222080b0f4dea528a1c60a9fe707edaed169bd37e"` Oct 15 11:21:34.907 INFO kablam! usermod: no changes Oct 15 11:21:34.941 INFO kablam! Compiling tic_tac_toe v0.1.0 (/source) Oct 15 11:21:35.312 INFO kablam! warning: unused import: `squares::*` Oct 15 11:21:35.312 INFO kablam! --> src/main.rs:8:5 Oct 15 11:21:35.312 INFO kablam! | Oct 15 11:21:35.312 INFO kablam! 8 | use squares::*; Oct 15 11:21:35.312 INFO kablam! | ^^^^^^^^^^ Oct 15 11:21:35.312 INFO kablam! | Oct 15 11:21:35.312 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 11:21:35.312 INFO kablam! Oct 15 11:21:35.312 INFO kablam! warning: unused import: `board::*` Oct 15 11:21:35.312 INFO kablam! --> src/main.rs:9:5 Oct 15 11:21:35.312 INFO kablam! | Oct 15 11:21:35.312 INFO kablam! 9 | use board::*; Oct 15 11:21:35.312 INFO kablam! | ^^^^^^^^ Oct 15 11:21:35.312 INFO kablam! Oct 15 11:21:35.312 INFO kablam! warning: unused import: `Read` Oct 15 11:21:35.312 INFO kablam! --> src/main.rs:12:15 Oct 15 11:21:35.312 INFO kablam! | Oct 15 11:21:35.312 INFO kablam! 12 | use std::io::{Read, Write}; Oct 15 11:21:35.312 INFO kablam! | ^^^^ Oct 15 11:21:35.312 INFO kablam! Oct 15 11:21:35.381 INFO kablam! warning: type alias is never used: `Square` Oct 15 11:21:35.381 INFO kablam! --> src/squares.rs:5:1 Oct 15 11:21:35.381 INFO kablam! | Oct 15 11:21:35.381 INFO kablam! 5 | pub type Square = Option; Oct 15 11:21:35.381 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:21:35.381 INFO kablam! | Oct 15 11:21:35.381 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 11:21:35.382 INFO kablam! Oct 15 11:21:35.386 INFO kablam! warning: variant is never constructed: `X` Oct 15 11:21:35.387 INFO kablam! --> src/squares.rs:10:5 Oct 15 11:21:35.387 INFO kablam! | Oct 15 11:21:35.387 INFO kablam! 10 | X, O Oct 15 11:21:35.387 INFO kablam! | ^ Oct 15 11:21:35.387 INFO kablam! Oct 15 11:21:35.387 INFO kablam! warning: variant is never constructed: `O` Oct 15 11:21:35.387 INFO kablam! --> src/squares.rs:10:8 Oct 15 11:21:35.387 INFO kablam! | Oct 15 11:21:35.387 INFO kablam! 10 | X, O Oct 15 11:21:35.387 INFO kablam! | ^ Oct 15 11:21:35.387 INFO kablam! Oct 15 11:21:35.387 INFO kablam! warning: method is never used: `set_square` Oct 15 11:21:35.387 INFO kablam! --> src/board.rs:26:5 Oct 15 11:21:35.387 INFO kablam! | Oct 15 11:21:35.387 INFO kablam! 26 | pub fn set_square(&mut self, row: usize, column: usize, square: Square) { Oct 15 11:21:35.387 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:21:35.387 INFO kablam! Oct 15 11:21:35.387 INFO kablam! warning: method is never used: `winner` Oct 15 11:21:35.387 INFO kablam! --> src/board.rs:33:5 Oct 15 11:21:35.387 INFO kablam! | Oct 15 11:21:35.387 INFO kablam! 33 | pub fn winner(&self) -> Square { Oct 15 11:21:35.387 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:21:35.387 INFO kablam! Oct 15 11:21:35.795 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.86s Oct 15 11:21:35.797 INFO kablam! su: No module specific data is present Oct 15 11:21:36.027 INFO running `"docker" "rm" "-f" "b404e145807f7dc2f0fcc57222080b0f4dea528a1c60a9fe707edaed169bd37e"` Oct 15 11:21:36.120 INFO blam! b404e145807f7dc2f0fcc57222080b0f4dea528a1c60a9fe707edaed169bd37e Oct 15 11:21:36.127 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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.482 INFO blam! 8a2c7a2712da0a9d6aaba953ae772859c21c2d6f08cb4b00e7b69da1f6368e61 Oct 15 11:21:36.484 INFO running `"docker" "start" "-a" "8a2c7a2712da0a9d6aaba953ae772859c21c2d6f08cb4b00e7b69da1f6368e61"` Oct 15 11:21:36.945 INFO kablam! usermod: no changes Oct 15 11:21:36.965 INFO kablam! Compiling tic_tac_toe v0.1.0 (/source) Oct 15 11:21:37.328 INFO kablam! warning: unused import: `squares::*` Oct 15 11:21:37.328 INFO kablam! --> src/main.rs:8:5 Oct 15 11:21:37.328 INFO kablam! | Oct 15 11:21:37.328 INFO kablam! 8 | use squares::*; Oct 15 11:21:37.328 INFO kablam! | ^^^^^^^^^^ Oct 15 11:21:37.328 INFO kablam! | Oct 15 11:21:37.328 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 11:21:37.328 INFO kablam! Oct 15 11:21:37.328 INFO kablam! warning: unused import: `board::*` Oct 15 11:21:37.328 INFO kablam! --> src/main.rs:9:5 Oct 15 11:21:37.328 INFO kablam! | Oct 15 11:21:37.328 INFO kablam! 9 | use board::*; Oct 15 11:21:37.328 INFO kablam! | ^^^^^^^^ Oct 15 11:21:37.328 INFO kablam! Oct 15 11:21:37.328 INFO kablam! warning: unused import: `Read` Oct 15 11:21:37.328 INFO kablam! --> src/main.rs:12:15 Oct 15 11:21:37.328 INFO kablam! | Oct 15 11:21:37.328 INFO kablam! 12 | use std::io::{Read, Write}; Oct 15 11:21:37.328 INFO kablam! | ^^^^ Oct 15 11:21:37.328 INFO kablam! Oct 15 11:21:37.387 INFO kablam! warning: type alias is never used: `Square` Oct 15 11:21:37.387 INFO kablam! --> src/squares.rs:5:1 Oct 15 11:21:37.387 INFO kablam! | Oct 15 11:21:37.387 INFO kablam! 5 | pub type Square = Option; Oct 15 11:21:37.387 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:21:37.387 INFO kablam! | Oct 15 11:21:37.387 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 11:21:37.387 INFO kablam! Oct 15 11:21:37.387 INFO kablam! warning: variant is never constructed: `X` Oct 15 11:21:37.387 INFO kablam! --> src/squares.rs:10:5 Oct 15 11:21:37.387 INFO kablam! | Oct 15 11:21:37.387 INFO kablam! 10 | X, O Oct 15 11:21:37.387 INFO kablam! | ^ Oct 15 11:21:37.387 INFO kablam! Oct 15 11:21:37.387 INFO kablam! warning: variant is never constructed: `O` Oct 15 11:21:37.387 INFO kablam! --> src/squares.rs:10:8 Oct 15 11:21:37.387 INFO kablam! | Oct 15 11:21:37.387 INFO kablam! 10 | X, O Oct 15 11:21:37.387 INFO kablam! | ^ Oct 15 11:21:37.387 INFO kablam! Oct 15 11:21:37.387 INFO kablam! warning: method is never used: `set_square` Oct 15 11:21:37.387 INFO kablam! --> src/board.rs:26:5 Oct 15 11:21:37.387 INFO kablam! | Oct 15 11:21:37.387 INFO kablam! 26 | pub fn set_square(&mut self, row: usize, column: usize, square: Square) { Oct 15 11:21:37.387 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:21:37.387 INFO kablam! Oct 15 11:21:37.387 INFO kablam! warning: method is never used: `winner` Oct 15 11:21:37.387 INFO kablam! --> src/board.rs:33:5 Oct 15 11:21:37.387 INFO kablam! | Oct 15 11:21:37.387 INFO kablam! 33 | pub fn winner(&self) -> Square { Oct 15 11:21:37.387 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:21:37.387 INFO kablam! Oct 15 11:21:37.692 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.73s Oct 15 11:21:37.694 INFO kablam! su: No module specific data is present Oct 15 11:21:37.972 INFO running `"docker" "rm" "-f" "8a2c7a2712da0a9d6aaba953ae772859c21c2d6f08cb4b00e7b69da1f6368e61"` Oct 15 11:21:38.056 INFO blam! 8a2c7a2712da0a9d6aaba953ae772859c21c2d6f08cb4b00e7b69da1f6368e61 Oct 15 11:21:38.059 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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.215 INFO blam! da5c4b0fbf2acf3050d821d6756d4c3f12cc3a8b0fd620852aab21c83de40c02 Oct 15 11:21:38.216 INFO running `"docker" "start" "-a" "da5c4b0fbf2acf3050d821d6756d4c3f12cc3a8b0fd620852aab21c83de40c02"` Oct 15 11:21:38.750 INFO kablam! usermod: no changes Oct 15 11:21:38.769 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.00s Oct 15 11:21:38.769 INFO kablam! Running /target/debug/deps/tic_tac_toe-e6c2cd1fb9a38cfa Oct 15 11:21:38.772 INFO kablam! su: No module specific data is present Oct 15 11:21:38.772 INFO blam! Oct 15 11:21:38.772 INFO blam! running 0 tests Oct 15 11:21:38.772 INFO blam! Oct 15 11:21:38.772 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 11:21:38.772 INFO blam! Oct 15 11:21:39.060 INFO running `"docker" "rm" "-f" "da5c4b0fbf2acf3050d821d6756d4c3f12cc3a8b0fd620852aab21c83de40c02"` Oct 15 11:21:39.128 INFO blam! da5c4b0fbf2acf3050d821d6756d4c3f12cc3a8b0fd620852aab21c83de40c02