Oct 27 09:05:15.430 INFO checking Xion/cargo-contribute against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 27 09:05:15.431 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 09:05:15.997 INFO blam! 5955788efbc75e7f286a40377f663bd6c83f6c017394d1eaae2247634ed510f8 Oct 27 09:05:16.000 INFO running `"docker" "start" "-a" "5955788efbc75e7f286a40377f663bd6c83f6c017394d1eaae2247634ed510f8"` Oct 27 09:05:16.912 INFO kablam! usermod: no changes Oct 27 09:05:17.303 INFO kablam! Compiling case v0.1.0 Oct 27 09:05:17.311 INFO kablam! Checking exitcode v1.1.2 Oct 27 09:05:17.311 INFO kablam! Checking strfmt v0.1.5 Oct 27 09:05:17.312 INFO kablam! Checking macro-attr v0.2.0 Oct 27 09:05:17.312 INFO kablam! Checking isatty v0.1.6 Oct 27 09:05:17.323 INFO kablam! Checking toml v0.4.5 Oct 27 09:05:17.323 INFO kablam! Checking mio v0.6.11 Oct 27 09:05:17.324 INFO kablam! Checking tokio-io v0.1.4 Oct 27 09:05:19.647 INFO kablam! Checking slog-extra v0.1.2 Oct 27 09:05:19.787 INFO kablam! Checking chrono v0.4.0 Oct 27 09:05:20.883 INFO kablam! Compiling derive-error v0.0.3 Oct 27 09:05:22.416 INFO kablam! Checking slog-stream v1.2.1 Oct 27 09:05:24.505 INFO kablam! Checking tokio-core v0.1.11 Oct 27 09:05:26.079 INFO kablam! Checking slog-term v1.5.0 Oct 27 09:05:30.599 INFO kablam! Checking slog-stdlog v1.1.0 Oct 27 09:05:31.111 INFO kablam! Checking tokio-proto v0.1.1 Oct 27 09:05:31.111 INFO kablam! Checking tokio-tls v0.1.3 Oct 27 09:05:35.811 INFO kablam! Checking slog-envlogger v0.5.0 Oct 27 09:05:37.807 INFO kablam! Checking hyper v0.11.9 Oct 27 09:05:43.920 INFO kablam! Checking hyper-tls v0.1.2 Oct 27 09:05:45.980 INFO kablam! Checking hubcaps v0.4.3 Oct 27 09:05:55.991 INFO kablam! Checking cargo-contribute v0.2.2 (/source) Oct 27 09:06:04.873 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 09:06:04.874 INFO kablam! --> src/issues/producer.rs:156:60 Oct 27 09:06:04.875 INFO kablam! | Oct 27 09:06:04.875 INFO kablam! 156 | static ref CARGO_REGISTRY_CACHE_DIR: Option = env::home_dir() Oct 27 09:06:04.876 INFO kablam! | ^^^^^^^^^^^^^ Oct 27 09:06:04.877 INFO kablam! | Oct 27 09:06:04.877 INFO kablam! = note: #[warn(deprecated)] on by default Oct 27 09:06:04.878 INFO kablam! Oct 27 09:06:05.063 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 09:06:05.063 INFO kablam! --> src/issues/producer.rs:156:60 Oct 27 09:06:05.063 INFO kablam! | Oct 27 09:06:05.063 INFO kablam! 156 | static ref CARGO_REGISTRY_CACHE_DIR: Option = env::home_dir() Oct 27 09:06:05.063 INFO kablam! | ^^^^^^^^^^^^^ Oct 27 09:06:05.063 INFO kablam! | Oct 27 09:06:05.063 INFO kablam! = note: #[warn(deprecated)] on by default Oct 27 09:06:05.063 INFO kablam! Oct 27 09:06:06.819 INFO kablam! warning: method is never used: `new` Oct 27 09:06:06.819 INFO kablam! --> src/issues/crates_io.rs:72:5 Oct 27 09:06:06.819 INFO kablam! | Oct 27 09:06:06.819 INFO kablam! 72 | pub fn new(handle: &Handle) -> Self { Oct 27 09:06:06.819 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 09:06:06.819 INFO kablam! | Oct 27 09:06:06.819 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 09:06:06.819 INFO kablam! Oct 27 09:06:06.819 INFO kablam! warning: method is never used: `new_tls` Oct 27 09:06:06.819 INFO kablam! --> src/issues/crates_io.rs:78:5 Oct 27 09:06:06.819 INFO kablam! | Oct 27 09:06:06.819 INFO kablam! 78 | pub fn new_tls(handle: &Handle) -> Self { Oct 27 09:06:06.819 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 09:06:06.819 INFO kablam! Oct 27 09:06:06.850 INFO kablam! warning: method is never used: `new_tls` Oct 27 09:06:06.850 INFO kablam! --> src/issues/crates_io.rs:78:5 Oct 27 09:06:06.850 INFO kablam! | Oct 27 09:06:06.850 INFO kablam! 78 | pub fn new_tls(handle: &Handle) -> Self { Oct 27 09:06:06.850 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 09:06:06.850 INFO kablam! | Oct 27 09:06:06.850 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 09:06:06.850 INFO kablam! Oct 27 09:06:07.033 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 50.08s Oct 27 09:06:07.066 INFO kablam! su: No module specific data is present Oct 27 09:06:07.825 INFO running `"docker" "rm" "-f" "5955788efbc75e7f286a40377f663bd6c83f6c017394d1eaae2247634ed510f8"` Oct 27 09:06:08.211 INFO blam! 5955788efbc75e7f286a40377f663bd6c83f6c017394d1eaae2247634ed510f8