Oct 31 21:11:24.895 INFO checking shulhi/gitsha against master#05812fa8c588473f03e3fa7cf59cd84f4f37c715 for pr-55538 Oct 31 21:11:24.896 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55538/worker-0/master#05812fa8c588473f03e3fa7cf59cd84f4f37c715:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-0/pr-55538/master#05812fa8c588473f03e3fa7cf59cd84f4f37c715:/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 +05812fa8c588473f03e3fa7cf59cd84f4f37c715-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 31 21:11:25.434 INFO blam! d8a71a3089e69f04eb7a3fd67993bd5c6011555e13a229082767c1801b2ebdf6 Oct 31 21:11:25.436 INFO running `"docker" "start" "-a" "d8a71a3089e69f04eb7a3fd67993bd5c6011555e13a229082767c1801b2ebdf6"` Oct 31 21:11:27.236 INFO kablam! usermod: no changes Oct 31 21:11:27.476 INFO kablam! Compiling lazy_static v1.0.0 Oct 31 21:11:27.478 INFO kablam! Checking rustc-demangle v0.1.6 Oct 31 21:11:27.496 INFO kablam! Compiling crossbeam-utils v0.2.2 Oct 31 21:11:27.496 INFO kablam! Compiling num_cpus v1.8.0 Oct 31 21:11:27.498 INFO kablam! Checking clap v2.30.0 Oct 31 21:11:27.499 INFO kablam! Checking hyper v0.11.18 Oct 31 21:11:28.509 INFO kablam! Checking backtrace v0.3.5 Oct 31 21:11:29.806 INFO kablam! Compiling crossbeam-epoch v0.3.0 Oct 31 21:11:31.358 INFO kablam! Checking error-chain v0.11.0 Oct 31 21:11:34.216 INFO kablam! Compiling crossbeam-deque v0.2.0 Oct 31 21:11:35.257 INFO kablam! Compiling rayon-core v1.4.0 Oct 31 21:11:39.689 INFO kablam! Compiling rayon v0.8.2 Oct 31 21:11:46.508 INFO kablam! Compiling ring v0.12.1 Oct 31 21:11:54.851 INFO kablam! Checking sct v0.2.0 Oct 31 21:11:54.853 INFO kablam! Checking webpki v0.17.0 Oct 31 21:11:55.434 INFO kablam! Checking ct-logs v0.2.0 Oct 31 21:11:56.017 INFO kablam! Checking rustls v0.11.0 Oct 31 21:11:56.017 INFO kablam! Checking webpki-roots v0.13.0 Oct 31 21:12:00.452 INFO kablam! Checking tokio-rustls v0.4.0 Oct 31 21:12:01.652 INFO kablam! Checking hyper-rustls v0.11.0 Oct 31 21:12:02.480 INFO kablam! Checking github-rs v0.6.1 Oct 31 21:12:07.476 INFO kablam! Checking gitsha v0.1.0 (/source) Oct 31 21:12:08.593 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 31 21:12:08.593 INFO kablam! --> src/main.rs:62:19 Oct 31 21:12:08.593 INFO kablam! | Oct 31 21:12:08.593 INFO kablam! 62 | match env::home_dir() { Oct 31 21:12:08.594 INFO kablam! | ^^^^^^^^^^^^^ Oct 31 21:12:08.594 INFO kablam! | Oct 31 21:12:08.594 INFO kablam! = note: #[warn(deprecated)] on by default Oct 31 21:12:08.595 INFO kablam! Oct 31 21:12:08.595 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 31 21:12:08.595 INFO kablam! --> src/main.rs:101:15 Oct 31 21:12:08.595 INFO kablam! | Oct 31 21:12:08.596 INFO kablam! 101 | match env::home_dir() { Oct 31 21:12:08.596 INFO kablam! | ^^^^^^^^^^^^^ Oct 31 21:12:08.596 INFO kablam! Oct 31 21:12:08.716 INFO kablam! warning: field is never used: `name` Oct 31 21:12:08.716 INFO kablam! --> src/main.rs:20:5 Oct 31 21:12:08.716 INFO kablam! | Oct 31 21:12:08.716 INFO kablam! 20 | name: String, Oct 31 21:12:08.716 INFO kablam! | ^^^^^^^^^^^^ Oct 31 21:12:08.716 INFO kablam! | Oct 31 21:12:08.716 INFO kablam! = note: #[warn(dead_code)] on by default Oct 31 21:12:08.716 INFO kablam! Oct 31 21:12:09.013 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 31 21:12:09.013 INFO kablam! --> src/main.rs:62:19 Oct 31 21:12:09.013 INFO kablam! | Oct 31 21:12:09.013 INFO kablam! 62 | match env::home_dir() { Oct 31 21:12:09.014 INFO kablam! | ^^^^^^^^^^^^^ Oct 31 21:12:09.014 INFO kablam! | Oct 31 21:12:09.014 INFO kablam! = note: #[warn(deprecated)] on by default Oct 31 21:12:09.014 INFO kablam! Oct 31 21:12:09.015 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 31 21:12:09.015 INFO kablam! --> src/main.rs:101:15 Oct 31 21:12:09.015 INFO kablam! | Oct 31 21:12:09.015 INFO kablam! 101 | match env::home_dir() { Oct 31 21:12:09.016 INFO kablam! | ^^^^^^^^^^^^^ Oct 31 21:12:09.016 INFO kablam! Oct 31 21:12:09.133 INFO kablam! warning: field is never used: `name` Oct 31 21:12:09.133 INFO kablam! --> src/main.rs:20:5 Oct 31 21:12:09.133 INFO kablam! | Oct 31 21:12:09.133 INFO kablam! 20 | name: String, Oct 31 21:12:09.134 INFO kablam! | ^^^^^^^^^^^^ Oct 31 21:12:09.134 INFO kablam! | Oct 31 21:12:09.134 INFO kablam! = note: #[warn(dead_code)] on by default Oct 31 21:12:09.134 INFO kablam! Oct 31 21:12:09.164 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 41.89s Oct 31 21:12:09.171 INFO kablam! su: No module specific data is present Oct 31 21:12:10.016 INFO running `"docker" "rm" "-f" "d8a71a3089e69f04eb7a3fd67993bd5c6011555e13a229082767c1801b2ebdf6"` Oct 31 21:12:10.300 INFO blam! d8a71a3089e69f04eb7a3fd67993bd5c6011555e13a229082767c1801b2ebdf6