[INFO] cloning repository https://github.com/nicomem/aoc-2021
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/nicomem/aoc-2021" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnicomem%2Faoc-2021", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnicomem%2Faoc-2021'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] afa1daacc228f44eaa57c79f3e1486887ef1e150
[INFO] testing nicomem/aoc-2021 against beta-2026-03-05 for beta-1.95-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnicomem%2Faoc-2021" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/nicomem/aoc-2021
[INFO] finished tweaking git repo https://github.com/nicomem/aoc-2021
[INFO] tweaked toml for git repo https://github.com/nicomem/aoc-2021 written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/nicomem/aoc-2021 on toolchain beta-2026-03-05
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-03-05" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/nicomem/aoc-2021 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" "+beta-2026-03-05" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/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" "+beta-2026-03-05" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 10980dc9c72ea9a0ac6692da7d6f204782b3ef359c0ef76dfb5a8cb56206d757
[INFO] running `Command { std: "docker" "start" "-a" "10980dc9c72ea9a0ac6692da7d6f204782b3ef359c0ef76dfb5a8cb56206d757", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "10980dc9c72ea9a0ac6692da7d6f204782b3ef359c0ef76dfb5a8cb56206d757", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "10980dc9c72ea9a0ac6692da7d6f204782b3ef359c0ef76dfb5a8cb56206d757", kill_on_drop: false }`
[INFO] [stdout] 10980dc9c72ea9a0ac6692da7d6f204782b3ef359c0ef76dfb5a8cb56206d757
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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" "+beta-2026-03-05" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] b0ac5c7ae5cbc8840c456e49b2eb8d3bdf1c2f40938895507057d2adb13ccf8f
[INFO] running `Command { std: "docker" "start" "-a" "b0ac5c7ae5cbc8840c456e49b2eb8d3bdf1c2f40938895507057d2adb13ccf8f", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.138
[INFO] [stderr]    Compiling proc-macro2 v1.0.47
[INFO] [stderr]    Compiling unicode-ident v1.0.5
[INFO] [stderr]    Compiling crossbeam-utils v0.8.14
[INFO] [stderr]    Compiling untrusted v0.7.1
[INFO] [stderr]    Compiling syn v1.0.105
[INFO] [stderr]    Compiling io-lifetimes v1.0.3
[INFO] [stderr]    Compiling rustix v0.36.5
[INFO] [stderr]    Compiling memoffset v0.7.1
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.13
[INFO] [stderr]    Compiling zstd-safe v6.0.2+zstd.1.5.2
[INFO] [stderr]    Compiling rayon-core v1.10.1
[INFO] [stderr]    Compiling rustls v0.20.7
[INFO] [stderr]    Compiling linux-raw-sys v0.1.3
[INFO] [stderr]    Compiling miniz_oxide v0.6.2
[INFO] [stderr]    Compiling os_str_bytes v6.4.1
[INFO] [stderr]    Compiling either v1.8.0
[INFO] [stderr]    Compiling anyhow v1.0.66
[INFO] [stderr]    Compiling snowflake v1.3.0
[INFO] [stderr]    Compiling chunked_transfer v1.4.0
[INFO] [stderr]    Compiling time-core v0.1.0
[INFO] [stderr]    Compiling termcolor v1.1.3
[INFO] [stderr]    Compiling id_tree v1.8.0
[INFO] [stderr]    Compiling time v0.3.17
[INFO] [stderr]    Compiling seq-macro v0.3.1
[INFO] [stderr]    Compiling itertools v0.10.5
[INFO] [stderr]    Compiling owo-colors v3.5.0
[INFO] [stderr]    Compiling clap_lex v0.3.0
[INFO] [stderr]    Compiling flate2 v1.0.25
[INFO] [stderr]    Compiling crossbeam-channel v0.5.6
[INFO] [stderr]    Compiling quote v1.0.21
[INFO] [stderr]    Compiling crossbeam-deque v0.8.2
[INFO] [stderr]    Compiling jobserver v0.1.25
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]    Compiling num_cpus v1.14.0
[INFO] [stderr]    Compiling cc v1.0.77
[INFO] [stderr]    Compiling rayon v1.6.1
[INFO] [stderr]    Compiling ring v0.16.20
[INFO] [stderr]    Compiling zstd-sys v2.0.4+zstd.1.5.2
[INFO] [stderr]    Compiling is-terminal v0.4.1
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling clap_derive v4.0.21
[INFO] [stderr]    Compiling webpki v0.22.0
[INFO] [stderr]    Compiling sct v0.7.0
[INFO] [stderr]    Compiling zstd v0.12.1+zstd.1.5.2
[INFO] [stderr]    Compiling webpki-roots v0.22.5
[INFO] [stderr]    Compiling clap v4.0.29
[INFO] [stderr]    Compiling ureq v2.5.0
[INFO] [stderr]    Compiling aoc-2021 v2.0.22 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `YX`
[INFO] [stdout]   --> src/utils/mod.rs:10:33
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub use grid::{CheckedYX, Grid, YX};
[INFO] [stdout]    |                                 ^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 26.89s
[INFO] running `Command { std: "docker" "inspect" "b0ac5c7ae5cbc8840c456e49b2eb8d3bdf1c2f40938895507057d2adb13ccf8f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b0ac5c7ae5cbc8840c456e49b2eb8d3bdf1c2f40938895507057d2adb13ccf8f", kill_on_drop: false }`
[INFO] [stdout] b0ac5c7ae5cbc8840c456e49b2eb8d3bdf1c2f40938895507057d2adb13ccf8f
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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" "+beta-2026-03-05" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 5b44009b85931e22d886a21686666890de753df45d81d8ee669e799952ab38eb
[INFO] running `Command { std: "docker" "start" "-a" "5b44009b85931e22d886a21686666890de753df45d81d8ee669e799952ab38eb", kill_on_drop: false }`
[INFO] [stderr]    Compiling aoc-2021 v2.0.22 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `YX`
[INFO] [stdout]   --> src/utils/mod.rs:10:33
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub use grid::{CheckedYX, Grid, YX};
[INFO] [stdout]    |                                 ^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 3.18s
[INFO] running `Command { std: "docker" "inspect" "5b44009b85931e22d886a21686666890de753df45d81d8ee669e799952ab38eb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5b44009b85931e22d886a21686666890de753df45d81d8ee669e799952ab38eb", kill_on_drop: false }`
[INFO] [stdout] 5b44009b85931e22d886a21686666890de753df45d81d8ee669e799952ab38eb
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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" "+beta-2026-03-05" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 51ae9fbc86ecae2738d36fe4fb5a9ff2e6b92657cff9aec7766abd4128e4781b
[INFO] running `Command { std: "docker" "start" "-a" "51ae9fbc86ecae2738d36fe4fb5a9ff2e6b92657cff9aec7766abd4128e4781b", kill_on_drop: false }`
[INFO] [stderr] warning: unused import: `YX`
[INFO] [stderr]   --> src/utils/mod.rs:10:33
[INFO] [stderr]    |
[INFO] [stderr] 10 | pub use grid::{CheckedYX, Grid, YX};
[INFO] [stderr]    |                                 ^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `aoc-2021` (bin "aoc-2021" test) generated 1 warning (run `cargo fix --bin "aoc-2021" -p aoc-2021 --tests` to apply 1 suggestion)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.12s
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/aoc_2021-77d465a6e3e9ebb4)
[INFO] [stdout] 
[INFO] [stdout] running 36 tests
[INFO] [stdout] test y2022::day12::test::q1 ... ok
[INFO] [stdout] test y2022::day10::test::q2 ... ok
[INFO] [stdout] test y2022::day10::test::q1 ... ok
[INFO] [stdout] test y2022::day13::test::q1 ... ok
[INFO] [stdout] test y2022::day11::test::q1 ... ok
[INFO] [stdout] test y2022::day13::test::q2 ... ok
[INFO] [stdout] test y2022::day18::test::q1 ... ok
[INFO] [stdout] test y2022::day3::test::q1 ... ok
[INFO] [stdout] test y2022::day14::test::q1 ... ok
[INFO] [stdout] test y2022::day4::test::q1 ... ok
[INFO] [stdout] test y2022::day1::test::q1 ... ok
[INFO] [stdout] test y2022::day3::test::q2 ... ok
[INFO] [stdout] test y2022::day4::test::q2 ... ok
[INFO] [stdout] test y2022::day5::test::q1 ... ok
[INFO] [stdout] test y2022::day5::test::q2 ... ok
[INFO] [stdout] test y2022::day6::test::q1 ... ok
[INFO] [stdout] test y2022::day6::test::q2 ... ok
[INFO] [stdout] test y2022::day7::test::q1 ... ok
[INFO] [stdout] test y2022::day7::test::q2 ... ok
[INFO] [stdout] test y2022::day16::test::q1 ... ok
[INFO] [stdout] test y2022::day9::test::q2 ... ok
[INFO] [stdout] test y2022::day8::test::q1 ... ok
[INFO] [stdout] test y2022::day8::test::q2 ... ok
[INFO] [stdout] test y2022::day14::test::q2 ... ok
[INFO] [stdout] test y2022::day15::test::q1 ... ok
[INFO] [stdout] test y2022::day15::test::q2 ... ok
[INFO] [stdout] test y2022::day1::test::q2 ... ok
[INFO] [stdout] test y2022::day2::test::q1 ... ok
[INFO] [stdout] test y2022::day2::test::q2 ... ok
[INFO] [stdout] test y2022::day12::test::q2 ... ok
[INFO] [stdout] test y2022::day9::test::q1 ... ok
[INFO] [stdout] test y2022::day16::test::q2 ... ok
[INFO] [stdout] test y2022::day11::test::q2 ... ok
[INFO] [stdout] test y2022::day18::test::q2 ... ok
[INFO] [stdout] test y2022::day17::test::q1 ... ok
[INFO] [stdout] test y2022::day17::test::q2 has been running for over 60 seconds
[INFO] [stderr] error: test failed, to rerun pass `--bin aoc-2021`
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/target/debug/deps/aoc_2021-77d465a6e3e9ebb4` (signal: 9, SIGKILL: kill)
[INFO] running `Command { std: "docker" "inspect" "51ae9fbc86ecae2738d36fe4fb5a9ff2e6b92657cff9aec7766abd4128e4781b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "51ae9fbc86ecae2738d36fe4fb5a9ff2e6b92657cff9aec7766abd4128e4781b", kill_on_drop: false }`
[INFO] [stdout] 51ae9fbc86ecae2738d36fe4fb5a9ff2e6b92657cff9aec7766abd4128e4781b
