Oct 27 14:07:46.776 INFO checking u2size-0.1.4 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 14:07:46.776 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-1/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/pr-55192-2/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 27 14:07:47.199 INFO blam! b47d43c9b9a33f730f217974af727c7ebb156aa54164afb1a09a17a15500bc07 Oct 27 14:07:47.211 INFO running `"docker" "start" "-a" "b47d43c9b9a33f730f217974af727c7ebb156aa54164afb1a09a17a15500bc07"` Oct 27 14:07:48.491 INFO kablam! usermod: no changes Oct 27 14:07:48.586 INFO kablam! Checking u2size v0.1.4 (/source) Oct 27 14:07:48.763 INFO kablam! warning: variable does not need to be mutable Oct 27 14:07:48.763 INFO kablam! --> src/lib.rs:200:9 Oct 27 14:07:48.763 INFO kablam! | Oct 27 14:07:48.763 INFO kablam! 200 | let mut c: usize; Oct 27 14:07:48.763 INFO kablam! | ----^ Oct 27 14:07:48.763 INFO kablam! | | Oct 27 14:07:48.763 INFO kablam! | help: remove this `mut` Oct 27 14:07:48.763 INFO kablam! | Oct 27 14:07:48.763 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 27 14:07:48.763 INFO kablam! Oct 27 14:07:48.771 INFO kablam! warning: variable does not need to be mutable Oct 27 14:07:48.771 INFO kablam! --> src/lib.rs:201:9 Oct 27 14:07:48.771 INFO kablam! | Oct 27 14:07:48.771 INFO kablam! 201 | let mut z: usize; Oct 27 14:07:48.771 INFO kablam! | ----^ Oct 27 14:07:48.771 INFO kablam! | | Oct 27 14:07:48.771 INFO kablam! | help: remove this `mut` Oct 27 14:07:48.771 INFO kablam! Oct 27 14:07:48.771 INFO kablam! warning: type `u2size` should have a camel case name such as `U2size` Oct 27 14:07:48.771 INFO kablam! --> src/lib.rs:8:1 Oct 27 14:07:48.771 INFO kablam! | Oct 27 14:07:48.771 INFO kablam! 8 | / pub struct u2size { Oct 27 14:07:48.771 INFO kablam! 9 | | pub msw: usize, Oct 27 14:07:48.771 INFO kablam! 10 | | pub lsw: usize, Oct 27 14:07:48.771 INFO kablam! 11 | | } Oct 27 14:07:48.771 INFO kablam! | |_^ Oct 27 14:07:48.771 INFO kablam! | Oct 27 14:07:48.771 INFO kablam! = note: #[warn(non_camel_case_types)] on by default Oct 27 14:07:48.771 INFO kablam! Oct 27 14:07:48.771 INFO kablam! warning: constant `word_bits` should have an upper case name such as `WORD_BITS` Oct 27 14:07:48.771 INFO kablam! --> src/lib.rs:195:1 Oct 27 14:07:48.771 INFO kablam! | Oct 27 14:07:48.771 INFO kablam! 195 | const word_bits: u32 = (::core::mem::size_of::() << 3) as u32; Oct 27 14:07:48.771 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 14:07:48.771 INFO kablam! | Oct 27 14:07:48.771 INFO kablam! = note: #[warn(non_upper_case_globals)] on by default Oct 27 14:07:48.771 INFO kablam! Oct 27 14:07:49.267 INFO kablam! warning: variable does not need to be mutable Oct 27 14:07:49.267 INFO kablam! --> src/lib.rs:200:9 Oct 27 14:07:49.267 INFO kablam! | Oct 27 14:07:49.267 INFO kablam! 200 | let mut c: usize; Oct 27 14:07:49.267 INFO kablam! | ----^ Oct 27 14:07:49.267 INFO kablam! | | Oct 27 14:07:49.267 INFO kablam! | help: remove this `mut` Oct 27 14:07:49.267 INFO kablam! | Oct 27 14:07:49.267 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 27 14:07:49.267 INFO kablam! Oct 27 14:07:49.267 INFO kablam! warning: variable does not need to be mutable Oct 27 14:07:49.267 INFO kablam! --> src/lib.rs:201:9 Oct 27 14:07:49.267 INFO kablam! | Oct 27 14:07:49.267 INFO kablam! 201 | let mut z: usize; Oct 27 14:07:49.267 INFO kablam! | ----^ Oct 27 14:07:49.267 INFO kablam! | | Oct 27 14:07:49.267 INFO kablam! | help: remove this `mut` Oct 27 14:07:49.267 INFO kablam! Oct 27 14:07:49.268 INFO kablam! warning: type `u2size` should have a camel case name such as `U2size` Oct 27 14:07:49.268 INFO kablam! --> src/lib.rs:8:1 Oct 27 14:07:49.268 INFO kablam! | Oct 27 14:07:49.268 INFO kablam! 8 | / pub struct u2size { Oct 27 14:07:49.268 INFO kablam! 9 | | pub msw: usize, Oct 27 14:07:49.268 INFO kablam! 10 | | pub lsw: usize, Oct 27 14:07:49.268 INFO kablam! 11 | | } Oct 27 14:07:49.268 INFO kablam! | |_^ Oct 27 14:07:49.268 INFO kablam! | Oct 27 14:07:49.268 INFO kablam! = note: #[warn(non_camel_case_types)] on by default Oct 27 14:07:49.268 INFO kablam! Oct 27 14:07:49.268 INFO kablam! warning: constant `word_bits` should have an upper case name such as `WORD_BITS` Oct 27 14:07:49.268 INFO kablam! --> src/lib.rs:195:1 Oct 27 14:07:49.268 INFO kablam! | Oct 27 14:07:49.268 INFO kablam! 195 | const word_bits: u32 = (::core::mem::size_of::() << 3) as u32; Oct 27 14:07:49.268 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 14:07:49.268 INFO kablam! | Oct 27 14:07:49.268 INFO kablam! = note: #[warn(non_upper_case_globals)] on by default Oct 27 14:07:49.268 INFO kablam! Oct 27 14:07:49.285 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.76s Oct 27 14:07:49.287 INFO kablam! su: No module specific data is present Oct 27 14:07:49.901 INFO running `"docker" "rm" "-f" "b47d43c9b9a33f730f217974af727c7ebb156aa54164afb1a09a17a15500bc07"` Oct 27 14:07:50.007 INFO blam! b47d43c9b9a33f730f217974af727c7ebb156aa54164afb1a09a17a15500bc07