Oct 14 19:28:12.013 INFO testing grimheim/grimheim-client against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 14 19:28:12.013 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-alt build --frozen" "-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 14 19:28:12.513 INFO blam! 73d8074a5c70d5f614f4501d5c920eb417a1a118238bbfa6f9cf3add60fc371c Oct 14 19:28:12.514 INFO running `"docker" "start" "-a" "73d8074a5c70d5f614f4501d5c920eb417a1a118238bbfa6f9cf3add60fc371c"` Oct 14 19:28:13.307 INFO kablam! usermod: no changes Oct 14 19:28:13.578 INFO kablam! Compiling cc v1.0.9 Oct 14 19:28:13.580 INFO kablam! Compiling serde v1.0.37 Oct 14 19:28:13.583 INFO kablam! Compiling proc-macro2 v0.3.1 Oct 14 19:28:13.583 INFO kablam! Compiling x11-dl v2.17.5 Oct 14 19:28:13.583 INFO kablam! Compiling wayland-scanner v0.12.5 Oct 14 19:28:13.584 INFO kablam! Compiling tempfile v3.0.0 Oct 14 19:28:13.607 INFO kablam! Compiling ordered-float v0.5.0 Oct 14 19:28:13.607 INFO kablam! Compiling gl_generator v0.9.0 Oct 14 19:28:15.984 INFO kablam! Compiling gl_generator v0.8.0 Oct 14 19:28:16.023 INFO kablam! Compiling png v0.11.0 Oct 14 19:28:17.271 INFO kablam! Compiling rayon-core v1.4.0 Oct 14 19:28:25.863 INFO kablam! Compiling rusttype v0.4.3 Oct 14 19:28:26.207 INFO kablam! Compiling wayland-client v0.12.5 Oct 14 19:28:26.411 INFO kablam! Compiling wayland-protocols v0.12.5 Oct 14 19:28:27.903 INFO kablam! Compiling gl v0.10.0 Oct 14 19:28:27.915 INFO kablam! Compiling quote v0.5.1 Oct 14 19:28:28.081 INFO kablam! Compiling rayon v1.0.1 Oct 14 19:28:35.511 INFO kablam! Compiling libloading v0.5.0 Oct 14 19:28:35.523 INFO kablam! Compiling glutin v0.12.2 Oct 14 19:28:36.622 INFO kablam! Compiling syn v0.13.1 Oct 14 19:28:37.399 INFO kablam! Compiling piston2d-graphics v0.26.0 Oct 14 19:28:42.047 INFO kablam! Compiling jpeg-decoder v0.1.14 Oct 14 19:28:50.408 INFO kablam! Compiling dlib v0.4.1 Oct 14 19:28:51.136 INFO kablam! Compiling image v0.18.0 Oct 14 19:28:51.732 INFO kablam! Compiling wayland-sys v0.12.5 Oct 14 19:29:04.921 INFO kablam! Compiling serde_derive_internals v0.23.0 Oct 14 19:29:09.795 INFO kablam! Compiling wayland-kbd v0.13.1 Oct 14 19:29:15.115 INFO kablam! Compiling serde_derive v1.0.37 Oct 14 19:29:30.727 INFO kablam! Compiling wayland-window v0.13.3 Oct 14 19:29:34.464 INFO kablam! Compiling winit v0.10.0 Oct 14 19:29:34.554 INFO kablam! Compiling piston2d-opengl_graphics v0.52.0 Oct 14 19:29:43.807 INFO kablam! Compiling pistoncore-input v0.20.0 Oct 14 19:29:53.017 INFO kablam! Compiling pistoncore-window v0.31.0 Oct 14 19:29:54.207 INFO kablam! Compiling pistoncore-event_loop v0.36.0 Oct 14 19:29:54.207 INFO kablam! Compiling pistoncore-glutin_window v0.45.3 Oct 14 19:29:55.007 INFO kablam! Compiling piston v0.36.0 Oct 14 19:29:58.263 INFO kablam! Compiling grimheim v0.1.0 (/source) Oct 14 19:29:58.695 INFO kablam! warning: struct is never constructed: `BoardRow` Oct 14 19:29:58.695 INFO kablam! --> src/board.rs:21:1 Oct 14 19:29:58.695 INFO kablam! | Oct 14 19:29:58.695 INFO kablam! 21 | struct BoardRow { Oct 14 19:29:58.695 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 14 19:29:58.695 INFO kablam! | Oct 14 19:29:58.695 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 19:29:58.695 INFO kablam! Oct 14 19:29:58.695 INFO kablam! warning: method is never used: `new` Oct 14 19:29:58.695 INFO kablam! --> src/board.rs:27:5 Oct 14 19:29:58.695 INFO kablam! | Oct 14 19:29:58.695 INFO kablam! 27 | fn new(offset: u8, length: u8) -> Self { Oct 14 19:29:58.695 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 19:29:58.695 INFO kablam! Oct 14 19:29:58.695 INFO kablam! warning: struct is never constructed: `Board` Oct 14 19:29:58.695 INFO kablam! --> src/board.rs:40:1 Oct 14 19:29:58.695 INFO kablam! | Oct 14 19:29:58.695 INFO kablam! 40 | struct Board { Oct 14 19:29:58.695 INFO kablam! | ^^^^^^^^^^^^ Oct 14 19:29:58.695 INFO kablam! Oct 14 19:29:58.695 INFO kablam! warning: method is never used: `new` Oct 14 19:29:58.695 INFO kablam! --> src/board.rs:45:5 Oct 14 19:29:58.695 INFO kablam! | Oct 14 19:29:58.695 INFO kablam! 45 | fn new(shape: &[(u8, u8)]) -> Self { Oct 14 19:29:58.695 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 19:29:58.695 INFO kablam! Oct 14 19:29:58.695 INFO kablam! warning: field is never used: `name` Oct 14 19:29:58.695 INFO kablam! --> src/cards/action_card.rs:9:5 Oct 14 19:29:58.695 INFO kablam! | Oct 14 19:29:58.695 INFO kablam! 9 | name: String, Oct 14 19:29:58.695 INFO kablam! | ^^^^^^^^^^^^ Oct 14 19:29:58.695 INFO kablam! Oct 14 19:29:58.695 INFO kablam! warning: method is never used: `new` Oct 14 19:29:58.695 INFO kablam! --> src/cards/action_card.rs:13:5 Oct 14 19:29:58.695 INFO kablam! | Oct 14 19:29:58.695 INFO kablam! 13 | fn new(name: String) -> Self { Oct 14 19:29:58.695 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 19:29:58.695 INFO kablam! Oct 14 19:29:58.695 INFO kablam! warning: field is never used: `cards` Oct 14 19:29:58.695 INFO kablam! --> src/deck.rs:7:5 Oct 14 19:29:58.695 INFO kablam! | Oct 14 19:29:58.695 INFO kablam! 7 | cards: Vec Oct 14 19:29:58.695 INFO kablam! | ^^^^^^^^^^^^^ Oct 14 19:29:58.695 INFO kablam! Oct 14 19:29:58.695 INFO kablam! warning: method is never used: `new` Oct 14 19:29:58.695 INFO kablam! --> src/deck.rs:11:5 Oct 14 19:29:58.695 INFO kablam! | Oct 14 19:29:58.695 INFO kablam! 11 | fn new(cards: &[T]) -> Self { Oct 14 19:29:58.695 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 19:29:58.695 INFO kablam! Oct 14 19:29:58.695 INFO kablam! warning: field is never used: `mask` Oct 14 19:29:58.695 INFO kablam! --> src/world.rs:10:5 Oct 14 19:29:58.696 INFO kablam! | Oct 14 19:29:58.696 INFO kablam! 10 | mask: [Component; ENTITY_COUNT], Oct 14 19:29:58.696 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 19:29:58.696 INFO kablam! Oct 14 19:29:58.696 INFO kablam! warning: field is never used: `displacement` Oct 14 19:29:58.696 INFO kablam! --> src/world.rs:12:5 Oct 14 19:29:58.696 INFO kablam! | Oct 14 19:29:58.696 INFO kablam! 12 | displacement: [Displacement; ENTITY_COUNT], Oct 14 19:29:58.696 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 19:29:58.696 INFO kablam! Oct 14 19:30:02.339 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 49s Oct 14 19:30:02.359 INFO kablam! su: No module specific data is present Oct 14 19:30:02.849 INFO running `"docker" "rm" "-f" "73d8074a5c70d5f614f4501d5c920eb417a1a118238bbfa6f9cf3add60fc371c"` Oct 14 19:30:03.191 INFO blam! 73d8074a5c70d5f614f4501d5c920eb417a1a118238bbfa6f9cf3add60fc371c Oct 14 19:30:03.193 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-alt test --frozen --no-run" "-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 14 19:30:03.507 INFO blam! bfe6d04ac45fd280a55ecc3b19f067ff282825468f1be410e8b36627a690acfb Oct 14 19:30:03.510 INFO running `"docker" "start" "-a" "bfe6d04ac45fd280a55ecc3b19f067ff282825468f1be410e8b36627a690acfb"` Oct 14 19:30:04.411 INFO kablam! usermod: no changes Oct 14 19:30:04.634 INFO kablam! Compiling grimheim v0.1.0 (/source) Oct 14 19:30:05.303 INFO kablam! warning: field is never used: `mask` Oct 14 19:30:05.303 INFO kablam! --> src/world.rs:10:5 Oct 14 19:30:05.303 INFO kablam! | Oct 14 19:30:05.303 INFO kablam! 10 | mask: [Component; ENTITY_COUNT], Oct 14 19:30:05.303 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 19:30:05.303 INFO kablam! | Oct 14 19:30:05.303 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 19:30:05.303 INFO kablam! Oct 14 19:30:05.303 INFO kablam! warning: field is never used: `displacement` Oct 14 19:30:05.303 INFO kablam! --> src/world.rs:12:5 Oct 14 19:30:05.303 INFO kablam! | Oct 14 19:30:05.303 INFO kablam! 12 | displacement: [Displacement; ENTITY_COUNT], Oct 14 19:30:05.303 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 19:30:05.303 INFO kablam! Oct 14 19:30:05.303 INFO kablam! warning: function is never used: `default_world` Oct 14 19:30:05.303 INFO kablam! --> src/world.rs:28:5 Oct 14 19:30:05.303 INFO kablam! | Oct 14 19:30:05.303 INFO kablam! 28 | fn default_world() { Oct 14 19:30:05.303 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 14 19:30:05.303 INFO kablam! Oct 14 19:30:08.780 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.34s Oct 14 19:30:08.793 INFO kablam! su: No module specific data is present Oct 14 19:30:09.702 INFO running `"docker" "rm" "-f" "bfe6d04ac45fd280a55ecc3b19f067ff282825468f1be410e8b36627a690acfb"` Oct 14 19:30:09.935 INFO blam! bfe6d04ac45fd280a55ecc3b19f067ff282825468f1be410e8b36627a690acfb