[INFO] cloning repository https://github.com/andersquist/aoc2020 [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/andersquist/aoc2020" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fandersquist%2Faoc2020", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fandersquist%2Faoc2020'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] dcc4047f783dfa1369781a60f26c97cdd15f4c17 [INFO] checking andersquist/aoc2020 against try#0ec6e73c26e84416f7a6c0dacee999279e12896e for pr-84385 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fandersquist%2Faoc2020" "/workspace/builds/worker-4/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-4/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/andersquist/aoc2020 on toolchain 0ec6e73c26e84416f7a6c0dacee999279e12896e [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+0ec6e73c26e84416f7a6c0dacee999279e12896e" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/andersquist/aoc2020 [INFO] finished tweaking git repo https://github.com/andersquist/aoc2020 [INFO] tweaked toml for git repo https://github.com/andersquist/aoc2020 written to /workspace/builds/worker-4/source/Cargo.toml [INFO] crate git repo https://github.com/andersquist/aoc2020 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+0ec6e73c26e84416f7a6c0dacee999279e12896e" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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:3d1cd00eb6e6ea2a7969240779edeaeff35b24be85036c63b883ba933028a15f" "/opt/rustwide/cargo-home/bin/cargo" "+0ec6e73c26e84416f7a6c0dacee999279e12896e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] a3cb1687b493a6a8179ac6862cd0bf4bfe85b8113b5f2f9c2bb136f180e2b564 [INFO] running `Command { std: "docker" "start" "-a" "a3cb1687b493a6a8179ac6862cd0bf4bfe85b8113b5f2f9c2bb136f180e2b564", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "a3cb1687b493a6a8179ac6862cd0bf4bfe85b8113b5f2f9c2bb136f180e2b564", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a3cb1687b493a6a8179ac6862cd0bf4bfe85b8113b5f2f9c2bb136f180e2b564", kill_on_drop: false }` [INFO] [stdout] a3cb1687b493a6a8179ac6862cd0bf4bfe85b8113b5f2f9c2bb136f180e2b564 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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:3d1cd00eb6e6ea2a7969240779edeaeff35b24be85036c63b883ba933028a15f" "/opt/rustwide/cargo-home/bin/cargo" "+0ec6e73c26e84416f7a6c0dacee999279e12896e" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 70502983a660d7f4de6b0af5c8775b615cfdd7653d5748726da39a1ffbb4e208 [INFO] running `Command { std: "docker" "start" "-a" "70502983a660d7f4de6b0af5c8775b615cfdd7653d5748726da39a1ffbb4e208", kill_on_drop: false }` [INFO] [stderr] Compiling memchr v2.3.4 [INFO] [stderr] Compiling proc-macro2 v1.0.24 [INFO] [stderr] Compiling unicode-xid v0.2.1 [INFO] [stderr] Compiling syn v1.0.53 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling regex-syntax v0.6.21 [INFO] [stderr] Compiling once_cell v1.5.2 [INFO] [stderr] Compiling thread_local v1.0.1 [INFO] [stderr] Checking aho-corasick v0.7.15 [INFO] [stderr] Compiling quote v1.0.7 [INFO] [stderr] Compiling regex v1.4.2 [INFO] [stderr] Compiling parse-display-derive v0.4.0 [INFO] [stderr] Compiling thiserror-impl v1.0.22 [INFO] [stderr] Checking thiserror v1.0.22 [INFO] [stderr] Checking parse-display v0.4.0 [INFO] [stderr] Checking adventofcode v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0311]: the parameter type `T` may not live long enough [INFO] [stdout] --> src/utils.rs:19:14 [INFO] [stdout] | [INFO] [stdout] 19 | let file = File::open(path)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: the parameter type `T` must be valid for the anonymous lifetime defined here... [INFO] [stdout] --> src/utils.rs:14:35 [INFO] [stdout] | [INFO] [stdout] 14 | pub fn parse_newline_sep(path: &Path) -> std::io::Result> [INFO] [stdout] | ^^^^^ [INFO] [stdout] note: ...so that the type `T` will meet its required lifetime bounds [INFO] [stdout] --> src/utils.rs:19:14 [INFO] [stdout] | [INFO] [stdout] 19 | let file = File::open(path)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: consider adding an explicit lifetime bound... [INFO] [stdout] | [INFO] [stdout] 14 ~ pub fn parse_newline_sep<'a, T>(path: &Path) -> std::io::Result> [INFO] [stdout] 15 | where [INFO] [stdout] 16 ~ T: FromStr + 'a, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0311]: the parameter type `T` may not live long enough [INFO] [stdout] --> src/utils.rs:19:14 [INFO] [stdout] | [INFO] [stdout] 19 | let file = File::open(path)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: the parameter type `T` must be valid for the anonymous lifetime defined here... [INFO] [stdout] --> src/utils.rs:14:35 [INFO] [stdout] | [INFO] [stdout] 14 | pub fn parse_newline_sep(path: &Path) -> std::io::Result> [INFO] [stdout] | ^^^^^ [INFO] [stdout] note: ...so that the type `T` will meet its required lifetime bounds [INFO] [stdout] --> src/utils.rs:19:14 [INFO] [stdout] | [INFO] [stdout] 19 | let file = File::open(path)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: consider adding an explicit lifetime bound... [INFO] [stdout] | [INFO] [stdout] 14 ~ pub fn parse_newline_sep<'a, T>(path: &Path) -> std::io::Result> [INFO] [stdout] 15 | where [INFO] [stdout] 16 ~ T: FromStr + 'a, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0311]: the parameter type `T` may not live long enough [INFO] [stdout] --> src/utils.rs:36:3 [INFO] [stdout] | [INFO] [stdout] 36 | / Ok( [INFO] [stdout] 37 | | std::iter::from_fn(move || { [INFO] [stdout] 38 | | buf.clear(); [INFO] [stdout] 39 | | while buf.is_empty() || !is_new_field(&buf) { [INFO] [stdout] ... | [INFO] [stdout] 65 | | .fuse(), [INFO] [stdout] 66 | | ) [INFO] [stdout] | |___^ [INFO] [stdout] | [INFO] [stdout] note: the parameter type `T` must be valid for the anonymous lifetime defined here... [INFO] [stdout] --> src/utils.rs:14:35 [INFO] [stdout] | [INFO] [stdout] 14 | pub fn parse_newline_sep(path: &Path) -> std::io::Result> [INFO] [stdout] | ^^^^^ [INFO] [stdout] note: ...so that the type `T` will meet its required lifetime bounds [INFO] [stdout] --> src/utils.rs:36:3 [INFO] [stdout] | [INFO] [stdout] 36 | / Ok( [INFO] [stdout] 37 | | std::iter::from_fn(move || { [INFO] [stdout] 38 | | buf.clear(); [INFO] [stdout] 39 | | while buf.is_empty() || !is_new_field(&buf) { [INFO] [stdout] ... | [INFO] [stdout] 65 | | .fuse(), [INFO] [stdout] 66 | | ) [INFO] [stdout] | |___^ [INFO] [stdout] help: consider adding an explicit lifetime bound... [INFO] [stdout] | [INFO] [stdout] 14 ~ pub fn parse_newline_sep<'a, T>(path: &Path) -> std::io::Result> [INFO] [stdout] 15 | where [INFO] [stdout] 16 ~ T: FromStr + 'a, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0311]: the parameter type `T` may not live long enough [INFO] [stdout] --> src/utils.rs:36:3 [INFO] [stdout] | [INFO] [stdout] 36 | / Ok( [INFO] [stdout] 37 | | std::iter::from_fn(move || { [INFO] [stdout] 38 | | buf.clear(); [INFO] [stdout] 39 | | while buf.is_empty() || !is_new_field(&buf) { [INFO] [stdout] ... | [INFO] [stdout] 65 | | .fuse(), [INFO] [stdout] 66 | | ) [INFO] [stdout] | |___^ [INFO] [stdout] | [INFO] [stdout] note: the parameter type `T` must be valid for the anonymous lifetime defined here... [INFO] [stdout] --> src/utils.rs:14:35 [INFO] [stdout] | [INFO] [stdout] 14 | pub fn parse_newline_sep(path: &Path) -> std::io::Result> [INFO] [stdout] | ^^^^^ [INFO] [stdout] note: ...so that the type `T` will meet its required lifetime bounds [INFO] [stdout] --> src/utils.rs:36:3 [INFO] [stdout] | [INFO] [stdout] 36 | / Ok( [INFO] [stdout] 37 | | std::iter::from_fn(move || { [INFO] [stdout] 38 | | buf.clear(); [INFO] [stdout] 39 | | while buf.is_empty() || !is_new_field(&buf) { [INFO] [stdout] ... | [INFO] [stdout] 65 | | .fuse(), [INFO] [stdout] 66 | | ) [INFO] [stdout] | |___^ [INFO] [stdout] help: consider adding an explicit lifetime bound... [INFO] [stdout] | [INFO] [stdout] 14 ~ pub fn parse_newline_sep<'a, T>(path: &Path) -> std::io::Result> [INFO] [stdout] 15 | where [INFO] [stdout] 16 ~ T: FromStr + 'a, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0311]: the parameter type `T` may not live long enough [INFO] [stdout] --> src/utils.rs:74:14 [INFO] [stdout] | [INFO] [stdout] 74 | let file = File::open(path)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: the parameter type `T` must be valid for the anonymous lifetime defined here... [INFO] [stdout] --> src/utils.rs:69:38 [INFO] [stdout] | [INFO] [stdout] 69 | pub fn parse_singleline_sep(path: &Path) -> std::io::Result> [INFO] [stdout] | ^^^^^ [INFO] [stdout] note: ...so that the type `T` will meet its required lifetime bounds [INFO] [stdout] --> src/utils.rs:74:14 [INFO] [stdout] | [INFO] [stdout] 74 | let file = File::open(path)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: consider adding an explicit lifetime bound... [INFO] [stdout] | [INFO] [stdout] 69 ~ pub fn parse_singleline_sep<'a, T>(path: &Path) -> std::io::Result> [INFO] [stdout] 70 | where [INFO] [stdout] 71 ~ T: FromStr + 'a, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0311]: the parameter type `T` may not live long enough [INFO] [stdout] --> src/utils.rs:91:3 [INFO] [stdout] | [INFO] [stdout] 91 | / Ok( [INFO] [stdout] 92 | | std::iter::from_fn(move || { [INFO] [stdout] 93 | | buf.clear(); [INFO] [stdout] 94 | | while buf.is_empty() || !is_new_field(&buf) { [INFO] [stdout] ... | [INFO] [stdout] 120 | | .fuse(), [INFO] [stdout] 121 | | ) [INFO] [stdout] | |___^ [INFO] [stdout] | [INFO] [stdout] note: the parameter type `T` must be valid for the anonymous lifetime defined here... [INFO] [stdout] --> src/utils.rs:69:38 [INFO] [stdout] | [INFO] [stdout] 69 | pub fn parse_singleline_sep(path: &Path) -> std::io::Result> [INFO] [stdout] | ^^^^^ [INFO] [stdout] note: ...so that the type `T` will meet its required lifetime bounds [INFO] [stdout] --> src/utils.rs:91:3 [INFO] [stdout] | [INFO] [stdout] 91 | / Ok( [INFO] [stdout] 92 | | std::iter::from_fn(move || { [INFO] [stdout] 93 | | buf.clear(); [INFO] [stdout] 94 | | while buf.is_empty() || !is_new_field(&buf) { [INFO] [stdout] ... | [INFO] [stdout] 120 | | .fuse(), [INFO] [stdout] 121 | | ) [INFO] [stdout] | |___^ [INFO] [stdout] help: consider adding an explicit lifetime bound... [INFO] [stdout] | [INFO] [stdout] 69 ~ pub fn parse_singleline_sep<'a, T>(path: &Path) -> std::io::Result> [INFO] [stdout] 70 | where [INFO] [stdout] 71 ~ T: FromStr + 'a, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0311]: the parameter type `T` may not live long enough [INFO] [stdout] --> src/utils.rs:74:14 [INFO] [stdout] | [INFO] [stdout] 74 | let file = File::open(path)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: the parameter type `T` must be valid for the anonymous lifetime defined here... [INFO] [stdout] --> src/utils.rs:69:38 [INFO] [stdout] | [INFO] [stdout] 69 | pub fn parse_singleline_sep(path: &Path) -> std::io::Result> [INFO] [stdout] | ^^^^^ [INFO] [stdout] note: ...so that the type `T` will meet its required lifetime bounds [INFO] [stdout] --> src/utils.rs:74:14 [INFO] [stdout] | [INFO] [stdout] 74 | let file = File::open(path)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: consider adding an explicit lifetime bound... [INFO] [stdout] | [INFO] [stdout] 69 ~ pub fn parse_singleline_sep<'a, T>(path: &Path) -> std::io::Result> [INFO] [stdout] 70 | where [INFO] [stdout] 71 ~ T: FromStr + 'a, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0311]: the parameter type `T` may not live long enough [INFO] [stdout] --> src/utils.rs:91:3 [INFO] [stdout] | [INFO] [stdout] 91 | / Ok( [INFO] [stdout] 92 | | std::iter::from_fn(move || { [INFO] [stdout] 93 | | buf.clear(); [INFO] [stdout] 94 | | while buf.is_empty() || !is_new_field(&buf) { [INFO] [stdout] ... | [INFO] [stdout] 120 | | .fuse(), [INFO] [stdout] 121 | | ) [INFO] [stdout] | |___^ [INFO] [stdout] | [INFO] [stdout] note: the parameter type `T` must be valid for the anonymous lifetime defined here... [INFO] [stdout] --> src/utils.rs:69:38 [INFO] [stdout] | [INFO] [stdout] 69 | pub fn parse_singleline_sep(path: &Path) -> std::io::Result> [INFO] [stdout] | ^^^^^ [INFO] [stdout] note: ...so that the type `T` will meet its required lifetime bounds [INFO] [stdout] --> src/utils.rs:91:3 [INFO] [stdout] | [INFO] [stdout] 91 | / Ok( [INFO] [stdout] 92 | | std::iter::from_fn(move || { [INFO] [stdout] 93 | | buf.clear(); [INFO] [stdout] 94 | | while buf.is_empty() || !is_new_field(&buf) { [INFO] [stdout] ... | [INFO] [stdout] 120 | | .fuse(), [INFO] [stdout] 121 | | ) [INFO] [stdout] | |___^ [INFO] [stdout] help: consider adding an explicit lifetime bound... [INFO] [stdout] | [INFO] [stdout] 69 ~ pub fn parse_singleline_sep<'a, T>(path: &Path) -> std::io::Result> [INFO] [stdout] 70 | where [INFO] [stdout] 71 ~ T: FromStr + 'a, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0311]: the parameter type `T` may not live long enough [INFO] [stdout] --> src/utils.rs:129:14 [INFO] [stdout] | [INFO] [stdout] 129 | let file = File::open(path)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: the parameter type `T` must be valid for the anonymous lifetime defined here... [INFO] [stdout] --> src/utils.rs:124:23 [INFO] [stdout] | [INFO] [stdout] 124 | pub fn parse(path: &Path) -> std::io::Result> [INFO] [stdout] | ^^^^^ [INFO] [stdout] note: ...so that the type `T` will meet its required lifetime bounds [INFO] [stdout] --> src/utils.rs:129:14 [INFO] [stdout] | [INFO] [stdout] 129 | let file = File::open(path)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: consider adding an explicit lifetime bound... [INFO] [stdout] | [INFO] [stdout] 124 ~ pub fn parse<'a, T>(path: &Path) -> std::io::Result> [INFO] [stdout] 125 | where [INFO] [stdout] 126 ~ T: FromStr + 'a, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0311]: the parameter type `T` may not live long enough [INFO] [stdout] --> src/utils.rs:160:3 [INFO] [stdout] | [INFO] [stdout] 160 | Ok(iter) [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: the parameter type `T` must be valid for the anonymous lifetime defined here... [INFO] [stdout] --> src/utils.rs:124:23 [INFO] [stdout] | [INFO] [stdout] 124 | pub fn parse(path: &Path) -> std::io::Result> [INFO] [stdout] | ^^^^^ [INFO] [stdout] note: ...so that the type `T` will meet its required lifetime bounds [INFO] [stdout] --> src/utils.rs:160:3 [INFO] [stdout] | [INFO] [stdout] 160 | Ok(iter) [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] help: consider adding an explicit lifetime bound... [INFO] [stdout] | [INFO] [stdout] 124 ~ pub fn parse<'a, T>(path: &Path) -> std::io::Result> [INFO] [stdout] 125 | where [INFO] [stdout] 126 ~ T: FromStr + 'a, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0311]: the parameter type `T` may not live long enough [INFO] [stdout] --> src/utils.rs:129:14 [INFO] [stdout] | [INFO] [stdout] 129 | let file = File::open(path)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: the parameter type `T` must be valid for the anonymous lifetime defined here... [INFO] [stdout] --> src/utils.rs:124:23 [INFO] [stdout] | [INFO] [stdout] 124 | pub fn parse(path: &Path) -> std::io::Result> [INFO] [stdout] | ^^^^^ [INFO] [stdout] note: ...so that the type `T` will meet its required lifetime bounds [INFO] [stdout] --> src/utils.rs:129:14 [INFO] [stdout] | [INFO] [stdout] 129 | let file = File::open(path)?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: consider adding an explicit lifetime bound... [INFO] [stdout] | [INFO] [stdout] 124 ~ pub fn parse<'a, T>(path: &Path) -> std::io::Result> [INFO] [stdout] 125 | where [INFO] [stdout] 126 ~ T: FromStr + 'a, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0311]: the parameter type `T` may not live long enough [INFO] [stdout] --> src/utils.rs:160:3 [INFO] [stdout] | [INFO] [stdout] 160 | Ok(iter) [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: the parameter type `T` must be valid for the anonymous lifetime defined here... [INFO] [stdout] --> src/utils.rs:124:23 [INFO] [stdout] | [INFO] [stdout] 124 | pub fn parse(path: &Path) -> std::io::Result> [INFO] [stdout] | ^^^^^ [INFO] [stdout] note: ...so that the type `T` will meet its required lifetime bounds [INFO] [stdout] --> src/utils.rs:160:3 [INFO] [stdout] | [INFO] [stdout] 160 | Ok(iter) [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] help: consider adding an explicit lifetime bound... [INFO] [stdout] | [INFO] [stdout] 124 ~ pub fn parse<'a, T>(path: &Path) -> std::io::Result> [INFO] [stdout] 125 | where [INFO] [stdout] 126 ~ T: FromStr + 'a, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 6 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0311`. [INFO] [stdout] [INFO] [stderr] error: could not compile `adventofcode` due to 7 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error: aborting due to 6 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0311`. [INFO] [stdout] [INFO] [stderr] error: could not compile `adventofcode` due to 7 previous errors [INFO] running `Command { std: "docker" "inspect" "70502983a660d7f4de6b0af5c8775b615cfdd7653d5748726da39a1ffbb4e208", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "70502983a660d7f4de6b0af5c8775b615cfdd7653d5748726da39a1ffbb4e208", kill_on_drop: false }` [INFO] [stdout] 70502983a660d7f4de6b0af5c8775b615cfdd7653d5748726da39a1ffbb4e208