Sep 05 18:05:50.954 INFO checking mpdrescher/run-info against master#1c2e17f4e3a2070a7f703f51e29c1c388ef703b6 for pr-53854 Sep 05 18:05:50.954 INFO running: cargo +1c2e17f4e3a2070a7f703f51e29c1c388ef703b6-alt check --frozen --all --all-targets Sep 05 18:05:50.954 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53854/master#1c2e17f4e3a2070a7f703f51e29c1c388ef703b6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53854/worker-0/master#1c2e17f4e3a2070a7f703f51e29c1c388ef703b6:/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 +1c2e17f4e3a2070a7f703f51e29c1c388ef703b6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 05 18:05:51.354 INFO blam! 59793351a96146499c56f58922235dfc70c01cd2ae2f92dfe9e0487aca3ff161 Sep 05 18:05:51.355 INFO running `"docker" "start" "-a" "59793351a96146499c56f58922235dfc70c01cd2ae2f92dfe9e0487aca3ff161"` Sep 05 18:05:52.978 INFO kablam! usermod: no changes Sep 05 18:05:53.103 INFO kablam! Checking libc v0.2.15 Sep 05 18:05:53.104 INFO kablam! Checking ansi_term v0.8.0 Sep 05 18:05:53.104 INFO kablam! Checking unicode-segmentation v0.1.2 Sep 05 18:05:53.105 INFO kablam! Checking unicode-width v0.1.3 Sep 05 18:05:53.105 INFO kablam! Checking strsim v0.5.1 Sep 05 18:05:53.106 INFO kablam! Checking term v0.4.4 Sep 05 18:05:54.219 INFO kablam! Checking term_size v0.1.1 Sep 05 18:05:54.221 INFO kablam! Checking time v0.1.35 Sep 05 18:05:55.054 INFO kablam! Checking clap v2.11.0 Sep 05 18:05:59.642 INFO kablam! Checking run-info v0.5.1 (file:///source) Sep 05 18:06:00.334 INFO kablam! warning: variable does not need to be mutable Sep 05 18:06:00.334 INFO kablam! --> src/printer.rs:116:25 Sep 05 18:06:00.334 INFO kablam! | Sep 05 18:06:00.334 INFO kablam! 116 | pub fn print_small_mode(mut term: &mut Box + Send>, settings: &Settings, Sep 05 18:06:00.334 INFO kablam! | ----^^^^ Sep 05 18:06:00.334 INFO kablam! | | Sep 05 18:06:00.334 INFO kablam! | help: remove this `mut` Sep 05 18:06:00.334 INFO kablam! | Sep 05 18:06:00.334 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 05 18:06:00.334 INFO kablam! Sep 05 18:06:00.338 INFO kablam! warning: variable does not need to be mutable Sep 05 18:06:00.338 INFO kablam! --> src/printer.rs:158:23 Sep 05 18:06:00.338 INFO kablam! | Sep 05 18:06:00.338 INFO kablam! 158 | pub fn print_log_mode(mut term: &mut Box + Send>, settings: &Settings, Sep 05 18:06:00.338 INFO kablam! | ----^^^^ Sep 05 18:06:00.338 INFO kablam! | | Sep 05 18:06:00.338 INFO kablam! | help: remove this `mut` Sep 05 18:06:00.338 INFO kablam! Sep 05 18:06:00.338 INFO kablam! warning: function is never used: `pad_string` Sep 05 18:06:00.338 INFO kablam! --> src/printutils.rs:126:1 Sep 05 18:06:00.338 INFO kablam! | Sep 05 18:06:00.338 INFO kablam! 126 | pub fn pad_string(mut str: String, size: usize) -> String { Sep 05 18:06:00.338 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 05 18:06:00.338 INFO kablam! | Sep 05 18:06:00.338 INFO kablam! = note: #[warn(dead_code)] on by default Sep 05 18:06:00.338 INFO kablam! Sep 05 18:06:00.526 INFO kablam! warning: variable does not need to be mutable Sep 05 18:06:00.526 INFO kablam! --> src/printer.rs:116:25 Sep 05 18:06:00.526 INFO kablam! | Sep 05 18:06:00.526 INFO kablam! 116 | pub fn print_small_mode(mut term: &mut Box + Send>, settings: &Settings, Sep 05 18:06:00.526 INFO kablam! | ----^^^^ Sep 05 18:06:00.526 INFO kablam! | | Sep 05 18:06:00.526 INFO kablam! | help: remove this `mut` Sep 05 18:06:00.526 INFO kablam! | Sep 05 18:06:00.526 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 05 18:06:00.526 INFO kablam! Sep 05 18:06:00.526 INFO kablam! warning: variable does not need to be mutable Sep 05 18:06:00.526 INFO kablam! --> src/printer.rs:158:23 Sep 05 18:06:00.526 INFO kablam! | Sep 05 18:06:00.526 INFO kablam! 158 | pub fn print_log_mode(mut term: &mut Box + Send>, settings: &Settings, Sep 05 18:06:00.526 INFO kablam! | ----^^^^ Sep 05 18:06:00.526 INFO kablam! | | Sep 05 18:06:00.526 INFO kablam! | help: remove this `mut` Sep 05 18:06:00.526 INFO kablam! Sep 05 18:06:00.526 INFO kablam! warning: function is never used: `pad_string` Sep 05 18:06:00.526 INFO kablam! --> src/printutils.rs:126:1 Sep 05 18:06:00.526 INFO kablam! | Sep 05 18:06:00.526 INFO kablam! 126 | pub fn pad_string(mut str: String, size: usize) -> String { Sep 05 18:06:00.526 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 05 18:06:00.526 INFO kablam! | Sep 05 18:06:00.527 INFO kablam! = note: #[warn(dead_code)] on by default Sep 05 18:06:00.527 INFO kablam! Sep 05 18:06:00.606 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 7.59s Sep 05 18:06:00.606 INFO kablam! su: No module specific data is present Sep 05 18:06:01.520 INFO running `"docker" "rm" "-f" "59793351a96146499c56f58922235dfc70c01cd2ae2f92dfe9e0487aca3ff161"` Sep 05 18:06:01.786 INFO blam! 59793351a96146499c56f58922235dfc70c01cd2ae2f92dfe9e0487aca3ff161