[INFO] fetching crate radiation-macros 0.3.1...
[INFO] testing radiation-macros-0.3.1 against beta-2026-04-21 for beta-1.96-2
[INFO] extracting crate radiation-macros 0.3.1 into /workspace/builds/worker-3-tc2/source
[INFO] started tweaking crates.io crate radiation-macros 0.3.1
[INFO] finished tweaking crates.io crate radiation-macros 0.3.1
[INFO] tweaked toml for crates.io crate radiation-macros 0.3.1 written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate radiation-macros 0.3.1 on toolchain beta-2026-04-21
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-04-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-2026-04-21" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 5 packages to latest compatible versions
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-04-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 2f849c74d655a714e6c54667a388ca13484516aa1a3dbaf55574de6a0f83a681
[INFO] running `Command { std: "docker" "start" "-a" "2f849c74d655a714e6c54667a388ca13484516aa1a3dbaf55574de6a0f83a681", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "2f849c74d655a714e6c54667a388ca13484516aa1a3dbaf55574de6a0f83a681", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2f849c74d655a714e6c54667a388ca13484516aa1a3dbaf55574de6a0f83a681", kill_on_drop: false }`
[INFO] [stdout] 2f849c74d655a714e6c54667a388ca13484516aa1a3dbaf55574de6a0f83a681
[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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 9134a6c69ac9d6f47579abb033a557f66202ab2317cfe00248d3152c73db37e8
[INFO] running `Command { std: "docker" "start" "-a" "9134a6c69ac9d6f47579abb033a557f66202ab2317cfe00248d3152c73db37e8", kill_on_drop: false }`
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling radiation-macros v0.3.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: macro `Token` is private
[INFO] [stdout]   --> src/limit.rs:41:43
[INFO] [stdout]    |
[INFO] [stdout] 41 |                     let _ = input.parse::<Token![=]>()?;
[INFO] [stdout]    |                                           ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #120192 <https://github.com/rust-lang/rust/issues/120192>
[INFO] [stdout]    = note: `#[warn(private_macro_use)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: macro `Token` is private
[INFO] [stdout]   --> src/limit.rs:53:36
[INFO] [stdout]    |
[INFO] [stdout] 53 |                     if !input.peek(Token![,]) {
[INFO] [stdout]    |                                    ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #120192 <https://github.com/rust-lang/rust/issues/120192>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: macro `Token` is private
[INFO] [stdout]   --> src/limit.rs:56:39
[INFO] [stdout]    |
[INFO] [stdout] 56 |                         input.parse::<Token![,]>()?;
[INFO] [stdout]    |                                       ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #120192 <https://github.com/rust-lang/rust/issues/120192>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.00s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: radiation-macros v0.3.1 (/opt/rustwide/workdir)
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 2`
[INFO] running `Command { std: "docker" "inspect" "9134a6c69ac9d6f47579abb033a557f66202ab2317cfe00248d3152c73db37e8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9134a6c69ac9d6f47579abb033a557f66202ab2317cfe00248d3152c73db37e8", kill_on_drop: false }`
[INFO] [stdout] 9134a6c69ac9d6f47579abb033a557f66202ab2317cfe00248d3152c73db37e8
[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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] b3fd62b98c53310d2929d41ab6759bcf6099febf1307cc95c51cd9c326c174c2
[INFO] running `Command { std: "docker" "start" "-a" "b3fd62b98c53310d2929d41ab6759bcf6099febf1307cc95c51cd9c326c174c2", kill_on_drop: false }`
[INFO] [stderr]    Compiling radiation-macros v0.3.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: macro `Token` is private
[INFO] [stdout]   --> src/limit.rs:41:43
[INFO] [stdout]    |
[INFO] [stdout] 41 |                     let _ = input.parse::<Token![=]>()?;
[INFO] [stdout]    |                                           ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #120192 <https://github.com/rust-lang/rust/issues/120192>
[INFO] [stdout]    = note: `#[warn(private_macro_use)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: macro `Token` is private
[INFO] [stdout]   --> src/limit.rs:53:36
[INFO] [stdout]    |
[INFO] [stdout] 53 |                     if !input.peek(Token![,]) {
[INFO] [stdout]    |                                    ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #120192 <https://github.com/rust-lang/rust/issues/120192>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: macro `Token` is private
[INFO] [stdout]   --> src/limit.rs:56:39
[INFO] [stdout]    |
[INFO] [stdout] 56 |                         input.parse::<Token![,]>()?;
[INFO] [stdout]    |                                       ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #120192 <https://github.com/rust-lang/rust/issues/120192>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: macro `Token` is private
[INFO] [stdout]   --> src/limit.rs:41:43
[INFO] [stdout]    |
[INFO] [stdout] 41 |                     let _ = input.parse::<Token![=]>()?;
[INFO] [stdout]    |                                           ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #120192 <https://github.com/rust-lang/rust/issues/120192>
[INFO] [stdout]    = note: `#[warn(private_macro_use)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: macro `Token` is private
[INFO] [stdout]   --> src/limit.rs:53:36
[INFO] [stdout]    |
[INFO] [stdout] 53 |                     if !input.peek(Token![,]) {
[INFO] [stdout]    |                                    ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #120192 <https://github.com/rust-lang/rust/issues/120192>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: macro `Token` is private
[INFO] [stdout]   --> src/limit.rs:56:39
[INFO] [stdout]    |
[INFO] [stdout] 56 |                         input.parse::<Token![,]>()?;
[INFO] [stdout]    |                                       ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #120192 <https://github.com/rust-lang/rust/issues/120192>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.60s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: radiation-macros v0.3.1 (/opt/rustwide/workdir)
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 3`
[INFO] running `Command { std: "docker" "inspect" "b3fd62b98c53310d2929d41ab6759bcf6099febf1307cc95c51cd9c326c174c2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b3fd62b98c53310d2929d41ab6759bcf6099febf1307cc95c51cd9c326c174c2", kill_on_drop: false }`
[INFO] [stdout] b3fd62b98c53310d2929d41ab6759bcf6099febf1307cc95c51cd9c326c174c2
[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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 4afec72ac080a44bcf2d7b2d7ee64fd51bfc012c82a4b62d0cb3750957e829e9
[INFO] running `Command { std: "docker" "start" "-a" "4afec72ac080a44bcf2d7b2d7ee64fd51bfc012c82a4b62d0cb3750957e829e9", kill_on_drop: false }`
[INFO] [stderr] warning: macro `Token` is private
[INFO] [stderr]   --> src/limit.rs:41:43
[INFO] [stderr]    |
[INFO] [stderr] 41 |                     let _ = input.parse::<Token![=]>()?;
[INFO] [stderr]    |                                           ^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]    = note: for more information, see issue #120192 <https://github.com/rust-lang/rust/issues/120192>
[INFO] [stderr]    = note: `#[warn(private_macro_use)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: macro `Token` is private
[INFO] [stderr]   --> src/limit.rs:53:36
[INFO] [stderr]    |
[INFO] [stderr] 53 |                     if !input.peek(Token![,]) {
[INFO] [stderr]    |                                    ^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]    = note: for more information, see issue #120192 <https://github.com/rust-lang/rust/issues/120192>
[INFO] [stderr] 
[INFO] [stderr] warning: macro `Token` is private
[INFO] [stderr]   --> src/limit.rs:56:39
[INFO] [stderr]    |
[INFO] [stderr] 56 |                         input.parse::<Token![,]>()?;
[INFO] [stderr]    |                                       ^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]    = note: for more information, see issue #120192 <https://github.com/rust-lang/rust/issues/120192>
[INFO] [stderr] 
[INFO] [stderr] warning: `radiation-macros` (lib) generated 3 warnings
[INFO] [stderr] warning: `radiation-macros` (lib test) generated 3 warnings (3 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.04s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: radiation-macros v0.3.1 (/opt/rustwide/workdir)
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 3`
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/radiation_macros-47178af57c3d4362)
[INFO] [stderr]    Doc-tests radiation_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] [stderr] warning: macro `Token` is private
[INFO] [stderr]   --> src/limit.rs:41:43
[INFO] [stderr]    |
[INFO] [stderr] 41 |                     let _ = input.parse::<Token![=]>()?;
[INFO] [stderr]    |                                           ^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]    = note: for more information, see issue #120192 <https://github.com/rust-lang/rust/issues/120192>
[INFO] [stderr]    = note: `#[warn(private_macro_use)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: macro `Token` is private
[INFO] [stderr]   --> src/limit.rs:53:36
[INFO] [stderr]    |
[INFO] [stderr] 53 |                     if !input.peek(Token![,]) {
[INFO] [stderr]    |                                    ^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]    = note: for more information, see issue #120192 <https://github.com/rust-lang/rust/issues/120192>
[INFO] [stderr] 
[INFO] [stderr] warning: macro `Token` is private
[INFO] [stderr]   --> src/limit.rs:56:39
[INFO] [stderr]    |
[INFO] [stderr] 56 |                         input.parse::<Token![,]>()?;
[INFO] [stderr]    |                                       ^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]    = note: for more information, see issue #120192 <https://github.com/rust-lang/rust/issues/120192>
[INFO] [stderr] 
[INFO] [stderr] warning: 3 warnings emitted
[INFO] [stderr] 
[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" "4afec72ac080a44bcf2d7b2d7ee64fd51bfc012c82a4b62d0cb3750957e829e9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4afec72ac080a44bcf2d7b2d7ee64fd51bfc012c82a4b62d0cb3750957e829e9", kill_on_drop: false }`
[INFO] [stdout] 4afec72ac080a44bcf2d7b2d7ee64fd51bfc012c82a4b62d0cb3750957e829e9
