[INFO] fetching crate contiguous-mem 0.4.2... [INFO] testing contiguous-mem-0.4.2 against beta-2025-09-21 for beta-1.91-3 [INFO] extracting crate contiguous-mem 0.4.2 into /workspace/builds/worker-7-tc2/source [INFO] started tweaking crates.io crate contiguous-mem 0.4.2 [INFO] removed 0 missing examples [INFO] finished tweaking crates.io crate contiguous-mem 0.4.2 [INFO] tweaked toml for crates.io crate contiguous-mem 0.4.2 written to /workspace/builds/worker-7-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate contiguous-mem 0.4.2 on toolchain beta-2025-09-21 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate contiguous-mem 0.4.2 already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] b23a66f90a9a50e3fff2460955d3c6154d146922476bf0ee0eda2cba89083697 [INFO] running `Command { std: "docker" "start" "-a" "b23a66f90a9a50e3fff2460955d3c6154d146922476bf0ee0eda2cba89083697", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "b23a66f90a9a50e3fff2460955d3c6154d146922476bf0ee0eda2cba89083697", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b23a66f90a9a50e3fff2460955d3c6154d146922476bf0ee0eda2cba89083697", kill_on_drop: false }` [INFO] [stdout] b23a66f90a9a50e3fff2460955d3c6154d146922476bf0ee0eda2cba89083697 [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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 7935439e274379199f29b22de5d409465a0f068d2e95813a324a5485345167af [INFO] running `Command { std: "docker" "start" "-a" "7935439e274379199f29b22de5d409465a0f068d2e95813a324a5485345167af", kill_on_drop: false }` [INFO] [stderr] Compiling contiguous-mem v0.4.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: method `try_lock_named` is never used [INFO] [stdout] --> src/types.rs:43:8 [INFO] [stdout] | [INFO] [stdout] 41 | pub(crate) trait MutexTypesafe { [INFO] [stdout] | ------------- method in this trait [INFO] [stdout] 42 | fn lock_named(&self, source: LockSource) -> Result, crate::error::LockingError>; [INFO] [stdout] 43 | fn try_lock_named( [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/types.rs:42:19 [INFO] [stdout] | [INFO] [stdout] 42 | fn lock_named(&self, source: LockSource) -> Result, crate::error::LockingError>; [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] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 42 | fn lock_named(&self, source: LockSource) -> Result, crate::error::LockingError>; [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/types.rs:44:9 [INFO] [stdout] | [INFO] [stdout] 44 | &self, [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] 45 | source: LockSource, [INFO] [stdout] 46 | ) -> Result, crate::error::LockingError>; [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] 46 | ) -> Result, crate::error::LockingError>; [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/types.rs:50:19 [INFO] [stdout] | [INFO] [stdout] 50 | fn lock_named(&self, source: LockSource) -> Result, crate::error::LockingError> { [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] 50 | fn lock_named(&self, source: LockSource) -> Result, crate::error::LockingError> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/types.rs:57:9 [INFO] [stdout] | [INFO] [stdout] 57 | &self, [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] 58 | source: LockSource, [INFO] [stdout] 59 | ) -> Result, crate::error::LockingError> { [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] 59 | ) -> Result, crate::error::LockingError> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/types.rs:84:19 [INFO] [stdout] | [INFO] [stdout] 84 | fn read_named(&self, source: LockSource) -> Result, LockingError>; [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] 84 | fn read_named(&self, source: LockSource) -> Result, LockingError>; [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/types.rs:85:23 [INFO] [stdout] | [INFO] [stdout] 85 | fn try_read_named(&self, source: LockSource) -> Result, LockingError>; [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] 85 | fn try_read_named(&self, source: LockSource) -> Result, LockingError>; [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/types.rs:86:20 [INFO] [stdout] | [INFO] [stdout] 86 | fn write_named(&self, source: LockSource) -> Result, LockingError>; [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] 86 | fn write_named(&self, source: LockSource) -> Result, LockingError>; [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/types.rs:87:24 [INFO] [stdout] | [INFO] [stdout] 87 | fn try_write_named(&self, source: LockSource) -> Result, LockingError>; [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] 87 | fn try_write_named(&self, source: LockSource) -> Result, LockingError>; [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/types.rs:91:19 [INFO] [stdout] | [INFO] [stdout] 91 | fn read_named(&self, source: LockSource) -> Result, LockingError> { [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] 91 | fn read_named(&self, source: LockSource) -> Result, LockingError> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/types.rs:98:23 [INFO] [stdout] | [INFO] [stdout] 98 | fn try_read_named(&self, source: LockSource) -> Result, LockingError> { [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] 98 | fn try_read_named(&self, source: LockSource) -> Result, LockingError> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/types.rs:106:20 [INFO] [stdout] | [INFO] [stdout] 106 | fn write_named(&self, source: LockSource) -> Result, LockingError> { [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] 106 | fn write_named(&self, source: LockSource) -> Result, LockingError> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/types.rs:113:24 [INFO] [stdout] | [INFO] [stdout] 113 | fn try_write_named(&self, source: LockSource) -> Result, LockingError> { [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] 113 | fn try_write_named(&self, source: LockSource) -> Result, LockingError> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s [INFO] running `Command { std: "docker" "inspect" "7935439e274379199f29b22de5d409465a0f068d2e95813a324a5485345167af", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7935439e274379199f29b22de5d409465a0f068d2e95813a324a5485345167af", kill_on_drop: false }` [INFO] [stdout] 7935439e274379199f29b22de5d409465a0f068d2e95813a324a5485345167af [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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 8b54367381cff00983514028215bd9544382c2cca1edcd69fb2c75a1d8023bb9 [INFO] running `Command { std: "docker" "start" "-a" "8b54367381cff00983514028215bd9544382c2cca1edcd69fb2c75a1d8023bb9", kill_on_drop: false }` [INFO] [stdout] warning: method `try_lock_named` is never used [INFO] [stdout] --> src/types.rs:43:8 [INFO] [stdout] | [INFO] [stdout] 41 | pub(crate) trait MutexTypesafe { [INFO] [stdout] | ------------- method in this trait [INFO] [stdout] 42 | fn lock_named(&self, source: LockSource) -> Result, crate::error::LockingError>; [INFO] [stdout] 43 | fn try_lock_named( [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling contiguous-mem v0.4.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/types.rs:42:19 [INFO] [stdout] | [INFO] [stdout] 42 | fn lock_named(&self, source: LockSource) -> Result, crate::error::LockingError>; [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] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 42 | fn lock_named(&self, source: LockSource) -> Result, crate::error::LockingError>; [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/types.rs:44:9 [INFO] [stdout] | [INFO] [stdout] 44 | &self, [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] 45 | source: LockSource, [INFO] [stdout] 46 | ) -> Result, crate::error::LockingError>; [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] 46 | ) -> Result, crate::error::LockingError>; [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/types.rs:50:19 [INFO] [stdout] | [INFO] [stdout] 50 | fn lock_named(&self, source: LockSource) -> Result, crate::error::LockingError> { [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] 50 | fn lock_named(&self, source: LockSource) -> Result, crate::error::LockingError> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/types.rs:57:9 [INFO] [stdout] | [INFO] [stdout] 57 | &self, [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] 58 | source: LockSource, [INFO] [stdout] 59 | ) -> Result, crate::error::LockingError> { [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] 59 | ) -> Result, crate::error::LockingError> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/types.rs:84:19 [INFO] [stdout] | [INFO] [stdout] 84 | fn read_named(&self, source: LockSource) -> Result, LockingError>; [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] 84 | fn read_named(&self, source: LockSource) -> Result, LockingError>; [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/types.rs:85:23 [INFO] [stdout] | [INFO] [stdout] 85 | fn try_read_named(&self, source: LockSource) -> Result, LockingError>; [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] 85 | fn try_read_named(&self, source: LockSource) -> Result, LockingError>; [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/types.rs:86:20 [INFO] [stdout] | [INFO] [stdout] 86 | fn write_named(&self, source: LockSource) -> Result, LockingError>; [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] 86 | fn write_named(&self, source: LockSource) -> Result, LockingError>; [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/types.rs:87:24 [INFO] [stdout] | [INFO] [stdout] 87 | fn try_write_named(&self, source: LockSource) -> Result, LockingError>; [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] 87 | fn try_write_named(&self, source: LockSource) -> Result, LockingError>; [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/types.rs:91:19 [INFO] [stdout] | [INFO] [stdout] 91 | fn read_named(&self, source: LockSource) -> Result, LockingError> { [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] 91 | fn read_named(&self, source: LockSource) -> Result, LockingError> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/types.rs:98:23 [INFO] [stdout] | [INFO] [stdout] 98 | fn try_read_named(&self, source: LockSource) -> Result, LockingError> { [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] 98 | fn try_read_named(&self, source: LockSource) -> Result, LockingError> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/types.rs:106:20 [INFO] [stdout] | [INFO] [stdout] 106 | fn write_named(&self, source: LockSource) -> Result, LockingError> { [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] 106 | fn write_named(&self, source: LockSource) -> Result, LockingError> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/types.rs:113:24 [INFO] [stdout] | [INFO] [stdout] 113 | fn try_write_named(&self, source: LockSource) -> Result, LockingError> { [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] 113 | fn try_write_named(&self, source: LockSource) -> Result, LockingError> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `try_lock_named` is never used [INFO] [stdout] --> src/types.rs:43:8 [INFO] [stdout] | [INFO] [stdout] 41 | pub(crate) trait MutexTypesafe { [INFO] [stdout] | ------------- method in this trait [INFO] [stdout] 42 | fn lock_named(&self, source: LockSource) -> Result, crate::error::LockingError>; [INFO] [stdout] 43 | fn try_lock_named( [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/types.rs:42:19 [INFO] [stdout] | [INFO] [stdout] 42 | fn lock_named(&self, source: LockSource) -> Result, crate::error::LockingError>; [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] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 42 | fn lock_named(&self, source: LockSource) -> Result, crate::error::LockingError>; [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/types.rs:44:9 [INFO] [stdout] | [INFO] [stdout] 44 | &self, [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] 45 | source: LockSource, [INFO] [stdout] 46 | ) -> Result, crate::error::LockingError>; [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] 46 | ) -> Result, crate::error::LockingError>; [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/types.rs:50:19 [INFO] [stdout] | [INFO] [stdout] 50 | fn lock_named(&self, source: LockSource) -> Result, crate::error::LockingError> { [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] 50 | fn lock_named(&self, source: LockSource) -> Result, crate::error::LockingError> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/types.rs:57:9 [INFO] [stdout] | [INFO] [stdout] 57 | &self, [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] 58 | source: LockSource, [INFO] [stdout] 59 | ) -> Result, crate::error::LockingError> { [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] 59 | ) -> Result, crate::error::LockingError> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/types.rs:84:19 [INFO] [stdout] | [INFO] [stdout] 84 | fn read_named(&self, source: LockSource) -> Result, LockingError>; [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] 84 | fn read_named(&self, source: LockSource) -> Result, LockingError>; [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/types.rs:85:23 [INFO] [stdout] | [INFO] [stdout] 85 | fn try_read_named(&self, source: LockSource) -> Result, LockingError>; [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] 85 | fn try_read_named(&self, source: LockSource) -> Result, LockingError>; [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/types.rs:86:20 [INFO] [stdout] | [INFO] [stdout] 86 | fn write_named(&self, source: LockSource) -> Result, LockingError>; [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] 86 | fn write_named(&self, source: LockSource) -> Result, LockingError>; [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/types.rs:87:24 [INFO] [stdout] | [INFO] [stdout] 87 | fn try_write_named(&self, source: LockSource) -> Result, LockingError>; [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] 87 | fn try_write_named(&self, source: LockSource) -> Result, LockingError>; [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/types.rs:91:19 [INFO] [stdout] | [INFO] [stdout] 91 | fn read_named(&self, source: LockSource) -> Result, LockingError> { [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] 91 | fn read_named(&self, source: LockSource) -> Result, LockingError> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/types.rs:98:23 [INFO] [stdout] | [INFO] [stdout] 98 | fn try_read_named(&self, source: LockSource) -> Result, LockingError> { [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] 98 | fn try_read_named(&self, source: LockSource) -> Result, LockingError> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/types.rs:106:20 [INFO] [stdout] | [INFO] [stdout] 106 | fn write_named(&self, source: LockSource) -> Result, LockingError> { [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] 106 | fn write_named(&self, source: LockSource) -> Result, LockingError> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/types.rs:113:24 [INFO] [stdout] | [INFO] [stdout] 113 | fn try_write_named(&self, source: LockSource) -> Result, LockingError> { [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] 113 | fn try_write_named(&self, source: LockSource) -> Result, LockingError> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 1.62s [INFO] running `Command { std: "docker" "inspect" "8b54367381cff00983514028215bd9544382c2cca1edcd69fb2c75a1d8023bb9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8b54367381cff00983514028215bd9544382c2cca1edcd69fb2c75a1d8023bb9", kill_on_drop: false }` [INFO] [stdout] 8b54367381cff00983514028215bd9544382c2cca1edcd69fb2c75a1d8023bb9 [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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 382e1485cc5af11cc433a629a75285b7d790a79743193af3e885d73b9069874a [INFO] running `Command { std: "docker" "start" "-a" "382e1485cc5af11cc433a629a75285b7d790a79743193af3e885d73b9069874a", kill_on_drop: false }` [INFO] [stderr] warning: method `try_lock_named` is never used [INFO] [stderr] --> src/types.rs:43:8 [INFO] [stderr] | [INFO] [stderr] 41 | pub(crate) trait MutexTypesafe { [INFO] [stderr] | ------------- method in this trait [INFO] [stderr] 42 | fn lock_named(&self, source: LockSource) -> Result, crate::error::LockingError>; [INFO] [stderr] 43 | fn try_lock_named( [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/types.rs:42:19 [INFO] [stderr] | [INFO] [stderr] 42 | fn lock_named(&self, source: LockSource) -> Result, crate::error::LockingError>; [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] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 42 | fn lock_named(&self, source: LockSource) -> Result, crate::error::LockingError>; [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/types.rs:44:9 [INFO] [stderr] | [INFO] [stderr] 44 | &self, [INFO] [stderr] | ^^^^^ the lifetime is elided here [INFO] [stderr] 45 | source: LockSource, [INFO] [stderr] 46 | ) -> Result, crate::error::LockingError>; [INFO] [stderr] | ^^^^^^^^^^^^^ 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] 46 | ) -> Result, crate::error::LockingError>; [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/types.rs:50:19 [INFO] [stderr] | [INFO] [stderr] 50 | fn lock_named(&self, source: LockSource) -> Result, crate::error::LockingError> { [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] 50 | fn lock_named(&self, source: LockSource) -> Result, crate::error::LockingError> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/types.rs:57:9 [INFO] [stderr] | [INFO] [stderr] 57 | &self, [INFO] [stderr] | ^^^^^ the lifetime is elided here [INFO] [stderr] 58 | source: LockSource, [INFO] [stderr] 59 | ) -> Result, crate::error::LockingError> { [INFO] [stderr] | ^^^^^^^^^^^^^ 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] 59 | ) -> Result, crate::error::LockingError> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/types.rs:84:19 [INFO] [stderr] | [INFO] [stderr] 84 | fn read_named(&self, source: LockSource) -> Result, LockingError>; [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] 84 | fn read_named(&self, source: LockSource) -> Result, LockingError>; [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/types.rs:85:23 [INFO] [stderr] | [INFO] [stderr] 85 | fn try_read_named(&self, source: LockSource) -> Result, LockingError>; [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] 85 | fn try_read_named(&self, source: LockSource) -> Result, LockingError>; [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/types.rs:86:20 [INFO] [stderr] | [INFO] [stderr] 86 | fn write_named(&self, source: LockSource) -> Result, LockingError>; [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] 86 | fn write_named(&self, source: LockSource) -> Result, LockingError>; [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/types.rs:87:24 [INFO] [stderr] | [INFO] [stderr] 87 | fn try_write_named(&self, source: LockSource) -> Result, LockingError>; [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] 87 | fn try_write_named(&self, source: LockSource) -> Result, LockingError>; [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/types.rs:91:19 [INFO] [stderr] | [INFO] [stderr] 91 | fn read_named(&self, source: LockSource) -> Result, LockingError> { [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] 91 | fn read_named(&self, source: LockSource) -> Result, LockingError> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/types.rs:98:23 [INFO] [stderr] | [INFO] [stderr] 98 | fn try_read_named(&self, source: LockSource) -> Result, LockingError> { [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] 98 | fn try_read_named(&self, source: LockSource) -> Result, LockingError> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/types.rs:106:20 [INFO] [stderr] | [INFO] [stderr] 106 | fn write_named(&self, source: LockSource) -> Result, LockingError> { [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] 106 | fn write_named(&self, source: LockSource) -> Result, LockingError> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/types.rs:113:24 [INFO] [stderr] | [INFO] [stderr] 113 | fn try_write_named(&self, source: LockSource) -> Result, LockingError> { [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] 113 | fn try_write_named(&self, source: LockSource) -> Result, LockingError> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: `contiguous-mem` (lib) generated 13 warnings (run `cargo fix --lib -p contiguous-mem` to apply 12 suggestions) [INFO] [stderr] warning: `contiguous-mem` (lib test) generated 13 warnings (13 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.06s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/contiguous_mem-b00305ee7530f599) [INFO] [stdout] [INFO] [stdout] running 12 tests [INFO] [stdout] test test::store_and_get ... ok [INFO] [stdout] test test::construct_contiguous_memory ... ok [INFO] [stdout] test test::add_to_zero_sized ... ok [INFO] [stdout] test test::resize_manually ... ok [INFO] [stdout] test test::resize_automatically ... ok [INFO] [stdout] test tracker::tests::test_take_and_release_allocation_tracker ... ok [INFO] [stdout] test range::test::byterange_difference_works ... ok [INFO] [stdout] test range::test::byterange_merging_works ... ok [INFO] [stdout] test tracker::tests::test_new_allocation_tracker ... ok [INFO] [stdout] test tracker::tests::test_peek_next_allocation_tracker ... ok [INFO] [stdout] test tracker::tests::test_take_next_allocation_tracker ... ok [INFO] [stdout] test tracker::tests::test_resize_allocation_tracker ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Doc-tests contiguous_mem [INFO] [stderr] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stderr] --> src/lib.rs:5:18 [INFO] [stderr] | [INFO] [stderr] 5 | #![cfg_attr(doc, feature(doc_auto_cfg))] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to 1 previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0554`. [INFO] [stderr] error: doctest failed, to rerun pass `--doc` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/beta-2025-09-21-x86_64-unknown-linux-gnu/bin/rustdoc --edition=2021 --crate-type lib --color auto --crate-name contiguous_mem --test src/lib.rs --test-run-directory /opt/rustwide/workdir -L dependency=/opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern byteorder=/opt/rustwide/target/debug/deps/libbyteorder-fb36fe721788ce00.rlib --extern contiguous_mem=/opt/rustwide/target/debug/deps/libcontiguous_mem-0bf987594f731f83.rlib -C embed-bitcode=no --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("debug", "default", "error_in_core", "no_std", "ptr_metadata"))' --cap-lints=warn --error-format human` (exit status: 1) [INFO] [stderr] note: test exited abnormally; to see the full output pass --no-capture to the harness. [INFO] running `Command { std: "docker" "inspect" "382e1485cc5af11cc433a629a75285b7d790a79743193af3e885d73b9069874a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "382e1485cc5af11cc433a629a75285b7d790a79743193af3e885d73b9069874a", kill_on_drop: false }` [INFO] [stdout] 382e1485cc5af11cc433a629a75285b7d790a79743193af3e885d73b9069874a