[INFO] fetching crate bevy_hanabi 0.8.0...
[INFO] checking bevy_hanabi-0.8.0 against master#5518eaa946291f00471af8b254b2a1715f234882 for pr-120393
[INFO] extracting crate bevy_hanabi 0.8.0 into /workspace/builds/worker-5-tc1/source
[INFO] validating manifest of crates.io crate bevy_hanabi 0.8.0 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 crates.io crate bevy_hanabi 0.8.0
[INFO] removed 0 missing examples
[INFO] finished tweaking crates.io crate bevy_hanabi 0.8.0
[INFO] tweaked toml for crates.io crate bevy_hanabi 0.8.0 written to /workspace/builds/worker-5-tc1/source/Cargo.toml
[INFO] crate crates.io crate bevy_hanabi 0.8.0 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+5518eaa946291f00471af8b254b2a1715f234882" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded bevy_pbr v0.12.0
[INFO] [stderr]   Downloaded noise v0.8.2
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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] 98963fcbbe36e11b48d865e282b2bf148637e6ef19c68382988e4b9f2ecf961c
[INFO] running `Command { std: "docker" "start" "-a" "98963fcbbe36e11b48d865e282b2bf148637e6ef19c68382988e4b9f2ecf961c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "98963fcbbe36e11b48d865e282b2bf148637e6ef19c68382988e4b9f2ecf961c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "98963fcbbe36e11b48d865e282b2bf148637e6ef19c68382988e4b9f2ecf961c", kill_on_drop: false }`
[INFO] [stdout] 98963fcbbe36e11b48d865e282b2bf148637e6ef19c68382988e4b9f2ecf961c
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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] 176ed59e0b5322db26c747ac536fa875b18edf126c05bfa46c2610aa9593ce37
[INFO] running `Command { std: "docker" "start" "-a" "176ed59e0b5322db26c747ac536fa875b18edf126c05bfa46c2610aa9593ce37", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.150
[INFO] [stderr]    Compiling serde v1.0.190
[INFO] [stderr]     Checking once_cell v1.18.0
[INFO] [stderr]    Compiling ahash v0.8.6
[INFO] [stderr]    Compiling futures-core v0.3.29
[INFO] [stderr]     Checking memchr v2.6.4
[INFO] [stderr]     Checking zerocopy v0.7.25
[INFO] [stderr]    Compiling syn v2.0.38
[INFO] [stderr]    Compiling thiserror v1.0.50
[INFO] [stderr]    Compiling hashbrown v0.14.2
[INFO] [stderr]    Compiling equivalent v1.0.1
[INFO] [stderr]    Compiling winnow v0.5.19
[INFO] [stderr]     Checking allocator-api2 v0.2.16
[INFO] [stderr]     Checking futures-io v0.3.29
[INFO] [stderr]    Compiling toml_datetime v0.6.5
[INFO] [stderr]    Compiling crossbeam-utils v0.8.16
[INFO] [stderr]     Checking tracing-core v0.1.32
[INFO] [stderr]    Compiling rustc-hash v1.1.0
[INFO] [stderr]    Compiling indexmap v2.1.0
[INFO] [stderr]     Checking futures-lite v1.13.0
[INFO] [stderr]     Checking async-lock v2.8.0
[INFO] [stderr]     Checking concurrent-queue v2.3.0
[INFO] [stderr]     Checking async-task v4.5.0
[INFO] [stderr]     Checking async-channel v1.9.0
[INFO] [stderr]    Compiling getrandom v0.2.10
[INFO] [stderr]    Compiling num-traits v0.2.17
[INFO] [stderr]     Checking nonmax v0.5.3
[INFO] [stderr]     Checking thread_local v1.1.7
[INFO] [stderr]     Checking async-executor v1.6.0
[INFO] [stderr]    Compiling uuid v1.5.0
[INFO] [stderr]     Checking smol_str v0.2.0
[INFO] [stderr]     Checking bevy_ptr v0.12.0
[INFO] [stderr]     Checking aho-corasick v1.1.2
[INFO] [stderr]     Checking bevy_tasks v0.12.0
[INFO] [stderr]    Compiling lock_api v0.4.11
[INFO] [stderr]     Checking overload v0.1.1
[INFO] [stderr]     Checking nu-ansi-term v0.46.0
[INFO] [stderr]     Checking matchers v0.1.0
[INFO] [stderr]     Checking tracing-log v0.1.4
[INFO] [stderr]    Compiling indexmap v1.9.3
[INFO] [stderr]     Checking raw-window-handle v0.5.2
[INFO] [stderr]     Checking termcolor v1.3.0
[INFO] [stderr]    Compiling toml_edit v0.20.7
[INFO] [stderr]    Compiling crc32fast v1.3.2
[INFO] [stderr]     Checking bit-vec v0.6.3
[INFO] [stderr]     Checking simd-adler32 v0.3.7
[INFO] [stderr]     Checking hashbrown v0.12.3
[INFO] [stderr]     Checking unicode-xid v0.2.4
[INFO] [stderr]     Checking regex-automata v0.4.3
[INFO] [stderr]     Checking codespan-reporting v0.11.1
[INFO] [stderr]     Checking pp-rs v0.2.1
[INFO] [stderr]     Checking bit-set v0.5.3
[INFO] [stderr]    Compiling num-integer v0.1.45
[INFO] [stderr]     Checking libloading v0.7.4
[INFO] [stderr]    Compiling khronos-egl v4.1.0
[INFO] [stderr]     Checking hexf-parse v0.2.1
[INFO] [stderr]     Checking arrayvec v0.7.4
[INFO] [stderr]     Checking spirv v0.2.0+1.5.4
[INFO] [stderr]    Compiling ash v0.37.3+1.3.251
[INFO] [stderr]     Checking miniz_oxide v0.7.1
[INFO] [stderr]    Compiling cc v1.0.83
[INFO] [stderr]    Compiling num-rational v0.4.1
[INFO] [stderr]     Checking atomic-waker v1.1.2
[INFO] [stderr]     Checking accesskit v0.12.1
[INFO] [stderr]     Checking piper v0.2.1
[INFO] [stderr]     Checking flate2 v1.0.28
[INFO] [stderr]    Compiling bevy_macro_utils v0.12.0
[INFO] [stderr]    Compiling encase_derive_impl v0.6.1
[INFO] [stderr]     Checking fdeflate v0.3.1
[INFO] [stderr]     Checking crossbeam-channel v0.5.8
[INFO] [stderr]     Checking regex v1.10.2
[INFO] [stderr]    Compiling async-fs v1.6.0
[INFO] [stderr]     Checking libloading v0.8.1
[INFO] [stderr]    Compiling pkg-config v0.3.27
[INFO] [stderr]     Checking renderdoc-sys v1.0.0
[INFO] [stderr]     Checking profiling v1.0.11
[INFO] [stderr]     Checking glow v0.12.3
[INFO] [stderr]    Compiling xml-rs v0.8.19
[INFO] [stderr]     Checking percent-encoding v2.3.0
[INFO] [stderr]     Checking png v0.17.10
[INFO] [stderr]    Compiling blake3 v1.5.0
[INFO] [stderr]    Compiling serde_derive v1.0.190
[INFO] [stderr]    Compiling bytemuck_derive v1.5.0
[INFO] [stderr]    Compiling thiserror-impl v1.0.50
[INFO] [stderr]    Compiling tracing-attributes v0.1.27
[INFO] [stderr]    Compiling bevy_utils_proc_macros v0.12.0
[INFO] [stderr]    Compiling bevy_reflect_derive v0.12.0
[INFO] [stderr]    Compiling bevy_ecs_macros v0.12.0
[INFO] [stderr]    Compiling bevy_derive v0.12.0
[INFO] [stderr]     Checking bytemuck v1.14.0
[INFO] [stderr]    Compiling x11-dl v2.21.0
[INFO] [stderr]    Compiling wayland-scanner v0.29.5
[INFO] [stderr]     Checking const_soft_float v0.1.4
[INFO] [stderr]     Checking color_quant v1.1.0
[INFO] [stderr]    Compiling cfg_aliases v0.1.1
[INFO] [stderr]     Checking tracing v0.1.40
[INFO] [stderr]     Checking base64 v0.21.5
[INFO] [stderr]     Checking blocking v1.4.1
[INFO] [stderr]     Checking image v0.24.7
[INFO] [stderr]     Checking constgebra v0.1.3
[INFO] [stderr]    Compiling bevy_asset_macros v0.12.0
[INFO] [stderr]    Compiling encase_derive v0.6.1
[INFO] [stderr]     Checking async-broadcast v0.5.1
[INFO] [stderr]     Checking data-encoding v2.4.0
[INFO] [stderr]    Compiling winit v0.28.7
[INFO] [stderr]     Checking unicode-ident v1.0.12
[INFO] [stderr]     Checking static_assertions v1.1.0
[INFO] [stderr]     Checking regex-syntax v0.7.5
[INFO] [stderr]     Checking const_panic v0.2.8
[INFO] [stderr]    Compiling bevy_encase_derive v0.12.0
[INFO] [stderr]    Compiling bevy_render_macros v0.12.0
[INFO] [stderr]     Checking mio v0.8.9
[INFO] [stderr]    Compiling memoffset v0.6.5
[INFO] [stderr]     Checking radsort v0.1.0
[INFO] [stderr]    Compiling getrandom v0.1.16
[INFO] [stderr]     Checking approx v0.5.1
[INFO] [stderr]     Checking sysinfo v0.29.10
[INFO] [stderr]     Checking ttf-parser v0.20.0
[INFO] [stderr]     Checking nix v0.24.3
[INFO] [stderr]    Compiling futures-channel v0.3.29
[INFO] [stderr]     Checking unicode-bidi v0.3.13
[INFO] [stderr]    Compiling futures-task v0.3.29
[INFO] [stderr]     Checking ab_glyph_rasterizer v0.1.8
[INFO] [stderr]     Checking idna v0.4.0
[INFO] [stderr]     Checking rand_core v0.5.1
[INFO] [stderr]     Checking emath v0.23.0
[INFO] [stderr]     Checking ecolor v0.23.0
[INFO] [stderr]     Checking form_urlencoded v1.2.0
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]     Checking gethostname v0.2.3
[INFO] [stderr]     Checking nohash-hasher v0.2.0
[INFO] [stderr]    Compiling futures-util v0.3.29
[INFO] [stderr]     Checking futures-sink v0.3.29
[INFO] [stderr]     Checking url v2.4.1
[INFO] [stderr]     Checking owned_ttf_parser v0.20.0
[INFO] [stderr]    Compiling futures-macro v0.3.29
[INFO] [stderr]     Checking ab_glyph v0.2.23
[INFO] [stderr]    Compiling anyhow v1.0.75
[INFO] [stderr]     Checking home v0.5.5
[INFO] [stderr]     Checking webbrowser v0.8.12
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking rand_chacha v0.2.2
[INFO] [stderr]    Compiling typetag-impl v0.2.13
[INFO] [stderr]     Checking smallvec v1.11.1
[INFO] [stderr]     Checking glam v0.24.2
[INFO] [stderr]     Checking erased-serde v0.3.31
[INFO] [stderr]     Checking bitflags v2.4.1
[INFO] [stderr]     Checking parking_lot_core v0.9.9
[INFO] [stderr]     Checking tracing-subscriber v0.3.17
[INFO] [stderr]     Checking parking_lot v0.12.1
[INFO] [stderr]     Checking gpu-alloc-types v0.3.0
[INFO] [stderr]     Checking naga v0.13.0
[INFO] [stderr]     Checking gpu-descriptor-types v0.1.2
[INFO] [stderr]     Checking wgpu-types v0.17.0
[INFO] [stderr]     Checking ron v0.8.1
[INFO] [stderr]     Checking gpu-alloc v0.6.0
[INFO] [stderr]     Checking petgraph v0.6.4
[INFO] [stderr]     Checking gpu-descriptor v0.2.4
[INFO] [stderr]     Checking accesskit_winit v0.15.0
[INFO] [stderr]     Checking x11rb-protocol v0.10.0
[INFO] [stderr]     Checking epaint v0.23.0
[INFO] [stderr]     Checking inventory v0.3.13
[INFO] [stderr]     Checking rand v0.7.3
[INFO] [stderr]     Checking typetag v0.2.13
[INFO] [stderr]     Checking egui v0.23.0
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]     Checking bevy_math v0.12.0
[INFO] [stderr]     Checking bevy_utils v0.12.0
[INFO] [stderr]     Checking bevy_mikktspace v0.12.0
[INFO] [stderr]     Checking hexasphere v9.1.0
[INFO] [stderr]     Checking bevy_reflect v0.12.0
[INFO] [stderr]     Checking encase v0.6.1
[INFO] [stderr]     Checking rand_pcg v0.3.1
[INFO] [stderr]     Checking rand_xorshift v0.2.0
[INFO] [stderr]    Compiling bevy-inspector-egui-derive v0.21.0
[INFO] [stderr]     Checking copyless v0.1.5
[INFO] [stderr]     Checking pretty-type-name v1.0.1
[INFO] [stderr]     Checking noise v0.8.2
[INFO] [stderr]     Checking futures-executor v0.3.29
[INFO] [stderr]     Checking futures v0.3.29
[INFO] [stderr]     Checking x11rb v0.10.1
[INFO] [stderr]     Checking bevy_ecs v0.12.0
[INFO] [stderr]     Checking wgpu-hal v0.17.2
[INFO] [stderr]     Checking naga_oil v0.10.0
[INFO] [stderr]     Checking arboard v3.2.1
[INFO] [stderr]     Checking wgpu-core v0.17.1
[INFO] [stderr]     Checking bevy_app v0.12.0
[INFO] [stderr]     Checking bevy_log v0.12.0
[INFO] [stderr]     Checking bevy_core v0.12.0
[INFO] [stderr]     Checking bevy_a11y v0.12.0
[INFO] [stderr]     Checking bevy_input v0.12.0
[INFO] [stderr]     Checking bevy_time v0.12.0
[INFO] [stderr]     Checking bevy_asset v0.12.0
[INFO] [stderr]     Checking wgpu v0.17.1
[INFO] [stderr]     Checking bevy_hierarchy v0.12.0
[INFO] [stderr]     Checking bevy_transform v0.12.0
[INFO] [stderr]     Checking bevy_diagnostic v0.12.0
[INFO] [stderr]     Checking bevy_window v0.12.0
[INFO] [stderr]     Checking bevy_winit v0.12.0
[INFO] [stderr]     Checking bevy_render v0.12.0
[INFO] [stderr]     Checking bevy_core_pipeline v0.12.0
[INFO] [stderr]     Checking bevy_internal v0.12.0
[INFO] [stderr]     Checking bevy_pbr v0.12.0
[INFO] [stderr]     Checking bevy v0.12.0
[INFO] [stderr]     Checking bevy_egui v0.23.0
[INFO] [stderr]     Checking bevy_hanabi v0.8.0 (/opt/rustwide/workdir)
[INFO] [stdout] error: unused import: `EffectBuffer`
[INFO] [stdout]   --> src/render/mod.rs:63:24
[INFO] [stdout]    |
[INFO] [stdout] 63 | pub use effect_cache::{EffectBuffer, EffectSlice};
[INFO] [stdout]    |                        ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] note: the lint level is defined here
[INFO] [stdout]   --> src/lib.rs:2:5
[INFO] [stdout]    |
[INFO] [stdout] 2  |     warnings,
[INFO] [stdout]    |     ^^^^^^^^
[INFO] [stdout]    = note: `#[deny(unused_imports)]` implied by `#[deny(warnings)]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking bevy-inspector-egui v0.21.0
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `bevy_hanabi` (lib) due to 2 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error: unused import: `EffectBuffer`
[INFO] [stdout]   --> src/render/mod.rs:63:24
[INFO] [stdout]    |
[INFO] [stdout] 63 | pub use effect_cache::{EffectBuffer, EffectSlice};
[INFO] [stdout]    |                        ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] note: the lint level is defined here
[INFO] [stdout]   --> src/lib.rs:2:5
[INFO] [stdout]    |
[INFO] [stdout] 2  |     warnings,
[INFO] [stdout]    |     ^^^^^^^^
[INFO] [stdout]    = note: `#[deny(unused_imports)]` implied by `#[deny(warnings)]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `bevy_hanabi` (lib test) due to 2 previous errors
[INFO] running `Command { std: "docker" "inspect" "176ed59e0b5322db26c747ac536fa875b18edf126c05bfa46c2610aa9593ce37", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "176ed59e0b5322db26c747ac536fa875b18edf126c05bfa46c2610aa9593ce37", kill_on_drop: false }`
[INFO] [stdout] 176ed59e0b5322db26c747ac536fa875b18edf126c05bfa46c2610aa9593ce37
[INFO] checking bevy_hanabi-0.8.0 against try#7622c0f807a4e13c4db886a1681bf343795692df+rustflags=-Dnon_local_definitions for pr-120393
[INFO] extracting crate bevy_hanabi 0.8.0 into /workspace/builds/worker-5-tc2/source
[INFO] validating manifest of crates.io crate bevy_hanabi 0.8.0 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 crates.io crate bevy_hanabi 0.8.0
[INFO] removed 0 missing examples
[INFO] finished tweaking crates.io crate bevy_hanabi 0.8.0
[INFO] tweaked toml for crates.io crate bevy_hanabi 0.8.0 written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] crate crates.io crate bevy_hanabi 0.8.0 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+7622c0f807a4e13c4db886a1681bf343795692df" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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] a7120ff5a99b4efec1ac321d0850b3e30061c14e1f2d3c71611162729eeffaaf
[INFO] running `Command { std: "docker" "start" "-a" "a7120ff5a99b4efec1ac321d0850b3e30061c14e1f2d3c71611162729eeffaaf", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "a7120ff5a99b4efec1ac321d0850b3e30061c14e1f2d3c71611162729eeffaaf", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a7120ff5a99b4efec1ac321d0850b3e30061c14e1f2d3c71611162729eeffaaf", kill_on_drop: false }`
[INFO] [stdout] a7120ff5a99b4efec1ac321d0850b3e30061c14e1f2d3c71611162729eeffaaf
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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] a51f45997b226d70e85f74b89b25be53d6fc84f95087923149206fee490697bb
[INFO] running `Command { std: "docker" "start" "-a" "a51f45997b226d70e85f74b89b25be53d6fc84f95087923149206fee490697bb", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.150
[INFO] [stderr]    Compiling serde v1.0.190
[INFO] [stderr]     Checking once_cell v1.18.0
[INFO] [stderr]    Compiling ahash v0.8.6
[INFO] [stderr]     Checking memchr v2.6.4
[INFO] [stderr]    Compiling futures-core v0.3.29
[INFO] [stderr]     Checking zerocopy v0.7.25
[INFO] [stderr]    Compiling syn v2.0.38
[INFO] [stderr]    Compiling thiserror v1.0.50
[INFO] [stderr]    Compiling hashbrown v0.14.2
[INFO] [stderr]    Compiling equivalent v1.0.1
[INFO] [stderr]     Checking futures-io v0.3.29
[INFO] [stderr]    Compiling winnow v0.5.19
[INFO] [stderr]     Checking allocator-api2 v0.2.16
[INFO] [stderr]    Compiling crossbeam-utils v0.8.16
[INFO] [stderr]    Compiling toml_datetime v0.6.5
[INFO] [stderr]     Checking tracing-core v0.1.32
[INFO] [stderr]    Compiling rustc-hash v1.1.0
[INFO] [stderr]    Compiling indexmap v2.1.0
[INFO] [stderr]     Checking futures-lite v1.13.0
[INFO] [stderr]     Checking async-lock v2.8.0
[INFO] [stderr]     Checking concurrent-queue v2.3.0
[INFO] [stderr]     Checking async-task v4.5.0
[INFO] [stderr]     Checking async-channel v1.9.0
[INFO] [stderr]    Compiling num-traits v0.2.17
[INFO] [stderr]     Checking nonmax v0.5.3
[INFO] [stderr]    Compiling getrandom v0.2.10
[INFO] [stderr]     Checking async-executor v1.6.0
[INFO] [stderr]     Checking thread_local v1.1.7
[INFO] [stderr]    Compiling uuid v1.5.0
[INFO] [stderr]     Checking smol_str v0.2.0
[INFO] [stderr]     Checking bevy_ptr v0.12.0
[INFO] [stderr]     Checking bevy_tasks v0.12.0
[INFO] [stderr]     Checking aho-corasick v1.1.2
[INFO] [stderr]    Compiling lock_api v0.4.11
[INFO] [stderr]     Checking overload v0.1.1
[INFO] [stderr]     Checking nu-ansi-term v0.46.0
[INFO] [stderr]    Compiling toml_edit v0.20.7
[INFO] [stderr]     Checking matchers v0.1.0
[INFO] [stderr]     Checking tracing-log v0.1.4
[INFO] [stderr]    Compiling indexmap v1.9.3
[INFO] [stderr]     Checking raw-window-handle v0.5.2
[INFO] [stderr]     Checking hashbrown v0.12.3
[INFO] [stderr]     Checking bit-vec v0.6.3
[INFO] [stderr]    Compiling crc32fast v1.3.2
[INFO] [stderr]     Checking termcolor v1.3.0
[INFO] [stderr]     Checking simd-adler32 v0.3.7
[INFO] [stderr]     Checking unicode-xid v0.2.4
[INFO] [stderr]     Checking codespan-reporting v0.11.1
[INFO] [stderr]     Checking bit-set v0.5.3
[INFO] [stderr]     Checking pp-rs v0.2.1
[INFO] [stderr]     Checking libloading v0.7.4
[INFO] [stderr]    Compiling num-integer v0.1.45
[INFO] [stderr]     Checking hexf-parse v0.2.1
[INFO] [stderr]     Checking arrayvec v0.7.4
[INFO] [stderr]     Checking regex-automata v0.4.3
[INFO] [stderr]    Compiling khronos-egl v4.1.0
[INFO] [stderr]    Compiling ash v0.37.3+1.3.251
[INFO] [stderr]     Checking miniz_oxide v0.7.1
[INFO] [stderr]     Checking spirv v0.2.0+1.5.4
[INFO] [stderr]    Compiling cc v1.0.83
[INFO] [stderr]    Compiling num-rational v0.4.1
[INFO] [stderr]     Checking accesskit v0.12.1
[INFO] [stderr]    Compiling bevy_macro_utils v0.12.0
[INFO] [stderr]     Checking atomic-waker v1.1.2
[INFO] [stderr]     Checking flate2 v1.0.28
[INFO] [stderr]     Checking piper v0.2.1
[INFO] [stderr]    Compiling encase_derive_impl v0.6.1
[INFO] [stderr]     Checking fdeflate v0.3.1
[INFO] [stderr]     Checking crossbeam-channel v0.5.8
[INFO] [stderr]    Compiling async-fs v1.6.0
[INFO] [stderr]     Checking libloading v0.8.1
[INFO] [stderr]    Compiling pkg-config v0.3.27
[INFO] [stderr]     Checking renderdoc-sys v1.0.0
[INFO] [stderr]     Checking profiling v1.0.11
[INFO] [stderr]    Compiling xml-rs v0.8.19
[INFO] [stderr]     Checking percent-encoding v2.3.0
[INFO] [stderr]     Checking glow v0.12.3
[INFO] [stderr]    Compiling blake3 v1.5.0
[INFO] [stderr]    Compiling x11-dl v2.21.0
[INFO] [stderr]     Checking regex v1.10.2
[INFO] [stderr]     Checking png v0.17.10
[INFO] [stderr]     Checking color_quant v1.1.0
[INFO] [stderr]     Checking base64 v0.21.5
[INFO] [stderr]    Compiling wayland-scanner v0.29.5
[INFO] [stderr]    Compiling cfg_aliases v0.1.1
[INFO] [stderr]     Checking const_soft_float v0.1.4
[INFO] [stderr]    Compiling serde_derive v1.0.190
[INFO] [stderr]    Compiling bytemuck_derive v1.5.0
[INFO] [stderr]    Compiling thiserror-impl v1.0.50
[INFO] [stderr]    Compiling tracing-attributes v0.1.27
[INFO] [stderr]    Compiling bevy_utils_proc_macros v0.12.0
[INFO] [stderr]    Compiling bevy_reflect_derive v0.12.0
[INFO] [stderr]    Compiling bevy_ecs_macros v0.12.0
[INFO] [stderr]    Compiling bevy_derive v0.12.0
[INFO] [stderr]     Checking bytemuck v1.14.0
[INFO] [stderr]     Checking image v0.24.7
[INFO] [stderr]    Compiling winit v0.28.7
[INFO] [stderr]     Checking tracing v0.1.40
[INFO] [stderr]     Checking constgebra v0.1.3
[INFO] [stderr]    Compiling encase_derive v0.6.1
[INFO] [stderr]     Checking blocking v1.4.1
[INFO] [stderr]    Compiling bevy_asset_macros v0.12.0
[INFO] [stderr]     Checking async-broadcast v0.5.1
[INFO] [stderr]     Checking unicode-ident v1.0.12
[INFO] [stderr]     Checking const_panic v0.2.8
[INFO] [stderr]     Checking data-encoding v2.4.0
[INFO] [stderr]     Checking static_assertions v1.1.0
[INFO] [stderr]     Checking regex-syntax v0.7.5
[INFO] [stderr]    Compiling bevy_encase_derive v0.12.0
[INFO] [stderr]    Compiling bevy_render_macros v0.12.0
[INFO] [stderr]     Checking mio v0.8.9
[INFO] [stderr]    Compiling memoffset v0.6.5
[INFO] [stderr]     Checking radsort v0.1.0
[INFO] [stderr]    Compiling getrandom v0.1.16
[INFO] [stderr]     Checking approx v0.5.1
[INFO] [stderr]     Checking sysinfo v0.29.10
[INFO] [stderr]     Checking ttf-parser v0.20.0
[INFO] [stderr]     Checking nix v0.24.3
[INFO] [stderr]     Checking ab_glyph_rasterizer v0.1.8
[INFO] [stderr]     Checking unicode-bidi v0.3.13
[INFO] [stderr]    Compiling futures-channel v0.3.29
[INFO] [stderr]    Compiling futures-task v0.3.29
[INFO] [stderr]     Checking rand_core v0.5.1
[INFO] [stderr]     Checking idna v0.4.0
[INFO] [stderr]     Checking ecolor v0.23.0
[INFO] [stderr]     Checking emath v0.23.0
[INFO] [stderr]     Checking form_urlencoded v1.2.0
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]     Checking gethostname v0.2.3
[INFO] [stderr]     Checking nohash-hasher v0.2.0
[INFO] [stderr]     Checking futures-sink v0.3.29
[INFO] [stderr]    Compiling futures-util v0.3.29
[INFO] [stderr]     Checking url v2.4.1
[INFO] [stderr]    Compiling futures-macro v0.3.29
[INFO] [stderr]     Checking home v0.5.5
[INFO] [stderr]    Compiling anyhow v1.0.75
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking webbrowser v0.8.12
[INFO] [stderr]     Checking owned_ttf_parser v0.20.0
[INFO] [stderr]     Checking rand_chacha v0.2.2
[INFO] [stderr]     Checking ab_glyph v0.2.23
[INFO] [stderr]    Compiling typetag-impl v0.2.13
[INFO] [stderr]     Checking inventory v0.3.13
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]     Checking rand v0.7.3
[INFO] [stderr]     Checking rand_pcg v0.3.1
[INFO] [stderr]     Checking rand_xorshift v0.2.0
[INFO] [stderr]    Compiling bevy-inspector-egui-derive v0.21.0
[INFO] [stderr]     Checking x11rb-protocol v0.10.0
[INFO] [stderr]     Checking pretty-type-name v1.0.1
[INFO] [stderr]     Checking smallvec v1.11.1
[INFO] [stderr]     Checking glam v0.24.2
[INFO] [stderr]     Checking erased-serde v0.3.31
[INFO] [stderr]     Checking bitflags v2.4.1
[INFO] [stderr]     Checking parking_lot_core v0.9.9
[INFO] [stderr]     Checking tracing-subscriber v0.3.17
[INFO] [stderr]     Checking gpu-alloc-types v0.3.0
[INFO] [stderr]     Checking parking_lot v0.12.1
[INFO] [stderr]     Checking gpu-descriptor-types v0.1.2
[INFO] [stderr]     Checking naga v0.13.0
[INFO] [stderr]     Checking gpu-descriptor v0.2.4
[INFO] [stderr]     Checking gpu-alloc v0.6.0
[INFO] [stderr]     Checking wgpu-types v0.17.0
[INFO] [stderr]     Checking ron v0.8.1
[INFO] [stderr]     Checking accesskit_winit v0.15.0
[INFO] [stderr]     Checking petgraph v0.6.4
[INFO] [stderr]     Checking epaint v0.23.0
[INFO] [stderr]     Checking typetag v0.2.13
[INFO] [stderr]     Checking copyless v0.1.5
[INFO] [stderr]     Checking noise v0.8.2
[INFO] [stderr]     Checking egui v0.23.0
[INFO] [stderr]     Checking bevy_utils v0.12.0
[INFO] [stderr]     Checking bevy_math v0.12.0
[INFO] [stderr]     Checking bevy_mikktspace v0.12.0
[INFO] [stderr]     Checking encase v0.6.1
[INFO] [stderr]     Checking hexasphere v9.1.0
[INFO] [stderr]     Checking bevy_reflect v0.12.0
[INFO] [stderr]     Checking futures-executor v0.3.29
[INFO] [stderr]     Checking futures v0.3.29
[INFO] [stderr]     Checking x11rb v0.10.1
[INFO] [stderr]     Checking arboard v3.2.1
[INFO] [stderr]     Checking wgpu-hal v0.17.2
[INFO] [stderr]     Checking naga_oil v0.10.0
[INFO] [stderr]     Checking bevy_ecs v0.12.0
[INFO] [stderr]     Checking wgpu-core v0.17.1
[INFO] [stderr]     Checking wgpu v0.17.1
[INFO] [stderr]     Checking bevy_app v0.12.0
[INFO] [stderr]     Checking bevy_log v0.12.0
[INFO] [stderr]     Checking bevy_core v0.12.0
[INFO] [stderr]     Checking bevy_a11y v0.12.0
[INFO] [stderr]     Checking bevy_input v0.12.0
[INFO] [stderr]     Checking bevy_time v0.12.0
[INFO] [stderr]     Checking bevy_asset v0.12.0
[INFO] [stderr]     Checking bevy_hierarchy v0.12.0
[INFO] [stderr]     Checking bevy_transform v0.12.0
[INFO] [stderr]     Checking bevy_diagnostic v0.12.0
[INFO] [stderr]     Checking bevy_window v0.12.0
[INFO] [stderr]     Checking bevy_render v0.12.0
[INFO] [stderr]     Checking bevy_winit v0.12.0
[INFO] [stderr]     Checking bevy_core_pipeline v0.12.0
[INFO] [stderr]     Checking bevy_internal v0.12.0
[INFO] [stderr]     Checking bevy_pbr v0.12.0
[INFO] [stderr]     Checking bevy v0.12.0
[INFO] [stderr]     Checking bevy_egui v0.23.0
[INFO] [stderr]     Checking bevy_hanabi v0.8.0 (/opt/rustwide/workdir)
[INFO] [stdout] error: unused import: `EffectBuffer`
[INFO] [stdout]   --> src/render/mod.rs:63:24
[INFO] [stdout]    |
[INFO] [stdout] 63 | pub use effect_cache::{EffectBuffer, EffectSlice};
[INFO] [stdout]    |                        ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] note: the lint level is defined here
[INFO] [stdout]   --> src/lib.rs:2:5
[INFO] [stdout]    |
[INFO] [stdout] 2  |     warnings,
[INFO] [stdout]    |     ^^^^^^^^
[INFO] [stdout]    = note: `#[deny(unused_imports)]` implied by `#[deny(warnings)]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking bevy-inspector-egui v0.21.0
[INFO] [stdout] error: non-local `impl` definition, they should be avoided as they go against expectation
[INFO] [stdout]    --> src/modifier/mod.rs:104:1
[INFO] [stdout]     |
[INFO] [stdout] 104 | #[typetag::serde]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: move this `impl` block outside the of the current constant `_Modifier_registry`
[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 <https://github.com/rust-lang/rust/issues/120363>
[INFO] [stdout]     = note: requested on the command line with `-D non-local-definitions`
[INFO] [stdout]     = note: this error originates in the attribute macro `typetag::serde` (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/modifier/mod.rs:253:1
[INFO] [stdout]     |
[INFO] [stdout] 253 | #[typetag::serde]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: move this `impl` block outside the of the current constant `_InitModifier_registry`
[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 <https://github.com/rust-lang/rust/issues/120363>
[INFO] [stdout]     = note: this error originates in the attribute macro `typetag::serde` (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/modifier/mod.rs:443:1
[INFO] [stdout]     |
[INFO] [stdout] 443 | #[typetag::serde]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: move this `impl` block outside the of the current constant `_UpdateModifier_registry`
[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 <https://github.com/rust-lang/rust/issues/120363>
[INFO] [stdout]     = note: this error originates in the attribute macro `typetag::serde` (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/modifier/mod.rs:608:1
[INFO] [stdout]     |
[INFO] [stdout] 608 | #[typetag::serde]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: move this `impl` block outside the of the current constant `_RenderModifier_registry`
[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 <https://github.com/rust-lang/rust/issues/120363>
[INFO] [stdout]     = note: this error originates in the attribute macro `typetag::serde` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 5 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `bevy_hanabi` (lib) due to 6 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error: unused import: `EffectBuffer`
[INFO] [stdout]   --> src/render/mod.rs:63:24
[INFO] [stdout]    |
[INFO] [stdout] 63 | pub use effect_cache::{EffectBuffer, EffectSlice};
[INFO] [stdout]    |                        ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] note: the lint level is defined here
[INFO] [stdout]   --> src/lib.rs:2:5
[INFO] [stdout]    |
[INFO] [stdout] 2  |     warnings,
[INFO] [stdout]    |     ^^^^^^^^
[INFO] [stdout]    = note: `#[deny(unused_imports)]` implied by `#[deny(warnings)]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: non-local `impl` definition, they should be avoided as they go against expectation
[INFO] [stdout]    --> src/modifier/mod.rs:104:1
[INFO] [stdout]     |
[INFO] [stdout] 104 | #[typetag::serde]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: move this `impl` block outside the of the current constant `_Modifier_registry`
[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 <https://github.com/rust-lang/rust/issues/120363>
[INFO] [stdout]     = note: requested on the command line with `-D non-local-definitions`
[INFO] [stdout]     = note: this error originates in the attribute macro `typetag::serde` (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/modifier/mod.rs:253:1
[INFO] [stdout]     |
[INFO] [stdout] 253 | #[typetag::serde]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: move this `impl` block outside the of the current constant `_InitModifier_registry`
[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 <https://github.com/rust-lang/rust/issues/120363>
[INFO] [stdout]     = note: this error originates in the attribute macro `typetag::serde` (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/modifier/mod.rs:443:1
[INFO] [stdout]     |
[INFO] [stdout] 443 | #[typetag::serde]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: move this `impl` block outside the of the current constant `_UpdateModifier_registry`
[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 <https://github.com/rust-lang/rust/issues/120363>
[INFO] [stdout]     = note: this error originates in the attribute macro `typetag::serde` (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/modifier/mod.rs:608:1
[INFO] [stdout]     |
[INFO] [stdout] 608 | #[typetag::serde]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: move this `impl` block outside the of the current constant `_RenderModifier_registry`
[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 <https://github.com/rust-lang/rust/issues/120363>
[INFO] [stdout]     = note: this error originates in the attribute macro `typetag::serde` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 5 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `bevy_hanabi` (lib test) due to 6 previous errors
[INFO] running `Command { std: "docker" "inspect" "a51f45997b226d70e85f74b89b25be53d6fc84f95087923149206fee490697bb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a51f45997b226d70e85f74b89b25be53d6fc84f95087923149206fee490697bb", kill_on_drop: false }`
[INFO] [stdout] a51f45997b226d70e85f74b89b25be53d6fc84f95087923149206fee490697bb
