Sep 06 07:50:59.073 INFO checking dotfiler-0.1.0 against master#1c2e17f4e3a2070a7f703f51e29c1c388ef703b6 for pr-53854 Sep 06 07:50:59.073 INFO running: cargo +1c2e17f4e3a2070a7f703f51e29c1c388ef703b6-alt check --frozen --all --all-targets Sep 06 07:50:59.074 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53854/master#1c2e17f4e3a2070a7f703f51e29c1c388ef703b6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53854/worker-1/master#1c2e17f4e3a2070a7f703f51e29c1c388ef703b6:/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 +1c2e17f4e3a2070a7f703f51e29c1c388ef703b6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 06 07:50:59.275 INFO blam! bb21fdffe27f8ccfa7899d1b866111602e95f7e62fb2fbbc1714f6a88738b93b Sep 06 07:50:59.276 INFO running `"docker" "start" "-a" "bb21fdffe27f8ccfa7899d1b866111602e95f7e62fb2fbbc1714f6a88738b93b"` Sep 06 07:51:00.076 INFO kablam! usermod: no changes Sep 06 07:51:00.121 INFO kablam! Compiling dotfiler v0.1.0 (file:///source) Sep 06 07:51:00.121 INFO kablam! Checking toml v0.1.30 Sep 06 07:51:00.122 INFO kablam! Checking tera v0.1.3 Sep 06 07:51:00.374 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 06 07:51:00.374 INFO kablam! --> build.rs:1:5 Sep 06 07:51:00.374 INFO kablam! | Sep 06 07:51:00.374 INFO kablam! 1 | use std::env::home_dir; Sep 06 07:51:00.374 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 06 07:51:00.374 INFO kablam! | Sep 06 07:51:00.374 INFO kablam! = note: #[warn(deprecated)] on by default Sep 06 07:51:00.374 INFO kablam! Sep 06 07:51:00.374 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 06 07:51:00.375 INFO kablam! --> build.rs:6:53 Sep 06 07:51:00.375 INFO kablam! | Sep 06 07:51:00.375 INFO kablam! 6 | let formatted = format!("{}/.config/dotfiler/", home_dir().unwrap().display()); Sep 06 07:51:00.375 INFO kablam! | ^^^^^^^^ Sep 06 07:51:00.375 INFO kablam! Sep 06 07:51:00.386 INFO kablam! warning: unused `std::result::Result` which must be used Sep 06 07:51:00.386 INFO kablam! --> build.rs:11:9 Sep 06 07:51:00.386 INFO kablam! | Sep 06 07:51:00.386 INFO kablam! 11 | fs::create_dir(app_dir); Sep 06 07:51:00.386 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Sep 06 07:51:00.386 INFO kablam! | Sep 06 07:51:00.386 INFO kablam! = note: #[warn(unused_must_use)] on by default Sep 06 07:51:00.386 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 06 07:51:00.386 INFO kablam! Sep 06 07:51:00.386 INFO kablam! warning: unused `std::result::Result` which must be used Sep 06 07:51:00.386 INFO kablam! --> build.rs:12:9 Sep 06 07:51:00.386 INFO kablam! | Sep 06 07:51:00.386 INFO kablam! 12 | fs::create_dir(app_dir.join("templates/")); Sep 06 07:51:00.386 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 06 07:51:00.386 INFO kablam! | Sep 06 07:51:00.386 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 06 07:51:00.386 INFO kablam! Sep 06 07:51:00.386 INFO kablam! warning: unused `std::result::Result` which must be used Sep 06 07:51:00.386 INFO kablam! --> build.rs:13:9 Sep 06 07:51:00.386 INFO kablam! | Sep 06 07:51:00.386 INFO kablam! 13 | fs::copy("examples/templates/xresources", app_dir.join("templates/xresources")); Sep 06 07:51:00.386 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 06 07:51:00.386 INFO kablam! | Sep 06 07:51:00.386 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 06 07:51:00.386 INFO kablam! Sep 06 07:51:00.386 INFO kablam! warning: unused `std::result::Result` which must be used Sep 06 07:51:00.386 INFO kablam! --> build.rs:14:9 Sep 06 07:51:00.386 INFO kablam! | Sep 06 07:51:00.386 INFO kablam! 14 | fs::copy("examples/config.toml", app_dir.join("{}config.toml")); Sep 06 07:51:00.386 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 06 07:51:00.386 INFO kablam! | Sep 06 07:51:00.386 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 06 07:51:00.386 INFO kablam! Sep 06 07:51:00.387 INFO kablam! warning: unused `std::result::Result` which must be used Sep 06 07:51:00.387 INFO kablam! --> build.rs:15:9 Sep 06 07:51:00.387 INFO kablam! | Sep 06 07:51:00.387 INFO kablam! 15 | fs::copy("target/release/dotfiler", "~/bin/dotfiler"); Sep 06 07:51:00.387 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 06 07:51:00.387 INFO kablam! | Sep 06 07:51:00.387 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 06 07:51:00.387 INFO kablam! Sep 06 07:51:02.457 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 06 07:51:02.457 INFO kablam! --> src/main.rs:14:19 Sep 06 07:51:02.457 INFO kablam! | Sep 06 07:51:02.457 INFO kablam! 14 | Err(_) => env::home_dir().unwrap().join(".config/dotfiler") Sep 06 07:51:02.457 INFO kablam! | ^^^^^^^^^^^^^ Sep 06 07:51:02.457 INFO kablam! | Sep 06 07:51:02.457 INFO kablam! = note: #[warn(deprecated)] on by default Sep 06 07:51:02.457 INFO kablam! Sep 06 07:51:02.522 INFO kablam! warning: unused `std::result::Result` which must be used Sep 06 07:51:02.522 INFO kablam! --> src/main.rs:18:5 Sep 06 07:51:02.522 INFO kablam! | Sep 06 07:51:02.522 INFO kablam! 18 | / File::open(app_dir.join("config.toml")) Sep 06 07:51:02.522 INFO kablam! 19 | | .expect("Couldn't find configuration file") Sep 06 07:51:02.522 INFO kablam! 20 | | .read_to_string(&mut buffer); Sep 06 07:51:02.522 INFO kablam! | |_____________________________________^ Sep 06 07:51:02.522 INFO kablam! | Sep 06 07:51:02.522 INFO kablam! = note: #[warn(unused_must_use)] on by default Sep 06 07:51:02.522 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 06 07:51:02.522 INFO kablam! Sep 06 07:51:02.522 INFO kablam! warning: unused `std::result::Result` which must be used Sep 06 07:51:02.522 INFO kablam! --> src/main.rs:78:9 Sep 06 07:51:02.522 INFO kablam! | Sep 06 07:51:02.522 INFO kablam! 78 | file.write_all(render.as_bytes()); Sep 06 07:51:02.522 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 06 07:51:02.522 INFO kablam! | Sep 06 07:51:02.522 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 06 07:51:02.522 INFO kablam! Sep 06 07:51:02.682 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 06 07:51:02.682 INFO kablam! --> src/main.rs:14:19 Sep 06 07:51:02.682 INFO kablam! | Sep 06 07:51:02.682 INFO kablam! 14 | Err(_) => env::home_dir().unwrap().join(".config/dotfiler") Sep 06 07:51:02.682 INFO kablam! | ^^^^^^^^^^^^^ Sep 06 07:51:02.682 INFO kablam! | Sep 06 07:51:02.682 INFO kablam! = note: #[warn(deprecated)] on by default Sep 06 07:51:02.682 INFO kablam! Sep 06 07:51:02.742 INFO kablam! warning: unused `std::result::Result` which must be used Sep 06 07:51:02.742 INFO kablam! --> src/main.rs:18:5 Sep 06 07:51:02.742 INFO kablam! | Sep 06 07:51:02.742 INFO kablam! 18 | / File::open(app_dir.join("config.toml")) Sep 06 07:51:02.742 INFO kablam! 19 | | .expect("Couldn't find configuration file") Sep 06 07:51:02.742 INFO kablam! 20 | | .read_to_string(&mut buffer); Sep 06 07:51:02.742 INFO kablam! | |_____________________________________^ Sep 06 07:51:02.742 INFO kablam! | Sep 06 07:51:02.742 INFO kablam! = note: #[warn(unused_must_use)] on by default Sep 06 07:51:02.742 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 06 07:51:02.742 INFO kablam! Sep 06 07:51:02.742 INFO kablam! warning: unused `std::result::Result` which must be used Sep 06 07:51:02.742 INFO kablam! --> src/main.rs:78:9 Sep 06 07:51:02.742 INFO kablam! | Sep 06 07:51:02.742 INFO kablam! 78 | file.write_all(render.as_bytes()); Sep 06 07:51:02.742 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 06 07:51:02.742 INFO kablam! | Sep 06 07:51:02.742 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Sep 06 07:51:02.742 INFO kablam! Sep 06 07:51:02.765 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.67s Sep 06 07:51:02.778 INFO kablam! su: No module specific data is present Sep 06 07:51:03.566 INFO running `"docker" "rm" "-f" "bb21fdffe27f8ccfa7899d1b866111602e95f7e62fb2fbbc1714f6a88738b93b"` Sep 06 07:51:03.654 INFO blam! bb21fdffe27f8ccfa7899d1b866111602e95f7e62fb2fbbc1714f6a88738b93b