Oct 21 22:46:26.733 INFO checking u2size-0.1.4 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 22:46:26.736 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-0/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 22:46:27.044 INFO blam! 05c5f4b34c52fa388992a8d5ce8939b5d11dd246be0f65d33844dc7fe068b102 Oct 21 22:46:27.048 INFO running `"docker" "start" "-a" "05c5f4b34c52fa388992a8d5ce8939b5d11dd246be0f65d33844dc7fe068b102"` Oct 21 22:46:27.608 INFO kablam! usermod: no changes Oct 21 22:46:27.642 INFO kablam! Checking u2size v0.1.4 (/source) Oct 21 22:46:27.821 INFO kablam! warning: variable does not need to be mutable Oct 21 22:46:27.821 INFO kablam! --> src/lib.rs:200:9 Oct 21 22:46:27.821 INFO kablam! | Oct 21 22:46:27.822 INFO kablam! 200 | let mut c: usize; Oct 21 22:46:27.822 INFO kablam! | ----^ Oct 21 22:46:27.822 INFO kablam! | | Oct 21 22:46:27.823 INFO kablam! | help: remove this `mut` Oct 21 22:46:27.823 INFO kablam! | Oct 21 22:46:27.823 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 21 22:46:27.824 INFO kablam! Oct 21 22:46:27.824 INFO kablam! warning: variable does not need to be mutable Oct 21 22:46:27.824 INFO kablam! --> src/lib.rs:201:9 Oct 21 22:46:27.824 INFO kablam! | Oct 21 22:46:27.825 INFO kablam! 201 | let mut z: usize; Oct 21 22:46:27.825 INFO kablam! | ----^ Oct 21 22:46:27.825 INFO kablam! | | Oct 21 22:46:27.826 INFO kablam! | help: remove this `mut` Oct 21 22:46:27.826 INFO kablam! Oct 21 22:46:27.826 INFO kablam! warning: type `u2size` should have a camel case name such as `U2size` Oct 21 22:46:27.826 INFO kablam! --> src/lib.rs:8:1 Oct 21 22:46:27.827 INFO kablam! | Oct 21 22:46:27.827 INFO kablam! 8 | / pub struct u2size { Oct 21 22:46:27.827 INFO kablam! 9 | | pub msw: usize, Oct 21 22:46:27.828 INFO kablam! 10 | | pub lsw: usize, Oct 21 22:46:27.828 INFO kablam! 11 | | } Oct 21 22:46:27.828 INFO kablam! | |_^ Oct 21 22:46:27.828 INFO kablam! | Oct 21 22:46:27.829 INFO kablam! = note: #[warn(non_camel_case_types)] on by default Oct 21 22:46:27.829 INFO kablam! Oct 21 22:46:27.829 INFO kablam! warning: constant `word_bits` should have an upper case name such as `WORD_BITS` Oct 21 22:46:27.830 INFO kablam! --> src/lib.rs:195:1 Oct 21 22:46:27.830 INFO kablam! | Oct 21 22:46:27.830 INFO kablam! 195 | const word_bits: u32 = (::core::mem::size_of::() << 3) as u32; Oct 21 22:46:27.830 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 22:46:27.831 INFO kablam! | Oct 21 22:46:27.831 INFO kablam! = note: #[warn(non_upper_case_globals)] on by default Oct 21 22:46:27.831 INFO kablam! Oct 21 22:46:28.260 INFO kablam! warning: variable does not need to be mutable Oct 21 22:46:28.260 INFO kablam! --> src/lib.rs:200:9 Oct 21 22:46:28.260 INFO kablam! | Oct 21 22:46:28.260 INFO kablam! 200 | let mut c: usize; Oct 21 22:46:28.260 INFO kablam! | ----^ Oct 21 22:46:28.260 INFO kablam! | | Oct 21 22:46:28.260 INFO kablam! | help: remove this `mut` Oct 21 22:46:28.260 INFO kablam! | Oct 21 22:46:28.260 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 21 22:46:28.260 INFO kablam! Oct 21 22:46:28.260 INFO kablam! warning: variable does not need to be mutable Oct 21 22:46:28.260 INFO kablam! --> src/lib.rs:201:9 Oct 21 22:46:28.260 INFO kablam! | Oct 21 22:46:28.260 INFO kablam! 201 | let mut z: usize; Oct 21 22:46:28.260 INFO kablam! | ----^ Oct 21 22:46:28.260 INFO kablam! | | Oct 21 22:46:28.260 INFO kablam! | help: remove this `mut` Oct 21 22:46:28.260 INFO kablam! Oct 21 22:46:28.260 INFO kablam! warning: type `u2size` should have a camel case name such as `U2size` Oct 21 22:46:28.260 INFO kablam! --> src/lib.rs:8:1 Oct 21 22:46:28.260 INFO kablam! | Oct 21 22:46:28.260 INFO kablam! 8 | / pub struct u2size { Oct 21 22:46:28.260 INFO kablam! 9 | | pub msw: usize, Oct 21 22:46:28.260 INFO kablam! 10 | | pub lsw: usize, Oct 21 22:46:28.260 INFO kablam! 11 | | } Oct 21 22:46:28.260 INFO kablam! | |_^ Oct 21 22:46:28.260 INFO kablam! | Oct 21 22:46:28.260 INFO kablam! = note: #[warn(non_camel_case_types)] on by default Oct 21 22:46:28.260 INFO kablam! Oct 21 22:46:28.260 INFO kablam! warning: constant `word_bits` should have an upper case name such as `WORD_BITS` Oct 21 22:46:28.260 INFO kablam! --> src/lib.rs:195:1 Oct 21 22:46:28.260 INFO kablam! | Oct 21 22:46:28.260 INFO kablam! 195 | const word_bits: u32 = (::core::mem::size_of::() << 3) as u32; Oct 21 22:46:28.260 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 22:46:28.260 INFO kablam! | Oct 21 22:46:28.260 INFO kablam! = note: #[warn(non_upper_case_globals)] on by default Oct 21 22:46:28.260 INFO kablam! Oct 21 22:46:28.272 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.64s Oct 21 22:46:28.280 INFO kablam! su: No module specific data is present Oct 21 22:46:28.602 INFO running `"docker" "rm" "-f" "05c5f4b34c52fa388992a8d5ce8939b5d11dd246be0f65d33844dc7fe068b102"` Oct 21 22:46:28.755 INFO blam! 05c5f4b34c52fa388992a8d5ce8939b5d11dd246be0f65d33844dc7fe068b102