[INFO] updating cached repository https://github.com/sateffen/rust-tokio-proto-test
[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] 967c49bf3d417b23edcb5d26a0905d37aba3cd72
[INFO] checking sateffen/rust-tokio-proto-test against master#bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc for pr-70917
[INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsateffen%2Frust-tokio-proto-test" "/workspace/builds/worker-4/source"`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/sateffen/rust-tokio-proto-test on toolchain bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "read-manifest" "--manifest-path" "Cargo.toml"`
[INFO] started tweaking git repo https://github.com/sateffen/rust-tokio-proto-test
[INFO] finished tweaking git repo https://github.com/sateffen/rust-tokio-proto-test
[INFO] tweaked toml for git repo https://github.com/sateffen/rust-tokio-proto-test written to /workspace/builds/worker-4/source/Cargo.toml
[INFO] crate git repo https://github.com/sateffen/rust-tokio-proto-test already has a lockfile, it will not be regenerated
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] [stderr] error: the lock file /workspace/builds/worker-4/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" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"`
[INFO] [stderr]     Updating git repository `https://github.com/carllerche/bytes`
[INFO] [stderr]     Updating git repository `https://github.com/tokio-rs/tokio-proto`
[INFO] [stderr]     Updating git repository `https://github.com/tokio-rs/tokio-service`
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "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] eed1d3507adccda299aa0a1c5864963250e6df4c6c672ff68581ae1ab28d83fc
[INFO] running `"docker" "start" "-a" "eed1d3507adccda299aa0a1c5864963250e6df4c6c672ff68581ae1ab28d83fc"`
[INFO] [stderr]     Checking smallvec v0.4.5
[INFO] [stderr]     Checking bytes v0.5.4 (https://github.com/carllerche/bytes#b4ebe843)
[INFO] [stderr]     Checking tokio-service v0.1.0 (https://github.com/tokio-rs/tokio-service#01ab7ecb)
[INFO] [stderr]     Checking tokio-reactor v0.1.12
[INFO] [stderr]     Checking tokio-uds v0.2.6
[INFO] [stderr]     Checking tokio-udp v0.1.6
[INFO] [stderr]     Checking tokio-tcp v0.1.4
[INFO] [stderr]     Checking tokio v0.1.22
[INFO] [stderr]     Checking tokio-core v0.1.17
[INFO] [stderr]     Checking tokio-proto v0.1.1 (https://github.com/tokio-rs/tokio-proto#56c720ea)
[INFO] [stderr]     Checking rust-tokio-proto-test v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr] error[E0432]: unresolved import `bytes::buf::BlockBuf`
[INFO] [stderr]  --> src/parser.rs:3:5
[INFO] [stderr]   |
[INFO] [stderr] 3 | use bytes::buf::BlockBuf;
[INFO] [stderr]   |     ^^^^^^^^^^^^^^^^^^^^ no `BlockBuf` in `buf`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `tokio_proto::Parse`
[INFO] [stderr]  --> src/parser.rs:4:19
[INFO] [stderr]   |
[INFO] [stderr] 4 | use tokio_proto::{Parse, pipeline};
[INFO] [stderr]   |                   ^^^^^ no `Parse` in the root
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `bytes::MutBuf`
[INFO] [stderr]  --> src/serializer.rs:2:5
[INFO] [stderr]   |
[INFO] [stderr] 2 | use bytes::MutBuf;
[INFO] [stderr]   |     ^^^^^^^^^^^^^ no `MutBuf` in the root
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `bytes::buf::BlockBuf`
[INFO] [stderr]  --> src/serializer.rs:3:5
[INFO] [stderr]   |
[INFO] [stderr] 3 | use bytes::buf::BlockBuf;
[INFO] [stderr]   |     ^^^^^^^^^^^^^^^^^^^^ no `BlockBuf` in `buf`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `tokio_proto::Serialize`
[INFO] [stderr]  --> src/serializer.rs:4:19
[INFO] [stderr]   |
[INFO] [stderr] 4 | use tokio_proto::{Serialize, pipeline};
[INFO] [stderr]   |                   ^^^^^^^^^ no `Serialize` in the root
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `tokio_proto::Message`
[INFO] [stderr]  --> src/service.rs:5:5
[INFO] [stderr]   |
[INFO] [stderr] 5 | use tokio_proto::Message;
[INFO] [stderr]   |     ^^^^^^^^^^^^^^^^^^^^ no `Message` in the root
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `bytes::buf::BlockBuf`
[INFO] [stderr]   --> src/main.rs:17:5
[INFO] [stderr]    |
[INFO] [stderr] 17 | use bytes::buf::BlockBuf;
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^^^^^^ no `BlockBuf` in `buf`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved imports `tokio_proto::server`, `tokio_proto::Framed`
[INFO] [stderr]   --> src/main.rs:19:19
[INFO] [stderr]    |
[INFO] [stderr] 19 | use tokio_proto::{server, Framed, pipeline};
[INFO] [stderr]    |                   ^^^^^^  ^^^^^^ no `Framed` in the root
[INFO] [stderr]    |                   |
[INFO] [stderr]    |                   no `server` in the root
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `Frame` in `pipeline`
[INFO] [stderr]   --> src/parser.rs:40:37
[INFO] [stderr]    |
[INFO] [stderr] 40 |             Ok(s) => Some(pipeline::Frame::Message(s.to_string())),
[INFO] [stderr]    |                                     ^^^^^ could not find `Frame` in `pipeline`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `Frame` in `pipeline`
[INFO] [stderr]   --> src/parser.rs:41:38
[INFO] [stderr]    |
[INFO] [stderr] 41 |             Err(_) => Some(pipeline::Frame::Error(Error::new(ErrorKind::Other, "invalid string"))),
[INFO] [stderr]    |                                      ^^^^^ could not find `Frame` in `pipeline`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `Frame` in `pipeline`
[INFO] [stderr]   --> src/serializer.rs:21:23
[INFO] [stderr]    |
[INFO] [stderr] 21 |             pipeline::Frame::Message(msg) => buf.write_str(&msg),
[INFO] [stderr]    |                       ^^^^^ could not find `Frame` in `pipeline`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `Frame` in `pipeline`
[INFO] [stderr]   --> src/serializer.rs:22:23
[INFO] [stderr]    |
[INFO] [stderr] 22 |             pipeline::Frame::Body(body) => println!("BODY{:?}", body),
[INFO] [stderr]    |                       ^^^^^ could not find `Frame` in `pipeline`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `Frame` in `pipeline`
[INFO] [stderr]   --> src/serializer.rs:23:23
[INFO] [stderr]    |
[INFO] [stderr] 23 |             pipeline::Frame::MessageWithBody(_,_) => println!("GOT MESSAGE WITH BODY"),
[INFO] [stderr]    |                       ^^^^^ could not find `Frame` in `pipeline`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `Frame` in `pipeline`
[INFO] [stderr]   --> src/serializer.rs:24:23
[INFO] [stderr]    |
[INFO] [stderr] 24 |             pipeline::Frame::Error(e) => println!("Error {:?}", e),
[INFO] [stderr]    |                       ^^^^^ could not find `Frame` in `pipeline`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `Frame` in `pipeline`
[INFO] [stderr]   --> src/serializer.rs:25:23
[INFO] [stderr]    |
[INFO] [stderr] 25 |             pipeline::Frame::Done => println!("DONE"),
[INFO] [stderr]    |                       ^^^^^ could not find `Frame` in `pipeline`
[INFO] [stderr] 
[INFO] [stderr] error[E0407]: method `poll_ready` is not a member of trait `Service`
[INFO] [stderr]   --> src/service.rs:40:5
[INFO] [stderr]    |
[INFO] [stderr] 40 | /     fn poll_ready(&self) -> Async<()> {
[INFO] [stderr] 41 | |         Async::Ready(())
[INFO] [stderr] 42 | |     }
[INFO] [stderr]    | |_____^ not a member of trait `Service`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `Server` in `pipeline`
[INFO] [stderr]   --> src/main.rs:50:19
[INFO] [stderr]    |
[INFO] [stderr] 50 |         pipeline::Server::new(
[INFO] [stderr]    |                   ^^^^^^ could not find `Server` in `pipeline`
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `Frame` in module `pipeline`
[INFO] [stderr]   --> src/typedefs.rs:10:28
[INFO] [stderr]    |
[INFO] [stderr] 10 | pub type Frame = pipeline::Frame<FrameMessage, FrameBody, Error>;
[INFO] [stderr]    |                            ^^^^^ not found in `pipeline`
[INFO] [stderr]    |
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]    |
[INFO] [stderr] 1  | use tokio_proto::streaming::multiplex::Frame;
[INFO] [stderr]    |
[INFO] [stderr] 1  | use tokio_proto::streaming::pipeline::Frame;
[INFO] [stderr]    |
[INFO] [stderr] 1  | use typedefs::Frame;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]   --> src/service.rs:19:23
[INFO] [stderr]    |
[INFO] [stderr] 19 |     type Future = Box<Future<Item = Self::Response, Error = Self::Error>>;
[INFO] [stderr]    |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future<Item = Self::Response, Error = Self::Error>`
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(bare_trait_objects)]` on by default
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 18 previous errors
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0407, E0412, E0432, E0433.
[INFO] [stderr] For more information about an error, try `rustc --explain E0407`.
[INFO] [stderr] error: could not compile `rust-tokio-proto-test`.
[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[E0432]: unresolved import `bytes::buf::BlockBuf`
[INFO] [stderr]  --> src/parser.rs:3:5
[INFO] [stderr]   |
[INFO] [stderr] 3 | use bytes::buf::BlockBuf;
[INFO] [stderr]   |     ^^^^^^^^^^^^^^^^^^^^ no `BlockBuf` in `buf`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `tokio_proto::Parse`
[INFO] [stderr]  --> src/parser.rs:4:19
[INFO] [stderr]   |
[INFO] [stderr] 4 | use tokio_proto::{Parse, pipeline};
[INFO] [stderr]   |                   ^^^^^ no `Parse` in the root
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `bytes::MutBuf`
[INFO] [stderr]  --> src/serializer.rs:2:5
[INFO] [stderr]   |
[INFO] [stderr] 2 | use bytes::MutBuf;
[INFO] [stderr]   |     ^^^^^^^^^^^^^ no `MutBuf` in the root
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `bytes::buf::BlockBuf`
[INFO] [stderr]  --> src/serializer.rs:3:5
[INFO] [stderr]   |
[INFO] [stderr] 3 | use bytes::buf::BlockBuf;
[INFO] [stderr]   |     ^^^^^^^^^^^^^^^^^^^^ no `BlockBuf` in `buf`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `tokio_proto::Serialize`
[INFO] [stderr]  --> src/serializer.rs:4:19
[INFO] [stderr]   |
[INFO] [stderr] 4 | use tokio_proto::{Serialize, pipeline};
[INFO] [stderr]   |                   ^^^^^^^^^ no `Serialize` in the root
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `tokio_proto::Message`
[INFO] [stderr]  --> src/service.rs:5:5
[INFO] [stderr]   |
[INFO] [stderr] 5 | use tokio_proto::Message;
[INFO] [stderr]   |     ^^^^^^^^^^^^^^^^^^^^ no `Message` in the root
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `bytes::buf::BlockBuf`
[INFO] [stderr]   --> src/main.rs:17:5
[INFO] [stderr]    |
[INFO] [stderr] 17 | use bytes::buf::BlockBuf;
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^^^^^^ no `BlockBuf` in `buf`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved imports `tokio_proto::server`, `tokio_proto::Framed`
[INFO] [stderr]   --> src/main.rs:19:19
[INFO] [stderr]    |
[INFO] [stderr] 19 | use tokio_proto::{server, Framed, pipeline};
[INFO] [stderr]    |                   ^^^^^^  ^^^^^^ no `Framed` in the root
[INFO] [stderr]    |                   |
[INFO] [stderr]    |                   no `server` in the root
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `Frame` in `pipeline`
[INFO] [stderr]   --> src/parser.rs:40:37
[INFO] [stderr]    |
[INFO] [stderr] 40 |             Ok(s) => Some(pipeline::Frame::Message(s.to_string())),
[INFO] [stderr]    |                                     ^^^^^ could not find `Frame` in `pipeline`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `Frame` in `pipeline`
[INFO] [stderr]   --> src/parser.rs:41:38
[INFO] [stderr]    |
[INFO] [stderr] 41 |             Err(_) => Some(pipeline::Frame::Error(Error::new(ErrorKind::Other, "invalid string"))),
[INFO] [stderr]    |                                      ^^^^^ could not find `Frame` in `pipeline`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `Frame` in `pipeline`
[INFO] [stderr]   --> src/serializer.rs:21:23
[INFO] [stderr]    |
[INFO] [stderr] 21 |             pipeline::Frame::Message(msg) => buf.write_str(&msg),
[INFO] [stderr]    |                       ^^^^^ could not find `Frame` in `pipeline`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `Frame` in `pipeline`
[INFO] [stderr]   --> src/serializer.rs:22:23
[INFO] [stderr]    |
[INFO] [stderr] 22 |             pipeline::Frame::Body(body) => println!("BODY{:?}", body),
[INFO] [stderr]    |                       ^^^^^ could not find `Frame` in `pipeline`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `Frame` in `pipeline`
[INFO] [stderr]   --> src/serializer.rs:23:23
[INFO] [stderr]    |
[INFO] [stderr] 23 |             pipeline::Frame::MessageWithBody(_,_) => println!("GOT MESSAGE WITH BODY"),
[INFO] [stderr]    |                       ^^^^^ could not find `Frame` in `pipeline`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `Frame` in `pipeline`
[INFO] [stderr]   --> src/serializer.rs:24:23
[INFO] [stderr]    |
[INFO] [stderr] 24 |             pipeline::Frame::Error(e) => println!("Error {:?}", e),
[INFO] [stderr]    |                       ^^^^^ could not find `Frame` in `pipeline`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `Frame` in `pipeline`
[INFO] [stderr]   --> src/serializer.rs:25:23
[INFO] [stderr]    |
[INFO] [stderr] 25 |             pipeline::Frame::Done => println!("DONE"),
[INFO] [stderr]    |                       ^^^^^ could not find `Frame` in `pipeline`
[INFO] [stderr] 
[INFO] [stderr] error[E0407]: method `poll_ready` is not a member of trait `Service`
[INFO] [stderr]   --> src/service.rs:40:5
[INFO] [stderr]    |
[INFO] [stderr] 40 | /     fn poll_ready(&self) -> Async<()> {
[INFO] [stderr] 41 | |         Async::Ready(())
[INFO] [stderr] 42 | |     }
[INFO] [stderr]    | |_____^ not a member of trait `Service`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `Server` in `pipeline`
[INFO] [stderr]   --> src/main.rs:50:19
[INFO] [stderr]    |
[INFO] [stderr] 50 |         pipeline::Server::new(
[INFO] [stderr]    |                   ^^^^^^ could not find `Server` in `pipeline`
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `Frame` in module `pipeline`
[INFO] [stderr]   --> src/typedefs.rs:10:28
[INFO] [stderr]    |
[INFO] [stderr] 10 | pub type Frame = pipeline::Frame<FrameMessage, FrameBody, Error>;
[INFO] [stderr]    |                            ^^^^^ not found in `pipeline`
[INFO] [stderr]    |
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]    |
[INFO] [stderr] 1  | use tokio_proto::streaming::multiplex::Frame;
[INFO] [stderr]    |
[INFO] [stderr] 1  | use tokio_proto::streaming::pipeline::Frame;
[INFO] [stderr]    |
[INFO] [stderr] 1  | use typedefs::Frame;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]   --> src/service.rs:19:23
[INFO] [stderr]    |
[INFO] [stderr] 19 |     type Future = Box<Future<Item = Self::Response, Error = Self::Error>>;
[INFO] [stderr]    |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future<Item = Self::Response, Error = Self::Error>`
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(bare_trait_objects)]` on by default
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 18 previous errors
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0407, E0412, E0432, E0433.
[INFO] [stderr] For more information about an error, try `rustc --explain E0407`.
[INFO] [stderr] error: could not compile `rust-tokio-proto-test`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] running `"docker" "inspect" "eed1d3507adccda299aa0a1c5864963250e6df4c6c672ff68581ae1ab28d83fc"`
[INFO] running `"docker" "rm" "-f" "eed1d3507adccda299aa0a1c5864963250e6df4c6c672ff68581ae1ab28d83fc"`
[INFO] [stdout] eed1d3507adccda299aa0a1c5864963250e6df4c6c672ff68581ae1ab28d83fc
