[INFO] cloning repository https://github.com/coriolinus/adventofcode-2019
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/coriolinus/adventofcode-2019" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcoriolinus%2Fadventofcode-2019", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcoriolinus%2Fadventofcode-2019'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 5f61e0ca687adfa7c55200d08b23ab0048fb5aa4
[INFO] testing coriolinus/adventofcode-2019 against beta-2025-09-21 for beta-1.91-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcoriolinus%2Fadventofcode-2019" "/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/coriolinus/adventofcode-2019
[INFO] finished tweaking git repo https://github.com/coriolinus/adventofcode-2019
[INFO] tweaked toml for git repo https://github.com/coriolinus/adventofcode-2019 written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/coriolinus/adventofcode-2019 on toolchain beta-2025-09-21
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/coriolinus/adventofcode-2019 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-2025-09-21" "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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 1e279ba18eb2a71ba413e3c0edfdff06f9f4c9295a7c98eebbadc33a8b73321e
[INFO] running `Command { std: "docker" "start" "-a" "1e279ba18eb2a71ba413e3c0edfdff06f9f4c9295a7c98eebbadc33a8b73321e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "1e279ba18eb2a71ba413e3c0edfdff06f9f4c9295a7c98eebbadc33a8b73321e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1e279ba18eb2a71ba413e3c0edfdff06f9f4c9295a7c98eebbadc33a8b73321e", kill_on_drop: false }`
[INFO] [stdout] 1e279ba18eb2a71ba413e3c0edfdff06f9f4c9295a7c98eebbadc33a8b73321e
[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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] d336b013733f50d2ca0230693576fe9c8d51f0ce10bbfa7e082e47b7ee8f31d1
[INFO] running `Command { std: "docker" "start" "-a" "d336b013733f50d2ca0230693576fe9c8d51f0ce10bbfa7e082e47b7ee8f31d1", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.66
[INFO] [stderr]    Compiling autocfg v1.0.0
[INFO] [stderr]    Compiling crossbeam-utils v0.7.0
[INFO] [stderr]    Compiling proc-macro2 v1.0.6
[INFO] [stderr]    Compiling num-traits v0.2.10
[INFO] [stderr]    Compiling typenum v1.12.0
[INFO] [stderr]    Compiling syn v1.0.11
[INFO] [stderr]    Compiling num-integer v0.1.41
[INFO] [stderr]    Compiling version_check v0.9.2
[INFO] [stderr]    Compiling unicode-segmentation v1.6.0
[INFO] [stderr]    Compiling rayon-core v1.7.0
[INFO] [stderr]    Compiling textwrap v0.11.0
[INFO] [stderr]    Compiling either v1.5.3
[INFO] [stderr]    Compiling rand_core v0.5.1
[INFO] [stderr]    Compiling radium v0.3.0
[INFO] [stderr]    Compiling permutohedron v0.2.4
[INFO] [stderr]    Compiling rand_xoshiro v0.4.0
[INFO] [stderr]    Compiling bitvec v0.17.4
[INFO] [stderr]    Compiling memoffset v0.5.4
[INFO] [stderr]    Compiling crossbeam-epoch v0.8.2
[INFO] [stderr]    Compiling im v15.0.0
[INFO] [stderr]    Compiling heck v0.3.1
[INFO] [stderr]    Compiling crossbeam-queue v0.2.2
[INFO] [stderr]    Compiling crossbeam-channel v0.4.0
[INFO] [stderr]    Compiling atty v0.2.13
[INFO] [stderr]    Compiling num_cpus v1.13.0
[INFO] [stderr]    Compiling termios v0.3.1
[INFO] [stderr]    Compiling time v0.1.42
[INFO] [stderr]    Compiling quote v1.0.2
[INFO] [stderr]    Compiling crossbeam-deque v0.7.3
[INFO] [stderr]    Compiling noisy_float v0.1.11
[INFO] [stderr]    Compiling bitmaps v2.1.0
[INFO] [stderr]    Compiling clap v2.33.0
[INFO] [stderr]    Compiling term_cursor v0.2.1
[INFO] [stderr]    Compiling chrono v0.4.10
[INFO] [stderr]    Compiling rayon v1.3.0
[INFO] [stderr]    Compiling sized-chunks v0.6.2
[INFO] [stderr]    Compiling proc-macro-error v0.2.6
[INFO] [stderr]    Compiling structopt-derive v0.3.5
[INFO] [stderr]    Compiling structopt v0.3.5
[INFO] [stderr]    Compiling aoc2019 v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unexpected `cfg` condition name: `featur`
[INFO] [stdout]   --> src/day17.rs:71:17
[INFO] [stdout]    |
[INFO] [stdout] 71 |         if cfg!(featur = "debug") {
[INFO] [stdout]    |                 ^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] help: there is a config with a similar name and value
[INFO] [stdout]    |
[INFO] [stdout] 71 |         if cfg!(feature = "debug") {
[INFO] [stdout]    |                       +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `AStarNode` is never constructed
[INFO] [stdout]    --> src/day15.rs:403:8
[INFO] [stdout]     |
[INFO] [stdout] 403 | struct AStarNode {
[INFO] [stdout]     |        ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.19s
[INFO] running `Command { std: "docker" "inspect" "d336b013733f50d2ca0230693576fe9c8d51f0ce10bbfa7e082e47b7ee8f31d1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d336b013733f50d2ca0230693576fe9c8d51f0ce10bbfa7e082e47b7ee8f31d1", kill_on_drop: false }`
[INFO] [stdout] d336b013733f50d2ca0230693576fe9c8d51f0ce10bbfa7e082e47b7ee8f31d1
[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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 5643ffb28a3c5fab59b85ee1f92fb4befea3179070ec42e087cbfccfa480784c
[INFO] running `Command { std: "docker" "start" "-a" "5643ffb28a3c5fab59b85ee1f92fb4befea3179070ec42e087cbfccfa480784c", kill_on_drop: false }`
[INFO] [stderr]    Compiling aoc2019 v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unexpected `cfg` condition name: `featur`
[INFO] [stdout]   --> src/day17.rs:71:17
[INFO] [stdout]    |
[INFO] [stdout] 71 |         if cfg!(featur = "debug") {
[INFO] [stdout]    |                 ^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] help: there is a config with a similar name and value
[INFO] [stdout]    |
[INFO] [stdout] 71 |         if cfg!(feature = "debug") {
[INFO] [stdout]    |                       +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `AStarNode` is never constructed
[INFO] [stdout]    --> src/day15.rs:403:8
[INFO] [stdout]     |
[INFO] [stdout] 403 | struct AStarNode {
[INFO] [stdout]     |        ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `featur`
[INFO] [stdout]   --> src/day17.rs:71:17
[INFO] [stdout]    |
[INFO] [stdout] 71 |         if cfg!(featur = "debug") {
[INFO] [stdout]    |                 ^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] help: there is a config with a similar name and value
[INFO] [stdout]    |
[INFO] [stdout] 71 |         if cfg!(feature = "debug") {
[INFO] [stdout]    |                       +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `AStarNode` is never constructed
[INFO] [stdout]    --> src/day15.rs:403:8
[INFO] [stdout]     |
[INFO] [stdout] 403 | struct AStarNode {
[INFO] [stdout]     |        ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 1.90s
[INFO] running `Command { std: "docker" "inspect" "5643ffb28a3c5fab59b85ee1f92fb4befea3179070ec42e087cbfccfa480784c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5643ffb28a3c5fab59b85ee1f92fb4befea3179070ec42e087cbfccfa480784c", kill_on_drop: false }`
[INFO] [stdout] 5643ffb28a3c5fab59b85ee1f92fb4befea3179070ec42e087cbfccfa480784c
[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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] f53e0e4fabc14aafafad73a21322787a2b7b3e54133b4d91de71eeb38b5afc1d
[INFO] running `Command { std: "docker" "start" "-a" "f53e0e4fabc14aafafad73a21322787a2b7b3e54133b4d91de71eeb38b5afc1d", kill_on_drop: false }`
[INFO] [stderr] warning: unexpected `cfg` condition name: `featur`
[INFO] [stderr]   --> src/day17.rs:71:17
[INFO] [stderr]    |
[INFO] [stderr] 71 |         if cfg!(featur = "debug") {
[INFO] [stderr]    |                 ^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]    = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stderr] help: there is a config with a similar name and value
[INFO] [stderr]    |
[INFO] [stderr] 71 |         if cfg!(feature = "debug") {
[INFO] [stderr]    |                       +
[INFO] [stderr] 
[INFO] [stderr] warning: struct `AStarNode` is never constructed
[INFO] [stderr]    --> src/day15.rs:403:8
[INFO] [stderr]     |
[INFO] [stderr] 403 | struct AStarNode {
[INFO] [stderr]     |        ^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `aoc2019` (lib) generated 2 warnings
[INFO] [stderr] warning: `aoc2019` (lib test) generated 2 warnings (2 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.10s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/aoc2019-242963b0c7ed7a0c)
[INFO] [stdout] 
[INFO] [stdout] running 27 tests
[INFO] [stdout] test day04::tests::test_illegal_decreasing ... ok
[INFO] [stdout] test day04::tests::test_illegal_no_double ... ok
[INFO] [stdout] test day04::tests::test_legal_1s ... ok
[INFO] [stdout] test day04::tests::test_legal_four_1s ... ok
[INFO] [stdout] test day04::tests::test_next_123777 ... ok
[INFO] [stdout] test day04::tests::test_next_999 ... ok
[INFO] [stdout] test day04::tests::test_next_rollover ... ok
[INFO] [stdout] test day04::tests::test_values ... ok
[INFO] [stdout] test day04::tests::test_no_3_runs_examples ... ok
[INFO] [stdout] test day04::tests::text_next_499 ... ok
[INFO] [stdout] test day04::tests::text_next_nines ... ok
[INFO] [stdout] test day04::tests::text_next_ones ... ok
[INFO] [stdout] test day09::tests::test_16_digits ... ok
[INFO] [stdout] test day09::tests::test_big_number ... ok
[INFO] [stdout] test day09::tests::test_quine ... ok
[INFO] [stdout] test day16::tests::pattern_3 ... ok
[INFO] [stdout] test day18::tests::reachable_keys ... ok
[INFO] [stdout] test day18::tests::test_example_0 ... ok
[INFO] [stdout] test day04::tests::test_next_123455 ... ok
[INFO] [stdout] test day04::tests::text_next_123489 ... ok
[INFO] [stdout] test day18::tests::test_example_1 ... ok
[INFO] [stdout] test day04::tests::test_next_459 ... ok
[INFO] [stdout] test day04::tests::test_next_123568 ... ok
[INFO] [stdout] test day16::tests::example ... ok
[INFO] [stdout] test day16::tests::example_phase_1 ... ok
[INFO] [stdout] test day04::tests::text_exhaustive ... ok
[INFO] [stdout] test day04::tests::test_max_range - should panic ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 27 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.06s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/aoc2019-726cc9bd1ca2300d)
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests aoc2019
[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] [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" "f53e0e4fabc14aafafad73a21322787a2b7b3e54133b4d91de71eeb38b5afc1d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f53e0e4fabc14aafafad73a21322787a2b7b3e54133b4d91de71eeb38b5afc1d", kill_on_drop: false }`
[INFO] [stdout] f53e0e4fabc14aafafad73a21322787a2b7b3e54133b4d91de71eeb38b5afc1d
