[INFO] fetching crate cooptex 0.2.1...
[INFO] testing cooptex-0.2.1 against beta-2025-09-21 for beta-1.91-3
[INFO] extracting crate cooptex 0.2.1 into /workspace/builds/worker-2-tc2/source
[INFO] started tweaking crates.io crate cooptex 0.2.1
[INFO] finished tweaking crates.io crate cooptex 0.2.1
[INFO] tweaked toml for crates.io crate cooptex 0.2.1 written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate cooptex 0.2.1 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 cooptex 0.2.1 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-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 5e01331e6a1c20353a89e62e4f1b3bc2b7b3700d7df8b3ef1397f40920ddb112
[INFO] running `Command { std: "docker" "start" "-a" "5e01331e6a1c20353a89e62e4f1b3bc2b7b3700d7df8b3ef1397f40920ddb112", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "5e01331e6a1c20353a89e62e4f1b3bc2b7b3700d7df8b3ef1397f40920ddb112", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5e01331e6a1c20353a89e62e4f1b3bc2b7b3700d7df8b3ef1397f40920ddb112", kill_on_drop: false }`
[INFO] [stdout] 5e01331e6a1c20353a89e62e4f1b3bc2b7b3700d7df8b3ef1397f40920ddb112
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=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] 91b5dde41305314c422b149fbe6c61346025de6bd638628b4ff1efcae1d9c1fe
[INFO] running `Command { std: "docker" "start" "-a" "91b5dde41305314c422b149fbe6c61346025de6bd638628b4ff1efcae1d9c1fe", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.32
[INFO] [stderr]    Compiling syn v1.0.81
[INFO] [stderr]    Compiling frunk_core v0.4.0
[INFO] [stderr]    Compiling itertools v0.10.1
[INFO] [stderr]    Compiling quote v1.0.10
[INFO] [stderr]    Compiling frunk_proc_macro_helpers v0.1.0
[INFO] [stderr]    Compiling frunk_proc_macros_impl v0.1.0
[INFO] [stderr]    Compiling frunk_derives v0.4.0
[INFO] [stderr]    Compiling frunk_proc_macros v0.1.0
[INFO] [stderr]    Compiling frunk v0.4.0
[INFO] [stderr]    Compiling cooptex v0.2.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:105:17
[INFO] [stdout]     |
[INFO] [stdout] 105 |     pub fn lock(&self) -> Result<LockResult<MutexGuard<T>>, Retry> {
[INFO] [stdout]     |                 ^^^^^                       ^^^^^^^^^^^^^   ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                 |                           |
[INFO] [stdout]     |                 |                           the same lifetime is hidden here
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 105 |     pub fn lock(&self) -> Result<LockResult<MutexGuard<'_, T>>, Retry<'_>> {
[INFO] [stdout]     |                                                        +++           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.19s
[INFO] running `Command { std: "docker" "inspect" "91b5dde41305314c422b149fbe6c61346025de6bd638628b4ff1efcae1d9c1fe", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "91b5dde41305314c422b149fbe6c61346025de6bd638628b4ff1efcae1d9c1fe", kill_on_drop: false }`
[INFO] [stdout] 91b5dde41305314c422b149fbe6c61346025de6bd638628b4ff1efcae1d9c1fe
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=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] 94760d33a02fc7eb3725ea918dbeadfda2c465b95a16bc621ba7e22f2ca333c6
[INFO] running `Command { std: "docker" "start" "-a" "94760d33a02fc7eb3725ea918dbeadfda2c465b95a16bc621ba7e22f2ca333c6", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.105
[INFO] [stderr]    Compiling crossbeam-utils v0.8.5
[INFO] [stderr]    Compiling serde v1.0.130
[INFO] [stderr]    Compiling rustversion v1.0.5
[INFO] [stderr]    Compiling tracing-core v0.1.21
[INFO] [stderr]    Compiling memoffset v0.6.4
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.5
[INFO] [stderr]    Compiling serde_json v1.0.68
[INFO] [stderr]    Compiling cc v1.0.71
[INFO] [stderr]    Compiling regex-automata v0.1.10
[INFO] [stderr]    Compiling tracing-attributes v0.1.18
[INFO] [stderr]    Compiling getrandom v0.2.3
[INFO] [stderr]    Compiling pin-project-lite v0.2.7
[INFO] [stderr]    Compiling once_cell v1.8.0
[INFO] [stderr]    Compiling itoa v0.4.8
[INFO] [stderr]    Compiling crossbeam-queue v0.3.2
[INFO] [stderr]    Compiling rand_core v0.6.3
[INFO] [stderr]    Compiling matchers v0.0.1
[INFO] [stderr]    Compiling generator v0.7.0
[INFO] [stderr]    Compiling chrono v0.4.19
[INFO] [stderr]    Compiling thread_local v1.1.3
[INFO] [stderr]    Compiling tracing-log v0.1.2
[INFO] [stderr]    Compiling regex v1.5.4
[INFO] [stderr]    Compiling sharded-slab v0.1.4
[INFO] [stderr]    Compiling tracing v0.1.29
[INFO] [stderr]    Compiling smallvec v1.7.0
[INFO] [stderr]    Compiling ppv-lite86 v0.2.15
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling crossbeam-deque v0.8.1
[INFO] [stderr]    Compiling crossbeam-channel v0.5.1
[INFO] [stderr]    Compiling scoped-tls v1.0.0
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:105:17
[INFO] [stdout]     |
[INFO] [stdout] 105 |     pub fn lock(&self) -> Result<LockResult<MutexGuard<T>>, Retry> {
[INFO] [stdout]     |                 ^^^^^                       ^^^^^^^^^^^^^   ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                 |                           |
[INFO] [stdout]     |                 |                           the same lifetime is hidden here
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 105 |     pub fn lock(&self) -> Result<LockResult<MutexGuard<'_, T>>, Retry<'_>> {
[INFO] [stdout]     |                                                        +++           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling rand v0.8.4
[INFO] [stderr]    Compiling crossbeam v0.8.1
[INFO] [stderr]    Compiling tracing-serde v0.1.2
[INFO] [stderr]    Compiling tracing-subscriber v0.2.25
[INFO] [stderr]    Compiling loom v0.5.2
[INFO] [stderr]    Compiling cooptex v0.2.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:105:17
[INFO] [stdout]     |
[INFO] [stdout] 105 |     pub fn lock(&self) -> Result<LockResult<MutexGuard<T>>, Retry> {
[INFO] [stdout]     |                 ^^^^^                       ^^^^^^^^^^^^^   ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                 |                           |
[INFO] [stdout]     |                 |                           the same lifetime is hidden here
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 105 |     pub fn lock(&self) -> Result<LockResult<MutexGuard<'_, T>>, Retry<'_>> {
[INFO] [stdout]     |                                                        +++           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 25.43s
[INFO] running `Command { std: "docker" "inspect" "94760d33a02fc7eb3725ea918dbeadfda2c465b95a16bc621ba7e22f2ca333c6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "94760d33a02fc7eb3725ea918dbeadfda2c465b95a16bc621ba7e22f2ca333c6", kill_on_drop: false }`
[INFO] [stdout] 94760d33a02fc7eb3725ea918dbeadfda2c465b95a16bc621ba7e22f2ca333c6
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=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] 5111c31ce0cf15a8457760d09169488ff7251825779e79b2aedc38a219d6182f
[INFO] running `Command { std: "docker" "start" "-a" "5111c31ce0cf15a8457760d09169488ff7251825779e79b2aedc38a219d6182f", kill_on_drop: false }`
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/lib.rs:105:17
[INFO] [stderr]     |
[INFO] [stderr] 105 |     pub fn lock(&self) -> Result<LockResult<MutexGuard<T>>, Retry> {
[INFO] [stderr]     |                 ^^^^^                       ^^^^^^^^^^^^^   ^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                 |                           |
[INFO] [stderr]     |                 |                           the same lifetime is hidden here
[INFO] [stderr]     |                 the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 105 |     pub fn lock(&self) -> Result<LockResult<MutexGuard<'_, T>>, Retry<'_>> {
[INFO] [stderr]     |                                                        +++           ++++
[INFO] [stderr] 
[INFO] [stderr] warning: `cooptex` (lib) generated 1 warning (run `cargo fix --lib -p cooptex` to apply 1 suggestion)
[INFO] [stderr] warning: `cooptex` (lib test) generated 1 warning (1 duplicate)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.10s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/cooptex-091741f570a087ea)
[INFO] [stdout] 
[INFO] [stdout] running 3 tests
[INFO] [stdout] test tests::second_thread_retries ... ok
[INFO] [stdout] test tests::second_waits_if_not_holding_other_locks ... ok
[INFO] [stdout] test tests::first_thread_blocks ... ok
[INFO] [stderr]    Doc-tests cooptex
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.10s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 3 tests
[INFO] [stdout] test src/lib.rs - retry_loop (line 297) ... ok
[INFO] [stdout] test src/lib.rs - (line 8) ... ok
[INFO] [stdout] test src/lock_in_order.rs - lock_in_order::lock (line 19) ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.71s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "5111c31ce0cf15a8457760d09169488ff7251825779e79b2aedc38a219d6182f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5111c31ce0cf15a8457760d09169488ff7251825779e79b2aedc38a219d6182f", kill_on_drop: false }`
[INFO] [stdout] 5111c31ce0cf15a8457760d09169488ff7251825779e79b2aedc38a219d6182f
