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