[INFO] fetching crate aoc-parse 0.2.18... [INFO] checking aoc-parse-0.2.18 against try#c387b04bf028733cd561d62128c8a5eee4bc1458+rustflags=-Dtail_expr_drop_order for pr-130930 [INFO] extracting crate aoc-parse 0.2.18 into /workspace/builds/worker-4-tc2/source [INFO] validating manifest of crates.io crate aoc-parse 0.2.18 on toolchain c387b04bf028733cd561d62128c8a5eee4bc1458 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c387b04bf028733cd561d62128c8a5eee4bc1458" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate aoc-parse 0.2.18 [INFO] finished tweaking crates.io crate aoc-parse 0.2.18 [INFO] tweaked toml for crates.io crate aoc-parse 0.2.18 written to /workspace/builds/worker-4-tc2/source/Cargo.toml [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c387b04bf028733cd561d62128c8a5eee4bc1458" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 26 packages to latest compatible versions [INFO] [stderr] Adding syn v1.0.109 (available: v2.0.79) [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c387b04bf028733cd561d62128c8a5eee4bc1458" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:6252d7ea7fb8caaf7af6d800c5fb250a9cd862b9a7f9508afb3c54fa7fe1102e" "/opt/rustwide/cargo-home/bin/cargo" "+c387b04bf028733cd561d62128c8a5eee4bc1458" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] e3797d74bcda01d4f3437a748c73b00d79107f53fbd6d1645d0cae9925b7b4e5 [INFO] running `Command { std: "docker" "start" "-a" "e3797d74bcda01d4f3437a748c73b00d79107f53fbd6d1645d0cae9925b7b4e5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "e3797d74bcda01d4f3437a748c73b00d79107f53fbd6d1645d0cae9925b7b4e5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e3797d74bcda01d4f3437a748c73b00d79107f53fbd6d1645d0cae9925b7b4e5", kill_on_drop: false }` [INFO] [stdout] e3797d74bcda01d4f3437a748c73b00d79107f53fbd6d1645d0cae9925b7b4e5 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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 -Dtail_expr_drop_order" "-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:6252d7ea7fb8caaf7af6d800c5fb250a9cd862b9a7f9508afb3c54fa7fe1102e" "/opt/rustwide/cargo-home/bin/cargo" "+c387b04bf028733cd561d62128c8a5eee4bc1458" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 5cd77bf0477e8b36848b1381375bb3c4c209c6afea4c67f0c28fba20729c6dcf [INFO] running `Command { std: "docker" "start" "-a" "5cd77bf0477e8b36848b1381375bb3c4c209c6afea4c67f0c28fba20729c6dcf", kill_on_drop: false }` [INFO] [stderr] Compiling memchr v2.7.4 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling ryu v1.0.18 [INFO] [stderr] Compiling serde v1.0.210 [INFO] [stderr] Compiling itoa v1.0.11 [INFO] [stderr] Compiling anyhow v1.0.89 [INFO] [stderr] Checking tuple_utils v0.4.0 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Checking aho-corasick v1.1.3 [INFO] [stderr] Compiling serde_derive v1.0.210 [INFO] [stderr] Checking thiserror v1.0.64 [INFO] [stderr] Checking num-integer v0.1.46 [INFO] [stderr] Checking regex-automata v0.4.7 [INFO] [stderr] Checking num-bigint v0.4.6 [INFO] [stderr] Checking serde_json v1.0.128 [INFO] [stderr] Checking regex v1.10.6 [INFO] [stderr] Checking aoc-parse v0.2.18 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `self::regex::RegexParser` [INFO] [stdout] --> src/parsers.rs:16:9 [INFO] [stdout] | [INFO] [stdout] 16 | pub use self::regex::RegexParser; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `AltParser`, `EitherParser`, `Either`, and `either` [INFO] [stdout] --> src/parsers.rs:19:23 [INFO] [stdout] | [INFO] [stdout] 19 | pub use either::{alt, either, opt, AltParser, Either, EitherParser}; [INFO] [stdout] | ^^^^^^ ^^^^^^^^^ ^^^^^^ ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `LineParser` and `SectionParser` [INFO] [stdout] --> src/parsers.rs:21:49 [INFO] [stdout] | [INFO] [stdout] 21 | pub use lines::{line, lines, section, sections, LineParser, SectionParser}; [INFO] [stdout] | ^^^^^^^^^^ ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `skip` [INFO] [stdout] --> src/parsers.rs:22:34 [INFO] [stdout] | [INFO] [stdout] 22 | pub use map::{map, single_value, skip, MapParser}; [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `repeat` [INFO] [stdout] --> src/parsers.rs:30:24 [INFO] [stdout] | [INFO] [stdout] 30 | pub use repeat::{plus, repeat, repeat_sep, star, RepeatParser}; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `RuleSetParser` [INFO] [stdout] --> src/parsers.rs:31:48 [INFO] [stdout] | [INFO] [stdout] 31 | pub use rule_set::{RuleParser, RuleSetBuilder, RuleSetParser}; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `SequenceParser` [INFO] [stdout] --> src/parsers.rs:32:36 [INFO] [stdout] | [INFO] [stdout] 32 | pub use sequence::{pair, sequence, SequenceParser}; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 7 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling aoc-runner-internal v0.1.0 [INFO] [stderr] Compiling aoc-runner-derive v0.3.0 [INFO] [stdout] warning: unused import: `self::regex::RegexParser` [INFO] [stdout] --> src/parsers.rs:16:9 [INFO] [stdout] | [INFO] [stdout] 16 | pub use self::regex::RegexParser; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `AltParser` and `EitherParser` [INFO] [stdout] --> src/parsers.rs:19:36 [INFO] [stdout] | [INFO] [stdout] 19 | pub use either::{alt, either, opt, AltParser, Either, EitherParser}; [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `LineParser` and `SectionParser` [INFO] [stdout] --> src/parsers.rs:21:49 [INFO] [stdout] | [INFO] [stdout] 21 | pub use lines::{line, lines, section, sections, LineParser, SectionParser}; [INFO] [stdout] | ^^^^^^^^^^ ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `skip` [INFO] [stdout] --> src/parsers.rs:22:34 [INFO] [stdout] | [INFO] [stdout] 22 | pub use map::{map, single_value, skip, MapParser}; [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `repeat` [INFO] [stdout] --> src/parsers.rs:30:24 [INFO] [stdout] | [INFO] [stdout] 30 | pub use repeat::{plus, repeat, repeat_sep, star, RepeatParser}; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `RuleSetParser` [INFO] [stdout] --> src/parsers.rs:31:48 [INFO] [stdout] | [INFO] [stdout] 31 | pub use rule_set::{RuleParser, RuleSetBuilder, RuleSetParser}; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `SequenceParser` [INFO] [stdout] --> src/parsers.rs:32:36 [INFO] [stdout] | [INFO] [stdout] 32 | pub use sequence::{pair, sequence, SequenceParser}; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `alt`, `empty`, `opt`, and `star` [INFO] [stdout] --> src/testing.rs:7:26 [INFO] [stdout] | [INFO] [stdout] 7 | pub use crate::parsers::{alt, empty, opt, plus, sequence, star}; [INFO] [stdout] | ^^^ ^^^^^ ^^^ ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `ParseError` and `ParseIter` [INFO] [stdout] --> src/testing.rs:8:17 [INFO] [stdout] | [INFO] [stdout] 8 | pub use crate::{ParseError, ParseIter, Parser}; [INFO] [stdout] | ^^^^^^^^^^ ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this value of type `Result<

