Oct 16 12:55:44.168 INFO testing dotfiler-0.1.0 against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 16 12:55:44.168 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-alt build --frozen" "-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 16 12:55:44.589 INFO blam! bde777d5b0761fa4f7fa73b57a0f7218a07fb6b2c44098dfabc6414a94d4982d Oct 16 12:55:44.599 INFO running `"docker" "start" "-a" "bde777d5b0761fa4f7fa73b57a0f7218a07fb6b2c44098dfabc6414a94d4982d"` Oct 16 12:55:46.122 INFO kablam! usermod: no changes Oct 16 12:55:46.198 INFO kablam! Compiling dotfiler v0.1.0 (/source) Oct 16 12:55:46.198 INFO kablam! Compiling tera v0.1.3 Oct 16 12:55:47.095 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 16 12:55:47.095 INFO kablam! --> build.rs:1:5 Oct 16 12:55:47.095 INFO kablam! | Oct 16 12:55:47.095 INFO kablam! 1 | use std::env::home_dir; Oct 16 12:55:47.095 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 16 12:55:47.095 INFO kablam! | Oct 16 12:55:47.095 INFO kablam! = note: #[warn(deprecated)] on by default Oct 16 12:55:47.095 INFO kablam! Oct 16 12:55:47.095 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 16 12:55:47.095 INFO kablam! --> build.rs:6:53 Oct 16 12:55:47.095 INFO kablam! | Oct 16 12:55:47.095 INFO kablam! 6 | let formatted = format!("{}/.config/dotfiler/", home_dir().unwrap().display()); Oct 16 12:55:47.095 INFO kablam! | ^^^^^^^^ Oct 16 12:55:47.095 INFO kablam! Oct 16 12:55:47.119 INFO kablam! warning: unused `std::result::Result` which must be used Oct 16 12:55:47.119 INFO kablam! --> build.rs:11:9 Oct 16 12:55:47.119 INFO kablam! | Oct 16 12:55:47.119 INFO kablam! 11 | fs::create_dir(app_dir); Oct 16 12:55:47.119 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:55:47.119 INFO kablam! | Oct 16 12:55:47.119 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 16 12:55:47.119 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 16 12:55:47.119 INFO kablam! Oct 16 12:55:47.119 INFO kablam! warning: unused `std::result::Result` which must be used Oct 16 12:55:47.119 INFO kablam! --> build.rs:12:9 Oct 16 12:55:47.119 INFO kablam! | Oct 16 12:55:47.119 INFO kablam! 12 | fs::create_dir(app_dir.join("templates/")); Oct 16 12:55:47.119 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:55:47.122 INFO kablam! | Oct 16 12:55:47.123 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 16 12:55:47.123 INFO kablam! Oct 16 12:55:47.123 INFO kablam! warning: unused `std::result::Result` which must be used Oct 16 12:55:47.123 INFO kablam! --> build.rs:13:9 Oct 16 12:55:47.123 INFO kablam! | Oct 16 12:55:47.123 INFO kablam! 13 | fs::copy("examples/templates/xresources", app_dir.join("templates/xresources")); Oct 16 12:55:47.123 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:55:47.123 INFO kablam! | Oct 16 12:55:47.123 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 16 12:55:47.123 INFO kablam! Oct 16 12:55:47.123 INFO kablam! warning: unused `std::result::Result` which must be used Oct 16 12:55:47.123 INFO kablam! --> build.rs:14:9 Oct 16 12:55:47.123 INFO kablam! | Oct 16 12:55:47.123 INFO kablam! 14 | fs::copy("examples/config.toml", app_dir.join("{}config.toml")); Oct 16 12:55:47.123 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:55:47.123 INFO kablam! | Oct 16 12:55:47.123 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 16 12:55:47.123 INFO kablam! Oct 16 12:55:47.123 INFO kablam! warning: unused `std::result::Result` which must be used Oct 16 12:55:47.123 INFO kablam! --> build.rs:15:9 Oct 16 12:55:47.123 INFO kablam! | Oct 16 12:55:47.127 INFO kablam! 15 | fs::copy("target/release/dotfiler", "~/bin/dotfiler"); Oct 16 12:55:47.127 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:55:47.127 INFO kablam! | Oct 16 12:55:47.127 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 16 12:55:47.127 INFO kablam! Oct 16 12:55:52.303 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 16 12:55:52.303 INFO kablam! --> src/main.rs:14:19 Oct 16 12:55:52.303 INFO kablam! | Oct 16 12:55:52.303 INFO kablam! 14 | Err(_) => env::home_dir().unwrap().join(".config/dotfiler") Oct 16 12:55:52.303 INFO kablam! | ^^^^^^^^^^^^^ Oct 16 12:55:52.303 INFO kablam! | Oct 16 12:55:52.303 INFO kablam! = note: #[warn(deprecated)] on by default Oct 16 12:55:52.303 INFO kablam! Oct 16 12:55:52.358 INFO kablam! warning: unused `std::result::Result` which must be used Oct 16 12:55:52.358 INFO kablam! --> src/main.rs:18:5 Oct 16 12:55:52.358 INFO kablam! | Oct 16 12:55:52.358 INFO kablam! 18 | / File::open(app_dir.join("config.toml")) Oct 16 12:55:52.358 INFO kablam! 19 | | .expect("Couldn't find configuration file") Oct 16 12:55:52.358 INFO kablam! 20 | | .read_to_string(&mut buffer); Oct 16 12:55:52.358 INFO kablam! | |_____________________________________^ Oct 16 12:55:52.358 INFO kablam! | Oct 16 12:55:52.360 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 16 12:55:52.360 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 16 12:55:52.360 INFO kablam! Oct 16 12:55:52.360 INFO kablam! warning: unused `std::result::Result` which must be used Oct 16 12:55:52.360 INFO kablam! --> src/main.rs:78:9 Oct 16 12:55:52.360 INFO kablam! | Oct 16 12:55:52.360 INFO kablam! 78 | file.write_all(render.as_bytes()); Oct 16 12:55:52.360 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:55:52.360 INFO kablam! | Oct 16 12:55:52.360 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 16 12:55:52.360 INFO kablam! Oct 16 12:55:53.379 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 7.24s Oct 16 12:55:53.382 INFO kablam! su: No module specific data is present Oct 16 12:55:54.249 INFO running `"docker" "rm" "-f" "bde777d5b0761fa4f7fa73b57a0f7218a07fb6b2c44098dfabc6414a94d4982d"` Oct 16 12:55:54.509 INFO blam! bde777d5b0761fa4f7fa73b57a0f7218a07fb6b2c44098dfabc6414a94d4982d Oct 16 12:55:54.523 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-alt test --frozen --no-run" "-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 16 12:55:54.907 INFO blam! 66412fbf465f1b70c24b85a43d3a4dfe2bc577f356a3415192fa7bcb534fbd20 Oct 16 12:55:54.908 INFO running `"docker" "start" "-a" "66412fbf465f1b70c24b85a43d3a4dfe2bc577f356a3415192fa7bcb534fbd20"` Oct 16 12:55:55.730 INFO kablam! usermod: no changes Oct 16 12:55:55.777 INFO kablam! Compiling dotfiler v0.1.0 (/source) Oct 16 12:55:56.823 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 16 12:55:56.823 INFO kablam! --> src/main.rs:14:19 Oct 16 12:55:56.824 INFO kablam! | Oct 16 12:55:56.824 INFO kablam! 14 | Err(_) => env::home_dir().unwrap().join(".config/dotfiler") Oct 16 12:55:56.824 INFO kablam! | ^^^^^^^^^^^^^ Oct 16 12:55:56.825 INFO kablam! | Oct 16 12:55:56.825 INFO kablam! = note: #[warn(deprecated)] on by default Oct 16 12:55:56.825 INFO kablam! Oct 16 12:55:56.878 INFO kablam! warning: unused `std::result::Result` which must be used Oct 16 12:55:56.879 INFO kablam! --> src/main.rs:18:5 Oct 16 12:55:56.879 INFO kablam! | Oct 16 12:55:56.879 INFO kablam! 18 | / File::open(app_dir.join("config.toml")) Oct 16 12:55:56.880 INFO kablam! 19 | | .expect("Couldn't find configuration file") Oct 16 12:55:56.880 INFO kablam! 20 | | .read_to_string(&mut buffer); Oct 16 12:55:56.880 INFO kablam! | |_____________________________________^ Oct 16 12:55:56.880 INFO kablam! | Oct 16 12:55:56.881 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 16 12:55:56.881 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 16 12:55:56.881 INFO kablam! Oct 16 12:55:56.881 INFO kablam! warning: unused `std::result::Result` which must be used Oct 16 12:55:56.882 INFO kablam! --> src/main.rs:78:9 Oct 16 12:55:56.882 INFO kablam! | Oct 16 12:55:56.882 INFO kablam! 78 | file.write_all(render.as_bytes()); Oct 16 12:55:56.883 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:55:56.883 INFO kablam! | Oct 16 12:55:56.883 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 16 12:55:56.884 INFO kablam! Oct 16 12:55:57.295 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.54s Oct 16 12:55:57.295 INFO kablam! su: No module specific data is present Oct 16 12:55:57.640 INFO running `"docker" "rm" "-f" "66412fbf465f1b70c24b85a43d3a4dfe2bc577f356a3415192fa7bcb534fbd20"` Oct 16 12:55:57.815 INFO blam! 66412fbf465f1b70c24b85a43d3a4dfe2bc577f356a3415192fa7bcb534fbd20 Oct 16 12:55:57.820 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-alt test --frozen" "-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 16 12:55:58.294 INFO blam! 16363164643ad48ada8706755bc4293173f53e7fa25e39b32ab0c7605ad56f4e Oct 16 12:55:58.296 INFO running `"docker" "start" "-a" "16363164643ad48ada8706755bc4293173f53e7fa25e39b32ab0c7605ad56f4e"` Oct 16 12:55:59.258 INFO kablam! usermod: no changes Oct 16 12:55:59.359 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.06s Oct 16 12:55:59.359 INFO kablam! Running /target/debug/deps/dotfiler-91a5a7bf29b8728d Oct 16 12:55:59.367 INFO blam! Oct 16 12:55:59.367 INFO blam! running 0 tests Oct 16 12:55:59.367 INFO blam! Oct 16 12:55:59.367 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 12:55:59.367 INFO blam! Oct 16 12:55:59.370 INFO kablam! su: No module specific data is present Oct 16 12:55:59.725 INFO running `"docker" "rm" "-f" "16363164643ad48ada8706755bc4293173f53e7fa25e39b32ab0c7605ad56f4e"` Oct 16 12:55:59.877 INFO blam! 16363164643ad48ada8706755bc4293173f53e7fa25e39b32ab0c7605ad56f4e