[INFO] cloning repository https://github.com/monetlang/monet-parser
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/monetlang/monet-parser" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmonetlang%2Fmonet-parser", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmonetlang%2Fmonet-parser'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 10fde0612e1b94d24facd548edfd39a446c15145
[INFO] testing monetlang/monet-parser against master#733b47ea4b1b86216f14ef56e49440c33933f230+rustflags=-Copt-level=3 for pr-138759
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmonetlang%2Fmonet-parser" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/monetlang/monet-parser
[INFO] finished tweaking git repo https://github.com/monetlang/monet-parser
[INFO] tweaked toml for git repo https://github.com/monetlang/monet-parser written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/monetlang/monet-parser on toolchain 733b47ea4b1b86216f14ef56e49440c33933f230
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+733b47ea4b1b86216f14ef56e49440c33933f230" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/monetlang/monet-parser 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" "+733b47ea4b1b86216f14ef56e49440c33933f230" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 4 packages to latest compatible versions
[INFO] [stderr]       Adding autocfg v1.5.0
[INFO] [stderr]       Adding num-bigint v0.4.6
[INFO] [stderr]       Adding num-integer v0.1.46
[INFO] [stderr]       Adding num-traits v0.2.19
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+733b47ea4b1b86216f14ef56e49440c33933f230" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 07071148882bcfa5b9c970b8b45060f7848c49847f54f0f1f463c97f121cbb21
[INFO] running `Command { std: "docker" "start" "-a" "07071148882bcfa5b9c970b8b45060f7848c49847f54f0f1f463c97f121cbb21", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "07071148882bcfa5b9c970b8b45060f7848c49847f54f0f1f463c97f121cbb21", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "07071148882bcfa5b9c970b8b45060f7848c49847f54f0f1f463c97f121cbb21", kill_on_drop: false }`
[INFO] [stdout] 07071148882bcfa5b9c970b8b45060f7848c49847f54f0f1f463c97f121cbb21
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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 -Copt-level=3" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+733b47ea4b1b86216f14ef56e49440c33933f230" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 241803af6364f2c0b9eabbbed09fd8d26932119c45b5c5af24448a8847ca6254
[INFO] running `Command { std: "docker" "start" "-a" "241803af6364f2c0b9eabbbed09fd8d26932119c45b5c5af24448a8847ca6254", kill_on_drop: false }`
[INFO] [stderr]    Compiling bytes v1.7.1
[INFO] [stderr]    Compiling memchr v2.7.4
[INFO] [stderr]    Compiling combine v4.6.7
[INFO] [stderr]    Compiling parser v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: function `parse_extern` is never used
[INFO] [stdout]   --> src/parser.rs:26:4
[INFO] [stdout]    |
[INFO] [stdout] 26 | fn parse_extern<I>() -> impl Parser<I, Output = Prototype>
[INFO] [stdout]    |    ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `integer` is never used
[INFO] [stdout]   --> src/parser.rs:98:4
[INFO] [stdout]    |
[INFO] [stdout] 98 | fn integer<I>() -> impl Parser<I, Output = BigInt>
[INFO] [stdout]    |    ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.42s
[INFO] running `Command { std: "docker" "inspect" "241803af6364f2c0b9eabbbed09fd8d26932119c45b5c5af24448a8847ca6254", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "241803af6364f2c0b9eabbbed09fd8d26932119c45b5c5af24448a8847ca6254", kill_on_drop: false }`
[INFO] [stdout] 241803af6364f2c0b9eabbbed09fd8d26932119c45b5c5af24448a8847ca6254
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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 -Copt-level=3" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+733b47ea4b1b86216f14ef56e49440c33933f230" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] d7fd31ed4ad74e1a7f64a592f2317c67b6cb3c8fa06d3d1884d6f72ba991d86a
[INFO] running `Command { std: "docker" "start" "-a" "d7fd31ed4ad74e1a7f64a592f2317c67b6cb3c8fa06d3d1884d6f72ba991d86a", kill_on_drop: false }`
[INFO] [stdout] warning: function `parse_extern` is never used
[INFO] [stdout]   --> src/parser.rs:26:4
[INFO] [stdout]    |
[INFO] [stdout] 26 | fn parse_extern<I>() -> impl Parser<I, Output = Prototype>
[INFO] [stdout]    |    ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `integer` is never used
[INFO] [stdout]   --> src/parser.rs:98:4
[INFO] [stdout]    |
[INFO] [stdout] 98 | fn integer<I>() -> impl Parser<I, Output = BigInt>
[INFO] [stdout]    |    ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling parser v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: function `parse_extern` is never used
[INFO] [stdout]   --> src/parser.rs:26:4
[INFO] [stdout]    |
[INFO] [stdout] 26 | fn parse_extern<I>() -> impl Parser<I, Output = Prototype>
[INFO] [stdout]    |    ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `integer` is never used
[INFO] [stdout]   --> src/parser.rs:98:4
[INFO] [stdout]    |
[INFO] [stdout] 98 | fn integer<I>() -> impl Parser<I, Output = BigInt>
[INFO] [stdout]    |    ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 5.97s
[INFO] running `Command { std: "docker" "inspect" "d7fd31ed4ad74e1a7f64a592f2317c67b6cb3c8fa06d3d1884d6f72ba991d86a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d7fd31ed4ad74e1a7f64a592f2317c67b6cb3c8fa06d3d1884d6f72ba991d86a", kill_on_drop: false }`
[INFO] [stdout] d7fd31ed4ad74e1a7f64a592f2317c67b6cb3c8fa06d3d1884d6f72ba991d86a
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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 -Copt-level=3" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+733b47ea4b1b86216f14ef56e49440c33933f230" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] d85a3d49a653f2b794132f4be2562e69219b169896e5776c7a97da70cecd6d62
[INFO] running `Command { std: "docker" "start" "-a" "d85a3d49a653f2b794132f4be2562e69219b169896e5776c7a97da70cecd6d62", kill_on_drop: false }`
[INFO] [stderr] warning: function `parse_extern` is never used
[INFO] [stderr]   --> src/parser.rs:26:4
[INFO] [stderr]    |
[INFO] [stderr] 26 | fn parse_extern<I>() -> impl Parser<I, Output = Prototype>
[INFO] [stderr]    |    ^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(dead_code)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: function `integer` is never used
[INFO] [stderr]   --> src/parser.rs:98:4
[INFO] [stderr]    |
[INFO] [stderr] 98 | fn integer<I>() -> impl Parser<I, Output = BigInt>
[INFO] [stderr]    |    ^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: `parser` (lib) generated 2 warnings
[INFO] [stderr] warning: `parser` (lib test) generated 2 warnings (2 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.03s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/parser-935ba086c832557c)
[INFO] [stdout] 
[INFO] [stdout] running 16 tests
[INFO] [stdout] test parser::tests::test_lt_op_precedence ... ok
[INFO] [stdout] test parser::tests::test_all_op_precedence ... ok
[INFO] [stdout] test parser::tests::test_number_parser ... ok
[INFO] [stdout] test parser::tests::test_paren_expr ... ok
[INFO] [stdout] test parser::tests::test_parse_definition ... ok
[INFO] [stdout] test parser::tests::test_parse_prototype ... ok
[INFO] [stdout] test parser::tests::test_simple_op ... ok
[INFO] [stdout] test parser::tests::test_sub_and_add_op_precedence ... ok
[INFO] [stdout] test parser::tests::test_div_and_mul_op_precedence ... ok
[INFO] [stdout] test parser::tests::test_parse_primary ... ok
[INFO] [stdout] test parser::tests::test_simple_numbers ... ok
[INFO] [stdout] test parser::tests::test_identifier ... FAILED
[INFO] [stdout] test parser::tests::test_op_with_var ... FAILED
[INFO] [stdout] test parser::tests::test_op_with_paren ... FAILED
[INFO] [stdout] test parser::tests::test_parse_definition_with_call ... FAILED
[INFO] [stderr] error: test failed, to rerun pass `--lib`
[INFO] [stdout] test parser::tests::test_parse_definition_with_var ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- parser::tests::test_identifier stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'parser::tests::test_identifier' panicked at src/parser.rs:127:48:
[INFO] [stdout] NaN
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x64c6beea29a2 - std::backtrace_rs::backtrace::libunwind::trace::h73a647620bf1c49d
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x64c6beea29a2 - std::backtrace_rs::backtrace::trace_unsynchronized::hd4d513ed96cb3cb1
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x64c6beea29a2 - std::sys::backtrace::_print_fmt::h61bb95f7476aafa5
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x64c6beea29a2 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::ha2e7e3a01df69042
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x64c6beec8d83 - core::fmt::rt::Argument::fmt::hf14163372f0f9a76
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x64c6beec8d83 - core::fmt::write::h7cb8f63788cd01d2
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/core/src/fmt/mod.rs:1465:25
[INFO] [stdout]    6:     0x64c6bee9f933 - std::io::default_write_fmt::h9ed739ccee8a150c
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x64c6bee9f933 - std::io::Write::write_fmt::h1c0a32da913b32f1
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x64c6beea27f2 - std::sys::backtrace::BacktraceLock::print::h3ec4d7883eb25e61
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x64c6beea3f0c - std::panicking::default_hook::{{closure}}::h29548987efd832cb
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panicking.rs:300:27
[INFO] [stdout]   10:     0x64c6beea3d62 - std::panicking::default_hook::ha25170a15c643514
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panicking.rs:324:9
[INFO] [stdout]   11:     0x64c6bee61b44 - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h562adeecbf43c420
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   12:     0x64c6bee61b44 - test::test_main_with_exit_callback::{{closure}}::h97dd2a879d27e0e4
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x64c6beea48eb - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h7e85cbdbda26fdb7
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   14:     0x64c6beea48eb - std::panicking::rust_panic_with_hook::h0d81afcd829aa24b
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panicking.rs:841:13
[INFO] [stdout]   15:     0x64c6beea4686 - std::panicking::begin_panic_handler::{{closure}}::hc84a33f1202346cf
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panicking.rs:699:13
[INFO] [stdout]   16:     0x64c6beea2e99 - std::sys::backtrace::__rust_end_short_backtrace::h373067a14f6c59aa
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/sys/backtrace.rs:168:18
[INFO] [stdout]   17:     0x64c6beea434d - __rustc[beb0385846a06d21]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panicking.rs:697:5
[INFO] [stdout]   18:     0x64c6beec7550 - core::panicking::panic_fmt::ha33fa2ae772efba9
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x64c6bee18c3c - parser::parser::parse_number_expr::{{closure}}::h1003a0ce61c605d4
[INFO] [stdout]                                at /opt/rustwide/workdir/src/parser.rs:127:48
[INFO] [stdout]   20:     0x64c6bee13b5a - <combine::parser::combinator::Map<P,F> as combine::parser::Parser<Input>>::parse_mode_impl::h54270fce0a57e722
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/combinator.rs:238:33
[INFO] [stdout]   21:     0x64c6bee13b5a - <combine::parser::FirstMode as combine::parser::ParseMode>::parse::hc78b5fe8530fea90
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:1170:16
[INFO] [stdout]   22:     0x64c6bee13b5a - combine::parser::Parser::parse_mode::h454ecbf4448cba84
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:277:14
[INFO] [stdout]   23:     0x64c6bee13b5a - <(X,Y,Z) as combine::parser::choice::ChoiceParser<Input>>::parse_mode_choice::hc345e2c90f6331fd
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/choice.rs:177:22
[INFO] [stdout]   24:     0x64c6bee18f37 - <combine::parser::choice::Choice<P> as combine::parser::Parser<Input>>::parse_mode_impl::h917c270599a34fd3
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/choice.rs:375:16
[INFO] [stdout]   25:     0x64c6bee18f37 - <combine::parser::FirstMode as combine::parser::ParseMode>::parse::ha2f05b02eb63f8b9
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:1170:16
[INFO] [stdout]   26:     0x64c6bee18f37 - combine::parser::Parser::parse_mode::h5f309a990952da9f
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:277:14
[INFO] [stdout]   27:     0x64c6bee18f37 - combine::parser::sequence::<impl combine::parser::Parser<Input> for (A,B)>::parse_mode_impl::hb4fef8c7a08c44d1
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/sequence.rs:181:41
[INFO] [stdout]   28:     0x64c6bee18f37 - <combine::parser::FirstMode as combine::parser::ParseMode>::parse::h785c75eca859cdb4
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:1170:16
[INFO] [stdout]   29:     0x64c6bee18f37 - combine::parser::Parser::parse_mode::h6905077a0c460cfc
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:277:14
[INFO] [stdout]   30:     0x64c6bee18f37 - <combine::parser::sequence::Skip<P1,P2> as combine::parser::Parser<Input>>::parse_mode_impl::h8cdadd6b7336c709
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/sequence.rs:578:16
[INFO] [stdout]   31:     0x64c6bee18f37 - <combine::parser::FirstMode as combine::parser::ParseMode>::parse::h5c6a76ec57de98c3
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:1170:16
[INFO] [stdout]   32:     0x64c6bee18f37 - combine::parser::Parser::parse_mode::h32131a7c81fa3cc5
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:277:14
[INFO] [stdout]   33:     0x64c6bee18f37 - <parser::parser::expr<I> as combine::parser::Parser<I>>::parse_mode_impl::h766c3f2f30a6c37e
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/lib.rs:471:17
[INFO] [stdout]   34:     0x64c6bee13331 - <combine::parser::FirstMode as combine::parser::ParseMode>::parse::hc5289bbde18e0ec7
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:1170:16
[INFO] [stdout]   35:     0x64c6bee13331 - combine::parser::Parser::parse_mode::hdc0e2ea6bc186fa8
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:277:14
[INFO] [stdout]   36:     0x64c6bee13331 - <parser::parser::expr<I> as combine::parser::Parser<I>>::parse_first::h6f34e8da7667649f
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:53:18
[INFO] [stdout]   37:     0x64c6bee13331 - <&mut P as combine::parser::Parser<Input>>::parse_first::h24462842b38d557d
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:1052:22
[INFO] [stdout]   38:     0x64c6bee13331 - combine::parser::Parser::parse_mode_impl::h42b63dea7e33022a
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:294:18
[INFO] [stdout]   39:     0x64c6bee13331 - <combine::parser::FirstMode as combine::parser::ParseMode>::parse::h3cce3494b64031f1
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:1170:16
[INFO] [stdout]   40:     0x64c6bee13331 - combine::parser::Parser::parse_mode::h2f42f91cc4d8c906
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:277:14
[INFO] [stdout]   41:     0x64c6bee13331 - <combine::parser::repeat::SepBy1<F,P,S> as combine::parser::Parser<Input>>::parse_mode_impl::hcc627ff379d92c16
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/repeat.rs:726:26
[INFO] [stdout]   42:     0x64c6bee13331 - <combine::parser::FirstMode as combine::parser::ParseMode>::parse::he2c9f9b385832234
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:1170:16
[INFO] [stdout]   43:     0x64c6bee13331 - combine::parser::Parser::parse_mode::h99cd4350a08c6bd0
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:277:14
[INFO] [stdout]   44:     0x64c6bee13331 - <(Y,Z) as combine::parser::choice::ChoiceParser<Input>>::parse_mode_choice::h98b05f128f4ea3ba
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/choice.rs:177:22
[INFO] [stdout]   45:     0x64c6bee128f9 - <combine::parser::choice::Choice<P> as combine::parser::Parser<Input>>::parse_mode_impl::h279da6e9cfe07d4e
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/choice.rs:375:16
[INFO] [stdout]   46:     0x64c6bee128f9 - <combine::parser::FirstMode as combine::parser::ParseMode>::parse::h4e14d79c8e3f83fb
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:1170:16
[INFO] [stdout]   47:     0x64c6bee128f9 - combine::parser::Parser::parse_mode::h0b8927a09bd13a3f
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:277:14
[INFO] [stdout]   48:     0x64c6bee128f9 - <combine::parser::choice::Or<P1,P2> as combine::parser::Parser<Input>>::parse_mode_impl::h0c3dfff3a3cf4f36
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/choice.rs:582:16
[INFO] [stdout]   49:     0x64c6bee128f9 - <combine::parser::FirstMode as combine::parser::ParseMode>::parse::h4681c8c725117977
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:1170:16
[INFO] [stdout]   50:     0x64c6bee128f9 - combine::parser::Parser::parse_mode::hd0f02a622b7859a0
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:277:14
[INFO] [stdout]   51:     0x64c6bee128f9 - <combine::parser::repeat::SepBy<F,P,S> as combine::parser::Parser<Input>>::parse_mode_impl::h539745039aebea26
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/repeat.rs:644:14
[INFO] [stdout]   52:     0x64c6bee128f9 - <combine::parser::FirstMode as combine::parser::ParseMode>::parse::h7df71c1159dd9eba
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:1170:16
[INFO] [stdout]   53:     0x64c6bee128f9 - combine::parser::Parser::parse_mode::h4903df9c07ecb1c9
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:277:14
[INFO] [stdout]   54:     0x64c6bee128f9 - <combine::parser::repeat::SepBy<F,P,S> as combine::parser::Parser<Input>>::parse_first::h56cc6d2c0cdb1d97
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:53:18
[INFO] [stdout]   55:     0x64c6bee128f9 - <&mut P as combine::parser::Parser<Input>>::parse_first::hb7196160c6a5baef
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:1052:22
[INFO] [stdout]   56:     0x64c6bee128f9 - combine::parser::Parser::parse_mode_impl::h70b46d2598eec320
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:294:18
[INFO] [stdout]   57:     0x64c6bee128f9 - <combine::parser::FirstMode as combine::parser::ParseMode>::parse::hed24ef2536107dcc
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:1170:16
[INFO] [stdout]   58:     0x64c6bee128f9 - combine::parser::Parser::parse_mode::ha4542d0d2c883275
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:277:14
[INFO] [stdout]   59:     0x64c6bee128f9 - combine::parser::sequence::<impl combine::parser::Parser<Input> for (A,B,C)>::parse_mode_impl::h8afcf7a308440a73
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/sequence.rs:205:46
[INFO] [stdout]   60:     0x64c6bee13000 - <combine::parser::FirstMode as combine::parser::ParseMode>::parse::hc641ad45ba31b858
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:1170:16
[INFO] [stdout]   61:     0x64c6bee13000 - combine::parser::Parser::parse_mode::h0f5874e7994d09d2
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:277:14
[INFO] [stdout]   62:     0x64c6bee13000 - <combine::parser::combinator::Map<P,F> as combine::parser::Parser<Input>>::parse_mode_impl::h81002e2265edf6d8
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/combinator.rs:236:22
[INFO] [stdout]   63:     0x64c6bee13000 - <combine::parser::FirstMode as combine::parser::ParseMode>::parse::h6e07fa5414326650
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:1170:16
[INFO] [stdout]   64:     0x64c6bee13000 - combine::parser::Parser::parse_mode::h1955b8d10a099a6d
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:277:14
[INFO] [stdout]   65:     0x64c6bee13000 - <combine::parser::sequence::Between<Input,L,R,P> as combine::parser::Parser<Input>>::parse_mode_impl::h6d48c22ec739b0cb
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/lib.rs:411:17
[INFO] [stdout]   66:     0x64c6bee13000 - <combine::parser::FirstMode as combine::parser::ParseMode>::parse::h5a25392f14579451
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:1170:16
[INFO] [stdout]   67:     0x64c6bee13000 - combine::parser::Parser::parse_mode::h71f10cf896fdfff2
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:277:14
[INFO] [stdout]   68:     0x64c6bee13000 - <combine::parser::choice::Optional<P> as combine::parser::Parser<Input>>::parse_mode_impl::he694917ee1104852
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/choice.rs:655:22
[INFO] [stdout]   69:     0x64c6bee13000 - <combine::parser::FirstMode as combine::parser::ParseMode>::parse::h33485d73c841a78e
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:1170:16
[INFO] [stdout]   70:     0x64c6bee13000 - combine::parser::Parser::parse_mode::h1056ca4c8a1713b7
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:277:14
[INFO] [stdout]   71:     0x64c6bee13000 - combine::parser::sequence::<impl combine::parser::Parser<Input> for (A,B,C)>::parse_mode_impl::heed70c1a5812919f
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/sequence.rs:205:46
[INFO] [stdout]   72:     0x64c6bee1cefd - <combine::parser::FirstMode as combine::parser::ParseMode>::parse::hcbf83bcd9690d721
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:1170:16
[INFO] [stdout]   73:     0x64c6bee1cefd - combine::parser::Parser::parse_mode::h5f4182f31e96871d
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:277:14
[INFO] [stdout]   74:     0x64c6bee1cefd - <combine::parser::combinator::Map<P,F> as combine::parser::Parser<Input>>::parse_mode_impl::hba6681409db4dfd4
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/combinator.rs:236:22
[INFO] [stdout]   75:     0x64c6bee1cefd - <combine::parser::FirstMode as combine::parser::ParseMode>::parse::hbf982025670553d9
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:1170:16
[INFO] [stdout]   76:     0x64c6bee1cefd - combine::parser::Parser::parse_mode::h50b48bbb74e0ac16
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:277:14
[INFO] [stdout]   77:     0x64c6bee1cefd - <combine::parser::combinator::Map<P,F> as combine::parser::Parser<Input>>::parse_first::h40583b544dd4dc60
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:53:18
[INFO] [stdout]   78:     0x64c6bee1cefd - combine::parser::Parser::parse_stream::ha455e0902092c446
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:147:31
[INFO] [stdout]   79:     0x64c6bee1cefd - combine::parser::Parser::parse::h70b67d9e640f3928
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:109:20
[INFO] [stdout]   80:     0x64c6bee25807 - parser::parser::tests::test_identifier::hb2eea16907bde346
[INFO] [stdout]                                at /opt/rustwide/workdir/src/parser.rs:476:42
[INFO] [stdout]   81:     0x64c6bee26189 - parser::parser::tests::test_identifier::{{closure}}::hb46a85432c295606
[INFO] [stdout]                                at /opt/rustwide/workdir/src/parser.rs:472:23
[INFO] [stdout]   82:     0x64c6bee26189 - core::ops::function::FnOnce::call_once::h9bb3c7b75e624b5a
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   83:     0x64c6bee6727b - core::ops::function::FnOnce::call_once::hf84b9c3d864a6959
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   84:     0x64c6bee6727b - test::__rust_begin_short_backtrace::h5724e31441c16fcb
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/test/src/lib.rs:648:18
[INFO] [stdout]   85:     0x64c6bee664be - test::run_test_in_process::{{closure}}::hbc28c9aa91793d7d
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/test/src/lib.rs:671:74
[INFO] [stdout]   86:     0x64c6bee664be - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hc17b0e238c0f8f3e
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   87:     0x64c6bee664be - std::panicking::catch_unwind::do_call::hcdbce0d6dd6c83ce
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panicking.rs:589:40
[INFO] [stdout]   88:     0x64c6bee664be - std::panicking::catch_unwind::h9477967ceea044e8
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panicking.rs:552:19
[INFO] [stdout]   89:     0x64c6bee664be - std::panic::catch_unwind::h616a2e249da12e16
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panic.rs:359:14
[INFO] [stdout]   90:     0x64c6bee664be - test::run_test_in_process::h2758deb0f2e54430
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/test/src/lib.rs:671:27
[INFO] [stdout]   91:     0x64c6bee664be - test::run_test::{{closure}}::habe5cd2564b18aaa
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/test/src/lib.rs:592:43
[INFO] [stdout]   92:     0x64c6bee2a064 - test::run_test::{{closure}}::h9a0a6928f1a15421
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/test/src/lib.rs:622:41
[INFO] [stdout]   93:     0x64c6bee2a064 - std::sys::backtrace::__rust_begin_short_backtrace::hd68b5332434a22ca
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/sys/backtrace.rs:152:18
[INFO] [stdout]   94:     0x64c6bee2da0a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h264ddcc3098eacae
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   95:     0x64c6bee2da0a - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h9fa39489749d6f3c
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   96:     0x64c6bee2da0a - std::panicking::catch_unwind::do_call::hb9a1944b9f85100f
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panicking.rs:589:40
[INFO] [stdout]   97:     0x64c6bee2da0a - std::panicking::catch_unwind::h0c6f100786c0dad8
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panicking.rs:552:19
[INFO] [stdout]   98:     0x64c6bee2da0a - std::panic::catch_unwind::hf6084e2723385823
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panic.rs:359:14
[INFO] [stdout]   99:     0x64c6bee2da0a - std::thread::Builder::spawn_unchecked_::{{closure}}::hf0af58ce658143ad
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]  100:     0x64c6bee2da0a - core::ops::function::FnOnce::call_once{{vtable.shim}}::h88a14f9b2e79f9de
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/core/src/ops/function.rs:250:5
[INFO] [stdout]  101:     0x64c6beea7847 - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::hf31256ba38644b65
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/alloc/src/boxed.rs:1971:9
[INFO] [stdout]  102:     0x64c6beea7847 - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h100ad77f3448041b
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/alloc/src/boxed.rs:1971:9
[INFO] [stdout]  103:     0x64c6beea7847 - std::sys::pal::unix::thread::Thread::new::thread_start::h1a22ded422ce395b
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/sys/pal/unix/thread.rs:97:17
[INFO] [stdout]  104:     0x7889e5185aa4 - <unknown>
[INFO] [stdout]  105:     0x7889e5212a34 - clone
[INFO] [stdout]  106:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- parser::tests::test_op_with_var stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'parser::tests::test_op_with_var' panicked at src/parser.rs:127:48:
[INFO] [stdout] NaN
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x64c6beea29a2 - std::backtrace_rs::backtrace::libunwind::trace::h73a647620bf1c49d
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x64c6beea29a2 - std::backtrace_rs::backtrace::trace_unsynchronized::hd4d513ed96cb3cb1
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x64c6beea29a2 - std::sys::backtrace::_print_fmt::h61bb95f7476aafa5
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x64c6beea29a2 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::ha2e7e3a01df69042
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x64c6beec8d83 - core::fmt::rt::Argument::fmt::hf14163372f0f9a76
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x64c6beec8d83 - core::fmt::write::h7cb8f63788cd01d2
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/core/src/fmt/mod.rs:1465:25
[INFO] [stdout]    6:     0x64c6bee9f933 - std::io::default_write_fmt::h9ed739ccee8a150c
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x64c6bee9f933 - std::io::Write::write_fmt::h1c0a32da913b32f1
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x64c6beea27f2 - std::sys::backtrace::BacktraceLock::print::h3ec4d7883eb25e61
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x64c6beea3f0c - std::panicking::default_hook::{{closure}}::h29548987efd832cb
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panicking.rs:300:27
[INFO] [stdout]   10:     0x64c6beea3d62 - std::panicking::default_hook::ha25170a15c643514
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panicking.rs:324:9
[INFO] [stdout]   11:     0x64c6bee61b44 - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h562adeecbf43c420
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   12:     0x64c6bee61b44 - test::test_main_with_exit_callback::{{closure}}::h97dd2a879d27e0e4
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x64c6beea48eb - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h7e85cbdbda26fdb7
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   14:     0x64c6beea48eb - std::panicking::rust_panic_with_hook::h0d81afcd829aa24b
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panicking.rs:841:13
[INFO] [stdout]   15:     0x64c6beea4686 - std::panicking::begin_panic_handler::{{closure}}::hc84a33f1202346cf
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panicking.rs:699:13
[INFO] [stdout]   16:     0x64c6beea2e99 - std::sys::backtrace::__rust_end_short_backtrace::h373067a14f6c59aa
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/sys/backtrace.rs:168:18
[INFO] [stdout]   17:     0x64c6beea434d - __rustc[beb0385846a06d21]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panicking.rs:697:5
[INFO] [stdout]   18:     0x64c6beec7550 - core::panicking::panic_fmt::ha33fa2ae772efba9
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x64c6bee18c3c - parser::parser::parse_number_expr::{{closure}}::h1003a0ce61c605d4
[INFO] [stdout]                                at /opt/rustwide/workdir/src/parser.rs:127:48
[INFO] [stdout]   20:     0x64c6bee13b5a - <combine::parser::combinator::Map<P,F> as combine::parser::Parser<Input>>::parse_mode_impl::h54270fce0a57e722
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/combinator.rs:238:33
[INFO] [stdout]   21:     0x64c6bee13b5a - <combine::parser::FirstMode as combine::parser::ParseMode>::parse::hc78b5fe8530fea90
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:1170:16
[INFO] [stdout]   22:     0x64c6bee13b5a - combine::parser::Parser::parse_mode::h454ecbf4448cba84
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:277:14
[INFO] [stdout]   23:     0x64c6bee13b5a - <(X,Y,Z) as combine::parser::choice::ChoiceParser<Input>>::parse_mode_choice::hc345e2c90f6331fd
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/choice.rs:177:22
[INFO] [stdout]   24:     0x64c6bee11a7a - <combine::parser::choice::Choice<P> as combine::parser::Parser<Input>>::parse_mode_impl::h917c270599a34fd3
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/choice.rs:375:16
[INFO] [stdout]   25:     0x64c6bee11a7a - <combine::parser::FirstMode as combine::parser::ParseMode>::parse::ha2f05b02eb63f8b9
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:1170:16
[INFO] [stdout]   26:     0x64c6bee11a7a - combine::parser::Parser::parse_mode::h5f309a990952da9f
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:277:14
[INFO] [stdout]   27:     0x64c6bee11a7a - combine::parser::sequence::<impl combine::parser::Parser<Input> for (A,B)>::parse_mode_impl::h39864a0f315f8003
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/sequence.rs:205:46
[INFO] [stdout]   28:     0x64c6bee11a7a - <combine::parser::FirstMode as combine::parser::ParseMode>::parse::hd6a0c141d2df238a
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:1170:16
[INFO] [stdout]   29:     0x64c6bee11a7a - combine::parser::Parser::parse_mode::h3d422a62fc22b3f7
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:277:14
[INFO] [stdout]   30:     0x64c6bee11a7a - <combine::parser::sequence::With<P1,P2> as combine::parser::Parser<Input>>::parse_mode_impl::h6c5e59b112ad881e
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/sequence.rs:538:16
[INFO] [stdout]   31:     0x64c6bee11a7a - <combine::parser::FirstMode as combine::parser::ParseMode>::parse::h05ec46794a0d70a9
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:1170:16
[INFO] [stdout]   32:     0x64c6bee11a7a - combine::parser::Parser::parse_mode::hb167cbe2ed8d495e
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:277:14
[INFO] [stdout]   33:     0x64c6bee11a7a - combine::parser::sequence::<impl combine::parser::Parser<Input> for (A,B)>::parse_mode_impl::hc13c6f32819beae6
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/sequence.rs:181:41
[INFO] [stdout]   34:     0x64c6bee1052e - <combine::parser::FirstMode as combine::parser::ParseMode>::parse::h9f363274ead867fe
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:1170:16
[INFO] [stdout]   35:     0x64c6bee1052e - combine::parser::Parser::parse_mode::h830a549a6a8247a5
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:277:14
[INFO] [stdout]   36:     0x64c6bee1052e - <combine::parser::sequence::Skip<P1,P2> as combine::parser::Parser<Input>>::parse_mode_impl::hd78a06345b1a40de
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/sequence.rs:578:16
[INFO] [stdout]   37:     0x64c6bee1052e - <combine::parser::PartialMode as combine::parser::ParseMode>::parse::h0fb0caa9a1c6394d
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:1202:20
[INFO] [stdout]   38:     0x64c6bee1052e - combine::parser::Parser::parse_mode::h6f2fd655914704bb
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:277:14
[INFO] [stdout]   39:     0x64c6bee1052e - combine::parser::sequence::<impl combine::parser::Parser<Input> for (A,B)>::parse_mode_impl::hfcc4d0eb68cbac9d
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/sequence.rs:205:46
[INFO] [stdout]   40:     0x64c6bee1052e - <combine::parser::PartialMode as combine::parser::ParseMode>::parse::h1cd45806707b5f20
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:1204:20
[INFO] [stdout]   41:     0x64c6bee1052e - combine::parser::Parser::parse_mode::he3c4252908cfbc16
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:277:14
[INFO] [stdout]   42:     0x64c6bee1052e - <combine::parser::sequence::With<P1,P2> as combine::parser::Parser<Input>>::parse_mode_impl::h29f4c1b4cbe4c4cb
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/sequence.rs:538:16
[INFO] [stdout]   43:     0x64c6bee1052e - <combine::parser::PartialMode as combine::parser::ParseMode>::parse::h12e3e75a3ea379f5
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:1204:20
[INFO] [stdout]   44:     0x64c6bee1052e - combine::parser::Parser::parse_mode::h4194be2bea9adef1
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:277:14
[INFO] [stdout]   45:     0x64c6bee1052e - combine::parser::sequence::<impl combine::parser::Parser<Input> for (A,B)>::parse_mode_impl::hab65c2a7de12b7c9
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/sequence.rs:181:41
[INFO] [stdout]   46:     0x64c6bee098ee - <combine::parser::PartialMode as combine::parser::ParseMode>::parse::hcd992955b93e80e4
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:1204:20
[INFO] [stdout]   47:     0x64c6bee098ee - combine::parser::Parser::parse_mode::hbb1f4576d0379641
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:277:14
[INFO] [stdout]   48:     0x64c6bee098ee - <combine::parser::sequence::Skip<P1,P2> as combine::parser::Parser<Input>>::parse_mode_impl::h3ef6ceb9f258cb61
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/sequence.rs:578:16
[INFO] [stdout]   49:     0x64c6bee098ee - <combine::parser::PartialMode as combine::parser::ParseMode>::parse::hf046ae30b11f01a0
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:1204:20
[INFO] [stdout]   50:     0x64c6bee098ee - combine::parser::Parser::parse_mode::h5619586af198e710
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:277:14
[INFO] [stdout]   51:     0x64c6bee098ee - <combine::parser::sequence::Skip<P1,P2> as combine::parser::Parser<Input>>::parse_partial::h6fb13573f557b510
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:44:18
[INFO] [stdout]   52:     0x64c6bee098ee - <combine::parser::repeat::Chainl1<P,Op> as combine::parser::Parser<Input>>::parse_mode_impl::hd86326ed6abf800a
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/repeat.rs:1011:38
[INFO] [stdout]   53:     0x64c6bee0ed2c - <combine::parser::FirstMode as combine::parser::ParseMode>::parse::h70abb89a2d15de9b
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:1170:16
[INFO] [stdout]   54:     0x64c6bee0ed2c - combine::parser::Parser::parse_mode::hf0f8d55948ffb8e6
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:277:14
[INFO] [stdout]   55:     0x64c6bee0ed2c - <combine::parser::repeat::Chainl1<P,Op> as combine::parser::Parser<Input>>::parse_first::h6c143202a32f40dd
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:53:18
[INFO] [stdout]   56:     0x64c6bee0ed2c - <&mut P as combine::parser::Parser<Input>>::parse_first::h4fa11aa6fca52d16
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:1052:22
[INFO] [stdout]   57:     0x64c6bee0ed2c - combine::parser::Parser::parse_mode_impl::h891ef3db0ad293ea
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:294:18
[INFO] [stdout]   58:     0x64c6bee0ed2c - <combine::parser::FirstMode as combine::parser::ParseMode>::parse::h53fb819fcec903bb
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:1170:16
[INFO] [stdout]   59:     0x64c6bee0ed2c - combine::parser::Parser::parse_mode::h02754f7c9a6dc507
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:277:14
[INFO] [stdout]   60:     0x64c6bee0ed2c - combine::parser::sequence::<impl combine::parser::Parser<Input> for (A,B)>::parse_mode_impl::h3d5312421087981d
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/sequence.rs:205:46
[INFO] [stdout]   61:     0x64c6bee06b2b - <combine::parser::PartialMode as combine::parser::ParseMode>::parse::h74bf6f49f4918fce
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:1202:20
[INFO] [stdout]   62:     0x64c6bee06b2b - combine::parser::Parser::parse_mode::ha995e66c9a6a2322
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:277:14
[INFO] [stdout]   63:     0x64c6bee06b2b - <combine::parser::repeat::Chainl1<P,Op> as combine::parser::Parser<Input>>::parse_mode_impl::h18e26c45966f7806
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/repeat.rs:1020:18
[INFO] [stdout]   64:     0x64c6bee07e00 - <combine::parser::PartialMode as combine::parser::ParseMode>::parse::hb3837910cb7ecd27
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:1204:20
[INFO] [stdout]   65:     0x64c6bee07e00 - combine::parser::Parser::parse_mode::h7bebdf2022f5cf65
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:277:14
[INFO] [stdout]   66:     0x64c6bee07e00 - <combine::parser::repeat::Chainl1<P,Op> as combine::parser::Parser<Input>>::parse_partial::h17795bbcb9ce0990
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:44:18
[INFO] [stdout]   67:     0x64c6bee07e00 - <combine::parser::repeat::Chainl1<P,Op> as combine::parser::Parser<Input>>::parse_mode_impl::h34e958251cafbe2f
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/repeat.rs:1011:38
[INFO] [stdout]   68:     0x64c6bee0f18c - <combine::parser::FirstMode as combine::parser::ParseMode>::parse::h100409382661477c
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:1170:16
[INFO] [stdout]   69:     0x64c6bee0f18c - combine::parser::Parser::parse_mode::hdf78a92e541ab396
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:277:14
[INFO] [stdout]   70:     0x64c6bee0f18c - <combine::parser::repeat::Chainl1<P,Op> as combine::parser::Parser<Input>>::parse_first::hdb10f222276856c3
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:53:18
[INFO] [stdout]   71:     0x64c6bee0f18c - <&mut P as combine::parser::Parser<Input>>::parse_first::h5d52ea40822b1aee
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:1052:22
[INFO] [stdout]   72:     0x64c6bee0f18c - combine::parser::Parser::parse_mode_impl::h3cfb73f4576609ba
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:294:18
[INFO] [stdout]   73:     0x64c6bee0f18c - <combine::parser::FirstMode as combine::parser::ParseMode>::parse::h17232e9c4aee81fd
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:1170:16
[INFO] [stdout]   74:     0x64c6bee0f18c - combine::parser::Parser::parse_mode::hc19ce99e168b4082
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:277:14
[INFO] [stdout]   75:     0x64c6bee0f18c - combine::parser::sequence::<impl combine::parser::Parser<Input> for (A,B)>::parse_mode_impl::h80acc2afa6819e5a
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/sequence.rs:205:46
[INFO] [stdout]   76:     0x64c6bee091bb - <combine::parser::PartialMode as combine::parser::ParseMode>::parse::hc14e0cfb66f33287
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:1202:20
[INFO] [stdout]   77:     0x64c6bee091bb - combine::parser::Parser::parse_mode::hdba2b2cb531dcaa4
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:277:14
[INFO] [stdout]   78:     0x64c6bee091bb - <combine::parser::repeat::Chainl1<P,Op> as combine::parser::Parser<Input>>::parse_mode_impl::hd7f2bf98b8aabe03
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/repeat.rs:1020:18
[INFO] [stdout]   79:     0x64c6bee1ecd3 - <combine::parser::PartialMode as combine::parser::ParseMode>::parse::h094853af7b9e6ab4
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:1204:20
[INFO] [stdout]   80:     0x64c6bee1ecd3 - combine::parser::Parser::parse_mode::h8f05d87eb927386a
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:277:14
[INFO] [stdout]   81:     0x64c6bee1ecd3 - <combine::parser::repeat::Chainl1<P,Op> as combine::parser::Parser<Input>>::parse_partial::h7e878d6ae430339a
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:44:18
[INFO] [stdout]   82:     0x64c6bee1ecd3 - <combine::parser::repeat::Chainl1<P,Op> as combine::parser::Parser<Input>>::parse_mode_impl::h8b126c8510e8ed5b
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/repeat.rs:1011:38
[INFO] [stdout]   83:     0x64c6bee1ecd3 - <combine::parser::FirstMode as combine::parser::ParseMode>::parse::hc5e73afea411e1f4
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:1170:16
[INFO] [stdout]   84:     0x64c6bee1ecd3 - combine::parser::Parser::parse_mode::ha7c6aa4572eccb47
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:277:14
[INFO] [stdout]   85:     0x64c6bee1ecd3 - <combine::parser::repeat::Chainl1<P,Op> as combine::parser::Parser<Input>>::parse_first::h082edda70cb67a63
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:53:18
[INFO] [stdout]   86:     0x64c6bee1ecd3 - combine::parser::Parser::parse_stream::h50eaa76e273360a7
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:147:31
[INFO] [stdout]   87:     0x64c6bee1ecd3 - combine::parser::Parser::parse::h076e4adad0772f2b
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:109:20
[INFO] [stdout]   88:     0x64c6bee1feed - parser::parser::tests::test_op_with_var::hb6bf6a96d1e7e0f8
[INFO] [stdout]                                at /opt/rustwide/workdir/src/parser.rs:249:38
[INFO] [stdout]   89:     0x64c6bee260e9 - parser::parser::tests::test_op_with_var::{{closure}}::hb7d5c5f0851ed81f
[INFO] [stdout]                                at /opt/rustwide/workdir/src/parser.rs:248:24
[INFO] [stdout]   90:     0x64c6bee260e9 - core::ops::function::FnOnce::call_once::h2b8a3ea921c8797d
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   91:     0x64c6bee6727b - core::ops::function::FnOnce::call_once::hf84b9c3d864a6959
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   92:     0x64c6bee6727b - test::__rust_begin_short_backtrace::h5724e31441c16fcb
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/test/src/lib.rs:648:18
[INFO] [stdout]   93:     0x64c6bee664be - test::run_test_in_process::{{closure}}::hbc28c9aa91793d7d
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/test/src/lib.rs:671:74
[INFO] [stdout]   94:     0x64c6bee664be - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hc17b0e238c0f8f3e
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   95:     0x64c6bee664be - std::panicking::catch_unwind::do_call::hcdbce0d6dd6c83ce
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panicking.rs:589:40
[INFO] [stdout]   96:     0x64c6bee664be - std::panicking::catch_unwind::h9477967ceea044e8
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panicking.rs:552:19
[INFO] [stdout]   97:     0x64c6bee664be - std::panic::catch_unwind::h616a2e249da12e16
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panic.rs:359:14
[INFO] [stdout]   98:     0x64c6bee664be - test::run_test_in_process::h2758deb0f2e54430
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/test/src/lib.rs:671:27
[INFO] [stdout]   99:     0x64c6bee664be - test::run_test::{{closure}}::habe5cd2564b18aaa
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/test/src/lib.rs:592:43
[INFO] [stdout]  100:     0x64c6bee2a064 - test::run_test::{{closure}}::h9a0a6928f1a15421
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/test/src/lib.rs:622:41
[INFO] [stdout]  101:     0x64c6bee2a064 - std::sys::backtrace::__rust_begin_short_backtrace::hd68b5332434a22ca
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/sys/backtrace.rs:152:18
[INFO] [stdout]  102:     0x64c6bee2da0a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h264ddcc3098eacae
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]  103:     0x64c6bee2da0a - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h9fa39489749d6f3c
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]  104:     0x64c6bee2da0a - std::panicking::catch_unwind::do_call::hb9a1944b9f85100f
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panicking.rs:589:40
[INFO] [stdout]  105:     0x64c6bee2da0a - std::panicking::catch_unwind::h0c6f100786c0dad8
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panicking.rs:552:19
[INFO] [stdout]  106:     0x64c6bee2da0a - std::panic::catch_unwind::hf6084e2723385823
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panic.rs:359:14
[INFO] [stdout]  107:     0x64c6bee2da0a - std::thread::Builder::spawn_unchecked_::{{closure}}::hf0af58ce658143ad
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]  108:     0x64c6bee2da0a - core::ops::function::FnOnce::call_once{{vtable.shim}}::h88a14f9b2e79f9de
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/core/src/ops/function.rs:250:5
[INFO] [stdout]  109:     0x64c6beea7847 - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::hf31256ba38644b65
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/alloc/src/boxed.rs:1971:9
[INFO] [stdout]  110:     0x64c6beea7847 - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h100ad77f3448041b
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/alloc/src/boxed.rs:1971:9
[INFO] [stdout]  111:     0x64c6beea7847 - std::sys::pal::unix::thread::Thread::new::thread_start::h1a22ded422ce395b
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/sys/pal/unix/thread.rs:97:17
[INFO] [stdout]  112:     0x7889e5185aa4 - <unknown>
[INFO] [stdout]  113:     0x7889e5212a34 - clone
[INFO] [stdout]  114:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- parser::tests::test_op_with_paren stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'parser::tests::test_op_with_paren' panicked at src/parser.rs:127:48:
[INFO] [stdout] NaN
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x64c6beea29a2 - std::backtrace_rs::backtrace::libunwind::trace::h73a647620bf1c49d
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x64c6beea29a2 - std::backtrace_rs::backtrace::trace_unsynchronized::hd4d513ed96cb3cb1
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x64c6beea29a2 - std::sys::backtrace::_print_fmt::h61bb95f7476aafa5
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x64c6beea29a2 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::ha2e7e3a01df69042
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x64c6beec8d83 - core::fmt::rt::Argument::fmt::hf14163372f0f9a76
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x64c6beec8d83 - core::fmt::write::h7cb8f63788cd01d2
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/core/src/fmt/mod.rs:1465:25
[INFO] [stdout]    6:     0x64c6bee9f933 - std::io::default_write_fmt::h9ed739ccee8a150c
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x64c6bee9f933 - std::io::Write::write_fmt::h1c0a32da913b32f1
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x64c6beea27f2 - std::sys::backtrace::BacktraceLock::print::h3ec4d7883eb25e61
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x64c6beea3f0c - std::panicking::default_hook::{{closure}}::h29548987efd832cb
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panicking.rs:300:27
[INFO] [stdout]   10:     0x64c6beea3d62 - std::panicking::default_hook::ha25170a15c643514
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panicking.rs:324:9
[INFO] [stdout]   11:     0x64c6bee61b44 - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h562adeecbf43c420
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   12:     0x64c6bee61b44 - test::test_main_with_exit_callback::{{closure}}::h97dd2a879d27e0e4
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x64c6beea48eb - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h7e85cbdbda26fdb7
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   14:     0x64c6beea48eb - std::panicking::rust_panic_with_hook::h0d81afcd829aa24b
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panicking.rs:841:13
[INFO] [stdout]   15:     0x64c6beea4686 - std::panicking::begin_panic_handler::{{closure}}::hc84a33f1202346cf
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panicking.rs:699:13
[INFO] [stdout]   16:     0x64c6beea2e99 - std::sys::backtrace::__rust_end_short_backtrace::h373067a14f6c59aa
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/sys/backtrace.rs:168:18
[INFO] [stdout]   17:     0x64c6beea434d - __rustc[beb0385846a06d21]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panicking.rs:697:5
[INFO] [stdout]   18:     0x64c6beec7550 - core::panicking::panic_fmt::ha33fa2ae772efba9
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x64c6bee18c3c - parser::parser::parse_number_expr::{{closure}}::h1003a0ce61c605d4
[INFO] [stdout]                                at /opt/rustwide/workdir/src/parser.rs:127:48
[INFO] [stdout]   20:     0x64c6bee13b5a - <combine::parser::combinator::Map<P,F> as combine::parser::Parser<Input>>::parse_mode_impl::h54270fce0a57e722
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/combinator.rs:238:33
[INFO] [stdout]   21:     0x64c6bee13b5a - <combine::parser::FirstMode as combine::parser::ParseMode>::parse::hc78b5fe8530fea90
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:1170:16
[INFO] [stdout]   22:     0x64c6bee13b5a - combine::parser::Parser::parse_mode::h454ecbf4448cba84
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:277:14
[INFO] [stdout]   23:     0x64c6bee13b5a - <(X,Y,Z) as combine::parser::choice::ChoiceParser<Input>>::parse_mode_choice::hc345e2c90f6331fd
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/choice.rs:177:22
[INFO] [stdout]   24:     0x64c6bee11a7a - <combine::parser::choice::Choice<P> as combine::parser::Parser<Input>>::parse_mode_impl::h917c270599a34fd3
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/choice.rs:375:16
[INFO] [stdout]   25:     0x64c6bee11a7a - <combine::parser::FirstMode as combine::parser::ParseMode>::parse::ha2f05b02eb63f8b9
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:1170:16
[INFO] [stdout]   26:     0x64c6bee11a7a - combine::parser::Parser::parse_mode::h5f309a990952da9f
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:277:14
[INFO] [stdout]   27:     0x64c6bee11a7a - combine::parser::sequence::<impl combine::parser::Parser<Input> for (A,B)>::parse_mode_impl::h39864a0f315f8003
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/sequence.rs:205:46
[INFO] [stdout]   28:     0x64c6bee11a7a - <combine::parser::FirstMode as combine::parser::ParseMode>::parse::hd6a0c141d2df238a
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:1170:16
[INFO] [stdout]   29:     0x64c6bee11a7a - combine::parser::Parser::parse_mode::h3d422a62fc22b3f7
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:277:14
[INFO] [stdout]   30:     0x64c6bee11a7a - <combine::parser::sequence::With<P1,P2> as combine::parser::Parser<Input>>::parse_mode_impl::h6c5e59b112ad881e
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/sequence.rs:538:16
[INFO] [stdout]   31:     0x64c6bee11a7a - <combine::parser::FirstMode as combine::parser::ParseMode>::parse::h05ec46794a0d70a9
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:1170:16
[INFO] [stdout]   32:     0x64c6bee11a7a - combine::parser::Parser::parse_mode::hb167cbe2ed8d495e
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:277:14
[INFO] [stdout]   33:     0x64c6bee11a7a - combine::parser::sequence::<impl combine::parser::Parser<Input> for (A,B)>::parse_mode_impl::hc13c6f32819beae6
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/sequence.rs:181:41
[INFO] [stdout]   34:     0x64c6bee1052e - <combine::parser::FirstMode as combine::parser::ParseMode>::parse::h9f363274ead867fe
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:1170:16
[INFO] [stdout]   35:     0x64c6bee1052e - combine::parser::Parser::parse_mode::h830a549a6a8247a5
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:277:14
[INFO] [stdout]   36:     0x64c6bee1052e - <combine::parser::sequence::Skip<P1,P2> as combine::parser::Parser<Input>>::parse_mode_impl::hd78a06345b1a40de
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/sequence.rs:578:16
[INFO] [stdout]   37:     0x64c6bee1052e - <combine::parser::PartialMode as combine::parser::ParseMode>::parse::h0fb0caa9a1c6394d
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:1202:20
[INFO] [stdout]   38:     0x64c6bee1052e - combine::parser::Parser::parse_mode::h6f2fd655914704bb
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:277:14
[INFO] [stdout]   39:     0x64c6bee1052e - combine::parser::sequence::<impl combine::parser::Parser<Input> for (A,B)>::parse_mode_impl::hfcc4d0eb68cbac9d
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/sequence.rs:205:46
[INFO] [stdout]   40:     0x64c6bee1052e - <combine::parser::PartialMode as combine::parser::ParseMode>::parse::h1cd45806707b5f20
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:1204:20
[INFO] [stdout]   41:     0x64c6bee1052e - combine::parser::Parser::parse_mode::he3c4252908cfbc16
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:277:14
[INFO] [stdout]   42:     0x64c6bee1052e - <combine::parser::sequence::With<P1,P2> as combine::parser::Parser<Input>>::parse_mode_impl::h29f4c1b4cbe4c4cb
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/sequence.rs:538:16
[INFO] [stdout]   43:     0x64c6bee1052e - <combine::parser::PartialMode as combine::parser::ParseMode>::parse::h12e3e75a3ea379f5
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:1204:20
[INFO] [stdout]   44:     0x64c6bee1052e - combine::parser::Parser::parse_mode::h4194be2bea9adef1
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:277:14
[INFO] [stdout]   45:     0x64c6bee1052e - combine::parser::sequence::<impl combine::parser::Parser<Input> for (A,B)>::parse_mode_impl::hab65c2a7de12b7c9
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/sequence.rs:181:41
[INFO] [stdout]   46:     0x64c6bee08166 - <combine::parser::PartialMode as combine::parser::ParseMode>::parse::hcd992955b93e80e4
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:1204:20
[INFO] [stdout]   47:     0x64c6bee08166 - combine::parser::Parser::parse_mode::hbb1f4576d0379641
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:277:14
[INFO] [stdout]   48:     0x64c6bee08166 - <combine::parser::sequence::Skip<P1,P2> as combine::parser::Parser<Input>>::parse_mode_impl::h3ef6ceb9f258cb61
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/sequence.rs:578:16
[INFO] [stdout]   49:     0x64c6bee08166 - <combine::parser::PartialMode as combine::parser::ParseMode>::parse::hf046ae30b11f01a0
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:1204:20
[INFO] [stdout]   50:     0x64c6bee08166 - combine::parser::Parser::parse_mode::h5619586af198e710
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:277:14
[INFO] [stdout]   51:     0x64c6bee08166 - <combine::parser::sequence::Skip<P1,P2> as combine::parser::Parser<Input>>::parse_partial::h6fb13573f557b510
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:44:18
[INFO] [stdout]   52:     0x64c6bee08166 - <combine::parser::repeat::Chainl1<P,Op> as combine::parser::Parser<Input>>::parse_mode_impl::h83581d66a7919ad0
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/repeat.rs:1011:38
[INFO] [stdout]   53:     0x64c6bee06a1d - <combine::parser::PartialMode as combine::parser::ParseMode>::parse::h4f6d2324ca231651
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:1204:20
[INFO] [stdout]   54:     0x64c6bee06a1d - combine::parser::Parser::parse_mode::h69b382eee4f00264
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:277:14
[INFO] [stdout]   55:     0x64c6bee06a1d - <combine::parser::repeat::Chainl1<P,Op> as combine::parser::Parser<Input>>::parse_partial::h90fc4c45568877b9
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:44:18
[INFO] [stdout]   56:     0x64c6bee06a1d - <combine::parser::repeat::Chainl1<P,Op> as combine::parser::Parser<Input>>::parse_mode_impl::h18e26c45966f7806
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/repeat.rs:1011:38
[INFO] [stdout]   57:     0x64c6bee075bd - <combine::parser::PartialMode as combine::parser::ParseMode>::parse::hb3837910cb7ecd27
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:1204:20
[INFO] [stdout]   58:     0x64c6bee075bd - combine::parser::Parser::parse_mode::h7bebdf2022f5cf65
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:277:14
[INFO] [stdout]   59:     0x64c6bee075bd - <combine::parser::repeat::Chainl1<P,Op> as combine::parser::Parser<Input>>::parse_partial::h17795bbcb9ce0990
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:44:18
[INFO] [stdout]   60:     0x64c6bee075bd - <combine::parser::repeat::Chainl1<P,Op> as combine::parser::Parser<Input>>::parse_mode_impl::h327475c9bbe39474
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/repeat.rs:1011:38
[INFO] [stdout]   61:     0x64c6bee090ad - <combine::parser::PartialMode as combine::parser::ParseMode>::parse::h14471cb5049bc4d2
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:1204:20
[INFO] [stdout]   62:     0x64c6bee090ad - combine::parser::Parser::parse_mode::h327b88dcee2dd28f
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:277:14
[INFO] [stdout]   63:     0x64c6bee090ad - <combine::parser::repeat::Chainl1<P,Op> as combine::parser::Parser<Input>>::parse_partial::h6ceb959563bcc954
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:44:18
[INFO] [stdout]   64:     0x64c6bee090ad - <combine::parser::repeat::Chainl1<P,Op> as combine::parser::Parser<Input>>::parse_mode_impl::hd7f2bf98b8aabe03
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/repeat.rs:1011:38
[INFO] [stdout]   65:     0x64c6bee1ecd3 - <combine::parser::PartialMode as combine::parser::ParseMode>::parse::h094853af7b9e6ab4
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:1204:20
[INFO] [stdout]   66:     0x64c6bee1ecd3 - combine::parser::Parser::parse_mode::h8f05d87eb927386a
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:277:14
[INFO] [stdout]   67:     0x64c6bee1ecd3 - <combine::parser::repeat::Chainl1<P,Op> as combine::parser::Parser<Input>>::parse_partial::h7e878d6ae430339a
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:44:18
[INFO] [stdout]   68:     0x64c6bee1ecd3 - <combine::parser::repeat::Chainl1<P,Op> as combine::parser::Parser<Input>>::parse_mode_impl::h8b126c8510e8ed5b
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/repeat.rs:1011:38
[INFO] [stdout]   69:     0x64c6bee1ecd3 - <combine::parser::FirstMode as combine::parser::ParseMode>::parse::hc5e73afea411e1f4
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:1170:16
[INFO] [stdout]   70:     0x64c6bee1ecd3 - combine::parser::Parser::parse_mode::ha7c6aa4572eccb47
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:277:14
[INFO] [stdout]   71:     0x64c6bee1ecd3 - <combine::parser::repeat::Chainl1<P,Op> as combine::parser::Parser<Input>>::parse_first::h082edda70cb67a63
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:53:18
[INFO] [stdout]   72:     0x64c6bee1ecd3 - combine::parser::Parser::parse_stream::h50eaa76e273360a7
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:147:31
[INFO] [stdout]   73:     0x64c6bee1ecd3 - combine::parser::Parser::parse::h076e4adad0772f2b
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:109:20
[INFO] [stdout]   74:     0x64c6bee2158d - parser::parser::tests::test_op_with_paren::h49bebbcecdf34817
[INFO] [stdout]                                at /opt/rustwide/workdir/src/parser.rs:321:38
[INFO] [stdout]   75:     0x64c6bee261a9 - parser::parser::tests::test_op_with_paren::{{closure}}::h3b2ff07c7b133e33
[INFO] [stdout]                                at /opt/rustwide/workdir/src/parser.rs:320:26
[INFO] [stdout]   76:     0x64c6bee261a9 - core::ops::function::FnOnce::call_once::ha154c21a92801398
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   77:     0x64c6bee6727b - core::ops::function::FnOnce::call_once::hf84b9c3d864a6959
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   78:     0x64c6bee6727b - test::__rust_begin_short_backtrace::h5724e31441c16fcb
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/test/src/lib.rs:648:18
[INFO] [stdout]   79:     0x64c6bee664be - test::run_test_in_process::{{closure}}::hbc28c9aa91793d7d
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/test/src/lib.rs:671:74
[INFO] [stdout]   80:     0x64c6bee664be - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hc17b0e238c0f8f3e
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   81:     0x64c6bee664be - std::panicking::catch_unwind::do_call::hcdbce0d6dd6c83ce
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panicking.rs:589:40
[INFO] [stdout]   82:     0x64c6bee664be - std::panicking::catch_unwind::h9477967ceea044e8
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panicking.rs:552:19
[INFO] [stdout]   83:     0x64c6bee664be - std::panic::catch_unwind::h616a2e249da12e16
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panic.rs:359:14
[INFO] [stdout]   84:     0x64c6bee664be - test::run_test_in_process::h2758deb0f2e54430
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/test/src/lib.rs:671:27
[INFO] [stdout]   85:     0x64c6bee664be - test::run_test::{{closure}}::habe5cd2564b18aaa
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/test/src/lib.rs:592:43
[INFO] [stdout]   86:     0x64c6bee2a064 - test::run_test::{{closure}}::h9a0a6928f1a15421
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/test/src/lib.rs:622:41
[INFO] [stdout]   87:     0x64c6bee2a064 - std::sys::backtrace::__rust_begin_short_backtrace::hd68b5332434a22ca
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/sys/backtrace.rs:152:18
[INFO] [stdout]   88:     0x64c6bee2da0a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h264ddcc3098eacae
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   89:     0x64c6bee2da0a - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h9fa39489749d6f3c
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   90:     0x64c6bee2da0a - std::panicking::catch_unwind::do_call::hb9a1944b9f85100f
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panicking.rs:589:40
[INFO] [stdout]   91:     0x64c6bee2da0a - std::panicking::catch_unwind::h0c6f100786c0dad8
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panicking.rs:552:19
[INFO] [stdout]   92:     0x64c6bee2da0a - std::panic::catch_unwind::hf6084e2723385823
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panic.rs:359:14
[INFO] [stdout]   93:     0x64c6bee2da0a - std::thread::Builder::spawn_unchecked_::{{closure}}::hf0af58ce658143ad
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   94:     0x64c6bee2da0a - core::ops::function::FnOnce::call_once{{vtable.shim}}::h88a14f9b2e79f9de
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   95:     0x64c6beea7847 - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::hf31256ba38644b65
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/alloc/src/boxed.rs:1971:9
[INFO] [stdout]   96:     0x64c6beea7847 - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h100ad77f3448041b
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/alloc/src/boxed.rs:1971:9
[INFO] [stdout]   97:     0x64c6beea7847 - std::sys::pal::unix::thread::Thread::new::thread_start::h1a22ded422ce395b
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/sys/pal/unix/thread.rs:97:17
[INFO] [stdout]   98:     0x7889e5185aa4 - <unknown>
[INFO] [stdout]   99:     0x7889e5212a34 - clone
[INFO] [stdout]  100:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- parser::tests::test_parse_definition_with_call stdout ----
[INFO] [stdout] Parsing a function definition
[INFO] [stdout] 
[INFO] [stdout] thread 'parser::tests::test_parse_definition_with_call' panicked at src/parser.rs:127:48:
[INFO] [stdout] NaN
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x64c6beea29a2 - std::backtrace_rs::backtrace::libunwind::trace::h73a647620bf1c49d
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x64c6beea29a2 - std::backtrace_rs::backtrace::trace_unsynchronized::hd4d513ed96cb3cb1
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x64c6beea29a2 - std::sys::backtrace::_print_fmt::h61bb95f7476aafa5
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x64c6beea29a2 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::ha2e7e3a01df69042
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x64c6beec8d83 - core::fmt::rt::Argument::fmt::hf14163372f0f9a76
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x64c6beec8d83 - core::fmt::write::h7cb8f63788cd01d2
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/core/src/fmt/mod.rs:1465:25
[INFO] [stdout]    6:     0x64c6bee9f933 - std::io::default_write_fmt::h9ed739ccee8a150c
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x64c6bee9f933 - std::io::Write::write_fmt::h1c0a32da913b32f1
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x64c6beea27f2 - std::sys::backtrace::BacktraceLock::print::h3ec4d7883eb25e61
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x64c6beea3f0c - std::panicking::default_hook::{{closure}}::h29548987efd832cb
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panicking.rs:300:27
[INFO] [stdout]   10:     0x64c6beea3d62 - std::panicking::default_hook::ha25170a15c643514
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panicking.rs:324:9
[INFO] [stdout]   11:     0x64c6bee61b44 - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h562adeecbf43c420
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   12:     0x64c6bee61b44 - test::test_main_with_exit_callback::{{closure}}::h97dd2a879d27e0e4
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x64c6beea48eb - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h7e85cbdbda26fdb7
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   14:     0x64c6beea48eb - std::panicking::rust_panic_with_hook::h0d81afcd829aa24b
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panicking.rs:841:13
[INFO] [stdout]   15:     0x64c6beea4686 - std::panicking::begin_panic_handler::{{closure}}::hc84a33f1202346cf
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panicking.rs:699:13
[INFO] [stdout]   16:     0x64c6beea2e99 - std::sys::backtrace::__rust_end_short_backtrace::h373067a14f6c59aa
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/sys/backtrace.rs:168:18
[INFO] [stdout]   17:     0x64c6beea434d - __rustc[beb0385846a06d21]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panicking.rs:697:5
[INFO] [stdout]   18:     0x64c6beec7550 - core::panicking::panic_fmt::ha33fa2ae772efba9
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x64c6bee18c3c - parser::parser::parse_number_expr::{{closure}}::h1003a0ce61c605d4
[INFO] [stdout]                                at /opt/rustwide/workdir/src/parser.rs:127:48
[INFO] [stdout]   20:     0x64c6bee13b5a - <combine::parser::combinator::Map<P,F> as combine::parser::Parser<Input>>::parse_mode_impl::h54270fce0a57e722
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/combinator.rs:238:33
[INFO] [stdout]   21:     0x64c6bee13b5a - <combine::parser::FirstMode as combine::parser::ParseMode>::parse::hc78b5fe8530fea90
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:1170:16
[INFO] [stdout]   22:     0x64c6bee13b5a - combine::parser::Parser::parse_mode::h454ecbf4448cba84
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:277:14
[INFO] [stdout]   23:     0x64c6bee13b5a - <(X,Y,Z) as combine::parser::choice::ChoiceParser<Input>>::parse_mode_choice::hc345e2c90f6331fd
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/choice.rs:177:22
[INFO] [stdout]   24:     0x64c6bee11a7a - <combine::parser::choice::Choice<P> as combine::parser::Parser<Input>>::parse_mode_impl::h917c270599a34fd3
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/choice.rs:375:16
[INFO] [stdout]   25:     0x64c6bee11a7a - <combine::parser::FirstMode as combine::parser::ParseMode>::parse::ha2f05b02eb63f8b9
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:1170:16
[INFO] [stdout]   26:     0x64c6bee11a7a - combine::parser::Parser::parse_mode::h5f309a990952da9f
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:277:14
[INFO] [stdout]   27:     0x64c6bee11a7a - combine::parser::sequence::<impl combine::parser::Parser<Input> for (A,B)>::parse_mode_impl::h39864a0f315f8003
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/sequence.rs:205:46
[INFO] [stdout]   28:     0x64c6bee11a7a - <combine::parser::FirstMode as combine::parser::ParseMode>::parse::hd6a0c141d2df238a
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:1170:16
[INFO] [stdout]   29:     0x64c6bee11a7a - combine::parser::Parser::parse_mode::h3d422a62fc22b3f7
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:277:14
[INFO] [stdout]   30:     0x64c6bee11a7a - <combine::parser::sequence::With<P1,P2> as combine::parser::Parser<Input>>::parse_mode_impl::h6c5e59b112ad881e
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/sequence.rs:538:16
[INFO] [stdout]   31:     0x64c6bee11a7a - <combine::parser::FirstMode as combine::parser::ParseMode>::parse::h05ec46794a0d70a9
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:1170:16
[INFO] [stdout]   32:     0x64c6bee11a7a - combine::parser::Parser::parse_mode::hb167cbe2ed8d495e
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:277:14
[INFO] [stdout]   33:     0x64c6bee11a7a - combine::parser::sequence::<impl combine::parser::Parser<Input> for (A,B)>::parse_mode_impl::hc13c6f32819beae6
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/sequence.rs:181:41
[INFO] [stdout]   34:     0x64c6bee1052e - <combine::parser::FirstMode as combine::parser::ParseMode>::parse::h9f363274ead867fe
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:1170:16
[INFO] [stdout]   35:     0x64c6bee1052e - combine::parser::Parser::parse_mode::h830a549a6a8247a5
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:277:14
[INFO] [stdout]   36:     0x64c6bee1052e - <combine::parser::sequence::Skip<P1,P2> as combine::parser::Parser<Input>>::parse_mode_impl::hd78a06345b1a40de
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/sequence.rs:578:16
[INFO] [stdout]   37:     0x64c6bee1052e - <combine::parser::PartialMode as combine::parser::ParseMode>::parse::h0fb0caa9a1c6394d
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:1202:20
[INFO] [stdout]   38:     0x64c6bee1052e - combine::parser::Parser::parse_mode::h6f2fd655914704bb
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:277:14
[INFO] [stdout]   39:     0x64c6bee1052e - combine::parser::sequence::<impl combine::parser::Parser<Input> for (A,B)>::parse_mode_impl::hfcc4d0eb68cbac9d
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/sequence.rs:205:46
[INFO] [stdout]   40:     0x64c6bee1052e - <combine::parser::PartialMode as combine::parser::ParseMode>::parse::h1cd45806707b5f20
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:1204:20
[INFO] [stdout]   41:     0x64c6bee1052e - combine::parser::Parser::parse_mode::he3c4252908cfbc16
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:277:14
[INFO] [stdout]   42:     0x64c6bee1052e - <combine::parser::sequence::With<P1,P2> as combine::parser::Parser<Input>>::parse_mode_impl::h29f4c1b4cbe4c4cb
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/sequence.rs:538:16
[INFO] [stdout]   43:     0x64c6bee1052e - <combine::parser::PartialMode as combine::parser::ParseMode>::parse::h12e3e75a3ea379f5
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:1204:20
[INFO] [stdout]   44:     0x64c6bee1052e - combine::parser::Parser::parse_mode::h4194be2bea9adef1
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:277:14
[INFO] [stdout]   45:     0x64c6bee1052e - combine::parser::sequence::<impl combine::parser::Parser<Input> for (A,B)>::parse_mode_impl::hab65c2a7de12b7c9
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/sequence.rs:181:41
[INFO] [stdout]   46:     0x64c6bee08166 - <combine::parser::PartialMode as combine::parser::ParseMode>::parse::hcd992955b93e80e4
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:1204:20
[INFO] [stdout]   47:     0x64c6bee08166 - combine::parser::Parser::parse_mode::hbb1f4576d0379641
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:277:14
[INFO] [stdout]   48:     0x64c6bee08166 - <combine::parser::sequence::Skip<P1,P2> as combine::parser::Parser<Input>>::parse_mode_impl::h3ef6ceb9f258cb61
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/sequence.rs:578:16
[INFO] [stdout]   49:     0x64c6bee08166 - <combine::parser::PartialMode as combine::parser::ParseMode>::parse::hf046ae30b11f01a0
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:1204:20
[INFO] [stdout]   50:     0x64c6bee08166 - combine::parser::Parser::parse_mode::h5619586af198e710
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:277:14
[INFO] [stdout]   51:     0x64c6bee08166 - <combine::parser::sequence::Skip<P1,P2> as combine::parser::Parser<Input>>::parse_partial::h6fb13573f557b510
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:44:18
[INFO] [stdout]   52:     0x64c6bee08166 - <combine::parser::repeat::Chainl1<P,Op> as combine::parser::Parser<Input>>::parse_mode_impl::h83581d66a7919ad0
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/repeat.rs:1011:38
[INFO] [stdout]   53:     0x64c6bee06a1d - <combine::parser::PartialMode as combine::parser::ParseMode>::parse::h4f6d2324ca231651
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:1204:20
[INFO] [stdout]   54:     0x64c6bee06a1d - combine::parser::Parser::parse_mode::h69b382eee4f00264
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:277:14
[INFO] [stdout]   55:     0x64c6bee06a1d - <combine::parser::repeat::Chainl1<P,Op> as combine::parser::Parser<Input>>::parse_partial::h90fc4c45568877b9
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:44:18
[INFO] [stdout]   56:     0x64c6bee06a1d - <combine::parser::repeat::Chainl1<P,Op> as combine::parser::Parser<Input>>::parse_mode_impl::h18e26c45966f7806
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/repeat.rs:1011:38
[INFO] [stdout]   57:     0x64c6bee075bd - <combine::parser::PartialMode as combine::parser::ParseMode>::parse::hb3837910cb7ecd27
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:1204:20
[INFO] [stdout]   58:     0x64c6bee075bd - combine::parser::Parser::parse_mode::h7bebdf2022f5cf65
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:277:14
[INFO] [stdout]   59:     0x64c6bee075bd - <combine::parser::repeat::Chainl1<P,Op> as combine::parser::Parser<Input>>::parse_partial::h17795bbcb9ce0990
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:44:18
[INFO] [stdout]   60:     0x64c6bee075bd - <combine::parser::repeat::Chainl1<P,Op> as combine::parser::Parser<Input>>::parse_mode_impl::h327475c9bbe39474
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/repeat.rs:1011:38
[INFO] [stdout]   61:     0x64c6bee090ad - <combine::parser::PartialMode as combine::parser::ParseMode>::parse::h14471cb5049bc4d2
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:1204:20
[INFO] [stdout]   62:     0x64c6bee090ad - combine::parser::Parser::parse_mode::h327b88dcee2dd28f
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:277:14
[INFO] [stdout]   63:     0x64c6bee090ad - <combine::parser::repeat::Chainl1<P,Op> as combine::parser::Parser<Input>>::parse_partial::h6ceb959563bcc954
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:44:18
[INFO] [stdout]   64:     0x64c6bee090ad - <combine::parser::repeat::Chainl1<P,Op> as combine::parser::Parser<Input>>::parse_mode_impl::hd7f2bf98b8aabe03
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/repeat.rs:1011:38
[INFO] [stdout]   65:     0x64c6bee089f0 - <combine::parser::PartialMode as combine::parser::ParseMode>::parse::h094853af7b9e6ab4
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:1204:20
[INFO] [stdout]   66:     0x64c6bee089f0 - combine::parser::Parser::parse_mode::h8f05d87eb927386a
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:277:14
[INFO] [stdout]   67:     0x64c6bee089f0 - <combine::parser::repeat::Chainl1<P,Op> as combine::parser::Parser<Input>>::parse_partial::h7e878d6ae430339a
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:44:18
[INFO] [stdout]   68:     0x64c6bee089f0 - <combine::parser::repeat::Chainl1<P,Op> as combine::parser::Parser<Input>>::parse_mode_impl::h8b126c8510e8ed5b
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/repeat.rs:1011:38
[INFO] [stdout]   69:     0x64c6bee0cda6 - <combine::parser::FirstMode as combine::parser::ParseMode>::parse::hc5e73afea411e1f4
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:1170:16
[INFO] [stdout]   70:     0x64c6bee0cda6 - combine::parser::Parser::parse_mode::ha7c6aa4572eccb47
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:277:14
[INFO] [stdout]   71:     0x64c6bee0cda6 - combine::parser::sequence::<impl combine::parser::Parser<Input> for (A,B,C,D)>::parse_mode_impl::h50c5f177d9e63e94
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/sequence.rs:205:46
[INFO] [stdout]   72:     0x64c6bee0cda6 - <combine::parser::FirstMode as combine::parser::ParseMode>::parse::h5a9818a092a57580
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:1170:16
[INFO] [stdout]   73:     0x64c6bee1c48d - combine::parser::Parser::parse_mode::h765badd1124c9208
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:277:14
[INFO] [stdout]   74:     0x64c6bee1c48d - <combine::parser::combinator::Map<P,F> as combine::parser::Parser<Input>>::parse_mode_impl::h697a9eb1318e393c
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/combinator.rs:236:22
[INFO] [stdout]   75:     0x64c6bee1c48d - <combine::parser::FirstMode as combine::parser::ParseMode>::parse::hf5179f02da44848b
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:1170:16
[INFO] [stdout]   76:     0x64c6bee1c48d - combine::parser::Parser::parse_mode::h30bdb7aa1ff7f726
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:277:14
[INFO] [stdout]   77:     0x64c6bee1c48d - <combine::parser::combinator::Map<P,F> as combine::parser::Parser<Input>>::parse_first::hdf4e5c110f6215fc
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:53:18
[INFO] [stdout]   78:     0x64c6bee1c48d - combine::parser::Parser::parse_stream::h4b7c48f0bbeaa4a8
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:147:31
[INFO] [stdout]   79:     0x64c6bee1c48d - combine::parser::Parser::parse::h222d2319ecdda1bc
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:109:20
[INFO] [stdout]   80:     0x64c6bee24e64 - parser::parser::tests::test_parse_definition_with_call::h820f543a5611d924
[INFO] [stdout]                                at /opt/rustwide/workdir/src/parser.rs:456:37
[INFO] [stdout]   81:     0x64c6bee26109 - parser::parser::tests::test_parse_definition_with_call::{{closure}}::h15736f017ea1f13d
[INFO] [stdout]                                at /opt/rustwide/workdir/src/parser.rs:454:39
[INFO] [stdout]   82:     0x64c6bee26109 - core::ops::function::FnOnce::call_once::h310028d844dbf50c
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   83:     0x64c6bee6727b - core::ops::function::FnOnce::call_once::hf84b9c3d864a6959
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   84:     0x64c6bee6727b - test::__rust_begin_short_backtrace::h5724e31441c16fcb
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/test/src/lib.rs:648:18
[INFO] [stdout]   85:     0x64c6bee664be - test::run_test_in_process::{{closure}}::hbc28c9aa91793d7d
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/test/src/lib.rs:671:74
[INFO] [stdout]   86:     0x64c6bee664be - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hc17b0e238c0f8f3e
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   87:     0x64c6bee664be - std::panicking::catch_unwind::do_call::hcdbce0d6dd6c83ce
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panicking.rs:589:40
[INFO] [stdout]   88:     0x64c6bee664be - std::panicking::catch_unwind::h9477967ceea044e8
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panicking.rs:552:19
[INFO] [stdout]   89:     0x64c6bee664be - std::panic::catch_unwind::h616a2e249da12e16
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panic.rs:359:14
[INFO] [stdout]   90:     0x64c6bee664be - test::run_test_in_process::h2758deb0f2e54430
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/test/src/lib.rs:671:27
[INFO] [stdout]   91:     0x64c6bee664be - test::run_test::{{closure}}::habe5cd2564b18aaa
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/test/src/lib.rs:592:43
[INFO] [stdout]   92:     0x64c6bee2a064 - test::run_test::{{closure}}::h9a0a6928f1a15421
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/test/src/lib.rs:622:41
[INFO] [stdout]   93:     0x64c6bee2a064 - std::sys::backtrace::__rust_begin_short_backtrace::hd68b5332434a22ca
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/sys/backtrace.rs:152:18
[INFO] [stdout]   94:     0x64c6bee2da0a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h264ddcc3098eacae
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   95:     0x64c6bee2da0a - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h9fa39489749d6f3c
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   96:     0x64c6bee2da0a - std::panicking::catch_unwind::do_call::hb9a1944b9f85100f
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panicking.rs:589:40
[INFO] [stdout]   97:     0x64c6bee2da0a - std::panicking::catch_unwind::h0c6f100786c0dad8
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panicking.rs:552:19
[INFO] [stdout]   98:     0x64c6bee2da0a - std::panic::catch_unwind::hf6084e2723385823
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panic.rs:359:14
[INFO] [stdout]   99:     0x64c6bee2da0a - std::thread::Builder::spawn_unchecked_::{{closure}}::hf0af58ce658143ad
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]  100:     0x64c6bee2da0a - core::ops::function::FnOnce::call_once{{vtable.shim}}::h88a14f9b2e79f9de
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/core/src/ops/function.rs:250:5
[INFO] [stdout]  101:     0x64c6beea7847 - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::hf31256ba38644b65
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/alloc/src/boxed.rs:1971:9
[INFO] [stdout]  102:     0x64c6beea7847 - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h100ad77f3448041b
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/alloc/src/boxed.rs:1971:9
[INFO] [stdout]  103:     0x64c6beea7847 - std::sys::pal::unix::thread::Thread::new::thread_start::h1a22ded422ce395b
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/sys/pal/unix/thread.rs:97:17
[INFO] [stdout]  104:     0x7889e5185aa4 - <unknown>
[INFO] [stdout]  105:     0x7889e5212a34 - clone
[INFO] [stdout]  106:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- parser::tests::test_parse_definition_with_var stdout ----
[INFO] [stdout] Parsing a function definition
[INFO] [stdout] 
[INFO] [stdout] thread 'parser::tests::test_parse_definition_with_var' panicked at src/parser.rs:127:48:
[INFO] [stdout] NaN
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x64c6beea29a2 - std::backtrace_rs::backtrace::libunwind::trace::h73a647620bf1c49d
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x64c6beea29a2 - std::backtrace_rs::backtrace::trace_unsynchronized::hd4d513ed96cb3cb1
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x64c6beea29a2 - std::sys::backtrace::_print_fmt::h61bb95f7476aafa5
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x64c6beea29a2 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::ha2e7e3a01df69042
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x64c6beec8d83 - core::fmt::rt::Argument::fmt::hf14163372f0f9a76
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x64c6beec8d83 - core::fmt::write::h7cb8f63788cd01d2
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/core/src/fmt/mod.rs:1465:25
[INFO] [stdout]    6:     0x64c6bee9f933 - std::io::default_write_fmt::h9ed739ccee8a150c
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x64c6bee9f933 - std::io::Write::write_fmt::h1c0a32da913b32f1
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x64c6beea27f2 - std::sys::backtrace::BacktraceLock::print::h3ec4d7883eb25e61
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x64c6beea3f0c - std::panicking::default_hook::{{closure}}::h29548987efd832cb
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panicking.rs:300:27
[INFO] [stdout]   10:     0x64c6beea3d62 - std::panicking::default_hook::ha25170a15c643514
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panicking.rs:324:9
[INFO] [stdout]   11:     0x64c6bee61b44 - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h562adeecbf43c420
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   12:     0x64c6bee61b44 - test::test_main_with_exit_callback::{{closure}}::h97dd2a879d27e0e4
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x64c6beea48eb - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h7e85cbdbda26fdb7
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   14:     0x64c6beea48eb - std::panicking::rust_panic_with_hook::h0d81afcd829aa24b
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panicking.rs:841:13
[INFO] [stdout]   15:     0x64c6beea4686 - std::panicking::begin_panic_handler::{{closure}}::hc84a33f1202346cf
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panicking.rs:699:13
[INFO] [stdout]   16:     0x64c6beea2e99 - std::sys::backtrace::__rust_end_short_backtrace::h373067a14f6c59aa
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/sys/backtrace.rs:168:18
[INFO] [stdout]   17:     0x64c6beea434d - __rustc[beb0385846a06d21]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panicking.rs:697:5
[INFO] [stdout]   18:     0x64c6beec7550 - core::panicking::panic_fmt::ha33fa2ae772efba9
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x64c6bee18c3c - parser::parser::parse_number_expr::{{closure}}::h1003a0ce61c605d4
[INFO] [stdout]                                at /opt/rustwide/workdir/src/parser.rs:127:48
[INFO] [stdout]   20:     0x64c6bee13b5a - <combine::parser::combinator::Map<P,F> as combine::parser::Parser<Input>>::parse_mode_impl::h54270fce0a57e722
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/combinator.rs:238:33
[INFO] [stdout]   21:     0x64c6bee13b5a - <combine::parser::FirstMode as combine::parser::ParseMode>::parse::hc78b5fe8530fea90
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:1170:16
[INFO] [stdout]   22:     0x64c6bee13b5a - combine::parser::Parser::parse_mode::h454ecbf4448cba84
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:277:14
[INFO] [stdout]   23:     0x64c6bee13b5a - <(X,Y,Z) as combine::parser::choice::ChoiceParser<Input>>::parse_mode_choice::hc345e2c90f6331fd
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/choice.rs:177:22
[INFO] [stdout]   24:     0x64c6bee11a7a - <combine::parser::choice::Choice<P> as combine::parser::Parser<Input>>::parse_mode_impl::h917c270599a34fd3
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/choice.rs:375:16
[INFO] [stdout]   25:     0x64c6bee11a7a - <combine::parser::FirstMode as combine::parser::ParseMode>::parse::ha2f05b02eb63f8b9
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:1170:16
[INFO] [stdout]   26:     0x64c6bee11a7a - combine::parser::Parser::parse_mode::h5f309a990952da9f
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:277:14
[INFO] [stdout]   27:     0x64c6bee11a7a - combine::parser::sequence::<impl combine::parser::Parser<Input> for (A,B)>::parse_mode_impl::h39864a0f315f8003
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/sequence.rs:205:46
[INFO] [stdout]   28:     0x64c6bee11a7a - <combine::parser::FirstMode as combine::parser::ParseMode>::parse::hd6a0c141d2df238a
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:1170:16
[INFO] [stdout]   29:     0x64c6bee11a7a - combine::parser::Parser::parse_mode::h3d422a62fc22b3f7
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:277:14
[INFO] [stdout]   30:     0x64c6bee11a7a - <combine::parser::sequence::With<P1,P2> as combine::parser::Parser<Input>>::parse_mode_impl::h6c5e59b112ad881e
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/sequence.rs:538:16
[INFO] [stdout]   31:     0x64c6bee11a7a - <combine::parser::FirstMode as combine::parser::ParseMode>::parse::h05ec46794a0d70a9
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:1170:16
[INFO] [stdout]   32:     0x64c6bee11a7a - combine::parser::Parser::parse_mode::hb167cbe2ed8d495e
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:277:14
[INFO] [stdout]   33:     0x64c6bee11a7a - combine::parser::sequence::<impl combine::parser::Parser<Input> for (A,B)>::parse_mode_impl::hc13c6f32819beae6
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/sequence.rs:181:41
[INFO] [stdout]   34:     0x64c6bee1052e - <combine::parser::FirstMode as combine::parser::ParseMode>::parse::h9f363274ead867fe
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:1170:16
[INFO] [stdout]   35:     0x64c6bee1052e - combine::parser::Parser::parse_mode::h830a549a6a8247a5
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:277:14
[INFO] [stdout]   36:     0x64c6bee1052e - <combine::parser::sequence::Skip<P1,P2> as combine::parser::Parser<Input>>::parse_mode_impl::hd78a06345b1a40de
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/sequence.rs:578:16
[INFO] [stdout]   37:     0x64c6bee1052e - <combine::parser::PartialMode as combine::parser::ParseMode>::parse::h0fb0caa9a1c6394d
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:1202:20
[INFO] [stdout]   38:     0x64c6bee1052e - combine::parser::Parser::parse_mode::h6f2fd655914704bb
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:277:14
[INFO] [stdout]   39:     0x64c6bee1052e - combine::parser::sequence::<impl combine::parser::Parser<Input> for (A,B)>::parse_mode_impl::hfcc4d0eb68cbac9d
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/sequence.rs:205:46
[INFO] [stdout]   40:     0x64c6bee1052e - <combine::parser::PartialMode as combine::parser::ParseMode>::parse::h1cd45806707b5f20
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:1204:20
[INFO] [stdout]   41:     0x64c6bee1052e - combine::parser::Parser::parse_mode::he3c4252908cfbc16
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:277:14
[INFO] [stdout]   42:     0x64c6bee1052e - <combine::parser::sequence::With<P1,P2> as combine::parser::Parser<Input>>::parse_mode_impl::h29f4c1b4cbe4c4cb
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/sequence.rs:538:16
[INFO] [stdout]   43:     0x64c6bee1052e - <combine::parser::PartialMode as combine::parser::ParseMode>::parse::h12e3e75a3ea379f5
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:1204:20
[INFO] [stdout]   44:     0x64c6bee1052e - combine::parser::Parser::parse_mode::h4194be2bea9adef1
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:277:14
[INFO] [stdout]   45:     0x64c6bee1052e - combine::parser::sequence::<impl combine::parser::Parser<Input> for (A,B)>::parse_mode_impl::hab65c2a7de12b7c9
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/sequence.rs:181:41
[INFO] [stdout]   46:     0x64c6bee08166 - <combine::parser::PartialMode as combine::parser::ParseMode>::parse::hcd992955b93e80e4
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:1204:20
[INFO] [stdout]   47:     0x64c6bee08166 - combine::parser::Parser::parse_mode::hbb1f4576d0379641
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:277:14
[INFO] [stdout]   48:     0x64c6bee08166 - <combine::parser::sequence::Skip<P1,P2> as combine::parser::Parser<Input>>::parse_mode_impl::h3ef6ceb9f258cb61
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/sequence.rs:578:16
[INFO] [stdout]   49:     0x64c6bee08166 - <combine::parser::PartialMode as combine::parser::ParseMode>::parse::hf046ae30b11f01a0
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:1204:20
[INFO] [stdout]   50:     0x64c6bee08166 - combine::parser::Parser::parse_mode::h5619586af198e710
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:277:14
[INFO] [stdout]   51:     0x64c6bee08166 - <combine::parser::sequence::Skip<P1,P2> as combine::parser::Parser<Input>>::parse_partial::h6fb13573f557b510
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:44:18
[INFO] [stdout]   52:     0x64c6bee08166 - <combine::parser::repeat::Chainl1<P,Op> as combine::parser::Parser<Input>>::parse_mode_impl::h83581d66a7919ad0
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/repeat.rs:1011:38
[INFO] [stdout]   53:     0x64c6bee06a1d - <combine::parser::PartialMode as combine::parser::ParseMode>::parse::h4f6d2324ca231651
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:1204:20
[INFO] [stdout]   54:     0x64c6bee06a1d - combine::parser::Parser::parse_mode::h69b382eee4f00264
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:277:14
[INFO] [stdout]   55:     0x64c6bee06a1d - <combine::parser::repeat::Chainl1<P,Op> as combine::parser::Parser<Input>>::parse_partial::h90fc4c45568877b9
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:44:18
[INFO] [stdout]   56:     0x64c6bee06a1d - <combine::parser::repeat::Chainl1<P,Op> as combine::parser::Parser<Input>>::parse_mode_impl::h18e26c45966f7806
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/repeat.rs:1011:38
[INFO] [stdout]   57:     0x64c6bee07e00 - <combine::parser::PartialMode as combine::parser::ParseMode>::parse::hb3837910cb7ecd27
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:1204:20
[INFO] [stdout]   58:     0x64c6bee07e00 - combine::parser::Parser::parse_mode::h7bebdf2022f5cf65
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:277:14
[INFO] [stdout]   59:     0x64c6bee07e00 - <combine::parser::repeat::Chainl1<P,Op> as combine::parser::Parser<Input>>::parse_partial::h17795bbcb9ce0990
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:44:18
[INFO] [stdout]   60:     0x64c6bee07e00 - <combine::parser::repeat::Chainl1<P,Op> as combine::parser::Parser<Input>>::parse_mode_impl::h34e958251cafbe2f
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/repeat.rs:1011:38
[INFO] [stdout]   61:     0x64c6bee0f18c - <combine::parser::FirstMode as combine::parser::ParseMode>::parse::h100409382661477c
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:1170:16
[INFO] [stdout]   62:     0x64c6bee0f18c - combine::parser::Parser::parse_mode::hdf78a92e541ab396
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:277:14
[INFO] [stdout]   63:     0x64c6bee0f18c - <combine::parser::repeat::Chainl1<P,Op> as combine::parser::Parser<Input>>::parse_first::hdb10f222276856c3
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:53:18
[INFO] [stdout]   64:     0x64c6bee0f18c - <&mut P as combine::parser::Parser<Input>>::parse_first::h5d52ea40822b1aee
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:1052:22
[INFO] [stdout]   65:     0x64c6bee0f18c - combine::parser::Parser::parse_mode_impl::h3cfb73f4576609ba
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:294:18
[INFO] [stdout]   66:     0x64c6bee0f18c - <combine::parser::FirstMode as combine::parser::ParseMode>::parse::h17232e9c4aee81fd
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:1170:16
[INFO] [stdout]   67:     0x64c6bee0f18c - combine::parser::Parser::parse_mode::hc19ce99e168b4082
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:277:14
[INFO] [stdout]   68:     0x64c6bee0f18c - combine::parser::sequence::<impl combine::parser::Parser<Input> for (A,B)>::parse_mode_impl::h80acc2afa6819e5a
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/sequence.rs:205:46
[INFO] [stdout]   69:     0x64c6bee091bb - <combine::parser::PartialMode as combine::parser::ParseMode>::parse::hc14e0cfb66f33287
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:1202:20
[INFO] [stdout]   70:     0x64c6bee091bb - combine::parser::Parser::parse_mode::hdba2b2cb531dcaa4
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:277:14
[INFO] [stdout]   71:     0x64c6bee091bb - <combine::parser::repeat::Chainl1<P,Op> as combine::parser::Parser<Input>>::parse_mode_impl::hd7f2bf98b8aabe03
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/repeat.rs:1020:18
[INFO] [stdout]   72:     0x64c6bee089f0 - <combine::parser::PartialMode as combine::parser::ParseMode>::parse::h094853af7b9e6ab4
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:1204:20
[INFO] [stdout]   73:     0x64c6bee089f0 - combine::parser::Parser::parse_mode::h8f05d87eb927386a
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:277:14
[INFO] [stdout]   74:     0x64c6bee089f0 - <combine::parser::repeat::Chainl1<P,Op> as combine::parser::Parser<Input>>::parse_partial::h7e878d6ae430339a
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:44:18
[INFO] [stdout]   75:     0x64c6bee089f0 - <combine::parser::repeat::Chainl1<P,Op> as combine::parser::Parser<Input>>::parse_mode_impl::h8b126c8510e8ed5b
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/repeat.rs:1011:38
[INFO] [stdout]   76:     0x64c6bee0cda6 - <combine::parser::FirstMode as combine::parser::ParseMode>::parse::hc5e73afea411e1f4
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:1170:16
[INFO] [stdout]   77:     0x64c6bee0cda6 - combine::parser::Parser::parse_mode::ha7c6aa4572eccb47
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:277:14
[INFO] [stdout]   78:     0x64c6bee0cda6 - combine::parser::sequence::<impl combine::parser::Parser<Input> for (A,B,C,D)>::parse_mode_impl::h50c5f177d9e63e94
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/sequence.rs:205:46
[INFO] [stdout]   79:     0x64c6bee0cda6 - <combine::parser::FirstMode as combine::parser::ParseMode>::parse::h5a9818a092a57580
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:1170:16
[INFO] [stdout]   80:     0x64c6bee1c48d - combine::parser::Parser::parse_mode::h765badd1124c9208
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:277:14
[INFO] [stdout]   81:     0x64c6bee1c48d - <combine::parser::combinator::Map<P,F> as combine::parser::Parser<Input>>::parse_mode_impl::h697a9eb1318e393c
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/combinator.rs:236:22
[INFO] [stdout]   82:     0x64c6bee1c48d - <combine::parser::FirstMode as combine::parser::ParseMode>::parse::hf5179f02da44848b
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:1170:16
[INFO] [stdout]   83:     0x64c6bee1c48d - combine::parser::Parser::parse_mode::h30bdb7aa1ff7f726
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:277:14
[INFO] [stdout]   84:     0x64c6bee1c48d - <combine::parser::combinator::Map<P,F> as combine::parser::Parser<Input>>::parse_first::hdf4e5c110f6215fc
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:53:18
[INFO] [stdout]   85:     0x64c6bee1c48d - combine::parser::Parser::parse_stream::h4b7c48f0bbeaa4a8
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:147:31
[INFO] [stdout]   86:     0x64c6bee1c48d - combine::parser::Parser::parse::h222d2319ecdda1bc
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/combine-4.6.7/src/parser/mod.rs:109:20
[INFO] [stdout]   87:     0x64c6bee24454 - parser::parser::tests::test_parse_definition_with_var::h5cb39685e1413d2d
[INFO] [stdout]                                at /opt/rustwide/workdir/src/parser.rs:433:37
[INFO] [stdout]   88:     0x64c6bee26149 - parser::parser::tests::test_parse_definition_with_var::{{closure}}::hc33a96526205f3e8
[INFO] [stdout]                                at /opt/rustwide/workdir/src/parser.rs:429:38
[INFO] [stdout]   89:     0x64c6bee26149 - core::ops::function::FnOnce::call_once::h76063c715d82754e
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   90:     0x64c6bee6727b - core::ops::function::FnOnce::call_once::hf84b9c3d864a6959
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   91:     0x64c6bee6727b - test::__rust_begin_short_backtrace::h5724e31441c16fcb
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/test/src/lib.rs:648:18
[INFO] [stdout]   92:     0x64c6bee664be - test::run_test_in_process::{{closure}}::hbc28c9aa91793d7d
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/test/src/lib.rs:671:74
[INFO] [stdout]   93:     0x64c6bee664be - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hc17b0e238c0f8f3e
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   94:     0x64c6bee664be - std::panicking::catch_unwind::do_call::hcdbce0d6dd6c83ce
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panicking.rs:589:40
[INFO] [stdout]   95:     0x64c6bee664be - std::panicking::catch_unwind::h9477967ceea044e8
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panicking.rs:552:19
[INFO] [stdout]   96:     0x64c6bee664be - std::panic::catch_unwind::h616a2e249da12e16
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panic.rs:359:14
[INFO] [stdout]   97:     0x64c6bee664be - test::run_test_in_process::h2758deb0f2e54430
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/test/src/lib.rs:671:27
[INFO] [stdout]   98:     0x64c6bee664be - test::run_test::{{closure}}::habe5cd2564b18aaa
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/test/src/lib.rs:592:43
[INFO] [stdout]   99:     0x64c6bee2a064 - test::run_test::{{closure}}::h9a0a6928f1a15421
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/test/src/lib.rs:622:41
[INFO] [stdout]  100:     0x64c6bee2a064 - std::sys::backtrace::__rust_begin_short_backtrace::hd68b5332434a22ca
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/sys/backtrace.rs:152:18
[INFO] [stdout]  101:     0x64c6bee2da0a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h264ddcc3098eacae
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]  102:     0x64c6bee2da0a - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h9fa39489749d6f3c
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]  103:     0x64c6bee2da0a - std::panicking::catch_unwind::do_call::hb9a1944b9f85100f
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panicking.rs:589:40
[INFO] [stdout]  104:     0x64c6bee2da0a - std::panicking::catch_unwind::h0c6f100786c0dad8
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panicking.rs:552:19
[INFO] [stdout]  105:     0x64c6bee2da0a - std::panic::catch_unwind::hf6084e2723385823
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/panic.rs:359:14
[INFO] [stdout]  106:     0x64c6bee2da0a - std::thread::Builder::spawn_unchecked_::{{closure}}::hf0af58ce658143ad
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]  107:     0x64c6bee2da0a - core::ops::function::FnOnce::call_once{{vtable.shim}}::h88a14f9b2e79f9de
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/core/src/ops/function.rs:250:5
[INFO] [stdout]  108:     0x64c6beea7847 - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::hf31256ba38644b65
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/alloc/src/boxed.rs:1971:9
[INFO] [stdout]  109:     0x64c6beea7847 - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h100ad77f3448041b
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/alloc/src/boxed.rs:1971:9
[INFO] [stdout]  110:     0x64c6beea7847 - std::sys::pal::unix::thread::Thread::new::thread_start::h1a22ded422ce395b
[INFO] [stdout]                                at /rustc/733b47ea4b1b86216f14ef56e49440c33933f230/library/std/src/sys/pal/unix/thread.rs:97:17
[INFO] [stdout]  111:     0x7889e5185aa4 - <unknown>
[INFO] [stdout]  112:     0x7889e5212a34 - clone
[INFO] [stdout]  113:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     parser::tests::test_identifier
[INFO] [stdout]     parser::tests::test_op_with_paren
[INFO] [stdout]     parser::tests::test_op_with_var
[INFO] [stdout]     parser::tests::test_parse_definition_with_call
[INFO] [stdout]     parser::tests::test_parse_definition_with_var
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 11 passed; 5 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.07s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "d85a3d49a653f2b794132f4be2562e69219b169896e5776c7a97da70cecd6d62", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d85a3d49a653f2b794132f4be2562e69219b169896e5776c7a97da70cecd6d62", kill_on_drop: false }`
[INFO] [stdout] d85a3d49a653f2b794132f4be2562e69219b169896e5776c7a97da70cecd6d62
