Nov 17 05:03:40.019 INFO testing deg4uss3r/postio against try#2e026d6e5d7621634147ad4c8074f1d964dbb1be for pr-55982 Nov 17 05:03:40.019 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-1/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-1/pr-55982/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/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 +2e026d6e5d7621634147ad4c8074f1d964dbb1be-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 17 05:03:40.338 INFO [stdout] a04d6141d5645bd7cc106d9f508165138a41726fb82d92acd356903092c96634 Nov 17 05:03:40.340 INFO running `"docker" "start" "-a" "a04d6141d5645bd7cc106d9f508165138a41726fb82d92acd356903092c96634"` Nov 17 05:03:41.137 INFO [stderr] usermod: no changes Nov 17 05:03:41.323 INFO [stderr] Compiling odds v0.2.25 Nov 17 05:03:41.323 INFO [stderr] Compiling rustc-demangle v0.1.4 Nov 17 05:03:41.323 INFO [stderr] Compiling constant_time_eq v0.1.2 Nov 17 05:03:41.333 INFO [stderr] Compiling openssl v0.9.15 Nov 17 05:03:41.333 INFO [stderr] Compiling serde v1.0.11 Nov 17 05:03:41.343 INFO [stderr] Compiling shellexpand v1.0.0 Nov 17 05:03:41.343 INFO [stderr] Compiling openssl-sys v0.9.15 Nov 17 05:03:41.343 INFO [stderr] Compiling backtrace-sys v0.1.12 Nov 17 05:03:43.655 INFO [stderr] Compiling libz-sys v1.0.16 Nov 17 05:03:43.660 INFO [stderr] Compiling curl-sys v0.3.14 Nov 17 05:03:43.679 INFO [stderr] Compiling atty v0.2.3 Nov 17 05:03:43.679 INFO [stderr] Compiling rand v0.3.17 Nov 17 05:03:44.606 INFO [stderr] Compiling socket2 v0.2.1 Nov 17 05:03:45.848 INFO [stderr] Compiling clap v2.27.1 Nov 17 05:03:45.895 INFO [stderr] Compiling nodrop v0.1.9 Nov 17 05:03:46.671 INFO [stderr] Compiling serde_derive v1.0.11 Nov 17 05:03:49.507 INFO [stderr] Compiling chrono v0.4.0 Nov 17 05:03:49.788 INFO [stderr] Compiling generic-array v0.8.3 Nov 17 05:03:53.361 INFO [stderr] Compiling block-buffer v0.2.0 Nov 17 05:03:56.983 INFO [stderr] Compiling digest v0.6.2 Nov 17 05:03:57.007 INFO [stderr] Compiling crypto-mac v0.4.0 Nov 17 05:03:58.135 INFO [stderr] Compiling sha2 v0.6.0 Nov 17 05:03:58.231 INFO [stderr] Compiling hmac v0.4.2 Nov 17 05:04:02.284 INFO [stderr] Compiling curl v0.4.8 Nov 17 05:04:25.925 INFO [stderr] Compiling backtrace v0.3.2 Nov 17 05:04:26.659 INFO [stderr] Compiling serde-xml-rs v0.2.1 Nov 17 05:04:26.659 INFO [stderr] Compiling toml v0.4.5 Nov 17 05:04:28.405 INFO [stderr] Compiling error-chain v0.10.0 Nov 17 05:04:29.711 INFO [stderr] Compiling rust-s3 v0.8.0 Nov 17 05:04:43.607 INFO [stderr] Compiling postio v0.3.0 (/source) Nov 17 05:04:44.303 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 17 05:04:44.303 INFO [stderr] --> src/main.rs:11:5 Nov 17 05:04:44.303 INFO [stderr] | Nov 17 05:04:44.303 INFO [stderr] 11 | use std::env::home_dir; Nov 17 05:04:44.303 INFO [stderr] | ^^^^^^^^^^^^^^^^^^ Nov 17 05:04:44.303 INFO [stderr] | Nov 17 05:04:44.304 INFO [stderr] = note: #[warn(deprecated)] on by default Nov 17 05:04:44.304 INFO [stderr] Nov 17 05:04:44.304 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 17 05:04:44.304 INFO [stderr] --> src/postio.rs:9:16 Nov 17 05:04:44.304 INFO [stderr] | Nov 17 05:04:44.304 INFO [stderr] 9 | use std::env::{home_dir, var}; Nov 17 05:04:44.304 INFO [stderr] | ^^^^^^^^ Nov 17 05:04:44.304 INFO [stderr] Nov 17 05:04:44.304 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 17 05:04:44.304 INFO [stderr] --> src/postio.rs:86:20 Nov 17 05:04:44.304 INFO [stderr] | Nov 17 05:04:44.304 INFO [stderr] 86 | let home_dir = home_dir().unwrap(); Nov 17 05:04:44.304 INFO [stderr] | ^^^^^^^^ Nov 17 05:04:44.304 INFO [stderr] Nov 17 05:04:44.309 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 17 05:04:44.309 INFO [stderr] --> src/main.rs:103:35 Nov 17 05:04:44.309 INFO [stderr] | Nov 17 05:04:44.309 INFO [stderr] 103 | let home_directory_path = home_dir().unwrap(); Nov 17 05:04:44.309 INFO [stderr] | ^^^^^^^^ Nov 17 05:04:44.309 INFO [stderr] Nov 17 05:04:48.440 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 07s Nov 17 05:04:48.451 INFO [stderr] su: No module specific data is present Nov 17 05:04:49.305 INFO running `"docker" "inspect" "a04d6141d5645bd7cc106d9f508165138a41726fb82d92acd356903092c96634"` Nov 17 05:04:49.583 INFO running `"docker" "rm" "-f" "a04d6141d5645bd7cc106d9f508165138a41726fb82d92acd356903092c96634"` Nov 17 05:04:49.911 INFO [stdout] a04d6141d5645bd7cc106d9f508165138a41726fb82d92acd356903092c96634 Nov 17 05:04:49.921 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-1/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-1/pr-55982/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/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 +2e026d6e5d7621634147ad4c8074f1d964dbb1be-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 17 05:04:50.471 INFO [stdout] 5a59586603eaa2aa18397ee1f5b7045f24ee6c293d434459b737e68a5ca3a3fc Nov 17 05:04:50.473 INFO running `"docker" "start" "-a" "5a59586603eaa2aa18397ee1f5b7045f24ee6c293d434459b737e68a5ca3a3fc"` Nov 17 05:04:51.479 INFO [stderr] usermod: no changes Nov 17 05:04:51.739 INFO [stderr] Compiling postio v0.3.0 (/source) Nov 17 05:04:52.475 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 17 05:04:52.475 INFO [stderr] --> src/main.rs:11:5 Nov 17 05:04:52.475 INFO [stderr] | Nov 17 05:04:52.475 INFO [stderr] 11 | use std::env::home_dir; Nov 17 05:04:52.475 INFO [stderr] | ^^^^^^^^^^^^^^^^^^ Nov 17 05:04:52.475 INFO [stderr] | Nov 17 05:04:52.475 INFO [stderr] = note: #[warn(deprecated)] on by default Nov 17 05:04:52.475 INFO [stderr] Nov 17 05:04:52.475 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 17 05:04:52.475 INFO [stderr] --> src/postio.rs:9:16 Nov 17 05:04:52.475 INFO [stderr] | Nov 17 05:04:52.475 INFO [stderr] 9 | use std::env::{home_dir, var}; Nov 17 05:04:52.475 INFO [stderr] | ^^^^^^^^ Nov 17 05:04:52.475 INFO [stderr] Nov 17 05:04:52.475 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 17 05:04:52.475 INFO [stderr] --> src/postio.rs:86:20 Nov 17 05:04:52.475 INFO [stderr] | Nov 17 05:04:52.475 INFO [stderr] 86 | let home_dir = home_dir().unwrap(); Nov 17 05:04:52.475 INFO [stderr] | ^^^^^^^^ Nov 17 05:04:52.475 INFO [stderr] Nov 17 05:04:52.475 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 17 05:04:52.475 INFO [stderr] --> src/main.rs:103:35 Nov 17 05:04:52.475 INFO [stderr] | Nov 17 05:04:52.475 INFO [stderr] 103 | let home_directory_path = home_dir().unwrap(); Nov 17 05:04:52.475 INFO [stderr] | ^^^^^^^^ Nov 17 05:04:52.475 INFO [stderr] Nov 17 05:04:53.371 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.84s Nov 17 05:04:53.391 INFO [stderr] su: No module specific data is present Nov 17 05:04:54.619 INFO running `"docker" "inspect" "5a59586603eaa2aa18397ee1f5b7045f24ee6c293d434459b737e68a5ca3a3fc"` Nov 17 05:04:54.927 INFO running `"docker" "rm" "-f" "5a59586603eaa2aa18397ee1f5b7045f24ee6c293d434459b737e68a5ca3a3fc"` Nov 17 05:04:55.239 INFO [stdout] 5a59586603eaa2aa18397ee1f5b7045f24ee6c293d434459b737e68a5ca3a3fc Nov 17 05:04:55.246 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-1/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-1/pr-55982/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/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 +2e026d6e5d7621634147ad4c8074f1d964dbb1be-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 17 05:04:55.667 INFO [stdout] 3d0af9c10ce76efa21b3001205609646ba924283c3fda5b94144fe29ad33db1b Nov 17 05:04:55.672 INFO running `"docker" "start" "-a" "3d0af9c10ce76efa21b3001205609646ba924283c3fda5b94144fe29ad33db1b"` Nov 17 05:04:57.103 INFO [stderr] usermod: no changes Nov 17 05:04:57.327 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.19s Nov 17 05:04:57.347 INFO [stderr] Running /target/debug/deps/postio-7814657598e005f4 Nov 17 05:04:57.348 INFO [stderr] su: No module specific data is present Nov 17 05:04:57.348 INFO [stdout] Nov 17 05:04:57.348 INFO [stdout] running 0 tests Nov 17 05:04:57.348 INFO [stdout] Nov 17 05:04:57.348 INFO [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Nov 17 05:04:57.348 INFO [stdout] Nov 17 05:04:58.387 INFO running `"docker" "inspect" "3d0af9c10ce76efa21b3001205609646ba924283c3fda5b94144fe29ad33db1b"` Nov 17 05:04:58.683 INFO running `"docker" "rm" "-f" "3d0af9c10ce76efa21b3001205609646ba924283c3fda5b94144fe29ad33db1b"` Nov 17 05:04:58.988 INFO [stdout] 3d0af9c10ce76efa21b3001205609646ba924283c3fda5b94144fe29ad33db1b