Oct 21 20:03:19.690 INFO checking abomb4/rust-five against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 20:03:19.690 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-0/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/pr-55192/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 21 20:03:20.067 INFO blam! e65f526967ba8fd88a8f29f70a3b10cd58eb3387dff67a522d20bf885705e2fe Oct 21 20:03:20.069 INFO running `"docker" "start" "-a" "e65f526967ba8fd88a8f29f70a3b10cd58eb3387dff67a522d20bf885705e2fe"` Oct 21 20:03:21.041 INFO kablam! usermod: no changes Oct 21 20:03:21.104 INFO kablam! Checking rust-five v0.1.0 (/source) Oct 21 20:03:21.604 INFO kablam! error: #[test] attribute is only allowed on fn items Oct 21 20:03:21.604 INFO kablam! --> src/game/board.rs:119:5 Oct 21 20:03:21.604 INFO kablam! | Oct 21 20:03:21.604 INFO kablam! 119 | / fn test() { Oct 21 20:03:21.604 INFO kablam! 120 | | let mut b = Board::new(); Oct 21 20:03:21.604 INFO kablam! 121 | | let coord = CoordinationFlat::new(3, 3); Oct 21 20:03:21.605 INFO kablam! 122 | | let p = BoardPieceType::WHITE; Oct 21 20:03:21.605 INFO kablam! ... | Oct 21 20:03:21.605 INFO kablam! 125 | | assert!(b.get(coord).unwrap() == p) Oct 21 20:03:21.605 INFO kablam! 126 | | } Oct 21 20:03:21.605 INFO kablam! | |_____^ Oct 21 20:03:21.605 INFO kablam! Oct 21 20:03:21.605 INFO kablam! error: aborting due to previous error Oct 21 20:03:21.605 INFO kablam! Oct 21 20:03:21.624 INFO kablam! error: Could not compile `rust-five`. Oct 21 20:03:21.624 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 21 20:03:21.788 INFO kablam! warning: unused import: `game::GameBuilderPlayerType::Human` Oct 21 20:03:21.788 INFO kablam! --> src/main.rs:8:5 Oct 21 20:03:21.788 INFO kablam! | Oct 21 20:03:21.788 INFO kablam! 8 | use game::GameBuilderPlayerType::Human; Oct 21 20:03:21.789 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:03:21.789 INFO kablam! | Oct 21 20:03:21.789 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 21 20:03:21.789 INFO kablam! Oct 21 20:03:21.948 INFO kablam! warning: unused variable: `context` Oct 21 20:03:21.948 INFO kablam! --> src/game/players.rs:79:25 Oct 21 20:03:21.949 INFO kablam! | Oct 21 20:03:21.949 INFO kablam! 79 | fn point(&mut self, context: &GameContext) -> CoordinationFlat { Oct 21 20:03:21.949 INFO kablam! | ^^^^^^^ help: consider using `_context` instead Oct 21 20:03:21.949 INFO kablam! | Oct 21 20:03:21.949 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 21 20:03:21.949 INFO kablam! Oct 21 20:03:21.949 INFO kablam! warning: unused variable: `context` Oct 21 20:03:21.949 INFO kablam! --> src/game/players.rs:112:25 Oct 21 20:03:21.949 INFO kablam! | Oct 21 20:03:21.949 INFO kablam! 112 | fn point(&mut self, context: &GameContext) -> CoordinationFlat { Oct 21 20:03:21.949 INFO kablam! | ^^^^^^^ help: consider using `_context` instead Oct 21 20:03:21.949 INFO kablam! Oct 21 20:03:21.992 INFO kablam! warning: field is never used: `board` Oct 21 20:03:21.992 INFO kablam! --> src/game/mod.rs:123:5 Oct 21 20:03:21.992 INFO kablam! | Oct 21 20:03:21.992 INFO kablam! 123 | board: Board Oct 21 20:03:21.992 INFO kablam! | ^^^^^^^^^^^^ Oct 21 20:03:21.992 INFO kablam! | Oct 21 20:03:21.992 INFO kablam! = note: #[warn(dead_code)] on by default Oct 21 20:03:21.992 INFO kablam! Oct 21 20:03:21.993 INFO kablam! warning: method is never used: `get_another_player_mut` Oct 21 20:03:21.993 INFO kablam! --> src/game/mod.rs:313:5 Oct 21 20:03:21.993 INFO kablam! | Oct 21 20:03:21.993 INFO kablam! 313 | fn get_another_player_mut(&mut self) -> &mut Box { Oct 21 20:03:21.993 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:03:21.993 INFO kablam! Oct 21 20:03:22.035 INFO kablam! error: build failed Oct 21 20:03:22.037 INFO kablam! su: No module specific data is present Oct 21 20:03:22.620 INFO running `"docker" "rm" "-f" "e65f526967ba8fd88a8f29f70a3b10cd58eb3387dff67a522d20bf885705e2fe"` Oct 21 20:03:22.848 INFO blam! e65f526967ba8fd88a8f29f70a3b10cd58eb3387dff67a522d20bf885705e2fe