[INFO] fetching crate rsfs-tokio 0.5.0... [INFO] testing rsfs-tokio-0.5.0 against try#2440211fe03bc45c89b6dc1a3df18382ce91e32b for pr-146098-1 [INFO] extracting crate rsfs-tokio 0.5.0 into /workspace/builds/worker-3-tc2/source [INFO] started tweaking crates.io crate rsfs-tokio 0.5.0 [INFO] finished tweaking crates.io crate rsfs-tokio 0.5.0 [INFO] tweaked toml for crates.io crate rsfs-tokio 0.5.0 written to /workspace/builds/worker-3-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate rsfs-tokio 0.5.0 on toolchain 2440211fe03bc45c89b6dc1a3df18382ce91e32b [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 52 packages to latest compatible versions [INFO] [stderr] Adding nix v0.26.4 (available: v0.30.1) [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] f43ae3f74f890f12263c9a4f134c0e8ac052fbbb9521978b52f776c22552a092 [INFO] running `Command { std: "docker" "start" "-a" "f43ae3f74f890f12263c9a4f134c0e8ac052fbbb9521978b52f776c22552a092", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "f43ae3f74f890f12263c9a4f134c0e8ac052fbbb9521978b52f776c22552a092", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f43ae3f74f890f12263c9a4f134c0e8ac052fbbb9521978b52f776c22552a092", kill_on_drop: false }` [INFO] [stdout] f43ae3f74f890f12263c9a4f134c0e8ac052fbbb9521978b52f776c22552a092 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] b601987475b0aa045bd299cb6fc207bba34587bd6b339b40db5411692276c5e1 [INFO] running `Command { std: "docker" "start" "-a" "b601987475b0aa045bd299cb6fc207bba34587bd6b339b40db5411692276c5e1", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.176 [INFO] [stderr] Compiling memoffset v0.7.1 [INFO] [stderr] Compiling syn v2.0.106 [INFO] [stderr] Compiling parking_lot_core v0.9.11 [INFO] [stderr] Compiling mio v1.0.4 [INFO] [stderr] Compiling signal-hook-registry v1.4.6 [INFO] [stderr] Compiling socket2 v0.6.0 [INFO] [stderr] Compiling nix v0.26.4 [INFO] [stderr] Compiling parking_lot v0.12.4 [INFO] [stderr] Compiling tokio-macros v2.5.0 [INFO] [stderr] Compiling async-stream-impl v0.3.6 [INFO] [stderr] Compiling async-trait v0.1.89 [INFO] [stderr] Compiling async-stream v0.3.6 [INFO] [stderr] Compiling tokio v1.47.1 [INFO] [stderr] Compiling tokio-stream v0.1.17 [INFO] [stderr] Compiling rsfs-tokio v0.5.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: ambiguous wide pointer comparison, the comparison includes metadata which may not be expected [INFO] [stdout] --> src/ptr.rs:30:9 [INFO] [stdout] | [INFO] [stdout] 30 | this.ptr == other.ptr [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(ambiguous_wide_pointer_comparisons)]` on by default [INFO] [stdout] help: use `std::ptr::addr_eq` or untyped pointers to only compare their addresses [INFO] [stdout] | [INFO] [stdout] 30 - this.ptr == other.ptr [INFO] [stdout] 30 + std::ptr::addr_eq(this.ptr, other.ptr) [INFO] [stdout] | [INFO] [stdout] help: use explicit `std::ptr::eq` method to compare metadata and addresses [INFO] [stdout] | [INFO] [stdout] 30 - this.ptr == other.ptr [INFO] [stdout] 30 + std::ptr::eq(this.ptr, other.ptr) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.06s [INFO] running `Command { std: "docker" "inspect" "b601987475b0aa045bd299cb6fc207bba34587bd6b339b40db5411692276c5e1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b601987475b0aa045bd299cb6fc207bba34587bd6b339b40db5411692276c5e1", kill_on_drop: false }` [INFO] [stdout] b601987475b0aa045bd299cb6fc207bba34587bd6b339b40db5411692276c5e1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] c42b43b2fbcdc19cddb51b123682642c06df3056c52877deda71f27f8d5278af [INFO] running `Command { std: "docker" "start" "-a" "c42b43b2fbcdc19cddb51b123682642c06df3056c52877deda71f27f8d5278af", kill_on_drop: false }` [INFO] [stderr] Compiling rsfs-tokio v0.5.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: ambiguous wide pointer comparison, the comparison includes metadata which may not be expected [INFO] [stdout] --> src/ptr.rs:30:9 [INFO] [stdout] | [INFO] [stdout] 30 | this.ptr == other.ptr [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(ambiguous_wide_pointer_comparisons)]` on by default [INFO] [stdout] help: use `std::ptr::addr_eq` or untyped pointers to only compare their addresses [INFO] [stdout] | [INFO] [stdout] 30 - this.ptr == other.ptr [INFO] [stdout] 30 + std::ptr::addr_eq(this.ptr, other.ptr) [INFO] [stdout] | [INFO] [stdout] help: use explicit `std::ptr::eq` method to compare metadata and addresses [INFO] [stdout] | [INFO] [stdout] 30 - this.ptr == other.ptr [INFO] [stdout] 30 + std::ptr::eq(this.ptr, other.ptr) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: ambiguous wide pointer comparison, the comparison includes metadata which may not be expected [INFO] [stdout] --> src/ptr.rs:30:9 [INFO] [stdout] | [INFO] [stdout] 30 | this.ptr == other.ptr [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(ambiguous_wide_pointer_comparisons)]` on by default [INFO] [stdout] help: use `std::ptr::addr_eq` or untyped pointers to only compare their addresses [INFO] [stdout] | [INFO] [stdout] 30 - this.ptr == other.ptr [INFO] [stdout] 30 + std::ptr::addr_eq(this.ptr, other.ptr) [INFO] [stdout] | [INFO] [stdout] help: use explicit `std::ptr::eq` method to compare metadata and addresses [INFO] [stdout] | [INFO] [stdout] 30 - this.ptr == other.ptr [INFO] [stdout] 30 + std::ptr::eq(this.ptr, other.ptr) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 2.90s [INFO] running `Command { std: "docker" "inspect" "c42b43b2fbcdc19cddb51b123682642c06df3056c52877deda71f27f8d5278af", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c42b43b2fbcdc19cddb51b123682642c06df3056c52877deda71f27f8d5278af", kill_on_drop: false }` [INFO] [stdout] c42b43b2fbcdc19cddb51b123682642c06df3056c52877deda71f27f8d5278af [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] af92d45dfe24cbff8b77a3adb0477d2d64f6b01ef13679c87b3a6acd0cf7af29 [INFO] running `Command { std: "docker" "start" "-a" "af92d45dfe24cbff8b77a3adb0477d2d64f6b01ef13679c87b3a6acd0cf7af29", kill_on_drop: false }` [INFO] [stderr] warning: ambiguous wide pointer comparison, the comparison includes metadata which may not be expected [INFO] [stderr] --> src/ptr.rs:30:9 [INFO] [stderr] | [INFO] [stderr] 30 | this.ptr == other.ptr [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(ambiguous_wide_pointer_comparisons)]` on by default [INFO] [stderr] help: use `std::ptr::addr_eq` or untyped pointers to only compare their addresses [INFO] [stderr] | [INFO] [stderr] 30 - this.ptr == other.ptr [INFO] [stderr] 30 + std::ptr::addr_eq(this.ptr, other.ptr) [INFO] [stderr] | [INFO] [stderr] help: use explicit `std::ptr::eq` method to compare metadata and addresses [INFO] [stderr] | [INFO] [stderr] 30 - this.ptr == other.ptr [INFO] [stderr] 30 + std::ptr::eq(this.ptr, other.ptr) [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: `rsfs-tokio` (lib) generated 1 warning [INFO] [stderr] warning: `rsfs-tokio` (lib test) generated 1 warning (1 duplicate) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.07s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/rsfs_tokio-8f2ef7dab2028b25) [INFO] [stdout] [INFO] [stdout] running 13 tests [INFO] [stdout] test mem::unix::test::equal ... ok [INFO] [stdout] test mem::unix::test::create_dir ... ok [INFO] [stdout] test mem::unix::test::create_dir_all ... ok [INFO] [stdout] test mem::unix::test::hard_link ... ok [INFO] [stdout] test mem::unix::test::remove ... ok [INFO] [stdout] test mem::unix::test::read_dir ... ok [INFO] [stdout] test mem::unix::test::thread ... ok [INFO] [stdout] test mem::unix::test::rename ... ok [INFO] [stdout] test mem::unix::test::raw_file ... ok [INFO] [stdout] test mem::unix::test::remove_dir_all ... ok [INFO] [stdout] test mem::unix::test::symlink ... ok [INFO] [stdout] test mem::unix::test::open ... ok [INFO] [stdout] test mem::unix::test::usage ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 13 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stderr] Doc-tests rsfs_tokio [INFO] [stdout] [INFO] [stdout] running 93 tests [INFO] [stdout] test src/disk/mod.rs - disk::DirBuilder (line 55) ... FAILED [INFO] [stdout] test src/fs.rs - fs::DirEntry::file_type (line 126) ... FAILED [INFO] [stdout] test src/fs.rs - fs::DirEntry::file_name (line 148) ... FAILED [INFO] [stdout] test src/fs.rs - fs::File (line 179) ... FAILED [INFO] [stdout] test src/fs.rs - fs::DirEntry::metadata (line 104) ... FAILED [INFO] [stdout] test src/disk/mod.rs - disk::FileType (line 147) ... FAILED [INFO] [stdout] test src/fs.rs - fs::DirBuilder::recursive (line 27) ... FAILED [INFO] [stdout] test src/fs.rs - fs::DirEntry::path (line 75) ... FAILED [INFO] [stdout] test src/disk/mod.rs - disk::Permissions (line 521) ... FAILED [INFO] [stdout] test src/fs.rs - fs::File::set_permissions (line 348) ... FAILED [INFO] [stdout] test src/disk/mod.rs - disk::OpenOptions (line 435) ... FAILED [INFO] [stdout] test src/fs.rs - fs::File (line 213) ... FAILED [INFO] [stdout] test src/fs.rs - fs::DirBuilder::create (line 40) ... FAILED [INFO] [stdout] test src/fs.rs - fs::File::sync_data (line 271) ... FAILED [INFO] [stdout] test src/fs.rs - fs::File::set_len (line 297) ... FAILED [INFO] [stdout] test src/fs.rs - fs::File::metadata (line 313) ... FAILED [INFO] [stdout] test src/fs.rs - fs::File::sync_all (line 245) ... FAILED [INFO] [stdout] test src/disk/mod.rs - disk::OpenOptions (line 449) ... FAILED [INFO] [stdout] test src/fs.rs - fs::GenFS (line 878) ... FAILED [INFO] [stdout] test src/fs.rs - fs::File (line 195) ... FAILED [INFO] [stdout] test src/disk/mod.rs - disk::Metadata (line 368) ... FAILED [INFO] [stdout] test src/fs.rs - fs::GenFS::copy (line 952) ... FAILED [INFO] [stdout] test src/fs.rs - fs::File::try_clone (line 332) ... FAILED [INFO] [stdout] test src/disk/mod.rs - disk::FS (line 607) ... FAILED [INFO] [stdout] test src/fs.rs - fs::GenFS::create_dir (line 979) ... FAILED [INFO] [stdout] test src/fs.rs - fs::GenFS::open_file (line 1341) ... FAILED [INFO] [stdout] test src/fs.rs - fs::GenFS (line 886) ... FAILED [INFO] [stdout] test src/fs.rs - fs::GenFS::new_dirbuilder (line 1312) ... FAILED [INFO] [stdout] test src/disk/mod.rs - disk::File (line 185) ... FAILED [INFO] [stdout] test src/fs.rs - fs::GenFS::metadata (line 1054) ... FAILED [INFO] [stdout] test src/fs.rs - fs::FileType::is_file (line 390) ... FAILED [INFO] [stdout] test src/fs.rs - fs::GenFS::canonicalize (line 922) ... FAILED [INFO] [stdout] test src/disk/mod.rs - disk (line 12) ... FAILED [INFO] [stdout] test src/fs.rs - fs::GenFS::new_openopts (line 1291) ... FAILED [INFO] [stdout] test src/disk/mod.rs - disk::DirEntry (line 98) ... FAILED [INFO] [stdout] test src/fs.rs - fs::GenFS::read_link (line 1114) ... FAILED [INFO] [stdout] test src/fs.rs - fs::GenFS::remove_dir (line 1138) ... FAILED [INFO] [stdout] test src/fs.rs - fs::FileType::is_dir (line 372) ... FAILED [INFO] [stdout] test src/fs.rs - fs::GenFS::symlink_metadata (line 1269) ... FAILED [INFO] [stdout] test src/fs.rs - fs::GenFS::create_dir_all (line 1001) ... FAILED [INFO] [stdout] test src/fs.rs - fs::Metadata::is_empty (line 515) ... FAILED [INFO] [stdout] test src/fs.rs - fs::GenFS::read_dir (line 1085) ... FAILED [INFO] [stdout] test src/fs.rs - fs::Metadata::file_type (line 447) ... FAILED [INFO] [stdout] test src/fs.rs - fs::FileType::is_symlink (line 414) ... FAILED [INFO] [stdout] test src/fs.rs - fs::Metadata::len (line 498) ... FAILED [INFO] [stdout] test src/fs.rs - fs::OpenOptions (line 654) ... FAILED [INFO] [stdout] test src/fs.rs - fs::GenFS::hard_link (line 1025) ... FAILED [INFO] [stdout] test src/fs.rs - fs::Metadata::created (line 606) ... FAILED [INFO] [stdout] test src/fs.rs - fs::GenFS::set_permissions (line 1241) ... FAILED [INFO] [stdout] test src/fs.rs - fs::OpenOptions (line 640) ... FAILED [INFO] [stdout] test src/fs.rs - fs::GenFS::remove_file (line 1184) ... FAILED [INFO] [stdout] test src/fs.rs - fs::Metadata::is_file (line 481) ... FAILED [INFO] [stdout] test src/fs.rs - fs::GenFS::create_file (line 1366) ... FAILED [INFO] [stdout] test src/fs.rs - fs::Metadata::permissions (line 533) ... FAILED [INFO] [stdout] test src/fs.rs - fs::GenFS::remove_dir_all (line 1161) ... FAILED [INFO] [stdout] test src/fs.rs - fs::OpenOptions::write (line 698) ... FAILED [INFO] [stdout] test src/fs.rs - fs::Metadata::modified (line 554) ... FAILED [INFO] [stdout] test src/fs.rs - fs::OpenOptions::read (line 680) ... FAILED [INFO] [stdout] test src/fs.rs - fs::Metadata::is_dir (line 464) ... FAILED [INFO] [stdout] test src/fs.rs - fs::GenFS::rename (line 1214) ... FAILED [INFO] [stdout] test src/fs.rs - fs::OpenOptions::open (line 793) ... FAILED [INFO] [stdout] test src/mem/unix.rs - mem::unix (line 9) ... FAILED [INFO] [stdout] test src/fs.rs - fs::OpenOptions::append (line 717) ... FAILED [INFO] [stdout] test src/fs.rs - fs::OpenOptions::create (line 749) ... FAILED [INFO] [stdout] test src/fs.rs - fs::OpenOptions::create_new (line 768) ... FAILED [INFO] [stdout] test src/fs.rs - fs::OpenOptions::truncate (line 733) ... FAILED [INFO] [stdout] test src/fs.rs - fs::Permissions::set_readonly (line 843) ... FAILED [INFO] [stdout] test src/mem/unix.rs - mem::unix::DirBuilder (line 78) ... FAILED [INFO] [stdout] test src/mem/unix.rs - mem::unix::FS::new (line 990) ... FAILED [INFO] [stdout] test src/mem/mod.rs - mem (line 21) ... FAILED [INFO] [stdout] test src/mem/unix.rs - mem::unix::FS::with_mode (line 1003) ... FAILED [INFO] [stdout] test src/fs.rs - fs::Metadata::accessed (line 581) ... FAILED [INFO] [stdout] test src/mem/unix.rs - mem::unix::Permissions (line 789) ... FAILED [INFO] [stdout] test src/mem/unix.rs - mem::unix::File (line 246) ... FAILED [INFO] [stdout] test src/mem/unix.rs - mem::unix::OpenOptions (line 696) ... FAILED [INFO] [stdout] test src/mem/unix.rs - mem::unix::DirEntry (line 130) ... FAILED [INFO] [stdout] test src/mem/unix.rs - mem::unix::OpenOptions (line 711) ... FAILED [INFO] [stdout] test src/unix_ext/mod.rs - unix_ext::GenFSExt::set_ownership (line 280) ... FAILED [INFO] [stdout] test src/unix_ext/mod.rs - unix_ext (line 23) ... FAILED [INFO] [stdout] test src/mem/unix.rs - mem::unix::FS (line 935) ... FAILED [INFO] [stdout] test src/unix_ext/mod.rs - unix_ext (line 10) ... FAILED [INFO] [stdout] test src/unix_ext/mod.rs - unix_ext::OpenOptionsExt::custom_flags (line 156) ... FAILED [INFO] [stdout] test src/mem/unix.rs - mem::unix::FileType (line 593) ... FAILED [INFO] [stdout] test src/unix_ext/mod.rs - unix_ext::OpenOptionsExt::mode (line 131) ... FAILED [INFO] [stdout] test src/unix_ext/mod.rs - unix_ext::PermissionsExt::from_mode (line 230) ... FAILED [INFO] [stdout] test src/fs.rs - fs::Permissions::readonly (line 820) ... FAILED [INFO] [stdout] test src/unix_ext/mod.rs - unix_ext::PermissionsExt::set_mode (line 209) ... FAILED [INFO] [stdout] test src/unix_ext/mod.rs - unix_ext::PermissionsExt::mode (line 184) ... FAILED [INFO] [stdout] test src/unix_ext/mod.rs - unix_ext::GenFSExt::symlink (line 252) ... FAILED [INFO] [stdout] test src/unix_ext/mod.rs - unix_ext::FileExt::write_at (line 104) ... FAILED [INFO] [stdout] test src/unix_ext/mod.rs - unix_ext::DirBuilderExt::mode (line 50) ... FAILED [INFO] [stdout] test src/unix_ext/mod.rs - unix_ext::FileExt::read_at (line 76) ... FAILED [INFO] [stdout] test src/mem/unix.rs - mem::unix::Metadata (line 630) ... FAILED [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- src/disk/mod.rs - disk::DirBuilder (line 55) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `rsfs` [INFO] [stdout] --> src/disk/mod.rs:56:5 [INFO] [stdout] | [INFO] [stdout] 3 | use rsfs::*; [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `rsfs` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `rsfs`, use `cargo add rsfs` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/fs.rs - fs::DirEntry::file_type (line 126) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `rsfs` [INFO] [stdout] --> src/fs.rs:128:5 [INFO] [stdout] | [INFO] [stdout] 4 | use rsfs::mem::FS; [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `rsfs` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `rsfs`, use `cargo add rsfs` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `rsfs` [INFO] [stdout] --> src/fs.rs:127:5 [INFO] [stdout] | [INFO] [stdout] 3 | use rsfs::*; [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `rsfs` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `rsfs`, use `cargo add rsfs` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0433. [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/fs.rs - fs::DirEntry::file_name (line 148) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `rsfs` [INFO] [stdout] --> src/fs.rs:150:5 [INFO] [stdout] | [INFO] [stdout] 4 | use rsfs::mem::FS; [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `rsfs` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `rsfs`, use `cargo add rsfs` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `rsfs` [INFO] [stdout] --> src/fs.rs:149:5 [INFO] [stdout] | [INFO] [stdout] 3 | use rsfs::*; [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `rsfs` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `rsfs`, use `cargo add rsfs` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0433. [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/fs.rs - fs::File (line 179) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `rsfs` [INFO] [stdout] --> src/fs.rs:181:5 [INFO] [stdout] | [INFO] [stdout] 4 | use rsfs::mem::FS; [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `rsfs` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `rsfs`, use `cargo add rsfs` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `rsfs` [INFO] [stdout] --> src/fs.rs:180:5 [INFO] [stdout] | [INFO] [stdout] 3 | use rsfs::*; [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `rsfs` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `rsfs`, use `cargo add rsfs` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0433. [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/fs.rs - fs::DirEntry::metadata (line 104) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `rsfs` [INFO] [stdout] --> src/fs.rs:106:5 [INFO] [stdout] | [INFO] [stdout] 4 | use rsfs::mem::FS; [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `rsfs` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `rsfs`, use `cargo add rsfs` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `rsfs` [INFO] [stdout] --> src/fs.rs:105:5 [INFO] [stdout] | [INFO] [stdout] 3 | use rsfs::*; [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `rsfs` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `rsfs`, use `cargo add rsfs` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0433. [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/disk/mod.rs - disk::FileType (line 147) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `rsfs` [INFO] [stdout] --> src/disk/mod.rs:148:5 [INFO] [stdout] | [INFO] [stdout] 3 | use rsfs::*; [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `rsfs` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `rsfs`, use `cargo add rsfs` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/fs.rs - fs::DirBuilder::recursive (line 27) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `rsfs` [INFO] [stdout] --> src/fs.rs:29:5 [INFO] [stdout] | [INFO] [stdout] 4 | use rsfs::mem::FS; [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `rsfs` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `rsfs`, use `cargo add rsfs` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `rsfs` [INFO] [stdout] --> src/fs.rs:28:5 [INFO] [stdout] | [INFO] [stdout] 3 | use rsfs::*; [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `rsfs` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `rsfs`, use `cargo add rsfs` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0433. [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/fs.rs - fs::DirEntry::path (line 75) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `rsfs` [INFO] [stdout] --> src/fs.rs:77:5 [INFO] [stdout] | [INFO] [stdout] 4 | use rsfs::mem::FS; [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `rsfs` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `rsfs`, use `cargo add rsfs` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `rsfs` [INFO] [stdout] --> src/fs.rs:76:5 [INFO] [stdout] | [INFO] [stdout] 3 | use rsfs::*; [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `rsfs` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `rsfs`, use `cargo add rsfs` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0433. [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/disk/mod.rs - disk::Permissions (line 521) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `rsfs` [INFO] [stdout] --> src/disk/mod.rs:523:5 [INFO] [stdout] | [INFO] [stdout] 4 | use rsfs::mem::FS; [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `rsfs` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `rsfs`, use `cargo add rsfs` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `rsfs` [INFO] [stdout] --> src/disk/mod.rs:524:5 [INFO] [stdout] | [INFO] [stdout] 5 | use rsfs::unix_ext::*; [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `rsfs` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `rsfs`, use `cargo add rsfs` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `rsfs` [INFO] [stdout] --> src/disk/mod.rs:525:5 [INFO] [stdout] | [INFO] [stdout] 6 | use rsfs::mem::Permissions; [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `rsfs` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `rsfs`, use `cargo add rsfs` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `rsfs` [INFO] [stdout] --> src/disk/mod.rs:522:5 [INFO] [stdout] | [INFO] [stdout] 3 | use rsfs::*; [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `rsfs` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `rsfs`, use `cargo add rsfs` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 4 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0433. [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/fs.rs - fs::File::set_permissions (line 348) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `rsfs` [INFO] [stdout] --> src/fs.rs:350:5 [INFO] [stdout] | [INFO] [stdout] 4 | use rsfs::mem::FS; [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `rsfs` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `rsfs`, use `cargo add rsfs` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `rsfs` [INFO] [stdout] --> src/fs.rs:349:5 [INFO] [stdout] | [INFO] [stdout] 3 | use rsfs::*; [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `rsfs` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `rsfs`, use `cargo add rsfs` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0433. [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/disk/mod.rs - disk::OpenOptions (line 435) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `rsfs` [INFO] [stdout] --> src/disk/mod.rs:436:5 [INFO] [stdout] | [INFO] [stdout] 3 | use rsfs::*; [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `rsfs` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `rsfs`, use `cargo add rsfs` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/fs.rs - fs::File (line 213) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `rsfs` [INFO] [stdout] --> src/fs.rs:215:5 [INFO] [stdout] | [INFO] [stdout] 4 | use rsfs::mem::FS; [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `rsfs` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `rsfs`, use `cargo add rsfs` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `rsfs` [INFO] [stdout] --> src/fs.rs:214:5 [INFO] [stdout] | [INFO] [stdout] 3 | use rsfs::*; [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `rsfs` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `rsfs`, use `cargo add rsfs` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0433. [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/fs.rs - fs::DirBuilder::create (line 40) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `rsfs` [INFO] [stdout] --> src/fs.rs:42:5 [INFO] [stdout] | [INFO] [stdout] 4 | use rsfs::mem::FS; [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `rsfs` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `rsfs`, use `cargo add rsfs` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `rsfs` [INFO] [stdout] --> src/fs.rs:41:5 [INFO] [stdout] | [INFO] [stdout] 3 | use rsfs::*; [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `rsfs` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `rsfs`, use `cargo add rsfs` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0433. [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/fs.rs - fs::File::sync_data (line 271) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `rsfs` [INFO] [stdout] --> src/fs.rs:273:5 [INFO] [stdout] | [INFO] [stdout] 4 | use rsfs::mem::FS; [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `rsfs` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `rsfs`, use `cargo add rsfs` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `rsfs` [INFO] [stdout] --> src/fs.rs:272:5 [INFO] [stdout] | [INFO] [stdout] 3 | use rsfs::*; [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `rsfs` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `rsfs`, use `cargo add rsfs` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0433. [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/fs.rs - fs::File::set_len (line 297) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `rsfs` [INFO] [stdout] --> src/fs.rs:299:5 [INFO] [stdout] | [INFO] [stdout] 4 | use rsfs::mem::FS; [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `rsfs` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `rsfs`, use `cargo add rsfs` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `rsfs` [INFO] [stdout] --> src/fs.rs:298:5 [INFO] [stdout] | [INFO] [stdout] 3 | use rsfs::*; [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `rsfs` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `rsfs`, use `cargo add rsfs` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0433. [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/fs.rs - fs::File::metadata (line 313) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `rsfs` [INFO] [stdout] --> src/fs.rs:315:5 [INFO] [stdout] | [INFO] [stdout] 4 | use rsfs::mem::FS; [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `rsfs` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `rsfs`, use `cargo add rsfs` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `rsfs` [INFO] [stdout] --> src/fs.rs:314:5 [INFO] [stdout] | [INFO] [stdout] 3 | use rsfs::*; [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `rsfs` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `rsfs`, use `cargo add rsfs` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0433. [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/fs.rs - fs::File::sync_all (line 245) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `rsfs` [INFO] [stdout] --> src/fs.rs:247:5 [INFO] [stdout] | [INFO] [stdout] 4 | use rsfs::mem::FS; [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `rsfs` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `rsfs`, use `cargo add rsfs` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `rsfs` [INFO] [stdout] --> src/fs.rs:246:5 [INFO] [stdout] | [INFO] [stdout] 3 | use rsfs::*; [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `rsfs` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `rsfs`, use `cargo add rsfs` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0433. [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/disk/mod.rs - disk::OpenOptions (line 449) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `rsfs` [INFO] [stdout] --> src/disk/mod.rs:450:5 [INFO] [stdout] | [INFO] [stdout] 3 | use rsfs::*; [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `rsfs` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `rsfs`, use `cargo add rsfs` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/fs.rs - fs::GenFS (line 878) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `rsfs` [INFO] [stdout] --> src/fs.rs:879:5 [INFO] [stdout] | [INFO] [stdout] 3 | use rsfs::*; [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `rsfs` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `rsfs`, use `cargo add rsfs` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/fs.rs - fs::File (line 195) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `rsfs` [INFO] [stdout] --> src/fs.rs:197:5 [INFO] [stdout] | [INFO] [stdout] 4 | use rsfs::mem::FS; [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `rsfs` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `rsfs`, use `cargo add rsfs` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `rsfs` [INFO] [stdout] --> src/fs.rs:196:5 [INFO] [stdout] | [INFO] [stdout] 3 | use rsfs::*; [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `rsfs` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `rsfs`, use `cargo add rsfs` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0433. [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/disk/mod.rs - disk::Metadata (line 368) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `rsfs` [INFO] [stdout] --> src/disk/mod.rs:369:5 [INFO] [stdout] | [INFO] [stdout] 3 | use rsfs::*; [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `rsfs` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `rsfs`, use `cargo add rsfs` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/fs.rs - fs::GenFS::copy (line 952) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `rsfs` [INFO] [stdout] --> src/fs.rs:954:5 [INFO] [stdout] | [INFO] [stdout] 4 | use rsfs::mem::FS; [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `rsfs` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `rsfs`, use `cargo add rsfs` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `rsfs` [INFO] [stdout] --> src/fs.rs:953:5 [INFO] [stdout] | [INFO] [stdout] 3 | use rsfs::*; [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `rsfs` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `rsfs`, use `cargo add rsfs` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0433. [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/fs.rs - fs::File::try_clone (line 332) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `rsfs` [INFO] [stdout] --> src/fs.rs:334:5 [INFO] [stdout] | [INFO] [stdout] 4 | use rsfs::mem::FS; [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `rsfs` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `rsfs`, use `cargo add rsfs` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `rsfs` [INFO] [stdout] --> src/fs.rs:333:5 [INFO] [stdout] | [INFO] [stdout] 3 | use rsfs::*; [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `rsfs` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `rsfs`, use `cargo add rsfs` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0433. [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/disk/mod.rs - disk::FS (line 607) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `rsfs` [INFO] [stdout] --> src/disk/mod.rs:608:5 [INFO] [stdout] | [INFO] [stdout] 3 | use rsfs::*; [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `rsfs` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `rsfs`, use `cargo add rsfs` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/fs.rs - fs::GenFS::create_dir (line 979) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `rsfs` [INFO] [stdout] --> src/fs.rs:981:5 [INFO] [stdout] | [INFO] [stdout] 4 | use rsfs::mem::FS; [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `rsfs` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `rsfs`, use `cargo add rsfs` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `rsfs` [INFO] [stdout] --> src/fs.rs:980:5 [INFO] [stdout] | [INFO] [stdout] 3 | use rsfs::*; [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `rsfs` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `rsfs`, use `cargo add rsfs` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0433. [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/fs.rs - fs::GenFS::open_file (line 1341) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `rsfs` [INFO] [stdout] --> src/fs.rs:1343:5 [INFO] [stdout] | [INFO] [stdout] 4 | use rsfs::mem::FS; [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `rsfs` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `rsfs`, use `cargo add rsfs` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `rsfs` [INFO] [stdout] --> src/fs.rs:1342:5 [INFO] [stdout] | [INFO] [stdout] 3 | use rsfs::*; [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `rsfs` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `rsfs`, use `cargo add rsfs` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0433. [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/fs.rs - fs::GenFS (line 886) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `rsfs` [INFO] [stdout] --> src/fs.rs:888:5 [INFO] [stdout] | [INFO] [stdout] 4 | use rsfs::unix_ext::*; [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `rsfs` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `rsfs`, use `cargo add rsfs` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `rsfs` [INFO] [stdout] --> src/fs.rs:889:5 [INFO] [stderr] error: doctest failed, to rerun pass `--doc` [INFO] [stdout] | [INFO] [stdout] 5 | use rsfs::mem::FS; [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `rsfs` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `rsfs`, use `cargo add rsfs` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `rsfs` [INFO] [stdout] --> src/fs.rs:887:5 [INFO] [stdout] | [INFO] [stdout] 3 | use rsfs::*; [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `rsfs` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `rsfs`, use `cargo add rsfs` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 3 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0433. [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/fs.rs - fs::GenFS::new_dirbuilder (line 1312) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `rsfs` [INFO] [stdout] --> src/fs.rs:1314:5 [INFO] [stdout] | [INFO] [stdout] 4 | use rsfs::mem::FS; [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `rsfs` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `rsfs`, use `cargo add rsfs` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `rsfs` [INFO] [stdout] --> src/fs.rs:1313:5 [INFO] [stdout] | [INFO] [stdout] 3 | use rsfs::*; [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `rsfs` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `rsfs`, use `cargo add rsfs` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0433. [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/disk/mod.rs - disk::File (line 185) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `rsfs` [INFO] [stdout] --> src/disk/mod.rs:186:5 [INFO] [stdout] | [INFO] [stdout] 3 | use rsfs::*; [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `rsfs` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `rsfs`, use `cargo add rsfs` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/fs.rs - fs::GenFS::metadata (line 1054) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `rsfs` [INFO] [stdout] --> src/fs.rs:1056:5 [INFO] [stdout] | [INFO] [stdout] 4 | use rsfs::mem::FS; [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `rsfs` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `rsfs`, use `cargo add rsfs` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `rsfs` [INFO] [stdout] --> src/fs.rs:1055:5 [INFO] [stdout] | [INFO] [stdout] 3 | use rsfs::*; [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `rsfs` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `rsfs`, use `cargo add rsfs` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0433. [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/fs.rs - fs::FileType::is_file (line 390) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `rsfs` [INFO] [stdout] --> src/fs.rs:392:5 [INFO] [stdout] | [INFO] [stdout] 4 | use rsfs::mem::FS; [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `rsfs` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `rsfs`, use `cargo add rsfs` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `rsfs` [INFO] [stdout] --> src/fs.rs:391:5 [INFO] [stdout] | [INFO] [stdout] 3 | use rsfs::*; [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `rsfs` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `rsfs`, use `cargo add rsfs` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0433. [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/fs.rs - fs::GenFS::canonicalize (line 922) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `rsfs` [INFO] [stdout] --> src/fs.rs:924:5 [INFO] [stdout] | [INFO] [stdout] 4 | use rsfs::mem::FS; [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `rsfs` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `rsfs`, use `cargo add rsfs` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `rsfs` [INFO] [stdout] --> src/fs.rs:923:5 [INFO] [stdout] | [INFO] [stdout] 3 | use rsfs::*; [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `rsfs` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `rsfs`, use `cargo add rsfs` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0433. [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/disk/mod.rs - disk (line 12) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `rsfs` [INFO] [stdout] --> src/disk/mod.rs:15:5 [INFO] [stdout] | [INFO] [stdout] 5 | use rsfs::unix_ext::*; [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `rsfs` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `rsfs`, use `cargo add rsfs` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `rsfs` [INFO] [stdout] --> src/disk/mod.rs:14:5 [INFO] [stdout] | [INFO] [stdout] 4 | use rsfs::*; [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `rsfs` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `rsfs`, use `cargo add rsfs` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0433. [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/fs.rs - fs::GenFS::new_openopts (line 1291) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `rsfs` [INFO] [stdout] --> src/fs.rs:1293:5 [INFO] [stdout] | [INFO] [stdout] 4 | use rsfs::mem::FS; [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `rsfs` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `rsfs`, use `cargo add rsfs` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `rsfs` [INFO] [stdout] --> src/fs.rs:1292:5 [INFO] [stdout] | [INFO] [stdout] 3 | use rsfs::*; [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `rsfs` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `rsfs`, use `cargo add rsfs` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0433. [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/disk/mod.rs - disk::DirEntry (line 98) stdout ---- [INFO] [stdout] error[E0432]: unresolved import `rsfs` [INFO] [stdout] --> src/disk/mod.rs:99:5 [INFO] [stdout] | [INFO] [stdout] 3 | use rsfs::*; [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `rsfs` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `rsfs`, use `cargo add rsfs` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/fs.rs - fs::GenFS::read_link (line 1114) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `rsfs` [INFO] [stdout] --> src/fs.rs:1116:5 [INFO] [stdout] | [INFO] [stdout] 4 | use rsfs::mem::FS; [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `rsfs` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `rsfs`, use `cargo add rsfs` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `rsfs` [INFO] [stdout] --> src/fs.rs:1115:5 [INFO] [stdout] | [INFO] [stdout] 3 | use rsfs::*; [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `rsfs` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `rsfs`, use `cargo add rsfs` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0433. [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/fs.rs - fs::GenFS::remove_dir (line 1138) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `rsfs` [INFO] [stdout] --> src/fs.rs:1140:5 [INFO] [stdout] | [INFO] [stdout] 4 | use rsfs::mem::FS; [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `rsfs` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `rsfs`, use `cargo add rsfs` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `rsfs` [INFO] [stdout] --> src/fs.rs:1139:5 [INFO] [stdout] | [INFO] [stdout] 3 | use rsfs::*; [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `rsfs` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `rsfs`, use `cargo add rsfs` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0433. [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/fs.rs - fs::FileType::is_dir (line 372) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `rsfs` [INFO] [stdout] --> src/fs.rs:374:5 [INFO] [stdout] | [INFO] [stdout] 4 | use rsfs::mem::FS; [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `rsfs` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `rsfs`, use `cargo add rsfs` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `rsfs` [INFO] [stdout] --> src/fs.rs:373:5 [INFO] [stdout] | [INFO] [stdout] 3 | use rsfs::*; [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `rsfs` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `rsfs`, use `cargo add rsfs` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0433. [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/fs.rs - fs::GenFS::symlink_metadata (line 1269) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `rsfs` [INFO] [stdout] --> src/fs.rs:1271:5 [INFO] [stdout] | [INFO] [stdout] 4 | use rsfs::mem::FS; [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `rsfs` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `rsfs`, use `cargo add rsfs` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `rsfs` [INFO] [stdout] --> src/fs.rs:1270:5 [INFO] [stdout] | [INFO] [stdout] 3 | use rsfs::*; [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `rsfs` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `rsfs`, use `cargo add rsfs` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0433. [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/fs.rs - fs::GenFS::create_dir_all (line 1001) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `rsfs` [INFO] [stdout] --> src/fs.rs:1003:5 [INFO] [stdout] | [INFO] [stdout] 4 | use rsfs::mem::FS; [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `rsfs` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `rsfs`, use `cargo add rsfs` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `rsfs` [INFO] [stdout] --> src/fs.rs:1002:5 [INFO] [stdout] | [INFO] [stdout] 3 | use rsfs::*; [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `rsfs` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `rsfs`, use `cargo add rsfs` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0433. [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/fs.rs - fs::Metadata::is_empty (line 515) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `rsfs` [INFO] [stdout] --> src/fs.rs:517:5 [INFO] [stdout] | [INFO] [stdout] 4 | use rsfs::mem::FS; [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `rsfs` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `rsfs`, use `cargo add rsfs` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `rsfs` [INFO] [stdout] --> src/fs.rs:516:5 [INFO] [stdout] | [INFO] [stdout] 3 | use rsfs::*; [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `rsfs` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `rsfs`, use `cargo add rsfs` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0433. [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/fs.rs - fs::GenFS::read_dir (line 1085) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `rsfs` [INFO] [stdout] --> src/fs.rs:1087:5 [INFO] [stdout] | [INFO] [stdout] 4 | use rsfs::mem::FS; [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `rsfs` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `rsfs`, use `cargo add rsfs` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `rsfs` [INFO] [stdout] --> src/fs.rs:1086:5 [INFO] [stdout] | [INFO] [stdout] 3 | use rsfs::*; [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `rsfs` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `rsfs`, use `cargo add rsfs` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0433. [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/fs.rs - fs::Metadata::file_type (line 447) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `rsfs` [INFO] [stdout] --> src/fs.rs:449:5 [INFO] [stdout] | [INFO] [stdout] 4 | use rsfs::mem::FS; [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `rsfs` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `rsfs`, use `cargo add rsfs` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `rsfs` [INFO] [stdout] --> src/fs.rs:448:5 [INFO] [stdout] | [INFO] [stdout] 3 | use rsfs::*; [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `rsfs` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `rsfs`, use `cargo add rsfs` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0433. [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/fs.rs - fs::FileType::is_symlink (line 414) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `rsfs` [INFO] [stdout] --> src/fs.rs:416:5 [INFO] [stdout] | [INFO] [stdout] 4 | use rsfs::mem::FS; [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `rsfs` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `rsfs`, use `cargo add rsfs` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `rsfs` [INFO] [stdout] --> src/fs.rs:415:5 [INFO] [stdout] | [INFO] [stdout] 3 | use rsfs::*; [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `rsfs` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `rsfs`, use `cargo add rsfs` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0433. [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/fs.rs - fs::Metadata::len (line 498) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `rsfs` [INFO] [stdout] --> src/fs.rs:500:5 [INFO] [stdout] | [INFO] [stdout] 4 | use rsfs::mem::FS; [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `rsfs` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `rsfs`, use `cargo add rsfs` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `rsfs` [INFO] [stdout] --> src/fs.rs:499:5 [INFO] [stdout] | [INFO] [stdout] 3 | use rsfs::*; [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `rsfs` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `rsfs`, use `cargo add rsfs` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0433. [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/fs.rs - fs::OpenOptions (line 654) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `rsfs` [INFO] [stdout] --> src/fs.rs:656:5 [INFO] [stdout] | [INFO] [stdout] 4 | use rsfs::mem::FS; [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `rsfs` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `rsfs`, use `cargo add rsfs` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `rsfs` [INFO] [stdout] --> src/fs.rs:655:5 [INFO] [stdout] | [INFO] [stdout] 3 | use rsfs::*; [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `rsfs` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `rsfs`, use `cargo add rsfs` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0433. [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/fs.rs - fs::GenFS::hard_link (line 1025) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `rsfs` [INFO] [stdout] --> src/fs.rs:1027:5 [INFO] [stdout] | [INFO] [stdout] 4 | use rsfs::mem::FS; [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `rsfs` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `rsfs`, use `cargo add rsfs` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `rsfs` [INFO] [stdout] --> src/fs.rs:1026:5 [INFO] [stdout] | [INFO] [stdout] 3 | use rsfs::*; [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `rsfs` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `rsfs`, use `cargo add rsfs` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0433. [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/fs.rs - fs::Metadata::created (line 606) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `rsfs` [INFO] [stdout] --> src/fs.rs:608:5 [INFO] [stdout] | [INFO] [stdout] 4 | use rsfs::mem::FS; [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `rsfs` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `rsfs`, use `cargo add rsfs` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `rsfs` [INFO] [stdout] --> src/fs.rs:607:5 [INFO] [stdout] | [INFO] [stdout] 3 | use rsfs::*; [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `rsfs` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `rsfs`, use `cargo add rsfs` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0433. [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/fs.rs - fs::GenFS::set_permissions (line 1241) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `rsfs` [INFO] [stdout] --> src/fs.rs:1243:5 [INFO] [stdout] | [INFO] [stdout] 4 | use rsfs::unix_ext::*; [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `rsfs` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `rsfs`, use `cargo add rsfs` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `rsfs` [INFO] [stdout] --> src/fs.rs:1244:5 [INFO] [stdout] | [INFO] [stdout] 5 | use rsfs::mem::{FS, Permissions}; [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `rsfs` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `rsfs`, use `cargo add rsfs` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `rsfs` [INFO] [stdout] --> src/fs.rs:1242:5 [INFO] [stdout] | [INFO] [stdout] 3 | use rsfs::*; [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `rsfs` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `rsfs`, use `cargo add rsfs` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 3 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0433. [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/fs.rs - fs::OpenOptions (line 640) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `rsfs` [INFO] [stdout] --> src/fs.rs:642:5 [INFO] [stdout] | [INFO] [stdout] 4 | use rsfs::mem::FS; [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `rsfs` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `rsfs`, use `cargo add rsfs` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `rsfs` [INFO] [stdout] --> src/fs.rs:641:5 [INFO] [stdout] | [INFO] [stdout] 3 | use rsfs::*; [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `rsfs` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `rsfs`, use `cargo add rsfs` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0433. [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/fs.rs - fs::GenFS::remove_file (line 1184) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `rsfs` [INFO] [stdout] --> src/fs.rs:1186:5 [INFO] [stdout] | [INFO] [stdout] 4 | use rsfs::mem::FS; [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `rsfs` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `rsfs`, use `cargo add rsfs` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `rsfs` [INFO] [stdout] --> src/fs.rs:1185:5 [INFO] [stdout] | [INFO] [stdout] 3 | use rsfs::*; [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `rsfs` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `rsfs`, use `cargo add rsfs` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0433. [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/fs.rs - fs::Metadata::is_file (line 481) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `rsfs` [INFO] [stdout] --> src/fs.rs:483:5 [INFO] [stdout] | [INFO] [stdout] 4 | use rsfs::mem::FS; [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `rsfs` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `rsfs`, use `cargo add rsfs` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `rsfs` [INFO] [stdout] --> src/fs.rs:482:5 [INFO] [stdout] | [INFO] [stdout] 3 | use rsfs::*; [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `rsfs` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `rsfs`, use `cargo add rsfs` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0433. [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/fs.rs - fs::GenFS::create_file (line 1366) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `rsfs` [INFO] [stdout] --> src/fs.rs:1368:5 [INFO] [stdout] | [INFO] [stdout] 4 | use rsfs::mem::FS; [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `rsfs` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `rsfs`, use `cargo add rsfs` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `rsfs` [INFO] [stdout] --> src/fs.rs:1367:5 [INFO] [stdout] | [INFO] [stdout] 3 | use rsfs::*; [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `rsfs` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `rsfs`, use `cargo add rsfs` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0433. [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/fs.rs - fs::Metadata::permissions (line 533) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `rsfs` [INFO] [stdout] --> src/fs.rs:535:5 [INFO] [stdout] | [INFO] [stdout] 4 | use rsfs::mem::FS; [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `rsfs` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `rsfs`, use `cargo add rsfs` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `rsfs` [INFO] [stdout] --> src/fs.rs:534:5 [INFO] [stdout] | [INFO] [stdout] 3 | use rsfs::*; [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `rsfs` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `rsfs`, use `cargo add rsfs` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0433. [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/fs.rs - fs::GenFS::remove_dir_all (line 1161) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `rsfs` [INFO] [stdout] --> src/fs.rs:1163:5 [INFO] [stdout] | [INFO] [stdout] 4 | use rsfs::mem::FS; [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `rsfs` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `rsfs`, use `cargo add rsfs` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `rsfs` [INFO] [stdout] --> src/fs.rs:1162:5 [INFO] [stdout] | [INFO] [stdout] 3 | use rsfs::*; [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `rsfs` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `rsfs`, use `cargo add rsfs` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0433. [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/fs.rs - fs::OpenOptions::write (line 698) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `rsfs` [INFO] [stdout] --> src/fs.rs:700:5 [INFO] [stdout] | [INFO] [stdout] 4 | use rsfs::mem::FS; [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `rsfs` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `rsfs`, use `cargo add rsfs` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `rsfs` [INFO] [stdout] --> src/fs.rs:699:5 [INFO] [stdout] | [INFO] [stdout] 3 | use rsfs::*; [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `rsfs` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `rsfs`, use `cargo add rsfs` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0433. [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/fs.rs - fs::Metadata::modified (line 554) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `rsfs` [INFO] [stdout] --> src/fs.rs:556:5 [INFO] [stdout] | [INFO] [stdout] 4 | use rsfs::mem::FS; [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `rsfs` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `rsfs`, use `cargo add rsfs` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `rsfs` [INFO] [stdout] --> src/fs.rs:555:5 [INFO] [stdout] | [INFO] [stdout] 3 | use rsfs::*; [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `rsfs` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `rsfs`, use `cargo add rsfs` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0433. [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/fs.rs - fs::OpenOptions::read (line 680) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `rsfs` [INFO] [stdout] --> src/fs.rs:682:5 [INFO] [stdout] | [INFO] [stdout] 4 | use rsfs::mem::FS; [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `rsfs` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `rsfs`, use `cargo add rsfs` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `rsfs` [INFO] [stdout] --> src/fs.rs:681:5 [INFO] [stdout] | [INFO] [stdout] 3 | use rsfs::*; [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `rsfs` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `rsfs`, use `cargo add rsfs` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0433. [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/fs.rs - fs::Metadata::is_dir (line 464) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `rsfs` [INFO] [stdout] --> src/fs.rs:466:5 [INFO] [stdout] | [INFO] [stdout] 4 | use rsfs::mem::FS; [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `rsfs` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `rsfs`, use `cargo add rsfs` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `rsfs` [INFO] [stdout] --> src/fs.rs:465:5 [INFO] [stdout] | [INFO] [stdout] 3 | use rsfs::*; [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `rsfs` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `rsfs`, use `cargo add rsfs` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0433. [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/fs.rs - fs::GenFS::rename (line 1214) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `rsfs` [INFO] [stdout] --> src/fs.rs:1216:5 [INFO] [stdout] | [INFO] [stdout] 4 | use rsfs::mem::FS; [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `rsfs` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `rsfs`, use `cargo add rsfs` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `rsfs` [INFO] [stdout] --> src/fs.rs:1215:5 [INFO] [stdout] | [INFO] [stdout] 3 | use rsfs::*; [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `rsfs` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `rsfs`, use `cargo add rsfs` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0433. [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/fs.rs - fs::OpenOptions::open (line 793) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `rsfs` [INFO] [stdout] --> src/fs.rs:795:5 [INFO] [stdout] | [INFO] [stdout] 4 | use rsfs::mem::FS; [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `rsfs` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `rsfs`, use `cargo add rsfs` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `rsfs` [INFO] [stdout] --> src/fs.rs:794:5 [INFO] [stdout] | [INFO] [stdout] 3 | use rsfs::*; [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `rsfs` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `rsfs`, use `cargo add rsfs` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0433. [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/mem/unix.rs - mem::unix (line 9) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `rsfs` [INFO] [stdout] --> src/mem/unix.rs:14:5 [INFO] [stdout] | [INFO] [stdout] 7 | use rsfs::unix_ext::*; [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `rsfs` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `rsfs`, use `cargo add rsfs` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `rsfs` [INFO] [stdout] --> src/mem/unix.rs:15:5 [INFO] [stdout] | [INFO] [stdout] 8 | use rsfs::mem::unix::FS; [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `rsfs` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `rsfs`, use `cargo add rsfs` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `rsfs` [INFO] [stdout] --> src/mem/unix.rs:13:5 [INFO] [stdout] | [INFO] [stdout] 6 | use rsfs::*; [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `rsfs` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `rsfs`, use `cargo add rsfs` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 3 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0433. [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/fs.rs - fs::OpenOptions::append (line 717) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `rsfs` [INFO] [stdout] --> src/fs.rs:719:5 [INFO] [stdout] | [INFO] [stdout] 4 | use rsfs::mem::FS; [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `rsfs` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `rsfs`, use `cargo add rsfs` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `rsfs` [INFO] [stdout] --> src/fs.rs:718:5 [INFO] [stdout] | [INFO] [stdout] 3 | use rsfs::*; [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `rsfs` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `rsfs`, use `cargo add rsfs` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0433. [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/fs.rs - fs::OpenOptions::create (line 749) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `rsfs` [INFO] [stdout] --> src/fs.rs:751:5 [INFO] [stdout] | [INFO] [stdout] 4 | use rsfs::mem::FS; [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `rsfs` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `rsfs`, use `cargo add rsfs` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `rsfs` [INFO] [stdout] --> src/fs.rs:750:5 [INFO] [stdout] | [INFO] [stdout] 3 | use rsfs::*; [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `rsfs` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `rsfs`, use `cargo add rsfs` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0433. [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/fs.rs - fs::OpenOptions::create_new (line 768) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `rsfs` [INFO] [stdout] --> src/fs.rs:770:5 [INFO] [stdout] | [INFO] [stdout] 4 | use rsfs::mem::FS; [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `rsfs` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `rsfs`, use `cargo add rsfs` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `rsfs` [INFO] [stdout] --> src/fs.rs:769:5 [INFO] [stdout] | [INFO] [stdout] 3 | use rsfs::*; [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `rsfs` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `rsfs`, use `cargo add rsfs` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0433. [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/fs.rs - fs::OpenOptions::truncate (line 733) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `rsfs` [INFO] [stdout] --> src/fs.rs:735:5 [INFO] [stdout] | [INFO] [stdout] 4 | use rsfs::mem::FS; [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `rsfs` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `rsfs`, use `cargo add rsfs` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `rsfs` [INFO] [stdout] --> src/fs.rs:734:5 [INFO] [stdout] | [INFO] [stdout] 3 | use rsfs::*; [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `rsfs` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `rsfs`, use `cargo add rsfs` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0433. [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/fs.rs - fs::Permissions::set_readonly (line 843) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `rsfs` [INFO] [stdout] --> src/fs.rs:845:5 [INFO] [stdout] | [INFO] [stdout] 4 | use rsfs::mem::FS; [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `rsfs` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `rsfs`, use `cargo add rsfs` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `rsfs` [INFO] [stdout] --> src/fs.rs:844:5 [INFO] [stdout] | [INFO] [stdout] 3 | use rsfs::*; [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `rsfs` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `rsfs`, use `cargo add rsfs` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0433. [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/mem/unix.rs - mem::unix::DirBuilder (line 78) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `rsfs` [INFO] [stdout] --> src/mem/unix.rs:80:5 [INFO] [stdout] | [INFO] [stdout] 4 | use rsfs::mem::FS; [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `rsfs` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `rsfs`, use `cargo add rsfs` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `rsfs` [INFO] [stdout] --> src/mem/unix.rs:79:5 [INFO] [stdout] | [INFO] [stdout] 3 | use rsfs::*; [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `rsfs` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `rsfs`, use `cargo add rsfs` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0433. [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/mem/unix.rs - mem::unix::FS::new (line 990) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `rsfs` [INFO] [stdout] --> src/mem/unix.rs:992:5 [INFO] [stdout] | [INFO] [stdout] 4 | use rsfs::mem::FS; [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `rsfs` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `rsfs`, use `cargo add rsfs` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `rsfs` [INFO] [stdout] --> src/mem/unix.rs:991:5 [INFO] [stdout] | [INFO] [stdout] 3 | use rsfs::*; [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `rsfs` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `rsfs`, use `cargo add rsfs` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0433. [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/mem/mod.rs - mem (line 21) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `rsfs` [INFO] [stdout] --> src/mem/mod.rs:26:5 [INFO] [stdout] | [INFO] [stdout] 7 | use rsfs::mem::FS; [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `rsfs` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `rsfs`, use `cargo add rsfs` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `rsfs` [INFO] [stdout] --> src/mem/mod.rs:25:5 [INFO] [stdout] | [INFO] [stdout] 6 | use rsfs::*; [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `rsfs` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `rsfs`, use `cargo add rsfs` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0433. [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/mem/unix.rs - mem::unix::FS::with_mode (line 1003) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `rsfs` [INFO] [stdout] --> src/mem/unix.rs:1005:5 [INFO] [stdout] | [INFO] [stdout] 4 | use rsfs::mem::FS; [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `rsfs` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `rsfs`, use `cargo add rsfs` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `rsfs` [INFO] [stdout] --> src/mem/unix.rs:1004:5 [INFO] [stdout] | [INFO] [stdout] 3 | use rsfs::*; [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `rsfs` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `rsfs`, use `cargo add rsfs` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0433. [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/fs.rs - fs::Metadata::accessed (line 581) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `rsfs` [INFO] [stdout] --> src/fs.rs:583:5 [INFO] [stdout] | [INFO] [stdout] 4 | use rsfs::mem::FS; [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `rsfs` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `rsfs`, use `cargo add rsfs` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `rsfs` [INFO] [stdout] --> src/fs.rs:582:5 [INFO] [stdout] | [INFO] [stdout] 3 | use rsfs::*; [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `rsfs` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `rsfs`, use `cargo add rsfs` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0433. [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/mem/unix.rs - mem::unix::Permissions (line 789) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `rsfs` [INFO] [stdout] --> src/mem/unix.rs:791:5 [INFO] [stdout] | [INFO] [stdout] 4 | use rsfs::mem::FS; [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `rsfs` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `rsfs`, use `cargo add rsfs` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `rsfs` [INFO] [stdout] --> src/mem/unix.rs:792:5 [INFO] [stdout] | [INFO] [stdout] 5 | use rsfs::unix_ext::*; [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `rsfs` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `rsfs`, use `cargo add rsfs` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `rsfs` [INFO] [stdout] --> src/mem/unix.rs:793:5 [INFO] [stdout] | [INFO] [stdout] 6 | use rsfs::mem::Permissions; [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `rsfs` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `rsfs`, use `cargo add rsfs` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `rsfs` [INFO] [stdout] --> src/mem/unix.rs:790:5 [INFO] [stdout] | [INFO] [stdout] 3 | use rsfs::*; [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `rsfs` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `rsfs`, use `cargo add rsfs` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 4 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0433. [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/mem/unix.rs - mem::unix::File (line 246) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `rsfs` [INFO] [stdout] --> src/mem/unix.rs:248:5 [INFO] [stdout] | [INFO] [stdout] 4 | use rsfs::mem::FS; [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `rsfs` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `rsfs`, use `cargo add rsfs` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `rsfs` [INFO] [stdout] --> src/mem/unix.rs:247:5 [INFO] [stdout] | [INFO] [stdout] 3 | use rsfs::*; [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `rsfs` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `rsfs`, use `cargo add rsfs` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0433. [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/mem/unix.rs - mem::unix::OpenOptions (line 696) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `rsfs` [INFO] [stdout] --> src/mem/unix.rs:698:5 [INFO] [stdout] | [INFO] [stdout] 4 | use rsfs::mem::FS; [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `rsfs` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `rsfs`, use `cargo add rsfs` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `rsfs` [INFO] [stdout] --> src/mem/unix.rs:697:5 [INFO] [stdout] | [INFO] [stdout] 3 | use rsfs::*; [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `rsfs` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `rsfs`, use `cargo add rsfs` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0433. [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/mem/unix.rs - mem::unix::DirEntry (line 130) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `rsfs` [INFO] [stdout] --> src/mem/unix.rs:132:5 [INFO] [stdout] | [INFO] [stdout] 4 | use rsfs::mem::FS; [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `rsfs` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `rsfs`, use `cargo add rsfs` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `rsfs` [INFO] [stdout] --> src/mem/unix.rs:131:5 [INFO] [stdout] | [INFO] [stdout] 3 | use rsfs::*; [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `rsfs` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `rsfs`, use `cargo add rsfs` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0433. [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/mem/unix.rs - mem::unix::OpenOptions (line 711) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `rsfs` [INFO] [stdout] --> src/mem/unix.rs:713:5 [INFO] [stdout] | [INFO] [stdout] 4 | use rsfs::mem::FS; [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `rsfs` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `rsfs`, use `cargo add rsfs` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `rsfs` [INFO] [stdout] --> src/mem/unix.rs:712:5 [INFO] [stdout] | [INFO] [stdout] 3 | use rsfs::*; [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `rsfs` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `rsfs`, use `cargo add rsfs` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0433. [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/unix_ext/mod.rs - unix_ext::GenFSExt::set_ownership (line 280) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `rsfs` [INFO] [stdout] --> src/unix_ext/mod.rs:282:5 [INFO] [stdout] | [INFO] [stdout] 4 | use rsfs::unix_ext::*; [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `rsfs` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `rsfs`, use `cargo add rsfs` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `rsfs` [INFO] [stdout] --> src/unix_ext/mod.rs:283:5 [INFO] [stdout] | [INFO] [stdout] 5 | use rsfs::mem::{FS, Permissions}; [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `rsfs` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `rsfs`, use `cargo add rsfs` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `rsfs` [INFO] [stdout] --> src/unix_ext/mod.rs:281:5 [INFO] [stdout] | [INFO] [stdout] 3 | use rsfs::*; [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `rsfs` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `rsfs`, use `cargo add rsfs` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 3 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0433. [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/unix_ext/mod.rs - unix_ext (line 23) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `rsfs` [INFO] [stdout] --> src/unix_ext/mod.rs:25:5 [INFO] [stdout] | [INFO] [stdout] 4 | use rsfs::unix_ext::*; [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `rsfs` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `rsfs`, use `cargo add rsfs` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `rsfs` [INFO] [stdout] --> src/unix_ext/mod.rs:26:5 [INFO] [stdout] | [INFO] [stdout] 5 | use rsfs::mem::FS; [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `rsfs` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `rsfs`, use `cargo add rsfs` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `rsfs` [INFO] [stdout] --> src/unix_ext/mod.rs:24:5 [INFO] [stdout] | [INFO] [stdout] 3 | use rsfs::*; [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `rsfs` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `rsfs`, use `cargo add rsfs` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 3 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0433. [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/mem/unix.rs - mem::unix::FS (line 935) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `rsfs` [INFO] [stdout] --> src/mem/unix.rs:937:5 [INFO] [stdout] | [INFO] [stdout] 4 | use rsfs::mem::FS; [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `rsfs` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `rsfs`, use `cargo add rsfs` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `rsfs` [INFO] [stdout] --> src/mem/unix.rs:936:5 [INFO] [stdout] | [INFO] [stdout] 3 | use rsfs::*; [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `rsfs` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `rsfs`, use `cargo add rsfs` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0433. [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/unix_ext/mod.rs - unix_ext (line 10) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `rsfs` [INFO] [stdout] --> src/unix_ext/mod.rs:12:5 [INFO] [stdout] | [INFO] [stdout] 4 | use rsfs::unix_ext::*; [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `rsfs` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `rsfs`, use `cargo add rsfs` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `rsfs` [INFO] [stdout] --> src/unix_ext/mod.rs:11:5 [INFO] [stdout] | [INFO] [stdout] 3 | use rsfs::*; [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `rsfs` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `rsfs`, use `cargo add rsfs` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0433. [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/unix_ext/mod.rs - unix_ext::OpenOptionsExt::custom_flags (line 156) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `rsfs` [INFO] [stdout] --> src/unix_ext/mod.rs:158:5 [INFO] [stdout] | [INFO] [stdout] 4 | use rsfs::unix_ext::*; [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `rsfs` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `rsfs`, use `cargo add rsfs` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `rsfs` [INFO] [stdout] --> src/unix_ext/mod.rs:159:5 [INFO] [stdout] | [INFO] [stdout] 5 | use rsfs::mem::FS; [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `rsfs` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `rsfs`, use `cargo add rsfs` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `rsfs` [INFO] [stdout] --> src/unix_ext/mod.rs:157:5 [INFO] [stdout] | [INFO] [stdout] 3 | use rsfs::*; [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `rsfs` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `rsfs`, use `cargo add rsfs` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 3 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0433. [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/mem/unix.rs - mem::unix::FileType (line 593) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `rsfs` [INFO] [stdout] --> src/mem/unix.rs:595:5 [INFO] [stdout] | [INFO] [stdout] 4 | use rsfs::mem::FS; [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `rsfs` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `rsfs`, use `cargo add rsfs` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `rsfs` [INFO] [stdout] --> src/mem/unix.rs:594:5 [INFO] [stdout] | [INFO] [stdout] 3 | use rsfs::*; [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `rsfs` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `rsfs`, use `cargo add rsfs` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0433. [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/unix_ext/mod.rs - unix_ext::OpenOptionsExt::mode (line 131) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `rsfs` [INFO] [stdout] --> src/unix_ext/mod.rs:133:5 [INFO] [stdout] | [INFO] [stdout] 4 | use rsfs::unix_ext::*; [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `rsfs` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `rsfs`, use `cargo add rsfs` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `rsfs` [INFO] [stdout] --> src/unix_ext/mod.rs:134:5 [INFO] [stdout] | [INFO] [stdout] 5 | use rsfs::mem::FS; [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `rsfs` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `rsfs`, use `cargo add rsfs` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `rsfs` [INFO] [stdout] --> src/unix_ext/mod.rs:132:5 [INFO] [stdout] | [INFO] [stdout] 3 | use rsfs::*; [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `rsfs` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `rsfs`, use `cargo add rsfs` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 3 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0433. [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/unix_ext/mod.rs - unix_ext::PermissionsExt::from_mode (line 230) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `rsfs` [INFO] [stdout] --> src/unix_ext/mod.rs:232:5 [INFO] [stdout] | [INFO] [stdout] 4 | use rsfs::unix_ext::*; [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `rsfs` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `rsfs`, use `cargo add rsfs` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `rsfs` [INFO] [stdout] --> src/unix_ext/mod.rs:233:5 [INFO] [stdout] | [INFO] [stdout] 5 | use rsfs::mem::Permissions; [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `rsfs` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `rsfs`, use `cargo add rsfs` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `rsfs` [INFO] [stdout] --> src/unix_ext/mod.rs:231:5 [INFO] [stdout] | [INFO] [stdout] 3 | use rsfs::*; [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `rsfs` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `rsfs`, use `cargo add rsfs` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 3 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0433. [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/fs.rs - fs::Permissions::readonly (line 820) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `rsfs` [INFO] [stdout] --> src/fs.rs:822:5 [INFO] [stdout] | [INFO] [stdout] 4 | use rsfs::mem::FS; [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `rsfs` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `rsfs`, use `cargo add rsfs` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `rsfs` [INFO] [stdout] --> src/fs.rs:821:5 [INFO] [stdout] | [INFO] [stdout] 3 | use rsfs::*; [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `rsfs` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `rsfs`, use `cargo add rsfs` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0433. [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/unix_ext/mod.rs - unix_ext::PermissionsExt::set_mode (line 209) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `rsfs` [INFO] [stdout] --> src/unix_ext/mod.rs:211:5 [INFO] [stdout] | [INFO] [stdout] 4 | use rsfs::unix_ext::*; [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `rsfs` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `rsfs`, use `cargo add rsfs` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `rsfs` [INFO] [stdout] --> src/unix_ext/mod.rs:212:5 [INFO] [stdout] | [INFO] [stdout] 5 | use rsfs::mem::FS; [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `rsfs` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `rsfs`, use `cargo add rsfs` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `rsfs` [INFO] [stdout] --> src/unix_ext/mod.rs:210:5 [INFO] [stdout] | [INFO] [stdout] 3 | use rsfs::*; [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `rsfs` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `rsfs`, use `cargo add rsfs` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 3 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0433. [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/unix_ext/mod.rs - unix_ext::PermissionsExt::mode (line 184) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `rsfs` [INFO] [stdout] --> src/unix_ext/mod.rs:186:5 [INFO] [stdout] | [INFO] [stdout] 4 | use rsfs::unix_ext::*; [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `rsfs` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `rsfs`, use `cargo add rsfs` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `rsfs` [INFO] [stdout] --> src/unix_ext/mod.rs:187:5 [INFO] [stdout] | [INFO] [stdout] 5 | use rsfs::mem::FS; [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `rsfs` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `rsfs`, use `cargo add rsfs` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `rsfs` [INFO] [stdout] --> src/unix_ext/mod.rs:185:5 [INFO] [stdout] | [INFO] [stdout] 3 | use rsfs::*; [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `rsfs` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `rsfs`, use `cargo add rsfs` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 3 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0433. [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/unix_ext/mod.rs - unix_ext::GenFSExt::symlink (line 252) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `rsfs` [INFO] [stdout] --> src/unix_ext/mod.rs:254:5 [INFO] [stdout] | [INFO] [stdout] 4 | use rsfs::unix_ext::*; [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `rsfs` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `rsfs`, use `cargo add rsfs` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `rsfs` [INFO] [stdout] --> src/unix_ext/mod.rs:255:5 [INFO] [stdout] | [INFO] [stdout] 5 | use rsfs::mem::FS; [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `rsfs` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `rsfs`, use `cargo add rsfs` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `rsfs` [INFO] [stdout] --> src/unix_ext/mod.rs:253:5 [INFO] [stdout] | [INFO] [stdout] 3 | use rsfs::*; [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `rsfs` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `rsfs`, use `cargo add rsfs` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 3 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0433. [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/unix_ext/mod.rs - unix_ext::FileExt::write_at (line 104) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `rsfs` [INFO] [stdout] --> src/unix_ext/mod.rs:106:5 [INFO] [stdout] | [INFO] [stdout] 4 | use rsfs::unix_ext::*; [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `rsfs` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `rsfs`, use `cargo add rsfs` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `rsfs` [INFO] [stdout] --> src/unix_ext/mod.rs:107:5 [INFO] [stdout] | [INFO] [stdout] 5 | use rsfs::mem::FS; [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `rsfs` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `rsfs`, use `cargo add rsfs` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `rsfs` [INFO] [stdout] --> src/unix_ext/mod.rs:105:5 [INFO] [stdout] | [INFO] [stdout] 3 | use rsfs::*; [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `rsfs` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `rsfs`, use `cargo add rsfs` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 3 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0433. [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/unix_ext/mod.rs - unix_ext::DirBuilderExt::mode (line 50) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `rsfs` [INFO] [stdout] --> src/unix_ext/mod.rs:52:5 [INFO] [stdout] | [INFO] [stdout] 4 | use rsfs::unix_ext::*; [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `rsfs` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `rsfs`, use `cargo add rsfs` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `rsfs` [INFO] [stdout] --> src/unix_ext/mod.rs:53:5 [INFO] [stdout] | [INFO] [stdout] 5 | use rsfs::mem::FS; [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `rsfs` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `rsfs`, use `cargo add rsfs` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `rsfs` [INFO] [stdout] --> src/unix_ext/mod.rs:51:5 [INFO] [stdout] | [INFO] [stdout] 3 | use rsfs::*; [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `rsfs` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `rsfs`, use `cargo add rsfs` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 3 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0433. [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/unix_ext/mod.rs - unix_ext::FileExt::read_at (line 76) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `rsfs` [INFO] [stdout] --> src/unix_ext/mod.rs:78:5 [INFO] [stdout] | [INFO] [stdout] 4 | use rsfs::unix_ext::*; [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `rsfs` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `rsfs`, use `cargo add rsfs` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `rsfs` [INFO] [stdout] --> src/unix_ext/mod.rs:79:5 [INFO] [stdout] | [INFO] [stdout] 5 | use rsfs::mem::FS; [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `rsfs` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `rsfs`, use `cargo add rsfs` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `rsfs` [INFO] [stdout] --> src/unix_ext/mod.rs:77:5 [INFO] [stdout] | [INFO] [stdout] 3 | use rsfs::*; [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `rsfs` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `rsfs`, use `cargo add rsfs` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 3 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0433. [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/mem/unix.rs - mem::unix::Metadata (line 630) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `rsfs` [INFO] [stdout] --> src/mem/unix.rs:632:5 [INFO] [stdout] | [INFO] [stdout] 4 | use rsfs::mem::FS; [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `rsfs` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `rsfs`, use `cargo add rsfs` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `rsfs` [INFO] [stdout] --> src/mem/unix.rs:631:5 [INFO] [stdout] | [INFO] [stdout] 3 | use rsfs::*; [INFO] [stdout] | ^^^^ use of unresolved module or unlinked crate `rsfs` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `rsfs`, use `cargo add rsfs` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0433. [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] src/disk/mod.rs - disk (line 12) [INFO] [stdout] src/disk/mod.rs - disk::DirBuilder (line 55) [INFO] [stdout] src/disk/mod.rs - disk::DirEntry (line 98) [INFO] [stdout] src/disk/mod.rs - disk::FS (line 607) [INFO] [stdout] src/disk/mod.rs - disk::File (line 185) [INFO] [stdout] src/disk/mod.rs - disk::FileType (line 147) [INFO] [stdout] src/disk/mod.rs - disk::Metadata (line 368) [INFO] [stdout] src/disk/mod.rs - disk::OpenOptions (line 435) [INFO] [stdout] src/disk/mod.rs - disk::OpenOptions (line 449) [INFO] [stdout] src/disk/mod.rs - disk::Permissions (line 521) [INFO] [stdout] src/fs.rs - fs::DirBuilder::create (line 40) [INFO] [stdout] src/fs.rs - fs::DirBuilder::recursive (line 27) [INFO] [stdout] src/fs.rs - fs::DirEntry::file_name (line 148) [INFO] [stdout] src/fs.rs - fs::DirEntry::file_type (line 126) [INFO] [stdout] src/fs.rs - fs::DirEntry::metadata (line 104) [INFO] [stdout] src/fs.rs - fs::DirEntry::path (line 75) [INFO] [stdout] src/fs.rs - fs::File (line 179) [INFO] [stdout] src/fs.rs - fs::File (line 195) [INFO] [stdout] src/fs.rs - fs::File (line 213) [INFO] [stdout] src/fs.rs - fs::File::metadata (line 313) [INFO] [stdout] src/fs.rs - fs::File::set_len (line 297) [INFO] [stdout] src/fs.rs - fs::File::set_permissions (line 348) [INFO] [stdout] src/fs.rs - fs::File::sync_all (line 245) [INFO] [stdout] src/fs.rs - fs::File::sync_data (line 271) [INFO] [stdout] src/fs.rs - fs::File::try_clone (line 332) [INFO] [stdout] src/fs.rs - fs::FileType::is_dir (line 372) [INFO] [stdout] src/fs.rs - fs::FileType::is_file (line 390) [INFO] [stdout] src/fs.rs - fs::FileType::is_symlink (line 414) [INFO] [stdout] src/fs.rs - fs::GenFS (line 878) [INFO] [stdout] src/fs.rs - fs::GenFS (line 886) [INFO] [stdout] src/fs.rs - fs::GenFS::canonicalize (line 922) [INFO] [stdout] src/fs.rs - fs::GenFS::copy (line 952) [INFO] [stdout] src/fs.rs - fs::GenFS::create_dir (line 979) [INFO] [stdout] src/fs.rs - fs::GenFS::create_dir_all (line 1001) [INFO] [stdout] src/fs.rs - fs::GenFS::create_file (line 1366) [INFO] [stdout] src/fs.rs - fs::GenFS::hard_link (line 1025) [INFO] [stdout] src/fs.rs - fs::GenFS::metadata (line 1054) [INFO] [stdout] src/fs.rs - fs::GenFS::new_dirbuilder (line 1312) [INFO] [stdout] src/fs.rs - fs::GenFS::new_openopts (line 1291) [INFO] [stdout] src/fs.rs - fs::GenFS::open_file (line 1341) [INFO] [stdout] src/fs.rs - fs::GenFS::read_dir (line 1085) [INFO] [stdout] src/fs.rs - fs::GenFS::read_link (line 1114) [INFO] [stdout] src/fs.rs - fs::GenFS::remove_dir (line 1138) [INFO] [stdout] src/fs.rs - fs::GenFS::remove_dir_all (line 1161) [INFO] [stdout] src/fs.rs - fs::GenFS::remove_file (line 1184) [INFO] [stdout] src/fs.rs - fs::GenFS::rename (line 1214) [INFO] [stdout] src/fs.rs - fs::GenFS::set_permissions (line 1241) [INFO] [stdout] src/fs.rs - fs::GenFS::symlink_metadata (line 1269) [INFO] [stdout] src/fs.rs - fs::Metadata::accessed (line 581) [INFO] [stdout] src/fs.rs - fs::Metadata::created (line 606) [INFO] [stdout] src/fs.rs - fs::Metadata::file_type (line 447) [INFO] [stdout] src/fs.rs - fs::Metadata::is_dir (line 464) [INFO] [stdout] src/fs.rs - fs::Metadata::is_empty (line 515) [INFO] [stdout] src/fs.rs - fs::Metadata::is_file (line 481) [INFO] [stdout] src/fs.rs - fs::Metadata::len (line 498) [INFO] [stdout] src/fs.rs - fs::Metadata::modified (line 554) [INFO] [stdout] src/fs.rs - fs::Metadata::permissions (line 533) [INFO] [stdout] src/fs.rs - fs::OpenOptions (line 640) [INFO] [stdout] src/fs.rs - fs::OpenOptions (line 654) [INFO] [stdout] src/fs.rs - fs::OpenOptions::append (line 717) [INFO] [stdout] src/fs.rs - fs::OpenOptions::create (line 749) [INFO] [stdout] src/fs.rs - fs::OpenOptions::create_new (line 768) [INFO] [stdout] src/fs.rs - fs::OpenOptions::open (line 793) [INFO] [stdout] src/fs.rs - fs::OpenOptions::read (line 680) [INFO] [stdout] src/fs.rs - fs::OpenOptions::truncate (line 733) [INFO] [stdout] src/fs.rs - fs::OpenOptions::write (line 698) [INFO] [stdout] src/fs.rs - fs::Permissions::readonly (line 820) [INFO] [stdout] src/fs.rs - fs::Permissions::set_readonly (line 843) [INFO] [stdout] src/mem/mod.rs - mem (line 21) [INFO] [stdout] src/mem/unix.rs - mem::unix (line 9) [INFO] [stdout] src/mem/unix.rs - mem::unix::DirBuilder (line 78) [INFO] [stdout] src/mem/unix.rs - mem::unix::DirEntry (line 130) [INFO] [stdout] src/mem/unix.rs - mem::unix::FS (line 935) [INFO] [stdout] src/mem/unix.rs - mem::unix::FS::new (line 990) [INFO] [stdout] src/mem/unix.rs - mem::unix::FS::with_mode (line 1003) [INFO] [stdout] src/mem/unix.rs - mem::unix::File (line 246) [INFO] [stdout] src/mem/unix.rs - mem::unix::FileType (line 593) [INFO] [stdout] src/mem/unix.rs - mem::unix::Metadata (line 630) [INFO] [stdout] src/mem/unix.rs - mem::unix::OpenOptions (line 696) [INFO] [stdout] src/mem/unix.rs - mem::unix::OpenOptions (line 711) [INFO] [stdout] src/mem/unix.rs - mem::unix::Permissions (line 789) [INFO] [stdout] src/unix_ext/mod.rs - unix_ext (line 10) [INFO] [stdout] src/unix_ext/mod.rs - unix_ext (line 23) [INFO] [stdout] src/unix_ext/mod.rs - unix_ext::DirBuilderExt::mode (line 50) [INFO] [stdout] src/unix_ext/mod.rs - unix_ext::FileExt::read_at (line 76) [INFO] [stdout] src/unix_ext/mod.rs - unix_ext::FileExt::write_at (line 104) [INFO] [stdout] src/unix_ext/mod.rs - unix_ext::GenFSExt::set_ownership (line 280) [INFO] [stdout] src/unix_ext/mod.rs - unix_ext::GenFSExt::symlink (line 252) [INFO] [stdout] src/unix_ext/mod.rs - unix_ext::OpenOptionsExt::custom_flags (line 156) [INFO] [stdout] src/unix_ext/mod.rs - unix_ext::OpenOptionsExt::mode (line 131) [INFO] [stdout] src/unix_ext/mod.rs - unix_ext::PermissionsExt::from_mode (line 230) [INFO] [stdout] src/unix_ext/mod.rs - unix_ext::PermissionsExt::mode (line 184) [INFO] [stdout] src/unix_ext/mod.rs - unix_ext::PermissionsExt::set_mode (line 209) [INFO] [stdout] [INFO] [stdout] test result: FAILED. 0 passed; 93 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.83s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "af92d45dfe24cbff8b77a3adb0477d2d64f6b01ef13679c87b3a6acd0cf7af29", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "af92d45dfe24cbff8b77a3adb0477d2d64f6b01ef13679c87b3a6acd0cf7af29", kill_on_drop: false }` [INFO] [stdout] af92d45dfe24cbff8b77a3adb0477d2d64f6b01ef13679c87b3a6acd0cf7af29