[INFO] updating cached repository https://github.com/rrichardson/bench-body
[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] 8e9e9e9969471a9e0eb34cafb55b100caa0394d6
[INFO] checking rrichardson/bench-body against master#209b2be09fcaff937480d1fbbe8b31646e361c7a for pr-70917
[INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frrichardson%2Fbench-body" "/workspace/builds/worker-12/source"`
[INFO] [stderr] Cloning into '/workspace/builds/worker-12/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/rrichardson/bench-body 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/rrichardson/bench-body
[INFO] removed path dependency hyper from git repo https://github.com/rrichardson/bench-body
[INFO] finished tweaking git repo https://github.com/rrichardson/bench-body
[INFO] tweaked toml for git repo https://github.com/rrichardson/bench-body written to /workspace/builds/worker-12/source/Cargo.toml
[INFO] crate git repo https://github.com/rrichardson/bench-body already has a lockfile, it will not be regenerated
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] [stderr] warning: dependency (hyper) specified without providing a local path, Git repository, or version to use. This will be considered an error in future versions
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr] error: the lock file /workspace/builds/worker-12/source/Cargo.lock needs to be updated but --locked was passed to prevent this
[INFO] [stderr] If you want to try to generate the lock file without accessing the network, use the --offline flag.
[INFO] the lockfile is outdated, regenerating it
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"`
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] [stderr] warning: dependency (hyper) specified without providing a local path, Git repository, or version to use. This will be considered an error in future versions
[INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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] 1a6f712b6522712aed291df27d1e616cebafe7ad4733bda0f30fe415682fd5de
[INFO] running `"docker" "start" "-a" "1a6f712b6522712aed291df27d1e616cebafe7ad4733bda0f30fe415682fd5de"`
[INFO] [stderr] warning: dependency (hyper) specified without providing a local path, Git repository, or version to use. This will be considered an error in future versions
[INFO] [stderr]     Checking bencher v0.1.5
[INFO] [stderr]     Checking http-body v0.3.1
[INFO] [stderr]    Compiling syn v1.0.17
[INFO] [stderr]     Checking bytes v0.4.12
[INFO] [stderr]     Checking tokio v0.2.18
[INFO] [stderr]     Checking mio-uds v0.6.7
[INFO] [stderr]     Checking tokio-io v0.1.13
[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 tokio-util v0.3.1
[INFO] [stderr]     Checking tokio v0.1.22
[INFO] [stderr]     Checking h2 v0.2.4
[INFO] [stderr]    Compiling pin-project-internal v0.4.8
[INFO] [stderr]     Checking pin-project v0.4.8
[INFO] [stderr]     Checking hyper v0.13.4
[INFO] [stderr]     Checking bench-body v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr] error[E0061]: this function takes 0 arguments but 1 argument was supplied
[INFO] [stderr]   --> benches/bench.rs:70:25
[INFO] [stderr]    |
[INFO] [stderr] 70 |         let connector = HttpConnector::new(1);
[INFO] [stderr]    |                         ^^^^^^^^^^^^^^^^^^ - supplied 1 argument
[INFO] [stderr]    |                         |
[INFO] [stderr]    |                         expected 0 arguments
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no method named `and_then` found for struct `hyper::client::ResponseFuture` in the current scope
[INFO] [stderr]    --> benches/bench.rs:92:49
[INFO] [stderr]     |
[INFO] [stderr] 92  |                 rt.block_on(client.request(req).and_then(|res| {
[INFO] [stderr]     |                                                 ^^^^^^^^ method not found in `hyper::client::ResponseFuture`
[INFO] [stderr]     | 
[INFO] [stderr]    ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/hyper-0.13.4/src/client/mod.rs:96:1
[INFO] [stderr]     |
[INFO] [stderr] 96  | pub struct ResponseFuture {
[INFO] [stderr]     | -------------------------
[INFO] [stderr]     | |
[INFO] [stderr]     | doesn't satisfy `hyper::client::ResponseFuture: futures::Future`
[INFO] [stderr]     | doesn't satisfy `hyper::client::ResponseFuture: futures::Stream`
[INFO] [stderr]     | 
[INFO] [stderr]    ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-util-0.3.4/src/future/try_future/mod.rs:321:8
[INFO] [stderr]     |
[INFO] [stderr] 321 |     fn and_then<Fut, F>(self, f: F) -> AndThen<Self, Fut, F>
[INFO] [stderr]     |        --------
[INFO] [stderr]     |        |
[INFO] [stderr]     |        the method is available for `std::boxed::Box<hyper::client::ResponseFuture>` here
[INFO] [stderr]     |        the method is available for `std::sync::Arc<hyper::client::ResponseFuture>` here
[INFO] [stderr]     |        the method is available for `std::rc::Rc<hyper::client::ResponseFuture>` here
[INFO] [stderr]     |
[INFO] [stderr]     = note: the method `and_then` exists but the following trait bounds were not satisfied:
[INFO] [stderr]             `hyper::client::ResponseFuture: futures::Future`
[INFO] [stderr]             which is required by `&mut hyper::client::ResponseFuture: futures::Future`
[INFO] [stderr]             `hyper::client::ResponseFuture: futures::Stream`
[INFO] [stderr]             which is required by `&mut hyper::client::ResponseFuture: futures::Stream`
[INFO] [stderr]     = help: items from traits can only be used if the trait is in scope
[INFO] [stderr] help: the following trait is implemented but not in scope; perhaps add a `use` for it:
[INFO] [stderr]     |
[INFO] [stderr] 13  | use futures_util::future::try_future::TryFutureExt;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no method named `and_then` found for struct `hyper::client::ResponseFuture` in the current scope
[INFO] [stderr]    --> benches/bench.rs:118:45
[INFO] [stderr]     |
[INFO] [stderr] 118 |                         client.request(req).and_then(|res| {
[INFO] [stderr]     |                                             ^^^^^^^^ method not found in `hyper::client::ResponseFuture`
[INFO] [stderr]     | 
[INFO] [stderr]    ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/hyper-0.13.4/src/client/mod.rs:96:1
[INFO] [stderr]     |
[INFO] [stderr] 96  | pub struct ResponseFuture {
[INFO] [stderr]     | -------------------------
[INFO] [stderr]     | |
[INFO] [stderr]     | doesn't satisfy `hyper::client::ResponseFuture: futures::Future`
[INFO] [stderr]     | doesn't satisfy `hyper::client::ResponseFuture: futures::Stream`
[INFO] [stderr]     | 
[INFO] [stderr]    ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-util-0.3.4/src/future/try_future/mod.rs:321:8
[INFO] [stderr]     |
[INFO] [stderr] 321 |     fn and_then<Fut, F>(self, f: F) -> AndThen<Self, Fut, F>
[INFO] [stderr]     |        --------
[INFO] [stderr]     |        |
[INFO] [stderr]     |        the method is available for `std::boxed::Box<hyper::client::ResponseFuture>` here
[INFO] [stderr]     |        the method is available for `std::sync::Arc<hyper::client::ResponseFuture>` here
[INFO] [stderr]     |        the method is available for `std::rc::Rc<hyper::client::ResponseFuture>` here
[INFO] [stderr]     |
[INFO] [stderr]     = note: the method `and_then` exists but the following trait bounds were not satisfied:
[INFO] [stderr]             `hyper::client::ResponseFuture: futures::Future`
[INFO] [stderr]             which is required by `&mut hyper::client::ResponseFuture: futures::Future`
[INFO] [stderr]             `hyper::client::ResponseFuture: futures::Stream`
[INFO] [stderr]             which is required by `&mut hyper::client::ResponseFuture: futures::Stream`
[INFO] [stderr]     = help: items from traits can only be used if the trait is in scope
[INFO] [stderr] help: the following trait is implemented but not in scope; perhaps add a `use` for it:
[INFO] [stderr]     |
[INFO] [stderr] 13  | use futures_util::future::try_future::TryFutureExt;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no method named `for_each` found for struct `hyper::Body` in the current scope
[INFO] [stderr]    --> benches/bench.rs:142:22
[INFO] [stderr]     |
[INFO] [stderr] 142 |                     .for_each(|_chunk| {
[INFO] [stderr]     |                      ^^^^^^^^ method not found in `hyper::Body`
[INFO] [stderr]     | 
[INFO] [stderr]    ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/hyper-0.13.4/src/body/body.rs:26:1
[INFO] [stderr]     |
[INFO] [stderr] 26  | pub struct Body {
[INFO] [stderr]     | ---------------
[INFO] [stderr]     | |
[INFO] [stderr]     | doesn't satisfy `hyper::Body: futures::Stream`
[INFO] [stderr]     | doesn't satisfy `hyper::Body: std::iter::Iterator`
[INFO] [stderr]     | 
[INFO] [stderr]    ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-util-0.3.4/src/stream/stream/mod.rs:672:8
[INFO] [stderr]     |
[INFO] [stderr] 672 |     fn for_each<Fut, F>(self, f: F) -> ForEach<Self, Fut, F>
[INFO] [stderr]     |        --------
[INFO] [stderr]     |        |
[INFO] [stderr]     |        the method is available for `std::boxed::Box<hyper::Body>` here
[INFO] [stderr]     |        the method is available for `std::sync::Arc<hyper::Body>` here
[INFO] [stderr]     |        the method is available for `std::rc::Rc<hyper::Body>` here
[INFO] [stderr]     |
[INFO] [stderr]     = note: the method `for_each` exists but the following trait bounds were not satisfied:
[INFO] [stderr]             `hyper::Body: futures::Stream`
[INFO] [stderr]             which is required by `&mut hyper::Body: futures::Stream`
[INFO] [stderr]             `hyper::Body: std::iter::Iterator`
[INFO] [stderr]             which is required by `&mut hyper::Body: std::iter::Iterator`
[INFO] [stderr]     = help: items from traits can only be used if the trait is in scope
[INFO] [stderr] help: the following trait is implemented but not in scope; perhaps add a `use` for it:
[INFO] [stderr]     |
[INFO] [stderr] 13  | use futures_util::stream::stream::StreamExt;
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `hyper::Body: std::convert::From<bytes::Bytes>` is not satisfied
[INFO] [stderr]    --> benches/bench.rs:146:39
[INFO] [stderr]     |
[INFO] [stderr] 146 |                         Response::new(Body::from(b))
[INFO] [stderr]     |                                       ^^^^^^^^^^ the trait `std::convert::From<bytes::Bytes>` is not implemented for `hyper::Body`
[INFO] [stderr]     |
[INFO] [stderr]     = help: the following implementations were found:
[INFO] [stderr]               <hyper::Body as std::convert::From<&'static [u8]>>
[INFO] [stderr]               <hyper::Body as std::convert::From<&'static str>>
[INFO] [stderr]               <hyper::Body as std::convert::From<hyper::body::Bytes>>
[INFO] [stderr]               <hyper::Body as std::convert::From<std::borrow::Cow<'static, [u8]>>>
[INFO] [stderr]             and 4 others
[INFO] [stderr]     = note: required by `std::convert::From::from`
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `[closure@benches/bench.rs:136:16: 149:10 body:_]: hyper::service::Service<&'a hyper::server::conn::AddrStream>` is not satisfied
[INFO] [stderr]    --> benches/bench.rs:136:10
[INFO] [stderr]     |
[INFO] [stderr] 136 |         .serve(move || {
[INFO] [stderr]     |          ^^^^^ ------- consider calling this closure
[INFO] [stderr]     |          |
[INFO] [stderr]     |          the trait `hyper::service::Service<&'a hyper::server::conn::AddrStream>` is not implemented for `[closure@benches/bench.rs:136:16: 149:10 body:_]`
[INFO] [stderr]     |
[INFO] [stderr]     = note: required because of the requirements on the impl of `hyper::service::make::MakeServiceRef<hyper::server::conn::AddrStream, hyper::Body>` for `[closure@benches/bench.rs:136:16: 149:10 body:_]`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no method named `map_err` found for struct `hyper::Server<hyper::server::conn::AddrIncoming, [closure@benches/bench.rs:136:16: 149:10 body:_]>` in the current scope
[INFO] [stderr]    --> benches/bench.rs:151:19
[INFO] [stderr]     |
[INFO] [stderr] 151 |     let fut = srv.map_err(|err| panic!("server error: {}", err));
[INFO] [stderr]     |                   ^^^^^^^ method not found in `hyper::Server<hyper::server::conn::AddrIncoming, [closure@benches/bench.rs:136:16: 149:10 body:_]>`
[INFO] [stderr]     | 
[INFO] [stderr]    ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/hyper-0.13.4/src/server/mod.rs:90:1
[INFO] [stderr]     |
[INFO] [stderr] 90  | pub struct Server<I, S, E = Exec> {
[INFO] [stderr]     | ---------------------------------
[INFO] [stderr]     | |
[INFO] [stderr]     | doesn't satisfy `_: futures::Future`
[INFO] [stderr]     | doesn't satisfy `_: futures::Stream`
[INFO] [stderr]     |
[INFO] [stderr]     = note: the method `map_err` exists but the following trait bounds were not satisfied:
[INFO] [stderr]             `hyper::Server<hyper::server::conn::AddrIncoming, [closure@benches/bench.rs:136:16: 149:10 body:_]>: futures::Future`
[INFO] [stderr]             which is required by `&mut hyper::Server<hyper::server::conn::AddrIncoming, [closure@benches/bench.rs:136:16: 149:10 body:_]>: futures::Future`
[INFO] [stderr]             `hyper::Server<hyper::server::conn::AddrIncoming, [closure@benches/bench.rs:136:16: 149:10 body:_]>: futures::Stream`
[INFO] [stderr]             which is required by `&mut hyper::Server<hyper::server::conn::AddrIncoming, [closure@benches/bench.rs:136:16: 149:10 body:_]>: futures::Stream`
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `Future`
[INFO] [stderr]   --> benches/bench.rs:16:15
[INFO] [stderr]    |
[INFO] [stderr] 16 | use futures::{Future, Stream};
[INFO] [stderr]    |               ^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_imports)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `Stream`
[INFO] [stderr]   --> benches/bench.rs:16:23
[INFO] [stderr]    |
[INFO] [stderr] 16 | use futures::{Future, Stream};
[INFO] [stderr]    |                       ^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 7 previous errors
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0061, E0277, E0599.
[INFO] [stderr] For more information about an error, try `rustc --explain E0061`.
[INFO] [stderr] error: could not compile `bench-body`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] running `"docker" "inspect" "1a6f712b6522712aed291df27d1e616cebafe7ad4733bda0f30fe415682fd5de"`
[INFO] running `"docker" "rm" "-f" "1a6f712b6522712aed291df27d1e616cebafe7ad4733bda0f30fe415682fd5de"`
[INFO] [stdout] 1a6f712b6522712aed291df27d1e616cebafe7ad4733bda0f30fe415682fd5de
