[INFO] fetching crate gdrust_macros 0.1.0... [INFO] testing gdrust_macros-0.1.0 against beta-2025-09-21 for beta-1.91-3 [INFO] extracting crate gdrust_macros 0.1.0 into /workspace/builds/worker-5-tc2/source [INFO] started tweaking crates.io crate gdrust_macros 0.1.0 [INFO] finished tweaking crates.io crate gdrust_macros 0.1.0 [INFO] tweaked toml for crates.io crate gdrust_macros 0.1.0 written to /workspace/builds/worker-5-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate gdrust_macros 0.1.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] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Locking 61 packages to latest compatible versions [INFO] [stderr] Adding gdnative v0.9.3 (available: v0.11.3) [INFO] [stderr] Adding heck v0.3.3 (available: v0.5.0) [INFO] [stderr] Adding mini-internal v0.1.13 (available: v0.1.43) [INFO] [stderr] Adding miniserde v0.1.13 (available: v0.1.43) [INFO] [stderr] Adding syn v1.0.109 (available: v2.0.106) [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-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 204a64efee43d51787db39f08fd6ca8394c19f4c05ea278a58fdf3593953fb66 [INFO] running `Command { std: "docker" "start" "-a" "204a64efee43d51787db39f08fd6ca8394c19f4c05ea278a58fdf3593953fb66", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "204a64efee43d51787db39f08fd6ca8394c19f4c05ea278a58fdf3593953fb66", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "204a64efee43d51787db39f08fd6ca8394c19f4c05ea278a58fdf3593953fb66", kill_on_drop: false }` [INFO] [stdout] 204a64efee43d51787db39f08fd6ca8394c19f4c05ea278a58fdf3593953fb66 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=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] 7faaec706e8099d0851bdcf6a2ac3c5881052bdc4b98651ec8b8e4105e883331 [INFO] running `Command { std: "docker" "start" "-a" "7faaec706e8099d0851bdcf6a2ac3c5881052bdc4b98651ec8b8e4105e883331", kill_on_drop: false }` [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling gdrust_macros v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: field `paren_token` is never read [INFO] [stdout] --> src/compiler/properties.rs:54:9 [INFO] [stdout] | [INFO] [stdout] 53 | pub struct ExportRange { [INFO] [stdout] | ----------- field in this struct [INFO] [stdout] 54 | pub paren_token: token::Paren, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `ExportRange` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `paren_token` is never read [INFO] [stdout] --> src/compiler/properties.rs:69:9 [INFO] [stdout] | [INFO] [stdout] 68 | pub struct ExportExpRange { [INFO] [stdout] | -------------- field in this struct [INFO] [stdout] 69 | pub paren_token: token::Paren, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `ExportExpRange` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `paren_token` is never read [INFO] [stdout] --> src/compiler/properties.rs:84:9 [INFO] [stdout] | [INFO] [stdout] 83 | pub struct ExportEnum { [INFO] [stdout] | ---------- field in this struct [INFO] [stdout] 84 | pub paren_token: token::Paren, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `ExportEnum` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `ExportMultiline` is never constructed [INFO] [stdout] --> src/compiler/properties.rs:141:12 [INFO] [stdout] | [INFO] [stdout] 141 | pub struct ExportMultiline { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `ExportColorNoAlpha` is never constructed [INFO] [stdout] --> src/compiler/properties.rs:146:12 [INFO] [stdout] | [INFO] [stdout] 146 | pub struct ExportColorNoAlpha { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `types` is never read [INFO] [stdout] --> src/compiler/properties.rs:152:9 [INFO] [stdout] | [INFO] [stdout] 151 | pub struct ExportNodePath { [INFO] [stdout] | -------------- field in this struct [INFO] [stdout] 152 | pub types: Option<(token::Paren, Punctuated)>, [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `ExportNodePath` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `paren_token` is never read [INFO] [stdout] --> src/compiler/properties.rs:172:9 [INFO] [stdout] | [INFO] [stdout] 171 | pub struct ExportFlags { [INFO] [stdout] | ----------- field in this struct [INFO] [stdout] 172 | pub paren_token: token::Paren, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `ExportFlags` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `paren_token` is never read [INFO] [stdout] --> src/compiler/properties.rs:207:9 [INFO] [stdout] | [INFO] [stdout] 206 | struct DefaultProperty { [INFO] [stdout] | --------------- field in this struct [INFO] [stdout] 207 | pub paren_token: token::Paren, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `paren_token` is never read [INFO] [stdout] --> src/compiler/signals.rs:30:9 [INFO] [stdout] | [INFO] [stdout] 29 | pub struct SignalWithParens { [INFO] [stdout] | ---------------- field in this struct [INFO] [stdout] 30 | pub paren_token: token::Paren, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `paren_token` is never read [INFO] [stdout] --> src/compiler/signals.rs:36:9 [INFO] [stdout] | [INFO] [stdout] 34 | pub struct SignalDecl { [INFO] [stdout] | ---------- field in this struct [INFO] [stdout] 35 | pub name: Ident, [INFO] [stdout] 36 | pub paren_token: token::Paren, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `colon` is never read [INFO] [stdout] --> src/compiler/signals.rs:42:9 [INFO] [stdout] | [INFO] [stdout] 40 | pub struct SignalArgDecl { [INFO] [stdout] | ------------- field in this struct [INFO] [stdout] 41 | pub name: Ident, [INFO] [stdout] 42 | pub colon: Token![:], [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.33s [INFO] running `Command { std: "docker" "inspect" "7faaec706e8099d0851bdcf6a2ac3c5881052bdc4b98651ec8b8e4105e883331", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7faaec706e8099d0851bdcf6a2ac3c5881052bdc4b98651ec8b8e4105e883331", kill_on_drop: false }` [INFO] [stdout] 7faaec706e8099d0851bdcf6a2ac3c5881052bdc4b98651ec8b8e4105e883331 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=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] cea30a9fddd798d02a0eaafc773021783045ffbf601872cbfe32476d929cb715 [INFO] running `Command { std: "docker" "start" "-a" "cea30a9fddd798d02a0eaafc773021783045ffbf601872cbfe32476d929cb715", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.176 [INFO] [stderr] Compiling cfg-if v1.0.3 [INFO] [stderr] Compiling version_check v0.9.5 [INFO] [stderr] Compiling glob v0.3.3 [INFO] [stderr] Compiling itoa v0.4.8 [INFO] [stderr] Compiling regex-syntax v0.8.6 [INFO] [stderr] Compiling memchr v2.7.6 [INFO] [stderr] Compiling bindgen v0.56.0 [INFO] [stderr] Compiling lazycell v1.3.0 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling shlex v0.1.1 [INFO] [stderr] Compiling lazy_static v1.5.0 [INFO] [stderr] Compiling bitflags v1.3.2 [INFO] [stderr] Compiling rustc-hash v1.1.0 [INFO] [stderr] Compiling peeking_take_while v0.1.2 [INFO] [stderr] Compiling mini-internal v0.1.13 [INFO] [stderr] Compiling libloading v0.8.9 [INFO] [stderr] Compiling xmlparser v0.13.6 [INFO] [stderr] Compiling parking_lot_core v0.8.6 [INFO] [stderr] Compiling lock_api v0.4.13 [INFO] [stderr] Compiling instant v0.1.13 [INFO] [stderr] Compiling indexmap v1.9.3 [INFO] [stderr] Compiling unindent v0.1.11 [INFO] [stderr] Compiling scopeguard v1.2.0 [INFO] [stderr] Compiling nom v5.1.3 [INFO] [stderr] Compiling ahash v0.7.8 [INFO] [stderr] Compiling hashbrown v0.12.3 [INFO] [stderr] Compiling once_cell v1.21.3 [INFO] [stderr] Compiling clang-sys v1.8.1 [INFO] [stderr] Compiling gdnative-impl-proc-macros v0.9.3 [INFO] [stderr] Compiling gdnative-derive v0.9.3 [INFO] [stderr] Compiling roxmltree v0.14.1 [INFO] [stderr] Compiling gdrust_macros v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Compiling miniserde v0.1.13 [INFO] [stderr] Compiling gdnative_bindings_generator v0.9.3 [INFO] [stdout] warning: field `paren_token` is never read [INFO] [stdout] --> src/compiler/properties.rs:54:9 [INFO] [stdout] | [INFO] [stdout] 53 | pub struct ExportRange { [INFO] [stdout] | ----------- field in this struct [INFO] [stdout] 54 | pub paren_token: token::Paren, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `ExportRange` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `paren_token` is never read [INFO] [stdout] --> src/compiler/properties.rs:69:9 [INFO] [stdout] | [INFO] [stdout] 68 | pub struct ExportExpRange { [INFO] [stdout] | -------------- field in this struct [INFO] [stdout] 69 | pub paren_token: token::Paren, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `ExportExpRange` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `paren_token` is never read [INFO] [stdout] --> src/compiler/properties.rs:84:9 [INFO] [stdout] | [INFO] [stdout] 83 | pub struct ExportEnum { [INFO] [stdout] | ---------- field in this struct [INFO] [stdout] 84 | pub paren_token: token::Paren, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `ExportEnum` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `ExportMultiline` is never constructed [INFO] [stdout] --> src/compiler/properties.rs:141:12 [INFO] [stdout] | [INFO] [stdout] 141 | pub struct ExportMultiline { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `ExportColorNoAlpha` is never constructed [INFO] [stdout] --> src/compiler/properties.rs:146:12 [INFO] [stdout] | [INFO] [stdout] 146 | pub struct ExportColorNoAlpha { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `types` is never read [INFO] [stdout] --> src/compiler/properties.rs:152:9 [INFO] [stdout] | [INFO] [stdout] 151 | pub struct ExportNodePath { [INFO] [stdout] | -------------- field in this struct [INFO] [stdout] 152 | pub types: Option<(token::Paren, Punctuated)>, [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `ExportNodePath` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `paren_token` is never read [INFO] [stdout] --> src/compiler/properties.rs:172:9 [INFO] [stdout] | [INFO] [stdout] 171 | pub struct ExportFlags { [INFO] [stdout] | ----------- field in this struct [INFO] [stdout] 172 | pub paren_token: token::Paren, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `ExportFlags` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `paren_token` is never read [INFO] [stdout] --> src/compiler/properties.rs:207:9 [INFO] [stdout] | [INFO] [stdout] 206 | struct DefaultProperty { [INFO] [stdout] | --------------- field in this struct [INFO] [stdout] 207 | pub paren_token: token::Paren, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `paren_token` is never read [INFO] [stdout] --> src/compiler/signals.rs:30:9 [INFO] [stdout] | [INFO] [stdout] 29 | pub struct SignalWithParens { [INFO] [stdout] | ---------------- field in this struct [INFO] [stdout] 30 | pub paren_token: token::Paren, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `paren_token` is never read [INFO] [stdout] --> src/compiler/signals.rs:36:9 [INFO] [stdout] | [INFO] [stdout] 34 | pub struct SignalDecl { [INFO] [stdout] | ---------- field in this struct [INFO] [stdout] 35 | pub name: Ident, [INFO] [stdout] 36 | pub paren_token: token::Paren, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `colon` is never read [INFO] [stdout] --> src/compiler/signals.rs:42:9 [INFO] [stdout] | [INFO] [stdout] 40 | pub struct SignalArgDecl { [INFO] [stdout] | ------------- field in this struct [INFO] [stdout] 41 | pub name: Ident, [INFO] [stdout] 42 | pub colon: Token![:], [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling euclid v0.22.11 [INFO] [stderr] Compiling approx v0.4.0 [INFO] [stderr] Compiling regex-automata v0.4.11 [INFO] [stderr] Compiling getrandom v0.2.16 [INFO] [stderr] Compiling parking_lot v0.11.2 [INFO] [stderr] Compiling gdnative-bindings v0.9.3 [INFO] [stderr] Compiling cexpr v0.4.0 [INFO] [stderr] Compiling regex v1.11.3 [INFO] [stderr] Compiling gdnative-sys v0.9.3 [INFO] [stderr] Compiling gdnative-core v0.9.3 [INFO] [stderr] Compiling gdnative v0.9.3 [INFO] [stdout] warning: field `paren_token` is never read [INFO] [stdout] --> src/compiler/properties.rs:54:9 [INFO] [stdout] | [INFO] [stdout] 53 | pub struct ExportRange { [INFO] [stdout] | ----------- field in this struct [INFO] [stdout] 54 | pub paren_token: token::Paren, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `ExportRange` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `paren_token` is never read [INFO] [stdout] --> src/compiler/properties.rs:69:9 [INFO] [stdout] | [INFO] [stdout] 68 | pub struct ExportExpRange { [INFO] [stdout] | -------------- field in this struct [INFO] [stdout] 69 | pub paren_token: token::Paren, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `ExportExpRange` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `paren_token` is never read [INFO] [stdout] --> src/compiler/properties.rs:84:9 [INFO] [stdout] | [INFO] [stdout] 83 | pub struct ExportEnum { [INFO] [stdout] | ---------- field in this struct [INFO] [stdout] 84 | pub paren_token: token::Paren, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `ExportEnum` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `ExportMultiline` is never constructed [INFO] [stdout] --> src/compiler/properties.rs:141:12 [INFO] [stdout] | [INFO] [stdout] 141 | pub struct ExportMultiline { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `ExportColorNoAlpha` is never constructed [INFO] [stdout] --> src/compiler/properties.rs:146:12 [INFO] [stdout] | [INFO] [stdout] 146 | pub struct ExportColorNoAlpha { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `types` is never read [INFO] [stdout] --> src/compiler/properties.rs:152:9 [INFO] [stdout] | [INFO] [stdout] 151 | pub struct ExportNodePath { [INFO] [stdout] | -------------- field in this struct [INFO] [stdout] 152 | pub types: Option<(token::Paren, Punctuated)>, [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `ExportNodePath` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `paren_token` is never read [INFO] [stdout] --> src/compiler/properties.rs:172:9 [INFO] [stdout] | [INFO] [stdout] 171 | pub struct ExportFlags { [INFO] [stdout] | ----------- field in this struct [INFO] [stdout] 172 | pub paren_token: token::Paren, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `ExportFlags` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `paren_token` is never read [INFO] [stdout] --> src/compiler/properties.rs:207:9 [INFO] [stdout] | [INFO] [stdout] 206 | struct DefaultProperty { [INFO] [stdout] | --------------- field in this struct [INFO] [stdout] 207 | pub paren_token: token::Paren, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `paren_token` is never read [INFO] [stdout] --> src/compiler/signals.rs:30:9 [INFO] [stdout] | [INFO] [stdout] 29 | pub struct SignalWithParens { [INFO] [stdout] | ---------------- field in this struct [INFO] [stdout] 30 | pub paren_token: token::Paren, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `paren_token` is never read [INFO] [stdout] --> src/compiler/signals.rs:36:9 [INFO] [stdout] | [INFO] [stdout] 34 | pub struct SignalDecl { [INFO] [stdout] | ---------- field in this struct [INFO] [stdout] 35 | pub name: Ident, [INFO] [stdout] 36 | pub paren_token: token::Paren, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `colon` is never read [INFO] [stdout] --> src/compiler/signals.rs:42:9 [INFO] [stdout] | [INFO] [stdout] 40 | pub struct SignalArgDecl { [INFO] [stdout] | ------------- field in this struct [INFO] [stdout] 41 | pub name: Ident, [INFO] [stdout] 42 | pub colon: Token![:], [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 43.12s [INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: bindgen v0.56.0 [INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` [INFO] running `Command { std: "docker" "inspect" "cea30a9fddd798d02a0eaafc773021783045ffbf601872cbfe32476d929cb715", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cea30a9fddd798d02a0eaafc773021783045ffbf601872cbfe32476d929cb715", kill_on_drop: false }` [INFO] [stdout] cea30a9fddd798d02a0eaafc773021783045ffbf601872cbfe32476d929cb715 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=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] 58a13b937d14d0c287e3b17d9637b25d4aaa4c44c6fc0de3f9f7b9355f7a4474 [INFO] running `Command { std: "docker" "start" "-a" "58a13b937d14d0c287e3b17d9637b25d4aaa4c44c6fc0de3f9f7b9355f7a4474", kill_on_drop: false }` [INFO] [stderr] warning: field `paren_token` is never read [INFO] [stderr] --> src/compiler/properties.rs:54:9 [INFO] [stderr] | [INFO] [stderr] 53 | pub struct ExportRange { [INFO] [stderr] | ----------- field in this struct [INFO] [stderr] 54 | pub paren_token: token::Paren, [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `ExportRange` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stderr] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stderr] [INFO] [stderr] warning: field `paren_token` is never read [INFO] [stderr] --> src/compiler/properties.rs:69:9 [INFO] [stderr] | [INFO] [stderr] 68 | pub struct ExportExpRange { [INFO] [stderr] | -------------- field in this struct [INFO] [stderr] 69 | pub paren_token: token::Paren, [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `ExportExpRange` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stderr] [INFO] [stderr] warning: field `paren_token` is never read [INFO] [stderr] --> src/compiler/properties.rs:84:9 [INFO] [stderr] | [INFO] [stderr] 83 | pub struct ExportEnum { [INFO] [stderr] | ---------- field in this struct [INFO] [stderr] 84 | pub paren_token: token::Paren, [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `ExportEnum` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stderr] [INFO] [stderr] warning: struct `ExportMultiline` is never constructed [INFO] [stderr] --> src/compiler/properties.rs:141:12 [INFO] [stderr] | [INFO] [stderr] 141 | pub struct ExportMultiline { [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: struct `ExportColorNoAlpha` is never constructed [INFO] [stderr] --> src/compiler/properties.rs:146:12 [INFO] [stderr] | [INFO] [stderr] 146 | pub struct ExportColorNoAlpha { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: field `types` is never read [INFO] [stderr] --> src/compiler/properties.rs:152:9 [INFO] [stderr] | [INFO] [stderr] 151 | pub struct ExportNodePath { [INFO] [stderr] | -------------- field in this struct [INFO] [stderr] 152 | pub types: Option<(token::Paren, Punctuated)>, [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `ExportNodePath` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stderr] [INFO] [stderr] warning: field `paren_token` is never read [INFO] [stderr] --> src/compiler/properties.rs:172:9 [INFO] [stderr] | [INFO] [stderr] 171 | pub struct ExportFlags { [INFO] [stderr] | ----------- field in this struct [INFO] [stderr] 172 | pub paren_token: token::Paren, [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `ExportFlags` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stderr] [INFO] [stderr] warning: field `paren_token` is never read [INFO] [stderr] --> src/compiler/properties.rs:207:9 [INFO] [stderr] | [INFO] [stderr] 206 | struct DefaultProperty { [INFO] [stderr] | --------------- field in this struct [INFO] [stderr] 207 | pub paren_token: token::Paren, [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: field `paren_token` is never read [INFO] [stderr] --> src/compiler/signals.rs:30:9 [INFO] [stderr] | [INFO] [stderr] 29 | pub struct SignalWithParens { [INFO] [stderr] | ---------------- field in this struct [INFO] [stderr] 30 | pub paren_token: token::Paren, [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: field `paren_token` is never read [INFO] [stderr] --> src/compiler/signals.rs:36:9 [INFO] [stderr] | [INFO] [stderr] 34 | pub struct SignalDecl { [INFO] [stderr] | ---------- field in this struct [INFO] [stderr] 35 | pub name: Ident, [INFO] [stderr] 36 | pub paren_token: token::Paren, [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: field `colon` is never read [INFO] [stderr] --> src/compiler/signals.rs:42:9 [INFO] [stderr] | [INFO] [stderr] 40 | pub struct SignalArgDecl { [INFO] [stderr] | ------------- field in this struct [INFO] [stderr] 41 | pub name: Ident, [INFO] [stderr] 42 | pub colon: Token![:], [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: `gdrust_macros` (lib) generated 11 warnings [INFO] [stderr] warning: `gdrust_macros` (lib test) generated 11 warnings (11 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.11s [INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: bindgen v0.56.0 [INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/gdrust_macros-1b1fc7c8395ddb43) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Doc-tests gdrust_macros [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "58a13b937d14d0c287e3b17d9637b25d4aaa4c44c6fc0de3f9f7b9355f7a4474", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "58a13b937d14d0c287e3b17d9637b25d4aaa4c44c6fc0de3f9f7b9355f7a4474", kill_on_drop: false }` [INFO] [stdout] 58a13b937d14d0c287e3b17d9637b25d4aaa4c44c6fc0de3f9f7b9355f7a4474