[INFO] fetching crate manual-filetree 0.0.1-rc.10...
[INFO] testing manual-filetree-0.0.1-rc.10 against beta-2025-10-28 for beta-1.92-2
[INFO] extracting crate manual-filetree 0.0.1-rc.10 into /workspace/builds/worker-7-tc2/source
[INFO] started tweaking crates.io crate manual-filetree 0.0.1-rc.10
[INFO] finished tweaking crates.io crate manual-filetree 0.0.1-rc.10
[INFO] tweaked toml for crates.io crate manual-filetree 0.0.1-rc.10 written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate manual-filetree 0.0.1-rc.10 on toolchain beta-2025-10-28
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-10-28" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate manual-filetree 0.0.1-rc.10 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-10-28" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] cdd2590e94cff5d3944e3b5d10380b9beec3fd84782e2f09b07742140db5e082
[INFO] running `Command { std: "docker" "start" "-a" "cdd2590e94cff5d3944e3b5d10380b9beec3fd84782e2f09b07742140db5e082", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "cdd2590e94cff5d3944e3b5d10380b9beec3fd84782e2f09b07742140db5e082", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "cdd2590e94cff5d3944e3b5d10380b9beec3fd84782e2f09b07742140db5e082", kill_on_drop: false }`
[INFO] [stdout] cdd2590e94cff5d3944e3b5d10380b9beec3fd84782e2f09b07742140db5e082
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 85571c173a3d104efb244b391a57031ebebc33a26f48781e3645bca7610525b2
[INFO] running `Command { std: "docker" "start" "-a" "85571c173a3d104efb244b391a57031ebebc33a26f48781e3645bca7610525b2", kill_on_drop: false }`
[INFO] [stderr]    Compiling serde v1.0.197
[INFO] [stderr]    Compiling hashbrown v0.14.3
[INFO] [stderr]    Compiling thiserror v1.0.58
[INFO] [stderr]    Compiling unsafe-libyaml v0.2.10
[INFO] [stderr]    Compiling itoa v1.0.10
[INFO] [stderr]    Compiling syn v2.0.52
[INFO] [stderr]    Compiling getrandom v0.2.12
[INFO] [stderr]    Compiling uuid v1.7.0
[INFO] [stderr]    Compiling indexmap v2.2.5
[INFO] [stderr]    Compiling thiserror-impl v1.0.58
[INFO] [stderr]    Compiling serde_yaml v0.9.32
[INFO] [stderr]    Compiling manual-filetree v0.0.1-rc.10 (/opt/rustwide/workdir)
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/node.rs:60:67
[INFO] [stdout]    |
[INFO] [stdout] 60 |     pub fn parent<'a>(&'a self, filetree: &'a Filetree) -> Option<&Node> {
[INFO] [stdout]    |                        --                  --                     ^^^^^ the same lifetime is elided here
[INFO] [stdout]    |                        |                   |
[INFO] [stdout]    |                        |                   the lifetime is named here
[INFO] [stdout]    |                        the lifetime is named here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]    |
[INFO] [stdout] 60 |     pub fn parent<'a>(&'a self, filetree: &'a Filetree) -> Option<&'a Node> {
[INFO] [stdout]    |                                                                    ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/node.rs:85:69
[INFO] [stdout]    |
[INFO] [stdout] 85 |     fn next_sibling<'a>(&'a self, filetree: &'a Filetree) -> Option<&Node> {
[INFO] [stdout]    |                          --                  --                     ^^^^^ the same lifetime is elided here
[INFO] [stdout]    |                          |                   |
[INFO] [stdout]    |                          |                   the lifetime is named here
[INFO] [stdout]    |                          the lifetime is named here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]    |
[INFO] [stdout] 85 |     fn next_sibling<'a>(&'a self, filetree: &'a Filetree) -> Option<&'a Node> {
[INFO] [stdout]    |                                                                      ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/node.rs:91:69
[INFO] [stdout]    |
[INFO] [stdout] 91 |     fn next_pibling<'a>(&'a self, filetree: &'a Filetree) -> Option<&Node> {
[INFO] [stdout]    |                          --                  --                     ^^^^^ the same lifetime is elided here
[INFO] [stdout]    |                          |                   |
[INFO] [stdout]    |                          |                   the lifetime is named here
[INFO] [stdout]    |                          the lifetime is named here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]    |
[INFO] [stdout] 91 |     fn next_pibling<'a>(&'a self, filetree: &'a Filetree) -> Option<&'a Node> {
[INFO] [stdout]    |                                                                      ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.45s
[INFO] running `Command { std: "docker" "inspect" "85571c173a3d104efb244b391a57031ebebc33a26f48781e3645bca7610525b2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "85571c173a3d104efb244b391a57031ebebc33a26f48781e3645bca7610525b2", kill_on_drop: false }`
[INFO] [stdout] 85571c173a3d104efb244b391a57031ebebc33a26f48781e3645bca7610525b2
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] cf1c53cf8dc58d46a22d6564ed69bb696d6a69de87f8812eca1360763ad919fb
[INFO] running `Command { std: "docker" "start" "-a" "cf1c53cf8dc58d46a22d6564ed69bb696d6a69de87f8812eca1360763ad919fb", kill_on_drop: false }`
[INFO] [stderr]    Compiling bumpalo v3.15.4
[INFO] [stderr]    Compiling once_cell v1.19.0
[INFO] [stderr]    Compiling anyhow v1.0.81
[INFO] [stderr]    Compiling unicode-linebreak v0.1.5
[INFO] [stderr]    Compiling smawk v0.3.2
[INFO] [stderr]    Compiling syn v2.0.52
[INFO] [stderr]    Compiling textwrap v0.16.1
[INFO] [stderr]    Compiling wasm-bindgen-backend v0.2.92
[INFO] [stderr]    Compiling thiserror-impl v1.0.58
[INFO] [stderr]    Compiling wasm-bindgen-test-macro v0.3.42
[INFO] [stderr]    Compiling thiserror v1.0.58
[INFO] [stderr]    Compiling wasm-bindgen-macro-support v0.2.92
[INFO] [stderr]    Compiling manual-filetree v0.0.1-rc.10 (/opt/rustwide/workdir)
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/node.rs:60:67
[INFO] [stdout]    |
[INFO] [stdout] 60 |     pub fn parent<'a>(&'a self, filetree: &'a Filetree) -> Option<&Node> {
[INFO] [stdout]    |                        --                  --                     ^^^^^ the same lifetime is elided here
[INFO] [stdout]    |                        |                   |
[INFO] [stdout]    |                        |                   the lifetime is named here
[INFO] [stdout]    |                        the lifetime is named here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]    |
[INFO] [stdout] 60 |     pub fn parent<'a>(&'a self, filetree: &'a Filetree) -> Option<&'a Node> {
[INFO] [stdout]    |                                                                    ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/node.rs:85:69
[INFO] [stdout]    |
[INFO] [stdout] 85 |     fn next_sibling<'a>(&'a self, filetree: &'a Filetree) -> Option<&Node> {
[INFO] [stdout]    |                          --                  --                     ^^^^^ the same lifetime is elided here
[INFO] [stdout]    |                          |                   |
[INFO] [stdout]    |                          |                   the lifetime is named here
[INFO] [stdout]    |                          the lifetime is named here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]    |
[INFO] [stdout] 85 |     fn next_sibling<'a>(&'a self, filetree: &'a Filetree) -> Option<&'a Node> {
[INFO] [stdout]    |                                                                      ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/node.rs:91:69
[INFO] [stdout]    |
[INFO] [stdout] 91 |     fn next_pibling<'a>(&'a self, filetree: &'a Filetree) -> Option<&Node> {
[INFO] [stdout]    |                          --                  --                     ^^^^^ the same lifetime is elided here
[INFO] [stdout]    |                          |                   |
[INFO] [stdout]    |                          |                   the lifetime is named here
[INFO] [stdout]    |                          the lifetime is named here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]    |
[INFO] [stdout] 91 |     fn next_pibling<'a>(&'a self, filetree: &'a Filetree) -> Option<&'a Node> {
[INFO] [stdout]    |                                                                      ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling wasm-bindgen-macro v0.2.92
[INFO] [stderr]    Compiling wasm-bindgen v0.2.92
[INFO] [stderr]    Compiling js-sys v0.3.69
[INFO] [stderr]    Compiling console_error_panic_hook v0.1.7
[INFO] [stderr]    Compiling wasm-bindgen-futures v0.4.42
[INFO] [stderr]    Compiling wasm-bindgen-test v0.3.42
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/node.rs:60:67
[INFO] [stdout]    |
[INFO] [stdout] 60 |     pub fn parent<'a>(&'a self, filetree: &'a Filetree) -> Option<&Node> {
[INFO] [stdout]    |                        --                  --                     ^^^^^ the same lifetime is elided here
[INFO] [stdout]    |                        |                   |
[INFO] [stdout]    |                        |                   the lifetime is named here
[INFO] [stdout]    |                        the lifetime is named here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]    |
[INFO] [stdout] 60 |     pub fn parent<'a>(&'a self, filetree: &'a Filetree) -> Option<&'a Node> {
[INFO] [stdout]    |                                                                    ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/node.rs:85:69
[INFO] [stdout]    |
[INFO] [stdout] 85 |     fn next_sibling<'a>(&'a self, filetree: &'a Filetree) -> Option<&Node> {
[INFO] [stdout]    |                          --                  --                     ^^^^^ the same lifetime is elided here
[INFO] [stdout]    |                          |                   |
[INFO] [stdout]    |                          |                   the lifetime is named here
[INFO] [stdout]    |                          the lifetime is named here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]    |
[INFO] [stdout] 85 |     fn next_sibling<'a>(&'a self, filetree: &'a Filetree) -> Option<&'a Node> {
[INFO] [stdout]    |                                                                      ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/node.rs:91:69
[INFO] [stdout]    |
[INFO] [stdout] 91 |     fn next_pibling<'a>(&'a self, filetree: &'a Filetree) -> Option<&Node> {
[INFO] [stdout]    |                          --                  --                     ^^^^^ the same lifetime is elided here
[INFO] [stdout]    |                          |                   |
[INFO] [stdout]    |                          |                   the lifetime is named here
[INFO] [stdout]    |                          the lifetime is named here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]    |
[INFO] [stdout] 91 |     fn next_pibling<'a>(&'a self, filetree: &'a Filetree) -> Option<&'a Node> {
[INFO] [stdout]    |                                                                      ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 11.51s
[INFO] running `Command { std: "docker" "inspect" "cf1c53cf8dc58d46a22d6564ed69bb696d6a69de87f8812eca1360763ad919fb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "cf1c53cf8dc58d46a22d6564ed69bb696d6a69de87f8812eca1360763ad919fb", kill_on_drop: false }`
[INFO] [stdout] cf1c53cf8dc58d46a22d6564ed69bb696d6a69de87f8812eca1360763ad919fb
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] ee6b9b46a7385d6d73ff9df5380d2b78938823538126ffb189b1327a677f98ea
[INFO] running `Command { std: "docker" "start" "-a" "ee6b9b46a7385d6d73ff9df5380d2b78938823538126ffb189b1327a677f98ea", kill_on_drop: false }`
[INFO] [stderr] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stderr]   --> src/node.rs:60:67
[INFO] [stderr]    |
[INFO] [stderr] 60 |     pub fn parent<'a>(&'a self, filetree: &'a Filetree) -> Option<&Node> {
[INFO] [stderr]    |                        --                  --                     ^^^^^ the same lifetime is elided here
[INFO] [stderr]    |                        |                   |
[INFO] [stderr]    |                        |                   the lifetime is named here
[INFO] [stderr]    |                        the lifetime is named here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stderr] help: consistently use `'a`
[INFO] [stderr]    |
[INFO] [stderr] 60 |     pub fn parent<'a>(&'a self, filetree: &'a Filetree) -> Option<&'a Node> {
[INFO] [stderr]    |                                                                    ++
[INFO] [stderr] 
[INFO] [stderr] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stderr]   --> src/node.rs:85:69
[INFO] [stderr]    |
[INFO] [stderr] 85 |     fn next_sibling<'a>(&'a self, filetree: &'a Filetree) -> Option<&Node> {
[INFO] [stderr]    |                          --                  --                     ^^^^^ the same lifetime is elided here
[INFO] [stderr]    |                          |                   |
[INFO] [stderr]    |                          |                   the lifetime is named here
[INFO] [stderr]    |                          the lifetime is named here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: consistently use `'a`
[INFO] [stderr]    |
[INFO] [stderr] 85 |     fn next_sibling<'a>(&'a self, filetree: &'a Filetree) -> Option<&'a Node> {
[INFO] [stderr]    |                                                                      ++
[INFO] [stderr] 
[INFO] [stderr] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stderr]   --> src/node.rs:91:69
[INFO] [stderr]    |
[INFO] [stderr] 91 |     fn next_pibling<'a>(&'a self, filetree: &'a Filetree) -> Option<&Node> {
[INFO] [stderr]    |                          --                  --                     ^^^^^ the same lifetime is elided here
[INFO] [stderr]    |                          |                   |
[INFO] [stderr]    |                          |                   the lifetime is named here
[INFO] [stderr]    |                          the lifetime is named here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: consistently use `'a`
[INFO] [stderr]    |
[INFO] [stderr] 91 |     fn next_pibling<'a>(&'a self, filetree: &'a Filetree) -> Option<&'a Node> {
[INFO] [stderr]    |                                                                      ++
[INFO] [stderr] 
[INFO] [stderr] warning: `manual-filetree` (lib) generated 3 warnings (run `cargo fix --lib -p manual-filetree` to apply 3 suggestions)
[INFO] [stderr] warning: `manual-filetree` (lib test) generated 3 warnings (3 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.07s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/filetree-63424fb01c14c56a)
[INFO] [stdout] 
[INFO] [stdout] running 6 tests
[INFO] [stdout] test filetree::tests::flat ... ok
[INFO] [stdout] test filetree::tests::empty ... ok
[INFO] [stdout] test filetree::tests::deeply_nested ... ok
[INFO] [stdout] test node::tests::display ... ok
[INFO] [stdout] test filetree::tests::nested ... ok
[INFO] [stdout] test filetree::tests::same_filename ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/cli.rs (/opt/rustwide/target/debug/deps/cli-74ca87e7efe660c0)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stderr]    Doc-tests filetree
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "ee6b9b46a7385d6d73ff9df5380d2b78938823538126ffb189b1327a677f98ea", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ee6b9b46a7385d6d73ff9df5380d2b78938823538126ffb189b1327a677f98ea", kill_on_drop: false }`
[INFO] [stdout] ee6b9b46a7385d6d73ff9df5380d2b78938823538126ffb189b1327a677f98ea
