Oct 27 22:59:35.873 INFO checking dotfiler-0.1.0 against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 27 22:59:35.873 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-4/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/pr-55192-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/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 +19f01b935b91481fd445b16b533d2f87661bf12e-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:36.204 INFO blam! a218cd532e54ff53ffcbce8576a2bca12ab287397b1223f2d1020e1d6f538af4 Oct 27 22:59:36.211 INFO running `"docker" "start" "-a" "a218cd532e54ff53ffcbce8576a2bca12ab287397b1223f2d1020e1d6f538af4"` Oct 27 22:59:36.889 INFO kablam! usermod: no changes Oct 27 22:59:36.987 INFO kablam! Compiling dotfiler v0.1.0 (/source) Oct 27 22:59:36.991 INFO kablam! Checking toml v0.1.30 Oct 27 22:59:37.023 INFO kablam! Checking tera v0.1.3 Oct 27 22:59:37.953 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:37.953 INFO kablam! --> build.rs:1:5 Oct 27 22:59:37.953 INFO kablam! | Oct 27 22:59:37.954 INFO kablam! 1 | use std::env::home_dir; Oct 27 22:59:37.954 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 27 22:59:37.954 INFO kablam! | Oct 27 22:59:37.955 INFO kablam! = note: #[warn(deprecated)] on by default Oct 27 22:59:37.955 INFO kablam! Oct 27 22:59:37.955 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:37.956 INFO kablam! --> build.rs:6:53 Oct 27 22:59:37.956 INFO kablam! | Oct 27 22:59:37.956 INFO kablam! 6 | let formatted = format!("{}/.config/dotfiler/", home_dir().unwrap().display()); Oct 27 22:59:37.957 INFO kablam! | ^^^^^^^^ Oct 27 22:59:37.957 INFO kablam! Oct 27 22:59:38.035 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 22:59:38.036 INFO kablam! --> build.rs:11:9 Oct 27 22:59:38.036 INFO kablam! | Oct 27 22:59:38.036 INFO kablam! 11 | fs::create_dir(app_dir); Oct 27 22:59:38.037 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 22:59:38.037 INFO kablam! | Oct 27 22:59:38.037 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 27 22:59:38.038 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 22:59:38.038 INFO kablam! Oct 27 22:59:38.038 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 22:59:38.038 INFO kablam! --> build.rs:12:9 Oct 27 22:59:38.039 INFO kablam! | Oct 27 22:59:38.039 INFO kablam! 12 | fs::create_dir(app_dir.join("templates/")); Oct 27 22:59:38.039 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 22:59:38.039 INFO kablam! | Oct 27 22:59:38.040 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 22:59:38.040 INFO kablam! Oct 27 22:59:38.040 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 22:59:38.041 INFO kablam! --> build.rs:13:9 Oct 27 22:59:38.041 INFO kablam! | Oct 27 22:59:38.041 INFO kablam! 13 | fs::copy("examples/templates/xresources", app_dir.join("templates/xresources")); Oct 27 22:59:38.041 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 22:59:38.042 INFO kablam! | Oct 27 22:59:38.042 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 22:59:38.042 INFO kablam! Oct 27 22:59:38.043 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 22:59:38.043 INFO kablam! --> build.rs:14:9 Oct 27 22:59:38.043 INFO kablam! | Oct 27 22:59:38.043 INFO kablam! 14 | fs::copy("examples/config.toml", app_dir.join("{}config.toml")); Oct 27 22:59:38.044 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 22:59:38.044 INFO kablam! | Oct 27 22:59:38.044 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 22:59:38.045 INFO kablam! Oct 27 22:59:38.045 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 22:59:38.045 INFO kablam! --> build.rs:15:9 Oct 27 22:59:38.045 INFO kablam! | Oct 27 22:59:38.046 INFO kablam! 15 | fs::copy("target/release/dotfiler", "~/bin/dotfiler"); Oct 27 22:59:38.046 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 22:59:38.046 INFO kablam! | Oct 27 22:59:38.047 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 22:59:38.047 INFO kablam! Oct 27 22:59:41.399 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:41.399 INFO kablam! --> src/main.rs:14:19 Oct 27 22:59:41.399 INFO kablam! | Oct 27 22:59:41.399 INFO kablam! 14 | Err(_) => env::home_dir().unwrap().join(".config/dotfiler") Oct 27 22:59:41.400 INFO kablam! | ^^^^^^^^^^^^^ Oct 27 22:59:41.400 INFO kablam! | Oct 27 22:59:41.400 INFO kablam! = note: #[warn(deprecated)] on by default Oct 27 22:59:41.400 INFO kablam! Oct 27 22:59:41.471 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 22:59:41.471 INFO kablam! --> src/main.rs:18:5 Oct 27 22:59:41.471 INFO kablam! | Oct 27 22:59:41.471 INFO kablam! 18 | / File::open(app_dir.join("config.toml")) Oct 27 22:59:41.471 INFO kablam! 19 | | .expect("Couldn't find configuration file") Oct 27 22:59:41.472 INFO kablam! 20 | | .read_to_string(&mut buffer); Oct 27 22:59:41.472 INFO kablam! | |_____________________________________^ Oct 27 22:59:41.472 INFO kablam! | Oct 27 22:59:41.472 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 27 22:59:41.472 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 22:59:41.472 INFO kablam! Oct 27 22:59:41.473 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 22:59:41.473 INFO kablam! --> src/main.rs:78:9 Oct 27 22:59:41.473 INFO kablam! | Oct 27 22:59:41.473 INFO kablam! 78 | file.write_all(render.as_bytes()); Oct 27 22:59:41.473 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 22:59:41.473 INFO kablam! | Oct 27 22:59:41.473 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 22:59:41.474 INFO kablam! Oct 27 22:59:41.567 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:41.567 INFO kablam! --> src/main.rs:14:19 Oct 27 22:59:41.567 INFO kablam! | Oct 27 22:59:41.567 INFO kablam! 14 | Err(_) => env::home_dir().unwrap().join(".config/dotfiler") Oct 27 22:59:41.568 INFO kablam! | ^^^^^^^^^^^^^ Oct 27 22:59:41.568 INFO kablam! | Oct 27 22:59:41.568 INFO kablam! = note: #[warn(deprecated)] on by default Oct 27 22:59:41.568 INFO kablam! Oct 27 22:59:41.619 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 22:59:41.619 INFO kablam! --> src/main.rs:18:5 Oct 27 22:59:41.619 INFO kablam! | Oct 27 22:59:41.619 INFO kablam! 18 | / File::open(app_dir.join("config.toml")) Oct 27 22:59:41.619 INFO kablam! 19 | | .expect("Couldn't find configuration file") Oct 27 22:59:41.619 INFO kablam! 20 | | .read_to_string(&mut buffer); Oct 27 22:59:41.619 INFO kablam! | |_____________________________________^ Oct 27 22:59:41.619 INFO kablam! | Oct 27 22:59:41.619 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 27 22:59:41.619 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 22:59:41.619 INFO kablam! Oct 27 22:59:41.619 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 22:59:41.619 INFO kablam! --> src/main.rs:78:9 Oct 27 22:59:41.619 INFO kablam! | Oct 27 22:59:41.619 INFO kablam! 78 | file.write_all(render.as_bytes()); Oct 27 22:59:41.619 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 22:59:41.619 INFO kablam! | Oct 27 22:59:41.619 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 22:59:41.619 INFO kablam! Oct 27 22:59:41.629 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.71s Oct 27 22:59:41.637 INFO kablam! su: No module specific data is present Oct 27 22:59:42.364 INFO running `"docker" "rm" "-f" "a218cd532e54ff53ffcbce8576a2bca12ab287397b1223f2d1020e1d6f538af4"` Oct 27 22:59:42.692 INFO blam! a218cd532e54ff53ffcbce8576a2bca12ab287397b1223f2d1020e1d6f538af4