[INFO] fetching crate rpg-dice-roller 0.2.0...
[INFO] building rpg-dice-roller-0.2.0 against try#d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6 for pr-146237-1
[INFO] extracting crate rpg-dice-roller 0.2.0 into /workspace/builds/worker-2-tc2/source
[INFO] started tweaking crates.io crate rpg-dice-roller 0.2.0
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate rpg-dice-roller 0.2.0
[INFO] tweaked toml for crates.io crate rpg-dice-roller 0.2.0 written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate rpg-dice-roller 0.2.0 on toolchain d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "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" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 81 packages to latest compatible versions
[INFO] [stderr]       Adding criterion v0.5.1 (available: v0.7.0)
[INFO] [stderr]       Adding rand v0.8.5 (available: v0.9.2)
[INFO] [stderr]       Adding winnow v0.6.26 (available: v0.7.13)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 90f852384ec2179a4d14c7c66f3c745d465484f75ed8b81bad0982362e3ec151
[INFO] running `Command { std: "docker" "start" "-a" "90f852384ec2179a4d14c7c66f3c745d465484f75ed8b81bad0982362e3ec151", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "90f852384ec2179a4d14c7c66f3c745d465484f75ed8b81bad0982362e3ec151", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "90f852384ec2179a4d14c7c66f3c745d465484f75ed8b81bad0982362e3ec151", kill_on_drop: false }`
[INFO] [stdout] 90f852384ec2179a4d14c7c66f3c745d465484f75ed8b81bad0982362e3ec151
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] e98558d44ebec71bc03e004fdf4ae394c3d1541eac2c4845c7eb69457f3c93fe
[INFO] running `Command { std: "docker" "start" "-a" "e98558d44ebec71bc03e004fdf4ae394c3d1541eac2c4845c7eb69457f3c93fe", kill_on_drop: false }`
[INFO] [stderr]    Compiling winnow v0.6.26
[INFO] [stderr]    Compiling rpg-dice-roller v0.2.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: use of deprecated type alias `winnow::PResult`: Replaced with ModalResult
[INFO] [stdout]  --> src/parse/dice.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 |     PResult, Parser,
[INFO] [stdout]   |     ^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `winnow::PResult`: Replaced with ModalResult
[INFO] [stdout]  --> src/parse/expression.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 |     PResult, Parser,
[INFO] [stdout]   |     ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `winnow::PResult`: Replaced with ModalResult
[INFO] [stdout]   --> src/parse/expression.rs:35:40
[INFO] [stdout]    |
[INFO] [stdout] 35 | pub fn parse_expr(input: &mut &str) -> PResult<Expression> {
[INFO] [stdout]    |                                        ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `winnow::PResult`: Replaced with ModalResult
[INFO] [stdout]   --> src/parse/expression.rs:48:36
[INFO] [stdout]    |
[INFO] [stdout] 48 | fn parse_term(input: &mut &str) -> PResult<Expression> {
[INFO] [stdout]    |                                    ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `winnow::PResult`: Replaced with ModalResult
[INFO] [stdout]   --> src/parse/expression.rs:61:38
[INFO] [stdout]    |
[INFO] [stdout] 61 | fn parse_factor(input: &mut &str) -> PResult<Expression> {
[INFO] [stdout]    |                                      ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `winnow::PResult`: Replaced with ModalResult
[INFO] [stdout]   --> src/parse/expression.rs:90:42
[INFO] [stdout]    |
[INFO] [stdout] 90 | pub fn parse_parens(input: &mut &str) -> PResult<Expression> {
[INFO] [stdout]    |                                          ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `winnow::PResult`: Replaced with ModalResult
[INFO] [stdout]   --> src/parse/expression.rs:96:43
[INFO] [stdout]    |
[INFO] [stdout] 96 | fn parse_roll_groups(input: &mut &str) -> PResult<Expression> {
[INFO] [stdout]    |                                           ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `winnow::PResult`: Replaced with ModalResult
[INFO] [stdout]    --> src/parse/expression.rs:109:50
[INFO] [stdout]     |
[INFO] [stdout] 109 | fn low_precendence_operator(input: &mut &str) -> PResult<Operator> {
[INFO] [stdout]     |                                                  ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `winnow::PResult`: Replaced with ModalResult
[INFO] [stdout]    --> src/parse/expression.rs:118:51
[INFO] [stdout]     |
[INFO] [stdout] 118 | fn high_precendence_operator(input: &mut &str) -> PResult<Operator> {
[INFO] [stdout]     |                                                   ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `winnow::PResult`: Replaced with ModalResult
[INFO] [stdout]    --> src/parse/expression.rs:138:40
[INFO] [stdout]     |
[INFO] [stdout] 138 | fn parse_fn1_name(input: &mut &str) -> PResult<MathFn1> {
[INFO] [stdout]     |                                        ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `winnow::PResult`: Replaced with ModalResult
[INFO] [stdout]    --> src/parse/expression.rs:156:40
[INFO] [stdout]     |
[INFO] [stdout] 156 | fn parse_fn2_name(input: &mut &str) -> PResult<MathFn2> {
[INFO] [stdout]     |                                        ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `winnow::PResult`: Replaced with ModalResult
[INFO] [stdout]    --> src/parse/expression.rs:165:39
[INFO] [stdout]     |
[INFO] [stdout] 165 | pub fn parse_fn1(input: &mut &str) -> PResult<Expression> {
[INFO] [stdout]     |                                       ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `winnow::PResult`: Replaced with ModalResult
[INFO] [stdout]    --> src/parse/expression.rs:176:39
[INFO] [stdout]     |
[INFO] [stdout] 176 | pub fn parse_fn2(input: &mut &str) -> PResult<Expression> {
[INFO] [stdout]     |                                       ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `winnow::PResult`: Replaced with ModalResult
[INFO] [stdout]   --> src/parse/dice.rs:74:49
[INFO] [stdout]    |
[INFO] [stdout] 74 | pub fn parse_dice_standard(input: &mut &str) -> PResult<Expression> {
[INFO] [stdout]    |                                                 ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `winnow::PResult`: Replaced with ModalResult
[INFO] [stdout]   --> src/parse/dice.rs:85:47
[INFO] [stdout]    |
[INFO] [stdout] 85 | pub fn parse_dice_fudge1(input: &mut &str) -> PResult<Expression> {
[INFO] [stdout]    |                                               ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `winnow::PResult`: Replaced with ModalResult
[INFO] [stdout]   --> src/parse/dice.rs:94:47
[INFO] [stdout]    |
[INFO] [stdout] 94 | pub fn parse_dice_fudge2(input: &mut &str) -> PResult<Expression> {
[INFO] [stdout]    |                                               ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `winnow::PResult`: Replaced with ModalResult
[INFO] [stdout]    --> src/parse/dice.rs:103:51
[INFO] [stdout]     |
[INFO] [stdout] 103 | pub fn parse_dice_percentile(input: &mut &str) -> PResult<Expression> {
[INFO] [stdout]     |                                                   ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `winnow::PResult`: Replaced with ModalResult
[INFO] [stdout]    --> src/parse/dice.rs:112:45
[INFO] [stdout]     |
[INFO] [stdout] 112 | fn parse_dice_quantity(input: &mut &str) -> PResult<Expression> {
[INFO] [stdout]     |                                             ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `winnow::PResult`: Replaced with ModalResult
[INFO] [stdout]    --> src/parse/dice.rs:121:42
[INFO] [stdout]     |
[INFO] [stdout] 121 | fn parse_dice_sides(input: &mut &str) -> PResult<Expression> {
[INFO] [stdout]     |                                          ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `winnow::PResult`: Replaced with ModalResult
[INFO] [stdout]    --> src/parse/dice.rs:139:42
[INFO] [stdout]     |
[INFO] [stdout] 139 | pub fn non_zero_u32(input: &mut &str) -> PResult<Expression> {
[INFO] [stdout]     |                                          ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `winnow::PResult`: Replaced with ModalResult
[INFO] [stdout]    --> src/parse/dice.rs:147:42
[INFO] [stdout]     |
[INFO] [stdout] 147 | pub fn non_zero_i32(input: &mut &str) -> PResult<Expression> {
[INFO] [stdout]     |                                          ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `winnow::PResult`: Replaced with ModalResult
[INFO] [stdout]    --> src/parse/dice.rs:155:44
[INFO] [stdout]     |
[INFO] [stdout] 155 | pub fn parse_modifier(input: &mut &str) -> PResult<Modifier> {
[INFO] [stdout]     |                                            ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `winnow::PResult`: Replaced with ModalResult
[INFO] [stdout]    --> src/parse/dice.rs:215:35
[INFO] [stdout]     |
[INFO] [stdout] 215 | fn exploding(input: &mut &str) -> PResult<Modifier> {
[INFO] [stdout]     |                                   ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `winnow::PResult`: Replaced with ModalResult
[INFO] [stdout]    --> src/parse/dice.rs:228:50
[INFO] [stdout]     |
[INFO] [stdout] 228 | pub fn parse_group_modifier(input: &mut &str) -> PResult<Modifier> {
[INFO] [stdout]     |                                                  ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `winnow::PResult`: Replaced with ModalResult
[INFO] [stdout]    --> src/parse/dice.rs:246:39
[INFO] [stdout]     |
[INFO] [stdout] 246 | fn compare_point(input: &mut &str) -> PResult<ComparePoint> {
[INFO] [stdout]     |                                       ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.21s
[INFO] running `Command { std: "docker" "inspect" "e98558d44ebec71bc03e004fdf4ae394c3d1541eac2c4845c7eb69457f3c93fe", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e98558d44ebec71bc03e004fdf4ae394c3d1541eac2c4845c7eb69457f3c93fe", kill_on_drop: false }`
[INFO] [stdout] e98558d44ebec71bc03e004fdf4ae394c3d1541eac2c4845c7eb69457f3c93fe
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 2d83ae3af815b1aebdc739279042ffccbef06c5db2aaa04e31d283081e086c27
[INFO] running `Command { std: "docker" "start" "-a" "2d83ae3af815b1aebdc739279042ffccbef06c5db2aaa04e31d283081e086c27", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.101
[INFO] [stderr]    Compiling anstyle v1.0.11
[INFO] [stderr]    Compiling getrandom v0.2.16
[INFO] [stderr]    Compiling clap_lex v0.7.5
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling is-terminal v0.4.16
[INFO] [stderr]    Compiling criterion-plot v0.5.0
[INFO] [stderr]    Compiling clap_builder v4.5.48
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling quote v1.0.40
[INFO] [stderr]    Compiling syn v2.0.106
[INFO] [stderr]    Compiling rpg-dice-roller v0.2.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: use of deprecated type alias `winnow::PResult`: Replaced with ModalResult
[INFO] [stdout]  --> src/parse/expression.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 |     PResult, Parser,
[INFO] [stdout]   |     ^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `winnow::PResult`: Replaced with ModalResult
[INFO] [stdout]  --> src/parse/dice.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 |     PResult, Parser,
[INFO] [stdout]   |     ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `winnow::PResult`: Replaced with ModalResult
[INFO] [stdout]   --> src/parse/dice.rs:74:49
[INFO] [stdout]    |
[INFO] [stdout] 74 | pub fn parse_dice_standard(input: &mut &str) -> PResult<Expression> {
[INFO] [stdout]    |                                                 ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `winnow::PResult`: Replaced with ModalResult
[INFO] [stdout]   --> src/parse/dice.rs:85:47
[INFO] [stdout]    |
[INFO] [stdout] 85 | pub fn parse_dice_fudge1(input: &mut &str) -> PResult<Expression> {
[INFO] [stdout]    |                                               ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `winnow::PResult`: Replaced with ModalResult
[INFO] [stdout]   --> src/parse/dice.rs:94:47
[INFO] [stdout]    |
[INFO] [stdout] 94 | pub fn parse_dice_fudge2(input: &mut &str) -> PResult<Expression> {
[INFO] [stdout]    |                                               ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `winnow::PResult`: Replaced with ModalResult
[INFO] [stdout]    --> src/parse/dice.rs:103:51
[INFO] [stdout]     |
[INFO] [stdout] 103 | pub fn parse_dice_percentile(input: &mut &str) -> PResult<Expression> {
[INFO] [stdout]     |                                                   ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `winnow::PResult`: Replaced with ModalResult
[INFO] [stdout]    --> src/parse/dice.rs:112:45
[INFO] [stdout]     |
[INFO] [stdout] 112 | fn parse_dice_quantity(input: &mut &str) -> PResult<Expression> {
[INFO] [stdout]     |                                             ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `winnow::PResult`: Replaced with ModalResult
[INFO] [stdout]    --> src/parse/dice.rs:121:42
[INFO] [stdout]     |
[INFO] [stdout] 121 | fn parse_dice_sides(input: &mut &str) -> PResult<Expression> {
[INFO] [stdout]     |                                          ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `winnow::PResult`: Replaced with ModalResult
[INFO] [stdout]    --> src/parse/dice.rs:139:42
[INFO] [stdout]     |
[INFO] [stdout] 139 | pub fn non_zero_u32(input: &mut &str) -> PResult<Expression> {
[INFO] [stdout]     |                                          ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `winnow::PResult`: Replaced with ModalResult
[INFO] [stdout]    --> src/parse/dice.rs:147:42
[INFO] [stdout]     |
[INFO] [stdout] 147 | pub fn non_zero_i32(input: &mut &str) -> PResult<Expression> {
[INFO] [stdout]     |                                          ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `winnow::PResult`: Replaced with ModalResult
[INFO] [stdout]    --> src/parse/dice.rs:155:44
[INFO] [stdout]     |
[INFO] [stdout] 155 | pub fn parse_modifier(input: &mut &str) -> PResult<Modifier> {
[INFO] [stdout]     |                                            ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `winnow::PResult`: Replaced with ModalResult
[INFO] [stdout]    --> src/parse/dice.rs:215:35
[INFO] [stdout]     |
[INFO] [stdout] 215 | fn exploding(input: &mut &str) -> PResult<Modifier> {
[INFO] [stdout]     |                                   ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `winnow::PResult`: Replaced with ModalResult
[INFO] [stdout]    --> src/parse/dice.rs:228:50
[INFO] [stdout]     |
[INFO] [stdout] 228 | pub fn parse_group_modifier(input: &mut &str) -> PResult<Modifier> {
[INFO] [stdout]     |                                                  ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `winnow::PResult`: Replaced with ModalResult
[INFO] [stdout]    --> src/parse/dice.rs:246:39
[INFO] [stdout]     |
[INFO] [stdout] 246 | fn compare_point(input: &mut &str) -> PResult<ComparePoint> {
[INFO] [stdout]     |                                       ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `winnow::PResult`: Replaced with ModalResult
[INFO] [stdout]   --> src/parse/expression.rs:35:40
[INFO] [stdout]    |
[INFO] [stdout] 35 | pub fn parse_expr(input: &mut &str) -> PResult<Expression> {
[INFO] [stdout]    |                                        ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `winnow::PResult`: Replaced with ModalResult
[INFO] [stdout]   --> src/parse/expression.rs:48:36
[INFO] [stdout]    |
[INFO] [stdout] 48 | fn parse_term(input: &mut &str) -> PResult<Expression> {
[INFO] [stdout]    |                                    ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `winnow::PResult`: Replaced with ModalResult
[INFO] [stdout]   --> src/parse/expression.rs:61:38
[INFO] [stdout]    |
[INFO] [stdout] 61 | fn parse_factor(input: &mut &str) -> PResult<Expression> {
[INFO] [stdout]    |                                      ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `winnow::PResult`: Replaced with ModalResult
[INFO] [stdout]   --> src/parse/expression.rs:90:42
[INFO] [stdout]    |
[INFO] [stdout] 90 | pub fn parse_parens(input: &mut &str) -> PResult<Expression> {
[INFO] [stdout]    |                                          ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `winnow::PResult`: Replaced with ModalResult
[INFO] [stdout]   --> src/parse/expression.rs:96:43
[INFO] [stdout]    |
[INFO] [stdout] 96 | fn parse_roll_groups(input: &mut &str) -> PResult<Expression> {
[INFO] [stdout]    |                                           ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `winnow::PResult`: Replaced with ModalResult
[INFO] [stdout]    --> src/parse/expression.rs:109:50
[INFO] [stdout]     |
[INFO] [stdout] 109 | fn low_precendence_operator(input: &mut &str) -> PResult<Operator> {
[INFO] [stdout]     |                                                  ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `winnow::PResult`: Replaced with ModalResult
[INFO] [stdout]    --> src/parse/expression.rs:118:51
[INFO] [stdout]     |
[INFO] [stdout] 118 | fn high_precendence_operator(input: &mut &str) -> PResult<Operator> {
[INFO] [stdout]     |                                                   ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `winnow::PResult`: Replaced with ModalResult
[INFO] [stdout]    --> src/parse/expression.rs:138:40
[INFO] [stdout]     |
[INFO] [stdout] 138 | fn parse_fn1_name(input: &mut &str) -> PResult<MathFn1> {
[INFO] [stdout]     |                                        ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `winnow::PResult`: Replaced with ModalResult
[INFO] [stdout]    --> src/parse/expression.rs:156:40
[INFO] [stdout]     |
[INFO] [stdout] 156 | fn parse_fn2_name(input: &mut &str) -> PResult<MathFn2> {
[INFO] [stdout]     |                                        ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `winnow::PResult`: Replaced with ModalResult
[INFO] [stdout]    --> src/parse/expression.rs:165:39
[INFO] [stdout]     |
[INFO] [stdout] 165 | pub fn parse_fn1(input: &mut &str) -> PResult<Expression> {
[INFO] [stdout]     |                                       ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `winnow::PResult`: Replaced with ModalResult
[INFO] [stdout]    --> src/parse/expression.rs:176:39
[INFO] [stdout]     |
[INFO] [stdout] 176 | pub fn parse_fn2(input: &mut &str) -> PResult<Expression> {
[INFO] [stdout]     |                                       ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling clap v4.5.48
[INFO] [stderr]    Compiling serde_json v1.0.145
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling ciborium v0.2.2
[INFO] [stderr]    Compiling tinytemplate v1.2.1
[INFO] [stderr]    Compiling criterion v0.5.1
[INFO] [stdout] warning: use of deprecated type alias `winnow::PResult`: Replaced with ModalResult
[INFO] [stdout]  --> src/parse/expression.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 |     PResult, Parser,
[INFO] [stdout]   |     ^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `winnow::PResult`: Replaced with ModalResult
[INFO] [stdout]  --> src/parse/dice.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 |     PResult, Parser,
[INFO] [stdout]   |     ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `winnow::PResult`: Replaced with ModalResult
[INFO] [stdout]   --> src/parse/dice.rs:74:49
[INFO] [stdout]    |
[INFO] [stdout] 74 | pub fn parse_dice_standard(input: &mut &str) -> PResult<Expression> {
[INFO] [stdout]    |                                                 ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `winnow::PResult`: Replaced with ModalResult
[INFO] [stdout]   --> src/parse/dice.rs:85:47
[INFO] [stdout]    |
[INFO] [stdout] 85 | pub fn parse_dice_fudge1(input: &mut &str) -> PResult<Expression> {
[INFO] [stdout]    |                                               ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `winnow::PResult`: Replaced with ModalResult
[INFO] [stdout]   --> src/parse/dice.rs:94:47
[INFO] [stdout]    |
[INFO] [stdout] 94 | pub fn parse_dice_fudge2(input: &mut &str) -> PResult<Expression> {
[INFO] [stdout]    |                                               ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `winnow::PResult`: Replaced with ModalResult
[INFO] [stdout]    --> src/parse/dice.rs:103:51
[INFO] [stdout]     |
[INFO] [stdout] 103 | pub fn parse_dice_percentile(input: &mut &str) -> PResult<Expression> {
[INFO] [stdout]     |                                                   ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `winnow::PResult`: Replaced with ModalResult
[INFO] [stdout]    --> src/parse/dice.rs:112:45
[INFO] [stdout]     |
[INFO] [stdout] 112 | fn parse_dice_quantity(input: &mut &str) -> PResult<Expression> {
[INFO] [stdout]     |                                             ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `winnow::PResult`: Replaced with ModalResult
[INFO] [stdout]   --> src/parse/expression.rs:35:40
[INFO] [stdout]    |
[INFO] [stdout] 35 | pub fn parse_expr(input: &mut &str) -> PResult<Expression> {
[INFO] [stdout]    |                                        ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `winnow::PResult`: Replaced with ModalResult
[INFO] [stdout]   --> src/parse/expression.rs:48:36
[INFO] [stdout]    |
[INFO] [stdout] 48 | fn parse_term(input: &mut &str) -> PResult<Expression> {
[INFO] [stdout]    |                                    ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `winnow::PResult`: Replaced with ModalResult
[INFO] [stdout]   --> src/parse/expression.rs:61:38
[INFO] [stdout]    |
[INFO] [stdout] 61 | fn parse_factor(input: &mut &str) -> PResult<Expression> {
[INFO] [stdout]    |                                      ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `winnow::PResult`: Replaced with ModalResult
[INFO] [stdout]   --> src/parse/expression.rs:90:42
[INFO] [stdout]    |
[INFO] [stdout] 90 | pub fn parse_parens(input: &mut &str) -> PResult<Expression> {
[INFO] [stdout]    |                                          ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `winnow::PResult`: Replaced with ModalResult
[INFO] [stdout]   --> src/parse/expression.rs:96:43
[INFO] [stdout]    |
[INFO] [stdout] 96 | fn parse_roll_groups(input: &mut &str) -> PResult<Expression> {
[INFO] [stdout]    |                                           ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `winnow::PResult`: Replaced with ModalResult
[INFO] [stdout]    --> src/parse/expression.rs:109:50
[INFO] [stdout]     |
[INFO] [stdout] 109 | fn low_precendence_operator(input: &mut &str) -> PResult<Operator> {
[INFO] [stdout]     |                                                  ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `winnow::PResult`: Replaced with ModalResult
[INFO] [stdout]    --> src/parse/expression.rs:118:51
[INFO] [stdout]     |
[INFO] [stdout] 118 | fn high_precendence_operator(input: &mut &str) -> PResult<Operator> {
[INFO] [stdout]     |                                                   ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `winnow::PResult`: Replaced with ModalResult
[INFO] [stdout]    --> src/parse/expression.rs:138:40
[INFO] [stdout]     |
[INFO] [stdout] 138 | fn parse_fn1_name(input: &mut &str) -> PResult<MathFn1> {
[INFO] [stdout]     |                                        ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `winnow::PResult`: Replaced with ModalResult
[INFO] [stdout]    --> src/parse/expression.rs:156:40
[INFO] [stdout]     |
[INFO] [stdout] 156 | fn parse_fn2_name(input: &mut &str) -> PResult<MathFn2> {
[INFO] [stdout]     |                                        ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `winnow::PResult`: Replaced with ModalResult
[INFO] [stdout]    --> src/parse/expression.rs:165:39
[INFO] [stdout]     |
[INFO] [stdout] 165 | pub fn parse_fn1(input: &mut &str) -> PResult<Expression> {
[INFO] [stdout]     |                                       ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `winnow::PResult`: Replaced with ModalResult
[INFO] [stdout]    --> src/parse/expression.rs:176:39
[INFO] [stdout]     |
[INFO] [stdout] 176 | pub fn parse_fn2(input: &mut &str) -> PResult<Expression> {
[INFO] [stdout]     |                                       ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `winnow::PResult`: Replaced with ModalResult
[INFO] [stdout]    --> src/parse/dice.rs:121:42
[INFO] [stdout]     |
[INFO] [stdout] 121 | fn parse_dice_sides(input: &mut &str) -> PResult<Expression> {
[INFO] [stdout]     |                                          ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `winnow::PResult`: Replaced with ModalResult
[INFO] [stdout]    --> src/parse/dice.rs:139:42
[INFO] [stdout]     |
[INFO] [stdout] 139 | pub fn non_zero_u32(input: &mut &str) -> PResult<Expression> {
[INFO] [stdout]     |                                          ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `winnow::PResult`: Replaced with ModalResult
[INFO] [stdout]    --> src/parse/dice.rs:147:42
[INFO] [stdout]     |
[INFO] [stdout] 147 | pub fn non_zero_i32(input: &mut &str) -> PResult<Expression> {
[INFO] [stdout]     |                                          ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `winnow::PResult`: Replaced with ModalResult
[INFO] [stdout]    --> src/parse/dice.rs:155:44
[INFO] [stdout]     |
[INFO] [stdout] 155 | pub fn parse_modifier(input: &mut &str) -> PResult<Modifier> {
[INFO] [stdout]     |                                            ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `winnow::PResult`: Replaced with ModalResult
[INFO] [stdout]    --> src/parse/dice.rs:215:35
[INFO] [stdout]     |
[INFO] [stdout] 215 | fn exploding(input: &mut &str) -> PResult<Modifier> {
[INFO] [stdout]     |                                   ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `winnow::PResult`: Replaced with ModalResult
[INFO] [stdout]    --> src/parse/dice.rs:228:50
[INFO] [stdout]     |
[INFO] [stdout] 228 | pub fn parse_group_modifier(input: &mut &str) -> PResult<Modifier> {
[INFO] [stdout]     |                                                  ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `winnow::PResult`: Replaced with ModalResult
[INFO] [stdout]    --> src/parse/dice.rs:246:39
[INFO] [stdout]     |
[INFO] [stdout] 246 | fn compare_point(input: &mut &str) -> PResult<ComparePoint> {
[INFO] [stdout]     |                                       ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 25.29s
[INFO] running `Command { std: "docker" "inspect" "2d83ae3af815b1aebdc739279042ffccbef06c5db2aaa04e31d283081e086c27", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2d83ae3af815b1aebdc739279042ffccbef06c5db2aaa04e31d283081e086c27", kill_on_drop: false }`
[INFO] [stdout] 2d83ae3af815b1aebdc739279042ffccbef06c5db2aaa04e31d283081e086c27
