[INFO] crate cargo-registry-s3 0.2.0 is already in cache [INFO] extracting crate cargo-registry-s3 0.2.0 into work/ex/beta-1.38-1/sources/1.37.0/reg/cargo-registry-s3/0.2.0 [INFO] extracting crate cargo-registry-s3 0.2.0 into work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/cargo-registry-s3/0.2.0 [INFO] validating manifest of cargo-registry-s3-0.2.0 on toolchain 1.37.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of cargo-registry-s3-0.2.0 on toolchain beta-2019-08-13 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing cargo-registry-s3-0.2.0 [INFO] finished frobbing cargo-registry-s3-0.2.0 [INFO] frobbed toml for cargo-registry-s3-0.2.0 written to work/ex/beta-1.38-1/sources/1.37.0/reg/cargo-registry-s3/0.2.0/Cargo.toml [INFO] started frobbing cargo-registry-s3-0.2.0 [INFO] finished frobbing cargo-registry-s3-0.2.0 [INFO] frobbed toml for cargo-registry-s3-0.2.0 written to work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/cargo-registry-s3/0.2.0/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing cargo-registry-s3-0.2.0 against 1.37.0 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-0/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/reg/cargo-registry-s3/0.2.0:/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.37.0" "build" "--frozen"` [INFO] [stdout] a782dd8fe22e8ff1116a935e4d3cff44fb45200e929e008896ebf6346859bb30 [INFO] running `"docker" "start" "-a" "a782dd8fe22e8ff1116a935e4d3cff44fb45200e929e008896ebf6346859bb30"` [INFO] [stderr] Compiling cargo-registry-s3 v0.2.0 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> lib.rs:43:41 [INFO] [stderr] | [INFO] [stderr] 43 | content: &'b mut Read, [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Read` [INFO] [stderr] | [INFO] [stderr] note: lint level defined here [INFO] [stderr] --> lib.rs:1:9 [INFO] [stderr] | [INFO] [stderr] 1 | #![deny(warnings)] [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] = note: #[warn(bare_trait_objects)] implied by #[warn(warnings)] [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'openssl::sign::Signer::<'a>::finish': renamed to sign_to_vec [INFO] [stderr] --> lib.rs:122:28 [INFO] [stderr] | [INFO] [stderr] 122 | encode(&signer.finish().unwrap()[..]) [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: lint level defined here [INFO] [stderr] --> lib.rs:1:9 [INFO] [stderr] | [INFO] [stderr] 1 | #![deny(warnings)] [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] = note: #[warn(deprecated)] implied by #[warn(warnings)] [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.02s [INFO] running `"docker" "inspect" "a782dd8fe22e8ff1116a935e4d3cff44fb45200e929e008896ebf6346859bb30"` [INFO] running `"docker" "rm" "-f" "a782dd8fe22e8ff1116a935e4d3cff44fb45200e929e008896ebf6346859bb30"` [INFO] [stdout] a782dd8fe22e8ff1116a935e4d3cff44fb45200e929e008896ebf6346859bb30 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-0/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/reg/cargo-registry-s3/0.2.0:/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.37.0" "test" "--frozen" "--no-run"` [INFO] [stdout] 140a541a659e50d16a935c012ea3aa55850d2e8f828f2aac48e05f5561d2a441 [INFO] running `"docker" "start" "-a" "140a541a659e50d16a935c012ea3aa55850d2e8f828f2aac48e05f5561d2a441"` [INFO] [stderr] Compiling cargo-registry-s3 v0.2.0 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> lib.rs:43:41 [INFO] [stderr] | [INFO] [stderr] 43 | content: &'b mut Read, [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Read` [INFO] [stderr] | [INFO] [stderr] note: lint level defined here [INFO] [stderr] --> lib.rs:1:9 [INFO] [stderr] | [INFO] [stderr] 1 | #![deny(warnings)] [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] = note: #[warn(bare_trait_objects)] implied by #[warn(warnings)] [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'openssl::sign::Signer::<'a>::finish': renamed to sign_to_vec [INFO] [stderr] --> lib.rs:122:28 [INFO] [stderr] | [INFO] [stderr] 122 | encode(&signer.finish().unwrap()[..]) [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: lint level defined here [INFO] [stderr] --> lib.rs:1:9 [INFO] [stderr] | [INFO] [stderr] 1 | #![deny(warnings)] [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] = note: #[warn(deprecated)] implied by #[warn(warnings)] [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.03s [INFO] running `"docker" "inspect" "140a541a659e50d16a935c012ea3aa55850d2e8f828f2aac48e05f5561d2a441"` [INFO] running `"docker" "rm" "-f" "140a541a659e50d16a935c012ea3aa55850d2e8f828f2aac48e05f5561d2a441"` [INFO] [stdout] 140a541a659e50d16a935c012ea3aa55850d2e8f828f2aac48e05f5561d2a441 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-0/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/reg/cargo-registry-s3/0.2.0:/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.37.0" "test" "--frozen"` [INFO] [stdout] 9afca8393f4de11b40433ba3aeed1a0bf789a9c4fae8aa9bfe7465f3c64cad72 [INFO] running `"docker" "start" "-a" "9afca8393f4de11b40433ba3aeed1a0bf789a9c4fae8aa9bfe7465f3c64cad72"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.05s [INFO] [stderr] Running /opt/crater/target/debug/deps/s3-cf2ced0a19931d9c [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] [stderr] Doc-tests s3 [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" "9afca8393f4de11b40433ba3aeed1a0bf789a9c4fae8aa9bfe7465f3c64cad72"` [INFO] running `"docker" "rm" "-f" "9afca8393f4de11b40433ba3aeed1a0bf789a9c4fae8aa9bfe7465f3c64cad72"` [INFO] [stdout] 9afca8393f4de11b40433ba3aeed1a0bf789a9c4fae8aa9bfe7465f3c64cad72