Oct 21 14:48:53.968 INFO checking phoomparin/Lumina against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 14:48:53.970 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 14:48:54.316 INFO blam! c5574e266d6e6a7097e1f67e7b4d8dec26b9a71cf61f87e6a2a4fad2a7dbee4f Oct 21 14:48:54.333 INFO running `"docker" "start" "-a" "c5574e266d6e6a7097e1f67e7b4d8dec26b9a71cf61f87e6a2a4fad2a7dbee4f"` Oct 21 14:48:55.608 INFO kablam! usermod: no changes Oct 21 14:48:55.860 INFO kablam! Compiling num-traits v0.1.41 Oct 21 14:48:55.860 INFO kablam! Compiling libloading v0.4.3 Oct 21 14:48:55.872 INFO kablam! Checking memmap v0.6.2 Oct 21 14:48:55.872 INFO kablam! Checking num-rational v0.1.40 Oct 21 14:48:55.876 INFO kablam! Checking backtrace-sys v0.1.16 Oct 21 14:48:55.876 INFO kablam! Compiling glutin v0.11.0 Oct 21 14:48:55.876 INFO kablam! Compiling glium v0.19.0 Oct 21 14:48:57.247 INFO kablam! Checking backtrace v0.3.5 Oct 21 14:48:58.292 INFO kablam! Checking image v0.18.0 Oct 21 14:49:00.908 INFO kablam! Checking dlib v0.4.0 Oct 21 14:49:02.456 INFO kablam! Compiling serde_json v0.9.10 Oct 21 14:49:03.664 INFO kablam! Checking wayland-sys v0.12.5 Oct 21 14:49:06.199 INFO kablam! Checking wayland-client v0.12.5 Oct 21 14:49:10.192 INFO kablam! Checking wayland-protocols v0.12.5 Oct 21 14:49:10.192 INFO kablam! Checking wayland-kbd v0.13.1 Oct 21 14:49:15.884 INFO kablam! Compiling target_build_utils v0.3.1 Oct 21 14:49:20.548 INFO kablam! Checking wayland-window v0.13.2 Oct 21 14:49:21.540 INFO kablam! Compiling libloading v0.3.4 Oct 21 14:49:22.685 INFO kablam! Checking winit v0.9.0 Oct 21 14:49:26.232 INFO kablam! Checking dlib v0.3.1 Oct 21 14:49:26.732 INFO kablam! Checking wayland-sys v0.9.10 Oct 21 14:49:27.664 INFO kablam! Checking wayland-client v0.9.10 Oct 21 14:49:45.661 INFO kablam! Checking lumina v0.1.0 (/source) Oct 21 14:49:48.439 INFO kablam! warning: unused `#[macro_use]` import Oct 21 14:49:48.439 INFO kablam! --> src/main.rs:3:1 Oct 21 14:49:48.439 INFO kablam! | Oct 21 14:49:48.439 INFO kablam! 3 | #[macro_use] Oct 21 14:49:48.439 INFO kablam! | ^^^^^^^^^^^^ Oct 21 14:49:48.439 INFO kablam! | Oct 21 14:49:48.439 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 21 14:49:48.439 INFO kablam! Oct 21 14:49:48.459 INFO kablam! warning: unused `#[macro_use]` import Oct 21 14:49:48.460 INFO kablam! --> src/main.rs:3:1 Oct 21 14:49:48.460 INFO kablam! | Oct 21 14:49:48.460 INFO kablam! 3 | #[macro_use] Oct 21 14:49:48.460 INFO kablam! | ^^^^^^^^^^^^ Oct 21 14:49:48.460 INFO kablam! | Oct 21 14:49:48.460 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 21 14:49:48.460 INFO kablam! Oct 21 14:49:48.492 INFO kablam! warning: variable does not need to be mutable Oct 21 14:49:48.492 INFO kablam! --> src/main.rs:14:7 Oct 21 14:49:48.492 INFO kablam! | Oct 21 14:49:48.492 INFO kablam! 14 | let mut Stone = VoxelType::new("voxel:stone") Oct 21 14:49:48.492 INFO kablam! | ----^^^^^ Oct 21 14:49:48.492 INFO kablam! | | Oct 21 14:49:48.492 INFO kablam! | help: remove this `mut` Oct 21 14:49:48.492 INFO kablam! | Oct 21 14:49:48.492 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 21 14:49:48.492 INFO kablam! Oct 21 14:49:48.495 INFO kablam! warning: variable `Grass` should have a snake case name such as `grass` Oct 21 14:49:48.495 INFO kablam! --> src/main.rs:9:7 Oct 21 14:49:48.495 INFO kablam! | Oct 21 14:49:48.495 INFO kablam! 9 | let Grass = VoxelType::new("voxel:grass").name("Grass"); Oct 21 14:49:48.495 INFO kablam! | ^^^^^ Oct 21 14:49:48.495 INFO kablam! | Oct 21 14:49:48.495 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 21 14:49:48.495 INFO kablam! Oct 21 14:49:48.495 INFO kablam! warning: variable `Stone` should have a snake case name such as `stone` Oct 21 14:49:48.495 INFO kablam! --> src/main.rs:14:7 Oct 21 14:49:48.495 INFO kablam! | Oct 21 14:49:48.496 INFO kablam! 14 | let mut Stone = VoxelType::new("voxel:stone") Oct 21 14:49:48.496 INFO kablam! | ^^^^^^^^^ Oct 21 14:49:48.496 INFO kablam! Oct 21 14:49:48.496 INFO kablam! warning: variable `Glowstone` should have a snake case name such as `glowstone` Oct 21 14:49:48.496 INFO kablam! --> src/main.rs:23:9 Oct 21 14:49:48.496 INFO kablam! | Oct 21 14:49:48.496 INFO kablam! 23 | let Glowstone = Stone Oct 21 14:49:48.496 INFO kablam! | ^^^^^^^^^ Oct 21 14:49:48.496 INFO kablam! Oct 21 14:49:48.517 INFO kablam! warning: variable does not need to be mutable Oct 21 14:49:48.517 INFO kablam! --> src/main.rs:14:7 Oct 21 14:49:48.517 INFO kablam! | Oct 21 14:49:48.517 INFO kablam! 14 | let mut Stone = VoxelType::new("voxel:stone") Oct 21 14:49:48.517 INFO kablam! | ----^^^^^ Oct 21 14:49:48.517 INFO kablam! | | Oct 21 14:49:48.517 INFO kablam! | help: remove this `mut` Oct 21 14:49:48.517 INFO kablam! | Oct 21 14:49:48.517 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 21 14:49:48.517 INFO kablam! Oct 21 14:49:48.517 INFO kablam! warning: variable `Grass` should have a snake case name such as `grass` Oct 21 14:49:48.517 INFO kablam! --> src/main.rs:9:7 Oct 21 14:49:48.517 INFO kablam! | Oct 21 14:49:48.517 INFO kablam! 9 | let Grass = VoxelType::new("voxel:grass").name("Grass"); Oct 21 14:49:48.517 INFO kablam! | ^^^^^ Oct 21 14:49:48.517 INFO kablam! | Oct 21 14:49:48.517 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 21 14:49:48.517 INFO kablam! Oct 21 14:49:48.517 INFO kablam! warning: variable `Stone` should have a snake case name such as `stone` Oct 21 14:49:48.517 INFO kablam! --> src/main.rs:14:7 Oct 21 14:49:48.517 INFO kablam! | Oct 21 14:49:48.517 INFO kablam! 14 | let mut Stone = VoxelType::new("voxel:stone") Oct 21 14:49:48.517 INFO kablam! | ^^^^^^^^^ Oct 21 14:49:48.517 INFO kablam! Oct 21 14:49:48.517 INFO kablam! warning: variable `Glowstone` should have a snake case name such as `glowstone` Oct 21 14:49:48.517 INFO kablam! --> src/main.rs:23:9 Oct 21 14:49:48.517 INFO kablam! | Oct 21 14:49:48.517 INFO kablam! 23 | let Glowstone = Stone Oct 21 14:49:48.517 INFO kablam! | ^^^^^^^^^ Oct 21 14:49:48.517 INFO kablam! Oct 21 14:49:48.568 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 52.94s Oct 21 14:49:48.592 INFO kablam! su: No module specific data is present Oct 21 14:49:48.944 INFO running `"docker" "rm" "-f" "c5574e266d6e6a7097e1f67e7b4d8dec26b9a71cf61f87e6a2a4fad2a7dbee4f"` Oct 21 14:49:49.144 INFO blam! c5574e266d6e6a7097e1f67e7b4d8dec26b9a71cf61f87e6a2a4fad2a7dbee4f