[INFO] cloning repository https://github.com/NicMcPhee/advent-of-code-2023 [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/NicMcPhee/advent-of-code-2023" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FNicMcPhee%2Fadvent-of-code-2023", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FNicMcPhee%2Fadvent-of-code-2023'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 6343298fbe7dc3a410f2091d76d57dcfb6259145 [INFO] testing NicMcPhee/advent-of-code-2023/6343298fbe7dc3a410f2091d76d57dcfb6259145 against beta-2024-09-05 for beta-1.82-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FNicMcPhee%2Fadvent-of-code-2023" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/NicMcPhee/advent-of-code-2023 on toolchain beta-2024-09-05 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2024-09-05" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/NicMcPhee/advent-of-code-2023 [INFO] finished tweaking git repo https://github.com/NicMcPhee/advent-of-code-2023 [INFO] tweaked toml for git repo https://github.com/NicMcPhee/advent-of-code-2023 written to /workspace/builds/worker-4-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/NicMcPhee/advent-of-code-2023 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-2024-09-05" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:96c0aa5895ecf336b730ef27bcdde6e21027415df19888aad3cf1448e5d65d90" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2024-09-05" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 4f7ceaa3f6bd968d7520dab3235d49f01df1f85ed67f81a85a6fbd2da817632e [INFO] running `Command { std: "docker" "start" "-a" "4f7ceaa3f6bd968d7520dab3235d49f01df1f85ed67f81a85a6fbd2da817632e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "4f7ceaa3f6bd968d7520dab3235d49f01df1f85ed67f81a85a6fbd2da817632e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4f7ceaa3f6bd968d7520dab3235d49f01df1f85ed67f81a85a6fbd2da817632e", kill_on_drop: false }` [INFO] [stdout] 4f7ceaa3f6bd968d7520dab3235d49f01df1f85ed67f81a85a6fbd2da817632e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:96c0aa5895ecf336b730ef27bcdde6e21027415df19888aad3cf1448e5d65d90" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2024-09-05" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] e2a4961cd659bbe8e8d1450d657da1e20686735d191f001235d1a413c97fee11 [INFO] running `Command { std: "docker" "start" "-a" "e2a4961cd659bbe8e8d1450d657da1e20686735d191f001235d1a413c97fee11", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.81 [INFO] [stderr] Compiling unicode-ident v1.0.12 [INFO] [stderr] Compiling once_cell v1.19.0 [INFO] [stderr] Compiling libc v0.2.154 [INFO] [stderr] Compiling cc v1.0.98 [INFO] [stderr] Compiling memchr v2.7.2 [INFO] [stderr] Compiling autocfg v1.3.0 [INFO] [stderr] Compiling thiserror v1.0.61 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling crossbeam-utils v0.8.19 [INFO] [stderr] Compiling ucd-trie v0.1.6 [INFO] [stderr] Compiling lazy_static v1.5.0 [INFO] [stderr] Compiling rustix v0.38.34 [INFO] [stderr] Compiling rustversion v1.0.17 [INFO] [stderr] Compiling ahash v0.7.8 [INFO] [stderr] Compiling ahash v0.8.11 [INFO] [stderr] Compiling regex-syntax v0.6.29 [INFO] [stderr] Compiling regex-syntax v0.8.4 [INFO] [stderr] Compiling tracing-core v0.1.32 [INFO] [stderr] Compiling adler v1.0.2 [INFO] [stderr] Compiling gimli v0.29.0 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling zerocopy v0.7.34 [INFO] [stderr] Compiling miniz_oxide v0.7.4 [INFO] [stderr] Compiling overload v0.1.1 [INFO] [stderr] Compiling linux-raw-sys v0.4.14 [INFO] [stderr] Compiling bitflags v2.6.0 [INFO] [stderr] Compiling rayon-core v1.12.1 [INFO] [stderr] Compiling rustc-demangle v0.1.24 [INFO] [stderr] Compiling object v0.36.2 [INFO] [stderr] Compiling log v0.4.22 [INFO] [stderr] Compiling pin-project-lite v0.2.14 [INFO] [stderr] Compiling crossbeam-epoch v0.9.18 [INFO] [stderr] Compiling quote v1.0.36 [INFO] [stderr] Compiling tracing-log v0.2.0 [INFO] [stderr] Compiling nu-ansi-term v0.46.0 [INFO] [stderr] Compiling crossbeam-deque v0.8.5 [INFO] [stderr] Compiling thread_local v1.1.8 [INFO] [stderr] Compiling syn v2.0.60 [INFO] [stderr] Compiling getrandom v0.2.15 [INFO] [stderr] Compiling sharded-slab v0.1.7 [INFO] [stderr] Compiling either v1.11.0 [INFO] [stderr] Compiling allocator-api2 v0.2.18 [INFO] [stderr] Compiling unicode-linebreak v0.1.5 [INFO] [stderr] Compiling unicode-width v0.1.13 [INFO] [stderr] Compiling hashbrown v0.12.3 [INFO] [stderr] Compiling psm v0.1.21 [INFO] [stderr] Compiling backtrace v0.3.73 [INFO] [stderr] Compiling num-integer v0.1.46 [INFO] [stderr] Compiling stacker v0.1.15 [INFO] [stderr] Compiling chumsky v1.0.0-alpha.7 [INFO] [stderr] Compiling smawk v0.3.2 [INFO] [stderr] Compiling regex-automata v0.4.7 [INFO] [stderr] Compiling is_ci v1.2.0 [INFO] [stderr] Compiling num-bigint v0.4.5 [INFO] [stderr] Compiling regex-automata v0.1.10 [INFO] [stderr] Compiling anyhow v1.0.82 [INFO] [stderr] Compiling smallvec v1.13.2 [INFO] [stderr] Compiling supports-color v3.0.0 [INFO] [stderr] Compiling lru v0.7.8 [INFO] [stderr] Compiling num-iter v0.1.45 [INFO] [stderr] Compiling textwrap v0.16.1 [INFO] [stderr] Compiling hashbrown v0.14.5 [INFO] [stderr] Compiling terminal_size v0.3.0 [INFO] [stderr] Compiling num-complex v0.4.6 [INFO] [stderr] Compiling supports-unicode v3.0.0 [INFO] [stderr] Compiling supports-hyperlinks v3.0.0 [INFO] [stderr] Compiling minimal-lexical v0.2.1 [INFO] [stderr] Compiling owo-colors v4.0.0 [INFO] [stderr] Compiling nom v7.1.3 [INFO] [stderr] Compiling matchers v0.1.0 [INFO] [stderr] Compiling addr2line v0.22.0 [INFO] [stderr] Compiling rayon v1.10.0 [INFO] [stderr] Compiling itertools v0.12.1 [INFO] [stderr] Compiling num-rational v0.4.2 [INFO] [stderr] Compiling fixedbitset v0.5.7 [INFO] [stderr] Compiling regex v1.10.6 [INFO] [stderr] Compiling num v0.4.3 [INFO] [stderr] Compiling memoize-inner v0.4.3 [INFO] [stderr] Compiling pest_consume_macros v1.1.0 [INFO] [stderr] Compiling test-case-core v3.3.1 [INFO] [stderr] Compiling backtrace-ext v0.2.1 [INFO] [stderr] Compiling memoize v0.4.2 [INFO] [stderr] Compiling thiserror-impl v1.0.61 [INFO] [stderr] Compiling tracing-attributes v0.1.27 [INFO] [stderr] Compiling tracing-test-macro v0.2.5 [INFO] [stderr] Compiling miette-derive v7.2.0 [INFO] [stderr] Compiling strum_macros v0.26.2 [INFO] [stderr] Compiling test-case-macros v3.3.1 [INFO] [stderr] Compiling test-case v3.3.1 [INFO] [stderr] Compiling pest v2.7.10 [INFO] [stderr] Compiling miette v7.2.0 [INFO] [stderr] Compiling tracing v0.1.40 [INFO] [stderr] Compiling tracing-subscriber v0.3.18 [INFO] [stderr] Compiling strum v0.26.2 [INFO] [stderr] Compiling pest_meta v2.7.10 [INFO] [stderr] Compiling tracing-test v0.2.5 [INFO] [stderr] Compiling pest_generator v2.7.10 [INFO] [stderr] Compiling pest_derive v2.7.10 [INFO] [stderr] Compiling pest_consume v1.1.3 [INFO] [stderr] Compiling advent-of-code-2023 v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.96s [INFO] running `Command { std: "docker" "inspect" "e2a4961cd659bbe8e8d1450d657da1e20686735d191f001235d1a413c97fee11", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e2a4961cd659bbe8e8d1450d657da1e20686735d191f001235d1a413c97fee11", kill_on_drop: false }` [INFO] [stdout] e2a4961cd659bbe8e8d1450d657da1e20686735d191f001235d1a413c97fee11 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:96c0aa5895ecf336b730ef27bcdde6e21027415df19888aad3cf1448e5d65d90" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2024-09-05" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 90675569cfa320456544e9cceab77540880aa5e4e8e305d3dcef99f8125a0574 [INFO] running `Command { std: "docker" "start" "-a" "90675569cfa320456544e9cceab77540880aa5e4e8e305d3dcef99f8125a0574", kill_on_drop: false }` [INFO] [stderr] Compiling advent-of-code-2023 v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 2.24s [INFO] running `Command { std: "docker" "inspect" "90675569cfa320456544e9cceab77540880aa5e4e8e305d3dcef99f8125a0574", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "90675569cfa320456544e9cceab77540880aa5e4e8e305d3dcef99f8125a0574", kill_on_drop: false }` [INFO] [stdout] 90675569cfa320456544e9cceab77540880aa5e4e8e305d3dcef99f8125a0574 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:96c0aa5895ecf336b730ef27bcdde6e21027415df19888aad3cf1448e5d65d90" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2024-09-05" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 91ea9feee02a779ddac04294f1813f84d6c8b62a5fd78577ef5fe3831fe5b240 [INFO] running `Command { std: "docker" "start" "-a" "91ea9feee02a779ddac04294f1813f84d6c8b62a5fd78577ef5fe3831fe5b240", kill_on_drop: false }` [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.08s [INFO] [stderr] Running unittests src/bin/day_01_part_1.rs (/opt/rustwide/target/debug/deps/day_01_part_1-9bdba0430352a618) [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/bin/day_01_part_2.rs (/opt/rustwide/target/debug/deps/day_01_part_2-3c870f7cfa4c34f3) [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/bin/day_02_part_1.rs (/opt/rustwide/target/debug/deps/day_02_part_1-8dbe1c81ca8ed29d) [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stdout] test tests::check_test_input ... ok [INFO] [stdout] test tests::check_full_input ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stderr] Running unittests src/bin/day_02_part_1_nom.rs (/opt/rustwide/target/debug/deps/day_02_part_1_nom-d44a0fe85c99b5c0) [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stdout] test tests::check_test_input ... ok [INFO] [stdout] test tests::check_full_input ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running unittests src/bin/day_02_part_2.rs (/opt/rustwide/target/debug/deps/day_02_part_2-200b3353b4e90ef7) [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stdout] test tests::check_test_input ... ok [INFO] [stdout] test tests::check_full_input ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stderr] Running unittests src/bin/day_03_part_1.rs (/opt/rustwide/target/debug/deps/day_03_part_1-3d6caaef84c1d262) [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stdout] test tests::check_test_input ... ok [INFO] [stdout] test tests::check_full_input ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.63s [INFO] [stdout] [INFO] [stderr] Running unittests src/bin/day_03_part_2.rs (/opt/rustwide/target/debug/deps/day_03_part_2-d0737f8405b0827a) [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stdout] test tests::check_test_input ... ok [INFO] [stdout] test tests::check_full_input ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.56s [INFO] [stdout] [INFO] [stderr] Running unittests src/bin/day_04_part_1.rs (/opt/rustwide/target/debug/deps/day_04_part_1-ec9f28285145106b) [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stdout] test day_04_part_1_tests::check_test_input ... ok [INFO] [stdout] test day_04_part_1_tests::check_full_input ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stderr] Running unittests src/bin/day_04_part_2.rs (/opt/rustwide/target/debug/deps/day_04_part_2-30ddfdbf2043eb8b) [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stdout] test day_04_part_1_tests::check_test_input ... ok [INFO] [stdout] test day_04_part_1_tests::check_full_input ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stderr] Running unittests src/bin/day_05_part_1.rs (/opt/rustwide/target/debug/deps/day_05_part_1-4419059600361f9f) [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stdout] test day_05_part_1_tests::check_test_input ... ok [INFO] [stdout] test day_05_part_1_tests::check_full_input ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running unittests src/bin/day_05_part_2.rs (/opt/rustwide/target/debug/deps/day_05_part_2-5382672ca2097c96) [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stdout] test day_05_part_2_tests::check_test_input ... ok [INFO] [stdout] test day_05_part_2_tests::check_full_input ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running unittests src/bin/day_07_part_1.rs (/opt/rustwide/target/debug/deps/day_07_part_1-43dfa6ec68c5a0e1) [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stdout] test day_07_part_1_tests::check_test_input ... ok [INFO] [stdout] test day_07_part_1_tests::check_full_input ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stderr] Running unittests src/bin/day_07_part_2.rs (/opt/rustwide/target/debug/deps/day_07_part_2-8add9f2dd18dc36f) [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stdout] test day_07_part_1_tests::check_test_input ... ok [INFO] [stdout] test day_07_part_1_tests::check_full_input ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stderr] Running unittests src/bin/day_08_part_1.rs (/opt/rustwide/target/debug/deps/day_08_part_1-91566d53645707da) [INFO] [stdout] [INFO] [stdout] running 6 tests [INFO] [stdout] test day_08_part_1_tests::check_test_input_1 ... ok [INFO] [stdout] test day_08_part_1_tests::check_test_input_2 ... ok [INFO] [stdout] test parsing_tests::test_path ... ok [INFO] [stdout] test parsing_tests::test_connection ... ok [INFO] [stdout] test parsing_tests::test_name ... ok [INFO] [stdout] test day_08_part_1_tests::check_full_input ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stderr] Running unittests src/bin/day_08_part_2.rs (/opt/rustwide/target/debug/deps/day_08_part_2-411249fa91f76331) [INFO] [stdout] [INFO] [stdout] running 5 tests [INFO] [stdout] test parsing_tests::test_connection ... ok [INFO] [stdout] test day_08_part_1_tests::check_test_input_1 ... ok [INFO] [stdout] test parsing_tests::test_path ... ok [INFO] [stdout] test parsing_tests::test_name ... ok [INFO] [stdout] test day_08_part_1_tests::check_full_input ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.08s [INFO] [stdout] [INFO] [stderr] Running unittests src/bin/day_09_part_1.rs (/opt/rustwide/target/debug/deps/day_09_part_1-5f4fcf4de9a2fe51) [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stdout] test tests::check_test_input ... ok [INFO] [stdout] test tests::check_full_input ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running unittests src/bin/day_09_part_2.rs (/opt/rustwide/target/debug/deps/day_09_part_2-fcf4ba03d3bc30fc) [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stdout] test tests::check_test_input ... ok [INFO] [stdout] test tests::check_full_input ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running unittests src/bin/day_10_part_1.rs (/opt/rustwide/target/debug/deps/day_10_part_1-bac57cc6a77653a6) [INFO] [stdout] [INFO] [stdout] running 3 tests [INFO] [stdout] test tests::check_first_test_input ... ok [INFO] [stdout] test tests::check_second_test_input ... ok [INFO] [stdout] test tests::check_full_input ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stderr] Running unittests src/bin/day_10_part_2.rs (/opt/rustwide/target/debug/deps/day_10_part_2-043bcdbdb79b740b) [INFO] [stdout] [INFO] [stdout] running 3 tests [INFO] [stdout] test tests::check_first_test_input ... ok [INFO] [stdout] test tests::check_second_test_input ... ok [INFO] [stdout] test tests::check_full_input ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stderr] Running unittests src/bin/day_11_part_1.rs (/opt/rustwide/target/debug/deps/day_11_part_1-6b94988d43365cbd) [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stdout] test tests::check_test_input ... ok [INFO] [stdout] test tests::check_full_input ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running unittests src/bin/day_11_part_2.rs (/opt/rustwide/target/debug/deps/day_11_part_2-807d9df1f5167458) [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stdout] test tests::check_test_input ... ok [INFO] [stdout] test tests::check_full_input ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running unittests src/bin/day_12_part_1.rs (/opt/rustwide/target/debug/deps/day_12_part_1-a97a9c897c0add01) [INFO] [stdout] [INFO] [stdout] running 7 tests [INFO] [stdout] test tests::base_cases::single_hash ... ok [INFO] [stdout] test tests::base_cases::single_question_mark_with_zero ... ok [INFO] [stdout] test tests::base_cases::single_dot ... ok [INFO] [stdout] test tests::base_cases::single_question_mark_with_one ... ok [INFO] [stdout] test tests::base_cases::single_hash_with_two_counts ... ok [INFO] [stdout] test tests::check_test_input ... ok [INFO] [stdout] test tests::check_full_input ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.05s [INFO] [stdout] [INFO] [stderr] Running unittests src/bin/day_12_part_2.rs (/opt/rustwide/target/debug/deps/day_12_part_2-f015d0417d318c0a) [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stdout] test tests::check_test_input ... ok [INFO] [stdout] test tests::check_full_input ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.14s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "91ea9feee02a779ddac04294f1813f84d6c8b62a5fd78577ef5fe3831fe5b240", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "91ea9feee02a779ddac04294f1813f84d6c8b62a5fd78577ef5fe3831fe5b240", kill_on_drop: false }` [INFO] [stdout] 91ea9feee02a779ddac04294f1813f84d6c8b62a5fd78577ef5fe3831fe5b240