[INFO] fetching crate embedded-sdmmc-dev 0.8.2...
[INFO] testing embedded-sdmmc-dev-0.8.2 against try#c2e32f1c9652b13ed99608599c1e855462f421f3 for pr-146098-7
[INFO] extracting crate embedded-sdmmc-dev 0.8.2 into /workspace/builds/worker-4-tc2/source
[INFO] started tweaking crates.io crate embedded-sdmmc-dev 0.8.2
[INFO] removed 0 missing examples
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate embedded-sdmmc-dev 0.8.2
[INFO] tweaked toml for crates.io crate embedded-sdmmc-dev 0.8.2 written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate embedded-sdmmc-dev 0.8.2 on toolchain c2e32f1c9652b13ed99608599c1e855462f421f3
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate embedded-sdmmc-dev 0.8.2 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" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 52c8015a49f8e11e48b80fb45ff461047d2b499609ba31ffbabe55748da404aa
[INFO] running `Command { std: "docker" "start" "-a" "52c8015a49f8e11e48b80fb45ff461047d2b499609ba31ffbabe55748da404aa", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "52c8015a49f8e11e48b80fb45ff461047d2b499609ba31ffbabe55748da404aa", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "52c8015a49f8e11e48b80fb45ff461047d2b499609ba31ffbabe55748da404aa", kill_on_drop: false }`
[INFO] [stdout] 52c8015a49f8e11e48b80fb45ff461047d2b499609ba31ffbabe55748da404aa
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] fd790442422ccbc5ae4fd741fe6ae221fb043d3a5daf8fb79a766ed25e716620
[INFO] running `Command { std: "docker" "start" "-a" "fd790442422ccbc5ae4fd741fe6ae221fb043d3a5daf8fb79a766ed25e716620", kill_on_drop: false }`
[INFO] [stderr]    Compiling byteorder v1.5.0
[INFO] [stderr]    Compiling heapless v0.8.0
[INFO] [stderr]    Compiling stable_deref_trait v1.2.0
[INFO] [stderr]    Compiling embedded-io v0.6.1
[INFO] [stderr]    Compiling log v0.4.22
[INFO] [stderr]    Compiling embedded-hal v1.0.0
[INFO] [stderr]    Compiling hash32 v0.3.1
[INFO] [stderr]    Compiling embedded-sdmmc-dev v0.8.2 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:299:21
[INFO] [stdout]     |
[INFO] [stdout] 299 |         volume_mgr: &VolumeManager<D, T, MAX_DIRS, MAX_FILES, MAX_VOLUMES>,
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the lifetime is elided here
[INFO] [stdout] 300 |     ) -> Volume<D, T, MAX_DIRS, MAX_FILES, MAX_VOLUMES>
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden 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] 300 |     ) -> Volume<'_, D, T, MAX_DIRS, MAX_FILES, MAX_VOLUMES>
[INFO] [stdout]     |                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:348:9
[INFO] [stdout]     |
[INFO] [stdout] 348 |         &self,
[INFO] [stdout]     |         ^^^^^ the lifetime is elided here
[INFO] [stdout] 349 |     ) -> Result<crate::Directory<D, T, MAX_DIRS, MAX_FILES, MAX_VOLUMES>, Error<D::Error>> {
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden 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] 349 |     ) -> Result<crate::Directory<'_, D, T, MAX_DIRS, MAX_FILES, MAX_VOLUMES>, Error<D::Error>> {
[INFO] [stdout]     |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/fat/bpb.rs:23:36
[INFO] [stdout]    |
[INFO] [stdout] 23 |     pub fn create_from_bytes(data: &[u8; 512]) -> Result<Bpb, &'static str> {
[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] 23 |     pub fn create_from_bytes(data: &[u8; 512]) -> Result<Bpb<'_>, &'static str> {
[INFO] [stdout]    |                                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/fat/info.rs:52:36
[INFO] [stdout]    |
[INFO] [stdout] 52 |     pub fn create_from_bytes(data: &[u8; 512]) -> Result<InfoSector, &'static str> {
[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] 52 |     pub fn create_from_bytes(data: &[u8; 512]) -> Result<InfoSector<'_>, &'static str> {
[INFO] [stdout]    |                                                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/fat/ondiskdirentry.rs:60:22
[INFO] [stdout]    |
[INFO] [stdout] 60 |     pub fn new(data: &[u8]) -> OnDiskDirEntry {
[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] 60 |     pub fn new(data: &[u8]) -> OnDiskDirEntry<'_> {
[INFO] [stdout]    |                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/filesystem/directory.rs:60:21
[INFO] [stdout]    |
[INFO] [stdout] 60 |         volume_mgr: &VolumeManager<D, T, MAX_DIRS, MAX_FILES, MAX_VOLUMES>,
[INFO] [stdout]    |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the lifetime is elided here
[INFO] [stdout] 61 |     ) -> Directory<D, T, MAX_DIRS, MAX_FILES, MAX_VOLUMES>
[INFO] [stdout]    |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden 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] 61 |     ) -> Directory<'_, D, T, MAX_DIRS, MAX_FILES, MAX_VOLUMES>
[INFO] [stdout]    |                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/filesystem/directory.rs:114:9
[INFO] [stdout]     |
[INFO] [stdout] 114 |         &self,
[INFO] [stdout]     |         ^^^^^ the lifetime is elided here
[INFO] [stdout] 115 |         name: N,
[INFO] [stdout] 116 |     ) -> Result<Directory<D, T, MAX_DIRS, MAX_FILES, MAX_VOLUMES>, Error<D::Error>>
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden 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] 116 |     ) -> Result<Directory<'_, D, T, MAX_DIRS, MAX_FILES, MAX_VOLUMES>, Error<D::Error>>
[INFO] [stdout]     |                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/filesystem/directory.rs:193:9
[INFO] [stdout]     |
[INFO] [stdout] 193 |         &self,
[INFO] [stdout]     |         ^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 196 |     ) -> Result<crate::File<D, T, MAX_DIRS, MAX_FILES, MAX_VOLUMES>, crate::Error<D::Error>>
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden 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] 196 |     ) -> Result<crate::File<'_, D, T, MAX_DIRS, MAX_FILES, MAX_VOLUMES>, crate::Error<D::Error>>
[INFO] [stdout]     |                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/filesystem/files.rs:32:21
[INFO] [stdout]    |
[INFO] [stdout] 32 |         volume_mgr: &VolumeManager<D, T, MAX_DIRS, MAX_FILES, MAX_VOLUMES>,
[INFO] [stdout]    |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the lifetime is elided here
[INFO] [stdout] 33 |     ) -> File<D, T, MAX_DIRS, MAX_FILES, MAX_VOLUMES>
[INFO] [stdout]    |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden 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] 33 |     ) -> File<'_, D, T, MAX_DIRS, MAX_FILES, MAX_VOLUMES>
[INFO] [stdout]    |               +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/volume_mgr.rs:111:9
[INFO] [stdout]     |
[INFO] [stdout] 111 |         &self,
[INFO] [stdout]     |         ^^^^^ the lifetime is elided here
[INFO] [stdout] 112 |         volume_idx: VolumeIdx,
[INFO] [stdout] 113 |     ) -> Result<Volume<D, T, MAX_DIRS, MAX_FILES, MAX_VOLUMES>, Error<D::Error>> {
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden 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] 113 |     ) -> Result<Volume<'_, D, T, MAX_DIRS, MAX_FILES, MAX_VOLUMES>, Error<D::Error>> {
[INFO] [stdout]     |                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.15s
[INFO] running `Command { std: "docker" "inspect" "fd790442422ccbc5ae4fd741fe6ae221fb043d3a5daf8fb79a766ed25e716620", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "fd790442422ccbc5ae4fd741fe6ae221fb043d3a5daf8fb79a766ed25e716620", kill_on_drop: false }`
[INFO] [stdout] fd790442422ccbc5ae4fd741fe6ae221fb043d3a5daf8fb79a766ed25e716620
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] c0abde25018a9c6707400828efc0004010a3150d5e0a114a14b850ac3ecdb78f
[INFO] running `Command { std: "docker" "start" "-a" "c0abde25018a9c6707400828efc0004010a3150d5e0a114a14b850ac3ecdb78f", kill_on_drop: false }`
[INFO] [stderr]    Compiling memchr v2.7.4
[INFO] [stderr]    Compiling libc v0.2.167
[INFO] [stderr]    Compiling autocfg v1.4.0
[INFO] [stderr]    Compiling portable-atomic v1.10.0
[INFO] [stderr]    Compiling regex-syntax v0.8.5
[INFO] [stderr]    Compiling log v0.4.22
[INFO] [stderr]    Compiling embedded-hal-bus v0.2.0
[INFO] [stderr]    Compiling adler2 v2.0.0
[INFO] [stderr]    Compiling cpufeatures v0.2.16
[INFO] [stderr]    Compiling crc32fast v1.4.2
[INFO] [stderr]    Compiling critical-section v1.2.0
[INFO] [stderr]    Compiling humantime v2.1.0
[INFO] [stderr]    Compiling iana-time-zone v0.1.61
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling hex-literal v0.4.1
[INFO] [stderr]    Compiling miniz_oxide v0.8.0
[INFO] [stderr]    Compiling embedded-sdmmc-dev v0.8.2 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling aho-corasick v1.1.3
[INFO] [stderr]    Compiling flate2 v1.0.35
[INFO] [stderr]    Compiling is-terminal v0.4.13
[INFO] [stderr]    Compiling crypto-common v0.1.6
[INFO] [stderr]    Compiling block-buffer v0.10.4
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:299:21
[INFO] [stdout]     |
[INFO] [stdout] 299 |         volume_mgr: &VolumeManager<D, T, MAX_DIRS, MAX_FILES, MAX_VOLUMES>,
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the lifetime is elided here
[INFO] [stdout] 300 |     ) -> Volume<D, T, MAX_DIRS, MAX_FILES, MAX_VOLUMES>
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden 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] 300 |     ) -> Volume<'_, D, T, MAX_DIRS, MAX_FILES, MAX_VOLUMES>
[INFO] [stdout]     |                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:348:9
[INFO] [stdout]     |
[INFO] [stdout] 348 |         &self,
[INFO] [stdout]     |         ^^^^^ the lifetime is elided here
[INFO] [stdout] 349 |     ) -> Result<crate::Directory<D, T, MAX_DIRS, MAX_FILES, MAX_VOLUMES>, Error<D::Error>> {
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden 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] 349 |     ) -> Result<crate::Directory<'_, D, T, MAX_DIRS, MAX_FILES, MAX_VOLUMES>, Error<D::Error>> {
[INFO] [stdout]     |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/fat/bpb.rs:23:36
[INFO] [stdout]    |
[INFO] [stdout] 23 |     pub fn create_from_bytes(data: &[u8; 512]) -> Result<Bpb, &'static str> {
[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] 23 |     pub fn create_from_bytes(data: &[u8; 512]) -> Result<Bpb<'_>, &'static str> {
[INFO] [stdout]    |                                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/fat/info.rs:52:36
[INFO] [stdout]    |
[INFO] [stdout] 52 |     pub fn create_from_bytes(data: &[u8; 512]) -> Result<InfoSector, &'static str> {
[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] 52 |     pub fn create_from_bytes(data: &[u8; 512]) -> Result<InfoSector<'_>, &'static str> {
[INFO] [stdout]    |                                                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/fat/ondiskdirentry.rs:60:22
[INFO] [stdout]    |
[INFO] [stdout] 60 |     pub fn new(data: &[u8]) -> OnDiskDirEntry {
[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] 60 |     pub fn new(data: &[u8]) -> OnDiskDirEntry<'_> {
[INFO] [stdout]    |                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/filesystem/directory.rs:60:21
[INFO] [stdout]    |
[INFO] [stdout] 60 |         volume_mgr: &VolumeManager<D, T, MAX_DIRS, MAX_FILES, MAX_VOLUMES>,
[INFO] [stdout]    |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the lifetime is elided here
[INFO] [stdout] 61 |     ) -> Directory<D, T, MAX_DIRS, MAX_FILES, MAX_VOLUMES>
[INFO] [stdout]    |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden 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] 61 |     ) -> Directory<'_, D, T, MAX_DIRS, MAX_FILES, MAX_VOLUMES>
[INFO] [stdout]    |                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/filesystem/directory.rs:114:9
[INFO] [stdout]     |
[INFO] [stdout] 114 |         &self,
[INFO] [stdout]     |         ^^^^^ the lifetime is elided here
[INFO] [stdout] 115 |         name: N,
[INFO] [stdout] 116 |     ) -> Result<Directory<D, T, MAX_DIRS, MAX_FILES, MAX_VOLUMES>, Error<D::Error>>
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden 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] 116 |     ) -> Result<Directory<'_, D, T, MAX_DIRS, MAX_FILES, MAX_VOLUMES>, Error<D::Error>>
[INFO] [stdout]     |                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/filesystem/directory.rs:193:9
[INFO] [stdout]     |
[INFO] [stdout] 193 |         &self,
[INFO] [stdout]     |         ^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 196 |     ) -> Result<crate::File<D, T, MAX_DIRS, MAX_FILES, MAX_VOLUMES>, crate::Error<D::Error>>
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden 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] 196 |     ) -> Result<crate::File<'_, D, T, MAX_DIRS, MAX_FILES, MAX_VOLUMES>, crate::Error<D::Error>>
[INFO] [stdout]     |                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/filesystem/files.rs:32:21
[INFO] [stdout]    |
[INFO] [stdout] 32 |         volume_mgr: &VolumeManager<D, T, MAX_DIRS, MAX_FILES, MAX_VOLUMES>,
[INFO] [stdout]    |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the lifetime is elided here
[INFO] [stdout] 33 |     ) -> File<D, T, MAX_DIRS, MAX_FILES, MAX_VOLUMES>
[INFO] [stdout]    |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden 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] 33 |     ) -> File<'_, D, T, MAX_DIRS, MAX_FILES, MAX_VOLUMES>
[INFO] [stdout]    |               +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/volume_mgr.rs:111:9
[INFO] [stdout]     |
[INFO] [stdout] 111 |         &self,
[INFO] [stdout]     |         ^^^^^ the lifetime is elided here
[INFO] [stdout] 112 |         volume_idx: VolumeIdx,
[INFO] [stdout] 113 |     ) -> Result<Volume<D, T, MAX_DIRS, MAX_FILES, MAX_VOLUMES>, Error<D::Error>> {
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden 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] 113 |     ) -> Result<Volume<'_, D, T, MAX_DIRS, MAX_FILES, MAX_VOLUMES>, Error<D::Error>> {
[INFO] [stdout]     |                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling chrono v0.4.38
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling sha2 v0.10.8
[INFO] [stderr]    Compiling regex-automata v0.4.9
[INFO] [stderr]    Compiling regex v1.11.1
[INFO] [stderr]    Compiling env_logger v0.10.2
[INFO] [stdout] error[E0463]: can't find crate for `embedded_sdmmc`
[INFO] [stdout]   --> examples/read_file.rs:35:1
[INFO] [stdout]    |
[INFO] [stdout] 35 | extern crate embedded_sdmmc;
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `embedded_sdmmc`
[INFO] [stdout]  --> examples/linux/mod.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use embedded_sdmmc::{Block, BlockCount, BlockDevice, BlockIdx, TimeSource, Timestamp};
[INFO] [stdout]   |     ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `embedded_sdmmc`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 4 | use embedded_sdmmc_dev::{Block, BlockCount, BlockDevice, BlockIdx, TimeSource, Timestamp};
[INFO] [stdout]   |                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `embedded_sdmmc`
[INFO] [stdout]   --> examples/list_dir.rs:38:5
[INFO] [stdout]    |
[INFO] [stdout] 38 | use embedded_sdmmc::{ShortFileName, VolumeIdx};
[INFO] [stdout]    |     ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `embedded_sdmmc`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 38 | use embedded_sdmmc_dev::{ShortFileName, VolumeIdx};
[INFO] [stdout]    |                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0463]: can't find crate for `embedded_sdmmc`
[INFO] [stdout]  --> examples/big_dir.rs:1:1
[INFO] [stdout]   |
[INFO] [stdout] 1 | extern crate embedded_sdmmc;
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0463]: can't find crate for `embedded_sdmmc`
[INFO] [stdout]   --> examples/create_file.rs:18:1
[INFO] [stdout]    |
[INFO] [stdout] 18 | extern crate embedded_sdmmc;
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0463`.
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `embedded_sdmmc`
[INFO] [stdout]  --> tests/open_files.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use embedded_sdmmc::{Error, Mode, VolumeIdx, VolumeManager};
[INFO] [stdout]   |     ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `embedded_sdmmc`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 3 | use embedded_sdmmc_dev::{Error, Mode, VolumeIdx, VolumeManager};
[INFO] [stdout]   |                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `embedded_sdmmc`
[INFO] [stdout]  --> tests/utils/mod.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use embedded_sdmmc::{Block, BlockCount, BlockDevice, BlockIdx};
[INFO] [stdout]   |     ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `embedded_sdmmc`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 5 | use embedded_sdmmc_dev::{Block, BlockCount, BlockDevice, BlockIdx};
[INFO] [stdout]   |                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `embedded-sdmmc-dev` (example "read_file") due to 1 previous error
[INFO] [stdout] error[E0432]: unresolved import `embedded_sdmmc`
[INFO] [stdout]  --> tests/utils/mod.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use embedded_sdmmc::{Block, BlockCount, BlockDevice, BlockIdx};
[INFO] [stdout]   |     ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `embedded_sdmmc`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 5 | use embedded_sdmmc_dev::{Block, BlockCount, BlockDevice, BlockIdx};
[INFO] [stdout]   |                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error[E0463]: can't find crate for `embedded_sdmmc`
[INFO] [stdout]   --> examples/append_file.rs:18:1
[INFO] [stdout]    |
[INFO] [stdout] 18 | extern crate embedded_sdmmc;
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `embedded_sdmmc`
[INFO] [stdout]  --> tests/write_file.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use embedded_sdmmc::{Mode, VolumeIdx, VolumeManager};
[INFO] [stdout]   |     ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `embedded_sdmmc`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 3 | use embedded_sdmmc_dev::{Mode, VolumeIdx, VolumeManager};
[INFO] [stdout]   |                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `embedded_sdmmc`
[INFO] [stdout]  --> tests/directories.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use embedded_sdmmc::{LfnBuffer, Mode, ShortFileName};
[INFO] [stdout]   |     ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `embedded_sdmmc`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 3 | use embedded_sdmmc_dev::{LfnBuffer, Mode, ShortFileName};
[INFO] [stdout]   |                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `embedded_sdmmc`
[INFO] [stdout]  --> tests/utils/mod.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use embedded_sdmmc::{Block, BlockCount, BlockDevice, BlockIdx};
[INFO] [stdout]   |     ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `embedded_sdmmc`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 5 | use embedded_sdmmc_dev::{Block, BlockCount, BlockDevice, BlockIdx};
[INFO] [stdout]   |                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0463`.
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `embedded_sdmmc`
[INFO] [stdout]  --> tests/utils/mod.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use embedded_sdmmc::{Block, BlockCount, BlockDevice, BlockIdx};
[INFO] [stdout]   |     ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `embedded_sdmmc`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 5 | use embedded_sdmmc_dev::{Block, BlockCount, BlockDevice, BlockIdx};
[INFO] [stdout]   |                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `embedded_sdmmc`
[INFO] [stdout]   --> examples/shell.rs:74:5
[INFO] [stdout]    |
[INFO] [stdout] 74 | use embedded_sdmmc::{
[INFO] [stdout]    |     ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `embedded_sdmmc`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 74 | use embedded_sdmmc_dev::{
[INFO] [stdout]    |                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `embedded_sdmmc`
[INFO] [stdout]  --> examples/linux/mod.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use embedded_sdmmc::{Block, BlockCount, BlockDevice, BlockIdx, TimeSource, Timestamp};
[INFO] [stdout]   |     ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `embedded_sdmmc`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 4 | use embedded_sdmmc_dev::{Block, BlockCount, BlockDevice, BlockIdx, TimeSource, Timestamp};
[INFO] [stdout]   |                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `embedded_sdmmc`
[INFO] [stdout]   --> tests/utils/mod.rs:93:55
[INFO] [stdout]    |
[INFO] [stdout] 93 |             let start_offset = block_idx.0 as usize * embedded_sdmmc::Block::LEN;
[INFO] [stdout]    |                                                       ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `embedded_sdmmc`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 93 |             let start_offset = block_idx.0 as usize * embedded_sdmmc_dev::Block::LEN;
[INFO] [stdout]    |                                                                     ++++
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout]  3 + use embedded_sdmmc_dev::Block;
[INFO] [stdout]    |
[INFO] [stdout] help: if you import `Block`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 93 -             let start_offset = block_idx.0 as usize * embedded_sdmmc::Block::LEN;
[INFO] [stdout] 93 +             let start_offset = block_idx.0 as usize * Block::LEN;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `embedded_sdmmc`
[INFO] [stdout]   --> tests/utils/mod.rs:94:45
[INFO] [stdout]    |
[INFO] [stdout] 94 |             let end_offset = start_offset + embedded_sdmmc::Block::LEN;
[INFO] [stdout]    |                                             ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `embedded_sdmmc`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 94 |             let end_offset = start_offset + embedded_sdmmc_dev::Block::LEN;
[INFO] [stdout]    |                                                           ++++
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout]  3 + use embedded_sdmmc_dev::Block;
[INFO] [stdout]    |
[INFO] [stdout] help: if you import `Block`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 94 -             let end_offset = start_offset + embedded_sdmmc::Block::LEN;
[INFO] [stdout] 94 +             let end_offset = start_offset + Block::LEN;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `embedded_sdmmc`
[INFO] [stdout]    --> tests/utils/mod.rs:111:55
[INFO] [stdout]     |
[INFO] [stdout] 111 |             let start_offset = block_idx.0 as usize * embedded_sdmmc::Block::LEN;
[INFO] [stdout]     |                                                       ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `embedded_sdmmc`
[INFO] [stdout]     |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 111 |             let start_offset = block_idx.0 as usize * embedded_sdmmc_dev::Block::LEN;
[INFO] [stdout]     |                                                                     ++++
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout]   3 + use embedded_sdmmc_dev::Block;
[INFO] [stdout]     |
[INFO] [stdout] help: if you import `Block`, refer to it directly
[INFO] [stdout]     |
[INFO] [stdout] 111 -             let start_offset = block_idx.0 as usize * embedded_sdmmc::Block::LEN;
[INFO] [stdout] 111 +             let start_offset = block_idx.0 as usize * Block::LEN;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `embedded_sdmmc`
[INFO] [stdout]    --> tests/utils/mod.rs:112:45
[INFO] [stdout]     |
[INFO] [stdout] 112 |             let end_offset = start_offset + embedded_sdmmc::Block::LEN;
[INFO] [stdout]     |                                             ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `embedded_sdmmc`
[INFO] [stdout]     |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 112 |             let end_offset = start_offset + embedded_sdmmc_dev::Block::LEN;
[INFO] [stdout]     |                                                           ++++
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout]   3 + use embedded_sdmmc_dev::Block;
[INFO] [stdout]     |
[INFO] [stdout] help: if you import `Block`, refer to it directly
[INFO] [stdout]     |
[INFO] [stdout] 112 -             let end_offset = start_offset + embedded_sdmmc::Block::LEN;
[INFO] [stdout] 112 +             let end_offset = start_offset + Block::LEN;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `embedded_sdmmc`
[INFO] [stdout]    --> tests/utils/mod.rs:125:43
[INFO] [stdout]     |
[INFO] [stdout] 125 |         let len_blocks = contents.len() / embedded_sdmmc::Block::LEN;
[INFO] [stdout]     |                                           ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `embedded_sdmmc`
[INFO] [stdout]     |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 125 |         let len_blocks = contents.len() / embedded_sdmmc_dev::Block::LEN;
[INFO] [stdout]     |                                                         ++++
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout]   3 + use embedded_sdmmc_dev::Block;
[INFO] [stdout]     |
[INFO] [stdout] help: if you import `Block`, refer to it directly
[INFO] [stdout]     |
[INFO] [stdout] 125 -         let len_blocks = contents.len() / embedded_sdmmc::Block::LEN;
[INFO] [stdout] 125 +         let len_blocks = contents.len() / Block::LEN;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `embedded-sdmmc-dev` (example "create_file") due to 1 previous error
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `embedded_sdmmc`
[INFO] [stdout]   --> examples/list_dir.rs:40:14
[INFO] [stdout]    |
[INFO] [stdout] 40 | type Error = embedded_sdmmc::Error<std::io::Error>;
[INFO] [stdout]    |              ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `embedded_sdmmc`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 40 | type Error = embedded_sdmmc_dev::Error<std::io::Error>;
[INFO] [stdout]    |                            ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `embedded_sdmmc`
[INFO] [stdout]   --> examples/list_dir.rs:42:22
[INFO] [stdout]    |
[INFO] [stdout] 42 | type Directory<'a> = embedded_sdmmc::Directory<'a, LinuxBlockDevice, Clock, 8, 4, 4>;
[INFO] [stdout]    |                      ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `embedded_sdmmc`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 42 | type Directory<'a> = embedded_sdmmc_dev::Directory<'a, LinuxBlockDevice, Clock, 8, 4, 4>;
[INFO] [stdout]    |                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `embedded_sdmmc`
[INFO] [stdout]   --> examples/list_dir.rs:43:22
[INFO] [stdout]    |
[INFO] [stdout] 43 | type VolumeManager = embedded_sdmmc::VolumeManager<LinuxBlockDevice, Clock, 8, 4, 4>;
[INFO] [stdout]    |                      ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `embedded_sdmmc`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 43 | type VolumeManager = embedded_sdmmc_dev::VolumeManager<LinuxBlockDevice, Clock, 8, 4, 4>;
[INFO] [stdout]    |                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0463`.
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `embedded_sdmmc`
[INFO] [stdout]  --> tests/utils/mod.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use embedded_sdmmc::{Block, BlockCount, BlockDevice, BlockIdx};
[INFO] [stdout]   |     ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `embedded_sdmmc`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 5 | use embedded_sdmmc_dev::{Block, BlockCount, BlockDevice, BlockIdx};
[INFO] [stdout]   |                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `embedded-sdmmc-dev` (example "big_dir") due to 1 previous error
[INFO] [stdout] error[E0223]: ambiguous associated type
[INFO] [stdout]   --> tests/utils/mod.rs:88:83
[INFO] [stdout]    |
[INFO] [stdout] 88 |     fn read(&self, blocks: &mut [Block], start_block_idx: BlockIdx) -> Result<(), Self::Error> {
[INFO] [stdout]    |                                                                                   ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: use fully-qualified syntax
[INFO] [stdout]    |
[INFO] [stdout] 88 -     fn read(&self, blocks: &mut [Block], start_block_idx: BlockIdx) -> Result<(), Self::Error> {
[INFO] [stdout] 88 +     fn read(&self, blocks: &mut [Block], start_block_idx: BlockIdx) -> Result<(), <RamDisk<T> as TryFrom>::Error> {
[INFO] [stdout]    |
[INFO] [stdout] 88 -     fn read(&self, blocks: &mut [Block], start_block_idx: BlockIdx) -> Result<(), Self::Error> {
[INFO] [stdout] 88 +     fn read(&self, blocks: &mut [Block], start_block_idx: BlockIdx) -> Result<(), <RamDisk<T> as TryInto>::Error> {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `embedded-sdmmc-dev` (example "list_dir") due to 5 previous errors
[INFO] [stdout] error[E0223]: ambiguous associated type
[INFO] [stdout]    --> tests/utils/mod.rs:106:80
[INFO] [stdout]     |
[INFO] [stdout] 106 |     fn write(&self, blocks: &[Block], start_block_idx: BlockIdx) -> Result<(), Self::Error> {
[INFO] [stdout]     |                                                                                ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: use fully-qualified syntax
[INFO] [stdout]     |
[INFO] [stdout] 106 -     fn write(&self, blocks: &[Block], start_block_idx: BlockIdx) -> Result<(), Self::Error> {
[INFO] [stdout] 106 +     fn write(&self, blocks: &[Block], start_block_idx: BlockIdx) -> Result<(), <RamDisk<T> as TryFrom>::Error> {
[INFO] [stdout]     |
[INFO] [stdout] 106 -     fn write(&self, blocks: &[Block], start_block_idx: BlockIdx) -> Result<(), Self::Error> {
[INFO] [stdout] 106 +     fn write(&self, blocks: &[Block], start_block_idx: BlockIdx) -> Result<(), <RamDisk<T> as TryInto>::Error> {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0223]: ambiguous associated type
[INFO] [stdout]    --> tests/utils/mod.rs:122:48
[INFO] [stdout]     |
[INFO] [stdout] 122 |     fn num_blocks(&self) -> Result<BlockCount, Self::Error> {
[INFO] [stdout]     |                                                ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: use fully-qualified syntax
[INFO] [stdout]     |
[INFO] [stdout] 122 -     fn num_blocks(&self) -> Result<BlockCount, Self::Error> {
[INFO] [stdout] 122 +     fn num_blocks(&self) -> Result<BlockCount, <RamDisk<T> as TryFrom>::Error> {
[INFO] [stdout]     |
[INFO] [stdout] 122 -     fn num_blocks(&self) -> Result<BlockCount, Self::Error> {
[INFO] [stdout] 122 +     fn num_blocks(&self) -> Result<BlockCount, <RamDisk<T> as TryInto>::Error> {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `embedded_sdmmc`
[INFO] [stdout]    --> tests/utils/mod.rs:149:12
[INFO] [stdout]     |
[INFO] [stdout] 149 |     fixed: embedded_sdmmc::Timestamp,
[INFO] [stdout]     |            ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `embedded_sdmmc`
[INFO] [stdout]     |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 149 |     fixed: embedded_sdmmc_dev::Timestamp,
[INFO] [stdout]     |                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `embedded_sdmmc`
[INFO] [stdout]    --> tests/utils/mod.rs:152:6
[INFO] [stdout]     |
[INFO] [stdout] 152 | impl embedded_sdmmc::TimeSource for TestTimeSource {
[INFO] [stdout]     |      ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `embedded_sdmmc`
[INFO] [stdout]     |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 152 | impl embedded_sdmmc_dev::TimeSource for TestTimeSource {
[INFO] [stdout]     |                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `embedded_sdmmc`
[INFO] [stdout]    --> tests/utils/mod.rs:153:32
[INFO] [stdout]     |
[INFO] [stdout] 153 |     fn get_timestamp(&self) -> embedded_sdmmc::Timestamp {
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `embedded_sdmmc`
[INFO] [stdout]     |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 153 |     fn get_timestamp(&self) -> embedded_sdmmc_dev::Timestamp {
[INFO] [stdout]     |                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `embedded_sdmmc`
[INFO] [stdout]    --> tests/utils/mod.rs:167:16
[INFO] [stdout]     |
[INFO] [stdout] 167 |         fixed: embedded_sdmmc::Timestamp {
[INFO] [stdout]     |                ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `embedded_sdmmc`
[INFO] [stdout]     |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 167 |         fixed: embedded_sdmmc_dev::Timestamp {
[INFO] [stdout]     |                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0223, E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0223`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `embedded-sdmmc-dev` (test "open_files") due to 14 previous errors
[INFO] [stdout] error[E0463]: can't find crate for `embedded_sdmmc`
[INFO] [stdout]   --> examples/delete_file.rs:21:1
[INFO] [stdout]    |
[INFO] [stdout] 21 | extern crate embedded_sdmmc;
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `embedded_sdmmc`
[INFO] [stdout]   --> tests/utils/mod.rs:93:55
[INFO] [stdout]    |
[INFO] [stdout] 93 |             let start_offset = block_idx.0 as usize * embedded_sdmmc::Block::LEN;
[INFO] [stdout]    |                                                       ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `embedded_sdmmc`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 93 |             let start_offset = block_idx.0 as usize * embedded_sdmmc_dev::Block::LEN;
[INFO] [stdout]    |                                                                     ++++
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout]  3 + use embedded_sdmmc_dev::Block;
[INFO] [stdout]    |
[INFO] [stdout] help: if you import `Block`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 93 -             let start_offset = block_idx.0 as usize * embedded_sdmmc::Block::LEN;
[INFO] [stdout] 93 +             let start_offset = block_idx.0 as usize * Block::LEN;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `embedded_sdmmc`
[INFO] [stdout]   --> tests/utils/mod.rs:94:45
[INFO] [stdout]    |
[INFO] [stdout] 94 |             let end_offset = start_offset + embedded_sdmmc::Block::LEN;
[INFO] [stdout]    |                                             ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `embedded_sdmmc`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 94 |             let end_offset = start_offset + embedded_sdmmc_dev::Block::LEN;
[INFO] [stdout]    |                                                           ++++
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout]  3 + use embedded_sdmmc_dev::Block;
[INFO] [stdout]    |
[INFO] [stdout] help: if you import `Block`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 94 -             let end_offset = start_offset + embedded_sdmmc::Block::LEN;
[INFO] [stdout] 94 +             let end_offset = start_offset + Block::LEN;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `embedded_sdmmc`
[INFO] [stdout]    --> tests/utils/mod.rs:111:55
[INFO] [stdout]     |
[INFO] [stdout] 111 |             let start_offset = block_idx.0 as usize * embedded_sdmmc::Block::LEN;
[INFO] [stdout]     |                                                       ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `embedded_sdmmc`
[INFO] [stdout]     |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 111 |             let start_offset = block_idx.0 as usize * embedded_sdmmc_dev::Block::LEN;
[INFO] [stdout]     |                                                                     ++++
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout]   3 + use embedded_sdmmc_dev::Block;
[INFO] [stdout]     |
[INFO] [stdout] help: if you import `Block`, refer to it directly
[INFO] [stdout]     |
[INFO] [stdout] 111 -             let start_offset = block_idx.0 as usize * embedded_sdmmc::Block::LEN;
[INFO] [stdout] 111 +             let start_offset = block_idx.0 as usize * Block::LEN;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `embedded_sdmmc`
[INFO] [stdout]    --> tests/utils/mod.rs:112:45
[INFO] [stdout]     |
[INFO] [stdout] 112 |             let end_offset = start_offset + embedded_sdmmc::Block::LEN;
[INFO] [stdout]     |                                             ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `embedded_sdmmc`
[INFO] [stdout]     |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 112 |             let end_offset = start_offset + embedded_sdmmc_dev::Block::LEN;
[INFO] [stdout]     |                                                           ++++
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout]   3 + use embedded_sdmmc_dev::Block;
[INFO] [stdout]     |
[INFO] [stdout] help: if you import `Block`, refer to it directly
[INFO] [stdout]     |
[INFO] [stdout] 112 -             let end_offset = start_offset + embedded_sdmmc::Block::LEN;
[INFO] [stdout] 112 +             let end_offset = start_offset + Block::LEN;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `embedded_sdmmc`
[INFO] [stdout]    --> tests/utils/mod.rs:125:43
[INFO] [stdout]     |
[INFO] [stdout] 125 |         let len_blocks = contents.len() / embedded_sdmmc::Block::LEN;
[INFO] [stdout]     |                                           ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `embedded_sdmmc`
[INFO] [stdout]     |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 125 |         let len_blocks = contents.len() / embedded_sdmmc_dev::Block::LEN;
[INFO] [stdout]     |                                                         ++++
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout]   3 + use embedded_sdmmc_dev::Block;
[INFO] [stdout]     |
[INFO] [stdout] help: if you import `Block`, refer to it directly
[INFO] [stdout]     |
[INFO] [stdout] 125 -         let len_blocks = contents.len() / embedded_sdmmc::Block::LEN;
[INFO] [stdout] 125 +         let len_blocks = contents.len() / Block::LEN;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `embedded_sdmmc`
[INFO] [stdout]   --> tests/volume.rs:15:9
[INFO] [stdout]    |
[INFO] [stdout] 15 |     > = embedded_sdmmc::VolumeManager::new_with_limits(disk, time_source, 0x1000_0000);
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `embedded_sdmmc`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 15 |     > = embedded_sdmmc_dev::VolumeManager::new_with_limits(disk, time_source, 0x1000_0000);
[INFO] [stdout]    |                       ++++
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout]  3 + use embedded_sdmmc_dev::VolumeManager;
[INFO] [stdout]    |
[INFO] [stdout] help: if you import `VolumeManager`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 15 -     > = embedded_sdmmc::VolumeManager::new_with_limits(disk, time_source, 0x1000_0000);
[INFO] [stdout] 15 +     > = VolumeManager::new_with_limits(disk, time_source, 0x1000_0000);
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `embedded_sdmmc`
[INFO] [stdout]   --> tests/utils/mod.rs:93:55
[INFO] [stdout]    |
[INFO] [stdout] 93 |             let start_offset = block_idx.0 as usize * embedded_sdmmc::Block::LEN;
[INFO] [stdout]    |                                                       ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `embedded_sdmmc`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 93 |             let start_offset = block_idx.0 as usize * embedded_sdmmc_dev::Block::LEN;
[INFO] [stdout]    |                                                                     ++++
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout]  3 + use embedded_sdmmc_dev::Block;
[INFO] [stdout]    |
[INFO] [stdout] help: if you import `Block`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 93 -             let start_offset = block_idx.0 as usize * embedded_sdmmc::Block::LEN;
[INFO] [stdout] 93 +             let start_offset = block_idx.0 as usize * Block::LEN;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `embedded_sdmmc`
[INFO] [stdout]   --> tests/utils/mod.rs:94:45
[INFO] [stdout]    |
[INFO] [stdout] 94 |             let end_offset = start_offset + embedded_sdmmc::Block::LEN;
[INFO] [stdout]    |                                             ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `embedded_sdmmc`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 94 |             let end_offset = start_offset + embedded_sdmmc_dev::Block::LEN;
[INFO] [stdout]    |                                                           ++++
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout]  3 + use embedded_sdmmc_dev::Block;
[INFO] [stdout]    |
[INFO] [stdout] help: if you import `Block`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 94 -             let end_offset = start_offset + embedded_sdmmc::Block::LEN;
[INFO] [stdout] 94 +             let end_offset = start_offset + Block::LEN;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `embedded_sdmmc`
[INFO] [stdout]   --> tests/volume.rs:25:13
[INFO] [stdout]    |
[INFO] [stdout] 25 |         Err(embedded_sdmmc::Error::VolumeAlreadyOpen)
[INFO] [stdout]    |             ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `embedded_sdmmc`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 25 |         Err(embedded_sdmmc_dev::Error::VolumeAlreadyOpen)
[INFO] [stdout]    |                           ++++
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]    |
[INFO] [stdout]  3 + use crate::utils::Error;
[INFO] [stdout]    |
[INFO] [stdout]  3 + use std::error::Error;
[INFO] [stdout]    |
[INFO] [stdout]  3 + use std::fmt::Error;
[INFO] [stdout]    |
[INFO] [stdout]  3 + use std::io::Error;
[INFO] [stdout]    |
[INFO] [stdout]    = and 9 other candidates
[INFO] [stdout] help: if you import `Error`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 25 -         Err(embedded_sdmmc::Error::VolumeAlreadyOpen)
[INFO] [stdout] 25 +         Err(Error::VolumeAlreadyOpen)
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `embedded_sdmmc`
[INFO] [stdout]    --> tests/utils/mod.rs:111:55
[INFO] [stdout]     |
[INFO] [stdout] 111 |             let start_offset = block_idx.0 as usize * embedded_sdmmc::Block::LEN;
[INFO] [stdout]     |                                                       ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `embedded_sdmmc`
[INFO] [stdout]     |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 111 |             let start_offset = block_idx.0 as usize * embedded_sdmmc_dev::Block::LEN;
[INFO] [stdout]     |                                                                     ++++
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout]   3 + use embedded_sdmmc_dev::Block;
[INFO] [stdout]     |
[INFO] [stdout] help: if you import `Block`, refer to it directly
[INFO] [stdout]     |
[INFO] [stdout] 111 -             let start_offset = block_idx.0 as usize * embedded_sdmmc::Block::LEN;
[INFO] [stdout] 111 +             let start_offset = block_idx.0 as usize * Block::LEN;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `embedded_sdmmc`
[INFO] [stdout]   --> tests/volume.rs:38:13
[INFO] [stdout]    |
[INFO] [stdout] 38 |         Err(embedded_sdmmc::Error::VolumeAlreadyOpen)
[INFO] [stdout]    |             ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `embedded_sdmmc`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 38 |         Err(embedded_sdmmc_dev::Error::VolumeAlreadyOpen)
[INFO] [stdout]    |                           ++++
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]    |
[INFO] [stdout]  3 + use crate::utils::Error;
[INFO] [stdout]    |
[INFO] [stdout]  3 + use std::error::Error;
[INFO] [stdout]    |
[INFO] [stdout]  3 + use std::fmt::Error;
[INFO] [stdout]    |
[INFO] [stdout]  3 + use std::io::Error;
[INFO] [stdout]    |
[INFO] [stdout]    = and 9 other candidates
[INFO] [stdout] help: if you import `Error`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 38 -         Err(embedded_sdmmc::Error::VolumeAlreadyOpen)
[INFO] [stdout] 38 +         Err(Error::VolumeAlreadyOpen)
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `embedded_sdmmc`
[INFO] [stdout]   --> tests/volume.rs:49:13
[INFO] [stdout]    |
[INFO] [stdout] 49 |         Err(embedded_sdmmc::Error::TooManyOpenVolumes)
[INFO] [stdout]    |             ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `embedded_sdmmc`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 49 |         Err(embedded_sdmmc_dev::Error::TooManyOpenVolumes)
[INFO] [stdout]    |                           ++++
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]    |
[INFO] [stdout]  3 + use crate::utils::Error;
[INFO] [stdout]    |
[INFO] [stdout]  3 + use std::error::Error;
[INFO] [stdout]    |
[INFO] [stdout]  3 + use std::fmt::Error;
[INFO] [stdout]    |
[INFO] [stdout]  3 + use std::io::Error;
[INFO] [stdout]    |
[INFO] [stdout]    = and 9 other candidates
[INFO] [stdout] help: if you import `Error`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 49 -         Err(embedded_sdmmc::Error::TooManyOpenVolumes)
[INFO] [stdout] 49 +         Err(Error::TooManyOpenVolumes)
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `embedded_sdmmc`
[INFO] [stdout]    --> tests/utils/mod.rs:112:45
[INFO] [stdout]     |
[INFO] [stdout] 112 |             let end_offset = start_offset + embedded_sdmmc::Block::LEN;
[INFO] [stdout]     |                                             ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `embedded_sdmmc`
[INFO] [stdout]     |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 112 |             let end_offset = start_offset + embedded_sdmmc_dev::Block::LEN;
[INFO] [stdout]     |                                                           ++++
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout]   3 + use embedded_sdmmc_dev::Block;
[INFO] [stdout]     |
[INFO] [stdout] help: if you import `Block`, refer to it directly
[INFO] [stdout]     |
[INFO] [stdout] 112 -             let end_offset = start_offset + embedded_sdmmc::Block::LEN;
[INFO] [stdout] 112 +             let end_offset = start_offset + Block::LEN;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `embedded_sdmmc`
[INFO] [stdout]   --> tests/volume.rs:58:13
[INFO] [stdout]    |
[INFO] [stdout] 58 |         Err(embedded_sdmmc::Error::FormatError(_e))
[INFO] [stdout]    |             ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `embedded_sdmmc`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 58 |         Err(embedded_sdmmc_dev::Error::FormatError(_e))
[INFO] [stdout]    |                           ++++
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]    |
[INFO] [stdout]  3 + use crate::utils::Error;
[INFO] [stdout]    |
[INFO] [stdout]  3 + use std::error::Error;
[INFO] [stdout]    |
[INFO] [stdout]  3 + use std::fmt::Error;
[INFO] [stdout]    |
[INFO] [stdout]  3 + use std::io::Error;
[INFO] [stdout]    |
[INFO] [stdout]    = and 9 other candidates
[INFO] [stdout] help: if you import `Error`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 58 -         Err(embedded_sdmmc::Error::FormatError(_e))
[INFO] [stdout] 58 +         Err(Error::FormatError(_e))
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `embedded_sdmmc`
[INFO] [stdout]    --> tests/utils/mod.rs:125:43
[INFO] [stdout]     |
[INFO] [stdout] 125 |         let len_blocks = contents.len() / embedded_sdmmc::Block::LEN;
[INFO] [stdout]     |                                           ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `embedded_sdmmc`
[INFO] [stdout]     |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 125 |         let len_blocks = contents.len() / embedded_sdmmc_dev::Block::LEN;
[INFO] [stdout]     |                                                         ++++
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout]   3 + use embedded_sdmmc_dev::Block;
[INFO] [stdout]     |
[INFO] [stdout] help: if you import `Block`, refer to it directly
[INFO] [stdout]     |
[INFO] [stdout] 125 -         let len_blocks = contents.len() / embedded_sdmmc::Block::LEN;
[INFO] [stdout] 125 +         let len_blocks = contents.len() / Block::LEN;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `embedded_sdmmc`
[INFO] [stdout]   --> tests/volume.rs:64:13
[INFO] [stdout]    |
[INFO] [stdout] 64 |         Err(embedded_sdmmc::Error::FormatError(_e))
[INFO] [stdout]    |             ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `embedded_sdmmc`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 64 |         Err(embedded_sdmmc_dev::Error::FormatError(_e))
[INFO] [stdout]    |                           ++++
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]    |
[INFO] [stdout]  3 + use crate::utils::Error;
[INFO] [stdout]    |
[INFO] [stdout]  3 + use std::error::Error;
[INFO] [stdout]    |
[INFO] [stdout]  3 + use std::fmt::Error;
[INFO] [stdout]    |
[INFO] [stdout]  3 + use std::io::Error;
[INFO] [stdout]    |
[INFO] [stdout]    = and 9 other candidates
[INFO] [stdout] help: if you import `Error`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 64 -         Err(embedded_sdmmc::Error::FormatError(_e))
[INFO] [stdout] 64 +         Err(Error::FormatError(_e))
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `embedded_sdmmc`
[INFO] [stdout]   --> tests/volume.rs:70:13
[INFO] [stdout]    |
[INFO] [stdout] 70 |         Err(embedded_sdmmc::Error::NoSuchVolume)
[INFO] [stdout]    |             ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `embedded_sdmmc`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 70 |         Err(embedded_sdmmc_dev::Error::NoSuchVolume)
[INFO] [stdout]    |                           ++++
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]    |
[INFO] [stdout]  3 + use crate::utils::Error;
[INFO] [stdout]    |
[INFO] [stdout]  3 + use std::error::Error;
[INFO] [stdout]    |
[INFO] [stdout]  3 + use std::fmt::Error;
[INFO] [stdout]    |
[INFO] [stdout]  3 + use std::io::Error;
[INFO] [stdout]    |
[INFO] [stdout]    = and 9 other candidates
[INFO] [stdout] help: if you import `Error`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 70 -         Err(embedded_sdmmc::Error::NoSuchVolume)
[INFO] [stdout] 70 +         Err(Error::NoSuchVolume)
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `embedded_sdmmc`
[INFO] [stdout]   --> tests/volume.rs:77:13
[INFO] [stdout]    |
[INFO] [stdout] 77 |         Err(embedded_sdmmc::Error::VolumeStillInUse)
[INFO] [stdout]    |             ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `embedded_sdmmc`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 77 |         Err(embedded_sdmmc_dev::Error::VolumeStillInUse)
[INFO] [stdout]    |                           ++++
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]    |
[INFO] [stdout]  3 + use crate::utils::Error;
[INFO] [stdout]    |
[INFO] [stdout]  3 + use std::error::Error;
[INFO] [stdout]    |
[INFO] [stdout]  3 + use std::fmt::Error;
[INFO] [stdout]    |
[INFO] [stdout]  3 + use std::io::Error;
[INFO] [stdout]    |
[INFO] [stdout]    = and 9 other candidates
[INFO] [stdout] help: if you import `Error`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 77 -         Err(embedded_sdmmc::Error::VolumeStillInUse)
[INFO] [stdout] 77 +         Err(Error::VolumeStillInUse)
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `embedded_sdmmc`
[INFO] [stdout]   --> tests/volume.rs:85:22
[INFO] [stdout]    |
[INFO] [stdout] 85 |     let volume_mgr = embedded_sdmmc::VolumeManager::new(disk, time_source);
[INFO] [stdout]    |                      ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `embedded_sdmmc`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 85 |     let volume_mgr = embedded_sdmmc_dev::VolumeManager::new(disk, time_source);
[INFO] [stdout]    |                                    ++++
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout]  3 + use embedded_sdmmc_dev::VolumeManager;
[INFO] [stdout]    |
[INFO] [stdout] help: if you import `VolumeManager`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 85 -     let volume_mgr = embedded_sdmmc::VolumeManager::new(disk, time_source);
[INFO] [stdout] 85 +     let volume_mgr = VolumeManager::new(disk, time_source);
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `embedded_sdmmc`
[INFO] [stdout]   --> tests/volume.rs:95:13
[INFO] [stdout]    |
[INFO] [stdout] 95 |         Err(embedded_sdmmc::Error::VolumeStillInUse)
[INFO] [stdout]    |             ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `embedded_sdmmc`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 95 |         Err(embedded_sdmmc_dev::Error::VolumeStillInUse)
[INFO] [stdout]    |                           ++++
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]    |
[INFO] [stdout]  3 + use crate::utils::Error;
[INFO] [stdout]    |
[INFO] [stdout]  3 + use std::error::Error;
[INFO] [stdout]    |
[INFO] [stdout]  3 + use std::fmt::Error;
[INFO] [stdout]    |
[INFO] [stdout]  3 + use std::io::Error;
[INFO] [stdout]    |
[INFO] [stdout]    = and 9 other candidates
[INFO] [stdout] help: if you import `Error`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 95 -         Err(embedded_sdmmc::Error::VolumeStillInUse)
[INFO] [stdout] 95 +         Err(Error::VolumeStillInUse)
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `embedded_sdmmc`
[INFO] [stdout]   --> tests/volume.rs:99:49
[INFO] [stdout]    |
[INFO] [stdout] 99 |         .open_file_in_dir(root_dir, "64MB.DAT", embedded_sdmmc::Mode::ReadOnly)
[INFO] [stdout]    |                                                 ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `embedded_sdmmc`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 99 |         .open_file_in_dir(root_dir, "64MB.DAT", embedded_sdmmc_dev::Mode::ReadOnly)
[INFO] [stdout]    |                                                               ++++
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]    |
[INFO] [stdout]  3 + use embedded_hal::spi::Mode;
[INFO] [stdout]    |
[INFO] [stdout]  3 + use embedded_sdmmc_dev::Mode;
[INFO] [stdout]    |
[INFO] [stdout] help: if you import `Mode`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 99 -         .open_file_in_dir(root_dir, "64MB.DAT", embedded_sdmmc::Mode::ReadOnly)
[INFO] [stdout] 99 +         .open_file_in_dir(root_dir, "64MB.DAT", Mode::ReadOnly)
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `embedded_sdmmc`
[INFO] [stdout]    --> tests/volume.rs:107:13
[INFO] [stdout]     |
[INFO] [stdout] 107 |         Err(embedded_sdmmc::Error::VolumeStillInUse)
[INFO] [stdout]     |             ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `embedded_sdmmc`
[INFO] [stdout]     |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 107 |         Err(embedded_sdmmc_dev::Error::VolumeStillInUse)
[INFO] [stdout]     |                           ++++
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]     |
[INFO] [stdout]   3 + use crate::utils::Error;
[INFO] [stdout]     |
[INFO] [stdout]   3 + use std::error::Error;
[INFO] [stdout]     |
[INFO] [stdout]   3 + use std::fmt::Error;
[INFO] [stdout]     |
[INFO] [stdout]   3 + use std::io::Error;
[INFO] [stdout]     |
[INFO] [stdout]     = and 9 other candidates
[INFO] [stdout] help: if you import `Error`, refer to it directly
[INFO] [stdout]     |
[INFO] [stdout] 107 -         Err(embedded_sdmmc::Error::VolumeStillInUse)
[INFO] [stdout] 107 +         Err(Error::VolumeStillInUse)
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `embedded_sdmmc`
[INFO] [stdout]   --> tests/utils/mod.rs:93:55
[INFO] [stdout]    |
[INFO] [stdout] 93 |             let start_offset = block_idx.0 as usize * embedded_sdmmc::Block::LEN;
[INFO] [stdout]    |                                                       ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `embedded_sdmmc`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 93 |             let start_offset = block_idx.0 as usize * embedded_sdmmc_dev::Block::LEN;
[INFO] [stdout]    |                                                                     ++++
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout]  3 + use embedded_sdmmc_dev::Block;
[INFO] [stdout]    |
[INFO] [stdout] help: if you import `Block`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 93 -             let start_offset = block_idx.0 as usize * embedded_sdmmc::Block::LEN;
[INFO] [stdout] 93 +             let start_offset = block_idx.0 as usize * Block::LEN;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `embedded_sdmmc`
[INFO] [stdout]   --> tests/utils/mod.rs:94:45
[INFO] [stdout]    |
[INFO] [stdout] 94 |             let end_offset = start_offset + embedded_sdmmc::Block::LEN;
[INFO] [stdout]    |                                             ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `embedded_sdmmc`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 94 |             let end_offset = start_offset + embedded_sdmmc_dev::Block::LEN;
[INFO] [stdout]    |                                                           ++++
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout]  3 + use embedded_sdmmc_dev::Block;
[INFO] [stdout]    |
[INFO] [stdout] help: if you import `Block`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 94 -             let end_offset = start_offset + embedded_sdmmc::Block::LEN;
[INFO] [stdout] 94 +             let end_offset = start_offset + Block::LEN;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `embedded_sdmmc`
[INFO] [stdout]    --> tests/utils/mod.rs:111:55
[INFO] [stdout]     |
[INFO] [stdout] 111 |             let start_offset = block_idx.0 as usize * embedded_sdmmc::Block::LEN;
[INFO] [stdout]     |                                                       ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `embedded_sdmmc`
[INFO] [stdout]     |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 111 |             let start_offset = block_idx.0 as usize * embedded_sdmmc_dev::Block::LEN;
[INFO] [stdout]     |                                                                     ++++
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout]   3 + use embedded_sdmmc_dev::Block;
[INFO] [stdout]     |
[INFO] [stdout] help: if you import `Block`, refer to it directly
[INFO] [stdout]     |
[INFO] [stdout] 111 -             let start_offset = block_idx.0 as usize * embedded_sdmmc::Block::LEN;
[INFO] [stdout] 111 +             let start_offset = block_idx.0 as usize * Block::LEN;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `embedded_sdmmc`
[INFO] [stdout]    --> tests/utils/mod.rs:112:45
[INFO] [stdout]     |
[INFO] [stdout] 112 |             let end_offset = start_offset + embedded_sdmmc::Block::LEN;
[INFO] [stdout]     |                                             ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `embedded_sdmmc`
[INFO] [stdout]     |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 112 |             let end_offset = start_offset + embedded_sdmmc_dev::Block::LEN;
[INFO] [stdout]     |                                                           ++++
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout]   3 + use embedded_sdmmc_dev::Block;
[INFO] [stdout]     |
[INFO] [stdout] help: if you import `Block`, refer to it directly
[INFO] [stdout]     |
[INFO] [stdout] 112 -             let end_offset = start_offset + embedded_sdmmc::Block::LEN;
[INFO] [stdout] 112 +             let end_offset = start_offset + Block::LEN;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `embedded_sdmmc`
[INFO] [stdout]    --> tests/utils/mod.rs:125:43
[INFO] [stdout]     |
[INFO] [stdout] 125 |         let len_blocks = contents.len() / embedded_sdmmc::Block::LEN;
[INFO] [stdout]     |                                           ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `embedded_sdmmc`
[INFO] [stdout]     |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 125 |         let len_blocks = contents.len() / embedded_sdmmc_dev::Block::LEN;
[INFO] [stdout]     |                                                         ++++
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout]   3 + use embedded_sdmmc_dev::Block;
[INFO] [stdout]     |
[INFO] [stdout] help: if you import `Block`, refer to it directly
[INFO] [stdout]     |
[INFO] [stdout] 125 -         let len_blocks = contents.len() / embedded_sdmmc::Block::LEN;
[INFO] [stdout] 125 +         let len_blocks = contents.len() / Block::LEN;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `embedded_sdmmc`
[INFO] [stdout]   --> tests/read_file.rs:14:22
[INFO] [stdout]    |
[INFO] [stdout] 14 |     let volume_mgr = embedded_sdmmc::VolumeManager::new(disk, time_source);
[INFO] [stdout]    |                      ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `embedded_sdmmc`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 14 |     let volume_mgr = embedded_sdmmc_dev::VolumeManager::new(disk, time_source);
[INFO] [stdout]    |                                    ++++
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout]  3 + use embedded_sdmmc_dev::VolumeManager;
[INFO] [stdout]    |
[INFO] [stdout] help: if you import `VolumeManager`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 14 -     let volume_mgr = embedded_sdmmc::VolumeManager::new(disk, time_source);
[INFO] [stdout] 14 +     let volume_mgr = VolumeManager::new(disk, time_source);
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `embedded_sdmmc`
[INFO] [stdout]   --> tests/read_file.rs:27:49
[INFO] [stdout]    |
[INFO] [stdout] 27 |         .open_file_in_dir(test_dir, "TEST.DAT", embedded_sdmmc::Mode::ReadOnly)
[INFO] [stdout]    |                                                 ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `embedded_sdmmc`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 27 |         .open_file_in_dir(test_dir, "TEST.DAT", embedded_sdmmc_dev::Mode::ReadOnly)
[INFO] [stdout]    |                                                               ++++
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]    |
[INFO] [stdout]  3 + use embedded_hal::spi::Mode;
[INFO] [stdout]    |
[INFO] [stdout]  3 + use embedded_sdmmc_dev::Mode;
[INFO] [stdout]    |
[INFO] [stdout] help: if you import `Mode`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 27 -         .open_file_in_dir(test_dir, "TEST.DAT", embedded_sdmmc::Mode::ReadOnly)
[INFO] [stdout] 27 +         .open_file_in_dir(test_dir, "TEST.DAT", Mode::ReadOnly)
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `embedded_sdmmc`
[INFO] [stdout]   --> tests/read_file.rs:56:22
[INFO] [stdout]    |
[INFO] [stdout] 56 |     let volume_mgr = embedded_sdmmc::VolumeManager::new(disk, time_source);
[INFO] [stdout]    |                      ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `embedded_sdmmc`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 56 |     let volume_mgr = embedded_sdmmc_dev::VolumeManager::new(disk, time_source);
[INFO] [stdout]    |                                    ++++
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout]  3 + use embedded_sdmmc_dev::VolumeManager;
[INFO] [stdout]    |
[INFO] [stdout] help: if you import `VolumeManager`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 56 -     let volume_mgr = embedded_sdmmc::VolumeManager::new(disk, time_source);
[INFO] [stdout] 56 +     let volume_mgr = VolumeManager::new(disk, time_source);
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `embedded_sdmmc`
[INFO] [stdout]   --> tests/read_file.rs:69:49
[INFO] [stdout]    |
[INFO] [stdout] 69 |         .open_file_in_dir(test_dir, "TEST.DAT", embedded_sdmmc::Mode::ReadOnly)
[INFO] [stdout]    |                                                 ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `embedded_sdmmc`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 69 |         .open_file_in_dir(test_dir, "TEST.DAT", embedded_sdmmc_dev::Mode::ReadOnly)
[INFO] [stdout]    |                                                               ++++
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]    |
[INFO] [stdout]  3 + use embedded_hal::spi::Mode;
[INFO] [stdout]    |
[INFO] [stdout]  3 + use embedded_sdmmc_dev::Mode;
[INFO] [stdout]    |
[INFO] [stdout] help: if you import `Mode`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 69 -         .open_file_in_dir(test_dir, "TEST.DAT", embedded_sdmmc::Mode::ReadOnly)
[INFO] [stdout] 69 +         .open_file_in_dir(test_dir, "TEST.DAT", Mode::ReadOnly)
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `embedded_sdmmc`
[INFO] [stdout]   --> tests/read_file.rs:90:22
[INFO] [stdout]    |
[INFO] [stdout] 90 |     let volume_mgr = embedded_sdmmc::VolumeManager::new(disk, time_source);
[INFO] [stdout]    |                      ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `embedded_sdmmc`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 90 |     let volume_mgr = embedded_sdmmc_dev::VolumeManager::new(disk, time_source);
[INFO] [stdout]    |                                    ++++
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout]  3 + use embedded_sdmmc_dev::VolumeManager;
[INFO] [stdout]    |
[INFO] [stdout] help: if you import `VolumeManager`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 90 -     let volume_mgr = embedded_sdmmc::VolumeManager::new(disk, time_source);
[INFO] [stdout] 90 +     let volume_mgr = VolumeManager::new(disk, time_source);
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `embedded_sdmmc`
[INFO] [stdout]    --> tests/read_file.rs:103:49
[INFO] [stdout]     |
[INFO] [stdout] 103 |         .open_file_in_dir(test_dir, "TEST.DAT", embedded_sdmmc::Mode::ReadOnly)
[INFO] [stdout]     |                                                 ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `embedded_sdmmc`
[INFO] [stdout]     |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 103 |         .open_file_in_dir(test_dir, "TEST.DAT", embedded_sdmmc_dev::Mode::ReadOnly)
[INFO] [stdout]     |                                                               ++++
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]     |
[INFO] [stdout]   3 + use embedded_hal::spi::Mode;
[INFO] [stdout]     |
[INFO] [stdout]   3 + use embedded_sdmmc_dev::Mode;
[INFO] [stdout]     |
[INFO] [stdout] help: if you import `Mode`, refer to it directly
[INFO] [stdout]     |
[INFO] [stdout] 103 -         .open_file_in_dir(test_dir, "TEST.DAT", embedded_sdmmc::Mode::ReadOnly)
[INFO] [stdout] 103 +         .open_file_in_dir(test_dir, "TEST.DAT", Mode::ReadOnly)
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `embedded_sdmmc`
[INFO] [stdout]    --> tests/read_file.rs:133:22
[INFO] [stdout]     |
[INFO] [stdout] 133 |     let volume_mgr = embedded_sdmmc::VolumeManager::new(disk, time_source);
[INFO] [stdout]     |                      ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `embedded_sdmmc`
[INFO] [stdout]     |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 133 |     let volume_mgr = embedded_sdmmc_dev::VolumeManager::new(disk, time_source);
[INFO] [stdout]     |                                    ++++
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout]   3 + use embedded_sdmmc_dev::VolumeManager;
[INFO] [stdout]     |
[INFO] [stdout] help: if you import `VolumeManager`, refer to it directly
[INFO] [stdout]     |
[INFO] [stdout] 133 -     let volume_mgr = embedded_sdmmc::VolumeManager::new(disk, time_source);
[INFO] [stdout] 133 +     let volume_mgr = VolumeManager::new(disk, time_source);
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `embedded_sdmmc`
[INFO] [stdout]    --> tests/read_file.rs:146:49
[INFO] [stdout]     |
[INFO] [stdout] 146 |         .open_file_in_dir(test_dir, "TEST.DAT", embedded_sdmmc::Mode::ReadOnly)
[INFO] [stdout]     |                                                 ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `embedded_sdmmc`
[INFO] [stdout]     |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 146 |         .open_file_in_dir(test_dir, "TEST.DAT", embedded_sdmmc_dev::Mode::ReadOnly)
[INFO] [stdout]     |                                                               ++++
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]     |
[INFO] [stdout]   3 + use embedded_hal::spi::Mode;
[INFO] [stdout]     |
[INFO] [stdout]   3 + use embedded_sdmmc_dev::Mode;
[INFO] [stdout]     |
[INFO] [stdout] help: if you import `Mode`, refer to it directly
[INFO] [stdout]     |
[INFO] [stdout] 146 -         .open_file_in_dir(test_dir, "TEST.DAT", embedded_sdmmc::Mode::ReadOnly)
[INFO] [stdout] 146 +         .open_file_in_dir(test_dir, "TEST.DAT", Mode::ReadOnly)
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `embedded_sdmmc`
[INFO] [stdout]    --> tests/read_file.rs:191:22
[INFO] [stdout]     |
[INFO] [stdout] 191 |     let volume_mgr = embedded_sdmmc::VolumeManager::new(disk, time_source);
[INFO] [stdout]     |                      ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `embedded_sdmmc`
[INFO] [stdout]     |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 191 |     let volume_mgr = embedded_sdmmc_dev::VolumeManager::new(disk, time_source);
[INFO] [stdout]     |                                    ++++
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout]   3 + use embedded_sdmmc_dev::VolumeManager;
[INFO] [stdout]     |
[INFO] [stdout] help: if you import `VolumeManager`, refer to it directly
[INFO] [stdout]     |
[INFO] [stdout] 191 -     let volume_mgr = embedded_sdmmc::VolumeManager::new(disk, time_source);
[INFO] [stdout] 191 +     let volume_mgr = VolumeManager::new(disk, time_source);
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `embedded_sdmmc`
[INFO] [stdout]    --> tests/read_file.rs:198:39
[INFO] [stdout]     |
[INFO] [stdout] 198 |         .open_file_in_dir("64MB.DAT", embedded_sdmmc::Mode::ReadOnly)
[INFO] [stdout]     |                                       ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `embedded_sdmmc`
[INFO] [stdout]     |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 198 |         .open_file_in_dir("64MB.DAT", embedded_sdmmc_dev::Mode::ReadOnly)
[INFO] [stdout]     |                                                     ++++
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]     |
[INFO] [stdout]   3 + use embedded_hal::spi::Mode;
[INFO] [stdout]     |
[INFO] [stdout]   3 + use embedded_sdmmc_dev::Mode;
[INFO] [stdout]     |
[INFO] [stdout] help: if you import `Mode`, refer to it directly
[INFO] [stdout]     |
[INFO] [stdout] 198 -         .open_file_in_dir("64MB.DAT", embedded_sdmmc::Mode::ReadOnly)
[INFO] [stdout] 198 +         .open_file_in_dir("64MB.DAT", Mode::ReadOnly)
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0223]: ambiguous associated type
[INFO] [stdout]   --> tests/utils/mod.rs:88:83
[INFO] [stdout]    |
[INFO] [stdout] 88 |     fn read(&self, blocks: &mut [Block], start_block_idx: BlockIdx) -> Result<(), Self::Error> {
[INFO] [stdout]    |                                                                                   ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: use fully-qualified syntax
[INFO] [stdout]    |
[INFO] [stdout] 88 -     fn read(&self, blocks: &mut [Block], start_block_idx: BlockIdx) -> Result<(), Self::Error> {
[INFO] [stdout] 88 +     fn read(&self, blocks: &mut [Block], start_block_idx: BlockIdx) -> Result<(), <RamDisk<T> as TryFrom>::Error> {
[INFO] [stdout]    |
[INFO] [stdout] 88 -     fn read(&self, blocks: &mut [Block], start_block_idx: BlockIdx) -> Result<(), Self::Error> {
[INFO] [stdout] 88 +     fn read(&self, blocks: &mut [Block], start_block_idx: BlockIdx) -> Result<(), <RamDisk<T> as TryInto>::Error> {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0223]: ambiguous associated type
[INFO] [stdout]    --> tests/utils/mod.rs:106:80
[INFO] [stdout]     |
[INFO] [stdout] 106 |     fn write(&self, blocks: &[Block], start_block_idx: BlockIdx) -> Result<(), Self::Error> {
[INFO] [stdout]     |                                                                                ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: use fully-qualified syntax
[INFO] [stdout]     |
[INFO] [stdout] 106 -     fn write(&self, blocks: &[Block], start_block_idx: BlockIdx) -> Result<(), Self::Error> {
[INFO] [stdout] 106 +     fn write(&self, blocks: &[Block], start_block_idx: BlockIdx) -> Result<(), <RamDisk<T> as TryFrom>::Error> {
[INFO] [stdout]     |
[INFO] [stdout] 106 -     fn write(&self, blocks: &[Block], start_block_idx: BlockIdx) -> Result<(), Self::Error> {
[INFO] [stdout] 106 +     fn write(&self, blocks: &[Block], start_block_idx: BlockIdx) -> Result<(), <RamDisk<T> as TryInto>::Error> {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0223]: ambiguous associated type
[INFO] [stdout]   --> tests/utils/mod.rs:88:83
[INFO] [stdout]    |
[INFO] [stdout] 88 |     fn read(&self, blocks: &mut [Block], start_block_idx: BlockIdx) -> Result<(), Self::Error> {
[INFO] [stdout]    |                                                                                   ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: use fully-qualified syntax
[INFO] [stdout]    |
[INFO] [stdout] 88 -     fn read(&self, blocks: &mut [Block], start_block_idx: BlockIdx) -> Result<(), Self::Error> {
[INFO] [stdout] 88 +     fn read(&self, blocks: &mut [Block], start_block_idx: BlockIdx) -> Result<(), <RamDisk<T> as TryFrom>::Error> {
[INFO] [stdout]    |
[INFO] [stdout] 88 -     fn read(&self, blocks: &mut [Block], start_block_idx: BlockIdx) -> Result<(), Self::Error> {
[INFO] [stdout] 88 +     fn read(&self, blocks: &mut [Block], start_block_idx: BlockIdx) -> Result<(), <RamDisk<T> as TryInto>::Error> {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0223]: ambiguous associated type
[INFO] [stdout]    --> tests/utils/mod.rs:122:48
[INFO] [stdout]     |
[INFO] [stdout] 122 |     fn num_blocks(&self) -> Result<BlockCount, Self::Error> {
[INFO] [stdout]     |                                                ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: use fully-qualified syntax
[INFO] [stdout]     |
[INFO] [stdout] 122 -     fn num_blocks(&self) -> Result<BlockCount, Self::Error> {
[INFO] [stdout] 122 +     fn num_blocks(&self) -> Result<BlockCount, <RamDisk<T> as TryFrom>::Error> {
[INFO] [stdout]     |
[INFO] [stdout] 122 -     fn num_blocks(&self) -> Result<BlockCount, Self::Error> {
[INFO] [stdout] 122 +     fn num_blocks(&self) -> Result<BlockCount, <RamDisk<T> as TryInto>::Error> {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0223]: ambiguous associated type
[INFO] [stdout]    --> tests/utils/mod.rs:106:80
[INFO] [stdout]     |
[INFO] [stdout] 106 |     fn write(&self, blocks: &[Block], start_block_idx: BlockIdx) -> Result<(), Self::Error> {
[INFO] [stdout]     |                                                                                ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: use fully-qualified syntax
[INFO] [stdout]     |
[INFO] [stdout] 106 -     fn write(&self, blocks: &[Block], start_block_idx: BlockIdx) -> Result<(), Self::Error> {
[INFO] [stdout] 106 +     fn write(&self, blocks: &[Block], start_block_idx: BlockIdx) -> Result<(), <RamDisk<T> as TryFrom>::Error> {
[INFO] [stdout]     |
[INFO] [stdout] 106 -     fn write(&self, blocks: &[Block], start_block_idx: BlockIdx) -> Result<(), Self::Error> {
[INFO] [stdout] 106 +     fn write(&self, blocks: &[Block], start_block_idx: BlockIdx) -> Result<(), <RamDisk<T> as TryInto>::Error> {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0223]: ambiguous associated type
[INFO] [stdout]    --> tests/utils/mod.rs:122:48
[INFO] [stdout]     |
[INFO] [stdout] 122 |     fn num_blocks(&self) -> Result<BlockCount, Self::Error> {
[INFO] [stdout]     |                                                ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: use fully-qualified syntax
[INFO] [stdout]     |
[INFO] [stdout] 122 -     fn num_blocks(&self) -> Result<BlockCount, Self::Error> {
[INFO] [stdout] 122 +     fn num_blocks(&self) -> Result<BlockCount, <RamDisk<T> as TryFrom>::Error> {
[INFO] [stdout]     |
[INFO] [stdout] 122 -     fn num_blocks(&self) -> Result<BlockCount, Self::Error> {
[INFO] [stdout] 122 +     fn num_blocks(&self) -> Result<BlockCount, <RamDisk<T> as TryInto>::Error> {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `embedded_sdmmc`
[INFO] [stdout]    --> tests/utils/mod.rs:149:12
[INFO] [stdout]     |
[INFO] [stdout] 149 |     fixed: embedded_sdmmc::Timestamp,
[INFO] [stdout]     |            ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `embedded_sdmmc`
[INFO] [stdout]     |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 149 |     fixed: embedded_sdmmc_dev::Timestamp,
[INFO] [stdout]     |                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `embedded_sdmmc`
[INFO] [stdout]    --> tests/utils/mod.rs:152:6
[INFO] [stdout]     |
[INFO] [stdout] 152 | impl embedded_sdmmc::TimeSource for TestTimeSource {
[INFO] [stdout]     |      ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `embedded_sdmmc`
[INFO] [stdout]     |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 152 | impl embedded_sdmmc_dev::TimeSource for TestTimeSource {
[INFO] [stdout]     |                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `embedded_sdmmc`
[INFO] [stdout]    --> tests/utils/mod.rs:153:32
[INFO] [stdout]     |
[INFO] [stdout] 153 |     fn get_timestamp(&self) -> embedded_sdmmc::Timestamp {
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `embedded_sdmmc`
[INFO] [stdout]     |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 153 |     fn get_timestamp(&self) -> embedded_sdmmc_dev::Timestamp {
[INFO] [stdout]     |                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `embedded_sdmmc`
[INFO] [stdout]    --> tests/utils/mod.rs:167:16
[INFO] [stdout]     |
[INFO] [stdout] 167 |         fixed: embedded_sdmmc::Timestamp {
[INFO] [stdout]     |                ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `embedded_sdmmc`
[INFO] [stdout]     |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 167 |         fixed: embedded_sdmmc_dev::Timestamp {
[INFO] [stdout]     |                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `embedded_sdmmc`
[INFO] [stdout]  --> tests/volume.rs:9:21
[INFO] [stdout]   |
[INFO] [stdout] 9 |     let volume_mgr: embedded_sdmmc::VolumeManager<
[INFO] [stdout]   |                     ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `embedded_sdmmc`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 9 |     let volume_mgr: embedded_sdmmc_dev::VolumeManager<
[INFO] [stdout]   |                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `embedded_sdmmc`
[INFO] [stdout]    --> tests/utils/mod.rs:149:12
[INFO] [stdout]     |
[INFO] [stdout] 149 |     fixed: embedded_sdmmc::Timestamp,
[INFO] [stdout]     |            ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `embedded_sdmmc`
[INFO] [stdout]     |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 149 |     fixed: embedded_sdmmc_dev::Timestamp,
[INFO] [stdout]     |                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `embedded_sdmmc`
[INFO] [stdout]    --> tests/utils/mod.rs:152:6
[INFO] [stdout]     |
[INFO] [stdout] 152 | impl embedded_sdmmc::TimeSource for TestTimeSource {
[INFO] [stdout]     |      ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `embedded_sdmmc`
[INFO] [stdout]     |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 152 | impl embedded_sdmmc_dev::TimeSource for TestTimeSource {
[INFO] [stdout]     |                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `embedded_sdmmc`
[INFO] [stdout]    --> tests/utils/mod.rs:153:32
[INFO] [stdout]     |
[INFO] [stdout] 153 |     fn get_timestamp(&self) -> embedded_sdmmc::Timestamp {
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `embedded_sdmmc`
[INFO] [stdout]     |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 153 |     fn get_timestamp(&self) -> embedded_sdmmc_dev::Timestamp {
[INFO] [stdout]     |                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `embedded_sdmmc`
[INFO] [stdout]    --> tests/utils/mod.rs:167:16
[INFO] [stdout]     |
[INFO] [stdout] 167 |         fixed: embedded_sdmmc::Timestamp {
[INFO] [stdout]     |                ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `embedded_sdmmc`
[INFO] [stdout]     |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 167 |         fixed: embedded_sdmmc_dev::Timestamp {
[INFO] [stdout]     |                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0223, E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0223`.
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `embedded_sdmmc`
[INFO] [stdout]   --> tests/volume.rs:19:26
[INFO] [stdout]    |
[INFO] [stdout] 19 |         .open_raw_volume(embedded_sdmmc::VolumeIdx(0))
[INFO] [stdout]    |                          ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `embedded_sdmmc`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 19 |         .open_raw_volume(embedded_sdmmc_dev::VolumeIdx(0))
[INFO] [stdout]    |                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `embedded_sdmmc`
[INFO] [stdout]   --> tests/volume.rs:24:36
[INFO] [stdout]    |
[INFO] [stdout] 24 |         volume_mgr.open_raw_volume(embedded_sdmmc::VolumeIdx(0)),
[INFO] [stdout]    |                                    ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `embedded_sdmmc`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 24 |         volume_mgr.open_raw_volume(embedded_sdmmc_dev::VolumeIdx(0)),
[INFO] [stdout]    |                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `embedded_sdmmc`
[INFO] [stdout]   --> tests/volume.rs:32:26
[INFO] [stdout]    |
[INFO] [stdout] 32 |         .open_raw_volume(embedded_sdmmc::VolumeIdx(1))
[INFO] [stdout]    |                          ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `embedded_sdmmc`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 32 |         .open_raw_volume(embedded_sdmmc_dev::VolumeIdx(1))
[INFO] [stdout]    |                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `embedded_sdmmc`
[INFO] [stdout]   --> tests/volume.rs:37:36
[INFO] [stdout]    |
[INFO] [stdout] 37 |         volume_mgr.open_raw_volume(embedded_sdmmc::VolumeIdx(1)),
[INFO] [stdout]    |                                    ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `embedded_sdmmc`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 37 |         volume_mgr.open_raw_volume(embedded_sdmmc_dev::VolumeIdx(1)),
[INFO] [stdout]    |                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `embedded_sdmmc`
[INFO] [stdout]   --> tests/volume.rs:43:26
[INFO] [stdout]    |
[INFO] [stdout] 43 |         .open_raw_volume(embedded_sdmmc::VolumeIdx(0))
[INFO] [stdout]    |                          ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `embedded_sdmmc`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 43 |         .open_raw_volume(embedded_sdmmc_dev::VolumeIdx(0))
[INFO] [stdout]    |                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `embedded_sdmmc`
[INFO] [stdout]   --> tests/volume.rs:48:36
[INFO] [stdout]    |
[INFO] [stdout] 48 |         volume_mgr.open_raw_volume(embedded_sdmmc::VolumeIdx(0)),
[INFO] [stdout]    |                                    ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `embedded_sdmmc`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 48 |         volume_mgr.open_raw_volume(embedded_sdmmc_dev::VolumeIdx(0)),
[INFO] [stdout]    |                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `embedded_sdmmc`
[INFO] [stdout]   --> tests/volume.rs:57:36
[INFO] [stdout]    |
[INFO] [stdout] 57 |         volume_mgr.open_raw_volume(embedded_sdmmc::VolumeIdx(2)),
[INFO] [stdout]    |                                    ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `embedded_sdmmc`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 57 |         volume_mgr.open_raw_volume(embedded_sdmmc_dev::VolumeIdx(2)),
[INFO] [stdout]    |                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `embedded_sdmmc`
[INFO] [stdout]   --> tests/volume.rs:63:36
[INFO] [stdout]    |
[INFO] [stdout] 63 |         volume_mgr.open_raw_volume(embedded_sdmmc::VolumeIdx(3)),
[INFO] [stdout]    |                                    ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `embedded_sdmmc`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 63 |         volume_mgr.open_raw_volume(embedded_sdmmc_dev::VolumeIdx(3)),
[INFO] [stdout]    |                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `embedded_sdmmc`
[INFO] [stdout]   --> tests/volume.rs:69:36
[INFO] [stdout]    |
[INFO] [stdout] 69 |         volume_mgr.open_raw_volume(embedded_sdmmc::VolumeIdx(9)),
[INFO] [stdout]    |                                    ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `embedded_sdmmc`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 69 |         volume_mgr.open_raw_volume(embedded_sdmmc_dev::VolumeIdx(9)),
[INFO] [stdout]    |                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `embedded_sdmmc`
[INFO] [stdout]   --> tests/volume.rs:88:26
[INFO] [stdout]    |
[INFO] [stdout] 88 |         .open_raw_volume(embedded_sdmmc::VolumeIdx(0))
[INFO] [stdout]    |                          ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `embedded_sdmmc`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 88 |         .open_raw_volume(embedded_sdmmc_dev::VolumeIdx(0))
[INFO] [stdout]    |                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0223, E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0223`.
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0463`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `embedded-sdmmc-dev` (test "write_file") due to 14 previous errors
[INFO] [stderr] error: could not compile `embedded-sdmmc-dev` (test "volume") due to 36 previous errors
[INFO] [stderr] error: could not compile `embedded-sdmmc-dev` (example "delete_file") due to 1 previous error
[INFO] [stdout] For more information about this error, try `rustc --explain E0463`.
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `embedded_sdmmc`
[INFO] [stdout]    --> examples/shell.rs:327:48
[INFO] [stdout]     |
[INFO] [stdout] 327 |         let f = dir.open_file_in_dir(filename, embedded_sdmmc::Mode::ReadOnly)?;
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `embedded_sdmmc`
[INFO] [stdout]     |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 327 |         let f = dir.open_file_in_dir(filename, embedded_sdmmc_dev::Mode::ReadOnly)?;
[INFO] [stdout]     |                                                              ++++
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]     |
[INFO] [stdout]  72 + use embedded_hal::spi::Mode;
[INFO] [stdout]     |
[INFO] [stdout]  72 + use embedded_sdmmc_dev::Mode;
[INFO] [stdout]     |
[INFO] [stdout] help: if you import `Mode`, refer to it directly
[INFO] [stdout]     |
[INFO] [stdout] 327 -         let f = dir.open_file_in_dir(filename, embedded_sdmmc::Mode::ReadOnly)?;
[INFO] [stdout] 327 +         let f = dir.open_file_in_dir(filename, Mode::ReadOnly)?;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `embedded_sdmmc`
[INFO] [stdout]    --> examples/shell.rs:347:48
[INFO] [stdout]     |
[INFO] [stdout] 347 |         let f = dir.open_file_in_dir(filename, embedded_sdmmc::Mode::ReadOnly)?;
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `embedded_sdmmc`
[INFO] [stdout]     |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 347 |         let f = dir.open_file_in_dir(filename, embedded_sdmmc_dev::Mode::ReadOnly)?;
[INFO] [stdout]     |                                                              ++++
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]     |
[INFO] [stdout]  72 + use embedded_hal::spi::Mode;
[INFO] [stdout]     |
[INFO] [stdout]  72 + use embedded_sdmmc_dev::Mode;
[INFO] [stdout]     |
[INFO] [stdout] help: if you import `Mode`, refer to it directly
[INFO] [stdout]     |
[INFO] [stdout] 347 -         let f = dir.open_file_in_dir(filename, embedded_sdmmc::Mode::ReadOnly)?;
[INFO] [stdout] 347 +         let f = dir.open_file_in_dir(filename, Mode::ReadOnly)?;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0223]: ambiguous associated type
[INFO] [stdout]   --> tests/utils/mod.rs:88:83
[INFO] [stdout]    |
[INFO] [stdout] 88 |     fn read(&self, blocks: &mut [Block], start_block_idx: BlockIdx) -> Result<(), Self::Error> {
[INFO] [stdout]    |                                                                                   ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: use fully-qualified syntax
[INFO] [stdout]    |
[INFO] [stdout] 88 -     fn read(&self, blocks: &mut [Block], start_block_idx: BlockIdx) -> Result<(), Self::Error> {
[INFO] [stdout] 88 +     fn read(&self, blocks: &mut [Block], start_block_idx: BlockIdx) -> Result<(), <RamDisk<T> as TryFrom>::Error> {
[INFO] [stdout]    |
[INFO] [stdout] 88 -     fn read(&self, blocks: &mut [Block], start_block_idx: BlockIdx) -> Result<(), Self::Error> {
[INFO] [stdout] 88 +     fn read(&self, blocks: &mut [Block], start_block_idx: BlockIdx) -> Result<(), <RamDisk<T> as TryInto>::Error> {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0223]: ambiguous associated type
[INFO] [stdout]    --> tests/utils/mod.rs:106:80
[INFO] [stdout]     |
[INFO] [stdout] 106 |     fn write(&self, blocks: &[Block], start_block_idx: BlockIdx) -> Result<(), Self::Error> {
[INFO] [stdout]     |                                                                                ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: use fully-qualified syntax
[INFO] [stdout]     |
[INFO] [stdout] 106 -     fn write(&self, blocks: &[Block], start_block_idx: BlockIdx) -> Result<(), Self::Error> {
[INFO] [stdout] 106 +     fn write(&self, blocks: &[Block], start_block_idx: BlockIdx) -> Result<(), <RamDisk<T> as TryFrom>::Error> {
[INFO] [stdout]     |
[INFO] [stdout] 106 -     fn write(&self, blocks: &[Block], start_block_idx: BlockIdx) -> Result<(), Self::Error> {
[INFO] [stdout] 106 +     fn write(&self, blocks: &[Block], start_block_idx: BlockIdx) -> Result<(), <RamDisk<T> as TryInto>::Error> {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0223]: ambiguous associated type
[INFO] [stdout]    --> tests/utils/mod.rs:122:48
[INFO] [stdout]     |
[INFO] [stdout] 122 |     fn num_blocks(&self) -> Result<BlockCount, Self::Error> {
[INFO] [stdout]     |                                                ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: use fully-qualified syntax
[INFO] [stdout]     |
[INFO] [stdout] 122 -     fn num_blocks(&self) -> Result<BlockCount, Self::Error> {
[INFO] [stdout] 122 +     fn num_blocks(&self) -> Result<BlockCount, <RamDisk<T> as TryFrom>::Error> {
[INFO] [stdout]     |
[INFO] [stdout] 122 -     fn num_blocks(&self) -> Result<BlockCount, Self::Error> {
[INFO] [stdout] 122 +     fn num_blocks(&self) -> Result<BlockCount, <RamDisk<T> as TryInto>::Error> {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `embedded_sdmmc`
[INFO] [stdout]    --> examples/readme_test.rs:123:18
[INFO] [stdout]     |
[INFO] [stdout] 123 |     let sdcard = embedded_sdmmc::SdCard::new(sdmmc_spi, delay);
[INFO] [stdout]     |                  ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `embedded_sdmmc`
[INFO] [stdout]     |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 123 |     let sdcard = embedded_sdmmc_dev::SdCard::new(sdmmc_spi, delay);
[INFO] [stdout]     |                                ++++
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout]   8 + use embedded_sdmmc_dev::SdCard;
[INFO] [stdout]     |
[INFO] [stdout] help: if you import `SdCard`, refer to it directly
[INFO] [stdout]     |
[INFO] [stdout] 123 -     let sdcard = embedded_sdmmc::SdCard::new(sdmmc_spi, delay);
[INFO] [stdout] 123 +     let sdcard = SdCard::new(sdmmc_spi, delay);
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `embedded_sdmmc`
[INFO] [stdout]    --> examples/readme_test.rs:128:22
[INFO] [stdout]     |
[INFO] [stdout] 128 |     let volume_mgr = embedded_sdmmc::VolumeManager::new(sdcard, time_source);
[INFO] [stdout]     |                      ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `embedded_sdmmc`
[INFO] [stdout]     |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 128 |     let volume_mgr = embedded_sdmmc_dev::VolumeManager::new(sdcard, time_source);
[INFO] [stdout]     |                                    ++++
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout]   8 + use embedded_sdmmc_dev::VolumeManager;
[INFO] [stdout]     |
[INFO] [stdout] help: if you import `VolumeManager`, refer to it directly
[INFO] [stdout]     |
[INFO] [stdout] 128 -     let volume_mgr = embedded_sdmmc::VolumeManager::new(sdcard, time_source);
[INFO] [stdout] 128 +     let volume_mgr = VolumeManager::new(sdcard, time_source);
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `embedded_sdmmc`
[INFO] [stdout]    --> examples/readme_test.rs:137:60
[INFO] [stdout]     |
[INFO] [stdout] 137 |     let my_file = root_dir.open_file_in_dir("MY_FILE.TXT", embedded_sdmmc::Mode::ReadOnly)?;
[INFO] [stdout]     |                                                            ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `embedded_sdmmc`
[INFO] [stdout]     |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 137 |     let my_file = root_dir.open_file_in_dir("MY_FILE.TXT", embedded_sdmmc_dev::Mode::ReadOnly)?;
[INFO] [stdout]     |                                                                          ++++
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]     |
[INFO] [stdout]   8 + use embedded_hal::spi::Mode;
[INFO] [stdout]     |
[INFO] [stdout]   8 + use embedded_sdmmc_dev::Mode;
[INFO] [stdout]     |
[INFO] [stdout] help: if you import `Mode`, refer to it directly
[INFO] [stdout]     |
[INFO] [stdout] 137 -     let my_file = root_dir.open_file_in_dir("MY_FILE.TXT", embedded_sdmmc::Mode::ReadOnly)?;
[INFO] [stdout] 137 +     let my_file = root_dir.open_file_in_dir("MY_FILE.TXT", Mode::ReadOnly)?;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `embedded-sdmmc-dev` (example "append_file") due to 1 previous error
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `embedded_sdmmc`
[INFO] [stdout]    --> tests/utils/mod.rs:149:12
[INFO] [stdout]     |
[INFO] [stdout] 149 |     fixed: embedded_sdmmc::Timestamp,
[INFO] [stdout]     |            ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `embedded_sdmmc`
[INFO] [stdout]     |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 149 |     fixed: embedded_sdmmc_dev::Timestamp,
[INFO] [stdout]     |                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `embedded_sdmmc`
[INFO] [stdout]    --> tests/utils/mod.rs:152:6
[INFO] [stdout]     |
[INFO] [stdout] 152 | impl embedded_sdmmc::TimeSource for TestTimeSource {
[INFO] [stdout]     |      ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `embedded_sdmmc`
[INFO] [stdout]     |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 152 | impl embedded_sdmmc_dev::TimeSource for TestTimeSource {
[INFO] [stdout]     |                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `embedded_sdmmc`
[INFO] [stdout]    --> tests/utils/mod.rs:153:32
[INFO] [stdout]     |
[INFO] [stdout] 153 |     fn get_timestamp(&self) -> embedded_sdmmc::Timestamp {
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `embedded_sdmmc`
[INFO] [stdout]     |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 153 |     fn get_timestamp(&self) -> embedded_sdmmc_dev::Timestamp {
[INFO] [stdout]     |                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `embedded_sdmmc`
[INFO] [stdout]    --> tests/utils/mod.rs:167:16
[INFO] [stdout]     |
[INFO] [stdout] 167 |         fixed: embedded_sdmmc::Timestamp {
[INFO] [stdout]     |                ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `embedded_sdmmc`
[INFO] [stdout]     |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 167 |         fixed: embedded_sdmmc_dev::Timestamp {
[INFO] [stdout]     |                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `embedded_sdmmc`
[INFO] [stdout]   --> tests/read_file.rs:17:26
[INFO] [stdout]    |
[INFO] [stdout] 17 |         .open_raw_volume(embedded_sdmmc::VolumeIdx(0))
[INFO] [stdout]    |                          ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `embedded_sdmmc`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 17 |         .open_raw_volume(embedded_sdmmc_dev::VolumeIdx(0))
[INFO] [stdout]    |                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `embedded_sdmmc`
[INFO] [stdout]   --> tests/read_file.rs:59:26
[INFO] [stdout]    |
[INFO] [stdout] 59 |         .open_raw_volume(embedded_sdmmc::VolumeIdx(0))
[INFO] [stdout]    |                          ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `embedded_sdmmc`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 59 |         .open_raw_volume(embedded_sdmmc_dev::VolumeIdx(0))
[INFO] [stdout]    |                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `embedded_sdmmc`
[INFO] [stdout]   --> tests/read_file.rs:93:26
[INFO] [stdout]    |
[INFO] [stdout] 93 |         .open_raw_volume(embedded_sdmmc::VolumeIdx(0))
[INFO] [stdout]    |                          ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `embedded_sdmmc`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 93 |         .open_raw_volume(embedded_sdmmc_dev::VolumeIdx(0))
[INFO] [stdout]    |                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `embedded_sdmmc`
[INFO] [stdout]    --> tests/read_file.rs:136:26
[INFO] [stdout]     |
[INFO] [stdout] 136 |         .open_raw_volume(embedded_sdmmc::VolumeIdx(0))
[INFO] [stdout]     |                          ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `embedded_sdmmc`
[INFO] [stdout]     |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 136 |         .open_raw_volume(embedded_sdmmc_dev::VolumeIdx(0))
[INFO] [stdout]     |                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `embedded_sdmmc`
[INFO] [stdout]    --> tests/read_file.rs:194:22
[INFO] [stdout]     |
[INFO] [stdout] 194 |         .open_volume(embedded_sdmmc::VolumeIdx(0))
[INFO] [stdout]     |                      ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `embedded_sdmmc`
[INFO] [stdout]     |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 194 |         .open_volume(embedded_sdmmc_dev::VolumeIdx(0))
[INFO] [stdout]     |                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0223, E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0223`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `embedded-sdmmc-dev` (test "read_file") due to 28 previous errors
[INFO] [stderr] error: could not compile `embedded-sdmmc-dev` (example "shell") due to 6 previous errors
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `embedded_sdmmc`
[INFO] [stdout]   --> examples/shell.rs:78:22
[INFO] [stdout]    |
[INFO] [stdout] 78 | type VolumeManager = embedded_sdmmc::VolumeManager<LinuxBlockDevice, Clock, 8, 8, 4>;
[INFO] [stdout]    |                      ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `embedded_sdmmc`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 78 | type VolumeManager = embedded_sdmmc_dev::VolumeManager<LinuxBlockDevice, Clock, 8, 8, 4>;
[INFO] [stdout]    |                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `embedded_sdmmc`
[INFO] [stdout]   --> examples/shell.rs:79:22
[INFO] [stdout]    |
[INFO] [stdout] 79 | type Directory<'a> = embedded_sdmmc::Directory<'a, LinuxBlockDevice, Clock, 8, 8, 4>;
[INFO] [stdout]    |                      ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `embedded_sdmmc`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 79 | type Directory<'a> = embedded_sdmmc_dev::Directory<'a, LinuxBlockDevice, Clock, 8, 8, 4>;
[INFO] [stdout]    |                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `embedded_sdmmc`
[INFO] [stdout]   --> tests/utils/mod.rs:93:55
[INFO] [stdout]    |
[INFO] [stdout] 93 |             let start_offset = block_idx.0 as usize * embedded_sdmmc::Block::LEN;
[INFO] [stdout]    |                                                       ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `embedded_sdmmc`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 93 |             let start_offset = block_idx.0 as usize * embedded_sdmmc_dev::Block::LEN;
[INFO] [stdout]    |                                                                     ++++
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout]  3 + use embedded_sdmmc_dev::Block;
[INFO] [stdout]    |
[INFO] [stdout] help: if you import `Block`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 93 -             let start_offset = block_idx.0 as usize * embedded_sdmmc::Block::LEN;
[INFO] [stdout] 93 +             let start_offset = block_idx.0 as usize * Block::LEN;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `embedded_sdmmc`
[INFO] [stdout]   --> tests/utils/mod.rs:94:45
[INFO] [stdout]    |
[INFO] [stdout] 94 |             let end_offset = start_offset + embedded_sdmmc::Block::LEN;
[INFO] [stdout]    |                                             ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `embedded_sdmmc`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 94 |             let end_offset = start_offset + embedded_sdmmc_dev::Block::LEN;
[INFO] [stdout]    |                                                           ++++
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout]  3 + use embedded_sdmmc_dev::Block;
[INFO] [stdout]    |
[INFO] [stdout] help: if you import `Block`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 94 -             let end_offset = start_offset + embedded_sdmmc::Block::LEN;
[INFO] [stdout] 94 +             let end_offset = start_offset + Block::LEN;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `embedded_sdmmc`
[INFO] [stdout]    --> tests/utils/mod.rs:111:55
[INFO] [stdout]     |
[INFO] [stdout] 111 |             let start_offset = block_idx.0 as usize * embedded_sdmmc::Block::LEN;
[INFO] [stdout]     |                                                       ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `embedded_sdmmc`
[INFO] [stdout]     |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 111 |             let start_offset = block_idx.0 as usize * embedded_sdmmc_dev::Block::LEN;
[INFO] [stdout]     |                                                                     ++++
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout]   3 + use embedded_sdmmc_dev::Block;
[INFO] [stdout]     |
[INFO] [stdout] help: if you import `Block`, refer to it directly
[INFO] [stdout]     |
[INFO] [stdout] 111 -             let start_offset = block_idx.0 as usize * embedded_sdmmc::Block::LEN;
[INFO] [stdout] 111 +             let start_offset = block_idx.0 as usize * Block::LEN;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `embedded_sdmmc`
[INFO] [stdout]    --> tests/utils/mod.rs:112:45
[INFO] [stdout]     |
[INFO] [stdout] 112 |             let end_offset = start_offset + embedded_sdmmc::Block::LEN;
[INFO] [stdout]     |                                             ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `embedded_sdmmc`
[INFO] [stdout]     |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 112 |             let end_offset = start_offset + embedded_sdmmc_dev::Block::LEN;
[INFO] [stdout]     |                                                           ++++
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout]   3 + use embedded_sdmmc_dev::Block;
[INFO] [stdout]     |
[INFO] [stdout] help: if you import `Block`, refer to it directly
[INFO] [stdout]     |
[INFO] [stdout] 112 -             let end_offset = start_offset + embedded_sdmmc::Block::LEN;
[INFO] [stdout] 112 +             let end_offset = start_offset + Block::LEN;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `embedded_sdmmc`
[INFO] [stdout]    --> tests/utils/mod.rs:125:43
[INFO] [stdout]     |
[INFO] [stdout] 125 |         let len_blocks = contents.len() / embedded_sdmmc::Block::LEN;
[INFO] [stdout]     |                                           ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `embedded_sdmmc`
[INFO] [stdout]     |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 125 |         let len_blocks = contents.len() / embedded_sdmmc_dev::Block::LEN;
[INFO] [stdout]     |                                                         ++++
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout]   3 + use embedded_sdmmc_dev::Block;
[INFO] [stdout]     |
[INFO] [stdout] help: if you import `Block`, refer to it directly
[INFO] [stdout]     |
[INFO] [stdout] 125 -         let len_blocks = contents.len() / embedded_sdmmc::Block::LEN;
[INFO] [stdout] 125 +         let len_blocks = contents.len() / Block::LEN;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `embedded_sdmmc`
[INFO] [stdout]   --> tests/directories.rs:41:22
[INFO] [stdout]    |
[INFO] [stdout] 41 |     let volume_mgr = embedded_sdmmc::VolumeManager::new(disk, time_source);
[INFO] [stdout]    |                      ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `embedded_sdmmc`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 41 |     let volume_mgr = embedded_sdmmc_dev::VolumeManager::new(disk, time_source);
[INFO] [stdout]    |                                    ++++
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout]  3 + use embedded_sdmmc_dev::VolumeManager;
[INFO] [stdout]    |
[INFO] [stdout] help: if you import `VolumeManager`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 41 -     let volume_mgr = embedded_sdmmc::VolumeManager::new(disk, time_source);
[INFO] [stdout] 41 +     let volume_mgr = VolumeManager::new(disk, time_source);
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `embedded_sdmmc`
[INFO] [stdout]    --> tests/directories.rs:148:22
[INFO] [stdout]     |
[INFO] [stdout] 148 |     let volume_mgr = embedded_sdmmc::VolumeManager::new(disk, time_source);
[INFO] [stdout]     |                      ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `embedded_sdmmc`
[INFO] [stdout]     |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 148 |     let volume_mgr = embedded_sdmmc_dev::VolumeManager::new(disk, time_source);
[INFO] [stdout]     |                                    ++++
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout]   3 + use embedded_sdmmc_dev::VolumeManager;
[INFO] [stdout]     |
[INFO] [stdout] help: if you import `VolumeManager`, refer to it directly
[INFO] [stdout]     |
[INFO] [stdout] 148 -     let volume_mgr = embedded_sdmmc::VolumeManager::new(disk, time_source);
[INFO] [stdout] 148 +     let volume_mgr = VolumeManager::new(disk, time_source);
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `embedded_sdmmc`
[INFO] [stdout]    --> tests/directories.rs:219:22
[INFO] [stdout]     |
[INFO] [stdout] 219 |     let volume_mgr = embedded_sdmmc::VolumeManager::new(disk, time_source);
[INFO] [stdout]     |                      ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `embedded_sdmmc`
[INFO] [stdout]     |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 219 |     let volume_mgr = embedded_sdmmc_dev::VolumeManager::new(disk, time_source);
[INFO] [stdout]     |                                    ++++
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout]   3 + use embedded_sdmmc_dev::VolumeManager;
[INFO] [stdout]     |
[INFO] [stdout] help: if you import `VolumeManager`, refer to it directly
[INFO] [stdout]     |
[INFO] [stdout] 219 -     let volume_mgr = embedded_sdmmc::VolumeManager::new(disk, time_source);
[INFO] [stdout] 219 +     let volume_mgr = VolumeManager::new(disk, time_source);
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `embedded_sdmmc`
[INFO] [stdout]    --> tests/directories.rs:346:22
[INFO] [stdout]     |
[INFO] [stdout] 346 |     let volume_mgr = embedded_sdmmc::VolumeManager::new(disk, time_source);
[INFO] [stdout]     |                      ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `embedded_sdmmc`
[INFO] [stdout]     |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 346 |     let volume_mgr = embedded_sdmmc_dev::VolumeManager::new(disk, time_source);
[INFO] [stdout]     |                                    ++++
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout]   3 + use embedded_sdmmc_dev::VolumeManager;
[INFO] [stdout]     |
[INFO] [stdout] help: if you import `VolumeManager`, refer to it directly
[INFO] [stdout]     |
[INFO] [stdout] 346 -     let volume_mgr = embedded_sdmmc::VolumeManager::new(disk, time_source);
[INFO] [stdout] 346 +     let volume_mgr = VolumeManager::new(disk, time_source);
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `embedded_sdmmc`
[INFO] [stdout]    --> tests/directories.rs:362:13
[INFO] [stdout]     |
[INFO] [stdout] 362 |         Err(embedded_sdmmc::Error::OpenedFileAsDir)
[INFO] [stdout]     |             ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `embedded_sdmmc`
[INFO] [stdout]     |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 362 |         Err(embedded_sdmmc_dev::Error::OpenedFileAsDir)
[INFO] [stdout]     |                           ++++
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]     |
[INFO] [stdout]   3 + use crate::utils::Error;
[INFO] [stdout]     |
[INFO] [stdout]   3 + use std::error::Error;
[INFO] [stdout]     |
[INFO] [stdout]   3 + use std::fmt::Error;
[INFO] [stdout]     |
[INFO] [stdout]   3 + use std::io::Error;
[INFO] [stdout]     |
[INFO] [stdout]     = and 9 other candidates
[INFO] [stdout] help: if you import `Error`, refer to it directly
[INFO] [stdout]     |
[INFO] [stdout] 362 -         Err(embedded_sdmmc::Error::OpenedFileAsDir)
[INFO] [stdout] 362 +         Err(Error::OpenedFileAsDir)
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `embedded_sdmmc`
[INFO] [stdout]    --> tests/directories.rs:378:13
[INFO] [stdout]     |
[INFO] [stdout] 378 |         Err(embedded_sdmmc::Error::BadHandle)
[INFO] [stdout]     |             ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `embedded_sdmmc`
[INFO] [stdout]     |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 378 |         Err(embedded_sdmmc_dev::Error::BadHandle)
[INFO] [stdout]     |                           ++++
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]     |
[INFO] [stdout]   3 + use crate::utils::Error;
[INFO] [stdout]     |
[INFO] [stdout]   3 + use std::error::Error;
[INFO] [stdout]     |
[INFO] [stdout]   3 + use std::fmt::Error;
[INFO] [stdout]     |
[INFO] [stdout]   3 + use std::io::Error;
[INFO] [stdout]     |
[INFO] [stdout]     = and 9 other candidates
[INFO] [stdout] help: if you import `Error`, refer to it directly
[INFO] [stdout]     |
[INFO] [stdout] 378 -         Err(embedded_sdmmc::Error::BadHandle)
[INFO] [stdout] 378 +         Err(Error::BadHandle)
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `embedded_sdmmc`
[INFO] [stdout]    --> tests/directories.rs:392:9
[INFO] [stdout]     |
[INFO] [stdout] 392 |     > = embedded_sdmmc::VolumeManager::new_with_limits(disk, time_source, 0x1000_0000);
[INFO] [stdout]     |         ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `embedded_sdmmc`
[INFO] [stdout]     |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 392 |     > = embedded_sdmmc_dev::VolumeManager::new_with_limits(disk, time_source, 0x1000_0000);
[INFO] [stdout]     |                       ++++
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout]   3 + use embedded_sdmmc_dev::VolumeManager;
[INFO] [stdout]     |
[INFO] [stdout] help: if you import `VolumeManager`, refer to it directly
[INFO] [stdout]     |
[INFO] [stdout] 392 -     > = embedded_sdmmc::VolumeManager::new_with_limits(disk, time_source, 0x1000_0000);
[INFO] [stdout] 392 +     > = VolumeManager::new_with_limits(disk, time_source, 0x1000_0000);
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `embedded_sdmmc`
[INFO] [stdout]    --> tests/directories.rs:403:13
[INFO] [stdout]     |
[INFO] [stdout] 403 |         Err(embedded_sdmmc::Error::TooManyOpenDirs)
[INFO] [stdout]     |             ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `embedded_sdmmc`
[INFO] [stdout]     |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 403 |         Err(embedded_sdmmc_dev::Error::TooManyOpenDirs)
[INFO] [stdout]     |                           ++++
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]     |
[INFO] [stdout]   3 + use crate::utils::Error;
[INFO] [stdout]     |
[INFO] [stdout]   3 + use std::error::Error;
[INFO] [stdout]     |
[INFO] [stdout]   3 + use std::fmt::Error;
[INFO] [stdout]     |
[INFO] [stdout]   3 + use std::io::Error;
[INFO] [stdout]     |
[INFO] [stdout]     = and 9 other candidates
[INFO] [stdout] help: if you import `Error`, refer to it directly
[INFO] [stdout]     |
[INFO] [stdout] 403 -         Err(embedded_sdmmc::Error::TooManyOpenDirs)
[INFO] [stdout] 403 +         Err(Error::TooManyOpenDirs)
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `embedded_sdmmc`
[INFO] [stdout]    --> tests/directories.rs:411:22
[INFO] [stdout]     |
[INFO] [stdout] 411 |     let volume_mgr = embedded_sdmmc::VolumeManager::new(disk, time_source);
[INFO] [stdout]     |                      ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `embedded_sdmmc`
[INFO] [stdout]     |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 411 |     let volume_mgr = embedded_sdmmc_dev::VolumeManager::new(disk, time_source);
[INFO] [stdout]     |                                    ++++
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout]   3 + use embedded_sdmmc_dev::VolumeManager;
[INFO] [stdout]     |
[INFO] [stdout] help: if you import `VolumeManager`, refer to it directly
[INFO] [stdout]     |
[INFO] [stdout] 411 -     let volume_mgr = embedded_sdmmc::VolumeManager::new(disk, time_source);
[INFO] [stdout] 411 +     let volume_mgr = VolumeManager::new(disk, time_source);
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `embedded_sdmmc`
[INFO] [stdout]    --> tests/directories.rs:433:13
[INFO] [stdout]     |
[INFO] [stdout] 433 |         Err(embedded_sdmmc::Error::NotFound)
[INFO] [stdout]     |             ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `embedded_sdmmc`
[INFO] [stdout]     |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 433 |         Err(embedded_sdmmc_dev::Error::NotFound)
[INFO] [stdout]     |                           ++++
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]     |
[INFO] [stdout]   3 + use crate::utils::Error;
[INFO] [stdout]     |
[INFO] [stdout]   3 + use std::error::Error;
[INFO] [stdout]     |
[INFO] [stdout]   3 + use std::fmt::Error;
[INFO] [stdout]     |
[INFO] [stdout]   3 + use std::io::Error;
[INFO] [stdout]     |
[INFO] [stdout]     = and 9 other candidates
[INFO] [stdout] help: if you import `Error`, refer to it directly
[INFO] [stdout]     |
[INFO] [stdout] 433 -         Err(embedded_sdmmc::Error::NotFound)
[INFO] [stdout] 433 +         Err(Error::NotFound)
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `embedded_sdmmc`
[INFO] [stdout]    --> tests/directories.rs:441:22
[INFO] [stdout]     |
[INFO] [stdout] 441 |     let volume_mgr = embedded_sdmmc::VolumeManager::new(disk, time_source);
[INFO] [stdout]     |                      ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `embedded_sdmmc`
[INFO] [stdout]     |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 441 |     let volume_mgr = embedded_sdmmc_dev::VolumeManager::new(disk, time_source);
[INFO] [stdout]     |                                    ++++
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout]   3 + use embedded_sdmmc_dev::VolumeManager;
[INFO] [stdout]     |
[INFO] [stdout] help: if you import `VolumeManager`, refer to it directly
[INFO] [stdout]     |
[INFO] [stdout] 441 -     let volume_mgr = embedded_sdmmc::VolumeManager::new(disk, time_source);
[INFO] [stdout] 441 +     let volume_mgr = VolumeManager::new(disk, time_source);
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `embedded_sdmmc`
[INFO] [stdout]    --> tests/directories.rs:457:13
[INFO] [stdout]     |
[INFO] [stdout] 457 |         Err(embedded_sdmmc::Error::FileAlreadyOpen)
[INFO] [stdout]     |             ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `embedded_sdmmc`
[INFO] [stdout]     |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 457 |         Err(embedded_sdmmc_dev::Error::FileAlreadyOpen)
[INFO] [stdout]     |                           ++++
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]     |
[INFO] [stdout]   3 + use crate::utils::Error;
[INFO] [stdout]     |
[INFO] [stdout]   3 + use std::error::Error;
[INFO] [stdout]     |
[INFO] [stdout]   3 + use std::fmt::Error;
[INFO] [stdout]     |
[INFO] [stdout]   3 + use std::io::Error;
[INFO] [stdout]     |
[INFO] [stdout]     = and 9 other candidates
[INFO] [stdout] help: if you import `Error`, refer to it directly
[INFO] [stdout]     |
[INFO] [stdout] 457 -         Err(embedded_sdmmc::Error::FileAlreadyOpen)
[INFO] [stdout] 457 +         Err(Error::FileAlreadyOpen)
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `embedded_sdmmc`
[INFO] [stdout]    --> tests/directories.rs:462:13
[INFO] [stdout]     |
[INFO] [stdout] 462 |         Err(embedded_sdmmc::Error::NotFound)
[INFO] [stdout]     |             ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `embedded_sdmmc`
[INFO] [stdout]     |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 462 |         Err(embedded_sdmmc_dev::Error::NotFound)
[INFO] [stdout]     |                           ++++
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]     |
[INFO] [stdout]   3 + use crate::utils::Error;
[INFO] [stdout]     |
[INFO] [stdout]   3 + use std::error::Error;
[INFO] [stdout]     |
[INFO] [stdout]   3 + use std::fmt::Error;
[INFO] [stdout]     |
[INFO] [stdout]   3 + use std::io::Error;
[INFO] [stdout]     |
[INFO] [stdout]     = and 9 other candidates
[INFO] [stdout] help: if you import `Error`, refer to it directly
[INFO] [stdout]     |
[INFO] [stdout] 462 -         Err(embedded_sdmmc::Error::NotFound)
[INFO] [stdout] 462 +         Err(Error::NotFound)
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `embedded_sdmmc`
[INFO] [stdout]    --> tests/directories.rs:473:13
[INFO] [stdout]     |
[INFO] [stdout] 473 |         Err(embedded_sdmmc::Error::NotFound)
[INFO] [stdout]     |             ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `embedded_sdmmc`
[INFO] [stdout]     |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 473 |         Err(embedded_sdmmc_dev::Error::NotFound)
[INFO] [stdout]     |                           ++++
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]     |
[INFO] [stdout]   3 + use crate::utils::Error;
[INFO] [stdout]     |
[INFO] [stdout]   3 + use std::error::Error;
[INFO] [stdout]     |
[INFO] [stdout]   3 + use std::fmt::Error;
[INFO] [stdout]     |
[INFO] [stdout]   3 + use std::io::Error;
[INFO] [stdout]     |
[INFO] [stdout]     = and 9 other candidates
[INFO] [stdout] help: if you import `Error`, refer to it directly
[INFO] [stdout]     |
[INFO] [stdout] 473 -         Err(embedded_sdmmc::Error::NotFound)
[INFO] [stdout] 473 +         Err(Error::NotFound)
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `embedded_sdmmc`
[INFO] [stdout]    --> tests/directories.rs:478:13
[INFO] [stdout]     |
[INFO] [stdout] 478 |         Err(embedded_sdmmc::Error::NotFound)
[INFO] [stdout]     |             ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `embedded_sdmmc`
[INFO] [stdout]     |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 478 |         Err(embedded_sdmmc_dev::Error::NotFound)
[INFO] [stdout]     |                           ++++
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]     |
[INFO] [stdout]   3 + use crate::utils::Error;
[INFO] [stdout]     |
[INFO] [stdout]   3 + use std::error::Error;
[INFO] [stdout]     |
[INFO] [stdout]   3 + use std::fmt::Error;
[INFO] [stdout]     |
[INFO] [stdout]   3 + use std::io::Error;
[INFO] [stdout]     |
[INFO] [stdout]     = and 9 other candidates
[INFO] [stdout] help: if you import `Error`, refer to it directly
[INFO] [stdout]     |
[INFO] [stdout] 478 -         Err(embedded_sdmmc::Error::NotFound)
[INFO] [stdout] 478 +         Err(Error::NotFound)
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `embedded_sdmmc`
[INFO] [stdout]    --> tests/directories.rs:486:22
[INFO] [stdout]     |
[INFO] [stdout] 486 |     let volume_mgr = embedded_sdmmc::VolumeManager::new(disk, time_source);
[INFO] [stdout]     |                      ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `embedded_sdmmc`
[INFO] [stdout]     |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 486 |     let volume_mgr = embedded_sdmmc_dev::VolumeManager::new(disk, time_source);
[INFO] [stdout]     |                                    ++++
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout]   3 + use embedded_sdmmc_dev::VolumeManager;
[INFO] [stdout]     |
[INFO] [stdout] help: if you import `VolumeManager`, refer to it directly
[INFO] [stdout]     |
[INFO] [stdout] 486 -     let volume_mgr = embedded_sdmmc::VolumeManager::new(disk, time_source);
[INFO] [stdout] 486 +     let volume_mgr = VolumeManager::new(disk, time_source);
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `embedded_sdmmc`
[INFO] [stdout]    --> tests/directories.rs:533:13
[INFO] [stdout]     |
[INFO] [stdout] 533 |             embedded_sdmmc::Mode::ReadWriteCreate,
[INFO] [stdout]     |             ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `embedded_sdmmc`
[INFO] [stdout]     |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 533 |             embedded_sdmmc_dev::Mode::ReadWriteCreate,
[INFO] [stdout]     |                           ++++
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]     |
[INFO] [stdout]   3 + use embedded_hal::spi::Mode;
[INFO] [stdout]     |
[INFO] [stdout]   3 + use embedded_sdmmc_dev::Mode;
[INFO] [stdout]     |
[INFO] [stdout] help: if you import `Mode`, refer to it directly
[INFO] [stdout]     |
[INFO] [stdout] 533 -             embedded_sdmmc::Mode::ReadWriteCreate,
[INFO] [stdout] 533 +             Mode::ReadWriteCreate,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `embedded_sdmmc`
[INFO] [stdout]    --> tests/directories.rs:588:53
[INFO] [stdout]     |
[INFO] [stdout] 588 |         .open_file_in_dir(new_dir, &test_file_name, embedded_sdmmc::Mode::ReadOnly)
[INFO] [stdout]     |                                                     ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `embedded_sdmmc`
[INFO] [stdout]     |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 588 |         .open_file_in_dir(new_dir, &test_file_name, embedded_sdmmc_dev::Mode::ReadOnly)
[INFO] [stdout]     |                                                                   ++++
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]     |
[INFO] [stdout]   3 + use embedded_hal::spi::Mode;
[INFO] [stdout]     |
[INFO] [stdout]   3 + use embedded_sdmmc_dev::Mode;
[INFO] [stdout]     |
[INFO] [stdout] help: if you import `Mode`, refer to it directly
[INFO] [stdout]     |
[INFO] [stdout] 588 -         .open_file_in_dir(new_dir, &test_file_name, embedded_sdmmc::Mode::ReadOnly)
[INFO] [stdout] 588 +         .open_file_in_dir(new_dir, &test_file_name, Mode::ReadOnly)
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `embedded_sdmmc`
[INFO] [stdout]   --> examples/readme_test.rs:83:6
[INFO] [stdout]    |
[INFO] [stdout] 83 | impl embedded_sdmmc::TimeSource for FakeTimesource {
[INFO] [stdout]    |      ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `embedded_sdmmc`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 83 | impl embedded_sdmmc_dev::TimeSource for FakeTimesource {
[INFO] [stdout]    |                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `embedded_sdmmc`
[INFO] [stdout]   --> examples/readme_test.rs:84:32
[INFO] [stdout]    |
[INFO] [stdout] 84 |     fn get_timestamp(&self) -> embedded_sdmmc::Timestamp {
[INFO] [stdout]    |                                ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `embedded_sdmmc`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 84 |     fn get_timestamp(&self) -> embedded_sdmmc_dev::Timestamp {
[INFO] [stdout]    |                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `embedded_sdmmc`
[INFO] [stdout]   --> examples/readme_test.rs:85:9
[INFO] [stdout]    |
[INFO] [stdout] 85 |         embedded_sdmmc::Timestamp {
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `embedded_sdmmc`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 85 |         embedded_sdmmc_dev::Timestamp {
[INFO] [stdout]    |                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `embedded_sdmmc`
[INFO] [stdout]   --> examples/readme_test.rs:98:16
[INFO] [stdout]    |
[INFO] [stdout] 98 |     Filesystem(embedded_sdmmc::Error<embedded_sdmmc::SdCardError>),
[INFO] [stdout]    |                ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `embedded_sdmmc`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 98 |     Filesystem(embedded_sdmmc_dev::Error<embedded_sdmmc::SdCardError>),
[INFO] [stdout]    |                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `embedded_sdmmc`
[INFO] [stdout]   --> examples/readme_test.rs:98:38
[INFO] [stdout]    |
[INFO] [stdout] 98 |     Filesystem(embedded_sdmmc::Error<embedded_sdmmc::SdCardError>),
[INFO] [stdout]    |                                      ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `embedded_sdmmc`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 98 |     Filesystem(embedded_sdmmc::Error<embedded_sdmmc_dev::SdCardError>),
[INFO] [stdout]    |                                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `embedded_sdmmc`
[INFO] [stdout]   --> examples/readme_test.rs:99:10
[INFO] [stdout]    |
[INFO] [stdout] 99 |     Disk(embedded_sdmmc::SdCardError),
[INFO] [stdout]    |          ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `embedded_sdmmc`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 99 |     Disk(embedded_sdmmc_dev::SdCardError),
[INFO] [stdout]    |                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `embedded_sdmmc`
[INFO] [stdout]    --> examples/readme_test.rs:102:11
[INFO] [stdout]     |
[INFO] [stdout] 102 | impl From<embedded_sdmmc::Error<embedded_sdmmc::SdCardError>> for Error {
[INFO] [stdout]     |           ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `embedded_sdmmc`
[INFO] [stdout]     |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 102 | impl From<embedded_sdmmc_dev::Error<embedded_sdmmc::SdCardError>> for Error {
[INFO] [stdout]     |                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `embedded_sdmmc`
[INFO] [stdout]    --> examples/readme_test.rs:102:33
[INFO] [stdout]     |
[INFO] [stdout] 102 | impl From<embedded_sdmmc::Error<embedded_sdmmc::SdCardError>> for Error {
[INFO] [stdout]     |                                 ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `embedded_sdmmc`
[INFO] [stdout]     |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 102 | impl From<embedded_sdmmc::Error<embedded_sdmmc_dev::SdCardError>> for Error {
[INFO] [stdout]     |                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `embedded_sdmmc`
[INFO] [stdout]    --> examples/readme_test.rs:103:20
[INFO] [stdout]     |
[INFO] [stdout] 103 |     fn from(value: embedded_sdmmc::Error<embedded_sdmmc::SdCardError>) -> Error {
[INFO] [stdout]     |                    ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `embedded_sdmmc`
[INFO] [stdout]     |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 103 |     fn from(value: embedded_sdmmc_dev::Error<embedded_sdmmc::SdCardError>) -> Error {
[INFO] [stdout]     |                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `embedded-sdmmc-dev` (example "readme_test") due to 16 previous errors
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `embedded_sdmmc`
[INFO] [stdout]    --> examples/readme_test.rs:103:42
[INFO] [stdout]     |
[INFO] [stdout] 103 |     fn from(value: embedded_sdmmc::Error<embedded_sdmmc::SdCardError>) -> Error {
[INFO] [stdout]     |                                          ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `embedded_sdmmc`
[INFO] [stdout]     |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 103 |     fn from(value: embedded_sdmmc::Error<embedded_sdmmc_dev::SdCardError>) -> Error {
[INFO] [stdout]     |                                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `embedded-sdmmc-dev` (test "directories") due to 43 previous errors
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `embedded_sdmmc`
[INFO] [stdout]    --> examples/readme_test.rs:108:11
[INFO] [stdout]     |
[INFO] [stdout] 108 | impl From<embedded_sdmmc::SdCardError> for Error {
[INFO] [stdout]     |           ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `embedded_sdmmc`
[INFO] [stdout]     |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 108 | impl From<embedded_sdmmc_dev::SdCardError> for Error {
[INFO] [stdout]     |                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `embedded_sdmmc`
[INFO] [stdout]    --> examples/readme_test.rs:109:20
[INFO] [stdout]     |
[INFO] [stdout] 109 |     fn from(value: embedded_sdmmc::SdCardError) -> Error {
[INFO] [stdout]     |                    ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `embedded_sdmmc`
[INFO] [stdout]     |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 109 |     fn from(value: embedded_sdmmc_dev::SdCardError) -> Error {
[INFO] [stdout]     |                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `embedded_sdmmc`
[INFO] [stdout]    --> examples/readme_test.rs:131:42
[INFO] [stdout]     |
[INFO] [stdout] 131 |     let volume0 = volume_mgr.open_volume(embedded_sdmmc::VolumeIdx(0))?;
[INFO] [stdout]     |                                          ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `embedded_sdmmc`
[INFO] [stdout]     |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 131 |     let volume0 = volume_mgr.open_volume(embedded_sdmmc_dev::VolumeIdx(0))?;
[INFO] [stdout]     |                                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] 
[INFO] [stdout] error[E0223]: ambiguous associated type
[INFO] [stdout]   --> tests/utils/mod.rs:88:83
[INFO] [stdout]    |
[INFO] [stdout] 88 |     fn read(&self, blocks: &mut [Block], start_block_idx: BlockIdx) -> Result<(), Self::Error> {
[INFO] [stdout]    |                                                                                   ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: use fully-qualified syntax
[INFO] [stdout]    |
[INFO] [stdout] 88 -     fn read(&self, blocks: &mut [Block], start_block_idx: BlockIdx) -> Result<(), Self::Error> {
[INFO] [stdout] 88 +     fn read(&self, blocks: &mut [Block], start_block_idx: BlockIdx) -> Result<(), <RamDisk<T> as TryFrom>::Error> {
[INFO] [stdout]    |
[INFO] [stdout] 88 -     fn read(&self, blocks: &mut [Block], start_block_idx: BlockIdx) -> Result<(), Self::Error> {
[INFO] [stdout] 88 +     fn read(&self, blocks: &mut [Block], start_block_idx: BlockIdx) -> Result<(), <RamDisk<T> as TryInto>::Error> {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0223]: ambiguous associated type
[INFO] [stdout]    --> tests/utils/mod.rs:106:80
[INFO] [stdout]     |
[INFO] [stdout] 106 |     fn write(&self, blocks: &[Block], start_block_idx: BlockIdx) -> Result<(), Self::Error> {
[INFO] [stdout]     |                                                                                ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: use fully-qualified syntax
[INFO] [stdout]     |
[INFO] [stdout] 106 -     fn write(&self, blocks: &[Block], start_block_idx: BlockIdx) -> Result<(), Self::Error> {
[INFO] [stdout] 106 +     fn write(&self, blocks: &[Block], start_block_idx: BlockIdx) -> Result<(), <RamDisk<T> as TryFrom>::Error> {
[INFO] [stdout]     |
[INFO] [stdout] 106 -     fn write(&self, blocks: &[Block], start_block_idx: BlockIdx) -> Result<(), Self::Error> {
[INFO] [stdout] 106 +     fn write(&self, blocks: &[Block], start_block_idx: BlockIdx) -> Result<(), <RamDisk<T> as TryInto>::Error> {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0223]: ambiguous associated type
[INFO] [stdout]    --> tests/utils/mod.rs:122:48
[INFO] [stdout]     |
[INFO] [stdout] 122 |     fn num_blocks(&self) -> Result<BlockCount, Self::Error> {
[INFO] [stdout]     |                                                ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: use fully-qualified syntax
[INFO] [stdout]     |
[INFO] [stdout] 122 -     fn num_blocks(&self) -> Result<BlockCount, Self::Error> {
[INFO] [stdout] 122 +     fn num_blocks(&self) -> Result<BlockCount, <RamDisk<T> as TryFrom>::Error> {
[INFO] [stdout]     |
[INFO] [stdout] 122 -     fn num_blocks(&self) -> Result<BlockCount, Self::Error> {
[INFO] [stdout] 122 +     fn num_blocks(&self) -> Result<BlockCount, <RamDisk<T> as TryInto>::Error> {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `embedded_sdmmc`
[INFO] [stdout]    --> tests/utils/mod.rs:149:12
[INFO] [stdout]     |
[INFO] [stdout] 149 |     fixed: embedded_sdmmc::Timestamp,
[INFO] [stdout]     |            ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `embedded_sdmmc`
[INFO] [stdout]     |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 149 |     fixed: embedded_sdmmc_dev::Timestamp,
[INFO] [stdout]     |                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `embedded_sdmmc`
[INFO] [stdout]    --> tests/utils/mod.rs:152:6
[INFO] [stdout]     |
[INFO] [stdout] 152 | impl embedded_sdmmc::TimeSource for TestTimeSource {
[INFO] [stdout]     |      ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `embedded_sdmmc`
[INFO] [stdout]     |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 152 | impl embedded_sdmmc_dev::TimeSource for TestTimeSource {
[INFO] [stdout]     |                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `embedded_sdmmc`
[INFO] [stdout]    --> tests/utils/mod.rs:153:32
[INFO] [stdout]     |
[INFO] [stdout] 153 |     fn get_timestamp(&self) -> embedded_sdmmc::Timestamp {
[INFO] [stdout]     |                                ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `embedded_sdmmc`
[INFO] [stdout]     |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 153 |     fn get_timestamp(&self) -> embedded_sdmmc_dev::Timestamp {
[INFO] [stdout]     |                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `embedded_sdmmc`
[INFO] [stdout]    --> tests/utils/mod.rs:167:16
[INFO] [stdout]     |
[INFO] [stdout] 167 |         fixed: embedded_sdmmc::Timestamp {
[INFO] [stdout]     |                ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `embedded_sdmmc`
[INFO] [stdout]     |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 167 |         fixed: embedded_sdmmc_dev::Timestamp {
[INFO] [stdout]     |                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `embedded_sdmmc`
[INFO] [stdout]   --> tests/directories.rs:16:16
[INFO] [stdout]    |
[INFO] [stdout] 16 | impl PartialEq<embedded_sdmmc::DirEntry> for ExpectedDirEntry {
[INFO] [stdout]    |                ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `embedded_sdmmc`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 16 | impl PartialEq<embedded_sdmmc_dev::DirEntry> for ExpectedDirEntry {
[INFO] [stdout]    |                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `embedded_sdmmc`
[INFO] [stdout]   --> tests/directories.rs:17:26
[INFO] [stdout]    |
[INFO] [stdout] 17 |     fn eq(&self, other: &embedded_sdmmc::DirEntry) -> bool {
[INFO] [stdout]    |                          ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `embedded_sdmmc`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 17 |     fn eq(&self, other: &embedded_sdmmc_dev::DirEntry) -> bool {
[INFO] [stdout]    |                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `embedded_sdmmc`
[INFO] [stdout]   --> tests/directories.rs:44:26
[INFO] [stdout]    |
[INFO] [stdout] 44 |         .open_raw_volume(embedded_sdmmc::VolumeIdx(0))
[INFO] [stdout]    |                          ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `embedded_sdmmc`
[INFO] [stdout]    |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 44 |         .open_raw_volume(embedded_sdmmc_dev::VolumeIdx(0))
[INFO] [stdout]    |                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `embedded_sdmmc`
[INFO] [stdout]    --> tests/directories.rs:151:26
[INFO] [stdout]     |
[INFO] [stdout] 151 |         .open_raw_volume(embedded_sdmmc::VolumeIdx(0))
[INFO] [stdout]     |                          ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `embedded_sdmmc`
[INFO] [stdout]     |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 151 |         .open_raw_volume(embedded_sdmmc_dev::VolumeIdx(0))
[INFO] [stdout]     |                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `embedded_sdmmc`
[INFO] [stdout]    --> tests/directories.rs:222:26
[INFO] [stdout]     |
[INFO] [stdout] 222 |         .open_raw_volume(embedded_sdmmc::VolumeIdx(1))
[INFO] [stdout]     |                          ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `embedded_sdmmc`
[INFO] [stdout]     |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 222 |         .open_raw_volume(embedded_sdmmc_dev::VolumeIdx(1))
[INFO] [stdout]     |                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `embedded_sdmmc`
[INFO] [stdout]    --> tests/directories.rs:349:26
[INFO] [stdout]     |
[INFO] [stdout] 349 |         .open_raw_volume(embedded_sdmmc::VolumeIdx(1))
[INFO] [stdout]     |                          ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `embedded_sdmmc`
[INFO] [stdout]     |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 349 |         .open_raw_volume(embedded_sdmmc_dev::VolumeIdx(1))
[INFO] [stdout]     |                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `embedded_sdmmc`
[INFO] [stdout]    --> tests/directories.rs:386:21
[INFO] [stdout]     |
[INFO] [stdout] 386 |     let volume_mgr: embedded_sdmmc::VolumeManager<
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `embedded_sdmmc`
[INFO] [stdout]     |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 386 |     let volume_mgr: embedded_sdmmc_dev::VolumeManager<
[INFO] [stdout]     |                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `embedded_sdmmc`
[INFO] [stdout]    --> tests/directories.rs:395:26
[INFO] [stdout]     |
[INFO] [stdout] 395 |         .open_raw_volume(embedded_sdmmc::VolumeIdx(1))
[INFO] [stdout]     |                          ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `embedded_sdmmc`
[INFO] [stdout]     |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 395 |         .open_raw_volume(embedded_sdmmc_dev::VolumeIdx(1))
[INFO] [stdout]     |                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `embedded_sdmmc`
[INFO] [stdout]    --> tests/directories.rs:414:26
[INFO] [stdout]     |
[INFO] [stdout] 414 |         .open_raw_volume(embedded_sdmmc::VolumeIdx(1))
[INFO] [stdout]     |                          ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `embedded_sdmmc`
[INFO] [stdout]     |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 414 |         .open_raw_volume(embedded_sdmmc_dev::VolumeIdx(1))
[INFO] [stdout]     |                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `embedded_sdmmc`
[INFO] [stdout]    --> tests/directories.rs:444:26
[INFO] [stdout]     |
[INFO] [stdout] 444 |         .open_raw_volume(embedded_sdmmc::VolumeIdx(1))
[INFO] [stdout]     |                          ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `embedded_sdmmc`
[INFO] [stdout]     |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 444 |         .open_raw_volume(embedded_sdmmc_dev::VolumeIdx(1))
[INFO] [stdout]     |                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `embedded_sdmmc`
[INFO] [stdout]    --> tests/directories.rs:489:26
[INFO] [stdout]     |
[INFO] [stdout] 489 |         .open_raw_volume(embedded_sdmmc::VolumeIdx(1))
[INFO] [stdout]     |                          ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `embedded_sdmmc`
[INFO] [stdout]     |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 489 |         .open_raw_volume(embedded_sdmmc_dev::VolumeIdx(1))
[INFO] [stdout]     |                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0223, E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0223`.
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:299:21
[INFO] [stdout]     |
[INFO] [stdout] 299 |         volume_mgr: &VolumeManager<D, T, MAX_DIRS, MAX_FILES, MAX_VOLUMES>,
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the lifetime is elided here
[INFO] [stdout] 300 |     ) -> Volume<D, T, MAX_DIRS, MAX_FILES, MAX_VOLUMES>
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden 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] 300 |     ) -> Volume<'_, D, T, MAX_DIRS, MAX_FILES, MAX_VOLUMES>
[INFO] [stdout]     |                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:348:9
[INFO] [stdout]     |
[INFO] [stdout] 348 |         &self,
[INFO] [stdout]     |         ^^^^^ the lifetime is elided here
[INFO] [stdout] 349 |     ) -> Result<crate::Directory<D, T, MAX_DIRS, MAX_FILES, MAX_VOLUMES>, Error<D::Error>> {
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden 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] 349 |     ) -> Result<crate::Directory<'_, D, T, MAX_DIRS, MAX_FILES, MAX_VOLUMES>, Error<D::Error>> {
[INFO] [stdout]     |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/fat/bpb.rs:23:36
[INFO] [stdout]    |
[INFO] [stdout] 23 |     pub fn create_from_bytes(data: &[u8; 512]) -> Result<Bpb, &'static str> {
[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] 23 |     pub fn create_from_bytes(data: &[u8; 512]) -> Result<Bpb<'_>, &'static str> {
[INFO] [stdout]    |                                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/fat/info.rs:52:36
[INFO] [stdout]    |
[INFO] [stdout] 52 |     pub fn create_from_bytes(data: &[u8; 512]) -> Result<InfoSector, &'static str> {
[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] 52 |     pub fn create_from_bytes(data: &[u8; 512]) -> Result<InfoSector<'_>, &'static str> {
[INFO] [stdout]    |                                                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/fat/ondiskdirentry.rs:60:22
[INFO] [stdout]    |
[INFO] [stdout] 60 |     pub fn new(data: &[u8]) -> OnDiskDirEntry {
[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] 60 |     pub fn new(data: &[u8]) -> OnDiskDirEntry<'_> {
[INFO] [stdout]    |                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/filesystem/directory.rs:60:21
[INFO] [stdout]    |
[INFO] [stdout] 60 |         volume_mgr: &VolumeManager<D, T, MAX_DIRS, MAX_FILES, MAX_VOLUMES>,
[INFO] [stdout]    |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the lifetime is elided here
[INFO] [stdout] 61 |     ) -> Directory<D, T, MAX_DIRS, MAX_FILES, MAX_VOLUMES>
[INFO] [stdout]    |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden 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] 61 |     ) -> Directory<'_, D, T, MAX_DIRS, MAX_FILES, MAX_VOLUMES>
[INFO] [stdout]    |                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/filesystem/directory.rs:114:9
[INFO] [stdout]     |
[INFO] [stdout] 114 |         &self,
[INFO] [stdout]     |         ^^^^^ the lifetime is elided here
[INFO] [stdout] 115 |         name: N,
[INFO] [stdout] 116 |     ) -> Result<Directory<D, T, MAX_DIRS, MAX_FILES, MAX_VOLUMES>, Error<D::Error>>
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden 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] 116 |     ) -> Result<Directory<'_, D, T, MAX_DIRS, MAX_FILES, MAX_VOLUMES>, Error<D::Error>>
[INFO] [stdout]     |                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/filesystem/directory.rs:193:9
[INFO] [stdout]     |
[INFO] [stdout] 193 |         &self,
[INFO] [stdout]     |         ^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 196 |     ) -> Result<crate::File<D, T, MAX_DIRS, MAX_FILES, MAX_VOLUMES>, crate::Error<D::Error>>
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden 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] 196 |     ) -> Result<crate::File<'_, D, T, MAX_DIRS, MAX_FILES, MAX_VOLUMES>, crate::Error<D::Error>>
[INFO] [stdout]     |                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/filesystem/files.rs:32:21
[INFO] [stdout]    |
[INFO] [stdout] 32 |         volume_mgr: &VolumeManager<D, T, MAX_DIRS, MAX_FILES, MAX_VOLUMES>,
[INFO] [stdout]    |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the lifetime is elided here
[INFO] [stdout] 33 |     ) -> File<D, T, MAX_DIRS, MAX_FILES, MAX_VOLUMES>
[INFO] [stdout]    |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden 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] 33 |     ) -> File<'_, D, T, MAX_DIRS, MAX_FILES, MAX_VOLUMES>
[INFO] [stdout]    |               +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/volume_mgr.rs:111:9
[INFO] [stdout]     |
[INFO] [stdout] 111 |         &self,
[INFO] [stdout]     |         ^^^^^ the lifetime is elided here
[INFO] [stdout] 112 |         volume_idx: VolumeIdx,
[INFO] [stdout] 113 |     ) -> Result<Volume<D, T, MAX_DIRS, MAX_FILES, MAX_VOLUMES>, Error<D::Error>> {
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden 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] 113 |     ) -> Result<Volume<'_, D, T, MAX_DIRS, MAX_FILES, MAX_VOLUMES>, Error<D::Error>> {
[INFO] [stdout]     |                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "c0abde25018a9c6707400828efc0004010a3150d5e0a114a14b850ac3ecdb78f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c0abde25018a9c6707400828efc0004010a3150d5e0a114a14b850ac3ecdb78f", kill_on_drop: false }`
[INFO] [stdout] c0abde25018a9c6707400828efc0004010a3150d5e0a114a14b850ac3ecdb78f
