Oct 12 18:27:00.155 INFO testing xliiv/ff against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 12 18:27:00.156 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 12 18:27:00.825 INFO blam! 0650d7a2f3011880166f7a0747af34e6cb105db8394ef71e0508c0b96c1bdb5a Oct 12 18:27:00.828 INFO running `"docker" "start" "-a" "0650d7a2f3011880166f7a0747af34e6cb105db8394ef71e0508c0b96c1bdb5a"` Oct 12 18:27:02.147 INFO kablam! usermod: no changes Oct 12 18:27:02.317 INFO kablam! Compiling num-traits v0.2.2 Oct 12 18:27:02.327 INFO kablam! Compiling bit-vec v0.4.4 Oct 12 18:27:02.366 INFO kablam! Compiling array-macro v1.0.0 Oct 12 18:27:02.367 INFO kablam! Compiling enumset v0.3.3 Oct 12 18:27:02.369 INFO kablam! Compiling xi-unicode v0.1.0 Oct 12 18:27:02.371 INFO kablam! Compiling remove_dir_all v0.5.0 Oct 12 18:27:02.372 INFO kablam! Compiling glob v0.2.11 Oct 12 18:27:02.373 INFO kablam! Compiling rand v0.4.2 Oct 12 18:27:02.988 INFO kablam! Compiling memchr v2.0.1 Oct 12 18:27:03.203 INFO kablam! Compiling termion v1.5.1 Oct 12 18:27:04.383 INFO kablam! Compiling toml v0.4.5 Oct 12 18:27:04.383 INFO kablam! Compiling aho-corasick v0.6.4 Oct 12 18:27:04.834 INFO kablam! Compiling bit-set v0.4.0 Oct 12 18:27:07.787 INFO kablam! Compiling enum-map-derive v0.2.4 Oct 12 18:27:07.792 INFO kablam! Compiling regex v0.2.10 Oct 12 18:27:07.908 INFO kablam! Compiling rust-ini v0.9.12 Oct 12 18:27:07.983 INFO kablam! Compiling walkdir v0.1.8 Oct 12 18:27:13.920 INFO kablam! Compiling num-integer v0.1.36 Oct 12 18:27:13.965 INFO kablam! Compiling num-complex v0.1.43 Oct 12 18:27:14.643 INFO kablam! Compiling serde_json v1.0.12 Oct 12 18:27:14.799 INFO kablam! Compiling rand v0.3.22 Oct 12 18:27:14.800 INFO kablam! Compiling tempdir v0.3.7 Oct 12 18:27:18.559 INFO kablam! Compiling num-bigint v0.1.43 Oct 12 18:27:18.644 INFO kablam! Compiling num-iter v0.1.35 Oct 12 18:27:18.840 INFO kablam! Compiling chan v0.1.21 Oct 12 18:27:29.383 INFO kablam! Compiling enum-map v0.2.24 Oct 12 18:27:29.415 INFO kablam! Compiling chan-signal v0.3.1 Oct 12 18:27:31.067 INFO kablam! Compiling num-rational v0.1.42 Oct 12 18:27:34.271 INFO kablam! Compiling num v0.1.42 Oct 12 18:27:34.555 INFO kablam! Compiling cursive v0.8.1 Oct 12 18:27:43.723 INFO kablam! Compiling fui v0.8.0 Oct 12 18:27:48.247 INFO kablam! Compiling ff v2.0.0 (/source) Oct 12 18:27:48.611 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:27:48.611 INFO kablam! --> src/cli.rs:115:25 Oct 12 18:27:48.611 INFO kablam! | Oct 12 18:27:48.611 INFO kablam! 115 | let mut conf_file = env::home_dir().expect("Can't find home dir"); Oct 12 18:27:48.611 INFO kablam! | ^^^^^^^^^^^^^ Oct 12 18:27:48.611 INFO kablam! | Oct 12 18:27:48.611 INFO kablam! = note: #[warn(deprecated)] on by default Oct 12 18:27:48.611 INFO kablam! Oct 12 18:27:48.611 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:27:48.611 INFO kablam! --> src/cli.rs:122:20 Oct 12 18:27:48.611 INFO kablam! | Oct 12 18:27:48.611 INFO kablam! 122 | let home_dir = std::env::home_dir().ok_or("Can't find home dir")?; Oct 12 18:27:48.611 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 12 18:27:48.611 INFO kablam! Oct 12 18:27:48.611 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:27:48.611 INFO kablam! --> src/cli.rs:173:20 Oct 12 18:27:48.611 INFO kablam! | Oct 12 18:27:48.611 INFO kablam! 173 | let home_dir = env::home_dir().ok_or("Can't get home dir")?; Oct 12 18:27:48.611 INFO kablam! | ^^^^^^^^^^^^^ Oct 12 18:27:48.611 INFO kablam! Oct 12 18:27:48.611 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:27:48.611 INFO kablam! --> src/cli.rs:208:20 Oct 12 18:27:48.611 INFO kablam! | Oct 12 18:27:48.611 INFO kablam! 208 | let home_dir = std::env::home_dir().ok_or("Can't get home dir")?; Oct 12 18:27:48.611 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 12 18:27:48.611 INFO kablam! Oct 12 18:27:53.067 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 50.89s Oct 12 18:27:53.079 INFO kablam! su: No module specific data is present Oct 12 18:27:53.719 INFO running `"docker" "rm" "-f" "0650d7a2f3011880166f7a0747af34e6cb105db8394ef71e0508c0b96c1bdb5a"` Oct 12 18:27:54.036 INFO blam! 0650d7a2f3011880166f7a0747af34e6cb105db8394ef71e0508c0b96c1bdb5a Oct 12 18:27:54.043 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 12 18:27:54.407 INFO blam! d1fc3e46364c912c5519f79f1b7d40b2a285818085e1a858b87bb3a491d96e80 Oct 12 18:27:54.409 INFO running `"docker" "start" "-a" "d1fc3e46364c912c5519f79f1b7d40b2a285818085e1a858b87bb3a491d96e80"` Oct 12 18:27:55.331 INFO kablam! usermod: no changes Oct 12 18:27:55.511 INFO kablam! Compiling ff v2.0.0 (/source) Oct 12 18:27:55.859 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:27:55.859 INFO kablam! --> src/cli.rs:115:25 Oct 12 18:27:55.859 INFO kablam! | Oct 12 18:27:55.859 INFO kablam! 115 | let mut conf_file = env::home_dir().expect("Can't find home dir"); Oct 12 18:27:55.859 INFO kablam! | ^^^^^^^^^^^^^ Oct 12 18:27:55.859 INFO kablam! | Oct 12 18:27:55.859 INFO kablam! = note: #[warn(deprecated)] on by default Oct 12 18:27:55.859 INFO kablam! Oct 12 18:27:55.859 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:27:55.859 INFO kablam! --> src/cli.rs:122:20 Oct 12 18:27:55.859 INFO kablam! | Oct 12 18:27:55.859 INFO kablam! 122 | let home_dir = std::env::home_dir().ok_or("Can't find home dir")?; Oct 12 18:27:55.859 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 12 18:27:55.859 INFO kablam! Oct 12 18:27:55.859 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:27:55.859 INFO kablam! --> src/cli.rs:173:20 Oct 12 18:27:55.859 INFO kablam! | Oct 12 18:27:55.859 INFO kablam! 173 | let home_dir = env::home_dir().ok_or("Can't get home dir")?; Oct 12 18:27:55.859 INFO kablam! | ^^^^^^^^^^^^^ Oct 12 18:27:55.859 INFO kablam! Oct 12 18:27:55.859 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:27:55.859 INFO kablam! --> src/cli.rs:208:20 Oct 12 18:27:55.859 INFO kablam! | Oct 12 18:27:55.859 INFO kablam! 208 | let home_dir = std::env::home_dir().ok_or("Can't get home dir")?; Oct 12 18:27:55.859 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 12 18:27:55.859 INFO kablam! Oct 12 18:27:59.063 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.70s Oct 12 18:27:59.067 INFO kablam! su: No module specific data is present Oct 12 18:27:59.955 INFO running `"docker" "rm" "-f" "d1fc3e46364c912c5519f79f1b7d40b2a285818085e1a858b87bb3a491d96e80"` Oct 12 18:28:00.259 INFO blam! d1fc3e46364c912c5519f79f1b7d40b2a285818085e1a858b87bb3a491d96e80 Oct 12 18:28:00.263 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 12 18:28:00.725 INFO blam! 595025cc774ddb86c5feb885810e2b04d509511b988c5e3836cc279ed161464b Oct 12 18:28:00.727 INFO running `"docker" "start" "-a" "595025cc774ddb86c5feb885810e2b04d509511b988c5e3836cc279ed161464b"` Oct 12 18:28:01.659 INFO kablam! usermod: no changes Oct 12 18:28:01.803 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.11s Oct 12 18:28:01.819 INFO kablam! Running /target/debug/deps/ff-4eafeebcfa42f5f1 Oct 12 18:28:01.820 INFO blam! Oct 12 18:28:01.820 INFO blam! running 7 tests Oct 12 18:28:01.851 INFO blam! test core::tests::added_files_are_removed_correctly ... ok Oct 12 18:28:01.851 INFO blam! test core::tests::add_file_works_ok ... ok Oct 12 18:28:01.851 INFO blam! test core::tests::added_file_is_removed_ok ... ok Oct 12 18:28:01.851 INFO blam! test core::tests::add_many_files_works_ok ... ok Oct 12 18:28:01.851 INFO blam! test core::tests::apply_works_for_single_file_which_exists ... ok Oct 12 18:28:01.856 INFO blam! test core::tests::apply_works_for_single_file_which_missing ... ok Oct 12 18:28:01.863 INFO blam! test core::tests::init_saves_dir_to_init_in_config_file ... ok Oct 12 18:28:01.863 INFO blam! Oct 12 18:28:01.863 INFO blam! test result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 18:28:01.863 INFO blam! Oct 12 18:28:01.869 INFO kablam! su: No module specific data is present Oct 12 18:28:02.458 INFO running `"docker" "rm" "-f" "595025cc774ddb86c5feb885810e2b04d509511b988c5e3836cc279ed161464b"` Oct 12 18:28:02.659 INFO blam! 595025cc774ddb86c5feb885810e2b04d509511b988c5e3836cc279ed161464b