::Output, ParseError>` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> tests/test_functions.rs:12:11 [INFO] [stdout] | [INFO] [stdout] 6 | fn assert_parse_eq(parser: P, s: &str, expected: E) [INFO] [stdout] | ------ -------- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | | [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 12 | match parser.parse(s) { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: requested on the command line with `-D tail-expr-drop-order` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `aoc-parse` (test "test_functions") due to 2 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error: this value of type `Result<

::Output, ParseError>` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> tests/test_json_parser.rs:14:11 [INFO] [stdout] | [INFO] [stdout] 8 | fn assert_parse_eq(parser: P, s: &str, expected: E) [INFO] [stdout] | ------ -------- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | | [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 14 | match parser.parse(s) { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: requested on the command line with `-D tail-expr-drop-order` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this value of type `Result<

::Output, ParseError>` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> tests/test_macros.rs:10:23 [INFO] [stdout] | [INFO] [stdout] 6 | fn assert_parse

(parser: P, s: &str) [INFO] [stdout] | ------ these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 10 | if let Err(err) = parser.parse(s) { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: requested on the command line with `-D tail-expr-drop-order` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this value of type `Result<

::Output, ParseError>` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> tests/test_macros.rs:22:11 [INFO] [stdout] | [INFO] [stdout] 16 | fn assert_parse_eq(parser: P, s: &str, expected: E) [INFO] [stdout] | ------ -------- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | | [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 22 | match parser.parse(s) { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this value of type `Result<

