Oct 21 17:34:03.314 INFO checking grimheim/grimheim-client against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 17:34:03.316 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-1/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 17:34:03.756 INFO blam! a15d5f3437d17ec234916eddc1535056faa97d03d8e31f082190ae1f543fffc2 Oct 21 17:34:03.758 INFO running `"docker" "start" "-a" "a15d5f3437d17ec234916eddc1535056faa97d03d8e31f082190ae1f543fffc2"` Oct 21 17:34:05.071 INFO kablam! usermod: no changes Oct 21 17:34:05.309 INFO kablam! Compiling libloading v0.5.0 Oct 21 17:34:05.309 INFO kablam! Checking stb_truetype v0.2.2 Oct 21 17:34:05.310 INFO kablam! Checking crossbeam-epoch v0.3.1 Oct 21 17:34:05.310 INFO kablam! Compiling gl v0.10.0 Oct 21 17:34:05.310 INFO kablam! Checking pistoncore-input v0.20.0 Oct 21 17:34:06.720 INFO kablam! Checking crossbeam-deque v0.2.0 Oct 21 17:34:07.076 INFO kablam! Checking rusttype v0.4.3 Oct 21 17:34:07.796 INFO kablam! Checking rayon-core v1.4.0 Oct 21 17:34:08.739 INFO kablam! Checking dlib v0.4.1 Oct 21 17:34:09.295 INFO kablam! Checking wayland-sys v0.12.5 Oct 21 17:34:09.558 INFO kablam! Checking piston2d-graphics v0.26.0 Oct 21 17:34:09.784 INFO kablam! Checking rayon v1.0.1 Oct 21 17:34:10.157 INFO kablam! Checking wayland-client v0.12.5 Oct 21 17:34:12.374 INFO kablam! Checking pistoncore-window v0.31.0 Oct 21 17:34:13.388 INFO kablam! Checking wayland-protocols v0.12.5 Oct 21 17:34:13.388 INFO kablam! Checking wayland-kbd v0.13.1 Oct 21 17:34:15.078 INFO kablam! Checking jpeg-decoder v0.1.14 Oct 21 17:34:15.267 INFO kablam! Checking pistoncore-event_loop v0.36.0 Oct 21 17:34:16.933 INFO kablam! Checking piston v0.36.0 Oct 21 17:34:19.696 INFO kablam! Checking image v0.18.0 Oct 21 17:34:21.613 INFO kablam! Checking wayland-window v0.13.3 Oct 21 17:34:23.340 INFO kablam! Checking winit v0.10.0 Oct 21 17:34:26.368 INFO kablam! Checking glutin v0.12.2 Oct 21 17:34:26.833 INFO kablam! Checking piston2d-opengl_graphics v0.52.0 Oct 21 17:34:28.808 INFO kablam! Checking pistoncore-glutin_window v0.45.3 Oct 21 17:34:30.743 INFO kablam! Checking grimheim v0.1.0 (/source) Oct 21 17:34:31.114 INFO kablam! warning: struct is never constructed: `BoardRow` Oct 21 17:34:31.114 INFO kablam! --> src/board.rs:21:1 Oct 21 17:34:31.114 INFO kablam! | Oct 21 17:34:31.114 INFO kablam! 21 | struct BoardRow { Oct 21 17:34:31.114 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 21 17:34:31.114 INFO kablam! | Oct 21 17:34:31.114 INFO kablam! = note: #[warn(dead_code)] on by default Oct 21 17:34:31.114 INFO kablam! Oct 21 17:34:31.114 INFO kablam! warning: method is never used: `new` Oct 21 17:34:31.114 INFO kablam! --> src/board.rs:27:5 Oct 21 17:34:31.114 INFO kablam! | Oct 21 17:34:31.114 INFO kablam! 27 | fn new(offset: u8, length: u8) -> Self { Oct 21 17:34:31.114 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 17:34:31.114 INFO kablam! Oct 21 17:34:31.114 INFO kablam! warning: struct is never constructed: `Board` Oct 21 17:34:31.114 INFO kablam! --> src/board.rs:40:1 Oct 21 17:34:31.114 INFO kablam! | Oct 21 17:34:31.114 INFO kablam! 40 | struct Board { Oct 21 17:34:31.114 INFO kablam! | ^^^^^^^^^^^^ Oct 21 17:34:31.114 INFO kablam! Oct 21 17:34:31.114 INFO kablam! warning: method is never used: `new` Oct 21 17:34:31.114 INFO kablam! --> src/board.rs:45:5 Oct 21 17:34:31.114 INFO kablam! | Oct 21 17:34:31.114 INFO kablam! 45 | fn new(shape: &[(u8, u8)]) -> Self { Oct 21 17:34:31.114 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 17:34:31.114 INFO kablam! Oct 21 17:34:31.114 INFO kablam! warning: field is never used: `name` Oct 21 17:34:31.114 INFO kablam! --> src/cards/action_card.rs:9:5 Oct 21 17:34:31.114 INFO kablam! | Oct 21 17:34:31.114 INFO kablam! 9 | name: String, Oct 21 17:34:31.114 INFO kablam! | ^^^^^^^^^^^^ Oct 21 17:34:31.114 INFO kablam! Oct 21 17:34:31.114 INFO kablam! warning: method is never used: `new` Oct 21 17:34:31.114 INFO kablam! --> src/cards/action_card.rs:13:5 Oct 21 17:34:31.114 INFO kablam! | Oct 21 17:34:31.114 INFO kablam! 13 | fn new(name: String) -> Self { Oct 21 17:34:31.114 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 17:34:31.114 INFO kablam! Oct 21 17:34:31.114 INFO kablam! warning: field is never used: `cards` Oct 21 17:34:31.114 INFO kablam! --> src/deck.rs:7:5 Oct 21 17:34:31.114 INFO kablam! | Oct 21 17:34:31.114 INFO kablam! 7 | cards: Vec Oct 21 17:34:31.114 INFO kablam! | ^^^^^^^^^^^^^ Oct 21 17:34:31.114 INFO kablam! Oct 21 17:34:31.114 INFO kablam! warning: method is never used: `new` Oct 21 17:34:31.114 INFO kablam! --> src/deck.rs:11:5 Oct 21 17:34:31.114 INFO kablam! | Oct 21 17:34:31.114 INFO kablam! 11 | fn new(cards: &[T]) -> Self { Oct 21 17:34:31.114 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 17:34:31.114 INFO kablam! Oct 21 17:34:31.114 INFO kablam! warning: field is never used: `mask` Oct 21 17:34:31.115 INFO kablam! --> src/world.rs:10:5 Oct 21 17:34:31.115 INFO kablam! | Oct 21 17:34:31.115 INFO kablam! 10 | mask: [Component; ENTITY_COUNT], Oct 21 17:34:31.115 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 17:34:31.115 INFO kablam! Oct 21 17:34:31.115 INFO kablam! warning: field is never used: `displacement` Oct 21 17:34:31.115 INFO kablam! --> src/world.rs:12:5 Oct 21 17:34:31.115 INFO kablam! | Oct 21 17:34:31.115 INFO kablam! 12 | displacement: [Displacement; ENTITY_COUNT], Oct 21 17:34:31.115 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 17:34:31.115 INFO kablam! Oct 21 17:34:31.316 INFO kablam! warning: field is never used: `mask` Oct 21 17:34:31.316 INFO kablam! --> src/world.rs:10:5 Oct 21 17:34:31.316 INFO kablam! | Oct 21 17:34:31.316 INFO kablam! 10 | mask: [Component; ENTITY_COUNT], Oct 21 17:34:31.316 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 17:34:31.316 INFO kablam! | Oct 21 17:34:31.316 INFO kablam! = note: #[warn(dead_code)] on by default Oct 21 17:34:31.316 INFO kablam! Oct 21 17:34:31.316 INFO kablam! warning: field is never used: `displacement` Oct 21 17:34:31.316 INFO kablam! --> src/world.rs:12:5 Oct 21 17:34:31.316 INFO kablam! | Oct 21 17:34:31.316 INFO kablam! 12 | displacement: [Displacement; ENTITY_COUNT], Oct 21 17:34:31.316 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 17:34:31.316 INFO kablam! Oct 21 17:34:31.316 INFO kablam! warning: function is never used: `default_world` Oct 21 17:34:31.316 INFO kablam! --> src/world.rs:28:5 Oct 21 17:34:31.316 INFO kablam! | Oct 21 17:34:31.316 INFO kablam! 28 | fn default_world() { Oct 21 17:34:31.317 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 21 17:34:31.317 INFO kablam! Oct 21 17:34:33.796 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 28.70s Oct 21 17:34:33.816 INFO kablam! su: No module specific data is present Oct 21 17:34:34.262 INFO running `"docker" "rm" "-f" "a15d5f3437d17ec234916eddc1535056faa97d03d8e31f082190ae1f543fffc2"` Oct 21 17:34:34.366 INFO blam! a15d5f3437d17ec234916eddc1535056faa97d03d8e31f082190ae1f543fffc2