[INFO] crate rusoto_cloudwatch 0.40.0 is already in cache [INFO] testing rusoto_cloudwatch-0.40.0 against beta-2019-09-28 for beta-1.39-1 [INFO] extracting crate rusoto_cloudwatch 0.40.0 into work/builds/worker-11/source [INFO] validating manifest of crates.io crate rusoto_cloudwatch 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_cloudwatch 0.40.0 [INFO] finished tweaking crates.io crate rusoto_cloudwatch 0.40.0 [INFO] tweaked toml for crates.io crate rusoto_cloudwatch 0.40.0 written to work/builds/worker-11/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] running `"docker" "create" "-v" "/big/crater/work/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-11/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] c26cfdc52ffc50a2ce49143be572841440cfb739dacab5f352426ea979ab605f [INFO] running `"docker" "start" "-a" "c26cfdc52ffc50a2ce49143be572841440cfb739dacab5f352426ea979ab605f"` [INFO] [stderr] Compiling rusoto_cloudwatch v0.40.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 3.64s [INFO] running `"docker" "inspect" "c26cfdc52ffc50a2ce49143be572841440cfb739dacab5f352426ea979ab605f"` [INFO] running `"docker" "rm" "-f" "c26cfdc52ffc50a2ce49143be572841440cfb739dacab5f352426ea979ab605f"` [INFO] [stdout] c26cfdc52ffc50a2ce49143be572841440cfb739dacab5f352426ea979ab605f [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-11/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] e3c2ee5aab543183d0a18d33d306dedab583b9af39651ae11f16d288c6d62920 [INFO] running `"docker" "start" "-a" "e3c2ee5aab543183d0a18d33d306dedab583b9af39651ae11f16d288c6d62920"` [INFO] [stderr] Compiling rusoto_cloudwatch 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:5141:13 [INFO] [stderr] | [INFO] [stderr] 4239 | pub fn new_with
( [INFO] [stderr] | -------- [INFO] [stderr] ... [INFO] [stderr] 4247 | D: DispatchSignedRequest + Send + Sync + 'static, [INFO] [stderr] | --------------------- required by this bound in `generated::CloudWatchClient::new_with` [INFO] [stderr] ... [INFO] [stderr] 5141 | CloudWatchClient::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:5141:46 [INFO] [stderr] | [INFO] [stderr] 4239 | pub fn new_with
( [INFO] [stderr] | -------- [INFO] [stderr] ... [INFO] [stderr] 4245 | P: ProvideAwsCredentials + Send + Sync + 'static, [INFO] [stderr] | --------------------- required by this bound in `generated::CloudWatchClient::new_with` [INFO] [stderr] ... [INFO] [stderr] 5141 | CloudWatchClient::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:5155:13 [INFO] [stderr] | [INFO] [stderr] 4239 | pub fn new_with
( [INFO] [stderr] | -------- [INFO] [stderr] ... [INFO] [stderr] 4247 | D: DispatchSignedRequest + Send + Sync + 'static, [INFO] [stderr] | --------------------- required by this bound in `generated::CloudWatchClient::new_with` [INFO] [stderr] ... [INFO] [stderr] 5155 | CloudWatchClient::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:5155:46 [INFO] [stderr] | [INFO] [stderr] 4239 | pub fn new_with
( [INFO] [stderr] | -------- [INFO] [stderr] ... [INFO] [stderr] 4245 | P: ProvideAwsCredentials + Send + Sync + 'static, [INFO] [stderr] | --------------------- required by this bound in `generated::CloudWatchClient::new_with` [INFO] [stderr] ... [INFO] [stderr] 5155 | CloudWatchClient::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:5169:13 [INFO] [stderr] | [INFO] [stderr] 4239 | pub fn new_with
( [INFO] [stderr] | -------- [INFO] [stderr] ... [INFO] [stderr] 4247 | D: DispatchSignedRequest + Send + Sync + 'static, [INFO] [stderr] | --------------------- required by this bound in `generated::CloudWatchClient::new_with` [INFO] [stderr] ... [INFO] [stderr] 5169 | CloudWatchClient::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:5169:46 [INFO] [stderr] | [INFO] [stderr] 4239 | pub fn new_with
( [INFO] [stderr] | -------- [INFO] [stderr] ... [INFO] [stderr] 4245 | P: ProvideAwsCredentials + Send + Sync + 'static, [INFO] [stderr] | --------------------- required by this bound in `generated::CloudWatchClient::new_with` [INFO] [stderr] ... [INFO] [stderr] 5169 | CloudWatchClient::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:5183:13 [INFO] [stderr] | [INFO] [stderr] 4239 | pub fn new_with
( [INFO] [stderr] | -------- [INFO] [stderr] ... [INFO] [stderr] 4247 | D: DispatchSignedRequest + Send + Sync + 'static, [INFO] [stderr] | --------------------- required by this bound in `generated::CloudWatchClient::new_with` [INFO] [stderr] ... [INFO] [stderr] 5183 | CloudWatchClient::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:5183:46 [INFO] [stderr] | [INFO] [stderr] 4239 | pub fn new_with
( [INFO] [stderr] | -------- [INFO] [stderr] ... [INFO] [stderr] 4245 | P: ProvideAwsCredentials + Send + Sync + 'static, [INFO] [stderr] | --------------------- required by this bound in `generated::CloudWatchClient::new_with` [INFO] [stderr] ... [INFO] [stderr] 5183 | CloudWatchClient::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[E0631]: type mismatch in closure arguments [INFO] [stderr] --> src/custom/custom_tests.rs:16:10 [INFO] [stderr] | [INFO] [stderr] 16 | .with_request_checker(|request: &SignedRequest| { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ ------------------------- found signature of `for<'r> fn(&'r rusoto_core::signature::SignedRequest) -> _` [INFO] [stderr] | | [INFO] [stderr] | expected signature of `for<'r> fn(&'r rusoto_core::signature::SignedRequest) -> _` [INFO] [stderr] [INFO] [stderr] error[E0631]: type mismatch in closure arguments [INFO] [stderr] --> src/custom/custom_tests.rs:16:10 [INFO] [stderr] | [INFO] [stderr] 16 | .with_request_checker(|request: &SignedRequest| { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ ------------------------- found signature of `for<'r> fn(&'r rusoto_core::signature::SignedRequest) -> _` [INFO] [stderr] | | [INFO] [stderr] | expected signature of `fn(&rusoto_core::signature::SignedRequest) -> _` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `generated::protocol_tests::rusoto_mock::MockRequestDispatcher: rusoto_core::DispatchSignedRequest` is not satisfied [INFO] [stderr] --> src/custom/custom_tests.rs:55:18 [INFO] [stderr] | [INFO] [stderr] 55 | let client = CloudWatchClient::new_with(mock, MockCredentialsProvider, Region::UsEast1); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `rusoto_core::DispatchSignedRequest` is not implemented for `generated::protocol_tests::rusoto_mock::MockRequestDispatcher` [INFO] [stderr] | [INFO] [stderr] ::: src/generated.rs:4239:12 [INFO] [stderr] | [INFO] [stderr] 4239 | pub fn new_with
( [INFO] [stderr] | -------- [INFO] [stderr] ... [INFO] [stderr] 4247 | D: DispatchSignedRequest + Send + Sync + 'static, [INFO] [stderr] | --------------------- required by this bound in `generated::CloudWatchClient::new_with` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `generated::protocol_tests::rusoto_mock::MockCredentialsProvider: rusoto_core::ProvideAwsCredentials` is not satisfied [INFO] [stderr] --> src/custom/custom_tests.rs:55:51 [INFO] [stderr] | [INFO] [stderr] 55 | let client = CloudWatchClient::new_with(mock, MockCredentialsProvider, Region::UsEast1); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ the trait `rusoto_core::ProvideAwsCredentials` is not implemented for `generated::protocol_tests::rusoto_mock::MockCredentialsProvider` [INFO] [stderr] | [INFO] [stderr] ::: src/generated.rs:4239:12 [INFO] [stderr] | [INFO] [stderr] 4239 | pub fn new_with
( [INFO] [stderr] | -------- [INFO] [stderr] ... [INFO] [stderr] 4245 | P: ProvideAwsCredentials + Send + Sync + 'static, [INFO] [stderr] | --------------------- required by this bound in `generated::CloudWatchClient::new_with` [INFO] [stderr] [INFO] [stderr] error: aborting due to 12 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0277`. [INFO] [stderr] error: could not compile `rusoto_cloudwatch`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "e3c2ee5aab543183d0a18d33d306dedab583b9af39651ae11f16d288c6d62920"` [INFO] running `"docker" "rm" "-f" "e3c2ee5aab543183d0a18d33d306dedab583b9af39651ae11f16d288c6d62920"` [INFO] [stdout] e3c2ee5aab543183d0a18d33d306dedab583b9af39651ae11f16d288c6d62920