Oct 21 23:51:46.451 INFO checking sccache-0.2.7 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 23:51:46.451 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 21 23:51:46.823 INFO blam! 7501d70da8dcb9bd13df1a6df1da1cc4f73ea8acde0e1f08465e0172a76bcf36 Oct 21 23:51:46.830 INFO running `"docker" "start" "-a" "7501d70da8dcb9bd13df1a6df1da1cc4f73ea8acde0e1f08465e0172a76bcf36"` Oct 21 23:51:47.813 INFO kablam! usermod: no changes Oct 21 23:51:48.236 INFO kablam! Checking linked-hash-map v0.2.1 Oct 21 23:51:48.236 INFO kablam! Checking cc v1.0.25 Oct 21 23:51:48.236 INFO kablam! Checking daemonize v0.2.3 Oct 21 23:51:48.236 INFO kablam! Checking which v1.0.5 Oct 21 23:51:48.236 INFO kablam! Checking vte v0.3.3 Oct 21 23:51:48.236 INFO kablam! Compiling pulldown-cmark v0.0.3 Oct 21 23:51:48.236 INFO kablam! Checking bincode v0.9.2 Oct 21 23:51:48.236 INFO kablam! Checking tokio-serde v0.1.0 Oct 21 23:51:49.348 INFO kablam! Checking retry v0.4.0 Oct 21 23:51:50.392 INFO kablam! Compiling derive-error v0.0.3 Oct 21 23:51:50.500 INFO kablam! Checking directories v0.8.5 Oct 21 23:51:50.756 INFO kablam! Checking strip-ansi-escapes v0.1.0 Oct 21 23:51:50.824 INFO kablam! Checking zip v0.2.3 Oct 21 23:51:50.953 INFO kablam! Checking lru-disk-cache v0.2.0 Oct 21 23:51:51.764 INFO kablam! Compiling assert_cli v0.5.4 Oct 21 23:51:53.216 INFO kablam! Checking tokio-reactor v0.1.6 Oct 21 23:51:56.517 INFO kablam! Compiling skeptic v0.4.0 Oct 21 23:51:59.593 INFO kablam! Compiling local-encoding v0.2.0 Oct 21 23:51:59.835 INFO kablam! Checking tokio-udp v0.1.2 Oct 21 23:51:59.836 INFO kablam! Checking tokio-uds v0.2.2 Oct 21 23:51:59.836 INFO kablam! Checking tokio-tcp v0.1.2 Oct 21 23:52:08.168 INFO kablam! Checking tokio-serde-bincode v0.1.1 Oct 21 23:52:09.104 INFO kablam! Checking tokio v0.1.11 Oct 21 23:52:12.443 INFO kablam! Checking tokio-core v0.1.17 Oct 21 23:52:15.821 INFO kablam! Checking tokio-proto v0.1.1 Oct 21 23:52:15.822 INFO kablam! Checking tokio-tls v0.1.4 Oct 21 23:52:15.822 INFO kablam! Checking tokio-signal v0.1.5 Oct 21 23:52:15.822 INFO kablam! Checking tokio-uds v0.1.7 Oct 21 23:52:20.389 INFO kablam! Checking tokio-process v0.1.6 Oct 21 23:52:22.700 INFO kablam! Checking hyper v0.11.27 Oct 21 23:52:31.188 INFO kablam! Checking hyper-tls v0.1.4 Oct 21 23:52:35.979 INFO kablam! Checking sccache v0.2.7 (/source) Oct 21 23:52:47.029 INFO kablam! warning: use of deprecated item 'tokio_io::codec::length_delimited::Framed': Moved to tokio-codec Oct 21 23:52:47.029 INFO kablam! --> src/server.rs:56:5 Oct 21 23:52:47.029 INFO kablam! | Oct 21 23:52:47.029 INFO kablam! 56 | use tokio_io::codec::length_delimited::Framed; Oct 21 23:52:47.029 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 23:52:47.029 INFO kablam! | Oct 21 23:52:47.029 INFO kablam! = note: #[warn(deprecated)] on by default Oct 21 23:52:47.029 INFO kablam! Oct 21 23:52:47.029 INFO kablam! warning: use of deprecated item 'tokio_io::codec::length_delimited::Framed': Moved to tokio-codec Oct 21 23:52:47.029 INFO kablam! --> src/server.rs:850:37 Oct 21 23:52:47.029 INFO kablam! | Oct 21 23:52:47.029 INFO kablam! 850 | inner: WriteBincode, Request>, Response>, Oct 21 23:52:47.029 INFO kablam! | ^^^^^^^^^ Oct 21 23:52:47.029 INFO kablam! Oct 21 23:52:47.029 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 23:52:47.029 INFO kablam! --> src/cache/s3.rs:49:20 Oct 21 23:52:47.029 INFO kablam! | Oct 21 23:52:47.029 INFO kablam! 49 | let home = env::home_dir().ok_or("Couldn't find home directory")?; Oct 21 23:52:47.029 INFO kablam! | ^^^^^^^^^^^^^ Oct 21 23:52:47.029 INFO kablam! Oct 21 23:52:47.032 INFO kablam! warning: use of deprecated item 'tokio_io::codec::length_delimited::Framed': Moved to tokio-codec Oct 21 23:52:47.033 INFO kablam! --> src/server.rs:829:55 Oct 21 23:52:47.033 INFO kablam! | Oct 21 23:52:47.033 INFO kablam! 829 | inner: WriteBincode::new(ReadBincode::new(Framed::new(io))), Oct 21 23:52:47.033 INFO kablam! | ^^^^^^^^^^^ Oct 21 23:52:47.034 INFO kablam! Oct 21 23:52:47.034 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 23:52:47.034 INFO kablam! --> src/simples3/credential.rs:137:38 Oct 21 23:52:47.035 INFO kablam! | Oct 21 23:52:47.035 INFO kablam! 137 | let profile_location = match env::home_dir() { Oct 21 23:52:47.035 INFO kablam! | ^^^^^^^^^^^^^ Oct 21 23:52:47.035 INFO kablam! Oct 21 23:52:47.592 INFO kablam! warning: use of deprecated item 'tokio_io::codec::length_delimited::Framed': Moved to tokio-codec Oct 21 23:52:47.592 INFO kablam! --> src/server.rs:56:5 Oct 21 23:52:47.592 INFO kablam! | Oct 21 23:52:47.592 INFO kablam! 56 | use tokio_io::codec::length_delimited::Framed; Oct 21 23:52:47.592 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 23:52:47.592 INFO kablam! | Oct 21 23:52:47.592 INFO kablam! = note: #[warn(deprecated)] on by default Oct 21 23:52:47.592 INFO kablam! Oct 21 23:52:47.592 INFO kablam! warning: use of deprecated item 'tokio_io::codec::length_delimited::Framed': Moved to tokio-codec Oct 21 23:52:47.592 INFO kablam! --> src/server.rs:850:37 Oct 21 23:52:47.592 INFO kablam! | Oct 21 23:52:47.592 INFO kablam! 850 | inner: WriteBincode, Request>, Response>, Oct 21 23:52:47.592 INFO kablam! | ^^^^^^^^^ Oct 21 23:52:47.592 INFO kablam! Oct 21 23:52:47.604 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 23:52:47.604 INFO kablam! --> src/cache/s3.rs:49:20 Oct 21 23:52:47.604 INFO kablam! | Oct 21 23:52:47.604 INFO kablam! 49 | let home = env::home_dir().ok_or("Couldn't find home directory")?; Oct 21 23:52:47.604 INFO kablam! | ^^^^^^^^^^^^^ Oct 21 23:52:47.604 INFO kablam! Oct 21 23:52:47.608 INFO kablam! warning: use of deprecated item 'tokio_io::codec::length_delimited::Framed': Moved to tokio-codec Oct 21 23:52:47.608 INFO kablam! --> src/server.rs:829:55 Oct 21 23:52:47.608 INFO kablam! | Oct 21 23:52:47.608 INFO kablam! 829 | inner: WriteBincode::new(ReadBincode::new(Framed::new(io))), Oct 21 23:52:47.608 INFO kablam! | ^^^^^^^^^^^ Oct 21 23:52:47.608 INFO kablam! Oct 21 23:52:47.608 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 23:52:47.608 INFO kablam! --> src/simples3/credential.rs:137:38 Oct 21 23:52:47.608 INFO kablam! | Oct 21 23:52:47.608 INFO kablam! 137 | let profile_location = match env::home_dir() { Oct 21 23:52:47.608 INFO kablam! | ^^^^^^^^^^^^^ Oct 21 23:52:47.608 INFO kablam! Oct 21 23:53:03.540 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 15s Oct 21 23:53:03.588 INFO kablam! su: No module specific data is present Oct 21 23:53:04.273 INFO running `"docker" "rm" "-f" "7501d70da8dcb9bd13df1a6df1da1cc4f73ea8acde0e1f08465e0172a76bcf36"` Oct 21 23:53:04.436 INFO blam! 7501d70da8dcb9bd13df1a6df1da1cc4f73ea8acde0e1f08465e0172a76bcf36