Sep 04 19:26:26.484 INFO checking dotfiler-0.1.0 against master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c for pr-53893 Sep 04 19:26:26.484 INFO running: cargo +28bcffead74d5e17c6cb1f7de432e37f93a6b50c-alt check --frozen --all --all-targets Sep 04 19:26:26.484 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53893/master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53893/worker-2/master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c:/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 +28bcffead74d5e17c6cb1f7de432e37f93a6b50c-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.662 INFO blam! 9499f6e74ce14221f56e8727a80139aa631b1393dcfc67f95593a474c3e0369e Sep 04 19:26:26.663 INFO running `"docker" "start" "-a" "9499f6e74ce14221f56e8727a80139aa631b1393dcfc67f95593a474c3e0369e"` Sep 04 19:26:27.297 INFO kablam! Compiling dotfiler v0.1.0 (file:///source) Sep 04 19:26:27.298 INFO kablam! Checking tera v0.1.3 Sep 04 19:26:27.902 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.902 INFO kablam! --> build.rs:1:5 Sep 04 19:26:27.902 INFO kablam! | Sep 04 19:26:27.902 INFO kablam! 1 | use std::env::home_dir; Sep 04 19:26:27.902 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 04 19:26:27.902 INFO kablam! | Sep 04 19:26:27.902 INFO kablam! = note: #[warn(deprecated)] on by default Sep 04 19:26:27.902 INFO kablam! Sep 04 19:26:27.902 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.902 INFO kablam! --> build.rs:6:53 Sep 04 19:26:27.902 INFO kablam! | Sep 04 19:26:27.902 INFO kablam! 6 | let formatted = format!("{}/.config/dotfiler/", home_dir().unwrap().display()); Sep 04 19:26:27.902 INFO kablam! | ^^^^^^^^ Sep 04 19:26:27.902 INFO kablam! Sep 04 19:26:27.936 INFO kablam! warning: unused `std::result::Result` which must be used Sep 04 19:26:27.936 INFO kablam! --> build.rs:11:9 Sep 04 19:26:27.936 INFO kablam! | Sep 04 19:26:27.936 INFO kablam! 11 | fs::create_dir(app_dir); Sep 04 19:26:27.936 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 19:26:27.936 INFO kablam! | Sep 04 19:26:27.937 INFO kablam! = note: #[warn(unused_must_use)] on by default Sep 04 19:26:27.937 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 04 19:26:27.937 INFO kablam! Sep 04 19:26:27.937 INFO kablam! warning: unused `std::result::Result` which must be used Sep 04 19:26:27.937 INFO kablam! --> build.rs:12:9 Sep 04 19:26:27.937 INFO kablam! | Sep 04 19:26:27.937 INFO kablam! 12 | fs::create_dir(app_dir.join("templates/")); Sep 04 19:26:27.937 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 19:26:27.937 INFO kablam! | Sep 04 19:26:27.937 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 04 19:26:27.937 INFO kablam! Sep 04 19:26:27.937 INFO kablam! warning: unused `std::result::Result` which must be used Sep 04 19:26:27.937 INFO kablam! --> build.rs:13:9 Sep 04 19:26:27.937 INFO kablam! | Sep 04 19:26:27.937 INFO kablam! 13 | fs::copy("examples/templates/xresources", app_dir.join("templates/xresources")); Sep 04 19:26:27.937 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 19:26:27.937 INFO kablam! | Sep 04 19:26:27.937 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 04 19:26:27.937 INFO kablam! Sep 04 19:26:27.937 INFO kablam! warning: unused `std::result::Result` which must be used Sep 04 19:26:27.937 INFO kablam! --> build.rs:14:9 Sep 04 19:26:27.937 INFO kablam! | Sep 04 19:26:27.937 INFO kablam! 14 | fs::copy("examples/config.toml", app_dir.join("{}config.toml")); Sep 04 19:26:27.937 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 19:26:27.937 INFO kablam! | Sep 04 19:26:27.937 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 04 19:26:27.937 INFO kablam! Sep 04 19:26:27.937 INFO kablam! warning: unused `std::result::Result` which must be used Sep 04 19:26:27.937 INFO kablam! --> build.rs:15:9 Sep 04 19:26:27.937 INFO kablam! | Sep 04 19:26:27.937 INFO kablam! 15 | fs::copy("target/release/dotfiler", "~/bin/dotfiler"); Sep 04 19:26:27.937 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 19:26:27.937 INFO kablam! | Sep 04 19:26:27.937 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 04 19:26:27.937 INFO kablam! Sep 04 19:26:31.312 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:31.312 INFO kablam! --> src/main.rs:14:19 Sep 04 19:26:31.312 INFO kablam! | Sep 04 19:26:31.312 INFO kablam! 14 | Err(_) => env::home_dir().unwrap().join(".config/dotfiler") Sep 04 19:26:31.312 INFO kablam! | ^^^^^^^^^^^^^ Sep 04 19:26:31.312 INFO kablam! | Sep 04 19:26:31.312 INFO kablam! = note: #[warn(deprecated)] on by default Sep 04 19:26:31.313 INFO kablam! Sep 04 19:26:31.314 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:31.315 INFO kablam! --> src/main.rs:14:19 Sep 04 19:26:31.315 INFO kablam! | Sep 04 19:26:31.315 INFO kablam! 14 | Err(_) => env::home_dir().unwrap().join(".config/dotfiler") Sep 04 19:26:31.315 INFO kablam! | ^^^^^^^^^^^^^ Sep 04 19:26:31.315 INFO kablam! | Sep 04 19:26:31.315 INFO kablam! = note: #[warn(deprecated)] on by default Sep 04 19:26:31.315 INFO kablam! Sep 04 19:26:31.441 INFO kablam! warning: unused `std::result::Result` which must be used Sep 04 19:26:31.441 INFO kablam! --> src/main.rs:18:5 Sep 04 19:26:31.442 INFO kablam! | Sep 04 19:26:31.442 INFO kablam! 18 | / File::open(app_dir.join("config.toml")) Sep 04 19:26:31.442 INFO kablam! 19 | | .expect("Couldn't find configuration file") Sep 04 19:26:31.442 INFO kablam! 20 | | .read_to_string(&mut buffer); Sep 04 19:26:31.442 INFO kablam! | |_____________________________________^ Sep 04 19:26:31.442 INFO kablam! | Sep 04 19:26:31.442 INFO kablam! = note: #[warn(unused_must_use)] on by default Sep 04 19:26:31.442 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 04 19:26:31.442 INFO kablam! Sep 04 19:26:31.442 INFO kablam! warning: unused `std::result::Result` which must be used Sep 04 19:26:31.442 INFO kablam! --> src/main.rs:78:9 Sep 04 19:26:31.442 INFO kablam! | Sep 04 19:26:31.442 INFO kablam! 78 | file.write_all(render.as_bytes()); Sep 04 19:26:31.442 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 19:26:31.442 INFO kablam! | Sep 04 19:26:31.442 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 04 19:26:31.442 INFO kablam! Sep 04 19:26:31.446 INFO kablam! warning: unused `std::result::Result` which must be used Sep 04 19:26:31.446 INFO kablam! --> src/main.rs:18:5 Sep 04 19:26:31.446 INFO kablam! | Sep 04 19:26:31.446 INFO kablam! 18 | / File::open(app_dir.join("config.toml")) Sep 04 19:26:31.446 INFO kablam! 19 | | .expect("Couldn't find configuration file") Sep 04 19:26:31.446 INFO kablam! 20 | | .read_to_string(&mut buffer); Sep 04 19:26:31.446 INFO kablam! | |_____________________________________^ Sep 04 19:26:31.446 INFO kablam! | Sep 04 19:26:31.446 INFO kablam! = note: #[warn(unused_must_use)] on by default Sep 04 19:26:31.446 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 04 19:26:31.446 INFO kablam! Sep 04 19:26:31.446 INFO kablam! warning: unused `std::result::Result` which must be used Sep 04 19:26:31.446 INFO kablam! --> src/main.rs:78:9 Sep 04 19:26:31.446 INFO kablam! | Sep 04 19:26:31.447 INFO kablam! 78 | file.write_all(render.as_bytes()); Sep 04 19:26:31.447 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 19:26:31.447 INFO kablam! | Sep 04 19:26:31.447 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 04 19:26:31.447 INFO kablam! Sep 04 19:26:31.461 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.21s Sep 04 19:26:31.465 INFO kablam! su: No module specific data is present Sep 04 19:26:31.917 INFO running `"docker" "rm" "-f" "9499f6e74ce14221f56e8727a80139aa631b1393dcfc67f95593a474c3e0369e"` Sep 04 19:26:32.023 INFO blam! 9499f6e74ce14221f56e8727a80139aa631b1393dcfc67f95593a474c3e0369e