[INFO] cloning repository https://github.com/bryanburgers/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/bryanburgers/advent-of-code-2024" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbryanburgers%2Fadvent-of-code-2024", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbryanburgers%2Fadvent-of-code-2024'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 044b6f2cbaf6ab8d72a93e8d532d504ac93de0e6
[INFO] checking bryanburgers/advent-of-code-2024 against 0335fc7ee9e33d92e03d99f3e2fb0fe6119f3cc0 for pr-158915-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbryanburgers%2Fadvent-of-code-2024" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/bryanburgers/advent-of-code-2024
[INFO] finished tweaking git repo https://github.com/bryanburgers/advent-of-code-2024
[INFO] tweaked toml for git repo https://github.com/bryanburgers/advent-of-code-2024 written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/bryanburgers/advent-of-code-2024 on toolchain 0335fc7ee9e33d92e03d99f3e2fb0fe6119f3cc0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+0335fc7ee9e33d92e03d99f3e2fb0fe6119f3cc0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/bryanburgers/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" "+0335fc7ee9e33d92e03d99f3e2fb0fe6119f3cc0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/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:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] be510867e9b41bf4d814fdc50aba47f3e1d4e85092f879ddb3287a945c31ecbb
[INFO] running `Command { std: "docker" "start" "be510867e9b41bf4d814fdc50aba47f3e1d4e85092f879ddb3287a945c31ecbb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "be510867e9b41bf4d814fdc50aba47f3e1d4e85092f879ddb3287a945c31ecbb", 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" "be510867e9b41bf4d814fdc50aba47f3e1d4e85092f879ddb3287a945c31ecbb" "/opt/rustwide/cargo-home/bin/cargo" "+0335fc7ee9e33d92e03d99f3e2fb0fe6119f3cc0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "be510867e9b41bf4d814fdc50aba47f3e1d4e85092f879ddb3287a945c31ecbb", 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" "be510867e9b41bf4d814fdc50aba47f3e1d4e85092f879ddb3287a945c31ecbb" "/opt/rustwide/cargo-home/bin/cargo" "+0335fc7ee9e33d92e03d99f3e2fb0fe6119f3cc0" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]     Checking bitflags v2.6.0
[INFO] [stderr]    Compiling wit-bindgen-rt v0.36.0
[INFO] [stderr]    Compiling proc-macro2 v1.0.92
[INFO] [stderr]    Compiling unicode-ident v1.0.14
[INFO] [stderr]    Compiling serde v1.0.215
[INFO] [stderr]    Compiling libc v0.2.167
[INFO] [stderr]     Checking foldhash v0.1.3
[INFO] [stderr]    Compiling anyhow v1.0.93
[INFO] [stderr]     Checking zerocopy v0.7.35
[INFO] [stderr]     Checking once_cell v1.20.2
[INFO] [stderr]    Compiling cranelift-isle v0.114.0
[INFO] [stderr]     Checking log v0.4.22
[INFO] [stderr]    Compiling pkg-config v0.3.31
[INFO] [stderr]    Compiling serde_json v1.0.133
[INFO] [stderr]    Compiling target-lexicon v0.12.16
[INFO] [stderr]    Compiling cranelift-codegen-shared v0.114.0
[INFO] [stderr]    Compiling rustix v0.38.41
[INFO] [stderr]     Checking hashbrown v0.15.2
[INFO] [stderr]     Checking bumpalo v3.16.0
[INFO] [stderr]     Checking ahash v0.8.11
[INFO] [stderr]    Compiling cranelift-codegen-meta v0.114.0
[INFO] [stderr]    Compiling semver v1.0.23
[INFO] [stderr]     Checking generic-array v0.14.7
[INFO] [stderr]     Checking rustc-hash v2.1.0
[INFO] [stderr]     Checking slice-group-by v0.3.1
[INFO] [stderr]     Checking linux-raw-sys v0.4.14
[INFO] [stderr]     Checking arbitrary v1.4.1
[INFO] [stderr]    Compiling hashbrown v0.14.5
[INFO] [stderr]     Checking crc32fast v1.4.2
[INFO] [stderr]    Compiling cpp_demangle v0.4.4
[INFO] [stderr]    Compiling zstd-safe v7.2.1
[INFO] [stderr]     Checking cobs v0.2.3
[INFO] [stderr]    Compiling itoa v1.0.14
[INFO] [stderr]    Compiling ryu v1.0.18
[INFO] [stderr]     Checking crossbeam-epoch v0.9.18
[INFO] [stderr]     Checking winnow v0.6.20
[INFO] [stderr]     Checking cranelift-control v0.114.0
[INFO] [stderr]    Compiling id-arena v2.2.1
[INFO] [stderr]    Compiling unicode-xid v0.2.6
[INFO] [stderr]    Compiling quote v1.0.37
[INFO] [stderr]     Checking crypto-common v0.1.6
[INFO] [stderr]     Checking block-buffer v0.10.4
[INFO] [stderr]     Checking wasm-encoder v0.221.0
[INFO] [stderr]     Checking wasm-encoder v0.219.1
[INFO] [stderr]     Checking dirs-sys-next v0.1.2
[INFO] [stderr]    Compiling wasmtime-cache v27.0.0
[INFO] [stderr]     Checking digest v0.10.7
[INFO] [stderr]     Checking crossbeam-deque v0.8.5
[INFO] [stderr]    Compiling syn v2.0.90
[INFO] [stderr]    Compiling jobserver v0.1.32
[INFO] [stderr]     Checking wasmtime-component-util v27.0.0
[INFO] [stderr]    Compiling libm v0.2.11
[INFO] [stderr]    Compiling wasmtime-component-macro v27.0.0
[INFO] [stderr]     Checking rustc-demangle v0.1.24
[INFO] [stderr]     Checking uuid v1.11.0
[INFO] [stderr]     Checking unicode-width v0.2.0
[INFO] [stderr]     Checking cpufeatures v0.2.16
[INFO] [stderr]     Checking fxhash v0.2.1
[INFO] [stderr]     Checking anstream v0.6.18
[INFO] [stderr]     Checking rayon-core v1.12.1
[INFO] [stderr]     Checking directories-next v2.0.0
[INFO] [stderr]     Checking debugid v0.8.0
[INFO] [stderr]     Checking itertools v0.12.1
[INFO] [stderr]     Checking wasmtime-asm-macros v27.0.0
[INFO] [stderr]     Checking sha2 v0.10.8
[INFO] [stderr]     Checking clap_lex v0.7.3
[INFO] [stderr]    Compiling cc v1.2.2
[INFO] [stderr]     Checking regex-automata v0.4.9
[INFO] [stderr]     Checking rayon v1.10.0
[INFO] [stderr]     Checking clap_builder v4.5.21
[INFO] [stderr]     Checking wasmtime-jit-icache-coherence v27.0.0
[INFO] [stderr]     Checking encoding_rs v0.8.35
[INFO] [stderr]     Checking wast v221.0.0
[INFO] [stderr]     Checking wasmtime-slab v27.0.0
[INFO] [stderr]     Checking sptr v0.3.2
[INFO] [stderr]     Checking day14_solver v0.1.0 (/opt/rustwide/workdir/day14/solver)
[INFO] [stderr]     Checking day09_solver v0.1.0 (/opt/rustwide/workdir/day09/solver)
[INFO] [stderr]     Checking day03_parser v0.1.0 (/opt/rustwide/workdir/day03/parser)
[INFO] [stderr]     Checking day12_solver v0.1.0 (/opt/rustwide/workdir/day12/solver)
[INFO] [stderr]     Checking day04_solver v0.1.0 (/opt/rustwide/workdir/day04/solver)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> day12/solver/src/lib.rs:63:16
[INFO] [stdout]    |
[INFO] [stdout] 63 |     fn regions(&self) -> RegionIterator {
[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] 63 |     fn regions(&self) -> RegionIterator<'_> {
[INFO] [stdout]    |                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking day08_parser v0.1.0 (/opt/rustwide/workdir/day08/parser)
[INFO] [stderr]     Checking day01_parser v0.1.0 (/opt/rustwide/workdir/day01/parser)
[INFO] [stderr]     Checking day16_solver v0.1.0 (/opt/rustwide/workdir/day16/solver)
[INFO] [stderr]     Checking day11_solver v0.1.0 (/opt/rustwide/workdir/day11/solver)
[INFO] [stderr]     Checking day07_parser v0.1.0 (/opt/rustwide/workdir/day07/parser)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> day11/solver/src/lib.rs:100:14
[INFO] [stdout]     |
[INFO] [stdout] 100 |     fn items(&self) -> StoneIterator {
[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] 100 |     fn items(&self) -> StoneIterator<'_> {
[INFO] [stdout]     |                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking day15_parser v0.1.0 (/opt/rustwide/workdir/day15/parser)
[INFO] [stderr]     Checking day10_parser v0.1.0 (/opt/rustwide/workdir/day10/parser)
[INFO] [stderr]     Checking day13_parser v0.1.0 (/opt/rustwide/workdir/day13/parser)
[INFO] [stderr] error: could not compile `rustix` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/0335fc7ee9e33d92e03d99f3e2fb0fe6119f3cc0/bin/rustc --crate-name rustix --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.38.41/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat,unused-externs-silent --crate-type lib --emit=dep-info,metadata -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="libc-extra-traits"' --cfg 'feature="mm"' --cfg 'feature="param"' --cfg 'feature="process"' --cfg 'feature="std"' --cfg 'feature="thread"' --cfg 'feature="time"' --cfg 'feature="use-libc-auxv"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "cc", "compiler_builtins", "core", "default", "event", "fs", "io_uring", "itoa", "libc", "libc-extra-traits", "libc_errno", "linux_4_11", "linux_latest", "mm", "mount", "net", "once_cell", "param", "pipe", "process", "procfs", "pty", "rand", "runtime", "rustc-dep-of-std", "rustc-std-workspace-alloc", "shm", "std", "stdio", "system", "termios", "thread", "time", "try_close", "use-explicitly-provided-auxv", "use-libc", "use-libc-auxv"))' -C metadata=2f37bfc27de3d1c9 -C extra-filename=-45e8dd942727405c --out-dir /opt/rustwide/target/debug/build/rustix/45e8dd942727405c/out --extern bitflags=/opt/rustwide/target/debug/build/bitflags/2b23c89994425946/out/libbitflags-2b23c89994425946.rmeta --extern linux_raw_sys=/opt/rustwide/target/debug/build/linux-raw-sys/29d226a9d82d2447/out/liblinux_raw_sys-29d226a9d82d2447.rmeta --cap-lints allow --cap-lints=forbid --force-warn=unused_crate_dependencies --cfg linux_raw --cfg linux_like --cfg linux_kernel` (signal: 9, SIGKILL: kill)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "be510867e9b41bf4d814fdc50aba47f3e1d4e85092f879ddb3287a945c31ecbb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "be510867e9b41bf4d814fdc50aba47f3e1d4e85092f879ddb3287a945c31ecbb", kill_on_drop: false }`
[INFO] [stdout] be510867e9b41bf4d814fdc50aba47f3e1d4e85092f879ddb3287a945c31ecbb
