[INFO] fetching crate x-smoltcp 0.12.0... [INFO] testing x-smoltcp-0.12.0 against try#dec9417b8611e34e787a3e4c37686b5131f9e5c5 for pr-154210-2 [INFO] extracting crate x-smoltcp 0.12.0 into /workspace/builds/worker-6-tc2/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-6-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate x-smoltcp 0.12.0 on toolchain dec9417b8611e34e787a3e4c37686b5131f9e5c5 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "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" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/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" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 367912a093dc05cb87cd2e1c15be689b361ea77cae7e1a7482baa824040e09b7 [INFO] running `Command { std: "docker" "start" "-a" "367912a093dc05cb87cd2e1c15be689b361ea77cae7e1a7482baa824040e09b7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "367912a093dc05cb87cd2e1c15be689b361ea77cae7e1a7482baa824040e09b7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "367912a093dc05cb87cd2e1c15be689b361ea77cae7e1a7482baa824040e09b7", kill_on_drop: false }` [INFO] [stdout] 367912a093dc05cb87cd2e1c15be689b361ea77cae7e1a7482baa824040e09b7 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/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" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 80f91da4b404104dfb51e03dffda26a288d0feded72f52b912d24b7fab88133d [INFO] running `Command { std: "docker" "start" "-a" "80f91da4b404104dfb51e03dffda26a288d0feded72f52b912d24b7fab88133d", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.180 [INFO] [stderr] Compiling heapless v0.8.0 [INFO] [stderr] Compiling byteorder v1.5.0 [INFO] [stderr] Compiling x-smoltcp v0.12.0 (/opt/rustwide/workdir) [INFO] [stderr] Compiling bitflags v1.3.2 [INFO] [stderr] Compiling managed v0.8.0 [INFO] [stderr] Compiling hash32 v0.3.1 [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 { [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> { [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 { [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> { [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 { [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> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.46s [INFO] running `Command { std: "docker" "inspect" "80f91da4b404104dfb51e03dffda26a288d0feded72f52b912d24b7fab88133d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "80f91da4b404104dfb51e03dffda26a288d0feded72f52b912d24b7fab88133d", kill_on_drop: false }` [INFO] [stdout] 80f91da4b404104dfb51e03dffda26a288d0feded72f52b912d24b7fab88133d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/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" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 93dfd4c226099f31bdea80ac6d660c8bfb3cc38b7d3ef85b73300f669d59d34a [INFO] running `Command { std: "docker" "start" "-a" "93dfd4c226099f31bdea80ac6d660c8bfb3cc38b7d3ef85b73300f669d59d34a", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.106 [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 futures-core v0.3.31 [INFO] [stderr] Compiling futures-sink v0.3.31 [INFO] [stderr] Compiling semver v1.0.27 [INFO] [stderr] Compiling zerocopy v0.8.37 [INFO] [stderr] Compiling icu_properties_data v1.5.1 [INFO] [stderr] Compiling rustix v1.1.3 [INFO] [stderr] Compiling getrandom v0.3.4 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling futures-task v0.3.31 [INFO] [stderr] Compiling icu_normalizer_data v1.5.1 [INFO] [stderr] Compiling tinyvec_macros v0.1.1 [INFO] [stderr] Compiling futures-io v0.3.31 [INFO] [stderr] Compiling tinyvec v1.10.0 [INFO] [stderr] Compiling futures-channel v0.3.31 [INFO] [stderr] Compiling getrandom v0.2.17 [INFO] [stderr] Compiling linux-raw-sys v0.11.0 [INFO] [stderr] Compiling regex-syntax v0.8.8 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling rustc_version v0.4.1 [INFO] [stderr] Compiling write16 v1.0.0 [INFO] [stderr] Compiling log v0.4.29 [INFO] [stderr] Compiling smallvec v1.15.1 [INFO] [stderr] Compiling unicode-bidi v0.3.18 [INFO] [stderr] Compiling utf16_iter v1.0.5 [INFO] [stderr] Compiling fastrand v2.3.0 [INFO] [stderr] Compiling heapless v0.8.0 [INFO] [stderr] Compiling console v0.15.11 [INFO] [stderr] Compiling quote v1.0.44 [INFO] [stderr] Compiling is-terminal v0.4.17 [INFO] [stderr] Compiling humantime v2.3.0 [INFO] [stderr] Compiling unicode-width v0.2.2 [INFO] [stderr] Compiling similar v2.7.0 [INFO] [stderr] Compiling termcolor v1.4.1 [INFO] [stderr] Compiling rstest_macros v0.17.0 [INFO] [stderr] Compiling futures-timer v3.0.3 [INFO] [stderr] Compiling syn v2.0.114 [INFO] [stderr] Compiling getopts v0.2.24 [INFO] [stderr] Compiling unicode-normalization v0.1.25 [INFO] [stderr] Compiling x-smoltcp v0.12.0 (/opt/rustwide/workdir) [INFO] [stderr] Compiling aho-corasick v1.1.4 [INFO] [stderr] Compiling idna v0.5.0 [INFO] [stderr] Compiling url v2.5.2 [INFO] [stderr] Compiling regex-automata v0.4.13 [INFO] [stderr] Compiling tempfile v3.24.0 [INFO] [stderr] Compiling insta v1.46.3 [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 { [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> { [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 { [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> { [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 { [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> { [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 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 rand v0.8.5 [INFO] [stderr] Compiling env_logger v0.10.2 [INFO] [stderr] Compiling zerofrom v0.1.6 [INFO] [stderr] Compiling futures-util v0.3.31 [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 icu_locid_transform 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_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/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: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/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/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/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] --> 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] 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: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/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] --> 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/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] 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] [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/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] 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: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] 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] [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/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] 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/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/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/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] 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] [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 "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/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/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] [stderr] error: could not compile `x-smoltcp` (example "benchmark") due to 10 previous errors [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] [stderr] error: could not compile `x-smoltcp` (example "httpclient") due to 10 previous errors; 1 warning emitted [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/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/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/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] 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 "dhcp_client") due to 10 previous errors [INFO] [stderr] error: could not compile `x-smoltcp` (example "loopback_benchmark") 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/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] [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] 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/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/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/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] [stderr] error: could not compile `x-smoltcp` (example "dns") due to 11 previous errors [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] [stderr] error: could not compile `x-smoltcp` (example "sixlowpan") due to 11 previous errors [INFO] [stderr] error: could not compile `x-smoltcp` (example "multicast") due to 10 previous errors [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/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/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] [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/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] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] [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 "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") 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 { [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> { [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 { [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> { [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 { [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> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "93dfd4c226099f31bdea80ac6d660c8bfb3cc38b7d3ef85b73300f669d59d34a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "93dfd4c226099f31bdea80ac6d660c8bfb3cc38b7d3ef85b73300f669d59d34a", kill_on_drop: false }` [INFO] [stdout] 93dfd4c226099f31bdea80ac6d660c8bfb3cc38b7d3ef85b73300f669d59d34a