Oct 21 15:43:01.161 INFO checking michael-ar/rust-footy-cli against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 15:43:01.162 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-2/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 15:43:01.684 INFO blam! 613c09579e0a2f79557539e14ef31cfcee706c8d1adf05ddeaf122831a2f56d0 Oct 21 15:43:01.684 INFO running `"docker" "start" "-a" "613c09579e0a2f79557539e14ef31cfcee706c8d1adf05ddeaf122831a2f56d0"` Oct 21 15:43:03.044 INFO kablam! usermod: no changes Oct 21 15:43:03.418 INFO kablam! Checking encode_unicode v0.3.1 Oct 21 15:43:03.428 INFO kablam! Checking memchr v1.0.2 Oct 21 15:43:03.428 INFO kablam! Checking clap v2.29.4 Oct 21 15:43:03.428 INFO kablam! Checking tokio-io v0.1.7 Oct 21 15:43:03.428 INFO kablam! Checking parking_lot_core v0.2.14 Oct 21 15:43:03.428 INFO kablam! Checking libflate v0.1.16 Oct 21 15:43:03.428 INFO kablam! Compiling phf_generator v0.7.22 Oct 21 15:43:04.404 INFO kablam! Checking csv v0.15.0 Oct 21 15:43:05.342 INFO kablam! Checking parking_lot v0.6.3 Oct 21 15:43:05.404 INFO kablam! Compiling phf_codegen v0.7.22 Oct 21 15:43:06.653 INFO kablam! Checking tokio-reactor v0.1.2 Oct 21 15:43:06.653 INFO kablam! Checking tokio-codec v0.1.0 Oct 21 15:43:06.653 INFO kablam! Checking tokio-fs v0.1.2 Oct 21 15:43:06.764 INFO kablam! Checking prettytable-rs v0.6.7 Oct 21 15:43:07.503 INFO kablam! Checking console v0.6.1 Oct 21 15:43:07.728 INFO kablam! Compiling mime_guess v2.0.0-alpha.6 Oct 21 15:43:09.464 INFO kablam! Checking tokio-udp v0.1.1 Oct 21 15:43:09.464 INFO kablam! Checking tokio-tcp v0.1.0 Oct 21 15:43:11.208 INFO kablam! Checking dialoguer v0.1.0 Oct 21 15:43:11.208 INFO kablam! Checking tokio v0.1.7 Oct 21 15:43:14.620 INFO kablam! Checking tokio-core v0.1.17 Oct 21 15:43:16.186 INFO kablam! Checking tokio-proto v0.1.1 Oct 21 15:43:16.186 INFO kablam! Checking tokio-tls v0.1.4 Oct 21 15:43:19.275 INFO kablam! Checking hyper v0.11.27 Oct 21 15:43:25.285 INFO kablam! Checking hyper-tls v0.1.3 Oct 21 15:43:26.959 INFO kablam! Checking reqwest v0.8.6 Oct 21 15:43:29.684 INFO kablam! Checking footy v0.1.2 (/source) Oct 21 15:43:33.354 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 15:43:33.354 INFO kablam! --> src/utils.rs:19:20 Oct 21 15:43:33.355 INFO kablam! | Oct 21 15:43:33.355 INFO kablam! 19 | let mut path = env::home_dir().unwrap(); Oct 21 15:43:33.355 INFO kablam! | ^^^^^^^^^^^^^ Oct 21 15:43:33.355 INFO kablam! | Oct 21 15:43:33.356 INFO kablam! = note: #[warn(deprecated)] on by default Oct 21 15:43:33.356 INFO kablam! Oct 21 15:43:33.356 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 15:43:33.357 INFO kablam! --> src/utils.rs:38:20 Oct 21 15:43:33.357 INFO kablam! | Oct 21 15:43:33.357 INFO kablam! 38 | let mut path = env::home_dir().unwrap(); Oct 21 15:43:33.357 INFO kablam! | ^^^^^^^^^^^^^ Oct 21 15:43:33.358 INFO kablam! Oct 21 15:43:33.358 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 15:43:33.358 INFO kablam! --> src/main.rs:36:24 Oct 21 15:43:33.358 INFO kablam! | Oct 21 15:43:33.359 INFO kablam! 36 | let mut path = env::home_dir().unwrap(); Oct 21 15:43:33.359 INFO kablam! | ^^^^^^^^^^^^^ Oct 21 15:43:33.359 INFO kablam! Oct 21 15:43:33.465 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 15:43:33.466 INFO kablam! --> src/utils.rs:19:20 Oct 21 15:43:33.466 INFO kablam! | Oct 21 15:43:33.466 INFO kablam! 19 | let mut path = env::home_dir().unwrap(); Oct 21 15:43:33.467 INFO kablam! | ^^^^^^^^^^^^^ Oct 21 15:43:33.469 INFO kablam! | Oct 21 15:43:33.469 INFO kablam! = note: #[warn(deprecated)] on by default Oct 21 15:43:33.469 INFO kablam! Oct 21 15:43:33.469 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 15:43:33.469 INFO kablam! --> src/utils.rs:38:20 Oct 21 15:43:33.469 INFO kablam! | Oct 21 15:43:33.469 INFO kablam! 38 | let mut path = env::home_dir().unwrap(); Oct 21 15:43:33.469 INFO kablam! | ^^^^^^^^^^^^^ Oct 21 15:43:33.469 INFO kablam! Oct 21 15:43:33.469 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 15:43:33.469 INFO kablam! --> src/main.rs:36:24 Oct 21 15:43:33.469 INFO kablam! | Oct 21 15:43:33.469 INFO kablam! 36 | let mut path = env::home_dir().unwrap(); Oct 21 15:43:33.469 INFO kablam! | ^^^^^^^^^^^^^ Oct 21 15:43:33.469 INFO kablam! Oct 21 15:43:34.207 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 31.13s Oct 21 15:43:34.233 INFO kablam! su: No module specific data is present Oct 21 15:43:34.854 INFO running `"docker" "rm" "-f" "613c09579e0a2f79557539e14ef31cfcee706c8d1adf05ddeaf122831a2f56d0"` Oct 21 15:43:35.100 INFO blam! 613c09579e0a2f79557539e14ef31cfcee706c8d1adf05ddeaf122831a2f56d0