Oct 13 06:18:41.392 INFO checking wee-rl-1.0.0 against master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f for pr-54977 Oct 13 06:18:41.393 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-1/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/pr-54977/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/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 +5af0bb83044c3fb43d59ad5f49ee5ae1a293901f-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 13 06:18:41.912 INFO blam! 81644012ded6db64ccb5affa5f2835c5f2c135f46b1aa13dc1a436cc36d5894a Oct 13 06:18:41.914 INFO running `"docker" "start" "-a" "81644012ded6db64ccb5affa5f2835c5f2c135f46b1aa13dc1a436cc36d5894a"` Oct 13 06:18:43.817 INFO kablam! usermod: no changes Oct 13 06:18:43.930 INFO kablam! Checking nix v0.8.1 Oct 13 06:18:48.124 INFO kablam! Checking wee-rl v1.0.0 (/source) Oct 13 06:18:49.872 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 13 06:18:49.872 INFO kablam! --> src/completion.rs:166:29 Oct 13 06:18:49.873 INFO kablam! | Oct 13 06:18:49.873 INFO kablam! 166 | if let Some(home) = home_dir() { Oct 13 06:18:49.873 INFO kablam! | ^^^^^^^^ Oct 13 06:18:49.873 INFO kablam! | Oct 13 06:18:49.873 INFO kablam! = note: #[warn(deprecated)] on by default Oct 13 06:18:49.873 INFO kablam! Oct 13 06:18:49.873 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 13 06:18:49.874 INFO kablam! --> src/completion.rs:155:33 Oct 13 06:18:49.874 INFO kablam! | Oct 13 06:18:49.874 INFO kablam! 155 | use std::env::{current_dir, home_dir}; Oct 13 06:18:49.874 INFO kablam! | ^^^^^^^^ Oct 13 06:18:49.874 INFO kablam! Oct 13 06:18:49.874 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Oct 13 06:18:49.875 INFO kablam! --> src/tty/unix.rs:40:9 Oct 13 06:18:49.875 INFO kablam! | Oct 13 06:18:49.875 INFO kablam! 40 | use std::ascii::AsciiExt; Oct 13 06:18:49.875 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 13 06:18:49.875 INFO kablam! Oct 13 06:18:50.157 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 13 06:18:50.158 INFO kablam! --> src/completion.rs:166:29 Oct 13 06:18:50.158 INFO kablam! | Oct 13 06:18:50.159 INFO kablam! 166 | if let Some(home) = home_dir() { Oct 13 06:18:50.159 INFO kablam! | ^^^^^^^^ Oct 13 06:18:50.160 INFO kablam! | Oct 13 06:18:50.161 INFO kablam! = note: #[warn(deprecated)] on by default Oct 13 06:18:50.161 INFO kablam! Oct 13 06:18:50.161 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 13 06:18:50.161 INFO kablam! --> src/completion.rs:155:33 Oct 13 06:18:50.162 INFO kablam! | Oct 13 06:18:50.162 INFO kablam! 155 | use std::env::{current_dir, home_dir}; Oct 13 06:18:50.162 INFO kablam! | ^^^^^^^^ Oct 13 06:18:50.162 INFO kablam! Oct 13 06:18:50.673 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Oct 13 06:18:50.674 INFO kablam! --> src/tty/unix.rs:40:9 Oct 13 06:18:50.674 INFO kablam! | Oct 13 06:18:50.674 INFO kablam! 40 | use std::ascii::AsciiExt; Oct 13 06:18:50.674 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 13 06:18:50.674 INFO kablam! | Oct 13 06:18:50.675 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 06:18:50.675 INFO kablam! Oct 13 06:18:52.436 INFO kablam! warning: function is never used: `chars` Oct 13 06:18:52.436 INFO kablam! --> src/char_iter.rs:12:1 Oct 13 06:18:52.436 INFO kablam! | Oct 13 06:18:52.436 INFO kablam! 12 | / pub fn chars(read: R) -> Chars Oct 13 06:18:52.436 INFO kablam! 13 | | where R: Sized Oct 13 06:18:52.436 INFO kablam! 14 | | { Oct 13 06:18:52.436 INFO kablam! 15 | | Chars { inner: read } Oct 13 06:18:52.436 INFO kablam! 16 | | } Oct 13 06:18:52.436 INFO kablam! | |_^ Oct 13 06:18:52.436 INFO kablam! | Oct 13 06:18:52.436 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 06:18:52.436 INFO kablam! Oct 13 06:18:52.436 INFO kablam! warning: struct is never constructed: `Chars` Oct 13 06:18:52.436 INFO kablam! --> src/char_iter.rs:44:1 Oct 13 06:18:52.436 INFO kablam! | Oct 13 06:18:52.436 INFO kablam! 44 | pub struct Chars { Oct 13 06:18:52.436 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 13 06:18:52.436 INFO kablam! Oct 13 06:18:52.554 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 8.68s Oct 13 06:18:52.561 INFO kablam! su: No module specific data is present Oct 13 06:18:53.008 INFO running `"docker" "rm" "-f" "81644012ded6db64ccb5affa5f2835c5f2c135f46b1aa13dc1a436cc36d5894a"` Oct 13 06:18:53.120 INFO blam! 81644012ded6db64ccb5affa5f2835c5f2c135f46b1aa13dc1a436cc36d5894a