Oct 31 23:15:38.046 INFO checking phoomparin/Lumina against try#d7816399d50d407bbce1efe9dbadf8faaaf568fc for pr-55538 Oct 31 23:15:38.046 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55538/worker-1/try#d7816399d50d407bbce1efe9dbadf8faaaf568fc:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-1/pr-55538/try#d7816399d50d407bbce1efe9dbadf8faaaf568fc:/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 +d7816399d50d407bbce1efe9dbadf8faaaf568fc-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 31 23:15:38.212 INFO blam! ea73b2d79e2379e4341cffc668530f72b9f2bb804e0f3194552a2faf2ca10e27 Oct 31 23:15:38.214 INFO running `"docker" "start" "-a" "ea73b2d79e2379e4341cffc668530f72b9f2bb804e0f3194552a2faf2ca10e27"` Oct 31 23:15:38.710 INFO kablam! usermod: no changes Oct 31 23:15:38.994 INFO kablam! Compiling num-traits v0.1.41 Oct 31 23:15:39.025 INFO kablam! Checking enum_primitive v0.1.1 Oct 31 23:15:39.027 INFO kablam! Checking num-rational v0.1.40 Oct 31 23:15:39.028 INFO kablam! Checking png v0.11.0 Oct 31 23:15:39.029 INFO kablam! Compiling glutin v0.11.0 Oct 31 23:15:39.030 INFO kablam! Compiling glium v0.19.0 Oct 31 23:15:39.031 INFO kablam! Checking wayland-window v0.13.2 Oct 31 23:15:42.164 INFO kablam! Checking winit v0.9.0 Oct 31 23:15:42.321 INFO kablam! Checking image v0.18.0 Oct 31 23:15:43.897 INFO kablam! Compiling serde_json v0.9.10 Oct 31 23:15:51.982 INFO kablam! Compiling target_build_utils v0.3.1 Oct 31 23:15:56.428 INFO kablam! Compiling libloading v0.3.4 Oct 31 23:16:01.740 INFO kablam! Checking dlib v0.3.1 Oct 31 23:16:02.502 INFO kablam! Checking wayland-sys v0.9.10 Oct 31 23:16:03.490 INFO kablam! Checking wayland-client v0.9.10 Oct 31 23:16:24.416 INFO kablam! Checking lumina v0.1.0 (/source) Oct 31 23:16:27.656 INFO kablam! warning: unused `#[macro_use]` import Oct 31 23:16:27.656 INFO kablam! --> src/main.rs:3:1 Oct 31 23:16:27.656 INFO kablam! | Oct 31 23:16:27.656 INFO kablam! 3 | #[macro_use] Oct 31 23:16:27.656 INFO kablam! | ^^^^^^^^^^^^ Oct 31 23:16:27.656 INFO kablam! | Oct 31 23:16:27.656 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 31 23:16:27.656 INFO kablam! Oct 31 23:16:27.680 INFO kablam! warning: unused `#[macro_use]` import Oct 31 23:16:27.680 INFO kablam! --> src/main.rs:3:1 Oct 31 23:16:27.681 INFO kablam! | Oct 31 23:16:27.681 INFO kablam! 3 | #[macro_use] Oct 31 23:16:27.681 INFO kablam! | ^^^^^^^^^^^^ Oct 31 23:16:27.681 INFO kablam! | Oct 31 23:16:27.681 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 31 23:16:27.681 INFO kablam! Oct 31 23:16:27.704 INFO kablam! warning: variable does not need to be mutable Oct 31 23:16:27.704 INFO kablam! --> src/main.rs:14:7 Oct 31 23:16:27.704 INFO kablam! | Oct 31 23:16:27.704 INFO kablam! 14 | let mut Stone = VoxelType::new("voxel:stone") Oct 31 23:16:27.704 INFO kablam! | ----^^^^^ Oct 31 23:16:27.704 INFO kablam! | | Oct 31 23:16:27.704 INFO kablam! | help: remove this `mut` Oct 31 23:16:27.704 INFO kablam! | Oct 31 23:16:27.704 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 31 23:16:27.704 INFO kablam! Oct 31 23:16:27.704 INFO kablam! warning: variable `Grass` should have a snake case name such as `grass` Oct 31 23:16:27.704 INFO kablam! --> src/main.rs:9:7 Oct 31 23:16:27.705 INFO kablam! | Oct 31 23:16:27.705 INFO kablam! 9 | let Grass = VoxelType::new("voxel:grass").name("Grass"); Oct 31 23:16:27.705 INFO kablam! | ^^^^^ Oct 31 23:16:27.705 INFO kablam! | Oct 31 23:16:27.705 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 31 23:16:27.705 INFO kablam! Oct 31 23:16:27.705 INFO kablam! warning: variable `Stone` should have a snake case name such as `stone` Oct 31 23:16:27.705 INFO kablam! --> src/main.rs:14:7 Oct 31 23:16:27.705 INFO kablam! | Oct 31 23:16:27.705 INFO kablam! 14 | let mut Stone = VoxelType::new("voxel:stone") Oct 31 23:16:27.705 INFO kablam! | ^^^^^^^^^ Oct 31 23:16:27.705 INFO kablam! Oct 31 23:16:27.705 INFO kablam! warning: variable `Glowstone` should have a snake case name such as `glowstone` Oct 31 23:16:27.705 INFO kablam! --> src/main.rs:23:9 Oct 31 23:16:27.708 INFO kablam! | Oct 31 23:16:27.708 INFO kablam! 23 | let Glowstone = Stone Oct 31 23:16:27.708 INFO kablam! | ^^^^^^^^^ Oct 31 23:16:27.708 INFO kablam! Oct 31 23:16:27.729 INFO kablam! warning: variable does not need to be mutable Oct 31 23:16:27.729 INFO kablam! --> src/main.rs:14:7 Oct 31 23:16:27.730 INFO kablam! | Oct 31 23:16:27.730 INFO kablam! 14 | let mut Stone = VoxelType::new("voxel:stone") Oct 31 23:16:27.730 INFO kablam! | ----^^^^^ Oct 31 23:16:27.730 INFO kablam! | | Oct 31 23:16:27.730 INFO kablam! | help: remove this `mut` Oct 31 23:16:27.730 INFO kablam! | Oct 31 23:16:27.730 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 31 23:16:27.730 INFO kablam! Oct 31 23:16:27.732 INFO kablam! warning: variable `Grass` should have a snake case name such as `grass` Oct 31 23:16:27.732 INFO kablam! --> src/main.rs:9:7 Oct 31 23:16:27.732 INFO kablam! | Oct 31 23:16:27.732 INFO kablam! 9 | let Grass = VoxelType::new("voxel:grass").name("Grass"); Oct 31 23:16:27.732 INFO kablam! | ^^^^^ Oct 31 23:16:27.732 INFO kablam! | Oct 31 23:16:27.732 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 31 23:16:27.732 INFO kablam! Oct 31 23:16:27.732 INFO kablam! warning: variable `Stone` should have a snake case name such as `stone` Oct 31 23:16:27.732 INFO kablam! --> src/main.rs:14:7 Oct 31 23:16:27.732 INFO kablam! | Oct 31 23:16:27.732 INFO kablam! 14 | let mut Stone = VoxelType::new("voxel:stone") Oct 31 23:16:27.732 INFO kablam! | ^^^^^^^^^ Oct 31 23:16:27.732 INFO kablam! Oct 31 23:16:27.732 INFO kablam! warning: variable `Glowstone` should have a snake case name such as `glowstone` Oct 31 23:16:27.732 INFO kablam! --> src/main.rs:23:9 Oct 31 23:16:27.732 INFO kablam! | Oct 31 23:16:27.732 INFO kablam! 23 | let Glowstone = Stone Oct 31 23:16:27.732 INFO kablam! | ^^^^^^^^^ Oct 31 23:16:27.732 INFO kablam! Oct 31 23:16:27.791 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 49.06s Oct 31 23:16:27.813 INFO kablam! su: No module specific data is present Oct 31 23:16:28.647 INFO running `"docker" "rm" "-f" "ea73b2d79e2379e4341cffc668530f72b9f2bb804e0f3194552a2faf2ca10e27"` Oct 31 23:16:29.008 INFO blam! ea73b2d79e2379e4341cffc668530f72b9f2bb804e0f3194552a2faf2ca10e27