Oct 27 16:07:29.714 INFO checking sccache-0.2.7 against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 27 16:07:29.714 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-7/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/pr-55192-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/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 +19f01b935b91481fd445b16b533d2f87661bf12e-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 16:07:29.975 INFO blam! 8c30761f1578ff9b1a72f54ede55427802fca52b94ff10acebcbd7af16f23a8e Oct 27 16:07:29.978 INFO running `"docker" "start" "-a" "8c30761f1578ff9b1a72f54ede55427802fca52b94ff10acebcbd7af16f23a8e"` Oct 27 16:07:30.426 INFO kablam! usermod: no changes Oct 27 16:07:30.788 INFO kablam! Compiling winapi v0.3.6 Oct 27 16:07:30.811 INFO kablam! Checking utf8parse v0.1.1 Oct 27 16:07:30.819 INFO kablam! Checking cc v1.0.25 Oct 27 16:07:30.819 INFO kablam! Checking which v1.0.5 Oct 27 16:07:30.820 INFO kablam! Checking daemonize v0.2.3 Oct 27 16:07:30.826 INFO kablam! Checking filetime v0.1.15 Oct 27 16:07:30.888 INFO kablam! Checking bincode v0.9.2 Oct 27 16:07:30.889 INFO kablam! Checking tokio-serde v0.1.0 Oct 27 16:07:31.656 INFO kablam! Checking number_prefix v0.2.8 Oct 27 16:07:33.708 INFO kablam! Checking vte v0.3.3 Oct 27 16:07:35.866 INFO kablam! Checking lru-disk-cache v0.2.0 Oct 27 16:07:35.871 INFO kablam! Checking strip-ansi-escapes v0.1.0 Oct 27 16:07:35.899 INFO kablam! Checking zip v0.2.3 Oct 27 16:07:35.943 INFO kablam! Checking tokio-serde-bincode v0.1.1 Oct 27 16:07:35.991 INFO kablam! Compiling cargo_metadata v0.5.8 Oct 27 16:07:38.131 INFO kablam! Checking chrono v0.3.0 Oct 27 16:07:38.383 INFO kablam! Checking parking_lot v0.6.4 Oct 27 16:07:42.939 INFO kablam! Checking directories v0.8.5 Oct 27 16:07:44.873 INFO kablam! Checking tokio-reactor v0.1.6 Oct 27 16:07:48.531 INFO kablam! Compiling skeptic v0.13.3 Oct 27 16:07:49.751 INFO kablam! Checking tokio-tcp v0.1.2 Oct 27 16:07:49.751 INFO kablam! Checking tokio-uds v0.2.3 Oct 27 16:07:49.752 INFO kablam! Checking tokio-udp v0.1.2 Oct 27 16:07:55.999 INFO kablam! Checking tokio v0.1.11 Oct 27 16:07:59.415 INFO kablam! Compiling assert_cli v0.5.4 Oct 27 16:08:02.908 INFO kablam! Checking tokio-core v0.1.17 Oct 27 16:08:08.242 INFO kablam! Checking tokio-proto v0.1.1 Oct 27 16:08:08.247 INFO kablam! Checking tokio-tls v0.1.4 Oct 27 16:08:08.248 INFO kablam! Checking tokio-signal v0.1.5 Oct 27 16:08:08.248 INFO kablam! Checking tokio-uds v0.1.7 Oct 27 16:08:19.139 INFO kablam! Checking tokio-process v0.1.6 Oct 27 16:08:21.783 INFO kablam! Checking hyper v0.11.27 Oct 27 16:08:30.357 INFO kablam! Checking hyper-tls v0.1.4 Oct 27 16:08:34.947 INFO kablam! Checking sccache v0.2.7 (/source) Oct 27 16:08:43.715 INFO kablam! warning: use of deprecated item 'tokio_io::codec::length_delimited::Framed': Moved to tokio-codec Oct 27 16:08:43.716 INFO kablam! --> src/server.rs:56:5 Oct 27 16:08:43.716 INFO kablam! | Oct 27 16:08:43.716 INFO kablam! 56 | use tokio_io::codec::length_delimited::Framed; Oct 27 16:08:43.716 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 16:08:43.716 INFO kablam! | Oct 27 16:08:43.716 INFO kablam! = note: #[warn(deprecated)] on by default Oct 27 16:08:43.716 INFO kablam! Oct 27 16:08:43.716 INFO kablam! warning: use of deprecated item 'tokio_io::codec::length_delimited::Framed': Moved to tokio-codec Oct 27 16:08:43.716 INFO kablam! --> src/server.rs:850:37 Oct 27 16:08:43.716 INFO kablam! | Oct 27 16:08:43.716 INFO kablam! 850 | inner: WriteBincode, Request>, Response>, Oct 27 16:08:43.716 INFO kablam! | ^^^^^^^^^ Oct 27 16:08:43.716 INFO kablam! Oct 27 16:08:43.718 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 16:08:43.718 INFO kablam! --> src/cache/s3.rs:49:20 Oct 27 16:08:43.718 INFO kablam! | Oct 27 16:08:43.718 INFO kablam! 49 | let home = env::home_dir().ok_or("Couldn't find home directory")?; Oct 27 16:08:43.718 INFO kablam! | ^^^^^^^^^^^^^ Oct 27 16:08:43.719 INFO kablam! Oct 27 16:08:43.720 INFO kablam! warning: use of deprecated item 'tokio_io::codec::length_delimited::Framed': Moved to tokio-codec Oct 27 16:08:43.720 INFO kablam! --> src/server.rs:829:55 Oct 27 16:08:43.720 INFO kablam! | Oct 27 16:08:43.720 INFO kablam! 829 | inner: WriteBincode::new(ReadBincode::new(Framed::new(io))), Oct 27 16:08:43.721 INFO kablam! | ^^^^^^^^^^^ Oct 27 16:08:43.721 INFO kablam! Oct 27 16:08:43.721 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 16:08:43.721 INFO kablam! --> src/simples3/credential.rs:137:38 Oct 27 16:08:43.721 INFO kablam! | Oct 27 16:08:43.721 INFO kablam! 137 | let profile_location = match env::home_dir() { Oct 27 16:08:43.721 INFO kablam! | ^^^^^^^^^^^^^ Oct 27 16:08:43.721 INFO kablam! Oct 27 16:08:44.207 INFO kablam! warning: use of deprecated item 'tokio_io::codec::length_delimited::Framed': Moved to tokio-codec Oct 27 16:08:44.207 INFO kablam! --> src/server.rs:56:5 Oct 27 16:08:44.207 INFO kablam! | Oct 27 16:08:44.207 INFO kablam! 56 | use tokio_io::codec::length_delimited::Framed; Oct 27 16:08:44.207 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 16:08:44.207 INFO kablam! | Oct 27 16:08:44.207 INFO kablam! = note: #[warn(deprecated)] on by default Oct 27 16:08:44.207 INFO kablam! Oct 27 16:08:44.207 INFO kablam! warning: use of deprecated item 'tokio_io::codec::length_delimited::Framed': Moved to tokio-codec Oct 27 16:08:44.207 INFO kablam! --> src/server.rs:850:37 Oct 27 16:08:44.207 INFO kablam! | Oct 27 16:08:44.207 INFO kablam! 850 | inner: WriteBincode, Request>, Response>, Oct 27 16:08:44.207 INFO kablam! | ^^^^^^^^^ Oct 27 16:08:44.207 INFO kablam! Oct 27 16:08:44.223 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 16:08:44.223 INFO kablam! --> src/cache/s3.rs:49:20 Oct 27 16:08:44.223 INFO kablam! | Oct 27 16:08:44.223 INFO kablam! 49 | let home = env::home_dir().ok_or("Couldn't find home directory")?; Oct 27 16:08:44.223 INFO kablam! | ^^^^^^^^^^^^^ Oct 27 16:08:44.223 INFO kablam! Oct 27 16:08:44.231 INFO kablam! warning: use of deprecated item 'tokio_io::codec::length_delimited::Framed': Moved to tokio-codec Oct 27 16:08:44.231 INFO kablam! --> src/server.rs:829:55 Oct 27 16:08:44.231 INFO kablam! | Oct 27 16:08:44.231 INFO kablam! 829 | inner: WriteBincode::new(ReadBincode::new(Framed::new(io))), Oct 27 16:08:44.231 INFO kablam! | ^^^^^^^^^^^ Oct 27 16:08:44.231 INFO kablam! Oct 27 16:08:44.231 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 16:08:44.231 INFO kablam! --> src/simples3/credential.rs:137:38 Oct 27 16:08:44.231 INFO kablam! | Oct 27 16:08:44.231 INFO kablam! 137 | let profile_location = match env::home_dir() { Oct 27 16:08:44.231 INFO kablam! | ^^^^^^^^^^^^^ Oct 27 16:08:44.231 INFO kablam! Oct 27 16:08:57.097 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 26s Oct 27 16:08:57.129 INFO kablam! su: No module specific data is present Oct 27 16:08:57.491 INFO running `"docker" "rm" "-f" "8c30761f1578ff9b1a72f54ede55427802fca52b94ff10acebcbd7af16f23a8e"` Oct 27 16:08:57.616 INFO blam! 8c30761f1578ff9b1a72f54ede55427802fca52b94ff10acebcbd7af16f23a8e