Oct 27 02:48:41.124 INFO checking joek13/craft against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 27 02:48:41.124 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-4/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 02:48:41.559 INFO blam! 535d4e2ac028fc2edbde9daf1f4a13e57888dec4fefd656bda3ad1ceade560c5 Oct 27 02:48:41.561 INFO running `"docker" "start" "-a" "535d4e2ac028fc2edbde9daf1f4a13e57888dec4fefd656bda3ad1ceade560c5"` Oct 27 02:48:43.058 INFO kablam! usermod: no changes Oct 27 02:48:43.307 INFO kablam! Compiling rand v0.3.19 Oct 27 02:48:43.307 INFO kablam! Compiling wayland-scanner v0.12.4 Oct 27 02:48:43.319 INFO kablam! Checking tempfile v2.2.0 Oct 27 02:48:43.331 INFO kablam! Checking x11-dl v2.17.2 Oct 27 02:48:43.331 INFO kablam! Checking wayland-sys v0.12.4 Oct 27 02:48:43.355 INFO kablam! Compiling glutin v0.11.0 Oct 27 02:48:43.355 INFO kablam! Compiling glium v0.19.0 Oct 27 02:48:51.367 INFO kablam! Compiling wayland-client v0.12.4 Oct 27 02:48:51.368 INFO kablam! Compiling wayland-protocols v0.12.4 Oct 27 02:48:53.919 INFO kablam! Compiling phf_generator v0.7.21 Oct 27 02:48:57.268 INFO kablam! Compiling phf_codegen v0.7.21 Oct 27 02:48:59.327 INFO kablam! Compiling target_build_utils v0.3.1 Oct 27 02:49:07.287 INFO kablam! Checking wayland-kbd v0.13.0 Oct 27 02:49:14.651 INFO kablam! Checking wayland-window v0.13.2 Oct 27 02:49:15.877 INFO kablam! Checking winit v0.9.0 Oct 27 02:49:21.138 INFO kablam! Compiling libloading v0.3.4 Oct 27 02:49:23.755 INFO kablam! Checking dlib v0.3.1 Oct 27 02:49:24.196 INFO kablam! Checking wayland-sys v0.9.10 Oct 27 02:49:25.009 INFO kablam! Checking wayland-client v0.9.10 Oct 27 02:49:43.643 INFO kablam! Checking craft v0.1.0 (/source) Oct 27 02:49:45.183 INFO kablam! warning: variable does not need to be mutable Oct 27 02:49:45.184 INFO kablam! --> src/main.rs:22:9 Oct 27 02:49:45.184 INFO kablam! | Oct 27 02:49:45.185 INFO kablam! 22 | let mut world = World::new(&display); Oct 27 02:49:45.185 INFO kablam! | ----^^^^^ Oct 27 02:49:45.186 INFO kablam! | | Oct 27 02:49:45.186 INFO kablam! | help: remove this `mut` Oct 27 02:49:45.186 INFO kablam! | Oct 27 02:49:45.188 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 27 02:49:45.188 INFO kablam! Oct 27 02:49:45.188 INFO kablam! warning: field is never used: `vertices` Oct 27 02:49:45.188 INFO kablam! --> src/world.rs:31:5 Oct 27 02:49:45.188 INFO kablam! | Oct 27 02:49:45.188 INFO kablam! 31 | vertices: VertexBuffer, Oct 27 02:49:45.188 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 02:49:45.188 INFO kablam! | Oct 27 02:49:45.188 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 02:49:45.188 INFO kablam! Oct 27 02:49:45.188 INFO kablam! warning: method is never used: `get_block` Oct 27 02:49:45.188 INFO kablam! --> src/world.rs:48:5 Oct 27 02:49:45.188 INFO kablam! | Oct 27 02:49:45.188 INFO kablam! 48 | pub fn get_block(&self, x: usize, y: usize, z: usize) -> Block { Oct 27 02:49:45.188 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 02:49:45.188 INFO kablam! Oct 27 02:49:45.188 INFO kablam! warning: method is never used: `update_vertices` Oct 27 02:49:45.188 INFO kablam! --> src/world.rs:52:5 Oct 27 02:49:45.188 INFO kablam! | Oct 27 02:49:45.188 INFO kablam! 52 | pub fn update_vertices(&mut self) {} Oct 27 02:49:45.188 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 02:49:45.188 INFO kablam! Oct 27 02:49:45.188 INFO kablam! warning: constant item is never used: `BLOCK_COLORS` Oct 27 02:49:45.188 INFO kablam! --> src/world.rs:64:1 Oct 27 02:49:45.188 INFO kablam! | Oct 27 02:49:45.188 INFO kablam! 64 | / const BLOCK_COLORS: [(f32, f32, f32, f32); 3] = [ Oct 27 02:49:45.188 INFO kablam! 65 | | (0.0, 0.0, 0.0, 0.0), Oct 27 02:49:45.188 INFO kablam! 66 | | (0.0, 0.0, 0.0, 1.0), Oct 27 02:49:45.188 INFO kablam! 67 | | (0.0, 1.0, 0.0, 1.0), Oct 27 02:49:45.188 INFO kablam! 68 | | ]; Oct 27 02:49:45.188 INFO kablam! | |__^ Oct 27 02:49:45.188 INFO kablam! Oct 27 02:49:45.188 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 02:49:45.188 INFO kablam! --> src/main.rs:46:9 Oct 27 02:49:45.188 INFO kablam! | Oct 27 02:49:45.188 INFO kablam! 46 | target.finish(); Oct 27 02:49:45.188 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 27 02:49:45.188 INFO kablam! | Oct 27 02:49:45.188 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 27 02:49:45.188 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 02:49:45.188 INFO kablam! Oct 27 02:49:45.551 INFO kablam! warning: variable does not need to be mutable Oct 27 02:49:45.551 INFO kablam! --> src/main.rs:22:9 Oct 27 02:49:45.551 INFO kablam! | Oct 27 02:49:45.551 INFO kablam! 22 | let mut world = World::new(&display); Oct 27 02:49:45.551 INFO kablam! | ----^^^^^ Oct 27 02:49:45.551 INFO kablam! | | Oct 27 02:49:45.551 INFO kablam! | help: remove this `mut` Oct 27 02:49:45.551 INFO kablam! | Oct 27 02:49:45.551 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 27 02:49:45.551 INFO kablam! Oct 27 02:49:45.555 INFO kablam! warning: field is never used: `vertices` Oct 27 02:49:45.555 INFO kablam! --> src/world.rs:31:5 Oct 27 02:49:45.555 INFO kablam! | Oct 27 02:49:45.555 INFO kablam! 31 | vertices: VertexBuffer, Oct 27 02:49:45.555 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 02:49:45.555 INFO kablam! | Oct 27 02:49:45.555 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 02:49:45.555 INFO kablam! Oct 27 02:49:45.555 INFO kablam! warning: method is never used: `get_block` Oct 27 02:49:45.555 INFO kablam! --> src/world.rs:48:5 Oct 27 02:49:45.555 INFO kablam! | Oct 27 02:49:45.555 INFO kablam! 48 | pub fn get_block(&self, x: usize, y: usize, z: usize) -> Block { Oct 27 02:49:45.555 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 02:49:45.555 INFO kablam! Oct 27 02:49:45.555 INFO kablam! warning: method is never used: `update_vertices` Oct 27 02:49:45.555 INFO kablam! --> src/world.rs:52:5 Oct 27 02:49:45.555 INFO kablam! | Oct 27 02:49:45.555 INFO kablam! 52 | pub fn update_vertices(&mut self) {} Oct 27 02:49:45.555 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 02:49:45.555 INFO kablam! Oct 27 02:49:45.555 INFO kablam! warning: constant item is never used: `BLOCK_COLORS` Oct 27 02:49:45.555 INFO kablam! --> src/world.rs:64:1 Oct 27 02:49:45.555 INFO kablam! | Oct 27 02:49:45.555 INFO kablam! 64 | / const BLOCK_COLORS: [(f32, f32, f32, f32); 3] = [ Oct 27 02:49:45.555 INFO kablam! 65 | | (0.0, 0.0, 0.0, 0.0), Oct 27 02:49:45.555 INFO kablam! 66 | | (0.0, 0.0, 0.0, 1.0), Oct 27 02:49:45.555 INFO kablam! 67 | | (0.0, 1.0, 0.0, 1.0), Oct 27 02:49:45.555 INFO kablam! 68 | | ]; Oct 27 02:49:45.555 INFO kablam! | |__^ Oct 27 02:49:45.555 INFO kablam! Oct 27 02:49:45.555 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 02:49:45.555 INFO kablam! --> src/main.rs:46:9 Oct 27 02:49:45.555 INFO kablam! | Oct 27 02:49:45.555 INFO kablam! 46 | target.finish(); Oct 27 02:49:45.555 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 27 02:49:45.555 INFO kablam! | Oct 27 02:49:45.555 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 27 02:49:45.555 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 02:49:45.555 INFO kablam! Oct 27 02:49:45.587 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 02s Oct 27 02:49:45.596 INFO kablam! su: No module specific data is present Oct 27 02:49:46.267 INFO running `"docker" "rm" "-f" "535d4e2ac028fc2edbde9daf1f4a13e57888dec4fefd656bda3ad1ceade560c5"` Oct 27 02:49:46.675 INFO blam! 535d4e2ac028fc2edbde9daf1f4a13e57888dec4fefd656bda3ad1ceade560c5