Oct 27 12:19:40.977 INFO checking ColeCachoo/nogors against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 27 12:19:40.978 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-0/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/pr-55192-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/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 +19f01b935b91481fd445b16b533d2f87661bf12e-alt check --frozen --all --all-targets" "-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 27 12:19:41.498 INFO blam! 85f420b031d60b67c2837ec229283cd0f9fbac5d2987fc0bb8d34d54f40f0a15 Oct 27 12:19:41.498 INFO running `"docker" "start" "-a" "85f420b031d60b67c2837ec229283cd0f9fbac5d2987fc0bb8d34d54f40f0a15"` Oct 27 12:19:42.939 INFO kablam! usermod: no changes Oct 27 12:19:43.004 INFO kablam! Checking nogors v0.1.0 (/source) Oct 27 12:19:44.835 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 12:19:44.835 INFO kablam! --> src/game_board.rs:311:9 Oct 27 12:19:44.835 INFO kablam! | Oct 27 12:19:44.835 INFO kablam! 311 | game.insert_move(0, 0, &Player::X); Oct 27 12:19:44.835 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 12:19:44.835 INFO kablam! | Oct 27 12:19:44.835 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 27 12:19:44.835 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 12:19:44.835 INFO kablam! Oct 27 12:19:44.835 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 12:19:44.835 INFO kablam! --> src/game_board.rs:312:9 Oct 27 12:19:44.835 INFO kablam! | Oct 27 12:19:44.835 INFO kablam! 312 | game.insert_move(1, 3, &Player::X); Oct 27 12:19:44.835 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 12:19:44.835 INFO kablam! | Oct 27 12:19:44.835 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 12:19:44.835 INFO kablam! Oct 27 12:19:44.835 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 12:19:44.835 INFO kablam! --> src/game_board.rs:313:9 Oct 27 12:19:44.835 INFO kablam! | Oct 27 12:19:44.835 INFO kablam! 313 | game.insert_move(2, 2, &Player::X); Oct 27 12:19:44.835 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 12:19:44.835 INFO kablam! | Oct 27 12:19:44.835 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 12:19:44.835 INFO kablam! Oct 27 12:19:44.836 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 12:19:44.836 INFO kablam! --> src/game_board.rs:314:9 Oct 27 12:19:44.836 INFO kablam! | Oct 27 12:19:44.836 INFO kablam! 314 | game.insert_move(3, 1, &Player::X); Oct 27 12:19:44.836 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 12:19:44.836 INFO kablam! | Oct 27 12:19:44.836 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 12:19:44.836 INFO kablam! Oct 27 12:19:44.836 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 12:19:44.836 INFO kablam! --> src/game_board.rs:315:9 Oct 27 12:19:44.836 INFO kablam! | Oct 27 12:19:44.836 INFO kablam! 315 | game.insert_move(4, 2, &Player::X); Oct 27 12:19:44.836 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 12:19:44.836 INFO kablam! | Oct 27 12:19:44.836 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 12:19:44.836 INFO kablam! Oct 27 12:19:44.836 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 12:19:44.836 INFO kablam! --> src/game_board.rs:316:9 Oct 27 12:19:44.836 INFO kablam! | Oct 27 12:19:44.836 INFO kablam! 316 | game.insert_move(4, 4, &Player::X); Oct 27 12:19:44.836 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 12:19:44.836 INFO kablam! | Oct 27 12:19:44.836 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 12:19:44.836 INFO kablam! Oct 27 12:19:44.836 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 12:19:44.836 INFO kablam! --> src/game_board.rs:317:9 Oct 27 12:19:44.836 INFO kablam! | Oct 27 12:19:44.836 INFO kablam! 317 | game.insert_move(5, 2, &Player::X); Oct 27 12:19:44.836 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 12:19:44.836 INFO kablam! | Oct 27 12:19:44.836 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 12:19:44.836 INFO kablam! Oct 27 12:19:44.836 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 12:19:44.836 INFO kablam! --> src/game_board.rs:318:9 Oct 27 12:19:44.836 INFO kablam! | Oct 27 12:19:44.836 INFO kablam! 318 | game.insert_move(5, 4, &Player::X); Oct 27 12:19:44.836 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 12:19:44.836 INFO kablam! | Oct 27 12:19:44.836 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 12:19:44.836 INFO kablam! Oct 27 12:19:44.836 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 12:19:44.836 INFO kablam! --> src/game_board.rs:320:9 Oct 27 12:19:44.836 INFO kablam! | Oct 27 12:19:44.836 INFO kablam! 320 | game.insert_move(0, 2, &Player::O); Oct 27 12:19:44.836 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 12:19:44.836 INFO kablam! | Oct 27 12:19:44.836 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 12:19:44.836 INFO kablam! Oct 27 12:19:44.836 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 12:19:44.836 INFO kablam! --> src/game_board.rs:321:9 Oct 27 12:19:44.836 INFO kablam! | Oct 27 12:19:44.836 INFO kablam! 321 | game.insert_move(0, 4, &Player::O); Oct 27 12:19:44.836 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 12:19:44.836 INFO kablam! | Oct 27 12:19:44.836 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 12:19:44.836 INFO kablam! Oct 27 12:19:44.836 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 12:19:44.836 INFO kablam! --> src/game_board.rs:322:9 Oct 27 12:19:44.836 INFO kablam! | Oct 27 12:19:44.836 INFO kablam! 322 | game.insert_move(1, 1, &Player::O); Oct 27 12:19:44.836 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 12:19:44.836 INFO kablam! | Oct 27 12:19:44.836 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 12:19:44.836 INFO kablam! Oct 27 12:19:44.836 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 12:19:44.836 INFO kablam! --> src/game_board.rs:323:9 Oct 27 12:19:44.836 INFO kablam! | Oct 27 12:19:44.836 INFO kablam! 323 | game.insert_move(3, 3, &Player::O); Oct 27 12:19:44.836 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 12:19:44.836 INFO kablam! | Oct 27 12:19:44.836 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 12:19:44.836 INFO kablam! Oct 27 12:19:44.836 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 12:19:44.836 INFO kablam! --> src/game_board.rs:324:9 Oct 27 12:19:44.836 INFO kablam! | Oct 27 12:19:44.836 INFO kablam! 324 | game.insert_move(4, 0, &Player::O); Oct 27 12:19:44.836 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 12:19:44.836 INFO kablam! | Oct 27 12:19:44.836 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 12:19:44.836 INFO kablam! Oct 27 12:19:44.836 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 12:19:44.836 INFO kablam! --> src/game_board.rs:325:9 Oct 27 12:19:44.836 INFO kablam! | Oct 27 12:19:44.836 INFO kablam! 325 | game.insert_move(5, 0, &Player::O); Oct 27 12:19:44.836 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 12:19:44.837 INFO kablam! | Oct 27 12:19:44.837 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 12:19:44.837 INFO kablam! Oct 27 12:19:44.915 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.94s Oct 27 12:19:44.915 INFO kablam! su: No module specific data is present Oct 27 12:19:46.163 INFO running `"docker" "rm" "-f" "85f420b031d60b67c2837ec229283cd0f9fbac5d2987fc0bb8d34d54f40f0a15"` Oct 27 12:19:46.487 INFO blam! 85f420b031d60b67c2837ec229283cd0f9fbac5d2987fc0bb8d34d54f40f0a15