Oct 27 13:30:09.926 INFO checking wee-rl-1.0.0 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 13:30:09.927 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-4/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/pr-55192-2/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 27 13:30:10.229 INFO blam! 2d6dc5d9bf0467497b0f289f038678ceaf873705d2e79002947651031ad525fc Oct 27 13:30:10.232 INFO running `"docker" "start" "-a" "2d6dc5d9bf0467497b0f289f038678ceaf873705d2e79002947651031ad525fc"` Oct 27 13:30:10.862 INFO kablam! usermod: no changes Oct 27 13:30:10.915 INFO kablam! Checking nix v0.8.1 Oct 27 13:30:15.059 INFO kablam! Checking wee-rl v1.0.0 (/source) Oct 27 13:30:16.675 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 27 13:30:16.675 INFO kablam! --> src/completion.rs:166:29 Oct 27 13:30:16.675 INFO kablam! | Oct 27 13:30:16.675 INFO kablam! 166 | if let Some(home) = home_dir() { Oct 27 13:30:16.675 INFO kablam! | ^^^^^^^^ Oct 27 13:30:16.675 INFO kablam! | Oct 27 13:30:16.675 INFO kablam! = note: #[warn(deprecated)] on by default Oct 27 13:30:16.675 INFO kablam! Oct 27 13:30:16.675 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 27 13:30:16.675 INFO kablam! --> src/completion.rs:155:33 Oct 27 13:30:16.675 INFO kablam! | Oct 27 13:30:16.675 INFO kablam! 155 | use std::env::{current_dir, home_dir}; Oct 27 13:30:16.675 INFO kablam! | ^^^^^^^^ Oct 27 13:30:16.675 INFO kablam! Oct 27 13:30:16.675 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Oct 27 13:30:16.675 INFO kablam! --> src/tty/unix.rs:40:9 Oct 27 13:30:16.675 INFO kablam! | Oct 27 13:30:16.675 INFO kablam! 40 | use std::ascii::AsciiExt; Oct 27 13:30:16.675 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 27 13:30:16.675 INFO kablam! Oct 27 13:30:17.491 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 27 13:30:17.492 INFO kablam! --> src/completion.rs:166:29 Oct 27 13:30:17.492 INFO kablam! | Oct 27 13:30:17.493 INFO kablam! 166 | if let Some(home) = home_dir() { Oct 27 13:30:17.494 INFO kablam! | ^^^^^^^^ Oct 27 13:30:17.494 INFO kablam! | Oct 27 13:30:17.495 INFO kablam! = note: #[warn(deprecated)] on by default Oct 27 13:30:17.495 INFO kablam! Oct 27 13:30:17.496 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 27 13:30:17.497 INFO kablam! --> src/completion.rs:155:33 Oct 27 13:30:17.497 INFO kablam! | Oct 27 13:30:17.498 INFO kablam! 155 | use std::env::{current_dir, home_dir}; Oct 27 13:30:17.498 INFO kablam! | ^^^^^^^^ Oct 27 13:30:17.499 INFO kablam! Oct 27 13:30:17.651 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Oct 27 13:30:17.652 INFO kablam! --> src/tty/unix.rs:40:9 Oct 27 13:30:17.652 INFO kablam! | Oct 27 13:30:17.653 INFO kablam! 40 | use std::ascii::AsciiExt; Oct 27 13:30:17.654 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 27 13:30:17.654 INFO kablam! | Oct 27 13:30:17.655 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 13:30:17.656 INFO kablam! Oct 27 13:30:20.098 INFO kablam! warning: function is never used: `chars` Oct 27 13:30:20.098 INFO kablam! --> src/char_iter.rs:12:1 Oct 27 13:30:20.098 INFO kablam! | Oct 27 13:30:20.098 INFO kablam! 12 | / pub fn chars(read: R) -> Chars Oct 27 13:30:20.098 INFO kablam! 13 | | where R: Sized Oct 27 13:30:20.098 INFO kablam! 14 | | { Oct 27 13:30:20.098 INFO kablam! 15 | | Chars { inner: read } Oct 27 13:30:20.098 INFO kablam! 16 | | } Oct 27 13:30:20.098 INFO kablam! | |_^ Oct 27 13:30:20.098 INFO kablam! | Oct 27 13:30:20.098 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 13:30:20.098 INFO kablam! Oct 27 13:30:20.098 INFO kablam! warning: struct is never constructed: `Chars` Oct 27 13:30:20.098 INFO kablam! --> src/char_iter.rs:44:1 Oct 27 13:30:20.098 INFO kablam! | Oct 27 13:30:20.098 INFO kablam! 44 | pub struct Chars { Oct 27 13:30:20.098 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 27 13:30:20.098 INFO kablam! Oct 27 13:30:20.196 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 9.32s Oct 27 13:30:20.201 INFO kablam! su: No module specific data is present Oct 27 13:30:20.644 INFO running `"docker" "rm" "-f" "2d6dc5d9bf0467497b0f289f038678ceaf873705d2e79002947651031ad525fc"` Oct 27 13:30:20.796 INFO blam! 2d6dc5d9bf0467497b0f289f038678ceaf873705d2e79002947651031ad525fc