Sep 04 11:58:24.308 INFO checking linefeed-0.2.6 against try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0 for pr-53893 Sep 04 11:58:24.308 INFO running: cargo +6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0-alt check --frozen --all --all-targets Sep 04 11:58:24.308 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53893/try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53893/worker-2/try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0:/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=500" "-e" "CMD=cargo +6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 11:58:24.450 INFO blam! 0a3d9e9a023777233ef2efee0c7ea308d8a1567292de17493b76c2dbfb802c92 Sep 04 11:58:24.451 INFO running `"docker" "start" "-a" "0a3d9e9a023777233ef2efee0c7ea308d8a1567292de17493b76c2dbfb802c92"` Sep 04 11:58:25.080 INFO kablam! Checking linefeed v0.2.6 (file:///source) Sep 04 11:58:26.033 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 04 11:58:26.033 INFO kablam! --> src/reader.rs:2819:9 Sep 04 11:58:26.033 INFO kablam! | Sep 04 11:58:26.033 INFO kablam! 2819 | use std::ascii::AsciiExt; Sep 04 11:58:26.033 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 04 11:58:26.034 INFO kablam! | Sep 04 11:58:26.034 INFO kablam! = note: #[warn(deprecated)] on by default Sep 04 11:58:26.034 INFO kablam! Sep 04 11:58:26.034 INFO kablam! warning: use of deprecated item 'std::env::home_dir': This function's behavior is unexpected and probably not what you want. Consider using the home_dir function from https://crates.io/crates/dirs instead. Sep 04 11:58:26.034 INFO kablam! --> src/unix/path.rs:1:16 Sep 04 11:58:26.035 INFO kablam! | Sep 04 11:58:26.035 INFO kablam! 1 | use std::env::{home_dir, var_os}; Sep 04 11:58:26.035 INFO kablam! | ^^^^^^^^ Sep 04 11:58:26.035 INFO kablam! Sep 04 11:58:26.035 INFO kablam! warning: use of deprecated item 'std::env::home_dir': This function's behavior is unexpected and probably not what you want. Consider using the home_dir function from https://crates.io/crates/dirs instead. Sep 04 11:58:26.035 INFO kablam! --> src/unix/path.rs:13:5 Sep 04 11:58:26.035 INFO kablam! | Sep 04 11:58:26.035 INFO kablam! 13 | home_dir().map(|p| p.join(".inputrc")) Sep 04 11:58:26.035 INFO kablam! | ^^^^^^^^ Sep 04 11:58:26.035 INFO kablam! Sep 04 11:58:26.191 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 04 11:58:26.191 INFO kablam! --> src/reader.rs:2819:9 Sep 04 11:58:26.191 INFO kablam! | Sep 04 11:58:26.191 INFO kablam! 2819 | use std::ascii::AsciiExt; Sep 04 11:58:26.191 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 04 11:58:26.191 INFO kablam! | Sep 04 11:58:26.192 INFO kablam! = note: #[warn(deprecated)] on by default Sep 04 11:58:26.192 INFO kablam! Sep 04 11:58:26.192 INFO kablam! warning: use of deprecated item 'std::env::home_dir': This function's behavior is unexpected and probably not what you want. Consider using the home_dir function from https://crates.io/crates/dirs instead. Sep 04 11:58:26.192 INFO kablam! --> src/unix/path.rs:1:16 Sep 04 11:58:26.192 INFO kablam! | Sep 04 11:58:26.193 INFO kablam! 1 | use std::env::{home_dir, var_os}; Sep 04 11:58:26.193 INFO kablam! | ^^^^^^^^ Sep 04 11:58:26.193 INFO kablam! Sep 04 11:58:26.193 INFO kablam! warning: use of deprecated item 'std::env::home_dir': This function's behavior is unexpected and probably not what you want. Consider using the home_dir function from https://crates.io/crates/dirs instead. Sep 04 11:58:26.193 INFO kablam! --> src/unix/path.rs:13:5 Sep 04 11:58:26.193 INFO kablam! | Sep 04 11:58:26.193 INFO kablam! 13 | home_dir().map(|p| p.join(".inputrc")) Sep 04 11:58:26.193 INFO kablam! | ^^^^^^^^ Sep 04 11:58:26.193 INFO kablam! Sep 04 11:58:27.853 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Sep 04 11:58:27.853 INFO kablam! --> src/reader.rs:2819:9 Sep 04 11:58:27.853 INFO kablam! | Sep 04 11:58:27.853 INFO kablam! 2819 | use std::ascii::AsciiExt; Sep 04 11:58:27.853 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 04 11:58:27.853 INFO kablam! | Sep 04 11:58:27.853 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 04 11:58:27.853 INFO kablam! Sep 04 11:58:28.243 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Sep 04 11:58:28.243 INFO kablam! --> src/reader.rs:2819:9 Sep 04 11:58:28.243 INFO kablam! | Sep 04 11:58:28.243 INFO kablam! 2819 | use std::ascii::AsciiExt; Sep 04 11:58:28.243 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 04 11:58:28.243 INFO kablam! | Sep 04 11:58:28.243 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 04 11:58:28.243 INFO kablam! Sep 04 11:58:28.622 INFO kablam! warning: variable does not need to be mutable Sep 04 11:58:28.622 INFO kablam! --> src/reader.rs:3089:13 Sep 04 11:58:28.622 INFO kablam! | Sep 04 11:58:28.622 INFO kablam! 3089 | let mut buf = string.as_mut_vec(); Sep 04 11:58:28.622 INFO kablam! | ----^^^ Sep 04 11:58:28.622 INFO kablam! | | Sep 04 11:58:28.622 INFO kablam! | help: remove this `mut` Sep 04 11:58:28.622 INFO kablam! | Sep 04 11:58:28.622 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 04 11:58:28.622 INFO kablam! Sep 04 11:58:29.402 INFO kablam! warning: variable does not need to be mutable Sep 04 11:58:29.402 INFO kablam! --> src/reader.rs:3089:13 Sep 04 11:58:29.402 INFO kablam! | Sep 04 11:58:29.402 INFO kablam! 3089 | let mut buf = string.as_mut_vec(); Sep 04 11:58:29.402 INFO kablam! | ----^^^ Sep 04 11:58:29.402 INFO kablam! | | Sep 04 11:58:29.402 INFO kablam! | help: remove this `mut` Sep 04 11:58:29.414 INFO kablam! | Sep 04 11:58:29.415 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 04 11:58:29.415 INFO kablam! Sep 04 11:58:31.453 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 6.41s Sep 04 11:58:31.463 INFO kablam! su: No module specific data is present Sep 04 11:58:31.890 INFO running `"docker" "rm" "-f" "0a3d9e9a023777233ef2efee0c7ea308d8a1567292de17493b76c2dbfb802c92"` Sep 04 11:58:31.996 INFO blam! 0a3d9e9a023777233ef2efee0c7ea308d8a1567292de17493b76c2dbfb802c92