Oct 12 17:28:26.498 INFO checking michael-ar/rust-footy-cli against try#4021bd0b3c5815b087d6db10ce461e7e4854ade7 for pr-54977 Oct 12 17:28:26.498 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-1/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 12 17:28:26.898 INFO blam! a6d1b7f737554d60f965709a84ca8d8e6de55b50e7c00d7f78348d7a7dc9ce50 Oct 12 17:28:26.899 INFO running `"docker" "start" "-a" "a6d1b7f737554d60f965709a84ca8d8e6de55b50e7c00d7f78348d7a7dc9ce50"` Oct 12 17:28:28.380 INFO kablam! usermod: no changes Oct 12 17:28:28.880 INFO kablam! Compiling openssl-sys v0.9.33 Oct 12 17:28:28.901 INFO kablam! Checking want v0.0.4 Oct 12 17:28:28.901 INFO kablam! Checking bytes v0.4.9 Oct 12 17:28:28.901 INFO kablam! Checking csv v0.15.0 Oct 12 17:28:28.904 INFO kablam! Checking clap v2.29.4 Oct 12 17:28:28.906 INFO kablam! Checking parking_lot_core v0.2.14 Oct 12 17:28:28.908 INFO kablam! Checking tokio-threadpool v0.1.5 Oct 12 17:28:28.909 INFO kablam! Checking chrono v0.4.5 Oct 12 17:28:30.720 INFO kablam! Compiling phf_generator v0.7.22 Oct 12 17:28:32.344 INFO kablam! Checking parking_lot v0.6.3 Oct 12 17:28:32.700 INFO kablam! Checking prettytable-rs v0.6.7 Oct 12 17:28:35.728 INFO kablam! Compiling phf_codegen v0.7.22 Oct 12 17:28:35.920 INFO kablam! Checking tokio-io v0.1.7 Oct 12 17:28:38.096 INFO kablam! Checking console v0.6.1 Oct 12 17:28:38.408 INFO kablam! Compiling mime_guess v2.0.0-alpha.6 Oct 12 17:28:39.052 INFO kablam! Compiling openssl v0.9.24 Oct 12 17:28:41.637 INFO kablam! Checking tokio-reactor v0.1.2 Oct 12 17:28:41.637 INFO kablam! Checking tokio-codec v0.1.0 Oct 12 17:28:41.637 INFO kablam! Checking tokio-fs v0.1.2 Oct 12 17:28:43.600 INFO kablam! Checking dialoguer v0.1.0 Oct 12 17:28:44.454 INFO kablam! Checking tokio-udp v0.1.1 Oct 12 17:28:44.456 INFO kablam! Checking tokio-tcp v0.1.0 Oct 12 17:28:45.424 INFO kablam! Checking tokio v0.1.7 Oct 12 17:28:46.187 INFO kablam! Checking native-tls v0.1.5 Oct 12 17:28:46.814 INFO kablam! Checking tokio-core v0.1.17 Oct 12 17:28:48.484 INFO kablam! Checking tokio-proto v0.1.1 Oct 12 17:28:48.484 INFO kablam! Checking tokio-tls v0.1.4 Oct 12 17:28:52.226 INFO kablam! Checking hyper v0.11.27 Oct 12 17:28:58.145 INFO kablam! Checking hyper-tls v0.1.3 Oct 12 17:28:59.610 INFO kablam! Checking reqwest v0.8.6 Oct 12 17:29:02.563 INFO kablam! Checking footy v0.1.2 (/source) Oct 12 17:29:07.396 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 12 17:29:07.396 INFO kablam! --> src/utils.rs:19:20 Oct 12 17:29:07.396 INFO kablam! | Oct 12 17:29:07.396 INFO kablam! 19 | let mut path = env::home_dir().unwrap(); Oct 12 17:29:07.397 INFO kablam! | ^^^^^^^^^^^^^ Oct 12 17:29:07.397 INFO kablam! | Oct 12 17:29:07.397 INFO kablam! = note: #[warn(deprecated)] on by default Oct 12 17:29:07.397 INFO kablam! Oct 12 17:29:07.397 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 12 17:29:07.397 INFO kablam! --> src/utils.rs:38:20 Oct 12 17:29:07.398 INFO kablam! | Oct 12 17:29:07.398 INFO kablam! 38 | let mut path = env::home_dir().unwrap(); Oct 12 17:29:07.398 INFO kablam! | ^^^^^^^^^^^^^ Oct 12 17:29:07.398 INFO kablam! Oct 12 17:29:07.398 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 12 17:29:07.399 INFO kablam! --> src/main.rs:36:24 Oct 12 17:29:07.399 INFO kablam! | Oct 12 17:29:07.399 INFO kablam! 36 | let mut path = env::home_dir().unwrap(); Oct 12 17:29:07.399 INFO kablam! | ^^^^^^^^^^^^^ Oct 12 17:29:07.399 INFO kablam! Oct 12 17:29:07.720 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 12 17:29:07.720 INFO kablam! --> src/utils.rs:19:20 Oct 12 17:29:07.721 INFO kablam! | Oct 12 17:29:07.721 INFO kablam! 19 | let mut path = env::home_dir().unwrap(); Oct 12 17:29:07.721 INFO kablam! | ^^^^^^^^^^^^^ Oct 12 17:29:07.722 INFO kablam! | Oct 12 17:29:07.722 INFO kablam! = note: #[warn(deprecated)] on by default Oct 12 17:29:07.722 INFO kablam! Oct 12 17:29:07.722 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 12 17:29:07.723 INFO kablam! --> src/utils.rs:38:20 Oct 12 17:29:07.724 INFO kablam! | Oct 12 17:29:07.724 INFO kablam! 38 | let mut path = env::home_dir().unwrap(); Oct 12 17:29:07.724 INFO kablam! | ^^^^^^^^^^^^^ Oct 12 17:29:07.725 INFO kablam! Oct 12 17:29:07.725 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 12 17:29:07.725 INFO kablam! --> src/main.rs:36:24 Oct 12 17:29:07.725 INFO kablam! | Oct 12 17:29:07.726 INFO kablam! 36 | let mut path = env::home_dir().unwrap(); Oct 12 17:29:07.726 INFO kablam! | ^^^^^^^^^^^^^ Oct 12 17:29:07.726 INFO kablam! Oct 12 17:29:08.688 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 40.25s Oct 12 17:29:08.706 INFO kablam! su: No module specific data is present Oct 12 17:29:09.619 INFO running `"docker" "rm" "-f" "a6d1b7f737554d60f965709a84ca8d8e6de55b50e7c00d7f78348d7a7dc9ce50"` Oct 12 17:29:09.908 INFO blam! a6d1b7f737554d60f965709a84ca8d8e6de55b50e7c00d7f78348d7a7dc9ce50