Sep 17 14:52:26.287 INFO checking wee-rl-1.0.0 against try#cfeeefe83c83bceb55d60d7e2be173db7597ed50 for pr-54033 Sep 17 14:52:26.287 INFO running: cargo +cfeeefe83c83bceb55d60d7e2be173db7597ed50-alt check --frozen --all --all-targets Sep 17 14:52:26.287 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-54033/try#cfeeefe83c83bceb55d60d7e2be173db7597ed50:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54033/worker-0/try#cfeeefe83c83bceb55d60d7e2be173db7597ed50:/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 +cfeeefe83c83bceb55d60d7e2be173db7597ed50-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 17 14:52:26.523 INFO blam! 97af3f7e262d425d29fe163d59aa9fa38dc1d3e2ec4494d9dbb4a4fcc56cfa67 Sep 17 14:52:26.525 INFO running `"docker" "start" "-a" "97af3f7e262d425d29fe163d59aa9fa38dc1d3e2ec4494d9dbb4a4fcc56cfa67"` Sep 17 14:52:27.323 INFO kablam! usermod: no changes Sep 17 14:52:27.395 INFO kablam! Checking nix v0.8.1 Sep 17 14:52:31.318 INFO kablam! Checking wee-rl v1.0.0 (/source) Sep 17 14:52:31.702 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 17 14:52:31.702 INFO kablam! --> src/completion.rs:166:29 Sep 17 14:52:31.702 INFO kablam! | Sep 17 14:52:31.702 INFO kablam! 166 | if let Some(home) = home_dir() { Sep 17 14:52:31.702 INFO kablam! | ^^^^^^^^ Sep 17 14:52:31.702 INFO kablam! | Sep 17 14:52:31.702 INFO kablam! = note: #[warn(deprecated)] on by default Sep 17 14:52:31.702 INFO kablam! Sep 17 14:52:31.702 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 17 14:52:31.702 INFO kablam! --> src/completion.rs:155:33 Sep 17 14:52:31.702 INFO kablam! | Sep 17 14:52:31.702 INFO kablam! 155 | use std::env::{current_dir, home_dir}; Sep 17 14:52:31.702 INFO kablam! | ^^^^^^^^ Sep 17 14:52:31.703 INFO kablam! Sep 17 14:52:31.703 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 17 14:52:31.703 INFO kablam! --> src/tty/unix.rs:40:9 Sep 17 14:52:31.703 INFO kablam! | Sep 17 14:52:31.703 INFO kablam! 40 | use std::ascii::AsciiExt; Sep 17 14:52:31.703 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 17 14:52:31.707 INFO kablam! Sep 17 14:52:31.975 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 17 14:52:31.975 INFO kablam! --> src/completion.rs:166:29 Sep 17 14:52:31.975 INFO kablam! | Sep 17 14:52:31.975 INFO kablam! 166 | if let Some(home) = home_dir() { Sep 17 14:52:31.975 INFO kablam! | ^^^^^^^^ Sep 17 14:52:31.975 INFO kablam! | Sep 17 14:52:31.975 INFO kablam! = note: #[warn(deprecated)] on by default Sep 17 14:52:31.975 INFO kablam! Sep 17 14:52:31.975 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 17 14:52:31.975 INFO kablam! --> src/completion.rs:155:33 Sep 17 14:52:31.975 INFO kablam! | Sep 17 14:52:31.975 INFO kablam! 155 | use std::env::{current_dir, home_dir}; Sep 17 14:52:31.975 INFO kablam! | ^^^^^^^^ Sep 17 14:52:31.975 INFO kablam! Sep 17 14:52:32.256 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Sep 17 14:52:32.256 INFO kablam! --> src/tty/unix.rs:40:9 Sep 17 14:52:32.256 INFO kablam! | Sep 17 14:52:32.256 INFO kablam! 40 | use std::ascii::AsciiExt; Sep 17 14:52:32.256 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 17 14:52:32.256 INFO kablam! | Sep 17 14:52:32.256 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 17 14:52:32.256 INFO kablam! Sep 17 14:52:33.734 INFO kablam! warning: function is never used: `chars` Sep 17 14:52:33.734 INFO kablam! --> src/char_iter.rs:12:1 Sep 17 14:52:33.734 INFO kablam! | Sep 17 14:52:33.734 INFO kablam! 12 | / pub fn chars(read: R) -> Chars Sep 17 14:52:33.734 INFO kablam! 13 | | where R: Sized Sep 17 14:52:33.734 INFO kablam! 14 | | { Sep 17 14:52:33.734 INFO kablam! 15 | | Chars { inner: read } Sep 17 14:52:33.734 INFO kablam! 16 | | } Sep 17 14:52:33.734 INFO kablam! | |_^ Sep 17 14:52:33.734 INFO kablam! | Sep 17 14:52:33.734 INFO kablam! = note: #[warn(dead_code)] on by default Sep 17 14:52:33.734 INFO kablam! Sep 17 14:52:33.734 INFO kablam! warning: struct is never constructed: `Chars` Sep 17 14:52:33.734 INFO kablam! --> src/char_iter.rs:44:1 Sep 17 14:52:33.734 INFO kablam! | Sep 17 14:52:33.734 INFO kablam! 44 | pub struct Chars { Sep 17 14:52:33.734 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 17 14:52:33.734 INFO kablam! Sep 17 14:52:33.866 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 6.51s Sep 17 14:52:33.870 INFO kablam! su: No module specific data is present Sep 17 14:52:34.976 INFO running `"docker" "rm" "-f" "97af3f7e262d425d29fe163d59aa9fa38dc1d3e2ec4494d9dbb4a4fcc56cfa67"` Sep 17 14:52:35.095 INFO blam! 97af3f7e262d425d29fe163d59aa9fa38dc1d3e2ec4494d9dbb4a4fcc56cfa67