Oct 27 14:51:08.376 INFO checking tcalc-rustyline-1.0.1 against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 27 14:51:08.377 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-7/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/pr-55192-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/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 +19f01b935b91481fd445b16b533d2f87661bf12e-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:51:08.847 INFO blam! 1c059ff1c74ec75ef0c3a80e2998d9915ba6a263a54b2bad65a6b6f0dc0e3b1f Oct 27 14:51:08.849 INFO running `"docker" "start" "-a" "1c059ff1c74ec75ef0c3a80e2998d9915ba6a263a54b2bad65a6b6f0dc0e3b1f"` Oct 27 14:51:10.174 INFO kablam! usermod: no changes Oct 27 14:51:10.235 INFO kablam! Checking tcalc-rustyline v1.0.1 (/source) Oct 27 14:51:11.019 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. Oct 27 14:51:11.019 INFO kablam! --> src/completion.rs:159:29 Oct 27 14:51:11.019 INFO kablam! | Oct 27 14:51:11.019 INFO kablam! 159 | if let Some(home) = home_dir() { Oct 27 14:51:11.019 INFO kablam! | ^^^^^^^^ Oct 27 14:51:11.019 INFO kablam! | Oct 27 14:51:11.019 INFO kablam! = note: #[warn(deprecated)] on by default Oct 27 14:51:11.019 INFO kablam! Oct 27 14:51:11.019 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. Oct 27 14:51:11.019 INFO kablam! --> src/completion.rs:148:33 Oct 27 14:51:11.019 INFO kablam! | Oct 27 14:51:11.019 INFO kablam! 148 | use std::env::{current_dir, home_dir}; Oct 27 14:51:11.019 INFO kablam! | ^^^^^^^^ Oct 27 14:51:11.019 INFO kablam! Oct 27 14:51:11.019 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Oct 27 14:51:11.019 INFO kablam! --> src/tty/unix.rs:39:9 Oct 27 14:51:11.019 INFO kablam! | Oct 27 14:51:11.019 INFO kablam! 39 | use std::ascii::AsciiExt; Oct 27 14:51:11.019 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 27 14:51:11.019 INFO kablam! Oct 27 14:51:11.179 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. Oct 27 14:51:11.179 INFO kablam! --> src/completion.rs:159:29 Oct 27 14:51:11.179 INFO kablam! | Oct 27 14:51:11.179 INFO kablam! 159 | if let Some(home) = home_dir() { Oct 27 14:51:11.179 INFO kablam! | ^^^^^^^^ Oct 27 14:51:11.179 INFO kablam! | Oct 27 14:51:11.179 INFO kablam! = note: #[warn(deprecated)] on by default Oct 27 14:51:11.179 INFO kablam! Oct 27 14:51:11.179 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. Oct 27 14:51:11.179 INFO kablam! --> src/completion.rs:148:33 Oct 27 14:51:11.179 INFO kablam! | Oct 27 14:51:11.179 INFO kablam! 148 | use std::env::{current_dir, home_dir}; Oct 27 14:51:11.179 INFO kablam! | ^^^^^^^^ Oct 27 14:51:11.179 INFO kablam! Oct 27 14:51:11.323 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Oct 27 14:51:11.323 INFO kablam! --> src/tty/unix.rs:39:9 Oct 27 14:51:11.323 INFO kablam! | Oct 27 14:51:11.323 INFO kablam! 39 | use std::ascii::AsciiExt; Oct 27 14:51:11.323 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 27 14:51:11.323 INFO kablam! | Oct 27 14:51:11.323 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 14:51:11.323 INFO kablam! Oct 27 14:51:11.995 INFO kablam! warning: function is never used: `chars` Oct 27 14:51:11.996 INFO kablam! --> src/char_iter.rs:12:1 Oct 27 14:51:11.996 INFO kablam! | Oct 27 14:51:11.996 INFO kablam! 12 | / pub fn chars(read: R) -> Chars Oct 27 14:51:11.997 INFO kablam! 13 | | where R: Sized Oct 27 14:51:11.997 INFO kablam! 14 | | { Oct 27 14:51:11.997 INFO kablam! 15 | | Chars { inner: read } Oct 27 14:51:11.997 INFO kablam! 16 | | } Oct 27 14:51:11.997 INFO kablam! | |_^ Oct 27 14:51:11.998 INFO kablam! | Oct 27 14:51:11.998 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 14:51:11.998 INFO kablam! Oct 27 14:51:11.999 INFO kablam! warning: struct is never constructed: `Chars` Oct 27 14:51:11.999 INFO kablam! --> src/char_iter.rs:44:1 Oct 27 14:51:11.999 INFO kablam! | Oct 27 14:51:11.999 INFO kablam! 44 | pub struct Chars { Oct 27 14:51:12.000 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 27 14:51:12.000 INFO kablam! Oct 27 14:51:12.399 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.20s Oct 27 14:51:12.403 INFO kablam! su: No module specific data is present Oct 27 14:51:13.027 INFO running `"docker" "rm" "-f" "1c059ff1c74ec75ef0c3a80e2998d9915ba6a263a54b2bad65a6b6f0dc0e3b1f"` Oct 27 14:51:13.312 INFO blam! 1c059ff1c74ec75ef0c3a80e2998d9915ba6a263a54b2bad65a6b6f0dc0e3b1f