Sep 03 22:17:41.303 INFO checking wee-rl-1.0.0 against master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c for pr-53893 Sep 03 22:17:41.303 INFO running: cargo +28bcffead74d5e17c6cb1f7de432e37f93a6b50c-alt check --frozen --all --all-targets Sep 03 22:17:41.303 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53893/master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53893/worker-3/master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c:/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 +28bcffead74d5e17c6cb1f7de432e37f93a6b50c-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 03 22:17:41.458 INFO blam! 8f423d1996278f99fd84535f9d8106e8e2050ef97a1d8bd0c5216254db54c217 Sep 03 22:17:41.460 INFO running `"docker" "start" "-a" "8f423d1996278f99fd84535f9d8106e8e2050ef97a1d8bd0c5216254db54c217"` Sep 03 22:17:42.076 INFO kablam! Checking nix v0.8.1 Sep 03 22:17:48.738 INFO kablam! Checking wee-rl v1.0.0 (file:///source) Sep 03 22:17:49.187 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 03 22:17:49.187 INFO kablam! --> src/completion.rs:166:29 Sep 03 22:17:49.187 INFO kablam! | Sep 03 22:17:49.187 INFO kablam! 166 | if let Some(home) = home_dir() { Sep 03 22:17:49.187 INFO kablam! | ^^^^^^^^ Sep 03 22:17:49.188 INFO kablam! | Sep 03 22:17:49.188 INFO kablam! = note: #[warn(deprecated)] on by default Sep 03 22:17:49.188 INFO kablam! Sep 03 22:17:49.188 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 03 22:17:49.188 INFO kablam! --> src/completion.rs:155:33 Sep 03 22:17:49.188 INFO kablam! | Sep 03 22:17:49.188 INFO kablam! 155 | use std::env::{current_dir, home_dir}; Sep 03 22:17:49.188 INFO kablam! | ^^^^^^^^ Sep 03 22:17:49.188 INFO kablam! Sep 03 22:17:49.189 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 03 22:17:49.189 INFO kablam! --> src/tty/unix.rs:40:9 Sep 03 22:17:49.189 INFO kablam! | Sep 03 22:17:49.189 INFO kablam! 40 | use std::ascii::AsciiExt; Sep 03 22:17:49.189 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 03 22:17:49.189 INFO kablam! Sep 03 22:17:49.479 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 03 22:17:49.480 INFO kablam! --> src/completion.rs:166:29 Sep 03 22:17:49.480 INFO kablam! | Sep 03 22:17:49.480 INFO kablam! 166 | if let Some(home) = home_dir() { Sep 03 22:17:49.480 INFO kablam! | ^^^^^^^^ Sep 03 22:17:49.480 INFO kablam! | Sep 03 22:17:49.480 INFO kablam! = note: #[warn(deprecated)] on by default Sep 03 22:17:49.480 INFO kablam! Sep 03 22:17:49.480 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 03 22:17:49.480 INFO kablam! --> src/completion.rs:155:33 Sep 03 22:17:49.480 INFO kablam! | Sep 03 22:17:49.480 INFO kablam! 155 | use std::env::{current_dir, home_dir}; Sep 03 22:17:49.480 INFO kablam! | ^^^^^^^^ Sep 03 22:17:49.480 INFO kablam! Sep 03 22:17:50.190 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Sep 03 22:17:50.190 INFO kablam! --> src/tty/unix.rs:40:9 Sep 03 22:17:50.190 INFO kablam! | Sep 03 22:17:50.190 INFO kablam! 40 | use std::ascii::AsciiExt; Sep 03 22:17:50.190 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 03 22:17:50.190 INFO kablam! | Sep 03 22:17:50.190 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 03 22:17:50.190 INFO kablam! Sep 03 22:17:52.083 INFO kablam! warning: function is never used: `chars` Sep 03 22:17:52.083 INFO kablam! --> src/char_iter.rs:12:1 Sep 03 22:17:52.083 INFO kablam! | Sep 03 22:17:52.083 INFO kablam! 12 | / pub fn chars(read: R) -> Chars Sep 03 22:17:52.083 INFO kablam! 13 | | where R: Sized Sep 03 22:17:52.083 INFO kablam! 14 | | { Sep 03 22:17:52.083 INFO kablam! 15 | | Chars { inner: read } Sep 03 22:17:52.083 INFO kablam! 16 | | } Sep 03 22:17:52.083 INFO kablam! | |_^ Sep 03 22:17:52.083 INFO kablam! | Sep 03 22:17:52.083 INFO kablam! = note: #[warn(dead_code)] on by default Sep 03 22:17:52.083 INFO kablam! Sep 03 22:17:52.083 INFO kablam! warning: struct is never constructed: `Chars` Sep 03 22:17:52.083 INFO kablam! --> src/char_iter.rs:44:1 Sep 03 22:17:52.083 INFO kablam! | Sep 03 22:17:52.083 INFO kablam! 44 | pub struct Chars { Sep 03 22:17:52.083 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 03 22:17:52.083 INFO kablam! Sep 03 22:17:52.240 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 10.19s Sep 03 22:17:52.245 INFO kablam! su: No module specific data is present Sep 03 22:17:52.719 INFO running `"docker" "rm" "-f" "8f423d1996278f99fd84535f9d8106e8e2050ef97a1d8bd0c5216254db54c217"` Sep 03 22:17:52.876 INFO blam! 8f423d1996278f99fd84535f9d8106e8e2050ef97a1d8bd0c5216254db54c217