Oct 12 01:09:50.142 INFO testing dotfilesctl-0.1.0 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 12 01:09:50.144 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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:09:50.612 INFO blam! 5e0e544cb820df1fff456226db3884e2e08bbfeecb0c069d602e97bcaa42df6f Oct 12 01:09:50.614 INFO running `"docker" "start" "-a" "5e0e544cb820df1fff456226db3884e2e08bbfeecb0c069d602e97bcaa42df6f"` Oct 12 01:09:51.678 INFO kablam! usermod: no changes Oct 12 01:09:52.063 INFO kablam! Compiling fs_extra v1.1.0 Oct 12 01:09:53.339 INFO kablam! Compiling dotfilesctl v0.1.0 (/source) Oct 12 01:09:58.568 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:09:58.568 INFO kablam! --> src/config.rs:29:41 Oct 12 01:09:58.568 INFO kablam! | Oct 12 01:09:58.568 INFO kablam! 29 | match self.home.clone().or_else(env::home_dir) { Oct 12 01:09:58.568 INFO kablam! | ^^^^^^^^^^^^^ Oct 12 01:09:58.568 INFO kablam! | Oct 12 01:09:58.568 INFO kablam! = note: #[warn(deprecated)] on by default Oct 12 01:09:58.568 INFO kablam! Oct 12 01:09:59.132 INFO kablam! warning: function is never used: `canonicalize_light` Oct 12 01:09:59.132 INFO kablam! --> src/paths.rs:19:1 Oct 12 01:09:59.132 INFO kablam! | Oct 12 01:09:59.132 INFO kablam! 19 | pub fn canonicalize_light>(path: P) -> PathBuf { Oct 12 01:09:59.132 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 01:09:59.132 INFO kablam! | Oct 12 01:09:59.132 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 01:09:59.132 INFO kablam! Oct 12 01:10:05.408 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 13.71s Oct 12 01:10:05.420 INFO kablam! su: No module specific data is present Oct 12 01:10:05.964 INFO running `"docker" "rm" "-f" "5e0e544cb820df1fff456226db3884e2e08bbfeecb0c069d602e97bcaa42df6f"` Oct 12 01:10:06.244 INFO blam! 5e0e544cb820df1fff456226db3884e2e08bbfeecb0c069d602e97bcaa42df6f Oct 12 01:10:06.248 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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:06.595 INFO blam! e5cb8ef93beba020fbeba9dd6105ac6373094f326ebce4cb3aa85a62d5cc5670 Oct 12 01:10:06.601 INFO running `"docker" "start" "-a" "e5cb8ef93beba020fbeba9dd6105ac6373094f326ebce4cb3aa85a62d5cc5670"` Oct 12 01:10:07.571 INFO kablam! usermod: no changes Oct 12 01:10:07.888 INFO kablam! Compiling proptest v0.4.2 Oct 12 01:10:18.985 INFO kablam! Compiling dotfilesctl v0.1.0 (/source) Oct 12 01:10:23.098 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:23.098 INFO kablam! --> src/config.rs:29:41 Oct 12 01:10:23.098 INFO kablam! | Oct 12 01:10:23.098 INFO kablam! 29 | match self.home.clone().or_else(env::home_dir) { Oct 12 01:10:23.098 INFO kablam! | ^^^^^^^^^^^^^ Oct 12 01:10:23.098 INFO kablam! | Oct 12 01:10:23.098 INFO kablam! = note: #[warn(deprecated)] on by default Oct 12 01:10:23.098 INFO kablam! Oct 12 01:10:27.313 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 19.70s Oct 12 01:10:27.323 INFO kablam! su: No module specific data is present Oct 12 01:10:27.874 INFO running `"docker" "rm" "-f" "e5cb8ef93beba020fbeba9dd6105ac6373094f326ebce4cb3aa85a62d5cc5670"` Oct 12 01:10:28.013 INFO blam! e5cb8ef93beba020fbeba9dd6105ac6373094f326ebce4cb3aa85a62d5cc5670 Oct 12 01:10:28.020 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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:28.340 INFO blam! a7e63f56d493f6c983689a904d91d3cd43074d8ade6ed7ee8896cce8528d7b1e Oct 12 01:10:28.341 INFO running `"docker" "start" "-a" "a7e63f56d493f6c983689a904d91d3cd43074d8ade6ed7ee8896cce8528d7b1e"` Oct 12 01:10:29.497 INFO kablam! usermod: no changes Oct 12 01:10:29.736 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.21s Oct 12 01:10:29.740 INFO kablam! Running /target/debug/deps/dotfilesctl-e8ab0353ec3cc7ff Oct 12 01:10:29.752 INFO blam! Oct 12 01:10:29.752 INFO blam! running 12 tests Oct 12 01:10:29.781 INFO blam! test dotfiles::tests::test_check_success ... ok Oct 12 01:10:29.792 INFO blam! test dotfiles::tests::test_repair_wrong ... ok Oct 12 01:10:29.792 INFO blam! test dotfiles::tests::test_track_file ... ok Oct 12 01:10:29.792 INFO blam! test dotfiles::tests::test_empty_dotfiles ... ok Oct 12 01:10:29.793 INFO blam! test config::tests::test_setup ... ok Oct 12 01:10:29.793 INFO blam! test paths::tests::test_canonicalize_light ... ok Oct 12 01:10:29.808 INFO blam! test paths::tests::test_relative_to ... ok Oct 12 01:10:29.972 INFO blam! test dotfiles::tests::test_repair_absent ... ok Oct 12 01:10:30.049 INFO blam! test dotfiles::tests::test_check_failure_symlink ... ok Oct 12 01:10:30.049 INFO blam! test dotfiles::tests::test_check_failure_missing ... ok Oct 12 01:10:30.050 INFO blam! test dotfiles::tests::test_repair_wrong_skip ... ok Oct 12 01:10:30.668 INFO blam! test paths::tests::check_relative_to ... ok Oct 12 01:10:30.668 INFO kablam! su: No module specific data is present Oct 12 01:10:30.668 INFO blam! Oct 12 01:10:30.668 INFO blam! test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 01:10:30.668 INFO blam! Oct 12 01:10:31.542 INFO running `"docker" "rm" "-f" "a7e63f56d493f6c983689a904d91d3cd43074d8ade6ed7ee8896cce8528d7b1e"` Oct 12 01:10:31.736 INFO blam! a7e63f56d493f6c983689a904d91d3cd43074d8ade6ed7ee8896cce8528d7b1e