[INFO] fetching crate rusoto_route53 0.40.0... [INFO] checking rusoto_route53-0.40.0 against try#ea663bba38739867a4b75ac820991b4f5d093c3b for pr-62262-1 [INFO] extracting crate rusoto_route53 0.40.0 into /workspace/builds/worker-5/source [INFO] validating manifest of crates.io crate rusoto_route53 0.40.0 on toolchain ea663bba38739867a4b75ac820991b4f5d093c3b [INFO] running `"/workspace/cargo-home/bin/cargo" "+ea663bba38739867a4b75ac820991b4f5d093c3b" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate rusoto_route53 0.40.0 [INFO] finished tweaking crates.io crate rusoto_route53 0.40.0 [INFO] tweaked toml for crates.io crate rusoto_route53 0.40.0 written to /workspace/builds/worker-5/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+ea663bba38739867a4b75ac820991b4f5d093c3b" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+ea663bba38739867a4b75ac820991b4f5d093c3b" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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" "+ea663bba38739867a4b75ac820991b4f5d093c3b" "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] 98e2bcab5a2693718b5ab3db83f39e56d66c176510af911eb015ebe440ab20cb [INFO] running `"docker" "start" "-a" "98e2bcab5a2693718b5ab3db83f39e56d66c176510af911eb015ebe440ab20cb"` [INFO] [stderr] Compiling rusoto_core v0.40.0 [INFO] [stderr] Compiling rusoto_core v0.41.0 [INFO] [stderr] Checking tokio-signal v0.2.7 [INFO] [stderr] Checking tokio-process v0.2.4 [INFO] [stderr] Checking rusoto_credential v0.40.0 [INFO] [stderr] Checking rusoto_credential v0.41.1 [INFO] [stderr] Checking rusoto_mock v0.40.0 [INFO] [stderr] Checking rusoto_route53 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:14769:22 [INFO] [stderr] | [INFO] [stderr] 11865 | pub fn new_with( [INFO] [stderr] | -------- [INFO] [stderr] ... [INFO] [stderr] 11873 | D: DispatchSignedRequest + Send + Sync + 'static, [INFO] [stderr] | --------------------- required by this bound in `generated::Route53Client::new_with` [INFO] [stderr] ... [INFO] [stderr] 14769 | let client = Route53Client::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:14769:52 [INFO] [stderr] | [INFO] [stderr] 11865 | pub fn new_with( [INFO] [stderr] | -------- [INFO] [stderr] ... [INFO] [stderr] 11871 | P: ProvideAwsCredentials + Send + Sync + 'static, [INFO] [stderr] | --------------------- required by this bound in `generated::Route53Client::new_with` [INFO] [stderr] ... [INFO] [stderr] 14769 | let client = Route53Client::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/custom/custom_tests.rs:28:18 [INFO] [stderr] | [INFO] [stderr] 28 | let client = Route53Client::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:11865:12 [INFO] [stderr] | [INFO] [stderr] 11865 | pub fn new_with( [INFO] [stderr] | -------- [INFO] [stderr] ... [INFO] [stderr] 11873 | D: DispatchSignedRequest + Send + Sync + 'static, [INFO] [stderr] | --------------------- required by this bound in `generated::Route53Client::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:28:48 [INFO] [stderr] | [INFO] [stderr] 28 | let client = Route53Client::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:11865:12 [INFO] [stderr] | [INFO] [stderr] 11865 | pub fn new_with( [INFO] [stderr] | -------- [INFO] [stderr] ... [INFO] [stderr] 11871 | P: ProvideAwsCredentials + Send + Sync + 'static, [INFO] [stderr] | --------------------- required by this bound in `generated::Route53Client::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_route53`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "98e2bcab5a2693718b5ab3db83f39e56d66c176510af911eb015ebe440ab20cb"` [INFO] running `"docker" "rm" "-f" "98e2bcab5a2693718b5ab3db83f39e56d66c176510af911eb015ebe440ab20cb"` [INFO] [stdout] 98e2bcab5a2693718b5ab3db83f39e56d66c176510af911eb015ebe440ab20cb