[INFO] fetching crate fizyr-rpc 0.5.0-alpha8... [INFO] testing fizyr-rpc-0.5.0-alpha8 against 1.60.0 for beta-1.61-1 [INFO] extracting crate fizyr-rpc 0.5.0-alpha8 into /workspace/builds/worker-85/source [INFO] validating manifest of crates.io crate fizyr-rpc 0.5.0-alpha8 on toolchain 1.60.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate fizyr-rpc 0.5.0-alpha8 [INFO] finished tweaking crates.io crate fizyr-rpc 0.5.0-alpha8 [INFO] tweaked toml for crates.io crate fizyr-rpc 0.5.0-alpha8 written to /workspace/builds/worker-85/source/Cargo.toml [INFO] crate crates.io crate fizyr-rpc 0.5.0-alpha8 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded assert2-macros v0.3.6 [INFO] [stderr] Downloaded semver v1.0.3 [INFO] [stderr] Downloaded assert2 v0.3.6 [INFO] [stderr] Downloaded filedesc v0.5.0 [INFO] [stderr] Downloaded tokio-seqpacket v0.5.3 [INFO] [stderr] Downloaded memfile v0.2.0 [INFO] [stderr] Downloaded fizyr-rpc-macros v0.5.0-alpha8 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-85/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-85/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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 964b2ee772eb5b7dbeb94fd5450a211b0d9ad6700832bc756f7cbe179772cfb4 [INFO] running `Command { std: "docker" "start" "-a" "964b2ee772eb5b7dbeb94fd5450a211b0d9ad6700832bc756f7cbe179772cfb4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "964b2ee772eb5b7dbeb94fd5450a211b0d9ad6700832bc756f7cbe179772cfb4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "964b2ee772eb5b7dbeb94fd5450a211b0d9ad6700832bc756f7cbe179772cfb4", kill_on_drop: false }` [INFO] [stdout] 964b2ee772eb5b7dbeb94fd5450a211b0d9ad6700832bc756f7cbe179772cfb4 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-85/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-85/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=warn" "-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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] c10dd319e8c265874ad46a2d6dc672df28b308e9b89d57c200d26933e996e1c5 [INFO] running `Command { std: "docker" "start" "-a" "c10dd319e8c265874ad46a2d6dc672df28b308e9b89d57c200d26933e996e1c5", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.28 [INFO] [stderr] Compiling syn v1.0.74 [INFO] [stderr] Compiling autocfg v1.0.1 [INFO] [stderr] Compiling libc v0.2.98 [INFO] [stderr] Compiling pin-project-lite v0.2.7 [INFO] [stderr] Compiling tokio v1.9.0 [INFO] [stderr] Compiling quote v1.0.9 [INFO] [stderr] Compiling filedesc v0.5.0 [INFO] [stderr] Compiling thiserror-impl v1.0.26 [INFO] [stderr] Compiling thiserror v1.0.26 [INFO] [stderr] Compiling fizyr-rpc v0.5.0-alpha8 (/opt/rustwide/workdir) [INFO] [stdout] warning: function cannot return without recursing [INFO] [stdout] --> src/transport/mod.rs:163:2 [INFO] [stdout] | [INFO] [stdout] 163 | fn poll_read_msg(mut self: Pin<&mut Self>, context: &mut Context) -> Poll, Error>> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ cannot return without recursing [INFO] [stdout] 164 | self.as_mut().poll_read_msg(context) [INFO] [stdout] | ------------------------------------ recursive call site [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unconditional_recursion)]` on by default [INFO] [stdout] = help: a `loop` may express intention better if this is on purpose [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function cannot return without recursing [INFO] [stdout] --> src/transport/mod.rs:174:2 [INFO] [stdout] | [INFO] [stdout] 174 | fn poll_read_msg(mut self: Pin<&mut Self>, context: &mut Context) -> Poll, Error>> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ cannot return without recursing [INFO] [stdout] 175 | self.as_mut().poll_read_msg(context) [INFO] [stdout] | ------------------------------------ recursive call site [INFO] [stdout] | [INFO] [stdout] = help: a `loop` may express intention better if this is on purpose [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function cannot return without recursing [INFO] [stdout] --> src/transport/mod.rs:197:2 [INFO] [stdout] | [INFO] [stdout] 197 | / fn poll_write_msg( [INFO] [stdout] 198 | | mut self: Pin<&mut Self>, [INFO] [stdout] 199 | | context: &mut Context, [INFO] [stdout] 200 | | header: &MessageHeader, [INFO] [stdout] ... | [INFO] [stdout] 203 | | self.as_mut().poll_write_msg(context, header, body) [INFO] [stdout] | | --------------------------------------------------- recursive call site [INFO] [stdout] 204 | | } [INFO] [stdout] | |_____^ cannot return without recursing [INFO] [stdout] | [INFO] [stdout] = help: a `loop` may express intention better if this is on purpose [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function cannot return without recursing [INFO] [stdout] --> src/transport/mod.rs:213:2 [INFO] [stdout] | [INFO] [stdout] 213 | / fn poll_write_msg( [INFO] [stdout] 214 | | mut self: Pin<&mut Self>, [INFO] [stdout] 215 | | context: &mut Context, [INFO] [stdout] 216 | | header: &MessageHeader, [INFO] [stdout] ... | [INFO] [stdout] 219 | | self.as_mut().poll_write_msg(context, header, body) [INFO] [stdout] | | --------------------------------------------------- recursive call site [INFO] [stdout] 220 | | } [INFO] [stdout] | |_____^ cannot return without recursing [INFO] [stdout] | [INFO] [stdout] = help: a `loop` may express intention better if this is on purpose [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function cannot return without recursing [INFO] [stdout] --> src/util/accept.rs:93:2 [INFO] [stdout] | [INFO] [stdout] 93 | fn poll_accept(mut self: Pin<&mut Self>, context: &mut Context) -> Poll> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ cannot return without recursing [INFO] [stdout] 94 | self.as_mut().poll_accept(context) [INFO] [stdout] | ---------------------------------- recursive call site [INFO] [stdout] | [INFO] [stdout] = help: a `loop` may express intention better if this is on purpose [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function cannot return without recursing [INFO] [stdout] --> src/util/accept.rs:105:2 [INFO] [stdout] | [INFO] [stdout] 105 | fn poll_accept(mut self: Pin<&mut Self>, context: &mut Context) -> Poll> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ cannot return without recursing [INFO] [stdout] 106 | self.as_mut().poll_accept(context) [INFO] [stdout] | ---------------------------------- recursive call site [INFO] [stdout] | [INFO] [stdout] = help: a `loop` may express intention better if this is on purpose [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 6 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 10.03s [INFO] running `Command { std: "docker" "inspect" "c10dd319e8c265874ad46a2d6dc672df28b308e9b89d57c200d26933e996e1c5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c10dd319e8c265874ad46a2d6dc672df28b308e9b89d57c200d26933e996e1c5", kill_on_drop: false }` [INFO] [stdout] c10dd319e8c265874ad46a2d6dc672df28b308e9b89d57c200d26933e996e1c5 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-85/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-85/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=warn" "-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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 511483ecc52c1b5e9ffe2f95e4cdbb6f05d95d9dcd049906fea0d9f31d230160 [INFO] running `Command { std: "docker" "start" "-a" "511483ecc52c1b5e9ffe2f95e4cdbb6f05d95d9dcd049906fea0d9f31d230160", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling syn v1.0.74 [INFO] [stderr] Compiling version_check v0.9.3 [INFO] [stderr] Compiling semver v1.0.3 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Compiling unicode-width v0.1.8 [INFO] [stderr] Compiling unicode-segmentation v1.8.0 [INFO] [stderr] Compiling ansi_term v0.11.0 [INFO] [stderr] Compiling strsim v0.8.0 [INFO] [stderr] Compiling vec_map v0.8.2 [INFO] [stderr] Compiling yansi v0.5.0 [INFO] [stderr] Compiling tokio v1.9.0 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling memfile v0.2.0 [INFO] [stderr] Compiling textwrap v0.11.0 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling heck v0.3.3 [INFO] [stderr] Compiling clap v2.33.3 [INFO] [stderr] Compiling rustc_version v0.4.0 [INFO] [stderr] Compiling assert2-macros v0.3.6 [INFO] [stderr] Compiling tokio-macros v1.3.0 [INFO] [stderr] Compiling thiserror-impl v1.0.26 [INFO] [stderr] Compiling structopt-derive v0.4.15 [INFO] [stderr] Compiling assert2 v0.3.6 [INFO] [stderr] Compiling thiserror v1.0.26 [INFO] [stderr] Compiling structopt v0.3.22 [INFO] [stderr] Compiling fizyr-rpc v0.5.0-alpha8 (/opt/rustwide/workdir) [INFO] [stdout] warning: function cannot return without recursing [INFO] [stdout] --> src/transport/mod.rs:163:2 [INFO] [stdout] | [INFO] [stdout] 163 | fn poll_read_msg(mut self: Pin<&mut Self>, context: &mut Context) -> Poll, Error>> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ cannot return without recursing [INFO] [stdout] 164 | self.as_mut().poll_read_msg(context) [INFO] [stdout] | ------------------------------------ recursive call site [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unconditional_recursion)]` on by default [INFO] [stdout] = help: a `loop` may express intention better if this is on purpose [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function cannot return without recursing [INFO] [stdout] --> src/transport/mod.rs:174:2 [INFO] [stdout] | [INFO] [stdout] 174 | fn poll_read_msg(mut self: Pin<&mut Self>, context: &mut Context) -> Poll, Error>> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ cannot return without recursing [INFO] [stdout] 175 | self.as_mut().poll_read_msg(context) [INFO] [stdout] | ------------------------------------ recursive call site [INFO] [stdout] | [INFO] [stdout] = help: a `loop` may express intention better if this is on purpose [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function cannot return without recursing [INFO] [stdout] --> src/transport/mod.rs:197:2 [INFO] [stdout] | [INFO] [stdout] 197 | / fn poll_write_msg( [INFO] [stdout] 198 | | mut self: Pin<&mut Self>, [INFO] [stdout] 199 | | context: &mut Context, [INFO] [stdout] 200 | | header: &MessageHeader, [INFO] [stdout] ... | [INFO] [stdout] 203 | | self.as_mut().poll_write_msg(context, header, body) [INFO] [stdout] | | --------------------------------------------------- recursive call site [INFO] [stdout] 204 | | } [INFO] [stdout] | |_____^ cannot return without recursing [INFO] [stdout] | [INFO] [stdout] = help: a `loop` may express intention better if this is on purpose [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function cannot return without recursing [INFO] [stdout] --> src/transport/mod.rs:213:2 [INFO] [stdout] | [INFO] [stdout] 213 | / fn poll_write_msg( [INFO] [stdout] 214 | | mut self: Pin<&mut Self>, [INFO] [stdout] 215 | | context: &mut Context, [INFO] [stdout] 216 | | header: &MessageHeader, [INFO] [stdout] ... | [INFO] [stdout] 219 | | self.as_mut().poll_write_msg(context, header, body) [INFO] [stdout] | | --------------------------------------------------- recursive call site [INFO] [stdout] 220 | | } [INFO] [stdout] | |_____^ cannot return without recursing [INFO] [stdout] | [INFO] [stdout] = help: a `loop` may express intention better if this is on purpose [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function cannot return without recursing [INFO] [stdout] --> src/util/accept.rs:93:2 [INFO] [stdout] | [INFO] [stdout] 93 | fn poll_accept(mut self: Pin<&mut Self>, context: &mut Context) -> Poll> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ cannot return without recursing [INFO] [stdout] 94 | self.as_mut().poll_accept(context) [INFO] [stdout] | ---------------------------------- recursive call site [INFO] [stdout] | [INFO] [stdout] = help: a `loop` may express intention better if this is on purpose [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function cannot return without recursing [INFO] [stdout] --> src/util/accept.rs:105:2 [INFO] [stdout] | [INFO] [stdout] 105 | fn poll_accept(mut self: Pin<&mut Self>, context: &mut Context) -> Poll> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ cannot return without recursing [INFO] [stdout] 106 | self.as_mut().poll_accept(context) [INFO] [stdout] | ---------------------------------- recursive call site [INFO] [stdout] | [INFO] [stdout] = help: a `loop` may express intention better if this is on purpose [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 6 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `fizyr_rpc::UnixSeqpacketPeer` [INFO] [stdout] --> examples/unix-seqpacket-client.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use fizyr_rpc::UnixSeqpacketPeer; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `UnixSeqpacketPeer` in the root [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `fizyr_rpc::UnixStreamPeer` [INFO] [stdout] --> examples/unix-stream-client.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use fizyr_rpc::UnixStreamPeer; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ no `UnixStreamPeer` in the root [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `fizyr_rpc::UnixSeqpacketListener` [INFO] [stdout] --> examples/unix-seqpacket-server.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use fizyr_rpc::UnixSeqpacketListener; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `UnixSeqpacketListener` in the root [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `fizyr_rpc::TcpPeer` [INFO] [stdout] --> examples/tcp-client.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use fizyr_rpc::TcpPeer; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ no `TcpPeer` in the root [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `fizyr_rpc::TcpListener` [INFO] [stdout] --> examples/tcp-server.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use fizyr_rpc::TcpListener; [INFO] [stdout] | ^^^^^^^^^^^----------- [INFO] [stdout] | | | [INFO] [stdout] | | help: a similar name exists in the module: `Listener` [INFO] [stdout] | no `TcpListener` in the root [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `fizyr_rpc::UnixStreamListener` [INFO] [stdout] --> examples/unix-stream-server.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use fizyr_rpc::UnixStreamListener; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `UnixStreamListener` in the root [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `tokio::net::UnixStream` [INFO] [stdout] --> src/peer.rs:501:6 [INFO] [stdout] | [INFO] [stdout] 501 | use tokio::net::UnixStream; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ no `UnixStream` in `net` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `crate::UnixStreamTransport` [INFO] [stdout] --> src/request.rs:412:20 [INFO] [stdout] | [INFO] [stdout] 412 | use crate::{Peer, UnixStreamTransport}; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ no `UnixStreamTransport` in the root [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `tokio::net::UnixStream` [INFO] [stdout] --> src/request.rs:413:6 [INFO] [stdout] | [INFO] [stdout] 413 | use tokio::net::UnixStream; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ no `UnixStream` in `net` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `tokio::net::UnixStream` [INFO] [stdout] --> src/transport/stream/mod.rs:171:6 [INFO] [stdout] | [INFO] [stdout] 171 | use tokio::net::UnixStream; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ no `UnixStream` in `net` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `tokio_seqpacket` [INFO] [stdout] --> src/transport/unix/mod.rs:100:6 [INFO] [stdout] | [INFO] [stdout] 100 | use tokio_seqpacket::UnixSeqpacket; [INFO] [stdout] | ^^^^^^^^^^^^^^^ use of undeclared crate or module `tokio_seqpacket` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `fizyr-rpc` due to 2 previous errors [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stdout] error[E0599]: the function or associated item `new` exists for struct `transport::stream::transport::StreamTransport<_>`, but its trait bounds were not satisfied [INFO] [stdout] --> src/peer.rs:507:55 [INFO] [stdout] | [INFO] [stdout] 507 | let (peer_a, handle_a) = Peer::new(StreamTransport::new(peer_a, Default::default())); [INFO] [stdout] | ^^^ function or associated item cannot be called on `transport::stream::transport::StreamTransport<_>` due to unsatisfied trait bounds [INFO] [stdout] | [INFO] [stdout] ::: src/transport/stream/transport.rs:17:1 [INFO] [stdout] | [INFO] [stdout] 17 | pub struct StreamTransport { [INFO] [stdout] | ---------------------------------- [INFO] [stdout] | | [INFO] [stdout] | function or associated item `new` not found for this [INFO] [stdout] | doesn't satisfy `_: Transport` [INFO] [stdout] | [INFO] [stdout] = note: the following trait bounds were not satisfied: [INFO] [stdout] `transport::stream::transport::StreamTransport<_>: Transport` [INFO] [stdout] note: the following trait must be implemented [INFO] [stdout] --> src/transport/mod.rs:25:1 [INFO] [stdout] | [INFO] [stdout] 25 | / pub trait Transport: Send + 'static { [INFO] [stdout] 26 | | /// The body type for the messages. [INFO] [stdout] 27 | | type Body: crate::Body; [INFO] [stdout] 28 | | [INFO] [stdout] ... | [INFO] [stdout] 40 | | fn split<'a>(&'a mut self) -> (>::ReadHalf, >::WriteHalf); [INFO] [stdout] 41 | | } [INFO] [stdout] | |_^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: the function or associated item `new` exists for struct `transport::stream::transport::StreamTransport<_>`, but its trait bounds were not satisfied [INFO] [stdout] --> src/peer.rs:508:59 [INFO] [stdout] | [INFO] [stdout] 508 | let (peer_b, mut handle_b) = Peer::new(StreamTransport::new(peer_b, Default::default())); [INFO] [stdout] | ^^^ function or associated item cannot be called on `transport::stream::transport::StreamTransport<_>` due to unsatisfied trait bounds [INFO] [stdout] | [INFO] [stdout] ::: src/transport/stream/transport.rs:17:1 [INFO] [stdout] | [INFO] [stdout] 17 | pub struct StreamTransport { [INFO] [stdout] | ---------------------------------- [INFO] [stdout] | | [INFO] [stdout] | function or associated item `new` not found for this [INFO] [stdout] | doesn't satisfy `_: Transport` [INFO] [stdout] | [INFO] [stdout] = note: the following trait bounds were not satisfied: [INFO] [stdout] `transport::stream::transport::StreamTransport<_>: Transport` [INFO] [stdout] note: the following trait must be implemented [INFO] [stdout] --> src/transport/mod.rs:25:1 [INFO] [stdout] | [INFO] [stdout] 25 | / pub trait Transport: Send + 'static { [INFO] [stdout] 26 | | /// The body type for the messages. [INFO] [stdout] 27 | | type Body: crate::Body; [INFO] [stdout] 28 | | [INFO] [stdout] ... | [INFO] [stdout] 40 | | fn split<'a>(&'a mut self) -> (>::ReadHalf, >::WriteHalf); [INFO] [stdout] 41 | | } [INFO] [stdout] | |_^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: the function or associated item `new` exists for struct `transport::stream::transport::StreamTransport<_>`, but its trait bounds were not satisfied [INFO] [stdout] --> src/peer.rs:549:47 [INFO] [stdout] | [INFO] [stdout] 549 | let handle_a = Peer::spawn(StreamTransport::new(peer_a, Default::default())); [INFO] [stdout] | ^^^ function or associated item cannot be called on `transport::stream::transport::StreamTransport<_>` due to unsatisfied trait bounds [INFO] [stdout] | [INFO] [stdout] ::: src/transport/stream/transport.rs:17:1 [INFO] [stdout] | [INFO] [stdout] 17 | pub struct StreamTransport { [INFO] [stdout] | ---------------------------------- [INFO] [stdout] | | [INFO] [stdout] | function or associated item `new` not found for this [INFO] [stdout] | doesn't satisfy `_: Transport` [INFO] [stdout] | [INFO] [stdout] = note: the following trait bounds were not satisfied: [INFO] [stdout] `transport::stream::transport::StreamTransport<_>: Transport` [INFO] [stdout] note: the following trait must be implemented [INFO] [stdout] --> src/transport/mod.rs:25:1 [INFO] [stdout] | [INFO] [stdout] 25 | / pub trait Transport: Send + 'static { [INFO] [stdout] 26 | | /// The body type for the messages. [INFO] [stdout] 27 | | type Body: crate::Body; [INFO] [stdout] 28 | | [INFO] [stdout] ... | [INFO] [stdout] 40 | | fn split<'a>(&'a mut self) -> (>::ReadHalf, >::WriteHalf); [INFO] [stdout] 41 | | } [INFO] [stdout] | |_^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: the function or associated item `new` exists for struct `transport::stream::transport::StreamTransport<_>`, but its trait bounds were not satisfied [INFO] [stdout] --> src/peer.rs:550:51 [INFO] [stdout] | [INFO] [stdout] 550 | let mut handle_b = Peer::spawn(StreamTransport::new(peer_b, Default::default())); [INFO] [stdout] | ^^^ function or associated item cannot be called on `transport::stream::transport::StreamTransport<_>` due to unsatisfied trait bounds [INFO] [stdout] | [INFO] [stdout] ::: src/transport/stream/transport.rs:17:1 [INFO] [stdout] | [INFO] [stdout] 17 | pub struct StreamTransport { [INFO] [stdout] | ---------------------------------- [INFO] [stdout] | | [INFO] [stdout] | function or associated item `new` not found for this [INFO] [stdout] | doesn't satisfy `_: Transport` [INFO] [stdout] | [INFO] [stdout] = note: the following trait bounds were not satisfied: [INFO] [stdout] `transport::stream::transport::StreamTransport<_>: Transport` [INFO] [stdout] note: the following trait must be implemented [INFO] [stdout] --> src/transport/mod.rs:25:1 [INFO] [stdout] | [INFO] [stdout] 25 | / pub trait Transport: Send + 'static { [INFO] [stdout] 26 | | /// The body type for the messages. [INFO] [stdout] 27 | | type Body: crate::Body; [INFO] [stdout] 28 | | [INFO] [stdout] ... | [INFO] [stdout] 40 | | fn split<'a>(&'a mut self) -> (>::ReadHalf, >::WriteHalf); [INFO] [stdout] 41 | | } [INFO] [stdout] | |_^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: the function or associated item `new` exists for struct `transport::stream::transport::StreamTransport<_>`, but its trait bounds were not satisfied [INFO] [stdout] --> src/peer.rs:581:47 [INFO] [stdout] | [INFO] [stdout] 581 | let handle_a = Peer::spawn(StreamTransport::new(peer_a, Default::default())); [INFO] [stdout] | ^^^ function or associated item cannot be called on `transport::stream::transport::StreamTransport<_>` due to unsatisfied trait bounds [INFO] [stdout] | [INFO] [stdout] ::: src/transport/stream/transport.rs:17:1 [INFO] [stdout] | [INFO] [stdout] 17 | pub struct StreamTransport { [INFO] [stdout] | ---------------------------------- [INFO] [stdout] | | [INFO] [stdout] | function or associated item `new` not found for this [INFO] [stdout] | doesn't satisfy `_: Transport` [INFO] [stdout] | [INFO] [stdout] = note: the following trait bounds were not satisfied: [INFO] [stdout] `transport::stream::transport::StreamTransport<_>: Transport` [INFO] [stdout] note: the following trait must be implemented [INFO] [stdout] --> src/transport/mod.rs:25:1 [INFO] [stdout] | [INFO] [stdout] 25 | / pub trait Transport: Send + 'static { [INFO] [stdout] 26 | | /// The body type for the messages. [INFO] [stdout] 27 | | type Body: crate::Body; [INFO] [stdout] 28 | | [INFO] [stdout] ... | [INFO] [stdout] 40 | | fn split<'a>(&'a mut self) -> (>::ReadHalf, >::WriteHalf); [INFO] [stdout] 41 | | } [INFO] [stdout] | |_^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: the function or associated item `new` exists for struct `transport::stream::transport::StreamTransport<_>`, but its trait bounds were not satisfied [INFO] [stdout] --> src/peer.rs:582:51 [INFO] [stdout] | [INFO] [stdout] 582 | let mut handle_b = Peer::spawn(StreamTransport::new(peer_b, Default::default())); [INFO] [stdout] | ^^^ function or associated item cannot be called on `transport::stream::transport::StreamTransport<_>` due to unsatisfied trait bounds [INFO] [stdout] | [INFO] [stdout] ::: src/transport/stream/transport.rs:17:1 [INFO] [stdout] | [INFO] [stdout] 17 | pub struct StreamTransport { [INFO] [stdout] | ---------------------------------- [INFO] [stdout] | | [INFO] [stdout] | function or associated item `new` not found for this [INFO] [stdout] | doesn't satisfy `_: Transport` [INFO] [stdout] | [INFO] [stdout] = note: the following trait bounds were not satisfied: [INFO] [stdout] `transport::stream::transport::StreamTransport<_>: Transport` [INFO] [stdout] note: the following trait must be implemented [INFO] [stdout] --> src/transport/mod.rs:25:1 [INFO] [stdout] | [INFO] [stdout] 25 | / pub trait Transport: Send + 'static { [INFO] [stdout] 26 | | /// The body type for the messages. [INFO] [stdout] 27 | | type Body: crate::Body; [INFO] [stdout] 28 | | [INFO] [stdout] ... | [INFO] [stdout] 40 | | fn split<'a>(&'a mut self) -> (>::ReadHalf, >::WriteHalf); [INFO] [stdout] 41 | | } [INFO] [stdout] | |_^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: the function or associated item `new` exists for struct `transport::stream::transport::StreamTransport<_>`, but its trait bounds were not satisfied [INFO] [stdout] --> src/transport/stream/mod.rs:179:42 [INFO] [stdout] | [INFO] [stdout] 179 | let mut transport_a = StreamTransport::new(peer_a, StreamConfig::default()); [INFO] [stdout] | ^^^ function or associated item cannot be called on `transport::stream::transport::StreamTransport<_>` due to unsatisfied trait bounds [INFO] [stdout] | [INFO] [stdout] ::: src/transport/stream/transport.rs:17:1 [INFO] [stdout] | [INFO] [stdout] 17 | pub struct StreamTransport { [INFO] [stdout] | ---------------------------------- [INFO] [stdout] | | [INFO] [stdout] | function or associated item `new` not found for this [INFO] [stdout] | doesn't satisfy `_: Transport` [INFO] [stdout] | [INFO] [stdout] = note: the following trait bounds were not satisfied: [INFO] [stdout] `transport::stream::transport::StreamTransport<_>: Transport` [INFO] [stdout] note: the following trait must be implemented [INFO] [stdout] --> src/transport/mod.rs:25:1 [INFO] [stdout] | [INFO] [stdout] 25 | / pub trait Transport: Send + 'static { [INFO] [stdout] 26 | | /// The body type for the messages. [INFO] [stdout] 27 | | type Body: crate::Body; [INFO] [stdout] 28 | | [INFO] [stdout] ... | [INFO] [stdout] 40 | | fn split<'a>(&'a mut self) -> (>::ReadHalf, >::WriteHalf); [INFO] [stdout] 41 | | } [INFO] [stdout] | |_^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: the function or associated item `new` exists for struct `transport::stream::transport::StreamTransport<_>`, but its trait bounds were not satisfied [INFO] [stdout] --> src/transport/stream/mod.rs:180:42 [INFO] [stdout] | [INFO] [stdout] 180 | let mut transport_b = StreamTransport::new(peer_b, StreamConfig::default()); [INFO] [stdout] | ^^^ function or associated item cannot be called on `transport::stream::transport::StreamTransport<_>` due to unsatisfied trait bounds [INFO] [stdout] | [INFO] [stdout] ::: src/transport/stream/transport.rs:17:1 [INFO] [stdout] | [INFO] [stdout] 17 | pub struct StreamTransport { [INFO] [stdout] | ---------------------------------- [INFO] [stdout] | | [INFO] [stdout] | function or associated item `new` not found for this [INFO] [stdout] | doesn't satisfy `_: Transport` [INFO] [stdout] | [INFO] [stdout] = note: the following trait bounds were not satisfied: [INFO] [stdout] `transport::stream::transport::StreamTransport<_>: Transport` [INFO] [stdout] note: the following trait must be implemented [INFO] [stdout] --> src/transport/mod.rs:25:1 [INFO] [stdout] | [INFO] [stdout] 25 | / pub trait Transport: Send + 'static { [INFO] [stdout] 26 | | /// The body type for the messages. [INFO] [stdout] 27 | | type Body: crate::Body; [INFO] [stdout] 28 | | [INFO] [stdout] ... | [INFO] [stdout] 40 | | fn split<'a>(&'a mut self) -> (>::ReadHalf, >::WriteHalf); [INFO] [stdout] 41 | | } [INFO] [stdout] | |_^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::util::IntoTransport` [INFO] [stdout] --> src/transport/unix/mod.rs:102:6 [INFO] [stdout] | [INFO] [stdout] 102 | use crate::util::IntoTransport; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `Transport` [INFO] [stdout] --> src/transport/stream/mod.rs:182:26 [INFO] [stdout] | [INFO] [stdout] 182 | use crate::transport::{Transport, TransportReadHalf, TransportWriteHalf}; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `TransportReadHalf` [INFO] [stdout] --> src/transport/stream/mod.rs:182:37 [INFO] [stdout] | [INFO] [stdout] 182 | use crate::transport::{Transport, TransportReadHalf, TransportWriteHalf}; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `TransportWriteHalf` [INFO] [stdout] --> src/transport/stream/mod.rs:182:56 [INFO] [stdout] | [INFO] [stdout] 182 | use crate::transport::{Transport, TransportReadHalf, TransportWriteHalf}; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `Transport` [INFO] [stdout] --> src/transport/unix/mod.rs:113:26 [INFO] [stdout] | [INFO] [stdout] 113 | use crate::transport::{Transport, TransportReadHalf, TransportWriteHalf}; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `TransportReadHalf` [INFO] [stdout] --> src/transport/unix/mod.rs:113:37 [INFO] [stdout] | [INFO] [stdout] 113 | use crate::transport::{Transport, TransportReadHalf, TransportWriteHalf}; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `TransportWriteHalf` [INFO] [stdout] --> src/transport/unix/mod.rs:113:56 [INFO] [stdout] | [INFO] [stdout] 113 | use crate::transport::{Transport, TransportReadHalf, TransportWriteHalf}; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 13 previous errors; 7 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0599. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "511483ecc52c1b5e9ffe2f95e4cdbb6f05d95d9dcd049906fea0d9f31d230160", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "511483ecc52c1b5e9ffe2f95e4cdbb6f05d95d9dcd049906fea0d9f31d230160", kill_on_drop: false }` [INFO] [stdout] 511483ecc52c1b5e9ffe2f95e4cdbb6f05d95d9dcd049906fea0d9f31d230160