Oct 27 02:48:44.268 INFO checking joek13/craft against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 02:48:44.268 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-7/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/pr-55192-2/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 27 02:48:44.844 INFO blam! b906318fc78fbc58fcd2c8ee646695a39c36ea02979205a852e2d350f2e4630e Oct 27 02:48:44.846 INFO running `"docker" "start" "-a" "b906318fc78fbc58fcd2c8ee646695a39c36ea02979205a852e2d350f2e4630e"` Oct 27 02:48:46.484 INFO kablam! usermod: no changes Oct 27 02:48:46.732 INFO kablam! Compiling libloading v0.4.3 Oct 27 02:48:46.743 INFO kablam! Compiling rand v0.3.19 Oct 27 02:48:46.747 INFO kablam! Checking memmap v0.6.1 Oct 27 02:48:46.747 INFO kablam! Checking shared_library v0.1.8 Oct 27 02:48:46.755 INFO kablam! Compiling wayland-scanner v0.12.4 Oct 27 02:48:46.767 INFO kablam! Checking tempfile v2.2.0 Oct 27 02:48:46.767 INFO kablam! Compiling gl_generator v0.7.0 Oct 27 02:48:46.767 INFO kablam! Checking x11-dl v2.17.2 Oct 27 02:48:48.756 INFO kablam! Checking osmesa-sys v0.1.2 Oct 27 02:48:51.856 INFO kablam! Checking dlib v0.4.0 Oct 27 02:48:53.395 INFO kablam! Compiling wayland-client v0.12.4 Oct 27 02:48:53.395 INFO kablam! Compiling wayland-protocols v0.12.4 Oct 27 02:48:53.943 INFO kablam! Checking wayland-sys v0.12.4 Oct 27 02:48:58.763 INFO kablam! Compiling glutin v0.11.0 Oct 27 02:49:00.031 INFO kablam! Compiling glium v0.19.0 Oct 27 02:49:00.059 INFO kablam! Compiling phf_generator v0.7.21 Oct 27 02:49:01.557 INFO kablam! Compiling phf_codegen v0.7.21 Oct 27 02:49:03.287 INFO kablam! Compiling target_build_utils v0.3.1 Oct 27 02:49:08.471 INFO kablam! Checking wayland-kbd v0.13.0 Oct 27 02:49:17.855 INFO kablam! Checking wayland-window v0.13.2 Oct 27 02:49:20.059 INFO kablam! Checking winit v0.9.0 Oct 27 02:49:25.222 INFO kablam! Compiling libloading v0.3.4 Oct 27 02:49:28.426 INFO kablam! Checking dlib v0.3.1 Oct 27 02:49:28.919 INFO kablam! Checking wayland-sys v0.9.10 Oct 27 02:49:29.584 INFO kablam! Checking wayland-client v0.9.10 Oct 27 02:49:48.223 INFO kablam! Checking craft v0.1.0 (/source) Oct 27 02:49:49.779 INFO kablam! warning: variable does not need to be mutable Oct 27 02:49:49.779 INFO kablam! --> src/main.rs:22:9 Oct 27 02:49:49.779 INFO kablam! | Oct 27 02:49:49.779 INFO kablam! 22 | let mut world = World::new(&display); Oct 27 02:49:49.779 INFO kablam! | ----^^^^^ Oct 27 02:49:49.779 INFO kablam! | | Oct 27 02:49:49.779 INFO kablam! | help: remove this `mut` Oct 27 02:49:49.781 INFO kablam! | Oct 27 02:49:49.781 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 27 02:49:49.781 INFO kablam! Oct 27 02:49:49.783 INFO kablam! warning: field is never used: `vertices` Oct 27 02:49:49.783 INFO kablam! --> src/world.rs:31:5 Oct 27 02:49:49.783 INFO kablam! | Oct 27 02:49:49.783 INFO kablam! 31 | vertices: VertexBuffer, Oct 27 02:49:49.783 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 02:49:49.783 INFO kablam! | Oct 27 02:49:49.783 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 02:49:49.784 INFO kablam! Oct 27 02:49:49.784 INFO kablam! warning: method is never used: `get_block` Oct 27 02:49:49.784 INFO kablam! --> src/world.rs:48:5 Oct 27 02:49:49.784 INFO kablam! | Oct 27 02:49:49.784 INFO kablam! 48 | pub fn get_block(&self, x: usize, y: usize, z: usize) -> Block { Oct 27 02:49:49.784 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 02:49:49.784 INFO kablam! Oct 27 02:49:49.784 INFO kablam! warning: method is never used: `update_vertices` Oct 27 02:49:49.784 INFO kablam! --> src/world.rs:52:5 Oct 27 02:49:49.784 INFO kablam! | Oct 27 02:49:49.784 INFO kablam! 52 | pub fn update_vertices(&mut self) {} Oct 27 02:49:49.784 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 02:49:49.784 INFO kablam! Oct 27 02:49:49.784 INFO kablam! warning: constant item is never used: `BLOCK_COLORS` Oct 27 02:49:49.784 INFO kablam! --> src/world.rs:64:1 Oct 27 02:49:49.784 INFO kablam! | Oct 27 02:49:49.784 INFO kablam! 64 | / const BLOCK_COLORS: [(f32, f32, f32, f32); 3] = [ Oct 27 02:49:49.784 INFO kablam! 65 | | (0.0, 0.0, 0.0, 0.0), Oct 27 02:49:49.784 INFO kablam! 66 | | (0.0, 0.0, 0.0, 1.0), Oct 27 02:49:49.784 INFO kablam! 67 | | (0.0, 1.0, 0.0, 1.0), Oct 27 02:49:49.784 INFO kablam! 68 | | ]; Oct 27 02:49:49.784 INFO kablam! | |__^ Oct 27 02:49:49.785 INFO kablam! Oct 27 02:49:49.788 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 02:49:49.788 INFO kablam! --> src/main.rs:46:9 Oct 27 02:49:49.788 INFO kablam! | Oct 27 02:49:49.788 INFO kablam! 46 | target.finish(); Oct 27 02:49:49.788 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 27 02:49:49.788 INFO kablam! | Oct 27 02:49:49.788 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 27 02:49:49.788 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 02:49:49.788 INFO kablam! Oct 27 02:49:49.843 INFO kablam! warning: variable does not need to be mutable Oct 27 02:49:49.843 INFO kablam! --> src/main.rs:22:9 Oct 27 02:49:49.843 INFO kablam! | Oct 27 02:49:49.843 INFO kablam! 22 | let mut world = World::new(&display); Oct 27 02:49:49.843 INFO kablam! | ----^^^^^ Oct 27 02:49:49.843 INFO kablam! | | Oct 27 02:49:49.843 INFO kablam! | help: remove this `mut` Oct 27 02:49:49.843 INFO kablam! | Oct 27 02:49:49.843 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 27 02:49:49.843 INFO kablam! Oct 27 02:49:49.846 INFO kablam! warning: field is never used: `vertices` Oct 27 02:49:49.846 INFO kablam! --> src/world.rs:31:5 Oct 27 02:49:49.846 INFO kablam! | Oct 27 02:49:49.846 INFO kablam! 31 | vertices: VertexBuffer, Oct 27 02:49:49.846 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 02:49:49.847 INFO kablam! | Oct 27 02:49:49.847 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 02:49:49.847 INFO kablam! Oct 27 02:49:49.847 INFO kablam! warning: method is never used: `get_block` Oct 27 02:49:49.847 INFO kablam! --> src/world.rs:48:5 Oct 27 02:49:49.847 INFO kablam! | Oct 27 02:49:49.847 INFO kablam! 48 | pub fn get_block(&self, x: usize, y: usize, z: usize) -> Block { Oct 27 02:49:49.847 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 02:49:49.847 INFO kablam! Oct 27 02:49:49.847 INFO kablam! warning: method is never used: `update_vertices` Oct 27 02:49:49.847 INFO kablam! --> src/world.rs:52:5 Oct 27 02:49:49.847 INFO kablam! | Oct 27 02:49:49.847 INFO kablam! 52 | pub fn update_vertices(&mut self) {} Oct 27 02:49:49.847 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 02:49:49.847 INFO kablam! Oct 27 02:49:49.847 INFO kablam! warning: constant item is never used: `BLOCK_COLORS` Oct 27 02:49:49.847 INFO kablam! --> src/world.rs:64:1 Oct 27 02:49:49.847 INFO kablam! | Oct 27 02:49:49.847 INFO kablam! 64 | / const BLOCK_COLORS: [(f32, f32, f32, f32); 3] = [ Oct 27 02:49:49.847 INFO kablam! 65 | | (0.0, 0.0, 0.0, 0.0), Oct 27 02:49:49.847 INFO kablam! 66 | | (0.0, 0.0, 0.0, 1.0), Oct 27 02:49:49.847 INFO kablam! 67 | | (0.0, 1.0, 0.0, 1.0), Oct 27 02:49:49.847 INFO kablam! 68 | | ]; Oct 27 02:49:49.847 INFO kablam! | |__^ Oct 27 02:49:49.847 INFO kablam! Oct 27 02:49:49.856 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 02:49:49.856 INFO kablam! --> src/main.rs:46:9 Oct 27 02:49:49.856 INFO kablam! | Oct 27 02:49:49.856 INFO kablam! 46 | target.finish(); Oct 27 02:49:49.856 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 27 02:49:49.856 INFO kablam! | Oct 27 02:49:49.856 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 27 02:49:49.856 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 02:49:49.856 INFO kablam! Oct 27 02:49:49.911 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 03s Oct 27 02:49:49.931 INFO kablam! su: No module specific data is present Oct 27 02:49:51.095 INFO running `"docker" "rm" "-f" "b906318fc78fbc58fcd2c8ee646695a39c36ea02979205a852e2d350f2e4630e"` Oct 27 02:49:51.363 INFO blam! b906318fc78fbc58fcd2c8ee646695a39c36ea02979205a852e2d350f2e4630e