Oct 12 13:14:03.310 INFO checking spschul/swole against try#4021bd0b3c5815b087d6db10ce461e7e4854ade7 for pr-54977 Oct 12 13:14:03.310 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-2/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 13:14:03.806 INFO blam! 24cfa422e37e4d259d1088eac88b921ba99ac6495f09c8121ed7748d940d38cf Oct 12 13:14:03.808 INFO running `"docker" "start" "-a" "24cfa422e37e4d259d1088eac88b921ba99ac6495f09c8121ed7748d940d38cf"` Oct 12 13:14:05.876 INFO kablam! usermod: no changes Oct 12 13:14:05.956 INFO kablam! Checking chrono v0.4.0 Oct 12 13:14:08.369 INFO kablam! Checking swole v0.1.0 (/source) Oct 12 13:14:08.861 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 13:14:08.861 INFO kablam! --> src/main.rs:140:36 Oct 12 13:14:08.862 INFO kablam! | Oct 12 13:14:08.862 INFO kablam! 140 | let mut config = PathBuf::from(env::home_dir().unwrap()); Oct 12 13:14:08.862 INFO kablam! | ^^^^^^^^^^^^^ Oct 12 13:14:08.862 INFO kablam! | Oct 12 13:14:08.862 INFO kablam! = note: #[warn(deprecated)] on by default Oct 12 13:14:08.862 INFO kablam! Oct 12 13:14:08.863 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 13:14:08.863 INFO kablam! --> src/main.rs:149:36 Oct 12 13:14:08.863 INFO kablam! | Oct 12 13:14:08.864 INFO kablam! 149 | let mut config = PathBuf::from(env::home_dir().unwrap()); Oct 12 13:14:08.864 INFO kablam! | ^^^^^^^^^^^^^ Oct 12 13:14:08.865 INFO kablam! Oct 12 13:14:08.884 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 13:14:08.884 INFO kablam! --> src/main.rs:140:36 Oct 12 13:14:08.885 INFO kablam! | Oct 12 13:14:08.885 INFO kablam! 140 | let mut config = PathBuf::from(env::home_dir().unwrap()); Oct 12 13:14:08.885 INFO kablam! | ^^^^^^^^^^^^^ Oct 12 13:14:08.885 INFO kablam! | Oct 12 13:14:08.886 INFO kablam! = note: #[warn(deprecated)] on by default Oct 12 13:14:08.886 INFO kablam! Oct 12 13:14:08.886 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 13:14:08.886 INFO kablam! --> src/main.rs:149:36 Oct 12 13:14:08.887 INFO kablam! | Oct 12 13:14:08.887 INFO kablam! 149 | let mut config = PathBuf::from(env::home_dir().unwrap()); Oct 12 13:14:08.887 INFO kablam! | ^^^^^^^^^^^^^ Oct 12 13:14:08.887 INFO kablam! Oct 12 13:14:09.153 INFO kablam! warning: variable does not need to be mutable Oct 12 13:14:09.153 INFO kablam! --> src/main.rs:57:13 Oct 12 13:14:09.153 INFO kablam! | Oct 12 13:14:09.154 INFO kablam! 57 | let mut exercise = match self.exercises.get_mut(exer) { Oct 12 13:14:09.154 INFO kablam! | ----^^^^^^^^ Oct 12 13:14:09.154 INFO kablam! | | Oct 12 13:14:09.155 INFO kablam! | help: remove this `mut` Oct 12 13:14:09.156 INFO kablam! | Oct 12 13:14:09.157 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 12 13:14:09.157 INFO kablam! Oct 12 13:14:09.233 INFO kablam! warning: variable does not need to be mutable Oct 12 13:14:09.233 INFO kablam! --> src/main.rs:57:13 Oct 12 13:14:09.234 INFO kablam! | Oct 12 13:14:09.234 INFO kablam! 57 | let mut exercise = match self.exercises.get_mut(exer) { Oct 12 13:14:09.234 INFO kablam! | ----^^^^^^^^ Oct 12 13:14:09.234 INFO kablam! | | Oct 12 13:14:09.235 INFO kablam! | help: remove this `mut` Oct 12 13:14:09.235 INFO kablam! | Oct 12 13:14:09.235 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 12 13:14:09.235 INFO kablam! Oct 12 13:14:09.263 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.37s Oct 12 13:14:09.266 INFO kablam! su: No module specific data is present Oct 12 13:14:09.689 INFO running `"docker" "rm" "-f" "24cfa422e37e4d259d1088eac88b921ba99ac6495f09c8121ed7748d940d38cf"` Oct 12 13:14:09.893 INFO blam! 24cfa422e37e4d259d1088eac88b921ba99ac6495f09c8121ed7748d940d38cf