[INFO] cloning repository https://github.com/jchevertonwynne/advent-of-code-2024
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/jchevertonwynne/advent-of-code-2024" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjchevertonwynne%2Fadvent-of-code-2024", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjchevertonwynne%2Fadvent-of-code-2024'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 363103f613cefbab093b763b9586b2958b5115fa
[INFO] checking jchevertonwynne/advent-of-code-2024/363103f613cefbab093b763b9586b2958b5115fa against 1ed2df61a19042f231709eb05d032ae9e2cb2084 for pr-160235
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjchevertonwynne%2Fadvent-of-code-2024" "/workspace/builds/worker-5-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/jchevertonwynne/advent-of-code-2024
[INFO] finished tweaking git repo https://github.com/jchevertonwynne/advent-of-code-2024
[INFO] tweaked toml for git repo https://github.com/jchevertonwynne/advent-of-code-2024 written to /workspace/builds/worker-5-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/jchevertonwynne/advent-of-code-2024 on toolchain 1ed2df61a19042f231709eb05d032ae9e2cb2084
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1ed2df61a19042f231709eb05d032ae9e2cb2084" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/jchevertonwynne/advent-of-code-2024 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" "+1ed2df61a19042f231709eb05d032ae9e2cb2084" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded ring-algorithm v0.7.0
[INFO] [stderr]   Downloaded oorandom v11.1.4
[INFO] [stderr]   Downloaded bstr v1.11.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:00c5645b54fe3ce5dae1417175e3c7fb6a6646c021d554ecd63a097b8b9f3602" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] c0de1003c1553966304d54709acd8bd739d16978ac347e20519ab4c2b7b8d3c5
[INFO] running `Command { std: "docker" "start" "c0de1003c1553966304d54709acd8bd739d16978ac347e20519ab4c2b7b8d3c5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "c0de1003c1553966304d54709acd8bd739d16978ac347e20519ab4c2b7b8d3c5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "c0de1003c1553966304d54709acd8bd739d16978ac347e20519ab4c2b7b8d3c5" "/opt/rustwide/cargo-home/bin/cargo" "+1ed2df61a19042f231709eb05d032ae9e2cb2084" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "c0de1003c1553966304d54709acd8bd739d16978ac347e20519ab4c2b7b8d3c5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "c0de1003c1553966304d54709acd8bd739d16978ac347e20519ab4c2b7b8d3c5" "/opt/rustwide/cargo-home/bin/cargo" "+1ed2df61a19042f231709eb05d032ae9e2cb2084" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.167
[INFO] [stderr]     Checking once_cell v1.20.2
[INFO] [stderr]    Compiling pkg-config v0.3.31
[INFO] [stderr]     Checking litemap v0.7.4
[INFO] [stderr]    Compiling cc v1.2.2
[INFO] [stderr]    Compiling slab v0.4.9
[INFO] [stderr]     Checking writeable v0.5.5
[INFO] [stderr]     Checking smallvec v1.13.2
[INFO] [stderr]    Compiling serde v1.0.215
[INFO] [stderr]     Checking icu_locid_transform_data v1.5.0
[INFO] [stderr]     Checking hashbrown v0.15.2
[INFO] [stderr]     Checking http v1.1.0
[INFO] [stderr]    Compiling openssl v0.10.68
[INFO] [stderr]    Compiling syn v2.0.90
[INFO] [stderr]    Compiling httparse v1.9.5
[INFO] [stderr]     Checking icu_properties_data v1.5.0
[INFO] [stderr]     Checking write16 v1.0.0
[INFO] [stderr]     Checking bitflags v2.6.0
[INFO] [stderr]    Compiling native-tls v0.2.12
[INFO] [stderr]     Checking utf16_iter v1.0.5
[INFO] [stderr]     Checking tracing-core v0.1.33
[INFO] [stderr]     Checking icu_normalizer_data v1.5.0
[INFO] [stderr]     Checking num-integer v0.1.46
[INFO] [stderr]     Checking futures-channel v0.3.31
[INFO] [stderr]    Compiling rustversion v1.0.18
[INFO] [stderr]     Checking regex-automata v0.4.9
[INFO] [stderr]     Checking gimli v0.31.1
[INFO] [stderr]     Checking adler2 v2.0.0
[INFO] [stderr]     Checking object v0.36.5
[INFO] [stderr]     Checking overload v0.1.1
[INFO] [stderr]     Checking rustc-demangle v0.1.24
[INFO] [stderr]    Compiling anyhow v1.0.93
[INFO] [stderr]     Checking futures-util v0.3.31
[INFO] [stderr]     Checking miniz_oxide v0.8.0
[INFO] [stderr]     Checking num-bigint v0.4.6
[INFO] [stderr]     Checking indexmap v2.7.0
[INFO] [stderr]     Checking rustls-pki-types v1.10.0
[INFO] [stderr]     Checking num-iter v0.1.45
[INFO] [stderr]     Checking nu-ansi-term v0.46.0
[INFO] [stderr]     Checking tracing-log v0.2.0
[INFO] [stderr]     Checking thread_local v1.1.8
[INFO] [stderr]     Checking num-complex v0.4.6
[INFO] [stderr]     Checking encoding_rs v0.8.35
[INFO] [stderr]     Checking iana-time-zone v0.1.61
[INFO] [stderr]     Checking ipnet v2.10.1
[INFO] [stderr]     Checking mio v1.0.3
[INFO] [stderr]     Checking socket2 v0.5.8
[INFO] [stderr]     Checking http-body v1.0.1
[INFO] [stderr]     Checking rustls-pemfile v2.2.0
[INFO] [stderr]     Checking chrono v0.4.38
[INFO] [stderr]     Checking tracing-subscriber v0.3.19
[INFO] [stderr]     Checking ring-algorithm v0.7.0
[INFO] [stderr]     Checking tokio v1.41.1
[INFO] [stderr]     Checking bumpalo v3.16.0
[INFO] [stderr]     Checking half v2.4.1
[INFO] [stderr]     Checking itertools v0.10.5
[INFO] [stderr]     Checking plotters v0.3.7
[INFO] [stderr]     Checking rayon v1.10.0
[INFO] [stderr]     Checking is-terminal v0.4.13
[INFO] [stderr]     Checking oorandom v11.1.4
[INFO] [stderr]     Checking ciborium-ll v0.2.2
[INFO] [stderr]     Checking num-rational v0.4.2
[INFO] [stderr]    Compiling openssl-sys v0.9.104
[INFO] [stderr]     Checking num v0.4.3
[INFO] [stderr]     Checking criterion-plot v0.5.0
[INFO] [stderr]     Checking regex v1.11.1
[INFO] [stderr]     Checking bstr v1.11.0
[INFO] [stderr]     Checking http-body-util v0.1.2
[INFO] [stderr]     Checking addr2line v0.24.2
[INFO] [stderr]     Checking backtrace v0.3.74
[INFO] [stderr]    Compiling synstructure v0.13.1
[INFO] [stderr]     Checking tokio-util v0.7.12
[INFO] [stderr]    Compiling zerofrom-derive v0.1.5
[INFO] [stderr]    Compiling yoke-derive v0.7.5
[INFO] [stderr]    Compiling zerovec-derive v0.10.3
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling icu_provider_macros v1.5.0
[INFO] [stderr]    Compiling serde_derive v1.0.215
[INFO] [stderr]    Compiling tracing-attributes v0.1.28
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]    Compiling clap_derive v4.5.18
[INFO] [stderr]    Compiling strum_macros v0.26.4
[INFO] [stderr]     Checking tracing v0.1.41
[INFO] [stderr]     Checking zerofrom v0.1.5
[INFO] [stderr]     Checking yoke v0.7.5
[INFO] [stderr]     Checking h2 v0.4.7
[INFO] [stderr]     Checking zerovec v0.10.4
[INFO] [stderr]     Checking strum v0.26.3
[INFO] [stderr]     Checking clap v4.5.21
[INFO] [stderr]     Checking tinystr v0.7.6
[INFO] [stderr]     Checking icu_collections v1.5.0
[INFO] [stderr]     Checking icu_locid v1.5.0
[INFO] [stderr]     Checking icu_provider v1.5.0
[INFO] [stderr]     Checking icu_locid_transform v1.5.0
[INFO] [stderr]     Checking hyper v1.5.1
[INFO] [stderr]     Checking tokio-native-tls v0.3.1
[INFO] [stderr]     Checking icu_properties v1.5.1
[INFO] [stderr]     Checking hyper-util v0.1.10
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]     Checking serde_json v1.0.133
[INFO] [stderr]     Checking ciborium v0.2.2
[INFO] [stderr]     Checking icu_normalizer v1.5.0
[INFO] [stderr]     Checking hyper-tls v0.6.0
[INFO] [stderr]     Checking idna_adapter v1.2.0
[INFO] [stderr]     Checking idna v1.0.3
[INFO] [stderr]     Checking tinytemplate v1.2.1
[INFO] [stderr]     Checking url v2.5.4
[INFO] [stderr]     Checking criterion v0.5.1
[INFO] [stderr]     Checking reqwest v0.12.9
[INFO] [stderr]     Checking advent-of-code-2024 v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/days/day04.rs:20:20
[INFO] [stdout]    |
[INFO] [stdout] 20 |     fn new(source: &str) -> Result<Container> {
[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] 20 |     fn new(source: &str) -> Result<Container<'_>> {
[INFO] [stdout]    |                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: environment variable `AOC_CACHE` not defined at compile time
[INFO] [stdout]   --> src/days/day01.rs:70:34
[INFO] [stdout]    |
[INFO] [stdout] 70 |             include_str!(concat!(std::env!("AOC_CACHE"), "/2024_", "day01", ".txt"));
[INFO] [stdout]    |                                  ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: use `std::env::var("AOC_CACHE")` to read the variable at run time
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: environment variable `AOC_CACHE` not defined at compile time
[INFO] [stdout]    --> src/days/day02.rs:139:34
[INFO] [stdout]     |
[INFO] [stdout] 139 |             include_str!(concat!(std::env!("AOC_CACHE"), "/2024_", "day02", ".txt"));
[INFO] [stdout]     |                                  ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: use `std::env::var("AOC_CACHE")` to read the variable at run time
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: environment variable `AOC_CACHE` not defined at compile time
[INFO] [stdout]   --> src/days/day03.rs:66:34
[INFO] [stdout]    |
[INFO] [stdout] 66 |             include_str!(concat!(std::env!("AOC_CACHE"), "/2024_", "day03", ".txt"));
[INFO] [stdout]    |                                  ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: use `std::env::var("AOC_CACHE")` to read the variable at run time
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: environment variable `AOC_CACHE` not defined at compile time
[INFO] [stdout]    --> src/days/day04.rs:109:34
[INFO] [stdout]     |
[INFO] [stdout] 109 |             include_str!(concat!(std::env!("AOC_CACHE"), "/2024_", "day04", ".txt"));
[INFO] [stdout]     |                                  ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: use `std::env::var("AOC_CACHE")` to read the variable at run time
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: environment variable `AOC_CACHE` not defined at compile time
[INFO] [stdout]    --> src/days/day05.rs:111:34
[INFO] [stdout]     |
[INFO] [stdout] 111 |             include_str!(concat!(std::env!("AOC_CACHE"), "/2024_", "day05", ".txt"));
[INFO] [stdout]     |                                  ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: use `std::env::var("AOC_CACHE")` to read the variable at run time
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: environment variable `AOC_CACHE` not defined at compile time
[INFO] [stdout]    --> src/days/day06.rs:408:34
[INFO] [stdout]     |
[INFO] [stdout] 408 |             include_str!(concat!(std::env!("AOC_CACHE"), "/2024_", "day06", ".txt"));
[INFO] [stdout]     |                                  ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: use `std::env::var("AOC_CACHE")` to read the variable at run time
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: environment variable `AOC_CACHE` not defined at compile time
[INFO] [stdout]    --> src/days/day07.rs:133:34
[INFO] [stdout]     |
[INFO] [stdout] 133 |             include_str!(concat!(std::env!("AOC_CACHE"), "/2024_", "day07", ".txt"));
[INFO] [stdout]     |                                  ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: use `std::env::var("AOC_CACHE")` to read the variable at run time
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: environment variable `AOC_CACHE` not defined at compile time
[INFO] [stdout]    --> src/days/day08.rs:165:34
[INFO] [stdout]     |
[INFO] [stdout] 165 |             include_str!(concat!(std::env!("AOC_CACHE"), "/2024_", "day08", ".txt"));
[INFO] [stdout]     |                                  ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: use `std::env::var("AOC_CACHE")` to read the variable at run time
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: environment variable `AOC_CACHE` not defined at compile time
[INFO] [stdout]   --> benches/days.rs:7:17
[INFO] [stdout]    |
[INFO] [stdout]  7 |                 std::env!("AOC_CACHE"),
[INFO] [stdout]    |                 ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 44 |     bench_day!(day11);
[INFO] [stdout]    |     ----------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: use `std::env::var("AOC_CACHE")` to read the variable at run time
[INFO] [stdout]    = note: this error originates in the macro `std::env` which comes from the expansion of the macro `bench_day` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: environment variable `AOC_CACHE` not defined at compile time
[INFO] [stdout]    --> src/days/day09.rs:143:34
[INFO] [stdout]     |
[INFO] [stdout] 143 |             include_str!(concat!(std::env!("AOC_CACHE"), "/2024_", "day09", ".txt"));
[INFO] [stdout]     |                                  ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: use `std::env::var("AOC_CACHE")` to read the variable at run time
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: environment variable `AOC_CACHE` not defined at compile time
[INFO] [stdout]    --> src/days/day10.rs:113:34
[INFO] [stdout]     |
[INFO] [stdout] 113 |             include_str!(concat!(std::env!("AOC_CACHE"), "/2024_", "day10", ".txt"));
[INFO] [stdout]     |                                  ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: use `std::env::var("AOC_CACHE")` to read the variable at run time
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: environment variable `AOC_CACHE` not defined at compile time
[INFO] [stdout]   --> src/days/day11.rs:98:34
[INFO] [stdout]    |
[INFO] [stdout] 98 |             include_str!(concat!(std::env!("AOC_CACHE"), "/2024_", "day11", ".txt"));
[INFO] [stdout]    |                                  ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: use `std::env::var("AOC_CACHE")` to read the variable at run time
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `advent-of-code-2024` (bench "days") due to 1 previous error
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `advent-of-code-2024` (lib test) due to 11 previous errors
[INFO] running `Command { std: "docker" "inspect" "c0de1003c1553966304d54709acd8bd739d16978ac347e20519ab4c2b7b8d3c5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c0de1003c1553966304d54709acd8bd739d16978ac347e20519ab4c2b7b8d3c5", kill_on_drop: false }`
[INFO] [stdout] c0de1003c1553966304d54709acd8bd739d16978ac347e20519ab4c2b7b8d3c5
