Oct 22 03:33:56.080 INFO checking dotfiler-0.1.0 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 22 03:33:56.080 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-1/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/pr-55192/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/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 +155510e377ae2a8d8ee0dad1a5f809c9062a5526-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 22 03:33:56.310 INFO blam! 5a0ee1cb522ddfbff432fd64c14936821a8033c158c3f2d5e5613f7aa66c6db8 Oct 22 03:33:56.318 INFO running `"docker" "start" "-a" "5a0ee1cb522ddfbff432fd64c14936821a8033c158c3f2d5e5613f7aa66c6db8"` Oct 22 03:33:57.084 INFO kablam! usermod: no changes Oct 22 03:33:57.144 INFO kablam! Compiling dotfiler v0.1.0 (/source) Oct 22 03:33:57.144 INFO kablam! Checking tera v0.1.3 Oct 22 03:33:57.676 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 22 03:33:57.676 INFO kablam! --> build.rs:1:5 Oct 22 03:33:57.676 INFO kablam! | Oct 22 03:33:57.676 INFO kablam! 1 | use std::env::home_dir; Oct 22 03:33:57.676 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 22 03:33:57.676 INFO kablam! | Oct 22 03:33:57.676 INFO kablam! = note: #[warn(deprecated)] on by default Oct 22 03:33:57.676 INFO kablam! Oct 22 03:33:57.676 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 22 03:33:57.676 INFO kablam! --> build.rs:6:53 Oct 22 03:33:57.676 INFO kablam! | Oct 22 03:33:57.676 INFO kablam! 6 | let formatted = format!("{}/.config/dotfiler/", home_dir().unwrap().display()); Oct 22 03:33:57.676 INFO kablam! | ^^^^^^^^ Oct 22 03:33:57.676 INFO kablam! Oct 22 03:33:57.690 INFO kablam! warning: unused `std::result::Result` that must be used Oct 22 03:33:57.690 INFO kablam! --> build.rs:11:9 Oct 22 03:33:57.690 INFO kablam! | Oct 22 03:33:57.690 INFO kablam! 11 | fs::create_dir(app_dir); Oct 22 03:33:57.690 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 22 03:33:57.692 INFO kablam! | Oct 22 03:33:57.692 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 22 03:33:57.692 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 22 03:33:57.692 INFO kablam! Oct 22 03:33:57.692 INFO kablam! warning: unused `std::result::Result` that must be used Oct 22 03:33:57.692 INFO kablam! --> build.rs:12:9 Oct 22 03:33:57.692 INFO kablam! | Oct 22 03:33:57.692 INFO kablam! 12 | fs::create_dir(app_dir.join("templates/")); Oct 22 03:33:57.692 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 22 03:33:57.692 INFO kablam! | Oct 22 03:33:57.692 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 22 03:33:57.692 INFO kablam! Oct 22 03:33:57.692 INFO kablam! warning: unused `std::result::Result` that must be used Oct 22 03:33:57.692 INFO kablam! --> build.rs:13:9 Oct 22 03:33:57.692 INFO kablam! | Oct 22 03:33:57.692 INFO kablam! 13 | fs::copy("examples/templates/xresources", app_dir.join("templates/xresources")); Oct 22 03:33:57.692 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 22 03:33:57.693 INFO kablam! | Oct 22 03:33:57.693 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 22 03:33:57.693 INFO kablam! Oct 22 03:33:57.693 INFO kablam! warning: unused `std::result::Result` that must be used Oct 22 03:33:57.693 INFO kablam! --> build.rs:14:9 Oct 22 03:33:57.693 INFO kablam! | Oct 22 03:33:57.693 INFO kablam! 14 | fs::copy("examples/config.toml", app_dir.join("{}config.toml")); Oct 22 03:33:57.693 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 22 03:33:57.693 INFO kablam! | Oct 22 03:33:57.693 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 22 03:33:57.693 INFO kablam! Oct 22 03:33:57.693 INFO kablam! warning: unused `std::result::Result` that must be used Oct 22 03:33:57.693 INFO kablam! --> build.rs:15:9 Oct 22 03:33:57.693 INFO kablam! | Oct 22 03:33:57.693 INFO kablam! 15 | fs::copy("target/release/dotfiler", "~/bin/dotfiler"); Oct 22 03:33:57.693 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 22 03:33:57.693 INFO kablam! | Oct 22 03:33:57.693 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 22 03:33:57.693 INFO kablam! Oct 22 03:34:00.658 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 22 03:34:00.658 INFO kablam! --> src/main.rs:14:19 Oct 22 03:34:00.658 INFO kablam! | Oct 22 03:34:00.658 INFO kablam! 14 | Err(_) => env::home_dir().unwrap().join(".config/dotfiler") Oct 22 03:34:00.658 INFO kablam! | ^^^^^^^^^^^^^ Oct 22 03:34:00.658 INFO kablam! | Oct 22 03:34:00.658 INFO kablam! = note: #[warn(deprecated)] on by default Oct 22 03:34:00.658 INFO kablam! Oct 22 03:34:00.704 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 22 03:34:00.704 INFO kablam! --> src/main.rs:14:19 Oct 22 03:34:00.704 INFO kablam! | Oct 22 03:34:00.705 INFO kablam! 14 | Err(_) => env::home_dir().unwrap().join(".config/dotfiler") Oct 22 03:34:00.705 INFO kablam! | ^^^^^^^^^^^^^ Oct 22 03:34:00.705 INFO kablam! | Oct 22 03:34:00.705 INFO kablam! = note: #[warn(deprecated)] on by default Oct 22 03:34:00.705 INFO kablam! Oct 22 03:34:00.708 INFO kablam! warning: unused `std::result::Result` that must be used Oct 22 03:34:00.708 INFO kablam! --> src/main.rs:18:5 Oct 22 03:34:00.708 INFO kablam! | Oct 22 03:34:00.708 INFO kablam! 18 | / File::open(app_dir.join("config.toml")) Oct 22 03:34:00.709 INFO kablam! 19 | | .expect("Couldn't find configuration file") Oct 22 03:34:00.709 INFO kablam! 20 | | .read_to_string(&mut buffer); Oct 22 03:34:00.709 INFO kablam! | |_____________________________________^ Oct 22 03:34:00.709 INFO kablam! | Oct 22 03:34:00.709 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 22 03:34:00.709 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 22 03:34:00.709 INFO kablam! Oct 22 03:34:00.709 INFO kablam! warning: unused `std::result::Result` that must be used Oct 22 03:34:00.709 INFO kablam! --> src/main.rs:78:9 Oct 22 03:34:00.709 INFO kablam! | Oct 22 03:34:00.709 INFO kablam! 78 | file.write_all(render.as_bytes()); Oct 22 03:34:00.709 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 22 03:34:00.709 INFO kablam! | Oct 22 03:34:00.709 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 22 03:34:00.709 INFO kablam! Oct 22 03:34:00.760 INFO kablam! warning: unused `std::result::Result` that must be used Oct 22 03:34:00.764 INFO kablam! --> src/main.rs:18:5 Oct 22 03:34:00.764 INFO kablam! | Oct 22 03:34:00.764 INFO kablam! 18 | / File::open(app_dir.join("config.toml")) Oct 22 03:34:00.764 INFO kablam! 19 | | .expect("Couldn't find configuration file") Oct 22 03:34:00.765 INFO kablam! 20 | | .read_to_string(&mut buffer); Oct 22 03:34:00.765 INFO kablam! | |_____________________________________^ Oct 22 03:34:00.765 INFO kablam! | Oct 22 03:34:00.765 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 22 03:34:00.765 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 22 03:34:00.765 INFO kablam! Oct 22 03:34:00.765 INFO kablam! warning: unused `std::result::Result` that must be used Oct 22 03:34:00.765 INFO kablam! --> src/main.rs:78:9 Oct 22 03:34:00.765 INFO kablam! | Oct 22 03:34:00.765 INFO kablam! 78 | file.write_all(render.as_bytes()); Oct 22 03:34:00.765 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 22 03:34:00.765 INFO kablam! | Oct 22 03:34:00.765 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 22 03:34:00.765 INFO kablam! Oct 22 03:34:00.828 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.72s Oct 22 03:34:00.832 INFO kablam! su: No module specific data is present Oct 22 03:34:01.576 INFO running `"docker" "rm" "-f" "5a0ee1cb522ddfbff432fd64c14936821a8033c158c3f2d5e5613f7aa66c6db8"` Oct 22 03:34:01.742 INFO blam! 5a0ee1cb522ddfbff432fd64c14936821a8033c158c3f2d5e5613f7aa66c6db8