Oct 27 22:59:37.006 INFO checking dotfiler-0.1.0 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 22:59:37.006 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-3/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/pr-55192-2/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 27 22:59:37.465 INFO blam! 2492c789de1facf976a4efab759ca9134fd0be7315b012f3e008b9cbf476cf8d Oct 27 22:59:37.466 INFO running `"docker" "start" "-a" "2492c789de1facf976a4efab759ca9134fd0be7315b012f3e008b9cbf476cf8d"` Oct 27 22:59:38.983 INFO kablam! usermod: no changes Oct 27 22:59:39.042 INFO kablam! Compiling dotfiler v0.1.0 (/source) Oct 27 22:59:39.043 INFO kablam! Checking tera v0.1.3 Oct 27 22:59:39.731 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 27 22:59:39.731 INFO kablam! --> build.rs:1:5 Oct 27 22:59:39.731 INFO kablam! | Oct 27 22:59:39.731 INFO kablam! 1 | use std::env::home_dir; Oct 27 22:59:39.731 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 27 22:59:39.731 INFO kablam! | Oct 27 22:59:39.731 INFO kablam! = note: #[warn(deprecated)] on by default Oct 27 22:59:39.731 INFO kablam! Oct 27 22:59:39.731 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 27 22:59:39.731 INFO kablam! --> build.rs:6:53 Oct 27 22:59:39.731 INFO kablam! | Oct 27 22:59:39.731 INFO kablam! 6 | let formatted = format!("{}/.config/dotfiler/", home_dir().unwrap().display()); Oct 27 22:59:39.731 INFO kablam! | ^^^^^^^^ Oct 27 22:59:39.731 INFO kablam! Oct 27 22:59:39.751 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 22:59:39.751 INFO kablam! --> build.rs:11:9 Oct 27 22:59:39.751 INFO kablam! | Oct 27 22:59:39.751 INFO kablam! 11 | fs::create_dir(app_dir); Oct 27 22:59:39.751 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 22:59:39.751 INFO kablam! | Oct 27 22:59:39.751 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 27 22:59:39.751 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 22:59:39.751 INFO kablam! Oct 27 22:59:39.751 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 22:59:39.751 INFO kablam! --> build.rs:12:9 Oct 27 22:59:39.751 INFO kablam! | Oct 27 22:59:39.751 INFO kablam! 12 | fs::create_dir(app_dir.join("templates/")); Oct 27 22:59:39.751 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 22:59:39.751 INFO kablam! | Oct 27 22:59:39.751 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 22:59:39.751 INFO kablam! Oct 27 22:59:39.751 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 22:59:39.751 INFO kablam! --> build.rs:13:9 Oct 27 22:59:39.751 INFO kablam! | Oct 27 22:59:39.751 INFO kablam! 13 | fs::copy("examples/templates/xresources", app_dir.join("templates/xresources")); Oct 27 22:59:39.751 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 22:59:39.751 INFO kablam! | Oct 27 22:59:39.751 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 22:59:39.751 INFO kablam! Oct 27 22:59:39.751 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 22:59:39.751 INFO kablam! --> build.rs:14:9 Oct 27 22:59:39.751 INFO kablam! | Oct 27 22:59:39.751 INFO kablam! 14 | fs::copy("examples/config.toml", app_dir.join("{}config.toml")); Oct 27 22:59:39.752 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 22:59:39.752 INFO kablam! | Oct 27 22:59:39.752 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 22:59:39.752 INFO kablam! Oct 27 22:59:39.752 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 22:59:39.752 INFO kablam! --> build.rs:15:9 Oct 27 22:59:39.752 INFO kablam! | Oct 27 22:59:39.752 INFO kablam! 15 | fs::copy("target/release/dotfiler", "~/bin/dotfiler"); Oct 27 22:59:39.752 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 22:59:39.752 INFO kablam! | Oct 27 22:59:39.752 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 22:59:39.752 INFO kablam! Oct 27 22:59:43.667 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 27 22:59:43.667 INFO kablam! --> src/main.rs:14:19 Oct 27 22:59:43.667 INFO kablam! | Oct 27 22:59:43.667 INFO kablam! 14 | Err(_) => env::home_dir().unwrap().join(".config/dotfiler") Oct 27 22:59:43.667 INFO kablam! | ^^^^^^^^^^^^^ Oct 27 22:59:43.667 INFO kablam! | Oct 27 22:59:43.667 INFO kablam! = note: #[warn(deprecated)] on by default Oct 27 22:59:43.667 INFO kablam! Oct 27 22:59:43.687 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 27 22:59:43.687 INFO kablam! --> src/main.rs:14:19 Oct 27 22:59:43.687 INFO kablam! | Oct 27 22:59:43.687 INFO kablam! 14 | Err(_) => env::home_dir().unwrap().join(".config/dotfiler") Oct 27 22:59:43.687 INFO kablam! | ^^^^^^^^^^^^^ Oct 27 22:59:43.687 INFO kablam! | Oct 27 22:59:43.687 INFO kablam! = note: #[warn(deprecated)] on by default Oct 27 22:59:43.687 INFO kablam! Oct 27 22:59:43.719 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 22:59:43.719 INFO kablam! --> src/main.rs:18:5 Oct 27 22:59:43.719 INFO kablam! | Oct 27 22:59:43.719 INFO kablam! 18 | / File::open(app_dir.join("config.toml")) Oct 27 22:59:43.719 INFO kablam! 19 | | .expect("Couldn't find configuration file") Oct 27 22:59:43.719 INFO kablam! 20 | | .read_to_string(&mut buffer); Oct 27 22:59:43.719 INFO kablam! | |_____________________________________^ Oct 27 22:59:43.719 INFO kablam! | Oct 27 22:59:43.719 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 27 22:59:43.719 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 22:59:43.719 INFO kablam! Oct 27 22:59:43.719 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 22:59:43.719 INFO kablam! --> src/main.rs:78:9 Oct 27 22:59:43.719 INFO kablam! | Oct 27 22:59:43.719 INFO kablam! 78 | file.write_all(render.as_bytes()); Oct 27 22:59:43.719 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 22:59:43.719 INFO kablam! | Oct 27 22:59:43.719 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 22:59:43.719 INFO kablam! Oct 27 22:59:43.783 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 22:59:43.783 INFO kablam! --> src/main.rs:18:5 Oct 27 22:59:43.783 INFO kablam! | Oct 27 22:59:43.783 INFO kablam! 18 | / File::open(app_dir.join("config.toml")) Oct 27 22:59:43.783 INFO kablam! 19 | | .expect("Couldn't find configuration file") Oct 27 22:59:43.783 INFO kablam! 20 | | .read_to_string(&mut buffer); Oct 27 22:59:43.783 INFO kablam! | |_____________________________________^ Oct 27 22:59:43.783 INFO kablam! | Oct 27 22:59:43.783 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 27 22:59:43.783 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 22:59:43.783 INFO kablam! Oct 27 22:59:43.783 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 22:59:43.783 INFO kablam! --> src/main.rs:78:9 Oct 27 22:59:43.783 INFO kablam! | Oct 27 22:59:43.783 INFO kablam! 78 | file.write_all(render.as_bytes()); Oct 27 22:59:43.783 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 22:59:43.783 INFO kablam! | Oct 27 22:59:43.783 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 22:59:43.783 INFO kablam! Oct 27 22:59:43.815 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.80s Oct 27 22:59:43.815 INFO kablam! su: No module specific data is present Oct 27 22:59:44.930 INFO running `"docker" "rm" "-f" "2492c789de1facf976a4efab759ca9134fd0be7315b012f3e008b9cbf476cf8d"` Oct 27 22:59:45.183 INFO blam! 2492c789de1facf976a4efab759ca9134fd0be7315b012f3e008b9cbf476cf8d