Sep 21 07:31:55.384 INFO checking linefeed-0.2.6 against master#f7f4c500b46603386e940f116b469c7adc043a6d for pr-54394 Sep 21 07:31:55.384 INFO running: cargo +f7f4c500b46603386e940f116b469c7adc043a6d-alt check --frozen --all --all-targets Sep 21 07:31:55.384 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-7/pr-54394/master#f7f4c500b46603386e940f116b469c7adc043a6d:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54394/worker-7/master#f7f4c500b46603386e940f116b469c7adc043a6d:/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 +f7f4c500b46603386e940f116b469c7adc043a6d-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 21 07:31:55.590 INFO blam! 92f7922c7951ce800257cd0998dec157c6e573ece5aefeff7f654a3470717df4 Sep 21 07:31:55.594 INFO running `"docker" "start" "-a" "92f7922c7951ce800257cd0998dec157c6e573ece5aefeff7f654a3470717df4"` Sep 21 07:31:56.325 INFO kablam! usermod: no changes Sep 21 07:31:56.371 INFO kablam! Checking linefeed v0.2.6 (/source) Sep 21 07:31:56.821 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 21 07:31:56.821 INFO kablam! --> src/reader.rs:2819:9 Sep 21 07:31:56.821 INFO kablam! | Sep 21 07:31:56.821 INFO kablam! 2819 | use std::ascii::AsciiExt; Sep 21 07:31:56.821 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 21 07:31:56.821 INFO kablam! | Sep 21 07:31:56.821 INFO kablam! = note: #[warn(deprecated)] on by default Sep 21 07:31:56.821 INFO kablam! Sep 21 07:31:56.821 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 21 07:31:56.821 INFO kablam! --> src/unix/path.rs:1:16 Sep 21 07:31:56.821 INFO kablam! | Sep 21 07:31:56.821 INFO kablam! 1 | use std::env::{home_dir, var_os}; Sep 21 07:31:56.821 INFO kablam! | ^^^^^^^^ Sep 21 07:31:56.821 INFO kablam! Sep 21 07:31:56.821 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 21 07:31:56.821 INFO kablam! --> src/unix/path.rs:13:5 Sep 21 07:31:56.821 INFO kablam! | Sep 21 07:31:56.821 INFO kablam! 13 | home_dir().map(|p| p.join(".inputrc")) Sep 21 07:31:56.821 INFO kablam! | ^^^^^^^^ Sep 21 07:31:56.821 INFO kablam! Sep 21 07:31:56.884 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 21 07:31:56.884 INFO kablam! --> src/reader.rs:2819:9 Sep 21 07:31:56.884 INFO kablam! | Sep 21 07:31:56.884 INFO kablam! 2819 | use std::ascii::AsciiExt; Sep 21 07:31:56.884 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 21 07:31:56.884 INFO kablam! | Sep 21 07:31:56.884 INFO kablam! = note: #[warn(deprecated)] on by default Sep 21 07:31:56.884 INFO kablam! Sep 21 07:31:56.885 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 21 07:31:56.885 INFO kablam! --> src/unix/path.rs:1:16 Sep 21 07:31:56.885 INFO kablam! | Sep 21 07:31:56.885 INFO kablam! 1 | use std::env::{home_dir, var_os}; Sep 21 07:31:56.885 INFO kablam! | ^^^^^^^^ Sep 21 07:31:56.885 INFO kablam! Sep 21 07:31:56.885 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 21 07:31:56.885 INFO kablam! --> src/unix/path.rs:13:5 Sep 21 07:31:56.885 INFO kablam! | Sep 21 07:31:56.885 INFO kablam! 13 | home_dir().map(|p| p.join(".inputrc")) Sep 21 07:31:56.885 INFO kablam! | ^^^^^^^^ Sep 21 07:31:56.885 INFO kablam! Sep 21 07:31:57.594 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Sep 21 07:31:57.594 INFO kablam! --> src/reader.rs:2819:9 Sep 21 07:31:57.594 INFO kablam! | Sep 21 07:31:57.594 INFO kablam! 2819 | use std::ascii::AsciiExt; Sep 21 07:31:57.594 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 21 07:31:57.594 INFO kablam! | Sep 21 07:31:57.594 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 21 07:31:57.594 INFO kablam! Sep 21 07:31:57.730 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Sep 21 07:31:57.730 INFO kablam! --> src/reader.rs:2819:9 Sep 21 07:31:57.730 INFO kablam! | Sep 21 07:31:57.730 INFO kablam! 2819 | use std::ascii::AsciiExt; Sep 21 07:31:57.730 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 21 07:31:57.730 INFO kablam! | Sep 21 07:31:57.730 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 21 07:31:57.730 INFO kablam! Sep 21 07:31:58.034 INFO kablam! warning: variable does not need to be mutable Sep 21 07:31:58.034 INFO kablam! --> src/reader.rs:3089:13 Sep 21 07:31:58.034 INFO kablam! | Sep 21 07:31:58.034 INFO kablam! 3089 | let mut buf = string.as_mut_vec(); Sep 21 07:31:58.034 INFO kablam! | ----^^^ Sep 21 07:31:58.034 INFO kablam! | | Sep 21 07:31:58.034 INFO kablam! | help: remove this `mut` Sep 21 07:31:58.034 INFO kablam! | Sep 21 07:31:58.034 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 21 07:31:58.034 INFO kablam! Sep 21 07:31:58.205 INFO kablam! warning: variable does not need to be mutable Sep 21 07:31:58.205 INFO kablam! --> src/reader.rs:3089:13 Sep 21 07:31:58.205 INFO kablam! | Sep 21 07:31:58.205 INFO kablam! 3089 | let mut buf = string.as_mut_vec(); Sep 21 07:31:58.205 INFO kablam! | ----^^^ Sep 21 07:31:58.205 INFO kablam! | | Sep 21 07:31:58.205 INFO kablam! | help: remove this `mut` Sep 21 07:31:58.205 INFO kablam! | Sep 21 07:31:58.205 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 21 07:31:58.205 INFO kablam! Sep 21 07:31:59.351 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.01s Sep 21 07:31:59.359 INFO kablam! su: No module specific data is present Sep 21 07:32:00.128 INFO running `"docker" "rm" "-f" "92f7922c7951ce800257cd0998dec157c6e573ece5aefeff7f654a3470717df4"` Sep 21 07:32:00.227 INFO blam! 92f7922c7951ce800257cd0998dec157c6e573ece5aefeff7f654a3470717df4