[INFO] fetching crate x-smoltcp 0.12.0...
[INFO] testing x-smoltcp-0.12.0 against master#ec6f9a5b4413f74386267ef8efc93712c2ce6db6 for pr-155739-1
[INFO] extracting crate x-smoltcp 0.12.0 into /workspace/builds/worker-2-tc1/source
[INFO] started tweaking crates.io crate x-smoltcp 0.12.0
[INFO] removed 0 missing examples
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate x-smoltcp 0.12.0
[INFO] tweaked toml for crates.io crate x-smoltcp 0.12.0 written to /workspace/builds/worker-2-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate x-smoltcp 0.12.0 on toolchain ec6f9a5b4413f74386267ef8efc93712c2ce6db6
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ec6f9a5b4413f74386267ef8efc93712c2ce6db6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate x-smoltcp 0.12.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" "+ec6f9a5b4413f74386267ef8efc93712c2ce6db6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded rstest v0.17.0
[INFO] [stderr]   Downloaded idna v1.0.1
[INFO] [stderr]   Downloaded rstest_macros v0.17.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+ec6f9a5b4413f74386267ef8efc93712c2ce6db6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 0c09a3ff72ecc98041ead62d88ea89bdb8b1fa9ae5ed9aff16734b6e55dfafdf
[INFO] running `Command { std: "docker" "start" "-a" "0c09a3ff72ecc98041ead62d88ea89bdb8b1fa9ae5ed9aff16734b6e55dfafdf", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "0c09a3ff72ecc98041ead62d88ea89bdb8b1fa9ae5ed9aff16734b6e55dfafdf", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0c09a3ff72ecc98041ead62d88ea89bdb8b1fa9ae5ed9aff16734b6e55dfafdf", kill_on_drop: false }`
[INFO] [stdout] 0c09a3ff72ecc98041ead62d88ea89bdb8b1fa9ae5ed9aff16734b6e55dfafdf
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/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" "RUSTDOCFLAGS=--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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+ec6f9a5b4413f74386267ef8efc93712c2ce6db6" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 9554c5db864081908ea0f492f5465aa06a8ad35e42a3732edba04e4eb6a63a48
[INFO] running `Command { std: "docker" "start" "-a" "9554c5db864081908ea0f492f5465aa06a8ad35e42a3732edba04e4eb6a63a48", kill_on_drop: false }`
[INFO] [stderr]    Compiling x-smoltcp v0.12.0 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling managed v0.8.0
[INFO] [stderr]    Compiling bitflags v1.3.2
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/socket/dhcpv4.rs:745:17
[INFO] [stdout]     |
[INFO] [stdout] 745 |     pub fn poll(&mut self) -> Option<Event> {
[INFO] [stdout]     |                 ^^^^^^^^^            ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 745 |     pub fn poll(&mut self) -> Option<Event<'_>> {
[INFO] [stdout]     |                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/storage/assembler.rs:330:22
[INFO] [stdout]     |
[INFO] [stdout] 330 |     pub fn iter_data(&self, first_offset: usize) -> AssemblerIter {
[INFO] [stdout]     |                      ^^^^^                          ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                      |
[INFO] [stdout]     |                      the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 330 |     pub fn iter_data(&self, first_offset: usize) -> AssemblerIter<'_> {
[INFO] [stdout]     |                                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/wire/sixlowpan/iphc.rs:221:21
[INFO] [stdout]     |
[INFO] [stdout] 221 |     pub fn src_addr(&self) -> Result<UnresolvedAddress> {
[INFO] [stdout]     |                     ^^^^^            ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 221 |     pub fn src_addr(&self) -> Result<UnresolvedAddress<'_>> {
[INFO] [stdout]     |                                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/wire/sixlowpan/iphc.rs:278:21
[INFO] [stdout]     |
[INFO] [stdout] 278 |     pub fn dst_addr(&self) -> Result<UnresolvedAddress> {
[INFO] [stdout]     |                     ^^^^^            ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 278 |     pub fn dst_addr(&self) -> Result<UnresolvedAddress<'_>> {
[INFO] [stdout]     |                                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.95s
[INFO] running `Command { std: "docker" "inspect" "9554c5db864081908ea0f492f5465aa06a8ad35e42a3732edba04e4eb6a63a48", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9554c5db864081908ea0f492f5465aa06a8ad35e42a3732edba04e4eb6a63a48", kill_on_drop: false }`
[INFO] [stdout] 9554c5db864081908ea0f492f5465aa06a8ad35e42a3732edba04e4eb6a63a48
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/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" "RUSTDOCFLAGS=--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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+ec6f9a5b4413f74386267ef8efc93712c2ce6db6" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 0c4acf7a5d7a423d85ca091db94f587e51500c301c66f42d31e54d42a9c0b2a6
[INFO] running `Command { std: "docker" "start" "-a" "0c4acf7a5d7a423d85ca091db94f587e51500c301c66f42d31e54d42a9c0b2a6", kill_on_drop: false }`
[INFO] [stderr]    Compiling stable_deref_trait v1.2.1
[INFO] [stderr]    Compiling memchr v2.7.6
[INFO] [stderr]    Compiling icu_locid_transform_data v1.5.1
[INFO] [stderr]    Compiling litemap v0.7.5
[INFO] [stderr]    Compiling writeable v0.5.5
[INFO] [stderr]    Compiling icu_properties_data v1.5.1
[INFO] [stderr]    Compiling futures-sink v0.3.31
[INFO] [stderr]    Compiling futures-core v0.3.31
[INFO] [stderr]    Compiling zerocopy v0.8.37
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]    Compiling syn v2.0.114
[INFO] [stderr]    Compiling icu_normalizer_data v1.5.1
[INFO] [stderr]    Compiling tinyvec v1.10.0
[INFO] [stderr]    Compiling getrandom v0.2.17
[INFO] [stderr]    Compiling rstest_macros v0.17.0
[INFO] [stderr]    Compiling regex-syntax v0.8.8
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling write16 v1.0.0
[INFO] [stderr]    Compiling utf16_iter v1.0.5
[INFO] [stderr]    Compiling futures-channel v0.3.31
[INFO] [stderr]    Compiling unicode-bidi v0.3.18
[INFO] [stderr]    Compiling heapless v0.8.0
[INFO] [stderr]    Compiling console v0.15.11
[INFO] [stderr]    Compiling is-terminal v0.4.17
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling similar v2.7.0
[INFO] [stderr]    Compiling getopts v0.2.24
[INFO] [stderr]    Compiling unicode-normalization v0.1.25
[INFO] [stderr]    Compiling tempfile v3.24.0
[INFO] [stderr]    Compiling aho-corasick v1.1.4
[INFO] [stderr]    Compiling x-smoltcp v0.12.0 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling idna v0.5.0
[INFO] [stderr]    Compiling insta v1.46.3
[INFO] [stderr]    Compiling url v2.5.2
[INFO] [stderr]    Compiling regex-automata v0.4.13
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/socket/dhcpv4.rs:745:17
[INFO] [stdout]     |
[INFO] [stdout] 745 |     pub fn poll(&mut self) -> Option<Event> {
[INFO] [stdout]     |                 ^^^^^^^^^            ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 745 |     pub fn poll(&mut self) -> Option<Event<'_>> {
[INFO] [stdout]     |                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/storage/assembler.rs:330:22
[INFO] [stdout]     |
[INFO] [stdout] 330 |     pub fn iter_data(&self, first_offset: usize) -> AssemblerIter {
[INFO] [stdout]     |                      ^^^^^                          ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                      |
[INFO] [stdout]     |                      the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 330 |     pub fn iter_data(&self, first_offset: usize) -> AssemblerIter<'_> {
[INFO] [stdout]     |                                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/wire/sixlowpan/iphc.rs:221:21
[INFO] [stdout]     |
[INFO] [stdout] 221 |     pub fn src_addr(&self) -> Result<UnresolvedAddress> {
[INFO] [stdout]     |                     ^^^^^            ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 221 |     pub fn src_addr(&self) -> Result<UnresolvedAddress<'_>> {
[INFO] [stdout]     |                                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/wire/sixlowpan/iphc.rs:278:21
[INFO] [stdout]     |
[INFO] [stdout] 278 |     pub fn dst_addr(&self) -> Result<UnresolvedAddress> {
[INFO] [stdout]     |                     ^^^^^            ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 278 |     pub fn dst_addr(&self) -> Result<UnresolvedAddress<'_>> {
[INFO] [stdout]     |                                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling regex v1.12.2
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling env_logger v0.10.2
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling yoke-derive v0.7.5
[INFO] [stderr]    Compiling zerovec-derive v0.10.3
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling icu_provider_macros v1.5.0
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling zerofrom v0.1.6
[INFO] [stderr]    Compiling yoke v0.7.5
[INFO] [stderr]    Compiling zerovec v0.10.4
[INFO] [stderr]    Compiling tinystr v0.7.6
[INFO] [stderr]    Compiling icu_collections v1.5.0
[INFO] [stderr]    Compiling icu_locid v1.5.0
[INFO] [stderr]    Compiling icu_provider v1.5.0
[INFO] [stderr]    Compiling futures-executor v0.3.31
[INFO] [stderr]    Compiling futures v0.3.31
[INFO] [stderr]    Compiling rstest v0.17.0
[INFO] [stderr]    Compiling icu_locid_transform v1.5.0
[INFO] [stderr]    Compiling icu_properties v1.5.1
[INFO] [stderr]    Compiling icu_normalizer v1.5.0
[INFO] [stderr]    Compiling idna v1.0.1
[INFO] [stdout] error[E0433]: cannot find module or crate `smoltcp` in this scope
[INFO] [stdout]  --> examples/tcpdump.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use smoltcp::phy::wait as phy_wait;
[INFO] [stdout]   |     ^^^^^^^ use of unresolved module or unlinked crate `smoltcp`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 1 | use x_smoltcp::phy::wait as phy_wait;
[INFO] [stdout]   |     ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `smoltcp` in this scope
[INFO] [stdout]  --> examples/tcpdump.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use smoltcp::phy::{Device, RawSocket, RxToken};
[INFO] [stdout]   |     ^^^^^^^ use of unresolved module or unlinked crate `smoltcp`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 2 | use x_smoltcp::phy::{Device, RawSocket, RxToken};
[INFO] [stdout]   |     ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `smoltcp` in this scope
[INFO] [stdout]  --> examples/tcpdump.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use smoltcp::time::Instant;
[INFO] [stdout]   |     ^^^^^^^ use of unresolved module or unlinked crate `smoltcp`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 3 | use x_smoltcp::time::Instant;
[INFO] [stdout]   |     ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `smoltcp` in this scope
[INFO] [stdout]  --> examples/tcpdump.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use smoltcp::wire::{EthernetFrame, PrettyPrinter};
[INFO] [stdout]   |     ^^^^^^^ use of unresolved module or unlinked crate `smoltcp`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 4 | use x_smoltcp::wire::{EthernetFrame, PrettyPrinter};
[INFO] [stdout]   |     ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `smoltcp` in this scope
[INFO] [stdout]   --> examples/utils.rs:16:5
[INFO] [stdout]    |
[INFO] [stdout] 16 | use smoltcp::phy::TunTapInterface;
[INFO] [stdout]    |     ^^^^^^^ use of unresolved module or unlinked crate `smoltcp`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 16 | use x_smoltcp::phy::TunTapInterface;
[INFO] [stdout]    |     ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `smoltcp` in this scope
[INFO] [stdout]   --> examples/utils.rs:17:5
[INFO] [stdout]    |
[INFO] [stdout] 17 | use smoltcp::phy::{Device, FaultInjector, Medium, Tracer};
[INFO] [stdout]    |     ^^^^^^^ use of unresolved module or unlinked crate `smoltcp`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 17 | use x_smoltcp::phy::{Device, FaultInjector, Medium, Tracer};
[INFO] [stdout]    |     ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `smoltcp` in this scope
[INFO] [stdout]   --> examples/utils.rs:18:5
[INFO] [stdout]    |
[INFO] [stdout] 18 | use smoltcp::phy::{PcapMode, PcapWriter};
[INFO] [stdout]    |     ^^^^^^^ use of unresolved module or unlinked crate `smoltcp`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 18 | use x_smoltcp::phy::{PcapMode, PcapWriter};
[INFO] [stdout]    |     ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `smoltcp` in this scope
[INFO] [stdout]   --> examples/utils.rs:16:5
[INFO] [stdout]    |
[INFO] [stdout] 16 | use smoltcp::phy::TunTapInterface;
[INFO] [stdout]    |     ^^^^^^^ use of unresolved module or unlinked crate `smoltcp`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 16 | use x_smoltcp::phy::TunTapInterface;
[INFO] [stdout]    |     ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `smoltcp` in this scope
[INFO] [stdout]   --> examples/utils.rs:17:5
[INFO] [stdout]    |
[INFO] [stdout] 17 | use smoltcp::phy::{Device, FaultInjector, Medium, Tracer};
[INFO] [stdout]    |     ^^^^^^^ use of unresolved module or unlinked crate `smoltcp`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 17 | use x_smoltcp::phy::{Device, FaultInjector, Medium, Tracer};
[INFO] [stdout]    |     ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `smoltcp` in this scope
[INFO] [stdout]   --> examples/utils.rs:18:5
[INFO] [stdout]    |
[INFO] [stdout] 18 | use smoltcp::phy::{PcapMode, PcapWriter};
[INFO] [stdout]    |     ^^^^^^^ use of unresolved module or unlinked crate `smoltcp`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 18 | use x_smoltcp::phy::{PcapMode, PcapWriter};
[INFO] [stdout]    |     ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `smoltcp` in this scope
[INFO] [stdout]   --> examples/utils.rs:19:5
[INFO] [stdout]    |
[INFO] [stdout] 19 | use smoltcp::time::{Duration, Instant};
[INFO] [stdout]    |     ^^^^^^^ use of unresolved module or unlinked crate `smoltcp`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 19 | use x_smoltcp::time::{Duration, Instant};
[INFO] [stdout]    |     ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `smoltcp` in this scope
[INFO] [stdout]  --> examples/server.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | use smoltcp::iface::{Config, Interface, SocketSet};
[INFO] [stdout]   |     ^^^^^^^ use of unresolved module or unlinked crate `smoltcp`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 7 | use x_smoltcp::iface::{Config, Interface, SocketSet};
[INFO] [stdout]   |     ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `smoltcp` in this scope
[INFO] [stdout]  --> examples/server.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 | use smoltcp::phy::{wait as phy_wait, Device, Medium};
[INFO] [stdout]   |     ^^^^^^^ use of unresolved module or unlinked crate `smoltcp`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 8 | use x_smoltcp::phy::{wait as phy_wait, Device, Medium};
[INFO] [stdout]   |     ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `smoltcp` in this scope
[INFO] [stdout]  --> examples/server.rs:9:5
[INFO] [stdout]   |
[INFO] [stdout] 9 | use smoltcp::socket::{tcp, udp};
[INFO] [stdout]   |     ^^^^^^^ use of unresolved module or unlinked crate `smoltcp`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 9 | use x_smoltcp::socket::{tcp, udp};
[INFO] [stdout]   |     ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `smoltcp` in this scope
[INFO] [stdout]   --> examples/server.rs:10:5
[INFO] [stdout]    |
[INFO] [stdout] 10 | use smoltcp::time::{Duration, Instant};
[INFO] [stdout]    |     ^^^^^^^ use of unresolved module or unlinked crate `smoltcp`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 10 | use x_smoltcp::time::{Duration, Instant};
[INFO] [stdout]    |     ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `smoltcp` in this scope
[INFO] [stdout]   --> examples/server.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout] 11 | use smoltcp::wire::{EthernetAddress, IpAddress, IpCidr, Ipv4Address, Ipv6Address};
[INFO] [stdout]    |     ^^^^^^^ use of unresolved module or unlinked crate `smoltcp`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 11 | use x_smoltcp::wire::{EthernetAddress, IpAddress, IpCidr, Ipv4Address, Ipv6Address};
[INFO] [stdout]    |     ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `smoltcp` in this scope
[INFO] [stdout]   --> examples/utils.rs:19:5
[INFO] [stdout]    |
[INFO] [stdout] 19 | use smoltcp::time::{Duration, Instant};
[INFO] [stdout]    |     ^^^^^^^ use of unresolved module or unlinked crate `smoltcp`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 19 | use x_smoltcp::time::{Duration, Instant};
[INFO] [stdout]    |     ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `smoltcp` in this scope
[INFO] [stdout]   --> examples/loopback.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout] 11 | use smoltcp::iface::{Config, Interface, SocketSet};
[INFO] [stdout]    |     ^^^^^^^ use of unresolved module or unlinked crate `smoltcp`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 11 | use x_smoltcp::iface::{Config, Interface, SocketSet};
[INFO] [stdout]    |     ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `smoltcp` in this scope
[INFO] [stdout]   --> examples/loopback.rs:12:5
[INFO] [stdout]    |
[INFO] [stdout] 12 | use smoltcp::phy::{Device, Loopback, Medium};
[INFO] [stdout]    |     ^^^^^^^ use of unresolved module or unlinked crate `smoltcp`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 12 | use x_smoltcp::phy::{Device, Loopback, Medium};
[INFO] [stdout]    |     ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `smoltcp` in this scope
[INFO] [stdout]   --> examples/loopback.rs:13:5
[INFO] [stdout]    |
[INFO] [stdout] 13 | use smoltcp::socket::tcp;
[INFO] [stdout]    |     ^^^^^^^ use of unresolved module or unlinked crate `smoltcp`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 13 | use x_smoltcp::socket::tcp;
[INFO] [stdout]    |     ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `smoltcp` in this scope
[INFO] [stdout]   --> examples/loopback.rs:14:5
[INFO] [stdout]    |
[INFO] [stdout] 14 | use smoltcp::time::{Duration, Instant};
[INFO] [stdout]    |     ^^^^^^^ use of unresolved module or unlinked crate `smoltcp`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 14 | use x_smoltcp::time::{Duration, Instant};
[INFO] [stdout]    |     ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `smoltcp` in this scope
[INFO] [stdout]   --> examples/loopback.rs:15:5
[INFO] [stdout]    |
[INFO] [stdout] 15 | use smoltcp::wire::{EthernetAddress, IpAddress, IpCidr};
[INFO] [stdout]    |     ^^^^^^^ use of unresolved module or unlinked crate `smoltcp`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 15 | use x_smoltcp::wire::{EthernetAddress, IpAddress, IpCidr};
[INFO] [stdout]    |     ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `smoltcp` in this scope
[INFO] [stdout]   --> examples/loopback.rs:43:9
[INFO] [stdout]    |
[INFO] [stdout] 43 |     use smoltcp::time::{Duration, Instant};
[INFO] [stdout]    |         ^^^^^^^ use of unresolved module or unlinked crate `smoltcp`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 43 |     use x_smoltcp::time::{Duration, Instant};
[INFO] [stdout]    |         ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `smoltcp` in this scope
[INFO] [stdout]   --> examples/utils.rs:16:5
[INFO] [stdout]    |
[INFO] [stdout] 16 | use smoltcp::phy::TunTapInterface;
[INFO] [stdout]    |     ^^^^^^^ use of unresolved module or unlinked crate `smoltcp`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 16 | use x_smoltcp::phy::TunTapInterface;
[INFO] [stdout]    |     ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `smoltcp` in this scope
[INFO] [stdout]   --> examples/utils.rs:17:5
[INFO] [stdout]    |
[INFO] [stdout] 17 | use smoltcp::phy::{Device, FaultInjector, Medium, Tracer};
[INFO] [stdout]    |     ^^^^^^^ use of unresolved module or unlinked crate `smoltcp`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 17 | use x_smoltcp::phy::{Device, FaultInjector, Medium, Tracer};
[INFO] [stdout]    |     ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `smoltcp` in this scope
[INFO] [stdout]   --> examples/utils.rs:16:5
[INFO] [stdout]    |
[INFO] [stdout] 16 | use smoltcp::phy::TunTapInterface;
[INFO] [stdout]    |     ^^^^^^^ use of unresolved module or unlinked crate `smoltcp`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 16 | use x_smoltcp::phy::TunTapInterface;
[INFO] [stdout]    |     ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `smoltcp` in this scope
[INFO] [stdout]   --> examples/utils.rs:17:5
[INFO] [stdout]    |
[INFO] [stdout] 17 | use smoltcp::phy::{Device, FaultInjector, Medium, Tracer};
[INFO] [stdout]    |     ^^^^^^^ use of unresolved module or unlinked crate `smoltcp`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 17 | use x_smoltcp::phy::{Device, FaultInjector, Medium, Tracer};
[INFO] [stdout]    |     ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `smoltcp` in this scope
[INFO] [stdout]   --> examples/utils.rs:18:5
[INFO] [stdout]    |
[INFO] [stdout] 18 | use smoltcp::phy::{PcapMode, PcapWriter};
[INFO] [stdout]    |     ^^^^^^^ use of unresolved module or unlinked crate `smoltcp`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 18 | use x_smoltcp::phy::{PcapMode, PcapWriter};
[INFO] [stdout]    |     ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `smoltcp` in this scope
[INFO] [stdout]   --> examples/utils.rs:19:5
[INFO] [stdout]    |
[INFO] [stdout] 19 | use smoltcp::time::{Duration, Instant};
[INFO] [stdout]    |     ^^^^^^^ use of unresolved module or unlinked crate `smoltcp`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 19 | use x_smoltcp::time::{Duration, Instant};
[INFO] [stdout]    |     ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `smoltcp` in this scope
[INFO] [stdout]   --> examples/benchmark.rs:10:5
[INFO] [stdout]    |
[INFO] [stdout] 10 | use smoltcp::iface::{Config, Interface, SocketSet};
[INFO] [stdout]    |     ^^^^^^^ use of unresolved module or unlinked crate `smoltcp`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 10 | use x_smoltcp::iface::{Config, Interface, SocketSet};
[INFO] [stdout]    |     ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `smoltcp` in this scope
[INFO] [stdout]   --> examples/benchmark.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout] 11 | use smoltcp::phy::{wait as phy_wait, Device, Medium};
[INFO] [stdout]    |     ^^^^^^^ use of unresolved module or unlinked crate `smoltcp`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 11 | use x_smoltcp::phy::{wait as phy_wait, Device, Medium};
[INFO] [stdout]    |     ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `smoltcp` in this scope
[INFO] [stdout]   --> examples/benchmark.rs:12:5
[INFO] [stdout]    |
[INFO] [stdout] 12 | use smoltcp::socket::tcp;
[INFO] [stdout]    |     ^^^^^^^ use of unresolved module or unlinked crate `smoltcp`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 12 | use x_smoltcp::socket::tcp;
[INFO] [stdout]    |     ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `smoltcp` in this scope
[INFO] [stdout]   --> examples/benchmark.rs:13:5
[INFO] [stdout]    |
[INFO] [stdout] 13 | use smoltcp::time::{Duration, Instant};
[INFO] [stdout]    |     ^^^^^^^ use of unresolved module or unlinked crate `smoltcp`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 13 | use x_smoltcp::time::{Duration, Instant};
[INFO] [stdout]    |     ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `smoltcp` in this scope
[INFO] [stdout]   --> examples/benchmark.rs:14:5
[INFO] [stdout]    |
[INFO] [stdout] 14 | use smoltcp::wire::{EthernetAddress, IpAddress, IpCidr};
[INFO] [stdout]    |     ^^^^^^^ use of unresolved module or unlinked crate `smoltcp`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 14 | use x_smoltcp::wire::{EthernetAddress, IpAddress, IpCidr};
[INFO] [stdout]    |     ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `smoltcp` in this scope
[INFO] [stdout]   --> examples/utils.rs:18:5
[INFO] [stdout]    |
[INFO] [stdout] 18 | use smoltcp::phy::{PcapMode, PcapWriter};
[INFO] [stdout]    |     ^^^^^^^ use of unresolved module or unlinked crate `smoltcp`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 18 | use x_smoltcp::phy::{PcapMode, PcapWriter};
[INFO] [stdout]    |     ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `smoltcp` in this scope
[INFO] [stdout]   --> examples/utils.rs:19:5
[INFO] [stdout]    |
[INFO] [stdout] 19 | use smoltcp::time::{Duration, Instant};
[INFO] [stdout]    |     ^^^^^^^ use of unresolved module or unlinked crate `smoltcp`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 19 | use x_smoltcp::time::{Duration, Instant};
[INFO] [stdout]    |     ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `smoltcp` in this scope
[INFO] [stdout]  --> examples/multicast6.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use smoltcp::iface::{Config, Interface, SocketSet};
[INFO] [stdout]   |     ^^^^^^^ use of unresolved module or unlinked crate `smoltcp`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 5 | use x_smoltcp::iface::{Config, Interface, SocketSet};
[INFO] [stdout]   |     ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `smoltcp` in this scope
[INFO] [stdout]  --> examples/multicast6.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | use smoltcp::phy::wait as phy_wait;
[INFO] [stdout]   |     ^^^^^^^ use of unresolved module or unlinked crate `smoltcp`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 6 | use x_smoltcp::phy::wait as phy_wait;
[INFO] [stdout]   |     ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `smoltcp` in this scope
[INFO] [stdout]  --> examples/multicast6.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | use smoltcp::phy::{Device, Medium};
[INFO] [stdout]   |     ^^^^^^^ use of unresolved module or unlinked crate `smoltcp`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 7 | use x_smoltcp::phy::{Device, Medium};
[INFO] [stdout]   |     ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `smoltcp` in this scope
[INFO] [stdout]  --> examples/multicast6.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 | use smoltcp::socket::udp;
[INFO] [stdout]   |     ^^^^^^^ use of unresolved module or unlinked crate `smoltcp`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 8 | use x_smoltcp::socket::udp;
[INFO] [stdout]   |     ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `smoltcp` in this scope
[INFO] [stdout]  --> examples/multicast6.rs:9:5
[INFO] [stdout]   |
[INFO] [stdout] 9 | use smoltcp::time::Instant;
[INFO] [stdout]   |     ^^^^^^^ use of unresolved module or unlinked crate `smoltcp`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 9 | use x_smoltcp::time::Instant;
[INFO] [stdout]   |     ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `smoltcp` in this scope
[INFO] [stdout]   --> examples/multicast6.rs:10:5
[INFO] [stdout]    |
[INFO] [stdout] 10 | use smoltcp::wire::{EthernetAddress, IpAddress, IpCidr, Ipv6Address};
[INFO] [stdout]    |     ^^^^^^^ use of unresolved module or unlinked crate `smoltcp`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 10 | use x_smoltcp::wire::{EthernetAddress, IpAddress, IpCidr, Ipv6Address};
[INFO] [stdout]    |     ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `smoltcp` in this scope
[INFO] [stdout]   --> examples/utils.rs:16:5
[INFO] [stdout]    |
[INFO] [stdout] 16 | use smoltcp::phy::TunTapInterface;
[INFO] [stdout]    |     ^^^^^^^ use of unresolved module or unlinked crate `smoltcp`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 16 | use x_smoltcp::phy::TunTapInterface;
[INFO] [stdout]    |     ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `smoltcp` in this scope
[INFO] [stdout]   --> examples/utils.rs:17:5
[INFO] [stdout]    |
[INFO] [stdout] 17 | use smoltcp::phy::{Device, FaultInjector, Medium, Tracer};
[INFO] [stdout]    |     ^^^^^^^ use of unresolved module or unlinked crate `smoltcp`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 17 | use x_smoltcp::phy::{Device, FaultInjector, Medium, Tracer};
[INFO] [stdout]    |     ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `smoltcp` in this scope
[INFO] [stdout]   --> examples/utils.rs:18:5
[INFO] [stdout]    |
[INFO] [stdout] 18 | use smoltcp::phy::{PcapMode, PcapWriter};
[INFO] [stdout]    |     ^^^^^^^ use of unresolved module or unlinked crate `smoltcp`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 18 | use x_smoltcp::phy::{PcapMode, PcapWriter};
[INFO] [stdout]    |     ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `smoltcp` in this scope
[INFO] [stdout]   --> examples/utils.rs:19:5
[INFO] [stdout]    |
[INFO] [stdout] 19 | use smoltcp::time::{Duration, Instant};
[INFO] [stdout]    |     ^^^^^^^ use of unresolved module or unlinked crate `smoltcp`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 19 | use x_smoltcp::time::{Duration, Instant};
[INFO] [stdout]    |     ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `smoltcp` in this scope
[INFO] [stdout]  --> examples/ping.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use smoltcp::iface::{Interface, SocketSet};
[INFO] [stdout]   |     ^^^^^^^ use of unresolved module or unlinked crate `smoltcp`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 4 | use x_smoltcp::iface::{Interface, SocketSet};
[INFO] [stdout]   |     ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `smoltcp` in this scope
[INFO] [stdout]   --> examples/ping.rs:10:5
[INFO] [stdout]    |
[INFO] [stdout] 10 | use smoltcp::iface::Config;
[INFO] [stdout]    |     ^^^^^^^ use of unresolved module or unlinked crate `smoltcp`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 10 | use x_smoltcp::iface::Config;
[INFO] [stdout]    |     ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `smoltcp` in this scope
[INFO] [stdout]   --> examples/ping.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout] 11 | use smoltcp::phy::wait as phy_wait;
[INFO] [stdout]    |     ^^^^^^^ use of unresolved module or unlinked crate `smoltcp`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 11 | use x_smoltcp::phy::wait as phy_wait;
[INFO] [stdout]    |     ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `smoltcp` in this scope
[INFO] [stdout]   --> examples/ping.rs:12:5
[INFO] [stdout]    |
[INFO] [stdout] 12 | use smoltcp::phy::Device;
[INFO] [stdout]    |     ^^^^^^^ use of unresolved module or unlinked crate `smoltcp`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 12 | use x_smoltcp::phy::Device;
[INFO] [stdout]    |     ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `smoltcp` in this scope
[INFO] [stdout]   --> examples/ping.rs:13:5
[INFO] [stdout]    |
[INFO] [stdout] 13 | use smoltcp::socket::icmp;
[INFO] [stdout]    |     ^^^^^^^ use of unresolved module or unlinked crate `smoltcp`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 13 | use x_smoltcp::socket::icmp;
[INFO] [stdout]    |     ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `smoltcp` in this scope
[INFO] [stdout]   --> examples/ping.rs:14:5
[INFO] [stdout]    |
[INFO] [stdout] 14 | use smoltcp::wire::{
[INFO] [stdout]    |     ^^^^^^^ use of unresolved module or unlinked crate `smoltcp`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 14 | use x_smoltcp::wire::{
[INFO] [stdout]    |     ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `smoltcp` in this scope
[INFO] [stdout]   --> examples/ping.rs:18:5
[INFO] [stdout]    |
[INFO] [stdout] 18 | use smoltcp::{
[INFO] [stdout]    |     ^^^^^^^ use of unresolved module or unlinked crate `smoltcp`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 18 | use x_smoltcp::{
[INFO] [stdout]    |     ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `smoltcp` in this scope
[INFO] [stdout]   --> examples/utils.rs:16:5
[INFO] [stdout]    |
[INFO] [stdout] 16 | use smoltcp::phy::TunTapInterface;
[INFO] [stdout]    |     ^^^^^^^ use of unresolved module or unlinked crate `smoltcp`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 16 | use x_smoltcp::phy::TunTapInterface;
[INFO] [stdout]    |     ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `smoltcp` in this scope
[INFO] [stdout]   --> examples/utils.rs:17:5
[INFO] [stdout]    |
[INFO] [stdout] 17 | use smoltcp::phy::{Device, FaultInjector, Medium, Tracer};
[INFO] [stdout]    |     ^^^^^^^ use of unresolved module or unlinked crate `smoltcp`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 17 | use x_smoltcp::phy::{Device, FaultInjector, Medium, Tracer};
[INFO] [stdout]    |     ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `smoltcp` in this scope
[INFO] [stdout]   --> examples/utils.rs:18:5
[INFO] [stdout]    |
[INFO] [stdout] 18 | use smoltcp::phy::{PcapMode, PcapWriter};
[INFO] [stdout]    |     ^^^^^^^ use of unresolved module or unlinked crate `smoltcp`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 18 | use x_smoltcp::phy::{PcapMode, PcapWriter};
[INFO] [stdout]    |     ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `smoltcp` in this scope
[INFO] [stdout]   --> examples/utils.rs:19:5
[INFO] [stdout]    |
[INFO] [stdout] 19 | use smoltcp::time::{Duration, Instant};
[INFO] [stdout]    |     ^^^^^^^ use of unresolved module or unlinked crate `smoltcp`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 19 | use x_smoltcp::time::{Duration, Instant};
[INFO] [stdout]    |     ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `smoltcp` in this scope
[INFO] [stdout]   --> examples/sixlowpan_benchmark.rs:49:5
[INFO] [stdout]    |
[INFO] [stdout] 49 | use smoltcp::iface::{Config, Interface, SocketSet};
[INFO] [stdout]    |     ^^^^^^^ use of unresolved module or unlinked crate `smoltcp`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 49 | use x_smoltcp::iface::{Config, Interface, SocketSet};
[INFO] [stdout]    |     ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `smoltcp` in this scope
[INFO] [stdout]   --> examples/sixlowpan_benchmark.rs:50:5
[INFO] [stdout]    |
[INFO] [stdout] 50 | use smoltcp::phy::{wait as phy_wait, Device, Medium, RawSocket};
[INFO] [stdout]    |     ^^^^^^^ use of unresolved module or unlinked crate `smoltcp`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 50 | use x_smoltcp::phy::{wait as phy_wait, Device, Medium, RawSocket};
[INFO] [stdout]    |     ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `smoltcp` in this scope
[INFO] [stdout]   --> examples/sixlowpan_benchmark.rs:51:5
[INFO] [stdout]    |
[INFO] [stdout] 51 | use smoltcp::socket::tcp;
[INFO] [stdout]    |     ^^^^^^^ use of unresolved module or unlinked crate `smoltcp`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 51 | use x_smoltcp::socket::tcp;
[INFO] [stdout]    |     ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `smoltcp` in this scope
[INFO] [stdout]   --> examples/sixlowpan_benchmark.rs:52:5
[INFO] [stdout]    |
[INFO] [stdout] 52 | use smoltcp::wire::{EthernetAddress, Ieee802154Address, Ieee802154Pan, IpAddress, IpCidr};
[INFO] [stdout]    |     ^^^^^^^ use of unresolved module or unlinked crate `smoltcp`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 52 | use x_smoltcp::wire::{EthernetAddress, Ieee802154Address, Ieee802154Pan, IpAddress, IpCidr};
[INFO] [stdout]    |     ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `smoltcp` in this scope
[INFO] [stdout]   --> examples/sixlowpan_benchmark.rs:55:5
[INFO] [stdout]    |
[INFO] [stdout] 55 | use smoltcp::time::{Duration, Instant};
[INFO] [stdout]    |     ^^^^^^^ use of unresolved module or unlinked crate `smoltcp`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 55 | use x_smoltcp::time::{Duration, Instant};
[INFO] [stdout]    |     ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `smoltcp` in this scope
[INFO] [stdout]   --> examples/utils.rs:16:5
[INFO] [stdout]    |
[INFO] [stdout] 16 | use smoltcp::phy::TunTapInterface;
[INFO] [stdout]    |     ^^^^^^^ use of unresolved module or unlinked crate `smoltcp`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 16 | use x_smoltcp::phy::TunTapInterface;
[INFO] [stdout]    |     ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `smoltcp` in this scope
[INFO] [stdout]   --> examples/utils.rs:17:5
[INFO] [stdout]    |
[INFO] [stdout] 17 | use smoltcp::phy::{Device, FaultInjector, Medium, Tracer};
[INFO] [stdout]    |     ^^^^^^^ use of unresolved module or unlinked crate `smoltcp`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 17 | use x_smoltcp::phy::{Device, FaultInjector, Medium, Tracer};
[INFO] [stdout]    |     ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `smoltcp` in this scope
[INFO] [stdout]   --> examples/utils.rs:18:5
[INFO] [stdout]    |
[INFO] [stdout] 18 | use smoltcp::phy::{PcapMode, PcapWriter};
[INFO] [stdout]    |     ^^^^^^^ use of unresolved module or unlinked crate `smoltcp`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 18 | use x_smoltcp::phy::{PcapMode, PcapWriter};
[INFO] [stdout]    |     ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `smoltcp` in this scope
[INFO] [stdout]   --> examples/utils.rs:19:5
[INFO] [stdout]    |
[INFO] [stdout] 19 | use smoltcp::time::{Duration, Instant};
[INFO] [stdout]    |     ^^^^^^^ use of unresolved module or unlinked crate `smoltcp`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 19 | use x_smoltcp::time::{Duration, Instant};
[INFO] [stdout]    |     ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `smoltcp` in this scope
[INFO] [stdout]  --> examples/multicast.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use smoltcp::iface::{Config, Interface, SocketSet};
[INFO] [stdout]   |     ^^^^^^^ use of unresolved module or unlinked crate `smoltcp`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 5 | use x_smoltcp::iface::{Config, Interface, SocketSet};
[INFO] [stdout]   |     ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `smoltcp` in this scope
[INFO] [stdout]  --> examples/multicast.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | use smoltcp::phy::{wait as phy_wait, Device, Medium};
[INFO] [stdout]   |     ^^^^^^^ use of unresolved module or unlinked crate `smoltcp`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 6 | use x_smoltcp::phy::{wait as phy_wait, Device, Medium};
[INFO] [stdout]   |     ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `smoltcp` in this scope
[INFO] [stdout]  --> examples/multicast.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | use smoltcp::socket::{raw, udp};
[INFO] [stdout]   |     ^^^^^^^ use of unresolved module or unlinked crate `smoltcp`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 7 | use x_smoltcp::socket::{raw, udp};
[INFO] [stdout]   |     ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `smoltcp` in this scope
[INFO] [stdout]  --> examples/multicast.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 | use smoltcp::time::Instant;
[INFO] [stdout]   |     ^^^^^^^ use of unresolved module or unlinked crate `smoltcp`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 8 | use x_smoltcp::time::Instant;
[INFO] [stdout]   |     ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `smoltcp` in this scope
[INFO] [stdout]  --> examples/multicast.rs:9:5
[INFO] [stdout]   |
[INFO] [stdout] 9 | use smoltcp::wire::{
[INFO] [stdout]   |     ^^^^^^^ use of unresolved module or unlinked crate `smoltcp`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 9 | use x_smoltcp::wire::{
[INFO] [stdout]   |     ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `smoltcp` in this scope
[INFO] [stdout]    --> examples/ping.rs:112:35
[INFO] [stdout]     |
[INFO] [stdout] 112 |         Medium::Ip => Config::new(smoltcp::wire::HardwareAddress::Ip),
[INFO] [stdout]     |                                   ^^^^^^^ use of unresolved module or unlinked crate `smoltcp`
[INFO] [stdout]     |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 112 |         Medium::Ip => Config::new(x_smoltcp::wire::HardwareAddress::Ip),
[INFO] [stdout]     |                                   ++
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]   3 + use x_smoltcp::wire::HardwareAddress;
[INFO] [stdout]     |
[INFO] [stdout] help: if you import `HardwareAddress`, refer to it directly
[INFO] [stdout]     |
[INFO] [stdout] 112 -         Medium::Ip => Config::new(smoltcp::wire::HardwareAddress::Ip),
[INFO] [stdout] 112 +         Medium::Ip => Config::new(HardwareAddress::Ip),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `smoltcp` in this scope
[INFO] [stdout]   --> examples/multicast6.rs:43:35
[INFO] [stdout]    |
[INFO] [stdout] 43 |         Medium::Ip => Config::new(smoltcp::wire::HardwareAddress::Ip),
[INFO] [stdout]    |                                   ^^^^^^^ use of unresolved module or unlinked crate `smoltcp`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 43 |         Medium::Ip => Config::new(x_smoltcp::wire::HardwareAddress::Ip),
[INFO] [stdout]    |                                   ++
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]    |
[INFO] [stdout]  3 + use x_smoltcp::wire::HardwareAddress;
[INFO] [stdout]    |
[INFO] [stdout] help: if you import `HardwareAddress`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 43 -         Medium::Ip => Config::new(smoltcp::wire::HardwareAddress::Ip),
[INFO] [stdout] 43 +         Medium::Ip => Config::new(HardwareAddress::Ip),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `smoltcp` in this scope
[INFO] [stdout]   --> examples/utils.rs:16:5
[INFO] [stdout]    |
[INFO] [stdout] 16 | use smoltcp::phy::TunTapInterface;
[INFO] [stdout]    |     ^^^^^^^ use of unresolved module or unlinked crate `smoltcp`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 16 | use x_smoltcp::phy::TunTapInterface;
[INFO] [stdout]    |     ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `smoltcp` in this scope
[INFO] [stdout]   --> examples/utils.rs:17:5
[INFO] [stdout]    |
[INFO] [stdout] 17 | use smoltcp::phy::{Device, FaultInjector, Medium, Tracer};
[INFO] [stdout]    |     ^^^^^^^ use of unresolved module or unlinked crate `smoltcp`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 17 | use x_smoltcp::phy::{Device, FaultInjector, Medium, Tracer};
[INFO] [stdout]    |     ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `smoltcp` in this scope
[INFO] [stdout]   --> examples/utils.rs:18:5
[INFO] [stdout]    |
[INFO] [stdout] 18 | use smoltcp::phy::{PcapMode, PcapWriter};
[INFO] [stdout]    |     ^^^^^^^ use of unresolved module or unlinked crate `smoltcp`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 18 | use x_smoltcp::phy::{PcapMode, PcapWriter};
[INFO] [stdout]    |     ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `smoltcp` in this scope
[INFO] [stdout]   --> examples/utils.rs:19:5
[INFO] [stdout]    |
[INFO] [stdout] 19 | use smoltcp::time::{Duration, Instant};
[INFO] [stdout]    |     ^^^^^^^ use of unresolved module or unlinked crate `smoltcp`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 19 | use x_smoltcp::time::{Duration, Instant};
[INFO] [stdout]    |     ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `smoltcp` in this scope
[INFO] [stdout]  --> examples/httpclient.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 | use smoltcp::iface::{Config, Interface, SocketSet};
[INFO] [stdout]   |     ^^^^^^^ use of unresolved module or unlinked crate `smoltcp`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 8 | use x_smoltcp::iface::{Config, Interface, SocketSet};
[INFO] [stdout]   |     ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `smoltcp` in this scope
[INFO] [stdout]  --> examples/httpclient.rs:9:5
[INFO] [stdout]   |
[INFO] [stdout] 9 | use smoltcp::phy::{wait as phy_wait, Device, Medium};
[INFO] [stdout]   |     ^^^^^^^ use of unresolved module or unlinked crate `smoltcp`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 9 | use x_smoltcp::phy::{wait as phy_wait, Device, Medium};
[INFO] [stdout]   |     ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `smoltcp` in this scope
[INFO] [stdout]   --> examples/httpclient.rs:10:5
[INFO] [stdout]    |
[INFO] [stdout] 10 | use smoltcp::socket::tcp;
[INFO] [stdout]    |     ^^^^^^^ use of unresolved module or unlinked crate `smoltcp`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 10 | use x_smoltcp::socket::tcp;
[INFO] [stdout]    |     ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `smoltcp` in this scope
[INFO] [stdout]   --> examples/httpclient.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout] 11 | use smoltcp::time::Instant;
[INFO] [stdout]    |     ^^^^^^^ use of unresolved module or unlinked crate `smoltcp`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 11 | use x_smoltcp::time::Instant;
[INFO] [stdout]    |     ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `smoltcp` in this scope
[INFO] [stdout]   --> examples/httpclient.rs:12:5
[INFO] [stdout]    |
[INFO] [stdout] 12 | use smoltcp::wire::{EthernetAddress, IpAddress, IpCidr, Ipv4Address, Ipv6Address};
[INFO] [stdout]    |     ^^^^^^^ use of unresolved module or unlinked crate `smoltcp`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 12 | use x_smoltcp::wire::{EthernetAddress, IpAddress, IpCidr, Ipv4Address, Ipv6Address};
[INFO] [stdout]    |     ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `smoltcp` in this scope
[INFO] [stdout]   --> examples/server.rs:31:35
[INFO] [stdout]    |
[INFO] [stdout] 31 |         Medium::Ip => Config::new(smoltcp::wire::HardwareAddress::Ip),
[INFO] [stdout]    |                                   ^^^^^^^ use of unresolved module or unlinked crate `smoltcp`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 31 |         Medium::Ip => Config::new(x_smoltcp::wire::HardwareAddress::Ip),
[INFO] [stdout]    |                                   ++
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]    |
[INFO] [stdout]  3 + use x_smoltcp::wire::HardwareAddress;
[INFO] [stdout]    |
[INFO] [stdout] help: if you import `HardwareAddress`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 31 -         Medium::Ip => Config::new(smoltcp::wire::HardwareAddress::Ip),
[INFO] [stdout] 31 +         Medium::Ip => Config::new(HardwareAddress::Ip),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `smoltcp` in this scope
[INFO] [stdout]   --> examples/utils.rs:16:5
[INFO] [stdout]    |
[INFO] [stdout] 16 | use smoltcp::phy::TunTapInterface;
[INFO] [stdout]    |     ^^^^^^^ use of unresolved module or unlinked crate `smoltcp`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 16 | use x_smoltcp::phy::TunTapInterface;
[INFO] [stdout]    |     ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `smoltcp` in this scope
[INFO] [stdout]   --> examples/utils.rs:17:5
[INFO] [stdout]    |
[INFO] [stdout] 17 | use smoltcp::phy::{Device, FaultInjector, Medium, Tracer};
[INFO] [stdout]    |     ^^^^^^^ use of unresolved module or unlinked crate `smoltcp`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 17 | use x_smoltcp::phy::{Device, FaultInjector, Medium, Tracer};
[INFO] [stdout]    |     ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `smoltcp` in this scope
[INFO] [stdout]   --> examples/utils.rs:18:5
[INFO] [stdout]    |
[INFO] [stdout] 18 | use smoltcp::phy::{PcapMode, PcapWriter};
[INFO] [stdout]    |     ^^^^^^^ use of unresolved module or unlinked crate `smoltcp`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 18 | use x_smoltcp::phy::{PcapMode, PcapWriter};
[INFO] [stdout]    |     ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `smoltcp` in this scope
[INFO] [stdout]   --> examples/utils.rs:19:5
[INFO] [stdout]    |
[INFO] [stdout] 19 | use smoltcp::time::{Duration, Instant};
[INFO] [stdout]    |     ^^^^^^^ use of unresolved module or unlinked crate `smoltcp`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 19 | use x_smoltcp::time::{Duration, Instant};
[INFO] [stdout]    |     ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `smoltcp` in this scope
[INFO] [stdout]   --> examples/sixlowpan.rs:49:5
[INFO] [stdout]    |
[INFO] [stdout] 49 | use smoltcp::iface::{Config, Interface, SocketSet};
[INFO] [stdout]    |     ^^^^^^^ use of unresolved module or unlinked crate `smoltcp`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 49 | use x_smoltcp::iface::{Config, Interface, SocketSet};
[INFO] [stdout]    |     ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `smoltcp` in this scope
[INFO] [stdout]   --> examples/sixlowpan.rs:50:5
[INFO] [stdout]    |
[INFO] [stdout] 50 | use smoltcp::phy::{wait as phy_wait, Device, Medium, RawSocket};
[INFO] [stdout]    |     ^^^^^^^ use of unresolved module or unlinked crate `smoltcp`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 50 | use x_smoltcp::phy::{wait as phy_wait, Device, Medium, RawSocket};
[INFO] [stdout]    |     ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `smoltcp` in this scope
[INFO] [stdout]   --> examples/sixlowpan.rs:51:5
[INFO] [stdout]    |
[INFO] [stdout] 51 | use smoltcp::socket::tcp;
[INFO] [stdout]    |     ^^^^^^^ use of unresolved module or unlinked crate `smoltcp`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 51 | use x_smoltcp::socket::tcp;
[INFO] [stdout]    |     ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `smoltcp` in this scope
[INFO] [stdout]   --> examples/sixlowpan.rs:52:5
[INFO] [stdout]    |
[INFO] [stdout] 52 | use smoltcp::socket::udp;
[INFO] [stdout]    |     ^^^^^^^ use of unresolved module or unlinked crate `smoltcp`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 52 | use x_smoltcp::socket::udp;
[INFO] [stdout]    |     ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `smoltcp` in this scope
[INFO] [stdout]   --> examples/sixlowpan.rs:53:5
[INFO] [stdout]    |
[INFO] [stdout] 53 | use smoltcp::time::Instant;
[INFO] [stdout]    |     ^^^^^^^ use of unresolved module or unlinked crate `smoltcp`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 53 | use x_smoltcp::time::Instant;
[INFO] [stdout]    |     ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `smoltcp` in this scope
[INFO] [stdout]   --> examples/sixlowpan.rs:54:5
[INFO] [stdout]    |
[INFO] [stdout] 54 | use smoltcp::wire::{EthernetAddress, Ieee802154Address, Ieee802154Pan, IpAddress, IpCidr};
[INFO] [stdout]    |     ^^^^^^^ use of unresolved module or unlinked crate `smoltcp`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 54 | use x_smoltcp::wire::{EthernetAddress, Ieee802154Address, Ieee802154Pan, IpAddress, IpCidr};
[INFO] [stdout]    |     ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `smoltcp` in this scope
[INFO] [stdout]   --> examples/tcpdump.rs:10:54
[INFO] [stdout]    |
[INFO] [stdout] 10 |     let mut socket = RawSocket::new(ifname.as_ref(), smoltcp::phy::Medium::Ethernet).unwrap();
[INFO] [stdout]    |                                                      ^^^^^^^ use of unresolved module or unlinked crate `smoltcp`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 10 |     let mut socket = RawSocket::new(ifname.as_ref(), x_smoltcp::phy::Medium::Ethernet).unwrap();
[INFO] [stdout]    |                                                      ++
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]    |
[INFO] [stdout]  1 + use x_smoltcp::phy::Medium;
[INFO] [stdout]    |
[INFO] [stdout] help: if you import `Medium`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 10 -     let mut socket = RawSocket::new(ifname.as_ref(), smoltcp::phy::Medium::Ethernet).unwrap();
[INFO] [stdout] 10 +     let mut socket = RawSocket::new(ifname.as_ref(), Medium::Ethernet).unwrap();
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `smoltcp` in this scope
[INFO] [stdout]  --> utils/packet2pcap.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use smoltcp::phy::{PcapLinkType, PcapSink};
[INFO] [stdout]   |     ^^^^^^^ use of unresolved module or unlinked crate `smoltcp`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 2 | use x_smoltcp::phy::{PcapLinkType, PcapSink};
[INFO] [stdout]   |     ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `smoltcp` in this scope
[INFO] [stdout]  --> utils/packet2pcap.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use smoltcp::time::Instant;
[INFO] [stdout]   |     ^^^^^^^ use of unresolved module or unlinked crate `smoltcp`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 3 | use x_smoltcp::time::Instant;
[INFO] [stdout]   |     ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `smoltcp` in this scope
[INFO] [stdout]   --> examples/utils.rs:16:5
[INFO] [stdout]    |
[INFO] [stdout] 16 | use smoltcp::phy::TunTapInterface;
[INFO] [stdout]    |     ^^^^^^^ use of unresolved module or unlinked crate `smoltcp`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 16 | use x_smoltcp::phy::TunTapInterface;
[INFO] [stdout]    |     ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `smoltcp` in this scope
[INFO] [stdout]   --> examples/utils.rs:16:5
[INFO] [stdout]    |
[INFO] [stdout] 16 | use smoltcp::phy::TunTapInterface;
[INFO] [stdout]    |     ^^^^^^^ use of unresolved module or unlinked crate `smoltcp`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 16 | use x_smoltcp::phy::TunTapInterface;
[INFO] [stdout]    |     ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `smoltcp` in this scope
[INFO] [stdout]   --> examples/utils.rs:17:5
[INFO] [stdout]    |
[INFO] [stdout] 17 | use smoltcp::phy::{Device, FaultInjector, Medium, Tracer};
[INFO] [stdout]    |     ^^^^^^^ use of unresolved module or unlinked crate `smoltcp`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 17 | use x_smoltcp::phy::{Device, FaultInjector, Medium, Tracer};
[INFO] [stdout]    |     ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `smoltcp` in this scope
[INFO] [stdout]   --> examples/utils.rs:18:5
[INFO] [stdout]    |
[INFO] [stdout] 18 | use smoltcp::phy::{PcapMode, PcapWriter};
[INFO] [stdout]    |     ^^^^^^^ use of unresolved module or unlinked crate `smoltcp`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 18 | use x_smoltcp::phy::{PcapMode, PcapWriter};
[INFO] [stdout]    |     ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `smoltcp` in this scope
[INFO] [stdout]   --> examples/utils.rs:19:5
[INFO] [stdout]    |
[INFO] [stdout] 19 | use smoltcp::time::{Duration, Instant};
[INFO] [stdout]    |     ^^^^^^^ use of unresolved module or unlinked crate `smoltcp`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 19 | use x_smoltcp::time::{Duration, Instant};
[INFO] [stdout]    |     ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `smoltcp` in this scope
[INFO] [stdout]  --> examples/dhcp_client.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | use smoltcp::iface::{Config, Interface, SocketSet};
[INFO] [stdout]   |     ^^^^^^^ use of unresolved module or unlinked crate `smoltcp`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 7 | use x_smoltcp::iface::{Config, Interface, SocketSet};
[INFO] [stdout]   |     ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `smoltcp` in this scope
[INFO] [stdout]  --> examples/dhcp_client.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 | use smoltcp::socket::dhcpv4;
[INFO] [stdout]   |     ^^^^^^^ use of unresolved module or unlinked crate `smoltcp`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 8 | use x_smoltcp::socket::dhcpv4;
[INFO] [stdout]   |     ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `smoltcp` in this scope
[INFO] [stdout]  --> examples/dhcp_client.rs:9:5
[INFO] [stdout]   |
[INFO] [stdout] 9 | use smoltcp::time::Instant;
[INFO] [stdout]   |     ^^^^^^^ use of unresolved module or unlinked crate `smoltcp`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 9 | use x_smoltcp::time::Instant;
[INFO] [stdout]   |     ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `smoltcp` in this scope
[INFO] [stdout]   --> examples/dhcp_client.rs:10:5
[INFO] [stdout]    |
[INFO] [stdout] 10 | use smoltcp::wire::{EthernetAddress, IpCidr, Ipv4Cidr};
[INFO] [stdout]    |     ^^^^^^^ use of unresolved module or unlinked crate `smoltcp`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 10 | use x_smoltcp::wire::{EthernetAddress, IpCidr, Ipv4Cidr};
[INFO] [stdout]    |     ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `smoltcp` in this scope
[INFO] [stdout]   --> examples/dhcp_client.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout] 11 | use smoltcp::{
[INFO] [stdout]    |     ^^^^^^^ use of unresolved module or unlinked crate `smoltcp`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 11 | use x_smoltcp::{
[INFO] [stdout]    |     ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `smoltcp` in this scope
[INFO] [stdout]   --> examples/utils.rs:17:5
[INFO] [stdout]    |
[INFO] [stdout] 17 | use smoltcp::phy::{Device, FaultInjector, Medium, Tracer};
[INFO] [stdout]    |     ^^^^^^^ use of unresolved module or unlinked crate `smoltcp`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 17 | use x_smoltcp::phy::{Device, FaultInjector, Medium, Tracer};
[INFO] [stdout]    |     ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `smoltcp` in this scope
[INFO] [stdout]   --> examples/utils.rs:18:5
[INFO] [stdout]    |
[INFO] [stdout] 18 | use smoltcp::phy::{PcapMode, PcapWriter};
[INFO] [stdout]    |     ^^^^^^^ use of unresolved module or unlinked crate `smoltcp`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 18 | use x_smoltcp::phy::{PcapMode, PcapWriter};
[INFO] [stdout]    |     ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `smoltcp` in this scope
[INFO] [stdout]   --> examples/utils.rs:19:5
[INFO] [stdout]    |
[INFO] [stdout] 19 | use smoltcp::time::{Duration, Instant};
[INFO] [stdout]    |     ^^^^^^^ use of unresolved module or unlinked crate `smoltcp`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 19 | use x_smoltcp::time::{Duration, Instant};
[INFO] [stdout]    |     ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `x-smoltcp` (example "ping") due to 12 previous errors
[INFO] [stdout] error[E0433]: cannot find module or crate `smoltcp` in this scope
[INFO] [stdout]  --> examples/client.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | use smoltcp::iface::{Config, Interface, SocketSet};
[INFO] [stdout]   |     ^^^^^^^ use of unresolved module or unlinked crate `smoltcp`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 7 | use x_smoltcp::iface::{Config, Interface, SocketSet};
[INFO] [stdout]   |     ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error[E0433]: cannot find module or crate `smoltcp` in this scope
[INFO] [stdout]  --> examples/client.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 | use smoltcp::phy::{wait as phy_wait, Device, Medium};
[INFO] [stdout]   |     ^^^^^^^ use of unresolved module or unlinked crate `smoltcp`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 8 | use x_smoltcp::phy::{wait as phy_wait, Device, Medium};
[INFO] [stdout]   |     ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `smoltcp` in this scope
[INFO] [stdout]  --> examples/client.rs:9:5
[INFO] [stdout]   |
[INFO] [stdout] 9 | use smoltcp::socket::tcp;
[INFO] [stdout]   |     ^^^^^^^ use of unresolved module or unlinked crate `smoltcp`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 9 | use x_smoltcp::socket::tcp;
[INFO] [stdout]   |     ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `smoltcp` in this scope
[INFO] [stdout]   --> examples/client.rs:10:5
[INFO] [stdout]    |
[INFO] [stdout] 10 | use smoltcp::time::Instant;
[INFO] [stdout]    |     ^^^^^^^ use of unresolved module or unlinked crate `smoltcp`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 10 | use x_smoltcp::time::Instant;
[INFO] [stdout]    |     ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `smoltcp` in this scope
[INFO] [stdout]   --> examples/client.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout] 11 | use smoltcp::wire::{EthernetAddress, IpAddress, IpCidr, Ipv4Address, Ipv6Address};
[INFO] [stdout]    |     ^^^^^^^ use of unresolved module or unlinked crate `smoltcp`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 11 | use x_smoltcp::wire::{EthernetAddress, IpAddress, IpCidr, Ipv4Address, Ipv6Address};
[INFO] [stdout]    |     ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `x-smoltcp` (example "multicast6") due to 11 previous errors
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `smoltcp` in this scope
[INFO] [stdout]   --> examples/benchmark.rs:93:35
[INFO] [stdout]    |
[INFO] [stdout] 93 |         Medium::Ip => Config::new(smoltcp::wire::HardwareAddress::Ip),
[INFO] [stdout]    |                                   ^^^^^^^ use of unresolved module or unlinked crate `smoltcp`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 93 |         Medium::Ip => Config::new(x_smoltcp::wire::HardwareAddress::Ip),
[INFO] [stdout]    |                                   ++
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]    |
[INFO] [stdout]  3 + use x_smoltcp::wire::HardwareAddress;
[INFO] [stdout]    |
[INFO] [stdout] help: if you import `HardwareAddress`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 93 -         Medium::Ip => Config::new(smoltcp::wire::HardwareAddress::Ip),
[INFO] [stdout] 93 +         Medium::Ip => Config::new(HardwareAddress::Ip),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `smoltcp` in this scope
[INFO] [stdout]   --> examples/utils.rs:16:5
[INFO] [stdout]    |
[INFO] [stdout] 16 | use smoltcp::phy::TunTapInterface;
[INFO] [stdout]    |     ^^^^^^^ use of unresolved module or unlinked crate `smoltcp`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 16 | use x_smoltcp::phy::TunTapInterface;
[INFO] [stdout]    |     ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `smoltcp` in this scope
[INFO] [stdout]   --> examples/loopback.rs:89:35
[INFO] [stdout]    |
[INFO] [stdout] 89 |         Medium::Ip => Config::new(smoltcp::wire::HardwareAddress::Ip),
[INFO] [stdout]    |                                   ^^^^^^^ use of unresolved module or unlinked crate `smoltcp`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 89 |         Medium::Ip => Config::new(x_smoltcp::wire::HardwareAddress::Ip),
[INFO] [stdout]    |                                   ++
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]    |
[INFO] [stdout]  8 + use x_smoltcp::wire::HardwareAddress;
[INFO] [stdout]    |
[INFO] [stdout] help: if you import `HardwareAddress`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 89 -         Medium::Ip => Config::new(smoltcp::wire::HardwareAddress::Ip),
[INFO] [stdout] 89 +         Medium::Ip => Config::new(HardwareAddress::Ip),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `x-smoltcp` (example "server") due to 10 previous errors
[INFO] [stdout] error[E0433]: cannot find module or crate `smoltcp` in this scope
[INFO] [stdout]   --> examples/utils.rs:17:5
[INFO] [stdout]    |
[INFO] [stdout] 17 | use smoltcp::phy::{Device, FaultInjector, Medium, Tracer};
[INFO] [stdout]    |     ^^^^^^^ use of unresolved module or unlinked crate `smoltcp`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 17 | use x_smoltcp::phy::{Device, FaultInjector, Medium, Tracer};
[INFO] [stdout]    |     ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `smoltcp` in this scope
[INFO] [stdout]   --> examples/utils.rs:18:5
[INFO] [stdout]    |
[INFO] [stdout] 18 | use smoltcp::phy::{PcapMode, PcapWriter};
[INFO] [stdout]    |     ^^^^^^^ use of unresolved module or unlinked crate `smoltcp`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 18 | use x_smoltcp::phy::{PcapMode, PcapWriter};
[INFO] [stdout]    |     ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `smoltcp` in this scope
[INFO] [stdout]   --> examples/utils.rs:19:5
[INFO] [stdout]    |
[INFO] [stdout] 19 | use smoltcp::time::{Duration, Instant};
[INFO] [stdout]    |     ^^^^^^^ use of unresolved module or unlinked crate `smoltcp`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 19 | use x_smoltcp::time::{Duration, Instant};
[INFO] [stdout]    |     ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `smoltcp` in this scope
[INFO] [stdout]  --> examples/loopback_benchmark.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use smoltcp::iface::{Config, Interface, SocketSet};
[INFO] [stdout]   |     ^^^^^^^ use of unresolved module or unlinked crate `smoltcp`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 5 | use x_smoltcp::iface::{Config, Interface, SocketSet};
[INFO] [stdout]   |     ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `smoltcp` in this scope
[INFO] [stdout]    --> examples/sixlowpan_benchmark.rs:154:35
[INFO] [stdout]     |
[INFO] [stdout] 154 |         Medium::Ip => Config::new(smoltcp::wire::HardwareAddress::Ip),
[INFO] [stdout]     |                                   ^^^^^^^ use of unresolved module or unlinked crate `smoltcp`
[INFO] [stdout]     |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 154 |         Medium::Ip => Config::new(x_smoltcp::wire::HardwareAddress::Ip),
[INFO] [stdout]     |                                   ++
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]  46 + use x_smoltcp::wire::HardwareAddress;
[INFO] [stdout]     |
[INFO] [stdout] help: if you import `HardwareAddress`, refer to it directly
[INFO] [stdout]     |
[INFO] [stdout] 154 -         Medium::Ip => Config::new(smoltcp::wire::HardwareAddress::Ip),
[INFO] [stdout] 154 +         Medium::Ip => Config::new(HardwareAddress::Ip),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `smoltcp` in this scope
[INFO] [stdout]   --> examples/multicast.rs:35:35
[INFO] [stdout]    |
[INFO] [stdout] 35 |         Medium::Ip => Config::new(smoltcp::wire::HardwareAddress::Ip),
[INFO] [stdout]    |                                   ^^^^^^^ use of unresolved module or unlinked crate `smoltcp`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 35 |         Medium::Ip => Config::new(x_smoltcp::wire::HardwareAddress::Ip),
[INFO] [stdout]    |                                   ++
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]    |
[INFO] [stdout]  3 + use x_smoltcp::wire::HardwareAddress;
[INFO] [stdout]    |
[INFO] [stdout] help: if you import `HardwareAddress`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 35 -         Medium::Ip => Config::new(smoltcp::wire::HardwareAddress::Ip),
[INFO] [stdout] 35 +         Medium::Ip => Config::new(HardwareAddress::Ip),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `smoltcp` in this scope
[INFO] [stdout]  --> examples/loopback_benchmark.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | use smoltcp::phy::{Device, Loopback, Medium};
[INFO] [stdout]   |     ^^^^^^^ use of unresolved module or unlinked crate `smoltcp`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 6 | use x_smoltcp::phy::{Device, Loopback, Medium};
[INFO] [stdout]   |     ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `smoltcp` in this scope
[INFO] [stdout]  --> examples/loopback_benchmark.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | use smoltcp::socket::tcp;
[INFO] [stdout]   |     ^^^^^^^ use of unresolved module or unlinked crate `smoltcp`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 7 | use x_smoltcp::socket::tcp;
[INFO] [stdout]   |     ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `smoltcp` in this scope
[INFO] [stdout]  --> examples/loopback_benchmark.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 | use smoltcp::time::Instant;
[INFO] [stdout]   |     ^^^^^^^ use of unresolved module or unlinked crate `smoltcp`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 8 | use x_smoltcp::time::Instant;
[INFO] [stdout]   |     ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `smoltcp` in this scope
[INFO] [stdout]  --> examples/loopback_benchmark.rs:9:5
[INFO] [stdout]   |
[INFO] [stdout] 9 | use smoltcp::wire::{EthernetAddress, IpAddress, IpCidr};
[INFO] [stdout]   |     ^^^^^^^ use of unresolved module or unlinked crate `smoltcp`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 9 | use x_smoltcp::wire::{EthernetAddress, IpAddress, IpCidr};
[INFO] [stdout]   |     ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `x-smoltcp` (example "tcpdump") due to 5 previous errors
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `x-smoltcp` (example "benchmark") due to 10 previous errors
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `smoltcp` in this scope
[INFO] [stdout]   --> examples/utils.rs:16:5
[INFO] [stdout]    |
[INFO] [stdout] 16 | use smoltcp::phy::TunTapInterface;
[INFO] [stdout]    |     ^^^^^^^ use of unresolved module or unlinked crate `smoltcp`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 16 | use x_smoltcp::phy::TunTapInterface;
[INFO] [stdout]    |     ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `smoltcp` in this scope
[INFO] [stdout]   --> examples/utils.rs:17:5
[INFO] [stdout]    |
[INFO] [stdout] 17 | use smoltcp::phy::{Device, FaultInjector, Medium, Tracer};
[INFO] [stdout]    |     ^^^^^^^ use of unresolved module or unlinked crate `smoltcp`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 17 | use x_smoltcp::phy::{Device, FaultInjector, Medium, Tracer};
[INFO] [stdout]    |     ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `smoltcp` in this scope
[INFO] [stdout]   --> examples/utils.rs:18:5
[INFO] [stdout]    |
[INFO] [stdout] 18 | use smoltcp::phy::{PcapMode, PcapWriter};
[INFO] [stdout]    |     ^^^^^^^ use of unresolved module or unlinked crate `smoltcp`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 18 | use x_smoltcp::phy::{PcapMode, PcapWriter};
[INFO] [stdout]    |     ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `smoltcp` in this scope
[INFO] [stdout]   --> examples/utils.rs:19:5
[INFO] [stdout]    |
[INFO] [stdout] 19 | use smoltcp::time::{Duration, Instant};
[INFO] [stdout]    |     ^^^^^^^ use of unresolved module or unlinked crate `smoltcp`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 19 | use x_smoltcp::time::{Duration, Instant};
[INFO] [stdout]    |     ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `smoltcp` in this scope
[INFO] [stdout]  --> examples/dns.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use smoltcp::iface::{Config, Interface, SocketSet};
[INFO] [stdout]   |     ^^^^^^^ use of unresolved module or unlinked crate `smoltcp`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 3 | use x_smoltcp::iface::{Config, Interface, SocketSet};
[INFO] [stdout]   |     ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `smoltcp` in this scope
[INFO] [stdout]  --> examples/dns.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use smoltcp::phy::Device;
[INFO] [stdout]   |     ^^^^^^^ use of unresolved module or unlinked crate `smoltcp`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 4 | use x_smoltcp::phy::Device;
[INFO] [stdout]   |     ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `smoltcp` in this scope
[INFO] [stdout]  --> examples/dns.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use smoltcp::phy::{wait as phy_wait, Medium};
[INFO] [stdout]   |     ^^^^^^^ use of unresolved module or unlinked crate `smoltcp`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 5 | use x_smoltcp::phy::{wait as phy_wait, Medium};
[INFO] [stdout]   |     ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `smoltcp` in this scope
[INFO] [stdout]  --> examples/dns.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | use smoltcp::socket::dns::{self, GetQueryResultError};
[INFO] [stdout]   |     ^^^^^^^ use of unresolved module or unlinked crate `smoltcp`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 6 | use x_smoltcp::socket::dns::{self, GetQueryResultError};
[INFO] [stdout]   |     ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `smoltcp` in this scope
[INFO] [stdout]  --> examples/dns.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | use smoltcp::time::Instant;
[INFO] [stdout]   |     ^^^^^^^ use of unresolved module or unlinked crate `smoltcp`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 7 | use x_smoltcp::time::Instant;
[INFO] [stdout]   |     ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `smoltcp` in this scope
[INFO] [stdout]  --> examples/dns.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 | use smoltcp::wire::{DnsQueryType, EthernetAddress, IpAddress, IpCidr, Ipv4Address, Ipv6Address};
[INFO] [stdout]   |     ^^^^^^^ use of unresolved module or unlinked crate `smoltcp`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 8 | use x_smoltcp::wire::{DnsQueryType, EthernetAddress, IpAddress, IpCidr, Ipv4Address, Ipv6Address};
[INFO] [stdout]   |     ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `smoltcp` in this scope
[INFO] [stdout]   --> examples/httpclient.rs:36:35
[INFO] [stdout]    |
[INFO] [stdout] 36 |         Medium::Ip => Config::new(smoltcp::wire::HardwareAddress::Ip),
[INFO] [stdout]    |                                   ^^^^^^^ use of unresolved module or unlinked crate `smoltcp`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 36 |         Medium::Ip => Config::new(x_smoltcp::wire::HardwareAddress::Ip),
[INFO] [stdout]    |                                   ++
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]    |
[INFO] [stdout]  3 + use x_smoltcp::wire::HardwareAddress;
[INFO] [stdout]    |
[INFO] [stdout] help: if you import `HardwareAddress`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 36 -         Medium::Ip => Config::new(smoltcp::wire::HardwareAddress::Ip),
[INFO] [stdout] 36 +         Medium::Ip => Config::new(HardwareAddress::Ip),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `FromStr`
[INFO] [stdout]  --> examples/httpclient.rs:5:22
[INFO] [stdout]   |
[INFO] [stdout] 5 | use std::str::{self, FromStr};
[INFO] [stdout]   |                      ^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `x-smoltcp` (example "packet2pcap") due to 2 previous errors
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `x-smoltcp` (example "httpclient") due to 10 previous errors; 1 warning emitted
[INFO] [stderr] error: could not compile `x-smoltcp` (example "sixlowpan_benchmark") due to 10 previous errors
[INFO] [stderr] error: could not compile `x-smoltcp` (example "multicast") due to 10 previous errors
[INFO] [stdout] error[E0433]: cannot find module or crate `smoltcp` in this scope
[INFO] [stdout]   --> examples/sixlowpan.rs:74:35
[INFO] [stdout]    |
[INFO] [stdout] 74 |         Medium::Ip => Config::new(smoltcp::wire::HardwareAddress::Ip),
[INFO] [stdout]    |                                   ^^^^^^^ use of unresolved module or unlinked crate `smoltcp`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 74 |         Medium::Ip => Config::new(x_smoltcp::wire::HardwareAddress::Ip),
[INFO] [stdout]    |                                   ++
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]    |
[INFO] [stdout] 45 + use x_smoltcp::wire::HardwareAddress;
[INFO] [stdout]    |
[INFO] [stdout] help: if you import `HardwareAddress`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 74 -         Medium::Ip => Config::new(smoltcp::wire::HardwareAddress::Ip),
[INFO] [stdout] 74 +         Medium::Ip => Config::new(HardwareAddress::Ip),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `smoltcp` in this scope
[INFO] [stdout]   --> examples/client.rs:36:35
[INFO] [stdout]    |
[INFO] [stdout] 36 |         Medium::Ip => Config::new(smoltcp::wire::HardwareAddress::Ip),
[INFO] [stdout]    |                                   ^^^^^^^ use of unresolved module or unlinked crate `smoltcp`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 36 |         Medium::Ip => Config::new(x_smoltcp::wire::HardwareAddress::Ip),
[INFO] [stdout]    |                                   ++
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]    |
[INFO] [stdout]  3 + use x_smoltcp::wire::HardwareAddress;
[INFO] [stdout]    |
[INFO] [stdout] help: if you import `HardwareAddress`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 36 -         Medium::Ip => Config::new(smoltcp::wire::HardwareAddress::Ip),
[INFO] [stdout] 36 +         Medium::Ip => Config::new(HardwareAddress::Ip),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `smoltcp` in this scope
[INFO] [stdout]   --> examples/dhcp_client.rs:35:35
[INFO] [stdout]    |
[INFO] [stdout] 35 |         Medium::Ip => Config::new(smoltcp::wire::HardwareAddress::Ip),
[INFO] [stdout]    |                                   ^^^^^^^ use of unresolved module or unlinked crate `smoltcp`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 35 |         Medium::Ip => Config::new(x_smoltcp::wire::HardwareAddress::Ip),
[INFO] [stdout]    |                                   ++
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]    |
[INFO] [stdout]  4 + use x_smoltcp::wire::HardwareAddress;
[INFO] [stdout]    |
[INFO] [stdout] help: if you import `HardwareAddress`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 35 -         Medium::Ip => Config::new(smoltcp::wire::HardwareAddress::Ip),
[INFO] [stdout] 35 +         Medium::Ip => Config::new(HardwareAddress::Ip),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `smoltcp` in this scope
[INFO] [stdout]   --> examples/loopback_benchmark.rs:29:35
[INFO] [stdout]    |
[INFO] [stdout] 29 |         Medium::Ip => Config::new(smoltcp::wire::HardwareAddress::Ip),
[INFO] [stdout]    |                                   ^^^^^^^ use of unresolved module or unlinked crate `smoltcp`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 29 |         Medium::Ip => Config::new(x_smoltcp::wire::HardwareAddress::Ip),
[INFO] [stdout]    |                                   ++
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]    |
[INFO] [stdout]  3 + use x_smoltcp::wire::HardwareAddress;
[INFO] [stdout]    |
[INFO] [stdout] help: if you import `HardwareAddress`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 29 -         Medium::Ip => Config::new(smoltcp::wire::HardwareAddress::Ip),
[INFO] [stdout] 29 +         Medium::Ip => Config::new(HardwareAddress::Ip),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `x-smoltcp` (example "client") due to 10 previous errors
[INFO] [stderr] error: could not compile `x-smoltcp` (example "sixlowpan") due to 11 previous errors
[INFO] [stderr] error: could not compile `x-smoltcp` (example "loopback") due to 11 previous errors
[INFO] [stdout] error[E0433]: cannot find module or crate `smoltcp` in this scope
[INFO] [stdout]   --> examples/dns.rs:31:35
[INFO] [stdout]    |
[INFO] [stdout] 31 |         Medium::Ip => Config::new(smoltcp::wire::HardwareAddress::Ip),
[INFO] [stdout]    |                                   ^^^^^^^ use of unresolved module or unlinked crate `smoltcp`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 31 |         Medium::Ip => Config::new(x_smoltcp::wire::HardwareAddress::Ip),
[INFO] [stdout]    |                                   ++
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]    |
[INFO] [stdout]  3 + use x_smoltcp::wire::HardwareAddress;
[INFO] [stdout]    |
[INFO] [stdout] help: if you import `HardwareAddress`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 31 -         Medium::Ip => Config::new(smoltcp::wire::HardwareAddress::Ip),
[INFO] [stdout] 31 +         Medium::Ip => Config::new(HardwareAddress::Ip),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `x-smoltcp` (example "dhcp_client") due to 10 previous errors
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `x-smoltcp` (example "loopback_benchmark") due to 10 previous errors
[INFO] [stderr] error: could not compile `x-smoltcp` (example "dns") due to 11 previous errors
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/socket/dhcpv4.rs:745:17
[INFO] [stdout]     |
[INFO] [stdout] 745 |     pub fn poll(&mut self) -> Option<Event> {
[INFO] [stdout]     |                 ^^^^^^^^^            ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 745 |     pub fn poll(&mut self) -> Option<Event<'_>> {
[INFO] [stdout]     |                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/storage/assembler.rs:330:22
[INFO] [stdout]     |
[INFO] [stdout] 330 |     pub fn iter_data(&self, first_offset: usize) -> AssemblerIter {
[INFO] [stdout]     |                      ^^^^^                          ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                      |
[INFO] [stdout]     |                      the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 330 |     pub fn iter_data(&self, first_offset: usize) -> AssemblerIter<'_> {
[INFO] [stdout]     |                                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/wire/sixlowpan/iphc.rs:221:21
[INFO] [stdout]     |
[INFO] [stdout] 221 |     pub fn src_addr(&self) -> Result<UnresolvedAddress> {
[INFO] [stdout]     |                     ^^^^^            ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 221 |     pub fn src_addr(&self) -> Result<UnresolvedAddress<'_>> {
[INFO] [stdout]     |                                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/wire/sixlowpan/iphc.rs:278:21
[INFO] [stdout]     |
[INFO] [stdout] 278 |     pub fn dst_addr(&self) -> Result<UnresolvedAddress> {
[INFO] [stdout]     |                     ^^^^^            ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 278 |     pub fn dst_addr(&self) -> Result<UnresolvedAddress<'_>> {
[INFO] [stdout]     |                                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "0c4acf7a5d7a423d85ca091db94f587e51500c301c66f42d31e54d42a9c0b2a6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0c4acf7a5d7a423d85ca091db94f587e51500c301c66f42d31e54d42a9c0b2a6", kill_on_drop: false }`
[INFO] [stdout] 0c4acf7a5d7a423d85ca091db94f587e51500c301c66f42d31e54d42a9c0b2a6
