[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] testing sateffen/rust-tokio-proto-test against 1.44.0 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsateffen%2Frust-tokio-proto-test" "/workspace/builds/worker-8/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-8/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/sateffen/rust-tokio-proto-test on toolchain 1.44.0 [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "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-8/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" "+1.44.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] error: the lock file /workspace/builds/worker-8/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" "+1.44.0" "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" "+1.44.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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=warn" "-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" "+1.44.0" "build" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 60a7744a04fd7df906f35629073863d127f3b9e7ed4432c39bb689049dce0bbb [INFO] running `"docker" "start" "-a" "60a7744a04fd7df906f35629073863d127f3b9e7ed4432c39bb689049dce0bbb"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling smallvec v0.4.5 [INFO] [stderr] Compiling bytes v0.5.4 (https://github.com/carllerche/bytes#a3304e8b) [INFO] [stderr] Compiling tokio-service v0.1.0 (https://github.com/tokio-rs/tokio-service#01ab7ecb) [INFO] [stderr] Compiling tokio-tcp v0.1.4 [INFO] [stderr] Compiling tokio-udp v0.1.6 [INFO] [stderr] Compiling tokio-uds v0.2.6 [INFO] [stderr] Compiling tokio v0.1.22 [INFO] [stderr] Compiling tokio-core v0.1.17 [INFO] [stderr] Compiling tokio-proto v0.1.1 (https://github.com/tokio-rs/tokio-proto#56c720ea) [INFO] [stderr] Compiling 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; [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>; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] error: aborting due to 18 previous errors; 1 warning emitted [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" "60a7744a04fd7df906f35629073863d127f3b9e7ed4432c39bb689049dce0bbb"` [INFO] running `"docker" "rm" "-f" "60a7744a04fd7df906f35629073863d127f3b9e7ed4432c39bb689049dce0bbb"` [INFO] [stdout] 60a7744a04fd7df906f35629073863d127f3b9e7ed4432c39bb689049dce0bbb