Sep 19 15:03:10.933 INFO checking mpdrescher/run-info against master#1e21c9a297a9fe668d62887a3a6a4add8e717b17 for pr-54352 Sep 19 15:03:10.933 INFO running: cargo +1e21c9a297a9fe668d62887a3a6a4add8e717b17-alt check --frozen --all --all-targets Sep 19 15:03:10.933 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-6/pr-54352/master#1e21c9a297a9fe668d62887a3a6a4add8e717b17:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54352/worker-6/master#1e21c9a297a9fe668d62887a3a6a4add8e717b17:/target:rw,Z" "-v" "/home/ec2-user/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/home/ec2-user/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "CMD=cargo +1e21c9a297a9fe668d62887a3a6a4add8e717b17-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 19 15:03:11.161 INFO blam! ccb402c4678419a4c54bd2a9a10dbd851fb385302c2a91b12fa4dbe36c0a51ef Sep 19 15:03:11.163 INFO running `"docker" "start" "-a" "ccb402c4678419a4c54bd2a9a10dbd851fb385302c2a91b12fa4dbe36c0a51ef"` Sep 19 15:03:13.141 INFO kablam! usermod: no changes Sep 19 15:03:13.261 INFO kablam! Checking libc v0.2.15 Sep 19 15:03:13.266 INFO kablam! Checking strsim v0.5.1 Sep 19 15:03:13.266 INFO kablam! Checking ansi_term v0.8.0 Sep 19 15:03:13.266 INFO kablam! Checking unicode-segmentation v0.1.2 Sep 19 15:03:13.266 INFO kablam! Checking vec_map v0.6.0 Sep 19 15:03:13.278 INFO kablam! Checking unicode-width v0.1.3 Sep 19 15:03:13.286 INFO kablam! Checking term v0.4.4 Sep 19 15:03:15.858 INFO kablam! Checking term_size v0.1.1 Sep 19 15:03:15.858 INFO kablam! Checking time v0.1.35 Sep 19 15:03:16.166 INFO kablam! Checking clap v2.11.0 Sep 19 15:03:20.856 INFO kablam! Checking run-info v0.5.1 (/source) Sep 19 15:03:21.714 INFO kablam! warning: variable does not need to be mutable Sep 19 15:03:21.714 INFO kablam! --> src/printer.rs:116:25 Sep 19 15:03:21.714 INFO kablam! | Sep 19 15:03:21.714 INFO kablam! 116 | pub fn print_small_mode(mut term: &mut Box + Send>, settings: &Settings, Sep 19 15:03:21.714 INFO kablam! | ----^^^^ Sep 19 15:03:21.714 INFO kablam! | | Sep 19 15:03:21.714 INFO kablam! | help: remove this `mut` Sep 19 15:03:21.714 INFO kablam! | Sep 19 15:03:21.714 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 19 15:03:21.714 INFO kablam! Sep 19 15:03:21.722 INFO kablam! warning: variable does not need to be mutable Sep 19 15:03:21.722 INFO kablam! --> src/printer.rs:158:23 Sep 19 15:03:21.722 INFO kablam! | Sep 19 15:03:21.722 INFO kablam! 158 | pub fn print_log_mode(mut term: &mut Box + Send>, settings: &Settings, Sep 19 15:03:21.722 INFO kablam! | ----^^^^ Sep 19 15:03:21.722 INFO kablam! | | Sep 19 15:03:21.722 INFO kablam! | help: remove this `mut` Sep 19 15:03:21.722 INFO kablam! Sep 19 15:03:21.722 INFO kablam! warning: function is never used: `pad_string` Sep 19 15:03:21.722 INFO kablam! --> src/printutils.rs:126:1 Sep 19 15:03:21.722 INFO kablam! | Sep 19 15:03:21.722 INFO kablam! 126 | pub fn pad_string(mut str: String, size: usize) -> String { Sep 19 15:03:21.722 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 15:03:21.722 INFO kablam! | Sep 19 15:03:21.722 INFO kablam! = note: #[warn(dead_code)] on by default Sep 19 15:03:21.722 INFO kablam! Sep 19 15:03:21.735 INFO kablam! warning: variable does not need to be mutable Sep 19 15:03:21.735 INFO kablam! --> src/printer.rs:116:25 Sep 19 15:03:21.735 INFO kablam! | Sep 19 15:03:21.735 INFO kablam! 116 | pub fn print_small_mode(mut term: &mut Box + Send>, settings: &Settings, Sep 19 15:03:21.735 INFO kablam! | ----^^^^ Sep 19 15:03:21.735 INFO kablam! | | Sep 19 15:03:21.735 INFO kablam! | help: remove this `mut` Sep 19 15:03:21.735 INFO kablam! | Sep 19 15:03:21.735 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 19 15:03:21.735 INFO kablam! Sep 19 15:03:21.736 INFO kablam! warning: variable does not need to be mutable Sep 19 15:03:21.736 INFO kablam! --> src/printer.rs:158:23 Sep 19 15:03:21.736 INFO kablam! | Sep 19 15:03:21.736 INFO kablam! 158 | pub fn print_log_mode(mut term: &mut Box + Send>, settings: &Settings, Sep 19 15:03:21.736 INFO kablam! | ----^^^^ Sep 19 15:03:21.736 INFO kablam! | | Sep 19 15:03:21.736 INFO kablam! | help: remove this `mut` Sep 19 15:03:21.736 INFO kablam! Sep 19 15:03:21.741 INFO kablam! warning: function is never used: `pad_string` Sep 19 15:03:21.741 INFO kablam! --> src/printutils.rs:126:1 Sep 19 15:03:21.741 INFO kablam! | Sep 19 15:03:21.741 INFO kablam! 126 | pub fn pad_string(mut str: String, size: usize) -> String { Sep 19 15:03:21.741 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 15:03:21.741 INFO kablam! | Sep 19 15:03:21.741 INFO kablam! = note: #[warn(dead_code)] on by default Sep 19 15:03:21.741 INFO kablam! Sep 19 15:03:21.790 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 8.60s Sep 19 15:03:21.798 INFO kablam! su: No module specific data is present Sep 19 15:03:23.076 INFO running `"docker" "rm" "-f" "ccb402c4678419a4c54bd2a9a10dbd851fb385302c2a91b12fa4dbe36c0a51ef"` Sep 19 15:03:23.189 INFO blam! ccb402c4678419a4c54bd2a9a10dbd851fb385302c2a91b12fa4dbe36c0a51ef