[INFO] fetching crate flexi-parse 0.10.0... [INFO] testing flexi-parse-0.10.0 against beta-2025-09-21 for beta-1.91-3 [INFO] extracting crate flexi-parse 0.10.0 into /workspace/builds/worker-2-tc2/source [INFO] started tweaking crates.io crate flexi-parse 0.10.0 [INFO] removed 1 missing examples [INFO] finished tweaking crates.io crate flexi-parse 0.10.0 [INFO] tweaked toml for crates.io crate flexi-parse 0.10.0 written to /workspace/builds/worker-2-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate flexi-parse 0.10.0 on toolchain beta-2025-09-21 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate flexi-parse 0.10.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-2025-09-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [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" "+beta-2025-09-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 3e00988fab72ab09184fa29b6b6fee8ea5c856f89eab76bebb47fc4ac6f2a415 [INFO] running `Command { std: "docker" "start" "-a" "3e00988fab72ab09184fa29b6b6fee8ea5c856f89eab76bebb47fc4ac6f2a415", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "3e00988fab72ab09184fa29b6b6fee8ea5c856f89eab76bebb47fc4ac6f2a415", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3e00988fab72ab09184fa29b6b6fee8ea5c856f89eab76bebb47fc4ac6f2a415", kill_on_drop: false }` [INFO] [stdout] 3e00988fab72ab09184fa29b6b6fee8ea5c856f89eab76bebb47fc4ac6f2a415 [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=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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 347ab3cd756ffd31419f07f2e881c7511f068a96fd97b6d376bf6ed489d28bf4 [INFO] running `Command { std: "docker" "start" "-a" "347ab3cd756ffd31419f07f2e881c7511f068a96fd97b6d376bf6ed489d28bf4", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.67 [INFO] [stderr] Compiling unicode-ident v1.0.12 [INFO] [stderr] Compiling rustversion v1.0.14 [INFO] [stderr] Compiling unicode-width v0.1.11 [INFO] [stderr] Compiling yansi v0.5.1 [INFO] [stderr] Compiling ariadne v0.3.0 [INFO] [stderr] Compiling quote v1.0.33 [INFO] [stderr] Compiling syn v2.0.37 [INFO] [stderr] Compiling strum_macros v0.25.3 [INFO] [stderr] Compiling concat-idents v1.1.5 [INFO] [stderr] Compiling strum v0.25.0 [INFO] [stderr] Compiling flexi-parse v0.10.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unexpected `cfg` condition value: `quote` [INFO] [stdout] --> src/token.rs:842:19 [INFO] [stdout] | [INFO] [stdout] 842 | #[cfg(feature = "quote")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1191 | / tokens! { [INFO] [stdout] 1192 | | { [INFO] [stdout] 1193 | | (Bang, '!') [INFO] [stdout] 1194 | | (Colon, ':') [INFO] [stdout] ... | [INFO] [stdout] 1258 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `ariadne`, `default`, `proc-macro`, `proc-macro2`, and `scan-strings` [INFO] [stdout] = help: consider adding `quote` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stdout] = note: this warning originates in the macro `tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `quote` [INFO] [stdout] --> src/token.rs:1008:19 [INFO] [stdout] | [INFO] [stdout] 1008 | #[cfg(feature = "quote")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1191 | / tokens! { [INFO] [stdout] 1192 | | { [INFO] [stdout] 1193 | | (Bang, '!') [INFO] [stdout] 1194 | | (Colon, ':') [INFO] [stdout] ... | [INFO] [stdout] 1258 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `ariadne`, `default`, `proc-macro`, `proc-macro2`, and `scan-strings` [INFO] [stdout] = help: consider adding `quote` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `quote` [INFO] [stdout] --> src/token.rs:1166:19 [INFO] [stdout] | [INFO] [stdout] 1166 | #[cfg(feature = "quote")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1191 | / tokens! { [INFO] [stdout] 1192 | | { [INFO] [stdout] 1193 | | (Bang, '!') [INFO] [stdout] 1194 | | (Colon, ':') [INFO] [stdout] ... | [INFO] [stdout] 1258 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `ariadne`, `default`, `proc-macro`, `proc-macro2`, and `scan-strings` [INFO] [stdout] = help: consider adding `quote` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/punctuated.rs:152:17 [INFO] [stdout] | [INFO] [stdout] 152 | pub fn iter(&self) -> Iter { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 152 | pub fn iter(&self) -> Iter<'_, T, P> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/punctuated.rs:160:21 [INFO] [stdout] | [INFO] [stdout] 160 | pub fn iter_mut(&mut self) -> IterMut { [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 160 | pub fn iter_mut(&mut self) -> IterMut<'_, T, P> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/punctuated.rs:169:18 [INFO] [stdout] | [INFO] [stdout] 169 | pub fn pairs(&self) -> Pairs { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 169 | pub fn pairs(&self) -> Pairs<'_, T, P> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/punctuated.rs:177:22 [INFO] [stdout] | [INFO] [stdout] 177 | pub fn pairs_mut(&mut self) -> PairsMut { [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 177 | pub fn pairs_mut(&mut self) -> PairsMut<'_, T, P> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.04s [INFO] running `Command { std: "docker" "inspect" "347ab3cd756ffd31419f07f2e881c7511f068a96fd97b6d376bf6ed489d28bf4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "347ab3cd756ffd31419f07f2e881c7511f068a96fd97b6d376bf6ed489d28bf4", kill_on_drop: false }` [INFO] [stdout] 347ab3cd756ffd31419f07f2e881c7511f068a96fd97b6d376bf6ed489d28bf4 [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=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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] a9eb37558170eba0ccf56ff0168acef5fbe7e6dcab639a9f4bf48d945b446339 [INFO] running `Command { std: "docker" "start" "-a" "a9eb37558170eba0ccf56ff0168acef5fbe7e6dcab639a9f4bf48d945b446339", kill_on_drop: false }` [INFO] [stderr] Compiling flexi-parse v0.10.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unexpected `cfg` condition value: `quote` [INFO] [stdout] --> src/token.rs:842:19 [INFO] [stdout] | [INFO] [stdout] 842 | #[cfg(feature = "quote")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1191 | / tokens! { [INFO] [stdout] 1192 | | { [INFO] [stdout] 1193 | | (Bang, '!') [INFO] [stdout] 1194 | | (Colon, ':') [INFO] [stdout] ... | [INFO] [stdout] 1258 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `ariadne`, `default`, `proc-macro`, `proc-macro2`, and `scan-strings` [INFO] [stdout] = help: consider adding `quote` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stdout] = note: this warning originates in the macro `tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `quote` [INFO] [stdout] --> src/token.rs:1008:19 [INFO] [stdout] | [INFO] [stdout] 1008 | #[cfg(feature = "quote")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1191 | / tokens! { [INFO] [stdout] 1192 | | { [INFO] [stdout] 1193 | | (Bang, '!') [INFO] [stdout] 1194 | | (Colon, ':') [INFO] [stdout] ... | [INFO] [stdout] 1258 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `ariadne`, `default`, `proc-macro`, `proc-macro2`, and `scan-strings` [INFO] [stdout] = help: consider adding `quote` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `quote` [INFO] [stdout] --> src/token.rs:1166:19 [INFO] [stdout] | [INFO] [stdout] 1166 | #[cfg(feature = "quote")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1191 | / tokens! { [INFO] [stdout] 1192 | | { [INFO] [stdout] 1193 | | (Bang, '!') [INFO] [stdout] 1194 | | (Colon, ':') [INFO] [stdout] ... | [INFO] [stdout] 1258 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `ariadne`, `default`, `proc-macro`, `proc-macro2`, and `scan-strings` [INFO] [stdout] = help: consider adding `quote` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/punctuated.rs:152:17 [INFO] [stdout] | [INFO] [stdout] 152 | pub fn iter(&self) -> Iter { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 152 | pub fn iter(&self) -> Iter<'_, T, P> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/punctuated.rs:160:21 [INFO] [stdout] | [INFO] [stdout] 160 | pub fn iter_mut(&mut self) -> IterMut { [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 160 | pub fn iter_mut(&mut self) -> IterMut<'_, T, P> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/punctuated.rs:169:18 [INFO] [stdout] | [INFO] [stdout] 169 | pub fn pairs(&self) -> Pairs { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 169 | pub fn pairs(&self) -> Pairs<'_, T, P> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/punctuated.rs:177:22 [INFO] [stdout] | [INFO] [stdout] 177 | pub fn pairs_mut(&mut self) -> PairsMut { [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 177 | pub fn pairs_mut(&mut self) -> PairsMut<'_, T, P> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `0` is never read [INFO] [stdout] --> examples/calc.rs:18:9 [INFO] [stdout] | [INFO] [stdout] 18 | Neg(Punct!["-"], Box), [INFO] [stdout] | --- ^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | field in this variant [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field [INFO] [stdout] | [INFO] [stdout] 18 - Neg(Punct!["-"], Box), [INFO] [stdout] 18 + Neg((), Box), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `1` is never read [INFO] [stdout] --> examples/calc.rs:19:20 [INFO] [stdout] | [INFO] [stdout] 19 | Mul(Box, Punct!["*"], Box), [INFO] [stdout] | --- ^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | field in this variant [INFO] [stdout] | [INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field [INFO] [stdout] | [INFO] [stdout] 19 - Mul(Box, Punct!["*"], Box), [INFO] [stdout] 19 + Mul(Box, (), Box), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `1` is never read [INFO] [stdout] --> examples/calc.rs:20:20 [INFO] [stdout] | [INFO] [stdout] 20 | Div(Box, Punct!["/"], Box), [INFO] [stdout] | --- ^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | field in this variant [INFO] [stdout] | [INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field [INFO] [stdout] | [INFO] [stdout] 20 - Div(Box, Punct!["/"], Box), [INFO] [stdout] 20 + Div(Box, (), Box), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `1` is never read [INFO] [stdout] --> examples/calc.rs:21:20 [INFO] [stdout] | [INFO] [stdout] 21 | Mod(Box, Punct!["%"], Box), [INFO] [stdout] | --- ^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | field in this variant [INFO] [stdout] | [INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field [INFO] [stdout] | [INFO] [stdout] 21 - Mod(Box, Punct!["%"], Box), [INFO] [stdout] 21 + Mod(Box, (), Box), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `1` is never read [INFO] [stdout] --> examples/calc.rs:22:20 [INFO] [stdout] | [INFO] [stdout] 22 | Add(Box, Punct!["+"], Box), [INFO] [stdout] | --- ^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | field in this variant [INFO] [stdout] | [INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field [INFO] [stdout] | [INFO] [stdout] 22 - Add(Box, Punct!["+"], Box), [INFO] [stdout] 22 + Add(Box, (), Box), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `1` is never read [INFO] [stdout] --> examples/calc.rs:23:20 [INFO] [stdout] | [INFO] [stdout] 23 | Sub(Box, Punct!["-"], Box), [INFO] [stdout] | --- ^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | field in this variant [INFO] [stdout] | [INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field [INFO] [stdout] | [INFO] [stdout] 23 - Sub(Box, Punct!["-"], Box), [INFO] [stdout] 23 + Sub(Box, (), Box), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `quote` [INFO] [stdout] --> src/token.rs:842:19 [INFO] [stdout] | [INFO] [stdout] 842 | #[cfg(feature = "quote")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1191 | / tokens! { [INFO] [stdout] 1192 | | { [INFO] [stdout] 1193 | | (Bang, '!') [INFO] [stdout] 1194 | | (Colon, ':') [INFO] [stdout] ... | [INFO] [stdout] 1258 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `ariadne`, `default`, `proc-macro`, `proc-macro2`, and `scan-strings` [INFO] [stdout] = help: consider adding `quote` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stdout] = note: this warning originates in the macro `tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `quote` [INFO] [stdout] --> src/token.rs:1008:19 [INFO] [stdout] | [INFO] [stdout] 1008 | #[cfg(feature = "quote")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1191 | / tokens! { [INFO] [stdout] 1192 | | { [INFO] [stdout] 1193 | | (Bang, '!') [INFO] [stdout] 1194 | | (Colon, ':') [INFO] [stdout] ... | [INFO] [stdout] 1258 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `ariadne`, `default`, `proc-macro`, `proc-macro2`, and `scan-strings` [INFO] [stdout] = help: consider adding `quote` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `quote` [INFO] [stdout] --> src/token.rs:1166:19 [INFO] [stdout] | [INFO] [stdout] 1166 | #[cfg(feature = "quote")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 1191 | / tokens! { [INFO] [stdout] 1192 | | { [INFO] [stdout] 1193 | | (Bang, '!') [INFO] [stdout] 1194 | | (Colon, ':') [INFO] [stdout] ... | [INFO] [stdout] 1258 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `ariadne`, `default`, `proc-macro`, `proc-macro2`, and `scan-strings` [INFO] [stdout] = help: consider adding `quote` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique [INFO] [stdout] --> examples/lox/interpreter.rs:90:5 [INFO] [stdout] | [INFO] [stdout] 88 | #[derive(Debug, Clone, Copy, PartialEq, Eq)] [INFO] [stdout] | --------- in this derive macro expansion [INFO] [stdout] 89 | struct NativeFunction { [INFO] [stdout] 90 | function: fn(Vec) -> Result, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: the address of the same function can vary between different codegen units [INFO] [stdout] = note: furthermore, different functions could have the same address after being merged together [INFO] [stdout] = note: for more information visit [INFO] [stdout] = note: `#[warn(unpredictable_function_pointer_comparisons)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/punctuated.rs:152:17 [INFO] [stdout] | [INFO] [stdout] 152 | pub fn iter(&self) -> Iter { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 152 | pub fn iter(&self) -> Iter<'_, T, P> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/punctuated.rs:160:21 [INFO] [stdout] | [INFO] [stdout] 160 | pub fn iter_mut(&mut self) -> IterMut { [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 160 | pub fn iter_mut(&mut self) -> IterMut<'_, T, P> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/punctuated.rs:169:18 [INFO] [stdout] | [INFO] [stdout] 169 | pub fn pairs(&self) -> Pairs { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 169 | pub fn pairs(&self) -> Pairs<'_, T, P> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/punctuated.rs:177:22 [INFO] [stdout] | [INFO] [stdout] 177 | pub fn pairs_mut(&mut self) -> PairsMut { [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 177 | pub fn pairs_mut(&mut self) -> PairsMut<'_, T, P> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 2.56s [INFO] running `Command { std: "docker" "inspect" "a9eb37558170eba0ccf56ff0168acef5fbe7e6dcab639a9f4bf48d945b446339", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a9eb37558170eba0ccf56ff0168acef5fbe7e6dcab639a9f4bf48d945b446339", kill_on_drop: false }` [INFO] [stdout] a9eb37558170eba0ccf56ff0168acef5fbe7e6dcab639a9f4bf48d945b446339 [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=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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 2bd9c2df03025bddb2ff7d9bed1152f30dc9625cdcb7b77c9560e4818824424a [INFO] running `Command { std: "docker" "start" "-a" "2bd9c2df03025bddb2ff7d9bed1152f30dc9625cdcb7b77c9560e4818824424a", kill_on_drop: false }` [INFO] [stderr] warning: unexpected `cfg` condition value: `quote` [INFO] [stderr] --> src/token.rs:842:19 [INFO] [stderr] | [INFO] [stderr] 842 | #[cfg(feature = "quote")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 1191 | / tokens! { [INFO] [stderr] 1192 | | { [INFO] [stderr] 1193 | | (Bang, '!') [INFO] [stderr] 1194 | | (Colon, ':') [INFO] [stderr] ... | [INFO] [stderr] 1258 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: expected values for `feature` are: `ariadne`, `default`, `proc-macro`, `proc-macro2`, and `scan-strings` [INFO] [stderr] = help: consider adding `quote` as a feature in `Cargo.toml` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stderr] = note: this warning originates in the macro `tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `quote` [INFO] [stderr] --> src/token.rs:1008:19 [INFO] [stderr] | [INFO] [stderr] 1008 | #[cfg(feature = "quote")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 1191 | / tokens! { [INFO] [stderr] 1192 | | { [INFO] [stderr] 1193 | | (Bang, '!') [INFO] [stderr] 1194 | | (Colon, ':') [INFO] [stderr] ... | [INFO] [stderr] 1258 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: expected values for `feature` are: `ariadne`, `default`, `proc-macro`, `proc-macro2`, and `scan-strings` [INFO] [stderr] = help: consider adding `quote` as a feature in `Cargo.toml` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] = note: this warning originates in the macro `tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `quote` [INFO] [stderr] --> src/token.rs:1166:19 [INFO] [stderr] | [INFO] [stderr] 1166 | #[cfg(feature = "quote")] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 1191 | / tokens! { [INFO] [stderr] 1192 | | { [INFO] [stderr] 1193 | | (Bang, '!') [INFO] [stderr] 1194 | | (Colon, ':') [INFO] [stderr] ... | [INFO] [stderr] 1258 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: expected values for `feature` are: `ariadne`, `default`, `proc-macro`, `proc-macro2`, and `scan-strings` [INFO] [stderr] = help: consider adding `quote` as a feature in `Cargo.toml` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] = note: this warning originates in the macro `tokens` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/punctuated.rs:152:17 [INFO] [stderr] | [INFO] [stderr] 152 | pub fn iter(&self) -> Iter { [INFO] [stderr] | ^^^^^ ^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 152 | pub fn iter(&self) -> Iter<'_, T, P> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/punctuated.rs:160:21 [INFO] [stderr] | [INFO] [stderr] 160 | pub fn iter_mut(&mut self) -> IterMut { [INFO] [stderr] | ^^^^^^^^^ ^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 160 | pub fn iter_mut(&mut self) -> IterMut<'_, T, P> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/punctuated.rs:169:18 [INFO] [stderr] | [INFO] [stderr] 169 | pub fn pairs(&self) -> Pairs { [INFO] [stderr] | ^^^^^ ^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 169 | pub fn pairs(&self) -> Pairs<'_, T, P> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/punctuated.rs:177:22 [INFO] [stderr] | [INFO] [stderr] 177 | pub fn pairs_mut(&mut self) -> PairsMut { [INFO] [stderr] | ^^^^^^^^^ ^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 177 | pub fn pairs_mut(&mut self) -> PairsMut<'_, T, P> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: `flexi-parse` (lib) generated 7 warnings (run `cargo fix --lib -p flexi-parse` to apply 4 suggestions) [INFO] [stderr] warning: `flexi-parse` (lib test) generated 7 warnings (7 duplicates) [INFO] [stderr] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique [INFO] [stderr] --> examples/lox/interpreter.rs:90:5 [INFO] [stderr] | [INFO] [stderr] 88 | #[derive(Debug, Clone, Copy, PartialEq, Eq)] [INFO] [stderr] | --------- in this derive macro expansion [INFO] [stderr] 89 | struct NativeFunction { [INFO] [stderr] 90 | function: fn(Vec) -> Result, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: the address of the same function can vary between different codegen units [INFO] [stderr] = note: furthermore, different functions could have the same address after being merged together [INFO] [stderr] = note: for more information visit [INFO] [stderr] = note: `#[warn(unpredictable_function_pointer_comparisons)]` on by default [INFO] [stderr] [INFO] [stderr] warning: field `0` is never read [INFO] [stderr] --> examples/calc.rs:18:9 [INFO] [stderr] | [INFO] [stderr] 18 | Neg(Punct!["-"], Box), [INFO] [stderr] | --- ^^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stdout] [INFO] [stderr] | field in this variant [INFO] [stdout] running 12 tests [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stderr] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field [INFO] [stderr] | [INFO] [stderr] 18 - Neg(Punct!["-"], Box), [INFO] [stderr] 18 + Neg((), Box), [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: field `1` is never read [INFO] [stderr] --> examples/calc.rs:19:20 [INFO] [stderr] | [INFO] [stderr] 19 | Mul(Box, Punct!["*"], Box), [INFO] [stderr] | --- ^^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | field in this variant [INFO] [stderr] | [INFO] [stderr] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field [INFO] [stderr] | [INFO] [stderr] 19 - Mul(Box, Punct!["*"], Box), [INFO] [stderr] 19 + Mul(Box, (), Box), [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: field `1` is never read [INFO] [stderr] --> examples/calc.rs:20:20 [INFO] [stderr] | [INFO] [stderr] 20 | Div(Box, Punct!["/"], Box), [INFO] [stderr] | --- ^^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | field in this variant [INFO] [stderr] | [INFO] [stderr] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field [INFO] [stderr] | [INFO] [stderr] 20 - Div(Box, Punct!["/"], Box), [INFO] [stderr] 20 + Div(Box, (), Box), [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: field `1` is never read [INFO] [stderr] --> examples/calc.rs:21:20 [INFO] [stderr] | [INFO] [stderr] 21 | Mod(Box, Punct!["%"], Box), [INFO] [stderr] | --- ^^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | field in this variant [INFO] [stderr] | [INFO] [stderr] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field [INFO] [stderr] | [INFO] [stderr] 21 - Mod(Box, Punct!["%"], Box), [INFO] [stderr] 21 + Mod(Box, (), Box), [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: field `1` is never read [INFO] [stderr] --> examples/calc.rs:22:20 [INFO] [stderr] | [INFO] [stderr] 22 | Add(Box, Punct!["+"], Box), [INFO] [stderr] | --- ^^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | field in this variant [INFO] [stderr] | [INFO] [stderr] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field [INFO] [stdout] test tests::keywords::keyword ... ok [INFO] [stderr] | [INFO] [stdout] test tests::keywords::ident_fail ... ok [INFO] [stderr] 22 - Add(Box, Punct!["+"], Box), [INFO] [stdout] test tests::simple::send_sync_types ... ok [INFO] [stderr] 22 + Add(Box, (), Box), [INFO] [stdout] test tests::simple::sequential_idents ... ok [INFO] [stderr] | [INFO] [stdout] test tests::whitespace::skip ... ok [INFO] [stderr] [INFO] [stdout] test tests::whitespace::space4 ... ok [INFO] [stderr] warning: field `1` is never read [INFO] [stderr] --> examples/calc.rs:23:20 [INFO] [stderr] | [INFO] [stderr] 23 | Sub(Box, Punct!["-"], Box), [INFO] [stderr] | --- ^^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | field in this variant [INFO] [stderr] | [INFO] [stderr] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field [INFO] [stderr] | [INFO] [stderr] 23 - Sub(Box, Punct!["-"], Box), [INFO] [stderr] 23 + Sub(Box, (), Box), [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: `flexi-parse` (example "lox") generated 1 warning [INFO] [stderr] warning: `flexi-parse` (example "calc" test) generated 6 warnings [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.06s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/flexi_parse-ed0f0e7f38729777) [INFO] [stdout] test tests::keywords::ident ... ok [INFO] [stdout] test tests::punct::multi_part ... ok [INFO] [stderr] Running unittests examples/calc.rs (/opt/rustwide/target/debug/examples/calc-dbea6fdf555fb2a9) [INFO] [stdout] test tests::punct::joint_fail ... ok [INFO] [stdout] test tests::whitespace::space2 ... ok [INFO] [stdout] test tests::simple::literals ... ok [INFO] [stdout] test tests::punct::joint ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test tests::test_features ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stderr] Doc-tests flexi_parse [INFO] [stdout] [INFO] [stdout] running 4 tests [INFO] [stdout] test src/token.rs - token::keywords (line 1706) ... ok [INFO] [stdout] test src/group.rs - group (line 7) ... ok [INFO] [stdout] test src/group.rs - group (line 29) ... ok [INFO] [stdout] test src/group.rs - group::group (line 487) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.59s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "2bd9c2df03025bddb2ff7d9bed1152f30dc9625cdcb7b77c9560e4818824424a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2bd9c2df03025bddb2ff7d9bed1152f30dc9625cdcb7b77c9560e4818824424a", kill_on_drop: false }` [INFO] [stdout] 2bd9c2df03025bddb2ff7d9bed1152f30dc9625cdcb7b77c9560e4818824424a