[INFO] fetching crate cargo-maelstrom 0.14.0...
[INFO] checking cargo-maelstrom-0.14.0 against try#c9557a20e5ef2e0e02c29a5fafd850d1b7cf1e4f for pr-133502-17
[INFO] extracting crate cargo-maelstrom 0.14.0 into /workspace/builds/worker-4-tc2/source
[INFO] started tweaking crates.io crate cargo-maelstrom 0.14.0
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate cargo-maelstrom 0.14.0
[INFO] tweaked toml for crates.io crate cargo-maelstrom 0.14.0 written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate cargo-maelstrom 0.14.0 on toolchain c9557a20e5ef2e0e02c29a5fafd850d1b7cf1e4f
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c9557a20e5ef2e0e02c29a5fafd850d1b7cf1e4f" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate cargo-maelstrom 0.14.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" "+c9557a20e5ef2e0e02c29a5fafd850d1b7cf1e4f" "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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+c9557a20e5ef2e0e02c29a5fafd850d1b7cf1e4f" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 385b91e001839d277f943f0412bfa4b7fdf4a0e89a69c8a7fb23e1f6cb61ddc1
[INFO] running `Command { std: "docker" "start" "-a" "385b91e001839d277f943f0412bfa4b7fdf4a0e89a69c8a7fb23e1f6cb61ddc1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "385b91e001839d277f943f0412bfa4b7fdf4a0e89a69c8a7fb23e1f6cb61ddc1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "385b91e001839d277f943f0412bfa4b7fdf4a0e89a69c8a7fb23e1f6cb61ddc1", kill_on_drop: false }`
[INFO] [stdout] 385b91e001839d277f943f0412bfa4b7fdf4a0e89a69c8a7fb23e1f6cb61ddc1
[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" "-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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+c9557a20e5ef2e0e02c29a5fafd850d1b7cf1e4f" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] ee7f8466c4f0c521e18e0896e982222d98290d8d2907034e7ad50e6094243bba
[INFO] running `Command { std: "docker" "start" "-a" "ee7f8466c4f0c521e18e0896e982222d98290d8d2907034e7ad50e6094243bba", kill_on_drop: false }`
[INFO] [stderr]     Checking log v0.4.26
[INFO] [stderr]     Checking once_cell v1.21.1
[INFO] [stderr]    Compiling anyhow v1.0.97
[INFO] [stderr]    Compiling zerocopy v0.8.23
[INFO] [stderr]     Checking socket2 v0.5.8
[INFO] [stderr]    Compiling rustversion v1.0.20
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling darling_core v0.20.10
[INFO] [stderr]    Compiling zerocopy-derive v0.8.23
[INFO] [stderr]    Compiling openssl-sys v0.9.106
[INFO] [stderr]    Compiling tracing-attributes v0.1.28
[INFO] [stderr]     Checking indexmap v2.8.0
[INFO] [stderr]     Checking icu_locid_transform v1.5.0
[INFO] [stderr]    Compiling getrandom v0.3.1
[INFO] [stderr]    Compiling serde_json v1.0.140
[INFO] [stderr]    Compiling openssl v0.10.71
[INFO] [stderr]    Compiling semver v1.0.26
[INFO] [stderr]     Checking getrandom v0.1.16
[INFO] [stderr]     Checking tracing-core v0.1.33
[INFO] [stderr]     Checking mio v1.0.3
[INFO] [stderr]     Checking event-listener v5.4.0
[INFO] [stderr]    Compiling rustix v1.0.2
[INFO] [stderr]     Checking rand_core v0.5.1
[INFO] [stderr]     Checking tokio v1.44.1
[INFO] [stderr]    Compiling pin-project-internal v1.1.10
[INFO] [stderr]     Checking icu_properties v1.5.1
[INFO] [stderr]    Compiling time-macros v0.2.20
[INFO] [stderr]     Checking deranged v0.3.11
[INFO] [stderr]    Compiling rustc_version v0.4.1
[INFO] [stderr]    Compiling native-tls v0.2.14
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]     Checking event-listener-strategy v0.5.3
[INFO] [stderr]    Compiling derive-where v1.2.7
[INFO] [stderr]     Checking time-core v0.1.3
[INFO] [stderr]     Checking fastrand v1.9.0
[INFO] [stderr]     Checking waker-fn v1.2.0
[INFO] [stderr]    Compiling http-types v2.12.0
[INFO] [stderr]     Checking futures-util v0.3.31
[INFO] [stderr]     Checking tracing v0.1.41
[INFO] [stderr]     Checking futures-lite v1.13.0
[INFO] [stderr]     Checking async-channel v1.9.0
[INFO] [stderr]    Compiling azure_core v0.21.0
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]     Checking serde_qs v0.8.5
[INFO] [stderr]    Compiling smallvec v1.14.0
[INFO] [stderr]     Checking infer v0.2.3
[INFO] [stderr]    Compiling derive_more-impl v2.0.1
[INFO] [stderr]    Compiling proc-macro-utils v0.8.0
[INFO] [stderr]     Checking sha2 v0.10.8
[INFO] [stderr]     Checking async-lock v3.4.0
[INFO] [stderr]     Checking hmac v0.12.1
[INFO] [stderr]     Checking uuid v1.16.0
[INFO] [stderr]     Checking quick-xml v0.31.0
[INFO] [stderr]     Checking dyn-clone v1.0.19
[INFO] [stderr]    Compiling interpolator v0.5.0
[INFO] [stderr]    Compiling collection_literals v1.0.1
[INFO] [stderr]    Compiling slog v2.7.0
[INFO] [stderr]    Compiling camino v1.1.9
[INFO] [stderr]    Compiling indoc v2.0.6
[INFO] [stderr]     Checking pin-project v1.1.10
[INFO] [stderr]     Checking futures-lite v2.6.0
[INFO] [stderr]     Checking async-channel v2.3.1
[INFO] [stderr]     Checking dirs-sys-next v0.1.2
[INFO] [stderr]    Compiling fs-err v3.1.0
[INFO] [stderr]     Checking RustyXML v0.3.0
[INFO] [stderr]     Checking chrono v0.4.40
[INFO] [stderr]     Checking dirs-next v2.0.0
[INFO] [stderr]    Compiling prost-derive v0.13.5
[INFO] [stderr]     Checking time v0.3.39
[INFO] [stderr]    Compiling quote-use-macros v0.7.2
[INFO] [stderr]     Checking blocking v1.6.1
[INFO] [stderr]     Checking terminal_size v0.4.2
[INFO] [stderr]    Compiling strum_macros v0.27.1
[INFO] [stderr]     Checking rand_core v0.9.3
[INFO] [stderr]     Checking icu_normalizer v1.5.0
[INFO] [stderr]     Checking thread_local v1.1.8
[INFO] [stderr]     Checking bincode v1.3.3
[INFO] [stderr]     Checking ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling enum-map-derive v0.17.0
[INFO] [stderr]    Compiling libc v0.2.171
[INFO] [stderr]    Compiling quote-use v0.7.2
[INFO] [stderr]    Compiling slog-async v2.8.0
[INFO] [stderr]     Checking toml_edit v0.22.24
[INFO] [stderr]     Checking enum-map v2.7.3
[INFO] [stderr]     Checking idna_adapter v1.2.0
[INFO] [stderr]     Checking futures-executor v0.3.31
[INFO] [stderr]     Checking clap_builder v4.5.32
[INFO] [stderr]     Checking goblin v0.9.3
[INFO] [stderr]     Checking async-fs v2.1.2
[INFO] [stderr]     Checking idna v1.0.3
[INFO] [stderr]    Compiling darling_macro v0.20.10
[INFO] [stderr]     Checking futures v0.3.31
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking rand_chacha v0.2.2
[INFO] [stderr]     Checking rand_chacha v0.9.0
[INFO] [stderr]     Checking url v2.5.4
[INFO] [stderr]    Compiling darling v0.20.10
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling serde_with_macros v3.12.0
[INFO] [stderr]     Checking rand v0.7.3
[INFO] [stderr]    Compiling enumset_derive v0.10.0
[INFO] [stderr]    Compiling maelstrom-macro v0.14.0
[INFO] [stderr]     Checking term v0.7.0
[INFO] [stderr]     Checking nonempty v0.10.0
[INFO] [stderr]    Compiling clap_derive v4.5.32
[INFO] [stderr]    Compiling serde_repr v0.1.20
[INFO] [stderr]     Checking glob v0.3.2
[INFO] [stderr]     Checking strum v0.27.1
[INFO] [stderr]     Checking bytesize v1.3.2
[INFO] [stderr]     Checking bytesize-serde v0.2.1
[INFO] [stderr]     Checking globset v0.4.16
[INFO] [stderr]     Checking slog-term v2.9.1
[INFO] [stderr]     Checking rand v0.9.0
[INFO] [stderr]     Checking async-walkdir v2.1.0
[INFO] [stderr]     Checking xattr v1.5.0
[INFO] [stderr]     Checking enumset v1.1.5
[INFO] [stderr]    Compiling attribute-derive-macro v0.6.1
[INFO] [stderr]     Checking tempfile v3.19.0
[INFO] [stderr]     Checking fs2 v0.4.3
[INFO] [stderr]     Checking lru v0.13.0
[INFO] [stderr]    Compiling linux-raw-sys v0.9.3
[INFO] [stderr]     Checking unicode-width v0.2.0
[INFO] [stderr]    Compiling prettyplease v0.2.31
[INFO] [stderr]    Compiling regex-syntax v0.8.5
[INFO] [stderr]     Checking serde_with v3.12.0
[INFO] [stderr]     Checking xdg v2.5.2
[INFO] [stderr]     Checking heck v0.5.0
[INFO] [stderr]    Compiling bitflags v2.9.0
[INFO] [stderr]    Compiling prost v0.13.5
[INFO] [stderr]    Compiling strum_macros v0.26.4
[INFO] [stderr]    Compiling vte_generate_state_changes v0.1.2
[INFO] [stderr]    Compiling petgraph v0.7.1
[INFO] [stderr]     Checking vte v0.11.1
[INFO] [stderr]     Checking toml v0.8.20
[INFO] [stderr]    Compiling derive_builder_core v0.20.2
[INFO] [stderr]    Compiling indexmap v1.9.3
[INFO] [stderr]    Compiling attribute-derive v0.6.1
[INFO] [stderr]     Checking tokio-util v0.7.14
[INFO] [stderr]     Checking tower v0.5.2
[INFO] [stderr]     Checking tokio-native-tls v0.3.1
[INFO] [stderr]     Checking clap v4.5.32
[INFO] [stderr]    Compiling get-size-derive v0.1.3
[INFO] [stderr]     Checking derive_more v2.0.1
[INFO] [stderr]     Checking countio v0.2.19
[INFO] [stderr]     Checking tokio-stream v0.1.17
[INFO] [stderr]     Checking lddtree v0.3.7
[INFO] [stderr]     Checking maelstrom-linux v0.14.0
[INFO] [stderr]    Compiling portable-atomic v1.11.0
[INFO] [stderr]    Compiling prost-types v0.13.5
[INFO] [stderr]    Compiling multimap v0.10.0
[INFO] [stderr]    Compiling nom v7.1.3
[INFO] [stderr]     Checking tokio-tar v0.3.1
[INFO] [stderr]     Checking get-size v0.1.4
[INFO] [stderr]     Checking miniz_oxide v0.8.5
[INFO] [stderr]     Checking vt100 v0.15.2
[INFO] [stderr]     Checking maelstrom-base v0.14.0
[INFO] [stderr]    Compiling itertools v0.13.0
[INFO] [stderr]    Compiling anyhow_trace v0.1.3
[INFO] [stderr]    Compiling regex-automata v0.4.9
[INFO] [stderr]    Compiling protoc-bin-vendored-linux-aarch_64 v3.1.0
[INFO] [stderr]    Compiling derive_builder_macro v0.20.2
[INFO] [stderr]    Compiling protoc-bin-vendored-linux-x86_32 v3.1.0
[INFO] [stderr]    Compiling protoc-bin-vendored-linux-x86_64 v3.1.0
[INFO] [stderr]    Compiling signal-hook v0.3.17
[INFO] [stderr]    Compiling protoc-bin-vendored-macos-aarch_64 v3.1.0
[INFO] [stderr]    Compiling protoc-bin-vendored-macos-x86_64 v3.1.0
[INFO] [stderr]    Compiling protoc-bin-vendored-win32 v3.1.0
[INFO] [stderr]     Checking h2 v0.4.8
[INFO] [stderr]    Compiling protoc-bin-vendored-linux-ppcle_64 v3.1.0
[INFO] [stderr]     Checking derive_builder v0.20.2
[INFO] [stderr]    Compiling protoc-bin-vendored v3.1.0
[INFO] [stderr]     Checking flate2 v1.1.0
[INFO] [stderr]     Checking num-bigint v0.4.6
[INFO] [stderr]     Checking console v0.15.11
[INFO] [stderr]     Checking axum-core v0.4.5
[INFO] [stderr]     Checking netlink-packet-utils v0.5.2
[INFO] [stderr]     Checking page_size v0.6.0
[INFO] [stderr]    Compiling rustix v0.38.44
[INFO] [stderr]     Checking number_prefix v0.4.0
[INFO] [stderr]     Checking netlink-packet-core v0.7.0
[INFO] [stderr]     Checking indicatif v0.17.11
[INFO] [stderr]     Checking tower v0.4.13
[INFO] [stderr]     Checking async-compression v0.4.21
[INFO] [stderr]     Checking num-rational v0.4.2
[INFO] [stderr]     Checking num-iter v0.1.45
[INFO] [stderr]     Checking combine v4.6.7
[INFO] [stderr]     Checking netlink-packet-route v0.17.1
[INFO] [stderr]     Checking maelstrom-worker-child v0.14.0
[INFO] [stderr]     Checking castaway v0.2.3
[INFO] [stderr]     Checking tuple v0.5.2
[INFO] [stderr]     Checking signal-hook-mio v0.2.4
[INFO] [stderr]     Checking std-semaphore v0.1.0
[INFO] [stderr]     Checking bumpalo v3.17.0
[INFO] [stderr]     Checking compact_str v0.8.1
[INFO] [stderr]     Checking num v0.4.3
[INFO] [stderr]     Checking unicode-truncate v1.1.0
[INFO] [stderr]    Compiling instability v0.3.7
[INFO] [stderr]     Checking lru v0.12.5
[INFO] [stderr]     Checking bracoxide v0.1.5
[INFO] [stderr]     Checking strum v0.26.3
[INFO] [stderr]    Compiling regex v1.11.1
[INFO] [stderr]    Compiling versions v6.3.2
[INFO] [stderr]     Checking oci-spec v0.7.1
[INFO] [stderr]     Checking cassowary v0.3.0
[INFO] [stderr]     Checking inotify v0.11.0
[INFO] [stderr]     Checking notify-types v2.0.0
[INFO] [stderr]     Checking unicode-truncate v2.0.0
[INFO] [stderr]    Compiling prost-build v0.13.5
[INFO] [stderr]     Checking cargo-platform v0.1.9
[INFO] [stderr]     Checking colored v3.0.0
[INFO] [stderr]     Checking tar v0.4.44
[INFO] [stderr]    Compiling derivative v2.2.0
[INFO] [stderr]     Checking cargo_metadata v0.19.2
[INFO] [stderr]     Checking diff v0.1.13
[INFO] [stderr]     Checking notify v8.0.0
[INFO] [stderr]     Checking pretty_assertions v1.4.1
[INFO] [stderr]     Checking regex-macro v0.2.0
[INFO] [stderr]     Checking maelstrom-test v0.14.0
[INFO] [stderr]     Checking crossterm v0.28.1
[INFO] [stderr]    Compiling tonic-build v0.12.3
[INFO] [stderr]     Checking ratatui v0.29.0
[INFO] [stderr]     Checking hyper v1.6.0
[INFO] [stderr]    Compiling maelstrom-client-base v0.14.0
[INFO] [stderr]     Checking axum v0.7.9
[INFO] [stderr]     Checking hyper-util v0.1.10
[INFO] [stderr]     Checking tui-term v0.2.0
[INFO] [stderr]     Checking hyper-tls v0.6.0
[INFO] [stderr]     Checking hyper-timeout v0.5.2
[INFO] [stderr]     Checking reqwest v0.12.14
[INFO] [stderr]     Checking azure_storage v0.21.0
[INFO] [stderr]     Checking azure_svc_blobstorage v0.21.0
[INFO] [stderr]     Checking tonic v0.12.3
[INFO] [stderr]     Checking azure_storage_blobs v0.21.0
[INFO] [stderr]     Checking maelstrom-github v0.14.0
[INFO] [stderr]     Checking maelstrom-util v0.14.0
[INFO] [stderr]     Checking maelstrom-fuse v0.14.0
[INFO] [stderr]     Checking maelstrom-container v0.14.0
[INFO] [stderr]     Checking maelstrom-broker v0.14.0
[INFO] [stderr]     Checking maelstrom-layer-fs v0.14.0
[INFO] [stderr]     Checking maelstrom-worker v0.14.0
[INFO] [stderr]     Checking maelstrom-client-process v0.14.0
[INFO] [stderr]     Checking maelstrom-client v0.14.0
[INFO] [stderr]     Checking maelstrom-test-runner v0.14.0
[INFO] [stderr]     Checking cargo-maelstrom v0.14.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `command`
[INFO] [stdout]  --> src/cli.rs:1:12
[INFO] [stdout]   |
[INFO] [stdout] 1 | use clap::{command, Args};
[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: `command`
[INFO] [stdout]  --> src/cli.rs:1:12
[INFO] [stdout]   |
[INFO] [stdout] 1 | use clap::{command, Args};
[INFO] [stdout]   |            ^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0700]: hidden type for `impl combine::Parser<InputT, Output = &'static str>` captures lifetime that does not appear in bounds
[INFO] [stdout]    --> src/pattern/parser.rs:182:35
[INFO] [stdout]     |
[INFO] [stdout] 177 | ) -> impl Parser<InputT, Output = &'static str> {
[INFO] [stdout]     |      ------------------------------------------ opaque type defined here
[INFO] [stdout] ...
[INFO] [stdout] 182 |             attempt(string(s)).or(prefix(&s[..s.len() - 1], min_len))
[INFO] [stdout]     |                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: hidden type `Box<dyn combine::Parser<InputT, Output = &'static str, PartialState = ()>>` captures lifetime `'_`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0700]: hidden type for `impl combine::Parser<InputT, Output = &'static str>` captures lifetime that does not appear in bounds
[INFO] [stdout]    --> src/pattern/parser.rs:182:35
[INFO] [stdout]     |
[INFO] [stdout] 177 | ) -> impl Parser<InputT, Output = &'static str> {
[INFO] [stdout]     |      ------------------------------------------ opaque type defined here
[INFO] [stdout] ...
[INFO] [stdout] 182 |             attempt(string(s)).or(prefix(&s[..s.len() - 1], min_len))
[INFO] [stdout]     |                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: hidden type `Box<dyn combine::Parser<InputT, Output = &'static str, PartialState = ()>>` captures lifetime `'_`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0700]: hidden type for `impl combine::Parser<InputT, Output = pattern::parser::AndExpression>` captures lifetime that does not appear in bounds
[INFO] [stdout]    --> src/pattern/parser.rs:388:49
[INFO] [stdout]     |
[INFO] [stdout] 387 |     pub fn parser<InputT: Stream<Token = char>>() -> impl Parser<InputT, Output = Self> {
[INFO] [stdout]     |                                                      ---------------------------------- opaque type defined here
[INFO] [stdout] 388 |         let self_parser = || no_partial(lazy(|| Self::parser())).boxed();
[INFO] [stdout]     |                                                 ^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: hidden type `Choice<(combine::parser::combinator::Map<combine::parser::combinator::Try<(impl combine::Parser<InputT, Output = pattern::parser::NotExpression>, impl combine::Parser<InputT, Output = &'static str>, Box<dyn combine::Parser<InputT, Output = pattern::parser::AndExpression, PartialState = ()>>)>, {closure@src/pattern/parser.rs:391:22: 391:33}>, combine::parser::combinator::Map<combine::parser::combinator::Try<(impl combine::Parser<InputT, Output = pattern::parser::NotExpression>, impl combine::Parser<InputT, Output = &'static str>, Box<dyn combine::Parser<InputT, Output = pattern::parser::AndExpression, PartialState = ()>>)>, {closure@src/pattern/parser.rs:393:22: 393:33}>, combine::parser::combinator::Map<impl combine::Parser<InputT, Output = pattern::parser::NotExpression>, fn(pattern::parser::NotExpression) -> pattern::parser::AndExpression {pattern::parser::AndExpression::Not}>)>` captures lifetime `'_`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0700]: hidden type for `impl combine::Parser<InputT, Output = pattern::parser::AndExpression>` captures lifetime that does not appear in bounds
[INFO] [stdout]    --> src/pattern/parser.rs:388:49
[INFO] [stdout]     |
[INFO] [stdout] 387 |     pub fn parser<InputT: Stream<Token = char>>() -> impl Parser<InputT, Output = Self> {
[INFO] [stdout]     |                                                      ---------------------------------- opaque type defined here
[INFO] [stdout] 388 |         let self_parser = || no_partial(lazy(|| Self::parser())).boxed();
[INFO] [stdout]     |                                                 ^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: hidden type `Choice<(combine::parser::combinator::Map<combine::parser::combinator::Try<(impl combine::Parser<InputT, Output = pattern::parser::NotExpression>, impl combine::Parser<InputT, Output = &'static str>, Box<dyn combine::Parser<InputT, Output = pattern::parser::AndExpression, PartialState = ()>>)>, {closure@src/pattern/parser.rs:391:22: 391:33}>, combine::parser::combinator::Map<combine::parser::combinator::Try<(impl combine::Parser<InputT, Output = pattern::parser::NotExpression>, impl combine::Parser<InputT, Output = &'static str>, Box<dyn combine::Parser<InputT, Output = pattern::parser::AndExpression, PartialState = ()>>)>, {closure@src/pattern/parser.rs:393:22: 393:33}>, combine::parser::combinator::Map<impl combine::Parser<InputT, Output = pattern::parser::NotExpression>, fn(pattern::parser::NotExpression) -> pattern::parser::AndExpression {pattern::parser::AndExpression::Not}>)>` captures lifetime `'_`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0700]: hidden type for `impl combine::Parser<InputT, Output = pattern::parser::OrExpression>` captures lifetime that does not appear in bounds
[INFO] [stdout]    --> src/pattern/parser.rs:424:49
[INFO] [stdout]     |
[INFO] [stdout] 423 |     pub fn parser<InputT: Stream<Token = char>>() -> impl Parser<InputT, Output = Self> {
[INFO] [stdout]     |                                                      ---------------------------------- opaque type defined here
[INFO] [stdout] 424 |         let self_parser = || no_partial(lazy(|| Self::parser())).boxed();
[INFO] [stdout]     |                                                 ^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: hidden type `Choice<(combine::parser::combinator::Map<combine::parser::combinator::Try<(impl combine::Parser<InputT, Output = pattern::parser::AndExpression>, impl combine::Parser<InputT, Output = &'static str>, Box<dyn combine::Parser<InputT, Output = pattern::parser::OrExpression, PartialState = ()>>)>, {closure@src/pattern/parser.rs:427:22: 427:33}>, combine::parser::combinator::Map<impl combine::Parser<InputT, Output = pattern::parser::AndExpression>, fn(pattern::parser::AndExpression) -> pattern::parser::OrExpression {pattern::parser::OrExpression::And}>)>` captures lifetime `'_`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0700]: hidden type for `impl combine::Parser<InputT, Output = pattern::parser::OrExpression>` captures lifetime that does not appear in bounds
[INFO] [stdout]    --> src/pattern/parser.rs:424:49
[INFO] [stdout]     |
[INFO] [stdout] 423 |     pub fn parser<InputT: Stream<Token = char>>() -> impl Parser<InputT, Output = Self> {
[INFO] [stdout]     |                                                      ---------------------------------- opaque type defined here
[INFO] [stdout] 424 |         let self_parser = || no_partial(lazy(|| Self::parser())).boxed();
[INFO] [stdout]     |                                                 ^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: hidden type `Choice<(combine::parser::combinator::Map<combine::parser::combinator::Try<(impl combine::Parser<InputT, Output = pattern::parser::AndExpression>, impl combine::Parser<InputT, Output = &'static str>, Box<dyn combine::Parser<InputT, Output = pattern::parser::OrExpression, PartialState = ()>>)>, {closure@src/pattern/parser.rs:427:22: 427:33}>, combine::parser::combinator::Map<impl combine::Parser<InputT, Output = pattern::parser::AndExpression>, fn(pattern::parser::AndExpression) -> pattern::parser::OrExpression {pattern::parser::OrExpression::And}>)>` captures lifetime `'_`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0700`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `cargo-maelstrom` (lib) due to 3 previous errors; 1 warning emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] For more information about this error, try `rustc --explain E0700`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `cargo-maelstrom` (lib test) due to 3 previous errors; 1 warning emitted
[INFO] running `Command { std: "docker" "inspect" "ee7f8466c4f0c521e18e0896e982222d98290d8d2907034e7ad50e6094243bba", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ee7f8466c4f0c521e18e0896e982222d98290d8d2907034e7ad50e6094243bba", kill_on_drop: false }`
[INFO] [stdout] ee7f8466c4f0c521e18e0896e982222d98290d8d2907034e7ad50e6094243bba
