[INFO] crate adventure-rusoto-ecs 0.3.0 is already in cache [INFO] extracting crate adventure-rusoto-ecs 0.3.0 into work/ex/pr-63376/sources/master#60960a260f7b5c695fd0717311d72ce62dd4eb43/reg/adventure-rusoto-ecs/0.3.0 [INFO] extracting crate adventure-rusoto-ecs 0.3.0 into work/ex/pr-63376/sources/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7/reg/adventure-rusoto-ecs/0.3.0 [INFO] validating manifest of adventure-rusoto-ecs-0.3.0 on toolchain master#60960a260f7b5c695fd0717311d72ce62dd4eb43 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+60960a260f7b5c695fd0717311d72ce62dd4eb43-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of adventure-rusoto-ecs-0.3.0 on toolchain try#266783e4e09e4e9d5307c1c8e695659c58bbcac7 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+266783e4e09e4e9d5307c1c8e695659c58bbcac7-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing adventure-rusoto-ecs-0.3.0 [INFO] finished frobbing adventure-rusoto-ecs-0.3.0 [INFO] frobbed toml for adventure-rusoto-ecs-0.3.0 written to work/ex/pr-63376/sources/master#60960a260f7b5c695fd0717311d72ce62dd4eb43/reg/adventure-rusoto-ecs/0.3.0/Cargo.toml [INFO] started frobbing adventure-rusoto-ecs-0.3.0 [INFO] finished frobbing adventure-rusoto-ecs-0.3.0 [INFO] frobbed toml for adventure-rusoto-ecs-0.3.0 written to work/ex/pr-63376/sources/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7/reg/adventure-rusoto-ecs/0.3.0/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+60960a260f7b5c695fd0717311d72ce62dd4eb43-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+266783e4e09e4e9d5307c1c8e695659c58bbcac7-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+60960a260f7b5c695fd0717311d72ce62dd4eb43-alt" "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 `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+266783e4e09e4e9d5307c1c8e695659c58bbcac7-alt" "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] checking adventure-rusoto-ecs-0.3.0 against try#266783e4e09e4e9d5307c1c8e695659c58bbcac7 for pr-63376 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-63376/worker-4/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-63376/sources/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7/reg/adventure-rusoto-ecs/0.3.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=forbid" "-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" "+266783e4e09e4e9d5307c1c8e695659c58bbcac7-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] f2013b65820491529fb78497d3974547c2158aeec6ce7d6f5e1f82c327b523d9 [INFO] running `"docker" "start" "-a" "f2013b65820491529fb78497d3974547c2158aeec6ce7d6f5e1f82c327b523d9"` [INFO] [stderr] Checking futures-util-preview v0.3.0-alpha.18 [INFO] [stderr] Compiling rusoto_core v0.40.0 [INFO] [stderr] Checking backoff v0.1.5 [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 adventure v0.4.0 [INFO] [stderr] error[E0277]: the trait bound `response::impl_futures01::Future01Response: core::future::future::Future` is not satisfied [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/adventure-0.4.0/src/response.rs:50:13 [INFO] [stderr] | [INFO] [stderr] 50 | impl Response for Future01Response [INFO] [stderr] | ^^^^^^^^ the trait `core::future::future::Future` is not implemented for `response::impl_futures01::Future01Response` [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `futures_core::future::private_try_future::Sealed` for `response::impl_futures01::Future01Response` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `response::impl_futures01::LocalFuture01ResponseObj<'a, T, E>: core::future::future::Future` is not satisfied [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/adventure-0.4.0/src/response.rs:85:20 [INFO] [stderr] | [INFO] [stderr] 85 | impl<'a, T, E> Response for LocalFuture01ResponseObj<'a, T, E> { [INFO] [stderr] | ^^^^^^^^ the trait `core::future::future::Future` is not implemented for `response::impl_futures01::LocalFuture01ResponseObj<'a, T, E>` [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `futures_core::future::private_try_future::Sealed` for `response::impl_futures01::LocalFuture01ResponseObj<'a, T, E>` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `response::impl_futures01::Future01ResponseObj<'a, T, E>: core::future::future::Future` is not satisfied [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/adventure-0.4.0/src/response.rs:117:20 [INFO] [stderr] | [INFO] [stderr] 117 | impl<'a, T, E> Response for Future01ResponseObj<'a, T, E> { [INFO] [stderr] | ^^^^^^^^ the trait `core::future::future::Future` is not implemented for `response::impl_futures01::Future01ResponseObj<'a, T, E>` [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `futures_core::future::private_try_future::Sealed` for `response::impl_futures01::Future01ResponseObj<'a, T, E>` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `response::impl_std::FutureResponse: core::future::future::Future` is not satisfied [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/adventure-0.4.0/src/response.rs:171:13 [INFO] [stderr] | [INFO] [stderr] 171 | impl Response for FutureResponse [INFO] [stderr] | ^^^^^^^^ the trait `core::future::future::Future` is not implemented for `response::impl_std::FutureResponse` [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `futures_core::future::private_try_future::Sealed` for `response::impl_std::FutureResponse` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `response::impl_std::LocalFutureResponseObj<'a, T, E>: core::future::future::Future` is not satisfied [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/adventure-0.4.0/src/response.rs:210:20 [INFO] [stderr] | [INFO] [stderr] 210 | impl<'a, T, E> Response for LocalFutureResponseObj<'a, T, E> { [INFO] [stderr] | ^^^^^^^^ the trait `core::future::future::Future` is not implemented for `response::impl_std::LocalFutureResponseObj<'a, T, E>` [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `futures_core::future::private_try_future::Sealed` for `response::impl_std::LocalFutureResponseObj<'a, T, E>` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `response::impl_std::FutureResponseObj<'a, T, E>: core::future::future::Future` is not satisfied [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/adventure-0.4.0/src/response.rs:246:20 [INFO] [stderr] | [INFO] [stderr] 246 | impl<'a, T, E> Response for FutureResponseObj<'a, T, E> { [INFO] [stderr] | ^^^^^^^^ the trait `core::future::future::Future` is not implemented for `response::impl_std::FutureResponseObj<'a, T, E>` [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `futures_core::future::private_try_future::Sealed` for `response::impl_std::FutureResponseObj<'a, T, E>` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `retry::tokio::Delay: core::future::future::Future` is not satisfied [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/adventure-0.4.0/src/retry/tokio.rs:21:6 [INFO] [stderr] | [INFO] [stderr] 21 | impl Timer for TokioTimer { [INFO] [stderr] | ^^^^^ the trait `core::future::future::Future` is not implemented for `retry::tokio::Delay` [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `futures_core::future::private_try_future::Sealed` for `retry::tokio::Delay` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `retry::tokio::Delay: core::future::future::Future` is not satisfied [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/adventure-0.4.0/src/retry/tokio.rs:33:6 [INFO] [stderr] | [INFO] [stderr] 33 | impl Response for Delay { [INFO] [stderr] | ^^^^^^^^ the trait `core::future::future::Future` is not implemented for `retry::tokio::Delay` [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `futures_core::future::private_try_future::Sealed` for `retry::tokio::Delay` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `retry::impls::Retrial, C>: core::future::future::Future` is not satisfied [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/adventure-0.4.0/src/retry/impls.rs:117:21 [INFO] [stderr] | [INFO] [stderr] 117 | impl OneshotRequest for Retrying [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ the trait `core::future::future::Future` is not implemented for `retry::impls::Retrial, C>` [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `futures_core::future::private_try_future::Sealed` for `retry::impls::Retrial, C>` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `retry::impls::Retrial, C>: core::future::future::Future` is not satisfied [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/adventure-0.4.0/src/retry/impls.rs:136:21 [INFO] [stderr] | [INFO] [stderr] 136 | impl Request for Retrying [INFO] [stderr] | ^^^^^^^^^^ the trait `core::future::future::Future` is not implemented for `retry::impls::Retrial, C>` [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `futures_core::future::private_try_future::Sealed` for `retry::impls::Retrial, C>` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `retry::impls::Retrial: core::future::future::Future` is not satisfied [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/adventure-0.4.0/src/retry/impls.rs:247:12 [INFO] [stderr] | [INFO] [stderr] 247 | impl Response for Retrial [INFO] [stderr] | ^^^^^^^^ the trait `core::future::future::Future` is not implemented for `retry::impls::Retrial` [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `futures_core::future::private_try_future::Sealed` for `retry::impls::Retrial` [INFO] [stderr] [INFO] [stderr] error: aborting due to 11 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0277`. [INFO] [stderr] error: Could not compile `adventure`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "f2013b65820491529fb78497d3974547c2158aeec6ce7d6f5e1f82c327b523d9"` [INFO] running `"docker" "rm" "-f" "f2013b65820491529fb78497d3974547c2158aeec6ce7d6f5e1f82c327b523d9"` [INFO] [stdout] f2013b65820491529fb78497d3974547c2158aeec6ce7d6f5e1f82c327b523d9