[INFO] fetching crate async-net-mini 3.0.0...
[INFO] testing async-net-mini-3.0.0 against 1.97.0-beta.6 for beta-1.98-1
[INFO] extracting crate async-net-mini 3.0.0 into /workspace/builds/worker-5-tc1/source
[INFO] removed /workspace/builds/worker-5-tc1/source/rust-toolchain.toml
[INFO] started tweaking crates.io crate async-net-mini 3.0.0
[INFO] finished tweaking crates.io crate async-net-mini 3.0.0
[INFO] tweaked toml for crates.io crate async-net-mini 3.0.0 written to /workspace/builds/worker-5-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate async-net-mini 3.0.0 on toolchain 1.97.0-beta.6
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.97.0-beta.6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate async-net-mini 3.0.0 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.97.0-beta.6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded async-channel v2.5.0
[INFO] [stderr]   Downloaded piper v0.2.4
[INFO] [stderr]   Downloaded blocking v1.6.2
[INFO] [stderr]   Downloaded async-task v4.7.1
[INFO] [stderr]   Downloaded futures-lite v2.6.1
[INFO] [stderr]   Downloaded darling v0.21.3
[INFO] [stderr]   Downloaded hash32 v0.3.1
[INFO] [stderr]   Downloaded event-listener v5.4.1
[INFO] [stderr]   Downloaded enumset v1.1.10
[INFO] [stderr]   Downloaded darling_macro v0.21.3
[INFO] [stderr]   Downloaded enumset_derive v0.14.0
[INFO] [stderr]   Downloaded async-io-mini v0.4.0
[INFO] [stderr]   Downloaded darling_core v0.21.3
[INFO] [stderr]   Downloaded event-listener-strategy v0.5.4
[INFO] [stderr]   Downloaded heapless v0.9.2
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] e8438585833eadd20d00e85d6da43afc8654feaa72e34bb4f8d6ada81d9a0628
[INFO] running `Command { std: "docker" "start" "e8438585833eadd20d00e85d6da43afc8654feaa72e34bb4f8d6ada81d9a0628", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "e8438585833eadd20d00e85d6da43afc8654feaa72e34bb4f8d6ada81d9a0628", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "e8438585833eadd20d00e85d6da43afc8654feaa72e34bb4f8d6ada81d9a0628" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "e8438585833eadd20d00e85d6da43afc8654feaa72e34bb4f8d6ada81d9a0628", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "e8438585833eadd20d00e85d6da43afc8654feaa72e34bb4f8d6ada81d9a0628" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.105
[INFO] [stderr]    Compiling unicode-ident v1.0.22
[INFO] [stderr]    Compiling quote v1.0.43
[INFO] [stderr]    Compiling fnv v1.0.7
[INFO] [stderr]    Compiling byteorder v1.5.0
[INFO] [stderr]    Compiling libc v0.2.180
[INFO] [stderr]    Compiling heapless v0.9.2
[INFO] [stderr]    Compiling pin-project-lite v0.2.16
[INFO] [stderr]    Compiling futures-io v0.3.31
[INFO] [stderr]    Compiling fastrand v2.3.0
[INFO] [stderr]    Compiling futures-core v0.3.31
[INFO] [stderr]    Compiling log v0.4.29
[INFO] [stderr]    Compiling futures-lite v2.6.1
[INFO] [stderr]    Compiling hash32 v0.3.1
[INFO] [stderr]    Compiling syn v2.0.114
[INFO] [stderr]    Compiling darling_core v0.21.3
[INFO] [stderr]    Compiling darling_macro v0.21.3
[INFO] [stderr]    Compiling darling v0.21.3
[INFO] [stderr]    Compiling enumset_derive v0.14.0
[INFO] [stderr]    Compiling enumset v1.1.10
[INFO] [stderr]    Compiling async-io-mini v0.4.0
[INFO] [stderr]    Compiling async-net-mini v3.0.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.30s
[INFO] running `Command { std: "docker" "inspect" "e8438585833eadd20d00e85d6da43afc8654feaa72e34bb4f8d6ada81d9a0628", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "e8438585833eadd20d00e85d6da43afc8654feaa72e34bb4f8d6ada81d9a0628" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling async-net-mini v3.0.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.40s
[INFO] running `Command { std: "docker" "inspect" "e8438585833eadd20d00e85d6da43afc8654feaa72e34bb4f8d6ada81d9a0628", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "e8438585833eadd20d00e85d6da43afc8654feaa72e34bb4f8d6ada81d9a0628" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "test" "--frozen", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.05s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/async_net_mini-43901cb6c2688c1a)
[INFO] [stderr]    Doc-tests async_net_mini
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 42 tests
[INFO] [stdout] test src/lib.rs - (line 16) - compile ... FAILED
[INFO] [stdout] test src/tcp.rs - tcp::TcpStream::connect (line 353) ... FAILED
[INFO] [stdout] test src/tcp.rs - tcp::TcpListener (line 34) - compile ... FAILED
[INFO] [stdout] test src/tcp.rs - tcp::TcpListener::set_ttl (line 190) - compile ... FAILED
[INFO] [stdout] test src/tcp.rs - tcp::TcpListener::bind (line 83) - compile ... FAILED
[INFO] [stdout] test src/tcp.rs - tcp::TcpListener::accept (line 122) - compile ... FAILED
[INFO] [stdout] test src/tcp.rs - tcp::TcpStream::peer_addr (line 400) ... FAILED
[INFO] [stdout] test src/tcp.rs - tcp::TcpListener::incoming (line 143) - compile ... FAILED
[INFO] [stdout] test src/tcp.rs - tcp::TcpListener::bind (line 72) - compile ... FAILED
[INFO] [stdout] test src/tcp.rs - tcp::TcpStream::set_nodelay (line 494) - compile ... FAILED
[INFO] [stdout] test src/udp.rs - udp::UdpSocket (line 34) - compile ... FAILED
[INFO] [stdout] test src/tcp.rs - tcp::TcpStream::set_ttl (line 532) - compile ... FAILED
[INFO] [stdout] test src/tcp.rs - tcp::TcpStream::ttl (line 513) - compile ... FAILED
[INFO] [stdout] test src/tcp.rs - tcp::TcpStream::peek (line 442) - compile ... FAILED
[INFO] [stdout] test src/udp.rs - udp::UdpSocket::bind (line 75) - compile ... FAILED
[INFO] [stdout] test src/udp.rs - udp::UdpSocket::bind (line 86) - compile ... FAILED
[INFO] [stdout] test src/tcp.rs - tcp::TcpStream (line 311) - compile ... FAILED
[INFO] [stdout] test src/tcp.rs - tcp::TcpStream::shutdown (line 421) - compile ... FAILED
[INFO] [stdout] test src/tcp.rs - tcp::TcpListener::local_addr (line 105) - compile ... FAILED
[INFO] [stdout] test src/tcp.rs - tcp::TcpListener::ttl (line 170) - compile ... FAILED
[INFO] [stdout] test src/tcp.rs - tcp::TcpStream::nodelay (line 469) - compile ... FAILED
[INFO] [stdout] test src/tcp.rs - tcp::TcpStream::local_addr (line 384) ... FAILED
[INFO] [stdout] test src/udp.rs - udp::UdpSocket::peek (line 280) - compile ... FAILED
[INFO] [stdout] test src/udp.rs - udp::UdpSocket::set_broadcast (line 340) - compile ... FAILED
[INFO] [stdout] test src/udp.rs - udp::UdpSocket::multicast_loop_v4 (line 360) - compile ... FAILED
[INFO] [stdout] test src/udp.rs - udp::UdpSocket::local_addr (line 112) - compile ... FAILED
[INFO] [stdout] test src/udp.rs - udp::UdpSocket::multicast_loop_v6 (line 446) - compile ... FAILED
[INFO] [stdout] test src/udp.rs - udp::UdpSocket::peer_addr (line 128) - compile ... FAILED
[INFO] [stdout] test src/udp.rs - udp::UdpSocket::send (line 303) - compile ... FAILED
[INFO] [stdout] test src/udp.rs - udp::UdpSocket::recv_from (line 175) - compile ... FAILED
[INFO] [stdout] test src/tcp.rs - tcp::TcpStream::connect (line 363) - compile ... FAILED
[INFO] [stdout] test src/udp.rs - udp::UdpSocket::recv (line 249) - compile ... FAILED
[INFO] [stdout] test src/udp.rs - udp::UdpSocket::peek_from (line 202) - compile ... FAILED
[INFO] [stdout] test src/udp.rs - udp::UdpSocket::send_to (line 225) - compile ... FAILED
[INFO] [stdout] test src/udp.rs - udp::UdpSocket::set_multicast_loop_v4 (line 380) - compile ... FAILED
[INFO] [stdout] test src/udp.rs - udp::UdpSocket::connect (line 154) - compile ... FAILED
[INFO] [stdout] test src/udp.rs - udp::UdpSocket::broadcast (line 322) - compile ... FAILED
[INFO] [stdout] test src/udp.rs - udp::UdpSocket::ttl (line 487) - compile ... FAILED
[INFO] [stdout] test src/udp.rs - udp::UdpSocket::set_multicast_loop_v6 (line 466) - compile ... FAILED
[INFO] [stdout] test src/udp.rs - udp::UdpSocket::multicast_ttl_v4 (line 404) - compile ... FAILED
[INFO] [stdout] test src/udp.rs - udp::UdpSocket::set_ttl (line 506) - compile ... FAILED
[INFO] [stdout] test src/udp.rs - udp::UdpSocket::set_multicast_ttl_v4 (line 426) - compile ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- src/lib.rs - (line 16) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `async_net`
[INFO] [stdout]   --> src/lib.rs:17:5
[INFO] [stdout]    |
[INFO] [stdout] 17 | use async_net::UdpSocket;
[INFO] [stdout]    |     ^^^^^^^^^ use of unresolved module or unlinked crate `async_net`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `async_net`, use `cargo add async_net` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/tcp.rs - tcp::TcpStream::connect (line 353) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `async_net`
[INFO] [stdout]    --> src/tcp.rs:354:5
[INFO] [stdout]     |
[INFO] [stdout] 354 | use async_net::TcpStream;
[INFO] [stdout]     |     ^^^^^^^^^ use of unresolved module or unlinked crate `async_net`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `async_net`, use `cargo add async_net` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/tcp.rs - tcp::TcpListener (line 34) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `async_net`
[INFO] [stdout]   --> src/tcp.rs:35:5
[INFO] [stdout]    |
[INFO] [stdout] 35 | use async_net::TcpListener;
[INFO] [stdout]    |     ^^^^^^^^^ use of unresolved module or unlinked crate `async_net`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `async_net`, use `cargo add async_net` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/tcp.rs - tcp::TcpListener::set_ttl (line 190) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `async_net`
[INFO] [stdout]    --> src/tcp.rs:191:5
[INFO] [stdout]     |
[INFO] [stdout] 191 | use async_net::TcpListener;
[INFO] [stdout]     |     ^^^^^^^^^ use of unresolved module or unlinked crate `async_net`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `async_net`, use `cargo add async_net` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/tcp.rs - tcp::TcpListener::bind (line 83) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `async_net`
[INFO] [stdout]   --> src/tcp.rs:84:5
[INFO] [stdout]    |
[INFO] [stdout] 84 | use async_net::{SocketAddr, TcpListener};
[INFO] [stdout]    |     ^^^^^^^^^ use of unresolved module or unlinked crate `async_net`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `async_net`, use `cargo add async_net` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/tcp.rs - tcp::TcpListener::accept (line 122) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `async_net`
[INFO] [stdout]    --> src/tcp.rs:123:5
[INFO] [stdout]     |
[INFO] [stdout] 123 | use async_net::TcpListener;
[INFO] [stdout]     |     ^^^^^^^^^ use of unresolved module or unlinked crate `async_net`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `async_net`, use `cargo add async_net` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/tcp.rs - tcp::TcpStream::peer_addr (line 400) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `async_net`
[INFO] [stdout]    --> src/tcp.rs:401:5
[INFO] [stdout]     |
[INFO] [stdout] 401 | use async_net::TcpStream;
[INFO] [stdout]     |     ^^^^^^^^^ use of unresolved module or unlinked crate `async_net`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `async_net`, use `cargo add async_net` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/tcp.rs - tcp::TcpListener::incoming (line 143) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `async_net`
[INFO] [stdout]    --> src/tcp.rs:144:5
[INFO] [stdout]     |
[INFO] [stdout] 144 | use async_net::TcpListener;
[INFO] [stdout]     |     ^^^^^^^^^ use of unresolved module or unlinked crate `async_net`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `async_net`, use `cargo add async_net` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/tcp.rs - tcp::TcpListener::bind (line 72) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `async_net`
[INFO] [stdout]   --> src/tcp.rs:73:5
[INFO] [stdout]    |
[INFO] [stdout] 73 | use async_net::TcpListener;
[INFO] [stdout]    |     ^^^^^^^^^ use of unresolved module or unlinked crate `async_net`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `async_net`, use `cargo add async_net` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/tcp.rs - tcp::TcpStream::set_nodelay (line 494) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `async_net`
[INFO] [stdout]    --> src/tcp.rs:495:5
[INFO] [stdout]     |
[INFO] [stdout] 495 | use async_net::TcpStream;
[INFO] [stdout]     |     ^^^^^^^^^ use of unresolved module or unlinked crate `async_net`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `async_net`, use `cargo add async_net` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/udp.rs - udp::UdpSocket (line 34) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `async_net`
[INFO] [stdout]   --> src/udp.rs:35:5
[INFO] [stdout]    |
[INFO] [stdout] 35 | use async_net::UdpSocket;
[INFO] [stdout]    |     ^^^^^^^^^ use of unresolved module or unlinked crate `async_net`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `async_net`, use `cargo add async_net` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/tcp.rs - tcp::TcpStream::set_ttl (line 532) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `async_net`
[INFO] [stdout]    --> src/tcp.rs:533:5
[INFO] [stdout]     |
[INFO] [stdout] 533 | use async_net::TcpStream;
[INFO] [stdout]     |     ^^^^^^^^^ use of unresolved module or unlinked crate `async_net`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `async_net`, use `cargo add async_net` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/tcp.rs - tcp::TcpStream::ttl (line 513) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `async_net`
[INFO] [stdout]    --> src/tcp.rs:514:5
[INFO] [stdout]     |
[INFO] [stdout] 514 | use async_net::TcpStream;
[INFO] [stdout]     |     ^^^^^^^^^ use of unresolved module or unlinked crate `async_net`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `async_net`, use `cargo add async_net` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/tcp.rs - tcp::TcpStream::peek (line 442) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `async_net`
[INFO] [stdout]    --> src/tcp.rs:443:5
[INFO] [stdout]     |
[INFO] [stdout] 443 | use async_net::TcpStream;
[INFO] [stdout]     |     ^^^^^^^^^ use of unresolved module or unlinked crate `async_net`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `async_net`, use `cargo add async_net` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/udp.rs - udp::UdpSocket::bind (line 75) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `async_net`
[INFO] [stdout]   --> src/udp.rs:76:5
[INFO] [stdout]    |
[INFO] [stdout] 76 | use async_net::UdpSocket;
[INFO] [stdout]    |     ^^^^^^^^^ use of unresolved module or unlinked crate `async_net`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `async_net`, use `cargo add async_net` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/udp.rs - udp::UdpSocket::bind (line 86) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `async_net`
[INFO] [stdout]   --> src/udp.rs:87:5
[INFO] [stdout]    |
[INFO] [stdout] 87 | use async_net::{SocketAddr, UdpSocket};
[INFO] [stdout]    |     ^^^^^^^^^ use of unresolved module or unlinked crate `async_net`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `async_net`, use `cargo add async_net` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/tcp.rs - tcp::TcpStream (line 311) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `async_net`
[INFO] [stdout]    --> src/tcp.rs:312:5
[INFO] [stdout]     |
[INFO] [stdout] 312 | use async_net::TcpStream;
[INFO] [stdout]     |     ^^^^^^^^^ use of unresolved module or unlinked crate `async_net`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `async_net`, use `cargo add async_net` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/tcp.rs - tcp::TcpStream::shutdown (line 421) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `async_net`
[INFO] [stdout]    --> src/tcp.rs:422:5
[INFO] [stdout]     |
[INFO] [stdout] 422 | use async_net::{Shutdown, TcpStream};
[INFO] [stdout]     |     ^^^^^^^^^ use of unresolved module or unlinked crate `async_net`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `async_net`, use `cargo add async_net` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/tcp.rs - tcp::TcpListener::local_addr (line 105) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `async_net`
[INFO] [stdout]    --> src/tcp.rs:106:5
[INFO] [stdout]     |
[INFO] [stdout] 106 | use async_net::{SocketAddr, TcpListener};
[INFO] [stdout]     |     ^^^^^^^^^ use of unresolved module or unlinked crate `async_net`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `async_net`, use `cargo add async_net` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/tcp.rs - tcp::TcpListener::ttl (line 170) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `async_net`
[INFO] [stdout]    --> src/tcp.rs:171:5
[INFO] [stdout]     |
[INFO] [stdout] 171 | use async_net::TcpListener;
[INFO] [stdout]     |     ^^^^^^^^^ use of unresolved module or unlinked crate `async_net`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `async_net`, use `cargo add async_net` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/tcp.rs - tcp::TcpStream::nodelay (line 469) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `async_net`
[INFO] [stdout]    --> src/tcp.rs:470:5
[INFO] [stdout]     |
[INFO] [stdout] 470 | use async_net::TcpStream;
[INFO] [stdout]     |     ^^^^^^^^^ use of unresolved module or unlinked crate `async_net`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `async_net`, use `cargo add async_net` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/tcp.rs - tcp::TcpStream::local_addr (line 384) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `async_net`
[INFO] [stdout]    --> src/tcp.rs:385:5
[INFO] [stdout]     |
[INFO] [stdout] 385 | use async_net::TcpStream;
[INFO] [stdout]     |     ^^^^^^^^^ use of unresolved module or unlinked crate `async_net`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `async_net`, use `cargo add async_net` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/udp.rs - udp::UdpSocket::peek (line 280) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `async_net`
[INFO] [stdout]    --> src/udp.rs:281:5
[INFO] [stdout]     |
[INFO] [stdout] 281 | use async_net::UdpSocket;
[INFO] [stdout]     |     ^^^^^^^^^ use of unresolved module or unlinked crate `async_net`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `async_net`, use `cargo add async_net` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/udp.rs - udp::UdpSocket::set_broadcast (line 340) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `async_net`
[INFO] [stdout]    --> src/udp.rs:341:5
[INFO] [stdout]     |
[INFO] [stdout] 341 | use async_net::UdpSocket;
[INFO] [stdout]     |     ^^^^^^^^^ use of unresolved module or unlinked crate `async_net`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `async_net`, use `cargo add async_net` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/udp.rs - udp::UdpSocket::multicast_loop_v4 (line 360) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `async_net`
[INFO] [stdout]    --> src/udp.rs:361:5
[INFO] [stdout]     |
[INFO] [stdout] 361 | use async_net::UdpSocket;
[INFO] [stdout]     |     ^^^^^^^^^ use of unresolved module or unlinked crate `async_net`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `async_net`, use `cargo add async_net` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/udp.rs - udp::UdpSocket::local_addr (line 112) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `async_net`
[INFO] [stdout]    --> src/udp.rs:113:5
[INFO] [stdout]     |
[INFO] [stdout] 113 | use async_net::{SocketAddr, UdpSocket};
[INFO] [stdout]     |     ^^^^^^^^^ use of unresolved module or unlinked crate `async_net`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `async_net`, use `cargo add async_net` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/udp.rs - udp::UdpSocket::multicast_loop_v6 (line 446) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `async_net`
[INFO] [stdout]    --> src/udp.rs:447:5
[INFO] [stdout]     |
[INFO] [stdout] 447 | use async_net::UdpSocket;
[INFO] [stdout]     |     ^^^^^^^^^ use of unresolved module or unlinked crate `async_net`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `async_net`, use `cargo add async_net` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/udp.rs - udp::UdpSocket::peer_addr (line 128) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `async_net`
[INFO] [stdout]    --> src/udp.rs:129:5
[INFO] [stdout]     |
[INFO] [stdout] 129 | use async_net::UdpSocket;
[INFO] [stdout]     |     ^^^^^^^^^ use of unresolved module or unlinked crate `async_net`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `async_net`, use `cargo add async_net` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/udp.rs - udp::UdpSocket::send (line 303) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `async_net`
[INFO] [stdout]    --> src/udp.rs:304:5
[INFO] [stdout]     |
[INFO] [stdout] 304 | use async_net::UdpSocket;
[INFO] [stdout]     |     ^^^^^^^^^ use of unresolved module or unlinked crate `async_net`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `async_net`, use `cargo add async_net` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/udp.rs - udp::UdpSocket::recv_from (line 175) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `async_net`
[INFO] [stdout]    --> src/udp.rs:176:5
[INFO] [stdout]     |
[INFO] [stdout] 176 | use async_net::UdpSocket;
[INFO] [stdout]     |     ^^^^^^^^^ use of unresolved module or unlinked crate `async_net`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `async_net`, use `cargo add async_net` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/tcp.rs - tcp::TcpStream::connect (line 363) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `async_net`
[INFO] [stdout]    --> src/tcp.rs:364:5
[INFO] [stdout]     |
[INFO] [stdout] 364 | use async_net::{SocketAddr, TcpStream};
[INFO] [stdout]     |     ^^^^^^^^^ use of unresolved module or unlinked crate `async_net`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `async_net`, use `cargo add async_net` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/udp.rs - udp::UdpSocket::recv (line 249) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `async_net`
[INFO] [stdout]    --> src/udp.rs:250:5
[INFO] [stdout]     |
[INFO] [stdout] 250 | use async_net::UdpSocket;
[INFO] [stdout]     |     ^^^^^^^^^ use of unresolved module or unlinked crate `async_net`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `async_net`, use `cargo add async_net` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/udp.rs - udp::UdpSocket::peek_from (line 202) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `async_net`
[INFO] [stdout]    --> src/udp.rs:203:5
[INFO] [stdout]     |
[INFO] [stdout] 203 | use async_net::UdpSocket;
[INFO] [stdout]     |     ^^^^^^^^^ use of unresolved module or unlinked crate `async_net`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `async_net`, use `cargo add async_net` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/udp.rs - udp::UdpSocket::send_to (line 225) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `async_net`
[INFO] [stdout]    --> src/udp.rs:226:5
[INFO] [stdout]     |
[INFO] [stdout] 226 | use async_net::UdpSocket;
[INFO] [stdout]     |     ^^^^^^^^^ use of unresolved module or unlinked crate `async_net`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `async_net`, use `cargo add async_net` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/udp.rs - udp::UdpSocket::set_multicast_loop_v4 (line 380) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `async_net`
[INFO] [stdout]    --> src/udp.rs:381:5
[INFO] [stdout]     |
[INFO] [stdout] 381 | use async_net::UdpSocket;
[INFO] [stdout]     |     ^^^^^^^^^ use of unresolved module or unlinked crate `async_net`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `async_net`, use `cargo add async_net` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/udp.rs - udp::UdpSocket::connect (line 154) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `async_net`
[INFO] [stdout]    --> src/udp.rs:155:5
[INFO] [stdout]     |
[INFO] [stdout] 155 | use async_net::UdpSocket;
[INFO] [stdout]     |     ^^^^^^^^^ use of unresolved module or unlinked crate `async_net`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `async_net`, use `cargo add async_net` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/udp.rs - udp::UdpSocket::broadcast (line 322) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `async_net`
[INFO] [stdout]    --> src/udp.rs:323:5
[INFO] [stdout]     |
[INFO] [stdout] 323 | use async_net::UdpSocket;
[INFO] [stdout]     |     ^^^^^^^^^ use of unresolved module or unlinked crate `async_net`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `async_net`, use `cargo add async_net` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/udp.rs - udp::UdpSocket::ttl (line 487) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `async_net`
[INFO] [stdout]    --> src/udp.rs:488:5
[INFO] [stdout]     |
[INFO] [stdout] 488 | use async_net::UdpSocket;
[INFO] [stdout]     |     ^^^^^^^^^ use of unresolved module or unlinked crate `async_net`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `async_net`, use `cargo add async_net` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/udp.rs - udp::UdpSocket::set_multicast_loop_v6 (line 466) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `async_net`
[INFO] [stdout]    --> src/udp.rs:467:5
[INFO] [stdout]     |
[INFO] [stdout] 467 | use async_net::UdpSocket;
[INFO] [stdout]     |     ^^^^^^^^^ use of unresolved module or unlinked crate `async_net`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `async_net`, use `cargo add async_net` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/udp.rs - udp::UdpSocket::multicast_ttl_v4 (line 404) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `async_net`
[INFO] [stdout]    --> src/udp.rs:405:5
[INFO] [stdout]     |
[INFO] [stdout] 405 | use async_net::UdpSocket;
[INFO] [stdout]     |     ^^^^^^^^^ use of unresolved module or unlinked crate `async_net`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `async_net`, use `cargo add async_net` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/udp.rs - udp::UdpSocket::set_ttl (line 506) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `async_net`
[INFO] [stdout]    --> src/udp.rs:507:5
[INFO] [stdout]     |
[INFO] [stdout] 507 | use async_net::UdpSocket;
[INFO] [stdout]     |     ^^^^^^^^^ use of unresolved module or unlinked crate `async_net`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `async_net`, use `cargo add async_net` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/udp.rs - udp::UdpSocket::set_multicast_ttl_v4 (line 426) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `async_net`
[INFO] [stdout]    --> src/udp.rs:427:5
[INFO] [stdout]     |
[INFO] [stdout] 427 | use async_net::UdpSocket;
[INFO] [stdout]     |     ^^^^^^^^^ use of unresolved module or unlinked crate `async_net`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `async_net`, use `cargo add async_net` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     src/lib.rs - (line 16)
[INFO] [stdout]     src/tcp.rs - tcp::TcpListener (line 34)
[INFO] [stdout]     src/tcp.rs - tcp::TcpListener::accept (line 122)
[INFO] [stdout]     src/tcp.rs - tcp::TcpListener::bind (line 72)
[INFO] [stdout]     src/tcp.rs - tcp::TcpListener::bind (line 83)
[INFO] [stdout]     src/tcp.rs - tcp::TcpListener::incoming (line 143)
[INFO] [stdout]     src/tcp.rs - tcp::TcpListener::local_addr (line 105)
[INFO] [stdout]     src/tcp.rs - tcp::TcpListener::set_ttl (line 190)
[INFO] [stdout]     src/tcp.rs - tcp::TcpListener::ttl (line 170)
[INFO] [stdout]     src/tcp.rs - tcp::TcpStream (line 311)
[INFO] [stdout]     src/tcp.rs - tcp::TcpStream::connect (line 353)
[INFO] [stdout]     src/tcp.rs - tcp::TcpStream::connect (line 363)
[INFO] [stdout]     src/tcp.rs - tcp::TcpStream::local_addr (line 384)
[INFO] [stdout]     src/tcp.rs - tcp::TcpStream::nodelay (line 469)
[INFO] [stdout]     src/tcp.rs - tcp::TcpStream::peek (line 442)
[INFO] [stdout]     src/tcp.rs - tcp::TcpStream::peer_addr (line 400)
[INFO] [stdout]     src/tcp.rs - tcp::TcpStream::set_nodelay (line 494)
[INFO] [stdout]     src/tcp.rs - tcp::TcpStream::set_ttl (line 532)
[INFO] [stdout]     src/tcp.rs - tcp::TcpStream::shutdown (line 421)
[INFO] [stdout]     src/tcp.rs - tcp::TcpStream::ttl (line 513)
[INFO] [stdout]     src/udp.rs - udp::UdpSocket (line 34)
[INFO] [stdout]     src/udp.rs - udp::UdpSocket::bind (line 75)
[INFO] [stdout]     src/udp.rs - udp::UdpSocket::bind (line 86)
[INFO] [stdout]     src/udp.rs - udp::UdpSocket::broadcast (line 322)
[INFO] [stdout]     src/udp.rs - udp::UdpSocket::connect (line 154)
[INFO] [stdout]     src/udp.rs - udp::UdpSocket::local_addr (line 112)
[INFO] [stdout]     src/udp.rs - udp::UdpSocket::multicast_loop_v4 (line 360)
[INFO] [stdout]     src/udp.rs - udp::UdpSocket::multicast_loop_v6 (line 446)
[INFO] [stdout]     src/udp.rs - udp::UdpSocket::multicast_ttl_v4 (line 404)
[INFO] [stdout]     src/udp.rs - udp::UdpSocket::peek (line 280)
[INFO] [stdout]     src/udp.rs - udp::UdpSocket::peek_from (line 202)
[INFO] [stdout]     src/udp.rs - udp::UdpSocket::peer_addr (line 128)
[INFO] [stdout]     src/udp.rs - udp::UdpSocket::recv (line 249)
[INFO] [stdout]     src/udp.rs - udp::UdpSocket::recv_from (line 175)
[INFO] [stdout]     src/udp.rs - udp::UdpSocket::send (line 303)
[INFO] [stdout]     src/udp.rs - udp::UdpSocket::send_to (line 225)
[INFO] [stdout]     src/udp.rs - udp::UdpSocket::set_broadcast (line 340)
[INFO] [stdout]     src/udp.rs - udp::UdpSocket::set_multicast_loop_v4 (line 380)
[INFO] [stdout]     src/udp.rs - udp::UdpSocket::set_multicast_loop_v6 (line 466)
[INFO] [stdout]     src/udp.rs - udp::UdpSocket::set_multicast_ttl_v4 (line 426)
[INFO] [stdout]     src/udp.rs - udp::UdpSocket::set_ttl (line 506)
[INFO] [stdout]     src/udp.rs - udp::UdpSocket::ttl (line 487)
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 0 passed; 42 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.42s
[INFO] [stdout] 
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] running `Command { std: "docker" "inspect" "e8438585833eadd20d00e85d6da43afc8654feaa72e34bb4f8d6ada81d9a0628", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e8438585833eadd20d00e85d6da43afc8654feaa72e34bb4f8d6ada81d9a0628", kill_on_drop: false }`
[INFO] [stdout] e8438585833eadd20d00e85d6da43afc8654feaa72e34bb4f8d6ada81d9a0628
