[INFO] fetching crate hv-guarded-borrow 0.1.1... [INFO] testing hv-guarded-borrow-0.1.1 against beta-2022-04-10 for beta-1.61-1 [INFO] extracting crate hv-guarded-borrow 0.1.1 into /workspace/builds/worker-5/source [INFO] validating manifest of crates.io crate hv-guarded-borrow 0.1.1 on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate hv-guarded-borrow 0.1.1 [INFO] finished tweaking crates.io crate hv-guarded-borrow 0.1.1 [INFO] tweaked toml for crates.io crate hv-guarded-borrow 0.1.1 written to /workspace/builds/worker-5/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 63c93394056140c28598fbae804d2890a35d74d164f4be6f7ec3363d37e19ac1 [INFO] running `Command { std: "docker" "start" "-a" "63c93394056140c28598fbae804d2890a35d74d164f4be6f7ec3363d37e19ac1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "63c93394056140c28598fbae804d2890a35d74d164f4be6f7ec3363d37e19ac1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "63c93394056140c28598fbae804d2890a35d74d164f4be6f7ec3363d37e19ac1", kill_on_drop: false }` [INFO] [stdout] 63c93394056140c28598fbae804d2890a35d74d164f4be6f7ec3363d37e19ac1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 1b84d7b4b17628f058ea13e211dafdb151e8758f22a5579552f7c7af1da609fd [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "1b84d7b4b17628f058ea13e211dafdb151e8758f22a5579552f7c7af1da609fd", kill_on_drop: false }` [INFO] [stderr] Compiling hv-guarded-borrow v0.1.1 (/opt/rustwide/workdir) [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stdout] --> src/lib.rs:6:1 [INFO] [stdout] | [INFO] [stdout] 6 | #![feature(generic_associated_types)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/lib.rs:84:5 [INFO] [stdout] | [INFO] [stdout] 84 | / where [INFO] [stdout] 85 | | T: 'b, [INFO] [stdout] 86 | | Self: 'b, [INFO] [stdout] | |_________________^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated_where_clause_location)]` on by default [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] 84 ~ [INFO] [stdout] 85 ~ = &'b T where T: 'b, Self: 'b; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/lib.rs:89:5 [INFO] [stdout] | [INFO] [stdout] 89 | / where [INFO] [stdout] 90 | | T: 'b, [INFO] [stdout] 91 | | Self: 'b, [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] 89 ~ [INFO] [stdout] 90 ~ = Infallible where T: 'b, Self: 'b; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/lib.rs:101:5 [INFO] [stdout] | [INFO] [stdout] 101 | / where [INFO] [stdout] 102 | | T: 'b, [INFO] [stdout] 103 | | Self: 'b, [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] 101 ~ [INFO] [stdout] 102 ~ = &'b mut T where T: 'b, Self: 'b; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/lib.rs:106:5 [INFO] [stdout] | [INFO] [stdout] 106 | / where [INFO] [stdout] 107 | | T: 'b, [INFO] [stdout] 108 | | Self: 'b, [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] 106 ~ [INFO] [stdout] 107 ~ = &'static str where T: 'b, Self: 'b; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/lib.rs:120:5 [INFO] [stdout] | [INFO] [stdout] 120 | / where [INFO] [stdout] 121 | | T: 'b, [INFO] [stdout] 122 | | Self: 'b, [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] 120 ~ [INFO] [stdout] 121 ~ = &'b mut T where T: 'b, Self: 'b; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/lib.rs:125:5 [INFO] [stdout] | [INFO] [stdout] 125 | / where [INFO] [stdout] 126 | | T: 'b, [INFO] [stdout] 127 | | Self: 'b, [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] 125 ~ [INFO] [stdout] 126 ~ = &'static str where T: 'b, Self: 'b; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/lib.rs:139:5 [INFO] [stdout] | [INFO] [stdout] 139 | / where [INFO] [stdout] 140 | | T: 'b, [INFO] [stdout] 141 | | Self: 'b, [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] 139 ~ [INFO] [stdout] 140 ~ = &'b T where T: 'b, Self: 'b; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/lib.rs:144:5 [INFO] [stdout] | [INFO] [stdout] 144 | / where [INFO] [stdout] 145 | | T: 'b, [INFO] [stdout] 146 | | Self: 'b, [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] 144 ~ [INFO] [stdout] 145 ~ = Infallible where T: 'b, Self: 'b; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/lib.rs:156:5 [INFO] [stdout] | [INFO] [stdout] 156 | / where [INFO] [stdout] 157 | | T: 'b, [INFO] [stdout] 158 | | Self: 'b, [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] 156 ~ [INFO] [stdout] 157 ~ = &'b mut T where T: 'b, Self: 'b; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/lib.rs:161:5 [INFO] [stdout] | [INFO] [stdout] 161 | / where [INFO] [stdout] 162 | | T: 'b, [INFO] [stdout] 163 | | Self: 'b, [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] 161 ~ [INFO] [stdout] 162 ~ = &'static str where T: 'b, Self: 'b; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/lib.rs:175:5 [INFO] [stdout] | [INFO] [stdout] 175 | / where [INFO] [stdout] 176 | | T: 'b, [INFO] [stdout] 177 | | Self: 'b, [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] 175 ~ [INFO] [stdout] 176 ~ = &'b mut T where T: 'b, Self: 'b; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/lib.rs:180:5 [INFO] [stdout] | [INFO] [stdout] 180 | / where [INFO] [stdout] 181 | | T: 'b, [INFO] [stdout] 182 | | Self: 'b, [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] 180 ~ [INFO] [stdout] 181 ~ = Infallible where T: 'b, Self: 'b; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/lib.rs:194:5 [INFO] [stdout] | [INFO] [stdout] 194 | / where [INFO] [stdout] 195 | | 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] 194 ~ [INFO] [stdout] 195 ~ = Ref<'a, T> where T: 'a; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/lib.rs:198:5 [INFO] [stdout] | [INFO] [stdout] 198 | / where [INFO] [stdout] 199 | | 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] 198 ~ [INFO] [stdout] 199 ~ = BorrowError where T: 'a; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/lib.rs:209:5 [INFO] [stdout] | [INFO] [stdout] 209 | / where [INFO] [stdout] 210 | | 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] 209 ~ [INFO] [stdout] 210 ~ = RefMut<'a, T> where T: 'a; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/lib.rs:213:5 [INFO] [stdout] | [INFO] [stdout] 213 | / where [INFO] [stdout] 214 | | 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] 213 ~ [INFO] [stdout] 214 ~ = BorrowMutError where T: 'a; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/lib.rs:226:5 [INFO] [stdout] | [INFO] [stdout] 226 | / where [INFO] [stdout] 227 | | 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] 226 ~ [INFO] [stdout] 227 ~ = &'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:230:5 [INFO] [stdout] | [INFO] [stdout] 230 | / where [INFO] [stdout] 231 | | 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] 230 ~ [INFO] [stdout] 231 ~ = Infallible where T: 'a; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/lib.rs:246:5 [INFO] [stdout] | [INFO] [stdout] 246 | / where [INFO] [stdout] 247 | | U: 'a, [INFO] [stdout] 248 | | 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] 246 ~ [INFO] [stdout] 247 ~ = T::Guard<'a> where U: 'a, Self: 'a; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/lib.rs:251:5 [INFO] [stdout] | [INFO] [stdout] 251 | / where [INFO] [stdout] 252 | | U: 'a, [INFO] [stdout] 253 | | 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] 251 ~ [INFO] [stdout] 252 ~ = T::BorrowError<'a> where U: 'a, Self: 'a; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/lib.rs:266:5 [INFO] [stdout] | [INFO] [stdout] 266 | / where [INFO] [stdout] 267 | | U: 'a, [INFO] [stdout] 268 | | 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] 266 ~ [INFO] [stdout] 267 ~ = T::GuardMut<'a> where U: 'a, Self: 'a; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/lib.rs:271:5 [INFO] [stdout] | [INFO] [stdout] 271 | / where [INFO] [stdout] 272 | | U: 'a, [INFO] [stdout] 273 | | 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] 271 ~ [INFO] [stdout] 272 ~ = T::BorrowMutError<'a> where U: 'a, Self: 'a; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/lib.rs:288:5 [INFO] [stdout] | [INFO] [stdout] 288 | / where [INFO] [stdout] 289 | | U: 'a, [INFO] [stdout] 290 | | 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] 288 ~ [INFO] [stdout] 289 ~ = T::GuardMut<'a> where U: 'a, Self: 'a; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/lib.rs:293:5 [INFO] [stdout] | [INFO] [stdout] 293 | / where [INFO] [stdout] 294 | | U: 'a, [INFO] [stdout] 295 | | 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] 293 ~ [INFO] [stdout] 294 ~ = T::BorrowMutError<'a> where U: 'a, Self: 'a; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/lib.rs:310:5 [INFO] [stdout] | [INFO] [stdout] 310 | / where [INFO] [stdout] 311 | | U: 'a, [INFO] [stdout] 312 | | 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] 310 ~ [INFO] [stdout] 311 ~ = T::Guard<'a> where U: 'a, Self: 'a; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/lib.rs:315:5 [INFO] [stdout] | [INFO] [stdout] 315 | / where [INFO] [stdout] 316 | | U: 'a, [INFO] [stdout] 317 | | 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] 315 ~ [INFO] [stdout] 316 ~ = T::BorrowError<'a> where U: 'a, Self: 'a; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/lib.rs:330:5 [INFO] [stdout] | [INFO] [stdout] 330 | / where [INFO] [stdout] 331 | | U: 'a, [INFO] [stdout] 332 | | 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] 330 ~ [INFO] [stdout] 331 ~ = T::GuardMut<'a> where U: 'a, Self: 'a; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/lib.rs:335:5 [INFO] [stdout] | [INFO] [stdout] 335 | / where [INFO] [stdout] 336 | | U: 'a, [INFO] [stdout] 337 | | 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] 335 ~ [INFO] [stdout] 336 ~ = T::BorrowMutError<'a> where U: 'a, Self: 'a; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/lib.rs:352:5 [INFO] [stdout] | [INFO] [stdout] 352 | / where [INFO] [stdout] 353 | | U: 'a, [INFO] [stdout] 354 | | 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] 352 ~ [INFO] [stdout] 353 ~ = T::GuardMut<'a> where U: 'a, Self: 'a; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/lib.rs:357:5 [INFO] [stdout] | [INFO] [stdout] 357 | / where [INFO] [stdout] 358 | | U: 'a, [INFO] [stdout] 359 | | 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] 357 ~ [INFO] [stdout] 358 ~ = T::BorrowMutError<'a> where U: 'a, Self: 'a; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/lib.rs:374:5 [INFO] [stdout] | [INFO] [stdout] 374 | / where [INFO] [stdout] 375 | | U: 'a, [INFO] [stdout] 376 | | 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] 374 ~ [INFO] [stdout] 375 ~ = T::Guard<'a> where U: 'a, Self: 'a; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/lib.rs:379:5 [INFO] [stdout] | [INFO] [stdout] 379 | / where [INFO] [stdout] 380 | | U: 'a, [INFO] [stdout] 381 | | 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] 379 ~ [INFO] [stdout] 380 ~ = T::BorrowError<'a> where U: 'a, Self: 'a; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/lib.rs:394:5 [INFO] [stdout] | [INFO] [stdout] 394 | / where [INFO] [stdout] 395 | | U: 'a, [INFO] [stdout] 396 | | 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] 394 ~ [INFO] [stdout] 395 ~ = T::GuardMut<'a> where U: 'a, Self: 'a; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/lib.rs:399:5 [INFO] [stdout] | [INFO] [stdout] 399 | / where [INFO] [stdout] 400 | | U: 'a, [INFO] [stdout] 401 | | 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] 399 ~ [INFO] [stdout] 400 ~ = T::BorrowMutError<'a> where U: 'a, Self: 'a; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/lib.rs:416:5 [INFO] [stdout] | [INFO] [stdout] 416 | / where [INFO] [stdout] 417 | | U: 'a, [INFO] [stdout] 418 | | 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] 416 ~ [INFO] [stdout] 417 ~ = T::MutGuardMut<'a> where U: 'a, Self: 'a; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/lib.rs:421:5 [INFO] [stdout] | [INFO] [stdout] 421 | / where [INFO] [stdout] 422 | | U: 'a, [INFO] [stdout] 423 | | 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] 421 ~ [INFO] [stdout] 422 ~ = T::MutBorrowMutError<'a> where U: 'a, Self: 'a; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error; 36 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0554`. [INFO] [stdout] [INFO] [stderr] error: could not compile `hv-guarded-borrow` due to 2 previous errors; 36 warnings emitted [INFO] running `Command { std: "docker" "inspect" "1b84d7b4b17628f058ea13e211dafdb151e8758f22a5579552f7c7af1da609fd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1b84d7b4b17628f058ea13e211dafdb151e8758f22a5579552f7c7af1da609fd", kill_on_drop: false }` [INFO] [stdout] 1b84d7b4b17628f058ea13e211dafdb151e8758f22a5579552f7c7af1da609fd