Oct 27 08:56:29.747 INFO checking abomb4/rust-five against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 08:56:29.747 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-7/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/pr-55192-2/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/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 +155510e377ae2a8d8ee0dad1a5f809c9062a5526-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 08:56:30.267 INFO blam! 19b01ab856734b3d39d5031419ff21bf32da72de3b31215927fb300ef4b2ae66 Oct 27 08:56:30.279 INFO running `"docker" "start" "-a" "19b01ab856734b3d39d5031419ff21bf32da72de3b31215927fb300ef4b2ae66"` Oct 27 08:56:31.702 INFO kablam! usermod: no changes Oct 27 08:56:31.759 INFO kablam! Checking rust-five v0.1.0 (/source) Oct 27 08:56:32.515 INFO kablam! warning: unused import: `game::GameBuilderPlayerType::Human` Oct 27 08:56:32.515 INFO kablam! --> src/main.rs:8:5 Oct 27 08:56:32.515 INFO kablam! | Oct 27 08:56:32.515 INFO kablam! 8 | use game::GameBuilderPlayerType::Human; Oct 27 08:56:32.515 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 08:56:32.515 INFO kablam! | Oct 27 08:56:32.515 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 08:56:32.515 INFO kablam! Oct 27 08:56:32.598 INFO kablam! error: #[test] attribute is only allowed on fn items Oct 27 08:56:32.598 INFO kablam! --> src/game/board.rs:119:5 Oct 27 08:56:32.598 INFO kablam! | Oct 27 08:56:32.598 INFO kablam! 119 | / fn test() { Oct 27 08:56:32.598 INFO kablam! 120 | | let mut b = Board::new(); Oct 27 08:56:32.598 INFO kablam! 121 | | let coord = CoordinationFlat::new(3, 3); Oct 27 08:56:32.598 INFO kablam! 122 | | let p = BoardPieceType::WHITE; Oct 27 08:56:32.598 INFO kablam! ... | Oct 27 08:56:32.598 INFO kablam! 125 | | assert!(b.get(coord).unwrap() == p) Oct 27 08:56:32.598 INFO kablam! 126 | | } Oct 27 08:56:32.598 INFO kablam! | |_____^ Oct 27 08:56:32.598 INFO kablam! Oct 27 08:56:32.598 INFO kablam! error: aborting due to previous error Oct 27 08:56:32.598 INFO kablam! Oct 27 08:56:32.600 INFO kablam! error: Could not compile `rust-five`. Oct 27 08:56:32.600 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 27 08:56:32.707 INFO kablam! warning: unused variable: `context` Oct 27 08:56:32.707 INFO kablam! --> src/game/players.rs:79:25 Oct 27 08:56:32.707 INFO kablam! | Oct 27 08:56:32.707 INFO kablam! 79 | fn point(&mut self, context: &GameContext) -> CoordinationFlat { Oct 27 08:56:32.707 INFO kablam! | ^^^^^^^ help: consider using `_context` instead Oct 27 08:56:32.707 INFO kablam! | Oct 27 08:56:32.707 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 08:56:32.707 INFO kablam! Oct 27 08:56:32.707 INFO kablam! warning: unused variable: `context` Oct 27 08:56:32.707 INFO kablam! --> src/game/players.rs:112:25 Oct 27 08:56:32.707 INFO kablam! | Oct 27 08:56:32.707 INFO kablam! 112 | fn point(&mut self, context: &GameContext) -> CoordinationFlat { Oct 27 08:56:32.707 INFO kablam! | ^^^^^^^ help: consider using `_context` instead Oct 27 08:56:32.707 INFO kablam! Oct 27 08:56:32.738 INFO kablam! warning: field is never used: `board` Oct 27 08:56:32.738 INFO kablam! --> src/game/mod.rs:123:5 Oct 27 08:56:32.738 INFO kablam! | Oct 27 08:56:32.738 INFO kablam! 123 | board: Board Oct 27 08:56:32.738 INFO kablam! | ^^^^^^^^^^^^ Oct 27 08:56:32.738 INFO kablam! | Oct 27 08:56:32.738 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 08:56:32.738 INFO kablam! Oct 27 08:56:32.738 INFO kablam! warning: method is never used: `get_another_player_mut` Oct 27 08:56:32.738 INFO kablam! --> src/game/mod.rs:313:5 Oct 27 08:56:32.738 INFO kablam! | Oct 27 08:56:32.738 INFO kablam! 313 | fn get_another_player_mut(&mut self) -> &mut Box { Oct 27 08:56:32.738 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 08:56:32.738 INFO kablam! Oct 27 08:56:32.767 INFO kablam! error: build failed Oct 27 08:56:32.768 INFO kablam! su: No module specific data is present Oct 27 08:56:33.521 INFO running `"docker" "rm" "-f" "19b01ab856734b3d39d5031419ff21bf32da72de3b31215927fb300ef4b2ae66"` Oct 27 08:56:33.807 INFO blam! 19b01ab856734b3d39d5031419ff21bf32da72de3b31215927fb300ef4b2ae66