[INFO] fetching crate grpc_etcd 0.1.4... [INFO] checking grpc_etcd-0.1.4 against beta for pr-78714 [INFO] extracting crate grpc_etcd 0.1.4 into /workspace/builds/worker-7/source [INFO] validating manifest of crates.io crate grpc_etcd 0.1.4 on toolchain beta [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate grpc_etcd 0.1.4 [INFO] finished tweaking crates.io crate grpc_etcd 0.1.4 [INFO] tweaked toml for crates.io crate grpc_etcd 0.1.4 written to /workspace/builds/worker-7/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] warning: profile `doc` is deprecated and has no effect [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+beta" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] fec560265fbbacd4ee8732a3362df1f7e7025c8ee492636036e1c04d733874da [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "fec560265fbbacd4ee8732a3362df1f7e7025c8ee492636036e1c04d733874da", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "fec560265fbbacd4ee8732a3362df1f7e7025c8ee492636036e1c04d733874da", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fec560265fbbacd4ee8732a3362df1f7e7025c8ee492636036e1c04d733874da", kill_on_drop: false }` [INFO] [stdout] fec560265fbbacd4ee8732a3362df1f7e7025c8ee492636036e1c04d733874da [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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" "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" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+beta" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 951ddde23a480f77ed1313148a6ffa3adbfce2e8689a8c393af28d6cbd6f0c1e [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "951ddde23a480f77ed1313148a6ffa3adbfce2e8689a8c393af28d6cbd6f0c1e", kill_on_drop: false }` [INFO] [stderr] warning: profile `doc` is deprecated and has no effect [INFO] [stderr] Compiling protobuf v1.7.5 [INFO] [stderr] Checking bytes v0.6.0 [INFO] [stderr] Checking tokio v0.2.22 [INFO] [stderr] Checking tls-api v0.2.1 [INFO] [stderr] Checking tokio-io v0.1.13 [INFO] [stderr] Checking tls-api v0.4.0 [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-tls-api v0.2.1 [INFO] [stderr] Checking tls-api-stub v0.4.0 [INFO] [stderr] Checking tokio-tcp v0.1.4 [INFO] [stderr] Checking tokio-uds v0.2.7 [INFO] [stderr] Checking tokio-udp v0.1.6 [INFO] [stderr] Checking tokio v0.1.22 [INFO] [stderr] Checking tokio-core v0.1.17 [INFO] [stderr] Checking httpbis v0.2.0 [INFO] [stdout] error[E0495]: cannot infer an appropriate lifetime due to conflicting requirements [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/protobuf-1.7.5/src/chars.rs:38:27 [INFO] [stdout] | [INFO] [stdout] 38 | Chars(Bytes::from(src)) [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] note: first, the lifetime cannot outlive the lifetime `'a` as defined on the impl at 36:6... [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/protobuf-1.7.5/src/chars.rs:36:6 [INFO] [stdout] | [INFO] [stdout] 36 | impl<'a> From<&'a str> for Chars { [INFO] [stdout] | ^^ [INFO] [stdout] note: ...so that the expression is assignable [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/protobuf-1.7.5/src/chars.rs:38:27 [INFO] [stdout] | [INFO] [stdout] 38 | Chars(Bytes::from(src)) [INFO] [stdout] | ^^^ [INFO] [stdout] = note: expected `&str` [INFO] [stdout] found `&'a str` [INFO] [stdout] = note: but, the lifetime must be valid for the static lifetime... [INFO] [stdout] note: ...so that the types are compatible [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/protobuf-1.7.5/src/chars.rs:38:15 [INFO] [stdout] | [INFO] [stdout] 38 | Chars(Bytes::from(src)) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] = note: expected `From<&str>` [INFO] [stdout] found `From<&'static str>` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0061]: this function takes 1 argument but 2 arguments were supplied [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/protobuf-1.7.5/src/buf_read_iter.rs:230:27 [INFO] [stdout] | [INFO] [stdout] 230 | let r = bytes.slice(self.pos_within_buf, self.pos_within_buf + len); [INFO] [stdout] | ^^^^^ ------------------- ------------------------- supplied 2 arguments [INFO] [stdout] | | [INFO] [stdout] | expected 1 argument [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `bytes::IntoBuf` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/httpbis-0.2.0/src/solicit/frame/priority.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use bytes::IntoBuf; [INFO] [stdout] | ^^^^^^^^^^^^^^ no `IntoBuf` in the root [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `bytes::BigEndian` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/httpbis-0.2.0/src/solicit/frame/priority.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use bytes::BigEndian; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ no `BigEndian` in the root [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `bytes::IntoBuf` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/httpbis-0.2.0/src/solicit/frame/push_promise.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use bytes::IntoBuf; [INFO] [stdout] | ^^^^^^^^^^^^^^ no `IntoBuf` in the root [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `bytes::BigEndian` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/httpbis-0.2.0/src/solicit/frame/push_promise.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use bytes::BigEndian; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ no `BigEndian` in the root [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `tokio_timer::TimeoutError` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/httpbis-0.2.0/src/error.rs:11:5 [INFO] [stdout] | [INFO] [stdout] 11 | use tokio_timer::TimeoutError; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ no `TimeoutError` in the root [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `sync` in `futures` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/httpbis-0.2.0/src/client_conn.rs:26:14 [INFO] [stdout] | [INFO] [stdout] 26 | use futures::sync::mpsc::unbounded; [INFO] [stdout] | ^^^^ could not find `sync` in `futures` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `sync` in `futures` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/httpbis-0.2.0/src/client_conn.rs:27:14 [INFO] [stdout] | [INFO] [stdout] 27 | use futures::sync::mpsc::UnboundedSender; [INFO] [stdout] | ^^^^ could not find `sync` in `futures` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `sync` in `futures` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/httpbis-0.2.0/src/client.rs:13:14 [INFO] [stdout] | [INFO] [stdout] 13 | use futures::sync::mpsc::unbounded; [INFO] [stdout] | ^^^^ could not find `sync` in `futures` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `sync` in `futures` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/httpbis-0.2.0/src/client.rs:14:14 [INFO] [stdout] | [INFO] [stdout] 14 | use futures::sync::mpsc::UnboundedSender; [INFO] [stdout] | ^^^^ could not find `sync` in `futures` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `sync` in `futures` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/httpbis-0.2.0/src/client.rs:15:14 [INFO] [stdout] | [INFO] [stdout] 15 | use futures::sync::mpsc::UnboundedReceiver; [INFO] [stdout] | ^^^^ could not find `sync` in `futures` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `futures::sync` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/httpbis-0.2.0/src/client_conn.rs:25:14 [INFO] [stdout] | [INFO] [stdout] 25 | use futures::sync::oneshot; [INFO] [stdout] | ^^^^ could not find `sync` in `futures` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `sync` in `futures` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/httpbis-0.2.0/src/server_conn.rs:22:14 [INFO] [stdout] | [INFO] [stdout] 22 | use futures::sync::mpsc::unbounded; [INFO] [stdout] | ^^^^ could not find `sync` in `futures` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `sync` in `futures` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/httpbis-0.2.0/src/server_conn.rs:23:14 [INFO] [stdout] | [INFO] [stdout] 23 | use futures::sync::mpsc::UnboundedSender; [INFO] [stdout] | ^^^^ could not find `sync` in `futures` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `futures::sync` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/httpbis-0.2.0/src/client.rs:16:14 [INFO] [stdout] | [INFO] [stdout] 16 | use futures::sync::oneshot; [INFO] [stdout] | ^^^^ could not find `sync` in `futures` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `futures::sync` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/httpbis-0.2.0/src/server_conn.rs:24:14 [INFO] [stdout] | [INFO] [stdout] 24 | use futures::sync::oneshot; [INFO] [stdout] | ^^^^ could not find `sync` in `futures` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `futures::future::Loop` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/httpbis-0.2.0/src/common/conn.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | use futures::future::Loop; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ no `Loop` in `future` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `sync` in `futures` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/httpbis-0.2.0/src/common/conn.rs:8:14 [INFO] [stdout] | [INFO] [stdout] 8 | use futures::sync::mpsc::UnboundedSender; [INFO] [stdout] | ^^^^ could not find `sync` in `futures` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `futures::future::loop_fn` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/httpbis-0.2.0/src/common/conn.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | use futures::future::loop_fn; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ no `loop_fn` in `future` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `futures::Async` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/httpbis-0.2.0/src/common/pump_stream_to_write_loop.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use futures::Async; [INFO] [stdout] | ^^^^^^^^^^^^^^ no `Async` in the root [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `sync` in `futures` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/httpbis-0.2.0/src/common/pump_stream_to_write_loop.rs:5:14 [INFO] [stdout] | [INFO] [stdout] 5 | use futures::sync::mpsc::UnboundedSender; [INFO] [stdout] | ^^^^ could not find `sync` in `futures` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `futures::Poll` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/httpbis-0.2.0/src/common/pump_stream_to_write_loop.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use futures::Poll; [INFO] [stdout] | ^^^^^^^^^---- [INFO] [stdout] | | | [INFO] [stdout] | | help: a similar name exists in the module: `poll` [INFO] [stdout] | no `Poll` in the root [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `futures::Async` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/httpbis-0.2.0/src/common/stream_from_network.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use futures::Async; [INFO] [stdout] | ^^^^^^^^^^^^^^ no `Async` in the root [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `sync` in `futures` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/httpbis-0.2.0/src/common/stream_from_network.rs:6:14 [INFO] [stdout] | [INFO] [stdout] 6 | use futures::sync::mpsc::UnboundedSender; [INFO] [stdout] | ^^^^ could not find `sync` in `futures` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `futures::Poll` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/httpbis-0.2.0/src/common/stream_from_network.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use futures::Poll; [INFO] [stdout] | ^^^^^^^^^---- [INFO] [stdout] | | | [INFO] [stdout] | | help: a similar name exists in the module: `poll` [INFO] [stdout] | no `Poll` in the root [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `futures::Async` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/httpbis-0.2.0/src/common/stream_queue_sync.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | use futures::Async; [INFO] [stdout] | ^^^^^^^^^^^^^^ no `Async` in the root [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `sync` in `futures` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/httpbis-0.2.0/src/common/stream_queue_sync.rs:10:14 [INFO] [stdout] | [INFO] [stdout] 10 | use futures::sync::mpsc::unbounded; [INFO] [stdout] | ^^^^ could not find `sync` in `futures` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `sync` in `futures` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/httpbis-0.2.0/src/common/stream_queue_sync.rs:11:14 [INFO] [stdout] | [INFO] [stdout] 11 | use futures::sync::mpsc::UnboundedSender; [INFO] [stdout] | ^^^^ could not find `sync` in `futures` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `sync` in `futures` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/httpbis-0.2.0/src/common/stream_queue_sync.rs:12:14 [INFO] [stdout] | [INFO] [stdout] 12 | use futures::sync::mpsc::UnboundedReceiver; [INFO] [stdout] | ^^^^ could not find `sync` in `futures` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `futures::Poll` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/httpbis-0.2.0/src/common/stream_queue_sync.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | use futures::Poll; [INFO] [stdout] | ^^^^^^^^^---- [INFO] [stdout] | | | [INFO] [stdout] | | help: a similar name exists in the module: `poll` [INFO] [stdout] | no `Poll` in the root [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `futures::task::Task` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/httpbis-0.2.0/src/common/window_size.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | use futures::task::Task; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ no `Task` in `task` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `futures::Async` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/httpbis-0.2.0/src/common/window_size.rs:11:5 [INFO] [stdout] | [INFO] [stdout] 11 | use futures::Async; [INFO] [stdout] | ^^^^^^^^^^^^^^ no `Async` in the root [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `futures::Poll` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/httpbis-0.2.0/src/common/window_size.rs:12:5 [INFO] [stdout] | [INFO] [stdout] 12 | use futures::Poll; [INFO] [stdout] | ^^^^^^^^^---- [INFO] [stdout] | | | [INFO] [stdout] | | help: a similar name exists in the module: `poll` [INFO] [stdout] | no `Poll` in the root [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `futures::task::Task` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/httpbis-0.2.0/src/common/waiters.rs:11:5 [INFO] [stdout] | [INFO] [stdout] 11 | use futures::task::Task; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ no `Task` in `task` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `futures::Poll` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/httpbis-0.2.0/src/stream_part.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use futures::Poll; [INFO] [stdout] | ^^^^^^^^^---- [INFO] [stdout] | | | [INFO] [stdout] | | help: a similar name exists in the module: `poll` [INFO] [stdout] | no `Poll` in the root [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `futures::task::TaskRc` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/httpbis-0.2.0/src/futures_misc/task_data.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | use futures::task::TaskRc; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ no `TaskRc` in `task` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `futures::Poll` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/httpbis-0.2.0/src/futures_misc/stream_single.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | use futures::Poll; [INFO] [stdout] | ^^^^^^^^^---- [INFO] [stdout] | | | [INFO] [stdout] | | help: a similar name exists in the module: `poll` [INFO] [stdout] | no `Poll` in the root [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `futures::Async` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/httpbis-0.2.0/src/futures_misc/stream_single.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | use futures::Async; [INFO] [stdout] | ^^^^^^^^^^^^^^ no `Async` in the root [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved imports `futures::Async`, `futures::Poll` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/httpbis-0.2.0/src/futures_misc/stream_merge2.rs:1:15 [INFO] [stdout] | [INFO] [stdout] 1 | use futures::{Async, Poll}; [INFO] [stdout] | ^^^^^ ^^^^ [INFO] [stdout] | | | [INFO] [stdout] | | no `Poll` in the root [INFO] [stdout] | | help: a similar name exists in the module: `poll` [INFO] [stdout] | no `Async` in the root [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `futures::Poll` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/httpbis-0.2.0/src/futures_misc/stream_with_eof.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use futures::Poll; [INFO] [stdout] | ^^^^^^^^^---- [INFO] [stdout] | | | [INFO] [stdout] | | help: a similar name exists in the module: `poll` [INFO] [stdout] | no `Poll` in the root [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `futures::Async` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/httpbis-0.2.0/src/futures_misc/stream_with_eof.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use futures::Async; [INFO] [stdout] | ^^^^^^^^^^^^^^ no `Async` in the root [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `futures::Poll` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/httpbis-0.2.0/src/futures_misc/stream_with_eof_and_error.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use futures::Poll; [INFO] [stdout] | ^^^^^^^^^---- [INFO] [stdout] | | | [INFO] [stdout] | | help: a similar name exists in the module: `poll` [INFO] [stdout] | no `Poll` in the root [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `futures::Async` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/httpbis-0.2.0/src/futures_misc/stream_with_eof_and_error.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use futures::Async; [INFO] [stdout] | ^^^^^^^^^^^^^^ no `Async` in the root [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `futures::Async` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/httpbis-0.2.0/src/futures_misc/shutdown_signal.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use futures::Async; [INFO] [stdout] | ^^^^^^^^^^^^^^ no `Async` in the root [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `sync` in `futures` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/httpbis-0.2.0/src/futures_misc/shutdown_signal.rs:5:14 [INFO] [stdout] | [INFO] [stdout] 5 | use futures::sync::mpsc::unbounded; [INFO] [stdout] | ^^^^ could not find `sync` in `futures` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `sync` in `futures` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/httpbis-0.2.0/src/futures_misc/shutdown_signal.rs:6:14 [INFO] [stdout] | [INFO] [stdout] 6 | use futures::sync::mpsc::UnboundedSender; [INFO] [stdout] | ^^^^ could not find `sync` in `futures` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/protobuf-1.7.5/src/buf_read_iter.rs:238:37 [INFO] [stdout] | [INFO] [stdout] 238 | self.read_exact(buf)?; [INFO] [stdout] | ^^^ expected slice `[u8]`, found struct `UninitSlice` [INFO] [stdout] | [INFO] [stdout] = note: expected mutable reference `&mut [u8]` [INFO] [stdout] found mutable reference `&mut UninitSlice` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `sync` in `futures` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/httpbis-0.2.0/src/futures_misc/shutdown_signal.rs:7:14 [INFO] [stdout] | [INFO] [stdout] 7 | use futures::sync::mpsc::UnboundedReceiver; [INFO] [stdout] | ^^^^ could not find `sync` in `futures` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `futures::Poll` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/httpbis-0.2.0/src/futures_misc/shutdown_signal.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use futures::Poll; [INFO] [stdout] | ^^^^^^^^^---- [INFO] [stdout] | | | [INFO] [stdout] | | help: a similar name exists in the module: `poll` [INFO] [stdout] | no `Poll` in the root [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `futures::Async` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/httpbis-0.2.0/src/futures_misc/signal.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use futures::Async; [INFO] [stdout] | ^^^^^^^^^^^^^^ no `Async` in the root [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `futures::Poll` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/httpbis-0.2.0/src/futures_misc/signal.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use futures::Poll; [INFO] [stdout] | ^^^^^^^^^---- [INFO] [stdout] | | | [INFO] [stdout] | | help: a similar name exists in the module: `poll` [INFO] [stdout] | no `Poll` in the root [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `futures::task::Task` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/httpbis-0.2.0/src/futures_misc/signal.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | use futures::task::Task; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ no `Task` in `task` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `futures::task::Task` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/httpbis-0.2.0/src/futures_misc/latch.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use futures::task::Task; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ no `Task` in `task` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `futures::Async` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/httpbis-0.2.0/src/futures_misc/latch.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | use futures::Async; [INFO] [stdout] | ^^^^^^^^^^^^^^ no `Async` in the root [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `futures::Poll` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/httpbis-0.2.0/src/futures_misc/latch.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | use futures::Poll; [INFO] [stdout] | ^^^^^^^^^---- [INFO] [stdout] | | | [INFO] [stdout] | | help: a similar name exists in the module: `poll` [INFO] [stdout] | no `Poll` in the root [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `futures::executor::NotifyHandle` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/httpbis-0.2.0/src/futures_misc/test.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use futures::executor::NotifyHandle; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `NotifyHandle` in `executor` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `sync` in `futures` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/httpbis-0.2.0/src/futures_misc/sender_with_last.rs:1:14 [INFO] [stdout] | [INFO] [stdout] 1 | use futures::sync::mpsc::SendError; [INFO] [stdout] | ^^^^ could not find `sync` in `futures` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `sync` in `futures` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/httpbis-0.2.0/src/futures_misc/sender_with_last.rs:2:14 [INFO] [stdout] | [INFO] [stdout] 2 | use futures::sync::mpsc::UnboundedSender; [INFO] [stdout] | ^^^^ could not find `sync` in `futures` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `futures::executor::Notify` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/httpbis-0.2.0/src/futures_misc/test.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use futures::executor::Notify; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ no `Notify` in `executor` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `futures::Async` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/httpbis-0.2.0/src/solicit_async.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | use futures::Async; [INFO] [stdout] | ^^^^^^^^^^^^^^ no `Async` in the root [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `futures::Poll` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/httpbis-0.2.0/src/solicit_async.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | use futures::Poll; [INFO] [stdout] | ^^^^^^^^^---- [INFO] [stdout] | | | [INFO] [stdout] | | help: a similar name exists in the module: `poll` [INFO] [stdout] | no `Poll` in the root [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `futures::future::Loop` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/httpbis-0.2.0/src/solicit_async.rs:10:5 [INFO] [stdout] | [INFO] [stdout] 10 | use futures::future::Loop; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ no `Loop` in `future` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `futures::future::loop_fn` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/httpbis-0.2.0/src/solicit_async.rs:11:5 [INFO] [stdout] | [INFO] [stdout] 11 | use futures::future::loop_fn; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ no `loop_fn` in `future` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `try_ready` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/httpbis-0.2.0/src/futures_misc/stream_single.rs:43:19 [INFO] [stdout] | [INFO] [stdout] 43 | match try_ready!(self.stream.poll()) { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `try_ready` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/httpbis-0.2.0/src/futures_misc/stream_merge2.rs:39:38 [INFO] [stdout] | [INFO] [stdout] 39 | Ok(Async::NotReady) => match try_ready!(s2.poll()) { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `try_ready` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/httpbis-0.2.0/src/futures_misc/stream_merge2.rs:44:41 [INFO] [stdout] | [INFO] [stdout] 44 | Ok(Async::Ready(None)) => match try_ready!(s2.poll()) { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `try_ready` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/httpbis-0.2.0/src/futures_misc/stream_with_eof.rs:35:23 [INFO] [stdout] | [INFO] [stdout] 35 | match try_ready!(self.stream.poll()) { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `try_ready` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/httpbis-0.2.0/src/futures_misc/stream_with_eof.rs:40:23 [INFO] [stdout] | [INFO] [stdout] 40 | match try_ready!(self.stream.poll()) { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `try_ready` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/httpbis-0.2.0/src/futures_misc/stream_with_eof_and_error.rs:70:23 [INFO] [stdout] | [INFO] [stdout] 70 | match try_ready!(self.stream.poll()) { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `try_ready` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/httpbis-0.2.0/src/futures_misc/stream_with_eof_and_error.rs:77:23 [INFO] [stdout] | [INFO] [stdout] 77 | match try_ready!(self.stream.poll()) { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 3 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0061, E0308, E0495. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0061`. [INFO] [stdout] [INFO] [stderr] error: could not compile `protobuf` [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] [stdout] error[E0437]: type `Item` is not a member of trait `Future` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/httpbis-0.2.0/src/common/pump_stream_to_write_loop.rs:28:5 [INFO] [stdout] | [INFO] [stdout] 28 | type Item = (); [INFO] [stdout] | ^^^^^^^^^^^^^^^ not a member of trait `Future` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0437]: type `Error` is not a member of trait `Future` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/httpbis-0.2.0/src/common/pump_stream_to_write_loop.rs:29:5 [INFO] [stdout] | [INFO] [stdout] 29 | type Error = Void; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ not a member of trait `Future` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0437]: type `Error` is not a member of trait `Stream` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/httpbis-0.2.0/src/common/stream_from_network.rs:31:5 [INFO] [stdout] | [INFO] [stdout] 31 | type Error = error::Error; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not a member of trait `Stream` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0407]: method `poll` is not a member of trait `Stream` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/httpbis-0.2.0/src/common/stream_from_network.rs:33:5 [INFO] [stdout] | [INFO] [stdout] 33 | / fn poll(&mut self) -> Poll, error::Error> { [INFO] [stdout] 34 | | let part = match self.rx.poll() { [INFO] [stdout] 35 | | Ok(Async::NotReady) => return Ok(Async::NotReady), [INFO] [stdout] 36 | | Err(e) => return Err(e), [INFO] [stdout] ... | [INFO] [stdout] 57 | | Ok(Async::Ready(Some(part))) [INFO] [stdout] 58 | | } [INFO] [stdout] | |_____^ not a member of trait `Stream` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0437]: type `Error` is not a member of trait `Stream` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/httpbis-0.2.0/src/common/stream_queue_sync.rs:67:5 [INFO] [stdout] | [INFO] [stdout] 67 | type Error = error::Error; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not a member of trait `Stream` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0407]: method `poll` is not a member of trait `Stream` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/httpbis-0.2.0/src/common/stream_queue_sync.rs:69:5 [INFO] [stdout] | [INFO] [stdout] 69 | / fn poll(&mut self) -> Poll, error::Error> { [INFO] [stdout] 70 | | let part = match self.receiver.poll() { [INFO] [stdout] 71 | | Err(()) => unreachable!(), [INFO] [stdout] 72 | | Ok(Async::NotReady) => return Ok(Async::NotReady), [INFO] [stdout] ... | [INFO] [stdout] 84 | | Ok(Async::Ready(Some(part))) [INFO] [stdout] 85 | | } [INFO] [stdout] | |_____^ not a member of trait `Stream` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0437]: type `Error` is not a member of trait `Stream` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/httpbis-0.2.0/src/stream_part.rs:151:5 [INFO] [stdout] | [INFO] [stdout] 151 | type Error = error::Error; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not a member of trait `Stream` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0407]: method `poll` is not a member of trait `Stream` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/httpbis-0.2.0/src/stream_part.rs:153:5 [INFO] [stdout] | [INFO] [stdout] 153 | / fn poll(&mut self) -> Poll, Self::Error> { [INFO] [stdout] 154 | | self.0.poll() [INFO] [stdout] 155 | | } [INFO] [stdout] | |_____^ not a member of trait `Stream` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0437]: type `Item` is not a member of trait `Future` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/httpbis-0.2.0/src/futures_misc/stream_single.rs:38:5 [INFO] [stdout] | [INFO] [stdout] 38 | type Item = S::Item; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ not a member of trait `Future` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0437]: type `Error` is not a member of trait `Future` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/httpbis-0.2.0/src/futures_misc/stream_single.rs:39:5 [INFO] [stdout] | [INFO] [stdout] 39 | type Error = S::Error; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ not a member of trait `Future` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0437]: type `Error` is not a member of trait `Stream` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/httpbis-0.2.0/src/futures_misc/stream_merge2.rs:55:5 [INFO] [stdout] | [INFO] [stdout] 55 | type Error = S1::Error; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ not a member of trait `Stream` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0407]: method `poll` is not a member of trait `Stream` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/httpbis-0.2.0/src/futures_misc/stream_merge2.rs:57:5 [INFO] [stdout] | [INFO] [stdout] 57 | / fn poll(&mut self) -> Poll, Self::Error> { [INFO] [stdout] 58 | | if let Some(e) = self.queued_error.take() { [INFO] [stdout] 59 | | return Err(e); [INFO] [stdout] 60 | | } [INFO] [stdout] ... | [INFO] [stdout] 80 | | r [INFO] [stdout] 81 | | } [INFO] [stdout] | |_____^ not a member of trait `Stream` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0437]: type `Error` is not a member of trait `Stream` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/httpbis-0.2.0/src/futures_misc/stream_with_eof.rs:30:5 [INFO] [stdout] | [INFO] [stdout] 30 | type Error = E; [INFO] [stdout] | ^^^^^^^^^^^^^^^ not a member of trait `Stream` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0407]: method `poll` is not a member of trait `Stream` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/httpbis-0.2.0/src/futures_misc/stream_with_eof.rs:32:5 [INFO] [stdout] | [INFO] [stdout] 32 | / fn poll(&mut self) -> Poll, Self::Error> { [INFO] [stdout] 33 | | loop { [INFO] [stdout] 34 | | if self.seen_eof { [INFO] [stdout] 35 | | match try_ready!(self.stream.poll()) { [INFO] [stdout] ... | [INFO] [stdout] 49 | | } [INFO] [stdout] 50 | | } [INFO] [stdout] | |_____^ not a member of trait `Stream` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0437]: type `Error` is not a member of trait `Stream` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/httpbis-0.2.0/src/futures_misc/stream_with_eof_and_error.rs:60:5 [INFO] [stdout] | [INFO] [stdout] 60 | type Error = E; [INFO] [stdout] | ^^^^^^^^^^^^^^^ not a member of trait `Stream` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0407]: method `poll` is not a member of trait `Stream` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/httpbis-0.2.0/src/futures_misc/stream_with_eof_and_error.rs:62:5 [INFO] [stdout] | [INFO] [stdout] 62 | / fn poll(&mut self) -> Poll, Self::Error> { [INFO] [stdout] 63 | | // must return stream eof after missed eof error [INFO] [stdout] 64 | | if let None = self.missed_eof { [INFO] [stdout] 65 | | return Ok(Async::Ready(None)); [INFO] [stdout] ... | [INFO] [stdout] 89 | | } [INFO] [stdout] 90 | | } [INFO] [stdout] | |_____^ not a member of trait `Stream` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0437]: type `Item` is not a member of trait `Future` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/httpbis-0.2.0/src/futures_misc/shutdown_signal.rs:39:5 [INFO] [stdout] | [INFO] [stdout] 39 | type Item = Void; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not a member of trait `Future` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0437]: type `Error` is not a member of trait `Future` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/httpbis-0.2.0/src/futures_misc/shutdown_signal.rs:40:5 [INFO] [stdout] | [INFO] [stdout] 40 | type Error = (); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ not a member of trait `Future` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0437]: type `Error` is not a member of trait `Stream` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/httpbis-0.2.0/src/futures_misc/signal.rs:91:5 [INFO] [stdout] | [INFO] [stdout] 91 | type Error = Void; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ not a member of trait `Stream` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0407]: method `poll` is not a member of trait `Stream` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/httpbis-0.2.0/src/futures_misc/signal.rs:93:5 [INFO] [stdout] | [INFO] [stdout] 93 | / fn poll(&mut self) -> Poll, Self::Error> { [INFO] [stdout] 94 | | match self.poll_ready() { [INFO] [stdout] 95 | | Ok(Async::NotReady) => Ok(Async::NotReady), [INFO] [stdout] 96 | | Ok(Async::Ready(())) => Ok(Async::Ready(Some(()))), [INFO] [stdout] 97 | | Err(SenderDead) => Ok(Async::Ready(None)), [INFO] [stdout] 98 | | } [INFO] [stdout] 99 | | } [INFO] [stdout] | |_____^ not a member of trait `Stream` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0437]: type `Error` is not a member of trait `Stream` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/httpbis-0.2.0/src/futures_misc/latch.rs:116:5 [INFO] [stdout] | [INFO] [stdout] 116 | type Error = Void; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ not a member of trait `Stream` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0407]: method `poll` is not a member of trait `Stream` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/httpbis-0.2.0/src/futures_misc/latch.rs:118:5 [INFO] [stdout] | [INFO] [stdout] 118 | / fn poll(&mut self) -> Poll, Self::Error> { [INFO] [stdout] 119 | | match self.poll_ready() { [INFO] [stdout] 120 | | Ok(Async::NotReady) => Ok(Async::NotReady), [INFO] [stdout] 121 | | Ok(Async::Ready(())) => Ok(Async::Ready(Some(()))), [INFO] [stdout] 122 | | Err(ControllerDead) => Ok(Async::Ready(None)), [INFO] [stdout] 123 | | } [INFO] [stdout] 124 | | } [INFO] [stdout] | |_____^ not a member of trait `Stream` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0437]: type `Item` is not a member of trait `Future` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/httpbis-0.2.0/src/solicit_async.rs:315:9 [INFO] [stdout] | [INFO] [stdout] 315 | type Item = HttpFuture; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not a member of trait `Future` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0437]: type `Error` is not a member of trait `Future` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/httpbis-0.2.0/src/solicit_async.rs:316:9 [INFO] [stdout] | [INFO] [stdout] 316 | type Error = Error; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ not a member of trait `Future` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `UnboundedSender` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/httpbis-0.2.0/src/client_conn.rs:115:15 [INFO] [stdout] | [INFO] [stdout] 115 | write_tx: UnboundedSender, [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 3 | use futures::channel::mpsc::UnboundedSender; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `UnboundedSender` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/httpbis-0.2.0/src/client_conn.rs:116:17 [INFO] [stdout] | [INFO] [stdout] 116 | command_tx: UnboundedSender, [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 3 | use futures::channel::mpsc::UnboundedSender; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `unbounded` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/httpbis-0.2.0/src/client_conn.rs:213:42 [INFO] [stdout] | [INFO] [stdout] 213 | let (to_write_tx, to_write_rx) = unbounded(); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 3 | use futures::channel::mpsc::unbounded; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `unbounded` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/httpbis-0.2.0/src/client_conn.rs:214:40 [INFO] [stdout] | [INFO] [stdout] 214 | let (command_tx, command_rx) = unbounded(); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 3 | use futures::channel::mpsc::unbounded; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `finished` in module `future` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/httpbis-0.2.0/src/client_conn.rs:406:26 [INFO] [stdout] | [INFO] [stdout] 406 | Box::new(future::finished(self)) [INFO] [stdout] | ^^^^^^^^ not found in `future` [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 3 | use exec::reactor::future::finished; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `UnboundedSender` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/httpbis-0.2.0/src/client.rs:50:20 [INFO] [stdout] | [INFO] [stdout] 50 | controller_tx: UnboundedSender, [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use futures::channel::mpsc::UnboundedSender; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `UnboundedSender` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/httpbis-0.2.0/src/client.rs:220:9 [INFO] [stdout] | [INFO] [stdout] 220 | tx: UnboundedSender, [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use futures::channel::mpsc::UnboundedSender; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `UnboundedReceiver` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/httpbis-0.2.0/src/client.rs:273:22 [INFO] [stdout] | [INFO] [stdout] 273 | fn run(self, rx: UnboundedReceiver) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use futures::channel::mpsc::UnboundedReceiver; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `UnboundedSender` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/httpbis-0.2.0/src/client.rs:286:9 [INFO] [stdout] | [INFO] [stdout] 286 | tx: UnboundedSender, [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use futures::channel::mpsc::UnboundedSender; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `unbounded` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/httpbis-0.2.0/src/client.rs:308:42 [INFO] [stdout] | [INFO] [stdout] 308 | let (controller_tx, controller_rx) = unbounded(); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 1 | use futures::channel::mpsc::unbounded; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `failed` in module `future` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/httpbis-0.2.0/src/client.rs:341:21 [INFO] [stdout] | [INFO] [stdout] 341 | future::failed::<(), _>(Error::Shutdown) [INFO] [stdout] | ^^^^^^ not found in `future` [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 1 | use exec::reactor::future::failed; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `finished` in module `future` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/httpbis-0.2.0/src/server_conn.rs:236:26 [INFO] [stdout] | [INFO] [stdout] 236 | Box::new(future::finished(self)) [INFO] [stdout] | ^^^^^^^^ not found in `future` [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 1 | use exec::reactor::future::finished; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `UnboundedSender` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/httpbis-0.2.0/src/server_conn.rs:257:17 [INFO] [stdout] | [INFO] [stdout] 257 | command_tx: UnboundedSender, [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use futures::channel::mpsc::UnboundedSender; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `unbounded` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/httpbis-0.2.0/src/server_conn.rs:269:42 [INFO] [stdout] | [INFO] [stdout] 269 | let (to_write_tx, to_write_rx) = unbounded::(); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 1 | use futures::channel::mpsc::unbounded; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `unbounded` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/httpbis-0.2.0/src/server_conn.rs:270:40 [INFO] [stdout] | [INFO] [stdout] 270 | let (command_tx, command_rx) = unbounded::(); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 1 | use futures::channel::mpsc::unbounded; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `finished` in module `future` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/httpbis-0.2.0/src/server_conn.rs:319:47 [INFO] [stdout] | [INFO] [stdout] 319 | let socket = Box::new(future::finished(socket)); [INFO] [stdout] | ^^^^^^^^ not found in `future` [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 1 | use exec::reactor::future::finished; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `failed` in module `future` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/httpbis-0.2.0/src/server.rs:183:21 [INFO] [stdout] | [INFO] [stdout] 183 | future::failed::<(), _>(Error::Shutdown) [INFO] [stdout] | ^^^^^^ not found in `future` [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 1 | use exec::reactor::future::failed; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `UnboundedSender` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/httpbis-0.2.0/src/common/conn.rs:92:22 [INFO] [stdout] | [INFO] [stdout] 92 | pub to_write_tx: UnboundedSender, [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use futures::channel::mpsc::UnboundedSender; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `UnboundedSender` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/httpbis-0.2.0/src/common/conn.rs:142:22 [INFO] [stdout] | [INFO] [stdout] 142 | to_write_tx: UnboundedSender) [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use futures::channel::mpsc::UnboundedSender; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `result` in module `future` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/httpbis-0.2.0/src/common/conn.rs:814:26 [INFO] [stdout] | [INFO] [stdout] 814 | Box::new(future::result(self.inner.with(move |inner| { [INFO] [stdout] | ^^^^^^ not found in `future` [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 1 | use exec::reactor::future::result; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `finished` in module `future` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/httpbis-0.2.0/src/common/conn.rs:877:30 [INFO] [stdout] | [INFO] [stdout] 877 | Box::new(future::finished(self)) [INFO] [stdout] | ^^^^^^^^ not found in `future` [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 1 | use exec::reactor::future::finished; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `finished` in module `future` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/httpbis-0.2.0/src/common/conn.rs:894:30 [INFO] [stdout] | [INFO] [stdout] 894 | Box::new(future::finished(self)) [INFO] [stdout] | ^^^^^^^^ not found in `future` [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 1 | use exec::reactor::future::finished; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `result` in module `future` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/httpbis-0.2.0/src/common/conn.rs:902:26 [INFO] [stdout] | [INFO] [stdout] 902 | Box::new(future::result(r.map(|()| self))) [INFO] [stdout] | ^^^^^^ not found in `future` [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 1 | use exec::reactor::future::result; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `UnboundedSender` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/httpbis-0.2.0/src/common/pump_stream_to_write_loop.rs:21:22 [INFO] [stdout] | [INFO] [stdout] 21 | pub to_write_tx: UnboundedSender, [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use futures::channel::mpsc::UnboundedSender; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `UnboundedSender` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/httpbis-0.2.0/src/common/stream_from_network.rs:25:22 [INFO] [stdout] | [INFO] [stdout] 25 | pub to_write_tx: UnboundedSender, [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 3 | use futures::channel::mpsc::UnboundedSender; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `UnboundedSender` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/httpbis-0.2.0/src/common/stream_queue_sync.rs:27:13 [INFO] [stdout] | [INFO] [stdout] 27 | sender: UnboundedSender>, [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 3 | use futures::channel::mpsc::UnboundedSender; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `UnboundedReceiver` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/httpbis-0.2.0/src/common/stream_queue_sync.rs:32:15 [INFO] [stdout] | [INFO] [stdout] 32 | receiver: UnboundedReceiver>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 3 | use futures::channel::mpsc::UnboundedReceiver; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `unbounded` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/httpbis-0.2.0/src/common/stream_queue_sync.rs:93:22 [INFO] [stdout] | [INFO] [stdout] 93 | let (utx, urx) = unbounded(); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 3 | use futures::channel::mpsc::unbounded; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `current` in module `task` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/httpbis-0.2.0/src/common/window_size.rs:179:55 [INFO] [stdout] | [INFO] [stdout] 179 | self.shared.task.store_box(Box::new(task::current()), Ordering::SeqCst); [INFO] [stdout] | ^^^^^^^ not found in `task` [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 3 | use exec::reactor::mpsc::task::current; [INFO] [stdout] | [INFO] [stdout] 3 | use server::thread::current; [INFO] [stdout] | [INFO] [stdout] 3 | use server::thread::imp::guard::current; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `current` in module `task` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/httpbis-0.2.0/src/common/waiters.rs:78:51 [INFO] [stdout] | [INFO] [stdout] 78 | self.shared.task.store_box(Box::new(task::current()), Ordering::SeqCst); [INFO] [stdout] | ^^^^^^^ not found in `task` [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 3 | use exec::reactor::mpsc::task::current; [INFO] [stdout] | [INFO] [stdout] 3 | use server::thread::current; [INFO] [stdout] | [INFO] [stdout] 3 | use server::thread::imp::guard::current; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `unbounded` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/httpbis-0.2.0/src/futures_misc/shutdown_signal.rs:13:20 [INFO] [stdout] | [INFO] [stdout] 13 | let (tx, rx) = unbounded(); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 1 | use futures::channel::mpsc::unbounded; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `UnboundedSender` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/httpbis-0.2.0/src/futures_misc/shutdown_signal.rs:18:9 [INFO] [stdout] | [INFO] [stdout] 18 | tx: UnboundedSender<()>, [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use futures::channel::mpsc::UnboundedSender; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `UnboundedReceiver` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/httpbis-0.2.0/src/futures_misc/shutdown_signal.rs:35:9 [INFO] [stdout] | [INFO] [stdout] 35 | rx: UnboundedReceiver<()>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use futures::channel::mpsc::UnboundedReceiver; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `current` in module `task` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/httpbis-0.2.0/src/futures_misc/signal.rs:71:105 [INFO] [stdout] | [INFO] [stdout] 71 | if let Ok(_) = self.shared.state.compare_exchange(l, DecodedBox::Box(Box::new(task::current()))) { [INFO] [stdout] | ^^^^^^^ not found in `task` [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use exec::reactor::mpsc::task::current; [INFO] [stdout] | [INFO] [stdout] 1 | use server::thread::current; [INFO] [stdout] | [INFO] [stdout] 1 | use server::thread::imp::guard::current; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `current` in module `task` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/httpbis-0.2.0/src/futures_misc/latch.rs:106:88 [INFO] [stdout] | [INFO] [stdout] 106 | match self.shared.state.compare_exchange(s, DecodedBox::Box(Box::new(task::current()))) { [INFO] [stdout] | ^^^^^^^ not found in `task` [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use exec::reactor::mpsc::task::current; [INFO] [stdout] | [INFO] [stdout] 1 | use server::thread::current; [INFO] [stdout] | [INFO] [stdout] 1 | use server::thread::imp::guard::current; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `UnboundedSender` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/httpbis-0.2.0/src/futures_misc/sender_with_last.rs:5:13 [INFO] [stdout] | [INFO] [stdout] 5 | sender: UnboundedSender, [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use futures::channel::mpsc::UnboundedSender; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `UnboundedSender` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/httpbis-0.2.0/src/futures_misc/sender_with_last.rs:10:24 [INFO] [stdout] | [INFO] [stdout] 10 | pub fn new(sender: UnboundedSender, last: T) -> UnboundedSenderWithFinal { [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use futures::channel::mpsc::UnboundedSender; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `SendError` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/httpbis-0.2.0/src/futures_misc/sender_with_last.rs:17:46 [INFO] [stdout] | [INFO] [stdout] 17 | pub fn send(&self, msg: T) -> Result<(), SendError> { [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use futures::channel::mpsc::SendError; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0106]: missing lifetime specifier [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/httpbis-0.2.0/src/solicit_async.rs:48:40 [INFO] [stdout] | [INFO] [stdout] 48 | pub type HttpFutureSend = BoxFuture; [INFO] [stdout] | ^ expected named lifetime parameter [INFO] [stdout] | [INFO] [stdout] help: consider introducing a named lifetime parameter [INFO] [stdout] | [INFO] [stdout] 48 | pub type HttpFutureSend<'a, T> = BoxFuture<'a, T, Error>; [INFO] [stdout] | ^^^ ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0106]: missing lifetime specifier [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/httpbis-0.2.0/src/solicit_async.rs:49:46 [INFO] [stdout] | [INFO] [stdout] 49 | pub type HttpFutureStreamSend = BoxStream; [INFO] [stdout] | ^ expected named lifetime parameter [INFO] [stdout] | [INFO] [stdout] help: consider introducing a named lifetime parameter [INFO] [stdout] | [INFO] [stdout] 49 | pub type HttpFutureStreamSend<'a, T> = BoxStream<'a, T, Error>; [INFO] [stdout] | ^^^ ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 132 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0106, E0407, E0412, E0425, E0432, E0433, E0437. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0106`. [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "951ddde23a480f77ed1313148a6ffa3adbfce2e8689a8c393af28d6cbd6f0c1e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "951ddde23a480f77ed1313148a6ffa3adbfce2e8689a8c393af28d6cbd6f0c1e", kill_on_drop: false }` [INFO] [stdout] 951ddde23a480f77ed1313148a6ffa3adbfce2e8689a8c393af28d6cbd6f0c1e