[INFO] fetching crate field-project 0.1.0... [INFO] testing field-project-0.1.0 against try#8de4c7234dd9b97c9d76b58671343fdbbc9a433e+target=x86_64-unknown-linux-musl for musl_upgrade_1_2_5_with_libc_patch_0 [INFO] extracting crate field-project 0.1.0 into /workspace/builds/worker-3-tc1/source [INFO] started tweaking crates.io crate field-project 0.1.0 [INFO] finished tweaking crates.io crate field-project 0.1.0 [INFO] tweaked toml for crates.io crate field-project 0.1.0 written to /workspace/builds/worker-3-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate field-project 0.1.0 on toolchain 8de4c7234dd9b97c9d76b58671343fdbbc9a433e [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate field-project 0.1.0 already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 087ba9356e80b8cbf25536de2c2ba3a2c5c9aa66d7b46b582d7b335fd46e233c [INFO] running `Command { std: "docker" "start" "-a" "087ba9356e80b8cbf25536de2c2ba3a2c5c9aa66d7b46b582d7b335fd46e233c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "087ba9356e80b8cbf25536de2c2ba3a2c5c9aa66d7b46b582d7b335fd46e233c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "087ba9356e80b8cbf25536de2c2ba3a2c5c9aa66d7b46b582d7b335fd46e233c", kill_on_drop: false }` [INFO] [stdout] 087ba9356e80b8cbf25536de2c2ba3a2c5c9aa66d7b46b582d7b335fd46e233c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "build" "--frozen" "--message-format=json" "--target" "x86_64-unknown-linux-musl", kill_on_drop: false }` [INFO] [stdout] 4b59a0e83268ee057e4ad972d7a8637f1404113d2e6dfb6334a1e5c3e68dcb5c [INFO] running `Command { std: "docker" "start" "-a" "4b59a0e83268ee057e4ad972d7a8637f1404113d2e6dfb6334a1e5c3e68dcb5c", kill_on_drop: false }` [INFO] [stderr] Compiling field-project v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/pin.rs:8:32 [INFO] [stdout] | [INFO] [stdout] 8 | type Output<'a, Field: 'a> where Self: 'a = Pin<&'a Field>; [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] 8 - type Output<'a, Field: 'a> where Self: 'a = Pin<&'a Field>; [INFO] [stdout] 8 + type Output<'a, Field: 'a> = Pin<&'a Field> where Self: 'a; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/pin.rs:18:35 [INFO] [stdout] | [INFO] [stdout] 18 | type OutputMut<'a, Field: 'a> where Self: 'a = Pin<&'a mut Field>; [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] 18 - type OutputMut<'a, Field: 'a> where Self: 'a = Pin<&'a mut Field>; [INFO] [stdout] 18 + type OutputMut<'a, Field: 'a> = Pin<&'a mut Field> where Self: 'a; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/maybe_uninit.rs:6:32 [INFO] [stdout] | [INFO] [stdout] 6 | type Output<'a, Field: 'a> where Self: 'a = &'a MaybeUninit; [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] 6 - type Output<'a, Field: 'a> where Self: 'a = &'a MaybeUninit; [INFO] [stdout] 6 + type Output<'a, Field: 'a> = &'a MaybeUninit where Self: 'a; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/maybe_uninit.rs:16:35 [INFO] [stdout] | [INFO] [stdout] 16 | type OutputMut<'a, Field: 'a> where Self: 'a = &'a mut MaybeUninit; [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] 16 - type OutputMut<'a, Field: 'a> where Self: 'a = &'a mut MaybeUninit; [INFO] [stdout] 16 + type OutputMut<'a, Field: 'a> = &'a mut MaybeUninit where Self: 'a; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/lib.rs:22:32 [INFO] [stdout] | [INFO] [stdout] 22 | type Output<'a, Field: 'a> where Self: 'a = T::Output<'a, Field>; [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] 22 - type Output<'a, Field: 'a> where Self: 'a = T::Output<'a, Field>; [INFO] [stdout] 22 + type Output<'a, Field: 'a> = T::Output<'a, Field> where Self: 'a; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/lib.rs:33:32 [INFO] [stdout] | [INFO] [stdout] 33 | type Output<'a, Field: 'a> where Self: 'a = T::Output<'a, Field>; [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] 33 - type Output<'a, Field: 'a> where Self: 'a = T::Output<'a, Field>; [INFO] [stdout] 33 + type Output<'a, Field: 'a> = T::Output<'a, Field> where Self: 'a; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/lib.rs:43:35 [INFO] [stdout] | [INFO] [stdout] 43 | type OutputMut<'a, Field: 'a> where Self: 'a = T::OutputMut<'a, Field>; [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] 43 - type OutputMut<'a, Field: 'a> where Self: 'a = T::OutputMut<'a, Field>; [INFO] [stdout] 43 + type OutputMut<'a, Field: 'a> = T::OutputMut<'a, Field> where Self: 'a; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/lib.rs:54:32 [INFO] [stdout] | [INFO] [stdout] 54 | type Output<'a, Field: 'a> where Self: 'a = T::Output<'a, Field>; [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] 54 - type Output<'a, Field: 'a> where Self: 'a = T::Output<'a, Field>; [INFO] [stdout] 54 + type Output<'a, Field: 'a> = T::Output<'a, Field> where 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:1:12 [INFO] [stdout] | [INFO] [stdout] 1 | #![feature(generic_associated_types)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(stable_features)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.18s [INFO] running `Command { std: "docker" "inspect" "4b59a0e83268ee057e4ad972d7a8637f1404113d2e6dfb6334a1e5c3e68dcb5c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4b59a0e83268ee057e4ad972d7a8637f1404113d2e6dfb6334a1e5c3e68dcb5c", kill_on_drop: false }` [INFO] [stdout] 4b59a0e83268ee057e4ad972d7a8637f1404113d2e6dfb6334a1e5c3e68dcb5c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "test" "--frozen" "--no-run" "--message-format=json" "--target" "x86_64-unknown-linux-musl", kill_on_drop: false }` [INFO] [stdout] 46a4635b1a3254390cb7a0d73ff3237543a39f994721cc2c4a4aa4ab2d4dbe21 [INFO] running `Command { std: "docker" "start" "-a" "46a4635b1a3254390cb7a0d73ff3237543a39f994721cc2c4a4aa4ab2d4dbe21", kill_on_drop: false }` [INFO] [stderr] Compiling field-project v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/pin.rs:8:32 [INFO] [stdout] | [INFO] [stdout] 8 | type Output<'a, Field: 'a> where Self: 'a = Pin<&'a Field>; [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] 8 - type Output<'a, Field: 'a> where Self: 'a = Pin<&'a Field>; [INFO] [stdout] 8 + type Output<'a, Field: 'a> = Pin<&'a Field> where Self: 'a; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/pin.rs:18:35 [INFO] [stdout] | [INFO] [stdout] 18 | type OutputMut<'a, Field: 'a> where Self: 'a = Pin<&'a mut Field>; [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] 18 - type OutputMut<'a, Field: 'a> where Self: 'a = Pin<&'a mut Field>; [INFO] [stdout] 18 + type OutputMut<'a, Field: 'a> = Pin<&'a mut Field> where Self: 'a; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/maybe_uninit.rs:6:32 [INFO] [stdout] | [INFO] [stdout] 6 | type Output<'a, Field: 'a> where Self: 'a = &'a MaybeUninit; [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] 6 - type Output<'a, Field: 'a> where Self: 'a = &'a MaybeUninit; [INFO] [stdout] 6 + type Output<'a, Field: 'a> = &'a MaybeUninit where Self: 'a; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/maybe_uninit.rs:16:35 [INFO] [stdout] | [INFO] [stdout] 16 | type OutputMut<'a, Field: 'a> where Self: 'a = &'a mut MaybeUninit; [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] 16 - type OutputMut<'a, Field: 'a> where Self: 'a = &'a mut MaybeUninit; [INFO] [stdout] 16 + type OutputMut<'a, Field: 'a> = &'a mut MaybeUninit where Self: 'a; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/lib.rs:22:32 [INFO] [stdout] | [INFO] [stdout] 22 | type Output<'a, Field: 'a> where Self: 'a = T::Output<'a, Field>; [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] 22 - type Output<'a, Field: 'a> where Self: 'a = T::Output<'a, Field>; [INFO] [stdout] 22 + type Output<'a, Field: 'a> = T::Output<'a, Field> where Self: 'a; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/lib.rs:33:32 [INFO] [stdout] | [INFO] [stdout] 33 | type Output<'a, Field: 'a> where Self: 'a = T::Output<'a, Field>; [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] 33 - type Output<'a, Field: 'a> where Self: 'a = T::Output<'a, Field>; [INFO] [stdout] 33 + type Output<'a, Field: 'a> = T::Output<'a, Field> where Self: 'a; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/lib.rs:43:35 [INFO] [stdout] | [INFO] [stdout] 43 | type OutputMut<'a, Field: 'a> where Self: 'a = T::OutputMut<'a, Field>; [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] 43 - type OutputMut<'a, Field: 'a> where Self: 'a = T::OutputMut<'a, Field>; [INFO] [stdout] 43 + type OutputMut<'a, Field: 'a> = T::OutputMut<'a, Field> where Self: 'a; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/lib.rs:54:32 [INFO] [stdout] | [INFO] [stdout] 54 | type Output<'a, Field: 'a> where Self: 'a = T::Output<'a, Field>; [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] 54 - type Output<'a, Field: 'a> where Self: 'a = T::Output<'a, Field>; [INFO] [stdout] 54 + type Output<'a, Field: 'a> = T::Output<'a, Field> where 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:1:12 [INFO] [stdout] | [INFO] [stdout] 1 | #![feature(generic_associated_types)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(stable_features)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> examples/volatile_ref.rs:61:32 [INFO] [stdout] | [INFO] [stdout] 61 | type Output<'a, Field: 'a> where Self: 'a = VolatileRef<'a, Field>; [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] 61 - type Output<'a, Field: 'a> where Self: 'a = VolatileRef<'a, Field>; [INFO] [stdout] 61 + type Output<'a, Field: 'a> = VolatileRef<'a, Field> where Self: 'a; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> examples/volatile_ref.rs:72:32 [INFO] [stdout] | [INFO] [stdout] 72 | type Output<'a, Field: 'a> where Self: 'a = VolatileMut<'a, Field>; [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] 72 - type Output<'a, Field: 'a> where Self: 'a = VolatileMut<'a, Field>; [INFO] [stdout] 72 + type Output<'a, Field: 'a> = VolatileMut<'a, Field> where Self: 'a; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> examples/volatile_ref.rs:82:35 [INFO] [stdout] | [INFO] [stdout] 82 | type OutputMut<'a, Field: 'a> where Self: 'a = VolatileMut<'a, Field>; [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] 82 - type OutputMut<'a, Field: 'a> where Self: 'a = VolatileMut<'a, Field>; [INFO] [stdout] 82 + type OutputMut<'a, Field: 'a> = VolatileMut<'a, Field> where 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] --> examples/volatile_ref.rs:1:12 [INFO] [stdout] | [INFO] [stdout] 1 | #![feature(generic_associated_types)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(stable_features)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/pin.rs:8:32 [INFO] [stdout] | [INFO] [stdout] 8 | type Output<'a, Field: 'a> where Self: 'a = Pin<&'a Field>; [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] 8 - type Output<'a, Field: 'a> where Self: 'a = Pin<&'a Field>; [INFO] [stdout] 8 + type Output<'a, Field: 'a> = Pin<&'a Field> where Self: 'a; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/pin.rs:18:35 [INFO] [stdout] | [INFO] [stdout] 18 | type OutputMut<'a, Field: 'a> where Self: 'a = Pin<&'a mut Field>; [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] 18 - type OutputMut<'a, Field: 'a> where Self: 'a = Pin<&'a mut Field>; [INFO] [stdout] 18 + type OutputMut<'a, Field: 'a> = Pin<&'a mut Field> where Self: 'a; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/maybe_uninit.rs:6:32 [INFO] [stdout] | [INFO] [stdout] 6 | type Output<'a, Field: 'a> where Self: 'a = &'a MaybeUninit; [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] 6 - type Output<'a, Field: 'a> where Self: 'a = &'a MaybeUninit; [INFO] [stdout] 6 + type Output<'a, Field: 'a> = &'a MaybeUninit where Self: 'a; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/maybe_uninit.rs:16:35 [INFO] [stdout] | [INFO] [stdout] 16 | type OutputMut<'a, Field: 'a> where Self: 'a = &'a mut MaybeUninit; [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] 16 - type OutputMut<'a, Field: 'a> where Self: 'a = &'a mut MaybeUninit; [INFO] [stdout] 16 + type OutputMut<'a, Field: 'a> = &'a mut MaybeUninit where Self: 'a; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/lib.rs:22:32 [INFO] [stdout] | [INFO] [stdout] 22 | type Output<'a, Field: 'a> where Self: 'a = T::Output<'a, Field>; [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] 22 - type Output<'a, Field: 'a> where Self: 'a = T::Output<'a, Field>; [INFO] [stdout] 22 + type Output<'a, Field: 'a> = T::Output<'a, Field> where Self: 'a; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/lib.rs:33:32 [INFO] [stdout] | [INFO] [stdout] 33 | type Output<'a, Field: 'a> where Self: 'a = T::Output<'a, Field>; [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] 33 - type Output<'a, Field: 'a> where Self: 'a = T::Output<'a, Field>; [INFO] [stdout] 33 + type Output<'a, Field: 'a> = T::Output<'a, Field> where Self: 'a; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/lib.rs:43:35 [INFO] [stdout] | [INFO] [stdout] 43 | type OutputMut<'a, Field: 'a> where Self: 'a = T::OutputMut<'a, Field>; [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] 43 - type OutputMut<'a, Field: 'a> where Self: 'a = T::OutputMut<'a, Field>; [INFO] [stdout] 43 + type OutputMut<'a, Field: 'a> = T::OutputMut<'a, Field> where Self: 'a; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: where clause not allowed here [INFO] [stdout] --> src/lib.rs:54:32 [INFO] [stdout] | [INFO] [stdout] 54 | type Output<'a, Field: 'a> where Self: 'a = T::Output<'a, Field>; [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] 54 - type Output<'a, Field: 'a> where Self: 'a = T::Output<'a, Field>; [INFO] [stdout] 54 + type Output<'a, Field: 'a> = T::Output<'a, Field> where 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:1:12 [INFO] [stdout] | [INFO] [stdout] 1 | #![feature(generic_associated_types)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(stable_features)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> examples/volatile_ref.rs:98:9 [INFO] [stdout] | [INFO] [stdout] 98 | let mut v = unsafe { VolatileMut::new(&mut Foo::default()) }; [INFO] [stdout] | ----^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_mut)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `reg2` is never read [INFO] [stdout] --> examples/volatile_ref.rs:94:5 [INFO] [stdout] | [INFO] [stdout] 92 | struct Foo { [INFO] [stdout] | --- field in this struct [INFO] [stdout] 93 | reg1: u32, [INFO] [stdout] 94 | reg2: i32, [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `Foo` has a derived impl for the trait `Default`, but this is intentionally ignored during dead code analysis [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.94s [INFO] running `Command { std: "docker" "inspect" "46a4635b1a3254390cb7a0d73ff3237543a39f994721cc2c4a4aa4ab2d4dbe21", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "46a4635b1a3254390cb7a0d73ff3237543a39f994721cc2c4a4aa4ab2d4dbe21", kill_on_drop: false }` [INFO] [stdout] 46a4635b1a3254390cb7a0d73ff3237543a39f994721cc2c4a4aa4ab2d4dbe21 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "test" "--frozen" "--target" "x86_64-unknown-linux-musl", kill_on_drop: false }` [INFO] [stdout] 2c01f075adc9a2cf491135885cb13a00cb18e4204687b86da15d160348801c9d [INFO] running `Command { std: "docker" "start" "-a" "2c01f075adc9a2cf491135885cb13a00cb18e4204687b86da15d160348801c9d", kill_on_drop: false }` [INFO] [stderr] warning: where clause not allowed here [INFO] [stderr] --> src/pin.rs:8:32 [INFO] [stderr] | [INFO] [stderr] 8 | type Output<'a, Field: 'a> where Self: 'a = Pin<&'a Field>; [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] [stdout] [INFO] [stderr] | [INFO] [stdout] running 0 tests [INFO] [stderr] 8 - type Output<'a, Field: 'a> where Self: 'a = Pin<&'a Field>; [INFO] [stdout] [INFO] [stderr] 8 + type Output<'a, Field: 'a> = Pin<&'a Field> where Self: 'a; [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stderr] | [INFO] [stdout] [INFO] [stderr] [INFO] [stderr] warning: where clause not allowed here [INFO] [stderr] --> src/pin.rs:18:35 [INFO] [stderr] | [INFO] [stderr] 18 | type OutputMut<'a, Field: 'a> where Self: 'a = Pin<&'a mut Field>; [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] 18 - type OutputMut<'a, Field: 'a> where Self: 'a = Pin<&'a mut Field>; [INFO] [stderr] 18 + type OutputMut<'a, Field: 'a> = Pin<&'a mut Field> where Self: 'a; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: where clause not allowed here [INFO] [stderr] --> src/maybe_uninit.rs:6:32 [INFO] [stderr] | [INFO] [stderr] 6 | type Output<'a, Field: 'a> where Self: 'a = &'a MaybeUninit; [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] 6 - type Output<'a, Field: 'a> where Self: 'a = &'a MaybeUninit; [INFO] [stderr] 6 + type Output<'a, Field: 'a> = &'a MaybeUninit where Self: 'a; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: where clause not allowed here [INFO] [stderr] --> src/maybe_uninit.rs:16:35 [INFO] [stderr] | [INFO] [stderr] 16 | type OutputMut<'a, Field: 'a> where Self: 'a = &'a mut MaybeUninit; [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] 16 - type OutputMut<'a, Field: 'a> where Self: 'a = &'a mut MaybeUninit; [INFO] [stderr] 16 + type OutputMut<'a, Field: 'a> = &'a mut MaybeUninit where Self: 'a; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: where clause not allowed here [INFO] [stderr] --> src/lib.rs:22:32 [INFO] [stderr] | [INFO] [stderr] 22 | type Output<'a, Field: 'a> where Self: 'a = T::Output<'a, Field>; [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] 22 - type Output<'a, Field: 'a> where Self: 'a = T::Output<'a, Field>; [INFO] [stderr] 22 + type Output<'a, Field: 'a> = T::Output<'a, Field> where Self: 'a; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: where clause not allowed here [INFO] [stderr] --> src/lib.rs:33:32 [INFO] [stderr] | [INFO] [stderr] 33 | type Output<'a, Field: 'a> where Self: 'a = T::Output<'a, Field>; [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] 33 - type Output<'a, Field: 'a> where Self: 'a = T::Output<'a, Field>; [INFO] [stderr] 33 + type Output<'a, Field: 'a> = T::Output<'a, Field> where Self: 'a; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: where clause not allowed here [INFO] [stderr] --> src/lib.rs:43:35 [INFO] [stderr] | [INFO] [stderr] 43 | type OutputMut<'a, Field: 'a> where Self: 'a = T::OutputMut<'a, Field>; [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] 43 - type OutputMut<'a, Field: 'a> where Self: 'a = T::OutputMut<'a, Field>; [INFO] [stderr] 43 + type OutputMut<'a, Field: 'a> = T::OutputMut<'a, Field> where Self: 'a; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: where clause not allowed here [INFO] [stderr] --> src/lib.rs:54:32 [INFO] [stderr] | [INFO] [stderr] 54 | type Output<'a, Field: 'a> where Self: 'a = T::Output<'a, Field>; [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] 54 - type Output<'a, Field: 'a> where Self: 'a = T::Output<'a, Field>; [INFO] [stderr] 54 + type Output<'a, Field: 'a> = T::Output<'a, Field> where 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:1:12 [INFO] [stderr] | [INFO] [stderr] 1 | #![feature(generic_associated_types)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(stable_features)]` on by default [INFO] [stderr] [INFO] [stderr] warning: `field-project` (lib) generated 9 warnings (run `cargo fix --lib -p field-project` to apply 8 suggestions) [INFO] [stderr] warning: where clause not allowed here [INFO] [stderr] --> examples/volatile_ref.rs:61:32 [INFO] [stderr] | [INFO] [stderr] 61 | type Output<'a, Field: 'a> where Self: 'a = VolatileRef<'a, Field>; [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] 61 - type Output<'a, Field: 'a> where Self: 'a = VolatileRef<'a, Field>; [INFO] [stderr] 61 + type Output<'a, Field: 'a> = VolatileRef<'a, Field> where Self: 'a; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: where clause not allowed here [INFO] [stderr] --> examples/volatile_ref.rs:72:32 [INFO] [stderr] | [INFO] [stderr] 72 | type Output<'a, Field: 'a> where Self: 'a = VolatileMut<'a, Field>; [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] 72 - type Output<'a, Field: 'a> where Self: 'a = VolatileMut<'a, Field>; [INFO] [stderr] 72 + type Output<'a, Field: 'a> = VolatileMut<'a, Field> where Self: 'a; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: where clause not allowed here [INFO] [stderr] --> examples/volatile_ref.rs:82:35 [INFO] [stderr] | [INFO] [stderr] 82 | type OutputMut<'a, Field: 'a> where Self: 'a = VolatileMut<'a, Field>; [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] 82 - type OutputMut<'a, Field: 'a> where Self: 'a = VolatileMut<'a, Field>; [INFO] [stderr] 82 + type OutputMut<'a, Field: 'a> = VolatileMut<'a, Field> where 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] --> examples/volatile_ref.rs:1:12 [INFO] [stderr] | [INFO] [stderr] 1 | #![feature(generic_associated_types)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(stable_features)]` on by default [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> examples/volatile_ref.rs:98:9 [INFO] [stderr] | [INFO] [stderr] 98 | let mut v = unsafe { VolatileMut::new(&mut Foo::default()) }; [INFO] [stderr] | ----^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_mut)]` on by default [INFO] [stderr] [INFO] [stderr] warning: field `reg2` is never read [INFO] [stderr] --> examples/volatile_ref.rs:94:5 [INFO] [stderr] | [INFO] [stderr] 92 | struct Foo { [INFO] [stderr] | --- field in this struct [INFO] [stderr] 93 | reg1: u32, [INFO] [stderr] 94 | reg2: i32, [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `Foo` has a derived impl for the trait `Default`, but this is intentionally ignored during dead code analysis [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: `field-project` (example "volatile_ref") generated 6 warnings (run `cargo fix --example "volatile_ref"` to apply 4 suggestions) [INFO] [stderr] warning: `field-project` (lib test) generated 9 warnings (9 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.04s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/field_project-be4f8223c84003aa) [INFO] running `Command { std: "docker" "inspect" "2c01f075adc9a2cf491135885cb13a00cb18e4204687b86da15d160348801c9d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2c01f075adc9a2cf491135885cb13a00cb18e4204687b86da15d160348801c9d", kill_on_drop: false }` [INFO] [stdout] 2c01f075adc9a2cf491135885cb13a00cb18e4204687b86da15d160348801c9d