[INFO] crate postio 0.4.1 is already in cache [INFO] extracting crate postio 0.4.1 into work/ex/beta-1.37-6/sources/1.36.0/reg/postio/0.4.1 [INFO] extracting crate postio 0.4.1 into work/ex/beta-1.37-6/sources/beta-2019-07-23/reg/postio/0.4.1 [INFO] validating manifest of postio-0.4.1 on toolchain 1.36.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of postio-0.4.1 on toolchain beta-2019-07-23 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing postio-0.4.1 [INFO] finished frobbing postio-0.4.1 [INFO] frobbed toml for postio-0.4.1 written to work/ex/beta-1.37-6/sources/1.36.0/reg/postio/0.4.1/Cargo.toml [INFO] started frobbing postio-0.4.1 [INFO] finished frobbing postio-0.4.1 [INFO] frobbed toml for postio-0.4.1 written to work/ex/beta-1.37-6/sources/beta-2019-07-23/reg/postio/0.4.1/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing postio-0.4.1 against 1.36.0 for beta-1.37-6 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-6/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/reg/postio/0.4.1:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+1.36.0" "build" "--frozen"` [INFO] [stdout] ab3f3a9c7a12ef4c0356a3812212b39edf12ec077de6f6dcba0d22dee139dbed [INFO] running `"docker" "start" "-a" "ab3f3a9c7a12ef4c0356a3812212b39edf12ec077de6f6dcba0d22dee139dbed"` [INFO] [stderr] Compiling openssl v0.10.24 [INFO] [stderr] Compiling shellexpand v1.0.0 [INFO] [stderr] Compiling openssl-src v111.4.0+1.1.1c [INFO] [stderr] Compiling block-buffer v0.2.0 [INFO] [stderr] Compiling hmac v0.4.2 [INFO] [stderr] Compiling serde-xml-rs v0.2.1 [INFO] [stderr] Compiling sha2 v0.6.0 [INFO] [stderr] Compiling openssl-sys v0.9.48 [INFO] [stderr] Compiling curl-sys v0.4.20 [INFO] [stderr] Compiling curl v0.4.22 [INFO] [stderr] Compiling rust-s3 v0.8.2 [INFO] [stderr] Compiling postio v0.4.1 (/opt/crater/workdir) [INFO] [stderr] warning: unused return value of `core::str::::trim` that must be used [INFO] [stderr] --> src/main.rs:127:13 [INFO] [stderr] | [INFO] [stderr] 127 | config_continue.trim(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_must_use)] on by default [INFO] [stderr] = note: this returns the trimmed string as a slice, without modifying the original [INFO] [stderr] [INFO] [stderr] warning: unused return value of `core::str::::trim` that must be used [INFO] [stderr] --> src/postio.rs:149:9 [INFO] [stderr] | [INFO] [stderr] 149 | public_key_path.trim(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this returns the trimmed string as a slice, without modifying the original [INFO] [stderr] [INFO] [stderr] warning: unused return value of `core::str::::trim` that must be used [INFO] [stderr] --> src/postio.rs:158:9 [INFO] [stderr] | [INFO] [stderr] 158 | private_key_path.trim(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this returns the trimmed string as a slice, without modifying the original [INFO] [stderr] [INFO] [stderr] warning: unused return value of `core::str::::trim` that must be used [INFO] [stderr] --> src/postio.rs:210:5 [INFO] [stderr] | [INFO] [stderr] 210 | user_email.trim(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this returns the trimmed string as a slice, without modifying the original [INFO] [stderr] [INFO] [stderr] warning: unused return value of `core::str::::trim` that must be used [INFO] [stderr] --> src/postio.rs:223:5 [INFO] [stderr] | [INFO] [stderr] 223 | postio_file_store_answer.trim(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this returns the trimmed string as a slice, without modifying the original [INFO] [stderr] [INFO] [stderr] warning: unused return value of `core::str::::trim` that must be used [INFO] [stderr] --> src/postio.rs:232:9 [INFO] [stderr] | [INFO] [stderr] 232 | postio_file_store.trim(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this returns the trimmed string as a slice, without modifying the original [INFO] [stderr] [INFO] [stderr] warning: unused return value of `core::str::::trim` that must be used [INFO] [stderr] --> src/postio.rs:240:9 [INFO] [stderr] | [INFO] [stderr] 240 | postio_file_store_region.trim(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this returns the trimmed string as a slice, without modifying the original [INFO] [stderr] [INFO] [stderr] warning: unused return value of `core::str::::trim` that must be used [INFO] [stderr] --> src/postio.rs:260:5 [INFO] [stderr] | [INFO] [stderr] 260 | postio_key_store_answer.trim(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this returns the trimmed string as a slice, without modifying the original [INFO] [stderr] [INFO] [stderr] warning: unused return value of `core::str::::trim` that must be used [INFO] [stderr] --> src/postio.rs:269:9 [INFO] [stderr] | [INFO] [stderr] 269 | postio_key_store.trim(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this returns the trimmed string as a slice, without modifying the original [INFO] [stderr] [INFO] [stderr] warning: unused return value of `core::str::::trim` that must be used [INFO] [stderr] --> src/postio.rs:277:9 [INFO] [stderr] | [INFO] [stderr] 277 | postio_key_store_region.trim(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this returns the trimmed string as a slice, without modifying the original [INFO] [stderr] [INFO] [stderr] warning: unused return value of `core::str::::trim` that must be used [INFO] [stderr] --> src/postio.rs:388:13 [INFO] [stderr] | [INFO] [stderr] 388 | delete_answer.trim(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this returns the trimmed string as a slice, without modifying the original [INFO] [stderr] [INFO] [stderr] warning: unused return value of `core::str::::trim` that must be used [INFO] [stderr] --> src/postio.rs:963:17 [INFO] [stderr] | [INFO] [stderr] 963 | file_holder.trim(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this returns the trimmed string as a slice, without modifying the original [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2m 14s [INFO] running `"docker" "inspect" "ab3f3a9c7a12ef4c0356a3812212b39edf12ec077de6f6dcba0d22dee139dbed"` [INFO] running `"docker" "rm" "-f" "ab3f3a9c7a12ef4c0356a3812212b39edf12ec077de6f6dcba0d22dee139dbed"` [INFO] [stdout] ab3f3a9c7a12ef4c0356a3812212b39edf12ec077de6f6dcba0d22dee139dbed [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-6/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/reg/postio/0.4.1:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+1.36.0" "test" "--frozen" "--no-run"` [INFO] [stdout] 2a69bd1e99ffd8dcecb912a452ccdc6d59b7bc026aeea1de9f4f05c8d8fc5e9e [INFO] running `"docker" "start" "-a" "2a69bd1e99ffd8dcecb912a452ccdc6d59b7bc026aeea1de9f4f05c8d8fc5e9e"` [INFO] [stderr] Compiling postio v0.4.1 (/opt/crater/workdir) [INFO] [stderr] warning: unused return value of `core::str::::trim` that must be used [INFO] [stderr] --> src/main.rs:127:13 [INFO] [stderr] | [INFO] [stderr] 127 | config_continue.trim(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_must_use)] on by default [INFO] [stderr] = note: this returns the trimmed string as a slice, without modifying the original [INFO] [stderr] [INFO] [stderr] warning: unused return value of `core::str::::trim` that must be used [INFO] [stderr] --> src/postio.rs:149:9 [INFO] [stderr] | [INFO] [stderr] 149 | public_key_path.trim(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this returns the trimmed string as a slice, without modifying the original [INFO] [stderr] [INFO] [stderr] warning: unused return value of `core::str::::trim` that must be used [INFO] [stderr] --> src/postio.rs:158:9 [INFO] [stderr] | [INFO] [stderr] 158 | private_key_path.trim(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this returns the trimmed string as a slice, without modifying the original [INFO] [stderr] [INFO] [stderr] warning: unused return value of `core::str::::trim` that must be used [INFO] [stderr] --> src/postio.rs:210:5 [INFO] [stderr] | [INFO] [stderr] 210 | user_email.trim(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this returns the trimmed string as a slice, without modifying the original [INFO] [stderr] [INFO] [stderr] warning: unused return value of `core::str::::trim` that must be used [INFO] [stderr] --> src/postio.rs:223:5 [INFO] [stderr] | [INFO] [stderr] 223 | postio_file_store_answer.trim(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this returns the trimmed string as a slice, without modifying the original [INFO] [stderr] [INFO] [stderr] warning: unused return value of `core::str::::trim` that must be used [INFO] [stderr] --> src/postio.rs:232:9 [INFO] [stderr] | [INFO] [stderr] 232 | postio_file_store.trim(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this returns the trimmed string as a slice, without modifying the original [INFO] [stderr] [INFO] [stderr] warning: unused return value of `core::str::::trim` that must be used [INFO] [stderr] --> src/postio.rs:240:9 [INFO] [stderr] | [INFO] [stderr] 240 | postio_file_store_region.trim(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this returns the trimmed string as a slice, without modifying the original [INFO] [stderr] [INFO] [stderr] warning: unused return value of `core::str::::trim` that must be used [INFO] [stderr] --> src/postio.rs:260:5 [INFO] [stderr] | [INFO] [stderr] 260 | postio_key_store_answer.trim(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this returns the trimmed string as a slice, without modifying the original [INFO] [stderr] [INFO] [stderr] warning: unused return value of `core::str::::trim` that must be used [INFO] [stderr] --> src/postio.rs:269:9 [INFO] [stderr] | [INFO] [stderr] 269 | postio_key_store.trim(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this returns the trimmed string as a slice, without modifying the original [INFO] [stderr] [INFO] [stderr] warning: unused return value of `core::str::::trim` that must be used [INFO] [stderr] --> src/postio.rs:277:9 [INFO] [stderr] | [INFO] [stderr] 277 | postio_key_store_region.trim(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this returns the trimmed string as a slice, without modifying the original [INFO] [stderr] [INFO] [stderr] warning: unused return value of `core::str::::trim` that must be used [INFO] [stderr] --> src/postio.rs:388:13 [INFO] [stderr] | [INFO] [stderr] 388 | delete_answer.trim(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this returns the trimmed string as a slice, without modifying the original [INFO] [stderr] [INFO] [stderr] warning: unused return value of `core::str::::trim` that must be used [INFO] [stderr] --> src/postio.rs:963:17 [INFO] [stderr] | [INFO] [stderr] 963 | file_holder.trim(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this returns the trimmed string as a slice, without modifying the original [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.16s [INFO] running `"docker" "inspect" "2a69bd1e99ffd8dcecb912a452ccdc6d59b7bc026aeea1de9f4f05c8d8fc5e9e"` [INFO] running `"docker" "rm" "-f" "2a69bd1e99ffd8dcecb912a452ccdc6d59b7bc026aeea1de9f4f05c8d8fc5e9e"` [INFO] [stdout] 2a69bd1e99ffd8dcecb912a452ccdc6d59b7bc026aeea1de9f4f05c8d8fc5e9e [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-6/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/reg/postio/0.4.1:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+1.36.0" "test" "--frozen"` [INFO] [stdout] 77d3d0fcc5db8c076bd0be616cae0be1ce2f55a7aff4c69480d5f2396c008e3a [INFO] running `"docker" "start" "-a" "77d3d0fcc5db8c076bd0be616cae0be1ce2f55a7aff4c69480d5f2396c008e3a"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.08s [INFO] [stderr] Running /opt/crater/target/debug/deps/postio-c4f12982221e3ef9 [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "77d3d0fcc5db8c076bd0be616cae0be1ce2f55a7aff4c69480d5f2396c008e3a"` [INFO] running `"docker" "rm" "-f" "77d3d0fcc5db8c076bd0be616cae0be1ce2f55a7aff4c69480d5f2396c008e3a"` [INFO] [stdout] 77d3d0fcc5db8c076bd0be616cae0be1ce2f55a7aff4c69480d5f2396c008e3a