Oct 27 11:56:57.627 INFO checking EthanLuisMcDonough/emask against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 27 11:56:57.627 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-4/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 27 11:56:58.035 INFO blam! 6bfe9983fd3ff7baa01505fd8e555128da2de7862187c844610c32b001dbc8e8 Oct 27 11:56:58.037 INFO running `"docker" "start" "-a" "6bfe9983fd3ff7baa01505fd8e555128da2de7862187c844610c32b001dbc8e8"` Oct 27 11:57:00.307 INFO kablam! usermod: no changes Oct 27 11:57:00.382 INFO kablam! Checking emask v0.1.0 (/source) Oct 27 11:57:01.387 INFO kablam! warning: variable does not need to be mutable Oct 27 11:57:01.388 INFO kablam! --> src/main.rs:188:9 Oct 27 11:57:01.388 INFO kablam! | Oct 27 11:57:01.388 INFO kablam! 188 | let mut h = Thing::all(); Oct 27 11:57:01.388 INFO kablam! | ----^ Oct 27 11:57:01.388 INFO kablam! | | Oct 27 11:57:01.388 INFO kablam! | help: remove this `mut` Oct 27 11:57:01.388 INFO kablam! | Oct 27 11:57:01.388 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 27 11:57:01.388 INFO kablam! Oct 27 11:57:01.403 INFO kablam! warning: method is never used: `is_full` Oct 27 11:57:01.403 INFO kablam! --> src/main.rs:60:5 Oct 27 11:57:01.403 INFO kablam! | Oct 27 11:57:01.403 INFO kablam! 60 | fn is_full(&self) -> bool { Oct 27 11:57:01.403 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 11:57:01.403 INFO kablam! | Oct 27 11:57:01.403 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 11:57:01.403 INFO kablam! Oct 27 11:57:01.403 INFO kablam! warning: method is never used: `is_empty` Oct 27 11:57:01.403 INFO kablam! --> src/main.rs:64:5 Oct 27 11:57:01.403 INFO kablam! | Oct 27 11:57:01.403 INFO kablam! 64 | fn is_empty(&self) -> bool { Oct 27 11:57:01.403 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 11:57:01.403 INFO kablam! Oct 27 11:57:01.407 INFO kablam! warning: module `A` should have a snake case name such as `a` Oct 27 11:57:01.407 INFO kablam! --> src/main.rs:180:1 Oct 27 11:57:01.407 INFO kablam! | Oct 27 11:57:01.407 INFO kablam! 180 | / mod A { Oct 27 11:57:01.407 INFO kablam! 181 | | use super::{MaskManager, MaskValue}; Oct 27 11:57:01.407 INFO kablam! 182 | | emask!(pub Thing { A, B, C }); Oct 27 11:57:01.407 INFO kablam! 183 | | } Oct 27 11:57:01.407 INFO kablam! | |_^ Oct 27 11:57:01.407 INFO kablam! | Oct 27 11:57:01.407 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 27 11:57:01.407 INFO kablam! Oct 27 11:57:01.707 INFO kablam! warning: variable does not need to be mutable Oct 27 11:57:01.707 INFO kablam! --> src/main.rs:188:9 Oct 27 11:57:01.707 INFO kablam! | Oct 27 11:57:01.707 INFO kablam! 188 | let mut h = Thing::all(); Oct 27 11:57:01.707 INFO kablam! | ----^ Oct 27 11:57:01.707 INFO kablam! | | Oct 27 11:57:01.707 INFO kablam! | help: remove this `mut` Oct 27 11:57:01.707 INFO kablam! | Oct 27 11:57:01.707 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 27 11:57:01.707 INFO kablam! Oct 27 11:57:01.715 INFO kablam! warning: method is never used: `is_full` Oct 27 11:57:01.715 INFO kablam! --> src/main.rs:60:5 Oct 27 11:57:01.715 INFO kablam! | Oct 27 11:57:01.715 INFO kablam! 60 | fn is_full(&self) -> bool { Oct 27 11:57:01.715 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 11:57:01.715 INFO kablam! | Oct 27 11:57:01.715 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 11:57:01.715 INFO kablam! Oct 27 11:57:01.715 INFO kablam! warning: method is never used: `is_empty` Oct 27 11:57:01.715 INFO kablam! --> src/main.rs:64:5 Oct 27 11:57:01.715 INFO kablam! | Oct 27 11:57:01.715 INFO kablam! 64 | fn is_empty(&self) -> bool { Oct 27 11:57:01.715 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 11:57:01.715 INFO kablam! Oct 27 11:57:01.715 INFO kablam! warning: module `A` should have a snake case name such as `a` Oct 27 11:57:01.715 INFO kablam! --> src/main.rs:180:1 Oct 27 11:57:01.715 INFO kablam! | Oct 27 11:57:01.715 INFO kablam! 180 | / mod A { Oct 27 11:57:01.715 INFO kablam! 181 | | use super::{MaskManager, MaskValue}; Oct 27 11:57:01.715 INFO kablam! 182 | | emask!(pub Thing { A, B, C }); Oct 27 11:57:01.715 INFO kablam! 183 | | } Oct 27 11:57:01.715 INFO kablam! | |_^ Oct 27 11:57:01.715 INFO kablam! | Oct 27 11:57:01.715 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 27 11:57:01.715 INFO kablam! Oct 27 11:57:01.755 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.41s Oct 27 11:57:01.779 INFO kablam! su: No module specific data is present Oct 27 11:57:02.693 INFO running `"docker" "rm" "-f" "6bfe9983fd3ff7baa01505fd8e555128da2de7862187c844610c32b001dbc8e8"` Oct 27 11:57:03.067 INFO blam! 6bfe9983fd3ff7baa01505fd8e555128da2de7862187c844610c32b001dbc8e8