[INFO] fetching crate priomutex 0.3.1...
[INFO] testing priomutex-0.3.1 against beta-2026-04-21 for beta-1.96-2
[INFO] extracting crate priomutex 0.3.1 into /workspace/builds/worker-5-tc2/source
[INFO] started tweaking crates.io crate priomutex 0.3.1
[INFO] finished tweaking crates.io crate priomutex 0.3.1
[INFO] tweaked toml for crates.io crate priomutex 0.3.1 written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate priomutex 0.3.1 on toolchain beta-2026-04-21
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-04-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-04-21" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 24 packages to latest compatible versions
[INFO] [stderr]       Adding env_logger v0.5.13 (available: v0.11.10)
[INFO] [stderr]       Adding rand v0.4.6 (available: v0.10.1)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-04-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: `package.edition` is unspecified, defaulting to `2015` while the latest is `2024`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] f9006bd779cda067f78e5275214d14d80c06c7d7b511bd8156df3d56934bd7df
[INFO] running `Command { std: "docker" "start" "-a" "f9006bd779cda067f78e5275214d14d80c06c7d7b511bd8156df3d56934bd7df", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "f9006bd779cda067f78e5275214d14d80c06c7d7b511bd8156df3d56934bd7df", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f9006bd779cda067f78e5275214d14d80c06c7d7b511bd8156df3d56934bd7df", kill_on_drop: false }`
[INFO] [stdout] f9006bd779cda067f78e5275214d14d80c06c7d7b511bd8156df3d56934bd7df
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 4d2829bef819bc54eaca9b886e7e1bf6bdf409c39fd29feb17339b5dac1f2c22
[INFO] running `Command { std: "docker" "start" "-a" "4d2829bef819bc54eaca9b886e7e1bf6bdf409c39fd29feb17339b5dac1f2c22", kill_on_drop: false }`
[INFO] [stderr] warning: `package.edition` is unspecified, defaulting to `2015` while the latest is `2024`
[INFO] [stderr]    Compiling priomutex v0.3.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: use of deprecated method `std::sync::atomic::Atomic::<bool>::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead
[INFO] [stdout]   --> src/token.rs:52:45
[INFO] [stdout]    |
[INFO] [stdout] 52 |         let already_woken = self.0.is_woken.compare_and_swap(false, true, atomic::Ordering::SeqCst);
[INFO] [stdout]    |                                             ^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/simple.rs:39:17
[INFO] [stdout]    |
[INFO] [stdout] 39 |     pub fn lock(&self, prio: usize) -> sync::LockResult<MutexGuard<T>> {
[INFO] [stdout]    |                 ^^^^^ the lifetime is elided here       ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 39 |     pub fn lock(&self, prio: usize) -> sync::LockResult<MutexGuard<'_, T>> {
[INFO] [stdout]    |                                                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/simple.rs:57:21
[INFO] [stdout]    |
[INFO] [stdout] 57 |     pub fn try_lock(&self) -> sync::TryLockResult<MutexGuard<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] 57 |     pub fn try_lock(&self) -> sync::TryLockResult<MutexGuard<'_, T>> {
[INFO] [stdout]    |                                                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/simple.rs:71:23
[INFO] [stdout]    |
[INFO] [stdout] 71 |     fn spin_lock_data(&self) -> sync::LockResult<MutexGuard<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] 71 |     fn spin_lock_data(&self) -> sync::LockResult<MutexGuard<'_, T>> {
[INFO] [stdout]    |                                                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/spin_one.rs:53:17
[INFO] [stdout]    |
[INFO] [stdout] 53 |     pub fn lock(&self, prio: usize) -> sync::LockResult<MutexGuard<T>> {
[INFO] [stdout]    |                 ^^^^^ the lifetime is elided here       ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 53 |     pub fn lock(&self, prio: usize) -> sync::LockResult<MutexGuard<'_, T>> {
[INFO] [stdout]    |                                                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/spin_one.rs:99:21
[INFO] [stdout]    |
[INFO] [stdout] 99 |     pub fn try_lock(&self) -> sync::TryLockResult<MutexGuard<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] 99 |     pub fn try_lock(&self) -> sync::TryLockResult<MutexGuard<'_, T>> {
[INFO] [stdout]    |                                                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.21s
[INFO] running `Command { std: "docker" "inspect" "4d2829bef819bc54eaca9b886e7e1bf6bdf409c39fd29feb17339b5dac1f2c22", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4d2829bef819bc54eaca9b886e7e1bf6bdf409c39fd29feb17339b5dac1f2c22", kill_on_drop: false }`
[INFO] [stdout] 4d2829bef819bc54eaca9b886e7e1bf6bdf409c39fd29feb17339b5dac1f2c22
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] bc5b5b5c3bd39533c90438e7b142314909b7c06e4413109f7a066e05dd756382
[INFO] running `Command { std: "docker" "start" "-a" "bc5b5b5c3bd39533c90438e7b142314909b7c06e4413109f7a066e05dd756382", kill_on_drop: false }`
[INFO] [stderr] warning: `package.edition` is unspecified, defaulting to `2015` while the latest is `2024`
[INFO] [stderr]    Compiling libc v0.2.186
[INFO] [stderr]    Compiling quick-error v1.2.3
[INFO] [stderr]    Compiling log v0.4.29
[INFO] [stderr]    Compiling termcolor v1.4.1
[INFO] [stdout] warning: use of deprecated method `std::sync::atomic::Atomic::<bool>::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead
[INFO] [stdout]   --> src/token.rs:52:45
[INFO] [stdout]    |
[INFO] [stdout] 52 |         let already_woken = self.0.is_woken.compare_and_swap(false, true, atomic::Ordering::SeqCst);
[INFO] [stdout]    |                                             ^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/simple.rs:39:17
[INFO] [stdout]    |
[INFO] [stdout] 39 |     pub fn lock(&self, prio: usize) -> sync::LockResult<MutexGuard<T>> {
[INFO] [stdout]    |                 ^^^^^ the lifetime is elided here       ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 39 |     pub fn lock(&self, prio: usize) -> sync::LockResult<MutexGuard<'_, T>> {
[INFO] [stdout]    |                                                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling aho-corasick v1.1.4
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/simple.rs:57:21
[INFO] [stdout]    |
[INFO] [stdout] 57 |     pub fn try_lock(&self) -> sync::TryLockResult<MutexGuard<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] 57 |     pub fn try_lock(&self) -> sync::TryLockResult<MutexGuard<'_, T>> {
[INFO] [stdout]    |                                                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/simple.rs:71:23
[INFO] [stdout]    |
[INFO] [stdout] 71 |     fn spin_lock_data(&self) -> sync::LockResult<MutexGuard<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] 71 |     fn spin_lock_data(&self) -> sync::LockResult<MutexGuard<'_, T>> {
[INFO] [stdout]    |                                                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/spin_one.rs:53:17
[INFO] [stdout]    |
[INFO] [stdout] 53 |     pub fn lock(&self, prio: usize) -> sync::LockResult<MutexGuard<T>> {
[INFO] [stdout]    |                 ^^^^^ the lifetime is elided here       ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 53 |     pub fn lock(&self, prio: usize) -> sync::LockResult<MutexGuard<'_, T>> {
[INFO] [stdout]    |                                                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/spin_one.rs:99:21
[INFO] [stdout]    |
[INFO] [stdout] 99 |     pub fn try_lock(&self) -> sync::TryLockResult<MutexGuard<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] 99 |     pub fn try_lock(&self) -> sync::TryLockResult<MutexGuard<'_, T>> {
[INFO] [stdout]    |                                                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling humantime v1.3.0
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling atty v0.2.14
[INFO] [stderr]    Compiling rand v0.4.6
[INFO] [stderr]    Compiling regex v1.12.3
[INFO] [stderr]    Compiling env_logger v0.5.13
[INFO] [stderr]    Compiling priomutex v0.3.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: use of deprecated function `std::thread::sleep_ms`: replaced by `std::thread::sleep`
[INFO] [stdout]   --> examples/order_test.rs:25:13
[INFO] [stdout]    |
[INFO] [stdout] 25 |     thread::sleep_ms(100);  // wait for the threads to spawn
[INFO] [stdout]    |             ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `std::sync::atomic::Atomic::<bool>::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead
[INFO] [stdout]   --> src/token.rs:52:45
[INFO] [stdout]    |
[INFO] [stdout] 52 |         let already_woken = self.0.is_woken.compare_and_swap(false, true, atomic::Ordering::SeqCst);
[INFO] [stdout]    |                                             ^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/simple.rs:39:17
[INFO] [stdout]    |
[INFO] [stdout] 39 |     pub fn lock(&self, prio: usize) -> sync::LockResult<MutexGuard<T>> {
[INFO] [stdout]    |                 ^^^^^ the lifetime is elided here       ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 39 |     pub fn lock(&self, prio: usize) -> sync::LockResult<MutexGuard<'_, T>> {
[INFO] [stdout]    |                                                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/simple.rs:57:21
[INFO] [stdout]    |
[INFO] [stdout] 57 |     pub fn try_lock(&self) -> sync::TryLockResult<MutexGuard<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] 57 |     pub fn try_lock(&self) -> sync::TryLockResult<MutexGuard<'_, T>> {
[INFO] [stdout]    |                                                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/simple.rs:71:23
[INFO] [stdout]    |
[INFO] [stdout] 71 |     fn spin_lock_data(&self) -> sync::LockResult<MutexGuard<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] 71 |     fn spin_lock_data(&self) -> sync::LockResult<MutexGuard<'_, T>> {
[INFO] [stdout]    |                                                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/spin_one.rs:53:17
[INFO] [stdout]    |
[INFO] [stdout] 53 |     pub fn lock(&self, prio: usize) -> sync::LockResult<MutexGuard<T>> {
[INFO] [stdout]    |                 ^^^^^ the lifetime is elided here       ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 53 |     pub fn lock(&self, prio: usize) -> sync::LockResult<MutexGuard<'_, T>> {
[INFO] [stdout]    |                                                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/spin_one.rs:99:21
[INFO] [stdout]    |
[INFO] [stdout] 99 |     pub fn try_lock(&self) -> sync::TryLockResult<MutexGuard<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] 99 |     pub fn try_lock(&self) -> sync::TryLockResult<MutexGuard<'_, T>> {
[INFO] [stdout]    |                                                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 11.85s
[INFO] running `Command { std: "docker" "inspect" "bc5b5b5c3bd39533c90438e7b142314909b7c06e4413109f7a066e05dd756382", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "bc5b5b5c3bd39533c90438e7b142314909b7c06e4413109f7a066e05dd756382", kill_on_drop: false }`
[INFO] [stdout] bc5b5b5c3bd39533c90438e7b142314909b7c06e4413109f7a066e05dd756382
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 69179e21fb75d069c45cddeb80d20ef0d8c702f6e45bc4357d889a2b1b7d764e
[INFO] running `Command { std: "docker" "start" "-a" "69179e21fb75d069c45cddeb80d20ef0d8c702f6e45bc4357d889a2b1b7d764e", kill_on_drop: false }`
[INFO] [stderr] warning: `package.edition` is unspecified, defaulting to `2015` while the latest is `2024`
[INFO] [stderr] warning: use of deprecated method `std::sync::atomic::Atomic::<bool>::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead
[INFO] [stderr]   --> src/token.rs:52:45
[INFO] [stderr]    |
[INFO] [stderr] 52 |         let already_woken = self.0.is_woken.compare_and_swap(false, true, atomic::Ordering::SeqCst);
[INFO] [stderr]    |                                             ^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(deprecated)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/simple.rs:39:17
[INFO] [stderr]    |
[INFO] [stderr] 39 |     pub fn lock(&self, prio: usize) -> sync::LockResult<MutexGuard<T>> {
[INFO] [stderr]    |                 ^^^^^ the lifetime is elided here       ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 39 |     pub fn lock(&self, prio: usize) -> sync::LockResult<MutexGuard<'_, T>> {
[INFO] [stderr]    |                                                                    +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/simple.rs:57:21
[INFO] [stderr]    |
[INFO] [stderr] 57 |     pub fn try_lock(&self) -> sync::TryLockResult<MutexGuard<T>> {
[INFO] [stderr]    |                     ^^^^^                         ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |                     |
[INFO] [stderr]    |                     the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 57 |     pub fn try_lock(&self) -> sync::TryLockResult<MutexGuard<'_, T>> {
[INFO] [stderr]    |                                                              +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/simple.rs:71:23
[INFO] [stderr]    |
[INFO] [stderr] 71 |     fn spin_lock_data(&self) -> sync::LockResult<MutexGuard<T>> {
[INFO] [stderr]    |                       ^^^^^                      ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |                       |
[INFO] [stderr]    |                       the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 71 |     fn spin_lock_data(&self) -> sync::LockResult<MutexGuard<'_, T>> {
[INFO] [stderr]    |                                                             +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/spin_one.rs:53:17
[INFO] [stderr]    |
[INFO] [stderr] 53 |     pub fn lock(&self, prio: usize) -> sync::LockResult<MutexGuard<T>> {
[INFO] [stderr]    |                 ^^^^^ the lifetime is elided here       ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 53 |     pub fn lock(&self, prio: usize) -> sync::LockResult<MutexGuard<'_, T>> {
[INFO] [stderr]    |                                                                    +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/spin_one.rs:99:21
[INFO] [stderr]    |
[INFO] [stderr] 99 |     pub fn try_lock(&self) -> sync::TryLockResult<MutexGuard<T>> {
[INFO] [stderr]    |                     ^^^^^                         ^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |                     |
[INFO] [stderr]    |                     the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 99 |     pub fn try_lock(&self) -> sync::TryLockResult<MutexGuard<'_, T>> {
[INFO] [stderr]    |                                                              +++
[INFO] [stderr] 
[INFO] [stderr] warning: `priomutex` (lib) generated 6 warnings (run `cargo fix --lib -p priomutex` to apply 5 suggestions)
[INFO] [stderr] warning: use of deprecated function `std::thread::sleep_ms`: replaced by `std::thread::sleep`
[INFO] [stderr]   --> examples/order_test.rs:25:13
[INFO] [stderr]    |
[INFO] [stderr] 25 |     thread::sleep_ms(100);  // wait for the threads to spawn
[INFO] [stderr]    |             ^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(deprecated)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `priomutex` (example "order_test") generated 1 warning
[INFO] [stderr] warning: `priomutex` (lib test) generated 6 warnings (6 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.07s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/priomutex-98ee0d6cbf85dd63)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test token::tests::test_tokens ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/simple.rs (/opt/rustwide/target/debug/deps/simple-b65e7ce826c8b9e4)
[INFO] [stdout] 
[INFO] [stdout] running 4 tests
[INFO] [stdout] test test_single_thread ... ok
[INFO] [stdout] test test_each_takes_once ... ok
[INFO] [stdout] test test_no_unfair_advantage ... ok
[INFO] [stdout] test test_in_order_locking ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.05s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/spin_one.rs (/opt/rustwide/target/debug/deps/spin_one-897a5169eca9257f)
[INFO] [stdout] 
[INFO] [stdout] running 4 tests
[INFO] [stdout] test test_single_thread ... ok
[INFO] [stdout] test test_each_takes_once ... ok
[INFO] [stdout] test test_no_unfair_advantage ... ok
[INFO] [stdout] test test_in_order_locking ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.01s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests priomutex
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test src/lib.rs - (line 9) ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.44s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "69179e21fb75d069c45cddeb80d20ef0d8c702f6e45bc4357d889a2b1b7d764e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "69179e21fb75d069c45cddeb80d20ef0d8c702f6e45bc4357d889a2b1b7d764e", kill_on_drop: false }`
[INFO] [stdout] 69179e21fb75d069c45cddeb80d20ef0d8c702f6e45bc4357d889a2b1b7d764e
