[INFO] fetching crate cooptex 0.2.1...
[INFO] testing cooptex-0.2.1 against 1.90.0 for beta-1.91-3
[INFO] extracting crate cooptex 0.2.1 into /workspace/builds/worker-2-tc1/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-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate cooptex 0.2.1 on toolchain 1.90.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "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" "+1.90.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded generator v0.7.0
[INFO] [stderr]   Downloaded smallvec v1.7.0
[INFO] [stderr]   Downloaded frunk v0.4.0
[INFO] [stderr]   Downloaded frunk_proc_macros_impl v0.1.0
[INFO] [stderr]   Downloaded frunk_derives v0.4.0
[INFO] [stderr]   Downloaded frunk_proc_macro_helpers v0.1.0
[INFO] [stderr]   Downloaded frunk_proc_macros v0.1.0
[INFO] [stderr]   Downloaded loom v0.5.2
[INFO] [stderr]   Downloaded crossbeam-queue v0.3.2
[INFO] [stderr]   Downloaded frunk_core v0.4.0
[INFO] [stderr]   Downloaded cc v1.0.71
[INFO] [stderr]   Downloaded crossbeam v0.8.1
[INFO] [stderr]   Downloaded rustversion v1.0.5
[INFO] [stderr]   Downloaded tracing-subscriber v0.2.25
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/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" "+1.90.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 564e64999f68d6d88fe1ce0309181140f49b095e4cc08fe12ee59057eb8c236f
[INFO] running `Command { std: "docker" "start" "-a" "564e64999f68d6d88fe1ce0309181140f49b095e4cc08fe12ee59057eb8c236f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "564e64999f68d6d88fe1ce0309181140f49b095e4cc08fe12ee59057eb8c236f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "564e64999f68d6d88fe1ce0309181140f49b095e4cc08fe12ee59057eb8c236f", kill_on_drop: false }`
[INFO] [stdout] 564e64999f68d6d88fe1ce0309181140f49b095e4cc08fe12ee59057eb8c236f
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/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" "+1.90.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] f70e9f5a6a06e83dbbb8539332e6d80d350d5a92c241ac546c6f4273cf2ce08c
[INFO] running `Command { std: "docker" "start" "-a" "f70e9f5a6a06e83dbbb8539332e6d80d350d5a92c241ac546c6f4273cf2ce08c", 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 10.13s
[INFO] running `Command { std: "docker" "inspect" "f70e9f5a6a06e83dbbb8539332e6d80d350d5a92c241ac546c6f4273cf2ce08c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f70e9f5a6a06e83dbbb8539332e6d80d350d5a92c241ac546c6f4273cf2ce08c", kill_on_drop: false }`
[INFO] [stdout] f70e9f5a6a06e83dbbb8539332e6d80d350d5a92c241ac546c6f4273cf2ce08c
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/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" "+1.90.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 8e8e6aef68e7c94b9c4c2e9663eadb5167bfcbecb9d9c93851b61d10b6aeb20e
[INFO] running `Command { std: "docker" "start" "-a" "8e8e6aef68e7c94b9c4c2e9663eadb5167bfcbecb9d9c93851b61d10b6aeb20e", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.105
[INFO] [stderr]    Compiling crossbeam-utils v0.8.5
[INFO] [stderr]    Compiling rustversion v1.0.5
[INFO] [stderr]    Compiling serde v1.0.130
[INFO] [stderr]    Compiling tracing-core v0.1.21
[INFO] [stderr]    Compiling memoffset v0.6.4
[INFO] [stderr]    Compiling cc v1.0.71
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.5
[INFO] [stderr]    Compiling serde_json v1.0.68
[INFO] [stderr]    Compiling regex-automata v0.1.10
[INFO] [stderr]    Compiling tracing-attributes v0.1.18
[INFO] [stderr]    Compiling itoa v0.4.8
[INFO] [stderr]    Compiling once_cell v1.8.0
[INFO] [stderr]    Compiling pin-project-lite v0.2.7
[INFO] [stderr]    Compiling getrandom v0.2.3
[INFO] [stderr]    Compiling crossbeam-queue v0.3.2
[INFO] [stderr]    Compiling rand_core v0.6.3
[INFO] [stderr]    Compiling thread_local v1.1.3
[INFO] [stderr]    Compiling chrono v0.4.19
[INFO] [stderr]    Compiling tracing-log v0.1.2
[INFO] [stderr]    Compiling regex v1.5.4
[INFO] [stderr]    Compiling generator v0.7.0
[INFO] [stderr]    Compiling sharded-slab v0.1.4
[INFO] [stderr]    Compiling smallvec v1.7.0
[INFO] [stderr]    Compiling ppv-lite86 v0.2.15
[INFO] [stderr]    Compiling tracing v0.1.29
[INFO] [stderr]    Compiling matchers v0.0.1
[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] [stderr]    Compiling rand v0.8.4
[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 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 26.91s
[INFO] running `Command { std: "docker" "inspect" "8e8e6aef68e7c94b9c4c2e9663eadb5167bfcbecb9d9c93851b61d10b6aeb20e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8e8e6aef68e7c94b9c4c2e9663eadb5167bfcbecb9d9c93851b61d10b6aeb20e", kill_on_drop: false }`
[INFO] [stdout] 8e8e6aef68e7c94b9c4c2e9663eadb5167bfcbecb9d9c93851b61d10b6aeb20e
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/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" "+1.90.0" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 8d64247b96b8da85f275100dc0b4f2064b0d12bb6f69e6a4592ba1c8184eb532
[INFO] running `Command { std: "docker" "start" "-a" "8d64247b96b8da85f275100dc0b4f2064b0d12bb6f69e6a4592ba1c8184eb532", 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
[INFO] [stderr] warning: `cooptex` (lib test) generated 1 warning (1 duplicate)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.13s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/cooptex-d0e12f357fd942a5)
[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.14s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 3 tests
[INFO] [stdout] test src/lock_in_order.rs - lock_in_order::lock (line 19) ... ok
[INFO] [stdout] test src/lib.rs - (line 8) ... ok
[INFO] [stdout] test src/lib.rs - retry_loop (line 297) ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.61s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "8d64247b96b8da85f275100dc0b4f2064b0d12bb6f69e6a4592ba1c8184eb532", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8d64247b96b8da85f275100dc0b4f2064b0d12bb6f69e6a4592ba1c8184eb532", kill_on_drop: false }`
[INFO] [stdout] 8d64247b96b8da85f275100dc0b4f2064b0d12bb6f69e6a4592ba1c8184eb532
