[INFO] fetching crate pi_dirty 0.1.2...
[INFO] testing pi_dirty-0.1.2 against try#db823df02fd0c2cf67b43025ac3fef3f2d743245 for pr-150681
[INFO] extracting crate pi_dirty 0.1.2 into /workspace/builds/worker-2-tc2/source
[INFO] started tweaking crates.io crate pi_dirty 0.1.2
[INFO] finished tweaking crates.io crate pi_dirty 0.1.2
[INFO] tweaked toml for crates.io crate pi_dirty 0.1.2 written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate pi_dirty 0.1.2 on toolchain db823df02fd0c2cf67b43025ac3fef3f2d743245
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "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" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 25 packages to latest compatible versions
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 6bc19a55530381d921dfb54ec8effeb3a3ac2118cb4500c274b5a5d457256d9b
[INFO] running `Command { std: "docker" "start" "-a" "6bc19a55530381d921dfb54ec8effeb3a3ac2118cb4500c274b5a5d457256d9b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "6bc19a55530381d921dfb54ec8effeb3a3ac2118cb4500c274b5a5d457256d9b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6bc19a55530381d921dfb54ec8effeb3a3ac2118cb4500c274b5a5d457256d9b", kill_on_drop: false }`
[INFO] [stdout] 6bc19a55530381d921dfb54ec8effeb3a3ac2118cb4500c274b5a5d457256d9b
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] fa4a1c928385374cfa55aec7e2614a7c8fc1361ebc3aaa257a8415c3a15d589a
[INFO] running `Command { std: "docker" "start" "-a" "fa4a1c928385374cfa55aec7e2614a7c8fc1361ebc3aaa257a8415c3a15d589a", kill_on_drop: false }`
[INFO] [stderr]    Compiling twox-hash v1.6.3
[INFO] [stderr]    Compiling fxhash v0.2.1
[INFO] [stderr]    Compiling pi_null v0.1.12
[INFO] [stderr]    Compiling derive_deref v1.1.1
[INFO] [stderr]    Compiling pi_hash v0.1.1
[INFO] [stderr]    Compiling pi_map v0.2.3
[INFO] [stderr]    Compiling pi_dirty v0.1.2 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:154:17
[INFO] [stdout]     |
[INFO] [stdout] 154 |     pub fn iter(&self) -> DirtyIterator<T> {
[INFO] [stdout]     |                 ^^^^^     ^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 154 |     pub fn iter(&self) -> DirtyIterator<'_, T> {
[INFO] [stdout]     |                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:171:23
[INFO] [stdout]     |
[INFO] [stdout] 171 |      pub fn iter_reverse(&self) -> ReverseDirtyIterator<T> {
[INFO] [stdout]     |                          ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 171 |      pub fn iter_reverse(&self) -> ReverseDirtyIterator<'_, T> {
[INFO] [stdout]     |                                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:208:15
[INFO] [stdout]     |
[INFO] [stdout] 208 |     pub fn split(&mut self, layer: usize) -> (PreDirty<T>, NextDirty<T>) {
[INFO] [stdout]     |                  ^^^^^^^^^                    ^^^^^^^^^^^  ^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                  |                            |
[INFO] [stdout]     |                  |                            the same lifetime is hidden here
[INFO] [stdout]     |                  the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 208 |     pub fn split(&mut self, layer: usize) -> (PreDirty<'_, T>, NextDirty<'_, T>) {
[INFO] [stdout]     |                                                        +++               +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s
[INFO] running `Command { std: "docker" "inspect" "fa4a1c928385374cfa55aec7e2614a7c8fc1361ebc3aaa257a8415c3a15d589a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "fa4a1c928385374cfa55aec7e2614a7c8fc1361ebc3aaa257a8415c3a15d589a", kill_on_drop: false }`
[INFO] [stdout] fa4a1c928385374cfa55aec7e2614a7c8fc1361ebc3aaa257a8415c3a15d589a
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] ca634e25237d3cf341d13e5bcc748add74f4e54da9671a60569f1f8253957a92
[INFO] running `Command { std: "docker" "start" "-a" "ca634e25237d3cf341d13e5bcc748add74f4e54da9671a60569f1f8253957a92", kill_on_drop: false }`
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:154:17
[INFO] [stdout]     |
[INFO] [stdout] 154 |     pub fn iter(&self) -> DirtyIterator<T> {
[INFO] [stdout]     |                 ^^^^^     ^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 154 |     pub fn iter(&self) -> DirtyIterator<'_, T> {
[INFO] [stdout]     |                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:171:23
[INFO] [stdout]     |
[INFO] [stdout] 171 |      pub fn iter_reverse(&self) -> ReverseDirtyIterator<T> {
[INFO] [stdout]     |                          ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 171 |      pub fn iter_reverse(&self) -> ReverseDirtyIterator<'_, T> {
[INFO] [stdout]     |                                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:208:15
[INFO] [stdout]     |
[INFO] [stdout] 208 |     pub fn split(&mut self, layer: usize) -> (PreDirty<T>, NextDirty<T>) {
[INFO] [stdout]     |                  ^^^^^^^^^                    ^^^^^^^^^^^  ^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                  |                            |
[INFO] [stdout]     |                  |                            the same lifetime is hidden here
[INFO] [stdout]     |                  the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 208 |     pub fn split(&mut self, layer: usize) -> (PreDirty<'_, T>, NextDirty<'_, T>) {
[INFO] [stdout]     |                                                        +++               +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling pi_dirty v0.1.2 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:154:17
[INFO] [stdout]     |
[INFO] [stdout] 154 |     pub fn iter(&self) -> DirtyIterator<T> {
[INFO] [stdout]     |                 ^^^^^     ^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 154 |     pub fn iter(&self) -> DirtyIterator<'_, T> {
[INFO] [stdout]     |                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:171:23
[INFO] [stdout]     |
[INFO] [stdout] 171 |      pub fn iter_reverse(&self) -> ReverseDirtyIterator<T> {
[INFO] [stdout]     |                          ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                          |
[INFO] [stdout]     |                          the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 171 |      pub fn iter_reverse(&self) -> ReverseDirtyIterator<'_, T> {
[INFO] [stdout]     |                                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:208:15
[INFO] [stdout]     |
[INFO] [stdout] 208 |     pub fn split(&mut self, layer: usize) -> (PreDirty<T>, NextDirty<T>) {
[INFO] [stdout]     |                  ^^^^^^^^^                    ^^^^^^^^^^^  ^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                  |                            |
[INFO] [stdout]     |                  |                            the same lifetime is hidden here
[INFO] [stdout]     |                  the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 208 |     pub fn split(&mut self, layer: usize) -> (PreDirty<'_, T>, NextDirty<'_, T>) {
[INFO] [stdout]     |                                                        +++               +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.26s
[INFO] running `Command { std: "docker" "inspect" "ca634e25237d3cf341d13e5bcc748add74f4e54da9671a60569f1f8253957a92", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ca634e25237d3cf341d13e5bcc748add74f4e54da9671a60569f1f8253957a92", kill_on_drop: false }`
[INFO] [stdout] ca634e25237d3cf341d13e5bcc748add74f4e54da9671a60569f1f8253957a92
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 34883da996fbeb2b5aad91918585e48814286c2dd38160cdf4cdbb6ecb6f7da7
[INFO] running `Command { std: "docker" "start" "-a" "34883da996fbeb2b5aad91918585e48814286c2dd38160cdf4cdbb6ecb6f7da7", kill_on_drop: false }`
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/lib.rs:154:17
[INFO] [stderr]     |
[INFO] [stderr] 154 |     pub fn iter(&self) -> DirtyIterator<T> {
[INFO] [stderr]     |                 ^^^^^     ^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                 |
[INFO] [stderr]     |                 the lifetime is elided 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: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 154 |     pub fn iter(&self) -> DirtyIterator<'_, T> {
[INFO] [stderr]     |                                         +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/lib.rs:171:23
[INFO] [stderr]     |
[INFO] [stderr] 171 |      pub fn iter_reverse(&self) -> ReverseDirtyIterator<T> {
[INFO] [stderr]     |                          ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                          |
[INFO] [stderr]     |                          the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 171 |      pub fn iter_reverse(&self) -> ReverseDirtyIterator<'_, T> {
[INFO] [stderr]     |                                                         +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/lib.rs:208:15
[INFO] [stderr]     |
[INFO] [stdout] 
[INFO] [stderr] 208 |     pub fn split(&mut self, layer: usize) -> (PreDirty<T>, NextDirty<T>) {
[INFO] [stdout] running 0 tests
[INFO] [stderr]     |                  ^^^^^^^^^                    ^^^^^^^^^^^  ^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout] 
[INFO] [stderr]     |                  |                            |
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stderr]     |                  |                            the same lifetime is hidden here
[INFO] [stdout] 
[INFO] [stderr]     |                  the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 208 |     pub fn split(&mut self, layer: usize) -> (PreDirty<'_, T>, NextDirty<'_, T>) {
[INFO] [stderr]     |                                                        +++               +++
[INFO] [stderr] 
[INFO] [stderr] warning: `pi_dirty` (lib) generated 3 warnings (run `cargo fix --lib -p pi_dirty` to apply 3 suggestions)
[INFO] [stderr] warning: `pi_dirty` (lib test) generated 3 warnings (3 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.05s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/pi_dirty-d36d56c73312cf5b)
[INFO] [stderr]    Doc-tests pi_dirty
[INFO] [stdout] 
[INFO] [stdout] running 3 tests
[INFO] [stdout] test src/lib.rs - LayerDirty<T>::mark (line 109) ... FAILED
[INFO] [stdout] test src/lib.rs - LayerDirty<T>::delete (line 135) ... FAILED
[INFO] [stdout] test src/lib.rs - LayerDirty (line 29) ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- src/lib.rs - LayerDirty<T>::mark (line 109) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `dirty`
[INFO] [stdout]    --> src/lib.rs:110:5
[INFO] [stdout]     |
[INFO] [stdout] 110 | use dirty::LayerDirty;
[INFO] [stdout]     |     ^^^^^ use of unresolved module or unlinked crate `dirty`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `dirty`, use `cargo add dirty` 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/lib.rs - LayerDirty<T>::delete (line 135) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `dirty`
[INFO] [stdout]    --> src/lib.rs:136:5
[INFO] [stdout]     |
[INFO] [stdout] 136 | use dirty::LayerDirty;
[INFO] [stdout]     |     ^^^^^ use of unresolved module or unlinked crate `dirty`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `dirty`, use `cargo add dirty` 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/lib.rs - LayerDirty (line 29) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `dirty`
[INFO] [stdout]   --> src/lib.rs:30:5
[INFO] [stdout]    |
[INFO] [stdout] 30 | use dirty::LayerDirty;
[INFO] [stdout]    |     ^^^^^ use of unresolved module or unlinked crate `dirty`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `dirty`, use `cargo add dirty` 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] 
[INFO] [stdout] failures:
[INFO] [stdout]     src/lib.rs - LayerDirty (line 29)
[INFO] [stdout]     src/lib.rs - LayerDirty<T>::delete (line 135)
[INFO] [stdout]     src/lib.rs - LayerDirty<T>::mark (line 109)
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 0 passed; 3 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.14s
[INFO] [stdout] 
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] running `Command { std: "docker" "inspect" "34883da996fbeb2b5aad91918585e48814286c2dd38160cdf4cdbb6ecb6f7da7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "34883da996fbeb2b5aad91918585e48814286c2dd38160cdf4cdbb6ecb6f7da7", kill_on_drop: false }`
[INFO] [stdout] 34883da996fbeb2b5aad91918585e48814286c2dd38160cdf4cdbb6ecb6f7da7
