[INFO] fetching crate micro_games_macros 0.8.0... [INFO] testing micro_games_macros-0.8.0 against beta-2025-09-21 for beta-1.91-3 [INFO] extracting crate micro_games_macros 0.8.0 into /workspace/builds/worker-3-tc2/source [INFO] started tweaking crates.io crate micro_games_macros 0.8.0 [INFO] removed 0 missing tests [INFO] finished tweaking crates.io crate micro_games_macros 0.8.0 [INFO] tweaked toml for crates.io crate micro_games_macros 0.8.0 written to /workspace/builds/worker-3-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate micro_games_macros 0.8.0 on toolchain beta-2025-09-21 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate micro_games_macros 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" "+beta-2025-09-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] cd2853e810f7e77c5ff76b229812908a2019adc9d81e0673d3b45e4c5a6cfe18 [INFO] running `Command { std: "docker" "start" "-a" "cd2853e810f7e77c5ff76b229812908a2019adc9d81e0673d3b45e4c5a6cfe18", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "cd2853e810f7e77c5ff76b229812908a2019adc9d81e0673d3b45e4c5a6cfe18", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cd2853e810f7e77c5ff76b229812908a2019adc9d81e0673d3b45e4c5a6cfe18", kill_on_drop: false }` [INFO] [stdout] cd2853e810f7e77c5ff76b229812908a2019adc9d81e0673d3b45e4c5a6cfe18 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 4b0ecd6765fc46f6519969abea79fd8c68d7449b303452c36a8c9698a31a0c50 [INFO] running `Command { std: "docker" "start" "-a" "4b0ecd6765fc46f6519969abea79fd8c68d7449b303452c36a8c9698a31a0c50", kill_on_drop: false }` [INFO] [stderr] Compiling syn v2.0.101 [INFO] [stderr] Compiling micro_games_macros v0.8.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: struct `FQBox` is never constructed [INFO] [stdout] --> src/fqpath.rs:36:5 [INFO] [stdout] | [INFO] [stdout] 36 | fq!(FQBox => ::std::boxed::Box); [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] = note: this warning originates in the macro `fq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `ImportBevyPrelude` is never constructed [INFO] [stdout] --> src/fqpath.rs:39:5 [INFO] [stdout] | [INFO] [stdout] 39 | fq!(ImportBevyPrelude => use ::bevy::prelude::*); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `fq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `BevyTypeUuid` is never constructed [INFO] [stdout] --> src/fqpath.rs:56:5 [INFO] [stdout] | [INFO] [stdout] 56 | fq!(BevyTypeUuid => ::bevy::reflect::TypeUuid); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `fq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `BevyLoadedAsset` is never constructed [INFO] [stdout] --> src/fqpath.rs:65:5 [INFO] [stdout] | [INFO] [stdout] 65 | fq!(BevyLoadedAsset => ::bevy::asset::LoadedAsset); [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `fq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `uuid` is never read [INFO] [stdout] --> src/json_loader/context.rs:23:6 [INFO] [stdout] | [INFO] [stdout] 7 | pub struct IdentContext { [INFO] [stdout] | ------------ field in this struct [INFO] [stdout] ... [INFO] [stdout] 23 | pub uuid: TokenStream, [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.70s [INFO] running `Command { std: "docker" "inspect" "4b0ecd6765fc46f6519969abea79fd8c68d7449b303452c36a8c9698a31a0c50", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4b0ecd6765fc46f6519969abea79fd8c68d7449b303452c36a8c9698a31a0c50", kill_on_drop: false }` [INFO] [stdout] 4b0ecd6765fc46f6519969abea79fd8c68d7449b303452c36a8c9698a31a0c50 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 706d0e0fd5e4fe2a302e89e695600dce7c70640f3f663ba6964c7e85f896a481 [INFO] running `Command { std: "docker" "start" "-a" "706d0e0fd5e4fe2a302e89e695600dce7c70640f3f663ba6964c7e85f896a481", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.95 [INFO] [stderr] Compiling unicode-ident v1.0.18 [INFO] [stderr] Compiling libc v0.2.172 [INFO] [stderr] Compiling foldhash v0.1.5 [INFO] [stderr] Compiling libm v0.2.14 [INFO] [stderr] Compiling lock_api v0.4.12 [INFO] [stderr] Compiling toml_datetime v0.6.9 [INFO] [stderr] Compiling unicode-xid v0.2.6 [INFO] [stderr] Compiling winnow v0.7.9 [INFO] [stderr] Compiling thiserror v2.0.12 [INFO] [stderr] Compiling concurrent-queue v2.5.0 [INFO] [stderr] Compiling getrandom v0.3.2 [INFO] [stderr] Compiling typeid v1.0.3 [INFO] [stderr] Compiling spin v0.9.8 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling bevy_ptr v0.16.0 [INFO] [stderr] Compiling downcast-rs v2.0.1 [INFO] [stderr] Compiling disqualified v1.0.0 [INFO] [stderr] Compiling async-executor v1.13.2 [INFO] [stderr] Compiling crossbeam-queue v0.3.12 [INFO] [stderr] Compiling nix v0.29.0 [INFO] [stderr] Compiling quote v1.0.40 [INFO] [stderr] Compiling nonmax v0.5.5 [INFO] [stderr] Compiling syn v2.0.101 [INFO] [stderr] Compiling bumpalo v3.17.0 [INFO] [stderr] Compiling fixedbitset v0.5.7 [INFO] [stderr] Compiling event-listener v5.4.0 [INFO] [stderr] Compiling either v1.15.0 [INFO] [stderr] Compiling itertools v0.14.0 [INFO] [stderr] Compiling event-listener-strategy v0.5.4 [INFO] [stderr] Compiling aho-corasick v1.1.3 [INFO] [stderr] Compiling heck v0.5.0 [INFO] [stderr] Compiling cc v1.2.21 [INFO] [stderr] Compiling naga v24.0.0 [INFO] [stderr] Compiling bit-vec v0.8.0 [INFO] [stderr] Compiling unicode-width v0.1.14 [INFO] [stderr] Compiling bit-set v0.8.0 [INFO] [stderr] Compiling parking_lot_core v0.9.10 [INFO] [stderr] Compiling getrandom v0.2.16 [INFO] [stderr] Compiling parking_lot v0.12.3 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling codespan-reporting v0.11.1 [INFO] [stderr] Compiling async-channel v2.3.1 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling regex-automata v0.4.9 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling crossbeam-channel v0.5.15 [INFO] [stderr] Compiling libloading v0.8.6 [INFO] [stderr] Compiling hexf-parse v0.2.1 [INFO] [stderr] Compiling khronos-egl v6.0.0 [INFO] [stderr] Compiling blake3 v1.8.2 [INFO] [stderr] Compiling rustc-hash v1.1.0 [INFO] [stderr] Compiling ash v0.38.0+1.3.281 [INFO] [stderr] Compiling rand_distr v0.4.3 [INFO] [stderr] Compiling blocking v1.6.1 [INFO] [stderr] Compiling matchers v0.1.0 [INFO] [stderr] Compiling async-lock v3.4.0 [INFO] [stderr] Compiling tracing-log v0.2.0 [INFO] [stderr] Compiling wgpu-hal v24.0.4 [INFO] [stderr] Compiling base64 v0.21.7 [INFO] [stderr] Compiling raw-window-handle v0.6.2 [INFO] [stderr] Compiling const_panic v0.2.12 [INFO] [stderr] Compiling constant_time_eq v0.3.1 [INFO] [stderr] Compiling async-fs v2.1.2 [INFO] [stderr] Compiling euclid v0.22.11 [INFO] [stderr] Compiling ordered-float v4.6.0 [INFO] [stderr] Compiling async-broadcast v0.7.2 [INFO] [stderr] Compiling wgpu-core v24.0.2 [INFO] [stderr] Compiling byteorder-lite v0.1.0 [INFO] [stderr] Compiling regex v1.11.1 [INFO] [stderr] Compiling stackfuture v0.3.0 [INFO] [stderr] Compiling litrs v0.4.1 [INFO] [stderr] Compiling glow v0.16.0 [INFO] [stderr] Compiling renderdoc-sys v1.1.0 [INFO] [stderr] Compiling encase_derive_impl v0.10.0 [INFO] [stderr] Compiling atomicow v1.1.0 [INFO] [stderr] Compiling profiling v1.0.16 [INFO] [stderr] Compiling const_soft_float v0.1.4 [INFO] [stderr] Compiling svg_fmt v0.4.5 [INFO] [stderr] Compiling guillotiere v0.6.2 [INFO] [stderr] Compiling tinyvec v1.9.0 [INFO] [stderr] Compiling document-features v0.2.11 [INFO] [stderr] Compiling constgebra v0.1.4 [INFO] [stderr] Compiling wgpu v24.0.3 [INFO] [stderr] Compiling half v2.6.0 [INFO] [stderr] Compiling rectangle-pack v0.4.2 [INFO] [stderr] Compiling bit-vec v0.6.3 [INFO] [stderr] Compiling bit-set v0.5.3 [INFO] [stderr] Compiling const-fnv1a-hash v1.1.0 [INFO] [stderr] Compiling data-encoding v2.9.0 [INFO] [stderr] Compiling offset-allocator v0.2.0 [INFO] [stderr] Compiling radsort v0.1.1 [INFO] [stderr] Compiling test-case-core v3.3.1 [INFO] [stderr] Compiling serde_derive v1.0.219 [INFO] [stderr] Compiling bytemuck_derive v1.9.3 [INFO] [stderr] Compiling thiserror-impl v2.0.12 [INFO] [stderr] Compiling derive_more-impl v1.0.0 [INFO] [stderr] Compiling assert_type_match v0.1.1 [INFO] [stderr] Compiling variadics_please v1.1.0 [INFO] [stderr] Compiling tracing-attributes v0.1.28 [INFO] [stderr] Compiling thiserror-impl v1.0.69 [INFO] [stderr] Compiling bytemuck v1.23.0 [INFO] [stderr] Compiling strum_macros v0.26.4 [INFO] [stderr] Compiling encase_derive v0.10.0 [INFO] [stderr] Compiling image v0.25.6 [INFO] [stderr] Compiling tracing v0.1.41 [INFO] [stderr] Compiling thiserror v1.0.69 [INFO] [stderr] Compiling test-case-macros v3.3.1 [INFO] [stderr] Compiling tracing-subscriber v0.3.19 [INFO] [stderr] Compiling test-case v3.3.1 [INFO] [stderr] Compiling micro_games_macros v0.8.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: struct `FQBox` is never constructed [INFO] [stdout] --> src/fqpath.rs:36:5 [INFO] [stdout] | [INFO] [stdout] 36 | fq!(FQBox => ::std::boxed::Box); [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] = note: this warning originates in the macro `fq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `ImportBevyPrelude` is never constructed [INFO] [stdout] --> src/fqpath.rs:39:5 [INFO] [stdout] | [INFO] [stdout] 39 | fq!(ImportBevyPrelude => use ::bevy::prelude::*); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `fq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `BevyTypeUuid` is never constructed [INFO] [stdout] --> src/fqpath.rs:56:5 [INFO] [stdout] | [INFO] [stdout] 56 | fq!(BevyTypeUuid => ::bevy::reflect::TypeUuid); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `fq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `BevyLoadedAsset` is never constructed [INFO] [stdout] --> src/fqpath.rs:65:5 [INFO] [stdout] | [INFO] [stdout] 65 | fq!(BevyLoadedAsset => ::bevy::asset::LoadedAsset); [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `fq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `uuid` is never read [INFO] [stdout] --> src/json_loader/context.rs:23:6 [INFO] [stdout] | [INFO] [stdout] 7 | pub struct IdentContext { [INFO] [stdout] | ------------ field in this struct [INFO] [stdout] ... [INFO] [stdout] 23 | pub uuid: TokenStream, [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling derive_more v1.0.0 [INFO] [stderr] Compiling serde v1.0.219 [INFO] [stderr] Compiling strum v0.26.3 [INFO] [stderr] Compiling hashbrown v0.15.3 [INFO] [stderr] Compiling bitflags v2.9.0 [INFO] [stderr] Compiling glam v0.29.3 [INFO] [stderr] Compiling uuid v1.16.0 [INFO] [stderr] Compiling erased-serde v0.4.6 [INFO] [stderr] Compiling smol_str v0.2.2 [INFO] [stderr] Compiling wgpu-types v24.0.0 [INFO] [stderr] Compiling spirv v0.3.0+sdk-1.3.268.0 [INFO] [stderr] Compiling gpu-descriptor-types v0.2.0 [INFO] [stderr] Compiling gpu-alloc-types v0.3.0 [INFO] [stderr] Compiling ron v0.8.1 [INFO] [stderr] Compiling gpu-alloc v0.6.0 [INFO] [stderr] Compiling indexmap v2.9.0 [INFO] [stderr] Compiling bevy_platform v0.16.0 [INFO] [stderr] Compiling bevy_utils v0.16.0 [INFO] [stderr] Compiling bevy_tasks v0.16.0 [INFO] [stderr] Compiling toml_edit v0.22.26 [INFO] [stderr] Compiling ctrlc v3.4.6 [INFO] [stderr] Compiling gpu-descriptor v0.3.1 [INFO] [stderr] Compiling serde_json v1.0.140 [INFO] [stderr] Compiling bevy_macro_utils v0.16.0 [INFO] [stderr] Compiling bevy_reflect_derive v0.16.0 [INFO] [stderr] Compiling bevy_ecs_macros v0.16.0 [INFO] [stderr] Compiling bevy_derive v0.16.0 [INFO] [stderr] Compiling bevy_asset_macros v0.16.0 [INFO] [stderr] Compiling bevy_encase_derive v0.16.0 [INFO] [stderr] Compiling bevy_render_macros v0.16.0 [INFO] [stderr] Compiling encase v0.10.0 [INFO] [stderr] Compiling bevy_mikktspace v0.16.0 [INFO] [stderr] Compiling hexasphere v15.1.0 [INFO] [stderr] Compiling bevy_reflect v0.16.0 [INFO] [stderr] Compiling naga_oil v0.17.0 [INFO] [stderr] Compiling bevy_ecs v0.16.0 [INFO] [stderr] Compiling bevy_math v0.16.0 [INFO] [stderr] Compiling bevy_color v0.16.1 [INFO] [stderr] Compiling bevy_app v0.16.0 [INFO] [stderr] Compiling micro_bevy_world_utils v0.7.0 [INFO] [stderr] Compiling bevy_asset v0.16.0 [INFO] [stderr] Compiling bevy_log v0.16.0 [INFO] [stderr] Compiling bevy_time v0.16.0 [INFO] [stderr] Compiling bevy_input v0.16.0 [INFO] [stderr] Compiling bevy_transform v0.16.0 [INFO] [stderr] Compiling bevy_diagnostic v0.16.0 [INFO] [stderr] Compiling bevy_window v0.16.0 [INFO] [stderr] Compiling bevy_image v0.16.0 [INFO] [stderr] Compiling bevy_mesh v0.16.0 [INFO] [stderr] Compiling bevy_render v0.16.0 [INFO] [stderr] Compiling bevy_core_pipeline v0.16.0 [INFO] [stderr] Compiling bevy_sprite v0.16.0 [INFO] [stderr] Compiling bevy_internal v0.16.0 [INFO] [stderr] Compiling bevy v0.16.0 [INFO] [stdout] warning: struct `FQBox` is never constructed [INFO] [stdout] --> src/fqpath.rs:36:5 [INFO] [stdout] | [INFO] [stdout] 36 | fq!(FQBox => ::std::boxed::Box); [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] = note: this warning originates in the macro `fq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `ImportBevyPrelude` is never constructed [INFO] [stdout] --> src/fqpath.rs:39:5 [INFO] [stdout] | [INFO] [stdout] 39 | fq!(ImportBevyPrelude => use ::bevy::prelude::*); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `fq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `BevyTypeUuid` is never constructed [INFO] [stdout] --> src/fqpath.rs:56:5 [INFO] [stdout] | [INFO] [stdout] 56 | fq!(BevyTypeUuid => ::bevy::reflect::TypeUuid); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `fq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `BevyLoadedAsset` is never constructed [INFO] [stdout] --> src/fqpath.rs:65:5 [INFO] [stdout] | [INFO] [stdout] 65 | fq!(BevyLoadedAsset => ::bevy::asset::LoadedAsset); [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `fq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `uuid` is never read [INFO] [stdout] --> src/json_loader/context.rs:23:6 [INFO] [stdout] | [INFO] [stdout] 7 | pub struct IdentContext { [INFO] [stdout] | ------------ field in this struct [INFO] [stdout] ... [INFO] [stdout] 23 | pub uuid: TokenStream, [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 6m 45s [INFO] running `Command { std: "docker" "inspect" "706d0e0fd5e4fe2a302e89e695600dce7c70640f3f663ba6964c7e85f896a481", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "706d0e0fd5e4fe2a302e89e695600dce7c70640f3f663ba6964c7e85f896a481", kill_on_drop: false }` [INFO] [stdout] 706d0e0fd5e4fe2a302e89e695600dce7c70640f3f663ba6964c7e85f896a481 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 8ee1a2da514e080b59c541e5819abe4ccdfc3b52e20c134b7298d212709d8e5d [INFO] running `Command { std: "docker" "start" "-a" "8ee1a2da514e080b59c541e5819abe4ccdfc3b52e20c134b7298d212709d8e5d", kill_on_drop: false }` [INFO] [stderr] warning: struct `FQBox` is never constructed [INFO] [stderr] --> src/fqpath.rs:36:5 [INFO] [stderr] | [INFO] [stderr] 36 | fq!(FQBox => ::std::boxed::Box); [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stderr] = note: this warning originates in the macro `fq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: struct `ImportBevyPrelude` is never constructed [INFO] [stderr] --> src/fqpath.rs:39:5 [INFO] [stderr] | [INFO] [stderr] 39 | fq!(ImportBevyPrelude => use ::bevy::prelude::*); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `fq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: struct `BevyTypeUuid` is never constructed [INFO] [stderr] --> src/fqpath.rs:56:5 [INFO] [stderr] | [INFO] [stderr] 56 | fq!(BevyTypeUuid => ::bevy::reflect::TypeUuid); [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `fq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: struct `BevyLoadedAsset` is never constructed [INFO] [stderr] --> src/fqpath.rs:65:5 [INFO] [stderr] | [INFO] [stderr] 65 | fq!(BevyLoadedAsset => ::bevy::asset::LoadedAsset); [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `fq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field `uuid` is never read [INFO] [stderr] --> src/json_loader/context.rs:23:6 [INFO] [stderr] | [INFO] [stderr] 7 | pub struct IdentContext { [INFO] [stderr] | ------------ field in this struct [INFO] [stderr] ... [INFO] [stderr] 23 | pub uuid: TokenStream, [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] warning: `micro_games_macros` (lib) generated 5 warnings [INFO] [stderr] warning: `micro_games_macros` (lib test) generated 5 warnings (5 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.47s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/micro_games_macros-66deb6614508c80e) [INFO] [stdout] [INFO] [stderr] Running tests/mod.rs (/opt/rustwide/target/debug/deps/mod-70720b1bdd045304) [INFO] [stdout] running 8 tests [INFO] [stderr] Doc-tests micro_games_macros [INFO] [stdout] test utils::tests::it_converts_identifiers::_some_identifier_some_identifier_expects ... ok [INFO] [stdout] test utils::tests::it_removes_quotes::r_foo_foo_expects ... ok [INFO] [stdout] test utils::tests::it_converts_identifiers::_myidentifier_my_identifier_expects ... ok [INFO] [stdout] test utils::tests::it_removes_quotes::r_left_only_left_only_expects ... ok [INFO] [stdout] test utils::tests::it_converts_identifiers::_already_snaked_already_snaked_expects ... ok [INFO] [stdout] test utils::tests::it_removes_quotes::r_middle_unaffected_r_middle_unaffected_expects ... ok [INFO] [stdout] test utils::tests::it_removes_quotes::r_right_only_right_only_expects ... ok [INFO] [stdout] test utils::tests::it_removes_quotes::_no_quotes_no_quotes_expects ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test event_system_correctly_generates_and_dispatches_events ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 10 tests [INFO] [stdout] test src/lib.rs - derive_from_inner (line 345) ... ok [INFO] [stdout] test src/lib.rs - derive_from_inner (line 330) ... ok [INFO] [stdout] test src/lib.rs - asset_system (line 208) ... ok [INFO] [stdout] test src/lib.rs - asset_system (line 250) ... ok [INFO] [stdout] test src/lib.rs - event_system (line 290) ... ok [INFO] [stdout] test src/lib.rs - tag_finder (line 371) ... ok [INFO] [stdout] test src/lib.rs - asset_system (line 227) ... ok [INFO] [stdout] test src/lib.rs - json_loader (line 128) ... FAILED [INFO] [stdout] test src/lib.rs - (line 7) ... ok [INFO] [stdout] test src/lib.rs - json_loader (line 158) ... ok [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- src/lib.rs - json_loader (line 128) stdout ---- [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/tmp/rustcttWFPp/symbols.o" "<2 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libserde_json-89e598ab17d78518,libitoa-ef40fa516293a9d3,libryu-a7164637bc4900ee,libbevy-1bf1da49af40f343,libbevy_internal-453e10f5b8da8c22,libbevy_sprite-4c0807d06eca0222,libbevy_core_pipeline-cc19a8a66e0f2b70,libradsort-3c13847fca56fcb2,libbevy_render-c35e26d885a944fd,libnaga_oil-bd9834b44e2223ee,libdata_encoding-506ef4e476430498,libunicode_ident-4a25721f1aaca7af,liboffset_allocator-cd67bf648ffe3fc9,libbevy_mesh-6da6b639b221bc02,libbevy_mikktspace-467cc41889d11ee5,libhexasphere-011980a3b71f175c,libconstgebra-5034a1d6f94c7c4e,libconst_soft_float-bb39aff262eebe70,libbevy_diagnostic-61661a341c7086f3,libbevy_time-80af2f4bcbc7d80c,libconst_fnv1a_hash-25a563b5740b971e,libbevy_window-6cefecda7a557542,libbevy_input-9c7e2abddc9644d3,libbevy_transform-117a5e50a0601f47,libbevy_log-b64a0cd918d4e217,libtracing_subscriber-d1bfad9fb4d9f427,libsharded_slab-9d3d4272806f2d43,liblazy_static-3674be3f4245d19b,libmatchers-11a98ce396a8e88e,libregex_automata-b62df1e0f34d8873,libregex_syntax-893772d02d5263ca,libregex-024cfaa467e434b3,libregex_automata-76225e55779c4bfe,libaho_corasick-94236398dd0ecfc1,libmemchr-eec2dd93b0d498c5,libregex_syntax-cf9ef9729ec61e4c,libnu_ansi_term-f931ee7dde0184c0,liboverload-447f2db329e02fd7,libtracing_log-70f629bb79fbeae5,libbevy_image-748bc3809af5c5aa,libhalf-1fe13a877e6b366b,libimage-141e2b2cd1a339a2,libbyteorder_lite-f5df2d14b4488fc7,librectangle_pack-1f79e8b736a92583,libguillotiere-6f4637f5fc7782b3,libsvg_fmt-365d22e875b4a1d7,libeuclid-cc6bd3ac6c330a6d,libwgpu-8097b57097ff0a09,libstatic_assertions-f0217ecdd817a834,libwgpu_core-edb569ea4e54595a,libwgpu_hal-463482672661abbc,librenderdoc_sys-4abf0efdfe195ac8,libkhronos_egl-837659ffc75fe1a1,libprofiling-184cf5cc871a9f26,libordered_float-1e754363b12d24a3,libgpu_descriptor-fb5be1596ca2c218,libgpu_descriptor_types-734a543792e3e359,libgpu_alloc-d17b5f596f64bbbe,libgpu_alloc_types-edb7efc73aa56543,libash-01790ce7821ad4f4,liblibloading-76e58415f4dfe36f,libnaga-93104c1dab11b86e,librustc_hash-d7c4a66f98a2548f,libhexf_parse-72d4824186d79465,libunicode_xid-242ae0cc2b4557ca,libbit_set-2785e03bda030723,libbit_vec-46bedad1cbb6f5b7,libstrum-3b9fc244f4068df6,libcodespan_reporting-5125b80f2d5e410f,libunicode_width-b1bc0d6c10c00ecc,libtermcolor-cbafc8825e041b3d,libspirv-eb977c1334df09fb,libglow-fa9b53f7a747d4e2,libraw_window_handle-633e2839334924d0,libbevy_color-6b755c858dca809a,libencase-cbd1381eacab3489,libconst_panic-841cbe1bb2162089,libthiserror-a8bcc29df768947d,libwgpu_types-2777c5bcbe4000b2,libbevy_math-8ffde7b418fe0a6d,librand_distr-b93221c2c52634f1,libnum_traits-0cea439ea1bb0d54,libitertools-1d55dbaac05404bc,libbevy_asset-c7a946d5c58a5a51,libblake3-a55c979b9232502e,libconstant_time_eq-efbf8da8f259d1ea,libarrayvec-09741c597eeba17a,libarrayref-81fde35c69841043,libasync_broadcast-a81339e2d8e8938b,libeither-971932073343a62d,libasync_fs-513005048c1d0a1b,libblocking-0975c9c0cd0e160a,libpiper-ebe0485d925866a1,libatomic_waker-06950c8c08d2b8fa,libasync_channel-8e4a1e1a2a168d99,libron-f5a90cc22020bad9,libbase64-13144a1f1e192158,libstackfuture-f57b2965412a4839,libatomicow-986845a8ee472b6d,libasync_lock-9f3d7c23c9024fa1,libevent_listener_strategy-4cc402da824f59c7,libevent_listener-8fee352a60dcd283,libparking_lot-5f073c17c9c7682c,libparking_lot_core-49f0e1c9b9d7ae61,liblock_api-16ca035ea53da507,libscopeguard-7ec2214574194454,libcrossbeam_channel-c92d5dc59887942d,libtracing-0d6fd7241852ef71,libtracing_core-2bc53b42d77d8437,libbevy_app-994ceb572cc150d8,libctrlc-bbd5b99a0c976a37,libnix-d8d62ded5c964170,libbevy_ecs-6325ed1c725dda78,libbitflags-d5e2dc27a5cb2ae6,libnonmax-4c42d357389c16a9,libbevy_tasks-6006e4eb70310eca,libasync_executor-6248b7498d46b687,libslab-0a476b530f8e6631,libconcurrent_queue-0f5f97787f00ff4d,libcrossbeam_utils-02f58a81c9899c97,libasync_task-05c57d1f836b6944,libfutures_lite-4e9c73c2028fc61d,libfutures_io-6a4719510b0746bc,libfutures_core-3b920243fce8fec0,libparking-a9ae72c6c16ee980,libfastrand-751bcde24b8aa073,libpin_project_lite-72bf04572caa1c84,libfixedbitset-1b9352488dbdde1e,liblog-d6f7bb1298e9acd0,libindexmap-9a73df06ebb06ce9,libbumpalo-e310eb73f2ab1349,libdisqualified-41d067d128006bc4,libbevy_reflect-0d55337642f97958,libuuid-76f6c42f97c73cbf,libgetrandom-50b6f7b875f667a7,libsmol_str-c05a293caf937fb0,liberased_serde-aa7fb116dba2bf61,libtypeid-b534a902d1524b61,libsmallvec-1ceb351caaf54c36,libglam-f8928eeeffb128a2,librand-fff5a5335bc3ded9,librand_chacha-72db214f600b3b2a,libppv_lite86-ebdc91e6bc23bd41,libzerocopy-93b0b79612bbe661,librand_core-0e0d843f99c3636d,libgetrandom-4236d06fac7bdf5a,liblibc-48466c477392d3b0,libbytemuck-3e5b121d87e44d7a,libdowncast_rs-7939dcd60a4f437c,libderive_more-744ab9cccd3e1cf9,libthiserror-b7e9ebff1cd54ca1,libbevy_utils-e8f7949b93899ceb,libthread_local-6e7de624cd79a6b3,libonce_cell-e9252a7b5119f3eb,libbevy_ptr-41f53b9bca2f770c,libbevy_platform-b996ba5d6c003c4b,libcfg_if-3e7fc4e38d4a72b5,libhashbrown-7854f984ceeef6bb,libequivalent-6a754676e6af62ae,libserde-558241607800d80e,libfoldhash-406e5d625b003fe6}.rlib" "/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,libcfg_if-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,liblibc-*,librustc_std_workspace_core-*,liballoc-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-ldl" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/tmp/rustcttWFPp/raw-dylibs" "-B/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-fuse-ld=lld" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/opt/rustwide/target/debug/build/blake3-88b0a1fbbe62a32c/out" "-L" "/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/tmp/rustdoctestyzqL5U/rust_out" "-Wl,--gc-sections" "-pie" "-Wl,-z,relro,-z,now" "-nodefaultlibs" [INFO] [stdout] = note: some arguments are omitted. use `--verbose` to show all linker arguments [INFO] [stdout] = note: collect2: fatal error: ld terminated with signal 9 [Killed] [INFO] [stdout] compilation terminated. [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] src/lib.rs - json_loader (line 128) [INFO] [stdout] [INFO] [stderr] error: doctest failed, to rerun pass `--doc` [INFO] [stdout] test result: FAILED. 9 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 30.36s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "8ee1a2da514e080b59c541e5819abe4ccdfc3b52e20c134b7298d212709d8e5d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8ee1a2da514e080b59c541e5819abe4ccdfc3b52e20c134b7298d212709d8e5d", kill_on_drop: false }` [INFO] [stdout] 8ee1a2da514e080b59c541e5819abe4ccdfc3b52e20c134b7298d212709d8e5d