Oct 22 01:27:59.808 INFO checking monto-0.1.12 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 22 01:27:59.808 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-5/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 22 01:28:00.204 INFO blam! 8b54f5b7a983f0b27a72bf12fff6e839f59f7fa2d10885a4f875f9d15d8b74eb Oct 22 01:28:00.210 INFO running `"docker" "start" "-a" "8b54f5b7a983f0b27a72bf12fff6e839f59f7fa2d10885a4f875f9d15d8b74eb"` Oct 22 01:28:01.144 INFO kablam! usermod: no changes Oct 22 01:28:01.397 INFO kablam! Compiling ole32-sys v0.2.0 Oct 22 01:28:01.397 INFO kablam! Compiling shell32-sys v0.1.2 Oct 22 01:28:01.397 INFO kablam! Checking itertools v0.6.5 Oct 22 01:28:01.399 INFO kablam! Checking pretty_logger v0.1.8 Oct 22 01:28:01.412 INFO kablam! Checking inotify v0.6.1 Oct 22 01:28:01.413 INFO kablam! Checking tokio-core v0.1.17 Oct 22 01:28:04.892 INFO kablam! Checking dirs v0.3.1 Oct 22 01:28:06.112 INFO kablam! Checking notify v4.0.6 Oct 22 01:28:09.276 INFO kablam! Checking tokio-proto v0.1.1 Oct 22 01:28:14.296 INFO kablam! Checking hyper v0.11.27 Oct 22 01:28:22.297 INFO kablam! Checking monto v0.1.12 (/source) Oct 22 01:28:29.345 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 22 01:28:29.345 INFO kablam! --> src/broker/config.rs:65:13 Oct 22 01:28:29.345 INFO kablam! | Oct 22 01:28:29.345 INFO kablam! 65 | use std::env::home_dir; Oct 22 01:28:29.345 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 22 01:28:29.345 INFO kablam! | Oct 22 01:28:29.345 INFO kablam! = note: #[warn(deprecated)] on by default Oct 22 01:28:29.345 INFO kablam! Oct 22 01:28:29.345 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 22 01:28:29.345 INFO kablam! --> src/service/config.rs:74:13 Oct 22 01:28:29.345 INFO kablam! | Oct 22 01:28:29.345 INFO kablam! 74 | use std::env::home_dir; Oct 22 01:28:29.345 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 22 01:28:29.345 INFO kablam! Oct 22 01:28:29.345 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 22 01:28:29.345 INFO kablam! --> src/broker/config.rs:74:25 Oct 22 01:28:29.345 INFO kablam! | Oct 22 01:28:29.345 INFO kablam! 74 | .or_else(|| home_dir().and_then(Config::load_one)) Oct 22 01:28:29.345 INFO kablam! | ^^^^^^^^ Oct 22 01:28:29.345 INFO kablam! Oct 22 01:28:29.345 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 22 01:28:29.345 INFO kablam! --> src/service/config.rs:86:39 Oct 22 01:28:29.345 INFO kablam! | Oct 22 01:28:29.345 INFO kablam! 86 | match home_dir() { Oct 22 01:28:29.345 INFO kablam! | ^^^^^^^^ Oct 22 01:28:29.345 INFO kablam! Oct 22 01:28:29.616 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 22 01:28:29.616 INFO kablam! --> src/broker/config.rs:65:13 Oct 22 01:28:29.616 INFO kablam! | Oct 22 01:28:29.616 INFO kablam! 65 | use std::env::home_dir; Oct 22 01:28:29.616 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 22 01:28:29.616 INFO kablam! | Oct 22 01:28:29.616 INFO kablam! = note: #[warn(deprecated)] on by default Oct 22 01:28:29.616 INFO kablam! Oct 22 01:28:29.616 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 22 01:28:29.616 INFO kablam! --> src/service/config.rs:74:13 Oct 22 01:28:29.616 INFO kablam! | Oct 22 01:28:29.616 INFO kablam! 74 | use std::env::home_dir; Oct 22 01:28:29.616 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 22 01:28:29.616 INFO kablam! Oct 22 01:28:29.616 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 22 01:28:29.616 INFO kablam! --> src/broker/config.rs:74:25 Oct 22 01:28:29.616 INFO kablam! | Oct 22 01:28:29.616 INFO kablam! 74 | .or_else(|| home_dir().and_then(Config::load_one)) Oct 22 01:28:29.616 INFO kablam! | ^^^^^^^^ Oct 22 01:28:29.616 INFO kablam! Oct 22 01:28:29.616 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 22 01:28:29.616 INFO kablam! --> src/service/config.rs:86:39 Oct 22 01:28:29.616 INFO kablam! | Oct 22 01:28:29.616 INFO kablam! 86 | match home_dir() { Oct 22 01:28:29.616 INFO kablam! | ^^^^^^^^ Oct 22 01:28:29.616 INFO kablam! Oct 22 01:28:29.965 INFO kablam! warning: use of deprecated item 'hyper::server::server_proto::>::bind_connection': All usage of the tokio-proto crate is going away. Oct 22 01:28:29.965 INFO kablam! --> src/broker/client/mod.rs:194:39 Oct 22 01:28:29.966 INFO kablam! | Oct 22 01:28:29.966 INFO kablam! 194 | self.http.bind_connection( Oct 22 01:28:29.966 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 22 01:28:29.967 INFO kablam! Oct 22 01:28:30.164 INFO kablam! warning: use of deprecated item 'hyper::server::server_proto::>::bind_connection': All usage of the tokio-proto crate is going away. Oct 22 01:28:30.164 INFO kablam! --> src/broker/client/mod.rs:194:39 Oct 22 01:28:30.164 INFO kablam! | Oct 22 01:28:30.164 INFO kablam! 194 | self.http.bind_connection( Oct 22 01:28:30.164 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 22 01:28:30.164 INFO kablam! Oct 22 01:28:31.419 INFO kablam! warning: use of deprecated item 'hyper::server::server_proto::>::bind_connection': All usage of the tokio-proto crate is going away. Oct 22 01:28:31.419 INFO kablam! --> src/service/serve.rs:171:39 Oct 22 01:28:31.419 INFO kablam! | Oct 22 01:28:31.419 INFO kablam! 171 | self.http.bind_connection( Oct 22 01:28:31.419 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 22 01:28:31.419 INFO kablam! Oct 22 01:28:31.486 INFO kablam! warning: use of deprecated item 'hyper::server::server_proto::>::bind_connection': All usage of the tokio-proto crate is going away. Oct 22 01:28:31.486 INFO kablam! --> src/service/serve.rs:171:39 Oct 22 01:28:31.487 INFO kablam! | Oct 22 01:28:31.487 INFO kablam! 171 | self.http.bind_connection( Oct 22 01:28:31.487 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 22 01:28:31.487 INFO kablam! Oct 22 01:28:48.390 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 47.22s Oct 22 01:28:48.412 INFO kablam! su: No module specific data is present Oct 22 01:28:48.915 INFO running `"docker" "rm" "-f" "8b54f5b7a983f0b27a72bf12fff6e839f59f7fa2d10885a4f875f9d15d8b74eb"` Oct 22 01:28:49.199 INFO blam! 8b54f5b7a983f0b27a72bf12fff6e839f59f7fa2d10885a4f875f9d15d8b74eb