[INFO] cloning repository https://github.com/Windfisch/simple-flash-store [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Windfisch/simple-flash-store" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FWindfisch%2Fsimple-flash-store", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FWindfisch%2Fsimple-flash-store'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 5891dfdff74937d0865975c7990808b13964ccbf [INFO] checking Windfisch/simple-flash-store against master#5518eaa946291f00471af8b254b2a1715f234882 for pr-120393 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FWindfisch%2Fsimple-flash-store" "/workspace/builds/worker-0-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/Windfisch/simple-flash-store on toolchain 5518eaa946291f00471af8b254b2a1715f234882 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+5518eaa946291f00471af8b254b2a1715f234882" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/Windfisch/simple-flash-store [INFO] finished tweaking git repo https://github.com/Windfisch/simple-flash-store [INFO] tweaked toml for git repo https://github.com/Windfisch/simple-flash-store written to /workspace/builds/worker-0-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/Windfisch/simple-flash-store 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" "+5518eaa946291f00471af8b254b2a1715f234882" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+5518eaa946291f00471af8b254b2a1715f234882" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 667ccc21ed932f8e3baa6b15dabf904d987b149db5a01cfa9f6200be2296a0b5 [INFO] running `Command { std: "docker" "start" "-a" "667ccc21ed932f8e3baa6b15dabf904d987b149db5a01cfa9f6200be2296a0b5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "667ccc21ed932f8e3baa6b15dabf904d987b149db5a01cfa9f6200be2296a0b5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "667ccc21ed932f8e3baa6b15dabf904d987b149db5a01cfa9f6200be2296a0b5", kill_on_drop: false }` [INFO] [stdout] 667ccc21ed932f8e3baa6b15dabf904d987b149db5a01cfa9f6200be2296a0b5 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+5518eaa946291f00471af8b254b2a1715f234882" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] b391be95eb546bd8abd378db91687cf892ea5278240fff9972ab6ebbb57ce158 [INFO] running `Command { std: "docker" "start" "-a" "b391be95eb546bd8abd378db91687cf892ea5278240fff9972ab6ebbb57ce158", kill_on_drop: false }` [INFO] [stderr] Checking simple-flash-store v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.14s [INFO] running `Command { std: "docker" "inspect" "b391be95eb546bd8abd378db91687cf892ea5278240fff9972ab6ebbb57ce158", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b391be95eb546bd8abd378db91687cf892ea5278240fff9972ab6ebbb57ce158", kill_on_drop: false }` [INFO] [stdout] b391be95eb546bd8abd378db91687cf892ea5278240fff9972ab6ebbb57ce158 [INFO] checking Windfisch/simple-flash-store against try#7622c0f807a4e13c4db886a1681bf343795692df+rustflags=-Dnon_local_definitions for pr-120393 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FWindfisch%2Fsimple-flash-store" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/Windfisch/simple-flash-store on toolchain 7622c0f807a4e13c4db886a1681bf343795692df [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+7622c0f807a4e13c4db886a1681bf343795692df" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/Windfisch/simple-flash-store [INFO] finished tweaking git repo https://github.com/Windfisch/simple-flash-store [INFO] tweaked toml for git repo https://github.com/Windfisch/simple-flash-store written to /workspace/builds/worker-0-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/Windfisch/simple-flash-store 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" "+7622c0f807a4e13c4db886a1681bf343795692df" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+7622c0f807a4e13c4db886a1681bf343795692df" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] c0a31fa630ec68b5c1fe995697afab75718ac082d23d8b8220f83b6ef7c65745 [INFO] running `Command { std: "docker" "start" "-a" "c0a31fa630ec68b5c1fe995697afab75718ac082d23d8b8220f83b6ef7c65745", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "c0a31fa630ec68b5c1fe995697afab75718ac082d23d8b8220f83b6ef7c65745", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c0a31fa630ec68b5c1fe995697afab75718ac082d23d8b8220f83b6ef7c65745", kill_on_drop: false }` [INFO] [stdout] c0a31fa630ec68b5c1fe995697afab75718ac082d23d8b8220f83b6ef7c65745 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/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 -Dnon_local_definitions" "-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+7622c0f807a4e13c4db886a1681bf343795692df" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 4da1a1617c8e2614f5d20350c8af6f2508ba47ae52979e79e6d99bd3080f1ca1 [INFO] running `Command { std: "docker" "start" "-a" "4da1a1617c8e2614f5d20350c8af6f2508ba47ae52979e79e6d99bd3080f1ca1", kill_on_drop: false }` [INFO] [stderr] Checking simple-flash-store v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error: non-local `impl` definition, they should be avoided as they go against expectation [INFO] [stdout] --> src/lib.rs:386:4 [INFO] [stdout] | [INFO] [stdout] 386 | / impl FlashTrait for &mut $name { [INFO] [stdout] 387 | | const SIZE: usize = $size; [INFO] [stdout] 388 | | const PAGE_SIZE: usize = $page_size; [INFO] [stdout] 389 | | const WORD_SIZE: usize = $word_size; [INFO] [stdout] ... | [INFO] [stdout] 407 | | } [INFO] [stdout] 408 | | } [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 414 | flash_impl!(MyFlash, 1024, 128, 4, 0xFF); [INFO] [stdout] | ---------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: move this `impl` block outside the of the current function `gracefully_fails_for_corrupt_data` [INFO] [stdout] = note: an `impl` definition is non-local if it is nested inside an item and neither the type nor the trait are at the same nesting level as the `impl` block [INFO] [stdout] = note: this lint may become deny-by-default in the edition 2024 and higher, see the tracking issue [INFO] [stdout] = note: requested on the command line with `-D non-local-definitions` [INFO] [stdout] = note: this error originates in the macro `flash_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: non-local `impl` definition, they should be avoided as they go against expectation [INFO] [stdout] --> src/lib.rs:386:4 [INFO] [stdout] | [INFO] [stdout] 386 | / impl FlashTrait for &mut $name { [INFO] [stdout] 387 | | const SIZE: usize = $size; [INFO] [stdout] 388 | | const PAGE_SIZE: usize = $page_size; [INFO] [stdout] 389 | | const WORD_SIZE: usize = $word_size; [INFO] [stdout] ... | [INFO] [stdout] 407 | | } [INFO] [stdout] 408 | | } [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 433 | flash_impl!(MyFlash, 1024, 128, 4, 0xFF); [INFO] [stdout] | ---------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: move this `impl` block outside the of the current function `gracefully_fails_for_corrupt_data2` [INFO] [stdout] = note: an `impl` definition is non-local if it is nested inside an item and neither the type nor the trait are at the same nesting level as the `impl` block [INFO] [stdout] = note: this lint may become deny-by-default in the edition 2024 and higher, see the tracking issue [INFO] [stdout] = note: this error originates in the macro `flash_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: non-local `impl` definition, they should be avoided as they go against expectation [INFO] [stdout] --> src/lib.rs:386:4 [INFO] [stdout] | [INFO] [stdout] 386 | / impl FlashTrait for &mut $name { [INFO] [stdout] 387 | | const SIZE: usize = $size; [INFO] [stdout] 388 | | const PAGE_SIZE: usize = $page_size; [INFO] [stdout] 389 | | const WORD_SIZE: usize = $word_size; [INFO] [stdout] ... | [INFO] [stdout] 407 | | } [INFO] [stdout] 408 | | } [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 459 | flash_impl!(MyFlash, 1024, 128, 4, 0xFF); [INFO] [stdout] | ---------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: move this `impl` block outside the of the current function `overwrite_flash_filling_file` [INFO] [stdout] = note: an `impl` definition is non-local if it is nested inside an item and neither the type nor the trait are at the same nesting level as the `impl` block [INFO] [stdout] = note: this lint may become deny-by-default in the edition 2024 and higher, see the tracking issue [INFO] [stdout] = note: this error originates in the macro `flash_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: non-local `impl` definition, they should be avoided as they go against expectation [INFO] [stdout] --> src/lib.rs:386:4 [INFO] [stdout] | [INFO] [stdout] 386 | / impl FlashTrait for &mut $name { [INFO] [stdout] 387 | | const SIZE: usize = $size; [INFO] [stdout] 388 | | const PAGE_SIZE: usize = $page_size; [INFO] [stdout] 389 | | const WORD_SIZE: usize = $word_size; [INFO] [stdout] ... | [INFO] [stdout] 407 | | } [INFO] [stdout] 408 | | } [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 483 | flash_impl!(MyFlash, 1024, 128, 1, 0xFF); [INFO] [stdout] | ---------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: move this `impl` block outside the of the current function `stress_test_congestion_1` [INFO] [stdout] = note: an `impl` definition is non-local if it is nested inside an item and neither the type nor the trait are at the same nesting level as the `impl` block [INFO] [stdout] = note: this lint may become deny-by-default in the edition 2024 and higher, see the tracking issue [INFO] [stdout] = note: this error originates in the macro `flash_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: non-local `impl` definition, they should be avoided as they go against expectation [INFO] [stdout] --> src/lib.rs:386:4 [INFO] [stdout] | [INFO] [stdout] 386 | / impl FlashTrait for &mut $name { [INFO] [stdout] 387 | | const SIZE: usize = $size; [INFO] [stdout] 388 | | const PAGE_SIZE: usize = $page_size; [INFO] [stdout] 389 | | const WORD_SIZE: usize = $word_size; [INFO] [stdout] ... | [INFO] [stdout] 407 | | } [INFO] [stdout] 408 | | } [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 489 | flash_impl!(MyFlash, 1024, 128, 1, 0xFF); [INFO] [stdout] | ---------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: move this `impl` block outside the of the current function `stress_test_lots_of_small_files_1` [INFO] [stdout] = note: an `impl` definition is non-local if it is nested inside an item and neither the type nor the trait are at the same nesting level as the `impl` block [INFO] [stdout] = note: this lint may become deny-by-default in the edition 2024 and higher, see the tracking issue [INFO] [stdout] = note: this error originates in the macro `flash_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: non-local `impl` definition, they should be avoided as they go against expectation [INFO] [stdout] --> src/lib.rs:386:4 [INFO] [stdout] | [INFO] [stdout] 386 | / impl FlashTrait for &mut $name { [INFO] [stdout] 387 | | const SIZE: usize = $size; [INFO] [stdout] 388 | | const PAGE_SIZE: usize = $page_size; [INFO] [stdout] 389 | | const WORD_SIZE: usize = $word_size; [INFO] [stdout] ... | [INFO] [stdout] 407 | | } [INFO] [stdout] 408 | | } [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 495 | flash_impl!(MyFlash, 1024, 128, 1, 0xFF); [INFO] [stdout] | ---------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: move this `impl` block outside the of the current function `stress_test_lots_of_overwritten_files_1` [INFO] [stdout] = note: an `impl` definition is non-local if it is nested inside an item and neither the type nor the trait are at the same nesting level as the `impl` block [INFO] [stdout] = note: this lint may become deny-by-default in the edition 2024 and higher, see the tracking issue [INFO] [stdout] = note: this error originates in the macro `flash_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: non-local `impl` definition, they should be avoided as they go against expectation [INFO] [stdout] --> src/lib.rs:386:4 [INFO] [stdout] | [INFO] [stdout] 386 | / impl FlashTrait for &mut $name { [INFO] [stdout] 387 | | const SIZE: usize = $size; [INFO] [stdout] 388 | | const PAGE_SIZE: usize = $page_size; [INFO] [stdout] 389 | | const WORD_SIZE: usize = $word_size; [INFO] [stdout] ... | [INFO] [stdout] 407 | | } [INFO] [stdout] 408 | | } [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 501 | flash_impl!(MyFlash, 1024, 128, 1, 0xFF); [INFO] [stdout] | ---------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: move this `impl` block outside the of the current function `stress_test_multipage_1` [INFO] [stdout] = note: an `impl` definition is non-local if it is nested inside an item and neither the type nor the trait are at the same nesting level as the `impl` block [INFO] [stdout] = note: this lint may become deny-by-default in the edition 2024 and higher, see the tracking issue [INFO] [stdout] = note: this error originates in the macro `flash_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: non-local `impl` definition, they should be avoided as they go against expectation [INFO] [stdout] --> src/lib.rs:386:4 [INFO] [stdout] | [INFO] [stdout] 386 | / impl FlashTrait for &mut $name { [INFO] [stdout] 387 | | const SIZE: usize = $size; [INFO] [stdout] 388 | | const PAGE_SIZE: usize = $page_size; [INFO] [stdout] 389 | | const WORD_SIZE: usize = $word_size; [INFO] [stdout] ... | [INFO] [stdout] 407 | | } [INFO] [stdout] 408 | | } [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 507 | flash_impl!(MyFlash, 1024, 128, 2, 0xFF); [INFO] [stdout] | ---------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: move this `impl` block outside the of the current function `stress_test_congestion_2` [INFO] [stdout] = note: an `impl` definition is non-local if it is nested inside an item and neither the type nor the trait are at the same nesting level as the `impl` block [INFO] [stdout] = note: this lint may become deny-by-default in the edition 2024 and higher, see the tracking issue [INFO] [stdout] = note: this error originates in the macro `flash_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: non-local `impl` definition, they should be avoided as they go against expectation [INFO] [stdout] --> src/lib.rs:386:4 [INFO] [stdout] | [INFO] [stdout] 386 | / impl FlashTrait for &mut $name { [INFO] [stdout] 387 | | const SIZE: usize = $size; [INFO] [stdout] 388 | | const PAGE_SIZE: usize = $page_size; [INFO] [stdout] 389 | | const WORD_SIZE: usize = $word_size; [INFO] [stdout] ... | [INFO] [stdout] 407 | | } [INFO] [stdout] 408 | | } [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 513 | flash_impl!(MyFlash, 1024, 128, 2, 0xFF); [INFO] [stdout] | ---------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: move this `impl` block outside the of the current function `stress_test_lots_of_small_files_2` [INFO] [stdout] = note: an `impl` definition is non-local if it is nested inside an item and neither the type nor the trait are at the same nesting level as the `impl` block [INFO] [stdout] = note: this lint may become deny-by-default in the edition 2024 and higher, see the tracking issue [INFO] [stdout] = note: this error originates in the macro `flash_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: non-local `impl` definition, they should be avoided as they go against expectation [INFO] [stdout] --> src/lib.rs:386:4 [INFO] [stdout] | [INFO] [stdout] 386 | / impl FlashTrait for &mut $name { [INFO] [stdout] 387 | | const SIZE: usize = $size; [INFO] [stdout] 388 | | const PAGE_SIZE: usize = $page_size; [INFO] [stdout] 389 | | const WORD_SIZE: usize = $word_size; [INFO] [stdout] ... | [INFO] [stdout] 407 | | } [INFO] [stdout] 408 | | } [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 519 | flash_impl!(MyFlash, 1024, 128, 2, 0xFF); [INFO] [stdout] | ---------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: move this `impl` block outside the of the current function `stress_test_lots_of_overwritten_files_2` [INFO] [stdout] = note: an `impl` definition is non-local if it is nested inside an item and neither the type nor the trait are at the same nesting level as the `impl` block [INFO] [stdout] = note: this lint may become deny-by-default in the edition 2024 and higher, see the tracking issue [INFO] [stdout] = note: this error originates in the macro `flash_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: non-local `impl` definition, they should be avoided as they go against expectation [INFO] [stdout] --> src/lib.rs:386:4 [INFO] [stdout] | [INFO] [stdout] 386 | / impl FlashTrait for &mut $name { [INFO] [stdout] 387 | | const SIZE: usize = $size; [INFO] [stdout] 388 | | const PAGE_SIZE: usize = $page_size; [INFO] [stdout] 389 | | const WORD_SIZE: usize = $word_size; [INFO] [stdout] ... | [INFO] [stdout] 407 | | } [INFO] [stdout] 408 | | } [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 525 | flash_impl!(MyFlash, 1024, 128, 2, 0xFF); [INFO] [stdout] | ---------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: move this `impl` block outside the of the current function `stress_test_multipage_2` [INFO] [stdout] = note: an `impl` definition is non-local if it is nested inside an item and neither the type nor the trait are at the same nesting level as the `impl` block [INFO] [stdout] = note: this lint may become deny-by-default in the edition 2024 and higher, see the tracking issue [INFO] [stdout] = note: this error originates in the macro `flash_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: non-local `impl` definition, they should be avoided as they go against expectation [INFO] [stdout] --> src/lib.rs:386:4 [INFO] [stdout] | [INFO] [stdout] 386 | / impl FlashTrait for &mut $name { [INFO] [stdout] 387 | | const SIZE: usize = $size; [INFO] [stdout] 388 | | const PAGE_SIZE: usize = $page_size; [INFO] [stdout] 389 | | const WORD_SIZE: usize = $word_size; [INFO] [stdout] ... | [INFO] [stdout] 407 | | } [INFO] [stdout] 408 | | } [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 531 | flash_impl!(MyFlash, 1024, 128, 4, 0xFF); [INFO] [stdout] | ---------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: move this `impl` block outside the of the current function `stress_test_congestion_4` [INFO] [stdout] = note: an `impl` definition is non-local if it is nested inside an item and neither the type nor the trait are at the same nesting level as the `impl` block [INFO] [stdout] = note: this lint may become deny-by-default in the edition 2024 and higher, see the tracking issue [INFO] [stdout] = note: this error originates in the macro `flash_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: non-local `impl` definition, they should be avoided as they go against expectation [INFO] [stdout] --> src/lib.rs:386:4 [INFO] [stdout] | [INFO] [stdout] 386 | / impl FlashTrait for &mut $name { [INFO] [stdout] 387 | | const SIZE: usize = $size; [INFO] [stdout] 388 | | const PAGE_SIZE: usize = $page_size; [INFO] [stdout] 389 | | const WORD_SIZE: usize = $word_size; [INFO] [stdout] ... | [INFO] [stdout] 407 | | } [INFO] [stdout] 408 | | } [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 537 | flash_impl!(MyFlash, 1024, 128, 4, 0xFF); [INFO] [stdout] | ---------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: move this `impl` block outside the of the current function `stress_test_lots_of_small_files_4` [INFO] [stdout] = note: an `impl` definition is non-local if it is nested inside an item and neither the type nor the trait are at the same nesting level as the `impl` block [INFO] [stdout] = note: this lint may become deny-by-default in the edition 2024 and higher, see the tracking issue [INFO] [stdout] = note: this error originates in the macro `flash_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: non-local `impl` definition, they should be avoided as they go against expectation [INFO] [stdout] --> src/lib.rs:386:4 [INFO] [stdout] | [INFO] [stdout] 386 | / impl FlashTrait for &mut $name { [INFO] [stdout] 387 | | const SIZE: usize = $size; [INFO] [stdout] 388 | | const PAGE_SIZE: usize = $page_size; [INFO] [stdout] 389 | | const WORD_SIZE: usize = $word_size; [INFO] [stdout] ... | [INFO] [stdout] 407 | | } [INFO] [stdout] 408 | | } [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 543 | flash_impl!(MyFlash, 1024, 128, 4, 0xFF); [INFO] [stdout] | ---------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: move this `impl` block outside the of the current function `stress_test_lots_of_overwritten_files_4` [INFO] [stdout] = note: an `impl` definition is non-local if it is nested inside an item and neither the type nor the trait are at the same nesting level as the `impl` block [INFO] [stdout] = note: this lint may become deny-by-default in the edition 2024 and higher, see the tracking issue [INFO] [stdout] = note: this error originates in the macro `flash_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: non-local `impl` definition, they should be avoided as they go against expectation [INFO] [stdout] --> src/lib.rs:386:4 [INFO] [stdout] | [INFO] [stdout] 386 | / impl FlashTrait for &mut $name { [INFO] [stdout] 387 | | const SIZE: usize = $size; [INFO] [stdout] 388 | | const PAGE_SIZE: usize = $page_size; [INFO] [stdout] 389 | | const WORD_SIZE: usize = $word_size; [INFO] [stdout] ... | [INFO] [stdout] 407 | | } [INFO] [stdout] 408 | | } [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 549 | flash_impl!(MyFlash, 1024, 128, 4, 0xFF); [INFO] [stdout] | ---------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: move this `impl` block outside the of the current function `stress_test_multipage_4` [INFO] [stdout] = note: an `impl` definition is non-local if it is nested inside an item and neither the type nor the trait are at the same nesting level as the `impl` block [INFO] [stdout] = note: this lint may become deny-by-default in the edition 2024 and higher, see the tracking issue [INFO] [stdout] = note: this error originates in the macro `flash_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: non-local `impl` definition, they should be avoided as they go against expectation [INFO] [stdout] --> src/lib.rs:386:4 [INFO] [stdout] | [INFO] [stdout] 386 | / impl FlashTrait for &mut $name { [INFO] [stdout] 387 | | const SIZE: usize = $size; [INFO] [stdout] 388 | | const PAGE_SIZE: usize = $page_size; [INFO] [stdout] 389 | | const WORD_SIZE: usize = $word_size; [INFO] [stdout] ... | [INFO] [stdout] 407 | | } [INFO] [stdout] 408 | | } [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 555 | flash_impl!(MyFlash, 1024, 128, 16, 0xFF); [INFO] [stdout] | ----------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: move this `impl` block outside the of the current function `stress_test_congestion_16` [INFO] [stdout] = note: an `impl` definition is non-local if it is nested inside an item and neither the type nor the trait are at the same nesting level as the `impl` block [INFO] [stdout] = note: this lint may become deny-by-default in the edition 2024 and higher, see the tracking issue [INFO] [stdout] = note: this error originates in the macro `flash_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: non-local `impl` definition, they should be avoided as they go against expectation [INFO] [stdout] --> src/lib.rs:386:4 [INFO] [stdout] | [INFO] [stdout] 386 | / impl FlashTrait for &mut $name { [INFO] [stdout] 387 | | const SIZE: usize = $size; [INFO] [stdout] 388 | | const PAGE_SIZE: usize = $page_size; [INFO] [stdout] 389 | | const WORD_SIZE: usize = $word_size; [INFO] [stdout] ... | [INFO] [stdout] 407 | | } [INFO] [stdout] 408 | | } [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 561 | flash_impl!(MyFlash, 1024, 128, 16, 0xFF); [INFO] [stdout] | ----------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: move this `impl` block outside the of the current function `stress_test_lots_of_small_files_16` [INFO] [stdout] = note: an `impl` definition is non-local if it is nested inside an item and neither the type nor the trait are at the same nesting level as the `impl` block [INFO] [stdout] = note: this lint may become deny-by-default in the edition 2024 and higher, see the tracking issue [INFO] [stdout] = note: this error originates in the macro `flash_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: non-local `impl` definition, they should be avoided as they go against expectation [INFO] [stdout] --> src/lib.rs:386:4 [INFO] [stdout] | [INFO] [stdout] 386 | / impl FlashTrait for &mut $name { [INFO] [stdout] 387 | | const SIZE: usize = $size; [INFO] [stdout] 388 | | const PAGE_SIZE: usize = $page_size; [INFO] [stdout] 389 | | const WORD_SIZE: usize = $word_size; [INFO] [stdout] ... | [INFO] [stdout] 407 | | } [INFO] [stdout] 408 | | } [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 567 | flash_impl!(MyFlash, 1024, 128, 16, 0xFF); [INFO] [stdout] | ----------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: move this `impl` block outside the of the current function `stress_test_lots_of_overwritten_files_16` [INFO] [stdout] = note: an `impl` definition is non-local if it is nested inside an item and neither the type nor the trait are at the same nesting level as the `impl` block [INFO] [stdout] = note: this lint may become deny-by-default in the edition 2024 and higher, see the tracking issue [INFO] [stdout] = note: this error originates in the macro `flash_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: non-local `impl` definition, they should be avoided as they go against expectation [INFO] [stdout] --> src/lib.rs:386:4 [INFO] [stdout] | [INFO] [stdout] 386 | / impl FlashTrait for &mut $name { [INFO] [stdout] 387 | | const SIZE: usize = $size; [INFO] [stdout] 388 | | const PAGE_SIZE: usize = $page_size; [INFO] [stdout] 389 | | const WORD_SIZE: usize = $word_size; [INFO] [stdout] ... | [INFO] [stdout] 407 | | } [INFO] [stdout] 408 | | } [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 573 | flash_impl!(MyFlash, 1024, 128, 16, 0xFF); [INFO] [stdout] | ----------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: move this `impl` block outside the of the current function `stress_test_multipage_16` [INFO] [stdout] = note: an `impl` definition is non-local if it is nested inside an item and neither the type nor the trait are at the same nesting level as the `impl` block [INFO] [stdout] = note: this lint may become deny-by-default in the edition 2024 and higher, see the tracking issue [INFO] [stdout] = note: this error originates in the macro `flash_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 19 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `simple-flash-store` (lib test) due to 20 previous errors [INFO] running `Command { std: "docker" "inspect" "4da1a1617c8e2614f5d20350c8af6f2508ba47ae52979e79e6d99bd3080f1ca1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4da1a1617c8e2614f5d20350c8af6f2508ba47ae52979e79e6d99bd3080f1ca1", kill_on_drop: false }` [INFO] [stdout] 4da1a1617c8e2614f5d20350c8af6f2508ba47ae52979e79e6d99bd3080f1ca1