[INFO] fetching crate toggle-comment 0.5.0...
[INFO] testing toggle-comment-0.5.0 against beta-2026-04-21 for beta-1.96-2
[INFO] extracting crate toggle-comment 0.5.0 into /workspace/builds/worker-0-tc2/source
[INFO] started tweaking crates.io crate toggle-comment 0.5.0
[INFO] finished tweaking crates.io crate toggle-comment 0.5.0
[INFO] tweaked toml for crates.io crate toggle-comment 0.5.0 written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate toggle-comment 0.5.0 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] crate crates.io crate toggle-comment 0.5.0 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-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-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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] 01e61d1dc528f57c385fb6646149af17d73a969ef479103e6d57839c6cd3c8a8
[INFO] running `Command { std: "docker" "start" "-a" "01e61d1dc528f57c385fb6646149af17d73a969ef479103e6d57839c6cd3c8a8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "01e61d1dc528f57c385fb6646149af17d73a969ef479103e6d57839c6cd3c8a8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "01e61d1dc528f57c385fb6646149af17d73a969ef479103e6d57839c6cd3c8a8", kill_on_drop: false }`
[INFO] [stdout] 01e61d1dc528f57c385fb6646149af17d73a969ef479103e6d57839c6cd3c8a8
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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] a7da482fb1c216869aa4a58fc6d02d41239932476a0a5ec4dc070e6aac77e806
[INFO] running `Command { std: "docker" "start" "-a" "a7da482fb1c216869aa4a58fc6d02d41239932476a0a5ec4dc070e6aac77e806", kill_on_drop: false }`
[INFO] [stderr]    Compiling memchr v2.3.3
[INFO] [stderr]    Compiling regex-syntax v0.6.18
[INFO] [stderr]    Compiling thread_local v1.0.1
[INFO] [stderr]    Compiling clap v2.33.3
[INFO] [stderr]    Compiling aho-corasick v0.7.13
[INFO] [stderr]    Compiling regex v1.3.9
[INFO] [stderr]    Compiling toggle-comment v0.5.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused variable: `s`
[INFO] [stdout]    --> src/main.rs:139:31
[INFO] [stdout]     |
[INFO] [stdout] 139 |             AddressRange(Line(s), Step(count)) => todo!(),
[INFO] [stdout]     |                               ^ help: if this is intentional, prefix it with an underscore: `_s`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `count`
[INFO] [stdout]    --> src/main.rs:139:40
[INFO] [stdout]     |
[INFO] [stdout] 139 |             AddressRange(Line(s), Step(count)) => todo!(),
[INFO] [stdout]     |                                        ^^^^^ help: if this is intentional, prefix it with an underscore: `_count`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `s`
[INFO] [stdout]    --> src/main.rs:158:39
[INFO] [stdout]     |
[INFO] [stdout] 158 |             AddressRange(RegexPattern(s), Step(count)) => todo!(),
[INFO] [stdout]     |                                       ^ help: if this is intentional, prefix it with an underscore: `_s`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `count`
[INFO] [stdout]    --> src/main.rs:158:48
[INFO] [stdout]     |
[INFO] [stdout] 158 |             AddressRange(RegexPattern(s), Step(count)) => todo!(),
[INFO] [stdout]     |                                                ^^^^^ help: if this is intentional, prefix it with an underscore: `_count`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `Step` is never constructed
[INFO] [stdout]   --> src/main.rs:44:5
[INFO] [stdout]    |
[INFO] [stdout] 40 | enum AddressComponent {
[INFO] [stdout]    |      ---------------- variant in this enum
[INFO] [stdout] ...
[INFO] [stdout] 44 |     Step(usize),            // ~N
[INFO] [stdout]    |     ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.45s
[INFO] running `Command { std: "docker" "inspect" "a7da482fb1c216869aa4a58fc6d02d41239932476a0a5ec4dc070e6aac77e806", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a7da482fb1c216869aa4a58fc6d02d41239932476a0a5ec4dc070e6aac77e806", kill_on_drop: false }`
[INFO] [stdout] a7da482fb1c216869aa4a58fc6d02d41239932476a0a5ec4dc070e6aac77e806
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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] 5cfae0ab1b5b571343a23f4b8ad3217dc2e97f2980b6e7f4686b08280d323772
[INFO] running `Command { std: "docker" "start" "-a" "5cfae0ab1b5b571343a23f4b8ad3217dc2e97f2980b6e7f4686b08280d323772", kill_on_drop: false }`
[INFO] [stderr]    Compiling toggle-comment v0.5.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused variable: `s`
[INFO] [stdout]    --> src/main.rs:139:31
[INFO] [stdout]     |
[INFO] [stdout] 139 |             AddressRange(Line(s), Step(count)) => todo!(),
[INFO] [stdout]     |                               ^ help: if this is intentional, prefix it with an underscore: `_s`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `count`
[INFO] [stdout]    --> src/main.rs:139:40
[INFO] [stdout]     |
[INFO] [stdout] 139 |             AddressRange(Line(s), Step(count)) => todo!(),
[INFO] [stdout]     |                                        ^^^^^ help: if this is intentional, prefix it with an underscore: `_count`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `s`
[INFO] [stdout]    --> src/main.rs:158:39
[INFO] [stdout]     |
[INFO] [stdout] 158 |             AddressRange(RegexPattern(s), Step(count)) => todo!(),
[INFO] [stdout]     |                                       ^ help: if this is intentional, prefix it with an underscore: `_s`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `count`
[INFO] [stdout]    --> src/main.rs:158:48
[INFO] [stdout]     |
[INFO] [stdout] 158 |             AddressRange(RegexPattern(s), Step(count)) => todo!(),
[INFO] [stdout]     |                                                ^^^^^ help: if this is intentional, prefix it with an underscore: `_count`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `Step` is never constructed
[INFO] [stdout]   --> src/main.rs:44:5
[INFO] [stdout]    |
[INFO] [stdout] 40 | enum AddressComponent {
[INFO] [stdout]    |      ---------------- variant in this enum
[INFO] [stdout] ...
[INFO] [stdout] 44 |     Step(usize),            // ~N
[INFO] [stdout]    |     ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `AddressComponent::*`
[INFO] [stdout]    --> src/test.rs:205:29
[INFO] [stdout]     |
[INFO] [stdout] 205 | use {Address::AddressRange, AddressComponent::*};
[INFO] [stdout]     |                             ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/test.rs:207:74
[INFO] [stdout]     |
[INFO] [stdout] 207 |     ($range:expr) => { AddressPattern { pattern: $range, negated: false }; };
[INFO] [stdout]     |                                                                          ^
[INFO] [stdout] ...
[INFO] [stdout] 216 |     let addr = address_range!(Address::ZeroAddress);
[INFO] [stdout]     |                ------------------------------------ in this macro invocation
[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 #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: `#[warn(semicolon_in_expressions_from_macros)]` (part of `#[warn(future_incompatible)]`) on by default
[INFO] [stdout]     = note: this warning originates in the macro `address_range` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/test.rs:208:92
[INFO] [stdout]     |
[INFO] [stdout] 208 |     ($range:expr, $negated:expr) => { AddressPattern { pattern: $range, negated: $negated }; };
[INFO] [stdout]     |                                                                                            ^
[INFO] [stdout] ...
[INFO] [stdout] 223 |     let addr = address_range!(Address::ZeroAddress, true);
[INFO] [stdout]     |                ------------------------------------------ in this macro invocation
[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 #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `address_range` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/test.rs:207:74
[INFO] [stdout]     |
[INFO] [stdout] 207 |     ($range:expr) => { AddressPattern { pattern: $range, negated: false }; };
[INFO] [stdout]     |                                                                          ^
[INFO] [stdout] ...
[INFO] [stdout] 229 |     let addr = address_range!(Address::OneAddress(Line(3)));
[INFO] [stdout]     |                -------------------------------------------- in this macro invocation
[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 #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `address_range` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/test.rs:208:92
[INFO] [stdout]     |
[INFO] [stdout] 208 |     ($range:expr, $negated:expr) => { AddressPattern { pattern: $range, negated: $negated }; };
[INFO] [stdout]     |                                                                                            ^
[INFO] [stdout] ...
[INFO] [stdout] 236 |     let addr = address_range!(Address::OneAddress(Line(3)), true);
[INFO] [stdout]     |                -------------------------------------------------- in this macro invocation
[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 #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `address_range` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/test.rs:207:74
[INFO] [stdout]     |
[INFO] [stdout] 207 |     ($range:expr) => { AddressPattern { pattern: $range, negated: false }; };
[INFO] [stdout]     |                                                                          ^
[INFO] [stdout] ...
[INFO] [stdout] 243 |     let addr = address_range!(AddressRange(Line(3), Line(5)));
[INFO] [stdout]     |                ---------------------------------------------- in this macro invocation
[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 #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `address_range` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/test.rs:208:92
[INFO] [stdout]     |
[INFO] [stdout] 208 |     ($range:expr, $negated:expr) => { AddressPattern { pattern: $range, negated: $negated }; };
[INFO] [stdout]     |                                                                                            ^
[INFO] [stdout] ...
[INFO] [stdout] 250 |     let addr = address_range!(AddressRange(Line(3), Line(5)), true);
[INFO] [stdout]     |                ---------------------------------------------------- in this macro invocation
[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 #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `address_range` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/test.rs:207:74
[INFO] [stdout]     |
[INFO] [stdout] 207 |     ($range:expr) => { AddressPattern { pattern: $range, negated: false }; };
[INFO] [stdout]     |                                                                          ^
[INFO] [stdout] ...
[INFO] [stdout] 257 |     let addr = address_range!(AddressRange(Line(3), Relative(5)));
[INFO] [stdout]     |                -------------------------------------------------- in this macro invocation
[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 #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `address_range` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/test.rs:208:92
[INFO] [stdout]     |
[INFO] [stdout] 208 |     ($range:expr, $negated:expr) => { AddressPattern { pattern: $range, negated: $negated }; };
[INFO] [stdout]     |                                                                                            ^
[INFO] [stdout] ...
[INFO] [stdout] 264 |     let addr = address_range!(AddressRange(Line(3), Relative(5)), true);
[INFO] [stdout]     |                -------------------------------------------------------- in this macro invocation
[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 #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `address_range` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/test.rs:207:74
[INFO] [stdout]     |
[INFO] [stdout] 207 |     ($range:expr) => { AddressPattern { pattern: $range, negated: false }; };
[INFO] [stdout]     |                                                                          ^
[INFO] [stdout] ...
[INFO] [stdout] 272 |     let addr = address_range!(AddressRange(RegexPattern(re), Relative(3)));
[INFO] [stdout]     |                ----------------------------------------------------------- in this macro invocation
[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 #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `address_range` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/test.rs:207:74
[INFO] [stdout]     |
[INFO] [stdout] 207 |     ($range:expr) => { AddressPattern { pattern: $range, negated: false }; };
[INFO] [stdout]     |                                                                          ^
[INFO] [stdout] ...
[INFO] [stdout] 285 |     let addr = address_range!(AddressRange(RegexPattern(re), Line(4)));
[INFO] [stdout]     |                ------------------------------------------------------- in this macro invocation
[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 #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `address_range` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/test.rs:207:74
[INFO] [stdout]     |
[INFO] [stdout] 207 |     ($range:expr) => { AddressPattern { pattern: $range, negated: false }; };
[INFO] [stdout]     |                                                                          ^
[INFO] [stdout] ...
[INFO] [stdout] 298 |     let addr = address_range!(AddressRange(RegexPattern(re), Line(2)));
[INFO] [stdout]     |                ------------------------------------------------------- in this macro invocation
[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 #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `address_range` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/test.rs:207:74
[INFO] [stdout]     |
[INFO] [stdout] 207 |     ($range:expr) => { AddressPattern { pattern: $range, negated: false }; };
[INFO] [stdout]     |                                                                          ^
[INFO] [stdout] ...
[INFO] [stdout] 311 |     let addr = address_range!(AddressRange(Line(2), RegexPattern(re)));
[INFO] [stdout]     |                ------------------------------------------------------- in this macro invocation
[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 #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `address_range` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/test.rs:207:74
[INFO] [stdout]     |
[INFO] [stdout] 207 |     ($range:expr) => { AddressPattern { pattern: $range, negated: false }; };
[INFO] [stdout]     |                                                                          ^
[INFO] [stdout] ...
[INFO] [stdout] 325 |     let addr = address_range!(AddressRange(RegexPattern(re1), RegexPattern(re2)));
[INFO] [stdout]     |                ------------------------------------------------------------------ in this macro invocation
[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 #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `address_range` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/test.rs:207:74
[INFO] [stdout]     |
[INFO] [stdout] 207 |     ($range:expr) => { AddressPattern { pattern: $range, negated: false }; };
[INFO] [stdout]     |                                                                          ^
[INFO] [stdout] ...
[INFO] [stdout] 341 |     let addr = address_range!(AddressRange(RegexPattern(re1), RegexPattern(re2)));
[INFO] [stdout]     |                ------------------------------------------------------------------ in this macro invocation
[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 #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `address_range` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/test.rs:207:74
[INFO] [stdout]     |
[INFO] [stdout] 207 |     ($range:expr) => { AddressPattern { pattern: $range, negated: false }; };
[INFO] [stdout]     |                                                                          ^
[INFO] [stdout] ...
[INFO] [stdout] 359 |     let addr = address_range!(AddressRange(RegexPattern(re1), RegexPattern(re2)));
[INFO] [stdout]     |                ------------------------------------------------------------------ in this macro invocation
[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 #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `address_range` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `s`
[INFO] [stdout]    --> src/main.rs:139:31
[INFO] [stdout]     |
[INFO] [stdout] 139 |             AddressRange(Line(s), Step(count)) => todo!(),
[INFO] [stdout]     |                               ^ help: if this is intentional, prefix it with an underscore: `_s`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `count`
[INFO] [stdout]    --> src/main.rs:139:40
[INFO] [stdout]     |
[INFO] [stdout] 139 |             AddressRange(Line(s), Step(count)) => todo!(),
[INFO] [stdout]     |                                        ^^^^^ help: if this is intentional, prefix it with an underscore: `_count`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `s`
[INFO] [stdout]    --> src/main.rs:158:39
[INFO] [stdout]     |
[INFO] [stdout] 158 |             AddressRange(RegexPattern(s), Step(count)) => todo!(),
[INFO] [stdout]     |                                       ^ help: if this is intentional, prefix it with an underscore: `_s`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `count`
[INFO] [stdout]    --> src/main.rs:158:48
[INFO] [stdout]     |
[INFO] [stdout] 158 |             AddressRange(RegexPattern(s), Step(count)) => todo!(),
[INFO] [stdout]     |                                                ^^^^^ help: if this is intentional, prefix it with an underscore: `_count`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `Step` is never constructed
[INFO] [stdout]   --> src/main.rs:44:5
[INFO] [stdout]    |
[INFO] [stdout] 40 | enum AddressComponent {
[INFO] [stdout]    |      ---------------- variant in this enum
[INFO] [stdout] ...
[INFO] [stdout] 44 |     Step(usize),            // ~N
[INFO] [stdout]    |     ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 1.01s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: toggle-comment v0.5.0 (/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 1`
[INFO] running `Command { std: "docker" "inspect" "5cfae0ab1b5b571343a23f4b8ad3217dc2e97f2980b6e7f4686b08280d323772", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5cfae0ab1b5b571343a23f4b8ad3217dc2e97f2980b6e7f4686b08280d323772", kill_on_drop: false }`
[INFO] [stdout] 5cfae0ab1b5b571343a23f4b8ad3217dc2e97f2980b6e7f4686b08280d323772
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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] 7a42d1062c8e5a6ec9f625dc2e7a0098317fbffe29999a731e62357b6109c548
[INFO] running `Command { std: "docker" "start" "-a" "7a42d1062c8e5a6ec9f625dc2e7a0098317fbffe29999a731e62357b6109c548", kill_on_drop: false }`
[INFO] [stderr] warning: unused import: `AddressComponent::*`
[INFO] [stderr]    --> src/test.rs:205:29
[INFO] [stderr]     |
[INFO] [stderr] 205 | use {Address::AddressRange, AddressComponent::*};
[INFO] [stderr]     |                             ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: trailing semicolon in macro used in expression position
[INFO] [stderr]    --> src/test.rs:207:74
[INFO] [stderr]     |
[INFO] [stderr] 207 |     ($range:expr) => { AddressPattern { pattern: $range, negated: false }; };
[INFO] [stderr]     |                                                                          ^
[INFO] [stderr] ...
[INFO] [stderr] 216 |     let addr = address_range!(Address::ZeroAddress);
[INFO] [stderr]     |                ------------------------------------ in this macro invocation
[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 #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stderr]     = note: `#[warn(semicolon_in_expressions_from_macros)]` (part of `#[warn(future_incompatible)]`) on by default
[INFO] [stderr]     = note: this warning originates in the macro `address_range` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trailing semicolon in macro used in expression position
[INFO] [stderr]    --> src/test.rs:208:92
[INFO] [stderr]     |
[INFO] [stderr] 208 |     ($range:expr, $negated:expr) => { AddressPattern { pattern: $range, negated: $negated }; };
[INFO] [stderr]     |                                                                                            ^
[INFO] [stderr] ...
[INFO] [stderr] 223 |     let addr = address_range!(Address::ZeroAddress, true);
[INFO] [stderr]     |                ------------------------------------------ in this macro invocation
[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 #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stderr]     = note: this warning originates in the macro `address_range` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trailing semicolon in macro used in expression position
[INFO] [stderr]    --> src/test.rs:207:74
[INFO] [stderr]     |
[INFO] [stderr] 207 |     ($range:expr) => { AddressPattern { pattern: $range, negated: false }; };
[INFO] [stderr]     |                                                                          ^
[INFO] [stderr] ...
[INFO] [stderr] 229 |     let addr = address_range!(Address::OneAddress(Line(3)));
[INFO] [stderr]     |                -------------------------------------------- in this macro invocation
[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 #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stderr]     = note: this warning originates in the macro `address_range` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trailing semicolon in macro used in expression position
[INFO] [stderr]    --> src/test.rs:208:92
[INFO] [stderr]     |
[INFO] [stderr] 208 |     ($range:expr, $negated:expr) => { AddressPattern { pattern: $range, negated: $negated }; };
[INFO] [stderr]     |                                                                                            ^
[INFO] [stderr] ...
[INFO] [stderr] 236 |     let addr = address_range!(Address::OneAddress(Line(3)), true);
[INFO] [stderr]     |                -------------------------------------------------- in this macro invocation
[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 #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stderr]     = note: this warning originates in the macro `address_range` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trailing semicolon in macro used in expression position
[INFO] [stderr]    --> src/test.rs:207:74
[INFO] [stderr]     |
[INFO] [stderr] 207 |     ($range:expr) => { AddressPattern { pattern: $range, negated: false }; };
[INFO] [stderr]     |                                                                          ^
[INFO] [stderr] ...
[INFO] [stderr] 243 |     let addr = address_range!(AddressRange(Line(3), Line(5)));
[INFO] [stderr]     |                ---------------------------------------------- in this macro invocation
[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 #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stderr]     = note: this warning originates in the macro `address_range` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trailing semicolon in macro used in expression position
[INFO] [stderr]    --> src/test.rs:208:92
[INFO] [stderr]     |
[INFO] [stderr] 208 |     ($range:expr, $negated:expr) => { AddressPattern { pattern: $range, negated: $negated }; };
[INFO] [stderr]     |                                                                                            ^
[INFO] [stderr] ...
[INFO] [stderr] 250 |     let addr = address_range!(AddressRange(Line(3), Line(5)), true);
[INFO] [stderr]     |                ---------------------------------------------------- in this macro invocation
[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 #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stderr]     = note: this warning originates in the macro `address_range` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trailing semicolon in macro used in expression position
[INFO] [stderr]    --> src/test.rs:207:74
[INFO] [stderr]     |
[INFO] [stderr] 207 |     ($range:expr) => { AddressPattern { pattern: $range, negated: false }; };
[INFO] [stderr]     |                                                                          ^
[INFO] [stderr] ...
[INFO] [stderr] 257 |     let addr = address_range!(AddressRange(Line(3), Relative(5)));
[INFO] [stderr]     |                -------------------------------------------------- in this macro invocation
[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 #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stderr]     = note: this warning originates in the macro `address_range` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trailing semicolon in macro used in expression position
[INFO] [stderr]    --> src/test.rs:208:92
[INFO] [stderr]     |
[INFO] [stderr] 208 |     ($range:expr, $negated:expr) => { AddressPattern { pattern: $range, negated: $negated }; };
[INFO] [stderr]     |                                                                                            ^
[INFO] [stderr] ...
[INFO] [stderr] 264 |     let addr = address_range!(AddressRange(Line(3), Relative(5)), true);
[INFO] [stderr]     |                -------------------------------------------------------- in this macro invocation
[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 #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stderr]     = note: this warning originates in the macro `address_range` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trailing semicolon in macro used in expression position
[INFO] [stderr]    --> src/test.rs:207:74
[INFO] [stderr]     |
[INFO] [stderr] 207 |     ($range:expr) => { AddressPattern { pattern: $range, negated: false }; };
[INFO] [stderr]     |                                                                          ^
[INFO] [stderr] ...
[INFO] [stderr] 272 |     let addr = address_range!(AddressRange(RegexPattern(re), Relative(3)));
[INFO] [stderr]     |                ----------------------------------------------------------- in this macro invocation
[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 #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stderr]     = note: this warning originates in the macro `address_range` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trailing semicolon in macro used in expression position
[INFO] [stderr]    --> src/test.rs:207:74
[INFO] [stderr]     |
[INFO] [stderr] 207 |     ($range:expr) => { AddressPattern { pattern: $range, negated: false }; };
[INFO] [stderr]     |                                                                          ^
[INFO] [stderr] ...
[INFO] [stderr] 285 |     let addr = address_range!(AddressRange(RegexPattern(re), Line(4)));
[INFO] [stderr]     |                ------------------------------------------------------- in this macro invocation
[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 #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stderr]     = note: this warning originates in the macro `address_range` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trailing semicolon in macro used in expression position
[INFO] [stderr]    --> src/test.rs:207:74
[INFO] [stderr]     |
[INFO] [stderr] 207 |     ($range:expr) => { AddressPattern { pattern: $range, negated: false }; };
[INFO] [stderr]     |                                                                          ^
[INFO] [stderr] ...
[INFO] [stderr] 298 |     let addr = address_range!(AddressRange(RegexPattern(re), Line(2)));
[INFO] [stderr]     |                ------------------------------------------------------- in this macro invocation
[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 #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stderr]     = note: this warning originates in the macro `address_range` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trailing semicolon in macro used in expression position
[INFO] [stderr]    --> src/test.rs:207:74
[INFO] [stderr]     |
[INFO] [stderr] 207 |     ($range:expr) => { AddressPattern { pattern: $range, negated: false }; };
[INFO] [stderr]     |                                                                          ^
[INFO] [stderr] ...
[INFO] [stderr] 311 |     let addr = address_range!(AddressRange(Line(2), RegexPattern(re)));
[INFO] [stderr]     |                ------------------------------------------------------- in this macro invocation
[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 #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stderr]     = note: this warning originates in the macro `address_range` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trailing semicolon in macro used in expression position
[INFO] [stderr]    --> src/test.rs:207:74
[INFO] [stderr]     |
[INFO] [stderr] 207 |     ($range:expr) => { AddressPattern { pattern: $range, negated: false }; };
[INFO] [stderr]     |                                                                          ^
[INFO] [stderr] ...
[INFO] [stderr] 325 |     let addr = address_range!(AddressRange(RegexPattern(re1), RegexPattern(re2)));
[INFO] [stderr]     |                ------------------------------------------------------------------ in this macro invocation
[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 #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stderr]     = note: this warning originates in the macro `address_range` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trailing semicolon in macro used in expression position
[INFO] [stderr]    --> src/test.rs:207:74
[INFO] [stderr]     |
[INFO] [stderr] 207 |     ($range:expr) => { AddressPattern { pattern: $range, negated: false }; };
[INFO] [stderr]     |                                                                          ^
[INFO] [stderr] ...
[INFO] [stderr] 341 |     let addr = address_range!(AddressRange(RegexPattern(re1), RegexPattern(re2)));
[INFO] [stderr]     |                ------------------------------------------------------------------ in this macro invocation
[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 #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stderr]     = note: this warning originates in the macro `address_range` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trailing semicolon in macro used in expression position
[INFO] [stderr]    --> src/test.rs:207:74
[INFO] [stderr]     |
[INFO] [stderr] 207 |     ($range:expr) => { AddressPattern { pattern: $range, negated: false }; };
[INFO] [stderr]     |                                                                          ^
[INFO] [stderr] ...
[INFO] [stderr] 359 |     let addr = address_range!(AddressRange(RegexPattern(re1), RegexPattern(re2)));
[INFO] [stderr]     |                ------------------------------------------------------------------ in this macro invocation
[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 #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stderr]     = note: this warning originates in the macro `address_range` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `s`
[INFO] [stderr]    --> src/main.rs:139:31
[INFO] [stderr]     |
[INFO] [stderr] 139 |             AddressRange(Line(s), Step(count)) => todo!(),
[INFO] [stderr]     |                               ^ help: if this is intentional, prefix it with an underscore: `_s`
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `count`
[INFO] [stderr]    --> src/main.rs:139:40
[INFO] [stderr]     |
[INFO] [stderr] 139 |             AddressRange(Line(s), Step(count)) => todo!(),
[INFO] [stderr]     |                                        ^^^^^ help: if this is intentional, prefix it with an underscore: `_count`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `s`
[INFO] [stderr]    --> src/main.rs:158:39
[INFO] [stderr]     |
[INFO] [stderr] 158 |             AddressRange(RegexPattern(s), Step(count)) => todo!(),
[INFO] [stderr]     |                                       ^ help: if this is intentional, prefix it with an underscore: `_s`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `count`
[INFO] [stderr]    --> src/main.rs:158:48
[INFO] [stderr]     |
[INFO] [stderr] 158 |             AddressRange(RegexPattern(s), Step(count)) => todo!(),
[INFO] [stderr]     |                                                ^^^^^ help: if this is intentional, prefix it with an underscore: `_count`
[INFO] [stderr] 
[INFO] [stderr] warning: variant `Step` is never constructed
[INFO] [stderr]   --> src/main.rs:44:5
[INFO] [stderr]    |
[INFO] [stderr] 40 | enum AddressComponent {
[INFO] [stderr]    |      ---------------- variant in this enum
[INFO] [stderr] ...
[INFO] [stderr] 44 |     Step(usize),            // ~N
[INFO] [stderr]    |     ^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `toggle-comment` (bin "toggle-comment" test) generated 21 warnings (run `cargo fix --bin "toggle-comment" -p toggle-comment --tests` to apply 5 suggestions)
[INFO] [stderr] warning: `toggle-comment` (bin "toggle-comment") generated 5 warnings (5 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.06s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: toggle-comment v0.5.0 (/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 1`
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/toggle_comment-af7d9adb7dc7019f)
[INFO] [stdout] 
[INFO] [stdout] running 33 tests
[INFO] [stdout] test test::matches_range_lines ... ok
[INFO] [stdout] test test::all_lines_commented_should_uncomment ... ok
[INFO] [stdout] test test::blanks_do_not_affect_will_comment ... ok
[INFO] [stdout] test test::comment_case2 ... ok
[INFO] [stdout] test test::matches_double_regex_range_update ... ok
[INFO] [stdout] test test::line_range_address_matches_block ... ok
[INFO] [stdout] test test::line_address_only_matches_one ... ok
[INFO] [stdout] test test::matches_double_regex_range ... ok
[INFO] [stdout] test test::matches_double_regex_range_with_multiple_matches_on_same_line ... ok
[INFO] [stdout] test test::all_blank_lines_are_unchanged ... ok
[INFO] [stdout] test test::matches_range_relative_lines ... ok
[INFO] [stdout] test test::matches_range_relative_lines_invert ... ok
[INFO] [stdout] test test::matches_absolute_regex_end_range ... ok
[INFO] [stdout] test test::matches_regex_absolute_range ... ok
[INFO] [stdout] test test::matches_regex_relative_range ... ok
[INFO] [stdout] test test::matches_regex_empty_absolute_range ... ok
[INFO] [stdout] test test::one_address_inverted_matches_but_one_line ... ok
[INFO] [stdout] test test::one_address_matches_one_line ... ok
[INFO] [stdout] test test::regex_range_address_matches_block ... ok
[INFO] [stdout] test test::round_trip ... ok
[INFO] [stdout] test test::toggle_case1 ... ok
[INFO] [stdout] test test::toggle_case2 ... ok
[INFO] [stdout] test test::matches_range_lines_invert ... ok
[INFO] [stdout] test test::not_all_lines_commented_should_comment ... ok
[INFO] [stdout] test test::comment_case1 ... ok
[INFO] [stdout] test test::toggle_initial_uncomment ... ok
[INFO] [stdout] test test::uncomment_case1 ... ok
[INFO] [stdout] test test::uncomment_case2 ... ok
[INFO] [stdout] test test::zero_address_always_matches ... ok
[INFO] [stdout] test test::toggle_comment_initial_blank ... ok
[INFO] [stdout] test test::zero_address_invert_never_matches ... ok
[INFO] [stdout] test test::toggle_initial_comment ... ok
[INFO] [stdout] test test::zero_address_toggles_whole_file_not_individual_lines ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 33 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.04s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/sed_conformance.rs (/opt/rustwide/target/debug/deps/sed_conformance-0dfd51bc91dc40ad)
[INFO] [stdout] 
[INFO] [stdout] running 36 tests
[INFO] [stdout] test negated_regex_multiple ... ignored
[INFO] [stdout] test negated_single_line ... ok
[INFO] [stdout] test negated_single_multiple ... ignored
[INFO] [stdout] test negated_single_step ... ignored
[INFO] [stdout] test nonmatched_first_address ... ok
[INFO] [stdout] test regex_absolute_range ... ok
[INFO] [stdout] test regex_multiple ... ignored
[INFO] [stdout] test negated_single_line_range ... ok
[INFO] [stdout] test regex_range ... ok
[INFO] [stdout] test regex_relative_from_first_match ... ok
[INFO] [stdout] test relative_range ... ok
[INFO] [stdout] test regex_relative_range ... ok
[INFO] [stdout] test sed_is_present ... ok
[INFO] [stdout] test simple_regex ... ok
[INFO] [stdout] test negated_empty_pattern ... ok
[INFO] [stdout] test negated_regex_relative_from_first_match ... ok
[INFO] [stdout] test single_multiple ... ignored
[INFO] [stdout] test single_step ... ignored
[INFO] [stdout] test negated_relative_range ... ok
[INFO] [stdout] test trivial_multiple ... ignored
[INFO] [stdout] test trivial_step ... ignored
[INFO] [stdout] test negated_matched_first_address ... ok
[INFO] [stdout] test negated_simple_regex ... ok
[INFO] [stdout] test matched_first_address ... ok
[INFO] [stdout] test negated_regex_absolute_range ... ok
[INFO] [stdout] test single_line_range ... ok
[INFO] [stdout] test double_regex_relative_range ... ok
[INFO] [stdout] test negated_regex_range ... ok
[INFO] [stdout] test negated_simple_range ... ok
[INFO] [stdout] test negated_double_regex_relative_range ... ok
[INFO] [stdout] test simple_range ... ok
[INFO] [stdout] test negated_regex_relative_range ... ok
[INFO] [stdout] test single_line ... ok
[INFO] [stdout] test smoke_test ... ok
[INFO] [stdout] test empty_pattern ... ok
[INFO] [stdout] test negated_nonmatched_first_address ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 28 passed; 0 failed; 8 ignored; 0 measured; 0 filtered out; finished in 0.10s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "7a42d1062c8e5a6ec9f625dc2e7a0098317fbffe29999a731e62357b6109c548", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7a42d1062c8e5a6ec9f625dc2e7a0098317fbffe29999a731e62357b6109c548", kill_on_drop: false }`
[INFO] [stdout] 7a42d1062c8e5a6ec9f625dc2e7a0098317fbffe29999a731e62357b6109c548
