[INFO] fetching crate hv-cell 0.1.0... [INFO] testing hv-cell-0.1.0 against master#350d0ef0ec0493e6d21cfb265cb8211a0e74d766 for pr-145330-1 [INFO] extracting crate hv-cell 0.1.0 into /workspace/builds/worker-7-tc1/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-7-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate hv-cell 0.1.0 on toolchain 350d0ef0ec0493e6d21cfb265cb8211a0e74d766 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "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" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Updating crates.io index [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Locking 7 packages to latest compatible versions [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded hv-guarded-borrow v0.1.1 [INFO] [stderr] Downloaded hv-lease-tracker v0.1.0 [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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 56e5b091d1e4e03f0407dd994d85405b700395ff931b2c1ae17c9ae7d6315e60 [INFO] running `Command { std: "docker" "start" "-a" "56e5b091d1e4e03f0407dd994d85405b700395ff931b2c1ae17c9ae7d6315e60", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "56e5b091d1e4e03f0407dd994d85405b700395ff931b2c1ae17c9ae7d6315e60", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "56e5b091d1e4e03f0407dd994d85405b700395ff931b2c1ae17c9ae7d6315e60", kill_on_drop: false }` [INFO] [stdout] 56e5b091d1e4e03f0407dd994d85405b700395ff931b2c1ae17c9ae7d6315e60 [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=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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 053ca31608265272c9df990f53d024c8a334f37e3ca96ec56b065e579dcdcc74 [INFO] running `Command { std: "docker" "start" "-a" "053ca31608265272c9df990f53d024c8a334f37e3ca96ec56b065e579dcdcc74", kill_on_drop: false }` [INFO] [stderr] Compiling hv-guarded-borrow v0.1.1 [INFO] [stderr] Compiling 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 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] 901 ~ [INFO] [stdout] 902 ~ = 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 for more information [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 905 ~ [INFO] [stdout] 906 ~ = 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 for more information [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 916 ~ [INFO] [stdout] 917 ~ = 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 for more information [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 920 ~ [INFO] [stdout] 921 ~ = 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 for more information [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 933 ~ [INFO] [stdout] 934 ~ = &'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 for more information [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 937 ~ [INFO] [stdout] 938 ~ = 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 for more information [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 950 ~ [INFO] [stdout] 951 ~ = 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 for more information [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 954 ~ [INFO] [stdout] 955 ~ = 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 for more information [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 965 ~ [INFO] [stdout] 966 ~ = 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 for more information [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 969 ~ [INFO] [stdout] 970 ~ = 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 for more information [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 982 ~ [INFO] [stdout] 983 ~ = 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 for more information [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 986 ~ [INFO] [stdout] 987 ~ = 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 for more information [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 999 ~ [INFO] [stdout] 1000 ~ = &'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 for more information [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 1004 ~ [INFO] [stdout] 1005 ~ = 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 for more information [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 1016 ~ [INFO] [stdout] 1017 ~ = &'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 for more information [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 1021 ~ [INFO] [stdout] 1022 ~ = &'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 for more information [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 1035 ~ [INFO] [stdout] 1036 ~ = &'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 for more information [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 1040 ~ [INFO] [stdout] 1041 ~ = 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 for more information [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 1052 ~ [INFO] [stdout] 1053 ~ = &'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 for more information [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 1057 ~ [INFO] [stdout] 1058 ~ = 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 { [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, 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, 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 { [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, 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, BorrowMutError> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.29s [INFO] running `Command { std: "docker" "inspect" "053ca31608265272c9df990f53d024c8a334f37e3ca96ec56b065e579dcdcc74", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "053ca31608265272c9df990f53d024c8a334f37e3ca96ec56b065e579dcdcc74", kill_on_drop: false }` [INFO] [stdout] 053ca31608265272c9df990f53d024c8a334f37e3ca96ec56b065e579dcdcc74 [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=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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 4747e739dc55785d3aca7bda34ff93051fb00f10cbf1105652cf5e95cc9293d2 [INFO] running `Command { std: "docker" "start" "-a" "4747e739dc55785d3aca7bda34ff93051fb00f10cbf1105652cf5e95cc9293d2", kill_on_drop: false }` [INFO] [stderr] Compiling 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 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] 901 ~ [INFO] [stdout] 902 ~ = 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 for more information [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 905 ~ [INFO] [stdout] 906 ~ = 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 for more information [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 916 ~ [INFO] [stdout] 917 ~ = 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 for more information [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 920 ~ [INFO] [stdout] 921 ~ = 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 for more information [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 933 ~ [INFO] [stdout] 934 ~ = &'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 for more information [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 937 ~ [INFO] [stdout] 938 ~ = 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 for more information [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 950 ~ [INFO] [stdout] 951 ~ = 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 for more information [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 954 ~ [INFO] [stdout] 955 ~ = 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 for more information [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 965 ~ [INFO] [stdout] 966 ~ = 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 for more information [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 969 ~ [INFO] [stdout] 970 ~ = 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 for more information [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 982 ~ [INFO] [stdout] 983 ~ = 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 for more information [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 986 ~ [INFO] [stdout] 987 ~ = 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 for more information [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 999 ~ [INFO] [stdout] 1000 ~ = &'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 for more information [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 1004 ~ [INFO] [stdout] 1005 ~ = 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 for more information [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 1016 ~ [INFO] [stdout] 1017 ~ = &'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 for more information [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 1021 ~ [INFO] [stdout] 1022 ~ = &'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 for more information [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 1035 ~ [INFO] [stdout] 1036 ~ = &'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 for more information [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 1040 ~ [INFO] [stdout] 1041 ~ = 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 for more information [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 1052 ~ [INFO] [stdout] 1053 ~ = &'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 for more information [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 1057 ~ [INFO] [stdout] 1058 ~ = 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 { [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, 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, 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 { [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, 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, 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 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] 901 ~ [INFO] [stdout] 902 ~ = 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 for more information [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 905 ~ [INFO] [stdout] 906 ~ = 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 for more information [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 916 ~ [INFO] [stdout] 917 ~ = 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 for more information [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 920 ~ [INFO] [stdout] 921 ~ = 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 for more information [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 933 ~ [INFO] [stdout] 934 ~ = &'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 for more information [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 937 ~ [INFO] [stdout] 938 ~ = 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 for more information [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 950 ~ [INFO] [stdout] 951 ~ = 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 for more information [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 954 ~ [INFO] [stdout] 955 ~ = 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 for more information [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 965 ~ [INFO] [stdout] 966 ~ = 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 for more information [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 969 ~ [INFO] [stdout] 970 ~ = 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 for more information [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 982 ~ [INFO] [stdout] 983 ~ = 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 for more information [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 986 ~ [INFO] [stdout] 987 ~ = 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 for more information [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 999 ~ [INFO] [stdout] 1000 ~ = &'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 for more information [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 1004 ~ [INFO] [stdout] 1005 ~ = 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 for more information [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 1016 ~ [INFO] [stdout] 1017 ~ = &'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 for more information [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 1021 ~ [INFO] [stdout] 1022 ~ = &'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 for more information [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 1035 ~ [INFO] [stdout] 1036 ~ = &'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 for more information [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 1040 ~ [INFO] [stdout] 1041 ~ = 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 for more information [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 1052 ~ [INFO] [stdout] 1053 ~ = &'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 for more information [INFO] [stdout] help: move it to the end of the type declaration [INFO] [stdout] | [INFO] [stdout] 1057 ~ [INFO] [stdout] 1058 ~ = 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 { [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, 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, 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 { [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, 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, BorrowMutError> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.56s [INFO] running `Command { std: "docker" "inspect" "4747e739dc55785d3aca7bda34ff93051fb00f10cbf1105652cf5e95cc9293d2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4747e739dc55785d3aca7bda34ff93051fb00f10cbf1105652cf5e95cc9293d2", kill_on_drop: false }` [INFO] [stdout] 4747e739dc55785d3aca7bda34ff93051fb00f10cbf1105652cf5e95cc9293d2 [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=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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] f04449ff953df22b768207e7396727602dad9c6cdf62686052894c52845ef654 [INFO] running `Command { std: "docker" "start" "-a" "f04449ff953df22b768207e7396727602dad9c6cdf62686052894c52845ef654", kill_on_drop: false }` [INFO] [stderr] warning: where clause not allowed here [INFO] [stderr] --> src/lib.rs:901:5 [INFO] [stderr] | [INFO] [stderr] 901 | / where [INFO] [stderr] 902 | | T: 'a, [INFO] [stderr] | |______________^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #89122 for more information [INFO] [stderr] = note: `#[warn(deprecated_where_clause_location)]` on by default [INFO] [stderr] help: move it to the end of the type declaration [INFO] [stderr] | [INFO] [stderr] 901 ~ [INFO] [stderr] 902 ~ = AtomicRef<'a, T> where T: 'a; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: where clause not allowed here [INFO] [stderr] --> src/lib.rs:905:5 [INFO] [stderr] | [INFO] [stderr] 905 | / where [INFO] [stderr] 906 | | T: 'a, [INFO] [stderr] | |______________^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #89122 for more information [INFO] [stderr] help: move it to the end of the type declaration [INFO] [stderr] | [INFO] [stderr] 905 ~ [INFO] [stderr] 906 ~ = BorrowError where T: 'a; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: where clause not allowed here [INFO] [stderr] --> src/lib.rs:916:5 [INFO] [stderr] | [INFO] [stderr] 916 | / where [INFO] [stderr] 917 | | T: 'a, [INFO] [stderr] | |______________^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #89122 for more information [INFO] [stderr] help: move it to the end of the type declaration [INFO] [stderr] | [INFO] [stderr] 916 ~ [INFO] [stderr] 917 ~ = AtomicRefMut<'a, T> where T: 'a; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: where clause not allowed here [INFO] [stderr] --> src/lib.rs:920:5 [INFO] [stderr] | [INFO] [stderr] 920 | / where [INFO] [stderr] 921 | | T: 'a, [INFO] [stderr] | |______________^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #89122 for more information [INFO] [stderr] help: move it to the end of the type declaration [INFO] [stderr] | [INFO] [stderr] 920 ~ [INFO] [stderr] 921 ~ = BorrowMutError where T: 'a; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: where clause not allowed here [INFO] [stderr] --> src/lib.rs:933:5 [INFO] [stderr] | [INFO] [stderr] 933 | / where [INFO] [stderr] 934 | | T: 'a, [INFO] [stderr] | |______________^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #89122 for more information [INFO] [stderr] help: move it to the end of the type declaration [INFO] [stderr] | [INFO] [stderr] 933 ~ [INFO] [stderr] 934 ~ = &'a mut T where T: 'a; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: where clause not allowed here [INFO] [stderr] --> src/lib.rs:937:5 [INFO] [stderr] | [INFO] [stderr] 937 | / where [INFO] [stderr] 938 | | T: 'a, [INFO] [stderr] | |______________^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #89122 for more information [INFO] [stderr] help: move it to the end of the type declaration [INFO] [stderr] | [INFO] [stderr] 937 ~ [INFO] [stderr] 938 ~ = Infallible where T: 'a; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: where clause not allowed here [INFO] [stderr] --> src/lib.rs:950:5 [INFO] [stderr] | [INFO] [stderr] 950 | / where [INFO] [stderr] 951 | | T: 'a, [INFO] [stderr] | |______________^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #89122 for more information [INFO] [stderr] help: move it to the end of the type declaration [INFO] [stderr] | [INFO] [stderr] 950 ~ [INFO] [stderr] 951 ~ = AtomicRef<'a, T> where T: 'a; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: where clause not allowed here [INFO] [stderr] --> src/lib.rs:954:5 [INFO] [stderr] | [INFO] [stderr] 954 | / where [INFO] [stderr] 955 | | T: 'a, [INFO] [stderr] | |______________^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #89122 for more information [INFO] [stderr] help: move it to the end of the type declaration [INFO] [stderr] | [INFO] [stderr] 954 ~ [INFO] [stderr] 955 ~ = BorrowError where T: 'a; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: where clause not allowed here [INFO] [stderr] --> src/lib.rs:965:5 [INFO] [stderr] | [INFO] [stderr] 965 | / where [INFO] [stderr] 966 | | T: 'a, [INFO] [stderr] | |______________^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #89122 for more information [INFO] [stderr] help: move it to the end of the type declaration [INFO] [stderr] | [INFO] [stderr] 965 ~ [INFO] [stderr] 966 ~ = AtomicRefMut<'a, T> where T: 'a; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: where clause not allowed here [INFO] [stderr] --> src/lib.rs:969:5 [INFO] [stderr] | [INFO] [stderr] 969 | / where [INFO] [stderr] 970 | | T: 'a, [INFO] [stderr] | |______________^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #89122 for more information [INFO] [stderr] help: move it to the end of the type declaration [INFO] [stderr] | [INFO] [stderr] 969 ~ [INFO] [stderr] 970 ~ = BorrowMutError where T: 'a; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: where clause not allowed here [INFO] [stderr] --> src/lib.rs:982:5 [INFO] [stderr] | [INFO] [stderr] 982 | / where [INFO] [stderr] 983 | | T: 'a, [INFO] [stderr] | |______________^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #89122 for more information [INFO] [stderr] help: move it to the end of the type declaration [INFO] [stderr] | [INFO] [stderr] 982 ~ [INFO] [stderr] 983 ~ = AtomicRefMut<'a, T> where T: 'a; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: where clause not allowed here [INFO] [stderr] --> src/lib.rs:986:5 [INFO] [stderr] | [INFO] [stderr] 986 | / where [INFO] [stderr] 987 | | T: 'a, [INFO] [stderr] | |______________^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #89122 for more information [INFO] [stderr] help: move it to the end of the type declaration [INFO] [stderr] | [INFO] [stderr] 986 ~ [INFO] [stderr] 987 ~ = BorrowMutError where T: 'a; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: where clause not allowed here [INFO] [stderr] --> src/lib.rs:999:5 [INFO] [stderr] | [INFO] [stderr] 999 | / where [INFO] [stderr] 1000 | | T: 'a, [INFO] [stderr] 1001 | | Self: 'a, [INFO] [stderr] | |_________________^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #89122 for more information [INFO] [stderr] help: move it to the end of the type declaration [INFO] [stderr] | [INFO] [stderr] 999 ~ [INFO] [stderr] 1000 ~ = &'a T where T: 'a, Self: 'a; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: where clause not allowed here [INFO] [stderr] --> src/lib.rs:1004:5 [INFO] [stderr] | [INFO] [stderr] 1004 | / where [INFO] [stderr] 1005 | | T: 'a, [INFO] [stderr] 1006 | | Self: 'a, [INFO] [stderr] | |_________________^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #89122 for more information [INFO] [stderr] help: move it to the end of the type declaration [INFO] [stderr] | [INFO] [stderr] 1004 ~ [INFO] [stderr] 1005 ~ = Infallible where T: 'a, Self: 'a; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: where clause not allowed here [INFO] [stderr] --> src/lib.rs:1016:5 [INFO] [stderr] | [INFO] [stderr] 1016 | / where [INFO] [stderr] 1017 | | T: 'a, [INFO] [stderr] 1018 | | Self: 'a, [INFO] [stderr] | |_________________^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #89122 for more information [INFO] [stderr] help: move it to the end of the type declaration [INFO] [stderr] | [INFO] [stderr] 1016 ~ [INFO] [stderr] 1017 ~ = &'a mut T where T: 'a, Self: 'a; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: where clause not allowed here [INFO] [stderr] --> src/lib.rs:1021:5 [INFO] [stderr] | [INFO] [stderr] 1021 | / where [INFO] [stderr] 1022 | | T: 'a, [INFO] [stderr] 1023 | | Self: 'a, [INFO] [stderr] | |_________________^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #89122 for more information [INFO] [stderr] help: move it to the end of the type declaration [INFO] [stderr] | [INFO] [stderr] 1021 ~ [INFO] [stderr] 1022 ~ = &'static str where T: 'a, Self: 'a; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: where clause not allowed here [INFO] [stderr] --> src/lib.rs:1035:5 [INFO] [stderr] | [INFO] [stderr] 1035 | / where [INFO] [stderr] 1036 | | T: 'a, [INFO] [stderr] 1037 | | Self: 'a, [INFO] [stderr] | |_________________^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #89122 for more information [INFO] [stderr] help: move it to the end of the type declaration [INFO] [stderr] | [INFO] [stderr] 1035 ~ [INFO] [stderr] 1036 ~ = &'a T where T: 'a, Self: 'a; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: where clause not allowed here [INFO] [stderr] --> src/lib.rs:1040:5 [INFO] [stderr] | [INFO] [stderr] 1040 | / where [INFO] [stderr] 1041 | | T: 'a, [INFO] [stderr] 1042 | | Self: 'a, [INFO] [stderr] | |_________________^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #89122 for more information [INFO] [stderr] help: move it to the end of the type declaration [INFO] [stderr] | [INFO] [stderr] 1040 ~ [INFO] [stderr] 1041 ~ = Infallible where T: 'a, Self: 'a; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: where clause not allowed here [INFO] [stderr] --> src/lib.rs:1052:5 [INFO] [stderr] | [INFO] [stderr] 1052 | / where [INFO] [stderr] 1053 | | T: 'a, [INFO] [stderr] 1054 | | Self: 'a, [INFO] [stderr] | |_________________^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #89122 for more information [INFO] [stderr] help: move it to the end of the type declaration [INFO] [stderr] | [INFO] [stderr] 1052 ~ [INFO] [stderr] 1053 ~ = &'a mut T where T: 'a, Self: 'a; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: where clause not allowed here [INFO] [stderr] --> src/lib.rs:1057:5 [INFO] [stderr] | [INFO] [stderr] 1057 | / where [INFO] [stderr] 1058 | | T: 'a, [INFO] [stderr] 1059 | | Self: 'a, [INFO] [stderr] | |_________________^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #89122 for more information [INFO] [stderr] help: move it to the end of the type declaration [INFO] [stderr] | [INFO] [stderr] 1057 ~ [INFO] [stderr] 1058 ~ = Infallible where T: 'a, Self: 'a; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: the feature `generic_associated_types` has been stable since 1.65.0 and no longer requires an attribute to enable [INFO] [stderr] --> src/lib.rs:51:12 [INFO] [stderr] | [INFO] [stderr] 51 | #![feature(generic_associated_types)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(stable_features)]` on by default [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/lib.rs:251:19 [INFO] [stderr] | [INFO] [stderr] 251 | pub fn borrow(&self) -> AtomicRef { [INFO] [stderr] | ^^^^^ ------------ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 251 | pub fn borrow(&self) -> AtomicRef<'_, T> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/lib.rs:271:23 [INFO] [stderr] | [INFO] [stderr] 271 | pub fn try_borrow(&self) -> Result, BorrowError> { [INFO] [stderr] | ^^^^^ ------------ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 271 | pub fn try_borrow(&self) -> Result, BorrowError> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/lib.rs:290:23 [INFO] [stderr] | [INFO] [stderr] 290 | pub fn borrow_mut(&self) -> AtomicRefMut { [INFO] [stderr] | ^^^^^ --------------- the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 290 | pub fn borrow_mut(&self) -> AtomicRefMut<'_, T> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/lib.rs:310:27 [INFO] [stderr] | [INFO] [stderr] 310 | pub fn try_borrow_mut(&self) -> Result, BorrowMutError> { [INFO] [stderr] | ^^^^^ --------------- the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 310 | pub fn try_borrow_mut(&self) -> Result, BorrowMutError> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: `hv-cell` (lib) generated 25 warnings (run `cargo fix --lib -p hv-cell` to apply 24 suggestions) [INFO] [stderr] warning: `hv-cell` (lib test) generated 25 warnings (25 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.03s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/hv_cell-e71c7920ad672ec1) [INFO] [stderr] Doc-tests hv_cell [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "f04449ff953df22b768207e7396727602dad9c6cdf62686052894c52845ef654", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f04449ff953df22b768207e7396727602dad9c6cdf62686052894c52845ef654", kill_on_drop: false }` [INFO] [stdout] f04449ff953df22b768207e7396727602dad9c6cdf62686052894c52845ef654