Oct 15 20:01:41.171 INFO testing s_app_dir-0.0.0 against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 20:01:41.172 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 15 20:01:41.649 INFO blam! 57a1ed56d33a02c03aa44464f668a1921e9d251935ac580a743d1d904e8417b7 Oct 15 20:01:41.659 INFO running `"docker" "start" "-a" "57a1ed56d33a02c03aa44464f668a1921e9d251935ac580a743d1d904e8417b7"` Oct 15 20:01:42.675 INFO kablam! usermod: no changes Oct 15 20:01:42.727 INFO kablam! Compiling s_app_dir v0.0.0 (/source) Oct 15 20:01:43.247 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 15 20:01:43.247 INFO kablam! --> src/lib.rs:84:17 Oct 15 20:01:43.247 INFO kablam! | Oct 15 20:01:43.247 INFO kablam! 84 | .or(env::home_dir().map(|p| p.join(fallback))) Oct 15 20:01:43.247 INFO kablam! | ^^^^^^^^^^^^^ Oct 15 20:01:43.247 INFO kablam! | Oct 15 20:01:43.247 INFO kablam! = note: #[warn(deprecated)] on by default Oct 15 20:01:43.247 INFO kablam! Oct 15 20:01:43.247 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 15 20:01:43.247 INFO kablam! --> src/lib.rs:107:9 Oct 15 20:01:43.247 INFO kablam! | Oct 15 20:01:43.247 INFO kablam! 107 | env::home_dir().map(|p| p.join(".".to_string() + &self.app_name)) Oct 15 20:01:43.247 INFO kablam! | ^^^^^^^^^^^^^ Oct 15 20:01:43.247 INFO kablam! Oct 15 20:01:43.483 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.77s Oct 15 20:01:43.485 INFO kablam! su: No module specific data is present Oct 15 20:01:44.039 INFO running `"docker" "rm" "-f" "57a1ed56d33a02c03aa44464f668a1921e9d251935ac580a743d1d904e8417b7"` Oct 15 20:01:44.279 INFO blam! 57a1ed56d33a02c03aa44464f668a1921e9d251935ac580a743d1d904e8417b7 Oct 15 20:01:44.281 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 15 20:01:44.632 INFO blam! dac5f2681cbea68921bfa2db5729d3ec4d678ca39945ef1680b5778c8633cbe7 Oct 15 20:01:44.637 INFO running `"docker" "start" "-a" "dac5f2681cbea68921bfa2db5729d3ec4d678ca39945ef1680b5778c8633cbe7"` Oct 15 20:01:46.350 INFO kablam! usermod: no changes Oct 15 20:01:46.395 INFO kablam! Compiling s_app_dir v0.0.0 (/source) Oct 15 20:01:47.187 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 15 20:01:47.187 INFO kablam! --> src/lib.rs:146:22 Oct 15 20:01:47.187 INFO kablam! | Oct 15 20:01:47.187 INFO kablam! 146 | let expect = env::home_dir().map(|p| p.join(".local/share").join(APP_NAME)); Oct 15 20:01:47.187 INFO kablam! | ^^^^^^^^^^^^^ Oct 15 20:01:47.187 INFO kablam! | Oct 15 20:01:47.187 INFO kablam! = note: #[warn(deprecated)] on by default Oct 15 20:01:47.187 INFO kablam! Oct 15 20:01:47.187 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 15 20:01:47.187 INFO kablam! --> src/lib.rs:178:22 Oct 15 20:01:47.187 INFO kablam! | Oct 15 20:01:47.187 INFO kablam! 178 | let expect = env::home_dir().map(|p| p.join(".config").join(APP_NAME)); Oct 15 20:01:47.187 INFO kablam! | ^^^^^^^^^^^^^ Oct 15 20:01:47.187 INFO kablam! Oct 15 20:01:47.187 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 15 20:01:47.187 INFO kablam! --> src/lib.rs:209:22 Oct 15 20:01:47.187 INFO kablam! | Oct 15 20:01:47.187 INFO kablam! 209 | let expect = env::home_dir().map(|p| p.join(".cache").join(APP_NAME)); Oct 15 20:01:47.187 INFO kablam! | ^^^^^^^^^^^^^ Oct 15 20:01:47.187 INFO kablam! Oct 15 20:01:47.187 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 15 20:01:47.187 INFO kablam! --> src/lib.rs:240:22 Oct 15 20:01:47.187 INFO kablam! | Oct 15 20:01:47.187 INFO kablam! 240 | let expect = env::home_dir().map(|p| p.join(".".to_string() + APP_NAME)); Oct 15 20:01:47.187 INFO kablam! | ^^^^^^^^^^^^^ Oct 15 20:01:47.187 INFO kablam! Oct 15 20:01:47.187 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 15 20:01:47.187 INFO kablam! --> src/lib.rs:84:17 Oct 15 20:01:47.187 INFO kablam! | Oct 15 20:01:47.187 INFO kablam! 84 | .or(env::home_dir().map(|p| p.join(fallback))) Oct 15 20:01:47.187 INFO kablam! | ^^^^^^^^^^^^^ Oct 15 20:01:47.187 INFO kablam! Oct 15 20:01:47.187 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 15 20:01:47.187 INFO kablam! --> src/lib.rs:107:9 Oct 15 20:01:47.187 INFO kablam! | Oct 15 20:01:47.187 INFO kablam! 107 | env::home_dir().map(|p| p.join(".".to_string() + &self.app_name)) Oct 15 20:01:47.187 INFO kablam! | ^^^^^^^^^^^^^ Oct 15 20:01:47.187 INFO kablam! Oct 15 20:01:48.148 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.78s Oct 15 20:01:48.150 INFO kablam! su: No module specific data is present Oct 15 20:01:49.196 INFO running `"docker" "rm" "-f" "dac5f2681cbea68921bfa2db5729d3ec4d678ca39945ef1680b5778c8633cbe7"` Oct 15 20:01:49.447 INFO blam! dac5f2681cbea68921bfa2db5729d3ec4d678ca39945ef1680b5778c8633cbe7 Oct 15 20:01:49.455 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 15 20:01:49.876 INFO blam! a3ad19698bd87ae6d5abdfdb56a179ca9c60efcb2772d1ffab991a0dcdb6270d Oct 15 20:01:49.879 INFO running `"docker" "start" "-a" "a3ad19698bd87ae6d5abdfdb56a179ca9c60efcb2772d1ffab991a0dcdb6270d"` Oct 15 20:01:50.731 INFO kablam! usermod: no changes Oct 15 20:01:50.781 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.02s Oct 15 20:01:50.789 INFO kablam! Running /target/debug/deps/s_app_dir-8646bf8e589efc29 Oct 15 20:01:50.796 INFO blam! Oct 15 20:01:50.796 INFO blam! running 8 tests Oct 15 20:01:50.797 INFO blam! test tests::env_config_home ... ok Oct 15 20:01:50.797 INFO blam! test tests::default_data_home ... ok Oct 15 20:01:50.797 INFO blam! test tests::user_data_dir ... ok Oct 15 20:01:50.797 INFO blam! test tests::temp_dir ... ok Oct 15 20:01:50.800 INFO blam! test tests::env_cache_home ... ok Oct 15 20:01:50.800 INFO kablam! Doc-tests s_app_dir Oct 15 20:01:50.800 INFO blam! test tests::default_config_home ... ok Oct 15 20:01:50.801 INFO blam! test tests::env_data_home ... ok Oct 15 20:01:50.801 INFO blam! test tests::default_cache_home ... ok Oct 15 20:01:50.801 INFO blam! Oct 15 20:01:50.802 INFO blam! test result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 20:01:50.802 INFO blam! Oct 15 20:01:51.679 INFO blam! Oct 15 20:01:51.679 INFO blam! running 1 test Oct 15 20:01:52.942 INFO blam! test src/lib.rs - (line 39) ... ok Oct 15 20:01:52.942 INFO blam! Oct 15 20:01:52.942 INFO blam! test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 20:01:52.942 INFO blam! Oct 15 20:01:52.948 INFO kablam! su: No module specific data is present Oct 15 20:01:53.412 INFO running `"docker" "rm" "-f" "a3ad19698bd87ae6d5abdfdb56a179ca9c60efcb2772d1ffab991a0dcdb6270d"` Oct 15 20:01:53.639 INFO blam! a3ad19698bd87ae6d5abdfdb56a179ca9c60efcb2772d1ffab991a0dcdb6270d