Nov 18 00:01:39.687 INFO testing s_app_dir-0.0.0 against master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c for pr-55982 Nov 18 00:01:39.687 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-6/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-6/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 18 00:01:40.143 INFO [stdout] 48011db24813a557f1936d2cc56168a0c574f786e16343975225982da6c83b1d Nov 18 00:01:40.145 INFO running `"docker" "start" "-a" "48011db24813a557f1936d2cc56168a0c574f786e16343975225982da6c83b1d"` Nov 18 00:01:41.051 INFO [stderr] usermod: no changes Nov 18 00:01:41.087 INFO [stderr] Compiling s_app_dir v0.0.0 (/source) Nov 18 00:01:41.491 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 18 00:01:41.492 INFO [stderr] --> src/lib.rs:84:17 Nov 18 00:01:41.492 INFO [stderr] | Nov 18 00:01:41.492 INFO [stderr] 84 | .or(env::home_dir().map(|p| p.join(fallback))) Nov 18 00:01:41.493 INFO [stderr] | ^^^^^^^^^^^^^ Nov 18 00:01:41.493 INFO [stderr] | Nov 18 00:01:41.493 INFO [stderr] = note: #[warn(deprecated)] on by default Nov 18 00:01:41.493 INFO [stderr] Nov 18 00:01:41.494 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 18 00:01:41.494 INFO [stderr] --> src/lib.rs:107:9 Nov 18 00:01:41.494 INFO [stderr] | Nov 18 00:01:41.495 INFO [stderr] 107 | env::home_dir().map(|p| p.join(".".to_string() + &self.app_name)) Nov 18 00:01:41.495 INFO [stderr] | ^^^^^^^^^^^^^ Nov 18 00:01:41.495 INFO [stderr] Nov 18 00:01:41.780 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.71s Nov 18 00:01:41.782 INFO [stderr] su: No module specific data is present Nov 18 00:01:42.295 INFO running `"docker" "inspect" "48011db24813a557f1936d2cc56168a0c574f786e16343975225982da6c83b1d"` Nov 18 00:01:42.489 INFO running `"docker" "rm" "-f" "48011db24813a557f1936d2cc56168a0c574f786e16343975225982da6c83b1d"` Nov 18 00:01:42.654 INFO [stdout] 48011db24813a557f1936d2cc56168a0c574f786e16343975225982da6c83b1d Nov 18 00:01:42.657 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-6/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-6/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 18 00:01:42.883 INFO [stdout] f6428e1138b4f538e2dc28617250403ce01ecbc5ab10506446fa16c9acf19746 Nov 18 00:01:42.889 INFO running `"docker" "start" "-a" "f6428e1138b4f538e2dc28617250403ce01ecbc5ab10506446fa16c9acf19746"` Nov 18 00:01:43.390 INFO [stderr] usermod: no changes Nov 18 00:01:43.425 INFO [stderr] Compiling s_app_dir v0.0.0 (/source) Nov 18 00:01:43.849 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 18 00:01:43.849 INFO [stderr] --> src/lib.rs:146:22 Nov 18 00:01:43.849 INFO [stderr] | Nov 18 00:01:43.849 INFO [stderr] 146 | let expect = env::home_dir().map(|p| p.join(".local/share").join(APP_NAME)); Nov 18 00:01:43.849 INFO [stderr] | ^^^^^^^^^^^^^ Nov 18 00:01:43.849 INFO [stderr] | Nov 18 00:01:43.849 INFO [stderr] = note: #[warn(deprecated)] on by default Nov 18 00:01:43.849 INFO [stderr] Nov 18 00:01:43.849 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 18 00:01:43.849 INFO [stderr] --> src/lib.rs:178:22 Nov 18 00:01:43.849 INFO [stderr] | Nov 18 00:01:43.849 INFO [stderr] 178 | let expect = env::home_dir().map(|p| p.join(".config").join(APP_NAME)); Nov 18 00:01:43.849 INFO [stderr] | ^^^^^^^^^^^^^ Nov 18 00:01:43.849 INFO [stderr] Nov 18 00:01:43.850 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 18 00:01:43.850 INFO [stderr] --> src/lib.rs:209:22 Nov 18 00:01:43.850 INFO [stderr] | Nov 18 00:01:43.850 INFO [stderr] 209 | let expect = env::home_dir().map(|p| p.join(".cache").join(APP_NAME)); Nov 18 00:01:43.850 INFO [stderr] | ^^^^^^^^^^^^^ Nov 18 00:01:43.850 INFO [stderr] Nov 18 00:01:43.850 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 18 00:01:43.850 INFO [stderr] --> src/lib.rs:240:22 Nov 18 00:01:43.850 INFO [stderr] | Nov 18 00:01:43.850 INFO [stderr] 240 | let expect = env::home_dir().map(|p| p.join(".".to_string() + APP_NAME)); Nov 18 00:01:43.850 INFO [stderr] | ^^^^^^^^^^^^^ Nov 18 00:01:43.850 INFO [stderr] Nov 18 00:01:43.850 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 18 00:01:43.850 INFO [stderr] --> src/lib.rs:84:17 Nov 18 00:01:43.850 INFO [stderr] | Nov 18 00:01:43.850 INFO [stderr] 84 | .or(env::home_dir().map(|p| p.join(fallback))) Nov 18 00:01:43.850 INFO [stderr] | ^^^^^^^^^^^^^ Nov 18 00:01:43.850 INFO [stderr] Nov 18 00:01:43.850 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 18 00:01:43.850 INFO [stderr] --> src/lib.rs:107:9 Nov 18 00:01:43.850 INFO [stderr] | Nov 18 00:01:43.850 INFO [stderr] 107 | env::home_dir().map(|p| p.join(".".to_string() + &self.app_name)) Nov 18 00:01:43.850 INFO [stderr] | ^^^^^^^^^^^^^ Nov 18 00:01:43.850 INFO [stderr] Nov 18 00:01:44.381 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.94s Nov 18 00:01:44.381 INFO [stderr] su: No module specific data is present Nov 18 00:01:44.654 INFO running `"docker" "inspect" "f6428e1138b4f538e2dc28617250403ce01ecbc5ab10506446fa16c9acf19746"` Nov 18 00:01:44.731 INFO running `"docker" "rm" "-f" "f6428e1138b4f538e2dc28617250403ce01ecbc5ab10506446fa16c9acf19746"` Nov 18 00:01:44.839 INFO [stdout] f6428e1138b4f538e2dc28617250403ce01ecbc5ab10506446fa16c9acf19746 Nov 18 00:01:44.845 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-6/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-6/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 18 00:01:45.151 INFO [stdout] c6118a78d72e9b860199f3242c227162fb167a8b6dd1e81de66a18800cc97dd1 Nov 18 00:01:45.156 INFO running `"docker" "start" "-a" "c6118a78d72e9b860199f3242c227162fb167a8b6dd1e81de66a18800cc97dd1"` Nov 18 00:01:45.866 INFO [stderr] usermod: no changes Nov 18 00:01:45.935 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.03s Nov 18 00:01:45.943 INFO [stderr] Running /target/debug/deps/s_app_dir-bf3dcd6d290c3701 Nov 18 00:01:45.950 INFO [stdout] Nov 18 00:01:45.950 INFO [stdout] running 8 tests Nov 18 00:01:45.950 INFO [stdout] test tests::default_config_home ... ok Nov 18 00:01:45.950 INFO [stdout] test tests::default_data_home ... ok Nov 18 00:01:45.950 INFO [stdout] test tests::env_cache_home ... ok Nov 18 00:01:45.950 INFO [stdout] test tests::user_data_dir ... ok Nov 18 00:01:45.950 INFO [stdout] test tests::temp_dir ... ok Nov 18 00:01:45.950 INFO [stdout] test tests::default_cache_home ... ok Nov 18 00:01:45.950 INFO [stdout] test tests::env_data_home ... ok Nov 18 00:01:45.950 INFO [stdout] test tests::env_config_home ... ok Nov 18 00:01:45.950 INFO [stdout] Nov 18 00:01:45.950 INFO [stdout] test result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Nov 18 00:01:45.950 INFO [stdout] Nov 18 00:01:45.952 INFO [stderr] Doc-tests s_app_dir Nov 18 00:01:46.643 INFO [stdout] Nov 18 00:01:46.643 INFO [stdout] running 1 test Nov 18 00:01:47.554 INFO [stdout] test src/lib.rs - (line 39) ... ok Nov 18 00:01:47.554 INFO [stdout] Nov 18 00:01:47.554 INFO [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Nov 18 00:01:47.554 INFO [stdout] Nov 18 00:01:47.567 INFO [stderr] su: No module specific data is present Nov 18 00:01:48.181 INFO running `"docker" "inspect" "c6118a78d72e9b860199f3242c227162fb167a8b6dd1e81de66a18800cc97dd1"` Nov 18 00:01:48.424 INFO running `"docker" "rm" "-f" "c6118a78d72e9b860199f3242c227162fb167a8b6dd1e81de66a18800cc97dd1"` Nov 18 00:01:48.687 INFO [stdout] c6118a78d72e9b860199f3242c227162fb167a8b6dd1e81de66a18800cc97dd1