Oct 12 18:27:05.764 INFO testing xliiv/ff against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 12 18:27:05.765 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling-1/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 18:27:06.351 INFO blam! 1f7c7354f8bafbca6e4f0642c30c3c01c27fbdcfacc46ee2d7be7a2675274729 Oct 12 18:27:06.359 INFO running `"docker" "start" "-a" "1f7c7354f8bafbca6e4f0642c30c3c01c27fbdcfacc46ee2d7be7a2675274729"` Oct 12 18:27:07.795 INFO kablam! usermod: no changes Oct 12 18:27:07.999 INFO kablam! Compiling num-traits v0.2.2 Oct 12 18:27:08.000 INFO kablam! Compiling bit-vec v0.4.4 Oct 12 18:27:08.008 INFO kablam! Compiling array-macro v1.0.0 Oct 12 18:27:08.008 INFO kablam! Compiling regex v0.2.10 Oct 12 18:27:08.009 INFO kablam! Compiling serde v1.0.33 Oct 12 18:27:08.048 INFO kablam! Compiling unicode-segmentation v1.2.0 Oct 12 18:27:08.058 INFO kablam! Compiling xi-unicode v0.1.0 Oct 12 18:27:08.060 INFO kablam! Compiling itoa v0.4.0 Oct 12 18:27:08.431 INFO kablam! Compiling enumset v0.3.3 Oct 12 18:27:09.711 INFO kablam! Compiling remove_dir_all v0.5.0 Oct 12 18:27:09.711 INFO kablam! Compiling memchr v2.0.1 Oct 12 18:27:09.735 INFO kablam! Compiling termion v1.5.1 Oct 12 18:27:10.231 INFO kablam! Compiling regex-syntax v0.5.3 Oct 12 18:27:11.603 INFO kablam! Compiling tempdir v0.3.7 Oct 12 18:27:11.603 INFO kablam! Compiling thread_local v0.3.5 Oct 12 18:27:11.656 INFO kablam! Compiling clap v2.31.2 Oct 12 18:27:14.488 INFO kablam! Compiling chan v0.1.21 Oct 12 18:27:14.549 INFO kablam! Compiling bit-set v0.4.0 Oct 12 18:27:14.623 INFO kablam! Compiling enum-map-derive v0.2.4 Oct 12 18:27:17.355 INFO kablam! Compiling aho-corasick v0.6.4 Oct 12 18:27:17.367 INFO kablam! Compiling rust-ini v0.9.12 Oct 12 18:27:23.467 INFO kablam! Compiling walkdir v0.1.8 Oct 12 18:27:23.544 INFO kablam! Compiling num-integer v0.1.36 Oct 12 18:27:23.583 INFO kablam! Compiling num-complex v0.1.43 Oct 12 18:27:23.655 INFO kablam! Compiling enum-map v0.2.24 Oct 12 18:27:23.667 INFO kablam! Compiling chan-signal v0.3.1 Oct 12 18:27:25.524 INFO kablam! Compiling num-bigint v0.1.43 Oct 12 18:27:26.079 INFO kablam! Compiling num-iter v0.1.35 Oct 12 18:27:37.715 INFO kablam! Compiling num-rational v0.1.42 Oct 12 18:27:43.933 INFO kablam! Compiling num v0.1.42 Oct 12 18:27:55.941 INFO kablam! Compiling toml v0.4.5 Oct 12 18:27:55.941 INFO kablam! Compiling serde_json v1.0.12 Oct 12 18:28:00.268 INFO kablam! Compiling cursive v0.8.1 Oct 12 18:28:07.963 INFO kablam! Compiling fui v0.8.0 Oct 12 18:28:12.897 INFO kablam! Compiling ff v2.0.0 (/source) Oct 12 18:28:13.356 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 18:28:13.356 INFO kablam! --> src/cli.rs:115:25 Oct 12 18:28:13.356 INFO kablam! | Oct 12 18:28:13.356 INFO kablam! 115 | let mut conf_file = env::home_dir().expect("Can't find home dir"); Oct 12 18:28:13.356 INFO kablam! | ^^^^^^^^^^^^^ Oct 12 18:28:13.356 INFO kablam! | Oct 12 18:28:13.356 INFO kablam! = note: #[warn(deprecated)] on by default Oct 12 18:28:13.356 INFO kablam! Oct 12 18:28:13.356 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 18:28:13.356 INFO kablam! --> src/cli.rs:122:20 Oct 12 18:28:13.356 INFO kablam! | Oct 12 18:28:13.356 INFO kablam! 122 | let home_dir = std::env::home_dir().ok_or("Can't find home dir")?; Oct 12 18:28:13.356 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 12 18:28:13.356 INFO kablam! Oct 12 18:28:13.356 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 18:28:13.356 INFO kablam! --> src/cli.rs:173:20 Oct 12 18:28:13.356 INFO kablam! | Oct 12 18:28:13.356 INFO kablam! 173 | let home_dir = env::home_dir().ok_or("Can't get home dir")?; Oct 12 18:28:13.356 INFO kablam! | ^^^^^^^^^^^^^ Oct 12 18:28:13.356 INFO kablam! Oct 12 18:28:13.356 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 18:28:13.356 INFO kablam! --> src/cli.rs:208:20 Oct 12 18:28:13.356 INFO kablam! | Oct 12 18:28:13.356 INFO kablam! 208 | let home_dir = std::env::home_dir().ok_or("Can't get home dir")?; Oct 12 18:28:13.356 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 12 18:28:13.356 INFO kablam! Oct 12 18:28:17.580 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 09s Oct 12 18:28:17.589 INFO kablam! su: No module specific data is present Oct 12 18:28:18.935 INFO running `"docker" "rm" "-f" "1f7c7354f8bafbca6e4f0642c30c3c01c27fbdcfacc46ee2d7be7a2675274729"` Oct 12 18:28:19.187 INFO blam! 1f7c7354f8bafbca6e4f0642c30c3c01c27fbdcfacc46ee2d7be7a2675274729 Oct 12 18:28:19.195 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling-1/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 18:28:19.695 INFO blam! 65588f1c08bba5ca1b0eb4481d0c59def5d9feecfc8623fbcf3d25b3ffd98beb Oct 12 18:28:19.705 INFO running `"docker" "start" "-a" "65588f1c08bba5ca1b0eb4481d0c59def5d9feecfc8623fbcf3d25b3ffd98beb"` Oct 12 18:28:20.803 INFO kablam! usermod: no changes Oct 12 18:28:21.011 INFO kablam! Compiling ff v2.0.0 (/source) Oct 12 18:28:21.695 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 18:28:21.695 INFO kablam! --> src/cli.rs:115:25 Oct 12 18:28:21.695 INFO kablam! | Oct 12 18:28:21.695 INFO kablam! 115 | let mut conf_file = env::home_dir().expect("Can't find home dir"); Oct 12 18:28:21.695 INFO kablam! | ^^^^^^^^^^^^^ Oct 12 18:28:21.695 INFO kablam! | Oct 12 18:28:21.695 INFO kablam! = note: #[warn(deprecated)] on by default Oct 12 18:28:21.695 INFO kablam! Oct 12 18:28:21.695 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 18:28:21.695 INFO kablam! --> src/cli.rs:122:20 Oct 12 18:28:21.695 INFO kablam! | Oct 12 18:28:21.695 INFO kablam! 122 | let home_dir = std::env::home_dir().ok_or("Can't find home dir")?; Oct 12 18:28:21.695 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 12 18:28:21.695 INFO kablam! Oct 12 18:28:21.695 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 18:28:21.695 INFO kablam! --> src/cli.rs:173:20 Oct 12 18:28:21.695 INFO kablam! | Oct 12 18:28:21.695 INFO kablam! 173 | let home_dir = env::home_dir().ok_or("Can't get home dir")?; Oct 12 18:28:21.695 INFO kablam! | ^^^^^^^^^^^^^ Oct 12 18:28:21.695 INFO kablam! Oct 12 18:28:21.695 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 18:28:21.695 INFO kablam! --> src/cli.rs:208:20 Oct 12 18:28:21.695 INFO kablam! | Oct 12 18:28:21.695 INFO kablam! 208 | let home_dir = std::env::home_dir().ok_or("Can't get home dir")?; Oct 12 18:28:21.695 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 12 18:28:21.695 INFO kablam! Oct 12 18:28:25.481 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.65s Oct 12 18:28:25.490 INFO kablam! su: No module specific data is present Oct 12 18:28:26.850 INFO running `"docker" "rm" "-f" "65588f1c08bba5ca1b0eb4481d0c59def5d9feecfc8623fbcf3d25b3ffd98beb"` Oct 12 18:28:27.119 INFO blam! 65588f1c08bba5ca1b0eb4481d0c59def5d9feecfc8623fbcf3d25b3ffd98beb Oct 12 18:28:27.124 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling-1/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 18:28:27.536 INFO blam! f5b13f96adf180d553290095720eb20212ef2246fb13063711dec1b6b773a722 Oct 12 18:28:27.541 INFO running `"docker" "start" "-a" "f5b13f96adf180d553290095720eb20212ef2246fb13063711dec1b6b773a722"` Oct 12 18:28:29.495 INFO kablam! usermod: no changes Oct 12 18:28:29.707 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.18s Oct 12 18:28:29.715 INFO kablam! Running /target/debug/deps/ff-58e5ccd3c4e87ab4 Oct 12 18:28:29.716 INFO blam! Oct 12 18:28:29.716 INFO blam! running 7 tests Oct 12 18:28:29.734 INFO blam! test core::tests::add_many_files_works_ok ... ok Oct 12 18:28:29.734 INFO blam! test core::tests::add_file_works_ok ... ok Oct 12 18:28:29.734 INFO blam! test core::tests::added_file_is_removed_ok ... ok Oct 12 18:28:29.734 INFO blam! test core::tests::apply_works_for_single_file_which_missing ... ok Oct 12 18:28:29.737 INFO blam! test core::tests::apply_works_for_single_file_which_exists ... ok Oct 12 18:28:29.737 INFO blam! test core::tests::added_files_are_removed_correctly ... ok Oct 12 18:28:29.751 INFO blam! test core::tests::init_saves_dir_to_init_in_config_file ... ok Oct 12 18:28:29.751 INFO blam! Oct 12 18:28:29.751 INFO blam! test result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 18:28:29.751 INFO blam! Oct 12 18:28:29.759 INFO kablam! su: No module specific data is present Oct 12 18:28:31.295 INFO running `"docker" "rm" "-f" "f5b13f96adf180d553290095720eb20212ef2246fb13063711dec1b6b773a722"` Oct 12 18:28:31.675 INFO blam! f5b13f96adf180d553290095720eb20212ef2246fb13063711dec1b6b773a722