[INFO] fetching crate bevy-trait-query 0.4.0...
[INFO] checking bevy-trait-query-0.4.0 against master#80399064afa4a2cd153f30d02c25f7ea0383ed65 for opaque-soundness-fix
[INFO] extracting crate bevy-trait-query 0.4.0 into /workspace/builds/worker-4-tc1/source
[INFO] validating manifest of crates.io crate bevy-trait-query 0.4.0 on toolchain 80399064afa4a2cd153f30d02c25f7ea0383ed65
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+80399064afa4a2cd153f30d02c25f7ea0383ed65" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate bevy-trait-query 0.4.0
[INFO] finished tweaking crates.io crate bevy-trait-query 0.4.0
[INFO] tweaked toml for crates.io crate bevy-trait-query 0.4.0 written to /workspace/builds/worker-4-tc1/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+80399064afa4a2cd153f30d02c25f7ea0383ed65" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+80399064afa4a2cd153f30d02c25f7ea0383ed65" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded bevy-trait-query-impl v0.4.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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" "+80399064afa4a2cd153f30d02c25f7ea0383ed65" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 1b7aa64292f3714d52346d0bae8fefaf25743018dba0e98af3cfc7db40f041a2
[INFO] running `Command { std: "docker" "start" "-a" "1b7aa64292f3714d52346d0bae8fefaf25743018dba0e98af3cfc7db40f041a2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "1b7aa64292f3714d52346d0bae8fefaf25743018dba0e98af3cfc7db40f041a2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1b7aa64292f3714d52346d0bae8fefaf25743018dba0e98af3cfc7db40f041a2", kill_on_drop: false }`
[INFO] [stdout] 1b7aa64292f3714d52346d0bae8fefaf25743018dba0e98af3cfc7db40f041a2
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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" "+80399064afa4a2cd153f30d02c25f7ea0383ed65" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 5525011bf9f861407b9ed916881a5f187862ed2cdd75866b618a99e8d3f759a3
[INFO] running `Command { std: "docker" "start" "-a" "5525011bf9f861407b9ed916881a5f187862ed2cdd75866b618a99e8d3f759a3", kill_on_drop: false }`
[INFO] [stderr]    Compiling equivalent v1.0.1
[INFO] [stderr]    Compiling hashbrown v0.14.3
[INFO] [stderr]    Compiling winnow v0.5.40
[INFO] [stderr]    Compiling toml_datetime v0.6.5
[INFO] [stderr]    Compiling libc v0.2.153
[INFO] [stderr]     Checking allocator-api2 v0.2.16
[INFO] [stderr]     Checking fixedbitset v0.4.2
[INFO] [stderr]     Checking bytemuck v1.15.0
[INFO] [stderr]     Checking concurrent-queue v2.4.0
[INFO] [stderr]     Checking futures-lite v2.3.0
[INFO] [stderr]     Checking instant v0.1.12
[INFO] [stderr]     Checking ahash v0.8.11
[INFO] [stderr]    Compiling bevy_utils_proc_macros v0.12.1
[INFO] [stderr]     Checking serde v1.0.197
[INFO] [stderr]     Checking tracing v0.1.40
[INFO] [stderr]     Checking nonmax v0.5.5
[INFO] [stderr]     Checking smol_str v0.2.1
[INFO] [stderr]     Checking bevy_ptr v0.12.1
[INFO] [stderr]     Checking downcast-rs v1.2.0
[INFO] [stderr]     Checking rustc-hash v1.1.0
[INFO] [stderr]     Checking event-listener v4.0.3
[INFO] [stderr]     Checking async-channel v1.9.0
[INFO] [stderr]     Checking tracing-log v0.1.4
[INFO] [stderr]     Checking crossbeam-channel v0.5.12
[INFO] [stderr]     Checking accesskit v0.12.3
[INFO] [stderr]     Checking sysinfo v0.29.11
[INFO] [stderr]    Compiling once_cell v1.19.0
[INFO] [stderr]     Checking raw-window-handle v0.5.2
[INFO] [stderr]     Checking clap_lex v0.7.0
[INFO] [stderr]     Checking plotters v0.3.5
[INFO] [stderr]     Checking event-listener-strategy v0.4.0
[INFO] [stderr]     Checking clap_builder v4.5.2
[INFO] [stderr]     Checking async-lock v3.3.0
[INFO] [stderr]    Compiling indexmap v2.2.6
[INFO] [stderr]    Compiling getrandom v0.2.12
[INFO] [stderr]    Compiling uuid v1.8.0
[INFO] [stderr]     Checking async-executor v1.8.0
[INFO] [stderr]     Checking bevy_tasks v0.12.1
[INFO] [stderr]    Compiling toml_edit v0.20.7
[INFO] [stderr]    Compiling toml_edit v0.19.15
[INFO] [stderr]     Checking clap v4.5.3
[INFO] [stderr]     Checking smallvec v1.13.2
[INFO] [stderr]     Checking glam v0.24.2
[INFO] [stderr]     Checking erased-serde v0.3.31
[INFO] [stderr]     Checking serde_json v1.0.114
[INFO] [stderr]     Checking ciborium v0.2.2
[INFO] [stderr]     Checking tracing-subscriber v0.3.18
[INFO] [stderr]     Checking tinytemplate v1.2.1
[INFO] [stderr]    Compiling proc-macro-crate v1.3.1
[INFO] [stderr]    Compiling bevy_macro_utils v0.12.1
[INFO] [stderr]     Checking criterion v0.5.1
[INFO] [stderr]     Checking petgraph v0.6.4
[INFO] [stderr]    Compiling bevy-trait-query-impl v0.4.0
[INFO] [stderr]    Compiling bevy_reflect_derive v0.12.1
[INFO] [stderr]    Compiling bevy_ecs_macros v0.12.1
[INFO] [stderr]    Compiling bevy_derive v0.12.1
[INFO] [stderr]     Checking bevy_utils v0.12.1
[INFO] [stderr]     Checking bevy_math v0.12.1
[INFO] [stderr]     Checking bevy_reflect v0.12.1
[INFO] [stderr]     Checking bevy_ecs v0.12.1
[INFO] [stderr]     Checking bevy_app v0.12.1
[INFO] [stderr]     Checking bevy_core v0.12.1
[INFO] [stderr]     Checking bevy_log v0.12.1
[INFO] [stderr]     Checking bevy_a11y v0.12.1
[INFO] [stderr]     Checking bevy_time v0.12.1
[INFO] [stderr]     Checking bevy_input v0.12.1
[INFO] [stderr]     Checking bevy_hierarchy v0.12.1
[INFO] [stderr]     Checking bevy-trait-query v0.4.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Checking bevy_diagnostic v0.12.1
[INFO] [stderr]     Checking bevy_transform v0.12.1
[INFO] [stderr]     Checking bevy_window v0.12.1
[INFO] [stderr]     Checking bevy_internal v0.12.1
[INFO] [stderr]     Checking bevy v0.12.1
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> benches/fragmented.rs:47:30
[INFO] [stdout]    |
[INFO] [stdout] 47 |               struct $variants(f32);
[INFO] [stdout]    |                                ^^^
[INFO] [stdout] ...
[INFO] [stdout] 64 | /         create_entities!(
[INFO] [stdout] 65 | |             world; A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X, Y, Z
[INFO] [stdout]    | |                    - field in this struct
[INFO] [stdout] 66 | |         );
[INFO] [stdout]    | |_________- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` on by default
[INFO] [stdout]    = note: this warning originates in the macro `create_entities` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]    |
[INFO] [stdout] 47 |             struct $variants(());
[INFO] [stdout]    |                              ~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> benches/fragmented.rs:47:30
[INFO] [stdout]    |
[INFO] [stdout] 47 |               struct $variants(f32);
[INFO] [stdout]    |                                ^^^
[INFO] [stdout] ...
[INFO] [stdout] 64 | /         create_entities!(
[INFO] [stdout] 65 | |             world; A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X, Y, Z
[INFO] [stdout]    | |                       - field in this struct
[INFO] [stdout] 66 | |         );
[INFO] [stdout]    | |_________- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `create_entities` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]    |
[INFO] [stdout] 47 |             struct $variants(());
[INFO] [stdout]    |                              ~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> benches/fragmented.rs:47:30
[INFO] [stdout]    |
[INFO] [stdout] 47 |               struct $variants(f32);
[INFO] [stdout]    |                                ^^^
[INFO] [stdout] ...
[INFO] [stdout] 64 | /         create_entities!(
[INFO] [stdout] 65 | |             world; A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X, Y, Z
[INFO] [stdout]    | |                          - field in this struct
[INFO] [stdout] 66 | |         );
[INFO] [stdout]    | |_________- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `create_entities` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]    |
[INFO] [stdout] 47 |             struct $variants(());
[INFO] [stdout]    |                              ~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> benches/fragmented.rs:47:30
[INFO] [stdout]    |
[INFO] [stdout] 47 |               struct $variants(f32);
[INFO] [stdout]    |                                ^^^
[INFO] [stdout] ...
[INFO] [stdout] 64 | /         create_entities!(
[INFO] [stdout] 65 | |             world; A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X, Y, Z
[INFO] [stdout]    | |                             - field in this struct
[INFO] [stdout] 66 | |         );
[INFO] [stdout]    | |_________- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `create_entities` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]    |
[INFO] [stdout] 47 |             struct $variants(());
[INFO] [stdout]    |                              ~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> benches/fragmented.rs:47:30
[INFO] [stdout]    |
[INFO] [stdout] 47 |               struct $variants(f32);
[INFO] [stdout]    |                                ^^^
[INFO] [stdout] ...
[INFO] [stdout] 64 | /         create_entities!(
[INFO] [stdout] 65 | |             world; A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X, Y, Z
[INFO] [stdout]    | |                                - field in this struct
[INFO] [stdout] 66 | |         );
[INFO] [stdout]    | |_________- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `create_entities` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]    |
[INFO] [stdout] 47 |             struct $variants(());
[INFO] [stdout]    |                              ~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> benches/fragmented.rs:47:30
[INFO] [stdout]    |
[INFO] [stdout] 47 |               struct $variants(f32);
[INFO] [stdout]    |                                ^^^
[INFO] [stdout] ...
[INFO] [stdout] 64 | /         create_entities!(
[INFO] [stdout] 65 | |             world; A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X, Y, Z
[INFO] [stdout]    | |                                   - field in this struct
[INFO] [stdout] 66 | |         );
[INFO] [stdout]    | |_________- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `create_entities` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]    |
[INFO] [stdout] 47 |             struct $variants(());
[INFO] [stdout]    |                              ~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> benches/fragmented.rs:47:30
[INFO] [stdout]    |
[INFO] [stdout] 47 |               struct $variants(f32);
[INFO] [stdout]    |                                ^^^
[INFO] [stdout] ...
[INFO] [stdout] 64 | /         create_entities!(
[INFO] [stdout] 65 | |             world; A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X, Y, Z
[INFO] [stdout]    | |                                      - field in this struct
[INFO] [stdout] 66 | |         );
[INFO] [stdout]    | |_________- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `create_entities` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]    |
[INFO] [stdout] 47 |             struct $variants(());
[INFO] [stdout]    |                              ~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> benches/fragmented.rs:47:30
[INFO] [stdout]    |
[INFO] [stdout] 47 |               struct $variants(f32);
[INFO] [stdout]    |                                ^^^
[INFO] [stdout] ...
[INFO] [stdout] 64 | /         create_entities!(
[INFO] [stdout] 65 | |             world; A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X, Y, Z
[INFO] [stdout]    | |                                         - field in this struct
[INFO] [stdout] 66 | |         );
[INFO] [stdout]    | |_________- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `create_entities` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]    |
[INFO] [stdout] 47 |             struct $variants(());
[INFO] [stdout]    |                              ~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> benches/fragmented.rs:47:30
[INFO] [stdout]    |
[INFO] [stdout] 47 |               struct $variants(f32);
[INFO] [stdout]    |                                ^^^
[INFO] [stdout] ...
[INFO] [stdout] 64 | /         create_entities!(
[INFO] [stdout] 65 | |             world; A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X, Y, Z
[INFO] [stdout]    | |                                            - field in this struct
[INFO] [stdout] 66 | |         );
[INFO] [stdout]    | |_________- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `create_entities` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]    |
[INFO] [stdout] 47 |             struct $variants(());
[INFO] [stdout]    |                              ~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> benches/fragmented.rs:47:30
[INFO] [stdout]    |
[INFO] [stdout] 47 |               struct $variants(f32);
[INFO] [stdout]    |                                ^^^
[INFO] [stdout] ...
[INFO] [stdout] 64 | /         create_entities!(
[INFO] [stdout] 65 | |             world; A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X, Y, Z
[INFO] [stdout]    | |                                               - field in this struct
[INFO] [stdout] 66 | |         );
[INFO] [stdout]    | |_________- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `create_entities` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]    |
[INFO] [stdout] 47 |             struct $variants(());
[INFO] [stdout]    |                              ~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> benches/fragmented.rs:47:30
[INFO] [stdout]    |
[INFO] [stdout] 47 |               struct $variants(f32);
[INFO] [stdout]    |                                ^^^
[INFO] [stdout] ...
[INFO] [stdout] 64 | /         create_entities!(
[INFO] [stdout] 65 | |             world; A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X, Y, Z
[INFO] [stdout]    | |                                                  - field in this struct
[INFO] [stdout] 66 | |         );
[INFO] [stdout]    | |_________- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `create_entities` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]    |
[INFO] [stdout] 47 |             struct $variants(());
[INFO] [stdout]    |                              ~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> benches/fragmented.rs:47:30
[INFO] [stdout]    |
[INFO] [stdout] 47 |               struct $variants(f32);
[INFO] [stdout]    |                                ^^^
[INFO] [stdout] ...
[INFO] [stdout] 64 | /         create_entities!(
[INFO] [stdout] 65 | |             world; A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X, Y, Z
[INFO] [stdout]    | |                                                     - field in this struct
[INFO] [stdout] 66 | |         );
[INFO] [stdout]    | |_________- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `create_entities` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]    |
[INFO] [stdout] 47 |             struct $variants(());
[INFO] [stdout]    |                              ~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> benches/fragmented.rs:47:30
[INFO] [stdout]    |
[INFO] [stdout] 47 |               struct $variants(f32);
[INFO] [stdout]    |                                ^^^
[INFO] [stdout] ...
[INFO] [stdout] 64 | /         create_entities!(
[INFO] [stdout] 65 | |             world; A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X, Y, Z
[INFO] [stdout]    | |                                                        - field in this struct
[INFO] [stdout] 66 | |         );
[INFO] [stdout]    | |_________- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `create_entities` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]    |
[INFO] [stdout] 47 |             struct $variants(());
[INFO] [stdout]    |                              ~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> benches/fragmented.rs:47:30
[INFO] [stdout]    |
[INFO] [stdout] 47 |               struct $variants(f32);
[INFO] [stdout]    |                                ^^^
[INFO] [stdout] ...
[INFO] [stdout] 64 | /         create_entities!(
[INFO] [stdout] 65 | |             world; A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X, Y, Z
[INFO] [stdout]    | |                                                           - field in this struct
[INFO] [stdout] 66 | |         );
[INFO] [stdout]    | |_________- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `create_entities` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]    |
[INFO] [stdout] 47 |             struct $variants(());
[INFO] [stdout]    |                              ~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> benches/fragmented.rs:47:30
[INFO] [stdout]    |
[INFO] [stdout] 47 |               struct $variants(f32);
[INFO] [stdout]    |                                ^^^
[INFO] [stdout] ...
[INFO] [stdout] 64 | /         create_entities!(
[INFO] [stdout] 65 | |             world; A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X, Y, Z
[INFO] [stdout]    | |                                                              - field in this struct
[INFO] [stdout] 66 | |         );
[INFO] [stdout]    | |_________- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `create_entities` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]    |
[INFO] [stdout] 47 |             struct $variants(());
[INFO] [stdout]    |                              ~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> benches/fragmented.rs:47:30
[INFO] [stdout]    |
[INFO] [stdout] 47 |               struct $variants(f32);
[INFO] [stdout]    |                                ^^^
[INFO] [stdout] ...
[INFO] [stdout] 64 | /         create_entities!(
[INFO] [stdout] 65 | |             world; A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X, Y, Z
[INFO] [stdout]    | |                                                                 - field in this struct
[INFO] [stdout] 66 | |         );
[INFO] [stdout]    | |_________- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `create_entities` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]    |
[INFO] [stdout] 47 |             struct $variants(());
[INFO] [stdout]    |                              ~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> benches/fragmented.rs:47:30
[INFO] [stdout]    |
[INFO] [stdout] 47 |               struct $variants(f32);
[INFO] [stdout]    |                                ^^^
[INFO] [stdout] ...
[INFO] [stdout] 64 | /         create_entities!(
[INFO] [stdout] 65 | |             world; A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X, Y, Z
[INFO] [stdout]    | |                                                                    - field in this struct
[INFO] [stdout] 66 | |         );
[INFO] [stdout]    | |_________- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `create_entities` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]    |
[INFO] [stdout] 47 |             struct $variants(());
[INFO] [stdout]    |                              ~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> benches/fragmented.rs:47:30
[INFO] [stdout]    |
[INFO] [stdout] 47 |               struct $variants(f32);
[INFO] [stdout]    |                                ^^^
[INFO] [stdout] ...
[INFO] [stdout] 64 | /         create_entities!(
[INFO] [stdout] 65 | |             world; A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X, Y, Z
[INFO] [stdout]    | |                                                                       - field in this struct
[INFO] [stdout] 66 | |         );
[INFO] [stdout]    | |_________- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `create_entities` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]    |
[INFO] [stdout] 47 |             struct $variants(());
[INFO] [stdout]    |                              ~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> benches/fragmented.rs:47:30
[INFO] [stdout]    |
[INFO] [stdout] 47 |               struct $variants(f32);
[INFO] [stdout]    |                                ^^^
[INFO] [stdout] ...
[INFO] [stdout] 64 | /         create_entities!(
[INFO] [stdout] 65 | |             world; A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X, Y, Z
[INFO] [stdout]    | |                                                                          - field in this struct
[INFO] [stdout] 66 | |         );
[INFO] [stdout]    | |_________- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `create_entities` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]    |
[INFO] [stdout] 47 |             struct $variants(());
[INFO] [stdout]    |                              ~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> benches/fragmented.rs:47:30
[INFO] [stdout]    |
[INFO] [stdout] 47 |               struct $variants(f32);
[INFO] [stdout]    |                                ^^^
[INFO] [stdout] ...
[INFO] [stdout] 64 | /         create_entities!(
[INFO] [stdout] 65 | |             world; A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X, Y, Z
[INFO] [stdout]    | |                                                                             - field in this struct
[INFO] [stdout] 66 | |         );
[INFO] [stdout]    | |_________- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `create_entities` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]    |
[INFO] [stdout] 47 |             struct $variants(());
[INFO] [stdout]    |                              ~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> benches/fragmented.rs:47:30
[INFO] [stdout]    |
[INFO] [stdout] 47 |               struct $variants(f32);
[INFO] [stdout]    |                                ^^^
[INFO] [stdout] ...
[INFO] [stdout] 64 | /         create_entities!(
[INFO] [stdout] 65 | |             world; A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X, Y, Z
[INFO] [stdout]    | |                                                                                - field in this struct
[INFO] [stdout] 66 | |         );
[INFO] [stdout]    | |_________- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `create_entities` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]    |
[INFO] [stdout] 47 |             struct $variants(());
[INFO] [stdout]    |                              ~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> benches/fragmented.rs:47:30
[INFO] [stdout]    |
[INFO] [stdout] 47 |               struct $variants(f32);
[INFO] [stdout]    |                                ^^^
[INFO] [stdout] ...
[INFO] [stdout] 64 | /         create_entities!(
[INFO] [stdout] 65 | |             world; A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X, Y, Z
[INFO] [stdout]    | |                                                                                   - field in this struct
[INFO] [stdout] 66 | |         );
[INFO] [stdout]    | |_________- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `create_entities` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]    |
[INFO] [stdout] 47 |             struct $variants(());
[INFO] [stdout]    |                              ~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> benches/fragmented.rs:47:30
[INFO] [stdout]    |
[INFO] [stdout] 47 |               struct $variants(f32);
[INFO] [stdout]    |                                ^^^
[INFO] [stdout] ...
[INFO] [stdout] 64 | /         create_entities!(
[INFO] [stdout] 65 | |             world; A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X, Y, Z
[INFO] [stdout]    | |                                                                                      - field in this struct
[INFO] [stdout] 66 | |         );
[INFO] [stdout]    | |_________- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `create_entities` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]    |
[INFO] [stdout] 47 |             struct $variants(());
[INFO] [stdout]    |                              ~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> benches/fragmented.rs:47:30
[INFO] [stdout]    |
[INFO] [stdout] 47 |               struct $variants(f32);
[INFO] [stdout]    |                                ^^^
[INFO] [stdout] ...
[INFO] [stdout] 64 | /         create_entities!(
[INFO] [stdout] 65 | |             world; A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X, Y, Z
[INFO] [stdout]    | |                                                                                         - field in this struct
[INFO] [stdout] 66 | |         );
[INFO] [stdout]    | |_________- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `create_entities` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]    |
[INFO] [stdout] 47 |             struct $variants(());
[INFO] [stdout]    |                              ~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> benches/fragmented.rs:47:30
[INFO] [stdout]    |
[INFO] [stdout] 47 |               struct $variants(f32);
[INFO] [stdout]    |                                ^^^
[INFO] [stdout] ...
[INFO] [stdout] 64 | /         create_entities!(
[INFO] [stdout] 65 | |             world; A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X, Y, Z
[INFO] [stdout]    | |                                                                                            - field in this struct
[INFO] [stdout] 66 | |         );
[INFO] [stdout]    | |_________- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `create_entities` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]    |
[INFO] [stdout] 47 |             struct $variants(());
[INFO] [stdout]    |                              ~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> benches/fragmented.rs:47:30
[INFO] [stdout]    |
[INFO] [stdout] 47 |               struct $variants(f32);
[INFO] [stdout]    |                                ^^^
[INFO] [stdout] ...
[INFO] [stdout] 64 | /         create_entities!(
[INFO] [stdout] 65 | |             world; A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X, Y, Z
[INFO] [stdout]    | |                                                                                               - field in this struct
[INFO] [stdout] 66 | |         );
[INFO] [stdout]    | |_________- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `create_entities` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]    |
[INFO] [stdout] 47 |             struct $variants(());
[INFO] [stdout]    |                              ~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 26 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.63s
[INFO] running `Command { std: "docker" "inspect" "5525011bf9f861407b9ed916881a5f187862ed2cdd75866b618a99e8d3f759a3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5525011bf9f861407b9ed916881a5f187862ed2cdd75866b618a99e8d3f759a3", kill_on_drop: false }`
[INFO] [stdout] 5525011bf9f861407b9ed916881a5f187862ed2cdd75866b618a99e8d3f759a3
[INFO] checking bevy-trait-query-0.4.0 against master#09bc67b9158392361780e779d32997f14cc75c39 for opaque-soundness-fix
[INFO] extracting crate bevy-trait-query 0.4.0 into /workspace/builds/worker-4-tc2/source
[INFO] validating manifest of crates.io crate bevy-trait-query 0.4.0 on toolchain 09bc67b9158392361780e779d32997f14cc75c39
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+09bc67b9158392361780e779d32997f14cc75c39" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate bevy-trait-query 0.4.0
[INFO] finished tweaking crates.io crate bevy-trait-query 0.4.0
[INFO] tweaked toml for crates.io crate bevy-trait-query 0.4.0 written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+09bc67b9158392361780e779d32997f14cc75c39" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+09bc67b9158392361780e779d32997f14cc75c39" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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" "+09bc67b9158392361780e779d32997f14cc75c39" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 3effdf06ecad9d6ec44f062bd78fcee4d07627d73f50b8ff0d266ec0bce328c6
[INFO] running `Command { std: "docker" "start" "-a" "3effdf06ecad9d6ec44f062bd78fcee4d07627d73f50b8ff0d266ec0bce328c6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "3effdf06ecad9d6ec44f062bd78fcee4d07627d73f50b8ff0d266ec0bce328c6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3effdf06ecad9d6ec44f062bd78fcee4d07627d73f50b8ff0d266ec0bce328c6", kill_on_drop: false }`
[INFO] [stdout] 3effdf06ecad9d6ec44f062bd78fcee4d07627d73f50b8ff0d266ec0bce328c6
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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" "-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" "+09bc67b9158392361780e779d32997f14cc75c39" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] a0b4754fa1272facdcfd1920a1c8371cd6e906f644471abe2eaa64ffcc541ff3
[INFO] running `Command { std: "docker" "start" "-a" "a0b4754fa1272facdcfd1920a1c8371cd6e906f644471abe2eaa64ffcc541ff3", kill_on_drop: false }`
[INFO] [stderr]    Compiling equivalent v1.0.1
[INFO] [stderr]    Compiling hashbrown v0.14.3
[INFO] [stderr]    Compiling toml_datetime v0.6.5
[INFO] [stderr]    Compiling winnow v0.5.40
[INFO] [stderr]     Checking allocator-api2 v0.2.16
[INFO] [stderr]    Compiling libc v0.2.153
[INFO] [stderr]     Checking bytemuck v1.15.0
[INFO] [stderr]     Checking fixedbitset v0.4.2
[INFO] [stderr]     Checking futures-lite v2.3.0
[INFO] [stderr]     Checking concurrent-queue v2.4.0
[INFO] [stderr]     Checking instant v0.1.12
[INFO] [stderr]     Checking ahash v0.8.11
[INFO] [stderr]    Compiling bevy_utils_proc_macros v0.12.1
[INFO] [stderr]     Checking serde v1.0.197
[INFO] [stderr]     Checking tracing v0.1.40
[INFO] [stderr]     Checking nonmax v0.5.5
[INFO] [stderr]     Checking smol_str v0.2.1
[INFO] [stderr]     Checking downcast-rs v1.2.0
[INFO] [stderr]     Checking event-listener v4.0.3
[INFO] [stderr]     Checking async-channel v1.9.0
[INFO] [stderr]     Checking bevy_ptr v0.12.1
[INFO] [stderr]     Checking rustc-hash v1.1.0
[INFO] [stderr]     Checking tracing-log v0.1.4
[INFO] [stderr]     Checking crossbeam-channel v0.5.12
[INFO] [stderr]     Checking accesskit v0.12.3
[INFO] [stderr]     Checking sysinfo v0.29.11
[INFO] [stderr]     Checking raw-window-handle v0.5.2
[INFO] [stderr]     Checking clap_lex v0.7.0
[INFO] [stderr]    Compiling once_cell v1.19.0
[INFO] [stderr]     Checking plotters v0.3.5
[INFO] [stderr]     Checking event-listener-strategy v0.4.0
[INFO] [stderr]     Checking clap_builder v4.5.2
[INFO] [stderr]     Checking async-lock v3.3.0
[INFO] [stderr]    Compiling indexmap v2.2.6
[INFO] [stderr]    Compiling getrandom v0.2.12
[INFO] [stderr]    Compiling uuid v1.8.0
[INFO] [stderr]     Checking async-executor v1.8.0
[INFO] [stderr]     Checking bevy_tasks v0.12.1
[INFO] [stderr]    Compiling toml_edit v0.20.7
[INFO] [stderr]    Compiling toml_edit v0.19.15
[INFO] [stderr]     Checking clap v4.5.3
[INFO] [stderr]     Checking glam v0.24.2
[INFO] [stderr]     Checking smallvec v1.13.2
[INFO] [stderr]     Checking erased-serde v0.3.31
[INFO] [stderr]     Checking serde_json v1.0.114
[INFO] [stderr]     Checking ciborium v0.2.2
[INFO] [stderr]    Compiling proc-macro-crate v1.3.1
[INFO] [stderr]    Compiling bevy_macro_utils v0.12.1
[INFO] [stderr]     Checking tracing-subscriber v0.3.18
[INFO] [stderr]    Compiling bevy_reflect_derive v0.12.1
[INFO] [stderr]    Compiling bevy_ecs_macros v0.12.1
[INFO] [stderr]    Compiling bevy_derive v0.12.1
[INFO] [stderr]    Compiling bevy-trait-query-impl v0.4.0
[INFO] [stderr]     Checking tinytemplate v1.2.1
[INFO] [stderr]     Checking criterion v0.5.1
[INFO] [stderr]     Checking petgraph v0.6.4
[INFO] [stderr]     Checking bevy_utils v0.12.1
[INFO] [stderr]     Checking bevy_math v0.12.1
[INFO] [stderr]     Checking bevy_reflect v0.12.1
[INFO] [stderr]     Checking bevy_ecs v0.12.1
[INFO] [stderr]     Checking bevy_app v0.12.1
[INFO] [stderr]     Checking bevy_core v0.12.1
[INFO] [stderr]     Checking bevy_log v0.12.1
[INFO] [stderr]     Checking bevy_input v0.12.1
[INFO] [stderr]     Checking bevy_a11y v0.12.1
[INFO] [stderr]     Checking bevy_time v0.12.1
[INFO] [stderr]     Checking bevy_hierarchy v0.12.1
[INFO] [stderr]     Checking bevy-trait-query v0.4.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Checking bevy_diagnostic v0.12.1
[INFO] [stderr]     Checking bevy_transform v0.12.1
[INFO] [stderr]     Checking bevy_window v0.12.1
[INFO] [stderr]     Checking bevy_internal v0.12.1
[INFO] [stderr]     Checking bevy v0.12.1
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> benches/fragmented.rs:47:30
[INFO] [stdout]    |
[INFO] [stdout] 47 |               struct $variants(f32);
[INFO] [stdout]    |                                ^^^
[INFO] [stdout] ...
[INFO] [stdout] 64 | /         create_entities!(
[INFO] [stdout] 65 | |             world; A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X, Y, Z
[INFO] [stdout]    | |                    - field in this struct
[INFO] [stdout] 66 | |         );
[INFO] [stdout]    | |_________- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` on by default
[INFO] [stdout]    = note: this warning originates in the macro `create_entities` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]    |
[INFO] [stdout] 47 |             struct $variants(());
[INFO] [stdout]    |                              ~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> benches/fragmented.rs:47:30
[INFO] [stdout]    |
[INFO] [stdout] 47 |               struct $variants(f32);
[INFO] [stdout]    |                                ^^^
[INFO] [stdout] ...
[INFO] [stdout] 64 | /         create_entities!(
[INFO] [stdout] 65 | |             world; A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X, Y, Z
[INFO] [stdout]    | |                       - field in this struct
[INFO] [stdout] 66 | |         );
[INFO] [stdout]    | |_________- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `create_entities` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]    |
[INFO] [stdout] 47 |             struct $variants(());
[INFO] [stdout]    |                              ~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> benches/fragmented.rs:47:30
[INFO] [stdout]    |
[INFO] [stdout] 47 |               struct $variants(f32);
[INFO] [stdout]    |                                ^^^
[INFO] [stdout] ...
[INFO] [stdout] 64 | /         create_entities!(
[INFO] [stdout] 65 | |             world; A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X, Y, Z
[INFO] [stdout]    | |                          - field in this struct
[INFO] [stdout] 66 | |         );
[INFO] [stdout]    | |_________- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `create_entities` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]    |
[INFO] [stdout] 47 |             struct $variants(());
[INFO] [stdout]    |                              ~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> benches/fragmented.rs:47:30
[INFO] [stdout]    |
[INFO] [stdout] 47 |               struct $variants(f32);
[INFO] [stdout]    |                                ^^^
[INFO] [stdout] ...
[INFO] [stdout] 64 | /         create_entities!(
[INFO] [stdout] 65 | |             world; A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X, Y, Z
[INFO] [stdout]    | |                             - field in this struct
[INFO] [stdout] 66 | |         );
[INFO] [stdout]    | |_________- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `create_entities` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]    |
[INFO] [stdout] 47 |             struct $variants(());
[INFO] [stdout]    |                              ~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> benches/fragmented.rs:47:30
[INFO] [stdout]    |
[INFO] [stdout] 47 |               struct $variants(f32);
[INFO] [stdout]    |                                ^^^
[INFO] [stdout] ...
[INFO] [stdout] 64 | /         create_entities!(
[INFO] [stdout] 65 | |             world; A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X, Y, Z
[INFO] [stdout]    | |                                - field in this struct
[INFO] [stdout] 66 | |         );
[INFO] [stdout]    | |_________- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `create_entities` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]    |
[INFO] [stdout] 47 |             struct $variants(());
[INFO] [stdout]    |                              ~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> benches/fragmented.rs:47:30
[INFO] [stdout]    |
[INFO] [stdout] 47 |               struct $variants(f32);
[INFO] [stdout]    |                                ^^^
[INFO] [stdout] ...
[INFO] [stdout] 64 | /         create_entities!(
[INFO] [stdout] 65 | |             world; A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X, Y, Z
[INFO] [stdout]    | |                                   - field in this struct
[INFO] [stdout] 66 | |         );
[INFO] [stdout]    | |_________- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `create_entities` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]    |
[INFO] [stdout] 47 |             struct $variants(());
[INFO] [stdout]    |                              ~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> benches/fragmented.rs:47:30
[INFO] [stdout]    |
[INFO] [stdout] 47 |               struct $variants(f32);
[INFO] [stdout]    |                                ^^^
[INFO] [stdout] ...
[INFO] [stdout] 64 | /         create_entities!(
[INFO] [stdout] 65 | |             world; A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X, Y, Z
[INFO] [stdout]    | |                                      - field in this struct
[INFO] [stdout] 66 | |         );
[INFO] [stdout]    | |_________- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `create_entities` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]    |
[INFO] [stdout] 47 |             struct $variants(());
[INFO] [stdout]    |                              ~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> benches/fragmented.rs:47:30
[INFO] [stdout]    |
[INFO] [stdout] 47 |               struct $variants(f32);
[INFO] [stdout]    |                                ^^^
[INFO] [stdout] ...
[INFO] [stdout] 64 | /         create_entities!(
[INFO] [stdout] 65 | |             world; A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X, Y, Z
[INFO] [stdout]    | |                                         - field in this struct
[INFO] [stdout] 66 | |         );
[INFO] [stdout]    | |_________- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `create_entities` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]    |
[INFO] [stdout] 47 |             struct $variants(());
[INFO] [stdout]    |                              ~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> benches/fragmented.rs:47:30
[INFO] [stdout]    |
[INFO] [stdout] 47 |               struct $variants(f32);
[INFO] [stdout]    |                                ^^^
[INFO] [stdout] ...
[INFO] [stdout] 64 | /         create_entities!(
[INFO] [stdout] 65 | |             world; A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X, Y, Z
[INFO] [stdout]    | |                                            - field in this struct
[INFO] [stdout] 66 | |         );
[INFO] [stdout]    | |_________- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `create_entities` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]    |
[INFO] [stdout] 47 |             struct $variants(());
[INFO] [stdout]    |                              ~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> benches/fragmented.rs:47:30
[INFO] [stdout]    |
[INFO] [stdout] 47 |               struct $variants(f32);
[INFO] [stdout]    |                                ^^^
[INFO] [stdout] ...
[INFO] [stdout] 64 | /         create_entities!(
[INFO] [stdout] 65 | |             world; A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X, Y, Z
[INFO] [stdout]    | |                                               - field in this struct
[INFO] [stdout] 66 | |         );
[INFO] [stdout]    | |_________- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `create_entities` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]    |
[INFO] [stdout] 47 |             struct $variants(());
[INFO] [stdout]    |                              ~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> benches/fragmented.rs:47:30
[INFO] [stdout]    |
[INFO] [stdout] 47 |               struct $variants(f32);
[INFO] [stdout]    |                                ^^^
[INFO] [stdout] ...
[INFO] [stdout] 64 | /         create_entities!(
[INFO] [stdout] 65 | |             world; A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X, Y, Z
[INFO] [stdout]    | |                                                  - field in this struct
[INFO] [stdout] 66 | |         );
[INFO] [stdout]    | |_________- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `create_entities` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]    |
[INFO] [stdout] 47 |             struct $variants(());
[INFO] [stdout]    |                              ~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> benches/fragmented.rs:47:30
[INFO] [stdout]    |
[INFO] [stdout] 47 |               struct $variants(f32);
[INFO] [stdout]    |                                ^^^
[INFO] [stdout] ...
[INFO] [stdout] 64 | /         create_entities!(
[INFO] [stdout] 65 | |             world; A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X, Y, Z
[INFO] [stdout]    | |                                                     - field in this struct
[INFO] [stdout] 66 | |         );
[INFO] [stdout]    | |_________- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `create_entities` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]    |
[INFO] [stdout] 47 |             struct $variants(());
[INFO] [stdout]    |                              ~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> benches/fragmented.rs:47:30
[INFO] [stdout]    |
[INFO] [stdout] 47 |               struct $variants(f32);
[INFO] [stdout]    |                                ^^^
[INFO] [stdout] ...
[INFO] [stdout] 64 | /         create_entities!(
[INFO] [stdout] 65 | |             world; A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X, Y, Z
[INFO] [stdout]    | |                                                        - field in this struct
[INFO] [stdout] 66 | |         );
[INFO] [stdout]    | |_________- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `create_entities` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]    |
[INFO] [stdout] 47 |             struct $variants(());
[INFO] [stdout]    |                              ~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> benches/fragmented.rs:47:30
[INFO] [stdout]    |
[INFO] [stdout] 47 |               struct $variants(f32);
[INFO] [stdout]    |                                ^^^
[INFO] [stdout] ...
[INFO] [stdout] 64 | /         create_entities!(
[INFO] [stdout] 65 | |             world; A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X, Y, Z
[INFO] [stdout]    | |                                                           - field in this struct
[INFO] [stdout] 66 | |         );
[INFO] [stdout]    | |_________- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `create_entities` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]    |
[INFO] [stdout] 47 |             struct $variants(());
[INFO] [stdout]    |                              ~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> benches/fragmented.rs:47:30
[INFO] [stdout]    |
[INFO] [stdout] 47 |               struct $variants(f32);
[INFO] [stdout]    |                                ^^^
[INFO] [stdout] ...
[INFO] [stdout] 64 | /         create_entities!(
[INFO] [stdout] 65 | |             world; A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X, Y, Z
[INFO] [stdout]    | |                                                              - field in this struct
[INFO] [stdout] 66 | |         );
[INFO] [stdout]    | |_________- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `create_entities` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]    |
[INFO] [stdout] 47 |             struct $variants(());
[INFO] [stdout]    |                              ~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> benches/fragmented.rs:47:30
[INFO] [stdout]    |
[INFO] [stdout] 47 |               struct $variants(f32);
[INFO] [stdout]    |                                ^^^
[INFO] [stdout] ...
[INFO] [stdout] 64 | /         create_entities!(
[INFO] [stdout] 65 | |             world; A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X, Y, Z
[INFO] [stdout]    | |                                                                 - field in this struct
[INFO] [stdout] 66 | |         );
[INFO] [stdout]    | |_________- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `create_entities` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]    |
[INFO] [stdout] 47 |             struct $variants(());
[INFO] [stdout]    |                              ~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> benches/fragmented.rs:47:30
[INFO] [stdout]    |
[INFO] [stdout] 47 |               struct $variants(f32);
[INFO] [stdout]    |                                ^^^
[INFO] [stdout] ...
[INFO] [stdout] 64 | /         create_entities!(
[INFO] [stdout] 65 | |             world; A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X, Y, Z
[INFO] [stdout]    | |                                                                    - field in this struct
[INFO] [stdout] 66 | |         );
[INFO] [stdout]    | |_________- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `create_entities` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]    |
[INFO] [stdout] 47 |             struct $variants(());
[INFO] [stdout]    |                              ~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> benches/fragmented.rs:47:30
[INFO] [stdout]    |
[INFO] [stdout] 47 |               struct $variants(f32);
[INFO] [stdout]    |                                ^^^
[INFO] [stdout] ...
[INFO] [stdout] 64 | /         create_entities!(
[INFO] [stdout] 65 | |             world; A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X, Y, Z
[INFO] [stdout]    | |                                                                       - field in this struct
[INFO] [stdout] 66 | |         );
[INFO] [stdout]    | |_________- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `create_entities` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]    |
[INFO] [stdout] 47 |             struct $variants(());
[INFO] [stdout]    |                              ~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> benches/fragmented.rs:47:30
[INFO] [stdout]    |
[INFO] [stdout] 47 |               struct $variants(f32);
[INFO] [stdout]    |                                ^^^
[INFO] [stdout] ...
[INFO] [stdout] 64 | /         create_entities!(
[INFO] [stdout] 65 | |             world; A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X, Y, Z
[INFO] [stdout]    | |                                                                          - field in this struct
[INFO] [stdout] 66 | |         );
[INFO] [stdout]    | |_________- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `create_entities` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]    |
[INFO] [stdout] 47 |             struct $variants(());
[INFO] [stdout]    |                              ~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> benches/fragmented.rs:47:30
[INFO] [stdout]    |
[INFO] [stdout] 47 |               struct $variants(f32);
[INFO] [stdout]    |                                ^^^
[INFO] [stdout] ...
[INFO] [stdout] 64 | /         create_entities!(
[INFO] [stdout] 65 | |             world; A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X, Y, Z
[INFO] [stdout]    | |                                                                             - field in this struct
[INFO] [stdout] 66 | |         );
[INFO] [stdout]    | |_________- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `create_entities` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]    |
[INFO] [stdout] 47 |             struct $variants(());
[INFO] [stdout]    |                              ~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> benches/fragmented.rs:47:30
[INFO] [stdout]    |
[INFO] [stdout] 47 |               struct $variants(f32);
[INFO] [stdout]    |                                ^^^
[INFO] [stdout] ...
[INFO] [stdout] 64 | /         create_entities!(
[INFO] [stdout] 65 | |             world; A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X, Y, Z
[INFO] [stdout]    | |                                                                                - field in this struct
[INFO] [stdout] 66 | |         );
[INFO] [stdout]    | |_________- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `create_entities` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]    |
[INFO] [stdout] 47 |             struct $variants(());
[INFO] [stdout]    |                              ~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> benches/fragmented.rs:47:30
[INFO] [stdout]    |
[INFO] [stdout] 47 |               struct $variants(f32);
[INFO] [stdout]    |                                ^^^
[INFO] [stdout] ...
[INFO] [stdout] 64 | /         create_entities!(
[INFO] [stdout] 65 | |             world; A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X, Y, Z
[INFO] [stdout]    | |                                                                                   - field in this struct
[INFO] [stdout] 66 | |         );
[INFO] [stdout]    | |_________- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `create_entities` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]    |
[INFO] [stdout] 47 |             struct $variants(());
[INFO] [stdout]    |                              ~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> benches/fragmented.rs:47:30
[INFO] [stdout]    |
[INFO] [stdout] 47 |               struct $variants(f32);
[INFO] [stdout]    |                                ^^^
[INFO] [stdout] ...
[INFO] [stdout] 64 | /         create_entities!(
[INFO] [stdout] 65 | |             world; A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X, Y, Z
[INFO] [stdout]    | |                                                                                      - field in this struct
[INFO] [stdout] 66 | |         );
[INFO] [stdout]    | |_________- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `create_entities` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]    |
[INFO] [stdout] 47 |             struct $variants(());
[INFO] [stdout]    |                              ~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> benches/fragmented.rs:47:30
[INFO] [stdout]    |
[INFO] [stdout] 47 |               struct $variants(f32);
[INFO] [stdout]    |                                ^^^
[INFO] [stdout] ...
[INFO] [stdout] 64 | /         create_entities!(
[INFO] [stdout] 65 | |             world; A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X, Y, Z
[INFO] [stdout]    | |                                                                                         - field in this struct
[INFO] [stdout] 66 | |         );
[INFO] [stdout]    | |_________- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `create_entities` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]    |
[INFO] [stdout] 47 |             struct $variants(());
[INFO] [stdout]    |                              ~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> benches/fragmented.rs:47:30
[INFO] [stdout]    |
[INFO] [stdout] 47 |               struct $variants(f32);
[INFO] [stdout]    |                                ^^^
[INFO] [stdout] ...
[INFO] [stdout] 64 | /         create_entities!(
[INFO] [stdout] 65 | |             world; A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X, Y, Z
[INFO] [stdout]    | |                                                                                            - field in this struct
[INFO] [stdout] 66 | |         );
[INFO] [stdout]    | |_________- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `create_entities` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]    |
[INFO] [stdout] 47 |             struct $variants(());
[INFO] [stdout]    |                              ~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> benches/fragmented.rs:47:30
[INFO] [stdout]    |
[INFO] [stdout] 47 |               struct $variants(f32);
[INFO] [stdout]    |                                ^^^
[INFO] [stdout] ...
[INFO] [stdout] 64 | /         create_entities!(
[INFO] [stdout] 65 | |             world; A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X, Y, Z
[INFO] [stdout]    | |                                                                                               - field in this struct
[INFO] [stdout] 66 | |         );
[INFO] [stdout]    | |_________- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `create_entities` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]    |
[INFO] [stdout] 47 |             struct $variants(());
[INFO] [stdout]    |                              ~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 26 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.91s
[INFO] running `Command { std: "docker" "inspect" "a0b4754fa1272facdcfd1920a1c8371cd6e906f644471abe2eaa64ffcc541ff3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a0b4754fa1272facdcfd1920a1c8371cd6e906f644471abe2eaa64ffcc541ff3", kill_on_drop: false }`
[INFO] [stdout] a0b4754fa1272facdcfd1920a1c8371cd6e906f644471abe2eaa64ffcc541ff3
