[INFO] fetching crate asai 0.1.2... [INFO] checking asai-0.1.2 against try#4f260f0f20b3133d20cfb50353c0221943af5796+rustflags=-Dunmustuse_in_always_ok for pr-148577 [INFO] extracting crate asai 0.1.2 into /workspace/builds/worker-3-tc2/source [INFO] started tweaking crates.io crate asai 0.1.2 [INFO] finished tweaking crates.io crate asai 0.1.2 [INFO] tweaked toml for crates.io crate asai 0.1.2 written to /workspace/builds/worker-3-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate asai 0.1.2 on toolchain 4f260f0f20b3133d20cfb50353c0221943af5796 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4f260f0f20b3133d20cfb50353c0221943af5796" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate asai 0.1.2 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" "+4f260f0f20b3133d20cfb50353c0221943af5796" "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-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+4f260f0f20b3133d20cfb50353c0221943af5796" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] ad9e1cf43b4b6295cf485625edeed9f3a168798b79dd03ce513971c2a73f5ae7 [INFO] running `Command { std: "docker" "start" "-a" "ad9e1cf43b4b6295cf485625edeed9f3a168798b79dd03ce513971c2a73f5ae7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "ad9e1cf43b4b6295cf485625edeed9f3a168798b79dd03ce513971c2a73f5ae7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ad9e1cf43b4b6295cf485625edeed9f3a168798b79dd03ce513971c2a73f5ae7", kill_on_drop: false }` [INFO] [stdout] ad9e1cf43b4b6295cf485625edeed9f3a168798b79dd03ce513971c2a73f5ae7 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid -Dunmustuse_in_always_ok" "-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+4f260f0f20b3133d20cfb50353c0221943af5796" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 1eb0c4ed314fa89c5457df7e3fa9d2a940b4ce2b44127d8acb0b1676f3af2fe0 [INFO] running `Command { std: "docker" "start" "-a" "1eb0c4ed314fa89c5457df7e3fa9d2a940b4ce2b44127d8acb0b1676f3af2fe0", kill_on_drop: false }` [INFO] [stderr] Compiling syn v2.0.27 [INFO] [stderr] Compiling asai-macro v0.1.0 [INFO] [stderr] Checking asai v0.1.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `crate::structure::FromLine` [INFO] [stdout] --> src/lib.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use crate::structure::FromLine; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `FromLine` [INFO] [stdout] --> src/structure/event.rs:6:24 [INFO] [stdout] | [INFO] [stdout] 6 | use crate::structure::{FromLine, InvalidValue}; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `InvalidValue` [INFO] [stdout] --> src/structure/formatted_section.rs:1:45 [INFO] [stdout] | [INFO] [stdout] 1 | use crate::structure::{FromLine, FromLines, InvalidValue}; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::structure::FromLine` [INFO] [stdout] --> src/lib.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use crate::structure::FromLine; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `FromLine` [INFO] [stdout] --> src/structure/event.rs:6:24 [INFO] [stdout] | [INFO] [stdout] 6 | use crate::structure::{FromLine, InvalidValue}; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `InvalidValue` [INFO] [stdout] --> src/structure/formatted_section.rs:1:45 [INFO] [stdout] | [INFO] [stdout] 1 | use crate::structure::{FromLine, FromLines, InvalidValue}; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `value` [INFO] [stdout] --> src/structure/mod.rs:313:29 [INFO] [stdout] | [INFO] [stdout] 313 | .filter(|(name, value)| *name != "Format") [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_value` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lib.rs:6:21 [INFO] [stdout] | [INFO] [stdout] 6 | pub fn parse_str(s: &str) -> structure::Ass { [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] 6 | pub fn parse_str(s: &str) -> structure::Ass<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/iter/mod.rs:40:21 [INFO] [stdout] | [INFO] [stdout] 40 | pub fn parse_str(s: &str) -> Elements { [INFO] [stdout] | ^^^^ ^^^^^^^^^^^^^^^ [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is hidden here [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] 40 | pub fn parse_str(s: &str) -> Elements<'_, Lines<'_>> { [INFO] [stdout] | +++ ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/structure/mod.rs:49:53 [INFO] [stdout] | [INFO] [stdout] 49 | ... "Script Info" => info = ScriptInfo::from_lines(&lines).unwrap(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: requested on the command line with `-D unmustuse-in-always-ok` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/structure/mod.rs:51:55 [INFO] [stdout] | [INFO] [stdout] 51 | ... "Events" => events = Some(Events::from_lines(&lines).unwrap()), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/structure/mod.rs:65:29 [INFO] [stdout] | [INFO] [stdout] 65 | "Script Info" => info = ScriptInfo::from_lines(&lines).unwrap(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/structure/mod.rs:67:31 [INFO] [stdout] | [INFO] [stdout] 67 | "Events" => events = Some(Events::from_lines(&lines).unwrap()), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/structure/mod.rs:253:76 [INFO] [stdout] | [INFO] [stdout] 253 | fn from_lines(lines: &[(&'a str, &'a str)]) -> Result { [INFO] [stdout] | ____________________________________________________________________________^ [INFO] [stdout] 254 | | let mut info: Self = Default::default(); [INFO] [stdout] 255 | | for i in lines { [INFO] [stdout] 256 | | match i.0 { [INFO] [stdout] ... | [INFO] [stdout] 278 | | Ok(info) [INFO] [stdout] 279 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/structure/mod.rs:278:9 [INFO] [stdout] | [INFO] [stdout] 278 | Ok(info) [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/structure/mod.rs:293:76 [INFO] [stdout] | [INFO] [stdout] 293 | fn from_lines(lines: &[(&'a str, &'a str)]) -> Result { [INFO] [stdout] | ____________________________________________________________________________^ [INFO] [stdout] 294 | | // println!("Here"); [INFO] [stdout] 295 | | let format = lines [INFO] [stdout] 296 | | .iter() [INFO] [stdout] ... | [INFO] [stdout] 317 | | Ok(Self { events }) [INFO] [stdout] 318 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/structure/mod.rs:317:9 [INFO] [stdout] | [INFO] [stdout] 317 | Ok(Self { events }) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result<&str, Infallible> [INFO] [stdout] --> src/structure/base_types.rs:97:68 [INFO] [stdout] | [INFO] [stdout] 97 | fn try_from(value: LineField<'a>) -> Result { [INFO] [stdout] | ____________________________________________________________________^ [INFO] [stdout] 98 | | Ok(value.0) [INFO] [stdout] 99 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result<&str, Infallible> [INFO] [stdout] --> src/structure/base_types.rs:98:9 [INFO] [stdout] | [INFO] [stdout] 98 | Ok(value.0) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, &str> [INFO] [stdout] --> src/structure/event.rs:25:10 [INFO] [stdout] | [INFO] [stdout] 25 | #[derive(FromLine, Debug, Copy, Clone, Eq, PartialEq)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result<&str, Infallible> [INFO] [stdout] --> src/structure/event.rs:25:10 [INFO] [stdout] | [INFO] [stdout] 25 | #[derive(FromLine, Debug, Copy, Clone, Eq, PartialEq)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `FromLine` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, &str> [INFO] [stdout] --> src/structure/event.rs:25:10 [INFO] [stdout] | [INFO] [stdout] 25 | #[derive(FromLine, Debug, Copy, Clone, Eq, PartialEq)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, &str> [INFO] [stdout] --> src/structure/event.rs:25:10 [INFO] [stdout] | [INFO] [stdout] 25 | #[derive(FromLine, Debug, Copy, Clone, Eq, PartialEq)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, &str> [INFO] [stdout] --> src/structure/event.rs:25:10 [INFO] [stdout] | [INFO] [stdout] 25 | #[derive(FromLine, Debug, Copy, Clone, Eq, PartialEq)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, base_types::LineField<'_>> [INFO] [stdout] --> src/structure/style.rs:58:10 [INFO] [stdout] | [INFO] [stdout] 58 | #[derive(FromLine, Debug, Clone, PartialEq)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/structure/style.rs:58:10 [INFO] [stdout] | [INFO] [stdout] 58 | #[derive(FromLine, Debug, Clone, PartialEq)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `FromLine` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, base_types::LineField<'_>> [INFO] [stdout] --> src/structure/style.rs:58:10 [INFO] [stdout] | [INFO] [stdout] 58 | #[derive(FromLine, Debug, Clone, PartialEq)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `value` [INFO] [stdout] --> src/structure/mod.rs:313:29 [INFO] [stdout] | [INFO] [stdout] 313 | .filter(|(name, value)| *name != "Format") [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_value` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lib.rs:6:21 [INFO] [stdout] | [INFO] [stdout] 6 | pub fn parse_str(s: &str) -> structure::Ass { [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] 6 | pub fn parse_str(s: &str) -> structure::Ass<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/iter/mod.rs:40:21 [INFO] [stdout] | [INFO] [stdout] 40 | pub fn parse_str(s: &str) -> Elements { [INFO] [stdout] | ^^^^ ^^^^^^^^^^^^^^^ [INFO] [stdout] | | | | [INFO] [stdout] | | | the same lifetime is hidden here [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] 40 | pub fn parse_str(s: &str) -> Elements<'_, Lines<'_>> { [INFO] [stdout] | +++ ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/structure/mod.rs:49:53 [INFO] [stdout] | [INFO] [stdout] 49 | ... "Script Info" => info = ScriptInfo::from_lines(&lines).unwrap(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: requested on the command line with `-D unmustuse-in-always-ok` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/structure/mod.rs:51:55 [INFO] [stdout] | [INFO] [stdout] 51 | ... "Events" => events = Some(Events::from_lines(&lines).unwrap()), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/structure/mod.rs:65:29 [INFO] [stdout] | [INFO] [stdout] 65 | "Script Info" => info = ScriptInfo::from_lines(&lines).unwrap(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/structure/mod.rs:67:31 [INFO] [stdout] | [INFO] [stdout] 67 | "Events" => events = Some(Events::from_lines(&lines).unwrap()), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/structure/mod.rs:253:76 [INFO] [stdout] | [INFO] [stdout] 253 | fn from_lines(lines: &[(&'a str, &'a str)]) -> Result { [INFO] [stdout] | ____________________________________________________________________________^ [INFO] [stdout] 254 | | let mut info: Self = Default::default(); [INFO] [stdout] 255 | | for i in lines { [INFO] [stdout] 256 | | match i.0 { [INFO] [stdout] ... | [INFO] [stdout] 278 | | Ok(info) [INFO] [stdout] 279 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `asai` (lib test) due to 18 previous errors; 6 warnings emitted [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/structure/mod.rs:278:9 [INFO] [stdout] | [INFO] [stdout] 278 | Ok(info) [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/structure/mod.rs:293:76 [INFO] [stdout] | [INFO] [stdout] 293 | fn from_lines(lines: &[(&'a str, &'a str)]) -> Result { [INFO] [stdout] | ____________________________________________________________________________^ [INFO] [stdout] 294 | | // println!("Here"); [INFO] [stdout] 295 | | let format = lines [INFO] [stdout] 296 | | .iter() [INFO] [stdout] ... | [INFO] [stdout] 317 | | Ok(Self { events }) [INFO] [stdout] 318 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/structure/mod.rs:317:9 [INFO] [stdout] | [INFO] [stdout] 317 | Ok(Self { events }) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result<&str, Infallible> [INFO] [stdout] --> src/structure/base_types.rs:97:68 [INFO] [stdout] | [INFO] [stdout] 97 | fn try_from(value: LineField<'a>) -> Result { [INFO] [stdout] | ____________________________________________________________________^ [INFO] [stdout] 98 | | Ok(value.0) [INFO] [stdout] 99 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result<&str, Infallible> [INFO] [stdout] --> src/structure/base_types.rs:98:9 [INFO] [stdout] | [INFO] [stdout] 98 | Ok(value.0) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, &str> [INFO] [stdout] --> src/structure/event.rs:25:10 [INFO] [stdout] | [INFO] [stdout] 25 | #[derive(FromLine, Debug, Copy, Clone, Eq, PartialEq)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result<&str, Infallible> [INFO] [stdout] --> src/structure/event.rs:25:10 [INFO] [stdout] | [INFO] [stdout] 25 | #[derive(FromLine, Debug, Copy, Clone, Eq, PartialEq)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `FromLine` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, &str> [INFO] [stdout] --> src/structure/event.rs:25:10 [INFO] [stdout] | [INFO] [stdout] 25 | #[derive(FromLine, Debug, Copy, Clone, Eq, PartialEq)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, &str> [INFO] [stdout] --> src/structure/event.rs:25:10 [INFO] [stdout] | [INFO] [stdout] 25 | #[derive(FromLine, Debug, Copy, Clone, Eq, PartialEq)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, &str> [INFO] [stdout] --> src/structure/event.rs:25:10 [INFO] [stdout] | [INFO] [stdout] 25 | #[derive(FromLine, Debug, Copy, Clone, Eq, PartialEq)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, base_types::LineField<'_>> [INFO] [stdout] --> src/structure/style.rs:58:10 [INFO] [stdout] | [INFO] [stdout] 58 | #[derive(FromLine, Debug, Clone, PartialEq)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: Result, Infallible> [INFO] [stdout] --> src/structure/style.rs:58:10 [INFO] [stdout] | [INFO] [stdout] 58 | #[derive(FromLine, Debug, Clone, PartialEq)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `FromLine` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this type will no longer be must used: ControlFlow, base_types::LineField<'_>> [INFO] [stdout] --> src/structure/style.rs:58:10 [INFO] [stdout] | [INFO] [stdout] 58 | #[derive(FromLine, Debug, Clone, PartialEq)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `asai` (lib) due to 18 previous errors; 6 warnings emitted [INFO] running `Command { std: "docker" "inspect" "1eb0c4ed314fa89c5457df7e3fa9d2a940b4ce2b44127d8acb0b1676f3af2fe0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1eb0c4ed314fa89c5457df7e3fa9d2a940b4ce2b44127d8acb0b1676f3af2fe0", kill_on_drop: false }` [INFO] [stdout] 1eb0c4ed314fa89c5457df7e3fa9d2a940b4ce2b44127d8acb0b1676f3af2fe0