[INFO] fetching crate qadapt-spin 1.0.1...
[INFO] testing qadapt-spin-1.0.1 against 1.95.0 for beta-1.96-2
[INFO] extracting crate qadapt-spin 1.0.1 into /workspace/builds/worker-7-tc1/source
[INFO] started tweaking crates.io crate qadapt-spin 1.0.1
[INFO] finished tweaking crates.io crate qadapt-spin 1.0.1
[INFO] tweaked toml for crates.io crate qadapt-spin 1.0.1 written to /workspace/builds/worker-7-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate qadapt-spin 1.0.1 on toolchain 1.95.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.95.0" "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" "+1.95.0" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.95.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] a18d29358fb64faf2f90dcf8acf6ffc806be8210af28aabf1612d8c07b4b46ba
[INFO] running `Command { std: "docker" "start" "-a" "a18d29358fb64faf2f90dcf8acf6ffc806be8210af28aabf1612d8c07b4b46ba", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "a18d29358fb64faf2f90dcf8acf6ffc806be8210af28aabf1612d8c07b4b46ba", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a18d29358fb64faf2f90dcf8acf6ffc806be8210af28aabf1612d8c07b4b46ba", kill_on_drop: false }`
[INFO] [stdout] a18d29358fb64faf2f90dcf8acf6ffc806be8210af28aabf1612d8c07b4b46ba
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] a40f2a9dd9d117f32134a009a57ba92ec18d57ab47a98f73262d0c20c865682a
[INFO] running `Command { std: "docker" "start" "-a" "a40f2a9dd9d117f32134a009a57ba92ec18d57ab47a98f73262d0c20c865682a", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr]    Compiling qadapt-spin v1.0.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: use of deprecated function `core::sync::atomic::spin_loop_hint`: use hint::spin_loop instead
[INFO] [stdout]  --> src/mutex.rs:7:26
[INFO] [stdout]   |
[INFO] [stdout] 7 | use core::sync::atomic::{spin_loop_hint as cpu_relax, AtomicBool, Ordering, ATOMIC_BOOL_INIT};
[INFO] [stdout]   |                          ^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `core::sync::atomic::ATOMIC_BOOL_INIT`: the `new` function is now preferred
[INFO] [stdout]  --> src/mutex.rs:7:77
[INFO] [stdout]   |
[INFO] [stdout] 7 | use core::sync::atomic::{spin_loop_hint as cpu_relax, AtomicBool, Ordering, ATOMIC_BOOL_INIT};
[INFO] [stdout]   |                                                                             ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `core::sync::atomic::ATOMIC_BOOL_INIT`: the `new` function is now preferred
[INFO] [stdout]    --> src/mutex.rs:108:19
[INFO] [stdout]     |
[INFO] [stdout] 108 |             lock: ATOMIC_BOOL_INIT,
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: replace the use of the deprecated constant
[INFO] [stdout]     |
[INFO] [stdout] 108 -             lock: ATOMIC_BOOL_INIT,
[INFO] [stdout] 108 +             lock: AtomicBool::new(false),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `core::sync::atomic::spin_loop_hint`: use hint::spin_loop instead
[INFO] [stdout]    --> src/mutex.rs:127:17
[INFO] [stdout]     |
[INFO] [stdout] 127 |                 cpu_relax();
[INFO] [stdout]     |                 ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `core::sync::atomic::spin_loop_hint`: use hint::spin_loop instead
[INFO] [stdout]  --> src/once.rs:3:26
[INFO] [stdout]   |
[INFO] [stdout] 3 | use core::sync::atomic::{spin_loop_hint as cpu_relax, AtomicUsize, Ordering};
[INFO] [stdout]   |                          ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `core::sync::atomic::spin_loop_hint`: use hint::spin_loop instead
[INFO] [stdout]    --> src/once.rs:131:21
[INFO] [stdout]     |
[INFO] [stdout] 131 |                     cpu_relax();
[INFO] [stdout]     |                     ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `core::sync::atomic::spin_loop_hint`: use hint::spin_loop instead
[INFO] [stdout]    --> src/once.rs:155:28
[INFO] [stdout]     |
[INFO] [stdout] 155 |                 RUNNING => cpu_relax(), // We spin
[INFO] [stdout]     |                            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `core::sync::atomic::spin_loop_hint`: use hint::spin_loop instead
[INFO] [stdout]  --> src/rw_lock.rs:5:26
[INFO] [stdout]   |
[INFO] [stdout] 5 | use core::sync::atomic::{spin_loop_hint as cpu_relax, AtomicUsize, Ordering, ATOMIC_USIZE_INIT};
[INFO] [stdout]   |                          ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `core::sync::atomic::ATOMIC_USIZE_INIT`: the `new` function is now preferred
[INFO] [stdout]  --> src/rw_lock.rs:5:78
[INFO] [stdout]   |
[INFO] [stdout] 5 | use core::sync::atomic::{spin_loop_hint as cpu_relax, AtomicUsize, Ordering, ATOMIC_USIZE_INIT};
[INFO] [stdout]   |                                                                              ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `core::sync::atomic::ATOMIC_USIZE_INIT`: the `new` function is now preferred
[INFO] [stdout]   --> src/rw_lock.rs:94:19
[INFO] [stdout]    |
[INFO] [stdout] 94 |             lock: ATOMIC_USIZE_INIT,
[INFO] [stdout]    |                   ^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: replace the use of the deprecated constant
[INFO] [stdout]    |
[INFO] [stdout] 94 -             lock: ATOMIC_USIZE_INIT,
[INFO] [stdout] 94 +             lock: AtomicUsize::new(0),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `core::sync::atomic::spin_loop_hint`: use hint::spin_loop instead
[INFO] [stdout]    --> src/rw_lock.rs:143:17
[INFO] [stdout]     |
[INFO] [stdout] 143 |                 cpu_relax();
[INFO] [stdout]     |                 ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `core::sync::atomic::spin_loop_hint`: use hint::spin_loop instead
[INFO] [stdout]    --> src/rw_lock.rs:154:13
[INFO] [stdout]     |
[INFO] [stdout] 154 |             cpu_relax();
[INFO] [stdout]     |             ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `core::sync::atomic::spin_loop_hint`: use hint::spin_loop instead
[INFO] [stdout]    --> src/rw_lock.rs:250:21
[INFO] [stdout]     |
[INFO] [stdout] 250 |                     cpu_relax();
[INFO] [stdout]     |                     ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `core::sync::atomic::AtomicBool::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead
[INFO] [stdout]    --> src/mutex.rs:124:25
[INFO] [stdout]     |
[INFO] [stdout] 124 |         while self.lock.compare_and_swap(false, true, Ordering::Acquire) != false {
[INFO] [stdout]     |                         ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `core::sync::atomic::AtomicBool::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead
[INFO] [stdout]    --> src/mutex.rs:169:22
[INFO] [stdout]     |
[INFO] [stdout] 169 |         if self.lock.compare_and_swap(false, true, Ordering::Acquire) == false {
[INFO] [stdout]     |                      ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `core::sync::atomic::AtomicUsize::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead
[INFO] [stdout]    --> src/once.rs:107:18
[INFO] [stdout]     |
[INFO] [stdout] 107 |                 .compare_and_swap(INCOMPLETE, RUNNING, Ordering::SeqCst);
[INFO] [stdout]     |                  ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `core::sync::atomic::AtomicUsize::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead
[INFO] [stdout]    --> src/rw_lock.rs:152:23
[INFO] [stdout]     |
[INFO] [stdout] 152 |             self.lock.compare_and_swap(old, new, Ordering::SeqCst) != old
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `core::sync::atomic::AtomicUsize::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead
[INFO] [stdout]    --> src/rw_lock.rs:191:22
[INFO] [stdout]     |
[INFO] [stdout] 191 |         if self.lock.compare_and_swap(old, new, Ordering::SeqCst) == old {
[INFO] [stdout]     |                      ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `core::sync::atomic::AtomicUsize::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead
[INFO] [stdout]    --> src/rw_lock.rs:247:26
[INFO] [stdout]     |
[INFO] [stdout] 247 |             if self.lock.compare_and_swap(old, new, Ordering::SeqCst) == old {
[INFO] [stdout]     |                          ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `core::sync::atomic::AtomicUsize::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead
[INFO] [stdout]    --> src/rw_lock.rs:282:22
[INFO] [stdout]     |
[INFO] [stdout] 282 |         if self.lock.compare_and_swap(0, USIZE_MSB, Ordering::SeqCst) == 0 {
[INFO] [stdout]     |                      ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/mutex.rs:147:17
[INFO] [stdout]     |
[INFO] [stdout] 147 |     pub fn lock(&self) -> 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]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 147 |     pub fn lock(&self) -> MutexGuard<'_, T> {
[INFO] [stdout]     |                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/mutex.rs:168:21
[INFO] [stdout]     |
[INFO] [stdout] 168 |     pub fn try_lock(&self) -> Option<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] 168 |     pub fn try_lock(&self) -> Option<MutexGuard<'_, T>> {
[INFO] [stdout]     |                                                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/rw_lock.rs:185:21
[INFO] [stdout]     |
[INFO] [stdout] 185 |     pub fn try_read(&self) -> Option<RwLockReadGuard<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] 185 |     pub fn try_read(&self) -> Option<RwLockReadGuard<'_, T>> {
[INFO] [stdout]     |                                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/rw_lock.rs:281:22
[INFO] [stdout]     |
[INFO] [stdout] 281 |     pub fn try_write(&self) -> Option<RwLockWriteGuard<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] 281 |     pub fn try_write(&self) -> Option<RwLockWriteGuard<'_, 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" "a40f2a9dd9d117f32134a009a57ba92ec18d57ab47a98f73262d0c20c865682a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a40f2a9dd9d117f32134a009a57ba92ec18d57ab47a98f73262d0c20c865682a", kill_on_drop: false }`
[INFO] [stdout] a40f2a9dd9d117f32134a009a57ba92ec18d57ab47a98f73262d0c20c865682a
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 06f1729338c2f3c27577e933d512b281b6fb5b08bf47dd854e09a38e17b5dd39
[INFO] running `Command { std: "docker" "start" "-a" "06f1729338c2f3c27577e933d512b281b6fb5b08bf47dd854e09a38e17b5dd39", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stdout] warning: use of deprecated function `core::sync::atomic::spin_loop_hint`: use hint::spin_loop instead
[INFO] [stdout]  --> src/mutex.rs:7:26
[INFO] [stdout]   |
[INFO] [stdout] 7 | use core::sync::atomic::{spin_loop_hint as cpu_relax, AtomicBool, Ordering, ATOMIC_BOOL_INIT};
[INFO] [stdout]   |                          ^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `core::sync::atomic::ATOMIC_BOOL_INIT`: the `new` function is now preferred
[INFO] [stdout]  --> src/mutex.rs:7:77
[INFO] [stdout]   |
[INFO] [stdout] 7 | use core::sync::atomic::{spin_loop_hint as cpu_relax, AtomicBool, Ordering, ATOMIC_BOOL_INIT};
[INFO] [stdout]   |                                                                             ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `core::sync::atomic::ATOMIC_BOOL_INIT`: the `new` function is now preferred
[INFO] [stdout]    --> src/mutex.rs:108:19
[INFO] [stdout]     |
[INFO] [stdout] 108 |             lock: ATOMIC_BOOL_INIT,
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: replace the use of the deprecated constant
[INFO] [stdout]     |
[INFO] [stdout] 108 -             lock: ATOMIC_BOOL_INIT,
[INFO] [stdout] 108 +             lock: AtomicBool::new(false),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `core::sync::atomic::spin_loop_hint`: use hint::spin_loop instead
[INFO] [stdout]    --> src/mutex.rs:127:17
[INFO] [stdout]     |
[INFO] [stdout] 127 |                 cpu_relax();
[INFO] [stdout]     |                 ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `core::sync::atomic::spin_loop_hint`: use hint::spin_loop instead
[INFO] [stdout]  --> src/once.rs:3:26
[INFO] [stdout]   |
[INFO] [stdout] 3 | use core::sync::atomic::{spin_loop_hint as cpu_relax, AtomicUsize, Ordering};
[INFO] [stdout]   |                          ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `core::sync::atomic::spin_loop_hint`: use hint::spin_loop instead
[INFO] [stdout]    --> src/once.rs:131:21
[INFO] [stdout]     |
[INFO] [stdout] 131 |                     cpu_relax();
[INFO] [stdout]     |                     ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `core::sync::atomic::spin_loop_hint`: use hint::spin_loop instead
[INFO] [stdout]    --> src/once.rs:155:28
[INFO] [stdout]     |
[INFO] [stdout] 155 |                 RUNNING => cpu_relax(), // We spin
[INFO] [stdout]     |                            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `core::sync::atomic::spin_loop_hint`: use hint::spin_loop instead
[INFO] [stdout]  --> src/rw_lock.rs:5:26
[INFO] [stdout]   |
[INFO] [stdout] 5 | use core::sync::atomic::{spin_loop_hint as cpu_relax, AtomicUsize, Ordering, ATOMIC_USIZE_INIT};
[INFO] [stdout]   |                          ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `core::sync::atomic::ATOMIC_USIZE_INIT`: the `new` function is now preferred
[INFO] [stdout]  --> src/rw_lock.rs:5:78
[INFO] [stdout]   |
[INFO] [stdout] 5 | use core::sync::atomic::{spin_loop_hint as cpu_relax, AtomicUsize, Ordering, ATOMIC_USIZE_INIT};
[INFO] [stdout]   |                                                                              ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `core::sync::atomic::ATOMIC_USIZE_INIT`: the `new` function is now preferred
[INFO] [stdout]   --> src/rw_lock.rs:94:19
[INFO] [stdout]    |
[INFO] [stdout] 94 |             lock: ATOMIC_USIZE_INIT,
[INFO] [stdout]    |                   ^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: replace the use of the deprecated constant
[INFO] [stdout]    |
[INFO] [stdout] 94 -             lock: ATOMIC_USIZE_INIT,
[INFO] [stdout] 94 +             lock: AtomicUsize::new(0),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `core::sync::atomic::spin_loop_hint`: use hint::spin_loop instead
[INFO] [stdout]    --> src/rw_lock.rs:143:17
[INFO] [stdout]     |
[INFO] [stdout] 143 |                 cpu_relax();
[INFO] [stdout]     |                 ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `core::sync::atomic::spin_loop_hint`: use hint::spin_loop instead
[INFO] [stdout]    --> src/rw_lock.rs:154:13
[INFO] [stdout]     |
[INFO] [stdout] 154 |             cpu_relax();
[INFO] [stdout]     |             ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `core::sync::atomic::spin_loop_hint`: use hint::spin_loop instead
[INFO] [stdout]    --> src/rw_lock.rs:250:21
[INFO] [stdout]     |
[INFO] [stdout] 250 |                     cpu_relax();
[INFO] [stdout]     |                     ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `core::sync::atomic::AtomicBool::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead
[INFO] [stdout]    --> src/mutex.rs:124:25
[INFO] [stdout]     |
[INFO] [stdout] 124 |         while self.lock.compare_and_swap(false, true, Ordering::Acquire) != false {
[INFO] [stdout]     |                         ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `core::sync::atomic::AtomicBool::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead
[INFO] [stdout]    --> src/mutex.rs:169:22
[INFO] [stdout]     |
[INFO] [stdout] 169 |         if self.lock.compare_and_swap(false, true, Ordering::Acquire) == false {
[INFO] [stdout]     |                      ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `core::sync::atomic::AtomicUsize::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead
[INFO] [stdout]    --> src/once.rs:107:18
[INFO] [stdout]     |
[INFO] [stdout] 107 |                 .compare_and_swap(INCOMPLETE, RUNNING, Ordering::SeqCst);
[INFO] [stdout]     |                  ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `core::sync::atomic::AtomicUsize::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead
[INFO] [stdout]    --> src/rw_lock.rs:152:23
[INFO] [stdout]     |
[INFO] [stdout] 152 |             self.lock.compare_and_swap(old, new, Ordering::SeqCst) != old
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `core::sync::atomic::AtomicUsize::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead
[INFO] [stdout]    --> src/rw_lock.rs:191:22
[INFO] [stdout]     |
[INFO] [stdout] 191 |         if self.lock.compare_and_swap(old, new, Ordering::SeqCst) == old {
[INFO] [stdout]     |                      ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `core::sync::atomic::AtomicUsize::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead
[INFO] [stdout]    --> src/rw_lock.rs:247:26
[INFO] [stdout]     |
[INFO] [stdout] 247 |             if self.lock.compare_and_swap(old, new, Ordering::SeqCst) == old {
[INFO] [stdout]     |                          ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `core::sync::atomic::AtomicUsize::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead
[INFO] [stdout]    --> src/rw_lock.rs:282:22
[INFO] [stdout]     |
[INFO] [stdout] 282 |         if self.lock.compare_and_swap(0, USIZE_MSB, Ordering::SeqCst) == 0 {
[INFO] [stdout]     |                      ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/mutex.rs:147:17
[INFO] [stdout]     |
[INFO] [stdout] 147 |     pub fn lock(&self) -> 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]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 147 |     pub fn lock(&self) -> MutexGuard<'_, T> {
[INFO] [stdout]     |                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling qadapt-spin v1.0.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/mutex.rs:168:21
[INFO] [stdout]     |
[INFO] [stdout] 168 |     pub fn try_lock(&self) -> Option<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] 168 |     pub fn try_lock(&self) -> Option<MutexGuard<'_, T>> {
[INFO] [stdout]     |                                                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/rw_lock.rs:185:21
[INFO] [stdout]     |
[INFO] [stdout] 185 |     pub fn try_read(&self) -> Option<RwLockReadGuard<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] 185 |     pub fn try_read(&self) -> Option<RwLockReadGuard<'_, T>> {
[INFO] [stdout]     |                                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/rw_lock.rs:281:22
[INFO] [stdout]     |
[INFO] [stdout] 281 |     pub fn try_write(&self) -> Option<RwLockWriteGuard<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] 281 |     pub fn try_write(&self) -> Option<RwLockWriteGuard<'_, T>> {
[INFO] [stdout]     |                                                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0463]: can't find crate for `spin`
[INFO] [stdout]  --> examples/debug.rs:1:1
[INFO] [stdout]   |
[INFO] [stdout] 1 | extern crate spin;
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^ can't find crate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `panic` is ambiguous
[INFO] [stdout]    --> src/mutex.rs:347:13
[INFO] [stdout]     |
[INFO] [stdout] 347 |             panic!();
[INFO] [stdout]     |             ^^^^^ ambiguous name
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #147319 <https://github.com/rust-lang/rust/issues/147319>
[INFO] [stdout]     = note: ambiguous because of a conflict between a name from a glob import and an outer scope during import or macro resolution
[INFO] [stdout] note: `panic` could refer to the macro imported here
[INFO] [stdout]    --> src/mutex.rs:219:9
[INFO] [stdout]     |
[INFO] [stdout] 219 |     use std::prelude::v1::*;
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `panic` to disambiguate
[INFO] [stdout]     = help: or use `self::panic` to refer to this macro unambiguously
[INFO] [stdout] note: `panic` could also refer to a macro from prelude
[INFO] [stdout]    --> /rustc/59807616e1fa2540724bfbac14d7976d7e4a3860/library/core/src/prelude/mod.rs:21:12
[INFO] [stdout]     = note: `#[warn(ambiguous_panic_imports)]` (part of `#[warn(future_incompatible)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `panic` is ambiguous
[INFO] [stdout]    --> src/rw_lock.rs:449:13
[INFO] [stdout]     |
[INFO] [stdout] 449 |             panic!();
[INFO] [stdout]     |             ^^^^^ ambiguous name
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #147319 <https://github.com/rust-lang/rust/issues/147319>
[INFO] [stdout]     = note: ambiguous because of a conflict between a name from a glob import and an outer scope during import or macro resolution
[INFO] [stdout] note: `panic` could refer to the macro imported here
[INFO] [stdout]    --> src/rw_lock.rs:348:9
[INFO] [stdout]     |
[INFO] [stdout] 348 |     use std::prelude::v1::*;
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `panic` to disambiguate
[INFO] [stdout]     = help: or use `self::panic` to refer to this macro unambiguously
[INFO] [stdout] note: `panic` could also refer to a macro from prelude
[INFO] [stdout]    --> /rustc/59807616e1fa2540724bfbac14d7976d7e4a3860/library/core/src/prelude/mod.rs:21:12
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `panic` is ambiguous
[INFO] [stdout]    --> src/rw_lock.rs:478:24
[INFO] [stdout]     |
[INFO] [stdout] 478 |               Some(_) => assert!(
[INFO] [stdout]     |  ________________________^
[INFO] [stdout] 479 | |                 false,
[INFO] [stdout] 480 | |                 "try_write should not succeed while read_guard is in scope"
[INFO] [stdout] 481 | |             ),
[INFO] [stdout]     | |_____________^ ambiguous name
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #147319 <https://github.com/rust-lang/rust/issues/147319>
[INFO] [stdout]     = note: ambiguous because of a conflict between a name from a glob import and an outer scope during import or macro resolution
[INFO] [stdout] note: `panic` could refer to the macro imported here
[INFO] [stdout]    --> src/rw_lock.rs:348:9
[INFO] [stdout]     |
[INFO] [stdout] 348 |     use std::prelude::v1::*;
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `panic` to disambiguate
[INFO] [stdout]     = help: or use `self::panic` to refer to this macro unambiguously
[INFO] [stdout] note: `panic` could also refer to a macro from prelude
[INFO] [stdout]    --> /rustc/59807616e1fa2540724bfbac14d7976d7e4a3860/library/core/src/prelude/mod.rs:21:12
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0463`.
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `core::sync::atomic::spin_loop_hint`: use hint::spin_loop instead
[INFO] [stdout]  --> src/mutex.rs:7:26
[INFO] [stdout]   |
[INFO] [stdout] 7 | use core::sync::atomic::{spin_loop_hint as cpu_relax, AtomicBool, Ordering, ATOMIC_BOOL_INIT};
[INFO] [stdout]   |                          ^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `core::sync::atomic::ATOMIC_BOOL_INIT`: the `new` function is now preferred
[INFO] [stdout]  --> src/mutex.rs:7:77
[INFO] [stdout]   |
[INFO] [stdout] 7 | use core::sync::atomic::{spin_loop_hint as cpu_relax, AtomicBool, Ordering, ATOMIC_BOOL_INIT};
[INFO] [stdout]   |                                                                             ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `qadapt-spin` (example "debug") due to 1 previous error
[INFO] [stdout] warning: use of deprecated constant `core::sync::atomic::ATOMIC_BOOL_INIT`: the `new` function is now preferred
[INFO] [stdout]    --> src/mutex.rs:108:19
[INFO] [stdout]     |
[INFO] [stdout] 108 |             lock: ATOMIC_BOOL_INIT,
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: replace the use of the deprecated constant
[INFO] [stdout]     |
[INFO] [stdout] 108 -             lock: ATOMIC_BOOL_INIT,
[INFO] [stdout] 108 +             lock: AtomicBool::new(false),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] warning: use of deprecated function `core::sync::atomic::spin_loop_hint`: use hint::spin_loop instead
[INFO] [stdout]    --> src/mutex.rs:127:17
[INFO] [stdout]     |
[INFO] [stdout] 127 |                 cpu_relax();
[INFO] [stdout]     |                 ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `core::sync::atomic::spin_loop_hint`: use hint::spin_loop instead
[INFO] [stdout]  --> src/once.rs:3:26
[INFO] [stdout]   |
[INFO] [stdout] 3 | use core::sync::atomic::{spin_loop_hint as cpu_relax, AtomicUsize, Ordering};
[INFO] [stdout]   |                          ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `core::sync::atomic::spin_loop_hint`: use hint::spin_loop instead
[INFO] [stdout]    --> src/once.rs:131:21
[INFO] [stdout]     |
[INFO] [stdout] 131 |                     cpu_relax();
[INFO] [stdout]     |                     ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `core::sync::atomic::spin_loop_hint`: use hint::spin_loop instead
[INFO] [stdout]    --> src/once.rs:155:28
[INFO] [stdout]     |
[INFO] [stdout] 155 |                 RUNNING => cpu_relax(), // We spin
[INFO] [stdout]     |                            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `core::sync::atomic::spin_loop_hint`: use hint::spin_loop instead
[INFO] [stdout]  --> src/rw_lock.rs:5:26
[INFO] [stdout]   |
[INFO] [stdout] 5 | use core::sync::atomic::{spin_loop_hint as cpu_relax, AtomicUsize, Ordering, ATOMIC_USIZE_INIT};
[INFO] [stdout]   |                          ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `core::sync::atomic::ATOMIC_USIZE_INIT`: the `new` function is now preferred
[INFO] [stdout]  --> src/rw_lock.rs:5:78
[INFO] [stdout]   |
[INFO] [stdout] 5 | use core::sync::atomic::{spin_loop_hint as cpu_relax, AtomicUsize, Ordering, ATOMIC_USIZE_INIT};
[INFO] [stdout]   |                                                                              ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `core::sync::atomic::ATOMIC_USIZE_INIT`: the `new` function is now preferred
[INFO] [stdout]   --> src/rw_lock.rs:94:19
[INFO] [stdout]    |
[INFO] [stdout] 94 |             lock: ATOMIC_USIZE_INIT,
[INFO] [stdout]    |                   ^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: replace the use of the deprecated constant
[INFO] [stdout]    |
[INFO] [stdout] 94 -             lock: ATOMIC_USIZE_INIT,
[INFO] [stdout] 94 +             lock: AtomicUsize::new(0),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `core::sync::atomic::spin_loop_hint`: use hint::spin_loop instead
[INFO] [stdout]    --> src/rw_lock.rs:143:17
[INFO] [stdout]     |
[INFO] [stdout] 143 |                 cpu_relax();
[INFO] [stdout]     |                 ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `core::sync::atomic::spin_loop_hint`: use hint::spin_loop instead
[INFO] [stdout]    --> src/rw_lock.rs:154:13
[INFO] [stdout]     |
[INFO] [stdout] 154 |             cpu_relax();
[INFO] [stdout]     |             ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `core::sync::atomic::spin_loop_hint`: use hint::spin_loop instead
[INFO] [stdout]    --> src/rw_lock.rs:250:21
[INFO] [stdout]     |
[INFO] [stdout] 250 |                     cpu_relax();
[INFO] [stdout]     |                     ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `core::sync::atomic::AtomicBool::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead
[INFO] [stdout]    --> src/mutex.rs:124:25
[INFO] [stdout]     |
[INFO] [stdout] 124 |         while self.lock.compare_and_swap(false, true, Ordering::Acquire) != false {
[INFO] [stdout]     |                         ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `core::sync::atomic::AtomicBool::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead
[INFO] [stdout]    --> src/mutex.rs:169:22
[INFO] [stdout]     |
[INFO] [stdout] 169 |         if self.lock.compare_and_swap(false, true, Ordering::Acquire) == false {
[INFO] [stdout]     |                      ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `core::sync::atomic::AtomicUsize::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead
[INFO] [stdout]    --> src/once.rs:107:18
[INFO] [stdout]     |
[INFO] [stdout] 107 |                 .compare_and_swap(INCOMPLETE, RUNNING, Ordering::SeqCst);
[INFO] [stdout]     |                  ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `core::sync::atomic::AtomicUsize::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead
[INFO] [stdout]    --> src/rw_lock.rs:152:23
[INFO] [stdout]     |
[INFO] [stdout] 152 |             self.lock.compare_and_swap(old, new, Ordering::SeqCst) != old
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `core::sync::atomic::AtomicUsize::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead
[INFO] [stdout]    --> src/rw_lock.rs:191:22
[INFO] [stdout]     |
[INFO] [stdout] 191 |         if self.lock.compare_and_swap(old, new, Ordering::SeqCst) == old {
[INFO] [stdout]     |                      ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `core::sync::atomic::AtomicUsize::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead
[INFO] [stdout]    --> src/rw_lock.rs:247:26
[INFO] [stdout]     |
[INFO] [stdout] 247 |             if self.lock.compare_and_swap(old, new, Ordering::SeqCst) == old {
[INFO] [stdout]     |                          ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `core::sync::atomic::AtomicUsize::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead
[INFO] [stdout]    --> src/rw_lock.rs:282:22
[INFO] [stdout]     |
[INFO] [stdout] 282 |         if self.lock.compare_and_swap(0, USIZE_MSB, Ordering::SeqCst) == 0 {
[INFO] [stdout]     |                      ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/mutex.rs:147:17
[INFO] [stdout]     |
[INFO] [stdout] 147 |     pub fn lock(&self) -> 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]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 147 |     pub fn lock(&self) -> MutexGuard<'_, T> {
[INFO] [stdout]     |                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/mutex.rs:168:21
[INFO] [stdout]     |
[INFO] [stdout] 168 |     pub fn try_lock(&self) -> Option<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] 168 |     pub fn try_lock(&self) -> Option<MutexGuard<'_, T>> {
[INFO] [stdout]     |                                                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/rw_lock.rs:185:21
[INFO] [stdout]     |
[INFO] [stdout] 185 |     pub fn try_read(&self) -> Option<RwLockReadGuard<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] 185 |     pub fn try_read(&self) -> Option<RwLockReadGuard<'_, T>> {
[INFO] [stdout]     |                                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/rw_lock.rs:281:22
[INFO] [stdout]     |
[INFO] [stdout] 281 |     pub fn try_write(&self) -> Option<RwLockWriteGuard<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] 281 |     pub fn try_write(&self) -> Option<RwLockWriteGuard<'_, T>> {
[INFO] [stdout]     |                                                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "06f1729338c2f3c27577e933d512b281b6fb5b08bf47dd854e09a38e17b5dd39", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "06f1729338c2f3c27577e933d512b281b6fb5b08bf47dd854e09a38e17b5dd39", kill_on_drop: false }`
[INFO] [stdout] 06f1729338c2f3c27577e933d512b281b6fb5b08bf47dd854e09a38e17b5dd39
