[INFO] crate rusoto_elbv2 0.40.0 is already in cache [INFO] testing rusoto_elbv2-0.40.0 against beta-2019-09-28 for beta-1.39-1 [INFO] extracting crate rusoto_elbv2 0.40.0 into work/builds/worker-1/source [INFO] validating manifest of crates.io crate rusoto_elbv2 0.40.0 on toolchain beta-2019-09-28 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate rusoto_elbv2 0.40.0 [INFO] finished tweaking crates.io crate rusoto_elbv2 0.40.0 [INFO] tweaked toml for crates.io crate rusoto_elbv2 0.40.0 written to work/builds/worker-1/source/Cargo.toml [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-1/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2019-09-28" "build" "--frozen"` [INFO] [stdout] 91565b5ccc173668f2ff154a1e79f38f0b5ecb6716454b85258dab1cfe4922a9 [INFO] running `"docker" "start" "-a" "91565b5ccc173668f2ff154a1e79f38f0b5ecb6716454b85258dab1cfe4922a9"` [INFO] [stderr] Compiling rusoto_elbv2 v0.40.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 5.16s [INFO] running `"docker" "inspect" "91565b5ccc173668f2ff154a1e79f38f0b5ecb6716454b85258dab1cfe4922a9"` [INFO] running `"docker" "rm" "-f" "91565b5ccc173668f2ff154a1e79f38f0b5ecb6716454b85258dab1cfe4922a9"` [INFO] [stdout] 91565b5ccc173668f2ff154a1e79f38f0b5ecb6716454b85258dab1cfe4922a9 [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-1/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2019-09-28" "test" "--frozen" "--no-run"` [INFO] [stdout] 43c9fee004c0b67e295d4135526ab9edd56d76263ba77f2b8783bc8def672c83 [INFO] running `"docker" "start" "-a" "43c9fee004c0b67e295d4135526ab9edd56d76263ba77f2b8783bc8def672c83"` [INFO] [stderr] Compiling rusoto_elbv2 v0.40.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0277]: the trait bound `generated::protocol_tests::rusoto_mock::MockRequestDispatcher: rusoto_core::DispatchSignedRequest` is not satisfied [INFO] [stderr] --> src/generated.rs:10383:22 [INFO] [stderr] | [INFO] [stderr] 8658 | pub fn new_with
( [INFO] [stderr] | -------- [INFO] [stderr] ... [INFO] [stderr] 8666 | D: DispatchSignedRequest + Send + Sync + 'static, [INFO] [stderr] | --------------------- required by this bound in `generated::ElbClient::new_with` [INFO] [stderr] ... [INFO] [stderr] 10383 | let client = ElbClient::new_with(mock, MockCredentialsProvider, rusoto_region::UsEast1); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ the trait `rusoto_core::DispatchSignedRequest` is not implemented for `generated::protocol_tests::rusoto_mock::MockRequestDispatcher` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `generated::protocol_tests::rusoto_mock::MockCredentialsProvider: rusoto_core::ProvideAwsCredentials` is not satisfied [INFO] [stderr] --> src/generated.rs:10383:48 [INFO] [stderr] | [INFO] [stderr] 8658 | pub fn new_with
( [INFO] [stderr] | -------- [INFO] [stderr] ... [INFO] [stderr] 8664 | P: ProvideAwsCredentials + Send + Sync + 'static, [INFO] [stderr] | --------------------- required by this bound in `generated::ElbClient::new_with` [INFO] [stderr] ... [INFO] [stderr] 10383 | let client = ElbClient::new_with(mock, MockCredentialsProvider, rusoto_region::UsEast1); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ the trait `rusoto_core::ProvideAwsCredentials` is not implemented for `generated::protocol_tests::rusoto_mock::MockCredentialsProvider` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `generated::protocol_tests::rusoto_mock::MockRequestDispatcher: rusoto_core::DispatchSignedRequest` is not satisfied [INFO] [stderr] --> src/generated.rs:10396:22 [INFO] [stderr] | [INFO] [stderr] 8658 | pub fn new_with
( [INFO] [stderr] | -------- [INFO] [stderr] ... [INFO] [stderr] 8666 | D: DispatchSignedRequest + Send + Sync + 'static, [INFO] [stderr] | --------------------- required by this bound in `generated::ElbClient::new_with` [INFO] [stderr] ... [INFO] [stderr] 10396 | let client = ElbClient::new_with(mock, MockCredentialsProvider, rusoto_region::UsEast1); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ the trait `rusoto_core::DispatchSignedRequest` is not implemented for `generated::protocol_tests::rusoto_mock::MockRequestDispatcher` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `generated::protocol_tests::rusoto_mock::MockCredentialsProvider: rusoto_core::ProvideAwsCredentials` is not satisfied [INFO] [stderr] --> src/generated.rs:10396:48 [INFO] [stderr] | [INFO] [stderr] 8658 | pub fn new_with
( [INFO] [stderr] | -------- [INFO] [stderr] ... [INFO] [stderr] 8664 | P: ProvideAwsCredentials + Send + Sync + 'static, [INFO] [stderr] | --------------------- required by this bound in `generated::ElbClient::new_with` [INFO] [stderr] ... [INFO] [stderr] 10396 | let client = ElbClient::new_with(mock, MockCredentialsProvider, rusoto_region::UsEast1); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ the trait `rusoto_core::ProvideAwsCredentials` is not implemented for `generated::protocol_tests::rusoto_mock::MockCredentialsProvider` [INFO] [stderr] [INFO] [stderr] error: aborting due to 4 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0277`. [INFO] [stderr] error: could not compile `rusoto_elbv2`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "43c9fee004c0b67e295d4135526ab9edd56d76263ba77f2b8783bc8def672c83"` [INFO] running `"docker" "rm" "-f" "43c9fee004c0b67e295d4135526ab9edd56d76263ba77f2b8783bc8def672c83"` [INFO] [stdout] 43c9fee004c0b67e295d4135526ab9edd56d76263ba77f2b8783bc8def672c83