[INFO] fetching crate maskerad_object_pool 0.3.0...
[INFO] testing maskerad_object_pool-0.3.0 against beta-2025-10-28 for beta-1.92-2
[INFO] extracting crate maskerad_object_pool 0.3.0 into /workspace/builds/worker-7-tc2/source
[INFO] started tweaking crates.io crate maskerad_object_pool 0.3.0
[INFO] finished tweaking crates.io crate maskerad_object_pool 0.3.0
[INFO] tweaked toml for crates.io crate maskerad_object_pool 0.3.0 written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate maskerad_object_pool 0.3.0 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] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-10-28" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 8 packages to latest compatible versions
[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] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[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] 0aa67959b8d90b3f19a01954c4f3c731d7c12d885f9db6391f115b85138098cb
[INFO] running `Command { std: "docker" "start" "-a" "0aa67959b8d90b3f19a01954c4f3c731d7c12d885f9db6391f115b85138098cb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "0aa67959b8d90b3f19a01954c4f3c731d7c12d885f9db6391f115b85138098cb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0aa67959b8d90b3f19a01954c4f3c731d7c12d885f9db6391f115b85138098cb", kill_on_drop: false }`
[INFO] [stdout] 0aa67959b8d90b3f19a01954c4f3c731d7c12d885f9db6391f115b85138098cb
[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] abb0a48c5b6ca863eeba8f08705268c5d08f7a9004f300af32b4100fe424deac
[INFO] running `Command { std: "docker" "start" "-a" "abb0a48c5b6ca863eeba8f08705268c5d08f7a9004f300af32b4100fe424deac", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr]    Compiling maskerad_object_pool v0.3.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/errors.rs:37:32
[INFO] [stdout]    |
[INFO] [stdout] 37 |     fn cause(&self) -> Option<&Error> {
[INFO] [stdout]    |                                ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout]    = note: `#[warn(bare_trait_objects)]` (part of `#[warn(rust_2021_compatibility)]`) on by default
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 37 |     fn cause(&self) -> Option<&dyn Error> {
[INFO] [stdout]    |                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/concurrent_pool_handler.rs:102:17
[INFO] [stdout]     |
[INFO] [stdout] 102 |     pub fn read(&self) -> LockResult<RwLockReadGuard<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] 102 |     pub fn read(&self) -> LockResult<RwLockReadGuard<'_, T>> {
[INFO] [stdout]     |                                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/concurrent_pool_handler.rs:167:21
[INFO] [stdout]     |
[INFO] [stdout] 167 |     pub fn try_read(&self) -> TryLockResult<RwLockReadGuard<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] 167 |     pub fn try_read(&self) -> TryLockResult<RwLockReadGuard<'_, T>> {
[INFO] [stdout]     |                                                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/concurrent_pool_handler.rs:236:18
[INFO] [stdout]     |
[INFO] [stdout] 236 |     pub fn write(&self) -> LockResult<RwLockWriteGuard<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] 236 |     pub fn write(&self) -> LockResult<RwLockWriteGuard<'_, T>> {
[INFO] [stdout]     |                                                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/concurrent_pool_handler.rs:306:22
[INFO] [stdout]     |
[INFO] [stdout] 306 |     pub fn try_write(&self) -> TryLockResult<RwLockWriteGuard<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] 306 |     pub fn try_write(&self) -> TryLockResult<RwLockWriteGuard<'_, T>> {
[INFO] [stdout]     |                                                               +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/concurrent_pool_handler.rs:320:20
[INFO] [stdout]     |
[INFO] [stdout] 320 |     fn drop_handle(&mut self) -> Result<(), TryLockError<RwLockWriteGuard<T>>> {
[INFO] [stdout]     |                    ^^^^^^^^^ the lifetime is elided here ^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 320 |     fn drop_handle(&mut self) -> Result<(), TryLockError<RwLockWriteGuard<'_, T>>> {
[INFO] [stdout]     |                                                                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/refcounted_pool_handler.rs:97:19
[INFO] [stdout]    |
[INFO] [stdout] 97 |     pub fn borrow(&self) -> Ref<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] 97 |     pub fn borrow(&self) -> Ref<'_, T> {
[INFO] [stdout]    |                                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/refcounted_pool_handler.rs:157:23
[INFO] [stdout]     |
[INFO] [stdout] 157 |     pub fn try_borrow(&self) -> Result<Ref<T>, BorrowError> {
[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] 157 |     pub fn try_borrow(&self) -> Result<Ref<'_, T>, BorrowError> {
[INFO] [stdout]     |                                            +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/refcounted_pool_handler.rs:221:23
[INFO] [stdout]     |
[INFO] [stdout] 221 |     pub fn borrow_mut(&self) -> RefMut<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] 221 |     pub fn borrow_mut(&self) -> RefMut<'_, T> {
[INFO] [stdout]     |                                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/refcounted_pool_handler.rs:281:27
[INFO] [stdout]     |
[INFO] [stdout] 281 |     pub fn try_borrow_mut(&self) -> Result<RefMut<T>, BorrowMutError> {
[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] 281 |     pub fn try_borrow_mut(&self) -> Result<RefMut<'_, T>, BorrowMutError> {
[INFO] [stdout]     |                                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.18s
[INFO] running `Command { std: "docker" "inspect" "abb0a48c5b6ca863eeba8f08705268c5d08f7a9004f300af32b4100fe424deac", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "abb0a48c5b6ca863eeba8f08705268c5d08f7a9004f300af32b4100fe424deac", kill_on_drop: false }`
[INFO] [stdout] abb0a48c5b6ca863eeba8f08705268c5d08f7a9004f300af32b4100fe424deac
[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] c3800992ec95fd25bda9883cc06c57afeb5c9fd979f5d652816cd52e63fd88ed
[INFO] running `Command { std: "docker" "start" "-a" "c3800992ec95fd25bda9883cc06c57afeb5c9fd979f5d652816cd52e63fd88ed", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/errors.rs:37:32
[INFO] [stdout]    |
[INFO] [stdout] 37 |     fn cause(&self) -> Option<&Error> {
[INFO] [stdout]    |                                ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout]    = note: `#[warn(bare_trait_objects)]` (part of `#[warn(rust_2021_compatibility)]`) on by default
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 37 |     fn cause(&self) -> Option<&dyn Error> {
[INFO] [stdout]    |                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/concurrent_pool_handler.rs:102:17
[INFO] [stdout]     |
[INFO] [stdout] 102 |     pub fn read(&self) -> LockResult<RwLockReadGuard<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] 102 |     pub fn read(&self) -> LockResult<RwLockReadGuard<'_, T>> {
[INFO] [stdout]     |                                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/concurrent_pool_handler.rs:167:21
[INFO] [stdout]     |
[INFO] [stdout] 167 |     pub fn try_read(&self) -> TryLockResult<RwLockReadGuard<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] 167 |     pub fn try_read(&self) -> TryLockResult<RwLockReadGuard<'_, T>> {
[INFO] [stdout]     |                                                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/concurrent_pool_handler.rs:236:18
[INFO] [stdout]     |
[INFO] [stdout] 236 |     pub fn write(&self) -> LockResult<RwLockWriteGuard<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] 236 |     pub fn write(&self) -> LockResult<RwLockWriteGuard<'_, T>> {
[INFO] [stdout]     |                                                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/concurrent_pool_handler.rs:306:22
[INFO] [stdout]     |
[INFO] [stdout] 306 |     pub fn try_write(&self) -> TryLockResult<RwLockWriteGuard<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] 306 |     pub fn try_write(&self) -> TryLockResult<RwLockWriteGuard<'_, T>> {
[INFO] [stdout]     |                                                               +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/concurrent_pool_handler.rs:320:20
[INFO] [stdout]     |
[INFO] [stdout] 320 |     fn drop_handle(&mut self) -> Result<(), TryLockError<RwLockWriteGuard<T>>> {
[INFO] [stdout]     |                    ^^^^^^^^^ the lifetime is elided here ^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 320 |     fn drop_handle(&mut self) -> Result<(), TryLockError<RwLockWriteGuard<'_, T>>> {
[INFO] [stdout]     |                                                                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/refcounted_pool_handler.rs:97:19
[INFO] [stdout]    |
[INFO] [stdout] 97 |     pub fn borrow(&self) -> Ref<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] 97 |     pub fn borrow(&self) -> Ref<'_, T> {
[INFO] [stdout]    |                                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/refcounted_pool_handler.rs:157:23
[INFO] [stdout]     |
[INFO] [stdout] 157 |     pub fn try_borrow(&self) -> Result<Ref<T>, BorrowError> {
[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] 157 |     pub fn try_borrow(&self) -> Result<Ref<'_, T>, BorrowError> {
[INFO] [stdout]     |                                            +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/refcounted_pool_handler.rs:221:23
[INFO] [stdout]     |
[INFO] [stdout] 221 |     pub fn borrow_mut(&self) -> RefMut<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] 221 |     pub fn borrow_mut(&self) -> RefMut<'_, T> {
[INFO] [stdout]     |                                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/refcounted_pool_handler.rs:281:27
[INFO] [stdout]     |
[INFO] [stdout] 281 |     pub fn try_borrow_mut(&self) -> Result<RefMut<T>, BorrowMutError> {
[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] 281 |     pub fn try_borrow_mut(&self) -> Result<RefMut<'_, T>, BorrowMutError> {
[INFO] [stdout]     |                                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling maskerad_object_pool v0.3.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/errors.rs:37:32
[INFO] [stdout]    |
[INFO] [stdout] 37 |     fn cause(&self) -> Option<&Error> {
[INFO] [stdout]    |                                ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout]    = note: `#[warn(bare_trait_objects)]` (part of `#[warn(rust_2021_compatibility)]`) on by default
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 37 |     fn cause(&self) -> Option<&dyn Error> {
[INFO] [stdout]    |                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/concurrent_pool_handler.rs:102:17
[INFO] [stdout]     |
[INFO] [stdout] 102 |     pub fn read(&self) -> LockResult<RwLockReadGuard<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] 102 |     pub fn read(&self) -> LockResult<RwLockReadGuard<'_, T>> {
[INFO] [stdout]     |                                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/concurrent_pool_handler.rs:167:21
[INFO] [stdout]     |
[INFO] [stdout] 167 |     pub fn try_read(&self) -> TryLockResult<RwLockReadGuard<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] 167 |     pub fn try_read(&self) -> TryLockResult<RwLockReadGuard<'_, T>> {
[INFO] [stdout]     |                                                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/concurrent_pool_handler.rs:236:18
[INFO] [stdout]     |
[INFO] [stdout] 236 |     pub fn write(&self) -> LockResult<RwLockWriteGuard<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] 236 |     pub fn write(&self) -> LockResult<RwLockWriteGuard<'_, T>> {
[INFO] [stdout]     |                                                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/concurrent_pool_handler.rs:306:22
[INFO] [stdout]     |
[INFO] [stdout] 306 |     pub fn try_write(&self) -> TryLockResult<RwLockWriteGuard<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] 306 |     pub fn try_write(&self) -> TryLockResult<RwLockWriteGuard<'_, T>> {
[INFO] [stdout]     |                                                               +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/concurrent_pool_handler.rs:320:20
[INFO] [stdout]     |
[INFO] [stdout] 320 |     fn drop_handle(&mut self) -> Result<(), TryLockError<RwLockWriteGuard<T>>> {
[INFO] [stdout]     |                    ^^^^^^^^^ the lifetime is elided here ^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 320 |     fn drop_handle(&mut self) -> Result<(), TryLockError<RwLockWriteGuard<'_, T>>> {
[INFO] [stdout]     |                                                                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/refcounted_pool_handler.rs:97:19
[INFO] [stdout]    |
[INFO] [stdout] 97 |     pub fn borrow(&self) -> Ref<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] 97 |     pub fn borrow(&self) -> Ref<'_, T> {
[INFO] [stdout]    |                                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/refcounted_pool_handler.rs:157:23
[INFO] [stdout]     |
[INFO] [stdout] 157 |     pub fn try_borrow(&self) -> Result<Ref<T>, BorrowError> {
[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] 157 |     pub fn try_borrow(&self) -> Result<Ref<'_, T>, BorrowError> {
[INFO] [stdout]     |                                            +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/refcounted_pool_handler.rs:221:23
[INFO] [stdout]     |
[INFO] [stdout] 221 |     pub fn borrow_mut(&self) -> RefMut<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] 221 |     pub fn borrow_mut(&self) -> RefMut<'_, T> {
[INFO] [stdout]     |                                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/refcounted_pool_handler.rs:281:27
[INFO] [stdout]     |
[INFO] [stdout] 281 |     pub fn try_borrow_mut(&self) -> Result<RefMut<T>, BorrowMutError> {
[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] 281 |     pub fn try_borrow_mut(&self) -> Result<RefMut<'_, T>, BorrowMutError> {
[INFO] [stdout]     |                                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.49s
[INFO] running `Command { std: "docker" "inspect" "c3800992ec95fd25bda9883cc06c57afeb5c9fd979f5d652816cd52e63fd88ed", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c3800992ec95fd25bda9883cc06c57afeb5c9fd979f5d652816cd52e63fd88ed", kill_on_drop: false }`
[INFO] [stdout] c3800992ec95fd25bda9883cc06c57afeb5c9fd979f5d652816cd52e63fd88ed
[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] e964ab8e4d270b18d9bf15db1e2c9c57467078dd4adbfffb78a294d962bf4b2a
[INFO] running `Command { std: "docker" "start" "-a" "e964ab8e4d270b18d9bf15db1e2c9c57467078dd4adbfffb78a294d962bf4b2a", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]   --> src/errors.rs:37:32
[INFO] [stderr]    |
[INFO] [stderr] 37 |     fn cause(&self) -> Option<&Error> {
[INFO] [stderr]    |                                ^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stderr]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr]    = note: `#[warn(bare_trait_objects)]` (part of `#[warn(rust_2021_compatibility)]`) on by default
[INFO] [stderr] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stderr]    |
[INFO] [stderr] 37 |     fn cause(&self) -> Option<&dyn Error> {
[INFO] [stderr]    |                                +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/concurrent_pool_handler.rs:102:17
[INFO] [stderr]     |
[INFO] [stderr] 102 |     pub fn read(&self) -> LockResult<RwLockReadGuard<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] 102 |     pub fn read(&self) -> LockResult<RwLockReadGuard<'_, T>> {
[INFO] [stderr]     |                                                      +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/concurrent_pool_handler.rs:167:21
[INFO] [stderr]     |
[INFO] [stderr] 167 |     pub fn try_read(&self) -> TryLockResult<RwLockReadGuard<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] 167 |     pub fn try_read(&self) -> TryLockResult<RwLockReadGuard<'_, T>> {
[INFO] [stderr]     |                                                             +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/concurrent_pool_handler.rs:236:18
[INFO] [stderr]     |
[INFO] [stderr] 236 |     pub fn write(&self) -> LockResult<RwLockWriteGuard<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] 236 |     pub fn write(&self) -> LockResult<RwLockWriteGuard<'_, T>> {
[INFO] [stderr]     |                                                        +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/concurrent_pool_handler.rs:306:22
[INFO] [stderr]     |
[INFO] [stderr] 306 |     pub fn try_write(&self) -> TryLockResult<RwLockWriteGuard<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] 306 |     pub fn try_write(&self) -> TryLockResult<RwLockWriteGuard<'_, T>> {
[INFO] [stderr]     |                                                               +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/concurrent_pool_handler.rs:320:20
[INFO] [stderr]     |
[INFO] [stderr] 320 |     fn drop_handle(&mut self) -> Result<(), TryLockError<RwLockWriteGuard<T>>> {
[INFO] [stderr]     |                    ^^^^^^^^^ the lifetime is elided here ^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden 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] 320 |     fn drop_handle(&mut self) -> Result<(), TryLockError<RwLockWriteGuard<'_, T>>> {
[INFO] [stderr]     |                                                                           +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/refcounted_pool_handler.rs:97:19
[INFO] [stderr]    |
[INFO] [stderr] 97 |     pub fn borrow(&self) -> Ref<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] 97 |     pub fn borrow(&self) -> Ref<'_, T> {
[INFO] [stderr]    |                                 +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/refcounted_pool_handler.rs:157:23
[INFO] [stderr]     |
[INFO] [stderr] 157 |     pub fn try_borrow(&self) -> Result<Ref<T>, BorrowError> {
[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] 157 |     pub fn try_borrow(&self) -> Result<Ref<'_, T>, BorrowError> {
[INFO] [stderr]     |                                            +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/refcounted_pool_handler.rs:221:23
[INFO] [stderr]     |
[INFO] [stderr] 221 |     pub fn borrow_mut(&self) -> RefMut<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] 221 |     pub fn borrow_mut(&self) -> RefMut<'_, T> {
[INFO] [stderr]     |                                        +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/refcounted_pool_handler.rs:281:27
[INFO] [stderr]     |
[INFO] [stderr] 281 |     pub fn try_borrow_mut(&self) -> Result<RefMut<T>, BorrowMutError> {
[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] 281 |     pub fn try_borrow_mut(&self) -> Result<RefMut<'_, T>, BorrowMutError> {
[INFO] [stderr]     |                                                   +++
[INFO] [stderr] 
[INFO] [stderr] warning: `maskerad_object_pool` (lib) generated 10 warnings (run `cargo fix --lib -p maskerad_object_pool` to apply 10 suggestions)
[INFO] [stderr] warning: `maskerad_object_pool` (lib test) generated 10 warnings (10 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/maskerad_object_pool-0d0a710842113290)
[INFO] [stdout] 
[INFO] [stdout] running 12 tests
[INFO] [stdout] test concurrent_pool_allocator::refcounted_objectpool_tests::test_create_no_more_objects ... ok
[INFO] [stdout] test concurrent_pool_allocator::refcounted_objectpool_tests::test_len ... ok
[INFO] [stdout] test concurrent_pool_allocator::refcounted_objectpool_tests::test_modify_inner_value ... ok
[INFO] [stdout] test refcounted_pool_allocator::refcounted_objectpool_tests::test_create_no_more_objects ... ok
[INFO] [stdout] test refcounted_pool_allocator::refcounted_objectpool_tests::test_create_strict ... ok
[INFO] [stdout] test refcounted_pool_allocator::refcounted_objectpool_tests::test_is_used_at_initialization ... ok
[INFO] [stdout] test concurrent_pool_allocator::refcounted_objectpool_tests::test_create_strict ... ok
[INFO] [stdout] test concurrent_pool_allocator::refcounted_objectpool_tests::test_is_used_at_initialization ... ok
[INFO] [stdout] test concurrent_pool_allocator::refcounted_objectpool_tests::test_drop_wrapper_around_smart_pointer ... ok
[INFO] [stdout] test refcounted_pool_allocator::refcounted_objectpool_tests::test_modify_inner_value ... ok
[INFO] [stdout] test refcounted_pool_allocator::refcounted_objectpool_tests::test_len ... ok
[INFO] [stdout] test refcounted_pool_allocator::refcounted_objectpool_tests::test_drop_wrapper_around_smart_pointer ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests maskerad_object_pool
[INFO] [stdout] 
[INFO] [stdout] running 24 tests
[INFO] [stdout] test src/concurrent_pool_allocator.rs - concurrent_pool_allocator::ArcPool<T>::pool_slice (line 141) ... ok
[INFO] [stdout] test src/concurrent_pool_allocator.rs - concurrent_pool_allocator::ArcPool (line 18) ... ok
[INFO] [stdout] test src/concurrent_pool_handler.rs - concurrent_pool_handler::ArcHandle<T>::read (line 56) ... ok
[INFO] [stdout] test src/concurrent_pool_allocator.rs - concurrent_pool_allocator::ArcPool<T>::create_strict (line 196) ... ok
[INFO] [stdout] test src/concurrent_pool_allocator.rs - concurrent_pool_allocator::ArcPool<T>::with_capacity (line 89) ... ok
[INFO] [stdout] test src/concurrent_pool_allocator.rs - concurrent_pool_allocator::ArcPool<T>::nb_unused (line 332) ... ok
[INFO] [stdout] test src/concurrent_pool_allocator.rs - concurrent_pool_allocator::ArcPool<T>::create (line 266) ... ok
[INFO] [stdout] test src/concurrent_pool_allocator.rs - concurrent_pool_allocator::ArcPool<T>::capacity (line 382) ... ok
[INFO] [stdout] test src/concurrent_pool_handler.rs - concurrent_pool_handler::ArcHandle<T>::try_write (line 254) ... ok
[INFO] [stdout] test src/concurrent_pool_handler.rs - concurrent_pool_handler::ArcHandle<T>::try_read (line 120) ... ok
[INFO] [stdout] test src/refcounted_pool_allocator.rs - refcounted_pool_allocator::RcPool<T>::capacity (line 384) ... ok
[INFO] [stdout] test src/refcounted_pool_allocator.rs - refcounted_pool_allocator::RcPool (line 18) ... ok
[INFO] [stdout] test src/concurrent_pool_handler.rs - concurrent_pool_handler::ArcHandle<T>::write (line 189) ... ok
[INFO] [stdout] test src/refcounted_pool_allocator.rs - refcounted_pool_allocator::RcPool<T>::create (line 267) ... ok
[INFO] [stdout] test src/lib.rs - (line 29) ... ok
[INFO] [stdout] test src/refcounted_pool_allocator.rs - refcounted_pool_allocator::RcPool<T>::pool_slice (line 140) ... ok
[INFO] [stdout] test src/refcounted_pool_allocator.rs - refcounted_pool_allocator::RcPool<T>::create_strict (line 197) ... ok
[INFO] [stdout] test src/refcounted_pool_allocator.rs - refcounted_pool_allocator::RcPool<T>::nb_unused (line 333) ... ok
[INFO] [stdout] test src/refcounted_pool_handler.rs - refcounted_pool_handler::RcHandle<T>::borrow_mut (line 174) ... ok
[INFO] [stdout] test src/refcounted_pool_handler.rs - refcounted_pool_handler::RcHandle<T>::try_borrow_mut (line 233) ... ok
[INFO] [stdout] test src/refcounted_pool_handler.rs - refcounted_pool_handler::RcHandle<T>::try_borrow (line 109) ... ok
[INFO] [stdout] test src/refcounted_pool_allocator.rs - refcounted_pool_allocator::RcPool<T>::with_capacity (line 88) ... ok
[INFO] [stdout] test src/refcounted_pool_handler.rs - refcounted_pool_handler::RcHandle<T>::as_ptr (line 293) ... ok
[INFO] [stdout] test src/refcounted_pool_handler.rs - refcounted_pool_handler::RcHandle<T>::borrow (line 51) ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 24 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.73s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "e964ab8e4d270b18d9bf15db1e2c9c57467078dd4adbfffb78a294d962bf4b2a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e964ab8e4d270b18d9bf15db1e2c9c57467078dd4adbfffb78a294d962bf4b2a", kill_on_drop: false }`
[INFO] [stdout] e964ab8e4d270b18d9bf15db1e2c9c57467078dd4adbfffb78a294d962bf4b2a
