Oct 12 01:09:59.585 INFO testing dotfiler-0.1.0 against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling Oct 12 01:09:59.587 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-3/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling/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 12 01:10:00.030 INFO blam! dd7231e537ceb809a2a85e9416461eb1380ddecbbee7df0a8da5afeb208b7cee Oct 12 01:10:00.036 INFO running `"docker" "start" "-a" "dd7231e537ceb809a2a85e9416461eb1380ddecbbee7df0a8da5afeb208b7cee"` Oct 12 01:10:01.084 INFO kablam! usermod: no changes Oct 12 01:10:01.160 INFO kablam! Compiling dtoa v0.2.2 Oct 12 01:10:01.160 INFO kablam! Compiling serde v0.8.23 Oct 12 01:10:01.160 INFO kablam! Compiling pest v0.4.1 Oct 12 01:10:01.168 INFO kablam! Compiling dotfiler v0.1.0 (/source) Oct 12 01:10:01.168 INFO kablam! Compiling toml v0.1.30 Oct 12 01:10:01.484 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 12 01:10:01.484 INFO kablam! --> build.rs:1:5 Oct 12 01:10:01.484 INFO kablam! | Oct 12 01:10:01.484 INFO kablam! 1 | use std::env::home_dir; Oct 12 01:10:01.484 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 12 01:10:01.484 INFO kablam! | Oct 12 01:10:01.484 INFO kablam! = note: #[warn(deprecated)] on by default Oct 12 01:10:01.484 INFO kablam! Oct 12 01:10:01.484 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 12 01:10:01.484 INFO kablam! --> build.rs:6:53 Oct 12 01:10:01.484 INFO kablam! | Oct 12 01:10:01.484 INFO kablam! 6 | let formatted = format!("{}/.config/dotfiler/", home_dir().unwrap().display()); Oct 12 01:10:01.484 INFO kablam! | ^^^^^^^^ Oct 12 01:10:01.484 INFO kablam! Oct 12 01:10:01.547 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 01:10:01.547 INFO kablam! --> build.rs:11:9 Oct 12 01:10:01.547 INFO kablam! | Oct 12 01:10:01.547 INFO kablam! 11 | fs::create_dir(app_dir); Oct 12 01:10:01.547 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 01:10:01.547 INFO kablam! | Oct 12 01:10:01.547 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 12 01:10:01.547 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 01:10:01.547 INFO kablam! Oct 12 01:10:01.547 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 01:10:01.547 INFO kablam! --> build.rs:12:9 Oct 12 01:10:01.547 INFO kablam! | Oct 12 01:10:01.547 INFO kablam! 12 | fs::create_dir(app_dir.join("templates/")); Oct 12 01:10:01.547 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 01:10:01.547 INFO kablam! | Oct 12 01:10:01.547 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 01:10:01.547 INFO kablam! Oct 12 01:10:01.547 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 01:10:01.547 INFO kablam! --> build.rs:13:9 Oct 12 01:10:01.547 INFO kablam! | Oct 12 01:10:01.547 INFO kablam! 13 | fs::copy("examples/templates/xresources", app_dir.join("templates/xresources")); Oct 12 01:10:01.547 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 01:10:01.547 INFO kablam! | Oct 12 01:10:01.547 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 01:10:01.547 INFO kablam! Oct 12 01:10:01.547 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 01:10:01.547 INFO kablam! --> build.rs:14:9 Oct 12 01:10:01.547 INFO kablam! | Oct 12 01:10:01.547 INFO kablam! 14 | fs::copy("examples/config.toml", app_dir.join("{}config.toml")); Oct 12 01:10:01.547 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 01:10:01.547 INFO kablam! | Oct 12 01:10:01.547 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 01:10:01.547 INFO kablam! Oct 12 01:10:01.547 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 01:10:01.547 INFO kablam! --> build.rs:15:9 Oct 12 01:10:01.547 INFO kablam! | Oct 12 01:10:01.547 INFO kablam! 15 | fs::copy("target/release/dotfiler", "~/bin/dotfiler"); Oct 12 01:10:01.547 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 01:10:01.547 INFO kablam! | Oct 12 01:10:01.547 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 01:10:01.547 INFO kablam! Oct 12 01:10:08.800 INFO kablam! Compiling serde_json v0.8.6 Oct 12 01:10:11.480 INFO kablam! Compiling tera v0.1.3 Oct 12 01:10:15.555 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 12 01:10:15.555 INFO kablam! --> src/main.rs:14:19 Oct 12 01:10:15.555 INFO kablam! | Oct 12 01:10:15.555 INFO kablam! 14 | Err(_) => env::home_dir().unwrap().join(".config/dotfiler") Oct 12 01:10:15.555 INFO kablam! | ^^^^^^^^^^^^^ Oct 12 01:10:15.555 INFO kablam! | Oct 12 01:10:15.556 INFO kablam! = note: #[warn(deprecated)] on by default Oct 12 01:10:15.556 INFO kablam! Oct 12 01:10:15.609 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 01:10:15.609 INFO kablam! --> src/main.rs:18:5 Oct 12 01:10:15.609 INFO kablam! | Oct 12 01:10:15.609 INFO kablam! 18 | / File::open(app_dir.join("config.toml")) Oct 12 01:10:15.609 INFO kablam! 19 | | .expect("Couldn't find configuration file") Oct 12 01:10:15.609 INFO kablam! 20 | | .read_to_string(&mut buffer); Oct 12 01:10:15.609 INFO kablam! | |_____________________________________^ Oct 12 01:10:15.609 INFO kablam! | Oct 12 01:10:15.609 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 12 01:10:15.609 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 01:10:15.609 INFO kablam! Oct 12 01:10:15.609 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 01:10:15.609 INFO kablam! --> src/main.rs:78:9 Oct 12 01:10:15.609 INFO kablam! | Oct 12 01:10:15.609 INFO kablam! 78 | file.write_all(render.as_bytes()); Oct 12 01:10:15.609 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 01:10:15.609 INFO kablam! | Oct 12 01:10:15.609 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 01:10:15.609 INFO kablam! Oct 12 01:10:16.363 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 15.26s Oct 12 01:10:16.365 INFO kablam! su: No module specific data is present Oct 12 01:10:16.756 INFO running `"docker" "rm" "-f" "dd7231e537ceb809a2a85e9416461eb1380ddecbbee7df0a8da5afeb208b7cee"` Oct 12 01:10:16.904 INFO blam! dd7231e537ceb809a2a85e9416461eb1380ddecbbee7df0a8da5afeb208b7cee Oct 12 01:10:16.910 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-3/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling/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 12 01:10:17.096 INFO blam! 3859ca098a0420cbcd54968c50a50d47056846be65af16cd3400de3965713c20 Oct 12 01:10:17.098 INFO running `"docker" "start" "-a" "3859ca098a0420cbcd54968c50a50d47056846be65af16cd3400de3965713c20"` Oct 12 01:10:17.582 INFO kablam! usermod: no changes Oct 12 01:10:17.624 INFO kablam! Compiling dotfiler v0.1.0 (/source) Oct 12 01:10:17.908 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 12 01:10:17.908 INFO kablam! --> src/main.rs:14:19 Oct 12 01:10:17.908 INFO kablam! | Oct 12 01:10:17.908 INFO kablam! 14 | Err(_) => env::home_dir().unwrap().join(".config/dotfiler") Oct 12 01:10:17.908 INFO kablam! | ^^^^^^^^^^^^^ Oct 12 01:10:17.908 INFO kablam! | Oct 12 01:10:17.908 INFO kablam! = note: #[warn(deprecated)] on by default Oct 12 01:10:17.908 INFO kablam! Oct 12 01:10:17.957 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 01:10:17.957 INFO kablam! --> src/main.rs:18:5 Oct 12 01:10:17.957 INFO kablam! | Oct 12 01:10:17.957 INFO kablam! 18 | / File::open(app_dir.join("config.toml")) Oct 12 01:10:17.957 INFO kablam! 19 | | .expect("Couldn't find configuration file") Oct 12 01:10:17.957 INFO kablam! 20 | | .read_to_string(&mut buffer); Oct 12 01:10:17.957 INFO kablam! | |_____________________________________^ Oct 12 01:10:17.957 INFO kablam! | Oct 12 01:10:17.957 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 12 01:10:17.957 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 01:10:17.957 INFO kablam! Oct 12 01:10:17.957 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 01:10:17.957 INFO kablam! --> src/main.rs:78:9 Oct 12 01:10:17.957 INFO kablam! | Oct 12 01:10:17.957 INFO kablam! 78 | file.write_all(render.as_bytes()); Oct 12 01:10:17.957 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 01:10:17.957 INFO kablam! | Oct 12 01:10:17.957 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 01:10:17.957 INFO kablam! Oct 12 01:10:18.432 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.83s Oct 12 01:10:18.449 INFO kablam! su: No module specific data is present Oct 12 01:10:19.102 INFO running `"docker" "rm" "-f" "3859ca098a0420cbcd54968c50a50d47056846be65af16cd3400de3965713c20"` Oct 12 01:10:19.328 INFO blam! 3859ca098a0420cbcd54968c50a50d47056846be65af16cd3400de3965713c20 Oct 12 01:10:19.334 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-3/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling/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 12 01:10:19.652 INFO blam! 80cd24defe25e2fc5f300daa6a3584f83226b00cf17f5143d94c3f0957cbf80e Oct 12 01:10:19.656 INFO running `"docker" "start" "-a" "80cd24defe25e2fc5f300daa6a3584f83226b00cf17f5143d94c3f0957cbf80e"` Oct 12 01:10:20.472 INFO kablam! usermod: no changes Oct 12 01:10:20.512 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.01s Oct 12 01:10:20.520 INFO kablam! Running /target/debug/deps/dotfiler-91a5a7bf29b8728d Oct 12 01:10:20.523 INFO blam! Oct 12 01:10:20.524 INFO blam! running 0 tests Oct 12 01:10:20.524 INFO blam! Oct 12 01:10:20.524 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 01:10:20.524 INFO blam! Oct 12 01:10:20.525 INFO kablam! su: No module specific data is present Oct 12 01:10:20.994 INFO running `"docker" "rm" "-f" "80cd24defe25e2fc5f300daa6a3584f83226b00cf17f5143d94c3f0957cbf80e"` Oct 12 01:10:21.182 INFO blam! 80cd24defe25e2fc5f300daa6a3584f83226b00cf17f5143d94c3f0957cbf80e