[INFO] cloning repository https://github.com/kprav33n/aoc18.rs
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/kprav33n/aoc18.rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkprav33n%2Faoc18.rs", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkprav33n%2Faoc18.rs'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 392c1051fac97dccdb8faa897a64eaf5891ac5af
[INFO] testing kprav33n/aoc18.rs against 1.90.0 for beta-1.91-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkprav33n%2Faoc18.rs" "/workspace/builds/worker-7-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/kprav33n/aoc18.rs
[INFO] finished tweaking git repo https://github.com/kprav33n/aoc18.rs
[INFO] tweaked toml for git repo https://github.com/kprav33n/aoc18.rs written to /workspace/builds/worker-7-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/kprav33n/aoc18.rs on toolchain 1.90.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/kprav33n/aoc18.rs 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" "+1.90.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded itertools v0.8.0
[INFO] [stderr]   Downloaded nom v4.1.1
[INFO] [stderr]   Downloaded pathfinding v1.1.10
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/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" "+1.90.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 691adc86f1083434a7028f3be612891320d0f21b78cc87af1e702f87afddf0ae
[INFO] running `Command { std: "docker" "start" "-a" "691adc86f1083434a7028f3be612891320d0f21b78cc87af1e702f87afddf0ae", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "691adc86f1083434a7028f3be612891320d0f21b78cc87af1e702f87afddf0ae", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "691adc86f1083434a7028f3be612891320d0f21b78cc87af1e702f87afddf0ae", kill_on_drop: false }`
[INFO] [stdout] 691adc86f1083434a7028f3be612891320d0f21b78cc87af1e702f87afddf0ae
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/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" "+1.90.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] cc04c4db18108b8e98326a3fc7c132c922e3434487a59229358b42b5f8bd0b26
[INFO] running `Command { std: "docker" "start" "-a" "cc04c4db18108b8e98326a3fc7c132c922e3434487a59229358b42b5f8bd0b26", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.44
[INFO] [stderr]    Compiling version_check v0.1.5
[INFO] [stderr]    Compiling num-traits v0.2.6
[INFO] [stderr]    Compiling num-integer v0.1.39
[INFO] [stderr]    Compiling either v1.5.0
[INFO] [stderr]    Compiling fixedbitset v0.1.9
[INFO] [stderr]    Compiling lazy_static v1.2.0
[INFO] [stderr]    Compiling regex v1.1.0
[INFO] [stderr]    Compiling ucd-util v0.1.3
[INFO] [stderr]    Compiling indexmap v1.0.2
[INFO] [stderr]    Compiling utf8-ranges v1.0.2
[INFO] [stderr]    Compiling ordermap v0.3.5
[INFO] [stderr]    Compiling thread_local v0.3.6
[INFO] [stderr]    Compiling regex-syntax v0.6.4
[INFO] [stderr]    Compiling itertools v0.8.0
[INFO] [stderr]    Compiling memchr v2.1.1
[INFO] [stderr]    Compiling petgraph v0.4.13
[INFO] [stderr]    Compiling time v0.1.40
[INFO] [stderr]    Compiling aho-corasick v0.6.9
[INFO] [stderr]    Compiling nom v4.1.1
[INFO] [stderr]    Compiling chrono v0.4.6
[INFO] [stderr]    Compiling pathfinding v1.1.10
[INFO] [stderr]    Compiling aoc18 v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: field `num_players` is never read
[INFO] [stdout]   --> src/day09.rs:47:5
[INFO] [stdout]    |
[INFO] [stdout] 46 | struct Game {
[INFO] [stdout]    |        ---- field in this struct
[INFO] [stdout] 47 |     num_players: usize,
[INFO] [stdout]    |     ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Game` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.64s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: nom v4.1.1
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 2`
[INFO] running `Command { std: "docker" "inspect" "cc04c4db18108b8e98326a3fc7c132c922e3434487a59229358b42b5f8bd0b26", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "cc04c4db18108b8e98326a3fc7c132c922e3434487a59229358b42b5f8bd0b26", kill_on_drop: false }`
[INFO] [stdout] cc04c4db18108b8e98326a3fc7c132c922e3434487a59229358b42b5f8bd0b26
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/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" "+1.90.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] fb5b26a9e51eb03636710345de6473ed34901055849fb7c4c02277b747ef0408
[INFO] running `Command { std: "docker" "start" "-a" "fb5b26a9e51eb03636710345de6473ed34901055849fb7c4c02277b747ef0408", kill_on_drop: false }`
[INFO] [stderr]    Compiling aoc18 v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: field `num_players` is never read
[INFO] [stdout]   --> src/day09.rs:47:5
[INFO] [stdout]    |
[INFO] [stdout] 46 | struct Game {
[INFO] [stdout]    |        ---- field in this struct
[INFO] [stdout] 47 |     num_players: usize,
[INFO] [stdout]    |     ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Game` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `num_players` is never read
[INFO] [stdout]   --> src/day09.rs:47:5
[INFO] [stdout]    |
[INFO] [stdout] 46 | struct Game {
[INFO] [stdout]    |        ---- field in this struct
[INFO] [stdout] 47 |     num_players: usize,
[INFO] [stdout]    |     ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Game` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 1.96s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: nom v4.1.1
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 2`
[INFO] running `Command { std: "docker" "inspect" "fb5b26a9e51eb03636710345de6473ed34901055849fb7c4c02277b747ef0408", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "fb5b26a9e51eb03636710345de6473ed34901055849fb7c4c02277b747ef0408", kill_on_drop: false }`
[INFO] [stdout] fb5b26a9e51eb03636710345de6473ed34901055849fb7c4c02277b747ef0408
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/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" "+1.90.0" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 05abb61c05643a7b2b651d440925df533ceca96b757b2fa703185f7b9ecf07d9
[INFO] running `Command { std: "docker" "start" "-a" "05abb61c05643a7b2b651d440925df533ceca96b757b2fa703185f7b9ecf07d9", kill_on_drop: false }`
[INFO] [stderr] warning: field `num_players` is never read
[INFO] [stderr]   --> src/day09.rs:47:5
[INFO] [stderr]    |
[INFO] [stderr] 46 | struct Game {
[INFO] [stderr]    |        ---- field in this struct
[INFO] [stderr] 47 |     num_players: usize,
[INFO] [stderr]    |     ^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `Game` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stderr]    = note: `#[warn(dead_code)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `aoc18` (lib) generated 1 warning
[INFO] [stderr] warning: `aoc18` (lib test) generated 1 warning (1 duplicate)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.05s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: nom v4.1.1
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 2`
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/aoc18-039854ebe5cde847)
[INFO] [stdout] 
[INFO] [stdout] running 16 tests
[INFO] [stdout] test day04::parse_begin ... ok
[INFO] [stdout] test day25::test_num_constellations1 ... ok
[INFO] [stdout] test day25::test_num_constellations2 ... ok
[INFO] [stdout] test day13::test_last_cart_location_corner ... ok
[INFO] [stdout] test day13::test_last_cart_location ... ok
[INFO] [stdout] test day25::test_num_constellations4 ... ok
[INFO] [stdout] test day25::test_num_constellations3 ... ok
[INFO] [stdout] test day04::parse_entry ... ok
[INFO] [stdout] test day05::test_should_burn ... ok
[INFO] [stdout] test day04::parse_sleep ... ok
[INFO] [stdout] test day13::test_first_crash ... ok
[INFO] [stdout] test day04::parse_wake ... ok
[INFO] [stdout] test day10::test_entry_from_str ... ok
[INFO] [stdout] test day03::parse_claim ... ok
[INFO] [stdout] test day12::test_sum_pots_after ... ok
[INFO] [stdout] test day04::parse_time ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 16 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.10s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/aoc18-02e7149478108d97)
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests aoc18
[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 29 tests
[INFO] [stdout] test src/day02.rs - day02::common_letters (line 41) ... ok
[INFO] [stdout] test src/day05.rs - day05::smallest_num_remaining_units (line 42) ... ok
[INFO] [stdout] test src/day04.rs - day04::slacker_id_min (line 12) ... ok
[INFO] [stdout] test src/day07.rs - day07::steps (line 12) ... ok
[INFO] [stdout] test src/day03.rs - day03::overlapping_area (line 7) ... ok
[INFO] [stdout] test src/day02.rs - day02::checksum (line 7) ... ok
[INFO] [stdout] test src/day03.rs - day03::intact_claim (line 50) ... ok
[INFO] [stdout] test src/day01.rs - day01::resulting_frequency_twice (line 31) ... ok
[INFO] [stdout] test src/day01.rs - day01::resulting_frequency (line 8) ... ok
[INFO] [stdout] test src/day08.rs - day08::meta_sum (line 7) ... ok
[INFO] [stdout] test src/day07.rs - day07::completion_time (line 79) ... FAILED
[INFO] [stdout] test src/day06.rs - day06::safe_area (line 70) ... ok
[INFO] [stdout] test src/day04.rs - day04::slacker_id_min2 (line 92) ... ok
[INFO] [stdout] test src/day08.rs - day08::root_value (line 30) ... ok
[INFO] [stdout] test src/day06.rs - day06::largest_area (line 9) ... ok
[INFO] [stdout] test src/day05.rs - day05::num_remaining_units (line 6) ... ok
[INFO] [stdout] test src/day09.rs - day09::winning_score (line 9) ... ok
[INFO] [stdout] test src/day11.rs - day11::largest_powered_cell (line 7) ... ok
[INFO] [stdout] test src/day09.rs - day09::winning_score2 (line 31) ... ok
[INFO] [stdout] test src/day14.rs - day14::num_recipes_before (line 46) ... ok
[INFO] [stdout] test src/day15.rs - day15::combat_outcome (line 10) ... ok
[INFO] [stdout] test src/day17.rs - day17::reservoir_capacity (line 28) ... ok
[INFO] [stdout] test src/day10.rs - day10::message (line 8) ... ok
[INFO] [stdout] test src/day16.rs - day16::num_samples (line 10) ... ok
[INFO] [stdout] test src/day18.rs - day18::resource_value (line 3) ... ok
[INFO] [stdout] test src/day14.rs - day14::score_after (line 7) ... ok
[INFO] [stdout] test src/day17.rs - day17::reservoir_reach (line 6) ... ok
[INFO] [stdout] test src/day15.rs - day15::combat_outcome2 (line 74) ... ok
[INFO] [stdout] test src/day11.rs - day11::largest_powered_cell2 (line 53) ... ok
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- src/day07.rs - day07::completion_time (line 79) stdout ----
[INFO] [stdout] Test executable failed (exit status: 101).
[INFO] [stdout] 
[INFO] [stdout] stderr:
[INFO] [stdout] 
[INFO] [stdout] thread 'main' panicked at src/day07.rs:7:1:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: 15
[INFO] [stdout]  right: 35
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x632ea4f29e02 - std::backtrace_rs::backtrace::libunwind::trace::h2d45396358f41939
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x632ea4f29e02 - std::backtrace_rs::backtrace::trace_unsynchronized::hffcefc0b67f1d6e2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x632ea4f29e02 - std::sys::backtrace::_print_fmt::hd72f71d23b436b92
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x632ea4f29e02 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::hdcfcb6d4c8489523
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x632ea4f47623 - core::fmt::rt::Argument::fmt::h2c56b3114963061a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x632ea4f47623 - core::fmt::write::h8a494366950f23bb
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x632ea4f27853 - std::io::default_write_fmt::ha27fbccbc65eb6fa
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x632ea4f27853 - std::io::Write::write_fmt::h6556609fca33d0b1
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x632ea4f29c52 - std::sys::backtrace::BacktraceLock::print::hb2a626a81e06b2dc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x632ea4f2ad43 - std::panicking::default_hook::{{closure}}::h4f78485264f12d10
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:300:27
[INFO] [stdout]   10:     0x632ea4f2ab25 - std::panicking::default_hook::h2c66fc99e962531d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:327:9
[INFO] [stdout]   11:     0x632ea4f2b755 - std::panicking::rust_panic_with_hook::h33ac55f64bbd807d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:833:13
[INFO] [stdout]   12:     0x632ea4f2b4ea - std::panicking::begin_panic_handler::{{closure}}::h30e7cb89678a57fe
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:706:13
[INFO] [stdout]   13:     0x632ea4f2a309 - std::sys::backtrace::__rust_end_short_backtrace::hed60f27456c16ced
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   14:     0x632ea4f2b17d - __rustc[de2ca18b4c54d5b8]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:697:5
[INFO] [stdout]   15:     0x632ea4f46770 - core::panicking::panic_fmt::h62f63d096dd276af
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:75:14
[INFO] [stdout]   16:     0x632ea4f46ac3 - core::panicking::assert_failed_inner::h102b4539a88470c2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:448:17
[INFO] [stdout]   17:     0x632ea4f46a15 - core::panicking::assert_failed::h417a72379c307893
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:403:5
[INFO] [stdout]   18:     0x632ea4dbcd67 - rust_out::main::_doctest_main_src_day07_rs_79_0::h778b755e376107cb
[INFO] [stdout]   19:     0x632ea4dbcd06 - rust_out::main::h2d10ba762d3f8adf
[INFO] [stdout]   20:     0x632ea4dbcca3 - core::ops::function::FnOnce::call_once::h89333dd4ac8e03fc
[INFO] [stdout]   21:     0x632ea4dbcc86 - std::sys::backtrace::__rust_begin_short_backtrace::h8a10de1e92516da1
[INFO] [stdout]   22:     0x632ea4dbcc69 - std::rt::lang_start::{{closure}}::h0af3a8cb06b34c3e
[INFO] [stdout]   23:     0x632ea4f24640 - core::ops::function::impls::<impl core::ops::function::FnOnce<A> for &F>::call_once::h638295a043b40957
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:290:21
[INFO] [stdout]   24:     0x632ea4f24640 - std::panicking::catch_unwind::do_call::hbd68098bdea1ca50
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   25:     0x632ea4f24640 - std::panicking::catch_unwind::h50591d85bf847c7c
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   26:     0x632ea4f24640 - std::panic::catch_unwind::h2487b4c4f2ae22c6
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   27:     0x632ea4f24640 - std::rt::lang_start_internal::{{closure}}::h61f0945cc6c9a811
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/rt.rs:175:24
[INFO] [stdout]   28:     0x632ea4f24640 - std::panicking::catch_unwind::do_call::h34b9c3722acd6bd1
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   29:     0x632ea4f24640 - std::panicking::catch_unwind::hf9a822ea043fb0d6
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   30:     0x632ea4f24640 - std::panic::catch_unwind::h5b3cac802237ed89
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   31:     0x632ea4f24640 - std::rt::lang_start_internal::h34f9328d113fd60a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/rt.rs:171:5
[INFO] [stdout]   32:     0x632ea4dbcc51 - std::rt::lang_start::h8f736fe0a226e45f
[INFO] [stdout]   33:     0x632ea4dbcd85 - main
[INFO] [stdout]   34:     0x7c411214c1ca - <unknown>
[INFO] [stdout]   35:     0x7c411214c28b - __libc_start_main
[INFO] [stdout]   36:     0x632ea4dbcb65 - _start
[INFO] [stdout]   37:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     src/day07.rs - day07::completion_time (line 79)
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 28 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.74s
[INFO] [stdout] 
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] running `Command { std: "docker" "inspect" "05abb61c05643a7b2b651d440925df533ceca96b757b2fa703185f7b9ecf07d9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "05abb61c05643a7b2b651d440925df533ceca96b757b2fa703185f7b9ecf07d9", kill_on_drop: false }`
[INFO] [stdout] 05abb61c05643a7b2b651d440925df533ceca96b757b2fa703185f7b9ecf07d9
