Oct 11 10:55:12.290 INFO testing standard_paths-0.4.6 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 10:55:12.291 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 10:55:12.292 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 10:55:12.688 INFO blam! 7b29d0ceb9cb7b0dedeb4b9d399b7d8afa305837ef1714043a5a322c67a8c702 Oct 11 10:55:12.700 INFO running `"docker" "start" "-a" "7b29d0ceb9cb7b0dedeb4b9d399b7d8afa305837ef1714043a5a322c67a8c702"` Oct 11 10:55:13.839 INFO kablam! usermod: no changes Oct 11 10:55:13.892 INFO kablam! Compiling users v0.5.3 Oct 11 10:55:15.734 INFO kablam! Compiling standard_paths v0.4.6 (/source) Oct 11 10:55:16.503 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 11 10:55:16.503 INFO kablam! --> src/linux.rs:80:43 Oct 11 10:55:16.503 INFO kablam! | Oct 11 10:55:16.503 INFO kablam! 80 | LocationType::HomeLocation => env::home_dir().ok_or(StandardPaths::home_dir_err()), Oct 11 10:55:16.503 INFO kablam! | ^^^^^^^^^^^^^ Oct 11 10:55:16.503 INFO kablam! | Oct 11 10:55:16.503 INFO kablam! = note: #[warn(deprecated)] on by default Oct 11 10:55:16.503 INFO kablam! Oct 11 10:55:16.503 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 11 10:55:16.503 INFO kablam! --> src/linux.rs:24:24 Oct 11 10:55:16.503 INFO kablam! | Oct 11 10:55:16.503 INFO kablam! 24 | _ => match env::home_dir() { Oct 11 10:55:16.503 INFO kablam! | ^^^^^^^^^^^^^ Oct 11 10:55:16.503 INFO kablam! ... Oct 11 10:55:16.503 INFO kablam! 84 | let mut path = get_var_or_home!("XDG_CACHE_HOME", ".cache"); Oct 11 10:55:16.503 INFO kablam! | -------------------------------------------- in this macro invocation Oct 11 10:55:16.503 INFO kablam! Oct 11 10:55:16.503 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 11 10:55:16.503 INFO kablam! --> src/linux.rs:24:24 Oct 11 10:55:16.503 INFO kablam! | Oct 11 10:55:16.503 INFO kablam! 24 | _ => match env::home_dir() { Oct 11 10:55:16.503 INFO kablam! | ^^^^^^^^^^^^^ Oct 11 10:55:16.503 INFO kablam! ... Oct 11 10:55:16.503 INFO kablam! 94 | let mut path = get_var_or_home!("XDG_DATA_HOME", ".local", "share"); Oct 11 10:55:16.503 INFO kablam! | ---------------------------------------------------- in this macro invocation Oct 11 10:55:16.503 INFO kablam! Oct 11 10:55:16.503 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 11 10:55:16.503 INFO kablam! --> src/linux.rs:24:24 Oct 11 10:55:16.503 INFO kablam! | Oct 11 10:55:16.503 INFO kablam! 24 | _ => match env::home_dir() { Oct 11 10:55:16.504 INFO kablam! | ^^^^^^^^^^^^^ Oct 11 10:55:16.504 INFO kablam! ... Oct 11 10:55:16.504 INFO kablam! 106 | let mut path = get_var_or_home!("XDG_CONFIG_HOME", ".config"); Oct 11 10:55:16.504 INFO kablam! | ---------------------------------------------- in this macro invocation Oct 11 10:55:16.504 INFO kablam! Oct 11 10:55:16.504 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 11 10:55:16.504 INFO kablam! --> src/linux.rs:24:24 Oct 11 10:55:16.504 INFO kablam! | Oct 11 10:55:16.504 INFO kablam! 24 | _ => match env::home_dir() { Oct 11 10:55:16.504 INFO kablam! | ^^^^^^^^^^^^^ Oct 11 10:55:16.504 INFO kablam! ... Oct 11 10:55:16.504 INFO kablam! 166 | let mut config = get_var_or_home!("XDG_CONFIG_HOME", ".config"); Oct 11 10:55:16.504 INFO kablam! | ---------------------------------------------- in this macro invocation Oct 11 10:55:16.504 INFO kablam! Oct 11 10:55:16.504 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 11 10:55:16.504 INFO kablam! --> src/linux.rs:198:46 Oct 11 10:55:16.504 INFO kablam! | Oct 11 10:55:16.504 INFO kablam! 198 | let mut path = match env::home_dir() { Oct 11 10:55:16.504 INFO kablam! | ^^^^^^^^^^^^^ Oct 11 10:55:16.504 INFO kablam! Oct 11 10:55:16.504 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 11 10:55:16.504 INFO kablam! --> src/linux.rs:218:38 Oct 11 10:55:16.504 INFO kablam! | Oct 11 10:55:16.504 INFO kablam! 218 | let mut path = match env::home_dir() { Oct 11 10:55:16.504 INFO kablam! | ^^^^^^^^^^^^^ Oct 11 10:55:16.504 INFO kablam! Oct 11 10:55:16.504 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 11 10:55:16.504 INFO kablam! --> src/linux.rs:262:50 Oct 11 10:55:16.504 INFO kablam! | Oct 11 10:55:16.504 INFO kablam! 262 | LocationType::FontsLocation => match env::home_dir() { Oct 11 10:55:16.504 INFO kablam! | ^^^^^^^^^^^^^ Oct 11 10:55:16.504 INFO kablam! Oct 11 10:55:17.259 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.39s Oct 11 10:55:17.260 INFO kablam! su: No module specific data is present Oct 11 10:55:17.737 INFO running `"docker" "rm" "-f" "7b29d0ceb9cb7b0dedeb4b9d399b7d8afa305837ef1714043a5a322c67a8c702"` Oct 11 10:55:17.960 INFO blam! 7b29d0ceb9cb7b0dedeb4b9d399b7d8afa305837ef1714043a5a322c67a8c702 Oct 11 10:55:17.961 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 10:55:17.963 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 10:55:18.333 INFO blam! a39d5585c604257fd64daf4ed435ae7091d77c7cf7eeafc641b136bde3e0c15a Oct 11 10:55:18.337 INFO running `"docker" "start" "-a" "a39d5585c604257fd64daf4ed435ae7091d77c7cf7eeafc641b136bde3e0c15a"` Oct 11 10:55:19.644 INFO kablam! usermod: no changes Oct 11 10:55:19.736 INFO kablam! Compiling standard_paths v0.4.6 (/source) Oct 11 10:55:23.238 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 11 10:55:23.238 INFO kablam! --> src/linux.rs:80:43 Oct 11 10:55:23.239 INFO kablam! | Oct 11 10:55:23.239 INFO kablam! 80 | LocationType::HomeLocation => env::home_dir().ok_or(StandardPaths::home_dir_err()), Oct 11 10:55:23.239 INFO kablam! | ^^^^^^^^^^^^^ Oct 11 10:55:23.239 INFO kablam! | Oct 11 10:55:23.240 INFO kablam! = note: #[warn(deprecated)] on by default Oct 11 10:55:23.240 INFO kablam! Oct 11 10:55:23.240 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 11 10:55:23.241 INFO kablam! --> src/linux.rs:24:24 Oct 11 10:55:23.241 INFO kablam! | Oct 11 10:55:23.241 INFO kablam! 24 | _ => match env::home_dir() { Oct 11 10:55:23.242 INFO kablam! | ^^^^^^^^^^^^^ Oct 11 10:55:23.242 INFO kablam! ... Oct 11 10:55:23.242 INFO kablam! 84 | let mut path = get_var_or_home!("XDG_CACHE_HOME", ".cache"); Oct 11 10:55:23.243 INFO kablam! | -------------------------------------------- in this macro invocation Oct 11 10:55:23.243 INFO kablam! Oct 11 10:55:23.244 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 11 10:55:23.244 INFO kablam! --> src/linux.rs:24:24 Oct 11 10:55:23.244 INFO kablam! | Oct 11 10:55:23.245 INFO kablam! 24 | _ => match env::home_dir() { Oct 11 10:55:23.245 INFO kablam! | ^^^^^^^^^^^^^ Oct 11 10:55:23.245 INFO kablam! ... Oct 11 10:55:23.245 INFO kablam! 94 | let mut path = get_var_or_home!("XDG_DATA_HOME", ".local", "share"); Oct 11 10:55:23.246 INFO kablam! | ---------------------------------------------------- in this macro invocation Oct 11 10:55:23.246 INFO kablam! Oct 11 10:55:23.246 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 11 10:55:23.246 INFO kablam! --> src/linux.rs:24:24 Oct 11 10:55:23.247 INFO kablam! | Oct 11 10:55:23.247 INFO kablam! 24 | _ => match env::home_dir() { Oct 11 10:55:23.247 INFO kablam! | ^^^^^^^^^^^^^ Oct 11 10:55:23.247 INFO kablam! ... Oct 11 10:55:23.248 INFO kablam! 106 | let mut path = get_var_or_home!("XDG_CONFIG_HOME", ".config"); Oct 11 10:55:23.248 INFO kablam! | ---------------------------------------------- in this macro invocation Oct 11 10:55:23.252 INFO kablam! Oct 11 10:55:23.252 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 11 10:55:23.253 INFO kablam! --> src/linux.rs:24:24 Oct 11 10:55:23.253 INFO kablam! | Oct 11 10:55:23.253 INFO kablam! 24 | _ => match env::home_dir() { Oct 11 10:55:23.253 INFO kablam! | ^^^^^^^^^^^^^ Oct 11 10:55:23.254 INFO kablam! ... Oct 11 10:55:23.254 INFO kablam! 166 | let mut config = get_var_or_home!("XDG_CONFIG_HOME", ".config"); Oct 11 10:55:23.254 INFO kablam! | ---------------------------------------------- in this macro invocation Oct 11 10:55:23.254 INFO kablam! Oct 11 10:55:23.255 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 11 10:55:23.255 INFO kablam! --> src/linux.rs:198:46 Oct 11 10:55:23.255 INFO kablam! | Oct 11 10:55:23.256 INFO kablam! 198 | let mut path = match env::home_dir() { Oct 11 10:55:23.256 INFO kablam! | ^^^^^^^^^^^^^ Oct 11 10:55:23.256 INFO kablam! Oct 11 10:55:23.256 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 11 10:55:23.257 INFO kablam! --> src/linux.rs:218:38 Oct 11 10:55:23.257 INFO kablam! | Oct 11 10:55:23.257 INFO kablam! 218 | let mut path = match env::home_dir() { Oct 11 10:55:23.257 INFO kablam! | ^^^^^^^^^^^^^ Oct 11 10:55:23.258 INFO kablam! Oct 11 10:55:23.258 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 11 10:55:23.258 INFO kablam! --> src/linux.rs:262:50 Oct 11 10:55:23.258 INFO kablam! | Oct 11 10:55:23.259 INFO kablam! 262 | LocationType::FontsLocation => match env::home_dir() { Oct 11 10:55:23.259 INFO kablam! | ^^^^^^^^^^^^^ Oct 11 10:55:23.259 INFO kablam! Oct 11 10:55:25.028 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 5.35s Oct 11 10:55:25.032 INFO kablam! su: No module specific data is present Oct 11 10:55:25.721 INFO running `"docker" "rm" "-f" "a39d5585c604257fd64daf4ed435ae7091d77c7cf7eeafc641b136bde3e0c15a"` Oct 11 10:55:26.093 INFO blam! a39d5585c604257fd64daf4ed435ae7091d77c7cf7eeafc641b136bde3e0c15a Oct 11 10:55:26.096 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 10:55:26.097 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 10:55:26.520 INFO blam! ce0f2f51a63013b68c443d1fa58de27c7f598c1bcdac63edc3bb834ff26e6e9f Oct 11 10:55:26.522 INFO running `"docker" "start" "-a" "ce0f2f51a63013b68c443d1fa58de27c7f598c1bcdac63edc3bb834ff26e6e9f"` Oct 11 10:55:27.765 INFO kablam! usermod: no changes Oct 11 10:55:27.840 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.04s Oct 11 10:55:27.841 INFO blam! Oct 11 10:55:27.841 INFO kablam! Running /target/debug/deps/standard_paths-f41f76d802c7b6ae Oct 11 10:55:27.841 INFO blam! running 0 tests Oct 11 10:55:27.842 INFO kablam! Doc-tests standard_paths Oct 11 10:55:27.842 INFO blam! Oct 11 10:55:27.842 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 10:55:27.843 INFO blam! Oct 11 10:55:29.415 INFO blam! Oct 11 10:55:29.415 INFO blam! running 1 test Oct 11 10:55:31.268 INFO blam! test src/lib.rs - (line 10) ... ok Oct 11 10:55:31.268 INFO blam! Oct 11 10:55:31.268 INFO blam! test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 10:55:31.268 INFO blam! Oct 11 10:55:31.272 INFO kablam! su: No module specific data is present Oct 11 10:55:31.793 INFO running `"docker" "rm" "-f" "ce0f2f51a63013b68c443d1fa58de27c7f598c1bcdac63edc3bb834ff26e6e9f"` Oct 11 10:55:32.038 INFO blam! ce0f2f51a63013b68c443d1fa58de27c7f598c1bcdac63edc3bb834ff26e6e9f