[INFO] cloning repository https://github.com/johnhurt/Advent-2023
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/johnhurt/Advent-2023" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjohnhurt%2FAdvent-2023", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjohnhurt%2FAdvent-2023'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] bc1e585c413742f28e7abd00bd8198d95e86144a
[INFO] checking johnhurt/Advent-2023 against 1.95.0 for pr-155915
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjohnhurt%2FAdvent-2023" "/workspace/builds/worker-7-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc1/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-7-tc1/source/.cargo/config.toml
[INFO] started tweaking git repo https://github.com/johnhurt/Advent-2023
[INFO] finished tweaking git repo https://github.com/johnhurt/Advent-2023
[INFO] tweaked toml for git repo https://github.com/johnhurt/Advent-2023 written to /workspace/builds/worker-7-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/johnhurt/Advent-2023 on toolchain 1.95.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.95.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/johnhurt/Advent-2023 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" "+1.95.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded rstar v0.11.0
[INFO] [stderr]   Downloaded zerocopy v0.7.31
[INFO] [stderr]   Downloaded zerocopy-derive v0.7.31
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 4a5cc0086e8e13105f957fbc85aaa35455e566ca5836b7688714904c4fc19f5a
[INFO] running `Command { std: "docker" "start" "-a" "4a5cc0086e8e13105f957fbc85aaa35455e566ca5836b7688714904c4fc19f5a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "4a5cc0086e8e13105f957fbc85aaa35455e566ca5836b7688714904c4fc19f5a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4a5cc0086e8e13105f957fbc85aaa35455e566ca5836b7688714904c4fc19f5a", kill_on_drop: false }`
[INFO] [stdout] 4a5cc0086e8e13105f957fbc85aaa35455e566ca5836b7688714904c4fc19f5a
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] c33bf4f64347ac06b5f4a9ecc769306aeca3730e33e10d2da591c255128a5cbb
[INFO] running `Command { std: "docker" "start" "-a" "c33bf4f64347ac06b5f4a9ecc769306aeca3730e33e10d2da591c255128a5cbb", kill_on_drop: false }`
[INFO] [stderr]    Compiling semver v1.0.20
[INFO] [stderr]    Compiling lock_api v0.4.11
[INFO] [stderr]    Compiling libm v0.2.8
[INFO] [stderr]    Compiling proc-macro2 v1.0.70
[INFO] [stderr]    Compiling num-traits v0.2.17
[INFO] [stderr]    Compiling unicode-ident v1.0.12
[INFO] [stderr]    Compiling ahash v0.8.6
[INFO] [stderr]    Compiling rustversion v1.0.14
[INFO] [stderr]     Checking once_cell v1.19.0
[INFO] [stderr]     Checking zerocopy v0.7.31
[INFO] [stderr]     Checking hash32 v0.2.1
[INFO] [stderr]     Checking stable_deref_trait v1.2.0
[INFO] [stderr]    Compiling rustc_version v0.4.0
[INFO] [stderr]     Checking spin v0.9.8
[INFO] [stderr]     Checking allocator-api2 v0.2.16
[INFO] [stderr]     Checking smallvec v1.11.2
[INFO] [stderr]     Checking memchr v2.6.4
[INFO] [stderr]    Compiling heapless v0.7.17
[INFO] [stderr]     Checking either v1.9.0
[INFO] [stderr]     Checking pico-args v0.5.0
[INFO] [stderr]     Checking strum v0.25.0
[INFO] [stderr]     Checking itertools v0.12.0
[INFO] [stderr]     Checking hashbrown v0.14.3
[INFO] [stderr]    Compiling quote v1.0.33
[INFO] [stderr]     Checking nom v7.1.3
[INFO] [stderr]    Compiling syn v2.0.39
[INFO] [stderr]     Checking hashlink v0.8.4
[INFO] [stderr]     Checking rstar v0.11.0
[INFO] [stderr]     Checking ordered-float v4.2.0
[INFO] [stderr]    Compiling strum_macros v0.25.3
[INFO] [stderr]     Checking advent_of_code v0.9.2 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/bin/25.rs:25:17
[INFO] [stdout]    |
[INFO] [stdout] 25 | fn parse(input: &str) -> G {
[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] 25 | fn parse(input: &str) -> G<'_> {
[INFO] [stdout]    |                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/bin/25.rs:25:17
[INFO] [stdout]    |
[INFO] [stdout] 25 | fn parse(input: &str) -> G {
[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] 25 | fn parse(input: &str) -> G<'_> {
[INFO] [stdout]    |                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/bin/19.rs:246:25
[INFO] [stdout]     |
[INFO] [stdout] 246 | fn parse_workflow(line: &str) -> (Workflow<'_>, Vec<WorkflowRule>) {
[INFO] [stdout]     |                         ^^^^               ^^       ^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                         |                  |
[INFO] [stdout]     |                         |                  the same lifetime is elided 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]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 246 | fn parse_workflow(line: &str) -> (Workflow<'_>, Vec<WorkflowRule<'_>>) {
[INFO] [stdout]     |                                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/bin/19.rs:246:25
[INFO] [stdout]     |
[INFO] [stdout] 246 | fn parse_workflow(line: &str) -> (Workflow<'_>, Vec<WorkflowRule>) {
[INFO] [stdout]     |                         ^^^^               ^^       ^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                         |                  |
[INFO] [stdout]     |                         |                  the same lifetime is elided 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]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 246 | fn parse_workflow(line: &str) -> (Workflow<'_>, Vec<WorkflowRule<'_>>) {
[INFO] [stdout]     |                                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.47s
[INFO] running `Command { std: "docker" "inspect" "c33bf4f64347ac06b5f4a9ecc769306aeca3730e33e10d2da591c255128a5cbb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c33bf4f64347ac06b5f4a9ecc769306aeca3730e33e10d2da591c255128a5cbb", kill_on_drop: false }`
[INFO] [stdout] c33bf4f64347ac06b5f4a9ecc769306aeca3730e33e10d2da591c255128a5cbb
