Oct 14 16:55:52.419 INFO testing jeromew21/rust-tic-tac-toe against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 14 16:55:52.419 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 14 16:55:53.044 INFO blam! 9068952951bb9941eecadf914ee016a92d7081f3eb07d7271b342001f2b80f21 Oct 14 16:55:53.046 INFO running `"docker" "start" "-a" "9068952951bb9941eecadf914ee016a92d7081f3eb07d7271b342001f2b80f21"` Oct 14 16:55:55.234 INFO kablam! usermod: no changes Oct 14 16:55:55.303 INFO kablam! Compiling rand v0.3.22 Oct 14 16:55:55.671 INFO kablam! Compiling tic-tac-toe v0.1.0 (/source) Oct 14 16:55:55.987 INFO kablam! warning: unreachable pattern Oct 14 16:55:55.987 INFO kablam! --> src/ttt.rs:91:17 Oct 14 16:55:55.987 INFO kablam! | Oct 14 16:55:55.987 INFO kablam! 77 | space => { Oct 14 16:55:55.987 INFO kablam! | ----- matches any value Oct 14 16:55:55.987 INFO kablam! ... Oct 14 16:55:55.987 INFO kablam! 91 | _ => panic!("Wrong turn") Oct 14 16:55:55.987 INFO kablam! | ^ unreachable pattern Oct 14 16:55:55.987 INFO kablam! | Oct 14 16:55:55.987 INFO kablam! = note: #[warn(unreachable_patterns)] on by default Oct 14 16:55:55.987 INFO kablam! Oct 14 16:55:55.987 INFO kablam! warning: unused variable: `num` Oct 14 16:55:55.987 INFO kablam! --> src/main.rs:138:17 Oct 14 16:55:55.987 INFO kablam! | Oct 14 16:55:55.987 INFO kablam! 138 | let num = Oct 14 16:55:55.987 INFO kablam! | ^^^ help: consider using `_num` instead Oct 14 16:55:55.987 INFO kablam! | Oct 14 16:55:55.995 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 16:55:55.995 INFO kablam! Oct 14 16:55:55.995 INFO kablam! warning: unused variable: `error` Oct 14 16:55:55.995 INFO kablam! --> src/main.rs:151:25 Oct 14 16:55:55.995 INFO kablam! | Oct 14 16:55:55.995 INFO kablam! 151 | Err(error) => { Oct 14 16:55:55.995 INFO kablam! | ^^^^^ help: consider using `_error` instead Oct 14 16:55:55.995 INFO kablam! Oct 14 16:55:55.995 INFO kablam! warning: unused variable: `space` Oct 14 16:55:55.995 INFO kablam! --> src/ttt.rs:75:54 Oct 14 16:55:55.995 INFO kablam! | Oct 14 16:55:55.995 INFO kablam! 75 | pub fn make_move(&mut self, location: usize, space: &Space) -> bool { Oct 14 16:55:55.995 INFO kablam! | ^^^^^ help: consider using `_space` instead Oct 14 16:55:55.995 INFO kablam! Oct 14 16:55:55.995 INFO kablam! warning: unused variable: `c` Oct 14 16:55:55.995 INFO kablam! --> src/ttt.rs:183:29 Oct 14 16:55:55.995 INFO kablam! | Oct 14 16:55:55.995 INFO kablam! 183 | if let Some(c) = i.move_index { Oct 14 16:55:55.995 INFO kablam! | ^ help: consider using `_c` instead Oct 14 16:55:55.995 INFO kablam! Oct 14 16:55:56.027 INFO kablam! warning: comparison is useless due to type limits Oct 14 16:55:56.027 INFO kablam! --> src/ttt.rs:78:24 Oct 14 16:55:56.027 INFO kablam! | Oct 14 16:55:56.027 INFO kablam! 78 | if location < 0 || location > 8 { Oct 14 16:55:56.027 INFO kablam! | ^^^^^^^^^^^^ Oct 14 16:55:56.027 INFO kablam! | Oct 14 16:55:56.027 INFO kablam! = note: #[warn(unused_comparisons)] on by default Oct 14 16:55:56.027 INFO kablam! Oct 14 16:55:56.027 INFO kablam! warning: unused `std::result::Result` which must be used Oct 14 16:55:56.027 INFO kablam! --> src/main.rs:39:5 Oct 14 16:55:56.027 INFO kablam! | Oct 14 16:55:56.027 INFO kablam! 39 | std::io::stdout().flush(); Oct 14 16:55:56.027 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 16:55:56.027 INFO kablam! | Oct 14 16:55:56.027 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 14 16:55:56.027 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 14 16:55:56.027 INFO kablam! Oct 14 16:55:56.027 INFO kablam! warning: unused `std::result::Result` which must be used Oct 14 16:55:56.027 INFO kablam! --> src/main.rs:66:13 Oct 14 16:55:56.027 INFO kablam! | Oct 14 16:55:56.027 INFO kablam! 66 | File::create(RECORD_FILE); Oct 14 16:55:56.027 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 16:55:56.027 INFO kablam! | Oct 14 16:55:56.027 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 14 16:55:56.027 INFO kablam! Oct 14 16:55:56.027 INFO kablam! warning: unused `std::result::Result` which must be used Oct 14 16:55:56.027 INFO kablam! --> src/main.rs:82:5 Oct 14 16:55:56.027 INFO kablam! | Oct 14 16:55:56.027 INFO kablam! 82 | fs::write(RECORD_FILE, data); Oct 14 16:55:56.027 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 16:55:56.027 INFO kablam! | Oct 14 16:55:56.027 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 14 16:55:56.027 INFO kablam! Oct 14 16:55:57.592 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.33s Oct 14 16:55:57.595 INFO kablam! su: No module specific data is present Oct 14 16:55:58.435 INFO running `"docker" "rm" "-f" "9068952951bb9941eecadf914ee016a92d7081f3eb07d7271b342001f2b80f21"` Oct 14 16:55:58.763 INFO blam! 9068952951bb9941eecadf914ee016a92d7081f3eb07d7271b342001f2b80f21 Oct 14 16:55:58.776 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 14 16:55:59.320 INFO blam! 46d5c9b06ce915c5de2d8bb8d86a98d7b299dac621a01c44f6ca0e322f436813 Oct 14 16:55:59.322 INFO running `"docker" "start" "-a" "46d5c9b06ce915c5de2d8bb8d86a98d7b299dac621a01c44f6ca0e322f436813"` Oct 14 16:56:00.867 INFO kablam! usermod: no changes Oct 14 16:56:00.993 INFO kablam! Compiling tic-tac-toe v0.1.0 (/source) Oct 14 16:56:01.447 INFO kablam! warning: unreachable pattern Oct 14 16:56:01.447 INFO kablam! --> src/ttt.rs:91:17 Oct 14 16:56:01.447 INFO kablam! | Oct 14 16:56:01.447 INFO kablam! 77 | space => { Oct 14 16:56:01.447 INFO kablam! | ----- matches any value Oct 14 16:56:01.447 INFO kablam! ... Oct 14 16:56:01.447 INFO kablam! 91 | _ => panic!("Wrong turn") Oct 14 16:56:01.447 INFO kablam! | ^ unreachable pattern Oct 14 16:56:01.447 INFO kablam! | Oct 14 16:56:01.447 INFO kablam! = note: #[warn(unreachable_patterns)] on by default Oct 14 16:56:01.447 INFO kablam! Oct 14 16:56:01.455 INFO kablam! warning: unused variable: `num` Oct 14 16:56:01.455 INFO kablam! --> src/main.rs:138:17 Oct 14 16:56:01.455 INFO kablam! | Oct 14 16:56:01.455 INFO kablam! 138 | let num = Oct 14 16:56:01.455 INFO kablam! | ^^^ help: consider using `_num` instead Oct 14 16:56:01.455 INFO kablam! | Oct 14 16:56:01.455 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 16:56:01.455 INFO kablam! Oct 14 16:56:01.455 INFO kablam! warning: unused variable: `error` Oct 14 16:56:01.455 INFO kablam! --> src/main.rs:151:25 Oct 14 16:56:01.455 INFO kablam! | Oct 14 16:56:01.455 INFO kablam! 151 | Err(error) => { Oct 14 16:56:01.455 INFO kablam! | ^^^^^ help: consider using `_error` instead Oct 14 16:56:01.455 INFO kablam! Oct 14 16:56:01.455 INFO kablam! warning: unused variable: `space` Oct 14 16:56:01.455 INFO kablam! --> src/ttt.rs:75:54 Oct 14 16:56:01.455 INFO kablam! | Oct 14 16:56:01.455 INFO kablam! 75 | pub fn make_move(&mut self, location: usize, space: &Space) -> bool { Oct 14 16:56:01.455 INFO kablam! | ^^^^^ help: consider using `_space` instead Oct 14 16:56:01.455 INFO kablam! Oct 14 16:56:01.455 INFO kablam! warning: unused variable: `c` Oct 14 16:56:01.455 INFO kablam! --> src/ttt.rs:183:29 Oct 14 16:56:01.455 INFO kablam! | Oct 14 16:56:01.455 INFO kablam! 183 | if let Some(c) = i.move_index { Oct 14 16:56:01.455 INFO kablam! | ^ help: consider using `_c` instead Oct 14 16:56:01.455 INFO kablam! Oct 14 16:56:01.495 INFO kablam! warning: comparison is useless due to type limits Oct 14 16:56:01.495 INFO kablam! --> src/ttt.rs:78:24 Oct 14 16:56:01.495 INFO kablam! | Oct 14 16:56:01.495 INFO kablam! 78 | if location < 0 || location > 8 { Oct 14 16:56:01.495 INFO kablam! | ^^^^^^^^^^^^ Oct 14 16:56:01.495 INFO kablam! | Oct 14 16:56:01.495 INFO kablam! = note: #[warn(unused_comparisons)] on by default Oct 14 16:56:01.495 INFO kablam! Oct 14 16:56:01.495 INFO kablam! warning: unused `std::result::Result` which must be used Oct 14 16:56:01.495 INFO kablam! --> src/main.rs:39:5 Oct 14 16:56:01.495 INFO kablam! | Oct 14 16:56:01.495 INFO kablam! 39 | std::io::stdout().flush(); Oct 14 16:56:01.495 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 16:56:01.495 INFO kablam! | Oct 14 16:56:01.495 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 14 16:56:01.495 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 14 16:56:01.495 INFO kablam! Oct 14 16:56:01.495 INFO kablam! warning: unused `std::result::Result` which must be used Oct 14 16:56:01.495 INFO kablam! --> src/main.rs:66:13 Oct 14 16:56:01.495 INFO kablam! | Oct 14 16:56:01.495 INFO kablam! 66 | File::create(RECORD_FILE); Oct 14 16:56:01.495 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 16:56:01.495 INFO kablam! | Oct 14 16:56:01.495 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 14 16:56:01.495 INFO kablam! Oct 14 16:56:01.495 INFO kablam! warning: unused `std::result::Result` which must be used Oct 14 16:56:01.495 INFO kablam! --> src/main.rs:82:5 Oct 14 16:56:01.495 INFO kablam! | Oct 14 16:56:01.495 INFO kablam! 82 | fs::write(RECORD_FILE, data); Oct 14 16:56:01.495 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 16:56:01.495 INFO kablam! | Oct 14 16:56:01.495 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 14 16:56:01.495 INFO kablam! Oct 14 16:56:02.027 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.13s Oct 14 16:56:02.027 INFO kablam! su: No module specific data is present Oct 14 16:56:02.758 INFO running `"docker" "rm" "-f" "46d5c9b06ce915c5de2d8bb8d86a98d7b299dac621a01c44f6ca0e322f436813"` Oct 14 16:56:03.055 INFO blam! 46d5c9b06ce915c5de2d8bb8d86a98d7b299dac621a01c44f6ca0e322f436813 Oct 14 16:56:03.059 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 14 16:56:03.536 INFO blam! 5f4c916f9b377e60908fe1c2b5d25505e0ea6da8a21729ff387bc3efebab2ee3 Oct 14 16:56:03.543 INFO running `"docker" "start" "-a" "5f4c916f9b377e60908fe1c2b5d25505e0ea6da8a21729ff387bc3efebab2ee3"` Oct 14 16:56:04.600 INFO kablam! usermod: no changes Oct 14 16:56:04.657 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.03s Oct 14 16:56:04.657 INFO kablam! Running /target/debug/deps/tic_tac_toe-0381c13896cb8c03 Oct 14 16:56:04.661 INFO kablam! su: No module specific data is present Oct 14 16:56:04.661 INFO blam! Oct 14 16:56:04.661 INFO blam! running 0 tests Oct 14 16:56:04.661 INFO blam! Oct 14 16:56:04.661 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 16:56:04.661 INFO blam! Oct 14 16:56:05.639 INFO running `"docker" "rm" "-f" "5f4c916f9b377e60908fe1c2b5d25505e0ea6da8a21729ff387bc3efebab2ee3"` Oct 14 16:56:05.903 INFO blam! 5f4c916f9b377e60908fe1c2b5d25505e0ea6da8a21729ff387bc3efebab2ee3