Oct 13 15:39:20.322 INFO checking environment-sanity-0.0.2 against try#4021bd0b3c5815b087d6db10ce461e7e4854ade7 for pr-54977 Oct 13 15:39:20.322 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-0/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/pr-54977/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/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 +4021bd0b3c5815b087d6db10ce461e7e4854ade7-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 15:39:20.512 INFO blam! 937a8f1d7b95a0668d8b2b0b928e17a3c00b0c0c33ee0a64e0a441e1e153d425 Oct 13 15:39:20.518 INFO running `"docker" "start" "-a" "937a8f1d7b95a0668d8b2b0b928e17a3c00b0c0c33ee0a64e0a441e1e153d425"` Oct 13 15:39:21.276 INFO kablam! usermod: no changes Oct 13 15:39:21.316 INFO kablam! Checking memchr v1.0.2 Oct 13 15:39:21.982 INFO kablam! Checking environment-sanity v0.0.2 (/source) Oct 13 15:39:22.759 INFO kablam! warning: the feature `command_envs` has been stable since 1.19.0 and no longer requires an attribute to enable Oct 13 15:39:22.759 INFO kablam! --> src/lib.rs:7:12 Oct 13 15:39:22.759 INFO kablam! | Oct 13 15:39:22.759 INFO kablam! 7 | #![feature(command_envs)] Oct 13 15:39:22.759 INFO kablam! | ^^^^^^^^^^^^ Oct 13 15:39:22.759 INFO kablam! | Oct 13 15:39:22.759 INFO kablam! = note: #[warn(stable_features)] on by default Oct 13 15:39:22.759 INFO kablam! Oct 13 15:39:22.774 INFO kablam! warning: the feature `command_envs` has been stable since 1.19.0 and no longer requires an attribute to enable Oct 13 15:39:22.774 INFO kablam! --> src/lib.rs:7:12 Oct 13 15:39:22.774 INFO kablam! | Oct 13 15:39:22.774 INFO kablam! 7 | #![feature(command_envs)] Oct 13 15:39:22.774 INFO kablam! | ^^^^^^^^^^^^ Oct 13 15:39:22.774 INFO kablam! | Oct 13 15:39:22.774 INFO kablam! = note: #[warn(stable_features)] on by default Oct 13 15:39:22.774 INFO kablam! Oct 13 15:39:23.552 INFO kablam! warning: unused `#[macro_use]` import Oct 13 15:39:23.552 INFO kablam! --> src/main.rs:8:1 Oct 13 15:39:23.552 INFO kablam! | Oct 13 15:39:23.552 INFO kablam! 8 | #[macro_use] extern crate environment_sanity; Oct 13 15:39:23.552 INFO kablam! | ^^^^^^^^^^^^ Oct 13 15:39:23.552 INFO kablam! | Oct 13 15:39:23.552 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 15:39:23.552 INFO kablam! Oct 13 15:39:23.558 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 15:39:23.559 INFO kablam! --> src/main.rs:13:5 Oct 13 15:39:23.559 INFO kablam! | Oct 13 15:39:23.559 INFO kablam! 13 | use ::std::env::home_dir; Oct 13 15:39:23.559 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 13 15:39:23.559 INFO kablam! | Oct 13 15:39:23.564 INFO kablam! = note: #[warn(deprecated)] on by default Oct 13 15:39:23.564 INFO kablam! Oct 13 15:39:23.564 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 15:39:23.564 INFO kablam! --> src/main.rs:53:8 Oct 13 15:39:23.564 INFO kablam! | Oct 13 15:39:23.564 INFO kablam! 53 | match home_dir() Oct 13 15:39:23.564 INFO kablam! | ^^^^^^^^ Oct 13 15:39:23.564 INFO kablam! Oct 13 15:39:23.700 INFO kablam! warning: unused `#[macro_use]` import Oct 13 15:39:23.700 INFO kablam! --> src/main.rs:8:1 Oct 13 15:39:23.700 INFO kablam! | Oct 13 15:39:23.700 INFO kablam! 8 | #[macro_use] extern crate environment_sanity; Oct 13 15:39:23.700 INFO kablam! | ^^^^^^^^^^^^ Oct 13 15:39:23.700 INFO kablam! | Oct 13 15:39:23.700 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 15:39:23.700 INFO kablam! Oct 13 15:39:23.716 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 15:39:23.716 INFO kablam! --> src/main.rs:13:5 Oct 13 15:39:23.716 INFO kablam! | Oct 13 15:39:23.716 INFO kablam! 13 | use ::std::env::home_dir; Oct 13 15:39:23.716 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 13 15:39:23.716 INFO kablam! | Oct 13 15:39:23.716 INFO kablam! = note: #[warn(deprecated)] on by default Oct 13 15:39:23.716 INFO kablam! Oct 13 15:39:23.716 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 15:39:23.716 INFO kablam! --> src/main.rs:53:8 Oct 13 15:39:23.716 INFO kablam! | Oct 13 15:39:23.716 INFO kablam! 53 | match home_dir() Oct 13 15:39:23.716 INFO kablam! | ^^^^^^^^ Oct 13 15:39:23.716 INFO kablam! Oct 13 15:39:23.829 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.53s Oct 13 15:39:23.836 INFO kablam! su: No module specific data is present Oct 13 15:39:24.524 INFO running `"docker" "rm" "-f" "937a8f1d7b95a0668d8b2b0b928e17a3c00b0c0c33ee0a64e0a441e1e153d425"` Oct 13 15:39:24.830 INFO blam! 937a8f1d7b95a0668d8b2b0b928e17a3c00b0c0c33ee0a64e0a441e1e153d425