Oct 21 22:25:59.711 INFO checking wee-rl-1.0.0 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 22:25:59.711 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-7/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/pr-55192/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/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 +155510e377ae2a8d8ee0dad1a5f809c9062a5526-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 21 22:26:00.165 INFO blam! 659455dd62a879fa620b3e93ab2a133b1972cbe1c777574446eabf262f56ed4e Oct 21 22:26:00.173 INFO running `"docker" "start" "-a" "659455dd62a879fa620b3e93ab2a133b1972cbe1c777574446eabf262f56ed4e"` Oct 21 22:26:01.485 INFO kablam! usermod: no changes Oct 21 22:26:01.580 INFO kablam! Checking nix v0.8.1 Oct 21 22:26:06.334 INFO kablam! Checking wee-rl v1.0.0 (/source) Oct 21 22:26:08.256 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 21 22:26:08.256 INFO kablam! --> src/completion.rs:166:29 Oct 21 22:26:08.256 INFO kablam! | Oct 21 22:26:08.256 INFO kablam! 166 | if let Some(home) = home_dir() { Oct 21 22:26:08.256 INFO kablam! | ^^^^^^^^ Oct 21 22:26:08.256 INFO kablam! | Oct 21 22:26:08.256 INFO kablam! = note: #[warn(deprecated)] on by default Oct 21 22:26:08.256 INFO kablam! Oct 21 22:26:08.256 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 21 22:26:08.256 INFO kablam! --> src/completion.rs:155:33 Oct 21 22:26:08.256 INFO kablam! | Oct 21 22:26:08.256 INFO kablam! 155 | use std::env::{current_dir, home_dir}; Oct 21 22:26:08.256 INFO kablam! | ^^^^^^^^ Oct 21 22:26:08.257 INFO kablam! Oct 21 22:26:08.264 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Oct 21 22:26:08.264 INFO kablam! --> src/tty/unix.rs:40:9 Oct 21 22:26:08.264 INFO kablam! | Oct 21 22:26:08.264 INFO kablam! 40 | use std::ascii::AsciiExt; Oct 21 22:26:08.264 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 21 22:26:08.264 INFO kablam! Oct 21 22:26:08.640 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 21 22:26:08.640 INFO kablam! --> src/completion.rs:166:29 Oct 21 22:26:08.640 INFO kablam! | Oct 21 22:26:08.640 INFO kablam! 166 | if let Some(home) = home_dir() { Oct 21 22:26:08.640 INFO kablam! | ^^^^^^^^ Oct 21 22:26:08.640 INFO kablam! | Oct 21 22:26:08.640 INFO kablam! = note: #[warn(deprecated)] on by default Oct 21 22:26:08.640 INFO kablam! Oct 21 22:26:08.640 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 21 22:26:08.640 INFO kablam! --> src/completion.rs:155:33 Oct 21 22:26:08.640 INFO kablam! | Oct 21 22:26:08.640 INFO kablam! 155 | use std::env::{current_dir, home_dir}; Oct 21 22:26:08.640 INFO kablam! | ^^^^^^^^ Oct 21 22:26:08.640 INFO kablam! Oct 21 22:26:08.937 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Oct 21 22:26:08.937 INFO kablam! --> src/tty/unix.rs:40:9 Oct 21 22:26:08.937 INFO kablam! | Oct 21 22:26:08.938 INFO kablam! 40 | use std::ascii::AsciiExt; Oct 21 22:26:08.938 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 21 22:26:08.938 INFO kablam! | Oct 21 22:26:08.938 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 21 22:26:08.939 INFO kablam! Oct 21 22:26:11.128 INFO kablam! warning: function is never used: `chars` Oct 21 22:26:11.128 INFO kablam! --> src/char_iter.rs:12:1 Oct 21 22:26:11.128 INFO kablam! | Oct 21 22:26:11.128 INFO kablam! 12 | / pub fn chars(read: R) -> Chars Oct 21 22:26:11.128 INFO kablam! 13 | | where R: Sized Oct 21 22:26:11.128 INFO kablam! 14 | | { Oct 21 22:26:11.128 INFO kablam! 15 | | Chars { inner: read } Oct 21 22:26:11.128 INFO kablam! 16 | | } Oct 21 22:26:11.128 INFO kablam! | |_^ Oct 21 22:26:11.128 INFO kablam! | Oct 21 22:26:11.128 INFO kablam! = note: #[warn(dead_code)] on by default Oct 21 22:26:11.128 INFO kablam! Oct 21 22:26:11.128 INFO kablam! warning: struct is never constructed: `Chars` Oct 21 22:26:11.128 INFO kablam! --> src/char_iter.rs:44:1 Oct 21 22:26:11.128 INFO kablam! | Oct 21 22:26:11.128 INFO kablam! 44 | pub struct Chars { Oct 21 22:26:11.128 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 21 22:26:11.128 INFO kablam! Oct 21 22:26:11.437 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 9.93s Oct 21 22:26:11.442 INFO kablam! su: No module specific data is present Oct 21 22:26:12.170 INFO running `"docker" "rm" "-f" "659455dd62a879fa620b3e93ab2a133b1972cbe1c777574446eabf262f56ed4e"` Oct 21 22:26:12.556 INFO blam! 659455dd62a879fa620b3e93ab2a133b1972cbe1c777574446eabf262f56ed4e