[INFO] fetching crate hv-cell 0.1.0...
[INFO] checking hv-cell-0.1.0 against try#012cd62c9add58ab3910e44c137d87db3ab70f61 for pr-155915
[INFO] extracting crate hv-cell 0.1.0 into /workspace/builds/worker-3-tc2/source
[INFO] started tweaking crates.io crate hv-cell 0.1.0
[INFO] finished tweaking crates.io crate hv-cell 0.1.0
[INFO] tweaked toml for crates.io crate hv-cell 0.1.0 written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate hv-cell 0.1.0 on toolchain 012cd62c9add58ab3910e44c137d87db3ab70f61
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+012cd62c9add58ab3910e44c137d87db3ab70f61" "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" "+012cd62c9add58ab3910e44c137d87db3ab70f61" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]      Locking 6 packages to latest compatible versions
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+012cd62c9add58ab3910e44c137d87db3ab70f61" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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" "+012cd62c9add58ab3910e44c137d87db3ab70f61" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 0b279ee6c6db737f657f33f5c5f5dc5190a4d8567b1cc3f55b5d79d9dbf8a016
[INFO] running `Command { std: "docker" "start" "-a" "0b279ee6c6db737f657f33f5c5f5dc5190a4d8567b1cc3f55b5d79d9dbf8a016", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "0b279ee6c6db737f657f33f5c5f5dc5190a4d8567b1cc3f55b5d79d9dbf8a016", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0b279ee6c6db737f657f33f5c5f5dc5190a4d8567b1cc3f55b5d79d9dbf8a016", kill_on_drop: false }`
[INFO] [stdout] 0b279ee6c6db737f657f33f5c5f5dc5190a4d8567b1cc3f55b5d79d9dbf8a016
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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" "+012cd62c9add58ab3910e44c137d87db3ab70f61" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 964ed1b84568bee7ec008142c67f92d2e2e661b5f1c760d8b6dd3c96d93ffc34
[INFO] running `Command { std: "docker" "start" "-a" "964ed1b84568bee7ec008142c67f92d2e2e661b5f1c760d8b6dd3c96d93ffc34", kill_on_drop: false }`
[INFO] [stderr]     Checking hv-guarded-borrow v0.1.1
[INFO] [stderr]     Checking hv-cell v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: where clause not allowed here
[INFO] [stdout]    --> src/lib.rs:901:5
[INFO] [stdout]     |
[INFO] [stdout] 901 | /     where
[INFO] [stdout] 902 | |         T: 'a,
[INFO] [stdout]     | |______________^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #89122 <https://github.com/rust-lang/rust/issues/89122> for more information
[INFO] [stdout]     = note: `#[warn(deprecated_where_clause_location)]` on by default
[INFO] [stdout] help: move it to the end of the type declaration
[INFO] [stdout]     |
[INFO] [stdout] 900 ~     type Guard<'a>
[INFO] [stdout] 901 ~     = AtomicRef<'a, T> where T: 'a;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: where clause not allowed here
[INFO] [stdout]    --> src/lib.rs:905:5
[INFO] [stdout]     |
[INFO] [stdout] 905 | /     where
[INFO] [stdout] 906 | |         T: 'a,
[INFO] [stdout]     | |______________^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #89122 <https://github.com/rust-lang/rust/issues/89122> for more information
[INFO] [stdout] help: move it to the end of the type declaration
[INFO] [stdout]     |
[INFO] [stdout] 904 ~     type BorrowError<'a>
[INFO] [stdout] 905 ~     = BorrowError where T: 'a;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: where clause not allowed here
[INFO] [stdout]    --> src/lib.rs:916:5
[INFO] [stdout]     |
[INFO] [stdout] 916 | /     where
[INFO] [stdout] 917 | |         T: 'a,
[INFO] [stdout]     | |______________^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #89122 <https://github.com/rust-lang/rust/issues/89122> for more information
[INFO] [stdout] help: move it to the end of the type declaration
[INFO] [stdout]     |
[INFO] [stdout] 915 ~     type GuardMut<'a>
[INFO] [stdout] 916 ~     = AtomicRefMut<'a, T> where T: 'a;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: where clause not allowed here
[INFO] [stdout]    --> src/lib.rs:920:5
[INFO] [stdout]     |
[INFO] [stdout] 920 | /     where
[INFO] [stdout] 921 | |         T: 'a,
[INFO] [stdout]     | |______________^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #89122 <https://github.com/rust-lang/rust/issues/89122> for more information
[INFO] [stdout] help: move it to the end of the type declaration
[INFO] [stdout]     |
[INFO] [stdout] 919 ~     type BorrowMutError<'a>
[INFO] [stdout] 920 ~     = BorrowMutError where T: 'a;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: where clause not allowed here
[INFO] [stdout]    --> src/lib.rs:933:5
[INFO] [stdout]     |
[INFO] [stdout] 933 | /     where
[INFO] [stdout] 934 | |         T: 'a,
[INFO] [stdout]     | |______________^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #89122 <https://github.com/rust-lang/rust/issues/89122> for more information
[INFO] [stdout] help: move it to the end of the type declaration
[INFO] [stdout]     |
[INFO] [stdout] 932 ~     type MutGuardMut<'a>
[INFO] [stdout] 933 ~     = &'a mut T where T: 'a;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: where clause not allowed here
[INFO] [stdout]    --> src/lib.rs:937:5
[INFO] [stdout]     |
[INFO] [stdout] 937 | /     where
[INFO] [stdout] 938 | |         T: 'a,
[INFO] [stdout]     | |______________^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #89122 <https://github.com/rust-lang/rust/issues/89122> for more information
[INFO] [stdout] help: move it to the end of the type declaration
[INFO] [stdout]     |
[INFO] [stdout] 936 ~     type MutBorrowMutError<'a>
[INFO] [stdout] 937 ~     = Infallible where T: 'a;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: where clause not allowed here
[INFO] [stdout]    --> src/lib.rs:950:5
[INFO] [stdout]     |
[INFO] [stdout] 950 | /     where
[INFO] [stdout] 951 | |         T: 'a,
[INFO] [stdout]     | |______________^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #89122 <https://github.com/rust-lang/rust/issues/89122> for more information
[INFO] [stdout] help: move it to the end of the type declaration
[INFO] [stdout]     |
[INFO] [stdout] 949 ~     type Guard<'a>
[INFO] [stdout] 950 ~     = AtomicRef<'a, T> where T: 'a;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: where clause not allowed here
[INFO] [stdout]    --> src/lib.rs:954:5
[INFO] [stdout]     |
[INFO] [stdout] 954 | /     where
[INFO] [stdout] 955 | |         T: 'a,
[INFO] [stdout]     | |______________^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #89122 <https://github.com/rust-lang/rust/issues/89122> for more information
[INFO] [stdout] help: move it to the end of the type declaration
[INFO] [stdout]     |
[INFO] [stdout] 953 ~     type BorrowError<'a>
[INFO] [stdout] 954 ~     = BorrowError where T: 'a;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: where clause not allowed here
[INFO] [stdout]    --> src/lib.rs:965:5
[INFO] [stdout]     |
[INFO] [stdout] 965 | /     where
[INFO] [stdout] 966 | |         T: 'a,
[INFO] [stdout]     | |______________^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #89122 <https://github.com/rust-lang/rust/issues/89122> for more information
[INFO] [stdout] help: move it to the end of the type declaration
[INFO] [stdout]     |
[INFO] [stdout] 964 ~     type GuardMut<'a>
[INFO] [stdout] 965 ~     = AtomicRefMut<'a, T> where T: 'a;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: where clause not allowed here
[INFO] [stdout]    --> src/lib.rs:969:5
[INFO] [stdout]     |
[INFO] [stdout] 969 | /     where
[INFO] [stdout] 970 | |         T: 'a,
[INFO] [stdout]     | |______________^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #89122 <https://github.com/rust-lang/rust/issues/89122> for more information
[INFO] [stdout] help: move it to the end of the type declaration
[INFO] [stdout]     |
[INFO] [stdout] 968 ~     type BorrowMutError<'a>
[INFO] [stdout] 969 ~     = BorrowMutError where T: 'a;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: where clause not allowed here
[INFO] [stdout]    --> src/lib.rs:982:5
[INFO] [stdout]     |
[INFO] [stdout] 982 | /     where
[INFO] [stdout] 983 | |         T: 'a,
[INFO] [stdout]     | |______________^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #89122 <https://github.com/rust-lang/rust/issues/89122> for more information
[INFO] [stdout] help: move it to the end of the type declaration
[INFO] [stdout]     |
[INFO] [stdout] 981 ~     type MutGuardMut<'a>
[INFO] [stdout] 982 ~     = AtomicRefMut<'a, T> where T: 'a;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: where clause not allowed here
[INFO] [stdout]    --> src/lib.rs:986:5
[INFO] [stdout]     |
[INFO] [stdout] 986 | /     where
[INFO] [stdout] 987 | |         T: 'a,
[INFO] [stdout]     | |______________^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #89122 <https://github.com/rust-lang/rust/issues/89122> for more information
[INFO] [stdout] help: move it to the end of the type declaration
[INFO] [stdout]     |
[INFO] [stdout] 985 ~     type MutBorrowMutError<'a>
[INFO] [stdout] 986 ~     = BorrowMutError where T: 'a;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: where clause not allowed here
[INFO] [stdout]     --> src/lib.rs:999:5
[INFO] [stdout]      |
[INFO] [stdout]  999 | /     where
[INFO] [stdout] 1000 | |         T: 'a,
[INFO] [stdout] 1001 | |         Self: 'a,
[INFO] [stdout]      | |_________________^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #89122 <https://github.com/rust-lang/rust/issues/89122> for more information
[INFO] [stdout] help: move it to the end of the type declaration
[INFO] [stdout]      |
[INFO] [stdout]  998 ~     type Guard<'a>
[INFO] [stdout]  999 ~     = &'a T where T: 'a, Self: 'a;
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: where clause not allowed here
[INFO] [stdout]     --> src/lib.rs:1004:5
[INFO] [stdout]      |
[INFO] [stdout] 1004 | /     where
[INFO] [stdout] 1005 | |         T: 'a,
[INFO] [stdout] 1006 | |         Self: 'a,
[INFO] [stdout]      | |_________________^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #89122 <https://github.com/rust-lang/rust/issues/89122> for more information
[INFO] [stdout] help: move it to the end of the type declaration
[INFO] [stdout]      |
[INFO] [stdout] 1003 ~     type BorrowError<'a>
[INFO] [stdout] 1004 ~     = Infallible where T: 'a, Self: 'a;
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: where clause not allowed here
[INFO] [stdout]     --> src/lib.rs:1016:5
[INFO] [stdout]      |
[INFO] [stdout] 1016 | /     where
[INFO] [stdout] 1017 | |         T: 'a,
[INFO] [stdout] 1018 | |         Self: 'a,
[INFO] [stdout]      | |_________________^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #89122 <https://github.com/rust-lang/rust/issues/89122> for more information
[INFO] [stdout] help: move it to the end of the type declaration
[INFO] [stdout]      |
[INFO] [stdout] 1015 ~     type MutGuardMut<'a>
[INFO] [stdout] 1016 ~     = &'a mut T where T: 'a, Self: 'a;
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: where clause not allowed here
[INFO] [stdout]     --> src/lib.rs:1021:5
[INFO] [stdout]      |
[INFO] [stdout] 1021 | /     where
[INFO] [stdout] 1022 | |         T: 'a,
[INFO] [stdout] 1023 | |         Self: 'a,
[INFO] [stdout]      | |_________________^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #89122 <https://github.com/rust-lang/rust/issues/89122> for more information
[INFO] [stdout] help: move it to the end of the type declaration
[INFO] [stdout]      |
[INFO] [stdout] 1020 ~     type MutBorrowMutError<'a>
[INFO] [stdout] 1021 ~     = &'static str where T: 'a, Self: 'a;
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: where clause not allowed here
[INFO] [stdout]     --> src/lib.rs:1035:5
[INFO] [stdout]      |
[INFO] [stdout] 1035 | /     where
[INFO] [stdout] 1036 | |         T: 'a,
[INFO] [stdout] 1037 | |         Self: 'a,
[INFO] [stdout]      | |_________________^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #89122 <https://github.com/rust-lang/rust/issues/89122> for more information
[INFO] [stdout] help: move it to the end of the type declaration
[INFO] [stdout]      |
[INFO] [stdout] 1034 ~     type Guard<'a>
[INFO] [stdout] 1035 ~     = &'a T where T: 'a, Self: 'a;
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: where clause not allowed here
[INFO] [stdout]     --> src/lib.rs:1040:5
[INFO] [stdout]      |
[INFO] [stdout] 1040 | /     where
[INFO] [stdout] 1041 | |         T: 'a,
[INFO] [stdout] 1042 | |         Self: 'a,
[INFO] [stdout]      | |_________________^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #89122 <https://github.com/rust-lang/rust/issues/89122> for more information
[INFO] [stdout] help: move it to the end of the type declaration
[INFO] [stdout]      |
[INFO] [stdout] 1039 ~     type BorrowError<'a>
[INFO] [stdout] 1040 ~     = Infallible where T: 'a, Self: 'a;
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: where clause not allowed here
[INFO] [stdout]     --> src/lib.rs:1052:5
[INFO] [stdout]      |
[INFO] [stdout] 1052 | /     where
[INFO] [stdout] 1053 | |         T: 'a,
[INFO] [stdout] 1054 | |         Self: 'a,
[INFO] [stdout]      | |_________________^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #89122 <https://github.com/rust-lang/rust/issues/89122> for more information
[INFO] [stdout] help: move it to the end of the type declaration
[INFO] [stdout]      |
[INFO] [stdout] 1051 ~     type MutGuardMut<'a>
[INFO] [stdout] 1052 ~     = &'a mut T where T: 'a, Self: 'a;
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: where clause not allowed here
[INFO] [stdout]     --> src/lib.rs:1057:5
[INFO] [stdout]      |
[INFO] [stdout] 1057 | /     where
[INFO] [stdout] 1058 | |         T: 'a,
[INFO] [stdout] 1059 | |         Self: 'a,
[INFO] [stdout]      | |_________________^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #89122 <https://github.com/rust-lang/rust/issues/89122> for more information
[INFO] [stdout] help: move it to the end of the type declaration
[INFO] [stdout]      |
[INFO] [stdout] 1056 ~     type MutBorrowMutError<'a>
[INFO] [stdout] 1057 ~     = Infallible where T: 'a, Self: 'a;
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `generic_associated_types` has been stable since 1.65.0 and no longer requires an attribute to enable
[INFO] [stdout]   --> src/lib.rs:51:12
[INFO] [stdout]    |
[INFO] [stdout] 51 | #![feature(generic_associated_types)]
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(stable_features)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:251:19
[INFO] [stdout]     |
[INFO] [stdout] 251 |     pub fn borrow(&self) -> AtomicRef<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] 251 |     pub fn borrow(&self) -> AtomicRef<'_, T> {
[INFO] [stdout]     |                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:271:23
[INFO] [stdout]     |
[INFO] [stdout] 271 |     pub fn try_borrow(&self) -> Result<AtomicRef<T>, BorrowError> {
[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] 271 |     pub fn try_borrow(&self) -> Result<AtomicRef<'_, T>, BorrowError> {
[INFO] [stdout]     |                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:290:23
[INFO] [stdout]     |
[INFO] [stdout] 290 |     pub fn borrow_mut(&self) -> AtomicRefMut<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] 290 |     pub fn borrow_mut(&self) -> AtomicRefMut<'_, T> {
[INFO] [stdout]     |                                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:310:27
[INFO] [stdout]     |
[INFO] [stdout] 310 |     pub fn try_borrow_mut(&self) -> Result<AtomicRefMut<T>, BorrowMutError> {
[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] 310 |     pub fn try_borrow_mut(&self) -> Result<AtomicRefMut<'_, T>, BorrowMutError> {
[INFO] [stdout]     |                                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: where clause not allowed here
[INFO] [stdout]    --> src/lib.rs:901:5
[INFO] [stdout]     |
[INFO] [stdout] 901 | /     where
[INFO] [stdout] 902 | |         T: 'a,
[INFO] [stdout]     | |______________^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #89122 <https://github.com/rust-lang/rust/issues/89122> for more information
[INFO] [stdout]     = note: `#[warn(deprecated_where_clause_location)]` on by default
[INFO] [stdout] help: move it to the end of the type declaration
[INFO] [stdout]     |
[INFO] [stdout] 900 ~     type Guard<'a>
[INFO] [stdout] 901 ~     = AtomicRef<'a, T> where T: 'a;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: where clause not allowed here
[INFO] [stdout]    --> src/lib.rs:905:5
[INFO] [stdout]     |
[INFO] [stdout] 905 | /     where
[INFO] [stdout] 906 | |         T: 'a,
[INFO] [stdout]     | |______________^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #89122 <https://github.com/rust-lang/rust/issues/89122> for more information
[INFO] [stdout] help: move it to the end of the type declaration
[INFO] [stdout]     |
[INFO] [stdout] 904 ~     type BorrowError<'a>
[INFO] [stdout] 905 ~     = BorrowError where T: 'a;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: where clause not allowed here
[INFO] [stdout]    --> src/lib.rs:916:5
[INFO] [stdout]     |
[INFO] [stdout] 916 | /     where
[INFO] [stdout] 917 | |         T: 'a,
[INFO] [stdout]     | |______________^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #89122 <https://github.com/rust-lang/rust/issues/89122> for more information
[INFO] [stdout] help: move it to the end of the type declaration
[INFO] [stdout]     |
[INFO] [stdout] 915 ~     type GuardMut<'a>
[INFO] [stdout] 916 ~     = AtomicRefMut<'a, T> where T: 'a;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: where clause not allowed here
[INFO] [stdout]    --> src/lib.rs:920:5
[INFO] [stdout]     |
[INFO] [stdout] 920 | /     where
[INFO] [stdout] 921 | |         T: 'a,
[INFO] [stdout]     | |______________^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #89122 <https://github.com/rust-lang/rust/issues/89122> for more information
[INFO] [stdout] help: move it to the end of the type declaration
[INFO] [stdout]     |
[INFO] [stdout] 919 ~     type BorrowMutError<'a>
[INFO] [stdout] 920 ~     = BorrowMutError where T: 'a;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: where clause not allowed here
[INFO] [stdout]    --> src/lib.rs:933:5
[INFO] [stdout]     |
[INFO] [stdout] 933 | /     where
[INFO] [stdout] 934 | |         T: 'a,
[INFO] [stdout]     | |______________^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #89122 <https://github.com/rust-lang/rust/issues/89122> for more information
[INFO] [stdout] help: move it to the end of the type declaration
[INFO] [stdout]     |
[INFO] [stdout] 932 ~     type MutGuardMut<'a>
[INFO] [stdout] 933 ~     = &'a mut T where T: 'a;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: where clause not allowed here
[INFO] [stdout]    --> src/lib.rs:937:5
[INFO] [stdout]     |
[INFO] [stdout] 937 | /     where
[INFO] [stdout] 938 | |         T: 'a,
[INFO] [stdout]     | |______________^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #89122 <https://github.com/rust-lang/rust/issues/89122> for more information
[INFO] [stdout] help: move it to the end of the type declaration
[INFO] [stdout]     |
[INFO] [stdout] 936 ~     type MutBorrowMutError<'a>
[INFO] [stdout] 937 ~     = Infallible where T: 'a;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: where clause not allowed here
[INFO] [stdout]    --> src/lib.rs:950:5
[INFO] [stdout]     |
[INFO] [stdout] 950 | /     where
[INFO] [stdout] 951 | |         T: 'a,
[INFO] [stdout]     | |______________^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #89122 <https://github.com/rust-lang/rust/issues/89122> for more information
[INFO] [stdout] help: move it to the end of the type declaration
[INFO] [stdout]     |
[INFO] [stdout] 949 ~     type Guard<'a>
[INFO] [stdout] 950 ~     = AtomicRef<'a, T> where T: 'a;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: where clause not allowed here
[INFO] [stdout]    --> src/lib.rs:954:5
[INFO] [stdout]     |
[INFO] [stdout] 954 | /     where
[INFO] [stdout] 955 | |         T: 'a,
[INFO] [stdout]     | |______________^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #89122 <https://github.com/rust-lang/rust/issues/89122> for more information
[INFO] [stdout] help: move it to the end of the type declaration
[INFO] [stdout]     |
[INFO] [stdout] 953 ~     type BorrowError<'a>
[INFO] [stdout] 954 ~     = BorrowError where T: 'a;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: where clause not allowed here
[INFO] [stdout]    --> src/lib.rs:965:5
[INFO] [stdout]     |
[INFO] [stdout] 965 | /     where
[INFO] [stdout] 966 | |         T: 'a,
[INFO] [stdout]     | |______________^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #89122 <https://github.com/rust-lang/rust/issues/89122> for more information
[INFO] [stdout] help: move it to the end of the type declaration
[INFO] [stdout]     |
[INFO] [stdout] 964 ~     type GuardMut<'a>
[INFO] [stdout] 965 ~     = AtomicRefMut<'a, T> where T: 'a;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: where clause not allowed here
[INFO] [stdout]    --> src/lib.rs:969:5
[INFO] [stdout]     |
[INFO] [stdout] 969 | /     where
[INFO] [stdout] 970 | |         T: 'a,
[INFO] [stdout]     | |______________^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #89122 <https://github.com/rust-lang/rust/issues/89122> for more information
[INFO] [stdout] help: move it to the end of the type declaration
[INFO] [stdout]     |
[INFO] [stdout] 968 ~     type BorrowMutError<'a>
[INFO] [stdout] 969 ~     = BorrowMutError where T: 'a;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: where clause not allowed here
[INFO] [stdout]    --> src/lib.rs:982:5
[INFO] [stdout]     |
[INFO] [stdout] 982 | /     where
[INFO] [stdout] 983 | |         T: 'a,
[INFO] [stdout]     | |______________^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #89122 <https://github.com/rust-lang/rust/issues/89122> for more information
[INFO] [stdout] help: move it to the end of the type declaration
[INFO] [stdout]     |
[INFO] [stdout] 981 ~     type MutGuardMut<'a>
[INFO] [stdout] 982 ~     = AtomicRefMut<'a, T> where T: 'a;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: where clause not allowed here
[INFO] [stdout]    --> src/lib.rs:986:5
[INFO] [stdout]     |
[INFO] [stdout] 986 | /     where
[INFO] [stdout] 987 | |         T: 'a,
[INFO] [stdout]     | |______________^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #89122 <https://github.com/rust-lang/rust/issues/89122> for more information
[INFO] [stdout] help: move it to the end of the type declaration
[INFO] [stdout]     |
[INFO] [stdout] 985 ~     type MutBorrowMutError<'a>
[INFO] [stdout] 986 ~     = BorrowMutError where T: 'a;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: where clause not allowed here
[INFO] [stdout]     --> src/lib.rs:999:5
[INFO] [stdout]      |
[INFO] [stdout]  999 | /     where
[INFO] [stdout] 1000 | |         T: 'a,
[INFO] [stdout] 1001 | |         Self: 'a,
[INFO] [stdout]      | |_________________^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #89122 <https://github.com/rust-lang/rust/issues/89122> for more information
[INFO] [stdout] help: move it to the end of the type declaration
[INFO] [stdout]      |
[INFO] [stdout]  998 ~     type Guard<'a>
[INFO] [stdout]  999 ~     = &'a T where T: 'a, Self: 'a;
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: where clause not allowed here
[INFO] [stdout]     --> src/lib.rs:1004:5
[INFO] [stdout]      |
[INFO] [stdout] 1004 | /     where
[INFO] [stdout] 1005 | |         T: 'a,
[INFO] [stdout] 1006 | |         Self: 'a,
[INFO] [stdout]      | |_________________^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #89122 <https://github.com/rust-lang/rust/issues/89122> for more information
[INFO] [stdout] help: move it to the end of the type declaration
[INFO] [stdout]      |
[INFO] [stdout] 1003 ~     type BorrowError<'a>
[INFO] [stdout] 1004 ~     = Infallible where T: 'a, Self: 'a;
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: where clause not allowed here
[INFO] [stdout]     --> src/lib.rs:1016:5
[INFO] [stdout]      |
[INFO] [stdout] 1016 | /     where
[INFO] [stdout] 1017 | |         T: 'a,
[INFO] [stdout] 1018 | |         Self: 'a,
[INFO] [stdout]      | |_________________^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #89122 <https://github.com/rust-lang/rust/issues/89122> for more information
[INFO] [stdout] help: move it to the end of the type declaration
[INFO] [stdout]      |
[INFO] [stdout] 1015 ~     type MutGuardMut<'a>
[INFO] [stdout] 1016 ~     = &'a mut T where T: 'a, Self: 'a;
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: where clause not allowed here
[INFO] [stdout]     --> src/lib.rs:1021:5
[INFO] [stdout]      |
[INFO] [stdout] 1021 | /     where
[INFO] [stdout] 1022 | |         T: 'a,
[INFO] [stdout] 1023 | |         Self: 'a,
[INFO] [stdout]      | |_________________^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #89122 <https://github.com/rust-lang/rust/issues/89122> for more information
[INFO] [stdout] help: move it to the end of the type declaration
[INFO] [stdout]      |
[INFO] [stdout] 1020 ~     type MutBorrowMutError<'a>
[INFO] [stdout] 1021 ~     = &'static str where T: 'a, Self: 'a;
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: where clause not allowed here
[INFO] [stdout]     --> src/lib.rs:1035:5
[INFO] [stdout]      |
[INFO] [stdout] 1035 | /     where
[INFO] [stdout] 1036 | |         T: 'a,
[INFO] [stdout] 1037 | |         Self: 'a,
[INFO] [stdout]      | |_________________^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #89122 <https://github.com/rust-lang/rust/issues/89122> for more information
[INFO] [stdout] help: move it to the end of the type declaration
[INFO] [stdout]      |
[INFO] [stdout] 1034 ~     type Guard<'a>
[INFO] [stdout] 1035 ~     = &'a T where T: 'a, Self: 'a;
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: where clause not allowed here
[INFO] [stdout]     --> src/lib.rs:1040:5
[INFO] [stdout]      |
[INFO] [stdout] 1040 | /     where
[INFO] [stdout] 1041 | |         T: 'a,
[INFO] [stdout] 1042 | |         Self: 'a,
[INFO] [stdout]      | |_________________^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #89122 <https://github.com/rust-lang/rust/issues/89122> for more information
[INFO] [stdout] help: move it to the end of the type declaration
[INFO] [stdout]      |
[INFO] [stdout] 1039 ~     type BorrowError<'a>
[INFO] [stdout] 1040 ~     = Infallible where T: 'a, Self: 'a;
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: where clause not allowed here
[INFO] [stdout]     --> src/lib.rs:1052:5
[INFO] [stdout]      |
[INFO] [stdout] 1052 | /     where
[INFO] [stdout] 1053 | |         T: 'a,
[INFO] [stdout] 1054 | |         Self: 'a,
[INFO] [stdout]      | |_________________^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #89122 <https://github.com/rust-lang/rust/issues/89122> for more information
[INFO] [stdout] help: move it to the end of the type declaration
[INFO] [stdout]      |
[INFO] [stdout] 1051 ~     type MutGuardMut<'a>
[INFO] [stdout] 1052 ~     = &'a mut T where T: 'a, Self: 'a;
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: where clause not allowed here
[INFO] [stdout]     --> src/lib.rs:1057:5
[INFO] [stdout]      |
[INFO] [stdout] 1057 | /     where
[INFO] [stdout] 1058 | |         T: 'a,
[INFO] [stdout] 1059 | |         Self: 'a,
[INFO] [stdout]      | |_________________^
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #89122 <https://github.com/rust-lang/rust/issues/89122> for more information
[INFO] [stdout] help: move it to the end of the type declaration
[INFO] [stdout]      |
[INFO] [stdout] 1056 ~     type MutBorrowMutError<'a>
[INFO] [stdout] 1057 ~     = Infallible where T: 'a, Self: 'a;
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `generic_associated_types` has been stable since 1.65.0 and no longer requires an attribute to enable
[INFO] [stdout]   --> src/lib.rs:51:12
[INFO] [stdout]    |
[INFO] [stdout] 51 | #![feature(generic_associated_types)]
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(stable_features)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:251:19
[INFO] [stdout]     |
[INFO] [stdout] 251 |     pub fn borrow(&self) -> AtomicRef<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] 251 |     pub fn borrow(&self) -> AtomicRef<'_, T> {
[INFO] [stdout]     |                                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:271:23
[INFO] [stdout]     |
[INFO] [stdout] 271 |     pub fn try_borrow(&self) -> Result<AtomicRef<T>, BorrowError> {
[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] 271 |     pub fn try_borrow(&self) -> Result<AtomicRef<'_, T>, BorrowError> {
[INFO] [stdout]     |                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:290:23
[INFO] [stdout]     |
[INFO] [stdout] 290 |     pub fn borrow_mut(&self) -> AtomicRefMut<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] 290 |     pub fn borrow_mut(&self) -> AtomicRefMut<'_, T> {
[INFO] [stdout]     |                                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:310:27
[INFO] [stdout]     |
[INFO] [stdout] 310 |     pub fn try_borrow_mut(&self) -> Result<AtomicRefMut<T>, BorrowMutError> {
[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] 310 |     pub fn try_borrow_mut(&self) -> Result<AtomicRefMut<'_, T>, BorrowMutError> {
[INFO] [stdout]     |                                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.32s
[INFO] running `Command { std: "docker" "inspect" "964ed1b84568bee7ec008142c67f92d2e2e661b5f1c760d8b6dd3c96d93ffc34", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "964ed1b84568bee7ec008142c67f92d2e2e661b5f1c760d8b6dd3c96d93ffc34", kill_on_drop: false }`
[INFO] [stdout] 964ed1b84568bee7ec008142c67f92d2e2e661b5f1c760d8b6dd3c96d93ffc34
