[INFO] cloning repository https://github.com/keiya01/peek-poke-example [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/keiya01/peek-poke-example" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkeiya01%2Fpeek-poke-example", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkeiya01%2Fpeek-poke-example'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 98a5b8c339e3751d7688ef3fc3d9388bcd30f4ad [INFO] testing keiya01/peek-poke-example against 1.90.0 for beta-1.91-3 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkeiya01%2Fpeek-poke-example" "/workspace/builds/worker-1-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc1/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/keiya01/peek-poke-example [INFO] finished tweaking git repo https://github.com/keiya01/peek-poke-example [INFO] tweaked toml for git repo https://github.com/keiya01/peek-poke-example written to /workspace/builds/worker-1-tc1/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/keiya01/peek-poke-example on toolchain 1.90.0 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/keiya01/peek-poke-example 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" "+1.90.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded peek-poke-derive v0.2.1 [INFO] [stderr] Downloaded peek-poke v0.2.0 [INFO] [stderr] Downloaded syn v1.0.104 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 706fb1105a8981b840ed7b27faa8311a756d52353fffb834758f90a6ab445102 [INFO] running `Command { std: "docker" "start" "-a" "706fb1105a8981b840ed7b27faa8311a756d52353fffb834758f90a6ab445102", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "706fb1105a8981b840ed7b27faa8311a756d52353fffb834758f90a6ab445102", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "706fb1105a8981b840ed7b27faa8311a756d52353fffb834758f90a6ab445102", kill_on_drop: false }` [INFO] [stdout] 706fb1105a8981b840ed7b27faa8311a756d52353fffb834758f90a6ab445102 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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=warn" "-e" "RUSTDOCFLAGS=--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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] da22cc507bb077741c1a5f50b7c350f2622bdfa3605bd8262a6d0e57620ae00e [INFO] running `Command { std: "docker" "start" "-a" "da22cc507bb077741c1a5f50b7c350f2622bdfa3605bd8262a6d0e57620ae00e", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.47 [INFO] [stderr] Compiling unicode-ident v1.0.5 [INFO] [stderr] Compiling syn v1.0.104 [INFO] [stderr] Compiling crossbeam-utils v0.8.14 [INFO] [stderr] Compiling crossbeam-channel v0.5.6 [INFO] [stderr] Compiling quote v1.0.21 [INFO] [stderr] Compiling synstructure v0.12.6 [INFO] [stderr] Compiling peek-poke-derive v0.2.1 [INFO] [stderr] Compiling peek-poke v0.2.0 [INFO] [stderr] Compiling peek-poke-example v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item [INFO] [stdout] --> src/main.rs:14:10 [INFO] [stdout] | [INFO] [stdout] 14 | #[derive(PeekPoke, Default, Debug)] [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_RectItem` [INFO] [stdout] 15 | struct RectItem { [INFO] [stdout] | -------- `RectItem` 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] --> src/main.rs:14:10 [INFO] [stdout] | [INFO] [stdout] 14 | #[derive(PeekPoke, Default, Debug)] [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_RectItem` [INFO] [stdout] 15 | struct RectItem { [INFO] [stdout] | -------- `RectItem` 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] --> src/main.rs:20:10 [INFO] [stdout] | [INFO] [stdout] 20 | #[derive(PeekPoke, Debug)] [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_DisplayListItem` [INFO] [stdout] 21 | enum DisplayListItem { [INFO] [stdout] | --------------- `DisplayListItem` 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] --> src/main.rs:20:10 [INFO] [stdout] | [INFO] [stdout] 20 | #[derive(PeekPoke, Debug)] [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_DisplayListItem` [INFO] [stdout] 21 | enum DisplayListItem { [INFO] [stdout] | --------------- `DisplayListItem` 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: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/main.rs:85:13 [INFO] [stdout] | [INFO] [stdout] 85 | fn iter(&self) -> DisplayListIter { [INFO] [stdout] | ^^^^^ --------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 85 | fn iter(&self) -> DisplayListIter<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.66s [INFO] running `Command { std: "docker" "inspect" "da22cc507bb077741c1a5f50b7c350f2622bdfa3605bd8262a6d0e57620ae00e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "da22cc507bb077741c1a5f50b7c350f2622bdfa3605bd8262a6d0e57620ae00e", kill_on_drop: false }` [INFO] [stdout] da22cc507bb077741c1a5f50b7c350f2622bdfa3605bd8262a6d0e57620ae00e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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=warn" "-e" "RUSTDOCFLAGS=--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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] a2a46e351b90c4ab0eabf9ee4c7ca030c1533660081324beb24c5b5f8b3f53a4 [INFO] running `Command { std: "docker" "start" "-a" "a2a46e351b90c4ab0eabf9ee4c7ca030c1533660081324beb24c5b5f8b3f53a4", kill_on_drop: false }` [INFO] [stderr] Compiling peek-poke-example v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item [INFO] [stdout] --> src/main.rs:14:10 [INFO] [stdout] | [INFO] [stdout] 14 | #[derive(PeekPoke, Default, Debug)] [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_RectItem` [INFO] [stdout] 15 | struct RectItem { [INFO] [stdout] | -------- `RectItem` 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] --> src/main.rs:14:10 [INFO] [stdout] | [INFO] [stdout] 14 | #[derive(PeekPoke, Default, Debug)] [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_RectItem` [INFO] [stdout] 15 | struct RectItem { [INFO] [stdout] | -------- `RectItem` 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] --> src/main.rs:20:10 [INFO] [stdout] | [INFO] [stdout] 20 | #[derive(PeekPoke, Debug)] [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_DisplayListItem` [INFO] [stdout] 21 | enum DisplayListItem { [INFO] [stdout] | --------------- `DisplayListItem` 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] --> src/main.rs:20:10 [INFO] [stdout] | [INFO] [stdout] 20 | #[derive(PeekPoke, Debug)] [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_DisplayListItem` [INFO] [stdout] 21 | enum DisplayListItem { [INFO] [stdout] | --------------- `DisplayListItem` 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: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/main.rs:85:13 [INFO] [stdout] | [INFO] [stdout] 85 | fn iter(&self) -> DisplayListIter { [INFO] [stdout] | ^^^^^ --------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 85 | fn iter(&self) -> DisplayListIter<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.67s [INFO] running `Command { std: "docker" "inspect" "a2a46e351b90c4ab0eabf9ee4c7ca030c1533660081324beb24c5b5f8b3f53a4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a2a46e351b90c4ab0eabf9ee4c7ca030c1533660081324beb24c5b5f8b3f53a4", kill_on_drop: false }` [INFO] [stdout] a2a46e351b90c4ab0eabf9ee4c7ca030c1533660081324beb24c5b5f8b3f53a4 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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=warn" "-e" "RUSTDOCFLAGS=--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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] bcafc7a5d576521d1a5d4a9a0a00e4f36fe7b7ad5a72521e68c916c3e525a711 [INFO] running `Command { std: "docker" "start" "-a" "bcafc7a5d576521d1a5d4a9a0a00e4f36fe7b7ad5a72521e68c916c3e525a711", kill_on_drop: false }` [INFO] [stderr] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item [INFO] [stderr] --> src/main.rs:14:10 [INFO] [stderr] | [INFO] [stderr] 14 | #[derive(PeekPoke, Default, Debug)] [INFO] [stderr] | ^------- [INFO] [stderr] | | [INFO] [stderr] | `Poke` is not local [INFO] [stderr] | move the `impl` block outside of this constant `_DERIVE_peek_poke_Poke_FOR_RectItem` [INFO] [stderr] 15 | struct RectItem { [INFO] [stderr] | -------- `RectItem` is not local [INFO] [stderr] | [INFO] [stderr] = note: the derive macro `PeekPoke` defines the non-local `impl`, and may need to be changed [INFO] [stderr] = 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] [stderr] = 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] [stderr] = 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] [stderr] = note: `#[warn(non_local_definitions)]` on by default [INFO] [stderr] = note: this warning originates in the derive macro `PeekPoke` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item [INFO] [stderr] --> src/main.rs:14:10 [INFO] [stderr] | [INFO] [stderr] 14 | #[derive(PeekPoke, Default, Debug)] [INFO] [stderr] | ^------- [INFO] [stderr] | | [INFO] [stderr] | `Peek` is not local [INFO] [stderr] | move the `impl` block outside of this constant `_DERIVE_peek_poke_Peek_FOR_RectItem` [INFO] [stderr] 15 | struct RectItem { [INFO] [stderr] | -------- `RectItem` is not local [INFO] [stderr] | [INFO] [stderr] = note: the derive macro `PeekPoke` defines the non-local `impl`, and may need to be changed [INFO] [stderr] = 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] [stderr] = 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] [stderr] = 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] [stderr] = note: this warning originates in the derive macro `PeekPoke` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item [INFO] [stderr] --> src/main.rs:20:10 [INFO] [stderr] | [INFO] [stderr] 20 | #[derive(PeekPoke, Debug)] [INFO] [stderr] | ^------- [INFO] [stderr] | | [INFO] [stderr] | `Poke` is not local [INFO] [stderr] | move the `impl` block outside of this constant `_DERIVE_peek_poke_Poke_FOR_DisplayListItem` [INFO] [stderr] 21 | enum DisplayListItem { [INFO] [stderr] | --------------- `DisplayListItem` is not local [INFO] [stderr] | [INFO] [stderr] = note: the derive macro `PeekPoke` defines the non-local `impl`, and may need to be changed [INFO] [stderr] = 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] [stderr] = 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] [stderr] = 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] [stderr] = note: this warning originates in the derive macro `PeekPoke` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item [INFO] [stderr] --> src/main.rs:20:10 [INFO] [stderr] | [INFO] [stderr] 20 | #[derive(PeekPoke, Debug)] [INFO] [stderr] | ^------- [INFO] [stderr] | | [INFO] [stderr] | `Peek` is not local [INFO] [stderr] | move the `impl` block outside of this constant `_DERIVE_peek_poke_Peek_FOR_DisplayListItem` [INFO] [stderr] 21 | enum DisplayListItem { [INFO] [stderr] | --------------- `DisplayListItem` is not local [INFO] [stderr] | [INFO] [stderr] = note: the derive macro `PeekPoke` defines the non-local `impl`, and may need to be changed [INFO] [stderr] = 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] [stderr] = 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] [stderr] = 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] [stderr] = note: this warning originates in the derive macro `PeekPoke` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/main.rs:85:13 [INFO] [stderr] | [INFO] [stderr] 85 | fn iter(&self) -> DisplayListIter { [INFO] [stderr] | ^^^^^ --------------- the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 85 | fn iter(&self) -> DisplayListIter<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: `peek-poke-example` (bin "peek-poke-example" test) generated 5 warnings [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.07s [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/peek_poke_example-81356c4a5164f12a) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "bcafc7a5d576521d1a5d4a9a0a00e4f36fe7b7ad5a72521e68c916c3e525a711", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bcafc7a5d576521d1a5d4a9a0a00e4f36fe7b7ad5a72521e68c916c3e525a711", kill_on_drop: false }` [INFO] [stdout] bcafc7a5d576521d1a5d4a9a0a00e4f36fe7b7ad5a72521e68c916c3e525a711