[INFO] updating cached repository https://github.com/dyoshikawa/egg-mode-playground
[INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"`
[INFO] running `"git" "rev-parse" "HEAD"`
[INFO] [stdout] fcdc618f8ad063d91f39c7ad50fcde092e482f03
[INFO] checking dyoshikawa/egg-mode-playground against master#209b2be09fcaff937480d1fbbe8b31646e361c7a for pr-70917
[INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdyoshikawa%2Fegg-mode-playground" "/workspace/builds/worker-0/source"`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/dyoshikawa/egg-mode-playground on toolchain 209b2be09fcaff937480d1fbbe8b31646e361c7a
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "read-manifest" "--manifest-path" "Cargo.toml"`
[INFO] started tweaking git repo https://github.com/dyoshikawa/egg-mode-playground
[INFO] finished tweaking git repo https://github.com/dyoshikawa/egg-mode-playground
[INFO] tweaked toml for git repo https://github.com/dyoshikawa/egg-mode-playground written to /workspace/builds/worker-0/source/Cargo.toml
[INFO] crate git repo https://github.com/dyoshikawa/egg-mode-playground already has a lockfile, it will not be regenerated
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "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] bd537b80a5df9e33174e480197917199e9da96cf76649819bcb277bf95573252
[INFO] running `"docker" "start" "-a" "bd537b80a5df9e33174e480197917199e9da96cf76649819bcb277bf95573252"`
[INFO] [stderr]    Compiling ring v0.14.6
[INFO] [stderr]     Checking serde_json v1.0.47
[INFO] [stderr]     Checking bytes v0.4.12
[INFO] [stderr]    Compiling futures-macro v0.3.4
[INFO] [stderr]     Checking tokio-threadpool v0.1.18
[INFO] [stderr]     Checking tokio-io v0.1.13
[INFO] [stderr]     Checking http v0.1.21
[INFO] [stderr]     Checking string v0.2.1
[INFO] [stderr]     Checking tokio-buf v0.1.1
[INFO] [stderr]     Checking tokio-reactor v0.1.12
[INFO] [stderr]     Checking tokio-codec v0.1.2
[INFO] [stderr]     Checking tokio-fs v0.1.7
[INFO] [stderr]     Checking tokio-uds v0.2.6
[INFO] [stderr]     Checking tokio-tcp v0.1.4
[INFO] [stderr]     Checking tokio-udp v0.1.6
[INFO] [stderr]     Checking http-body v0.1.0
[INFO] [stderr]     Checking h2 v0.1.26
[INFO] [stderr]     Checking tokio v0.1.22
[INFO] [stderr]     Checking futures-util v0.3.4
[INFO] [stderr]     Checking webpki v0.19.1
[INFO] [stderr]     Checking sct v0.5.0
[INFO] [stderr]     Checking ct-logs v0.5.1
[INFO] [stderr]     Checking rustls v0.15.2
[INFO] [stderr]     Checking webpki-roots v0.16.0
[INFO] [stderr]     Checking hyper v0.12.35
[INFO] [stderr]     Checking futures-executor v0.3.4
[INFO] [stderr]     Checking tokio-rustls v0.9.4
[INFO] [stderr]     Checking futures v0.3.4
[INFO] [stderr]     Checking hyper-tls v0.3.2
[INFO] [stderr]     Checking hyper-rustls v0.16.1
[INFO] [stderr]     Checking egg-mode v0.13.0
[INFO] [stderr]     Checking twitter-rs-playground v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr] error[E0277]: the trait bound `egg_mode::common::response::TwitterFuture<egg_mode::auth::KeyPair>: core::future::future::Future` is not satisfied
[INFO] [stderr]    --> src/main.rs:3:53
[INFO] [stderr]     |
[INFO] [stderr] 3   |     let request_token = futures::executor::block_on(egg_mode::request_token(&con_token, "oob"));
[INFO] [stderr]     |                                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::future::future::Future` is not implemented for `egg_mode::common::response::TwitterFuture<egg_mode::auth::KeyPair>`
[INFO] [stderr]     | 
[INFO] [stderr]    ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-executor-0.3.4/src/local_pool.rs:315:20
[INFO] [stderr]     |
[INFO] [stderr] 315 | pub fn block_on<F: Future>(f: F) -> F::Output {
[INFO] [stderr]     |                    ------ required by this bound in `futures_executor::local_pool::block_on`
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `egg_mode::common::response::TwitterFuture<egg_mode::auth::KeyPair>: core::future::future::Future` is not satisfied
[INFO] [stderr]  --> src/main.rs:3:25
[INFO] [stderr]   |
[INFO] [stderr] 3 |     let request_token = futures::executor::block_on(egg_mode::request_token(&con_token, "oob"));
[INFO] [stderr]   |                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::future::future::Future` is not implemented for `egg_mode::common::response::TwitterFuture<egg_mode::auth::KeyPair>`
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `egg_mode::common::response::TwitterFuture<egg_mode::auth::KeyPair>: core::future::future::Future` is not satisfied
[INFO] [stderr]    --> src/main.rs:3:53
[INFO] [stderr]     |
[INFO] [stderr] 3   |     let request_token = futures::executor::block_on(egg_mode::request_token(&con_token, "oob"));
[INFO] [stderr]     |                                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::future::future::Future` is not implemented for `egg_mode::common::response::TwitterFuture<egg_mode::auth::KeyPair>`
[INFO] [stderr]     | 
[INFO] [stderr]    ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-executor-0.3.4/src/local_pool.rs:315:20
[INFO] [stderr]     |
[INFO] [stderr] 315 | pub fn block_on<F: Future>(f: F) -> F::Output {
[INFO] [stderr]     |                    ------ required by this bound in `futures_executor::local_pool::block_on`
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 2 previous errors
[INFO] [stderr] 
[INFO] [stderr] For more information about this error, try `rustc --explain E0277`.
[INFO] [stderr] error: could not compile `twitter-rs-playground`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error[E0277]: the trait bound `egg_mode::common::response::TwitterFuture<egg_mode::auth::KeyPair>: core::future::future::Future` is not satisfied
[INFO] [stderr]  --> src/main.rs:3:25
[INFO] [stderr]   |
[INFO] [stderr] 3 |     let request_token = futures::executor::block_on(egg_mode::request_token(&con_token, "oob"));
[INFO] [stderr]   |                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `core::future::future::Future` is not implemented for `egg_mode::common::response::TwitterFuture<egg_mode::auth::KeyPair>`
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 2 previous errors
[INFO] [stderr] 
[INFO] [stderr] For more information about this error, try `rustc --explain E0277`.
[INFO] [stderr] error: could not compile `twitter-rs-playground`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] running `"docker" "inspect" "bd537b80a5df9e33174e480197917199e9da96cf76649819bcb277bf95573252"`
[INFO] running `"docker" "rm" "-f" "bd537b80a5df9e33174e480197917199e9da96cf76649819bcb277bf95573252"`
[INFO] [stdout] bd537b80a5df9e33174e480197917199e9da96cf76649819bcb277bf95573252
