[INFO] fetching crate rpg-dice-roller 0.2.0... [INFO] building rpg-dice-roller-0.2.0 against master#c7f6aa2869acdbf014d094c6e427e554e160b6db for pr-146237-2 [INFO] extracting crate rpg-dice-roller 0.2.0 into /workspace/builds/worker-7-tc1/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-7-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate rpg-dice-roller 0.2.0 on toolchain c7f6aa2869acdbf014d094c6e427e554e160b6db [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c7f6aa2869acdbf014d094c6e427e554e160b6db" "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" "+c7f6aa2869acdbf014d094c6e427e554e160b6db" "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" "+c7f6aa2869acdbf014d094c6e427e554e160b6db" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+c7f6aa2869acdbf014d094c6e427e554e160b6db" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] f67b57b67022b1f902f704e7829d196c66b701875132c857a1b719d736471b78 [INFO] running `Command { std: "docker" "start" "-a" "f67b57b67022b1f902f704e7829d196c66b701875132c857a1b719d736471b78", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "f67b57b67022b1f902f704e7829d196c66b701875132c857a1b719d736471b78", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f67b57b67022b1f902f704e7829d196c66b701875132c857a1b719d736471b78", kill_on_drop: false }` [INFO] [stdout] f67b57b67022b1f902f704e7829d196c66b701875132c857a1b719d736471b78 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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=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" "+c7f6aa2869acdbf014d094c6e427e554e160b6db" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] e50ad2d461ef56c6273fb663c54ee068f9b9bda8edbc4b9520c9db1d279eb3fd [INFO] running `Command { std: "docker" "start" "-a" "e50ad2d461ef56c6273fb663c54ee068f9b9bda8edbc4b9520c9db1d279eb3fd", kill_on_drop: false }` [INFO] [stderr] Compiling winnow v0.6.26 [INFO] [stderr] Compiling rand v0.8.5 [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/dice.rs:74:49 [INFO] [stdout] | [INFO] [stdout] 74 | pub fn parse_dice_standard(input: &mut &str) -> PResult { [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 { [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 { [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 { [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 { [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 { [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 { [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 { [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 { [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 { [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 { [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 { [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: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 { [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 { [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 { [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 { [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 { [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 { [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 { [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 { [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 { [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 { [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 { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.35s [INFO] running `Command { std: "docker" "inspect" "e50ad2d461ef56c6273fb663c54ee068f9b9bda8edbc4b9520c9db1d279eb3fd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e50ad2d461ef56c6273fb663c54ee068f9b9bda8edbc4b9520c9db1d279eb3fd", kill_on_drop: false }` [INFO] [stdout] e50ad2d461ef56c6273fb663c54ee068f9b9bda8edbc4b9520c9db1d279eb3fd [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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=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" "+c7f6aa2869acdbf014d094c6e427e554e160b6db" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 354af31c411a13130faf10670df3cb12c1173dc7e3dc90f37b78c5acff537303 [INFO] running `Command { std: "docker" "start" "-a" "354af31c411a13130faf10670df3cb12c1173dc7e3dc90f37b78c5acff537303", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.101 [INFO] [stderr] Compiling quote v1.0.41 [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/dice.rs:74:49 [INFO] [stdout] | [INFO] [stdout] 74 | pub fn parse_dice_standard(input: &mut &str) -> PResult { [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 { [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 { [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 { [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 { [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 { [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 { [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 { [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 { [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 { [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 { [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 { [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: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 { [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 { [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 { [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 { [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 { [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 { [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 { [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 { [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 { [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 { [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 { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling syn v2.0.106 [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/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/dice.rs:74:49 [INFO] [stdout] | [INFO] [stdout] 74 | pub fn parse_dice_standard(input: &mut &str) -> PResult { [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 { [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 { [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 { [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 { [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 { [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 { [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 { [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 { [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 { [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 { [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 { [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: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 { [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 { [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 { [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 { [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 { [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 { [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 { [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 { [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 { [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 { [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 { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 19.60s [INFO] running `Command { std: "docker" "inspect" "354af31c411a13130faf10670df3cb12c1173dc7e3dc90f37b78c5acff537303", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "354af31c411a13130faf10670df3cb12c1173dc7e3dc90f37b78c5acff537303", kill_on_drop: false }` [INFO] [stdout] 354af31c411a13130faf10670df3cb12c1173dc7e3dc90f37b78c5acff537303