Oct 21 16:50:57.606 INFO checking joek13/craft against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 16:50:57.607 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-2/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 16:50:57.848 INFO blam! 2a6cd076a123d62decd7ed057a3ec18474358b1d8ebf3d117ed49170a957215b Oct 21 16:50:57.849 INFO running `"docker" "start" "-a" "2a6cd076a123d62decd7ed057a3ec18474358b1d8ebf3d117ed49170a957215b"` Oct 21 16:50:58.594 INFO kablam! usermod: no changes Oct 21 16:50:58.776 INFO kablam! Compiling libc v0.2.34 Oct 21 16:50:58.788 INFO kablam! Checking rand v0.3.19 Oct 21 16:50:58.788 INFO kablam! Checking memmap v0.6.1 Oct 21 16:50:58.788 INFO kablam! Checking shared_library v0.1.8 Oct 21 16:50:58.788 INFO kablam! Compiling wayland-scanner v0.12.4 Oct 21 16:50:58.788 INFO kablam! Checking x11-dl v2.17.2 Oct 21 16:50:58.788 INFO kablam! Checking backtrace-sys v0.1.16 Oct 21 16:50:58.788 INFO kablam! Checking wayland-sys v0.12.4 Oct 21 16:50:59.580 INFO kablam! Checking backtrace v0.3.4 Oct 21 16:50:59.732 INFO kablam! Checking osmesa-sys v0.1.2 Oct 21 16:51:01.897 INFO kablam! Checking tempfile v2.2.0 Oct 21 16:51:02.392 INFO kablam! Compiling wayland-client v0.12.4 Oct 21 16:51:02.392 INFO kablam! Compiling wayland-protocols v0.12.4 Oct 21 16:51:06.524 INFO kablam! Compiling phf_generator v0.7.21 Oct 21 16:51:07.204 INFO kablam! Compiling phf_codegen v0.7.21 Oct 21 16:51:08.116 INFO kablam! Compiling target_build_utils v0.3.1 Oct 21 16:51:10.004 INFO kablam! Checking wayland-kbd v0.13.0 Oct 21 16:51:15.317 INFO kablam! Checking wayland-window v0.13.2 Oct 21 16:51:16.505 INFO kablam! Checking winit v0.9.0 Oct 21 16:51:21.827 INFO kablam! Compiling libloading v0.3.4 Oct 21 16:51:23.853 INFO kablam! Checking dlib v0.3.1 Oct 21 16:51:24.192 INFO kablam! Checking wayland-sys v0.9.10 Oct 21 16:51:24.672 INFO kablam! Checking wayland-client v0.9.10 Oct 21 16:51:26.235 INFO kablam! Checking glutin v0.11.0 Oct 21 16:51:27.942 INFO kablam! Checking glium v0.19.0 Oct 21 16:51:43.105 INFO kablam! Checking craft v0.1.0 (/source) Oct 21 16:51:44.733 INFO kablam! warning: variable does not need to be mutable Oct 21 16:51:44.733 INFO kablam! --> src/main.rs:22:9 Oct 21 16:51:44.733 INFO kablam! | Oct 21 16:51:44.734 INFO kablam! 22 | let mut world = World::new(&display); Oct 21 16:51:44.734 INFO kablam! | ----^^^^^ Oct 21 16:51:44.734 INFO kablam! | | Oct 21 16:51:44.734 INFO kablam! | help: remove this `mut` Oct 21 16:51:44.735 INFO kablam! | Oct 21 16:51:44.735 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 21 16:51:44.735 INFO kablam! Oct 21 16:51:44.741 INFO kablam! warning: field is never used: `vertices` Oct 21 16:51:44.742 INFO kablam! --> src/world.rs:31:5 Oct 21 16:51:44.742 INFO kablam! | Oct 21 16:51:44.742 INFO kablam! 31 | vertices: VertexBuffer, Oct 21 16:51:44.743 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 16:51:44.743 INFO kablam! | Oct 21 16:51:44.743 INFO kablam! = note: #[warn(dead_code)] on by default Oct 21 16:51:44.743 INFO kablam! Oct 21 16:51:44.744 INFO kablam! warning: method is never used: `get_block` Oct 21 16:51:44.744 INFO kablam! --> src/world.rs:48:5 Oct 21 16:51:44.744 INFO kablam! | Oct 21 16:51:44.745 INFO kablam! 48 | pub fn get_block(&self, x: usize, y: usize, z: usize) -> Block { Oct 21 16:51:44.745 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 16:51:44.745 INFO kablam! Oct 21 16:51:44.746 INFO kablam! warning: method is never used: `update_vertices` Oct 21 16:51:44.746 INFO kablam! --> src/world.rs:52:5 Oct 21 16:51:44.746 INFO kablam! | Oct 21 16:51:44.746 INFO kablam! 52 | pub fn update_vertices(&mut self) {} Oct 21 16:51:44.747 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 16:51:44.747 INFO kablam! Oct 21 16:51:44.747 INFO kablam! warning: constant item is never used: `BLOCK_COLORS` Oct 21 16:51:44.748 INFO kablam! --> src/world.rs:64:1 Oct 21 16:51:44.748 INFO kablam! | Oct 21 16:51:44.748 INFO kablam! 64 | / const BLOCK_COLORS: [(f32, f32, f32, f32); 3] = [ Oct 21 16:51:44.749 INFO kablam! 65 | | (0.0, 0.0, 0.0, 0.0), Oct 21 16:51:44.749 INFO kablam! 66 | | (0.0, 0.0, 0.0, 1.0), Oct 21 16:51:44.749 INFO kablam! 67 | | (0.0, 1.0, 0.0, 1.0), Oct 21 16:51:44.750 INFO kablam! 68 | | ]; Oct 21 16:51:44.750 INFO kablam! | |__^ Oct 21 16:51:44.750 INFO kablam! Oct 21 16:51:44.750 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 16:51:44.751 INFO kablam! --> src/main.rs:46:9 Oct 21 16:51:44.751 INFO kablam! | Oct 21 16:51:44.751 INFO kablam! 46 | target.finish(); Oct 21 16:51:44.752 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 21 16:51:44.752 INFO kablam! | Oct 21 16:51:44.752 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 21 16:51:44.752 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 16:51:44.753 INFO kablam! Oct 21 16:51:44.912 INFO kablam! warning: variable does not need to be mutable Oct 21 16:51:44.912 INFO kablam! --> src/main.rs:22:9 Oct 21 16:51:44.912 INFO kablam! | Oct 21 16:51:44.912 INFO kablam! 22 | let mut world = World::new(&display); Oct 21 16:51:44.912 INFO kablam! | ----^^^^^ Oct 21 16:51:44.912 INFO kablam! | | Oct 21 16:51:44.912 INFO kablam! | help: remove this `mut` Oct 21 16:51:44.912 INFO kablam! | Oct 21 16:51:44.912 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 21 16:51:44.912 INFO kablam! Oct 21 16:51:44.912 INFO kablam! warning: field is never used: `vertices` Oct 21 16:51:44.912 INFO kablam! --> src/world.rs:31:5 Oct 21 16:51:44.912 INFO kablam! | Oct 21 16:51:44.912 INFO kablam! 31 | vertices: VertexBuffer, Oct 21 16:51:44.912 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 16:51:44.912 INFO kablam! | Oct 21 16:51:44.912 INFO kablam! = note: #[warn(dead_code)] on by default Oct 21 16:51:44.912 INFO kablam! Oct 21 16:51:44.912 INFO kablam! warning: method is never used: `get_block` Oct 21 16:51:44.912 INFO kablam! --> src/world.rs:48:5 Oct 21 16:51:44.912 INFO kablam! | Oct 21 16:51:44.912 INFO kablam! 48 | pub fn get_block(&self, x: usize, y: usize, z: usize) -> Block { Oct 21 16:51:44.912 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 16:51:44.912 INFO kablam! Oct 21 16:51:44.912 INFO kablam! warning: method is never used: `update_vertices` Oct 21 16:51:44.912 INFO kablam! --> src/world.rs:52:5 Oct 21 16:51:44.912 INFO kablam! | Oct 21 16:51:44.912 INFO kablam! 52 | pub fn update_vertices(&mut self) {} Oct 21 16:51:44.913 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 16:51:44.913 INFO kablam! Oct 21 16:51:44.913 INFO kablam! warning: constant item is never used: `BLOCK_COLORS` Oct 21 16:51:44.913 INFO kablam! --> src/world.rs:64:1 Oct 21 16:51:44.913 INFO kablam! | Oct 21 16:51:44.913 INFO kablam! 64 | / const BLOCK_COLORS: [(f32, f32, f32, f32); 3] = [ Oct 21 16:51:44.913 INFO kablam! 65 | | (0.0, 0.0, 0.0, 0.0), Oct 21 16:51:44.913 INFO kablam! 66 | | (0.0, 0.0, 0.0, 1.0), Oct 21 16:51:44.913 INFO kablam! 67 | | (0.0, 1.0, 0.0, 1.0), Oct 21 16:51:44.913 INFO kablam! 68 | | ]; Oct 21 16:51:44.913 INFO kablam! | |__^ Oct 21 16:51:44.913 INFO kablam! Oct 21 16:51:44.916 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 16:51:44.916 INFO kablam! --> src/main.rs:46:9 Oct 21 16:51:44.916 INFO kablam! | Oct 21 16:51:44.916 INFO kablam! 46 | target.finish(); Oct 21 16:51:44.916 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 21 16:51:44.916 INFO kablam! | Oct 21 16:51:44.916 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 21 16:51:44.916 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 16:51:44.916 INFO kablam! Oct 21 16:51:44.941 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 46.31s Oct 21 16:51:44.952 INFO kablam! su: No module specific data is present Oct 21 16:51:45.528 INFO running `"docker" "rm" "-f" "2a6cd076a123d62decd7ed057a3ec18474358b1d8ebf3d117ed49170a957215b"` Oct 21 16:51:45.896 INFO blam! 2a6cd076a123d62decd7ed057a3ec18474358b1d8ebf3d117ed49170a957215b