[INFO] cloning repository https://github.com/lh317/aoc2024rs
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/lh317/aoc2024rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flh317%2Faoc2024rs", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flh317%2Faoc2024rs'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 6508ed05b300b2a09a55a98b5c46f972e11f5d9b
[INFO] testing lh317/aoc2024rs against beta-2026-04-21 for beta-1.96-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flh317%2Faoc2024rs" "/workspace/builds/worker-7-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/lh317/aoc2024rs
[INFO] finished tweaking git repo https://github.com/lh317/aoc2024rs
[INFO] tweaked toml for git repo https://github.com/lh317/aoc2024rs written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/lh317/aoc2024rs on toolchain beta-2026-04-21
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-04-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/lh317/aoc2024rs 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-04-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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-04-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 27faa1fcdee476cb8a584c835086526dc41aaa3a7b652ce9008aa99ac7d551d8
[INFO] running `Command { std: "docker" "start" "-a" "27faa1fcdee476cb8a584c835086526dc41aaa3a7b652ce9008aa99ac7d551d8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "27faa1fcdee476cb8a584c835086526dc41aaa3a7b652ce9008aa99ac7d551d8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "27faa1fcdee476cb8a584c835086526dc41aaa3a7b652ce9008aa99ac7d551d8", kill_on_drop: false }`
[INFO] [stdout] 27faa1fcdee476cb8a584c835086526dc41aaa3a7b652ce9008aa99ac7d551d8
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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-04-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 59ef018c39b304040b76e251a67903c3bcb506f2692aeed994397540da1f6a87
[INFO] running `Command { std: "docker" "start" "-a" "59ef018c39b304040b76e251a67903c3bcb506f2692aeed994397540da1f6a87", kill_on_drop: false }`
[INFO] [stderr]    Compiling eyre v0.6.12
[INFO] [stderr]    Compiling indenter v0.3.3
[INFO] [stderr]    Compiling proc-macro2 v1.0.92
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling unicode-ident v1.0.14
[INFO] [stderr]    Compiling matrixmultiply v0.3.9
[INFO] [stderr]    Compiling fnv v1.0.7
[INFO] [stderr]    Compiling rawpointer v0.2.1
[INFO] [stderr]    Compiling equivalent v1.0.1
[INFO] [stderr]    Compiling hashbrown v0.15.2
[INFO] [stderr]    Compiling fixedbitset v0.4.2
[INFO] [stderr]    Compiling itertools v0.13.0
[INFO] [stderr]    Compiling quote v1.0.37
[INFO] [stderr]    Compiling syn v2.0.90
[INFO] [stderr]    Compiling hysteria v0.1.0 (/opt/rustwide/workdir/01-hysteria)
[INFO] [stderr]    Compiling pebble v0.1.0 (/opt/rustwide/workdir/11-pebble)
[INFO] [stderr]    Compiling print v0.1.0 (/opt/rustwide/workdir/05-print)
[INFO] [stderr]    Compiling indexmap v2.7.0
[INFO] [stderr]    Compiling rednosed v0.1.0 (/opt/rustwide/workdir/02-rednosed)
[INFO] [stderr]    Compiling mull v0.1.0 (/opt/rustwide/workdir/03-mull)
[INFO] [stderr]    Compiling defrag v0.1.0 (/opt/rustwide/workdir/09-defrag)
[INFO] [stderr]    Compiling num-integer v0.1.46
[INFO] [stderr]    Compiling num-complex v0.4.6
[INFO] [stderr]    Compiling petgraph v0.6.5
[INFO] [stderr]    Compiling ndarray v0.16.1
[INFO] [stderr]    Compiling antenna v0.1.0 (/opt/rustwide/workdir/08-antenna)
[INFO] [stderr]    Compiling bridge v0.1.0 (/opt/rustwide/workdir/07-bridge)
[INFO] [stderr]    Compiling darling_core v0.20.10
[INFO] [stderr]    Compiling hoof v0.1.0 (/opt/rustwide/workdir/10-hoof)
[INFO] [stderr]    Compiling garden v0.1.0 (/opt/rustwide/workdir/012-garden)
[INFO] [stderr]    Compiling ceres v0.1.0 (/opt/rustwide/workdir/04-ceres)
[INFO] [stderr]    Compiling darling_macro v0.20.10
[INFO] [stderr]    Compiling darling v0.20.10
[INFO] [stderr]    Compiling enumset_derive v0.10.0
[INFO] [stderr]    Compiling enumset v1.1.5
[INFO] [stderr]    Compiling guard v0.1.0 (/opt/rustwide/workdir/06-guard)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 25.42s
[INFO] running `Command { std: "docker" "inspect" "59ef018c39b304040b76e251a67903c3bcb506f2692aeed994397540da1f6a87", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "59ef018c39b304040b76e251a67903c3bcb506f2692aeed994397540da1f6a87", kill_on_drop: false }`
[INFO] [stdout] 59ef018c39b304040b76e251a67903c3bcb506f2692aeed994397540da1f6a87
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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-04-21" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] efeb308a13114b73bd3b4fac54e6dec0a42c38857f76cce78ac3cbb75fd6d10c
[INFO] running `Command { std: "docker" "start" "-a" "efeb308a13114b73bd3b4fac54e6dec0a42c38857f76cce78ac3cbb75fd6d10c", kill_on_drop: false }`
[INFO] [stderr]    Compiling print v0.1.0 (/opt/rustwide/workdir/05-print)
[INFO] [stderr]    Compiling defrag v0.1.0 (/opt/rustwide/workdir/09-defrag)
[INFO] [stderr]    Compiling bridge v0.1.0 (/opt/rustwide/workdir/07-bridge)
[INFO] [stderr]    Compiling antenna v0.1.0 (/opt/rustwide/workdir/08-antenna)
[INFO] [stderr]    Compiling mull v0.1.0 (/opt/rustwide/workdir/03-mull)
[INFO] [stderr]    Compiling pebble v0.1.0 (/opt/rustwide/workdir/11-pebble)
[INFO] [stderr]    Compiling garden v0.1.0 (/opt/rustwide/workdir/012-garden)
[INFO] [stderr]    Compiling guard v0.1.0 (/opt/rustwide/workdir/06-guard)
[INFO] [stderr]    Compiling ceres v0.1.0 (/opt/rustwide/workdir/04-ceres)
[INFO] [stderr]    Compiling hoof v0.1.0 (/opt/rustwide/workdir/10-hoof)
[INFO] [stderr]    Compiling rednosed v0.1.0 (/opt/rustwide/workdir/02-rednosed)
[INFO] [stderr]    Compiling hysteria v0.1.0 (/opt/rustwide/workdir/01-hysteria)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 1.37s
[INFO] running `Command { std: "docker" "inspect" "efeb308a13114b73bd3b4fac54e6dec0a42c38857f76cce78ac3cbb75fd6d10c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "efeb308a13114b73bd3b4fac54e6dec0a42c38857f76cce78ac3cbb75fd6d10c", kill_on_drop: false }`
[INFO] [stdout] efeb308a13114b73bd3b4fac54e6dec0a42c38857f76cce78ac3cbb75fd6d10c
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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-04-21" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 653d49d43ffbee547c02050fa5dc0cfbda49aa7dfa2af43f10bf720a0da2cff9
[INFO] running `Command { std: "docker" "start" "-a" "653d49d43ffbee547c02050fa5dc0cfbda49aa7dfa2af43f10bf720a0da2cff9", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.09s
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/antenna-8c2b863e5c74fd30)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/bridge-81fec4e7bba14fd7)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/ceres-4d6b5efec75c28b0)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/defrag-8d9d5aef7af874f5)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/garden-6297977a06c590f9)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/guard-f50c0efdfeaa55a1)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/hoof-923da6a158b7335f)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/hysteria-3c36835826e5a37d)
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/mull-12be1139e49af990)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/pebble-e308591058fd0cdd)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/print-23b623a99b9b89a1)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/rednosed-2a24866ca239e163)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "653d49d43ffbee547c02050fa5dc0cfbda49aa7dfa2af43f10bf720a0da2cff9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "653d49d43ffbee547c02050fa5dc0cfbda49aa7dfa2af43f10bf720a0da2cff9", kill_on_drop: false }`
[INFO] [stdout] 653d49d43ffbee547c02050fa5dc0cfbda49aa7dfa2af43f10bf720a0da2cff9
