[INFO] cloning repository https://github.com/abusch/aoc2023
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/abusch/aoc2023" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fabusch%2Faoc2023", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fabusch%2Faoc2023'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 549c6fab92fab29b255dfcf4fa873c7d61592942
[INFO] checking abusch/aoc2023 against master#42f4793e5a514858221b07ac379029d90353913e for pr-148952
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fabusch%2Faoc2023" "/workspace/builds/worker-4-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/abusch/aoc2023
[INFO] finished tweaking git repo https://github.com/abusch/aoc2023
[INFO] tweaked toml for git repo https://github.com/abusch/aoc2023 written to /workspace/builds/worker-4-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/abusch/aoc2023 on toolchain 42f4793e5a514858221b07ac379029d90353913e
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+42f4793e5a514858221b07ac379029d90353913e" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/abusch/aoc2023 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" "+42f4793e5a514858221b07ac379029d90353913e" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded deprecate-until v0.1.1
[INFO] [stderr]   Downloaded eyre v0.6.9
[INFO] [stderr]   Downloaded inventory v0.3.13
[INFO] [stderr]   Downloaded pathfinding v4.4.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+42f4793e5a514858221b07ac379029d90353913e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] c3d0e50b02c8d760f2cf556b1e0debf1aba7ed8357c24674d210367e0f5a4b12
[INFO] running `Command { std: "docker" "start" "-a" "c3d0e50b02c8d760f2cf556b1e0debf1aba7ed8357c24674d210367e0f5a4b12", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "c3d0e50b02c8d760f2cf556b1e0debf1aba7ed8357c24674d210367e0f5a4b12", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c3d0e50b02c8d760f2cf556b1e0debf1aba7ed8357c24674d210367e0f5a4b12", kill_on_drop: false }`
[INFO] [stdout] c3d0e50b02c8d760f2cf556b1e0debf1aba7ed8357c24674d210367e0f5a4b12
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+42f4793e5a514858221b07ac379029d90353913e" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 7025aa89ed32875fcd8781bd3832b1d7cc555f7ff6b763aee3bdb3711e19e64d
[INFO] running `Command { std: "docker" "start" "-a" "7025aa89ed32875fcd8781bd3832b1d7cc555f7ff6b763aee3bdb3711e19e64d", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.150
[INFO] [stderr]     Checking memchr v2.6.4
[INFO] [stderr]    Compiling hashbrown v0.14.3
[INFO] [stderr]    Compiling toml_datetime v0.6.5
[INFO] [stderr]    Compiling winnow v0.5.19
[INFO] [stderr]    Compiling semver v1.0.20
[INFO] [stderr]    Compiling thiserror v1.0.50
[INFO] [stderr]    Compiling eyre v0.6.9
[INFO] [stderr]     Checking gimli v0.28.1
[INFO] [stderr]     Checking adler v1.0.2
[INFO] [stderr]     Checking once_cell v1.18.0
[INFO] [stderr]     Checking rustc-demangle v0.1.23
[INFO] [stderr]    Compiling syn v2.0.39
[INFO] [stderr]    Compiling num-traits v0.2.17
[INFO] [stderr]     Checking regex-syntax v0.8.2
[INFO] [stderr]     Checking equivalent v1.0.1
[INFO] [stderr]     Checking miniz_oxide v0.7.1
[INFO] [stderr]     Checking indenter v0.3.3
[INFO] [stderr]    Compiling slotmap v1.0.7
[INFO] [stderr]     Checking object v0.32.1
[INFO] [stderr]     Checking aho-corasick v1.1.2
[INFO] [stderr]     Checking minimal-lexical v0.2.1
[INFO] [stderr]     Checking either v1.9.0
[INFO] [stderr]     Checking owo-colors v3.5.0
[INFO] [stderr]     Checking rustc-hash v1.1.0
[INFO] [stderr]     Checking nom v7.1.3
[INFO] [stderr]     Checking nu-ansi-term v0.49.0
[INFO] [stderr]     Checking itertools v0.12.0
[INFO] [stderr]     Checking inventory v0.3.13
[INFO] [stderr]     Checking gcd v2.3.0
[INFO] [stderr]    Compiling indexmap v2.1.0
[INFO] [stderr]    Compiling cc v1.0.83
[INFO] [stderr]     Checking integer-sqrt v0.1.5
[INFO] [stderr]    Compiling backtrace v0.3.69
[INFO] [stderr]     Checking regex-automata v0.4.3
[INFO] [stderr]    Compiling toml_edit v0.20.7
[INFO] [stderr]    Compiling thiserror-impl v1.0.50
[INFO] [stderr]    Compiling deprecate-until v0.1.1
[INFO] [stderr]     Checking addr2line v0.21.0
[INFO] [stderr]     Checking pathfinding v4.4.0
[INFO] [stderr]     Checking color-eyre v0.6.2
[INFO] [stderr]     Checking regex v1.10.2
[INFO] [stderr]    Compiling proc-macro-crate v2.0.0
[INFO] [stderr]    Compiling num_enum_derive v0.7.1
[INFO] [stderr]     Checking num_enum v0.7.1
[INFO] [stderr]     Checking aoc2023 v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/day08.rs:96:25
[INFO] [stdout]    |
[INFO] [stdout] 96 |     pub fn follow_graph(&self, start_node: Label) -> GraphIter {
[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] 96 |     pub fn follow_graph(&self, start_node: Label) -> GraphIter<'_> {
[INFO] [stdout]    |                                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/day08.rs:96:25
[INFO] [stdout]    |
[INFO] [stdout] 96 |     pub fn follow_graph(&self, start_node: Label) -> GraphIter {
[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] 96 |     pub fn follow_graph(&self, start_node: Label) -> GraphIter<'_> {
[INFO] [stdout]    |                                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [optimized + debuginfo] target(s) in 19.52s
[INFO] running `Command { std: "docker" "inspect" "7025aa89ed32875fcd8781bd3832b1d7cc555f7ff6b763aee3bdb3711e19e64d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7025aa89ed32875fcd8781bd3832b1d7cc555f7ff6b763aee3bdb3711e19e64d", kill_on_drop: false }`
[INFO] [stdout] 7025aa89ed32875fcd8781bd3832b1d7cc555f7ff6b763aee3bdb3711e19e64d
