Oct 12 23:40:56.437 INFO checking chrisduerr/rum against try#4021bd0b3c5815b087d6db10ce461e7e4854ade7 for pr-54977 Oct 12 23:40:56.437 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-6/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/pr-54977/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/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 +4021bd0b3c5815b087d6db10ce461e7e4854ade7-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 12 23:40:56.741 INFO blam! 6bc83e05b0c0d8521ab5d4bf027ae65def24a9f6c9357a073aacc6e0d9d351e8 Oct 12 23:40:56.752 INFO running `"docker" "start" "-a" "6bc83e05b0c0d8521ab5d4bf027ae65def24a9f6c9357a073aacc6e0d9d351e8"` Oct 12 23:40:57.361 INFO kablam! usermod: no changes Oct 12 23:40:57.628 INFO kablam! Checking iovec v0.1.0 Oct 12 23:40:57.628 INFO kablam! Checking net2 v0.2.31 Oct 12 23:40:57.632 INFO kablam! Checking toml v0.4.5 Oct 12 23:40:57.632 INFO kablam! Checking futures-cpupool v0.1.5 Oct 12 23:40:57.640 INFO kablam! Checking clap v2.26.0 Oct 12 23:40:57.640 INFO kablam! Checking backtrace-sys v0.1.12 Oct 12 23:40:57.640 INFO kablam! Checking openssl-sys v0.9.17 Oct 12 23:40:57.640 INFO kablam! Checking serde_urlencoded v0.5.1 Oct 12 23:40:58.836 INFO kablam! Checking backtrace v0.3.3 Oct 12 23:40:59.632 INFO kablam! Checking openssl v0.9.17 Oct 12 23:41:00.120 INFO kablam! Checking bytes v0.4.5 Oct 12 23:41:00.121 INFO kablam! Checking mio v0.6.10 Oct 12 23:41:00.874 INFO kablam! Checking error-chain v0.11.0 Oct 12 23:41:03.578 INFO kablam! Checking tokio-io v0.1.3 Oct 12 23:41:05.461 INFO kablam! Checking tokio-core v0.1.9 Oct 12 23:41:07.324 INFO kablam! Checking native-tls v0.1.4 Oct 12 23:41:08.198 INFO kablam! Checking tokio-proto v0.1.1 Oct 12 23:41:08.512 INFO kablam! Checking tokio-tls v0.1.3 Oct 12 23:41:11.716 INFO kablam! Checking hyper v0.11.2 Oct 12 23:41:16.064 INFO kablam! Checking hyper-tls v0.1.2 Oct 12 23:41:17.541 INFO kablam! Checking reqwest v0.7.3 Oct 12 23:41:19.795 INFO kablam! Checking userstyles v0.1.3 Oct 12 23:41:22.453 INFO kablam! Checking rum v0.3.0 (/source) Oct 12 23:41:25.204 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 12 23:41:25.205 INFO kablam! --> src/config.rs:247:20 Oct 12 23:41:25.205 INFO kablam! | Oct 12 23:41:25.205 INFO kablam! 247 | let mut path = env::home_dir().ok_or("Unable to locate home directory")?; Oct 12 23:41:25.205 INFO kablam! | ^^^^^^^^^^^^^ Oct 12 23:41:25.205 INFO kablam! | Oct 12 23:41:25.205 INFO kablam! = note: #[warn(deprecated)] on by default Oct 12 23:41:25.206 INFO kablam! Oct 12 23:41:25.206 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 12 23:41:25.206 INFO kablam! --> src/config.rs:319:20 Oct 12 23:41:25.206 INFO kablam! | Oct 12 23:41:25.207 INFO kablam! 319 | let mut path = env::home_dir().ok_or("Unable to find home directory.")?; Oct 12 23:41:25.207 INFO kablam! | ^^^^^^^^^^^^^ Oct 12 23:41:25.207 INFO kablam! Oct 12 23:41:25.640 INFO kablam! warning: unused import: `Read` Oct 12 23:41:25.640 INFO kablam! --> src/config.rs:1:41 Oct 12 23:41:25.640 INFO kablam! | Oct 12 23:41:25.640 INFO kablam! 1 | use std::io::{self, BufRead, BufReader, Read, Write}; Oct 12 23:41:25.640 INFO kablam! | ^^^^ Oct 12 23:41:25.640 INFO kablam! | Oct 12 23:41:25.640 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 23:41:25.640 INFO kablam! Oct 12 23:41:25.677 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 12 23:41:25.677 INFO kablam! --> src/config.rs:247:20 Oct 12 23:41:25.677 INFO kablam! | Oct 12 23:41:25.677 INFO kablam! 247 | let mut path = env::home_dir().ok_or("Unable to locate home directory")?; Oct 12 23:41:25.677 INFO kablam! | ^^^^^^^^^^^^^ Oct 12 23:41:25.677 INFO kablam! | Oct 12 23:41:25.677 INFO kablam! = note: #[warn(deprecated)] on by default Oct 12 23:41:25.677 INFO kablam! Oct 12 23:41:25.677 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 12 23:41:25.677 INFO kablam! --> src/config.rs:319:20 Oct 12 23:41:25.677 INFO kablam! | Oct 12 23:41:25.677 INFO kablam! 319 | let mut path = env::home_dir().ok_or("Unable to find home directory.")?; Oct 12 23:41:25.677 INFO kablam! | ^^^^^^^^^^^^^ Oct 12 23:41:25.677 INFO kablam! Oct 12 23:41:26.390 INFO kablam! warning: function is never used: `config_exists` Oct 12 23:41:26.390 INFO kablam! --> src/config.rs:193:1 Oct 12 23:41:26.390 INFO kablam! | Oct 12 23:41:26.390 INFO kablam! 193 | pub fn config_exists() -> bool { Oct 12 23:41:26.390 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 23:41:26.390 INFO kablam! | Oct 12 23:41:26.390 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 23:41:26.390 INFO kablam! Oct 12 23:41:26.390 INFO kablam! warning: function is never used: `create_config` Oct 12 23:41:26.390 INFO kablam! --> src/config.rs:220:1 Oct 12 23:41:26.390 INFO kablam! | Oct 12 23:41:26.390 INFO kablam! 220 | pub fn create_config() -> Result<()> { Oct 12 23:41:26.390 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 23:41:26.390 INFO kablam! Oct 12 23:41:26.460 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 29.08s Oct 12 23:41:26.474 INFO kablam! su: No module specific data is present Oct 12 23:41:27.377 INFO running `"docker" "rm" "-f" "6bc83e05b0c0d8521ab5d4bf027ae65def24a9f6c9357a073aacc6e0d9d351e8"` Oct 12 23:41:27.604 INFO blam! 6bc83e05b0c0d8521ab5d4bf027ae65def24a9f6c9357a073aacc6e0d9d351e8