[INFO] fetching crate rusturnate 0.0.9...
[INFO] building rusturnate-0.0.9 against try#d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6 for pr-146237-1
[INFO] extracting crate rusturnate 0.0.9 into /workspace/builds/worker-6-tc2/source
[INFO] started tweaking crates.io crate rusturnate 0.0.9
[INFO] finished tweaking crates.io crate rusturnate 0.0.9
[INFO] tweaked toml for crates.io crate rusturnate 0.0.9 written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate rusturnate 0.0.9 on toolchain d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "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" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 42 packages to latest compatible versions
[INFO] [stderr]       Adding thiserror v1.0.69 (available: v2.0.16)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] e17d4d44b39800267b94dc714524b1d358dbab9525f4a8dd77403e6773614eea
[INFO] running `Command { std: "docker" "start" "-a" "e17d4d44b39800267b94dc714524b1d358dbab9525f4a8dd77403e6773614eea", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "e17d4d44b39800267b94dc714524b1d358dbab9525f4a8dd77403e6773614eea", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e17d4d44b39800267b94dc714524b1d358dbab9525f4a8dd77403e6773614eea", kill_on_drop: false }`
[INFO] [stdout] e17d4d44b39800267b94dc714524b1d358dbab9525f4a8dd77403e6773614eea
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 629a493dff235f48fd8c761ff2985356e6730087775ee5b9e70931038a8a56c6
[INFO] running `Command { std: "docker" "start" "-a" "629a493dff235f48fd8c761ff2985356e6730087775ee5b9e70931038a8a56c6", kill_on_drop: false }`
[INFO] [stderr]    Compiling rusturnate v0.0.9 (/opt/rustwide/workdir)
[INFO] [stdout] warning: pointers cannot be transmuted to integers during const eval
[INFO] [stdout]   --> src/queue/utils/pointer.rs:17:9
[INFO] [stdout]    |
[INFO] [stdout] 17 |         core::mem::transmute(ptr.cast::<()>())
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: at compile-time, pointers do not have an integer value
[INFO] [stdout]    = note: avoiding this restriction via `union` or raw pointers leads to compile-time undefined behavior
[INFO] [stdout]    = help: for more information, see https://doc.rust-lang.org/std/mem/fn.transmute.html
[INFO] [stdout]    = note: `#[warn(ptr_to_integer_transmute_in_consts)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/access.rs:177:67
[INFO] [stdout]     |
[INFO] [stdout] 177 |     pub async fn edit(&'a self) -> error::AwaitEditorAccessResult<'_, T> {
[INFO] [stdout]     |                        -- the lifetime is named here              ^^ the same 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: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 177 -     pub async fn edit(&'a self) -> error::AwaitEditorAccessResult<'_, T> {
[INFO] [stdout] 177 +     pub async fn edit(&'a self) -> error::AwaitEditorAccessResult<'a, T> {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/queue/awaiter.rs:192:17
[INFO] [stdout]     |
[INFO] [stdout] 192 |         target: &Rusturn<T>,
[INFO] [stdout]     |                 ^^^^^^^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 195 |     ) -> TryEditorAccessResult<T, AwaitingAccessError> {
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 195 |     ) -> TryEditorAccessResult<'_, T, AwaitingAccessError> {
[INFO] [stdout]     |                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/queue/awaiter.rs:291:52
[INFO] [stdout]     |
[INFO] [stdout] 291 |     pub async fn await_completed_editor<T>(target: &Rusturn<T>) -> AwaitEditorAccessResult<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] 291 |     pub async fn await_completed_editor<T>(target: &Rusturn<T>) -> AwaitEditorAccessResult<'_, T> {
[INFO] [stdout]     |                                                                                            +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/access.rs:192:68
[INFO] [stdout]     |
[INFO] [stdout] 192 |     pub async fn take(&'a self) -> error::AwaitOptValueFetchResult<'_, T> {
[INFO] [stdout]     |                        -- the lifetime is named here               ^^ the same 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: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 192 -     pub async fn take(&'a self) -> error::AwaitOptValueFetchResult<'_, T> {
[INFO] [stdout] 192 +     pub async fn take(&'a self) -> error::AwaitOptValueFetchResult<'a, T> {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/queue/awaiter.rs:312:48
[INFO] [stdout]     |
[INFO] [stdout] 312 |     pub async fn await_empty_editor<T>(target: &Rusturn<T>) -> AwaitEditorAccessResult<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] 312 |     pub async fn await_empty_editor<T>(target: &Rusturn<T>) -> AwaitEditorAccessResult<'_, T> {
[INFO] [stdout]     |                                                                                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/queue/awaiter.rs:323:42
[INFO] [stdout]     |
[INFO] [stdout] 323 |     pub async fn await_editor<T>(target: &Rusturn<T>) -> AwaitEditorAccessResult<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] 323 |     pub async fn await_editor<T>(target: &Rusturn<T>) -> AwaitEditorAccessResult<'_, T> {
[INFO] [stdout]     |                                                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/queue/awaiter.rs:125:46
[INFO] [stdout]     |
[INFO] [stdout] 125 |     pub fn await_completed_editor<T>(target: &Rusturn<T>) -> AwaitEditorAccessResult<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] 125 |     pub fn await_completed_editor<T>(target: &Rusturn<T>) -> AwaitEditorAccessResult<'_, T> {
[INFO] [stdout]     |                                                                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/queue/awaiter.rs:146:42
[INFO] [stdout]     |
[INFO] [stdout] 146 |     pub fn await_empty_editor<T>(target: &Rusturn<T>) -> AwaitEditorAccessResult<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] 146 |     pub fn await_empty_editor<T>(target: &Rusturn<T>) -> AwaitEditorAccessResult<'_, T> {
[INFO] [stdout]     |                                                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/queue/awaiter.rs:157:36
[INFO] [stdout]     |
[INFO] [stdout] 157 |     pub fn await_editor<T>(target: &Rusturn<T>) -> AwaitEditorAccessResult<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] 157 |     pub fn await_editor<T>(target: &Rusturn<T>) -> AwaitEditorAccessResult<'_, T> {
[INFO] [stdout]     |                                                                            +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/access.rs:336:69
[INFO] [stdout]     |
[INFO] [stdout] 336 |     pub async fn result(&'a self) -> error::AwaitEditorAccessResult<'_, T> {
[INFO] [stdout]     |                          -- the lifetime is named here              ^^ the same 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: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 336 -     pub async fn result(&'a self) -> error::AwaitEditorAccessResult<'_, T> {
[INFO] [stdout] 336 +     pub async fn result(&'a self) -> error::AwaitEditorAccessResult<'a, T> {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/access.rs:341:68
[INFO] [stdout]     |
[INFO] [stdout] 341 |     pub async fn receive(&'a self) -> error::AwaitValueFetchResult<'_, T> {
[INFO] [stdout]     |                           -- the lifetime is named here            ^^ the same 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: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 341 -     pub async fn receive(&'a self) -> error::AwaitValueFetchResult<'_, T> {
[INFO] [stdout] 341 +     pub async fn receive(&'a self) -> error::AwaitValueFetchResult<'a, T> {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/access.rs:351:68
[INFO] [stdout]     |
[INFO] [stdout] 351 |     pub async fn empty(&'a self) -> error::AwaitEditorAccessResult<'_, T> {
[INFO] [stdout]     |                         -- the lifetime is named here              ^^ the same 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: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 351 -     pub async fn empty(&'a self) -> error::AwaitEditorAccessResult<'_, T> {
[INFO] [stdout] 351 +     pub async fn empty(&'a self) -> error::AwaitEditorAccessResult<'a, T> {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/queue/awaiter.rs:230:17
[INFO] [stdout]     |
[INFO] [stdout] 230 |         target: &Rusturn<T>,
[INFO] [stdout]     |                 ^^^^^^^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 233 |     ) -> TryEditorAccessResult<T, AwaitingAccessError> {
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 233 |     ) -> TryEditorAccessResult<'_, T, AwaitingAccessError> {
[INFO] [stdout]     |                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/queue/awaiter.rs:252:17
[INFO] [stdout]     |
[INFO] [stdout] 252 |         target: &Rusturn<T>,
[INFO] [stdout]     |                 ^^^^^^^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 255 |     ) -> TryEditorAccessResult<T, AwaitingAccessError> {
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 255 |     ) -> TryEditorAccessResult<'_, T, AwaitingAccessError> {
[INFO] [stdout]     |                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
[INFO] running `Command { std: "docker" "inspect" "629a493dff235f48fd8c761ff2985356e6730087775ee5b9e70931038a8a56c6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "629a493dff235f48fd8c761ff2985356e6730087775ee5b9e70931038a8a56c6", kill_on_drop: false }`
[INFO] [stdout] 629a493dff235f48fd8c761ff2985356e6730087775ee5b9e70931038a8a56c6
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] c9ac3b33a125c7546a0f33d315956831e342934bd823a7773593fd2fe4fc361f
[INFO] running `Command { std: "docker" "start" "-a" "c9ac3b33a125c7546a0f33d315956831e342934bd823a7773593fd2fe4fc361f", kill_on_drop: false }`
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling tokio-macros v2.5.0
[INFO] [stderr]    Compiling num_cpus v1.17.0
[INFO] [stderr]    Compiling core_affinity v0.8.3
[INFO] [stderr]    Compiling tokio v1.47.1
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling rusturnate v0.0.9 (/opt/rustwide/workdir)
[INFO] [stdout] warning: pointers cannot be transmuted to integers during const eval
[INFO] [stdout]   --> src/queue/utils/pointer.rs:17:9
[INFO] [stdout]    |
[INFO] [stdout] 17 |         core::mem::transmute(ptr.cast::<()>())
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: at compile-time, pointers do not have an integer value
[INFO] [stdout]    = note: avoiding this restriction via `union` or raw pointers leads to compile-time undefined behavior
[INFO] [stdout]    = help: for more information, see https://doc.rust-lang.org/std/mem/fn.transmute.html
[INFO] [stdout]    = note: `#[warn(ptr_to_integer_transmute_in_consts)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/queue/awaiter.rs:192:17
[INFO] [stdout]     |
[INFO] [stdout] 192 |         target: &Rusturn<T>,
[INFO] [stdout]     |                 ^^^^^^^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 195 |     ) -> TryEditorAccessResult<T, AwaitingAccessError> {
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 195 |     ) -> TryEditorAccessResult<'_, T, AwaitingAccessError> {
[INFO] [stdout]     |                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/access.rs:177:67
[INFO] [stdout]     |
[INFO] [stdout] 177 |     pub async fn edit(&'a self) -> error::AwaitEditorAccessResult<'_, T> {
[INFO] [stdout]     |                        -- the lifetime is named here              ^^ the same 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: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 177 -     pub async fn edit(&'a self) -> error::AwaitEditorAccessResult<'_, T> {
[INFO] [stdout] 177 +     pub async fn edit(&'a self) -> error::AwaitEditorAccessResult<'a, T> {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/queue/awaiter.rs:230:17
[INFO] [stdout]     |
[INFO] [stdout] 230 |         target: &Rusturn<T>,
[INFO] [stdout]     |                 ^^^^^^^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 233 |     ) -> TryEditorAccessResult<T, AwaitingAccessError> {
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 233 |     ) -> TryEditorAccessResult<'_, T, AwaitingAccessError> {
[INFO] [stdout]     |                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/queue/awaiter.rs:125:46
[INFO] [stdout]     |
[INFO] [stdout] 125 |     pub fn await_completed_editor<T>(target: &Rusturn<T>) -> AwaitEditorAccessResult<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] 125 |     pub fn await_completed_editor<T>(target: &Rusturn<T>) -> AwaitEditorAccessResult<'_, T> {
[INFO] [stdout]     |                                                                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/queue/awaiter.rs:252:17
[INFO] [stdout]     |
[INFO] [stdout] 252 |         target: &Rusturn<T>,
[INFO] [stdout]     |                 ^^^^^^^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 255 |     ) -> TryEditorAccessResult<T, AwaitingAccessError> {
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 255 |     ) -> TryEditorAccessResult<'_, T, AwaitingAccessError> {
[INFO] [stdout]     |                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/queue/awaiter.rs:146:42
[INFO] [stdout]     |
[INFO] [stdout] 146 |     pub fn await_empty_editor<T>(target: &Rusturn<T>) -> AwaitEditorAccessResult<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] 146 |     pub fn await_empty_editor<T>(target: &Rusturn<T>) -> AwaitEditorAccessResult<'_, T> {
[INFO] [stdout]     |                                                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/queue/awaiter.rs:157:36
[INFO] [stdout]     |
[INFO] [stdout] 157 |     pub fn await_editor<T>(target: &Rusturn<T>) -> AwaitEditorAccessResult<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] 157 |     pub fn await_editor<T>(target: &Rusturn<T>) -> AwaitEditorAccessResult<'_, T> {
[INFO] [stdout]     |                                                                            +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/queue/awaiter.rs:291:52
[INFO] [stdout]     |
[INFO] [stdout] 291 |     pub async fn await_completed_editor<T>(target: &Rusturn<T>) -> AwaitEditorAccessResult<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] 291 |     pub async fn await_completed_editor<T>(target: &Rusturn<T>) -> AwaitEditorAccessResult<'_, T> {
[INFO] [stdout]     |                                                                                            +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/queue/awaiter.rs:312:48
[INFO] [stdout]     |
[INFO] [stdout] 312 |     pub async fn await_empty_editor<T>(target: &Rusturn<T>) -> AwaitEditorAccessResult<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] 312 |     pub async fn await_empty_editor<T>(target: &Rusturn<T>) -> AwaitEditorAccessResult<'_, T> {
[INFO] [stdout]     |                                                                                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/queue/awaiter.rs:323:42
[INFO] [stdout]     |
[INFO] [stdout] 323 |     pub async fn await_editor<T>(target: &Rusturn<T>) -> AwaitEditorAccessResult<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] 323 |     pub async fn await_editor<T>(target: &Rusturn<T>) -> AwaitEditorAccessResult<'_, T> {
[INFO] [stdout]     |                                                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/access.rs:192:68
[INFO] [stdout]     |
[INFO] [stdout] 192 |     pub async fn take(&'a self) -> error::AwaitOptValueFetchResult<'_, T> {
[INFO] [stdout]     |                        -- the lifetime is named here               ^^ the same 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: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 192 -     pub async fn take(&'a self) -> error::AwaitOptValueFetchResult<'_, T> {
[INFO] [stdout] 192 +     pub async fn take(&'a self) -> error::AwaitOptValueFetchResult<'a, T> {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/access.rs:336:69
[INFO] [stdout]     |
[INFO] [stdout] 336 |     pub async fn result(&'a self) -> error::AwaitEditorAccessResult<'_, T> {
[INFO] [stdout]     |                          -- the lifetime is named here              ^^ the same 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: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 336 -     pub async fn result(&'a self) -> error::AwaitEditorAccessResult<'_, T> {
[INFO] [stdout] 336 +     pub async fn result(&'a self) -> error::AwaitEditorAccessResult<'a, T> {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/access.rs:341:68
[INFO] [stdout]     |
[INFO] [stdout] 341 |     pub async fn receive(&'a self) -> error::AwaitValueFetchResult<'_, T> {
[INFO] [stdout]     |                           -- the lifetime is named here            ^^ the same 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: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 341 -     pub async fn receive(&'a self) -> error::AwaitValueFetchResult<'_, T> {
[INFO] [stdout] 341 +     pub async fn receive(&'a self) -> error::AwaitValueFetchResult<'a, T> {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/access.rs:351:68
[INFO] [stdout]     |
[INFO] [stdout] 351 |     pub async fn empty(&'a self) -> error::AwaitEditorAccessResult<'_, T> {
[INFO] [stdout]     |                         -- the lifetime is named here              ^^ the same 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: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 351 -     pub async fn empty(&'a self) -> error::AwaitEditorAccessResult<'_, T> {
[INFO] [stdout] 351 +     pub async fn empty(&'a self) -> error::AwaitEditorAccessResult<'a, T> {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: pointers cannot be transmuted to integers during const eval
[INFO] [stdout]   --> src/queue/utils/pointer.rs:17:9
[INFO] [stdout]    |
[INFO] [stdout] 17 |         core::mem::transmute(ptr.cast::<()>())
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: at compile-time, pointers do not have an integer value
[INFO] [stdout]    = note: avoiding this restriction via `union` or raw pointers leads to compile-time undefined behavior
[INFO] [stdout]    = help: for more information, see https://doc.rust-lang.org/std/mem/fn.transmute.html
[INFO] [stdout]    = note: `#[warn(ptr_to_integer_transmute_in_consts)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/queue/awaiter.rs:192:17
[INFO] [stdout]     |
[INFO] [stdout] 192 |         target: &Rusturn<T>,
[INFO] [stdout]     |                 ^^^^^^^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 195 |     ) -> TryEditorAccessResult<T, AwaitingAccessError> {
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 195 |     ) -> TryEditorAccessResult<'_, T, AwaitingAccessError> {
[INFO] [stdout]     |                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/access.rs:177:67
[INFO] [stdout]     |
[INFO] [stdout] 177 |     pub async fn edit(&'a self) -> error::AwaitEditorAccessResult<'_, T> {
[INFO] [stdout]     |                        -- the lifetime is named here              ^^ the same 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: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 177 -     pub async fn edit(&'a self) -> error::AwaitEditorAccessResult<'_, T> {
[INFO] [stdout] 177 +     pub async fn edit(&'a self) -> error::AwaitEditorAccessResult<'a, T> {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/access.rs:192:68
[INFO] [stdout]     |
[INFO] [stdout] 192 |     pub async fn take(&'a self) -> error::AwaitOptValueFetchResult<'_, T> {
[INFO] [stdout]     |                        -- the lifetime is named here               ^^ the same 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: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 192 -     pub async fn take(&'a self) -> error::AwaitOptValueFetchResult<'_, T> {
[INFO] [stdout] 192 +     pub async fn take(&'a self) -> error::AwaitOptValueFetchResult<'a, T> {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/access.rs:336:69
[INFO] [stdout]     |
[INFO] [stdout] 336 |     pub async fn result(&'a self) -> error::AwaitEditorAccessResult<'_, T> {
[INFO] [stdout]     |                          -- the lifetime is named here              ^^ the same 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: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 336 -     pub async fn result(&'a self) -> error::AwaitEditorAccessResult<'_, T> {
[INFO] [stdout] 336 +     pub async fn result(&'a self) -> error::AwaitEditorAccessResult<'a, T> {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/access.rs:341:68
[INFO] [stdout]     |
[INFO] [stdout] 341 |     pub async fn receive(&'a self) -> error::AwaitValueFetchResult<'_, T> {
[INFO] [stdout]     |                           -- the lifetime is named here            ^^ the same 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: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 341 -     pub async fn receive(&'a self) -> error::AwaitValueFetchResult<'_, T> {
[INFO] [stdout] 341 +     pub async fn receive(&'a self) -> error::AwaitValueFetchResult<'a, T> {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/access.rs:351:68
[INFO] [stdout]     |
[INFO] [stdout] 351 |     pub async fn empty(&'a self) -> error::AwaitEditorAccessResult<'_, T> {
[INFO] [stdout]     |                         -- the lifetime is named here              ^^ the same 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: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 351 -     pub async fn empty(&'a self) -> error::AwaitEditorAccessResult<'_, T> {
[INFO] [stdout] 351 +     pub async fn empty(&'a self) -> error::AwaitEditorAccessResult<'a, T> {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/queue/awaiter.rs:230:17
[INFO] [stdout]     |
[INFO] [stdout] 230 |         target: &Rusturn<T>,
[INFO] [stdout]     |                 ^^^^^^^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 233 |     ) -> TryEditorAccessResult<T, AwaitingAccessError> {
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 233 |     ) -> TryEditorAccessResult<'_, T, AwaitingAccessError> {
[INFO] [stdout]     |                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/queue/awaiter.rs:252:17
[INFO] [stdout]     |
[INFO] [stdout] 252 |         target: &Rusturn<T>,
[INFO] [stdout]     |                 ^^^^^^^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 255 |     ) -> TryEditorAccessResult<T, AwaitingAccessError> {
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 255 |     ) -> TryEditorAccessResult<'_, T, AwaitingAccessError> {
[INFO] [stdout]     |                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/queue/awaiter.rs:291:52
[INFO] [stdout]     |
[INFO] [stdout] 291 |     pub async fn await_completed_editor<T>(target: &Rusturn<T>) -> AwaitEditorAccessResult<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] 291 |     pub async fn await_completed_editor<T>(target: &Rusturn<T>) -> AwaitEditorAccessResult<'_, T> {
[INFO] [stdout]     |                                                                                            +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/queue/awaiter.rs:312:48
[INFO] [stdout]     |
[INFO] [stdout] 312 |     pub async fn await_empty_editor<T>(target: &Rusturn<T>) -> AwaitEditorAccessResult<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] 312 |     pub async fn await_empty_editor<T>(target: &Rusturn<T>) -> AwaitEditorAccessResult<'_, T> {
[INFO] [stdout]     |                                                                                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/queue/awaiter.rs:323:42
[INFO] [stdout]     |
[INFO] [stdout] 323 |     pub async fn await_editor<T>(target: &Rusturn<T>) -> AwaitEditorAccessResult<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] 323 |     pub async fn await_editor<T>(target: &Rusturn<T>) -> AwaitEditorAccessResult<'_, T> {
[INFO] [stdout]     |                                                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/queue/awaiter.rs:125:46
[INFO] [stdout]     |
[INFO] [stdout] 125 |     pub fn await_completed_editor<T>(target: &Rusturn<T>) -> AwaitEditorAccessResult<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] 125 |     pub fn await_completed_editor<T>(target: &Rusturn<T>) -> AwaitEditorAccessResult<'_, T> {
[INFO] [stdout]     |                                                                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/queue/awaiter.rs:146:42
[INFO] [stdout]     |
[INFO] [stdout] 146 |     pub fn await_empty_editor<T>(target: &Rusturn<T>) -> AwaitEditorAccessResult<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] 146 |     pub fn await_empty_editor<T>(target: &Rusturn<T>) -> AwaitEditorAccessResult<'_, T> {
[INFO] [stdout]     |                                                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/queue/awaiter.rs:157:36
[INFO] [stdout]     |
[INFO] [stdout] 157 |     pub fn await_editor<T>(target: &Rusturn<T>) -> AwaitEditorAccessResult<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] 157 |     pub fn await_editor<T>(target: &Rusturn<T>) -> AwaitEditorAccessResult<'_, T> {
[INFO] [stdout]     |                                                                            +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 5.23s
[INFO] running `Command { std: "docker" "inspect" "c9ac3b33a125c7546a0f33d315956831e342934bd823a7773593fd2fe4fc361f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c9ac3b33a125c7546a0f33d315956831e342934bd823a7773593fd2fe4fc361f", kill_on_drop: false }`
[INFO] [stdout] c9ac3b33a125c7546a0f33d315956831e342934bd823a7773593fd2fe4fc361f
