Sep 04 01:00:59.874 INFO checking tcalc-rustyline-1.0.1 against try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0 for pr-53893 Sep 04 01:00:59.874 INFO running: cargo +6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0-alt check --frozen --all --all-targets Sep 04 01:00:59.874 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53893/try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53893/worker-1/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 01:01:00.057 INFO blam! 0a3d60684008ea79ce4cf33f88462e4eb865a056b5775dd1b8b760cd3376b65e Sep 04 01:01:00.059 INFO running `"docker" "start" "-a" "0a3d60684008ea79ce4cf33f88462e4eb865a056b5775dd1b8b760cd3376b65e"` Sep 04 01:01:00.738 INFO kablam! Checking tcalc-rustyline v1.0.1 (file:///source) Sep 04 01:01:01.240 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 01:01:01.240 INFO kablam! --> src/completion.rs:159:29 Sep 04 01:01:01.240 INFO kablam! | Sep 04 01:01:01.240 INFO kablam! 159 | if let Some(home) = home_dir() { Sep 04 01:01:01.240 INFO kablam! | ^^^^^^^^ Sep 04 01:01:01.240 INFO kablam! | Sep 04 01:01:01.240 INFO kablam! = note: #[warn(deprecated)] on by default Sep 04 01:01:01.240 INFO kablam! Sep 04 01:01:01.240 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 01:01:01.240 INFO kablam! --> src/completion.rs:148:33 Sep 04 01:01:01.240 INFO kablam! | Sep 04 01:01:01.241 INFO kablam! 148 | use std::env::{current_dir, home_dir}; Sep 04 01:01:01.241 INFO kablam! | ^^^^^^^^ Sep 04 01:01:01.241 INFO kablam! Sep 04 01:01:01.241 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 04 01:01:01.241 INFO kablam! --> src/tty/unix.rs:39:9 Sep 04 01:01:01.241 INFO kablam! | Sep 04 01:01:01.241 INFO kablam! 39 | use std::ascii::AsciiExt; Sep 04 01:01:01.241 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 04 01:01:01.242 INFO kablam! Sep 04 01:01:01.426 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 01:01:01.426 INFO kablam! --> src/completion.rs:159:29 Sep 04 01:01:01.426 INFO kablam! | Sep 04 01:01:01.426 INFO kablam! 159 | if let Some(home) = home_dir() { Sep 04 01:01:01.426 INFO kablam! | ^^^^^^^^ Sep 04 01:01:01.426 INFO kablam! | Sep 04 01:01:01.426 INFO kablam! = note: #[warn(deprecated)] on by default Sep 04 01:01:01.427 INFO kablam! Sep 04 01:01:01.427 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 01:01:01.427 INFO kablam! --> src/completion.rs:148:33 Sep 04 01:01:01.427 INFO kablam! | Sep 04 01:01:01.427 INFO kablam! 148 | use std::env::{current_dir, home_dir}; Sep 04 01:01:01.427 INFO kablam! | ^^^^^^^^ Sep 04 01:01:01.427 INFO kablam! Sep 04 01:01:01.955 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Sep 04 01:01:01.955 INFO kablam! --> src/tty/unix.rs:39:9 Sep 04 01:01:01.955 INFO kablam! | Sep 04 01:01:01.955 INFO kablam! 39 | use std::ascii::AsciiExt; Sep 04 01:01:01.955 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 04 01:01:01.955 INFO kablam! | Sep 04 01:01:01.955 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 04 01:01:01.955 INFO kablam! Sep 04 01:01:02.825 INFO kablam! warning: function is never used: `chars` Sep 04 01:01:02.825 INFO kablam! --> src/char_iter.rs:12:1 Sep 04 01:01:02.825 INFO kablam! | Sep 04 01:01:02.825 INFO kablam! 12 | / pub fn chars(read: R) -> Chars Sep 04 01:01:02.825 INFO kablam! 13 | | where R: Sized Sep 04 01:01:02.825 INFO kablam! 14 | | { Sep 04 01:01:02.825 INFO kablam! 15 | | Chars { inner: read } Sep 04 01:01:02.825 INFO kablam! 16 | | } Sep 04 01:01:02.825 INFO kablam! | |_^ Sep 04 01:01:02.826 INFO kablam! | Sep 04 01:01:02.826 INFO kablam! = note: #[warn(dead_code)] on by default Sep 04 01:01:02.826 INFO kablam! Sep 04 01:01:02.826 INFO kablam! warning: struct is never constructed: `Chars` Sep 04 01:01:02.826 INFO kablam! --> src/char_iter.rs:44:1 Sep 04 01:01:02.826 INFO kablam! | Sep 04 01:01:02.826 INFO kablam! 44 | pub struct Chars { Sep 04 01:01:02.826 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 04 01:01:02.826 INFO kablam! Sep 04 01:01:02.898 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.20s Sep 04 01:01:02.905 INFO kablam! su: No module specific data is present Sep 04 01:01:03.232 INFO running `"docker" "rm" "-f" "0a3d60684008ea79ce4cf33f88462e4eb865a056b5775dd1b8b760cd3376b65e"` Sep 04 01:01:03.343 INFO blam! 0a3d60684008ea79ce4cf33f88462e4eb865a056b5775dd1b8b760cd3376b65e