Sep 21 11:13:07.064 INFO checking dotfiler-0.1.0 against try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6 for pr-54394 Sep 21 11:13:07.064 INFO running: cargo +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets Sep 21 11:13:07.065 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-4/pr-54394/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54394/worker-4/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/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=1000" "-e" "CMD=cargo +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 21 11:13:07.227 INFO blam! be298c3e6b6869b9560ac3a106de5cdcf93fd09456e86a14a11bb0fbe1457876 Sep 21 11:13:07.228 INFO running `"docker" "start" "-a" "be298c3e6b6869b9560ac3a106de5cdcf93fd09456e86a14a11bb0fbe1457876"` Sep 21 11:13:07.862 INFO kablam! usermod: no changes Sep 21 11:13:07.930 INFO kablam! Compiling dotfiler v0.1.0 (/source) Sep 21 11:13:07.930 INFO kablam! Checking tera v0.1.3 Sep 21 11:13:08.254 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 21 11:13:08.254 INFO kablam! --> build.rs:1:5 Sep 21 11:13:08.254 INFO kablam! | Sep 21 11:13:08.254 INFO kablam! 1 | use std::env::home_dir; Sep 21 11:13:08.254 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 21 11:13:08.254 INFO kablam! | Sep 21 11:13:08.254 INFO kablam! = note: #[warn(deprecated)] on by default Sep 21 11:13:08.254 INFO kablam! Sep 21 11:13:08.254 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 21 11:13:08.254 INFO kablam! --> build.rs:6:53 Sep 21 11:13:08.254 INFO kablam! | Sep 21 11:13:08.254 INFO kablam! 6 | let formatted = format!("{}/.config/dotfiler/", home_dir().unwrap().display()); Sep 21 11:13:08.254 INFO kablam! | ^^^^^^^^ Sep 21 11:13:08.254 INFO kablam! Sep 21 11:13:08.278 INFO kablam! warning: unused `std::result::Result` which must be used Sep 21 11:13:08.278 INFO kablam! --> build.rs:11:9 Sep 21 11:13:08.278 INFO kablam! | Sep 21 11:13:08.278 INFO kablam! 11 | fs::create_dir(app_dir); Sep 21 11:13:08.278 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 11:13:08.278 INFO kablam! | Sep 21 11:13:08.278 INFO kablam! = note: #[warn(unused_must_use)] on by default Sep 21 11:13:08.278 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 21 11:13:08.278 INFO kablam! Sep 21 11:13:08.278 INFO kablam! warning: unused `std::result::Result` which must be used Sep 21 11:13:08.278 INFO kablam! --> build.rs:12:9 Sep 21 11:13:08.278 INFO kablam! | Sep 21 11:13:08.278 INFO kablam! 12 | fs::create_dir(app_dir.join("templates/")); Sep 21 11:13:08.278 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 11:13:08.278 INFO kablam! | Sep 21 11:13:08.278 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 21 11:13:08.278 INFO kablam! Sep 21 11:13:08.278 INFO kablam! warning: unused `std::result::Result` which must be used Sep 21 11:13:08.278 INFO kablam! --> build.rs:13:9 Sep 21 11:13:08.278 INFO kablam! | Sep 21 11:13:08.278 INFO kablam! 13 | fs::copy("examples/templates/xresources", app_dir.join("templates/xresources")); Sep 21 11:13:08.278 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 11:13:08.278 INFO kablam! | Sep 21 11:13:08.278 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 21 11:13:08.278 INFO kablam! Sep 21 11:13:08.278 INFO kablam! warning: unused `std::result::Result` which must be used Sep 21 11:13:08.278 INFO kablam! --> build.rs:14:9 Sep 21 11:13:08.278 INFO kablam! | Sep 21 11:13:08.278 INFO kablam! 14 | fs::copy("examples/config.toml", app_dir.join("{}config.toml")); Sep 21 11:13:08.278 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 11:13:08.279 INFO kablam! | Sep 21 11:13:08.279 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 21 11:13:08.279 INFO kablam! Sep 21 11:13:08.279 INFO kablam! warning: unused `std::result::Result` which must be used Sep 21 11:13:08.279 INFO kablam! --> build.rs:15:9 Sep 21 11:13:08.279 INFO kablam! | Sep 21 11:13:08.279 INFO kablam! 15 | fs::copy("target/release/dotfiler", "~/bin/dotfiler"); Sep 21 11:13:08.279 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 11:13:08.279 INFO kablam! | Sep 21 11:13:08.279 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 21 11:13:08.279 INFO kablam! Sep 21 11:13:10.774 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 21 11:13:10.774 INFO kablam! --> src/main.rs:14:19 Sep 21 11:13:10.774 INFO kablam! | Sep 21 11:13:10.774 INFO kablam! 14 | Err(_) => env::home_dir().unwrap().join(".config/dotfiler") Sep 21 11:13:10.774 INFO kablam! | ^^^^^^^^^^^^^ Sep 21 11:13:10.774 INFO kablam! | Sep 21 11:13:10.774 INFO kablam! = note: #[warn(deprecated)] on by default Sep 21 11:13:10.774 INFO kablam! Sep 21 11:13:10.837 INFO kablam! warning: unused `std::result::Result` which must be used Sep 21 11:13:10.837 INFO kablam! --> src/main.rs:18:5 Sep 21 11:13:10.837 INFO kablam! | Sep 21 11:13:10.837 INFO kablam! 18 | / File::open(app_dir.join("config.toml")) Sep 21 11:13:10.837 INFO kablam! 19 | | .expect("Couldn't find configuration file") Sep 21 11:13:10.837 INFO kablam! 20 | | .read_to_string(&mut buffer); Sep 21 11:13:10.837 INFO kablam! | |_____________________________________^ Sep 21 11:13:10.837 INFO kablam! | Sep 21 11:13:10.837 INFO kablam! = note: #[warn(unused_must_use)] on by default Sep 21 11:13:10.837 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 21 11:13:10.837 INFO kablam! Sep 21 11:13:10.837 INFO kablam! warning: unused `std::result::Result` which must be used Sep 21 11:13:10.837 INFO kablam! --> src/main.rs:78:9 Sep 21 11:13:10.837 INFO kablam! | Sep 21 11:13:10.837 INFO kablam! 78 | file.write_all(render.as_bytes()); Sep 21 11:13:10.837 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 11:13:10.837 INFO kablam! | Sep 21 11:13:10.837 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 21 11:13:10.837 INFO kablam! Sep 21 11:13:10.867 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 21 11:13:10.867 INFO kablam! --> src/main.rs:14:19 Sep 21 11:13:10.867 INFO kablam! | Sep 21 11:13:10.867 INFO kablam! 14 | Err(_) => env::home_dir().unwrap().join(".config/dotfiler") Sep 21 11:13:10.867 INFO kablam! | ^^^^^^^^^^^^^ Sep 21 11:13:10.867 INFO kablam! | Sep 21 11:13:10.867 INFO kablam! = note: #[warn(deprecated)] on by default Sep 21 11:13:10.867 INFO kablam! Sep 21 11:13:10.931 INFO kablam! warning: unused `std::result::Result` which must be used Sep 21 11:13:10.931 INFO kablam! --> src/main.rs:18:5 Sep 21 11:13:10.931 INFO kablam! | Sep 21 11:13:10.931 INFO kablam! 18 | / File::open(app_dir.join("config.toml")) Sep 21 11:13:10.931 INFO kablam! 19 | | .expect("Couldn't find configuration file") Sep 21 11:13:10.931 INFO kablam! 20 | | .read_to_string(&mut buffer); Sep 21 11:13:10.932 INFO kablam! | |_____________________________________^ Sep 21 11:13:10.932 INFO kablam! | Sep 21 11:13:10.932 INFO kablam! = note: #[warn(unused_must_use)] on by default Sep 21 11:13:10.932 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 21 11:13:10.932 INFO kablam! Sep 21 11:13:10.932 INFO kablam! warning: unused `std::result::Result` which must be used Sep 21 11:13:10.932 INFO kablam! --> src/main.rs:78:9 Sep 21 11:13:10.932 INFO kablam! | Sep 21 11:13:10.932 INFO kablam! 78 | file.write_all(render.as_bytes()); Sep 21 11:13:10.932 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 11:13:10.932 INFO kablam! | Sep 21 11:13:10.932 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 21 11:13:10.932 INFO kablam! Sep 21 11:13:10.956 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.07s Sep 21 11:13:10.960 INFO kablam! su: No module specific data is present Sep 21 11:13:11.524 INFO running `"docker" "rm" "-f" "be298c3e6b6869b9560ac3a106de5cdcf93fd09456e86a14a11bb0fbe1457876"` Sep 21 11:13:11.649 INFO blam! be298c3e6b6869b9560ac3a106de5cdcf93fd09456e86a14a11bb0fbe1457876