Oct 15 17:48:36.854 INFO testing standard_paths-0.4.6 against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 17:48:36.856 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 17:48:37.247 INFO blam! c2916e3c35c4f4dbed719dc8f4ff2a27087ef2a4b90feb563b4171db475bd96f Oct 15 17:48:37.259 INFO running `"docker" "start" "-a" "c2916e3c35c4f4dbed719dc8f4ff2a27087ef2a4b90feb563b4171db475bd96f"` Oct 15 17:48:38.328 INFO kablam! usermod: no changes Oct 15 17:48:38.398 INFO kablam! Compiling users v0.5.3 Oct 15 17:48:40.675 INFO kablam! Compiling standard_paths v0.4.6 (/source) Oct 15 17:48:41.203 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 17:48:41.203 INFO kablam! --> src/linux.rs:80:43 Oct 15 17:48:41.203 INFO kablam! | Oct 15 17:48:41.203 INFO kablam! 80 | LocationType::HomeLocation => env::home_dir().ok_or(StandardPaths::home_dir_err()), Oct 15 17:48:41.203 INFO kablam! | ^^^^^^^^^^^^^ Oct 15 17:48:41.203 INFO kablam! | Oct 15 17:48:41.203 INFO kablam! = note: #[warn(deprecated)] on by default Oct 15 17:48:41.203 INFO kablam! Oct 15 17:48:41.203 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 17:48:41.203 INFO kablam! --> src/linux.rs:24:24 Oct 15 17:48:41.203 INFO kablam! | Oct 15 17:48:41.203 INFO kablam! 24 | _ => match env::home_dir() { Oct 15 17:48:41.203 INFO kablam! | ^^^^^^^^^^^^^ Oct 15 17:48:41.203 INFO kablam! ... Oct 15 17:48:41.203 INFO kablam! 84 | let mut path = get_var_or_home!("XDG_CACHE_HOME", ".cache"); Oct 15 17:48:41.203 INFO kablam! | -------------------------------------------- in this macro invocation Oct 15 17:48:41.203 INFO kablam! Oct 15 17:48:41.203 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 17:48:41.203 INFO kablam! --> src/linux.rs:24:24 Oct 15 17:48:41.203 INFO kablam! | Oct 15 17:48:41.203 INFO kablam! 24 | _ => match env::home_dir() { Oct 15 17:48:41.203 INFO kablam! | ^^^^^^^^^^^^^ Oct 15 17:48:41.203 INFO kablam! ... Oct 15 17:48:41.203 INFO kablam! 94 | let mut path = get_var_or_home!("XDG_DATA_HOME", ".local", "share"); Oct 15 17:48:41.203 INFO kablam! | ---------------------------------------------------- in this macro invocation Oct 15 17:48:41.203 INFO kablam! Oct 15 17:48:41.203 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 17:48:41.203 INFO kablam! --> src/linux.rs:24:24 Oct 15 17:48:41.203 INFO kablam! | Oct 15 17:48:41.203 INFO kablam! 24 | _ => match env::home_dir() { Oct 15 17:48:41.203 INFO kablam! | ^^^^^^^^^^^^^ Oct 15 17:48:41.203 INFO kablam! ... Oct 15 17:48:41.203 INFO kablam! 106 | let mut path = get_var_or_home!("XDG_CONFIG_HOME", ".config"); Oct 15 17:48:41.203 INFO kablam! | ---------------------------------------------- in this macro invocation Oct 15 17:48:41.203 INFO kablam! Oct 15 17:48:41.203 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 17:48:41.203 INFO kablam! --> src/linux.rs:24:24 Oct 15 17:48:41.203 INFO kablam! | Oct 15 17:48:41.203 INFO kablam! 24 | _ => match env::home_dir() { Oct 15 17:48:41.203 INFO kablam! | ^^^^^^^^^^^^^ Oct 15 17:48:41.203 INFO kablam! ... Oct 15 17:48:41.203 INFO kablam! 166 | let mut config = get_var_or_home!("XDG_CONFIG_HOME", ".config"); Oct 15 17:48:41.203 INFO kablam! | ---------------------------------------------- in this macro invocation Oct 15 17:48:41.203 INFO kablam! Oct 15 17:48:41.203 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 17:48:41.203 INFO kablam! --> src/linux.rs:198:46 Oct 15 17:48:41.203 INFO kablam! | Oct 15 17:48:41.203 INFO kablam! 198 | let mut path = match env::home_dir() { Oct 15 17:48:41.203 INFO kablam! | ^^^^^^^^^^^^^ Oct 15 17:48:41.203 INFO kablam! Oct 15 17:48:41.203 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 17:48:41.203 INFO kablam! --> src/linux.rs:218:38 Oct 15 17:48:41.203 INFO kablam! | Oct 15 17:48:41.203 INFO kablam! 218 | let mut path = match env::home_dir() { Oct 15 17:48:41.203 INFO kablam! | ^^^^^^^^^^^^^ Oct 15 17:48:41.203 INFO kablam! Oct 15 17:48:41.203 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 17:48:41.203 INFO kablam! --> src/linux.rs:262:50 Oct 15 17:48:41.203 INFO kablam! | Oct 15 17:48:41.203 INFO kablam! 262 | LocationType::FontsLocation => match env::home_dir() { Oct 15 17:48:41.203 INFO kablam! | ^^^^^^^^^^^^^ Oct 15 17:48:41.203 INFO kablam! Oct 15 17:48:42.131 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.77s Oct 15 17:48:42.131 INFO kablam! su: No module specific data is present Oct 15 17:48:42.751 INFO running `"docker" "rm" "-f" "c2916e3c35c4f4dbed719dc8f4ff2a27087ef2a4b90feb563b4171db475bd96f"` Oct 15 17:48:43.015 INFO blam! c2916e3c35c4f4dbed719dc8f4ff2a27087ef2a4b90feb563b4171db475bd96f Oct 15 17:48:43.021 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 17:48:43.501 INFO blam! 5229db3f420e0ce36558e92dd90fad6324bb6030d97e9a8772934f1a461fefda Oct 15 17:48:43.504 INFO running `"docker" "start" "-a" "5229db3f420e0ce36558e92dd90fad6324bb6030d97e9a8772934f1a461fefda"` Oct 15 17:48:44.580 INFO kablam! usermod: no changes Oct 15 17:48:44.679 INFO kablam! Compiling standard_paths v0.4.6 (/source) Oct 15 17:48:46.459 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 17:48:46.459 INFO kablam! --> src/linux.rs:80:43 Oct 15 17:48:46.459 INFO kablam! | Oct 15 17:48:46.459 INFO kablam! 80 | LocationType::HomeLocation => env::home_dir().ok_or(StandardPaths::home_dir_err()), Oct 15 17:48:46.459 INFO kablam! | ^^^^^^^^^^^^^ Oct 15 17:48:46.459 INFO kablam! | Oct 15 17:48:46.459 INFO kablam! = note: #[warn(deprecated)] on by default Oct 15 17:48:46.459 INFO kablam! Oct 15 17:48:46.459 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 17:48:46.459 INFO kablam! --> src/linux.rs:24:24 Oct 15 17:48:46.459 INFO kablam! | Oct 15 17:48:46.459 INFO kablam! 24 | _ => match env::home_dir() { Oct 15 17:48:46.459 INFO kablam! | ^^^^^^^^^^^^^ Oct 15 17:48:46.459 INFO kablam! ... Oct 15 17:48:46.459 INFO kablam! 84 | let mut path = get_var_or_home!("XDG_CACHE_HOME", ".cache"); Oct 15 17:48:46.459 INFO kablam! | -------------------------------------------- in this macro invocation Oct 15 17:48:46.459 INFO kablam! Oct 15 17:48:46.459 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 17:48:46.459 INFO kablam! --> src/linux.rs:24:24 Oct 15 17:48:46.459 INFO kablam! | Oct 15 17:48:46.459 INFO kablam! 24 | _ => match env::home_dir() { Oct 15 17:48:46.459 INFO kablam! | ^^^^^^^^^^^^^ Oct 15 17:48:46.459 INFO kablam! ... Oct 15 17:48:46.459 INFO kablam! 94 | let mut path = get_var_or_home!("XDG_DATA_HOME", ".local", "share"); Oct 15 17:48:46.459 INFO kablam! | ---------------------------------------------------- in this macro invocation Oct 15 17:48:46.459 INFO kablam! Oct 15 17:48:46.459 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 17:48:46.459 INFO kablam! --> src/linux.rs:24:24 Oct 15 17:48:46.459 INFO kablam! | Oct 15 17:48:46.459 INFO kablam! 24 | _ => match env::home_dir() { Oct 15 17:48:46.459 INFO kablam! | ^^^^^^^^^^^^^ Oct 15 17:48:46.459 INFO kablam! ... Oct 15 17:48:46.459 INFO kablam! 106 | let mut path = get_var_or_home!("XDG_CONFIG_HOME", ".config"); Oct 15 17:48:46.459 INFO kablam! | ---------------------------------------------- in this macro invocation Oct 15 17:48:46.459 INFO kablam! Oct 15 17:48:46.459 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 17:48:46.459 INFO kablam! --> src/linux.rs:24:24 Oct 15 17:48:46.459 INFO kablam! | Oct 15 17:48:46.459 INFO kablam! 24 | _ => match env::home_dir() { Oct 15 17:48:46.459 INFO kablam! | ^^^^^^^^^^^^^ Oct 15 17:48:46.459 INFO kablam! ... Oct 15 17:48:46.459 INFO kablam! 166 | let mut config = get_var_or_home!("XDG_CONFIG_HOME", ".config"); Oct 15 17:48:46.459 INFO kablam! | ---------------------------------------------- in this macro invocation Oct 15 17:48:46.460 INFO kablam! Oct 15 17:48:46.460 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 17:48:46.460 INFO kablam! --> src/linux.rs:198:46 Oct 15 17:48:46.460 INFO kablam! | Oct 15 17:48:46.460 INFO kablam! 198 | let mut path = match env::home_dir() { Oct 15 17:48:46.460 INFO kablam! | ^^^^^^^^^^^^^ Oct 15 17:48:46.460 INFO kablam! Oct 15 17:48:46.460 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 17:48:46.460 INFO kablam! --> src/linux.rs:218:38 Oct 15 17:48:46.460 INFO kablam! | Oct 15 17:48:46.460 INFO kablam! 218 | let mut path = match env::home_dir() { Oct 15 17:48:46.460 INFO kablam! | ^^^^^^^^^^^^^ Oct 15 17:48:46.460 INFO kablam! Oct 15 17:48:46.460 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 17:48:46.460 INFO kablam! --> src/linux.rs:262:50 Oct 15 17:48:46.460 INFO kablam! | Oct 15 17:48:46.460 INFO kablam! 262 | LocationType::FontsLocation => match env::home_dir() { Oct 15 17:48:46.460 INFO kablam! | ^^^^^^^^^^^^^ Oct 15 17:48:46.460 INFO kablam! Oct 15 17:48:49.704 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 5.10s Oct 15 17:48:49.708 INFO kablam! su: No module specific data is present Oct 15 17:48:50.395 INFO running `"docker" "rm" "-f" "5229db3f420e0ce36558e92dd90fad6324bb6030d97e9a8772934f1a461fefda"` Oct 15 17:48:50.687 INFO blam! 5229db3f420e0ce36558e92dd90fad6324bb6030d97e9a8772934f1a461fefda Oct 15 17:48:50.690 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 17:48:51.350 INFO blam! 3c36704c8cb7f02787d2198525206c9195e20b6e7e5d7a06e68188f824161961 Oct 15 17:48:51.355 INFO running `"docker" "start" "-a" "3c36704c8cb7f02787d2198525206c9195e20b6e7e5d7a06e68188f824161961"` Oct 15 17:48:52.758 INFO kablam! usermod: no changes Oct 15 17:48:52.811 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.02s Oct 15 17:48:52.823 INFO kablam! Running /target/debug/deps/standard_paths-9303b808f8b97bb3 Oct 15 17:48:52.832 INFO blam! Oct 15 17:48:52.832 INFO blam! running 0 tests Oct 15 17:48:52.832 INFO blam! Oct 15 17:48:52.832 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 17:48:52.832 INFO blam! Oct 15 17:48:52.835 INFO kablam! Doc-tests standard_paths Oct 15 17:48:53.651 INFO blam! Oct 15 17:48:53.651 INFO blam! running 1 test Oct 15 17:48:55.050 INFO blam! test src/lib.rs - (line 10) ... ok Oct 15 17:48:55.050 INFO blam! Oct 15 17:48:55.050 INFO blam! test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 17:48:55.050 INFO blam! Oct 15 17:48:55.068 INFO kablam! su: No module specific data is present Oct 15 17:48:55.693 INFO running `"docker" "rm" "-f" "3c36704c8cb7f02787d2198525206c9195e20b6e7e5d7a06e68188f824161961"` Oct 15 17:48:56.011 INFO blam! 3c36704c8cb7f02787d2198525206c9195e20b6e7e5d7a06e68188f824161961