[INFO] fetching crate rusoto_application_autoscaling 0.40.0... [INFO] checking rusoto_application_autoscaling-0.40.0 against master#2748a9fd93dd1a00a4521f4f16de5befbf77f6cd for pr-62262-1 [INFO] extracting crate rusoto_application_autoscaling 0.40.0 into /workspace/builds/worker-10/source [INFO] validating manifest of crates.io crate rusoto_application_autoscaling 0.40.0 on toolchain 2748a9fd93dd1a00a4521f4f16de5befbf77f6cd [INFO] running `"/workspace/cargo-home/bin/cargo" "+2748a9fd93dd1a00a4521f4f16de5befbf77f6cd" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate rusoto_application_autoscaling 0.40.0 [INFO] finished tweaking crates.io crate rusoto_application_autoscaling 0.40.0 [INFO] tweaked toml for crates.io crate rusoto_application_autoscaling 0.40.0 written to /workspace/builds/worker-10/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+2748a9fd93dd1a00a4521f4f16de5befbf77f6cd" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"/workspace/cargo-home/bin/cargo" "+2748a9fd93dd1a00a4521f4f16de5befbf77f6cd" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-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" "+2748a9fd93dd1a00a4521f4f16de5befbf77f6cd" "check" "--frozen" "--all" "--all-targets"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 270bdc4fcf220acc4dad801bc8d0bc617c7c435082a2e58006e81085adc63094 [INFO] running `"docker" "start" "-a" "270bdc4fcf220acc4dad801bc8d0bc617c7c435082a2e58006e81085adc63094"` [INFO] [stderr] Checking rusoto_application_autoscaling v0.40.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0277]: the trait bound `custom::custom_tests::rusoto_mock::MockRequestDispatcher: rusoto_core::DispatchSignedRequest` is not satisfied [INFO] [stderr] --> src/custom/custom_tests.rs:14:18 [INFO] [stderr] | [INFO] [stderr] 14 | let client = ApplicationAutoScalingClient::new_with(mock, MockCredentialsProvider, Region::UsEast1); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `rusoto_core::DispatchSignedRequest` is not implemented for `custom::custom_tests::rusoto_mock::MockRequestDispatcher` [INFO] [stderr] | [INFO] [stderr] ::: src/generated.rs:1232:12 [INFO] [stderr] | [INFO] [stderr] 1232 | pub fn new_with
( [INFO] [stderr] | -------- [INFO] [stderr] ... [INFO] [stderr] 1240 | D: DispatchSignedRequest + Send + Sync + 'static, [INFO] [stderr] | --------------------- required by this bound in `generated::ApplicationAutoScalingClient::new_with` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `custom::custom_tests::rusoto_mock::MockCredentialsProvider: rusoto_core::ProvideAwsCredentials` is not satisfied [INFO] [stderr] --> src/custom/custom_tests.rs:14:63 [INFO] [stderr] | [INFO] [stderr] 14 | let client = ApplicationAutoScalingClient::new_with(mock, MockCredentialsProvider, Region::UsEast1); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ the trait `rusoto_core::ProvideAwsCredentials` is not implemented for `custom::custom_tests::rusoto_mock::MockCredentialsProvider` [INFO] [stderr] | [INFO] [stderr] ::: src/generated.rs:1232:12 [INFO] [stderr] | [INFO] [stderr] 1232 | pub fn new_with
( [INFO] [stderr] | -------- [INFO] [stderr] ... [INFO] [stderr] 1238 | P: ProvideAwsCredentials + Send + Sync + 'static, [INFO] [stderr] | --------------------- required by this bound in `generated::ApplicationAutoScalingClient::new_with` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `custom::custom_tests::rusoto_mock::MockRequestDispatcher: rusoto_core::DispatchSignedRequest` is not satisfied [INFO] [stderr] --> src/custom/custom_tests.rs:26:18 [INFO] [stderr] | [INFO] [stderr] 26 | let client = ApplicationAutoScalingClient::new_with(mock, MockCredentialsProvider, Region::UsEast1); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `rusoto_core::DispatchSignedRequest` is not implemented for `custom::custom_tests::rusoto_mock::MockRequestDispatcher` [INFO] [stderr] | [INFO] [stderr] ::: src/generated.rs:1232:12 [INFO] [stderr] | [INFO] [stderr] 1232 | pub fn new_with
( [INFO] [stderr] | -------- [INFO] [stderr] ... [INFO] [stderr] 1240 | D: DispatchSignedRequest + Send + Sync + 'static, [INFO] [stderr] | --------------------- required by this bound in `generated::ApplicationAutoScalingClient::new_with` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `custom::custom_tests::rusoto_mock::MockCredentialsProvider: rusoto_core::ProvideAwsCredentials` is not satisfied [INFO] [stderr] --> src/custom/custom_tests.rs:26:63 [INFO] [stderr] | [INFO] [stderr] 26 | let client = ApplicationAutoScalingClient::new_with(mock, MockCredentialsProvider, Region::UsEast1); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ the trait `rusoto_core::ProvideAwsCredentials` is not implemented for `custom::custom_tests::rusoto_mock::MockCredentialsProvider` [INFO] [stderr] | [INFO] [stderr] ::: src/generated.rs:1232:12 [INFO] [stderr] | [INFO] [stderr] 1232 | pub fn new_with
( [INFO] [stderr] | -------- [INFO] [stderr] ... [INFO] [stderr] 1238 | P: ProvideAwsCredentials + Send + Sync + 'static, [INFO] [stderr] | --------------------- required by this bound in `generated::ApplicationAutoScalingClient::new_with` [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_application_autoscaling`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "270bdc4fcf220acc4dad801bc8d0bc617c7c435082a2e58006e81085adc63094"` [INFO] running `"docker" "rm" "-f" "270bdc4fcf220acc4dad801bc8d0bc617c7c435082a2e58006e81085adc63094"` [INFO] [stdout] 270bdc4fcf220acc4dad801bc8d0bc617c7c435082a2e58006e81085adc63094