[INFO] fetching crate fungui_syntax 0.1.1... [INFO] testing fungui_syntax-0.1.1 against master#562dee4820c458d823175268e41601d4c060588a for pr-154210-1 [INFO] extracting crate fungui_syntax 0.1.1 into /workspace/builds/worker-2-tc1/source [INFO] started tweaking crates.io crate fungui_syntax 0.1.1 [INFO] finished tweaking crates.io crate fungui_syntax 0.1.1 [INFO] tweaked toml for crates.io crate fungui_syntax 0.1.1 written to /workspace/builds/worker-2-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate fungui_syntax 0.1.1 on toolchain 562dee4820c458d823175268e41601d4c060588a [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+562dee4820c458d823175268e41601d4c060588a" "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" "+562dee4820c458d823175268e41601d4c060588a" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 8 packages to latest compatible versions [INFO] [stderr] Adding combine v3.8.1 (available: v4.6.7) [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+562dee4820c458d823175268e41601d4c060588a" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] warning: `package.edition` is unspecified, defaulting to `2015` while the latest is `2024` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+562dee4820c458d823175268e41601d4c060588a" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] aadeaee490d29a447a46de5b62225b1fe631c1d3a086963792af7292444ea764 [INFO] running `Command { std: "docker" "start" "-a" "aadeaee490d29a447a46de5b62225b1fe631c1d3a086963792af7292444ea764", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "aadeaee490d29a447a46de5b62225b1fe631c1d3a086963792af7292444ea764", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "aadeaee490d29a447a46de5b62225b1fe631c1d3a086963792af7292444ea764", kill_on_drop: false }` [INFO] [stdout] aadeaee490d29a447a46de5b62225b1fe631c1d3a086963792af7292444ea764 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+562dee4820c458d823175268e41601d4c060588a" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] b32c24714c205fa3145103d7c22160dafed7d895184f2d82ead31a65078d0a3c [INFO] running `Command { std: "docker" "start" "-a" "b32c24714c205fa3145103d7c22160dafed7d895184f2d82ead31a65078d0a3c", kill_on_drop: false }` [INFO] [stderr] warning: `package.edition` is unspecified, defaulting to `2015` while the latest is `2024` [INFO] [stderr] Compiling void v1.0.2 [INFO] [stderr] Compiling memchr v2.8.0 [INFO] [stderr] Compiling ascii v0.9.3 [INFO] [stderr] Compiling unreachable v1.0.0 [INFO] [stderr] Compiling combine v3.8.1 [INFO] [stderr] Compiling fungui_syntax v0.1.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated function `combine::try`: try is a reserved keyword in Rust 2018. Use attempt instead. [INFO] [stdout] --> src/desc/mod.rs:185:21 [INFO] [stdout] | [INFO] [stdout] 185 | try(char('}').map(|_| Flow::Break)) [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `combine::try`: try is a reserved keyword in Rust 2018. Use attempt instead. [INFO] [stdout] --> src/desc/mod.rs:245:9 [INFO] [stdout] | [INFO] [stdout] 245 | try(boolean).or(try(float)).or(try(integer)).or(string), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `combine::try`: try is a reserved keyword in Rust 2018. Use attempt instead. [INFO] [stdout] --> src/desc/mod.rs:245:25 [INFO] [stdout] | [INFO] [stdout] 245 | try(boolean).or(try(float)).or(try(integer)).or(string), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `combine::try`: try is a reserved keyword in Rust 2018. Use attempt instead. [INFO] [stdout] --> src/desc/mod.rs:245:40 [INFO] [stdout] | [INFO] [stdout] 245 | try(boolean).or(try(float)).or(try(integer)).or(string), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `combine::try`: try is a reserved keyword in Rust 2018. Use attempt instead. [INFO] [stdout] --> src/style/mod.rs:178:9 [INFO] [stdout] | [INFO] [stdout] 178 | try(spaces().with(string("@text").map(|_| Matcher::Text))) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `combine::try`: try is a reserved keyword in Rust 2018. Use attempt instead. [INFO] [stdout] --> src/style/mod.rs:184:17 [INFO] [stdout] | [INFO] [stdout] 184 | sep_by1(try(matcher), try(spaces().with(token('>')))), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `combine::try`: try is a reserved keyword in Rust 2018. Use attempt instead. [INFO] [stdout] --> src/style/mod.rs:184:31 [INFO] [stdout] | [INFO] [stdout] 184 | sep_by1(try(matcher), try(spaces().with(token('>')))), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `combine::try`: try is a reserved keyword in Rust 2018. Use attempt instead. [INFO] [stdout] --> src/style/mod.rs:232:21 [INFO] [stdout] | [INFO] [stdout] 232 | try(char('}').map(|_| Flow::Break)) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `combine::try`: try is a reserved keyword in Rust 2018. Use attempt instead. [INFO] [stdout] --> src/style/mod.rs:521:9 [INFO] [stdout] | [INFO] [stdout] 521 | try(boolean) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `combine::try`: try is a reserved keyword in Rust 2018. Use attempt instead. [INFO] [stdout] --> src/style/mod.rs:522:17 [INFO] [stdout] | [INFO] [stdout] 522 | .or(try(float)) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `combine::try`: try is a reserved keyword in Rust 2018. Use attempt instead. [INFO] [stdout] --> src/style/mod.rs:523:17 [INFO] [stdout] | [INFO] [stdout] 523 | .or(try(integer)) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `combine::try`: try is a reserved keyword in Rust 2018. Use attempt instead. [INFO] [stdout] --> src/style/mod.rs:524:17 [INFO] [stdout] | [INFO] [stdout] 524 | .or(try(variable)) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `combine::try`: try is a reserved keyword in Rust 2018. Use attempt instead. [INFO] [stdout] --> src/common.rs:31:5 [INFO] [stdout] | [INFO] [stdout] 31 | try(string("true").map(|_| true)) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `combine::try`: try is a reserved keyword in Rust 2018. Use attempt instead. [INFO] [stdout] --> src/common.rs:67:13 [INFO] [stdout] | [INFO] [stdout] 67 | try(string(r#"\""#).map(|_| '"')) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `combine::try`: try is a reserved keyword in Rust 2018. Use attempt instead. [INFO] [stdout] --> src/common.rs:68:21 [INFO] [stdout] | [INFO] [stdout] 68 | .or(try(string(r#"\t"#).map(|_| '\t'))) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `combine::try`: try is a reserved keyword in Rust 2018. Use attempt instead. [INFO] [stdout] --> src/common.rs:69:21 [INFO] [stdout] | [INFO] [stdout] 69 | .or(try(string(r#"\n"#).map(|_| '\n'))) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `combine::try`: try is a reserved keyword in Rust 2018. Use attempt instead. [INFO] [stdout] --> src/common.rs:70:21 [INFO] [stdout] | [INFO] [stdout] 70 | .or(try(string(r#"\r"#).map(|_| '\r'))) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `combine::try`: try is a reserved keyword in Rust 2018. Use attempt instead. [INFO] [stdout] --> src/common.rs:71:21 [INFO] [stdout] | [INFO] [stdout] 71 | .or(try(string(r#"\\"#).map(|_| '\\'))) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:153:21 [INFO] [stdout] | [INFO] [stdout] 153 | ) -> Result<(), Box<::std::error::Error>> [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` (part of `#[warn(rust_2021_compatibility)]`) on by default [INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn` [INFO] [stdout] | [INFO] [stdout] 153 | ) -> Result<(), Box> [INFO] [stdout] | +++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/desc/mod.rs:72:26 [INFO] [stdout] | [INFO] [stdout] 72 | pub fn parse(source: &str) -> Result>> { [INFO] [stdout] | ^^^^ ^^^^^^^^ ^^^^ the same lifetime is elided here [INFO] [stdout] | | | [INFO] [stdout] | | the same lifetime is hidden here [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] 72 | pub fn parse(source: &str) -> Result, ParseError>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/style/mod.rs:63:26 [INFO] [stdout] | [INFO] [stdout] 63 | pub fn parse(source: &str) -> Result>> { [INFO] [stdout] | ^^^^ ^^^^^^^^ ^^^^ the same lifetime is elided here [INFO] [stdout] | | | [INFO] [stdout] | | the same lifetime is hidden here [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] 63 | pub fn parse(source: &str) -> Result, ParseError>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.55s [INFO] running `Command { std: "docker" "inspect" "b32c24714c205fa3145103d7c22160dafed7d895184f2d82ead31a65078d0a3c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b32c24714c205fa3145103d7c22160dafed7d895184f2d82ead31a65078d0a3c", kill_on_drop: false }` [INFO] [stdout] b32c24714c205fa3145103d7c22160dafed7d895184f2d82ead31a65078d0a3c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+562dee4820c458d823175268e41601d4c060588a" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 6ce541f3fda7ccfe5a3ee02c1b1c11d58e37241447ecf6d92a4646259c27c259 [INFO] running `Command { std: "docker" "start" "-a" "6ce541f3fda7ccfe5a3ee02c1b1c11d58e37241447ecf6d92a4646259c27c259", kill_on_drop: false }` [INFO] [stderr] warning: `package.edition` is unspecified, defaulting to `2015` while the latest is `2024` [INFO] [stderr] Compiling fungui_syntax v0.1.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated function `combine::try`: try is a reserved keyword in Rust 2018. Use attempt instead. [INFO] [stdout] --> src/desc/mod.rs:185:21 [INFO] [stdout] | [INFO] [stdout] 185 | try(char('}').map(|_| Flow::Break)) [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `combine::try`: try is a reserved keyword in Rust 2018. Use attempt instead. [INFO] [stdout] --> src/desc/mod.rs:245:9 [INFO] [stdout] | [INFO] [stdout] 245 | try(boolean).or(try(float)).or(try(integer)).or(string), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `combine::try`: try is a reserved keyword in Rust 2018. Use attempt instead. [INFO] [stdout] --> src/desc/mod.rs:245:25 [INFO] [stdout] | [INFO] [stdout] 245 | try(boolean).or(try(float)).or(try(integer)).or(string), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `combine::try`: try is a reserved keyword in Rust 2018. Use attempt instead. [INFO] [stdout] --> src/desc/mod.rs:245:40 [INFO] [stdout] | [INFO] [stdout] 245 | try(boolean).or(try(float)).or(try(integer)).or(string), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `combine::try`: try is a reserved keyword in Rust 2018. Use attempt instead. [INFO] [stdout] --> src/style/mod.rs:178:9 [INFO] [stdout] | [INFO] [stdout] 178 | try(spaces().with(string("@text").map(|_| Matcher::Text))) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `combine::try`: try is a reserved keyword in Rust 2018. Use attempt instead. [INFO] [stdout] --> src/style/mod.rs:184:17 [INFO] [stdout] | [INFO] [stdout] 184 | sep_by1(try(matcher), try(spaces().with(token('>')))), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `combine::try`: try is a reserved keyword in Rust 2018. Use attempt instead. [INFO] [stdout] --> src/style/mod.rs:184:31 [INFO] [stdout] | [INFO] [stdout] 184 | sep_by1(try(matcher), try(spaces().with(token('>')))), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `combine::try`: try is a reserved keyword in Rust 2018. Use attempt instead. [INFO] [stdout] --> src/style/mod.rs:232:21 [INFO] [stdout] | [INFO] [stdout] 232 | try(char('}').map(|_| Flow::Break)) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `combine::try`: try is a reserved keyword in Rust 2018. Use attempt instead. [INFO] [stdout] --> src/style/mod.rs:521:9 [INFO] [stdout] | [INFO] [stdout] 521 | try(boolean) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `combine::try`: try is a reserved keyword in Rust 2018. Use attempt instead. [INFO] [stdout] --> src/style/mod.rs:522:17 [INFO] [stdout] | [INFO] [stdout] 522 | .or(try(float)) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `combine::try`: try is a reserved keyword in Rust 2018. Use attempt instead. [INFO] [stdout] --> src/style/mod.rs:523:17 [INFO] [stdout] | [INFO] [stdout] 523 | .or(try(integer)) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `combine::try`: try is a reserved keyword in Rust 2018. Use attempt instead. [INFO] [stdout] --> src/style/mod.rs:524:17 [INFO] [stdout] | [INFO] [stdout] 524 | .or(try(variable)) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `combine::try`: try is a reserved keyword in Rust 2018. Use attempt instead. [INFO] [stdout] --> src/common.rs:31:5 [INFO] [stdout] | [INFO] [stdout] 31 | try(string("true").map(|_| true)) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `combine::try`: try is a reserved keyword in Rust 2018. Use attempt instead. [INFO] [stdout] --> src/common.rs:67:13 [INFO] [stdout] | [INFO] [stdout] 67 | try(string(r#"\""#).map(|_| '"')) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `combine::try`: try is a reserved keyword in Rust 2018. Use attempt instead. [INFO] [stdout] --> src/common.rs:68:21 [INFO] [stdout] | [INFO] [stdout] 68 | .or(try(string(r#"\t"#).map(|_| '\t'))) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `combine::try`: try is a reserved keyword in Rust 2018. Use attempt instead. [INFO] [stdout] --> src/common.rs:69:21 [INFO] [stdout] | [INFO] [stdout] 69 | .or(try(string(r#"\n"#).map(|_| '\n'))) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `combine::try`: try is a reserved keyword in Rust 2018. Use attempt instead. [INFO] [stdout] --> src/common.rs:70:21 [INFO] [stdout] | [INFO] [stdout] 70 | .or(try(string(r#"\r"#).map(|_| '\r'))) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `combine::try`: try is a reserved keyword in Rust 2018. Use attempt instead. [INFO] [stdout] --> src/common.rs:71:21 [INFO] [stdout] | [INFO] [stdout] 71 | .or(try(string(r#"\\"#).map(|_| '\\'))) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:153:21 [INFO] [stdout] | [INFO] [stdout] 153 | ) -> Result<(), Box<::std::error::Error>> [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` (part of `#[warn(rust_2021_compatibility)]`) on by default [INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn` [INFO] [stdout] | [INFO] [stdout] 153 | ) -> Result<(), Box> [INFO] [stdout] | +++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/desc/mod.rs:72:26 [INFO] [stdout] | [INFO] [stdout] 72 | pub fn parse(source: &str) -> Result>> { [INFO] [stdout] | ^^^^ ^^^^^^^^ ^^^^ the same lifetime is elided here [INFO] [stdout] | | | [INFO] [stdout] | | the same lifetime is hidden here [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] 72 | pub fn parse(source: &str) -> Result, ParseError>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/style/mod.rs:63:26 [INFO] [stdout] | [INFO] [stdout] 63 | pub fn parse(source: &str) -> Result>> { [INFO] [stdout] | ^^^^ ^^^^^^^^ ^^^^ the same lifetime is elided here [INFO] [stdout] | | | [INFO] [stdout] | | the same lifetime is hidden here [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] 63 | pub fn parse(source: &str) -> Result, ParseError>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `combine::try`: try is a reserved keyword in Rust 2018. Use attempt instead. [INFO] [stdout] --> src/desc/mod.rs:185:21 [INFO] [stdout] | [INFO] [stdout] 185 | try(char('}').map(|_| Flow::Break)) [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `combine::try`: try is a reserved keyword in Rust 2018. Use attempt instead. [INFO] [stdout] --> src/desc/mod.rs:245:9 [INFO] [stdout] | [INFO] [stdout] 245 | try(boolean).or(try(float)).or(try(integer)).or(string), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `combine::try`: try is a reserved keyword in Rust 2018. Use attempt instead. [INFO] [stdout] --> src/desc/mod.rs:245:25 [INFO] [stdout] | [INFO] [stdout] 245 | try(boolean).or(try(float)).or(try(integer)).or(string), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `combine::try`: try is a reserved keyword in Rust 2018. Use attempt instead. [INFO] [stdout] --> src/desc/mod.rs:245:40 [INFO] [stdout] | [INFO] [stdout] 245 | try(boolean).or(try(float)).or(try(integer)).or(string), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `combine::try`: try is a reserved keyword in Rust 2018. Use attempt instead. [INFO] [stdout] --> src/style/mod.rs:178:9 [INFO] [stdout] | [INFO] [stdout] 178 | try(spaces().with(string("@text").map(|_| Matcher::Text))) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `combine::try`: try is a reserved keyword in Rust 2018. Use attempt instead. [INFO] [stdout] --> src/style/mod.rs:184:17 [INFO] [stdout] | [INFO] [stdout] 184 | sep_by1(try(matcher), try(spaces().with(token('>')))), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `combine::try`: try is a reserved keyword in Rust 2018. Use attempt instead. [INFO] [stdout] --> src/style/mod.rs:184:31 [INFO] [stdout] | [INFO] [stdout] 184 | sep_by1(try(matcher), try(spaces().with(token('>')))), [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `combine::try`: try is a reserved keyword in Rust 2018. Use attempt instead. [INFO] [stdout] --> src/style/mod.rs:232:21 [INFO] [stdout] | [INFO] [stdout] 232 | try(char('}').map(|_| Flow::Break)) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `combine::try`: try is a reserved keyword in Rust 2018. Use attempt instead. [INFO] [stdout] --> src/style/mod.rs:521:9 [INFO] [stdout] | [INFO] [stdout] 521 | try(boolean) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `combine::try`: try is a reserved keyword in Rust 2018. Use attempt instead. [INFO] [stdout] --> src/style/mod.rs:522:17 [INFO] [stdout] | [INFO] [stdout] 522 | .or(try(float)) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `combine::try`: try is a reserved keyword in Rust 2018. Use attempt instead. [INFO] [stdout] --> src/style/mod.rs:523:17 [INFO] [stdout] | [INFO] [stdout] 523 | .or(try(integer)) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `combine::try`: try is a reserved keyword in Rust 2018. Use attempt instead. [INFO] [stdout] --> src/style/mod.rs:524:17 [INFO] [stdout] | [INFO] [stdout] 524 | .or(try(variable)) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `combine::try`: try is a reserved keyword in Rust 2018. Use attempt instead. [INFO] [stdout] --> src/common.rs:31:5 [INFO] [stdout] | [INFO] [stdout] 31 | try(string("true").map(|_| true)) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `combine::try`: try is a reserved keyword in Rust 2018. Use attempt instead. [INFO] [stdout] --> src/common.rs:67:13 [INFO] [stdout] | [INFO] [stdout] 67 | try(string(r#"\""#).map(|_| '"')) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `combine::try`: try is a reserved keyword in Rust 2018. Use attempt instead. [INFO] [stdout] --> src/common.rs:68:21 [INFO] [stdout] | [INFO] [stdout] 68 | .or(try(string(r#"\t"#).map(|_| '\t'))) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `combine::try`: try is a reserved keyword in Rust 2018. Use attempt instead. [INFO] [stdout] --> src/common.rs:69:21 [INFO] [stdout] | [INFO] [stdout] 69 | .or(try(string(r#"\n"#).map(|_| '\n'))) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `combine::try`: try is a reserved keyword in Rust 2018. Use attempt instead. [INFO] [stdout] --> src/common.rs:70:21 [INFO] [stdout] | [INFO] [stdout] 70 | .or(try(string(r#"\r"#).map(|_| '\r'))) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `combine::try`: try is a reserved keyword in Rust 2018. Use attempt instead. [INFO] [stdout] --> src/common.rs:71:21 [INFO] [stdout] | [INFO] [stdout] 71 | .or(try(string(r#"\\"#).map(|_| '\\'))) [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:153:21 [INFO] [stdout] | [INFO] [stdout] 153 | ) -> Result<(), Box<::std::error::Error>> [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` (part of `#[warn(rust_2021_compatibility)]`) on by default [INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn` [INFO] [stdout] | [INFO] [stdout] 153 | ) -> Result<(), Box> [INFO] [stdout] | +++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `core::str::::trim_right`: superseded by `trim_end` [INFO] [stdout] --> src/desc/mod.rs:307:32 [INFO] [stdout] | [INFO] [stdout] 307 | .map(|v| v.trim_right().to_owned() + "\n") [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: replace the use of the deprecated method [INFO] [stdout] | [INFO] [stdout] 307 - .map(|v| v.trim_right().to_owned() + "\n") [INFO] [stdout] 307 + .map(|v| v.trim_end().to_owned() + "\n") [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/desc/mod.rs:72:26 [INFO] [stdout] | [INFO] [stdout] 72 | pub fn parse(source: &str) -> Result>> { [INFO] [stdout] | ^^^^ ^^^^^^^^ ^^^^ the same lifetime is elided here [INFO] [stdout] | | | [INFO] [stdout] | | the same lifetime is hidden here [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] 72 | pub fn parse(source: &str) -> Result, ParseError>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/style/mod.rs:63:26 [INFO] [stdout] | [INFO] [stdout] 63 | pub fn parse(source: &str) -> Result>> { [INFO] [stdout] | ^^^^ ^^^^^^^^ ^^^^ the same lifetime is elided here [INFO] [stdout] | | | [INFO] [stdout] | | the same lifetime is hidden here [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] 63 | pub fn parse(source: &str) -> Result, ParseError>> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 13.27s [INFO] running `Command { std: "docker" "inspect" "6ce541f3fda7ccfe5a3ee02c1b1c11d58e37241447ecf6d92a4646259c27c259", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6ce541f3fda7ccfe5a3ee02c1b1c11d58e37241447ecf6d92a4646259c27c259", kill_on_drop: false }` [INFO] [stdout] 6ce541f3fda7ccfe5a3ee02c1b1c11d58e37241447ecf6d92a4646259c27c259 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+562dee4820c458d823175268e41601d4c060588a" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] fde15bd4476def974efaac64c0dfd6f4044b50c11ce23700300f5797a7f686df [INFO] running `Command { std: "docker" "start" "-a" "fde15bd4476def974efaac64c0dfd6f4044b50c11ce23700300f5797a7f686df", kill_on_drop: false }` [INFO] [stderr] warning: `package.edition` is unspecified, defaulting to `2015` while the latest is `2024` [INFO] [stderr] warning: use of deprecated function `combine::try`: try is a reserved keyword in Rust 2018. Use attempt instead. [INFO] [stderr] --> src/desc/mod.rs:185:21 [INFO] [stderr] | [INFO] [stderr] 185 | try(char('}').map(|_| Flow::Break)) [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated function `combine::try`: try is a reserved keyword in Rust 2018. Use attempt instead. [INFO] [stderr] --> src/desc/mod.rs:245:9 [INFO] [stderr] | [INFO] [stderr] 245 | try(boolean).or(try(float)).or(try(integer)).or(string), [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated function `combine::try`: try is a reserved keyword in Rust 2018. Use attempt instead. [INFO] [stderr] --> src/desc/mod.rs:245:25 [INFO] [stderr] | [INFO] [stderr] 245 | try(boolean).or(try(float)).or(try(integer)).or(string), [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated function `combine::try`: try is a reserved keyword in Rust 2018. Use attempt instead. [INFO] [stderr] --> src/desc/mod.rs:245:40 [INFO] [stderr] | [INFO] [stderr] 245 | try(boolean).or(try(float)).or(try(integer)).or(string), [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated function `combine::try`: try is a reserved keyword in Rust 2018. Use attempt instead. [INFO] [stderr] --> src/style/mod.rs:178:9 [INFO] [stderr] | [INFO] [stderr] 178 | try(spaces().with(string("@text").map(|_| Matcher::Text))) [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated function `combine::try`: try is a reserved keyword in Rust 2018. Use attempt instead. [INFO] [stderr] --> src/style/mod.rs:184:17 [INFO] [stderr] | [INFO] [stderr] 184 | sep_by1(try(matcher), try(spaces().with(token('>')))), [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated function `combine::try`: try is a reserved keyword in Rust 2018. Use attempt instead. [INFO] [stderr] --> src/style/mod.rs:184:31 [INFO] [stderr] | [INFO] [stderr] 184 | sep_by1(try(matcher), try(spaces().with(token('>')))), [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated function `combine::try`: try is a reserved keyword in Rust 2018. Use attempt instead. [INFO] [stderr] --> src/style/mod.rs:232:21 [INFO] [stderr] | [INFO] [stderr] 232 | try(char('}').map(|_| Flow::Break)) [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated function `combine::try`: try is a reserved keyword in Rust 2018. Use attempt instead. [INFO] [stderr] --> src/style/mod.rs:521:9 [INFO] [stderr] | [INFO] [stderr] 521 | try(boolean) [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated function `combine::try`: try is a reserved keyword in Rust 2018. Use attempt instead. [INFO] [stderr] --> src/style/mod.rs:522:17 [INFO] [stderr] | [INFO] [stderr] 522 | .or(try(float)) [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated function `combine::try`: try is a reserved keyword in Rust 2018. Use attempt instead. [INFO] [stderr] --> src/style/mod.rs:523:17 [INFO] [stderr] | [INFO] [stderr] 523 | .or(try(integer)) [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated function `combine::try`: try is a reserved keyword in Rust 2018. Use attempt instead. [INFO] [stderr] --> src/style/mod.rs:524:17 [INFO] [stderr] | [INFO] [stderr] 524 | .or(try(variable)) [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated function `combine::try`: try is a reserved keyword in Rust 2018. Use attempt instead. [INFO] [stderr] --> src/common.rs:31:5 [INFO] [stderr] | [INFO] [stderr] 31 | try(string("true").map(|_| true)) [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated function `combine::try`: try is a reserved keyword in Rust 2018. Use attempt instead. [INFO] [stderr] --> src/common.rs:67:13 [INFO] [stderr] | [INFO] [stderr] 67 | try(string(r#"\""#).map(|_| '"')) [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated function `combine::try`: try is a reserved keyword in Rust 2018. Use attempt instead. [INFO] [stderr] --> src/common.rs:68:21 [INFO] [stderr] | [INFO] [stderr] 68 | .or(try(string(r#"\t"#).map(|_| '\t'))) [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated function `combine::try`: try is a reserved keyword in Rust 2018. Use attempt instead. [INFO] [stderr] --> src/common.rs:69:21 [INFO] [stderr] | [INFO] [stderr] 69 | .or(try(string(r#"\n"#).map(|_| '\n'))) [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated function `combine::try`: try is a reserved keyword in Rust 2018. Use attempt instead. [INFO] [stderr] --> src/common.rs:70:21 [INFO] [stderr] | [INFO] [stderr] 70 | .or(try(string(r#"\r"#).map(|_| '\r'))) [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated function `combine::try`: try is a reserved keyword in Rust 2018. Use attempt instead. [INFO] [stderr] --> src/common.rs:71:21 [INFO] [stderr] | [INFO] [stderr] 71 | .or(try(string(r#"\\"#).map(|_| '\\'))) [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:153:21 [INFO] [stderr] | [INFO] [stderr] 153 | ) -> Result<(), Box<::std::error::Error>> [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` (part of `#[warn(rust_2021_compatibility)]`) on by default [INFO] [stderr] help: if this is a dyn-compatible trait, use `dyn` [INFO] [stderr] | [INFO] [stderr] 153 | ) -> Result<(), Box> [INFO] [stderr] | +++++ + [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/desc/mod.rs:72:26 [INFO] [stderr] | [INFO] [stderr] 72 | pub fn parse(source: &str) -> Result>> { [INFO] [stderr] | ^^^^ ^^^^^^^^ ^^^^ the same lifetime is elided here [INFO] [stderr] | | | [INFO] [stderr] | | the same lifetime is hidden here [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] 72 | pub fn parse(source: &str) -> Result, ParseError>> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/style/mod.rs:63:26 [INFO] [stderr] | [INFO] [stderr] 63 | pub fn parse(source: &str) -> Result>> { [INFO] [stderr] | ^^^^ ^^^^^^^^ ^^^^ the same lifetime is elided here [INFO] [stderr] | | | [INFO] [stderr] | | the same lifetime is hidden here [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] 63 | pub fn parse(source: &str) -> Result, ParseError>> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: `fungui_syntax` (lib) generated 21 warnings (run `cargo fix --lib -p fungui_syntax` to apply 3 suggestions) [INFO] [stderr] warning: use of deprecated method `core::str::::trim_right`: superseded by `trim_end` [INFO] [stderr] --> src/desc/mod.rs:307:32 [INFO] [stderr] | [INFO] [stderr] 307 | .map(|v| v.trim_right().to_owned() + "\n") [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] help: replace the use of the deprecated method [INFO] [stderr] | [INFO] [stderr] 307 - .map(|v| v.trim_right().to_owned() + "\n") [INFO] [stderr] 307 + .map(|v| v.trim_end().to_owned() + "\n") [INFO] [stderr] | [INFO] [stdout] [INFO] [stderr] [INFO] [stdout] running 3 tests [INFO] [stderr] warning: `fungui_syntax` (lib test) generated 22 warnings (21 duplicates) (run `cargo fix --lib -p fungui_syntax --tests` to apply 1 suggestion) [INFO] [stdout] test desc::tests::test_print_invalid_ident ... ok [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.03s [INFO] [stdout] test desc::tests::test ... ok [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/fungui_syntax-5dfdbde8a1a0dbf3) [INFO] [stdout] test style::tests::test ... ok [INFO] [stderr] Doc-tests fungui_syntax [INFO] [stdout] [INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stdout] test src/style/mod.rs - style::Document<'a>::parse (line 53) ... ok [INFO] [stdout] test src/desc/mod.rs - desc::Document<'a>::parse (line 62) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.24s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "fde15bd4476def974efaac64c0dfd6f4044b50c11ce23700300f5797a7f686df", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fde15bd4476def974efaac64c0dfd6f4044b50c11ce23700300f5797a7f686df", kill_on_drop: false }` [INFO] [stdout] fde15bd4476def974efaac64c0dfd6f4044b50c11ce23700300f5797a7f686df