Oct 21 21:37:19.399 INFO checking EthanLuisMcDonough/emask against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 21:37:19.400 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 21:37:19.948 INFO blam! 654822c9f3614cda45c440e8156b52ca3235f30e58edc37d94dd469aaca8063b Oct 21 21:37:19.956 INFO running `"docker" "start" "-a" "654822c9f3614cda45c440e8156b52ca3235f30e58edc37d94dd469aaca8063b"` Oct 21 21:37:21.189 INFO kablam! usermod: no changes Oct 21 21:37:21.264 INFO kablam! Checking emask v0.1.0 (/source) Oct 21 21:37:22.220 INFO kablam! warning: variable does not need to be mutable Oct 21 21:37:22.220 INFO kablam! --> src/main.rs:188:9 Oct 21 21:37:22.220 INFO kablam! | Oct 21 21:37:22.220 INFO kablam! 188 | let mut h = Thing::all(); Oct 21 21:37:22.220 INFO kablam! | ----^ Oct 21 21:37:22.220 INFO kablam! | | Oct 21 21:37:22.220 INFO kablam! | help: remove this `mut` Oct 21 21:37:22.220 INFO kablam! | Oct 21 21:37:22.220 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 21 21:37:22.220 INFO kablam! Oct 21 21:37:22.220 INFO kablam! warning: method is never used: `is_full` Oct 21 21:37:22.220 INFO kablam! --> src/main.rs:60:5 Oct 21 21:37:22.220 INFO kablam! | Oct 21 21:37:22.220 INFO kablam! 60 | fn is_full(&self) -> bool { Oct 21 21:37:22.220 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 21:37:22.220 INFO kablam! | Oct 21 21:37:22.220 INFO kablam! = note: #[warn(dead_code)] on by default Oct 21 21:37:22.220 INFO kablam! Oct 21 21:37:22.220 INFO kablam! warning: method is never used: `is_empty` Oct 21 21:37:22.220 INFO kablam! --> src/main.rs:64:5 Oct 21 21:37:22.220 INFO kablam! | Oct 21 21:37:22.220 INFO kablam! 64 | fn is_empty(&self) -> bool { Oct 21 21:37:22.220 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 21:37:22.220 INFO kablam! Oct 21 21:37:22.220 INFO kablam! warning: module `A` should have a snake case name such as `a` Oct 21 21:37:22.220 INFO kablam! --> src/main.rs:180:1 Oct 21 21:37:22.220 INFO kablam! | Oct 21 21:37:22.220 INFO kablam! 180 | / mod A { Oct 21 21:37:22.220 INFO kablam! 181 | | use super::{MaskManager, MaskValue}; Oct 21 21:37:22.220 INFO kablam! 182 | | emask!(pub Thing { A, B, C }); Oct 21 21:37:22.220 INFO kablam! 183 | | } Oct 21 21:37:22.220 INFO kablam! | |_^ Oct 21 21:37:22.220 INFO kablam! | Oct 21 21:37:22.220 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 21 21:37:22.220 INFO kablam! Oct 21 21:37:22.561 INFO kablam! warning: variable does not need to be mutable Oct 21 21:37:22.561 INFO kablam! --> src/main.rs:188:9 Oct 21 21:37:22.561 INFO kablam! | Oct 21 21:37:22.561 INFO kablam! 188 | let mut h = Thing::all(); Oct 21 21:37:22.561 INFO kablam! | ----^ Oct 21 21:37:22.561 INFO kablam! | | Oct 21 21:37:22.561 INFO kablam! | help: remove this `mut` Oct 21 21:37:22.561 INFO kablam! | Oct 21 21:37:22.561 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 21 21:37:22.561 INFO kablam! Oct 21 21:37:22.574 INFO kablam! warning: method is never used: `is_full` Oct 21 21:37:22.574 INFO kablam! --> src/main.rs:60:5 Oct 21 21:37:22.574 INFO kablam! | Oct 21 21:37:22.574 INFO kablam! 60 | fn is_full(&self) -> bool { Oct 21 21:37:22.574 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 21:37:22.574 INFO kablam! | Oct 21 21:37:22.574 INFO kablam! = note: #[warn(dead_code)] on by default Oct 21 21:37:22.574 INFO kablam! Oct 21 21:37:22.574 INFO kablam! warning: method is never used: `is_empty` Oct 21 21:37:22.574 INFO kablam! --> src/main.rs:64:5 Oct 21 21:37:22.574 INFO kablam! | Oct 21 21:37:22.574 INFO kablam! 64 | fn is_empty(&self) -> bool { Oct 21 21:37:22.574 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 21:37:22.574 INFO kablam! Oct 21 21:37:22.574 INFO kablam! warning: module `A` should have a snake case name such as `a` Oct 21 21:37:22.574 INFO kablam! --> src/main.rs:180:1 Oct 21 21:37:22.574 INFO kablam! | Oct 21 21:37:22.574 INFO kablam! 180 | / mod A { Oct 21 21:37:22.574 INFO kablam! 181 | | use super::{MaskManager, MaskValue}; Oct 21 21:37:22.574 INFO kablam! 182 | | emask!(pub Thing { A, B, C }); Oct 21 21:37:22.574 INFO kablam! 183 | | } Oct 21 21:37:22.574 INFO kablam! | |_^ Oct 21 21:37:22.574 INFO kablam! | Oct 21 21:37:22.574 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 21 21:37:22.574 INFO kablam! Oct 21 21:37:22.604 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.37s Oct 21 21:37:22.604 INFO kablam! su: No module specific data is present Oct 21 21:37:23.212 INFO running `"docker" "rm" "-f" "654822c9f3614cda45c440e8156b52ca3235f30e58edc37d94dd469aaca8063b"` Oct 21 21:37:23.516 INFO blam! 654822c9f3614cda45c440e8156b52ca3235f30e58edc37d94dd469aaca8063b