Oct 13 15:55:05.742 INFO checking dotfiler-0.1.0 against try#4021bd0b3c5815b087d6db10ce461e7e4854ade7 for pr-54977 Oct 13 15:55:05.742 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-1/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 13 15:55:06.228 INFO blam! 3acd34135429ebc1ad11f26795902cd44bfc29c12aeff30efdf6d884c60fd43c Oct 13 15:55:06.229 INFO running `"docker" "start" "-a" "3acd34135429ebc1ad11f26795902cd44bfc29c12aeff30efdf6d884c60fd43c"` Oct 13 15:55:07.025 INFO kablam! usermod: no changes Oct 13 15:55:07.104 INFO kablam! Compiling dotfiler v0.1.0 (/source) Oct 13 15:55:07.117 INFO kablam! Checking tera v0.1.3 Oct 13 15:55:07.840 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 15:55:07.840 INFO kablam! --> build.rs:1:5 Oct 13 15:55:07.840 INFO kablam! | Oct 13 15:55:07.840 INFO kablam! 1 | use std::env::home_dir; Oct 13 15:55:07.840 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 13 15:55:07.840 INFO kablam! | Oct 13 15:55:07.840 INFO kablam! = note: #[warn(deprecated)] on by default Oct 13 15:55:07.840 INFO kablam! Oct 13 15:55:07.840 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 15:55:07.840 INFO kablam! --> build.rs:6:53 Oct 13 15:55:07.840 INFO kablam! | Oct 13 15:55:07.840 INFO kablam! 6 | let formatted = format!("{}/.config/dotfiler/", home_dir().unwrap().display()); Oct 13 15:55:07.840 INFO kablam! | ^^^^^^^^ Oct 13 15:55:07.840 INFO kablam! Oct 13 15:55:07.864 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 15:55:07.864 INFO kablam! --> build.rs:11:9 Oct 13 15:55:07.864 INFO kablam! | Oct 13 15:55:07.864 INFO kablam! 11 | fs::create_dir(app_dir); Oct 13 15:55:07.864 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 15:55:07.864 INFO kablam! | Oct 13 15:55:07.864 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 13 15:55:07.864 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 15:55:07.864 INFO kablam! Oct 13 15:55:07.864 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 15:55:07.864 INFO kablam! --> build.rs:12:9 Oct 13 15:55:07.864 INFO kablam! | Oct 13 15:55:07.864 INFO kablam! 12 | fs::create_dir(app_dir.join("templates/")); Oct 13 15:55:07.864 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 15:55:07.864 INFO kablam! | Oct 13 15:55:07.865 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 15:55:07.865 INFO kablam! Oct 13 15:55:07.865 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 15:55:07.865 INFO kablam! --> build.rs:13:9 Oct 13 15:55:07.865 INFO kablam! | Oct 13 15:55:07.865 INFO kablam! 13 | fs::copy("examples/templates/xresources", app_dir.join("templates/xresources")); Oct 13 15:55:07.865 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 15:55:07.865 INFO kablam! | Oct 13 15:55:07.865 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 15:55:07.865 INFO kablam! Oct 13 15:55:07.865 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 15:55:07.865 INFO kablam! --> build.rs:14:9 Oct 13 15:55:07.865 INFO kablam! | Oct 13 15:55:07.865 INFO kablam! 14 | fs::copy("examples/config.toml", app_dir.join("{}config.toml")); Oct 13 15:55:07.865 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 15:55:07.865 INFO kablam! | Oct 13 15:55:07.865 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 15:55:07.865 INFO kablam! Oct 13 15:55:07.865 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 15:55:07.865 INFO kablam! --> build.rs:15:9 Oct 13 15:55:07.865 INFO kablam! | Oct 13 15:55:07.865 INFO kablam! 15 | fs::copy("target/release/dotfiler", "~/bin/dotfiler"); Oct 13 15:55:07.865 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 15:55:07.865 INFO kablam! | Oct 13 15:55:07.865 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 15:55:07.865 INFO kablam! Oct 13 15:55:11.845 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 15:55:11.845 INFO kablam! --> src/main.rs:14:19 Oct 13 15:55:11.846 INFO kablam! | Oct 13 15:55:11.846 INFO kablam! 14 | Err(_) => env::home_dir().unwrap().join(".config/dotfiler") Oct 13 15:55:11.846 INFO kablam! | ^^^^^^^^^^^^^ Oct 13 15:55:11.856 INFO kablam! | Oct 13 15:55:11.857 INFO kablam! = note: #[warn(deprecated)] on by default Oct 13 15:55:11.857 INFO kablam! Oct 13 15:55:11.896 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 15:55:11.897 INFO kablam! --> src/main.rs:18:5 Oct 13 15:55:11.897 INFO kablam! | Oct 13 15:55:11.897 INFO kablam! 18 | / File::open(app_dir.join("config.toml")) Oct 13 15:55:11.898 INFO kablam! 19 | | .expect("Couldn't find configuration file") Oct 13 15:55:11.898 INFO kablam! 20 | | .read_to_string(&mut buffer); Oct 13 15:55:11.898 INFO kablam! | |_____________________________________^ Oct 13 15:55:11.899 INFO kablam! | Oct 13 15:55:11.899 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 13 15:55:11.899 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 15:55:11.899 INFO kablam! Oct 13 15:55:11.900 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 15:55:11.900 INFO kablam! --> src/main.rs:78:9 Oct 13 15:55:11.900 INFO kablam! | Oct 13 15:55:11.901 INFO kablam! 78 | file.write_all(render.as_bytes()); Oct 13 15:55:11.901 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 15:55:11.901 INFO kablam! | Oct 13 15:55:11.902 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 15:55:11.902 INFO kablam! Oct 13 15:55:12.313 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 15:55:12.313 INFO kablam! --> src/main.rs:14:19 Oct 13 15:55:12.313 INFO kablam! | Oct 13 15:55:12.313 INFO kablam! 14 | Err(_) => env::home_dir().unwrap().join(".config/dotfiler") Oct 13 15:55:12.314 INFO kablam! | ^^^^^^^^^^^^^ Oct 13 15:55:12.314 INFO kablam! | Oct 13 15:55:12.314 INFO kablam! = note: #[warn(deprecated)] on by default Oct 13 15:55:12.315 INFO kablam! Oct 13 15:55:12.368 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 15:55:12.369 INFO kablam! --> src/main.rs:18:5 Oct 13 15:55:12.369 INFO kablam! | Oct 13 15:55:12.369 INFO kablam! 18 | / File::open(app_dir.join("config.toml")) Oct 13 15:55:12.370 INFO kablam! 19 | | .expect("Couldn't find configuration file") Oct 13 15:55:12.370 INFO kablam! 20 | | .read_to_string(&mut buffer); Oct 13 15:55:12.370 INFO kablam! | |_____________________________________^ Oct 13 15:55:12.370 INFO kablam! | Oct 13 15:55:12.371 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 13 15:55:12.371 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 15:55:12.371 INFO kablam! Oct 13 15:55:12.371 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 15:55:12.371 INFO kablam! --> src/main.rs:78:9 Oct 13 15:55:12.371 INFO kablam! | Oct 13 15:55:12.371 INFO kablam! 78 | file.write_all(render.as_bytes()); Oct 13 15:55:12.371 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 15:55:12.371 INFO kablam! | Oct 13 15:55:12.371 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 15:55:12.371 INFO kablam! Oct 13 15:55:12.395 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 5.34s Oct 13 15:55:12.397 INFO kablam! su: No module specific data is present Oct 13 15:55:12.890 INFO running `"docker" "rm" "-f" "3acd34135429ebc1ad11f26795902cd44bfc29c12aeff30efdf6d884c60fd43c"` Oct 13 15:55:13.123 INFO blam! 3acd34135429ebc1ad11f26795902cd44bfc29c12aeff30efdf6d884c60fd43c