Sep 04 19:26:25.966 INFO checking dotfiler-0.1.0 against try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0 for pr-53893 Sep 04 19:26:25.966 INFO running: cargo +6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0-alt check --frozen --all --all-targets Sep 04 19:26:25.966 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53893/try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53893/worker-1/try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0:/target:rw,Z" "-v" "/home/ec2-user/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/home/ec2-user/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=500" "-e" "CMD=cargo +6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 19:26:26.138 INFO blam! 44533808ed47486f486cfdae042a10a6ea2793797856ed22f66b9dfe0e6ebc39 Sep 04 19:26:26.140 INFO running `"docker" "start" "-a" "44533808ed47486f486cfdae042a10a6ea2793797856ed22f66b9dfe0e6ebc39"` Sep 04 19:26:26.853 INFO kablam! Compiling dotfiler v0.1.0 (file:///source) Sep 04 19:26:26.854 INFO kablam! Checking tera v0.1.3 Sep 04 19:26:27.472 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. Sep 04 19:26:27.472 INFO kablam! --> build.rs:1:5 Sep 04 19:26:27.472 INFO kablam! | Sep 04 19:26:27.472 INFO kablam! 1 | use std::env::home_dir; Sep 04 19:26:27.472 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 04 19:26:27.472 INFO kablam! | Sep 04 19:26:27.472 INFO kablam! = note: #[warn(deprecated)] on by default Sep 04 19:26:27.472 INFO kablam! Sep 04 19:26:27.472 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. Sep 04 19:26:27.472 INFO kablam! --> build.rs:6:53 Sep 04 19:26:27.472 INFO kablam! | Sep 04 19:26:27.472 INFO kablam! 6 | let formatted = format!("{}/.config/dotfiler/", home_dir().unwrap().display()); Sep 04 19:26:27.472 INFO kablam! | ^^^^^^^^ Sep 04 19:26:27.472 INFO kablam! Sep 04 19:26:27.513 INFO kablam! warning: unused `std::result::Result` which must be used Sep 04 19:26:27.513 INFO kablam! --> build.rs:11:9 Sep 04 19:26:27.513 INFO kablam! | Sep 04 19:26:27.513 INFO kablam! 11 | fs::create_dir(app_dir); Sep 04 19:26:27.514 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 19:26:27.514 INFO kablam! | Sep 04 19:26:27.514 INFO kablam! = note: #[warn(unused_must_use)] on by default Sep 04 19:26:27.514 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 04 19:26:27.514 INFO kablam! Sep 04 19:26:27.514 INFO kablam! warning: unused `std::result::Result` which must be used Sep 04 19:26:27.514 INFO kablam! --> build.rs:12:9 Sep 04 19:26:27.514 INFO kablam! | Sep 04 19:26:27.514 INFO kablam! 12 | fs::create_dir(app_dir.join("templates/")); Sep 04 19:26:27.514 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 19:26:27.514 INFO kablam! | Sep 04 19:26:27.514 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 04 19:26:27.514 INFO kablam! Sep 04 19:26:27.514 INFO kablam! warning: unused `std::result::Result` which must be used Sep 04 19:26:27.514 INFO kablam! --> build.rs:13:9 Sep 04 19:26:27.514 INFO kablam! | Sep 04 19:26:27.514 INFO kablam! 13 | fs::copy("examples/templates/xresources", app_dir.join("templates/xresources")); Sep 04 19:26:27.514 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 19:26:27.514 INFO kablam! | Sep 04 19:26:27.514 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 04 19:26:27.514 INFO kablam! Sep 04 19:26:27.514 INFO kablam! warning: unused `std::result::Result` which must be used Sep 04 19:26:27.514 INFO kablam! --> build.rs:14:9 Sep 04 19:26:27.514 INFO kablam! | Sep 04 19:26:27.514 INFO kablam! 14 | fs::copy("examples/config.toml", app_dir.join("{}config.toml")); Sep 04 19:26:27.514 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 19:26:27.514 INFO kablam! | Sep 04 19:26:27.514 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 04 19:26:27.514 INFO kablam! Sep 04 19:26:27.515 INFO kablam! warning: unused `std::result::Result` which must be used Sep 04 19:26:27.515 INFO kablam! --> build.rs:15:9 Sep 04 19:26:27.515 INFO kablam! | Sep 04 19:26:27.515 INFO kablam! 15 | fs::copy("target/release/dotfiler", "~/bin/dotfiler"); Sep 04 19:26:27.515 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 19:26:27.515 INFO kablam! | Sep 04 19:26:27.515 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 04 19:26:27.515 INFO kablam! Sep 04 19:26:30.544 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. Sep 04 19:26:30.544 INFO kablam! --> src/main.rs:14:19 Sep 04 19:26:30.544 INFO kablam! | Sep 04 19:26:30.544 INFO kablam! 14 | Err(_) => env::home_dir().unwrap().join(".config/dotfiler") Sep 04 19:26:30.544 INFO kablam! | ^^^^^^^^^^^^^ Sep 04 19:26:30.545 INFO kablam! | Sep 04 19:26:30.545 INFO kablam! = note: #[warn(deprecated)] on by default Sep 04 19:26:30.545 INFO kablam! Sep 04 19:26:30.552 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. Sep 04 19:26:30.552 INFO kablam! --> src/main.rs:14:19 Sep 04 19:26:30.552 INFO kablam! | Sep 04 19:26:30.552 INFO kablam! 14 | Err(_) => env::home_dir().unwrap().join(".config/dotfiler") Sep 04 19:26:30.553 INFO kablam! | ^^^^^^^^^^^^^ Sep 04 19:26:30.553 INFO kablam! | Sep 04 19:26:30.553 INFO kablam! = note: #[warn(deprecated)] on by default Sep 04 19:26:30.553 INFO kablam! Sep 04 19:26:30.660 INFO kablam! warning: unused `std::result::Result` which must be used Sep 04 19:26:30.660 INFO kablam! --> src/main.rs:18:5 Sep 04 19:26:30.661 INFO kablam! | Sep 04 19:26:30.661 INFO kablam! 18 | / File::open(app_dir.join("config.toml")) Sep 04 19:26:30.661 INFO kablam! 19 | | .expect("Couldn't find configuration file") Sep 04 19:26:30.661 INFO kablam! 20 | | .read_to_string(&mut buffer); Sep 04 19:26:30.661 INFO kablam! | |_____________________________________^ Sep 04 19:26:30.661 INFO kablam! | Sep 04 19:26:30.661 INFO kablam! = note: #[warn(unused_must_use)] on by default Sep 04 19:26:30.661 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 04 19:26:30.661 INFO kablam! Sep 04 19:26:30.661 INFO kablam! warning: unused `std::result::Result` which must be used Sep 04 19:26:30.661 INFO kablam! --> src/main.rs:78:9 Sep 04 19:26:30.661 INFO kablam! | Sep 04 19:26:30.661 INFO kablam! 78 | file.write_all(render.as_bytes()); Sep 04 19:26:30.661 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 19:26:30.661 INFO kablam! | Sep 04 19:26:30.661 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 04 19:26:30.661 INFO kablam! Sep 04 19:26:30.662 INFO kablam! warning: unused `std::result::Result` which must be used Sep 04 19:26:30.662 INFO kablam! --> src/main.rs:18:5 Sep 04 19:26:30.662 INFO kablam! | Sep 04 19:26:30.662 INFO kablam! 18 | / File::open(app_dir.join("config.toml")) Sep 04 19:26:30.662 INFO kablam! 19 | | .expect("Couldn't find configuration file") Sep 04 19:26:30.662 INFO kablam! 20 | | .read_to_string(&mut buffer); Sep 04 19:26:30.662 INFO kablam! | |_____________________________________^ Sep 04 19:26:30.662 INFO kablam! | Sep 04 19:26:30.662 INFO kablam! = note: #[warn(unused_must_use)] on by default Sep 04 19:26:30.663 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 04 19:26:30.663 INFO kablam! Sep 04 19:26:30.663 INFO kablam! warning: unused `std::result::Result` which must be used Sep 04 19:26:30.663 INFO kablam! --> src/main.rs:78:9 Sep 04 19:26:30.663 INFO kablam! | Sep 04 19:26:30.663 INFO kablam! 78 | file.write_all(render.as_bytes()); Sep 04 19:26:30.663 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 19:26:30.663 INFO kablam! | Sep 04 19:26:30.663 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 04 19:26:30.663 INFO kablam! Sep 04 19:26:30.678 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.87s Sep 04 19:26:30.682 INFO kablam! su: No module specific data is present Sep 04 19:26:31.079 INFO running `"docker" "rm" "-f" "44533808ed47486f486cfdae042a10a6ea2793797856ed22f66b9dfe0e6ebc39"` Sep 04 19:26:31.223 INFO blam! 44533808ed47486f486cfdae042a10a6ea2793797856ed22f66b9dfe0e6ebc39