[INFO] fetching crate micro_games_macros 0.8.0... [INFO] testing micro_games_macros-0.8.0 against try#b83b707f97d809763b7861afa7638871f3339a33 for pr-145838-1 [INFO] extracting crate micro_games_macros 0.8.0 into /workspace/builds/worker-6-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-6-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate micro_games_macros 0.8.0 on toolchain b83b707f97d809763b7861afa7638871f3339a33 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "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" "+b83b707f97d809763b7861afa7638871f3339a33" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 6ddaf0333d0f9c3dfdb7f71ff56d804cf33aa22a5742cd01976b22b64f3efd0c [INFO] running `Command { std: "docker" "start" "-a" "6ddaf0333d0f9c3dfdb7f71ff56d804cf33aa22a5742cd01976b22b64f3efd0c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "6ddaf0333d0f9c3dfdb7f71ff56d804cf33aa22a5742cd01976b22b64f3efd0c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6ddaf0333d0f9c3dfdb7f71ff56d804cf33aa22a5742cd01976b22b64f3efd0c", kill_on_drop: false }` [INFO] [stdout] 6ddaf0333d0f9c3dfdb7f71ff56d804cf33aa22a5742cd01976b22b64f3efd0c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 87f80d4ff8119b9491efab1f4305b1f26675bc09862efdd7c9119db2a8055fd1 [INFO] running `Command { std: "docker" "start" "-a" "87f80d4ff8119b9491efab1f4305b1f26675bc09862efdd7c9119db2a8055fd1", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.95 [INFO] [stderr] Compiling quote v1.0.40 [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.66s [INFO] running `Command { std: "docker" "inspect" "87f80d4ff8119b9491efab1f4305b1f26675bc09862efdd7c9119db2a8055fd1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "87f80d4ff8119b9491efab1f4305b1f26675bc09862efdd7c9119db2a8055fd1", kill_on_drop: false }` [INFO] [stdout] 87f80d4ff8119b9491efab1f4305b1f26675bc09862efdd7c9119db2a8055fd1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 32dff8b17c44db64aab04558650ac0cda1e2f1f9235855f9975e894b08d97b6a [INFO] running `Command { std: "docker" "start" "-a" "32dff8b17c44db64aab04558650ac0cda1e2f1f9235855f9975e894b08d97b6a", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.95 [INFO] [stderr] Compiling libc v0.2.172 [INFO] [stderr] Compiling libm v0.2.14 [INFO] [stderr] Compiling smallvec v1.15.0 [INFO] [stderr] Compiling zerocopy v0.8.25 [INFO] [stderr] Compiling lock_api v0.4.12 [INFO] [stderr] Compiling winnow v0.7.9 [INFO] [stderr] Compiling toml_datetime v0.6.9 [INFO] [stderr] Compiling getrandom v0.3.2 [INFO] [stderr] Compiling concurrent-queue v2.5.0 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling thread_local v1.1.8 [INFO] [stderr] Compiling futures-lite v2.6.0 [INFO] [stderr] Compiling bevy_ptr v0.16.0 [INFO] [stderr] Compiling crossbeam-queue v0.3.12 [INFO] [stderr] Compiling nix v0.29.0 [INFO] [stderr] Compiling bumpalo v3.17.0 [INFO] [stderr] Compiling tracing-core v0.1.33 [INFO] [stderr] Compiling event-listener v5.4.0 [INFO] [stderr] Compiling cc v1.2.21 [INFO] [stderr] Compiling libloading v0.8.6 [INFO] [stderr] Compiling const_panic v0.2.12 [INFO] [stderr] Compiling wgpu-core v24.0.2 [INFO] [stderr] Compiling event-listener-strategy v0.5.4 [INFO] [stderr] Compiling profiling v1.0.16 [INFO] [stderr] Compiling litrs v0.4.1 [INFO] [stderr] Compiling tinyvec v1.9.0 [INFO] [stderr] Compiling wgpu v24.0.3 [INFO] [stderr] Compiling half v2.6.0 [INFO] [stderr] Compiling quote v1.0.40 [INFO] [stderr] Compiling async-channel v2.3.1 [INFO] [stderr] Compiling async-lock v3.4.0 [INFO] [stderr] Compiling async-broadcast v0.7.2 [INFO] [stderr] Compiling ash v0.38.0+1.3.281 [INFO] [stderr] Compiling bit-set v0.5.3 [INFO] [stderr] Compiling syn v2.0.101 [INFO] [stderr] Compiling async-executor v1.13.2 [INFO] [stderr] Compiling blocking v1.6.1 [INFO] [stderr] Compiling offset-allocator v0.2.0 [INFO] [stderr] Compiling radsort v0.1.1 [INFO] [stderr] Compiling tracing-log v0.2.0 [INFO] [stderr] Compiling document-features v0.2.11 [INFO] [stderr] Compiling async-fs v2.1.2 [INFO] [stderr] Compiling blake3 v1.8.2 [INFO] [stderr] Compiling ppv-lite86 v0.2.21 [INFO] [stderr] Compiling parking_lot_core v0.9.10 [INFO] [stderr] Compiling getrandom v0.2.16 [INFO] [stderr] Compiling khronos-egl v6.0.0 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling ordered-float v4.6.0 [INFO] [stderr] Compiling euclid v0.22.11 [INFO] [stderr] Compiling parking_lot v0.12.3 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling guillotiere v0.6.2 [INFO] [stderr] Compiling rand_distr v0.4.3 [INFO] [stderr] Compiling encase_derive_impl v0.10.0 [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 variadics_please v1.1.0 [INFO] [stderr] Compiling assert_type_match v0.1.1 [INFO] [stderr] Compiling tracing-attributes v0.1.28 [INFO] [stderr] Compiling strum_macros v0.26.4 [INFO] [stderr] Compiling thiserror-impl v1.0.69 [INFO] [stderr] Compiling micro_games_macros v0.8.0 (/opt/rustwide/workdir) [INFO] [stderr] Compiling encase_derive v0.10.0 [INFO] [stderr] Compiling test-case-macros v3.3.1 [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 thiserror v1.0.69 [INFO] [stderr] Compiling test-case v3.3.1 [INFO] [stderr] Compiling bytemuck v1.23.0 [INFO] [stderr] Compiling thiserror v2.0.12 [INFO] [stderr] Compiling tracing v0.1.41 [INFO] [stderr] Compiling strum v0.26.3 [INFO] [stderr] Compiling image v0.25.6 [INFO] [stderr] Compiling tracing-subscriber v0.3.19 [INFO] [stderr] Compiling serde v1.0.219 [INFO] [stderr] Compiling derive_more v1.0.0 [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 serde_json v1.0.140 [INFO] [stderr] Compiling wgpu-types v24.0.0 [INFO] [stderr] Compiling spirv v0.3.0+sdk-1.3.268.0 [INFO] [stderr] Compiling gpu-alloc-types v0.3.0 [INFO] [stderr] Compiling gpu-descriptor-types v0.2.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 gpu-descriptor v0.3.1 [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 naga v24.0.0 [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 bevy_reflect 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 wgpu-hal v24.0.4 [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_input v0.16.0 [INFO] [stderr] Compiling bevy_time v0.16.0 [INFO] [stderr] Compiling bevy_transform v0.16.0 [INFO] [stderr] Compiling bevy_diagnostic v0.16.0 [INFO] [stderr] Compiling bevy_image v0.16.0 [INFO] [stderr] Compiling bevy_window 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 3m 41s [INFO] running `Command { std: "docker" "inspect" "32dff8b17c44db64aab04558650ac0cda1e2f1f9235855f9975e894b08d97b6a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "32dff8b17c44db64aab04558650ac0cda1e2f1f9235855f9975e894b08d97b6a", kill_on_drop: false }` [INFO] [stdout] 32dff8b17c44db64aab04558650ac0cda1e2f1f9235855f9975e894b08d97b6a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] f83ff4c39818a259724096f3b5096d9279980189929a941334ab0c81c5b4f100 [INFO] running `Command { std: "docker" "start" "-a" "f83ff4c39818a259724096f3b5096d9279980189929a941334ab0c81c5b4f100", 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.60s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/micro_games_macros-4174539fe55d4a59) [INFO] [stdout] [INFO] [stdout] running 8 tests [INFO] [stdout] test utils::tests::it_converts_identifiers::_already_snaked_already_snaked_expects ... ok [INFO] [stdout] test utils::tests::it_removes_quotes::r_foo_foo_expects ... ok [INFO] [stdout] test utils::tests::it_removes_quotes::_no_quotes_no_quotes_expects ... ok [INFO] [stdout] test utils::tests::it_converts_identifiers::_some_identifier_some_identifier_expects ... ok [INFO] [stdout] test utils::tests::it_removes_quotes::r_right_only_right_only_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_removes_quotes::r_middle_unaffected_r_middle_unaffected_expects ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stderr] Running tests/mod.rs (/opt/rustwide/target/debug/deps/mod-3d054f32ad5cc8c9) [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test event_system_correctly_generates_and_dispatches_events ... ok [INFO] [stdout] [INFO] [stderr] Doc-tests micro_games_macros [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 330) ... ok [INFO] [stdout] test src/lib.rs - derive_from_inner (line 345) ... ok [INFO] [stdout] test src/lib.rs - tag_finder (line 371) ... 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 - asset_system (line 227) ... ok [INFO] [stdout] test src/lib.rs - (line 7) ... FAILED [INFO] [stdout] test src/lib.rs - json_loader (line 128) ... ok [INFO] [stdout] test src/lib.rs - json_loader (line 158) ... ok [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- src/lib.rs - (line 7) stdout ---- [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/tmp/rustcGn57pz/symbols.o" "<2 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libserde_json-7542be15e1dedd27,libitoa-6b76ec393d6a2c41,libryu-0ea4bafc9bef6d8b,libbevy-333f80f6c473448c,libbevy_internal-a8679d9f1074bb94,libbevy_sprite-4ca92cafad7f585a,libbevy_core_pipeline-6e8f654f28f25b6a,libradsort-637493b956355935,libbevy_render-11e55668fbe69c43,libnaga_oil-c24357c3f10571d9,libdata_encoding-6d465a39edfa29f6,libunicode_ident-549afb6be76d59d6,liboffset_allocator-2ad9b72792379223,libbevy_mesh-05ed3f9280cf74c7,libbevy_mikktspace-4697b38c6f48ce89,libhexasphere-4e6cbcfa8fd36fb9,libconstgebra-604c2848bfbc403c,libconst_soft_float-b31c975915340d6a,libbevy_diagnostic-fbb451b0e43f5ce8,libbevy_time-d64ea1bd347c6f2d,libconst_fnv1a_hash-4692cede0e548cae,libbevy_window-0594b3c7d95c102f,libbevy_input-30d61ecb9195689c,libbevy_transform-0af9bd077f3fb376,libbevy_log-7ffaa3395be45bad,libtracing_subscriber-66b18bd437f1a273,libsharded_slab-8a8a8c9e27e64aa6,liblazy_static-b3603208c0de2608,libmatchers-325c66ff3d6c0610,libregex_automata-c55e6e1ce4e1007c,libregex_syntax-e3521940133a580f,libregex-ed00a127b8e728c6,libregex_automata-33e717a2ce96fbe4,libaho_corasick-50150a17a2667fa6,libmemchr-4f0714dc45d95749,libregex_syntax-13fc688ae7f36982,libnu_ansi_term-c634e6ff7c6e5c03,liboverload-23726fa51fddfe0c,libtracing_log-69893b844b3c7464,libbevy_image-5889cfd75530fede,libhalf-3451c30906b06410,libimage-f1bbce6bcd056b8c,libbyteorder_lite-25e78048a27d33b8,librectangle_pack-09a0f8a987bbc938,libguillotiere-63963bbd54e736b3,libsvg_fmt-240381f187a1ecb3,libeuclid-c5bcaf33026d27aa,libwgpu-1dcd727df9f32c4b,libstatic_assertions-d53a9977dc6e27e5,libwgpu_core-e01643a623bd2897,libwgpu_hal-0907a9e12719ac3a,librenderdoc_sys-f1b2eeee5608e180,libkhronos_egl-47c48a3225969954,libprofiling-65120a3fa530a775,libordered_float-781954859c06c466,libgpu_descriptor-b7a2cd504e4099e2,libgpu_descriptor_types-6e8b99a2bb847fe7,libgpu_alloc-96bc0e17889fd3ef,libgpu_alloc_types-5479554aa1bc84f7,libash-5725de06e5812ee0,liblibloading-df5cfb344c8aef33,libnaga-f38e18631d0c7194,librustc_hash-5a527483989b35a3,libhexf_parse-2ac3e111e86d5d60,libunicode_xid-200dbb0cae8759e6,libbit_set-a12eff27179b4946,libbit_vec-4078949085e9c884,libstrum-de27cb6dcfa15b1c,libcodespan_reporting-95536f9d6a0ef0d8,libunicode_width-08b963676a6677c5,libtermcolor-96a9ed65821a6544,libspirv-b3808e2022c04cdc,libglow-d388b2cf4898cd82,libraw_window_handle-1ec61a86d1e26930,libbevy_color-ea4f819f8261caf8,libencase-d4027811409c2a55,libconst_panic-76250118c1464041,libthiserror-3a60aa63e8cd1230,libwgpu_types-47ddd10d310bde70,libbevy_math-779d9799b06a70e0,librand_distr-ec1e1b2a7d33b5f1,libnum_traits-586cb67a3da8ca6e,libitertools-c848bf49a072bb68,libbevy_asset-469e0eef5bb26444,libblake3-25fb4d98973315b6,libconstant_time_eq-7540ab86f53c975b,libarrayvec-41dcfe80309d7422,libarrayref-e2c56de32f019e08,libasync_broadcast-501bbf89d1e1b774,libeither-2af7c8622d8fa52e,libasync_fs-2d00b44806be7ec5,libblocking-df983d72018f2a02,libpiper-b9dd12acb7c25ae0,libatomic_waker-001109810bdecbaa,libasync_channel-5828fb679882430e,libron-b3a775802ec25aa7,libbase64-64299f9d815d057c,libstackfuture-76716d9a212caa14,libatomicow-556222a29d224897,libasync_lock-8643effb1684fe8b,libevent_listener_strategy-0b6bc78673320fac,libevent_listener-63fe784dbf42f682,libparking_lot-c45c60ba6114a72b,libparking_lot_core-21782655caea5318,liblock_api-2d015069962f754b,libscopeguard-d52bd00767847e44,libcrossbeam_channel-fc56bcd212a63d17,libtracing-ada7e218afc043ab,libtracing_core-1a2ca7348b8c761e,libbevy_app-91e6a5cde121d07f,libctrlc-0d9b7988ddc18ba0,libnix-1d0616c5338f01ad,libbevy_ecs-0a1c7044b93d0e02,libbitflags-a6828cd96fd77c73,libnonmax-37232f8d688c456b,libbevy_tasks-293db7ec36f1f60f,libasync_executor-636e4725afc8aa3f,libslab-b066ee2c679b47fd,libconcurrent_queue-92e61afc45600a6f,libcrossbeam_utils-ae913342a5a98c57,libasync_task-65820d26b839a505,libfutures_lite-3f67561f1db0b885,libfutures_io-972ebb79349338ae,libfutures_core-fc6bb1738f00fc87,libparking-49fcf10303d3525f,libfastrand-503f12a96d791409,libpin_project_lite-bedc6e0acd72ff2a,libfixedbitset-755aabd81925e587,liblog-ba604b77dad33fe2,libindexmap-a2cf202cabfa6ff7,libbumpalo-342affea1948cac0,libdisqualified-fbefe2f6702ffdf1,libbevy_reflect-65646e727a81f11a,libuuid-94b17f8f86822724,libgetrandom-d2dcc13411812c0a,libsmol_str-90ee07ce6bb5580d,liberased_serde-b4eb2976050616b8,libtypeid-06b0f637fa188106,libsmallvec-b4c456a11732ad59,libglam-cffdc4a0cb4bbf25,librand-93011f83605066e1,librand_chacha-42e231c422f889ca,libppv_lite86-f1e37e57ffef6e8c,libzerocopy-11ad661e9e1ff602,librand_core-76a7e3f8f94d6298,libgetrandom-e72c6228686c299b,liblibc-82ceef6de72d31f7,libbytemuck-b14cdcf71ca32e58,libdowncast_rs-e680231539bd578d,libderive_more-51c654c1f6016359,libthiserror-c75cd56d2d8a4f57,libbevy_utils-edfaf88ba1415560,libthread_local-bd3a8c07edaebd9d,libonce_cell-0ba6aecba7086d38,libbevy_ptr-598ae93801a15daa,libbevy_platform-6ddac94f513ae126,libcfg_if-33ef6c02a07f9fec,libhashbrown-aa8f731a8841cf5c,libequivalent-7e0e8cbe6c474a67,libserde-d482f875b030c5f5,libfoldhash-55638c18c7cdc9bc}.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/rustcGn57pz/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-0da549e1ab01c8ad/out" "-L" "/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/tmp/rustdoctestQztFAf/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 - (line 7) [INFO] [stdout] [INFO] [stdout] test result: FAILED. 9 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 21.32s [INFO] [stdout] [INFO] [stderr] error: doctest failed, to rerun pass `--doc` [INFO] running `Command { std: "docker" "inspect" "f83ff4c39818a259724096f3b5096d9279980189929a941334ab0c81c5b4f100", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f83ff4c39818a259724096f3b5096d9279980189929a941334ab0c81c5b4f100", kill_on_drop: false }` [INFO] [stdout] f83ff4c39818a259724096f3b5096d9279980189929a941334ab0c81c5b4f100