[INFO] crate adventure-rusoto-sns 0.3.0 is already in cache [INFO] extracting crate adventure-rusoto-sns 0.3.0 into work/ex/beta-1.38-1/sources/1.37.0/reg/adventure-rusoto-sns/0.3.0 [INFO] extracting crate adventure-rusoto-sns 0.3.0 into work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/adventure-rusoto-sns/0.3.0 [INFO] validating manifest of adventure-rusoto-sns-0.3.0 on toolchain 1.37.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of adventure-rusoto-sns-0.3.0 on toolchain beta-2019-08-13 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing adventure-rusoto-sns-0.3.0 [INFO] finished frobbing adventure-rusoto-sns-0.3.0 [INFO] frobbed toml for adventure-rusoto-sns-0.3.0 written to work/ex/beta-1.38-1/sources/1.37.0/reg/adventure-rusoto-sns/0.3.0/Cargo.toml [INFO] started frobbing adventure-rusoto-sns-0.3.0 [INFO] finished frobbing adventure-rusoto-sns-0.3.0 [INFO] frobbed toml for adventure-rusoto-sns-0.3.0 written to work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/adventure-rusoto-sns/0.3.0/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "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" "+1.37.0" "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" "+beta-2019-08-13" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] testing adventure-rusoto-sns-0.3.0 against beta-2019-08-13 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-7/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/adventure-rusoto-sns/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=warn" "-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" "+beta-2019-08-13" "build" "--frozen"` [INFO] [stdout] a0e9f9032ba796723d56577ceb5d1f39b5d711d86fcb3808ca345610ced3c50b [INFO] running `"docker" "start" "-a" "a0e9f9032ba796723d56577ceb5d1f39b5d711d86fcb3808ca345610ced3c50b"` [INFO] [stderr] Compiling arc-swap v0.4.2 [INFO] [stderr] Compiling constant_time_eq v0.1.4 [INFO] [stderr] Compiling shlex v0.1.1 [INFO] [stderr] Compiling md5 v0.3.8 [INFO] [stderr] Compiling futures-util-preview v0.3.0-alpha.18 [INFO] [stderr] Compiling rusoto_core v0.40.0 [INFO] [stderr] Compiling digest v0.7.6 [INFO] [stderr] Compiling backoff v0.1.5 [INFO] [stderr] Compiling sha2 v0.7.1 [INFO] [stderr] Compiling crypto-mac v0.5.2 [INFO] [stderr] Compiling hmac v0.5.0 [INFO] [stderr] Compiling signal-hook-registry v1.1.1 [INFO] [stderr] Compiling signal-hook v0.1.10 [INFO] [stderr] Compiling tokio-signal v0.2.7 [INFO] [stderr] Compiling tokio-process v0.2.4 [INFO] [stderr] Compiling rusoto_credential v0.40.0 [INFO] [stderr] Compiling 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" "a0e9f9032ba796723d56577ceb5d1f39b5d711d86fcb3808ca345610ced3c50b"` [INFO] running `"docker" "rm" "-f" "a0e9f9032ba796723d56577ceb5d1f39b5d711d86fcb3808ca345610ced3c50b"` [INFO] [stdout] a0e9f9032ba796723d56577ceb5d1f39b5d711d86fcb3808ca345610ced3c50b