[INFO] cloning repository https://github.com/xiongdong57/aoc_rust
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/xiongdong57/aoc_rust" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fxiongdong57%2Faoc_rust", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fxiongdong57%2Faoc_rust'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] b3d6773ae212f458e332b2bb87b94d2bfa3eef4c
[INFO] testing xiongdong57/aoc_rust against 1.90.0 for beta-1.91-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fxiongdong57%2Faoc_rust" "/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/xiongdong57/aoc_rust
[INFO] finished tweaking git repo https://github.com/xiongdong57/aoc_rust
[INFO] tweaked toml for git repo https://github.com/xiongdong57/aoc_rust written to /workspace/builds/worker-7-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/xiongdong57/aoc_rust 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/xiongdong57/aoc_rust 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] warning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"`
[INFO] [stderr] note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest
[INFO] [stderr] note: to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest
[INFO] [stderr] note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded serde_scan v0.4.1
[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] a707d0c1ef83b9a5ca7c97be544c0f0bdbc5054a119eb9b5789c0384d42f1030
[INFO] running `Command { std: "docker" "start" "-a" "a707d0c1ef83b9a5ca7c97be544c0f0bdbc5054a119eb9b5789c0384d42f1030", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "a707d0c1ef83b9a5ca7c97be544c0f0bdbc5054a119eb9b5789c0384d42f1030", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a707d0c1ef83b9a5ca7c97be544c0f0bdbc5054a119eb9b5789c0384d42f1030", kill_on_drop: false }`
[INFO] [stdout] a707d0c1ef83b9a5ca7c97be544c0f0bdbc5054a119eb9b5789c0384d42f1030
[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] b26197cf0a649804876c486951dc00c65ebe4c7d7d90c51c08a4547636c960ee
[INFO] running `Command { std: "docker" "start" "-a" "b26197cf0a649804876c486951dc00c65ebe4c7d7d90c51c08a4547636c960ee", kill_on_drop: false }`
[INFO] [stderr] warning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"`
[INFO] [stderr] note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest
[INFO] [stderr] note: to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest
[INFO] [stderr] note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions
[INFO] [stderr]    Compiling serde v1.0.137
[INFO] [stderr]    Compiling serde_json v1.0.81
[INFO] [stderr]    Compiling regex-syntax v0.6.26
[INFO] [stderr]    Compiling either v1.6.1
[INFO] [stderr]    Compiling itoa v1.0.2
[INFO] [stderr]    Compiling ryu v1.0.10
[INFO] [stderr]    Compiling p2015_07 v0.1.0 (/opt/rustwide/workdir/p2015_07)
[INFO] [stderr]    Compiling p2015_22 v0.1.0 (/opt/rustwide/workdir/p2015_22)
[INFO] [stderr]    Compiling p2019_03 v0.1.0 (/opt/rustwide/workdir/p2019_03)
[INFO] [stderr]    Compiling p2022_20 v0.1.0 (/opt/rustwide/workdir/p2022_20)
[INFO] [stderr]    Compiling p2015_02 v0.1.0 (/opt/rustwide/workdir/p2015_02)
[INFO] [stderr]    Compiling p2015_20 v0.1.0 (/opt/rustwide/workdir/p2015_20)
[INFO] [stderr]    Compiling p2015_25 v0.1.0 (/opt/rustwide/workdir/p2015_25)
[INFO] [stderr]    Compiling p2022_02 v0.1.0 (/opt/rustwide/workdir/p2022_02)
[INFO] [stderr]    Compiling p2015_04 v0.1.0 (/opt/rustwide/workdir/p2015_04)
[INFO] [stderr]    Compiling aho-corasick v0.7.18
[INFO] [stderr]    Compiling itertools v0.10.3
[INFO] [stderr]    Compiling p2019_02 v0.1.0 (/opt/rustwide/workdir/p2019_02)
[INFO] [stderr]    Compiling p2019_12 v0.1.0 (/opt/rustwide/workdir/p2019_12)
[INFO] [stderr]    Compiling p2015_16 v0.1.0 (/opt/rustwide/workdir/p2015_16)
[INFO] [stderr]    Compiling p2015_21 v0.1.0 (/opt/rustwide/workdir/p2015_21)
[INFO] [stderr]    Compiling p2022_04 v0.1.0 (/opt/rustwide/workdir/p2022_04)
[INFO] [stderr]    Compiling p2019_09 v0.1.0 (/opt/rustwide/workdir/p2019_09)
[INFO] [stderr]    Compiling p2022_13 v0.1.0 (/opt/rustwide/workdir/p2022_13)
[INFO] [stderr]    Compiling p2022_18 v0.1.0 (/opt/rustwide/workdir/p2022_18)
[INFO] [stderr]    Compiling p2019_16 v0.1.0 (/opt/rustwide/workdir/p2019_16)
[INFO] [stderr]    Compiling p2015_10 v0.1.0 (/opt/rustwide/workdir/p2015_10)
[INFO] [stderr]    Compiling p2022_23 v0.1.0 (/opt/rustwide/workdir/p2022_23)
[INFO] [stderr]    Compiling p2015_03 v0.1.0 (/opt/rustwide/workdir/p2015_03)
[INFO] [stderr]    Compiling p2015_14 v0.1.0 (/opt/rustwide/workdir/p2015_14)
[INFO] [stderr]    Compiling p2018_01 v0.1.0 (/opt/rustwide/workdir/p2018_01)
[INFO] [stderr]    Compiling p2019_05 v0.1.0 (/opt/rustwide/workdir/p2019_05)
[INFO] [stderr]    Compiling p2022_17 v0.1.0 (/opt/rustwide/workdir/p2022_17)
[INFO] [stderr]    Compiling p2015_11 v0.1.0 (/opt/rustwide/workdir/p2015_11)
[INFO] [stderr]    Compiling p2022_01 v0.1.0 (/opt/rustwide/workdir/p2022_01)
[INFO] [stderr]    Compiling p2022_22 v0.1.0 (/opt/rustwide/workdir/p2022_22)
[INFO] [stderr]    Compiling p2015_13 v0.1.0 (/opt/rustwide/workdir/p2015_13)
[INFO] [stderr]    Compiling p2019_11 v0.1.0 (/opt/rustwide/workdir/p2019_11)
[INFO] [stderr]    Compiling p2015_09 v0.1.0 (/opt/rustwide/workdir/p2015_09)
[INFO] [stderr]    Compiling p2015_18 v0.1.0 (/opt/rustwide/workdir/p2015_18)
[INFO] [stderr]    Compiling p2015_23 v0.1.0 (/opt/rustwide/workdir/p2015_23)
[INFO] [stdout] warning: unnecessary parentheses around index expression
[INFO] [stdout]   --> p2015_09/src/lib.rs:46:27
[INFO] [stdout]    |
[INFO] [stdout] 46 |             let to = path[(i + 1)];
[INFO] [stdout]    |                           ^     ^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_parens)]` on by default
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 46 -             let to = path[(i + 1)];
[INFO] [stdout] 46 +             let to = path[i + 1];
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around index expression
[INFO] [stdout]   --> p2015_09/src/lib.rs:98:27
[INFO] [stdout]    |
[INFO] [stdout] 98 |             let to = path[(i + 1)];
[INFO] [stdout]    |                           ^     ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 98 -             let to = path[(i + 1)];
[INFO] [stdout] 98 +             let to = path[i + 1];
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling p2019_01 v0.1.0 (/opt/rustwide/workdir/p2019_01)
[INFO] [stderr]    Compiling p2022_12 v0.1.0 (/opt/rustwide/workdir/p2022_12)
[INFO] [stderr]    Compiling p2015_05 v0.1.0 (/opt/rustwide/workdir/p2015_05)
[INFO] [stderr]    Compiling p2022_25 v0.1.0 (/opt/rustwide/workdir/p2022_25)
[INFO] [stderr]    Compiling p2015_19 v0.1.0 (/opt/rustwide/workdir/p2015_19)
[INFO] [stderr]    Compiling p2019_10 v0.1.0 (/opt/rustwide/workdir/p2019_10)
[INFO] [stderr]    Compiling p2015_08 v0.1.0 (/opt/rustwide/workdir/p2015_08)
[INFO] [stderr]    Compiling p2022_14 v0.1.0 (/opt/rustwide/workdir/p2022_14)
[INFO] [stderr]    Compiling p2019_17 v0.1.0 (/opt/rustwide/workdir/p2019_17)
[INFO] [stderr]    Compiling p2019_06 v0.1.0 (/opt/rustwide/workdir/p2019_06)
[INFO] [stderr]    Compiling p2022_10 v0.1.0 (/opt/rustwide/workdir/p2022_10)
[INFO] [stderr]    Compiling p2022_11 v0.1.0 (/opt/rustwide/workdir/p2022_11)
[INFO] [stderr]    Compiling p2022_16 v0.1.0 (/opt/rustwide/workdir/p2022_16)
[INFO] [stderr]    Compiling p2015_15 v0.1.0 (/opt/rustwide/workdir/p2015_15)
[INFO] [stderr]    Compiling p2022_19 v0.1.0 (/opt/rustwide/workdir/p2022_19)
[INFO] [stderr]    Compiling p2015_17 v0.1.0 (/opt/rustwide/workdir/p2015_17)
[INFO] [stderr]    Compiling p2018_02 v0.1.0 (/opt/rustwide/workdir/p2018_02)
[INFO] [stderr]    Compiling p2022_03 v0.1.0 (/opt/rustwide/workdir/p2022_03)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> p2022_19/src/lib.rs:11:16
[INFO] [stdout]    |
[INFO] [stdout] 11 | fn parse(line: &str) -> Option<(usize, Blueprint)> {
[INFO] [stdout]    |                ^^^^                    --------- the same lifetime is hidden here
[INFO] [stdout]    |                |
[INFO] [stdout]    |                the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 11 | fn parse(line: &str) -> Option<(usize, Blueprint<'_>)> {
[INFO] [stdout]    |                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling p2022_08 v0.1.0 (/opt/rustwide/workdir/p2022_08)
[INFO] [stderr]    Compiling p2022_09 v0.1.0 (/opt/rustwide/workdir/p2022_09)
[INFO] [stderr]    Compiling p2019_15 v0.1.0 (/opt/rustwide/workdir/p2019_15)
[INFO] [stderr]    Compiling p2019_19 v0.1.0 (/opt/rustwide/workdir/p2019_19)
[INFO] [stderr]    Compiling p2022_17b v0.1.0 (/opt/rustwide/workdir/p2022_17b)
[INFO] [stderr]    Compiling p2019_04 v0.1.0 (/opt/rustwide/workdir/p2019_04)
[INFO] [stderr]    Compiling p2022_05 v0.1.0 (/opt/rustwide/workdir/p2022_05)
[INFO] [stderr]    Compiling p2022_07 v0.1.0 (/opt/rustwide/workdir/p2022_07)
[INFO] [stderr]    Compiling p2019_13 v0.1.0 (/opt/rustwide/workdir/p2019_13)
[INFO] [stderr]    Compiling p2019_08 v0.1.0 (/opt/rustwide/workdir/p2019_08)
[INFO] [stderr]    Compiling p2022_21 v0.1.0 (/opt/rustwide/workdir/p2022_21)
[INFO] [stderr]    Compiling p2022_06 v0.1.0 (/opt/rustwide/workdir/p2022_06)
[INFO] [stderr]    Compiling p2022_22b v0.1.0 (/opt/rustwide/workdir/p2022_22b)
[INFO] [stderr]    Compiling p2022_24 v0.1.0 (/opt/rustwide/workdir/p2022_24)
[INFO] [stderr]    Compiling regex v1.5.6
[INFO] [stderr]    Compiling p2019_07 v0.1.0 (/opt/rustwide/workdir/p2019_07)
[INFO] [stderr]    Compiling p2015_24 v0.1.0 (/opt/rustwide/workdir/p2015_24)
[INFO] [stderr]    Compiling p2015_01 v0.1.0 (/opt/rustwide/workdir/p2015_01)
[INFO] [stderr]    Compiling p2022_15 v0.1.0 (/opt/rustwide/workdir/p2022_15)
[INFO] [stderr]    Compiling p2015_06 v0.1.0 (/opt/rustwide/workdir/p2015_06)
[INFO] [stderr]    Compiling serde_scan v0.4.1
[INFO] [stderr]    Compiling p2018_03 v0.1.0 (/opt/rustwide/workdir/p2018_03)
[INFO] [stderr]    Compiling p2015_12 v0.1.0 (/opt/rustwide/workdir/p2015_12)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.62s
[INFO] running `Command { std: "docker" "inspect" "b26197cf0a649804876c486951dc00c65ebe4c7d7d90c51c08a4547636c960ee", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b26197cf0a649804876c486951dc00c65ebe4c7d7d90c51c08a4547636c960ee", kill_on_drop: false }`
[INFO] [stdout] b26197cf0a649804876c486951dc00c65ebe4c7d7d90c51c08a4547636c960ee
[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] 35b8113f7f6c0c5b8df59953a79a85025d38a803c014469872347e111bcb4dc0
[INFO] running `Command { std: "docker" "start" "-a" "35b8113f7f6c0c5b8df59953a79a85025d38a803c014469872347e111bcb4dc0", kill_on_drop: false }`
[INFO] [stderr] warning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"`
[INFO] [stderr] note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest
[INFO] [stderr] note: to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest
[INFO] [stderr] note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions
[INFO] [stdout] warning: unnecessary parentheses around index expression
[INFO] [stdout]   --> p2015_09/src/lib.rs:46:27
[INFO] [stdout]    |
[INFO] [stdout] 46 |             let to = path[(i + 1)];
[INFO] [stdout]    |                           ^     ^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_parens)]` on by default
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 46 -             let to = path[(i + 1)];
[INFO] [stdout] 46 +             let to = path[i + 1];
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around index expression
[INFO] [stdout]   --> p2015_09/src/lib.rs:98:27
[INFO] [stdout]    |
[INFO] [stdout] 98 |             let to = path[(i + 1)];
[INFO] [stdout]    |                           ^     ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 98 -             let to = path[(i + 1)];
[INFO] [stdout] 98 +             let to = path[i + 1];
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> p2022_19/src/lib.rs:11:16
[INFO] [stdout]    |
[INFO] [stdout] 11 | fn parse(line: &str) -> Option<(usize, Blueprint)> {
[INFO] [stdout]    |                ^^^^                    --------- the same lifetime is hidden here
[INFO] [stdout]    |                |
[INFO] [stdout]    |                the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 11 | fn parse(line: &str) -> Option<(usize, Blueprint<'_>)> {
[INFO] [stdout]    |                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling p2015_06 v0.1.0 (/opt/rustwide/workdir/p2015_06)
[INFO] [stderr]    Compiling p2018_03 v0.1.0 (/opt/rustwide/workdir/p2018_03)
[INFO] [stderr]    Compiling p2015_12 v0.1.0 (/opt/rustwide/workdir/p2015_12)
[INFO] [stderr]    Compiling p2022_15 v0.1.0 (/opt/rustwide/workdir/p2022_15)
[INFO] [stderr]    Compiling p2019_07 v0.1.0 (/opt/rustwide/workdir/p2019_07)
[INFO] [stderr]    Compiling p2015_24 v0.1.0 (/opt/rustwide/workdir/p2015_24)
[INFO] [stderr]    Compiling p2015_04 v0.1.0 (/opt/rustwide/workdir/p2015_04)
[INFO] [stderr]    Compiling p2019_11 v0.1.0 (/opt/rustwide/workdir/p2019_11)
[INFO] [stderr]    Compiling p2022_05 v0.1.0 (/opt/rustwide/workdir/p2022_05)
[INFO] [stderr]    Compiling p2015_16 v0.1.0 (/opt/rustwide/workdir/p2015_16)
[INFO] [stderr]    Compiling p2015_03 v0.1.0 (/opt/rustwide/workdir/p2015_03)
[INFO] [stderr]    Compiling p2022_21 v0.1.0 (/opt/rustwide/workdir/p2022_21)
[INFO] [stderr]    Compiling p2019_04 v0.1.0 (/opt/rustwide/workdir/p2019_04)
[INFO] [stderr]    Compiling p2015_13 v0.1.0 (/opt/rustwide/workdir/p2015_13)
[INFO] [stderr]    Compiling p2022_10 v0.1.0 (/opt/rustwide/workdir/p2022_10)
[INFO] [stderr]    Compiling p2022_18 v0.1.0 (/opt/rustwide/workdir/p2022_18)
[INFO] [stderr]    Compiling p2015_02 v0.1.0 (/opt/rustwide/workdir/p2015_02)
[INFO] [stderr]    Compiling p2015_19 v0.1.0 (/opt/rustwide/workdir/p2015_19)
[INFO] [stderr]    Compiling p2022_13 v0.1.0 (/opt/rustwide/workdir/p2022_13)
[INFO] [stderr]    Compiling p2022_06 v0.1.0 (/opt/rustwide/workdir/p2022_06)
[INFO] [stderr]    Compiling p2019_08 v0.1.0 (/opt/rustwide/workdir/p2019_08)
[INFO] [stderr]    Compiling p2015_14 v0.1.0 (/opt/rustwide/workdir/p2015_14)
[INFO] [stderr]    Compiling p2022_01 v0.1.0 (/opt/rustwide/workdir/p2022_01)
[INFO] [stderr]    Compiling p2022_12 v0.1.0 (/opt/rustwide/workdir/p2022_12)
[INFO] [stderr]    Compiling p2015_15 v0.1.0 (/opt/rustwide/workdir/p2015_15)
[INFO] [stderr]    Compiling p2022_07 v0.1.0 (/opt/rustwide/workdir/p2022_07)
[INFO] [stderr]    Compiling p2015_01 v0.1.0 (/opt/rustwide/workdir/p2015_01)
[INFO] [stderr]    Compiling p2018_02 v0.1.0 (/opt/rustwide/workdir/p2018_02)
[INFO] [stderr]    Compiling p2019_10 v0.1.0 (/opt/rustwide/workdir/p2019_10)
[INFO] [stderr]    Compiling p2022_03 v0.1.0 (/opt/rustwide/workdir/p2022_03)
[INFO] [stderr]    Compiling p2018_01 v0.1.0 (/opt/rustwide/workdir/p2018_01)
[INFO] [stderr]    Compiling p2015_21 v0.1.0 (/opt/rustwide/workdir/p2015_21)
[INFO] [stderr]    Compiling p2022_11 v0.1.0 (/opt/rustwide/workdir/p2022_11)
[INFO] [stderr]    Compiling p2022_14 v0.1.0 (/opt/rustwide/workdir/p2022_14)
[INFO] [stderr]    Compiling p2015_11 v0.1.0 (/opt/rustwide/workdir/p2015_11)
[INFO] [stderr]    Compiling p2019_13 v0.1.0 (/opt/rustwide/workdir/p2019_13)
[INFO] [stderr]    Compiling p2019_05 v0.1.0 (/opt/rustwide/workdir/p2019_05)
[INFO] [stderr]    Compiling p2022_09 v0.1.0 (/opt/rustwide/workdir/p2022_09)
[INFO] [stderr]    Compiling p2015_09 v0.1.0 (/opt/rustwide/workdir/p2015_09)
[INFO] [stderr]    Compiling p2019_12 v0.1.0 (/opt/rustwide/workdir/p2019_12)
[INFO] [stderr]    Compiling p2015_10 v0.1.0 (/opt/rustwide/workdir/p2015_10)
[INFO] [stdout] warning: unnecessary parentheses around index expression
[INFO] [stdout]   --> p2015_09/src/lib.rs:46:27
[INFO] [stdout]    |
[INFO] [stdout] 46 |             let to = path[(i + 1)];
[INFO] [stdout]    |                           ^     ^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_parens)]` on by default
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 46 -             let to = path[(i + 1)];
[INFO] [stdout] 46 +             let to = path[i + 1];
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around index expression
[INFO] [stdout]   --> p2015_09/src/lib.rs:98:27
[INFO] [stdout]    |
[INFO] [stdout] 98 |             let to = path[(i + 1)];
[INFO] [stdout]    |                           ^     ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 98 -             let to = path[(i + 1)];
[INFO] [stdout] 98 +             let to = path[i + 1];
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling p2019_16 v0.1.0 (/opt/rustwide/workdir/p2019_16)
[INFO] [stderr]    Compiling p2015_05 v0.1.0 (/opt/rustwide/workdir/p2015_05)
[INFO] [stderr]    Compiling p2022_17b v0.1.0 (/opt/rustwide/workdir/p2022_17b)
[INFO] [stderr]    Compiling p2019_19 v0.1.0 (/opt/rustwide/workdir/p2019_19)
[INFO] [stderr]    Compiling p2015_25 v0.1.0 (/opt/rustwide/workdir/p2015_25)
[INFO] [stderr]    Compiling p2022_17 v0.1.0 (/opt/rustwide/workdir/p2022_17)
[INFO] [stderr]    Compiling p2022_23 v0.1.0 (/opt/rustwide/workdir/p2022_23)
[INFO] [stderr]    Compiling p2015_18 v0.1.0 (/opt/rustwide/workdir/p2015_18)
[INFO] [stderr]    Compiling p2022_04 v0.1.0 (/opt/rustwide/workdir/p2022_04)
[INFO] [stderr]    Compiling p2022_24 v0.1.0 (/opt/rustwide/workdir/p2022_24)
[INFO] [stderr]    Compiling p2022_19 v0.1.0 (/opt/rustwide/workdir/p2022_19)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> p2022_19/src/lib.rs:11:16
[INFO] [stdout]    |
[INFO] [stdout] 11 | fn parse(line: &str) -> Option<(usize, Blueprint)> {
[INFO] [stdout]    |                ^^^^                    --------- the same lifetime is hidden here
[INFO] [stdout]    |                |
[INFO] [stdout]    |                the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 11 | fn parse(line: &str) -> Option<(usize, Blueprint<'_>)> {
[INFO] [stdout]    |                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling p2015_22 v0.1.0 (/opt/rustwide/workdir/p2015_22)
[INFO] [stderr]    Compiling p2019_15 v0.1.0 (/opt/rustwide/workdir/p2019_15)
[INFO] [stderr]    Compiling p2019_02 v0.1.0 (/opt/rustwide/workdir/p2019_02)
[INFO] [stderr]    Compiling p2015_08 v0.1.0 (/opt/rustwide/workdir/p2015_08)
[INFO] [stderr]    Compiling p2019_09 v0.1.0 (/opt/rustwide/workdir/p2019_09)
[INFO] [stderr]    Compiling p2022_22 v0.1.0 (/opt/rustwide/workdir/p2022_22)
[INFO] [stderr]    Compiling p2022_08 v0.1.0 (/opt/rustwide/workdir/p2022_08)
[INFO] [stderr]    Compiling p2019_06 v0.1.0 (/opt/rustwide/workdir/p2019_06)
[INFO] [stderr]    Compiling p2022_25 v0.1.0 (/opt/rustwide/workdir/p2022_25)
[INFO] [stderr]    Compiling p2022_02 v0.1.0 (/opt/rustwide/workdir/p2022_02)
[INFO] [stderr]    Compiling p2015_07 v0.1.0 (/opt/rustwide/workdir/p2015_07)
[INFO] [stderr]    Compiling p2015_17 v0.1.0 (/opt/rustwide/workdir/p2015_17)
[INFO] [stderr]    Compiling p2015_20 v0.1.0 (/opt/rustwide/workdir/p2015_20)
[INFO] [stderr]    Compiling p2022_22b v0.1.0 (/opt/rustwide/workdir/p2022_22b)
[INFO] [stderr]    Compiling p2022_16 v0.1.0 (/opt/rustwide/workdir/p2022_16)
[INFO] [stderr]    Compiling p2019_03 v0.1.0 (/opt/rustwide/workdir/p2019_03)
[INFO] [stderr]    Compiling p2022_20 v0.1.0 (/opt/rustwide/workdir/p2022_20)
[INFO] [stderr]    Compiling p2019_17 v0.1.0 (/opt/rustwide/workdir/p2019_17)
[INFO] [stderr]    Compiling p2019_01 v0.1.0 (/opt/rustwide/workdir/p2019_01)
[INFO] [stderr]    Compiling p2015_23 v0.1.0 (/opt/rustwide/workdir/p2015_23)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 8.71s
[INFO] running `Command { std: "docker" "inspect" "35b8113f7f6c0c5b8df59953a79a85025d38a803c014469872347e111bcb4dc0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "35b8113f7f6c0c5b8df59953a79a85025d38a803c014469872347e111bcb4dc0", kill_on_drop: false }`
[INFO] [stdout] 35b8113f7f6c0c5b8df59953a79a85025d38a803c014469872347e111bcb4dc0
[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] acde37ea98f255c0665054e426b439ebb2733d25f27ab8efffc463eb0f00c6e2
[INFO] running `Command { std: "docker" "start" "-a" "acde37ea98f255c0665054e426b439ebb2733d25f27ab8efffc463eb0f00c6e2", kill_on_drop: false }`
[INFO] [stderr] warning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"`
[INFO] [stderr] note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest
[INFO] [stderr] note: to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest
[INFO] [stderr] note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions
[INFO] [stderr] warning: unnecessary parentheses around index expression
[INFO] [stderr]   --> p2015_09/src/lib.rs:46:27
[INFO] [stderr]    |
[INFO] [stderr] 46 |             let to = path[(i + 1)];
[INFO] [stderr]    |                           ^     ^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_parens)]` on by default
[INFO] [stderr] help: remove these parentheses
[INFO] [stderr]    |
[INFO] [stderr] 46 -             let to = path[(i + 1)];
[INFO] [stderr] 46 +             let to = path[i + 1];
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around index expression
[INFO] [stderr]   --> p2015_09/src/lib.rs:98:27
[INFO] [stderr]    |
[INFO] [stderr] 98 |             let to = path[(i + 1)];
[INFO] [stderr]    |                           ^     ^
[INFO] [stderr]    |
[INFO] [stderr] help: remove these parentheses
[INFO] [stderr]    |
[INFO] [stderr] 98 -             let to = path[(i + 1)];
[INFO] [stderr] 98 +             let to = path[i + 1];
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: `p2015_09` (lib) generated 2 warnings (run `cargo fix --lib -p p2015_09` to apply 2 suggestions)
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> p2022_19/src/lib.rs:11:16
[INFO] [stderr]    |
[INFO] [stderr] 11 | fn parse(line: &str) -> Option<(usize, Blueprint)> {
[INFO] [stderr]    |                ^^^^                    --------- the same lifetime is hidden here
[INFO] [stderr]    |                |
[INFO] [stderr]    |                the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 11 | fn parse(line: &str) -> Option<(usize, Blueprint<'_>)> {
[INFO] [stderr]    |                                                 ++++
[INFO] [stderr] 
[INFO] [stderr] warning: `p2022_19` (lib) generated 1 warning
[INFO] [stderr] warning: `p2022_19` (lib test) generated 1 warning (1 duplicate)
[INFO] [stderr] warning: `p2015_09` (lib test) generated 2 warnings (2 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.07s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/p2015_01-ee08bcc76ba5cccd)
[INFO] [stdout] running 4 tests
[INFO] [stdout] test tests::part_a_works ... ok
[INFO] [stdout] test tests::part_b_works ... ok
[INFO] [stdout] test tests::part_a_result ... ok
[INFO] [stdout] test tests::part_b_result ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/p2015_02-22918e4baade847f)
[INFO] [stdout] 
[INFO] [stdout] running 4 tests
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/p2015_03-da922274be117ac3)
[INFO] [stdout] test tests::part_a_works ... ok
[INFO] [stdout] test tests::part_b_works ... ok
[INFO] [stdout] test tests::part_a_result ... ok
[INFO] [stdout] test tests::part_b_result ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 4 tests
[INFO] [stdout] test tests::part_a_works ... ok
[INFO] [stdout] test tests::part_b_works ... ok
[INFO] [stdout] test tests::part_a_result ... ok
[INFO] [stdout] test tests::part_b_result ... ok
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/p2015_04-c4777f624390f822)
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 3 tests
[INFO] [stdout] test tests::part_a_result ... ok
[INFO] [stdout] test tests::part_a_works ... ok
[INFO] [stdout] test tests::part_b_result ... ok
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/p2015_05-6d15407c7232f8fb)
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 34.32s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 4 tests
[INFO] [stdout] test tests::part_b_works ... ok
[INFO] [stdout] test tests::part_b_result ... ok
[INFO] [stdout] test tests::part_a_result ... ok
[INFO] [stdout] test tests::part_a_works ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/p2015_06-c5325539b0a0bd1b)
[INFO] [stdout] 
[INFO] [stdout] running 3 tests
[INFO] [stdout] test tests::part_a_works ... ok
[INFO] [stdout] test tests::part_a_result ... ok
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/p2015_07-7a4324ba258ab70c)
[INFO] [stdout] test tests::part_b_result ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 25.97s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 2 tests
[INFO] [stdout] test tests::part_a_result ... ok
[INFO] [stdout] test tests::part_b_result ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.09s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/p2015_08-8e39b6a415387fdc)
[INFO] [stdout] 
[INFO] [stdout] running 4 tests
[INFO] [stdout] test tests::part_a_works ... ok
[INFO] [stdout] test tests::part_b_works ... ok
[INFO] [stdout] test tests::part_a_result ... ok
[INFO] [stdout] test tests::part_b_result ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/p2015_09-4e1f1310b5dc89b4)
[INFO] [stdout] 
[INFO] [stdout] running 4 tests
[INFO] [stdout] test tests::part_b_works ... ok
[INFO] [stdout] test tests::part_a_works ... ok
[INFO] [stdout] test tests::part_a_result ... ok
[INFO] [stdout] test tests::part_b_result ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.42s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/p2015_10-adcf87923849fcbf)
[INFO] [stdout] 
[INFO] [stdout] running 2 tests
[INFO] [stdout] test tests::part_a_result ... ok
[INFO] [stdout] test tests::part_b_result ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.28s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/p2015_11-0482b95c6fa84b79)
[INFO] [stdout] 
[INFO] [stdout] running 3 tests
[INFO] [stdout] test tests::part_a_works ... ok
[INFO] [stdout] test tests::part_a_result ... ok
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/p2015_12-19a105c381923be7)
[INFO] [stdout] test tests::part_b_result ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.07s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 2 tests
[INFO] [stdout] test tests::part_b_result ... ok
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/p2015_13-1ff3856ad3190989)
[INFO] [stdout] test tests::part_a_result ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 3 tests
[INFO] [stdout] test tests::part_a_works ... ok
[INFO] [stdout] test tests::part_a_result ... ok
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/p2015_14-f2e5d2fc647fb1fb)
[INFO] [stdout] test tests::part_b_result ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 5.34s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 4 tests
[INFO] [stdout] test tests::part_a_result ... ok
[INFO] [stdout] test tests::part_a_works ... ok
[INFO] [stdout] test tests::part_b_works ... ok
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/p2015_15-0b9ff2e7fc2ebf9a)
[INFO] [stdout] test tests::part_b_result ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 2 tests
[INFO] [stdout] test tests::part_b_result ... ok
[INFO] [stdout] test tests::part_a_result ... ok
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/p2015_16-6aaf8809aaf4dce2)
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 4.59s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 2 tests
[INFO] [stdout] test tests::part_a_result ... ok
[INFO] [stdout] test tests::part_b_result ... 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/lib.rs (/opt/rustwide/target/debug/deps/p2015_17-7636dc16a7946e05)
[INFO] [stdout] 
[INFO] [stdout] running 4 tests
[INFO] [stdout] test tests::part_b_works ... ok
[INFO] [stdout] test tests::part_a_works ... ok
[INFO] [stdout] test tests::part_a_result ... ok
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/p2015_18-8f81bb475de87f08)
[INFO] [stdout] test tests::part_b_result ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 4 tests
[INFO] [stdout] test tests::part_b_works ... ok
[INFO] [stdout] test tests::part_a_works ... ok
[INFO] [stdout] test tests::part_b_result ... ok
[INFO] [stdout] test tests::part_a_result ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 10.92s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/p2015_19-5296b46fb1e8ccf9)
[INFO] [stdout] 
[INFO] [stdout] running 4 tests
[INFO] [stdout] test tests::part_b_works ... FAILED
[INFO] [stdout] test tests::part_a_result ... FAILED
[INFO] [stdout] test tests::part_a_works ... FAILED
[INFO] [stdout] test tests::part_b_result ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- tests::part_b_works stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'tests::part_b_works' panicked at p2015_19/src/lib.rs:53:29:
[INFO] [stdout] called `Option::unwrap()` on a `None` value
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x59523466d112 - 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:     0x59523466d112 - 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:     0x59523466d112 - std::sys::backtrace::_print_fmt::hd72f71d23b436b92
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x59523466d112 - <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:     0x595234692343 - core::fmt::rt::Argument::fmt::h2c56b3114963061a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x595234692343 - core::fmt::write::h8a494366950f23bb
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x59523466a093 - std::io::default_write_fmt::h7b8824096454f323
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x59523466a093 - std::io::Write::write_fmt::h4e71294925c334d0
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x59523466cf62 - std::sys::backtrace::BacktraceLock::print::hb2a626a81e06b2dc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x59523466e689 - std::panicking::default_hook::{{closure}}::h4f78485264f12d10
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:300:27
[INFO] [stdout]   10:     0x59523466e4be - std::panicking::default_hook::h2c66fc99e962531d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:324:9
[INFO] [stdout]   11:     0x595234636a94 - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hb6bd65493727d71a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   12:     0x595234636a94 - test::test_main_with_exit_callback::{{closure}}::h60217ec76a0ece4a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x59523466f05e - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h318e4efb8c1a5689
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   14:     0x59523466f05e - std::panicking::rust_panic_with_hook::h33ac55f64bbd807d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:841:13
[INFO] [stdout]   15:     0x59523466edf6 - std::panicking::begin_panic_handler::{{closure}}::h30e7cb89678a57fe
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:699:13
[INFO] [stdout]   16:     0x59523466d609 - std::sys::backtrace::__rust_end_short_backtrace::hed60f27456c16ced
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x59523466eabd - __rustc[de2ca18b4c54d5b8]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:697:5
[INFO] [stdout]   18:     0x595234690e60 - core::panicking::panic_fmt::h62f63d096dd276af
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x595234690eec - core::panicking::panic::h89a5f2df32b0508a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:145:5
[INFO] [stdout]   20:     0x595234690dd9 - core::option::unwrap_failed::he1a8284b5a1e2496
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/option.rs:2130:5
[INFO] [stdout]   21:     0x5952345fcd46 - core::option::Option<T>::unwrap::h9fc7fe75f4d6f926
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/option.rs:1009:21
[INFO] [stdout]   22:     0x5952345fcd46 - p2015_19::parse_input_v2::h614005ce85843f41
[INFO] [stdout]                                at /opt/rustwide/workdir/p2015_19/src/lib.rs:53:29
[INFO] [stdout]   23:     0x5952345fd002 - p2015_19::part_b::h304e9c31cb64d86c
[INFO] [stdout]                                at /opt/rustwide/workdir/p2015_19/src/lib.rs:59:27
[INFO] [stdout]   24:     0x5952345f020a - p2015_19::tests::part_b_works::h46ed0553faf7aa22
[INFO] [stdout]                                at /opt/rustwide/workdir/p2015_19/src/lib.rs:97:20
[INFO] [stdout]   25:     0x5952345f01c7 - p2015_19::tests::part_b_works::{{closure}}::h09b70b14a44a3c9b
[INFO] [stdout]                                at /opt/rustwide/workdir/p2015_19/src/lib.rs:95:22
[INFO] [stdout]   26:     0x5952345eb786 - core::ops::function::FnOnce::call_once::h33481c3c74df59be
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   27:     0x59523463c2fb - core::ops::function::FnOnce::call_once::h1f9474f1347fff52
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   28:     0x59523463c2fb - test::__rust_begin_short_backtrace::ha52ab26e77157f03
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:648:18
[INFO] [stdout]   29:     0x59523463b435 - test::run_test_in_process::{{closure}}::h229c1a11a50b261f
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:74
[INFO] [stdout]   30:     0x59523463b435 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h78821afbf97b39a9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   31:     0x59523463b435 - std::panicking::catch_unwind::do_call::h53abf3ed5bd32ba3
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   32:     0x59523463b435 - std::panicking::catch_unwind::h6deb5fe1e91873c9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   33:     0x59523463b435 - std::panic::catch_unwind::hea0829b6b565654b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   34:     0x59523463b435 - test::run_test_in_process::hdc44dfecea3db21b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:27
[INFO] [stdout]   35:     0x59523463b435 - test::run_test::{{closure}}::h0364ba59bf23f652
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:592:43
[INFO] [stdout]   36:     0x5952345ff034 - test::run_test::{{closure}}::h32730b304eec05da
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:622:41
[INFO] [stdout]   37:     0x5952345ff034 - std::sys::backtrace::__rust_begin_short_backtrace::h177cb952fc54ad2c
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   38:     0x595234602a0a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h119d903520007597
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   39:     0x595234602a0a - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hab88401d606702a6
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   40:     0x595234602a0a - std::panicking::catch_unwind::do_call::h163fe12cca9901c2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   41:     0x595234602a0a - std::panicking::catch_unwind::he81557d0e17cc1bc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   42:     0x595234602a0a - std::panic::catch_unwind::hc2b8e79c20593955
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   43:     0x595234602a0a - std::thread::Builder::spawn_unchecked_::{{closure}}::hfa6b4978e07815cc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   44:     0x595234602a0a - core::ops::function::FnOnce::call_once{{vtable.shim}}::hddcd7484a13fd793
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   45:     0x595234671fdf - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h5924238c754de3b8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1971:9
[INFO] [stdout]   46:     0x595234671fdf - std::sys::pal::unix::thread::Thread::new::thread_start::hb6e99e73da4d28f8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/pal/unix/thread.rs:107:17
[INFO] [stdout]   47:     0x75dbbf02caa4 - <unknown>
[INFO] [stdout]   48:     0x75dbbf0b9a34 - clone
[INFO] [stdout]   49:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- tests::part_a_result stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'tests::part_a_result' panicked at p2015_19/src/lib.rs:16:29:
[INFO] [stdout] called `Option::unwrap()` on a `None` value
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x59523466d112 - 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:     0x59523466d112 - 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:     0x59523466d112 - std::sys::backtrace::_print_fmt::hd72f71d23b436b92
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x59523466d112 - <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:     0x595234692343 - core::fmt::rt::Argument::fmt::h2c56b3114963061a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x595234692343 - core::fmt::write::h8a494366950f23bb
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x59523466a093 - std::io::default_write_fmt::h7b8824096454f323
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x59523466a093 - std::io::Write::write_fmt::h4e71294925c334d0
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x59523466cf62 - std::sys::backtrace::BacktraceLock::print::hb2a626a81e06b2dc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x59523466e689 - std::panicking::default_hook::{{closure}}::h4f78485264f12d10
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:300:27
[INFO] [stdout]   10:     0x59523466e4be - std::panicking::default_hook::h2c66fc99e962531d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:324:9
[INFO] [stdout]   11:     0x595234636a94 - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hb6bd65493727d71a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   12:     0x595234636a94 - test::test_main_with_exit_callback::{{closure}}::h60217ec76a0ece4a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x59523466f05e - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h318e4efb8c1a5689
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   14:     0x59523466f05e - std::panicking::rust_panic_with_hook::h33ac55f64bbd807d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:841:13
[INFO] [stdout]   15:     0x59523466edf6 - std::panicking::begin_panic_handler::{{closure}}::h30e7cb89678a57fe
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:699:13
[INFO] [stdout]   16:     0x59523466d609 - std::sys::backtrace::__rust_end_short_backtrace::hed60f27456c16ced
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x59523466eabd - __rustc[de2ca18b4c54d5b8]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:697:5
[INFO] [stdout]   18:     0x595234690e60 - core::panicking::panic_fmt::h62f63d096dd276af
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x595234690eec - core::panicking::panic::h89a5f2df32b0508a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:145:5
[INFO] [stdout]   20:     0x595234690dd9 - core::option::unwrap_failed::he1a8284b5a1e2496
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/option.rs:2130:5
[INFO] [stdout]   21:     0x5952345fc1d2 - core::option::Option<T>::unwrap::h9fc7fe75f4d6f926
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/option.rs:1009:21
[INFO] [stdout]   22:     0x5952345fc1d2 - p2015_19::parse_input::h52d1862e36679444
[INFO] [stdout]                                at /opt/rustwide/workdir/p2015_19/src/lib.rs:16:29
[INFO] [stdout]   23:     0x5952345fc9c7 - p2015_19::part_a::h363d54b8d9f7a281
[INFO] [stdout]                                at /opt/rustwide/workdir/p2015_19/src/lib.rs:37:27
[INFO] [stdout]   24:     0x5952345f014a - p2015_19::tests::part_a_result::hdaa509d056b4f30f
[INFO] [stdout]                                at /opt/rustwide/workdir/p2015_19/src/lib.rs:91:20
[INFO] [stdout]   25:     0x5952345f0107 - p2015_19::tests::part_a_result::{{closure}}::h3ca625b5fca03634
[INFO] [stdout]                                at /opt/rustwide/workdir/p2015_19/src/lib.rs:89:23
[INFO] [stdout]   26:     0x5952345eb7c6 - core::ops::function::FnOnce::call_once::h38c5ec05ec11133f
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   27:     0x59523463c2fb - core::ops::function::FnOnce::call_once::h1f9474f1347fff52
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   28:     0x59523463c2fb - test::__rust_begin_short_backtrace::ha52ab26e77157f03
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:648:18
[INFO] [stdout]   29:     0x59523463b435 - test::run_test_in_process::{{closure}}::h229c1a11a50b261f
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:74
[INFO] [stdout]   30:     0x59523463b435 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h78821afbf97b39a9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   31:     0x59523463b435 - std::panicking::catch_unwind::do_call::h53abf3ed5bd32ba3
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   32:     0x59523463b435 - std::panicking::catch_unwind::h6deb5fe1e91873c9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stderr] error: test failed, to rerun pass `-p p2015_19 --lib`
[INFO] [stdout]   33:     0x59523463b435 - std::panic::catch_unwind::hea0829b6b565654b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   34:     0x59523463b435 - test::run_test_in_process::hdc44dfecea3db21b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:27
[INFO] [stdout]   35:     0x59523463b435 - test::run_test::{{closure}}::h0364ba59bf23f652
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:592:43
[INFO] [stdout]   36:     0x5952345ff034 - test::run_test::{{closure}}::h32730b304eec05da
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:622:41
[INFO] [stdout]   37:     0x5952345ff034 - std::sys::backtrace::__rust_begin_short_backtrace::h177cb952fc54ad2c
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   38:     0x595234602a0a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h119d903520007597
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   39:     0x595234602a0a - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hab88401d606702a6
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   40:     0x595234602a0a - std::panicking::catch_unwind::do_call::h163fe12cca9901c2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   41:     0x595234602a0a - std::panicking::catch_unwind::he81557d0e17cc1bc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   42:     0x595234602a0a - std::panic::catch_unwind::hc2b8e79c20593955
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   43:     0x595234602a0a - std::thread::Builder::spawn_unchecked_::{{closure}}::hfa6b4978e07815cc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   44:     0x595234602a0a - core::ops::function::FnOnce::call_once{{vtable.shim}}::hddcd7484a13fd793
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   45:     0x595234671fdf - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h5924238c754de3b8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1971:9
[INFO] [stdout]   46:     0x595234671fdf - std::sys::pal::unix::thread::Thread::new::thread_start::hb6e99e73da4d28f8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/pal/unix/thread.rs:107:17
[INFO] [stdout]   47:     0x75dbbf02caa4 - <unknown>
[INFO] [stdout]   48:     0x75dbbf0b9a34 - clone
[INFO] [stdout]   49:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- tests::part_a_works stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'tests::part_a_works' panicked at p2015_19/src/lib.rs:16:29:
[INFO] [stdout] called `Option::unwrap()` on a `None` value
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x59523466d112 - 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:     0x59523466d112 - 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:     0x59523466d112 - std::sys::backtrace::_print_fmt::hd72f71d23b436b92
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x59523466d112 - <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:     0x595234692343 - core::fmt::rt::Argument::fmt::h2c56b3114963061a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x595234692343 - core::fmt::write::h8a494366950f23bb
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x59523466a093 - std::io::default_write_fmt::h7b8824096454f323
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x59523466a093 - std::io::Write::write_fmt::h4e71294925c334d0
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x59523466cf62 - std::sys::backtrace::BacktraceLock::print::hb2a626a81e06b2dc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x59523466e689 - std::panicking::default_hook::{{closure}}::h4f78485264f12d10
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:300:27
[INFO] [stdout]   10:     0x59523466e4be - std::panicking::default_hook::h2c66fc99e962531d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:324:9
[INFO] [stdout]   11:     0x595234636a94 - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hb6bd65493727d71a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   12:     0x595234636a94 - test::test_main_with_exit_callback::{{closure}}::h60217ec76a0ece4a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x59523466f05e - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h318e4efb8c1a5689
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   14:     0x59523466f05e - std::panicking::rust_panic_with_hook::h33ac55f64bbd807d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:841:13
[INFO] [stdout]   15:     0x59523466edf6 - std::panicking::begin_panic_handler::{{closure}}::h30e7cb89678a57fe
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:699:13
[INFO] [stdout]   16:     0x59523466d609 - std::sys::backtrace::__rust_end_short_backtrace::hed60f27456c16ced
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x59523466eabd - __rustc[de2ca18b4c54d5b8]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:697:5
[INFO] [stdout]   18:     0x595234690e60 - core::panicking::panic_fmt::h62f63d096dd276af
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x595234690eec - core::panicking::panic::h89a5f2df32b0508a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:145:5
[INFO] [stdout]   20:     0x595234690dd9 - core::option::unwrap_failed::he1a8284b5a1e2496
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/option.rs:2130:5
[INFO] [stdout]   21:     0x5952345fc1d2 - core::option::Option<T>::unwrap::h9fc7fe75f4d6f926
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/option.rs:1009:21
[INFO] [stdout]   22:     0x5952345fc1d2 - p2015_19::parse_input::h52d1862e36679444
[INFO] [stdout]                                at /opt/rustwide/workdir/p2015_19/src/lib.rs:16:29
[INFO] [stdout]   23:     0x5952345fc9c7 - p2015_19::part_a::h363d54b8d9f7a281
[INFO] [stdout]                                at /opt/rustwide/workdir/p2015_19/src/lib.rs:37:27
[INFO] [stdout]   24:     0x5952345f008a - p2015_19::tests::part_a_works::h2d58e442688001e4
[INFO] [stdout]                                at /opt/rustwide/workdir/p2015_19/src/lib.rs:85:20
[INFO] [stdout]   25:     0x5952345f0047 - p2015_19::tests::part_a_works::{{closure}}::h352b9c99cc537d03
[INFO] [stdout]                                at /opt/rustwide/workdir/p2015_19/src/lib.rs:83:22
[INFO] [stdout]   26:     0x5952345eb946 - core::ops::function::FnOnce::call_once::h942e4bbe1363c9de
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   27:     0x59523463c2fb - core::ops::function::FnOnce::call_once::h1f9474f1347fff52
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   28:     0x59523463c2fb - test::__rust_begin_short_backtrace::ha52ab26e77157f03
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:648:18
[INFO] [stdout]   29:     0x59523463b435 - test::run_test_in_process::{{closure}}::h229c1a11a50b261f
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:74
[INFO] [stdout]   30:     0x59523463b435 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h78821afbf97b39a9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   31:     0x59523463b435 - std::panicking::catch_unwind::do_call::h53abf3ed5bd32ba3
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   32:     0x59523463b435 - std::panicking::catch_unwind::h6deb5fe1e91873c9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   33:     0x59523463b435 - std::panic::catch_unwind::hea0829b6b565654b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   34:     0x59523463b435 - test::run_test_in_process::hdc44dfecea3db21b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:27
[INFO] [stdout]   35:     0x59523463b435 - test::run_test::{{closure}}::h0364ba59bf23f652
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:592:43
[INFO] [stdout]   36:     0x5952345ff034 - test::run_test::{{closure}}::h32730b304eec05da
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:622:41
[INFO] [stdout]   37:     0x5952345ff034 - std::sys::backtrace::__rust_begin_short_backtrace::h177cb952fc54ad2c
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   38:     0x595234602a0a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h119d903520007597
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   39:     0x595234602a0a - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hab88401d606702a6
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   40:     0x595234602a0a - std::panicking::catch_unwind::do_call::h163fe12cca9901c2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   41:     0x595234602a0a - std::panicking::catch_unwind::he81557d0e17cc1bc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   42:     0x595234602a0a - std::panic::catch_unwind::hc2b8e79c20593955
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   43:     0x595234602a0a - std::thread::Builder::spawn_unchecked_::{{closure}}::hfa6b4978e07815cc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   44:     0x595234602a0a - core::ops::function::FnOnce::call_once{{vtable.shim}}::hddcd7484a13fd793
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   45:     0x595234671fdf - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h5924238c754de3b8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1971:9
[INFO] [stdout]   46:     0x595234671fdf - std::sys::pal::unix::thread::Thread::new::thread_start::hb6e99e73da4d28f8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/pal/unix/thread.rs:107:17
[INFO] [stdout]   47:     0x75dbbf02caa4 - <unknown>
[INFO] [stdout]   48:     0x75dbbf0b9a34 - clone
[INFO] [stdout]   49:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- tests::part_b_result stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'tests::part_b_result' panicked at p2015_19/src/lib.rs:53:29:
[INFO] [stdout] called `Option::unwrap()` on a `None` value
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x59523466d112 - 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:     0x59523466d112 - 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:     0x59523466d112 - std::sys::backtrace::_print_fmt::hd72f71d23b436b92
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x59523466d112 - <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:     0x595234692343 - core::fmt::rt::Argument::fmt::h2c56b3114963061a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x595234692343 - core::fmt::write::h8a494366950f23bb
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x59523466a093 - std::io::default_write_fmt::h7b8824096454f323
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x59523466a093 - std::io::Write::write_fmt::h4e71294925c334d0
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x59523466cf62 - std::sys::backtrace::BacktraceLock::print::hb2a626a81e06b2dc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x59523466e689 - std::panicking::default_hook::{{closure}}::h4f78485264f12d10
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:300:27
[INFO] [stdout]   10:     0x59523466e4be - std::panicking::default_hook::h2c66fc99e962531d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:324:9
[INFO] [stdout]   11:     0x595234636a94 - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hb6bd65493727d71a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   12:     0x595234636a94 - test::test_main_with_exit_callback::{{closure}}::h60217ec76a0ece4a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x59523466f05e - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h318e4efb8c1a5689
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   14:     0x59523466f05e - std::panicking::rust_panic_with_hook::h33ac55f64bbd807d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:841:13
[INFO] [stdout]   15:     0x59523466edf6 - std::panicking::begin_panic_handler::{{closure}}::h30e7cb89678a57fe
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:699:13
[INFO] [stdout]   16:     0x59523466d609 - std::sys::backtrace::__rust_end_short_backtrace::hed60f27456c16ced
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x59523466eabd - __rustc[de2ca18b4c54d5b8]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:697:5
[INFO] [stdout]   18:     0x595234690e60 - core::panicking::panic_fmt::h62f63d096dd276af
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x595234690eec - core::panicking::panic::h89a5f2df32b0508a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:145:5
[INFO] [stdout]   20:     0x595234690dd9 - core::option::unwrap_failed::he1a8284b5a1e2496
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/option.rs:2130:5
[INFO] [stdout]   21:     0x5952345fcd46 - core::option::Option<T>::unwrap::h9fc7fe75f4d6f926
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/option.rs:1009:21
[INFO] [stdout]   22:     0x5952345fcd46 - p2015_19::parse_input_v2::h614005ce85843f41
[INFO] [stdout]                                at /opt/rustwide/workdir/p2015_19/src/lib.rs:53:29
[INFO] [stdout]   23:     0x5952345fd002 - p2015_19::part_b::h304e9c31cb64d86c
[INFO] [stdout]                                at /opt/rustwide/workdir/p2015_19/src/lib.rs:59:27
[INFO] [stdout]   24:     0x5952345f02ca - p2015_19::tests::part_b_result::h8f5738b1fe000e16
[INFO] [stdout]                                at /opt/rustwide/workdir/p2015_19/src/lib.rs:103:20
[INFO] [stdout]   25:     0x5952345f0287 - p2015_19::tests::part_b_result::{{closure}}::hb7424c99141e216d
[INFO] [stdout]                                at /opt/rustwide/workdir/p2015_19/src/lib.rs:101:23
[INFO] [stdout]   26:     0x5952345eb9a6 - core::ops::function::FnOnce::call_once::haa39a56d58cf2928
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   27:     0x59523463c2fb - core::ops::function::FnOnce::call_once::h1f9474f1347fff52
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   28:     0x59523463c2fb - test::__rust_begin_short_backtrace::ha52ab26e77157f03
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:648:18
[INFO] [stdout]   29:     0x59523463b435 - test::run_test_in_process::{{closure}}::h229c1a11a50b261f
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:74
[INFO] [stdout]   30:     0x59523463b435 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h78821afbf97b39a9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   31:     0x59523463b435 - std::panicking::catch_unwind::do_call::h53abf3ed5bd32ba3
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   32:     0x59523463b435 - std::panicking::catch_unwind::h6deb5fe1e91873c9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   33:     0x59523463b435 - std::panic::catch_unwind::hea0829b6b565654b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   34:     0x59523463b435 - test::run_test_in_process::hdc44dfecea3db21b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:27
[INFO] [stdout]   35:     0x59523463b435 - test::run_test::{{closure}}::h0364ba59bf23f652
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:592:43
[INFO] [stdout]   36:     0x5952345ff034 - test::run_test::{{closure}}::h32730b304eec05da
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:622:41
[INFO] [stdout]   37:     0x5952345ff034 - std::sys::backtrace::__rust_begin_short_backtrace::h177cb952fc54ad2c
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   38:     0x595234602a0a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h119d903520007597
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   39:     0x595234602a0a - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hab88401d606702a6
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   40:     0x595234602a0a - std::panicking::catch_unwind::do_call::h163fe12cca9901c2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   41:     0x595234602a0a - std::panicking::catch_unwind::he81557d0e17cc1bc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   42:     0x595234602a0a - std::panic::catch_unwind::hc2b8e79c20593955
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   43:     0x595234602a0a - std::thread::Builder::spawn_unchecked_::{{closure}}::hfa6b4978e07815cc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   44:     0x595234602a0a - core::ops::function::FnOnce::call_once{{vtable.shim}}::hddcd7484a13fd793
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   45:     0x595234671fdf - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h5924238c754de3b8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1971:9
[INFO] [stdout]   46:     0x595234671fdf - std::sys::pal::unix::thread::Thread::new::thread_start::hb6e99e73da4d28f8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/pal/unix/thread.rs:107:17
[INFO] [stdout]   47:     0x75dbbf02caa4 - <unknown>
[INFO] [stdout]   48:     0x75dbbf0b9a34 - clone
[INFO] [stdout]   49:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     tests::part_a_result
[INFO] [stdout]     tests::part_a_works
[INFO] [stdout]     tests::part_b_result
[INFO] [stdout]     tests::part_b_works
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 0 passed; 4 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.13s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "acde37ea98f255c0665054e426b439ebb2733d25f27ab8efffc463eb0f00c6e2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "acde37ea98f255c0665054e426b439ebb2733d25f27ab8efffc463eb0f00c6e2", kill_on_drop: false }`
[INFO] [stdout] acde37ea98f255c0665054e426b439ebb2733d25f27ab8efffc463eb0f00c6e2
