[INFO] fetching crate radiation-macros 0.3.1...
[INFO] testing radiation-macros-0.3.1 against 1.95.0 for beta-1.96-2
[INFO] extracting crate radiation-macros 0.3.1 into /workspace/builds/worker-3-tc1/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-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate radiation-macros 0.3.1 on toolchain 1.95.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.95.0" "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" "+1.95.0" "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" "+1.95.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 0975b719c25058ecc7e8ed8cd9996e1926ac971707e462496e77b0b47dc1f8ba
[INFO] running `Command { std: "docker" "start" "-a" "0975b719c25058ecc7e8ed8cd9996e1926ac971707e462496e77b0b47dc1f8ba", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "0975b719c25058ecc7e8ed8cd9996e1926ac971707e462496e77b0b47dc1f8ba", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0975b719c25058ecc7e8ed8cd9996e1926ac971707e462496e77b0b47dc1f8ba", kill_on_drop: false }`
[INFO] [stdout] 0975b719c25058ecc7e8ed8cd9996e1926ac971707e462496e77b0b47dc1f8ba
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=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" "+1.95.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 68dc6a114512fb98b965eb0ccf62ecd6eabe7bab7113ee4b94b79d104d08cdc6
[INFO] running `Command { std: "docker" "start" "-a" "68dc6a114512fb98b965eb0ccf62ecd6eabe7bab7113ee4b94b79d104d08cdc6", 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 3.78s
[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" "68dc6a114512fb98b965eb0ccf62ecd6eabe7bab7113ee4b94b79d104d08cdc6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "68dc6a114512fb98b965eb0ccf62ecd6eabe7bab7113ee4b94b79d104d08cdc6", kill_on_drop: false }`
[INFO] [stdout] 68dc6a114512fb98b965eb0ccf62ecd6eabe7bab7113ee4b94b79d104d08cdc6
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=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" "+1.95.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 03172450e6b5d12ebf9c9e61f893d52295230611c8ec33817f56380415e40359
[INFO] running `Command { std: "docker" "start" "-a" "03172450e6b5d12ebf9c9e61f893d52295230611c8ec33817f56380415e40359", 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.65s
[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" "03172450e6b5d12ebf9c9e61f893d52295230611c8ec33817f56380415e40359", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "03172450e6b5d12ebf9c9e61f893d52295230611c8ec33817f56380415e40359", kill_on_drop: false }`
[INFO] [stdout] 03172450e6b5d12ebf9c9e61f893d52295230611c8ec33817f56380415e40359
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=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" "+1.95.0" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 295cf4d723eb5ebfac5f9a7c034b7439a6383266c682269d6862317da5020031
[INFO] running `Command { std: "docker" "start" "-a" "295cf4d723eb5ebfac5f9a7c034b7439a6383266c682269d6862317da5020031", 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.02s
[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-1475a14610db3e29)
[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" "295cf4d723eb5ebfac5f9a7c034b7439a6383266c682269d6862317da5020031", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "295cf4d723eb5ebfac5f9a7c034b7439a6383266c682269d6862317da5020031", kill_on_drop: false }`
[INFO] [stdout] 295cf4d723eb5ebfac5f9a7c034b7439a6383266c682269d6862317da5020031
