Oct 26 22:57:32.737 INFO checking phoomparin/Lumina against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 26 22:57:32.737 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-3/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 26 22:57:32.944 INFO blam! 9dd4b8ed3b18ddc3659b89e4f32e78f126cbc682f1bdaac7dd60ad9a564490cd Oct 26 22:57:32.946 INFO running `"docker" "start" "-a" "9dd4b8ed3b18ddc3659b89e4f32e78f126cbc682f1bdaac7dd60ad9a564490cd"` Oct 26 22:57:33.395 INFO kablam! usermod: no changes Oct 26 22:57:33.655 INFO kablam! Checking lumina v0.1.0 (/source) Oct 26 22:57:37.471 INFO kablam! warning: unused `#[macro_use]` import Oct 26 22:57:37.471 INFO kablam! --> src/main.rs:3:1 Oct 26 22:57:37.471 INFO kablam! | Oct 26 22:57:37.471 INFO kablam! 3 | #[macro_use] Oct 26 22:57:37.471 INFO kablam! | ^^^^^^^^^^^^ Oct 26 22:57:37.471 INFO kablam! | Oct 26 22:57:37.471 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 26 22:57:37.471 INFO kablam! Oct 26 22:57:37.567 INFO kablam! warning: variable does not need to be mutable Oct 26 22:57:37.567 INFO kablam! --> src/main.rs:14:7 Oct 26 22:57:37.567 INFO kablam! | Oct 26 22:57:37.568 INFO kablam! 14 | let mut Stone = VoxelType::new("voxel:stone") Oct 26 22:57:37.568 INFO kablam! | ----^^^^^ Oct 26 22:57:37.568 INFO kablam! | | Oct 26 22:57:37.569 INFO kablam! | help: remove this `mut` Oct 26 22:57:37.569 INFO kablam! | Oct 26 22:57:37.569 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 26 22:57:37.569 INFO kablam! Oct 26 22:57:37.570 INFO kablam! warning: variable `Grass` should have a snake case name such as `grass` Oct 26 22:57:37.571 INFO kablam! --> src/main.rs:9:7 Oct 26 22:57:37.571 INFO kablam! | Oct 26 22:57:37.571 INFO kablam! 9 | let Grass = VoxelType::new("voxel:grass").name("Grass"); Oct 26 22:57:37.572 INFO kablam! | ^^^^^ Oct 26 22:57:37.572 INFO kablam! | Oct 26 22:57:37.572 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 26 22:57:37.573 INFO kablam! Oct 26 22:57:37.573 INFO kablam! warning: variable `Stone` should have a snake case name such as `stone` Oct 26 22:57:37.573 INFO kablam! --> src/main.rs:14:7 Oct 26 22:57:37.574 INFO kablam! | Oct 26 22:57:37.574 INFO kablam! 14 | let mut Stone = VoxelType::new("voxel:stone") Oct 26 22:57:37.574 INFO kablam! | ^^^^^^^^^ Oct 26 22:57:37.574 INFO kablam! Oct 26 22:57:37.575 INFO kablam! warning: variable `Glowstone` should have a snake case name such as `glowstone` Oct 26 22:57:37.575 INFO kablam! --> src/main.rs:23:9 Oct 26 22:57:37.575 INFO kablam! | Oct 26 22:57:37.576 INFO kablam! 23 | let Glowstone = Stone Oct 26 22:57:37.576 INFO kablam! | ^^^^^^^^^ Oct 26 22:57:37.576 INFO kablam! Oct 26 22:57:37.946 INFO kablam! warning: unused `#[macro_use]` import Oct 26 22:57:37.946 INFO kablam! --> src/main.rs:3:1 Oct 26 22:57:37.946 INFO kablam! | Oct 26 22:57:37.946 INFO kablam! 3 | #[macro_use] Oct 26 22:57:37.946 INFO kablam! | ^^^^^^^^^^^^ Oct 26 22:57:37.946 INFO kablam! | Oct 26 22:57:37.946 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 26 22:57:37.946 INFO kablam! Oct 26 22:57:37.993 INFO kablam! warning: variable does not need to be mutable Oct 26 22:57:37.993 INFO kablam! --> src/main.rs:14:7 Oct 26 22:57:37.993 INFO kablam! | Oct 26 22:57:37.993 INFO kablam! 14 | let mut Stone = VoxelType::new("voxel:stone") Oct 26 22:57:37.993 INFO kablam! | ----^^^^^ Oct 26 22:57:37.993 INFO kablam! | | Oct 26 22:57:37.993 INFO kablam! | help: remove this `mut` Oct 26 22:57:37.993 INFO kablam! | Oct 26 22:57:37.995 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 26 22:57:37.995 INFO kablam! Oct 26 22:57:37.995 INFO kablam! warning: variable `Grass` should have a snake case name such as `grass` Oct 26 22:57:37.995 INFO kablam! --> src/main.rs:9:7 Oct 26 22:57:37.995 INFO kablam! | Oct 26 22:57:37.995 INFO kablam! 9 | let Grass = VoxelType::new("voxel:grass").name("Grass"); Oct 26 22:57:37.995 INFO kablam! | ^^^^^ Oct 26 22:57:37.995 INFO kablam! | Oct 26 22:57:37.995 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 26 22:57:37.995 INFO kablam! Oct 26 22:57:37.995 INFO kablam! warning: variable `Stone` should have a snake case name such as `stone` Oct 26 22:57:37.995 INFO kablam! --> src/main.rs:14:7 Oct 26 22:57:37.995 INFO kablam! | Oct 26 22:57:37.995 INFO kablam! 14 | let mut Stone = VoxelType::new("voxel:stone") Oct 26 22:57:37.995 INFO kablam! | ^^^^^^^^^ Oct 26 22:57:37.995 INFO kablam! Oct 26 22:57:37.995 INFO kablam! warning: variable `Glowstone` should have a snake case name such as `glowstone` Oct 26 22:57:37.995 INFO kablam! --> src/main.rs:23:9 Oct 26 22:57:37.995 INFO kablam! | Oct 26 22:57:37.995 INFO kablam! 23 | let Glowstone = Stone Oct 26 22:57:37.995 INFO kablam! | ^^^^^^^^^ Oct 26 22:57:37.995 INFO kablam! Oct 26 22:57:38.051 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.63s Oct 26 22:57:38.079 INFO kablam! su: No module specific data is present Oct 26 22:57:38.862 INFO running `"docker" "rm" "-f" "9dd4b8ed3b18ddc3659b89e4f32e78f126cbc682f1bdaac7dd60ad9a564490cd"` Oct 26 22:57:39.246 INFO blam! 9dd4b8ed3b18ddc3659b89e4f32e78f126cbc682f1bdaac7dd60ad9a564490cd