::Output, ParseError>` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> tests/test_macros.rs:34:20 [INFO] [stdout] | [INFO] [stdout] 29 | fn assert_no_parse

(parser: P, s: &str) [INFO] [stdout] | ------ these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 34 | if let Ok(m) = parser.parse(s) { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this value of type `Result<

::Output, ParseError>` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> tests/test_macros.rs:45:11 [INFO] [stdout] | [INFO] [stdout] 40 | fn assert_parse_error

(parser: P, s: &str, expected_message: &str) [INFO] [stdout] | ------ these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 45 | match parser.parse(s) { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this value of type `Result<

::Output, ParseError>` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> tests/test_2016.rs:12:11 [INFO] [stdout] | [INFO] [stdout] 6 | fn assert_parse_eq(parser: P, s: &str, expected: E) [INFO] [stdout] | ------ -------- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | | [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 12 | match parser.parse(s) { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: requested on the command line with `-D tail-expr-drop-order` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `aoc-parse` (test "test_json_parser") due to 2 previous errors [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 4 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `aoc-parse` (test "test_macros") due to 5 previous errors [INFO] [stderr] error: could not compile `aoc-parse` (test "test_2016") due to 2 previous errors [INFO] [stdout] error: this value of type `Result<

::Output, ParseError>` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> tests/test_2015.rs:12:11 [INFO] [stdout] | [INFO] [stdout] 6 | fn assert_parse_eq(parser: P, s: &str, expected: E) [INFO] [stdout] | ------ -------- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | | [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 12 | match parser.parse(s) { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: requested on the command line with `-D tail-expr-drop-order` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `aoc-parse` (test "test_2015") due to 2 previous errors [INFO] [stdout] error: this value of type `std::result::Result<

::Output, ParseError>` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/testing.rs:17:11 [INFO] [stdout] | [INFO] [stdout] 11 | pub(crate) fn assert_parse_eq(parser: P, s: &str, expected: E) [INFO] [stdout] | ------ -------- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | | [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 17 | match parser.parse(s) { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: requested on the command line with `-D tail-expr-drop-order` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this value of type `std::result::Result<

::Output, ParseError>` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/testing.rs:29:20 [INFO] [stdout] | [INFO] [stdout] 24 | pub(crate) fn assert_no_parse

(parser: P, s: &str) [INFO] [stdout] | ------ these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 29 | if let Ok(m) = parser.parse(s) { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this value of type `std::result::Result<

::Output, ParseError>` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/testing.rs:40:11 [INFO] [stdout] | [INFO] [stdout] 35 | pub(crate) fn assert_parse_error

(parser: P, s: &str, expected_message: &str) [INFO] [stdout] | ------ these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 40 | match parser.parse(s) { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 3 previous errors; 9 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `aoc-parse` (lib test) due to 4 previous errors; 9 warnings emitted [INFO] running `Command { std: "docker" "inspect" "5cd77bf0477e8b36848b1381375bb3c4c209c6afea4c67f0c28fba20729c6dcf", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5cd77bf0477e8b36848b1381375bb3c4c209c6afea4c67f0c28fba20729c6dcf", kill_on_drop: false }` [INFO] [stdout] 5cd77bf0477e8b36848b1381375bb3c4c209c6afea4c67f0c28fba20729c6dcf