[INFO] cloning repository https://github.com/fnichol/versio
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/fnichol/versio" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffnichol%2Fversio", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffnichol%2Fversio'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 33223718585bf302c9d8e2395e2d1754a018d6c1
[INFO] testing fnichol/versio against try#33835004928d3bf65db4d4712e1330766263b0bd for pr-155739
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffnichol%2Fversio" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/fnichol/versio
[INFO] finished tweaking git repo https://github.com/fnichol/versio
[INFO] tweaked toml for git repo https://github.com/fnichol/versio written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/fnichol/versio on toolchain 33835004928d3bf65db4d4712e1330766263b0bd
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/fnichol/versio 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" "+33835004928d3bf65db4d4712e1330766263b0bd" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] dc0ada0756930a4bb2d49a117df1a4391c7783a9737511f7d1d9a9d93cd9bbd1
[INFO] running `Command { std: "docker" "start" "-a" "dc0ada0756930a4bb2d49a117df1a4391c7783a9737511f7d1d9a9d93cd9bbd1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "dc0ada0756930a4bb2d49a117df1a4391c7783a9737511f7d1d9a9d93cd9bbd1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "dc0ada0756930a4bb2d49a117df1a4391c7783a9737511f7d1d9a9d93cd9bbd1", kill_on_drop: false }`
[INFO] [stdout] dc0ada0756930a4bb2d49a117df1a4391c7783a9737511f7d1d9a9d93cd9bbd1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 4f1cccb2388d2d1deb834a391ea97b608ae1c9c2c9e3d34f2f0a4cfed246db85
[INFO] running `Command { std: "docker" "start" "-a" "4f1cccb2388d2d1deb834a391ea97b608ae1c9c2c9e3d34f2f0a4cfed246db85", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.62
[INFO] [stderr]    Compiling syn v0.15.44
[INFO] [stderr]    Compiling autocfg v0.1.6
[INFO] [stderr]    Compiling memchr v2.2.1
[INFO] [stderr]    Compiling proc-macro2 v1.0.5
[INFO] [stderr]    Compiling syn v1.0.5
[INFO] [stderr]    Compiling cc v1.0.45
[INFO] [stderr]    Compiling bitflags v1.2.0
[INFO] [stderr]    Compiling num-traits v0.2.8
[INFO] [stderr]    Compiling num-integer v0.1.41
[INFO] [stderr]    Compiling serde v1.0.101
[INFO] [stderr]    Compiling byteorder v1.3.2
[INFO] [stderr]    Compiling failure_derive v0.1.5
[INFO] [stderr]    Compiling thread_local v0.3.6
[INFO] [stderr]    Compiling rand v0.4.6
[INFO] [stderr]    Compiling term_size v0.3.1
[INFO] [stderr]    Compiling aho-corasick v0.7.6
[INFO] [stderr]    Compiling unicode-segmentation v1.3.0
[INFO] [stderr]    Compiling unicode-width v0.1.6
[INFO] [stderr]    Compiling regex-syntax v0.6.12
[INFO] [stderr]    Compiling quote v1.0.2
[INFO] [stderr]    Compiling backtrace-sys v0.1.31
[INFO] [stderr]    Compiling rustc-demangle v0.1.16
[INFO] [stderr]    Compiling void v1.0.2
[INFO] [stderr]    Compiling unreachable v1.0.0
[INFO] [stderr]    Compiling heck v0.3.1
[INFO] [stderr]    Compiling textwrap v0.11.0
[INFO] [stderr]    Compiling time v0.1.42
[INFO] [stderr]    Compiling ascii v0.9.3
[INFO] [stderr]    Compiling strsim v0.8.0
[INFO] [stderr]    Compiling backtrace v0.3.38
[INFO] [stderr]    Compiling log v0.4.8
[INFO] [stderr]    Compiling remove_dir_all v0.5.2
[INFO] [stderr]    Compiling either v1.5.3
[INFO] [stderr]    Compiling tempdir v0.3.7
[INFO] [stderr]    Compiling clap v2.33.0
[INFO] [stderr]    Compiling chrono v0.4.9
[INFO] [stderr]    Compiling combine v3.8.1
[INFO] [stderr]    Compiling uuid v0.6.5
[INFO] [stderr]    Compiling versio v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling termcolor v0.3.6
[INFO] [stderr]    Compiling synstructure v0.10.2
[INFO] [stderr]    Compiling regex v1.3.1
[INFO] [stderr]    Compiling semver-parser v0.7.0
[INFO] [stderr]    Compiling linked-hash-map v0.5.2
[INFO] [stderr]    Compiling semver v0.9.0
[INFO] [stderr]    Compiling structopt-derive v0.2.18
[INFO] [stderr]    Compiling failure v0.1.5
[INFO] [stderr]    Compiling serde_derive v1.0.101
[INFO] [stderr]    Compiling os_type v2.2.0
[INFO] [stderr]    Compiling structopt v0.2.18
[INFO] [stderr]    Compiling toml_edit v0.1.5
[INFO] [stderr]    Compiling toml v0.4.10
[INFO] [stderr]    Compiling human-panic v1.0.1
[INFO] [stdout] warning: use of deprecated type alias `std::panic::PanicInfo`: use `PanicHookInfo` instead
[INFO] [stdout]   --> src/cli/util.rs:77:54
[INFO] [stdout]    |
[INFO] [stdout] 77 |         panic::set_hook(Box::new(move |info: &panic::PanicInfo| {
[INFO] [stdout]    |                                                      ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 59.10s
[INFO] running `Command { std: "docker" "inspect" "4f1cccb2388d2d1deb834a391ea97b608ae1c9c2c9e3d34f2f0a4cfed246db85", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4f1cccb2388d2d1deb834a391ea97b608ae1c9c2c9e3d34f2f0a4cfed246db85", kill_on_drop: false }`
[INFO] [stdout] 4f1cccb2388d2d1deb834a391ea97b608ae1c9c2c9e3d34f2f0a4cfed246db85
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] c4ae01c79dc44f32d017629e34898679e83d8682303b62d409264712c0cdebc3
[INFO] running `Command { std: "docker" "start" "-a" "c4ae01c79dc44f32d017629e34898679e83d8682303b62d409264712c0cdebc3", kill_on_drop: false }`
[INFO] [stderr]    Compiling getrandom v0.1.12
[INFO] [stderr]    Compiling ryu v1.0.0
[INFO] [stderr]    Compiling ppv-lite86 v0.2.5
[INFO] [stderr]    Compiling itoa v0.4.4
[INFO] [stderr]    Compiling predicates-core v1.0.0
[INFO] [stderr]    Compiling escargot v0.4.0
[INFO] [stderr]    Compiling float-cmp v0.4.0
[INFO] [stderr]    Compiling normalize-line-endings v0.2.2
[INFO] [stderr]    Compiling treeline v0.1.0
[INFO] [stderr]    Compiling difference v2.0.0
[INFO] [stdout] warning: use of deprecated type alias `std::panic::PanicInfo`: use `PanicHookInfo` instead
[INFO] [stdout]   --> src/cli/util.rs:77:54
[INFO] [stdout]    |
[INFO] [stdout] 77 |         panic::set_hook(Box::new(move |info: &panic::PanicInfo| {
[INFO] [stdout]    |                                                      ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling predicates-tree v1.0.0
[INFO] [stderr]    Compiling predicates v1.0.1
[INFO] [stderr]    Compiling rand_core v0.5.1
[INFO] [stderr]    Compiling serde_json v1.0.41
[INFO] [stderr]    Compiling c2-chacha v0.2.2
[INFO] [stderr]    Compiling rand_chacha v0.2.1
[INFO] [stderr]    Compiling rand v0.7.2
[INFO] [stderr]    Compiling tempfile v3.1.0
[INFO] [stderr]    Compiling assert_cmd v0.11.1
[INFO] [stderr]    Compiling versio v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: use of deprecated type alias `std::panic::PanicInfo`: use `PanicHookInfo` instead
[INFO] [stdout]   --> src/cli/util.rs:77:54
[INFO] [stdout]    |
[INFO] [stdout] 77 |         panic::set_hook(Box::new(move |info: &panic::PanicInfo| {
[INFO] [stdout]    |                                                      ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 11.77s
[INFO] running `Command { std: "docker" "inspect" "c4ae01c79dc44f32d017629e34898679e83d8682303b62d409264712c0cdebc3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c4ae01c79dc44f32d017629e34898679e83d8682303b62d409264712c0cdebc3", kill_on_drop: false }`
[INFO] [stdout] c4ae01c79dc44f32d017629e34898679e83d8682303b62d409264712c0cdebc3
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 4a24a271bfe18e85d9367942539e32abb60963c61037cbf9cda6889c910c25c5
[INFO] running `Command { std: "docker" "start" "-a" "4a24a271bfe18e85d9367942539e32abb60963c61037cbf9cda6889c910c25c5", kill_on_drop: false }`
[INFO] [stderr] warning: use of deprecated type alias `std::panic::PanicInfo`: use `PanicHookInfo` instead
[INFO] [stderr]   --> src/cli/util.rs:77:54
[INFO] [stderr]    |
[INFO] [stderr] 77 |         panic::set_hook(Box::new(move |info: &panic::PanicInfo| {
[INFO] [stderr]    |                                                      ^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(deprecated)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `versio` (bin "versio") generated 1 warning
[INFO] [stderr] warning: `versio` (bin "versio" test) generated 1 warning (1 duplicate)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.31s
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/versio-b98005ba9a80c6d3)
[INFO] [stdout] 
[INFO] [stdout] running 240 tests
[INFO] [stderr] 
[INFO] [stderr] thread 'cargo::tests::from_str' (19) panicked at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panicking.rs:225:5:
[INFO] [stderr] attempted to leave type `linked_hash_map::Node<alloc::string::String, table::TableKeyValue>` uninitialized, which is invalid
[INFO] [stderr] stack backtrace:
[INFO] [stderr]    0:     0x5e0ec0dafb9a - std[ec419fa8110287d5]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stderr]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stderr]    1:     0x5e0ec0dafb9a - std[ec419fa8110287d5]::backtrace_rs::backtrace::trace_unsynchronized::<std[ec419fa8110287d5]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stderr]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stderr]    2:     0x5e0ec0dafb9a - std[ec419fa8110287d5]::sys::backtrace::_print_fmt
[INFO] [stderr]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:74:9
[INFO] [stderr]    3:     0x5e0ec0dafb9a - <<std[ec419fa8110287d5]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[35159d6ffb30e017]::fmt::Display>::fmt
[INFO] [stderr]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:44:26
[INFO] [stderr]    4:     0x5e0ec0dc4c6a - <core[35159d6ffb30e017]::fmt::rt::Argument>::fmt
[INFO] [stderr]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/fmt/rt.rs:152:76
[INFO] [stderr]    5:     0x5e0ec0dc4c6a - core[35159d6ffb30e017]::fmt::write
[INFO] [stderr]    6:     0x5e0ec0db5022 - std[ec419fa8110287d5]::io::default_write_fmt::<std[ec419fa8110287d5]::sys::stdio::unix::Stderr>
[INFO] [stderr]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/io/mod.rs:621:11
[INFO] [stderr]    7:     0x5e0ec0db5022 - <std[ec419fa8110287d5]::sys::stdio::unix::Stderr as std[ec419fa8110287d5]::io::Write>::write_fmt
[INFO] [stderr]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/io/mod.rs:1976:13
[INFO] [stderr]    8:     0x5e0ec0d8dfbf - <std[ec419fa8110287d5]::sys::backtrace::BacktraceLock>::print
[INFO] [stderr]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:47:9
[INFO] [stderr]    9:     0x5e0ec0d8dfbf - std[ec419fa8110287d5]::panicking::default_hook::{closure#0}
[INFO] [stderr]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:292:27
[INFO] [stderr]   10:     0x5e0ec0da7741 - std[ec419fa8110287d5]::panicking::default_hook
[INFO] [stderr]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:319:9
[INFO] [stderr]   11:     0x5e0ec0aecc8c - <alloc[a8a7aba520129d98]::boxed::Box<dyn for<'a, 'b> core[35159d6ffb30e017]::ops::function::Fn<(&'a std[ec419fa8110287d5]::panic::PanicHookInfo<'b>,), Output = ()> + core[35159d6ffb30e017]::marker::Sync + core[35159d6ffb30e017]::marker::Send> as core[35159d6ffb30e017]::ops::function::Fn<(&std[ec419fa8110287d5]::panic::PanicHookInfo,)>>::call
[INFO] [stderr]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/alloc/src/boxed.rs:2285:9
[INFO] [stderr]   12:     0x5e0ec0aecc8c - test[a8007afcd3effadc]::test_main_inner::<test[a8007afcd3effadc]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stderr]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:155:21
[INFO] [stderr]   13:     0x5e0ec0da7932 - <alloc[a8a7aba520129d98]::boxed::Box<dyn for<'a, 'b> core[35159d6ffb30e017]::ops::function::Fn<(&'a std[ec419fa8110287d5]::panic::PanicHookInfo<'b>,), Output = ()> + core[35159d6ffb30e017]::marker::Sync + core[35159d6ffb30e017]::marker::Send> as core[35159d6ffb30e017]::ops::function::Fn<(&std[ec419fa8110287d5]::panic::PanicHookInfo,)>>::call
[INFO] [stderr]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/alloc/src/boxed.rs:2285:9
[INFO] [stderr]   14:     0x5e0ec0da7932 - std[ec419fa8110287d5]::panicking::panic_with_hook
[INFO] [stderr]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:833:13
[INFO] [stderr]   15:     0x5e0ec0d8e0aa - std[ec419fa8110287d5]::panicking::panic_handler::{closure#0}
[INFO] [stderr]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:691:13
[INFO] [stderr]   16:     0x5e0ec0d857e9 - std[ec419fa8110287d5]::sys::backtrace::__rust_end_short_backtrace::<std[ec419fa8110287d5]::panicking::panic_handler::{closure#0}, !>
[INFO] [stderr]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:182:18
[INFO] [stderr]   17:     0x5e0ec0d8ed8d - __rustc[cfb3622dd870db93]::rust_begin_unwind
[INFO] [stderr]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:689:5
[INFO] [stderr]   18:     0x5e0ec0dc521d - core[35159d6ffb30e017]::panicking::panic_nounwind_fmt::runtime
[INFO] [stderr]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panicking.rs:122:22
[INFO] [stderr]   19:     0x5e0ec0dc521d - core[35159d6ffb30e017]::panicking::panic_nounwind_fmt
[INFO] [stderr]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/intrinsics/mod.rs:2450:9
[INFO] [stderr]   20:     0x5e0ec0dc519b - core[35159d6ffb30e017]::panicking::panic_nounwind
[INFO] [stderr]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panicking.rs:225:5
[INFO] [stderr]   21:     0x5e0ec0d47da7 - core[35159d6ffb30e017]::mem::uninitialized::<linked_hash_map[24cb653e22edf896]::Node<alloc[a8a7aba520129d98]::string::String, toml_edit[410c8b5af377156d]::table::TableKeyValue>>
[INFO] [stderr]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/mem/mod.rs:750:9
[INFO] [stderr]   22:     0x5e0ec0d47da7 - <linked_hash_map[24cb653e22edf896]::LinkedHashMap<alloc[a8a7aba520129d98]::string::String, toml_edit[410c8b5af377156d]::table::TableKeyValue>>::ensure_guard_node
[INFO] [stderr]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/linked-hash-map-0.5.2/src/lib.rs:174:52
[INFO] [stderr]   23:     0x5e0ec0d4904e - <linked_hash_map[24cb653e22edf896]::VacantEntry<alloc[a8a7aba520129d98]::string::String, toml_edit[410c8b5af377156d]::table::TableKeyValue>>::insert
[INFO] [stderr]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/linked-hash-map-0.5.2/src/lib.rs:1282:18
[INFO] [stderr]   24:     0x5e0ec0d48eec - <linked_hash_map[24cb653e22edf896]::Entry<alloc[a8a7aba520129d98]::string::String, toml_edit[410c8b5af377156d]::table::TableKeyValue>>::or_insert
[INFO] [stderr]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/linked-hash-map-0.5.2/src/lib.rs:1194:43
[INFO] [stderr]   25:     0x5e0ec0d472e7 - <toml_edit[410c8b5af377156d]::table::Table>::entry
[INFO] [stderr]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.1.5/src/table.rs:160:14
[INFO] [stderr]   26:     0x5e0ec0d57009 - <toml_edit[410c8b5af377156d]::parser::TomlParser>::on_std_header
[INFO] [stderr]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.1.5/src/parser/table.rs:142:35
[INFO] [stderr]   27:     0x5e0ec0d54eba - <toml_edit[410c8b5af377156d]::parser::table::std_table<combine[5441f10c32d859db]::stream::easy::Stream<combine[5441f10c32d859db]::stream::state::State<&str, combine[5441f10c32d859db]::stream::state::SourcePosition>>> as combine[5441f10c32d859db]::parser::Parser>::parse_mode_impl::<combine[5441f10c32d859db]::parser::FirstMode>::{closure#0}
[INFO] [stderr]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.1.5/src/parser/table.rs:45:60
[INFO] [stderr]   28:     0x5e0ec0c11b33 - <combine[5441f10c32d859db]::parser::combinator::AndThen<(combine[5441f10c32d859db]::parser::sequence::Between<combine[5441f10c32d859db]::parser::item::Token<combine[5441f10c32d859db]::stream::easy::Stream<combine[5441f10c32d859db]::stream::state::State<&str, combine[5441f10c32d859db]::stream::state::SourcePosition>>>, combine[5441f10c32d859db]::parser::item::Token<combine[5441f10c32d859db]::stream::easy::Stream<combine[5441f10c32d859db]::stream::state::State<&str, combine[5441f10c32d859db]::stream::state::SourcePosition>>>, toml_edit[410c8b5af377156d]::parser::table::key_path<combine[5441f10c32d859db]::stream::easy::Stream<combine[5441f10c32d859db]::stream::state::State<&str, combine[5441f10c32d859db]::stream::state::SourcePosition>>>>, toml_edit[410c8b5af377156d]::parser::trivia::line_trailing<combine[5441f10c32d859db]::stream::easy::Stream<combine[5441f10c32d859db]::stream::state::State<&str, combine[5441f10c32d859db]::stream::state::SourcePosition>>>), <toml_edit[410c8b5af377156d]::parser::table::std_table<combine[5441f10c32d859db]::stream::easy::Stream<combine[5441f10c32d859db]::stream::state::State<&str, combine[5441f10c32d859db]::stream::state::SourcePosition>>> as combine[5441f10c32d859db]::parser::Parser>::parse_mode_impl<combine[5441f10c32d859db]::parser::FirstMode>::{closure#0}> as combine[5441f10c32d859db]::parser::Parser>::parse_mode_impl::<combine[5441f10c32d859db]::parser::FirstMode>
[INFO] [stderr]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-3.8.1/src/parser/combinator.rs:388:36
[INFO] [stderr]   29:     0x5e0ec0d4d64d - <combine[5441f10c32d859db]::parser::combinator::AndThen<(combine[5441f10c32d859db]::parser::sequence::Between<combine[5441f10c32d859db]::parser::item::Token<combine[5441f10c32d859db]::stream::easy::Stream<combine[5441f10c32d859db]::stream::state::State<&str, combine[5441f10c32d859db]::stream::state::SourcePosition>>>, combine[5441f10c32d859db]::parser::item::Token<combine[5441f10c32d859db]::stream::easy::Stream<combine[5441f10c32d859db]::stream::state::State<&str, combine[5441f10c32d859db]::stream::state::SourcePosition>>>, toml_edit[410c8b5af377156d]::parser::table::key_path<combine[5441f10c32d859db]::stream::easy::Stream<combine[5441f10c32d859db]::stream::state::State<&str, combine[5441f10c32d859db]::stream::state::SourcePosition>>>>, toml_edit[410c8b5af377156d]::parser::trivia::line_trailing<combine[5441f10c32d859db]::stream::easy::Stream<combine[5441f10c32d859db]::stream::state::State<&str, combine[5441f10c32d859db]::stream::state::SourcePosition>>>), <toml_edit[410c8b5af377156d]::parser::table::std_table<combine[5441f10c32d859db]::stream::easy::Stream<combine[5441f10c32d859db]::stream::state::State<&str, combine[5441f10c32d859db]::stream::state::SourcePosition>>> as combine[5441f10c32d859db]::parser::Parser>::parse_mode_impl<combine[5441f10c32d859db]::parser::FirstMode>::{closure#0}> as combine[5441f10c32d859db]::parser::Parser>::parse_mode::<combine[5441f10c32d859db]::parser::FirstMode>
[INFO] [stderr]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-3.8.1/src/parser/mod.rs:334:18
[INFO] [stderr]   30:     0x5e0ec0d4d64d - <toml_edit[410c8b5af377156d]::parser::table::std_table<combine[5441f10c32d859db]::stream::easy::Stream<combine[5441f10c32d859db]::stream::state::State<&str, combine[5441f10c32d859db]::stream::state::SourcePosition>>> as combine[5441f10c32d859db]::parser::Parser>::parse_mode_impl::<combine[5441f10c32d859db]::parser::FirstMode>
[INFO] [stderr]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-3.8.1/src/lib.rs:614:17
[INFO] [stderr]   31:     0x5e0ec0d53aa3 - <toml_edit[410c8b5af377156d]::parser::table::std_table<combine[5441f10c32d859db]::stream::easy::Stream<combine[5441f10c32d859db]::stream::state::State<&str, combine[5441f10c32d859db]::stream::state::SourcePosition>>> as combine[5441f10c32d859db]::parser::Parser>::parse_mode::<combine[5441f10c32d859db]::parser::FirstMode>
[INFO] [stderr]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-3.8.1/src/parser/mod.rs:334:18
[INFO] [stderr]   32:     0x5e0ec0d53aa3 - <(toml_edit[410c8b5af377156d]::parser::table::array_table<combine[5441f10c32d859db]::stream::easy::Stream<combine[5441f10c32d859db]::stream::state::State<&str, combine[5441f10c32d859db]::stream::state::SourcePosition>>>, toml_edit[410c8b5af377156d]::parser::table::std_table<combine[5441f10c32d859db]::stream::easy::Stream<combine[5441f10c32d859db]::stream::state::State<&str, combine[5441f10c32d859db]::stream::state::SourcePosition>>>) as combine[5441f10c32d859db]::parser::choice::ChoiceParser>::parse_mode_choice::<combine[5441f10c32d859db]::parser::FirstMode>
[INFO] [stderr]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-3.8.1/src/parser/choice.rs:172:22
[INFO] [stderr]   33:     0x5e0ec0d0f06f - <combine[5441f10c32d859db]::parser::choice::Choice<(toml_edit[410c8b5af377156d]::parser::table::array_table<combine[5441f10c32d859db]::stream::easy::Stream<combine[5441f10c32d859db]::stream::state::State<&str, combine[5441f10c32d859db]::stream::state::SourcePosition>>>, toml_edit[410c8b5af377156d]::parser::table::std_table<combine[5441f10c32d859db]::stream::easy::Stream<combine[5441f10c32d859db]::stream::state::State<&str, combine[5441f10c32d859db]::stream::state::SourcePosition>>>)> as combine[5441f10c32d859db]::parser::Parser>::parse_mode_impl::<combine[5441f10c32d859db]::parser::FirstMode>
[INFO] [stderr]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-3.8.1/src/parser/choice.rs:368:16
[INFO] [stderr]   34:     0x5e0ec0d0f06f - <combine[5441f10c32d859db]::parser::choice::Choice<(toml_edit[410c8b5af377156d]::parser::table::array_table<combine[5441f10c32d859db]::stream::easy::Stream<combine[5441f10c32d859db]::stream::state::State<&str, combine[5441f10c32d859db]::stream::state::SourcePosition>>>, toml_edit[410c8b5af377156d]::parser::table::std_table<combine[5441f10c32d859db]::stream::easy::Stream<combine[5441f10c32d859db]::stream::state::State<&str, combine[5441f10c32d859db]::stream::state::SourcePosition>>>)> as combine[5441f10c32d859db]::parser::Parser>::parse_mode::<combine[5441f10c32d859db]::parser::FirstMode>
[INFO] [stderr]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-3.8.1/src/parser/mod.rs:334:18
[INFO] [stderr]   35:     0x5e0ec0d0f06f - <combine[5441f10c32d859db]::parser::choice::Or<toml_edit[410c8b5af377156d]::parser::table::array_table<combine[5441f10c32d859db]::stream::easy::Stream<combine[5441f10c32d859db]::stream::state::State<&str, combine[5441f10c32d859db]::stream::state::SourcePosition>>>, toml_edit[410c8b5af377156d]::parser::table::std_table<combine[5441f10c32d859db]::stream::easy::Stream<combine[5441f10c32d859db]::stream::state::State<&str, combine[5441f10c32d859db]::stream::state::SourcePosition>>>> as combine[5441f10c32d859db]::parser::Parser>::parse_mode_impl::<combine[5441f10c32d859db]::parser::FirstMode>
[INFO] [stderr]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-3.8.1/src/parser/choice.rs:580:16
[INFO] [stderr]   36:     0x5e0ec0d0f06f - <combine[5441f10c32d859db]::parser::choice::Or<toml_edit[410c8b5af377156d]::parser::table::array_table<combine[5441f10c32d859db]::stream::easy::Stream<combine[5441f10c32d859db]::stream::state::State<&str, combine[5441f10c32d859db]::stream::state::SourcePosition>>>, toml_edit[410c8b5af377156d]::parser::table::std_table<combine[5441f10c32d859db]::stream::easy::Stream<combine[5441f10c32d859db]::stream::state::State<&str, combine[5441f10c32d859db]::stream::state::SourcePosition>>>> as combine[5441f10c32d859db]::parser::Parser>::parse_mode::<combine[5441f10c32d859db]::parser::FirstMode>
[INFO] [stderr]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-3.8.1/src/parser/mod.rs:334:18
[INFO] [stderr]   37:     0x5e0ec0d0f06f - <combine[5441f10c32d859db]::parser::error::Message<combine[5441f10c32d859db]::parser::choice::Or<toml_edit[410c8b5af377156d]::parser::table::array_table<combine[5441f10c32d859db]::stream::easy::Stream<combine[5441f10c32d859db]::stream::state::State<&str, combine[5441f10c32d859db]::stream::state::SourcePosition>>>, toml_edit[410c8b5af377156d]::parser::table::std_table<combine[5441f10c32d859db]::stream::easy::Stream<combine[5441f10c32d859db]::stream::state::State<&str, combine[5441f10c32d859db]::stream::state::SourcePosition>>>>> as combine[5441f10c32d859db]::parser::Parser>::parse_mode_impl::<combine[5441f10c32d859db]::parser::FirstMode>
[INFO] [stderr]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-3.8.1/src/parser/error.rs:121:22
[INFO] [stderr]   38:     0x5e0ec0d4ed1d - <combine[5441f10c32d859db]::parser::error::Message<combine[5441f10c32d859db]::parser::choice::Or<toml_edit[410c8b5af377156d]::parser::table::array_table<combine[5441f10c32d859db]::stream::easy::Stream<combine[5441f10c32d859db]::stream::state::State<&str, combine[5441f10c32d859db]::stream::state::SourcePosition>>>, toml_edit[410c8b5af377156d]::parser::table::std_table<combine[5441f10c32d859db]::stream::easy::Stream<combine[5441f10c32d859db]::stream::state::State<&str, combine[5441f10c32d859db]::stream::state::SourcePosition>>>>> as combine[5441f10c32d859db]::parser::Parser>::parse_mode::<combine[5441f10c32d859db]::parser::FirstMode>
[INFO] [stderr]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-3.8.1/src/parser/mod.rs:334:18
[INFO] [stderr]   39:     0x5e0ec0d4ed1d - <toml_edit[410c8b5af377156d]::parser::table::table<combine[5441f10c32d859db]::stream::easy::Stream<combine[5441f10c32d859db]::stream::state::State<&str, combine[5441f10c32d859db]::stream::state::SourcePosition>>> as combine[5441f10c32d859db]::parser::Parser>::parse_mode_impl::<combine[5441f10c32d859db]::parser::FirstMode>
[INFO] [stderr]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-3.8.1/src/lib.rs:614:17
[INFO] [stderr]   40:     0x5e0ec0d51adc - <toml_edit[410c8b5af377156d]::parser::table::table<combine[5441f10c32d859db]::stream::easy::Stream<combine[5441f10c32d859db]::stream::state::State<&str, combine[5441f10c32d859db]::stream::state::SourcePosition>>> as combine[5441f10c32d859db]::parser::Parser>::parse_mode::<combine[5441f10c32d859db]::parser::FirstMode>
[INFO] [stderr]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-3.8.1/src/parser/mod.rs:334:18
[INFO] [stderr]   41:     0x5e0ec0d51adc - <(toml_edit[410c8b5af377156d]::parser::document::parse_comment<combine[5441f10c32d859db]::stream::easy::Stream<combine[5441f10c32d859db]::stream::state::State<&str, combine[5441f10c32d859db]::stream::state::SourcePosition>>>, toml_edit[410c8b5af377156d]::parser::document::keyval<combine[5441f10c32d859db]::stream::easy::Stream<combine[5441f10c32d859db]::stream::state::State<&str, combine[5441f10c32d859db]::stream::state::SourcePosition>>>, toml_edit[410c8b5af377156d]::parser::table::table<combine[5441f10c32d859db]::stream::easy::Stream<combine[5441f10c32d859db]::stream::state::State<&str, combine[5441f10c32d859db]::stream::state::SourcePosition>>>, toml_edit[410c8b5af377156d]::parser::document::parse_newline<combine[5441f10c32d859db]::stream::easy::Stream<combine[5441f10c32d859db]::stream::state::State<&str, combine[5441f10c32d859db]::stream::state::SourcePosition>>>) as combine[5441f10c32d859db]::parser::choice::ChoiceParser>::parse_mode_choice::<combine[5441f10c32d859db]::parser::FirstMode>
[INFO] [stderr]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-3.8.1/src/parser/choice.rs:172:22
[INFO] [stderr]   42:     0x5e0ec0ce0af0 - <combine[5441f10c32d859db]::parser::choice::Choice<(toml_edit[410c8b5af377156d]::parser::document::parse_comment<combine[5441f10c32d859db]::stream::easy::Stream<combine[5441f10c32d859db]::stream::state::State<&str, combine[5441f10c32d859db]::stream::state::SourcePosition>>>, toml_edit[410c8b5af377156d]::parser::document::keyval<combine[5441f10c32d859db]::stream::easy::Stream<combine[5441f10c32d859db]::stream::state::State<&str, combine[5441f10c32d859db]::stream::state::SourcePosition>>>, toml_edit[410c8b5af377156d]::parser::table::table<combine[5441f10c32d859db]::stream::easy::Stream<combine[5441f10c32d859db]::stream::state::State<&str, combine[5441f10c32d859db]::stream::state::SourcePosition>>>, toml_edit[410c8b5af377156d]::parser::document::parse_newline<combine[5441f10c32d859db]::stream::easy::Stream<combine[5441f10c32d859db]::stream::state::State<&str, combine[5441f10c32d859db]::stream::state::SourcePosition>>>)> as combine[5441f10c32d859db]::parser::Parser>::parse_mode_impl::<combine[5441f10c32d859db]::parser::FirstMode>
[INFO] [stderr]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-3.8.1/src/parser/choice.rs:368:16
[INFO] [stderr]   43:     0x5e0ec0ce0af0 - <combine[5441f10c32d859db]::parser::choice::Choice<(toml_edit[410c8b5af377156d]::parser::document::parse_comment<combine[5441f10c32d859db]::stream::easy::Stream<combine[5441f10c32d859db]::stream::state::State<&str, combine[5441f10c32d859db]::stream::state::SourcePosition>>>, toml_edit[410c8b5af377156d]::parser::document::keyval<combine[5441f10c32d859db]::stream::easy::Stream<combine[5441f10c32d859db]::stream::state::State<&str, combine[5441f10c32d859db]::stream::state::SourcePosition>>>, toml_edit[410c8b5af377156d]::parser::table::table<combine[5441f10c32d859db]::stream::easy::Stream<combine[5441f10c32d859db]::stream::state::State<&str, combine[5441f10c32d859db]::stream::state::SourcePosition>>>, toml_edit[410c8b5af377156d]::parser::document::parse_newline<combine[5441f10c32d859db]::stream::easy::Stream<combine[5441f10c32d859db]::stream::state::State<&str, combine[5441f10c32d859db]::stream::state::SourcePosition>>>)> as combine[5441f10c32d859db]::parser::Parser>::parse_mode::<combine[5441f10c32d859db]::parser::FirstMode>
[INFO] [stderr]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-3.8.1/src/parser/mod.rs:334:18
[INFO] [stderr]   44:     0x5e0ec0ce0af0 - <(combine[5441f10c32d859db]::parser::choice::Choice<(toml_edit[410c8b5af377156d]::parser::document::parse_comment<combine[5441f10c32d859db]::stream::easy::Stream<combine[5441f10c32d859db]::stream::state::State<&str, combine[5441f10c32d859db]::stream::state::SourcePosition>>>, toml_edit[410c8b5af377156d]::parser::document::keyval<combine[5441f10c32d859db]::stream::easy::Stream<combine[5441f10c32d859db]::stream::state::State<&str, combine[5441f10c32d859db]::stream::state::SourcePosition>>>, toml_edit[410c8b5af377156d]::parser::table::table<combine[5441f10c32d859db]::stream::easy::Stream<combine[5441f10c32d859db]::stream::state::State<&str, combine[5441f10c32d859db]::stream::state::SourcePosition>>>, toml_edit[410c8b5af377156d]::parser::document::parse_newline<combine[5441f10c32d859db]::stream::easy::Stream<combine[5441f10c32d859db]::stream::state::State<&str, combine[5441f10c32d859db]::stream::state::SourcePosition>>>)>, combine[5441f10c32d859db]::parser::combinator::Ignore<toml_edit[410c8b5af377156d]::parser::document::parse_ws<combine[5441f10c32d859db]::stream::easy::Stream<combine[5441f10c32d859db]::stream::state::State<&str, combine[5441f10c32d859db]::stream::state::SourcePosition>>>>) as combine[5441f10c32d859db]::parser::Parser>::parse_mode_impl::<combine[5441f10c32d859db]::parser::FirstMode>
[INFO] [stderr]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-3.8.1/src/parser/sequence.rs:166:41
[INFO] [stderr]   45:     0x5e0ec0c916c8 - <(combine[5441f10c32d859db]::parser::choice::Choice<(toml_edit[410c8b5af377156d]::parser::document::parse_comment<combine[5441f10c32d859db]::stream::easy::Stream<combine[5441f10c32d859db]::stream::state::State<&str, combine[5441f10c32d859db]::stream::state::SourcePosition>>>, toml_edit[410c8b5af377156d]::parser::document::keyval<combine[5441f10c32d859db]::stream::easy::Stream<combine[5441f10c32d859db]::stream::state::State<&str, combine[5441f10c32d859db]::stream::state::SourcePosition>>>, toml_edit[410c8b5af377156d]::parser::table::table<combine[5441f10c32d859db]::stream::easy::Stream<combine[5441f10c32d859db]::stream::state::State<&str, combine[5441f10c32d859db]::stream::state::SourcePosition>>>, toml_edit[410c8b5af377156d]::parser::document::parse_newline<combine[5441f10c32d859db]::stream::easy::Stream<combine[5441f10c32d859db]::stream::state::State<&str, combine[5441f10c32d859db]::stream::state::SourcePosition>>>)>, combine[5441f10c32d859db]::parser::combinator::Ignore<toml_edit[410c8b5af377156d]::parser::document::parse_ws<combine[5441f10c32d859db]::stream::easy::Stream<combine[5441f10c32d859db]::stream::state::State<&str, combine[5441f10c32d859db]::stream::state::SourcePosition>>>>) as combine[5441f10c32d859db]::parser::Parser>::parse_mode::<combine[5441f10c32d859db]::parser::FirstMode>
[INFO] [stderr]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-3.8.1/src/parser/mod.rs:334:18
[INFO] [stderr]   46:     0x5e0ec0c916c8 - <combine[5441f10c32d859db]::parser::sequence::Skip<combine[5441f10c32d859db]::parser::choice::Choice<(toml_edit[410c8b5af377156d]::parser::document::parse_comment<combine[5441f10c32d859db]::stream::easy::Stream<combine[5441f10c32d859db]::stream::state::State<&str, combine[5441f10c32d859db]::stream::state::SourcePosition>>>, toml_edit[410c8b5af377156d]::parser::document::keyval<combine[5441f10c32d859db]::stream::easy::Stream<combine[5441f10c32d859db]::stream::state::State<&str, combine[5441f10c32d859db]::stream::state::SourcePosition>>>, toml_edit[410c8b5af377156d]::parser::table::table<combine[5441f10c32d859db]::stream::easy::Stream<combine[5441f10c32d859db]::stream::state::State<&str, combine[5441f10c32d859db]::stream::state::SourcePosition>>>, toml_edit[410c8b5af377156d]::parser::document::parse_newline<combine[5441f10c32d859db]::stream::easy::Stream<combine[5441f10c32d859db]::stream::state::State<&str, combine[5441f10c32d859db]::stream::state::SourcePosition>>>)>, toml_edit[410c8b5af377156d]::parser::document::parse_ws<combine[5441f10c32d859db]::stream::easy::Stream<combine[5441f10c32d859db]::stream::state::State<&str, combine[5441f10c32d859db]::stream::state::SourcePosition>>>> as combine[5441f10c32d859db]::parser::Parser>::parse_mode_impl::<combine[5441f10c32d859db]::parser::FirstMode>
[INFO] [stderr]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-3.8.1/src/parser/sequence.rs:480:16
[INFO] [stderr]   47:     0x5e0ec0b77162 - <combine[5441f10c32d859db]::parser::sequence::Skip<combine[5441f10c32d859db]::parser::choice::Choice<(toml_edit[410c8b5af377156d]::parser::document::parse_comment<combine[5441f10c32d859db]::stream::easy::Stream<combine[5441f10c32d859db]::stream::state::State<&str, combine[5441f10c32d859db]::stream::state::SourcePosition>>>, toml_edit[410c8b5af377156d]::parser::document::keyval<combine[5441f10c32d859db]::stream::easy::Stream<combine[5441f10c32d859db]::stream::state::State<&str, combine[5441f10c32d859db]::stream::state::SourcePosition>>>, toml_edit[410c8b5af377156d]::parser::table::table<combine[5441f10c32d859db]::stream::easy::Stream<combine[5441f10c32d859db]::stream::state::State<&str, combine[5441f10c32d859db]::stream::state::SourcePosition>>>, toml_edit[410c8b5af377156d]::parser::document::parse_newline<combine[5441f10c32d859db]::stream::easy::Stream<combine[5441f10c32d859db]::stream::state::State<&str, combine[5441f10c32d859db]::stream::state::SourcePosition>>>)>, toml_edit[410c8b5af377156d]::parser::document::parse_ws<combine[5441f10c32d859db]::stream::easy::Stream<combine[5441f10c32d859db]::stream::state::State<&str, combine[5441f10c32d859db]::stream::state::SourcePosition>>>> as combine[5441f10c32d859db]::parser::Parser>::parse_mode::<combine[5441f10c32d859db]::parser::FirstMode>
[INFO] [stderr]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-3.8.1/src/parser/mod.rs:334:18
[INFO] [stderr]   48:     0x5e0ec0b77162 - <combine[5441f10c32d859db]::parser::combinator::Ignore<combine[5441f10c32d859db]::parser::sequence::Skip<combine[5441f10c32d859db]::parser::choice::Choice<(toml_edit[410c8b5af377156d]::parser::document::parse_comment<combine[5441f10c32d859db]::stream::easy::Stream<combine[5441f10c32d859db]::stream::state::State<&str, combine[5441f10c32d859db]::stream::state::SourcePosition>>>, toml_edit[410c8b5af377156d]::parser::document::keyval<combine[5441f10c32d859db]::stream::easy::Stream<combine[5441f10c32d859db]::stream::state::State<&str, combine[5441f10c32d859db]::stream::state::SourcePosition>>>, toml_edit[410c8b5af377156d]::parser::table::table<combine[5441f10c32d859db]::stream::easy::Stream<combine[5441f10c32d859db]::stream::state::State<&str, combine[5441f10c32d859db]::stream::state::SourcePosition>>>, toml_edit[410c8b5af377156d]::parser::document::parse_newline<combine[5441f10c32d859db]::stream::easy::Stream<combine[5441f10c32d859db]::stream::state::State<&str, combine[5441f10c32d859db]::stream::state::SourcePosition>>>)>, toml_edit[410c8b5af377156d]::parser::document::parse_ws<combine[5441f10c32d859db]::stream::easy::Stream<combine[5441f10c32d859db]::stream::state::State<&str, combine[5441f10c32d859db]::stream::state::SourcePosition>>>>> as combine[5441f10c32d859db]::parser::Parser>::parse_mode_impl::<combine[5441f10c32d859db]::parser::FirstMode>
[INFO] [stderr]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-3.8.1/src/parser/combinator.rs:679:16
[INFO] [stderr]   49:     0x5e0ec0b77162 - <combine[5441f10c32d859db]::parser::combinator::Ignore<combine[5441f10c32d859db]::parser::sequence::Skip<combine[5441f10c32d859db]::parser::choice::Choice<(toml_edit[410c8b5af377156d]::parser::document::parse_comment<combine[5441f10c32d859db]::stream::easy::Stream<combine[5441f10c32d859db]::stream::state::State<&str, combine[5441f10c32d859db]::stream::state::SourcePosition>>>, toml_edit[410c8b5af377156d]::parser::document::keyval<combine[5441f10c32d859db]::stream::easy::Stream<combine[5441f10c32d859db]::stream::state::State<&str, combine[5441f10c32d859db]::stream::state::SourcePosition>>>, toml_edit[410c8b5af377156d]::parser::table::table<combine[5441f10c32d859db]::stream::easy::Stream<combine[5441f10c32d859db]::stream::state::State<&str, combine[5441f10c32d859db]::stream::state::SourcePosition>>>, toml_edit[410c8b5af377156d]::parser::document::parse_newline<combine[5441f10c32d859db]::stream::easy::Stream<combine[5441f10c32d859db]::stream::state::State<&str, combine[5441f10c32d859db]::stream::state::SourcePosition>>>)>, toml_edit[410c8b5af377156d]::parser::document::parse_ws<combine[5441f10c32d859db]::stream::easy::Stream<combine[5441f10c32d859db]::stream::state::State<&str, combine[5441f10c32d859db]::stream::state::SourcePosition>>>>> as combine[5441f10c32d859db]::parser::Parser>::parse_mode::<combine[5441f10c32d859db]::parser::FirstMode>
[INFO] [stderr]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-3.8.1/src/parser/mod.rs:334:18
[INFO] [stderr]   50:     0x5e0ec0b77162 - <combine[5441f10c32d859db]::parser::repeat::Many1<combine[5441f10c32d859db]::parser::repeat::Sink, combine[5441f10c32d859db]::parser::combinator::Ignore<combine[5441f10c32d859db]::parser::sequence::Skip<combine[5441f10c32d859db]::parser::choice::Choice<(toml_edit[410c8b5af377156d]::parser::document::parse_comment<combine[5441f10c32d859db]::stream::easy::Stream<combine[5441f10c32d859db]::stream::state::State<&str, combine[5441f10c32d859db]::stream::state::SourcePosition>>>, toml_edit[410c8b5af377156d]::parser::document::keyval<combine[5441f10c32d859db]::stream::easy::Stream<combine[5441f10c32d859db]::stream::state::State<&str, combine[5441f10c32d859db]::stream::state::SourcePosition>>>, toml_edit[410c8b5af377156d]::parser::table::table<combine[5441f10c32d859db]::stream::easy::Stream<combine[5441f10c32d859db]::stream::state::State<&str, combine[5441f10c32d859db]::stream::state::SourcePosition>>>, toml_edit[410c8b5af377156d]::parser::document::parse_newline<combine[5441f10c32d859db]::stream::easy::Stream<combine[5441f10c32d859db]::stream::state::State<&str, combine[5441f10c32d859db]::stream::state::SourcePosition>>>)>, toml_edit[410c8b5af377156d]::parser::document::parse_ws<combine[5441f10c32d859db]::stream::easy::Stream<combine[5441f10c32d859db]::stream::state::State<&str, combine[5441f10c32d859db]::stream::state::SourcePosition>>>>>> as combine[5441f10c32d859db]::parser::Parser>::parse_mode_impl::<combine[5441f10c32d859db]::parser::FirstMode>
[INFO] [stderr]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-3.8.1/src/parser/repeat.rs:427:50
[INFO] [stderr]   51:     0x5e0ec0ba09f9 - <combine[5441f10c32d859db]::parser::repeat::Many1<combine[5441f10c32d859db]::parser::repeat::Sink, combine[5441f10c32d859db]::parser::combinator::Ignore<combine[5441f10c32d859db]::parser::sequence::Skip<combine[5441f10c32d859db]::parser::choice::Choice<(toml_edit[410c8b5af377156d]::parser::document::parse_comment<combine[5441f10c32d859db]::stream::easy::Stream<combine[5441f10c32d859db]::stream::state::State<&str, combine[5441f10c32d859db]::stream::state::SourcePosition>>>, toml_edit[410c8b5af377156d]::parser::document::keyval<combine[5441f10c32d859db]::stream::easy::Stream<combine[5441f10c32d859db]::stream::state::State<&str, combine[5441f10c32d859db]::stream::state::SourcePosition>>>, toml_edit[410c8b5af377156d]::parser::table::table<combine[5441f10c32d859db]::stream::easy::Stream<combine[5441f10c32d859db]::stream::state::State<&str, combine[5441f10c32d859db]::stream::state::SourcePosition>>>, toml_edit[410c8b5af377156d]::parser::document::parse_newline<combine[5441f10c32d859db]::stream::easy::Stream<combine[5441f10c32d859db]::stream::state::State<&str, combine[5441f10c32d859db]::stream::state::SourcePosition>>>)>, toml_edit[410c8b5af377156d]::parser::document::parse_ws<combine[5441f10c32d859db]::stream::easy::Stream<combine[5441f10c32d859db]::stream::state::State<&str, combine[5441f10c32d859db]::stream::state::SourcePosition>>>>>> as combine[5441f10c32d859db]::parser::Parser>::parse_mode::<combine[5441f10c32d859db]::parser::FirstMode>
[INFO] [stderr]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-3.8.1/src/parser/mod.rs:334:18
[INFO] [stderr]   52:     0x5e0ec0ba09f9 - <combine[5441f10c32d859db]::parser::combinator::Ignore<combine[5441f10c32d859db]::parser::repeat::Many1<combine[5441f10c32d859db]::parser::repeat::Sink, combine[5441f10c32d859db]::parser::combinator::Ignore<combine[5441f10c32d859db]::parser::sequence::Skip<combine[5441f10c32d859db]::parser::choice::Choice<(toml_edit[410c8b5af377156d]::parser::document::parse_comment<combine[5441f10c32d859db]::stream::easy::Stream<combine[5441f10c32d859db]::stream::state::State<&str, combine[5441f10c32d859db]::stream::state::SourcePosition>>>, toml_edit[410c8b5af377156d]::parser::document::keyval<combine[5441f10c32d859db]::stream::easy::Stream<combine[5441f10c32d859db]::stream::state::State<&str, combine[5441f10c32d859db]::stream::state::SourcePosition>>>, toml_edit[410c8b5af377156d]::parser::table::table<combine[5441f10c32d859db]::stream::easy::Stream<combine[5441f10c32d859db]::stream::state::State<&str, combine[5441f10c32d859db]::stream::state::SourcePosition>>>, toml_edit[410c8b5af377156d]::parser::document::parse_newline<combine[5441f10c32d859db]::stream::easy::Stream<combine[5441f10c32d859db]::stream::state::State<&str, combine[5441f10c32d859db]::stream::state::SourcePosition>>>)>, toml_edit[410c8b5af377156d]::parser::document::parse_ws<combine[5441f10c32d859db]::stream::easy::Stream<combine[5441f10c32d859db]::stream::state::State<&str, combine[5441f10c32d859db]::stream::state::SourcePosition>>>>>>> as combine[5441f10c32d859db]::parser::Parser>::parse_mode_impl::<combine[5441f10c32d859db]::parser::FirstMode>
[INFO] [stderr]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-3.8.1/src/parser/combinator.rs:679:16
[INFO] [stderr]   53:     0x5e0ec0ba09f9 - <combine[5441f10c32d859db]::parser::combinator::Ignore<combine[5441f10c32d859db]::parser::repeat::Many1<combine[5441f10c32d859db]::parser::repeat::Sink, combine[5441f10c32d859db]::parser::combinator::Ignore<combine[5441f10c32d859db]::parser::sequence::Skip<combine[5441f10c32d859db]::parser::choice::Choice<(toml_edit[410c8b5af377156d]::parser::document::parse_comment<combine[5441f10c32d859db]::stream::easy::Stream<combine[5441f10c32d859db]::stream::state::State<&str, combine[5441f10c32d859db]::stream::state::SourcePosition>>>, toml_edit[410c8b5af377156d]::parser::document::keyval<combine[5441f10c32d859db]::stream::easy::Stream<combine[5441f10c32d859db]::stream::state::State<&str, combine[5441f10c32d859db]::stream::state::SourcePosition>>>, toml_edit[410c8b5af377156d]::parser::table::table<combine[5441f10c32d859db]::stream::easy::Stream<combine[5441f10c32d859db]::stream::state::State<&str, combine[5441f10c32d859db]::stream::state::SourcePosition>>>, toml_edit[410c8b5af377156d]::parser::document::parse_newline<combine[5441f10c32d859db]::stream::easy::Stream<combine[5441f10c32d859db]::stream::state::State<&str, combine[5441f10c32d859db]::stream::state::SourcePosition>>>)>, toml_edit[410c8b5af377156d]::parser::document::parse_ws<combine[5441f10c32d859db]::stream::easy::Stream<combine[5441f10c32d859db]::stream::state::State<&str, combine[5441f10c32d859db]::stream::state::SourcePosition>>>>>>> as combine[5441f10c32d859db]::parser::Parser>::parse_mode::<combine[5441f10c32d859db]::parser::FirstMode>
[INFO] [stderr]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-3.8.1/src/parser/mod.rs:334:18
[INFO] [stderr]   54:     0x5e0ec0ba09f9 - <combine[5441f10c32d859db]::parser::combinator::Ignore<combine[5441f10c32d859db]::parser::repeat::Many1<combine[5441f10c32d859db]::parser::repeat::Sink, combine[5441f10c32d859db]::parser::combinator::Ignore<combine[5441f10c32d859db]::parser::sequence::Skip<combine[5441f10c32d859db]::parser::choice::Choice<(toml_edit[410c8b5af377156d]::parser::document::parse_comment<combine[5441f10c32d859db]::stream::easy::Stream<combine[5441f10c32d859db]::stream::state::State<&str, combine[5441f10c32d859db]::stream::state::SourcePosition>>>, toml_edit[410c8b5af377156d]::parser::document::keyval<combine[5441f10c32d859db]::stream::easy::Stream<combine[5441f10c32d859db]::stream::state::State<&str, combine[5441f10c32d859db]::stream::state::SourcePosition>>>, toml_edit[410c8b5af377156d]::parser::table::table<combine[5441f10c32d859db]::stream::easy::Stream<combine[5441f10c32d859db]::stream::state::State<&str, combine[5441f10c32d859db]::stream::state::SourcePosition>>>, toml_edit[410c8b5af377156d]::parser::document::parse_newline<combine[5441f10c32d859db]::stream::easy::Stream<combine[5441f10c32d859db]::stream::state::State<&str, combine[5441f10c32d859db]::stream::state::SourcePosition>>>)>, toml_edit[410c8b5af377156d]::parser::document::parse_ws<combine[5441f10c32d859db]::stream::easy::Stream<combine[5441f10c32d859db]::stream::state::State<&str, combine[5441f10c32d859db]::stream::state::SourcePosition>>>>>>> as combine[5441f10c32d859db]::parser::Parser>::parse_first
[INFO] [stderr]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-3.8.1/src/parser/mod.rs:58:18
[INFO] [stderr]   55:     0x5e0ec0ba09f9 - <combine[5441f10c32d859db]::parser::repeat::SkipMany1<combine[5441f10c32d859db]::parser::sequence::Skip<combine[5441f10c32d859db]::parser::choice::Choice<(toml_edit[410c8b5af377156d]::parser::document::parse_comment<combine[5441f10c32d859db]::stream::easy::Stream<combine[5441f10c32d859db]::stream::state::State<&str, combine[5441f10c32d859db]::stream::state::SourcePosition>>>, toml_edit[410c8b5af377156d]::parser::document::keyval<combine[5441f10c32d859db]::stream::easy::Stream<combine[5441f10c32d859db]::stream::state::State<&str, combine[5441f10c32d859db]::stream::state::SourcePosition>>>, toml_edit[410c8b5af377156d]::parser::table::table<combine[5441f10c32d859db]::stream::easy::Stream<combine[5441f10c32d859db]::stream::state::State<&str, combine[5441f10c32d859db]::stream::state::SourcePosition>>>, toml_edit[410c8b5af377156d]::parser::document::parse_newline<combine[5441f10c32d859db]::stream::easy::Stream<combine[5441f10c32d859db]::stream::state::State<&str, combine[5441f10c32d859db]::stream::state::SourcePosition>>>)>, toml_edit[410c8b5af377156d]::parser::document::parse_ws<combine[5441f10c32d859db]::stream::easy::Stream<combine[5441f10c32d859db]::stream::state::State<&str, combine[5441f10c32d859db]::stream::state::SourcePosition>>>>> as combine[5441f10c32d859db]::parser::Parser>::parse_first
[INFO] [stderr]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-3.8.1/src/lib.rs:712:29
[INFO] [stderr]   56:     0x5e0ec0c6db70 - <combine[5441f10c32d859db]::parser::repeat::SkipMany1<combine[5441f10c32d859db]::parser::sequence::Skip<combine[5441f10c32d859db]::parser::choice::Choice<(toml_edit[410c8b5af377156d]::parser::document::parse_comment<combine[5441f10c32d859db]::stream::easy::Stream<combine[5441f10c32d859db]::stream::state::State<&str, combine[5441f10c32d859db]::stream::state::SourcePosition>>>, toml_edit[410c8b5af377156d]::parser::document::keyval<combine[5441f10c32d859db]::stream::easy::Stream<combine[5441f10c32d859db]::stream::state::State<&str, combine[5441f10c32d859db]::stream::state::SourcePosition>>>, toml_edit[410c8b5af377156d]::parser::table::table<combine[5441f10c32d859db]::stream::easy::Stream<combine[5441f10c32d859db]::stream::state::State<&str, combine[5441f10c32d859db]::stream::state::SourcePosition>>>, toml_edit[410c8b5af377156d]::parser::document::parse_newline<combine[5441f10c32d859db]::stream::easy::Stream<combine[5441f10c32d859db]::stream::state::State<&str, combine[5441f10c32d859db]::stream::state::SourcePosition>>>)>, toml_edit[410c8b5af377156d]::parser::document::parse_ws<combine[5441f10c32d859db]::stream::easy::Stream<combine[5441f10c32d859db]::stream::state::State<&str, combine[5441f10c32d859db]::stream::state::SourcePosition>>>>> as combine[5441f10c32d859db]::parser::Parser>::parse_mode_impl::<combine[5441f10c32d859db]::parser::FirstMode>
[INFO] [stderr]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-3.8.1/src/parser/mod.rs:354:18
[INFO] [stderr]   57:     0x5e0ec0c6db70 - <combine[5441f10c32d859db]::parser::repeat::SkipMany1<combine[5441f10c32d859db]::parser::sequence::Skip<combine[5441f10c32d859db]::parser::choice::Choice<(toml_edit[410c8b5af377156d]::parser::document::parse_comment<combine[5441f10c32d859db]::stream::easy::Stream<combine[5441f10c32d859db]::stream::state::State<&str, combine[5441f10c32d859db]::stream::state::SourcePosition>>>, toml_edit[410c8b5af377156d]::parser::document::keyval<combine[5441f10c32d859db]::stream::easy::Stream<combine[5441f10c32d859db]::stream::state::State<&str, combine[5441f10c32d859db]::stream::state::SourcePosition>>>, toml_edit[410c8b5af377156d]::parser::table::table<combine[5441f10c32d859db]::stream::easy::Stream<combine[5441f10c32d859db]::stream::state::State<&str, combine[5441f10c32d859db]::stream::state::SourcePosition>>>, toml_edit[410c8b5af377156d]::parser::document::parse_newline<combine[5441f10c32d859db]::stream::easy::Stream<combine[5441f10c32d859db]::stream::state::State<&str, combine[5441f10c32d859db]::stream::state::SourcePosition>>>)>, toml_edit[410c8b5af377156d]::parser::document::parse_ws<combine[5441f10c32d859db]::stream::easy::Stream<combine[5441f10c32d859db]::stream::state::State<&str, combine[5441f10c32d859db]::stream::state::SourcePosition>>>>> as combine[5441f10c32d859db]::parser::Parser>::parse_mode::<combine[5441f10c32d859db]::parser::FirstMode>
[INFO] [stderr]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-3.8.1/src/parser/mod.rs:334:18
[INFO] [stderr]   58:     0x5e0ec0c6db70 - <(combine[5441f10c32d859db]::parser::item::Eof<combine[5441f10c32d859db]::stream::easy::Stream<combine[5441f10c32d859db]::stream::state::State<&str, combine[5441f10c32d859db]::stream::state::SourcePosition>>>, combine[5441f10c32d859db]::parser::repeat::SkipMany1<combine[5441f10c32d859db]::parser::sequence::Skip<combine[5441f10c32d859db]::parser::choice::Choice<(toml_edit[410c8b5af377156d]::parser::document::parse_comment<combine[5441f10c32d859db]::stream::easy::Stream<combine[5441f10c32d859db]::stream::state::State<&str, combine[5441f10c32d859db]::stream::state::SourcePosition>>>, toml_edit[410c8b5af377156d]::parser::document::keyval<combine[5441f10c32d859db]::stream::easy::Stream<combine[5441f10c32d859db]::stream::state::State<&str, combine[5441f10c32d859db]::stream::state::SourcePosition>>>, toml_edit[410c8b5af377156d]::parser::table::table<combine[5441f10c32d859db]::stream::easy::Stream<combine[5441f10c32d859db]::stream::state::State<&str, combine[5441f10c32d859db]::stream::state::SourcePosition>>>, toml_edit[410c8b5af377156d]::parser::document::parse_newline<combine[5441f10c32d859db]::stream::easy::Stream<combine[5441f10c32d859db]::stream::state::State<&str, combine[5441f10c32d859db]::stream::state::SourcePosition>>>)>, toml_edit[410c8b5af377156d]::parser::document::parse_ws<combine[5441f10c32d859db]::stream::easy::Stream<combine[5441f10c32d859db]::stream::state::State<&str, combine[5441f10c32d859db]::stream::state::SourcePosition>>>>>) as combine[5441f10c32d859db]::parser::choice::ChoiceParser>::parse_mode_choice::<combine[5441f10c32d859db]::parser::FirstMode>
[INFO] [stderr]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-3.8.1/src/parser/choice.rs:172:22
[INFO] [stderr]   59:     0x5e0ec0c267f8 - <combine[5441f10c32d859db]::parser::choice::Choice<(combine[5441f10c32d859db]::parser::item::Eof<combine[5441f10c32d859db]::stream::easy::Stream<combine[5441f10c32d859db]::stream::state::State<&str, combine[5441f10c32d859db]::stream::state::SourcePosition>>>, combine[5441f10c32d859db]::parser::repeat::SkipMany1<combine[5441f10c32d859db]::parser::sequence::Skip<combine[5441f10c32d859db]::parser::choice::Choice<(toml_edit[410c8b5af377156d]::parser::document::parse_comment<combine[5441f10c32d859db]::stream::easy::Stream<combine[5441f10c32d859db]::stream::state::State<&str, combine[5441f10c32d859db]::stream::state::SourcePosition>>>, toml_edit[410c8b5af377156d]::parser::document::keyval<combine[5441f10c32d859db]::stream::easy::Stream<combine[5441f10c32d859db]::stream::state::State<&str, combine[5441f10c32d859db]::stream::state::SourcePosition>>>, toml_edit[410c8b5af377156d]::parser::table::table<combine[5441f10c32d859db]::stream::easy::Stream<combine[5441f10c32d859db]::stream::state::State<&str, combine[5441f10c32d859db]::stream::state::SourcePosition>>>, toml_edit[410c8b5af377156d]::parser::document::parse_newline<combine[5441f10c32d859db]::stream::easy::Stream<combine[5441f10c32d859db]::stream::state::State<&str, combine[5441f10c32d859db]::stream::state::SourcePosition>>>)>, toml_edit[410c8b5af377156d]::parser::document::parse_ws<combine[5441f10c32d859db]::stream::easy::Stream<combine[5441f10c32d859db]::stream::state::State<&str, combine[5441f10c32d859db]::stream::state::SourcePosition>>>>>)> as combine[5441f10c32d859db]::parser::Parser>::parse_mode_impl::<combine[5441f10c32d859db]::parser::FirstMode>
[INFO] [stderr]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-3.8.1/src/parser/choice.rs:368:16
[INFO] [stderr]   60:     0x5e0ec0c267f8 - <combine[5441f10c32d859db]::parser::choice::Choice<(combine[5441f10c32d859db]::parser::item::Eof<combine[5441f10c32d859db]::stream::easy::Stream<combine[5441f10c32d859db]::stream::state::State<&str, combine[5441f10c32d859db]::stream::state::SourcePosition>>>, combine[5441f10c32d859db]::parser::repeat::SkipMany1<combine[5441f10c32d859db]::parser::sequence::Skip<combine[5441f10c32d859db]::parser::choice::Choice<(toml_edit[410c8b5af377156d]::parser::document::parse_comment<combine[5441f10c32d859db]::stream::easy::Stream<combine[5441f10c32d859db]::stream::state::State<&str, combine[5441f10c32d859db]::stream::state::SourcePosition>>>, toml_edit[410c8b5af377156d]::parser::document::keyval<combine[5441f10c32d859db]::stream::easy::Stream<combine[5441f10c32d859db]::stream::state::State<&str, combine[5441f10c32d859db]::stream::state::SourcePosition>>>, toml_edit[410c8b5af377156d]::parser::table::table<combine[5441f10c32d859db]::stream::easy::Stream<combine[5441f10c32d859db]::stream::state::State<&str, combine[5441f10c32d859db]::stream::state::SourcePosition>>>, toml_edit[410c8b5af377156d]::parser::document::parse_newline<combine[5441f10c32d859db]::stream::easy::Stream<combine[5441f10c32d859db]::stream::state::State<&str, combine[5441f10c32d859db]::stream::state::SourcePosition>>>)>, toml_edit[410c8b5af377156d]::parser::document::parse_ws<combine[5441f10c32d859db]::stream::easy::Stream<combine[5441f10c32d859db]::stream::state::State<&str, combine[5441f10c32d859db]::stream::state::SourcePosition>>>>>)> as combine[5441f10c32d859db]::parser::Parser>::parse_mode::<combine[5441f10c32d859db]::parser::FirstMode>
[INFO] [stderr]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-3.8.1/src/parser/mod.rs:334:18
[INFO] [stderr]   61:     0x5e0ec0c267f8 - <(combine[5441f10c32d859db]::parser::combinator::Ignore<toml_edit[410c8b5af377156d]::parser::document::parse_ws<combine[5441f10c32d859db]::stream::easy::Stream<combine[5441f10c32d859db]::stream::state::State<&str, combine[5441f10c32d859db]::stream::state::SourcePosition>>>>, combine[5441f10c32d859db]::parser::choice::Choice<(combine[5441f10c32d859db]::parser::item::Eof<combine[5441f10c32d859db]::stream::easy::Stream<combine[5441f10c32d859db]::stream::state::State<&str, combine[5441f10c32d859db]::stream::state::SourcePosition>>>, combine[5441f10c32d859db]::parser::repeat::SkipMany1<combine[5441f10c32d859db]::parser::sequence::Skip<combine[5441f10c32d859db]::parser::choice::Choice<(toml_edit[410c8b5af377156d]::parser::document::parse_comment<combine[5441f10c32d859db]::stream::easy::Stream<combine[5441f10c32d859db]::stream::state::State<&str, combine[5441f10c32d859db]::stream::state::SourcePosition>>>, toml_edit[410c8b5af377156d]::parser::document::keyval<combine[5441f10c32d859db]::stream::easy::Stream<combine[5441f10c32d859db]::stream::state::State<&str, combine[5441f10c32d859db]::stream::state::SourcePosition>>>, toml_edit[410c8b5af377156d]::parser::table::table<combine[5441f10c32d859db]::stream::easy::Stream<combine[5441f10c32d859db]::stream::state::State<&str, combine[5441f10c32d859db]::stream::state::SourcePosition>>>, toml_edit[410c8b5af377156d]::parser::document::parse_newline<combine[5441f10c32d859db]::stream::easy::Stream<combine[5441f10c32d859db]::stream::state::State<&str, combine[5441f10c32d859db]::stream::state::SourcePosition>>>)>, toml_edit[410c8b5af377156d]::parser::document::parse_ws<combine[5441f10c32d859db]::stream::easy::Stream<combine[5441f10c32d859db]::stream::state::State<&str, combine[5441f10c32d859db]::stream::state::SourcePosition>>>>>)>) as combine[5441f10c32d859db]::parser::Parser>::parse_mode_impl::<combine[5441f10c32d859db]::parser::FirstMode>
[INFO] [stderr]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-3.8.1/src/parser/sequence.rs:189:46
[INFO] [stderr]   62:     0x5e0ec0c90c08 - <(combine[5441f10c32d859db]::parser::combinator::Ignore<toml_edit[410c8b5af377156d]::parser::document::parse_ws<combine[5441f10c32d859db]::stream::easy::Stream<combine[5441f10c32d859db]::stream::state::State<&str, combine[5441f10c32d859db]::stream::state::SourcePosition>>>>, combine[5441f10c32d859db]::parser::choice::Choice<(combine[5441f10c32d859db]::parser::item::Eof<combine[5441f10c32d859db]::stream::easy::Stream<combine[5441f10c32d859db]::stream::state::State<&str, combine[5441f10c32d859db]::stream::state::SourcePosition>>>, combine[5441f10c32d859db]::parser::repeat::SkipMany1<combine[5441f10c32d859db]::parser::sequence::Skip<combine[5441f10c32d859db]::parser::choice::Choice<(toml_edit[410c8b5af377156d]::parser::document::parse_comment<combine[5441f10c32d859db]::stream::easy::Stream<combine[5441f10c32d859db]::stream::state::State<&str, combine[5441f10c32d859db]::stream::state::SourcePosition>>>, toml_edit[410c8b5af377156d]::parser::document::keyval<combine[5441f10c32d859db]::stream::easy::Stream<combine[5441f10c32d859db]::stream::state::State<&str, combine[5441f10c32d859db]::stream::state::SourcePosition>>>, toml_edit[410c8b5af377156d]::parser::table::table<combine[5441f10c32d859db]::stream::easy::Stream<combine[5441f10c32d859db]::stream::state::State<&str, combine[5441f10c32d859db]::stream::state::SourcePosition>>>, toml_edit[410c8b5af377156d]::parser::document::parse_newline<combine[5441f10c32d859db]::stream::easy::Stream<combine[5441f10c32d859db]::stream::state::State<&str, combine[5441f10c32d859db]::stream::state::SourcePosition>>>)>, toml_edit[410c8b5af377156d]::parser::document::parse_ws<combine[5441f10c32d859db]::stream::easy::Stream<combine[5441f10c32d859db]::stream::state::State<&str, combine[5441f10c32d859db]::stream::state::SourcePosition>>>>>)>) as combine[5441f10c32d859db]::parser::Parser>::parse_mode::<combine[5441f10c32d859db]::parser::FirstMode>
[INFO] [stderr]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-3.8.1/src/parser/mod.rs:334:18
[INFO] [stderr]   63:     0x5e0ec0c90c08 - <combine[5441f10c32d859db]::parser::sequence::With<toml_edit[410c8b5af377156d]::parser::document::parse_ws<combine[5441f10c32d859db]::stream::easy::Stream<combine[5441f10c32d859db]::stream::state::State<&str, combine[5441f10c32d859db]::stream::state::SourcePosition>>>, combine[5441f10c32d859db]::parser::choice::Choice<(combine[5441f10c32d859db]::parser::item::Eof<combine[5441f10c32d859db]::stream::easy::Stream<combine[5441f10c32d859db]::stream::state::State<&str, combine[5441f10c32d859db]::stream::state::SourcePosition>>>, combine[5441f10c32d859db]::parser::repeat::SkipMany1<combine[5441f10c32d859db]::parser::sequence::Skip<combine[5441f10c32d859db]::parser::choice::Choice<(toml_edit[410c8b5af377156d]::parser::document::parse_comment<combine[5441f10c32d859db]::stream::easy::Stream<combine[5441f10c32d859db]::stream::state::State<&str, combine[5441f10c32d859db]::stream::state::SourcePosition>>>, toml_edit[410c8b5af377156d]::parser::document::keyval<combine[5441f10c32d859db]::stream::easy::Stream<combine[5441f10c32d859db]::stream::state::State<&str, combine[5441f10c32d859db]::stream::state::SourcePosition>>>, toml_edit[410c8b5af377156d]::parser::table::table<combine[5441f10c32d859db]::stream::easy::Stream<combine[5441f10c32d859db]::stream::state::State<&str, combine[5441f10c32d859db]::stream::state::SourcePosition>>>, toml_edit[410c8b5af377156d]::parser::document::parse_newline<combine[5441f10c32d859db]::stream::easy::Stream<combine[5441f10c32d859db]::stream::state::State<&str, combine[5441f10c32d859db]::stream::state::SourcePosition>>>)>, toml_edit[410c8b5af377156d]::parser::document::parse_ws<combine[5441f10c32d859db]::stream::easy::Stream<combine[5441f10c32d859db]::stream::state::State<&str, combine[5441f10c32d859db]::stream::state::SourcePosition>>>>>)>> as combine[5441f10c32d859db]::parser::Parser>::parse_mode_impl::<combine[5441f10c32d859db]::parser::FirstMode>
[INFO] [stderr]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-3.8.1/src/parser/sequence.rs:436:16
[INFO] [stderr]   64:     0x5e0ec0cbf8bf - <combine[5441f10c32d859db]::parser::sequence::With<toml_edit[410c8b5af377156d]::parser::document::parse_ws<combine[5441f10c32d859db]::stream::easy::Stream<combine[5441f10c32d859db]::stream::state::State<&str, combine[5441f10c32d859db]::stream::state::SourcePosition>>>, combine[5441f10c32d859db]::parser::choice::Choice<(combine[5441f10c32d859db]::parser::item::Eof<combine[5441f10c32d859db]::stream::easy::Stream<combine[5441f10c32d859db]::stream::state::State<&str, combine[5441f10c32d859db]::stream::state::SourcePosition>>>, combine[5441f10c32d859db]::parser::repeat::SkipMany1<combine[5441f10c32d859db]::parser::sequence::Skip<combine[5441f10c32d859db]::parser::choice::Choice<(toml_edit[410c8b5af377156d]::parser::document::parse_comment<combine[5441f10c32d859db]::stream::easy::Stream<combine[5441f10c32d859db]::stream::state::State<&str, combine[5441f10c32d859db]::stream::state::SourcePosition>>>, toml_edit[410c8b5af377156d]::parser::document::keyval<combine[5441f10c32d859db]::stream::easy::Stream<combine[5441f10c32d859db]::stream::state::State<&str, combine[5441f10c32d859db]::stream::state::SourcePosition>>>, toml_edit[410c8b5af377156d]::parser::table::table<combine[5441f10c32d859db]::stream::easy::Stream<combine[5441f10c32d859db]::stream::state::State<&str, combine[5441f10c32d859db]::stream::state::SourcePosition>>>, toml_edit[410c8b5af377156d]::parser::document::parse_newline<combine[5441f10c32d859db]::stream::easy::Stream<combine[5441f10c32d859db]::stream::state::State<&str, combine[5441f10c32d859db]::stream::state::SourcePosition>>>)>, toml_edit[410c8b5af377156d]::parser::document::parse_ws<combine[5441f10c32d859db]::stream::easy::Stream<combine[5441f10c32d859db]::stream::state::State<&str, combine[5441f10c32d859db]::stream::state::SourcePosition>>>>>)>> as combine[5441f10c32d859db]::parser::Parser>::parse_mode::<combine[5441f10c32d859db]::parser::FirstMode>
[INFO] [stderr]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-3.8.1/src/parser/mod.rs:334:18
[INFO] [stderr]   65:     0x5e0ec0cbf8bf - <combine[5441f10c32d859db]::parser::sequence::With<toml_edit[410c8b5af377156d]::parser::document::parse_ws<combine[5441f10c32d859db]::stream::easy::Stream<combine[5441f10c32d859db]::stream::state::State<&str, combine[5441f10c32d859db]::stream::state::SourcePosition>>>, combine[5441f10c32d859db]::parser::choice::Choice<(combine[5441f10c32d859db]::parser::item::Eof<combine[5441f10c32d859db]::stream::easy::Stream<combine[5441f10c32d859db]::stream::state::State<&str, combine[5441f10c32d859db]::stream::state::SourcePosition>>>, combine[5441f10c32d859db]::parser::repeat::SkipMany1<combine[5441f10c32d859db]::parser::sequence::Skip<combine[5441f10c32d859db]::parser::choice::Choice<(toml_edit[410c8b5af377156d]::parser::document::parse_comment<combine[5441f10c32d859db]::stream::easy::Stream<combine[5441f10c32d859db]::stream::state::State<&str, combine[5441f10c32d859db]::stream::state::SourcePosition>>>, toml_edit[410c8b5af377156d]::parser::document::keyval<combine[5441f10c32d859db]::stream::easy::Stream<combine[5441f10c32d859db]::stream::state::State<&str, combine[5441f10c32d859db]::stream::state::SourcePosition>>>, toml_edit[410c8b5af377156d]::parser::table::table<combine[5441f10c32d859db]::stream::easy::Stream<combine[5441f10c32d859db]::stream::state::State<&str, combine[5441f10c32d859db]::stream::state::SourcePosition>>>, toml_edit[410c8b5af377156d]::parser::document::parse_newline<combine[5441f10c32d859db]::stream::easy::Stream<combine[5441f10c32d859db]::stream::state::State<&str, combine[5441f10c32d859db]::stream::state::SourcePosition>>>)>, toml_edit[410c8b5af377156d]::parser::document::parse_ws<combine[5441f10c32d859db]::stream::easy::Stream<combine[5441f10c32d859db]::stream::state::State<&str, combine[5441f10c32d859db]::stream::state::SourcePosition>>>>>)>> as combine[5441f10c32d859db]::parser::Parser>::parse_first
[INFO] [stderr]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-3.8.1/src/parser/mod.rs:58:18
[INFO] [stderr]   66:     0x5e0ec0cbf8bf - <combine[5441f10c32d859db]::parser::sequence::With<toml_edit[410c8b5af377156d]::parser::document::parse_ws<combine[5441f10c32d859db]::stream::easy::Stream<combine[5441f10c32d859db]::stream::state::State<&str, combine[5441f10c32d859db]::stream::state::SourcePosition>>>, combine[5441f10c32d859db]::parser::choice::Choice<(combine[5441f10c32d859db]::parser::item::Eof<combine[5441f10c32d859db]::stream::easy::Stream<combine[5441f10c32d859db]::stream::state::State<&str, combine[5441f10c32d859db]::stream::state::SourcePosition>>>, combine[5441f10c32d859db]::parser::repeat::SkipMany1<combine[5441f10c32d859db]::parser::sequence::Skip<combine[5441f10c32d859db]::parser::choice::Choice<(toml_edit[410c8b5af377156d]::parser::document::parse_comment<combine[5441f10c32d859db]::stream::easy::Stream<combine[5441f10c32d859db]::stream::state::State<&str, combine[5441f10c32d859db]::stream::state::SourcePosition>>>, toml_edit[410c8b5af377156d]::parser::document::keyval<combine[5441f10c32d859db]::stream::easy::Stream<combine[5441f10c32d859db]::stream::state::State<&str, combine[5441f10c32d859db]::stream::state::SourcePosition>>>, toml_edit[410c8b5af377156d]::parser::table::table<combine[5441f10c32d859db]::stream::easy::Stream<combine[5441f10c32d859db]::stream::state::State<&str, combine[5441f10c32d859db]::stream::state::SourcePosition>>>, toml_edit[410c8b5af377156d]::parser::document::parse_newline<combine[5441f10c32d859db]::stream::easy::Stream<combine[5441f10c32d859db]::stream::state::State<&str, combine[5441f10c32d859db]::stream::state::SourcePosition>>>)>, toml_edit[410c8b5af377156d]::parser::document::parse_ws<combine[5441f10c32d859db]::stream::easy::Stream<combine[5441f10c32d859db]::stream::state::State<&str, combine[5441f10c32d859db]::stream::state::SourcePosition>>>>>)>> as combine[5441f10c32d859db]::parser::Parser>::parse_stream_consumed
[INFO] [stderr]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-3.8.1/src/parser/mod.rs:225:31
[INFO] [stderr]   67:     0x5e0ec0cbfb8f - <combine[5441f10c32d859db]::parser::sequence::With<toml_edit[410c8b5af377156d]::parser::document::parse_ws<combine[5441f10c32d859db]::stream::easy::Stream<combine[5441f10c32d859db]::stream::state::State<&str, combine[5441f10c32d859db]::stream::state::SourcePosition>>>, combine[5441f10c32d859db]::parser::choice::Choice<(combine[5441f10c32d859db]::parser::item::Eof<combine[5441f10c32d859db]::stream::easy::Stream<combine[5441f10c32d859db]::stream::state::State<&str, combine[5441f10c32d859db]::stream::state::SourcePosition>>>, combine[5441f10c32d859db]::parser::repeat::SkipMany1<combine[5441f10c32d859db]::parser::sequence::Skip<combine[5441f10c32d859db]::parser::choice::Choice<(toml_edit[410c8b5af377156d]::parser::document::parse_comment<combine[5441f10c32d859db]::stream::easy::Stream<combine[5441f10c32d859db]::stream::state::State<&str, combine[5441f10c32d859db]::stream::state::SourcePosition>>>, toml_edit[410c8b5af377156d]::parser::document::keyval<combine[5441f10c32d859db]::stream::easy::Stream<combine[5441f10c32d859db]::stream::state::State<&str, combine[5441f10c32d859db]::stream::state::SourcePosition>>>, toml_edit[410c8b5af377156d]::parser::table::table<combine[5441f10c32d859db]::stream::easy::Stream<combine[5441f10c32d859db]::stream::state::State<&str, combine[5441f10c32d859db]::stream::state::SourcePosition>>>, toml_edit[410c8b5af377156d]::parser::document::parse_newline<combine[5441f10c32d859db]::stream::easy::Stream<combine[5441f10c32d859db]::stream::state::State<&str, combine[5441f10c32d859db]::stream::state::SourcePosition>>>)>, toml_edit[410c8b5af377156d]::parser::document::parse_ws<combine[5441f10c32d859db]::stream::easy::Stream<combine[5441f10c32d859db]::stream::state::State<&str, combine[5441f10c32d859db]::stream::state::SourcePosition>>>>>)>> as combine[5441f10c32d859db]::parser::Parser>::parse_stream
[INFO] [stderr]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-3.8.1/src/parser/mod.rs:206:14
[INFO] [stderr]   68:     0x5e0ec0cbfb8f - <combine[5441f10c32d859db]::parser::sequence::With<toml_edit[410c8b5af377156d]::parser::document::parse_ws<combine[5441f10c32d859db]::stream::easy::Stream<combine[5441f10c32d859db]::stream::state::State<&str, combine[5441f10c32d859db]::stream::state::SourcePosition>>>, combine[5441f10c32d859db]::parser::choice::Choice<(combine[5441f10c32d859db]::parser::item::Eof<combine[5441f10c32d859db]::stream::easy::Stream<combine[5441f10c32d859db]::stream::state::State<&str, combine[5441f10c32d859db]::stream::state::SourcePosition>>>, combine[5441f10c32d859db]::parser::repeat::SkipMany1<combine[5441f10c32d859db]::parser::sequence::Skip<combine[5441f10c32d859db]::parser::choice::Choice<(toml_edit[410c8b5af377156d]::parser::document::parse_comment<combine[5441f10c32d859db]::stream::easy::Stream<combine[5441f10c32d859db]::stream::state::State<&str, combine[5441f10c32d859db]::stream::state::SourcePosition>>>, toml_edit[410c8b5af377156d]::parser::document::keyval<combine[5441f10c32d859db]::stream::easy::Stream<combine[5441f10c32d859db]::stream::state::State<&str, combine[5441f10c32d859db]::stream::state::SourcePosition>>>, toml_edit[410c8b5af377156d]::parser::table::table<combine[5441f10c32d859db]::stream::easy::Stream<combine[5441f10c32d859db]::stream::state::State<&str, combine[5441f10c32d859db]::stream::state::SourcePosition>>>, toml_edit[410c8b5af377156d]::parser::document::parse_newline<combine[5441f10c32d859db]::stream::easy::Stream<combine[5441f10c32d859db]::stream::state::State<&str, combine[5441f10c32d859db]::stream::state::SourcePosition>>>)>, toml_edit[410c8b5af377156d]::parser::document::parse_ws<combine[5441f10c32d859db]::stream::easy::Stream<combine[5441f10c32d859db]::stream::state::State<&str, combine[5441f10c32d859db]::stream::state::SourcePosition>>>>>)>> as combine[5441f10c32d859db]::parser::Parser>::parse
[INFO] [stderr]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-3.8.1/src/parser/mod.rs:174:20
[INFO] [stderr]   69:     0x5e0ec0c9bc3a - <combine[5441f10c32d859db]::parser::sequence::With<toml_edit[410c8b5af377156d]::parser::document::parse_ws<combine[5441f10c32d859db]::stream::easy::Stream<combine[5441f10c32d859db]::stream::state::State<&str, combine[5441f10c32d859db]::stream::state::SourcePosition>>>, combine[5441f10c32d859db]::parser::choice::Choice<(combine[5441f10c32d859db]::parser::item::Eof<combine[5441f10c32d859db]::stream::easy::Stream<combine[5441f10c32d859db]::stream::state::State<&str, combine[5441f10c32d859db]::stream::state::SourcePosition>>>, combine[5441f10c32d859db]::parser::repeat::SkipMany1<combine[5441f10c32d859db]::parser::sequence::Skip<combine[5441f10c32d859db]::parser::choice::Choice<(toml_edit[410c8b5af377156d]::parser::document::parse_comment<combine[5441f10c32d859db]::stream::easy::Stream<combine[5441f10c32d859db]::stream::state::State<&str, combine[5441f10c32d859db]::stream::state::SourcePosition>>>, toml_edit[410c8b5af377156d]::parser::document::keyval<combine[5441f10c32d859db]::stream::easy::Stream<combine[5441f10c32d859db]::stream::state::State<&str, combine[5441f10c32d859db]::stream::state::SourcePosition>>>, toml_edit[410c8b5af377156d]::parser::table::table<combine[5441f10c32d859db]::stream::easy::Stream<combine[5441f10c32d859db]::stream::state::State<&str, combine[5441f10c32d859db]::stream::state::SourcePosition>>>, toml_edit[410c8b5af377156d]::parser::document::parse_newline<combine[5441f10c32d859db]::stream::easy::Stream<combine[5441f10c32d859db]::stream::state::State<&str, combine[5441f10c32d859db]::stream::state::SourcePosition>>>)>, toml_edit[410c8b5af377156d]::parser::document::parse_ws<combine[5441f10c32d859db]::stream::easy::Stream<combine[5441f10c32d859db]::stream::state::State<&str, combine[5441f10c32d859db]::stream::state::SourcePosition>>>>>)>> as combine[5441f10c32d859db]::parser::Parser>::easy_parse::<combine[5441f10c32d859db]::stream::state::State<&str, combine[5441f10c32d859db]::stream::state::SourcePosition>>
[INFO] [stderr]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-3.8.1/src/parser/mod.rs:155:14
[INFO] [stderr]   70:     0x5e0ec0d585cd - <toml_edit[410c8b5af377156d]::parser::TomlParser>::parse
[INFO] [stderr]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.1.5/src/parser/document.rs:97:14
[INFO] [stderr]   71:     0x5e0ec0cfd3ca - <toml_edit[410c8b5af377156d]::document::Document as core[35159d6ffb30e017]::str::traits::FromStr>::from_str
[INFO] [stderr]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.1.5/src/document.rs:56:9
[INFO] [stderr]   72:     0x5e0ec0aace8f - <versio[11a93e84997528ea]::cargo::Manifest as core[35159d6ffb30e017]::str::traits::FromStr>::from_str
[INFO] [stderr]                                at /opt/rustwide/workdir/src/cargo.rs:34:21
[INFO] [stderr]   73:     0x5e0ec0a5e640 - versio[11a93e84997528ea]::cargo::tests::from_str
[INFO] [stderr]                                at /opt/rustwide/workdir/src/cargo.rs:50:24
[INFO] [stderr]   74:     0x5e0ec0a5d807 - versio[11a93e84997528ea]::cargo::tests::from_str::{closure#0}
[INFO] [stderr]                                at /opt/rustwide/workdir/src/cargo.rs:49:18
[INFO] [stderr]   75:     0x5e0ec0a80766 - <versio[11a93e84997528ea]::cargo::tests::from_str::{closure#0} as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stderr]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/ops/function.rs:250:5
[INFO] [stderr]   76:     0x5e0ec0adff6b - <fn() -> core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stderr]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/ops/function.rs:250:5
[INFO] [stderr]   77:     0x5e0ec0adff6b - test[a8007afcd3effadc]::__rust_begin_short_backtrace::<core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>, fn() -> core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>>
[INFO] [stderr]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:724:18
[INFO] [stderr]   78:     0x5e0ec0aed75b - test[a8007afcd3effadc]::run_test_in_process::{closure#0}
[INFO] [stderr]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:747:74
[INFO] [stderr]   79:     0x5e0ec0aed75b - <core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stderr]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stderr]   80:     0x5e0ec0aed75b - std[ec419fa8110287d5]::panicking::catch_unwind::do_call::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}>, core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>>
[INFO] [stderr]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:581:40
[INFO] [stderr]   81:     0x5e0ec0aed75b - std[ec419fa8110287d5]::panicking::catch_unwind::<core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>, core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}>>
[INFO] [stderr]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:544:19
[INFO] [stderr]   82:     0x5e0ec0aed75b - std[ec419fa8110287d5]::panic::catch_unwind::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}>, core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>>
[INFO] [stderr]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panic.rs:359:14
[INFO] [stderr]   83:     0x5e0ec0aed75b - test[a8007afcd3effadc]::run_test_in_process
[INFO] [stderr]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:747:27
[INFO] [stderr]   84:     0x5e0ec0aed75b - test[a8007afcd3effadc]::run_test::{closure#0}
[INFO] [stderr]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:668:43
[INFO] [stderr]   85:     0x5e0ec0ae8134 - test[a8007afcd3effadc]::run_test::{closure#1}
[INFO] [stderr]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:698:41
[INFO] [stderr]   86:     0x5e0ec0ae8134 - std[ec419fa8110287d5]::sys::backtrace::__rust_begin_short_backtrace::<test[a8007afcd3effadc]::run_test::{closure#1}, ()>
[INFO] [stderr]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:166:18
[INFO] [stderr]   87:     0x5e0ec0af0362 - std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked::<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stderr]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stderr]   88:     0x5e0ec0af0362 - <core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stderr]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stderr]   89:     0x5e0ec0af0362 - std[ec419fa8110287d5]::panicking::catch_unwind::do_call::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stderr]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:581:40
[INFO] [stderr]   90:     0x5e0ec0af0362 - std[ec419fa8110287d5]::panicking::catch_unwind::<(), core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stderr]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:544:19
[INFO] [stderr]   91:     0x5e0ec0af0362 - std[ec419fa8110287d5]::panic::catch_unwind::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stderr]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panic.rs:359:14
[INFO] [stderr]   92:     0x5e0ec0af0362 - std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked::<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stderr]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stderr]   93:     0x5e0ec0af0362 - <std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1} as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stderr]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/ops/function.rs:250:5
[INFO] [stderr]   94:     0x5e0ec0daec8f - <alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::ops::function::FnOnce<(), Output = ()> + core[35159d6ffb30e017]::marker::Send> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stderr]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/alloc/src/boxed.rs:2271:9
[INFO] [stderr]   95:     0x5e0ec0daec8f - <std[ec419fa8110287d5]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stderr]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stderr]   96:     0x7a993eb46aa4 - <unknown>
[INFO] [stderr]   97:     0x7a993ebd3a64 - clone
[INFO] [stderr]   98:                0x0 - <unknown>
[INFO] [stderr] thread caused non-unwinding panic. aborting.
[INFO] [stderr] error: test failed, to rerun pass `--bin versio`
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/target/debug/deps/versio-b98005ba9a80c6d3` (signal: 6, SIGABRT: process abort signal)
[INFO] running `Command { std: "docker" "inspect" "4a24a271bfe18e85d9367942539e32abb60963c61037cbf9cda6889c910c25c5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4a24a271bfe18e85d9367942539e32abb60963c61037cbf9cda6889c910c25c5", kill_on_drop: false }`
[INFO] [stdout] 4a24a271bfe18e85d9367942539e32abb60963c61037cbf9cda6889c910c25c5
