Oct 13 08:55:07.415 INFO checking sccache-0.2.7 against master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f for pr-54977 Oct 13 08:55:07.415 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-4/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/pr-54977/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/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 +5af0bb83044c3fb43d59ad5f49ee5ae1a293901f-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 13 08:55:07.573 INFO blam! 309b7b88217026254c2adcb01fcc8611aa4ea78d3943ce893702ed2ef2466dce Oct 13 08:55:07.575 INFO running `"docker" "start" "-a" "309b7b88217026254c2adcb01fcc8611aa4ea78d3943ce893702ed2ef2466dce"` Oct 13 08:55:07.911 INFO kablam! usermod: no changes Oct 13 08:55:08.347 INFO kablam! Compiling winapi v0.3.6 Oct 13 08:55:08.360 INFO kablam! Checking utf8parse v0.1.1 Oct 13 08:55:08.361 INFO kablam! Checking cc v1.0.25 Oct 13 08:55:08.362 INFO kablam! Checking which v1.0.5 Oct 13 08:55:08.372 INFO kablam! Checking bincode v0.9.2 Oct 13 08:55:08.372 INFO kablam! Checking lru-disk-cache v0.2.0 Oct 13 08:55:08.396 INFO kablam! Checking zip v0.2.3 Oct 13 08:55:08.396 INFO kablam! Checking tokio-serde-bincode v0.1.1 Oct 13 08:55:08.716 INFO kablam! Compiling cargo_metadata v0.5.8 Oct 13 08:55:11.904 INFO kablam! Checking vte v0.3.3 Oct 13 08:55:12.328 INFO kablam! Checking tokio-reactor v0.1.6 Oct 13 08:55:12.812 INFO kablam! Checking strip-ansi-escapes v0.1.0 Oct 13 08:55:19.036 INFO kablam! Checking tokio-tcp v0.1.2 Oct 13 08:55:19.037 INFO kablam! Checking tokio-udp v0.1.2 Oct 13 08:55:19.037 INFO kablam! Checking tokio-uds v0.2.2 Oct 13 08:55:19.432 INFO kablam! Checking directories v0.8.5 Oct 13 08:55:25.188 INFO kablam! Compiling skeptic v0.13.3 Oct 13 08:55:29.026 INFO kablam! Checking tokio v0.1.11 Oct 13 08:55:34.245 INFO kablam! Compiling assert_cli v0.5.4 Oct 13 08:55:34.561 INFO kablam! Checking tokio-core v0.1.17 Oct 13 08:55:41.292 INFO kablam! Checking tokio-proto v0.1.1 Oct 13 08:55:41.305 INFO kablam! Checking tokio-signal v0.1.5 Oct 13 08:55:41.308 INFO kablam! Checking tokio-tls v0.1.4 Oct 13 08:55:41.310 INFO kablam! Checking tokio-uds v0.1.7 Oct 13 08:55:48.964 INFO kablam! Checking tokio-process v0.1.6 Oct 13 08:55:53.172 INFO kablam! Checking hyper v0.11.27 Oct 13 08:56:02.475 INFO kablam! Checking hyper-tls v0.1.4 Oct 13 08:56:06.830 INFO kablam! Checking sccache v0.2.7 (/source) Oct 13 08:56:15.848 INFO kablam! warning: use of deprecated item 'tokio_io::codec::length_delimited::Framed': Moved to tokio-codec Oct 13 08:56:15.848 INFO kablam! --> src/server.rs:56:5 Oct 13 08:56:15.848 INFO kablam! | Oct 13 08:56:15.848 INFO kablam! 56 | use tokio_io::codec::length_delimited::Framed; Oct 13 08:56:15.848 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 08:56:15.848 INFO kablam! | Oct 13 08:56:15.848 INFO kablam! = note: #[warn(deprecated)] on by default Oct 13 08:56:15.848 INFO kablam! Oct 13 08:56:15.848 INFO kablam! warning: use of deprecated item 'tokio_io::codec::length_delimited::Framed': Moved to tokio-codec Oct 13 08:56:15.848 INFO kablam! --> src/server.rs:850:37 Oct 13 08:56:15.848 INFO kablam! | Oct 13 08:56:15.848 INFO kablam! 850 | inner: WriteBincode, Request>, Response>, Oct 13 08:56:15.848 INFO kablam! | ^^^^^^^^^ Oct 13 08:56:15.848 INFO kablam! Oct 13 08:56:15.852 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 13 08:56:15.852 INFO kablam! --> src/cache/s3.rs:49:20 Oct 13 08:56:15.852 INFO kablam! | Oct 13 08:56:15.852 INFO kablam! 49 | let home = env::home_dir().ok_or("Couldn't find home directory")?; Oct 13 08:56:15.852 INFO kablam! | ^^^^^^^^^^^^^ Oct 13 08:56:15.852 INFO kablam! Oct 13 08:56:15.856 INFO kablam! warning: use of deprecated item 'tokio_io::codec::length_delimited::Framed': Moved to tokio-codec Oct 13 08:56:15.856 INFO kablam! --> src/server.rs:829:55 Oct 13 08:56:15.856 INFO kablam! | Oct 13 08:56:15.856 INFO kablam! 829 | inner: WriteBincode::new(ReadBincode::new(Framed::new(io))), Oct 13 08:56:15.856 INFO kablam! | ^^^^^^^^^^^ Oct 13 08:56:15.856 INFO kablam! Oct 13 08:56:15.856 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 13 08:56:15.856 INFO kablam! --> src/simples3/credential.rs:137:38 Oct 13 08:56:15.856 INFO kablam! | Oct 13 08:56:15.856 INFO kablam! 137 | let profile_location = match env::home_dir() { Oct 13 08:56:15.856 INFO kablam! | ^^^^^^^^^^^^^ Oct 13 08:56:15.856 INFO kablam! Oct 13 08:56:16.404 INFO kablam! warning: use of deprecated item 'tokio_io::codec::length_delimited::Framed': Moved to tokio-codec Oct 13 08:56:16.404 INFO kablam! --> src/server.rs:56:5 Oct 13 08:56:16.404 INFO kablam! | Oct 13 08:56:16.404 INFO kablam! 56 | use tokio_io::codec::length_delimited::Framed; Oct 13 08:56:16.404 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 08:56:16.404 INFO kablam! | Oct 13 08:56:16.404 INFO kablam! = note: #[warn(deprecated)] on by default Oct 13 08:56:16.404 INFO kablam! Oct 13 08:56:16.404 INFO kablam! warning: use of deprecated item 'tokio_io::codec::length_delimited::Framed': Moved to tokio-codec Oct 13 08:56:16.404 INFO kablam! --> src/server.rs:850:37 Oct 13 08:56:16.404 INFO kablam! | Oct 13 08:56:16.404 INFO kablam! 850 | inner: WriteBincode, Request>, Response>, Oct 13 08:56:16.404 INFO kablam! | ^^^^^^^^^ Oct 13 08:56:16.404 INFO kablam! Oct 13 08:56:16.408 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 13 08:56:16.408 INFO kablam! --> src/cache/s3.rs:49:20 Oct 13 08:56:16.408 INFO kablam! | Oct 13 08:56:16.408 INFO kablam! 49 | let home = env::home_dir().ok_or("Couldn't find home directory")?; Oct 13 08:56:16.408 INFO kablam! | ^^^^^^^^^^^^^ Oct 13 08:56:16.408 INFO kablam! Oct 13 08:56:16.410 INFO kablam! warning: use of deprecated item 'tokio_io::codec::length_delimited::Framed': Moved to tokio-codec Oct 13 08:56:16.410 INFO kablam! --> src/server.rs:829:55 Oct 13 08:56:16.410 INFO kablam! | Oct 13 08:56:16.410 INFO kablam! 829 | inner: WriteBincode::new(ReadBincode::new(Framed::new(io))), Oct 13 08:56:16.410 INFO kablam! | ^^^^^^^^^^^ Oct 13 08:56:16.410 INFO kablam! Oct 13 08:56:16.416 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 13 08:56:16.416 INFO kablam! --> src/simples3/credential.rs:137:38 Oct 13 08:56:16.416 INFO kablam! | Oct 13 08:56:16.416 INFO kablam! 137 | let profile_location = match env::home_dir() { Oct 13 08:56:16.416 INFO kablam! | ^^^^^^^^^^^^^ Oct 13 08:56:16.416 INFO kablam! Oct 13 08:56:31.188 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 23s Oct 13 08:56:31.214 INFO kablam! su: No module specific data is present Oct 13 08:56:31.932 INFO running `"docker" "rm" "-f" "309b7b88217026254c2adcb01fcc8611aa4ea78d3943ce893702ed2ef2466dce"` Oct 13 08:56:32.260 INFO blam! 309b7b88217026254c2adcb01fcc8611aa4ea78d3943ce893702ed2ef2466dce