Nov 16 07:57:14.431 INFO testing xliiv/ff against master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c for pr-55982 Nov 16 07:57:14.431 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-5/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-5/pr-55982/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/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 +6b9b97bd9b704f85f0184f7a213cc4d62bd9654c-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"` Nov 16 07:57:14.941 INFO [stdout] f4dd48b21e832aa273ede1d4816b820f9e13fdadb8d80c4351e2ab7ec59b71cd Nov 16 07:57:14.949 INFO running `"docker" "start" "-a" "f4dd48b21e832aa273ede1d4816b820f9e13fdadb8d80c4351e2ab7ec59b71cd"` Nov 16 07:57:16.527 INFO [stderr] usermod: no changes Nov 16 07:57:16.766 INFO [stderr] Compiling num-traits v0.2.2 Nov 16 07:57:16.766 INFO [stderr] Compiling bit-vec v0.4.4 Nov 16 07:57:16.775 INFO [stderr] Compiling stable_deref_trait v1.0.0 Nov 16 07:57:16.776 INFO [stderr] Compiling array-macro v1.0.0 Nov 16 07:57:16.776 INFO [stderr] Compiling unicode-segmentation v1.2.0 Nov 16 07:57:16.776 INFO [stderr] Compiling enumset v0.3.3 Nov 16 07:57:16.777 INFO [stderr] Compiling xi-unicode v0.1.0 Nov 16 07:57:16.777 INFO [stderr] Compiling remove_dir_all v0.5.0 Nov 16 07:57:17.223 INFO [stderr] Compiling termion v1.5.1 Nov 16 07:57:17.471 INFO [stderr] Compiling toml v0.4.5 Nov 16 07:57:18.022 INFO [stderr] Compiling tempdir v0.3.7 Nov 16 07:57:18.621 INFO [stderr] Compiling owning_ref v0.3.3 Nov 16 07:57:20.231 INFO [stderr] Compiling chan v0.1.21 Nov 16 07:57:20.231 INFO [stderr] Compiling enum-map-derive v0.2.4 Nov 16 07:57:20.270 INFO [stderr] Compiling regex v0.2.10 Nov 16 07:57:21.062 INFO [stderr] Compiling rust-ini v0.9.12 Nov 16 07:57:21.105 INFO [stderr] Compiling bit-set v0.4.0 Nov 16 07:57:27.044 INFO [stderr] Compiling walkdir v0.1.8 Nov 16 07:57:27.083 INFO [stderr] Compiling num-integer v0.1.36 Nov 16 07:57:27.123 INFO [stderr] Compiling num-complex v0.1.43 Nov 16 07:57:27.163 INFO [stderr] Compiling serde_json v1.0.12 Nov 16 07:57:27.240 INFO [stderr] Compiling chan-signal v0.3.1 Nov 16 07:57:28.045 INFO [stderr] Compiling num-bigint v0.1.43 Nov 16 07:57:33.527 INFO [stderr] Compiling num-iter v0.1.35 Nov 16 07:57:33.535 INFO [stderr] Compiling enum-map v0.2.24 Nov 16 07:57:41.799 INFO [stderr] Compiling num-rational v0.1.42 Nov 16 07:57:43.782 INFO [stderr] Compiling num v0.1.42 Nov 16 07:57:43.967 INFO [stderr] Compiling cursive v0.8.1 Nov 16 07:57:50.859 INFO [stderr] Compiling fui v0.8.0 Nov 16 07:57:54.279 INFO [stderr] Compiling ff v2.0.0 (/source) Nov 16 07:57:54.579 INFO [stderr] 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. Nov 16 07:57:54.579 INFO [stderr] --> src/cli.rs:115:25 Nov 16 07:57:54.579 INFO [stderr] | Nov 16 07:57:54.579 INFO [stderr] 115 | let mut conf_file = env::home_dir().expect("Can't find home dir"); Nov 16 07:57:54.579 INFO [stderr] | ^^^^^^^^^^^^^ Nov 16 07:57:54.579 INFO [stderr] | Nov 16 07:57:54.579 INFO [stderr] = note: #[warn(deprecated)] on by default Nov 16 07:57:54.579 INFO [stderr] Nov 16 07:57:54.580 INFO [stderr] 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. Nov 16 07:57:54.580 INFO [stderr] --> src/cli.rs:122:20 Nov 16 07:57:54.580 INFO [stderr] | Nov 16 07:57:54.580 INFO [stderr] 122 | let home_dir = std::env::home_dir().ok_or("Can't find home dir")?; Nov 16 07:57:54.580 INFO [stderr] | ^^^^^^^^^^^^^^^^^^ Nov 16 07:57:54.580 INFO [stderr] Nov 16 07:57:54.580 INFO [stderr] 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. Nov 16 07:57:54.580 INFO [stderr] --> src/cli.rs:173:20 Nov 16 07:57:54.580 INFO [stderr] | Nov 16 07:57:54.580 INFO [stderr] 173 | let home_dir = env::home_dir().ok_or("Can't get home dir")?; Nov 16 07:57:54.580 INFO [stderr] | ^^^^^^^^^^^^^ Nov 16 07:57:54.580 INFO [stderr] Nov 16 07:57:54.580 INFO [stderr] 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. Nov 16 07:57:54.580 INFO [stderr] --> src/cli.rs:208:20 Nov 16 07:57:54.580 INFO [stderr] | Nov 16 07:57:54.580 INFO [stderr] 208 | let home_dir = std::env::home_dir().ok_or("Can't get home dir")?; Nov 16 07:57:54.580 INFO [stderr] | ^^^^^^^^^^^^^^^^^^ Nov 16 07:57:54.580 INFO [stderr] Nov 16 07:57:58.081 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 41.52s Nov 16 07:57:58.090 INFO [stderr] su: No module specific data is present Nov 16 07:57:58.456 INFO running `"docker" "inspect" "f4dd48b21e832aa273ede1d4816b820f9e13fdadb8d80c4351e2ab7ec59b71cd"` Nov 16 07:57:58.536 INFO running `"docker" "rm" "-f" "f4dd48b21e832aa273ede1d4816b820f9e13fdadb8d80c4351e2ab7ec59b71cd"` Nov 16 07:57:58.603 INFO [stdout] f4dd48b21e832aa273ede1d4816b820f9e13fdadb8d80c4351e2ab7ec59b71cd Nov 16 07:57:58.604 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-5/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-5/pr-55982/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/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 +6b9b97bd9b704f85f0184f7a213cc4d62bd9654c-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"` Nov 16 07:57:58.778 INFO [stdout] 96a64d97a6e3b458e5e736e48a6091d0eab88d5817c2266d615b4776f5232d71 Nov 16 07:57:58.780 INFO running `"docker" "start" "-a" "96a64d97a6e3b458e5e736e48a6091d0eab88d5817c2266d615b4776f5232d71"` Nov 16 07:57:59.134 INFO [stderr] usermod: no changes Nov 16 07:57:59.263 INFO [stderr] Compiling ff v2.0.0 (/source) Nov 16 07:57:59.555 INFO [stderr] 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. Nov 16 07:57:59.555 INFO [stderr] --> src/cli.rs:115:25 Nov 16 07:57:59.555 INFO [stderr] | Nov 16 07:57:59.555 INFO [stderr] 115 | let mut conf_file = env::home_dir().expect("Can't find home dir"); Nov 16 07:57:59.555 INFO [stderr] | ^^^^^^^^^^^^^ Nov 16 07:57:59.555 INFO [stderr] | Nov 16 07:57:59.555 INFO [stderr] = note: #[warn(deprecated)] on by default Nov 16 07:57:59.555 INFO [stderr] Nov 16 07:57:59.555 INFO [stderr] 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. Nov 16 07:57:59.556 INFO [stderr] --> src/cli.rs:122:20 Nov 16 07:57:59.556 INFO [stderr] | Nov 16 07:57:59.556 INFO [stderr] 122 | let home_dir = std::env::home_dir().ok_or("Can't find home dir")?; Nov 16 07:57:59.556 INFO [stderr] | ^^^^^^^^^^^^^^^^^^ Nov 16 07:57:59.556 INFO [stderr] Nov 16 07:57:59.556 INFO [stderr] 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. Nov 16 07:57:59.556 INFO [stderr] --> src/cli.rs:173:20 Nov 16 07:57:59.556 INFO [stderr] | Nov 16 07:57:59.556 INFO [stderr] 173 | let home_dir = env::home_dir().ok_or("Can't get home dir")?; Nov 16 07:57:59.556 INFO [stderr] | ^^^^^^^^^^^^^ Nov 16 07:57:59.556 INFO [stderr] Nov 16 07:57:59.556 INFO [stderr] 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. Nov 16 07:57:59.556 INFO [stderr] --> src/cli.rs:208:20 Nov 16 07:57:59.556 INFO [stderr] | Nov 16 07:57:59.556 INFO [stderr] 208 | let home_dir = std::env::home_dir().ok_or("Can't get home dir")?; Nov 16 07:57:59.556 INFO [stderr] | ^^^^^^^^^^^^^^^^^^ Nov 16 07:57:59.556 INFO [stderr] Nov 16 07:58:02.946 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 3.79s Nov 16 07:58:02.956 INFO [stderr] su: No module specific data is present Nov 16 07:58:04.451 INFO running `"docker" "inspect" "96a64d97a6e3b458e5e736e48a6091d0eab88d5817c2266d615b4776f5232d71"` Nov 16 07:58:04.699 INFO running `"docker" "rm" "-f" "96a64d97a6e3b458e5e736e48a6091d0eab88d5817c2266d615b4776f5232d71"` Nov 16 07:58:04.922 INFO [stdout] 96a64d97a6e3b458e5e736e48a6091d0eab88d5817c2266d615b4776f5232d71 Nov 16 07:58:04.926 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-5/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-5/pr-55982/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/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 +6b9b97bd9b704f85f0184f7a213cc4d62bd9654c-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"` Nov 16 07:58:05.177 INFO [stdout] 0e883ca30596716c70e7195d24b50cf7624f62b6f3ee52187edecb00df087650 Nov 16 07:58:05.180 INFO running `"docker" "start" "-a" "0e883ca30596716c70e7195d24b50cf7624f62b6f3ee52187edecb00df087650"` Nov 16 07:58:05.829 INFO [stderr] usermod: no changes Nov 16 07:58:05.942 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.09s Nov 16 07:58:05.958 INFO [stderr] Running /target/debug/deps/ff-60690809a5190ba1 Nov 16 07:58:05.960 INFO [stdout] Nov 16 07:58:05.960 INFO [stdout] running 7 tests Nov 16 07:58:05.961 INFO [stdout] test core::tests::apply_works_for_single_file_which_missing ... ok Nov 16 07:58:05.962 INFO [stdout] test core::tests::apply_works_for_single_file_which_exists ... ok Nov 16 07:58:05.962 INFO [stdout] test core::tests::init_saves_dir_to_init_in_config_file ... ok Nov 16 07:58:05.962 INFO [stdout] test core::tests::added_files_are_removed_correctly ... ok Nov 16 07:58:05.963 INFO [stdout] test core::tests::add_many_files_works_ok ... ok Nov 16 07:58:05.965 INFO [stdout] test core::tests::added_file_is_removed_ok ... ok Nov 16 07:58:05.965 INFO [stdout] test core::tests::add_file_works_ok ... ok Nov 16 07:58:05.966 INFO [stdout] Nov 16 07:58:05.966 INFO [stdout] test result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Nov 16 07:58:05.966 INFO [stdout] Nov 16 07:58:05.969 INFO [stderr] su: No module specific data is present Nov 16 07:58:06.381 INFO running `"docker" "inspect" "0e883ca30596716c70e7195d24b50cf7624f62b6f3ee52187edecb00df087650"` Nov 16 07:58:06.478 INFO running `"docker" "rm" "-f" "0e883ca30596716c70e7195d24b50cf7624f62b6f3ee52187edecb00df087650"` Nov 16 07:58:06.596 INFO [stdout] 0e883ca30596716c70e7195d24b50cf7624f62b6f3ee52187edecb00df087650