[INFO] fetching crate peek-poke 0.2.0... [INFO] checking peek-poke-0.2.0 against master#8c32e313cccf7df531e2d49ffb8227bb92304aee for pr-145608-1 [INFO] extracting crate peek-poke 0.2.0 into /workspace/builds/worker-7-tc1/source [INFO] started tweaking crates.io crate peek-poke 0.2.0 [INFO] finished tweaking crates.io crate peek-poke 0.2.0 [INFO] tweaked toml for crates.io crate peek-poke 0.2.0 written to /workspace/builds/worker-7-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate peek-poke 0.2.0 on toolchain 8c32e313cccf7df531e2d49ffb8227bb92304aee [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8c32e313cccf7df531e2d49ffb8227bb92304aee" "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" "+8c32e313cccf7df531e2d49ffb8227bb92304aee" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 10 packages to latest compatible versions [INFO] [stderr] Adding euclid v0.20.14 (available: v0.22.11) [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8c32e313cccf7df531e2d49ffb8227bb92304aee" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+8c32e313cccf7df531e2d49ffb8227bb92304aee" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] a08e533dd34060a3043d75e0d036e48204ee6d9c380a413664067a8037458878 [INFO] running `Command { std: "docker" "start" "-a" "a08e533dd34060a3043d75e0d036e48204ee6d9c380a413664067a8037458878", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "a08e533dd34060a3043d75e0d036e48204ee6d9c380a413664067a8037458878", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a08e533dd34060a3043d75e0d036e48204ee6d9c380a413664067a8037458878", kill_on_drop: false }` [INFO] [stdout] a08e533dd34060a3043d75e0d036e48204ee6d9c380a413664067a8037458878 [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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+8c32e313cccf7df531e2d49ffb8227bb92304aee" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 359fc0533882838efce5c7bdefff0ab61d1b84ac5a51082765e9afade5cd6bad [INFO] running `Command { std: "docker" "start" "-a" "359fc0533882838efce5c7bdefff0ab61d1b84ac5a51082765e9afade5cd6bad", kill_on_drop: false }` [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling synstructure v0.12.6 [INFO] [stderr] Compiling peek-poke-derive v0.2.1 [INFO] [stderr] Checking peek-poke v0.2.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> tests/max_size.rs:55:17 [INFO] [stdout] | [INFO] [stdout] 55 | assert_eq!(<(isize)>::max_size(), size_of::()); [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` on by default [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 55 - assert_eq!(<(isize)>::max_size(), size_of::()); [INFO] [stdout] 55 + assert_eq!(::max_size(), size_of::()); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `option_copy` [INFO] [stdout] --> tests/round_trip.rs:25:11 [INFO] [stdout] | [INFO] [stdout] 25 | #[cfg(not(feature = "option_copy"))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default`, `derive`, `euclid`, `extras`, and `peek-poke-derive` [INFO] [stdout] = help: consider adding `option_copy` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `option_copy` [INFO] [stdout] --> tests/round_trip.rs:37:7 [INFO] [stdout] | [INFO] [stdout] 37 | #[cfg(feature = "option_copy")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default`, `derive`, `euclid`, `extras`, and `peek-poke-derive` [INFO] [stdout] = help: consider adding `option_copy` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `option_copy` [INFO] [stdout] --> tests/round_trip.rs:84:11 [INFO] [stdout] | [INFO] [stdout] 84 | #[cfg(any(feature = "option_copy", feature = "option_default"))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default`, `derive`, `euclid`, `extras`, and `peek-poke-derive` [INFO] [stdout] = help: consider adding `option_copy` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `option_default` [INFO] [stdout] --> tests/round_trip.rs:84:36 [INFO] [stdout] | [INFO] [stdout] 84 | #[cfg(any(feature = "option_copy", feature = "option_default"))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default`, `derive`, `euclid`, `extras`, and `peek-poke-derive` [INFO] [stdout] = help: consider adding `option_default` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `option_copy` [INFO] [stdout] --> tests/round_trip.rs:232:31 [INFO] [stdout] | [INFO] [stdout] 232 | #[cfg(all(feature = "extras", feature = "option_copy"))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default`, `derive`, `euclid`, `extras`, and `peek-poke-derive` [INFO] [stdout] = help: consider adding `option_copy` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `option_copy` [INFO] [stdout] --> tests/round_trip.rs:113:19 [INFO] [stdout] | [INFO] [stdout] 113 | #[cfg(any(feature = "option_copy", feature = "option_default"))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default`, `derive`, `euclid`, `extras`, and `peek-poke-derive` [INFO] [stdout] = help: consider adding `option_copy` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `option_default` [INFO] [stdout] --> tests/round_trip.rs:113:44 [INFO] [stdout] | [INFO] [stdout] 113 | #[cfg(any(feature = "option_copy", feature = "option_default"))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default`, `derive`, `euclid`, `extras`, and `peek-poke-derive` [INFO] [stdout] = help: consider adding `option_default` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `option_copy` [INFO] [stdout] --> tests/round_trip.rs:121:19 [INFO] [stdout] | [INFO] [stdout] 121 | #[cfg(any(feature = "option_copy", feature = "option_default"))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default`, `derive`, `euclid`, `extras`, and `peek-poke-derive` [INFO] [stdout] = help: consider adding `option_copy` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `option_default` [INFO] [stdout] --> tests/round_trip.rs:121:44 [INFO] [stdout] | [INFO] [stdout] 121 | #[cfg(any(feature = "option_copy", feature = "option_default"))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `default`, `derive`, `euclid`, `extras`, and `peek-poke-derive` [INFO] [stdout] = help: consider adding `option_default` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item [INFO] [stdout] --> tests/max_size.rs:62:21 [INFO] [stdout] | [INFO] [stdout] 62 | #[derive(Debug, PeekPoke)] [INFO] [stdout] | ^------- [INFO] [stdout] | | [INFO] [stdout] | `Poke` is not local [INFO] [stdout] | move the `impl` block outside of this constant `_DERIVE_peek_poke_Poke_FOR_Bar` and up 2 bodies [INFO] [stdout] 63 | struct Bar { [INFO] [stdout] | --- `Bar` is not local [INFO] [stdout] | [INFO] [stdout] = note: the derive macro `PeekPoke` defines the non-local `impl`, and may need to be changed [INFO] [stdout] = note: the derive macro `PeekPoke` may come from an old version of the `peek_poke_derive` crate, try updating your dependency with `cargo update -p peek_poke_derive` [INFO] [stdout] = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl` [INFO] [stdout] = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint [INFO] [stdout] = note: `#[warn(non_local_definitions)]` on by default [INFO] [stdout] = note: this warning originates in the derive macro `PeekPoke` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item [INFO] [stdout] --> tests/max_size.rs:62:21 [INFO] [stdout] | [INFO] [stdout] 62 | #[derive(Debug, PeekPoke)] [INFO] [stdout] | ^------- [INFO] [stdout] | | [INFO] [stdout] | `Peek` is not local [INFO] [stdout] | move the `impl` block outside of this constant `_DERIVE_peek_poke_Peek_FOR_Bar` and up 2 bodies [INFO] [stdout] 63 | struct Bar { [INFO] [stdout] | --- `Bar` is not local [INFO] [stdout] | [INFO] [stdout] = note: the derive macro `PeekPoke` defines the non-local `impl`, and may need to be changed [INFO] [stdout] = note: the derive macro `PeekPoke` may come from an old version of the `peek_poke_derive` crate, try updating your dependency with `cargo update -p peek_poke_derive` [INFO] [stdout] = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl` [INFO] [stdout] = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint [INFO] [stdout] = note: this warning originates in the derive macro `PeekPoke` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item [INFO] [stdout] --> tests/max_size.rs:74:27 [INFO] [stdout] | [INFO] [stdout] 74 | #[derive(Clone, Copy, PeekPoke)] [INFO] [stdout] | ^------- [INFO] [stdout] | | [INFO] [stdout] | `Poke` is not local [INFO] [stdout] | move the `impl` block outside of this constant `_DERIVE_peek_poke_Poke_FOR_TestEnum` and up 2 bodies [INFO] [stdout] 75 | enum TestEnum { [INFO] [stdout] | -------- `TestEnum` is not local [INFO] [stdout] | [INFO] [stdout] = note: the derive macro `PeekPoke` defines the non-local `impl`, and may need to be changed [INFO] [stdout] = note: the derive macro `PeekPoke` may come from an old version of the `peek_poke_derive` crate, try updating your dependency with `cargo update -p peek_poke_derive` [INFO] [stdout] = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl` [INFO] [stdout] = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint [INFO] [stdout] = note: this warning originates in the derive macro `PeekPoke` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item [INFO] [stdout] --> tests/max_size.rs:74:27 [INFO] [stdout] | [INFO] [stdout] 74 | #[derive(Clone, Copy, PeekPoke)] [INFO] [stdout] | ^------- [INFO] [stdout] | | [INFO] [stdout] | `Peek` is not local [INFO] [stdout] | move the `impl` block outside of this constant `_DERIVE_peek_poke_Peek_FOR_TestEnum` and up 2 bodies [INFO] [stdout] 75 | enum TestEnum { [INFO] [stdout] | -------- `TestEnum` is not local [INFO] [stdout] | [INFO] [stdout] = note: the derive macro `PeekPoke` defines the non-local `impl`, and may need to be changed [INFO] [stdout] = note: the derive macro `PeekPoke` may come from an old version of the `peek_poke_derive` crate, try updating your dependency with `cargo update -p peek_poke_derive` [INFO] [stdout] = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl` [INFO] [stdout] = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint [INFO] [stdout] = note: this warning originates in the derive macro `PeekPoke` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item [INFO] [stdout] --> tests/max_size.rs:91:27 [INFO] [stdout] | [INFO] [stdout] 91 | #[derive(Clone, Copy, PeekPoke)] [INFO] [stdout] | ^------- [INFO] [stdout] | | [INFO] [stdout] | `Poke` is not local [INFO] [stdout] | move the `impl` block outside of this constant `_DERIVE_peek_poke_Poke_FOR_BorderStyle` and up 2 bodies [INFO] [stdout] 92 | enum BorderStyle { [INFO] [stdout] | ----------- `BorderStyle` is not local [INFO] [stdout] | [INFO] [stdout] = note: the derive macro `PeekPoke` defines the non-local `impl`, and may need to be changed [INFO] [stdout] = note: the derive macro `PeekPoke` may come from an old version of the `peek_poke_derive` crate, try updating your dependency with `cargo update -p peek_poke_derive` [INFO] [stdout] = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl` [INFO] [stdout] = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint [INFO] [stdout] = note: this warning originates in the derive macro `PeekPoke` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item [INFO] [stdout] --> tests/max_size.rs:91:27 [INFO] [stdout] | [INFO] [stdout] 91 | #[derive(Clone, Copy, PeekPoke)] [INFO] [stdout] | ^------- [INFO] [stdout] | | [INFO] [stdout] | `Peek` is not local [INFO] [stdout] | move the `impl` block outside of this constant `_DERIVE_peek_poke_Peek_FOR_BorderStyle` and up 2 bodies [INFO] [stdout] 92 | enum BorderStyle { [INFO] [stdout] | ----------- `BorderStyle` is not local [INFO] [stdout] | [INFO] [stdout] = note: the derive macro `PeekPoke` defines the non-local `impl`, and may need to be changed [INFO] [stdout] = note: the derive macro `PeekPoke` may come from an old version of the `peek_poke_derive` crate, try updating your dependency with `cargo update -p peek_poke_derive` [INFO] [stdout] = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl` [INFO] [stdout] = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint [INFO] [stdout] = note: this warning originates in the derive macro `PeekPoke` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item [INFO] [stdout] --> tests/max_size.rs:110:14 [INFO] [stdout] | [INFO] [stdout] 110 | #[derive(PeekPoke)] [INFO] [stdout] | ^------- [INFO] [stdout] | | [INFO] [stdout] | `Poke` is not local [INFO] [stdout] | move the `impl` block outside of this constant `_DERIVE_peek_poke_Poke_FOR_Foo` and up 2 bodies [INFO] [stdout] 111 | struct Foo { [INFO] [stdout] | --- `Foo` is not local [INFO] [stdout] | [INFO] [stdout] = note: the derive macro `PeekPoke` defines the non-local `impl`, and may need to be changed [INFO] [stdout] = note: the derive macro `PeekPoke` may come from an old version of the `peek_poke_derive` crate, try updating your dependency with `cargo update -p peek_poke_derive` [INFO] [stdout] = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl` [INFO] [stdout] = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint [INFO] [stdout] = note: this warning originates in the derive macro `PeekPoke` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item [INFO] [stdout] --> tests/max_size.rs:110:14 [INFO] [stdout] | [INFO] [stdout] 110 | #[derive(PeekPoke)] [INFO] [stdout] | ^------- [INFO] [stdout] | | [INFO] [stdout] | `Peek` is not local [INFO] [stdout] | move the `impl` block outside of this constant `_DERIVE_peek_poke_Peek_FOR_Foo` and up 2 bodies [INFO] [stdout] 111 | struct Foo { [INFO] [stdout] | --- `Foo` is not local [INFO] [stdout] | [INFO] [stdout] = note: the derive macro `PeekPoke` defines the non-local `impl`, and may need to be changed [INFO] [stdout] = note: the derive macro `PeekPoke` may come from an old version of the `peek_poke_derive` crate, try updating your dependency with `cargo update -p peek_poke_derive` [INFO] [stdout] = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl` [INFO] [stdout] = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint [INFO] [stdout] = note: this warning originates in the derive macro `PeekPoke` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `PropertyBindingKey` is never constructed [INFO] [stdout] --> tests/round_trip.rs:214:16 [INFO] [stdout] | [INFO] [stdout] 214 | pub struct PropertyBindingKey { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: enum `PropertyBinding` is never used [INFO] [stdout] --> tests/round_trip.rs:220:14 [INFO] [stdout] | [INFO] [stdout] 220 | pub enum PropertyBinding { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item [INFO] [stdout] --> tests/round_trip.rs:108:54 [INFO] [stdout] | [INFO] [stdout] 108 | #[derive(Copy, Clone, Debug, Default, PartialEq, PeekPoke)] [INFO] [stdout] | ^------- [INFO] [stdout] | | [INFO] [stdout] | `Poke` is not local [INFO] [stdout] | move the `impl` block outside of this constant `_DERIVE_peek_poke_Poke_FOR_Bar` and up 2 bodies [INFO] [stdout] 109 | struct Bar { [INFO] [stdout] | --- `Bar` is not local [INFO] [stdout] | [INFO] [stdout] = note: the derive macro `PeekPoke` defines the non-local `impl`, and may need to be changed [INFO] [stdout] = note: the derive macro `PeekPoke` may come from an old version of the `peek_poke_derive` crate, try updating your dependency with `cargo update -p peek_poke_derive` [INFO] [stdout] = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl` [INFO] [stdout] = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint [INFO] [stdout] = note: `#[warn(non_local_definitions)]` on by default [INFO] [stdout] = note: this warning originates in the derive macro `PeekPoke` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item [INFO] [stdout] --> tests/round_trip.rs:108:54 [INFO] [stdout] | [INFO] [stdout] 108 | #[derive(Copy, Clone, Debug, Default, PartialEq, PeekPoke)] [INFO] [stdout] | ^------- [INFO] [stdout] | | [INFO] [stdout] | `Peek` is not local [INFO] [stdout] | move the `impl` block outside of this constant `_DERIVE_peek_poke_Peek_FOR_Bar` and up 2 bodies [INFO] [stdout] 109 | struct Bar { [INFO] [stdout] | --- `Bar` is not local [INFO] [stdout] | [INFO] [stdout] = note: the derive macro `PeekPoke` defines the non-local `impl`, and may need to be changed [INFO] [stdout] = note: the derive macro `PeekPoke` may come from an old version of the `peek_poke_derive` crate, try updating your dependency with `cargo update -p peek_poke_derive` [INFO] [stdout] = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl` [INFO] [stdout] = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint [INFO] [stdout] = note: this warning originates in the derive macro `PeekPoke` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item [INFO] [stdout] --> tests/round_trip.rs:128:45 [INFO] [stdout] | [INFO] [stdout] 128 | #[derive(Clone, Copy, Debug, PartialEq, PeekPoke)] [INFO] [stdout] | ^------- [INFO] [stdout] | | [INFO] [stdout] | `Poke` is not local [INFO] [stdout] | move the `impl` block outside of this constant `_DERIVE_peek_poke_Poke_FOR_TestEnum` and up 2 bodies [INFO] [stdout] 129 | enum TestEnum { [INFO] [stdout] | -------- `TestEnum` is not local [INFO] [stdout] | [INFO] [stdout] = note: the derive macro `PeekPoke` defines the non-local `impl`, and may need to be changed [INFO] [stdout] = note: the derive macro `PeekPoke` may come from an old version of the `peek_poke_derive` crate, try updating your dependency with `cargo update -p peek_poke_derive` [INFO] [stdout] = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl` [INFO] [stdout] = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint [INFO] [stdout] = note: this warning originates in the derive macro `PeekPoke` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item [INFO] [stdout] --> tests/round_trip.rs:128:45 [INFO] [stdout] | [INFO] [stdout] 128 | #[derive(Clone, Copy, Debug, PartialEq, PeekPoke)] [INFO] [stdout] | ^------- [INFO] [stdout] | | [INFO] [stdout] | `Peek` is not local [INFO] [stdout] | move the `impl` block outside of this constant `_DERIVE_peek_poke_Peek_FOR_TestEnum` and up 2 bodies [INFO] [stdout] 129 | enum TestEnum { [INFO] [stdout] | -------- `TestEnum` is not local [INFO] [stdout] | [INFO] [stdout] = note: the derive macro `PeekPoke` defines the non-local `impl`, and may need to be changed [INFO] [stdout] = note: the derive macro `PeekPoke` may come from an old version of the `peek_poke_derive` crate, try updating your dependency with `cargo update -p peek_poke_derive` [INFO] [stdout] = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl` [INFO] [stdout] = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint [INFO] [stdout] = note: this warning originates in the derive macro `PeekPoke` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item [INFO] [stdout] --> tests/round_trip.rs:153:49 [INFO] [stdout] | [INFO] [stdout] 153 | #[derive(Clone, Copy, Debug, PartialEq, Eq, PeekPoke)] [INFO] [stdout] | ^------- [INFO] [stdout] | | [INFO] [stdout] | `Poke` is not local [INFO] [stdout] | move the `impl` block outside of this constant `_DERIVE_peek_poke_Poke_FOR_BorderStyle` and up 2 bodies [INFO] [stdout] 154 | enum BorderStyle { [INFO] [stdout] | ----------- `BorderStyle` is not local [INFO] [stdout] | [INFO] [stdout] = note: the derive macro `PeekPoke` defines the non-local `impl`, and may need to be changed [INFO] [stdout] = note: the derive macro `PeekPoke` may come from an old version of the `peek_poke_derive` crate, try updating your dependency with `cargo update -p peek_poke_derive` [INFO] [stdout] = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl` [INFO] [stdout] = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint [INFO] [stdout] = note: this warning originates in the derive macro `PeekPoke` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item [INFO] [stdout] --> tests/round_trip.rs:153:49 [INFO] [stdout] | [INFO] [stdout] 153 | #[derive(Clone, Copy, Debug, PartialEq, Eq, PeekPoke)] [INFO] [stdout] | ^------- [INFO] [stdout] | | [INFO] [stdout] | `Peek` is not local [INFO] [stdout] | move the `impl` block outside of this constant `_DERIVE_peek_poke_Peek_FOR_BorderStyle` and up 2 bodies [INFO] [stdout] 154 | enum BorderStyle { [INFO] [stdout] | ----------- `BorderStyle` is not local [INFO] [stdout] | [INFO] [stdout] = note: the derive macro `PeekPoke` defines the non-local `impl`, and may need to be changed [INFO] [stdout] = note: the derive macro `PeekPoke` may come from an old version of the `peek_poke_derive` crate, try updating your dependency with `cargo update -p peek_poke_derive` [INFO] [stdout] = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl` [INFO] [stdout] = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint [INFO] [stdout] = note: this warning originates in the derive macro `PeekPoke` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item [INFO] [stdout] --> tests/round_trip.rs:188:58 [INFO] [stdout] | [INFO] [stdout] 188 | #[derive(Clone, Copy, Debug, Default, PartialEq, Eq, PeekPoke)] [INFO] [stdout] | ^------- [INFO] [stdout] | | [INFO] [stdout] | `Poke` is not local [INFO] [stdout] | move the `impl` block outside of this constant `_DERIVE_peek_poke_Poke_FOR_Foo` and up 2 bodies [INFO] [stdout] 189 | struct Foo { [INFO] [stdout] | --- `Foo` is not local [INFO] [stdout] | [INFO] [stdout] = note: the derive macro `PeekPoke` defines the non-local `impl`, and may need to be changed [INFO] [stdout] = note: the derive macro `PeekPoke` may come from an old version of the `peek_poke_derive` crate, try updating your dependency with `cargo update -p peek_poke_derive` [INFO] [stdout] = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl` [INFO] [stdout] = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint [INFO] [stdout] = note: this warning originates in the derive macro `PeekPoke` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item [INFO] [stdout] --> tests/round_trip.rs:188:58 [INFO] [stdout] | [INFO] [stdout] 188 | #[derive(Clone, Copy, Debug, Default, PartialEq, Eq, PeekPoke)] [INFO] [stdout] | ^------- [INFO] [stdout] | | [INFO] [stdout] | `Peek` is not local [INFO] [stdout] | move the `impl` block outside of this constant `_DERIVE_peek_poke_Peek_FOR_Foo` and up 2 bodies [INFO] [stdout] 189 | struct Foo { [INFO] [stdout] | --- `Foo` is not local [INFO] [stdout] | [INFO] [stdout] = note: the derive macro `PeekPoke` defines the non-local `impl`, and may need to be changed [INFO] [stdout] = note: the derive macro `PeekPoke` may come from an old version of the `peek_poke_derive` crate, try updating your dependency with `cargo update -p peek_poke_derive` [INFO] [stdout] = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl` [INFO] [stdout] = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint [INFO] [stdout] = note: this warning originates in the derive macro `PeekPoke` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item [INFO] [stdout] --> tests/round_trip.rs:203:58 [INFO] [stdout] | [INFO] [stdout] 203 | #[derive(Clone, Copy, Debug, Default, PartialEq, Eq, PeekPoke)] [INFO] [stdout] | ^------- [INFO] [stdout] | | [INFO] [stdout] | `Poke` is not local [INFO] [stdout] | move the `impl` block outside of this constant `_DERIVE_peek_poke_Poke_FOR_Foo` and up 2 bodies [INFO] [stdout] 204 | struct Foo { [INFO] [stdout] | --- `Foo` is not local [INFO] [stdout] | [INFO] [stdout] = note: the derive macro `PeekPoke` defines the non-local `impl`, and may need to be changed [INFO] [stdout] = note: the derive macro `PeekPoke` may come from an old version of the `peek_poke_derive` crate, try updating your dependency with `cargo update -p peek_poke_derive` [INFO] [stdout] = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl` [INFO] [stdout] = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint [INFO] [stdout] = note: this warning originates in the derive macro `PeekPoke` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item [INFO] [stdout] --> tests/round_trip.rs:203:58 [INFO] [stdout] | [INFO] [stdout] 203 | #[derive(Clone, Copy, Debug, Default, PartialEq, Eq, PeekPoke)] [INFO] [stdout] | ^------- [INFO] [stdout] | | [INFO] [stdout] | `Peek` is not local [INFO] [stdout] | move the `impl` block outside of this constant `_DERIVE_peek_poke_Peek_FOR_Foo` and up 2 bodies [INFO] [stdout] 204 | struct Foo { [INFO] [stdout] | --- `Foo` is not local [INFO] [stdout] | [INFO] [stdout] = note: the derive macro `PeekPoke` defines the non-local `impl`, and may need to be changed [INFO] [stdout] = note: the derive macro `PeekPoke` may come from an old version of the `peek_poke_derive` crate, try updating your dependency with `cargo update -p peek_poke_derive` [INFO] [stdout] = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl` [INFO] [stdout] = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint [INFO] [stdout] = note: this warning originates in the derive macro `PeekPoke` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item [INFO] [stdout] --> tests/round_trip.rs:213:54 [INFO] [stdout] | [INFO] [stdout] 213 | #[derive(Clone, Copy, Debug, Default, PartialEq, PeekPoke)] [INFO] [stdout] | ^------- [INFO] [stdout] | | [INFO] [stdout] | `Poke` is not local [INFO] [stdout] | move the `impl` block outside of this constant `_DERIVE_peek_poke_Poke_FOR_PropertyBindingKey` and up 2 bodies [INFO] [stdout] 214 | pub struct PropertyBindingKey { [INFO] [stdout] | ------------------ `PropertyBindingKey` is not local [INFO] [stdout] | [INFO] [stdout] = note: the derive macro `PeekPoke` defines the non-local `impl`, and may need to be changed [INFO] [stdout] = note: the derive macro `PeekPoke` may come from an old version of the `peek_poke_derive` crate, try updating your dependency with `cargo update -p peek_poke_derive` [INFO] [stdout] = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl` [INFO] [stdout] = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint [INFO] [stdout] = note: this warning originates in the derive macro `PeekPoke` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item [INFO] [stdout] --> tests/round_trip.rs:213:54 [INFO] [stdout] | [INFO] [stdout] 213 | #[derive(Clone, Copy, Debug, Default, PartialEq, PeekPoke)] [INFO] [stdout] | ^------- [INFO] [stdout] | | [INFO] [stdout] | `Peek` is not local [INFO] [stdout] | move the `impl` block outside of this constant `_DERIVE_peek_poke_Peek_FOR_PropertyBindingKey` and up 2 bodies [INFO] [stdout] 214 | pub struct PropertyBindingKey { [INFO] [stdout] | ------------------ `PropertyBindingKey` is not local [INFO] [stdout] | [INFO] [stdout] = note: the derive macro `PeekPoke` defines the non-local `impl`, and may need to be changed [INFO] [stdout] = note: the derive macro `PeekPoke` may come from an old version of the `peek_poke_derive` crate, try updating your dependency with `cargo update -p peek_poke_derive` [INFO] [stdout] = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl` [INFO] [stdout] = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint [INFO] [stdout] = note: this warning originates in the derive macro `PeekPoke` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item [INFO] [stdout] --> tests/round_trip.rs:219:45 [INFO] [stdout] | [INFO] [stdout] 219 | #[derive(Clone, Copy, Debug, PartialEq, PeekPoke)] [INFO] [stdout] | ^------- [INFO] [stdout] | | [INFO] [stdout] | `Poke` is not local [INFO] [stdout] | move the `impl` block outside of this constant `_DERIVE_peek_poke_Poke_FOR_PropertyBinding` and up 2 bodies [INFO] [stdout] 220 | pub enum PropertyBinding { [INFO] [stdout] | --------------- `PropertyBinding` is not local [INFO] [stdout] | [INFO] [stdout] = note: the derive macro `PeekPoke` defines the non-local `impl`, and may need to be changed [INFO] [stdout] = note: the derive macro `PeekPoke` may come from an old version of the `peek_poke_derive` crate, try updating your dependency with `cargo update -p peek_poke_derive` [INFO] [stdout] = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl` [INFO] [stdout] = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint [INFO] [stdout] = note: this warning originates in the derive macro `PeekPoke` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item [INFO] [stdout] --> tests/round_trip.rs:219:45 [INFO] [stdout] | [INFO] [stdout] 219 | #[derive(Clone, Copy, Debug, PartialEq, PeekPoke)] [INFO] [stdout] | ^------- [INFO] [stdout] | | [INFO] [stdout] | `Peek` is not local [INFO] [stdout] | move the `impl` block outside of this constant `_DERIVE_peek_poke_Peek_FOR_PropertyBinding` and up 2 bodies [INFO] [stdout] 220 | pub enum PropertyBinding { [INFO] [stdout] | --------------- `PropertyBinding` is not local [INFO] [stdout] | [INFO] [stdout] = note: the derive macro `PeekPoke` defines the non-local `impl`, and may need to be changed [INFO] [stdout] = note: the derive macro `PeekPoke` may come from an old version of the `peek_poke_derive` crate, try updating your dependency with `cargo update -p peek_poke_derive` [INFO] [stdout] = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl` [INFO] [stdout] = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint [INFO] [stdout] = note: this warning originates in the derive macro `PeekPoke` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.27s [INFO] running `Command { std: "docker" "inspect" "359fc0533882838efce5c7bdefff0ab61d1b84ac5a51082765e9afade5cd6bad", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "359fc0533882838efce5c7bdefff0ab61d1b84ac5a51082765e9afade5cd6bad", kill_on_drop: false }` [INFO] [stdout] 359fc0533882838efce5c7bdefff0ab61d1b84ac5a51082765e9afade5cd6bad