[INFO] cloning repository https://github.com/johnny88/aoc2020
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/johnny88/aoc2020" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjohnny88%2Faoc2020", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjohnny88%2Faoc2020'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] bc8d9c12e1b4cb3593741acc137d7bf4cf296504
[INFO] testing johnny88/aoc2020 against try#db823df02fd0c2cf67b43025ac3fef3f2d743245 for pr-150681
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjohnny88%2Faoc2020" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/johnny88/aoc2020
[INFO] finished tweaking git repo https://github.com/johnny88/aoc2020
[INFO] tweaked toml for git repo https://github.com/johnny88/aoc2020 written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/johnny88/aoc2020 on toolchain db823df02fd0c2cf67b43025ac3fef3f2d743245
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/johnny88/aoc2020 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" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] e40b0cbd3412abd5f9091fe1a69377ee65433998bae0ea59ccd9093dfd9c4043
[INFO] running `Command { std: "docker" "start" "-a" "e40b0cbd3412abd5f9091fe1a69377ee65433998bae0ea59ccd9093dfd9c4043", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "e40b0cbd3412abd5f9091fe1a69377ee65433998bae0ea59ccd9093dfd9c4043", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e40b0cbd3412abd5f9091fe1a69377ee65433998bae0ea59ccd9093dfd9c4043", kill_on_drop: false }`
[INFO] [stdout] e40b0cbd3412abd5f9091fe1a69377ee65433998bae0ea59ccd9093dfd9c4043
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] c4e896e2bf31fea7c73219da80ad315725b191cc19b7379a2bd287bababa054f
[INFO] running `Command { std: "docker" "start" "-a" "c4e896e2bf31fea7c73219da80ad315725b191cc19b7379a2bd287bababa054f", kill_on_drop: false }`
[INFO] [stderr]    Compiling crossbeam-utils v0.8.1
[INFO] [stderr]    Compiling memoffset v0.6.1
[INFO] [stderr]    Compiling const_fn v0.4.3
[INFO] [stderr]    Compiling libc v0.2.81
[INFO] [stderr]    Compiling rayon-core v1.9.0
[INFO] [stderr]    Compiling rayon v1.5.0
[INFO] [stderr]    Compiling either v1.6.1
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.1
[INFO] [stderr]    Compiling crossbeam-channel v0.5.0
[INFO] [stderr]    Compiling num_cpus v1.13.0
[INFO] [stderr]    Compiling crossbeam-deque v0.8.0
[INFO] [stderr]    Compiling advent_of_code v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: multiple lines skipped by escaped newline
[INFO] [stdout]    --> src/day04.rs:142:48
[INFO] [stdout]     |
[INFO] [stdout] 142 |           byr:1937 iyr:2017 cid:147 hgt:183cm\n\n\
[INFO] [stdout]     |  ________________________________________________^
[INFO] [stdout] 143 | |
[INFO] [stdout] 144 | |         iyr:2013 ecl:amb cid:350 eyr:2023 pid:028048884\n\
[INFO] [stdout]     | |________^ skipping everything up to and including this point
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple lines skipped by escaped newline
[INFO] [stdout]    --> src/day04.rs:145:33
[INFO] [stdout]     |
[INFO] [stdout] 145 |           hcl:#cfa07d byr:1929\n\n\
[INFO] [stdout]     |  _________________________________^
[INFO] [stdout] 146 | |
[INFO] [stdout] 147 | |         hcl:#ae17e1 iyr:2013\n\
[INFO] [stdout]     | |________^ skipping everything up to and including this point
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple lines skipped by escaped newline
[INFO] [stdout]    --> src/day04.rs:150:22
[INFO] [stdout]     |
[INFO] [stdout] 150 |           hgt:179cm\n\n\
[INFO] [stdout]     |  ______________________^
[INFO] [stdout] 151 | |
[INFO] [stdout] 152 | |         hcl:#cfa07d eyr:2025 pid:166559648\n\
[INFO] [stdout]     | |________^ skipping everything up to and including this point
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple lines skipped by escaped newline
[INFO] [stdout]    --> src/day04.rs:156:68
[INFO] [stdout]     |
[INFO] [stdout] 156 |           hcl:#18171d ecl:amb hgt:170 pid:186cm iyr:2018 byr:1926\n\n\
[INFO] [stdout]     |  ____________________________________________________________________^
[INFO] [stdout] 157 | |
[INFO] [stdout] 158 | |         iyr:2019\n\
[INFO] [stdout]     | |________^ skipping everything up to and including this point
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple lines skipped by escaped newline
[INFO] [stdout]    --> src/day04.rs:160:43
[INFO] [stdout]     |
[INFO] [stdout] 160 |           ecl:grn pid:012533040 byr:1946\n\n\
[INFO] [stdout]     |  ___________________________________________^
[INFO] [stdout] 161 | |
[INFO] [stdout] 162 | |         hcl:dab227 iyr:2012\n\
[INFO] [stdout]     | |________^ skipping everything up to and including this point
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple lines skipped by escaped newline
[INFO] [stdout]    --> src/day04.rs:163:70
[INFO] [stdout]     |
[INFO] [stdout] 163 |           ecl:brn hgt:182cm pid:021572410 eyr:2020 byr:1992 cid:277\n\n\
[INFO] [stdout]     |  ______________________________________________________________________^
[INFO] [stdout] 164 | |
[INFO] [stdout] 165 | |         hgt:59cm ecl:zzz\n\
[INFO] [stdout]     | |________^ skipping everything up to and including this point
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple lines skipped by escaped newline
[INFO] [stdout]    --> src/day04.rs:170:24
[INFO] [stdout]     |
[INFO] [stdout] 170 |           hcl:#623a2f\n\n\
[INFO] [stdout]     |  ________________________^
[INFO] [stdout] 171 | |
[INFO] [stdout] 172 | |         eyr:2029 ecl:blu cid:129 byr:1989\n\
[INFO] [stdout]     | |________^ skipping everything up to and including this point
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple lines skipped by escaped newline
[INFO] [stdout]    --> src/day04.rs:173:57
[INFO] [stdout]     |
[INFO] [stdout] 173 |           iyr:2014 pid:896056539 hcl:#a97842 hgt:165cm\n\n\
[INFO] [stdout]     |  _________________________________________________________^
[INFO] [stdout] 174 | |
[INFO] [stdout] 175 | |         hcl:#888785\n\
[INFO] [stdout]     | |________^ skipping everything up to and including this point
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple lines skipped by escaped newline
[INFO] [stdout]    --> src/day04.rs:178:21
[INFO] [stdout]     |
[INFO] [stdout] 178 |           eyr:2022\n\n\
[INFO] [stdout]     |  _____________________^
[INFO] [stdout] 179 | |
[INFO] [stdout] 180 | |         iyr:2010 hgt:158cm hcl:#b6652a ecl:blu byr:1944 eyr:2021 pid:093154719\n\n";
[INFO] [stdout]     | |________^ skipping everything up to and including this point
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple lines skipped by escaped newline
[INFO] [stdout]   --> src/day06.rs:47:39
[INFO] [stdout]    |
[INFO] [stdout] 47 |       const TEST_CASE_1: &str = "abc\n\n\
[INFO] [stdout]    |  _______________________________________^
[INFO] [stdout] 48 | |
[INFO] [stdout] 49 | |         a\n\
[INFO] [stdout]    | |________^ skipping everything up to and including this point
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple lines skipped by escaped newline
[INFO] [stdout]   --> src/day06.rs:51:14
[INFO] [stdout]    |
[INFO] [stdout] 51 |           c\n\n\
[INFO] [stdout]    |  ______________^
[INFO] [stdout] 52 | |
[INFO] [stdout] 53 | |         ab\n\
[INFO] [stdout]    | |________^ skipping everything up to and including this point
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple lines skipped by escaped newline
[INFO] [stdout]   --> src/day06.rs:54:15
[INFO] [stdout]    |
[INFO] [stdout] 54 |           ac\n\n\
[INFO] [stdout]    |  _______________^
[INFO] [stdout] 55 | |
[INFO] [stdout] 56 | |         a\n\
[INFO] [stdout]    | |________^ skipping everything up to and including this point
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple lines skipped by escaped newline
[INFO] [stdout]   --> src/day06.rs:59:14
[INFO] [stdout]    |
[INFO] [stdout] 59 |           a\n\n\
[INFO] [stdout]    |  ______________^
[INFO] [stdout] 60 | |
[INFO] [stdout] 61 | |         b\n";
[INFO] [stdout]    | |________^ skipping everything up to and including this point
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around match arm expression
[INFO] [stdout]   --> src/day10.rs:52:18
[INFO] [stdout]    |
[INFO] [stdout] 52 |             1 => (acc += 1),
[INFO] [stdout]    |                  ^        ^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 52 -             1 => (acc += 1),
[INFO] [stdout] 52 +             1 => acc += 1 ,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/day11.rs:122:54
[INFO] [stdout]     |
[INFO] [stdout] 122 |         let acc = h.iter_mut().fold(0, |mut acc, (_, mut v)| {
[INFO] [stdout]     |                                                      ----^
[INFO] [stdout]     |                                                      |
[INFO] [stdout]     |                                                      help: remove this `mut`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/day11.rs:221:36
[INFO] [stdout]     |
[INFO] [stdout] 221 |         h.iter_mut().for_each(|(_, mut v)| {
[INFO] [stdout]     |                                    ----^
[INFO] [stdout]     |                                    |
[INFO] [stdout]     |                                    help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `nll` has been stable since 1.63.0 and no longer requires an attribute to enable
[INFO] [stdout]  --> src/main.rs:1:12
[INFO] [stdout]   |
[INFO] [stdout] 1 | #![feature(nll)]
[INFO] [stdout]   |            ^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(stable_features)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique
[INFO] [stdout]   --> src/main.rs:66:8
[INFO] [stdout]    |
[INFO] [stdout] 66 |     if to_run.0 != noop {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: the address of the same function can vary between different codegen units
[INFO] [stdout]    = note: furthermore, different functions could have the same address after being merged together
[INFO] [stdout]    = note: for more information visit <https://doc.rust-lang.org/nightly/core/ptr/fn.fn_addr_eq.html>
[INFO] [stdout]    = note: `#[warn(unpredictable_function_pointer_comparisons)]` on by default
[INFO] [stdout] help: refactor your code, or use `std::ptr::fn_addr_eq` to suppress the lint
[INFO] [stdout]    |
[INFO] [stdout] 66 -     if to_run.0 != noop {
[INFO] [stdout] 66 +     if !std::ptr::fn_addr_eq(to_run.0, noop as fn(String)) {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique
[INFO] [stdout]   --> src/main.rs:74:8
[INFO] [stdout]    |
[INFO] [stdout] 74 |     if to_run.1 != noop {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: the address of the same function can vary between different codegen units
[INFO] [stdout]    = note: furthermore, different functions could have the same address after being merged together
[INFO] [stdout]    = note: for more information visit <https://doc.rust-lang.org/nightly/core/ptr/fn.fn_addr_eq.html>
[INFO] [stdout] help: refactor your code, or use `std::ptr::fn_addr_eq` to suppress the lint
[INFO] [stdout]    |
[INFO] [stdout] 74 -     if to_run.1 != noop {
[INFO] [stdout] 74 +     if !std::ptr::fn_addr_eq(to_run.1, noop as fn(String)) {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.70s
[INFO] running `Command { std: "docker" "inspect" "c4e896e2bf31fea7c73219da80ad315725b191cc19b7379a2bd287bababa054f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c4e896e2bf31fea7c73219da80ad315725b191cc19b7379a2bd287bababa054f", kill_on_drop: false }`
[INFO] [stdout] c4e896e2bf31fea7c73219da80ad315725b191cc19b7379a2bd287bababa054f
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 81db7d44551a636a80884860733d4ad67a1d80eb3fc2256905dcba3564f7209b
[INFO] running `Command { std: "docker" "start" "-a" "81db7d44551a636a80884860733d4ad67a1d80eb3fc2256905dcba3564f7209b", kill_on_drop: false }`
[INFO] [stdout] warning: multiple lines skipped by escaped newline
[INFO] [stdout]    --> src/day04.rs:142:48
[INFO] [stdout]     |
[INFO] [stdout] 142 |           byr:1937 iyr:2017 cid:147 hgt:183cm\n\n\
[INFO] [stdout]     |  ________________________________________________^
[INFO] [stdout] 143 | |
[INFO] [stdout] 144 | |         iyr:2013 ecl:amb cid:350 eyr:2023 pid:028048884\n\
[INFO] [stdout]     | |________^ skipping everything up to and including this point
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple lines skipped by escaped newline
[INFO] [stdout]    --> src/day04.rs:145:33
[INFO] [stdout]     |
[INFO] [stdout] 145 |           hcl:#cfa07d byr:1929\n\n\
[INFO] [stdout]     |  _________________________________^
[INFO] [stdout] 146 | |
[INFO] [stdout] 147 | |         hcl:#ae17e1 iyr:2013\n\
[INFO] [stdout]     | |________^ skipping everything up to and including this point
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple lines skipped by escaped newline
[INFO] [stdout]    --> src/day04.rs:150:22
[INFO] [stdout]     |
[INFO] [stdout] 150 |           hgt:179cm\n\n\
[INFO] [stdout]     |  ______________________^
[INFO] [stdout] 151 | |
[INFO] [stdout] 152 | |         hcl:#cfa07d eyr:2025 pid:166559648\n\
[INFO] [stdout]     | |________^ skipping everything up to and including this point
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple lines skipped by escaped newline
[INFO] [stdout]    --> src/day04.rs:156:68
[INFO] [stdout]     |
[INFO] [stdout] 156 |           hcl:#18171d ecl:amb hgt:170 pid:186cm iyr:2018 byr:1926\n\n\
[INFO] [stdout]     |  ____________________________________________________________________^
[INFO] [stdout] 157 | |
[INFO] [stdout] 158 | |         iyr:2019\n\
[INFO] [stdout]     | |________^ skipping everything up to and including this point
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple lines skipped by escaped newline
[INFO] [stdout]    --> src/day04.rs:160:43
[INFO] [stdout]     |
[INFO] [stdout] 160 |           ecl:grn pid:012533040 byr:1946\n\n\
[INFO] [stdout]     |  ___________________________________________^
[INFO] [stdout] 161 | |
[INFO] [stdout] 162 | |         hcl:dab227 iyr:2012\n\
[INFO] [stdout]     | |________^ skipping everything up to and including this point
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple lines skipped by escaped newline
[INFO] [stdout]    --> src/day04.rs:163:70
[INFO] [stdout]     |
[INFO] [stdout] 163 |           ecl:brn hgt:182cm pid:021572410 eyr:2020 byr:1992 cid:277\n\n\
[INFO] [stdout]     |  ______________________________________________________________________^
[INFO] [stdout] 164 | |
[INFO] [stdout] 165 | |         hgt:59cm ecl:zzz\n\
[INFO] [stdout]     | |________^ skipping everything up to and including this point
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple lines skipped by escaped newline
[INFO] [stdout]    --> src/day04.rs:170:24
[INFO] [stdout]     |
[INFO] [stdout] 170 |           hcl:#623a2f\n\n\
[INFO] [stdout]     |  ________________________^
[INFO] [stdout] 171 | |
[INFO] [stdout] 172 | |         eyr:2029 ecl:blu cid:129 byr:1989\n\
[INFO] [stdout]     | |________^ skipping everything up to and including this point
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple lines skipped by escaped newline
[INFO] [stdout]    --> src/day04.rs:173:57
[INFO] [stdout]     |
[INFO] [stdout] 173 |           iyr:2014 pid:896056539 hcl:#a97842 hgt:165cm\n\n\
[INFO] [stdout]     |  _________________________________________________________^
[INFO] [stdout] 174 | |
[INFO] [stdout] 175 | |         hcl:#888785\n\
[INFO] [stdout]     | |________^ skipping everything up to and including this point
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple lines skipped by escaped newline
[INFO] [stdout]    --> src/day04.rs:178:21
[INFO] [stdout]     |
[INFO] [stdout] 178 |           eyr:2022\n\n\
[INFO] [stdout]     |  _____________________^
[INFO] [stdout] 179 | |
[INFO] [stdout] 180 | |         iyr:2010 hgt:158cm hcl:#b6652a ecl:blu byr:1944 eyr:2021 pid:093154719\n\n";
[INFO] [stdout]     | |________^ skipping everything up to and including this point
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple lines skipped by escaped newline
[INFO] [stdout]   --> src/day06.rs:47:39
[INFO] [stdout]    |
[INFO] [stdout] 47 |       const TEST_CASE_1: &str = "abc\n\n\
[INFO] [stdout]    |  _______________________________________^
[INFO] [stdout] 48 | |
[INFO] [stdout] 49 | |         a\n\
[INFO] [stdout]    | |________^ skipping everything up to and including this point
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple lines skipped by escaped newline
[INFO] [stdout]   --> src/day06.rs:51:14
[INFO] [stdout]    |
[INFO] [stdout] 51 |           c\n\n\
[INFO] [stdout]    |  ______________^
[INFO] [stdout] 52 | |
[INFO] [stdout] 53 | |         ab\n\
[INFO] [stdout]    | |________^ skipping everything up to and including this point
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple lines skipped by escaped newline
[INFO] [stdout]   --> src/day06.rs:54:15
[INFO] [stdout]    |
[INFO] [stdout] 54 |           ac\n\n\
[INFO] [stdout]    |  _______________^
[INFO] [stdout] 55 | |
[INFO] [stdout] 56 | |         a\n\
[INFO] [stdout]    | |________^ skipping everything up to and including this point
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple lines skipped by escaped newline
[INFO] [stdout]   --> src/day06.rs:59:14
[INFO] [stdout]    |
[INFO] [stdout] 59 |           a\n\n\
[INFO] [stdout]    |  ______________^
[INFO] [stdout] 60 | |
[INFO] [stdout] 61 | |         b\n";
[INFO] [stdout]    | |________^ skipping everything up to and including this point
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around match arm expression
[INFO] [stdout]   --> src/day10.rs:52:18
[INFO] [stdout]    |
[INFO] [stdout] 52 |             1 => (acc += 1),
[INFO] [stdout]    |                  ^        ^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 52 -             1 => (acc += 1),
[INFO] [stdout] 52 +             1 => acc += 1 ,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/day11.rs:122:54
[INFO] [stdout]     |
[INFO] [stdout] 122 |         let acc = h.iter_mut().fold(0, |mut acc, (_, mut v)| {
[INFO] [stdout]     |                                                      ----^
[INFO] [stdout]     |                                                      |
[INFO] [stdout]     |                                                      help: remove this `mut`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/day11.rs:221:36
[INFO] [stdout]     |
[INFO] [stdout] 221 |         h.iter_mut().for_each(|(_, mut v)| {
[INFO] [stdout]     |                                    ----^
[INFO] [stdout]     |                                    |
[INFO] [stdout]     |                                    help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling advent_of_code v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: multiple lines skipped by escaped newline
[INFO] [stdout]    --> src/day04.rs:142:48
[INFO] [stdout]     |
[INFO] [stdout] 142 |           byr:1937 iyr:2017 cid:147 hgt:183cm\n\n\
[INFO] [stdout]     |  ________________________________________________^
[INFO] [stdout] 143 | |
[INFO] [stdout] 144 | |         iyr:2013 ecl:amb cid:350 eyr:2023 pid:028048884\n\
[INFO] [stdout]     | |________^ skipping everything up to and including this point
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple lines skipped by escaped newline
[INFO] [stdout]    --> src/day04.rs:145:33
[INFO] [stdout]     |
[INFO] [stdout] 145 |           hcl:#cfa07d byr:1929\n\n\
[INFO] [stdout]     |  _________________________________^
[INFO] [stdout] 146 | |
[INFO] [stdout] 147 | |         hcl:#ae17e1 iyr:2013\n\
[INFO] [stdout]     | |________^ skipping everything up to and including this point
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple lines skipped by escaped newline
[INFO] [stdout]    --> src/day04.rs:150:22
[INFO] [stdout]     |
[INFO] [stdout] 150 |           hgt:179cm\n\n\
[INFO] [stdout]     |  ______________________^
[INFO] [stdout] 151 | |
[INFO] [stdout] 152 | |         hcl:#cfa07d eyr:2025 pid:166559648\n\
[INFO] [stdout]     | |________^ skipping everything up to and including this point
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple lines skipped by escaped newline
[INFO] [stdout]    --> src/day04.rs:156:68
[INFO] [stdout]     |
[INFO] [stdout] 156 |           hcl:#18171d ecl:amb hgt:170 pid:186cm iyr:2018 byr:1926\n\n\
[INFO] [stdout]     |  ____________________________________________________________________^
[INFO] [stdout] 157 | |
[INFO] [stdout] 158 | |         iyr:2019\n\
[INFO] [stdout]     | |________^ skipping everything up to and including this point
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple lines skipped by escaped newline
[INFO] [stdout]    --> src/day04.rs:160:43
[INFO] [stdout]     |
[INFO] [stdout] 160 |           ecl:grn pid:012533040 byr:1946\n\n\
[INFO] [stdout]     |  ___________________________________________^
[INFO] [stdout] 161 | |
[INFO] [stdout] 162 | |         hcl:dab227 iyr:2012\n\
[INFO] [stdout]     | |________^ skipping everything up to and including this point
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple lines skipped by escaped newline
[INFO] [stdout]    --> src/day04.rs:163:70
[INFO] [stdout]     |
[INFO] [stdout] 163 |           ecl:brn hgt:182cm pid:021572410 eyr:2020 byr:1992 cid:277\n\n\
[INFO] [stdout]     |  ______________________________________________________________________^
[INFO] [stdout] 164 | |
[INFO] [stdout] 165 | |         hgt:59cm ecl:zzz\n\
[INFO] [stdout]     | |________^ skipping everything up to and including this point
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple lines skipped by escaped newline
[INFO] [stdout]    --> src/day04.rs:170:24
[INFO] [stdout]     |
[INFO] [stdout] 170 |           hcl:#623a2f\n\n\
[INFO] [stdout]     |  ________________________^
[INFO] [stdout] 171 | |
[INFO] [stdout] 172 | |         eyr:2029 ecl:blu cid:129 byr:1989\n\
[INFO] [stdout]     | |________^ skipping everything up to and including this point
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple lines skipped by escaped newline
[INFO] [stdout]    --> src/day04.rs:173:57
[INFO] [stdout]     |
[INFO] [stdout] 173 |           iyr:2014 pid:896056539 hcl:#a97842 hgt:165cm\n\n\
[INFO] [stdout]     |  _________________________________________________________^
[INFO] [stdout] 174 | |
[INFO] [stdout] 175 | |         hcl:#888785\n\
[INFO] [stdout]     | |________^ skipping everything up to and including this point
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple lines skipped by escaped newline
[INFO] [stdout]    --> src/day04.rs:178:21
[INFO] [stdout]     |
[INFO] [stdout] 178 |           eyr:2022\n\n\
[INFO] [stdout]     |  _____________________^
[INFO] [stdout] 179 | |
[INFO] [stdout] 180 | |         iyr:2010 hgt:158cm hcl:#b6652a ecl:blu byr:1944 eyr:2021 pid:093154719\n\n";
[INFO] [stdout]     | |________^ skipping everything up to and including this point
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple lines skipped by escaped newline
[INFO] [stdout]   --> src/day06.rs:47:39
[INFO] [stdout]    |
[INFO] [stdout] 47 |       const TEST_CASE_1: &str = "abc\n\n\
[INFO] [stdout]    |  _______________________________________^
[INFO] [stdout] 48 | |
[INFO] [stdout] 49 | |         a\n\
[INFO] [stdout]    | |________^ skipping everything up to and including this point
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple lines skipped by escaped newline
[INFO] [stdout]   --> src/day06.rs:51:14
[INFO] [stdout]    |
[INFO] [stdout] 51 |           c\n\n\
[INFO] [stdout]    |  ______________^
[INFO] [stdout] 52 | |
[INFO] [stdout] 53 | |         ab\n\
[INFO] [stdout]    | |________^ skipping everything up to and including this point
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple lines skipped by escaped newline
[INFO] [stdout]   --> src/day06.rs:54:15
[INFO] [stdout]    |
[INFO] [stdout] 54 |           ac\n\n\
[INFO] [stdout]    |  _______________^
[INFO] [stdout] 55 | |
[INFO] [stdout] 56 | |         a\n\
[INFO] [stdout]    | |________^ skipping everything up to and including this point
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple lines skipped by escaped newline
[INFO] [stdout]   --> src/day06.rs:59:14
[INFO] [stdout]    |
[INFO] [stdout] 59 |           a\n\n\
[INFO] [stdout]    |  ______________^
[INFO] [stdout] 60 | |
[INFO] [stdout] 61 | |         b\n";
[INFO] [stdout]    | |________^ skipping everything up to and including this point
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around match arm expression
[INFO] [stdout]   --> src/day10.rs:52:18
[INFO] [stdout]    |
[INFO] [stdout] 52 |             1 => (acc += 1),
[INFO] [stdout]    |                  ^        ^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 52 -             1 => (acc += 1),
[INFO] [stdout] 52 +             1 => acc += 1 ,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `nll` has been stable since 1.63.0 and no longer requires an attribute to enable
[INFO] [stdout]  --> src/main.rs:1:12
[INFO] [stdout]   |
[INFO] [stdout] 1 | #![feature(nll)]
[INFO] [stdout]   |            ^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(stable_features)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique
[INFO] [stdout]   --> src/main.rs:66:8
[INFO] [stdout]    |
[INFO] [stdout] 66 |     if to_run.0 != noop {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: the address of the same function can vary between different codegen units
[INFO] [stdout]    = note: furthermore, different functions could have the same address after being merged together
[INFO] [stdout]    = note: for more information visit <https://doc.rust-lang.org/nightly/core/ptr/fn.fn_addr_eq.html>
[INFO] [stdout]    = note: `#[warn(unpredictable_function_pointer_comparisons)]` on by default
[INFO] [stdout] help: refactor your code, or use `std::ptr::fn_addr_eq` to suppress the lint
[INFO] [stdout]    |
[INFO] [stdout] 66 -     if to_run.0 != noop {
[INFO] [stdout] 66 +     if !std::ptr::fn_addr_eq(to_run.0, noop as fn(String)) {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique
[INFO] [stdout]   --> src/main.rs:74:8
[INFO] [stdout]    |
[INFO] [stdout] 74 |     if to_run.1 != noop {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: the address of the same function can vary between different codegen units
[INFO] [stdout]    = note: furthermore, different functions could have the same address after being merged together
[INFO] [stdout]    = note: for more information visit <https://doc.rust-lang.org/nightly/core/ptr/fn.fn_addr_eq.html>
[INFO] [stdout] help: refactor your code, or use `std::ptr::fn_addr_eq` to suppress the lint
[INFO] [stdout]    |
[INFO] [stdout] 74 -     if to_run.1 != noop {
[INFO] [stdout] 74 +     if !std::ptr::fn_addr_eq(to_run.1, noop as fn(String)) {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/day11.rs:122:54
[INFO] [stdout]     |
[INFO] [stdout] 122 |         let acc = h.iter_mut().fold(0, |mut acc, (_, mut v)| {
[INFO] [stdout]     |                                                      ----^
[INFO] [stdout]     |                                                      |
[INFO] [stdout]     |                                                      help: remove this `mut`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/day11.rs:221:36
[INFO] [stdout]     |
[INFO] [stdout] 221 |         h.iter_mut().for_each(|(_, mut v)| {
[INFO] [stdout]     |                                    ----^
[INFO] [stdout]     |                                    |
[INFO] [stdout]     |                                    help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 2.28s
[INFO] running `Command { std: "docker" "inspect" "81db7d44551a636a80884860733d4ad67a1d80eb3fc2256905dcba3564f7209b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "81db7d44551a636a80884860733d4ad67a1d80eb3fc2256905dcba3564f7209b", kill_on_drop: false }`
[INFO] [stdout] 81db7d44551a636a80884860733d4ad67a1d80eb3fc2256905dcba3564f7209b
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] b8850a24401615105ee755fecb15f27669d6af2c62ab6a76cc2dc18c99bee74b
[INFO] running `Command { std: "docker" "start" "-a" "b8850a24401615105ee755fecb15f27669d6af2c62ab6a76cc2dc18c99bee74b", kill_on_drop: false }`
[INFO] [stderr] warning: multiple lines skipped by escaped newline
[INFO] [stderr]    --> src/day04.rs:142:48
[INFO] [stderr]     |
[INFO] [stderr] 142 |           byr:1937 iyr:2017 cid:147 hgt:183cm\n\n\
[INFO] [stderr]     |  ________________________________________________^
[INFO] [stderr] 143 | |
[INFO] [stderr] 144 | |         iyr:2013 ecl:amb cid:350 eyr:2023 pid:028048884\n\
[INFO] [stderr]     | |________^ skipping everything up to and including this point
[INFO] [stderr] 
[INFO] [stderr] warning: multiple lines skipped by escaped newline
[INFO] [stderr]    --> src/day04.rs:145:33
[INFO] [stderr]     |
[INFO] [stderr] 145 |           hcl:#cfa07d byr:1929\n\n\
[INFO] [stderr]     |  _________________________________^
[INFO] [stderr] 146 | |
[INFO] [stderr] 147 | |         hcl:#ae17e1 iyr:2013\n\
[INFO] [stderr]     | |________^ skipping everything up to and including this point
[INFO] [stderr] 
[INFO] [stderr] warning: multiple lines skipped by escaped newline
[INFO] [stderr]    --> src/day04.rs:150:22
[INFO] [stderr]     |
[INFO] [stderr] 150 |           hgt:179cm\n\n\
[INFO] [stderr]     |  ______________________^
[INFO] [stderr] 151 | |
[INFO] [stderr] 152 | |         hcl:#cfa07d eyr:2025 pid:166559648\n\
[INFO] [stderr]     | |________^ skipping everything up to and including this point
[INFO] [stderr] 
[INFO] [stderr] warning: multiple lines skipped by escaped newline
[INFO] [stderr]    --> src/day04.rs:156:68
[INFO] [stderr]     |
[INFO] [stderr] 156 |           hcl:#18171d ecl:amb hgt:170 pid:186cm iyr:2018 byr:1926\n\n\
[INFO] [stderr]     |  ____________________________________________________________________^
[INFO] [stderr] 157 | |
[INFO] [stderr] 158 | |         iyr:2019\n\
[INFO] [stderr]     | |________^ skipping everything up to and including this point
[INFO] [stderr] 
[INFO] [stderr] warning: multiple lines skipped by escaped newline
[INFO] [stderr]    --> src/day04.rs:160:43
[INFO] [stderr]     |
[INFO] [stderr] 160 |           ecl:grn pid:012533040 byr:1946\n\n\
[INFO] [stderr]     |  ___________________________________________^
[INFO] [stderr] 161 | |
[INFO] [stderr] 162 | |         hcl:dab227 iyr:2012\n\
[INFO] [stderr]     | |________^ skipping everything up to and including this point
[INFO] [stderr] 
[INFO] [stderr] warning: multiple lines skipped by escaped newline
[INFO] [stderr]    --> src/day04.rs:163:70
[INFO] [stderr]     |
[INFO] [stderr] 163 |           ecl:brn hgt:182cm pid:021572410 eyr:2020 byr:1992 cid:277\n\n\
[INFO] [stderr]     |  ______________________________________________________________________^
[INFO] [stderr] 164 | |
[INFO] [stderr] 165 | |         hgt:59cm ecl:zzz\n\
[INFO] [stderr]     | |________^ skipping everything up to and including this point
[INFO] [stderr] 
[INFO] [stderr] warning: multiple lines skipped by escaped newline
[INFO] [stderr]    --> src/day04.rs:170:24
[INFO] [stderr]     |
[INFO] [stderr] 170 |           hcl:#623a2f\n\n\
[INFO] [stderr]     |  ________________________^
[INFO] [stderr] 171 | |
[INFO] [stderr] 172 | |         eyr:2029 ecl:blu cid:129 byr:1989\n\
[INFO] [stderr]     | |________^ skipping everything up to and including this point
[INFO] [stderr] 
[INFO] [stderr] warning: multiple lines skipped by escaped newline
[INFO] [stderr]    --> src/day04.rs:173:57
[INFO] [stderr]     |
[INFO] [stderr] 173 |           iyr:2014 pid:896056539 hcl:#a97842 hgt:165cm\n\n\
[INFO] [stderr]     |  _________________________________________________________^
[INFO] [stderr] 174 | |
[INFO] [stderr] 175 | |         hcl:#888785\n\
[INFO] [stderr]     | |________^ skipping everything up to and including this point
[INFO] [stderr] 
[INFO] [stderr] warning: multiple lines skipped by escaped newline
[INFO] [stderr]    --> src/day04.rs:178:21
[INFO] [stderr]     |
[INFO] [stderr] 178 |           eyr:2022\n\n\
[INFO] [stderr]     |  _____________________^
[INFO] [stderr] 179 | |
[INFO] [stderr] 180 | |         iyr:2010 hgt:158cm hcl:#b6652a ecl:blu byr:1944 eyr:2021 pid:093154719\n\n";
[INFO] [stderr]     | |________^ skipping everything up to and including this point
[INFO] [stderr] 
[INFO] [stderr] warning: multiple lines skipped by escaped newline
[INFO] [stderr]   --> src/day06.rs:47:39
[INFO] [stderr]    |
[INFO] [stderr] 47 |       const TEST_CASE_1: &str = "abc\n\n\
[INFO] [stderr]    |  _______________________________________^
[INFO] [stderr] 48 | |
[INFO] [stderr] 49 | |         a\n\
[INFO] [stderr]    | |________^ skipping everything up to and including this point
[INFO] [stderr] 
[INFO] [stderr] warning: multiple lines skipped by escaped newline
[INFO] [stderr]   --> src/day06.rs:51:14
[INFO] [stderr]    |
[INFO] [stderr] 51 |           c\n\n\
[INFO] [stderr]    |  ______________^
[INFO] [stderr] 52 | |
[INFO] [stderr] 53 | |         ab\n\
[INFO] [stderr]    | |________^ skipping everything up to and including this point
[INFO] [stderr] 
[INFO] [stderr] warning: multiple lines skipped by escaped newline
[INFO] [stderr]   --> src/day06.rs:54:15
[INFO] [stderr]    |
[INFO] [stderr] 54 |           ac\n\n\
[INFO] [stderr]    |  _______________^
[INFO] [stderr] 55 | |
[INFO] [stderr] 56 | |         a\n\
[INFO] [stderr]    | |________^ skipping everything up to and including this point
[INFO] [stderr] 
[INFO] [stderr] warning: multiple lines skipped by escaped newline
[INFO] [stderr]   --> src/day06.rs:59:14
[INFO] [stderr]    |
[INFO] [stderr] 59 |           a\n\n\
[INFO] [stderr]    |  ______________^
[INFO] [stderr] 60 | |
[INFO] [stderr] 61 | |         b\n";
[INFO] [stderr]    | |________^ skipping everything up to and including this point
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around match arm expression
[INFO] [stderr]   --> src/day10.rs:52:18
[INFO] [stderr]    |
[INFO] [stderr] 52 |             1 => (acc += 1),
[INFO] [stderr]    |                  ^        ^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] help: remove these parentheses
[INFO] [stderr]    |
[INFO] [stderr] 52 -             1 => (acc += 1),
[INFO] [stderr] 52 +             1 => acc += 1 ,
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: variable does not need to be mutable
[INFO] [stderr]    --> src/day11.rs:122:54
[INFO] [stderr]     |
[INFO] [stderr] 122 |         let acc = h.iter_mut().fold(0, |mut acc, (_, mut v)| {
[INFO] [stderr]     |                                                      ----^
[INFO] [stderr]     |                                                      |
[INFO] [stderr]     |                                                      help: remove this `mut`
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: variable does not need to be mutable
[INFO] [stderr]    --> src/day11.rs:221:36
[INFO] [stderr]     |
[INFO] [stderr] 221 |         h.iter_mut().for_each(|(_, mut v)| {
[INFO] [stderr]     |                                    ----^
[INFO] [stderr]     |                                    |
[INFO] [stderr]     |                                    help: remove this `mut`
[INFO] [stderr] 
[INFO] [stderr] warning: `advent_of_code` (lib) generated 16 warnings (run `cargo fix --lib -p advent_of_code` to apply 3 suggestions)
[INFO] [stderr] warning: `advent_of_code` (lib test) generated 16 warnings (16 duplicates)
[INFO] [stderr] warning: the feature `nll` has been stable since 1.63.0 and no longer requires an attribute to enable
[INFO] [stderr]  --> src/main.rs:1:12
[INFO] [stderr]   |
[INFO] [stderr] 1 | #![feature(nll)]
[INFO] [stderr]   |            ^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(stable_features)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique
[INFO] [stderr]   --> src/main.rs:66:8
[INFO] [stderr]    |
[INFO] [stderr] 66 |     if to_run.0 != noop {
[INFO] [stderr]    |        ^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: the address of the same function can vary between different codegen units
[INFO] [stderr]    = note: furthermore, different functions could have the same address after being merged together
[INFO] [stderr]    = note: for more information visit <https://doc.rust-lang.org/nightly/core/ptr/fn.fn_addr_eq.html>
[INFO] [stderr]    = note: `#[warn(unpredictable_function_pointer_comparisons)]` on by default
[INFO] [stderr] help: refactor your code, or use `std::ptr::fn_addr_eq` to suppress the lint
[INFO] [stderr]    |
[INFO] [stderr] 66 -     if to_run.0 != noop {
[INFO] [stderr] 66 +     if !std::ptr::fn_addr_eq(to_run.0, noop as fn(String)) {
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique
[INFO] [stderr]   --> src/main.rs:74:8
[INFO] [stderr]    |
[INFO] [stderr] 74 |     if to_run.1 != noop {
[INFO] [stderr]    |        ^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: the address of the same function can vary between different codegen units
[INFO] [stderr]    = note: furthermore, different functions could have the same address after being merged together
[INFO] [stderr]    = note: for more information visit <https://doc.rust-lang.org/nightly/core/ptr/fn.fn_addr_eq.html>
[INFO] [stderr] help: refactor your code, or use `std::ptr::fn_addr_eq` to suppress the lint
[INFO] [stderr]    |
[INFO] [stderr] 74 -     if to_run.1 != noop {
[INFO] [stderr] 74 +     if !std::ptr::fn_addr_eq(to_run.1, noop as fn(String)) {
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: `advent_of_code` (bin "advent_of_code" test) generated 3 warnings
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.09s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/advent_of_code-02df70d85001d144)
[INFO] [stdout] 
[INFO] [stdout] running 58 tests
[INFO] [stdout] test day02::tests::day2_part1_test_case_1 ... ok
[INFO] [stdout] test day02::tests::day2_part2_test_case_1 ... ok
[INFO] [stdout] test day03::tests::day3_part1_test_case_1 ... ok
[INFO] [stdout] test day04::tests::day4_part2_test_case_1 ... ok
[INFO] [stdout] test day03::tests::day3_part2_test_case_1 ... ok
[INFO] [stdout] test day06::tests::day6_part_1_test_case_1 ... ok
[INFO] [stdout] test day06::tests::day6_part_2_test_case_1 ... ok
[INFO] [stdout] test day07::tests::day7_part_1_test_case_1 ... ok
[INFO] [stdout] test day07::tests::day7_part_2_test_case_2 ... ok
[INFO] [stdout] test day05::tests::day5_test_col ... ok
[INFO] [stdout] test day05::tests::day5_test_row ... ok
[INFO] [stdout] test day04::tests::day4_part2_test_case_2 ... ok
[INFO] [stdout] test day10::tests::day10_part1_case1 ... ok
[INFO] [stdout] test day05::tests::day5_test_seat_id ... ok
[INFO] [stdout] test day07::tests::day7_part_2_test_case_1 ... ok
[INFO] [stdout] test day04::tests::day4_part1_test_case_1 ... ok
[INFO] [stdout] test day09::tests::day9_part1_case_1 ... ok
[INFO] [stdout] test day08::tests::day8_part1_case_1 ... ok
[INFO] [stdout] test day10::tests::day10_part1_case2 ... ok
[INFO] [stdout] test day08::tests::day8_part2_case_1 ... ok
[INFO] [stdout] test day10::tests::day10_part2_case1 ... ok
[INFO] [stdout] test day11::tests::day11_part_1 ... ok
[INFO] [stdout] test day11::tests::day11_part_2 ... ok
[INFO] [stdout] test day11::tests::day11_part_2_adj_test_case_3 ... ok
[INFO] [stdout] test day10::tests::day10_part2_case2 ... ok
[INFO] [stdout] test day12::tests::day12_part2 ... ok
[INFO] [stdout] test day13::tests::day13_part2_ts1 ... ok
[INFO] [stdout] test day13::tests::day13_part2_ts2 ... ok
[INFO] [stdout] test day13::tests::day13_part2_ts4 ... ok
[INFO] [stdout] test day13::tests::day13_part2_ts3 ... ok
[INFO] [stdout] test day12::tests::day12_part1 ... ok
[INFO] [stdout] test day13::tests::day13_part1 ... ok
[INFO] [stdout] test day13::tests::day13_part2_ts5 ... ok
[INFO] [stdout] test day13::tests::day13_part2_ts6 ... ok
[INFO] [stdout] test day14::tests::day14_part2 ... ok
[INFO] [stdout] test day16::tests::day16_ts1 ... ok
[INFO] [stdout] test day16::tests::day16_ts2 ... ok
[INFO] [stdout] test day15::tests::day15_ts2 ... ok
[INFO] [stdout] test day09::tests::day9_part2_case_1 ... ok
[INFO] [stdout] test day15::tests::day15_ts1 ... ok
[INFO] [stdout] test day18::tests::day18_ts1 ... ok
[INFO] [stdout] test day18::tests::day18_ts10 ... ok
[INFO] [stdout] test day18::tests::day18_ts11 ... ok
[INFO] [stdout] test day18::tests::day18_ts3 ... ok
[INFO] [stdout] test day18::tests::day18_ts12 ... ok
[INFO] [stdout] test day18::tests::day18_ts4 ... ok
[INFO] [stdout] test day18::tests::day18_ts5 ... ok
[INFO] [stdout] test day18::tests::day18_ts6 ... ok
[INFO] [stdout] test day18::tests::day18_ts8 ... ok
[INFO] [stdout] test day18::tests::day18_ts9 ... ok
[INFO] [stdout] test day18::tests::day18_ts7 ... ok
[INFO] [stdout] test day11::tests::day11_part_2_adj_test_case_1 ... ok
[INFO] [stdout] test day11::tests::day11_part_2_adj_test_case_2 ... ok
[INFO] [stdout] test day18::tests::day18_ts2 ... ok
[INFO] [stdout] test day19::tests::day19_ts1 ... FAILED
[INFO] [stdout] test day17::tests::day17_ts1 ... ok
[INFO] [stdout] test day17::tests::day17_ts2 ... ok
[INFO] [stdout] test day15::tests::day15_ts3 ... ok
[INFO] [stderr] error: test failed, to rerun pass `--lib`
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- day19::tests::day19_ts1 stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'day19::tests::day19_ts1' (82) panicked at src/day19.rs:4:32:
[INFO] [stdout] called `Option::unwrap()` on a `None` value
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x58d4d33a6ae2 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x58d4d33a6ae2 - std[3f03f8b59f91bef1]::backtrace_rs::backtrace::trace_unsynchronized::<std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x58d4d33a6ae2 - std[3f03f8b59f91bef1]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x58d4d33a6ae2 - <<std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[585f66e14d78f9ba]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x58d4d33bb73a - <core[585f66e14d78f9ba]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x58d4d33bb73a - core[585f66e14d78f9ba]::fmt::write
[INFO] [stdout]    6:     0x58d4d33abb26 - std[3f03f8b59f91bef1]::io::default_write_fmt::<alloc[15e7b27aba85d2e2]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x58d4d33abb26 - <alloc[15e7b27aba85d2e2]::vec::Vec<u8> as std[3f03f8b59f91bef1]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x58d4d3384b0f - <std[3f03f8b59f91bef1]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x58d4d3384b0f - std[3f03f8b59f91bef1]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x58d4d339e999 - std[3f03f8b59f91bef1]::panicking::default_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x58d4d32e4cde - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x58d4d32e4cde - test[30224e0cb089acd2]::test_main_with_exit_callback::<test[30224e0cb089acd2]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x58d4d339ec02 - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn for<'a, 'b> core[585f66e14d78f9ba]::ops::function::Fn<(&'a std[3f03f8b59f91bef1]::panic::PanicHookInfo<'b>,), Output = ()> + core[585f66e14d78f9ba]::marker::Sync + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::Fn<(&std[3f03f8b59f91bef1]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x58d4d339ec02 - std[3f03f8b59f91bef1]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x58d4d3384bfa - std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:691:13
[INFO] [stdout]   16:     0x58d4d3379d89 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_end_short_backtrace::<std[3f03f8b59f91bef1]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x58d4d3385a1d - __rustc[caa99d26c7bae192]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x58d4d33bbe4c - core[585f66e14d78f9ba]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x58d4d33bbe12 - core[585f66e14d78f9ba]::panicking::panic
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panicking.rs:150:5
[INFO] [stdout]   20:     0x58d4d33bbb69 - core[585f66e14d78f9ba]::option::unwrap_failed
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/option.rs:2199:5
[INFO] [stdout]   21:     0x58d4d32a8563 - <core[585f66e14d78f9ba]::option::Option<&alloc[15e7b27aba85d2e2]::string::String>>::unwrap
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/option.rs:1016:21
[INFO] [stdout]   22:     0x58d4d32a8563 - advent_of_code[6d2daa8ee91dae8f]::day19::create_cases_from_rule
[INFO] [stdout]                                at /opt/rustwide/workdir/src/day19.rs:4:32
[INFO] [stdout]   23:     0x58d4d32a93e7 - advent_of_code[6d2daa8ee91dae8f]::day19::part1
[INFO] [stdout]                                at /opt/rustwide/workdir/src/day19.rs:71:21
[INFO] [stdout]   24:     0x58d4d32b01f0 - advent_of_code[6d2daa8ee91dae8f]::day19::tests::day19_ts1
[INFO] [stdout]                                at /opt/rustwide/workdir/src/day19.rs:151:9
[INFO] [stdout]   25:     0x58d4d32af247 - advent_of_code[6d2daa8ee91dae8f]::day19::tests::day19_ts1::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/day19.rs:150:19
[INFO] [stdout]   26:     0x58d4d32c7456 - <advent_of_code[6d2daa8ee91dae8f]::day19::tests::day19_ts1::{closure#0} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   27:     0x58d4d32d908b - <fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   28:     0x58d4d32d908b - test[30224e0cb089acd2]::__rust_begin_short_backtrace::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, fn() -> core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:663:18
[INFO] [stdout]   29:     0x58d4d32e58ea - test[30224e0cb089acd2]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:74
[INFO] [stdout]   30:     0x58d4d32e58ea - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   31:     0x58d4d32e58ea - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   32:     0x58d4d32e58ea - std[3f03f8b59f91bef1]::panicking::catch_unwind::<core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>, core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   33:     0x58d4d32e58ea - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<test[30224e0cb089acd2]::run_test_in_process::{closure#0}>, core[585f66e14d78f9ba]::result::Result<(), alloc[15e7b27aba85d2e2]::string::String>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   34:     0x58d4d32e58ea - test[30224e0cb089acd2]::run_test_in_process
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:27
[INFO] [stdout]   35:     0x58d4d32e58ea - test[30224e0cb089acd2]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:607:43
[INFO] [stdout]   36:     0x58d4d32dfdb4 - test[30224e0cb089acd2]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:637:41
[INFO] [stdout]   37:     0x58d4d32dfdb4 - std[3f03f8b59f91bef1]::sys::backtrace::__rust_begin_short_backtrace::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   38:     0x58d4d32e83e2 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   39:     0x58d4d32e83e2 - <core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   40:     0x58d4d32e83e2 - std[3f03f8b59f91bef1]::panicking::catch_unwind::do_call::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   41:     0x58d4d32e83e2 - std[3f03f8b59f91bef1]::panicking::catch_unwind::<(), core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   42:     0x58d4d32e83e2 - std[3f03f8b59f91bef1]::panic::catch_unwind::<core[585f66e14d78f9ba]::panic::unwind_safe::AssertUnwindSafe<std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   43:     0x58d4d32e83e2 - std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked::<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   44:     0x58d4d32e83e2 - <std[3f03f8b59f91bef1]::thread::lifecycle::spawn_unchecked<test[30224e0cb089acd2]::run_test::{closure#1}, ()>::{closure#1} as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   45:     0x58d4d33a634f - <alloc[15e7b27aba85d2e2]::boxed::Box<dyn core[585f66e14d78f9ba]::ops::function::FnOnce<(), Output = ()> + core[585f66e14d78f9ba]::marker::Send> as core[585f66e14d78f9ba]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   46:     0x58d4d33a634f - <std[3f03f8b59f91bef1]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   47:     0x73cc82c60aa4 - <unknown>
[INFO] [stdout]   48:     0x73cc82ceda64 - clone
[INFO] [stdout]   49:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     day19::tests::day19_ts1
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 57 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 19.24s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "b8850a24401615105ee755fecb15f27669d6af2c62ab6a76cc2dc18c99bee74b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b8850a24401615105ee755fecb15f27669d6af2c62ab6a76cc2dc18c99bee74b", kill_on_drop: false }`
[INFO] [stdout] b8850a24401615105ee755fecb15f27669d6af2c62ab6a76cc2dc18c99bee74b
