[INFO] cloning repository https://github.com/pagedMov/fern
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/pagedMov/fern" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FpagedMov%2Ffern", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FpagedMov%2Ffern'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 5aead4fcdcc795e618991d4e6f62f0e3a8ca46b7
[INFO] testing pagedMov/fern against 1.90.0 for beta-1.91-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FpagedMov%2Ffern" "/workspace/builds/worker-7-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/pagedMov/fern
[INFO] finished tweaking git repo https://github.com/pagedMov/fern
[INFO] tweaked toml for git repo https://github.com/pagedMov/fern written to /workspace/builds/worker-7-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/pagedMov/fern on toolchain 1.90.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/pagedMov/fern already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded once_cell v1.21.1
[INFO] [stderr]   Downloaded similar v2.7.0
[INFO] [stderr]   Downloaded clap v4.5.38
[INFO] [stderr]   Downloaded insta v1.42.2
[INFO] [stderr]   Downloaded clap_builder v4.5.38
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] ebcae7168a105178c66643d6cdc073ea51a44b2e321870a965e0fc8a396a29e9
[INFO] running `Command { std: "docker" "start" "-a" "ebcae7168a105178c66643d6cdc073ea51a44b2e321870a965e0fc8a396a29e9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "ebcae7168a105178c66643d6cdc073ea51a44b2e321870a965e0fc8a396a29e9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ebcae7168a105178c66643d6cdc073ea51a44b2e321870a965e0fc8a396a29e9", kill_on_drop: false }`
[INFO] [stdout] ebcae7168a105178c66643d6cdc073ea51a44b2e321870a965e0fc8a396a29e9
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 531222cd94ee92e30cb9211a15051392e536324261085af8ec969d98e18ca9d0
[INFO] running `Command { std: "docker" "start" "-a" "531222cd94ee92e30cb9211a15051392e536324261085af8ec969d98e18ca9d0", kill_on_drop: false }`
[INFO] [stderr]    Compiling unicode-ident v1.0.17
[INFO] [stderr]    Compiling clap_lex v0.7.4
[INFO] [stderr]    Compiling regex-syntax v0.8.5
[INFO] [stderr]    Compiling bitflags v2.8.0
[INFO] [stderr]    Compiling unicode-width v0.2.0
[INFO] [stderr]    Compiling nix v0.29.0
[INFO] [stderr]    Compiling aho-corasick v1.1.3
[INFO] [stderr]    Compiling unicode-segmentation v1.12.0
[INFO] [stderr]    Compiling glob v0.3.2
[INFO] [stderr]    Compiling libc v0.2.169
[INFO] [stderr]    Compiling proc-macro2 v1.0.93
[INFO] [stderr]    Compiling clap_builder v4.5.38
[INFO] [stderr]    Compiling quote v1.0.38
[INFO] [stderr]    Compiling syn v2.0.98
[INFO] [stderr]    Compiling regex-automata v0.4.9
[INFO] [stderr]    Compiling clap_derive v4.5.32
[INFO] [stderr]    Compiling clap v4.5.38
[INFO] [stderr]    Compiling regex v1.11.1
[INFO] [stderr]    Compiling fern v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unnecessary braces around `return` value
[INFO] [stdout]    --> src/parse/execute.rs:269:23
[INFO] [stdout]     |
[INFO] [stdout] 269 |           _ => return { Err(e) },
[INFO] [stdout]     |                       ^^      ^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_braces)]` on by default
[INFO] [stdout] help: remove these braces
[INFO] [stdout]     |
[INFO] [stdout] 269 -           _ => return { Err(e) },
[INFO] [stdout] 269 +           _ => return Err(e),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `SearchConstraint` and `SearchKind`
[INFO] [stdout]  --> src/prompt/readline/mod.rs:1:24
[INFO] [stdout]   |
[INFO] [stdout] 1 | use history::{History, SearchConstraint, SearchKind};
[INFO] [stdout]   |                        ^^^^^^^^^^^^^^^^  ^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `iter::Peekable` and `str::Chars`
[INFO] [stdout]  --> src/prompt/readline/term.rs:5:3
[INFO] [stdout]   |
[INFO] [stdout] 5 |   iter::Peekable,
[INFO] [stdout]   |   ^^^^^^^^^^^^^^
[INFO] [stdout] 6 |   os::fd::{AsFd, BorrowedFd, RawFd},
[INFO] [stdout] 7 |   str::Chars,
[INFO] [stdout]   |   ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `super::linebuf::CharClass`
[INFO] [stdout]  --> src/prompt/readline/vimode.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 | use super::linebuf::CharClass;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::path::Path`
[INFO] [stdout]  --> src/prompt/mod.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use std::path::Path;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `state::read_shopts`
[INFO] [stdout]   --> src/prompt/mod.rs:10:3
[INFO] [stdout]    |
[INFO] [stdout] 10 |   state::read_shopts,
[INFO] [stdout]    |   ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `nix::NixPath`
[INFO] [stdout]  --> src/prompt/readline/vimode.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use nix::NixPath;
[INFO] [stdout]   |     ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/parse/lex.rs:320:9
[INFO] [stdout]     |
[INFO] [stdout] 320 |     let mut can_be_subshell = chars.peek() == Some(&'(');
[INFO] [stdout]     |         ----^^^^^^^^^^^^^^^
[INFO] [stdout]     |         |
[INFO] [stdout]     |         help: remove this `mut`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_mut)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `prefix`
[INFO] [stdout]    --> src/prompt/readline/history.rs:318:11
[INFO] [stdout]     |
[INFO] [stdout] 318 |       let prefix = self.cursor_entry()?.command();
[INFO] [stdout]     |           ^^^^^^ help: if this is intentional, prefix it with an underscore: `_prefix`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `bound`
[INFO] [stdout]    --> src/prompt/readline/linebuf.rs:863:20
[INFO] [stdout]     |
[INFO] [stdout] 863 |       TextObj::Tag(bound) => todo!(),
[INFO] [stdout]     |                    ^^^^^ help: if this is intentional, prefix it with an underscore: `_bound`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `count`
[INFO] [stdout]    --> src/prompt/readline/linebuf.rs:965:40
[INFO] [stdout]     |
[INFO] [stdout] 965 |   pub fn text_obj_paragraph(&mut self, count: usize, bound: Bound) -> Option<(usize, usize)> {
[INFO] [stdout]     |                                        ^^^^^ help: if this is intentional, prefix it with an underscore: `_count`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `bound`
[INFO] [stdout]    --> src/prompt/readline/linebuf.rs:965:54
[INFO] [stdout]     |
[INFO] [stdout] 965 |   pub fn text_obj_paragraph(&mut self, count: usize, bound: Bound) -> Option<(usize, usize)> {
[INFO] [stdout]     |                                                      ^^^^^ help: if this is intentional, prefix it with an underscore: `_bound`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `count`
[INFO] [stdout]    --> src/prompt/readline/linebuf.rs:970:5
[INFO] [stdout]     |
[INFO] [stdout] 970 |     count: usize,
[INFO] [stdout]     |     ^^^^^ help: if this is intentional, prefix it with an underscore: `_count`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `count`
[INFO] [stdout]     --> src/prompt/readline/linebuf.rs:1088:5
[INFO] [stdout]      |
[INFO] [stdout] 1088 |     count: usize,
[INFO] [stdout]      |     ^^^^^ help: if this is intentional, prefix it with an underscore: `_count`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `count`
[INFO] [stdout]     --> src/prompt/readline/linebuf.rs:2054:17
[INFO] [stdout]      |
[INFO] [stdout] 2054 |       MotionCmd(count, Motion::ScreenLineUp) => todo!(),
[INFO] [stdout]      |                 ^^^^^ help: if this is intentional, prefix it with an underscore: `_count`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `count`
[INFO] [stdout]     --> src/prompt/readline/linebuf.rs:2055:17
[INFO] [stdout]      |
[INFO] [stdout] 2055 |       MotionCmd(count, Motion::ScreenLineUpCharwise) => todo!(),
[INFO] [stdout]      |                 ^^^^^ help: if this is intentional, prefix it with an underscore: `_count`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `count`
[INFO] [stdout]     --> src/prompt/readline/linebuf.rs:2056:17
[INFO] [stdout]      |
[INFO] [stdout] 2056 |       MotionCmd(count, Motion::ScreenLineDown) => todo!(),
[INFO] [stdout]      |                 ^^^^^ help: if this is intentional, prefix it with an underscore: `_count`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `count`
[INFO] [stdout]     --> src/prompt/readline/linebuf.rs:2057:17
[INFO] [stdout]      |
[INFO] [stdout] 2057 |       MotionCmd(count, Motion::ScreenLineDownCharwise) => todo!(),
[INFO] [stdout]      |                 ^^^^^ help: if this is intentional, prefix it with an underscore: `_count`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `count`
[INFO] [stdout]     --> src/prompt/readline/linebuf.rs:2058:17
[INFO] [stdout]      |
[INFO] [stdout] 2058 |       MotionCmd(count, Motion::BeginningOfScreenLine) => todo!(),
[INFO] [stdout]      |                 ^^^^^ help: if this is intentional, prefix it with an underscore: `_count`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `count`
[INFO] [stdout]     --> src/prompt/readline/linebuf.rs:2059:17
[INFO] [stdout]      |
[INFO] [stdout] 2059 |       MotionCmd(count, Motion::FirstGraphicalOnScreenLine) => todo!(),
[INFO] [stdout]      |                 ^^^^^ help: if this is intentional, prefix it with an underscore: `_count`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `count`
[INFO] [stdout]     --> src/prompt/readline/linebuf.rs:2060:17
[INFO] [stdout]      |
[INFO] [stdout] 2060 |       MotionCmd(count, Motion::HalfOfScreen) => todo!(),
[INFO] [stdout]      |                 ^^^^^ help: if this is intentional, prefix it with an underscore: `_count`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `count`
[INFO] [stdout]     --> src/prompt/readline/linebuf.rs:2061:17
[INFO] [stdout]      |
[INFO] [stdout] 2061 |       MotionCmd(count, Motion::HalfOfScreenLineText) => todo!(),
[INFO] [stdout]      |                 ^^^^^ help: if this is intentional, prefix it with an underscore: `_count`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `count`
[INFO] [stdout]     --> src/prompt/readline/linebuf.rs:2083:17
[INFO] [stdout]      |
[INFO] [stdout] 2083 |       MotionCmd(count, Motion::RepeatMotion) => todo!(),
[INFO] [stdout]      |                 ^^^^^ help: if this is intentional, prefix it with an underscore: `_count`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `count`
[INFO] [stdout]     --> src/prompt/readline/linebuf.rs:2084:17
[INFO] [stdout]      |
[INFO] [stdout] 2084 |       MotionCmd(count, Motion::RepeatMotionRev) => todo!(),
[INFO] [stdout]      |                 ^^^^^ help: if this is intentional, prefix it with an underscore: `_count`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `count`
[INFO] [stdout]     --> src/prompt/readline/linebuf.rs:2085:17
[INFO] [stdout]      |
[INFO] [stdout] 2085 |       MotionCmd(count, Motion::Null) => MotionKind::Null,
[INFO] [stdout]      |                 ^^^^^ help: if this is intentional, prefix it with an underscore: `_count`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `anchor`
[INFO] [stdout]     --> src/prompt/readline/linebuf.rs:2152:26
[INFO] [stdout]      |
[INFO] [stdout] 2152 |         SelectMode::Line(anchor) => todo!(),
[INFO] [stdout]      |                          ^^^^^^ help: if this is intentional, prefix it with an underscore: `_anchor`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `anchor`
[INFO] [stdout]     --> src/prompt/readline/linebuf.rs:2153:27
[INFO] [stdout]      |
[INFO] [stdout] 2153 |         SelectMode::Block(anchor) => todo!(),
[INFO] [stdout]      |                           ^^^^^^ help: if this is intentional, prefix it with an underscore: `_anchor`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `search_direction` is never read
[INFO] [stdout]    --> src/prompt/readline/history.rs:202:3
[INFO] [stdout]     |
[INFO] [stdout] 197 | pub struct History {
[INFO] [stdout]     |            ------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 202 |   search_direction: Direction,
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `w_calc` and `tab_stop` are never read
[INFO] [stdout]    --> src/prompt/readline/term.rs:543:3
[INFO] [stdout]     |
[INFO] [stdout] 539 | pub struct TermWriter {
[INFO] [stdout]     |            ---------- fields in this struct
[INFO] [stdout] ...
[INFO] [stdout] 543 |   w_calc: Box<dyn WidthCalculator>,
[INFO] [stdout]     |   ^^^^^^
[INFO] [stdout] 544 |   tab_stop: u16,
[INFO] [stdout]     |   ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.42s
[INFO] running `Command { std: "docker" "inspect" "531222cd94ee92e30cb9211a15051392e536324261085af8ec969d98e18ca9d0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "531222cd94ee92e30cb9211a15051392e536324261085af8ec969d98e18ca9d0", kill_on_drop: false }`
[INFO] [stdout] 531222cd94ee92e30cb9211a15051392e536324261085af8ec969d98e18ca9d0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 25db0fe3c56f2e3dc8c15058e114b91edf233b85bbf57d2890596c0bb14b318d
[INFO] running `Command { std: "docker" "start" "-a" "25db0fe3c56f2e3dc8c15058e114b91edf233b85bbf57d2890596c0bb14b318d", kill_on_drop: false }`
[INFO] [stderr]    Compiling once_cell v1.21.1
[INFO] [stderr]    Compiling yansi v1.0.1
[INFO] [stderr]    Compiling diff v0.1.13
[INFO] [stderr]    Compiling similar v2.7.0
[INFO] [stderr]    Compiling syn v2.0.98
[INFO] [stderr]    Compiling pretty_assertions v1.4.1
[INFO] [stderr]    Compiling console v0.15.11
[INFO] [stderr]    Compiling pin-project-internal v1.1.10
[INFO] [stderr]    Compiling clap_derive v4.5.32
[INFO] [stderr]    Compiling pin-project v1.1.10
[INFO] [stderr]    Compiling insta v1.42.2
[INFO] [stderr]    Compiling clap v4.5.38
[INFO] [stderr]    Compiling fern v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unnecessary braces around `return` value
[INFO] [stdout]    --> src/parse/execute.rs:269:23
[INFO] [stdout]     |
[INFO] [stdout] 269 |           _ => return { Err(e) },
[INFO] [stdout]     |                       ^^      ^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_braces)]` on by default
[INFO] [stdout] help: remove these braces
[INFO] [stdout]     |
[INFO] [stdout] 269 -           _ => return { Err(e) },
[INFO] [stdout] 269 +           _ => return Err(e),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `SearchConstraint` and `SearchKind`
[INFO] [stdout]  --> src/prompt/readline/mod.rs:1:24
[INFO] [stdout]   |
[INFO] [stdout] 1 | use history::{History, SearchConstraint, SearchKind};
[INFO] [stdout]   |                        ^^^^^^^^^^^^^^^^  ^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `iter::Peekable` and `str::Chars`
[INFO] [stdout]  --> src/prompt/readline/term.rs:5:3
[INFO] [stdout]   |
[INFO] [stdout] 5 |   iter::Peekable,
[INFO] [stdout]   |   ^^^^^^^^^^^^^^
[INFO] [stdout] 6 |   os::fd::{AsFd, BorrowedFd, RawFd},
[INFO] [stdout] 7 |   str::Chars,
[INFO] [stdout]   |   ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `super::linebuf::CharClass`
[INFO] [stdout]  --> src/prompt/readline/vimode.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 | use super::linebuf::CharClass;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::path::Path`
[INFO] [stdout]  --> src/prompt/mod.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use std::path::Path;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `state::read_shopts`
[INFO] [stdout]   --> src/prompt/mod.rs:10:3
[INFO] [stdout]    |
[INFO] [stdout] 10 |   state::read_shopts,
[INFO] [stdout]    |   ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `nix::NixPath`
[INFO] [stdout]  --> src/prompt/readline/vimode.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use nix::NixPath;
[INFO] [stdout]   |     ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/parse/lex.rs:320:9
[INFO] [stdout]     |
[INFO] [stdout] 320 |     let mut can_be_subshell = chars.peek() == Some(&'(');
[INFO] [stdout]     |         ----^^^^^^^^^^^^^^^
[INFO] [stdout]     |         |
[INFO] [stdout]     |         help: remove this `mut`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_mut)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `prefix`
[INFO] [stdout]    --> src/prompt/readline/history.rs:318:11
[INFO] [stdout]     |
[INFO] [stdout] 318 |       let prefix = self.cursor_entry()?.command();
[INFO] [stdout]     |           ^^^^^^ help: if this is intentional, prefix it with an underscore: `_prefix`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `bound`
[INFO] [stdout]    --> src/prompt/readline/linebuf.rs:863:20
[INFO] [stdout]     |
[INFO] [stdout] 863 |       TextObj::Tag(bound) => todo!(),
[INFO] [stdout]     |                    ^^^^^ help: if this is intentional, prefix it with an underscore: `_bound`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `count`
[INFO] [stdout]    --> src/prompt/readline/linebuf.rs:965:40
[INFO] [stdout]     |
[INFO] [stdout] 965 |   pub fn text_obj_paragraph(&mut self, count: usize, bound: Bound) -> Option<(usize, usize)> {
[INFO] [stdout]     |                                        ^^^^^ help: if this is intentional, prefix it with an underscore: `_count`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `bound`
[INFO] [stdout]    --> src/prompt/readline/linebuf.rs:965:54
[INFO] [stdout]     |
[INFO] [stdout] 965 |   pub fn text_obj_paragraph(&mut self, count: usize, bound: Bound) -> Option<(usize, usize)> {
[INFO] [stdout]     |                                                      ^^^^^ help: if this is intentional, prefix it with an underscore: `_bound`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `count`
[INFO] [stdout]    --> src/prompt/readline/linebuf.rs:970:5
[INFO] [stdout]     |
[INFO] [stdout] 970 |     count: usize,
[INFO] [stdout]     |     ^^^^^ help: if this is intentional, prefix it with an underscore: `_count`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `count`
[INFO] [stdout]     --> src/prompt/readline/linebuf.rs:1088:5
[INFO] [stdout]      |
[INFO] [stdout] 1088 |     count: usize,
[INFO] [stdout]      |     ^^^^^ help: if this is intentional, prefix it with an underscore: `_count`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `count`
[INFO] [stdout]     --> src/prompt/readline/linebuf.rs:2054:17
[INFO] [stdout]      |
[INFO] [stdout] 2054 |       MotionCmd(count, Motion::ScreenLineUp) => todo!(),
[INFO] [stdout]      |                 ^^^^^ help: if this is intentional, prefix it with an underscore: `_count`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `count`
[INFO] [stdout]     --> src/prompt/readline/linebuf.rs:2055:17
[INFO] [stdout]      |
[INFO] [stdout] 2055 |       MotionCmd(count, Motion::ScreenLineUpCharwise) => todo!(),
[INFO] [stdout]      |                 ^^^^^ help: if this is intentional, prefix it with an underscore: `_count`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `count`
[INFO] [stdout]     --> src/prompt/readline/linebuf.rs:2056:17
[INFO] [stdout]      |
[INFO] [stdout] 2056 |       MotionCmd(count, Motion::ScreenLineDown) => todo!(),
[INFO] [stdout]      |                 ^^^^^ help: if this is intentional, prefix it with an underscore: `_count`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `count`
[INFO] [stdout]     --> src/prompt/readline/linebuf.rs:2057:17
[INFO] [stdout]      |
[INFO] [stdout] 2057 |       MotionCmd(count, Motion::ScreenLineDownCharwise) => todo!(),
[INFO] [stdout]      |                 ^^^^^ help: if this is intentional, prefix it with an underscore: `_count`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `count`
[INFO] [stdout]     --> src/prompt/readline/linebuf.rs:2058:17
[INFO] [stdout]      |
[INFO] [stdout] 2058 |       MotionCmd(count, Motion::BeginningOfScreenLine) => todo!(),
[INFO] [stdout]      |                 ^^^^^ help: if this is intentional, prefix it with an underscore: `_count`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `count`
[INFO] [stdout]     --> src/prompt/readline/linebuf.rs:2059:17
[INFO] [stdout]      |
[INFO] [stdout] 2059 |       MotionCmd(count, Motion::FirstGraphicalOnScreenLine) => todo!(),
[INFO] [stdout]      |                 ^^^^^ help: if this is intentional, prefix it with an underscore: `_count`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `count`
[INFO] [stdout]     --> src/prompt/readline/linebuf.rs:2060:17
[INFO] [stdout]      |
[INFO] [stdout] 2060 |       MotionCmd(count, Motion::HalfOfScreen) => todo!(),
[INFO] [stdout]      |                 ^^^^^ help: if this is intentional, prefix it with an underscore: `_count`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `count`
[INFO] [stdout]     --> src/prompt/readline/linebuf.rs:2061:17
[INFO] [stdout]      |
[INFO] [stdout] 2061 |       MotionCmd(count, Motion::HalfOfScreenLineText) => todo!(),
[INFO] [stdout]      |                 ^^^^^ help: if this is intentional, prefix it with an underscore: `_count`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `count`
[INFO] [stdout]     --> src/prompt/readline/linebuf.rs:2083:17
[INFO] [stdout]      |
[INFO] [stdout] 2083 |       MotionCmd(count, Motion::RepeatMotion) => todo!(),
[INFO] [stdout]      |                 ^^^^^ help: if this is intentional, prefix it with an underscore: `_count`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `count`
[INFO] [stdout]     --> src/prompt/readline/linebuf.rs:2084:17
[INFO] [stdout]      |
[INFO] [stdout] 2084 |       MotionCmd(count, Motion::RepeatMotionRev) => todo!(),
[INFO] [stdout]      |                 ^^^^^ help: if this is intentional, prefix it with an underscore: `_count`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `count`
[INFO] [stdout]     --> src/prompt/readline/linebuf.rs:2085:17
[INFO] [stdout]      |
[INFO] [stdout] 2085 |       MotionCmd(count, Motion::Null) => MotionKind::Null,
[INFO] [stdout]      |                 ^^^^^ help: if this is intentional, prefix it with an underscore: `_count`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `anchor`
[INFO] [stdout]     --> src/prompt/readline/linebuf.rs:2152:26
[INFO] [stdout]      |
[INFO] [stdout] 2152 |         SelectMode::Line(anchor) => todo!(),
[INFO] [stdout]      |                          ^^^^^^ help: if this is intentional, prefix it with an underscore: `_anchor`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `anchor`
[INFO] [stdout]     --> src/prompt/readline/linebuf.rs:2153:27
[INFO] [stdout]      |
[INFO] [stdout] 2153 |         SelectMode::Block(anchor) => todo!(),
[INFO] [stdout]      |                           ^^^^^^ help: if this is intentional, prefix it with an underscore: `_anchor`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `search_direction` is never read
[INFO] [stdout]    --> src/prompt/readline/history.rs:202:3
[INFO] [stdout]     |
[INFO] [stdout] 197 | pub struct History {
[INFO] [stdout]     |            ------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 202 |   search_direction: Direction,
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `w_calc` and `tab_stop` are never read
[INFO] [stdout]    --> src/prompt/readline/term.rs:543:3
[INFO] [stdout]     |
[INFO] [stdout] 539 | pub struct TermWriter {
[INFO] [stdout]     |            ---------- fields in this struct
[INFO] [stdout] ...
[INFO] [stdout] 543 |   w_calc: Box<dyn WidthCalculator>,
[INFO] [stdout]     |   ^^^^^^
[INFO] [stdout] 544 |   tab_stop: u16,
[INFO] [stdout]     |   ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 15.55s
[INFO] running `Command { std: "docker" "inspect" "25db0fe3c56f2e3dc8c15058e114b91edf233b85bbf57d2890596c0bb14b318d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "25db0fe3c56f2e3dc8c15058e114b91edf233b85bbf57d2890596c0bb14b318d", kill_on_drop: false }`
[INFO] [stdout] 25db0fe3c56f2e3dc8c15058e114b91edf233b85bbf57d2890596c0bb14b318d
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 04923118a0b2205013c6ef789d9b2379aeafa0cf31eea58510a744ea7710bf1b
[INFO] running `Command { std: "docker" "start" "-a" "04923118a0b2205013c6ef789d9b2379aeafa0cf31eea58510a744ea7710bf1b", kill_on_drop: false }`
[INFO] [stderr] warning: unnecessary braces around `return` value
[INFO] [stderr]    --> src/parse/execute.rs:269:23
[INFO] [stderr]     |
[INFO] [stderr] 269 |           _ => return { Err(e) },
[INFO] [stderr]     |                       ^^      ^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(unused_braces)]` on by default
[INFO] [stderr] help: remove these braces
[INFO] [stderr]     |
[INFO] [stderr] 269 -           _ => return { Err(e) },
[INFO] [stderr] 269 +           _ => return Err(e),
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: unused imports: `SearchConstraint` and `SearchKind`
[INFO] [stderr]  --> src/prompt/readline/mod.rs:1:24
[INFO] [stderr]   |
[INFO] [stderr] 1 | use history::{History, SearchConstraint, SearchKind};
[INFO] [stderr]   |                        ^^^^^^^^^^^^^^^^  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused imports: `iter::Peekable` and `str::Chars`
[INFO] [stderr]  --> src/prompt/readline/term.rs:5:3
[INFO] [stderr]   |
[INFO] [stderr] 5 |   iter::Peekable,
[INFO] [stderr]   |   ^^^^^^^^^^^^^^
[INFO] [stderr] 6 |   os::fd::{AsFd, BorrowedFd, RawFd},
[INFO] [stderr] 7 |   str::Chars,
[INFO] [stderr]   |   ^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `super::linebuf::CharClass`
[INFO] [stderr]  --> src/prompt/readline/vimode.rs:8:5
[INFO] [stderr]   |
[INFO] [stderr] 8 | use super::linebuf::CharClass;
[INFO] [stderr]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `std::path::Path`
[INFO] [stderr]  --> src/prompt/mod.rs:4:5
[INFO] [stderr]   |
[INFO] [stderr] 4 | use std::path::Path;
[INFO] [stderr]   |     ^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `state::read_shopts`
[INFO] [stderr]   --> src/prompt/mod.rs:10:3
[INFO] [stderr]    |
[INFO] [stderr] 10 |   state::read_shopts,
[INFO] [stderr]    |   ^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `nix::NixPath`
[INFO] [stderr]  --> src/prompt/readline/vimode.rs:4:5
[INFO] [stderr]   |
[INFO] [stderr] 4 | use nix::NixPath;
[INFO] [stderr]   |     ^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: variable does not need to be mutable
[INFO] [stderr]    --> src/parse/lex.rs:320:9
[INFO] [stderr]     |
[INFO] [stderr] 320 |     let mut can_be_subshell = chars.peek() == Some(&'(');
[INFO] [stderr]     |         ----^^^^^^^^^^^^^^^
[INFO] [stderr]     |         |
[INFO] [stderr]     |         help: remove this `mut`
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(unused_mut)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `prefix`
[INFO] [stderr]    --> src/prompt/readline/history.rs:318:11
[INFO] [stderr]     |
[INFO] [stderr] 318 |       let prefix = self.cursor_entry()?.command();
[INFO] [stderr]     |           ^^^^^^ help: if this is intentional, prefix it with an underscore: `_prefix`
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(unused_variables)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `bound`
[INFO] [stderr]    --> src/prompt/readline/linebuf.rs:863:20
[INFO] [stderr]     |
[INFO] [stderr] 863 |       TextObj::Tag(bound) => todo!(),
[INFO] [stderr]     |                    ^^^^^ help: if this is intentional, prefix it with an underscore: `_bound`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `count`
[INFO] [stderr]    --> src/prompt/readline/linebuf.rs:965:40
[INFO] [stderr]     |
[INFO] [stderr] 965 |   pub fn text_obj_paragraph(&mut self, count: usize, bound: Bound) -> Option<(usize, usize)> {
[INFO] [stderr]     |                                        ^^^^^ help: if this is intentional, prefix it with an underscore: `_count`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `bound`
[INFO] [stderr]    --> src/prompt/readline/linebuf.rs:965:54
[INFO] [stderr]     |
[INFO] [stderr] 965 |   pub fn text_obj_paragraph(&mut self, count: usize, bound: Bound) -> Option<(usize, usize)> {
[INFO] [stderr]     |                                                      ^^^^^ help: if this is intentional, prefix it with an underscore: `_bound`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `count`
[INFO] [stderr]    --> src/prompt/readline/linebuf.rs:970:5
[INFO] [stderr]     |
[INFO] [stderr] 970 |     count: usize,
[INFO] [stderr]     |     ^^^^^ help: if this is intentional, prefix it with an underscore: `_count`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `count`
[INFO] [stderr]     --> src/prompt/readline/linebuf.rs:1088:5
[INFO] [stderr]      |
[INFO] [stderr] 1088 |     count: usize,
[INFO] [stderr]      |     ^^^^^ help: if this is intentional, prefix it with an underscore: `_count`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `count`
[INFO] [stderr]     --> src/prompt/readline/linebuf.rs:2054:17
[INFO] [stderr]      |
[INFO] [stderr] 2054 |       MotionCmd(count, Motion::ScreenLineUp) => todo!(),
[INFO] [stderr]      |                 ^^^^^ help: if this is intentional, prefix it with an underscore: `_count`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `count`
[INFO] [stderr]     --> src/prompt/readline/linebuf.rs:2055:17
[INFO] [stderr]      |
[INFO] [stderr] 2055 |       MotionCmd(count, Motion::ScreenLineUpCharwise) => todo!(),
[INFO] [stderr]      |                 ^^^^^ help: if this is intentional, prefix it with an underscore: `_count`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `count`
[INFO] [stderr]     --> src/prompt/readline/linebuf.rs:2056:17
[INFO] [stderr]      |
[INFO] [stderr] 2056 |       MotionCmd(count, Motion::ScreenLineDown) => todo!(),
[INFO] [stderr]      |                 ^^^^^ help: if this is intentional, prefix it with an underscore: `_count`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `count`
[INFO] [stderr]     --> src/prompt/readline/linebuf.rs:2057:17
[INFO] [stderr]      |
[INFO] [stderr] 2057 |       MotionCmd(count, Motion::ScreenLineDownCharwise) => todo!(),
[INFO] [stderr]      |                 ^^^^^ help: if this is intentional, prefix it with an underscore: `_count`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `count`
[INFO] [stderr]     --> src/prompt/readline/linebuf.rs:2058:17
[INFO] [stderr]      |
[INFO] [stderr] 2058 |       MotionCmd(count, Motion::BeginningOfScreenLine) => todo!(),
[INFO] [stderr]      |                 ^^^^^ help: if this is intentional, prefix it with an underscore: `_count`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `count`
[INFO] [stderr]     --> src/prompt/readline/linebuf.rs:2059:17
[INFO] [stderr]      |
[INFO] [stderr] 2059 |       MotionCmd(count, Motion::FirstGraphicalOnScreenLine) => todo!(),
[INFO] [stderr]      |                 ^^^^^ help: if this is intentional, prefix it with an underscore: `_count`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `count`
[INFO] [stderr]     --> src/prompt/readline/linebuf.rs:2060:17
[INFO] [stderr]      |
[INFO] [stderr] 2060 |       MotionCmd(count, Motion::HalfOfScreen) => todo!(),
[INFO] [stderr]      |                 ^^^^^ help: if this is intentional, prefix it with an underscore: `_count`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `count`
[INFO] [stderr]     --> src/prompt/readline/linebuf.rs:2061:17
[INFO] [stderr]      |
[INFO] [stderr] 2061 |       MotionCmd(count, Motion::HalfOfScreenLineText) => todo!(),
[INFO] [stderr]      |                 ^^^^^ help: if this is intentional, prefix it with an underscore: `_count`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `count`
[INFO] [stderr]     --> src/prompt/readline/linebuf.rs:2083:17
[INFO] [stderr]      |
[INFO] [stderr] 2083 |       MotionCmd(count, Motion::RepeatMotion) => todo!(),
[INFO] [stderr]      |                 ^^^^^ help: if this is intentional, prefix it with an underscore: `_count`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `count`
[INFO] [stderr]     --> src/prompt/readline/linebuf.rs:2084:17
[INFO] [stderr]      |
[INFO] [stderr] 2084 |       MotionCmd(count, Motion::RepeatMotionRev) => todo!(),
[INFO] [stderr]      |                 ^^^^^ help: if this is intentional, prefix it with an underscore: `_count`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `count`
[INFO] [stderr]     --> src/prompt/readline/linebuf.rs:2085:17
[INFO] [stderr]      |
[INFO] [stderr] 2085 |       MotionCmd(count, Motion::Null) => MotionKind::Null,
[INFO] [stderr]      |                 ^^^^^ help: if this is intentional, prefix it with an underscore: `_count`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `anchor`
[INFO] [stderr]     --> src/prompt/readline/linebuf.rs:2152:26
[INFO] [stderr]      |
[INFO] [stderr] 2152 |         SelectMode::Line(anchor) => todo!(),
[INFO] [stderr]      |                          ^^^^^^ help: if this is intentional, prefix it with an underscore: `_anchor`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `anchor`
[INFO] [stderr]     --> src/prompt/readline/linebuf.rs:2153:27
[INFO] [stderr]      |
[INFO] [stderr] 2153 |         SelectMode::Block(anchor) => todo!(),
[INFO] [stderr]      |                           ^^^^^^ help: if this is intentional, prefix it with an underscore: `_anchor`
[INFO] [stderr] 
[INFO] [stderr] warning: field `search_direction` is never read
[INFO] [stderr]    --> src/prompt/readline/history.rs:202:3
[INFO] [stderr]     |
[INFO] [stderr] 197 | pub struct History {
[INFO] [stderr]     |            ------- field in this struct
[INFO] [stderr] ...
[INFO] [stderr] 202 |   search_direction: Direction,
[INFO] [stderr]     |   ^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(dead_code)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: fields `w_calc` and `tab_stop` are never read
[INFO] [stderr]    --> src/prompt/readline/term.rs:543:3
[INFO] [stderr]     |
[INFO] [stderr] 539 | pub struct TermWriter {
[INFO] [stderr]     |            ---------- fields in this struct
[INFO] [stderr] ...
[INFO] [stderr] 543 |   w_calc: Box<dyn WidthCalculator>,
[INFO] [stderr]     |   ^^^^^^
[INFO] [stderr] 544 |   tab_stop: u16,
[INFO] [stderr]     |   ^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: `fern` (bin "fern" test) generated 29 warnings (run `cargo fix --bin "fern" --tests` to apply 7 suggestions)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.10s
[INFO] [stderr]      Running unittests src/fern.rs (/opt/rustwide/target/debug/deps/fern-9b1d3117428a5f28)
[INFO] [stdout] 
[INFO] [stdout] running 109 tests
[INFO] [stdout] test tests::expand::expand_alias_multiline ... ok
[INFO] [stdout] test tests::expand::expand_alias_in_if ... ok
[INFO] [stdout] test tests::expand::expand_alias_simple ... ok
[INFO] [stdout] test tests::expand::expand_recursive_alias ... ok
[INFO] [stdout] test tests::expand::expand_multiple_aliases ... ok
[INFO] [stdout] test tests::expand::alias_in_arg_position ... ok
[INFO] [stdout] test tests::expand::param_expansion_altnotnull ... ok
[INFO] [stdout] test tests::expand::param_expansion_defaultunset ... ok
[INFO] [stdout] test tests::expand::param_expansion_defaultunsetornull ... ok
[INFO] [stdout] test tests::expand::param_expansion_altsetnotnull ... ok
[INFO] [stdout] test tests::expand::param_expansion_remlongestsuffix ... ok
[INFO] [stdout] test tests::expand::param_expansion_remlongestprefix ... ok
[INFO] [stdout] test tests::expand::param_expansion_remshortestprefix ... ok
[INFO] [stdout] test tests::expand::param_expansion_replaceallmatches ... ok
[INFO] [stdout] test tests::expand::param_expansion_replacefirstmatch ... ok
[INFO] [stdout] test tests::expand::param_expansion_remshortestsuffix ... ok
[INFO] [stdout] test tests::expand::param_expansion_replaceprefix ... ok
[INFO] [stdout] test tests::expand::param_expansion_replacesuffix ... ok
[INFO] [stdout] test tests::expand::param_expansion_setdefaultunsetornull ... ok
[INFO] [stdout] test tests::expand::param_expansion_substr ... ok
[INFO] [stdout] test tests::expand::param_expansion_substrlen ... ok
[INFO] [stdout] test tests::expand::param_expansion_setdefaultunset ... ok
[INFO] [stdout] test tests::expand::test_infinite_recursive_alias ... ok
[INFO] [stdout] test tests::expand::param_expansion_len ... FAILED
[INFO] [stdout] test tests::expand::simple_expansion ... FAILED
[INFO] [stdout] test tests::getopt::getopt_from_argv ... FAILED
[INFO] [stdout] test tests::error::case_no_esac ... FAILED
[INFO] [stdout] test tests::expand::unescape_string ... FAILED
[INFO] [stdout] test tests::error::error_with_notes_and_sub_notes ... FAILED
[INFO] [stdout] test tests::error::error_with_notes ... FAILED
[INFO] [stdout] test tests::error::loop_no_do ... FAILED
[INFO] [stdout] test tests::error::unclosed_brc_grp ... FAILED
[INFO] [stdout] test tests::error::unclosed_subsh ... FAILED
[INFO] [stdout] test tests::error::loop_no_done ... FAILED
[INFO] [stdout] test tests::error::if_no_then ... FAILED
[INFO] [stdout] test tests::error::unclosed_dquote ... FAILED
[INFO] [stdout] test tests::error::cmd_not_found ... FAILED
[INFO] [stdout] test tests::error::unclosed_squote ... FAILED
[INFO] [stdout] test tests::error::case_no_in ... FAILED
[INFO] [stdout] test tests::error::if_no_fi ... FAILED
[INFO] [stdout] test tests::getopt::getopt_multiple_short ... FAILED
[INFO] [stdout] test tests::getopt::getopt_simple ... FAILED
[INFO] [stdout] test tests::lexer::lex_multiline ... FAILED
[INFO] [stdout] test tests::lexer::lex_quote_str ... FAILED
[INFO] [stdout] test tests::lexer::lex_redir ... FAILED
[INFO] [stdout] test tests::parser::parse_case_nested ... FAILED
[INFO] [stdout] test tests::lexer::lex_with_keywords ... FAILED
[INFO] [stdout] test tests::lexer::lex_case ... FAILED
[INFO] [stdout] test tests::parser::parse_conjunction ... FAILED
[INFO] [stdout] test tests::parser::parse_case_multiline ... FAILED
[INFO] [stdout] test tests::lexer::lex_redir_fds ... FAILED
[INFO] [stdout] test tests::readline::editor_delete_5_words ... ok
[INFO] [stdout] test tests::readline::editor_delete_backwards ... ok
[INFO] [stdout] test tests::readline::editor_delete_end_includes_last ... ok
[INFO] [stdout] test tests::readline::editor_delete_end_unicode_word ... ok
[INFO] [stdout] test tests::readline::editor_delete_line_up ... ok
[INFO] [stdout] test tests::readline::editor_delete_word ... ok
[INFO] [stdout] test tests::readline::editor_delete_word_on_whitespace ... ok
[INFO] [stdout] test tests::lexer::lex_simple ... FAILED
[INFO] [stdout] test tests::readline::editor_insert_mode_not_clamped ... ok
[INFO] [stdout] test tests::readline::editor_inplace_edit_cursor_position ... ok
[INFO] [stdout] test tests::readline::editor_rot13_five_words_backwards ... ok
[INFO] [stdout] test tests::readline::editor_textobj_delimited ... ok
[INFO] [stdout] test tests::readline::editor_overshooting_motions ... ok
[INFO] [stdout] test tests::readline::editor_textobj_quoted ... ok
[INFO] [stdout] test tests::readline::fernvi_test_lorem_ipsum_1 ... FAILED
[INFO] [stdout] test tests::readline::fernvi_test_lorem_ipsum_ctrl_w ... FAILED
[INFO] [stdout] test tests::readline::fernvi_test_lorem_ipsum_undo ... FAILED
[INFO] [stdout] test tests::readline::fernvi_test_mode_change ... FAILED
[INFO] [stdout] test tests::readline::fernvi_test_simple ... FAILED
[INFO] [stdout] test tests::readline::linebuf_ascii_content ... ok
[INFO] [stdout] test tests::readline::linebuf_cursor_motion ... ok
[INFO] [stdout] test tests::readline::linebuf_empty_linebuf ... ok
[INFO] [stdout] test tests::readline::linebuf_next_line ... ok
[INFO] [stdout] test tests::readline::linebuf_next_line_last_line_is_empty ... ok
[INFO] [stdout] test tests::readline::linebuf_next_line_only_newlines ... ok
[INFO] [stdout] test tests::readline::linebuf_next_line_several_trailing_newlines ... ok
[INFO] [stdout] test tests::readline::linebuf_out_of_bounds_slices ... ok
[INFO] [stdout] test tests::readline::linebuf_prev_line ... ok
[INFO] [stdout] test tests::readline::linebuf_prev_line_first_line_is_empty ... ok
[INFO] [stdout] test tests::readline::linebuf_prev_line_only_newlines ... ok
[INFO] [stdout] test tests::readline::linebuf_slice_to_from_cursor ... ok
[INFO] [stdout] test tests::readline::linebuf_this_line ... ok
[INFO] [stdout] test tests::readline::linebuf_unicode_graphemes ... ok
[INFO] [stdout] test tests::parser::parse_if_multiline ... FAILED
[INFO] [stdout] test tests::script::script_cmdsub ... ok
[INFO] [stdout] test tests::script::script_hello_world ... ok
[INFO] [stdout] test tests::script::script_multiline ... ok
[INFO] [stdout] test tests::parser::parse_conjunction_and_pipeline ... FAILED
[INFO] [stdout] test tests::parser::parse_case_simple ... FAILED
[INFO] [stdout] test tests::parser::parse_if_multiple_elif ... FAILED
[INFO] [stdout] test tests::parser::parse_if_with_elif ... FAILED
[INFO] [stdout] test tests::parser::parse_multiline ... FAILED
[INFO] [stdout] test tests::parser::test_node_operation ... FAILED
[INFO] [stdout] test tests::readline::vimode_insert_cmds ... FAILED
[INFO] [stdout] test tests::parser::parse_loop_simple ... FAILED
[INFO] [stdout] test tests::parser::parse_loop_until ... FAILED
[INFO] [stdout] test tests::parser::parse_loop_multiline ... FAILED
[INFO] [stdout] test tests::readline::vimode_normal_cmds ... FAILED
[INFO] [stdout] test tests::parser::parse_if_simple ... FAILED
[INFO] [stdout] test tests::term::styled_background ... FAILED
[INFO] [stdout] test tests::parser::parse_cursed ... FAILED
[INFO] [stdout] test tests::term::styled_reset ... FAILED
[INFO] [stdout] test tests::term::styled_multiple ... FAILED
[INFO] [stdout] test tests::parser::parse_simple ... FAILED
[INFO] [stdout] test tests::parser::parse_pipeline ... FAILED
[INFO] [stdout] test tests::term::styled_rgb ... FAILED
[INFO] [stdout] test tests::term::styled_set ... FAILED
[INFO] [stdout] test tests::term::styled_simple ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- tests::expand::param_expansion_len stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'tests::expand::param_expansion_len' panicked at src/tests/expand.rs:203:3:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: "0"
[INFO] [stdout]  right: "3"
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5622bf9977d2 - std::backtrace_rs::backtrace::libunwind::trace::h2d45396358f41939
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5622bf9977d2 - std::backtrace_rs::backtrace::trace_unsynchronized::hffcefc0b67f1d6e2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5622bf9977d2 - std::sys::backtrace::_print_fmt::hd72f71d23b436b92
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x5622bf9977d2 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::hdcfcb6d4c8489523
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x5622bf9c1293 - core::fmt::rt::Argument::fmt::h2c56b3114963061a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x5622bf9c1293 - core::fmt::write::h8a494366950f23bb
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x5622bf993513 - std::io::default_write_fmt::h7b8824096454f323
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5622bf993513 - std::io::Write::write_fmt::h4e71294925c334d0
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x5622bf997622 - std::sys::backtrace::BacktraceLock::print::hb2a626a81e06b2dc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x5622bf999289 - std::panicking::default_hook::{{closure}}::h4f78485264f12d10
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:300:27
[INFO] [stdout]   10:     0x5622bf9990be - std::panicking::default_hook::h2c66fc99e962531d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:324:9
[INFO] [stdout]   11:     0x5622bf68d654 - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hb6bd65493727d71a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   12:     0x5622bf68d654 - test::test_main_with_exit_callback::{{closure}}::h60217ec76a0ece4a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5622bf999c5e - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h318e4efb8c1a5689
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   14:     0x5622bf999c5e - std::panicking::rust_panic_with_hook::h33ac55f64bbd807d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:841:13
[INFO] [stdout]   15:     0x5622bf999a2a - std::panicking::begin_panic_handler::{{closure}}::h30e7cb89678a57fe
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:706:13
[INFO] [stdout]   16:     0x5622bf997cc9 - std::sys::backtrace::__rust_end_short_backtrace::hed60f27456c16ced
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x5622bf9996bd - __rustc[de2ca18b4c54d5b8]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:697:5
[INFO] [stdout]   18:     0x5622bf9bec60 - core::panicking::panic_fmt::h62f63d096dd276af
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x5622bf9bf014 - core::panicking::assert_failed_inner::h102b4539a88470c2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:448:17
[INFO] [stdout]   20:     0x5622bf4a37f8 - core::panicking::assert_failed::hca7913c56af50964
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:403:5
[INFO] [stdout]   21:     0x5622bf3fad64 - fern::tests::expand::param_expansion_len::h2fa07cbe3f3d191a
[INFO] [stdout]                                at /opt/rustwide/workdir/src/tests/expand.rs:203:3
[INFO] [stdout]   22:     0x5622bf3fab97 - fern::tests::expand::param_expansion_len::{{closure}}::h7e6df00cd2a83bc1
[INFO] [stdout]                                at /opt/rustwide/workdir/src/tests/expand.rs:198:25
[INFO] [stdout]   23:     0x5622bf4f5636 - core::ops::function::FnOnce::call_once::h8b05fdc383aeac66
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   24:     0x5622bf692ebb - core::ops::function::FnOnce::call_once::h1f9474f1347fff52
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   25:     0x5622bf692ebb - test::__rust_begin_short_backtrace::ha52ab26e77157f03
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:648:18
[INFO] [stdout]   26:     0x5622bf691ff5 - test::run_test_in_process::{{closure}}::h229c1a11a50b261f
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:74
[INFO] [stdout]   27:     0x5622bf691ff5 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h78821afbf97b39a9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   28:     0x5622bf691ff5 - std::panicking::catch_unwind::do_call::h53abf3ed5bd32ba3
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   29:     0x5622bf691ff5 - std::panicking::catch_unwind::h6deb5fe1e91873c9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   30:     0x5622bf691ff5 - std::panic::catch_unwind::hea0829b6b565654b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   31:     0x5622bf691ff5 - test::run_test_in_process::hdc44dfecea3db21b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:27
[INFO] [stdout]   32:     0x5622bf691ff5 - test::run_test::{{closure}}::h0364ba59bf23f652
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:592:43
[INFO] [stdout]   33:     0x5622bf655bf4 - test::run_test::{{closure}}::h32730b304eec05da
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:622:41
[INFO] [stdout]   34:     0x5622bf655bf4 - std::sys::backtrace::__rust_begin_short_backtrace::h177cb952fc54ad2c
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   35:     0x5622bf6595ca - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h119d903520007597
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   36:     0x5622bf6595ca - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hab88401d606702a6
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   37:     0x5622bf6595ca - std::panicking::catch_unwind::do_call::h163fe12cca9901c2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   38:     0x5622bf6595ca - std::panicking::catch_unwind::he81557d0e17cc1bc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   39:     0x5622bf6595ca - std::panic::catch_unwind::hc2b8e79c20593955
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x5622bf6595ca - std::thread::Builder::spawn_unchecked_::{{closure}}::hfa6b4978e07815cc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   41:     0x5622bf6595ca - core::ops::function::FnOnce::call_once{{vtable.shim}}::hddcd7484a13fd793
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   42:     0x5622bf99cd2f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h5924238c754de3b8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1971:9
[INFO] [stdout]   43:     0x5622bf99cd2f - std::sys::pal::unix::thread::Thread::new::thread_start::hb6e99e73da4d28f8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/pal/unix/thread.rs:107:17
[INFO] [stdout]   44:     0x730dc6d54aa4 - <unknown>
[INFO] [stdout]   45:     0x730dc6de1a34 - clone
[INFO] [stdout]   46:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- tests::expand::simple_expansion stdout ----
[INFO] [stdout] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ Snapshot Summary ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
[INFO] [stdout] Snapshot file: src/tests/snapshots/fern__tests__expand__simple_expansion.snap
[INFO] [stdout] Snapshot: simple_expansion
[INFO] [stdout] Source: src/tests/expand.rs:20
[INFO] [stdout] ────────────────────────────────────────────────────────────────────────────────
[INFO] [stdout] Expression: exp_tk.get_words()
[INFO] [stdout] ────────────────────────────────────────────────────────────────────────────────
[INFO] [stdout] +new results
[INFO] [stdout] ────────────┬───────────────────────────────────────────────────────────────────
[INFO] [stdout]           0 │+[
[INFO] [stdout]           1 │+    "this",
[INFO] [stdout]           2 │+    "is",
[INFO] [stdout]           3 │+    "the",
[INFO] [stdout]           4 │+    "value",
[INFO] [stdout]           5 │+    "of",
[INFO] [stdout]           6 │+    "the",
[INFO] [stdout]           7 │+    "variable",
[INFO] [stdout]           8 │+]
[INFO] [stdout] ────────────┴───────────────────────────────────────────────────────────────────
[INFO] [stdout] 
[INFO] [stdout] thread 'tests::expand::simple_expansion' panicked at src/tests/expand.rs:20:3:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5622bf9977d2 - std::backtrace_rs::backtrace::libunwind::trace::h2d45396358f41939
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5622bf9977d2 - std::backtrace_rs::backtrace::trace_unsynchronized::hffcefc0b67f1d6e2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5622bf9977d2 - std::sys::backtrace::_print_fmt::hd72f71d23b436b92
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x5622bf9977d2 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::hdcfcb6d4c8489523
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x5622bf9c1293 - core::fmt::rt::Argument::fmt::h2c56b3114963061a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x5622bf9c1293 - core::fmt::write::h8a494366950f23bb
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x5622bf993513 - std::io::default_write_fmt::h7b8824096454f323
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5622bf993513 - std::io::Write::write_fmt::h4e71294925c334d0
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x5622bf997622 - std::sys::backtrace::BacktraceLock::print::hb2a626a81e06b2dc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x5622bf999289 - std::panicking::default_hook::{{closure}}::h4f78485264f12d10
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:300:27
[INFO] [stdout]   10:     0x5622bf9990be - std::panicking::default_hook::h2c66fc99e962531d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:324:9
[INFO] [stdout]   11:     0x5622bf68d654 - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hb6bd65493727d71a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   12:     0x5622bf68d654 - test::test_main_with_exit_callback::{{closure}}::h60217ec76a0ece4a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5622bf999c5e - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h318e4efb8c1a5689
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   14:     0x5622bf999c5e - std::panicking::rust_panic_with_hook::h33ac55f64bbd807d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:841:13
[INFO] [stdout]   15:     0x5622bf999a2a - std::panicking::begin_panic_handler::{{closure}}::h30e7cb89678a57fe
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:706:13
[INFO] [stdout]   16:     0x5622bf997cc9 - std::sys::backtrace::__rust_end_short_backtrace::hed60f27456c16ced
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x5622bf9996bd - __rustc[de2ca18b4c54d5b8]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:697:5
[INFO] [stdout]   18:     0x5622bf9bec60 - core::panicking::panic_fmt::h62f63d096dd276af
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x5622bf9bf126 - core::result::unwrap_failed::h95bc3f5a607b2c95
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/result.rs:1765:5
[INFO] [stdout]   20:     0x5622bf3f7c02 - core::result::Result<T,E>::unwrap::hde6c952f47dfc4d7
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/result.rs:1167:23
[INFO] [stdout]   21:     0x5622bf3f7c02 - fern::tests::expand::simple_expansion::hd54cdbac224b3511
[INFO] [stdout]                                at /opt/rustwide/workdir/src/tests/expand.rs:20:3
[INFO] [stdout]   22:     0x5622bf3f7487 - fern::tests::expand::simple_expansion::{{closure}}::h0de16adeb790c915
[INFO] [stdout]                                at /opt/rustwide/workdir/src/tests/expand.rs:8:22
[INFO] [stdout]   23:     0x5622bf4f6336 - core::ops::function::FnOnce::call_once::he0524e70c0882ae5
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   24:     0x5622bf692ebb - core::ops::function::FnOnce::call_once::h1f9474f1347fff52
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   25:     0x5622bf692ebb - test::__rust_begin_short_backtrace::ha52ab26e77157f03
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:648:18
[INFO] [stdout]   26:     0x5622bf691ff5 - test::run_test_in_process::{{closure}}::h229c1a11a50b261f
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:74
[INFO] [stdout]   27:     0x5622bf691ff5 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h78821afbf97b39a9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   28:     0x5622bf691ff5 - std::panicking::catch_unwind::do_call::h53abf3ed5bd32ba3
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   29:     0x5622bf691ff5 - std::panicking::catch_unwind::h6deb5fe1e91873c9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   30:     0x5622bf691ff5 - std::panic::catch_unwind::hea0829b6b565654b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   31:     0x5622bf691ff5 - test::run_test_in_process::hdc44dfecea3db21b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:27
[INFO] [stdout]   32:     0x5622bf691ff5 - test::run_test::{{closure}}::h0364ba59bf23f652
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:592:43
[INFO] [stdout]   33:     0x5622bf655bf4 - test::run_test::{{closure}}::h32730b304eec05da
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:622:41
[INFO] [stdout]   34:     0x5622bf655bf4 - std::sys::backtrace::__rust_begin_short_backtrace::h177cb952fc54ad2c
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   35:     0x5622bf6595ca - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h119d903520007597
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   36:     0x5622bf6595ca - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hab88401d606702a6
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   37:     0x5622bf6595ca - std::panicking::catch_unwind::do_call::h163fe12cca9901c2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   38:     0x5622bf6595ca - std::panicking::catch_unwind::he81557d0e17cc1bc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   39:     0x5622bf6595ca - std::panic::catch_unwind::hc2b8e79c20593955
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x5622bf6595ca - std::thread::Builder::spawn_unchecked_::{{closure}}::hfa6b4978e07815cc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   41:     0x5622bf6595ca - core::ops::function::FnOnce::call_once{{vtable.shim}}::hddcd7484a13fd793
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   42:     0x5622bf99cd2f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h5924238c754de3b8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1971:9
[INFO] [stdout]   43:     0x5622bf99cd2f - std::sys::pal::unix::thread::Thread::new::thread_start::hb6e99e73da4d28f8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/pal/unix/thread.rs:107:17
[INFO] [stdout]   44:     0x730dc6d54aa4 - <unknown>
[INFO] [stdout]   45:     0x730dc6de1a34 - clone
[INFO] [stdout]   46:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- tests::getopt::getopt_from_argv stdout ----
[INFO] [stdout] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ Snapshot Summary ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
[INFO] [stdout] Snapshot file: src/tests/snapshots/fern__tests__getopt__getopt_from_argv.snap
[INFO] [stdout] Snapshot: getopt_from_argv
[INFO] [stdout] Source: src/tests/getopt.rs:23
[INFO] [stdout] ────────────────────────────────────────────────────────────────────────────────
[INFO] [stdout] Expression: words
[INFO] [stdout] ────────────────────────────────────────────────────────────────────────────────
[INFO] [stdout] +new results
[INFO] [stdout] ────────────┬───────────────────────────────────────────────────────────────────
[INFO] [stdout]           0 │+[
[INFO] [stdout]           1 │+    Tk {
[INFO] [stdout]           2 │+        class: Str,
[INFO] [stdout]           3 │+        span: Span {
[INFO] [stdout]           4 │+            range: 0..4,
[INFO] [stdout]           5 │+            source: "echo -n -e foo",
[INFO] [stdout]           6 │+        },
[INFO] [stdout]           7 │+        flags: TkFlags(
[INFO] [stdout]           8 │+            IS_CMD | BUILTIN,
[INFO] [stdout]           9 │+        ),
[INFO] [stdout]          10 │+    },
[INFO] [stdout]          11 │+    Tk {
[INFO] [stdout]          12 │+        class: Str,
[INFO] [stdout]          13 │+        span: Span {
[INFO] [stdout]          14 │+            range: 11..14,
[INFO] [stdout]          15 │+            source: "echo -n -e foo",
[INFO] [stdout]          16 │+        },
[INFO] [stdout]          17 │+        flags: TkFlags(
[INFO] [stdout]          18 │+            0x0,
[INFO] [stdout]          19 │+        ),
[INFO] [stdout]          20 │+    },
[INFO] [stdout]          21 │+]
[INFO] [stdout] ────────────┴───────────────────────────────────────────────────────────────────
[INFO] [stdout] 
[INFO] [stdout] thread 'tests::getopt::getopt_from_argv' panicked at src/tests/getopt.rs:23:3:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5622bf9977d2 - std::backtrace_rs::backtrace::libunwind::trace::h2d45396358f41939
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5622bf9977d2 - std::backtrace_rs::backtrace::trace_unsynchronized::hffcefc0b67f1d6e2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5622bf9977d2 - std::sys::backtrace::_print_fmt::hd72f71d23b436b92
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x5622bf9977d2 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::hdcfcb6d4c8489523
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x5622bf9c1293 - core::fmt::rt::Argument::fmt::h2c56b3114963061a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x5622bf9c1293 - core::fmt::write::h8a494366950f23bb
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x5622bf993513 - std::io::default_write_fmt::h7b8824096454f323
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5622bf993513 - std::io::Write::write_fmt::h4e71294925c334d0
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x5622bf997622 - std::sys::backtrace::BacktraceLock::print::hb2a626a81e06b2dc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x5622bf999289 - std::panicking::default_hook::{{closure}}::h4f78485264f12d10
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:300:27
[INFO] [stdout]   10:     0x5622bf9990be - std::panicking::default_hook::h2c66fc99e962531d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:324:9
[INFO] [stdout]   11:     0x5622bf68d654 - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hb6bd65493727d71a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   12:     0x5622bf68d654 - test::test_main_with_exit_callback::{{closure}}::h60217ec76a0ece4a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5622bf999c5e - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h318e4efb8c1a5689
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   14:     0x5622bf999c5e - std::panicking::rust_panic_with_hook::h33ac55f64bbd807d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:841:13
[INFO] [stdout]   15:     0x5622bf999a2a - std::panicking::begin_panic_handler::{{closure}}::h30e7cb89678a57fe
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:706:13
[INFO] [stdout]   16:     0x5622bf997cc9 - std::sys::backtrace::__rust_end_short_backtrace::hed60f27456c16ced
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x5622bf9996bd - __rustc[de2ca18b4c54d5b8]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:697:5
[INFO] [stdout]   18:     0x5622bf9bec60 - core::panicking::panic_fmt::h62f63d096dd276af
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x5622bf9bf126 - core::result::unwrap_failed::h95bc3f5a607b2c95
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/result.rs:1765:5
[INFO] [stdout]   20:     0x5622bf44da00 - core::result::Result<T,E>::unwrap::hde6c952f47dfc4d7
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/result.rs:1167:23
[INFO] [stdout]   21:     0x5622bf44da00 - fern::tests::getopt::getopt_from_argv::h9e4d4181fb6f5c16
[INFO] [stdout]                                at /opt/rustwide/workdir/src/tests/getopt.rs:23:3
[INFO] [stdout]   22:     0x5622bf44d3d7 - fern::tests::getopt::getopt_from_argv::{{closure}}::h77d6c40223af287f
[INFO] [stdout]                                at /opt/rustwide/workdir/src/tests/getopt.rs:8:22
[INFO] [stdout]   23:     0x5622bf4f4306 - core::ops::function::FnOnce::call_once::h09f0aec8e52d6537
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   24:     0x5622bf692ebb - core::ops::function::FnOnce::call_once::h1f9474f1347fff52
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   25:     0x5622bf692ebb - test::__rust_begin_short_backtrace::ha52ab26e77157f03
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:648:18
[INFO] [stdout]   26:     0x5622bf691ff5 - test::run_test_in_process::{{closure}}::h229c1a11a50b261f
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:74
[INFO] [stdout]   27:     0x5622bf691ff5 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h78821afbf97b39a9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   28:     0x5622bf691ff5 - std::panicking::catch_unwind::do_call::h53abf3ed5bd32ba3
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   29:     0x5622bf691ff5 - std::panicking::catch_unwind::h6deb5fe1e91873c9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   30:     0x5622bf691ff5 - std::panic::catch_unwind::hea0829b6b565654b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   31:     0x5622bf691ff5 - test::run_test_in_process::hdc44dfecea3db21b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:27
[INFO] [stdout]   32:     0x5622bf691ff5 - test::run_test::{{closure}}::h0364ba59bf23f652
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:592:43
[INFO] [stdout]   33:     0x5622bf655bf4 - test::run_test::{{closure}}::h32730b304eec05da
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:622:41
[INFO] [stdout]   34:     0x5622bf655bf4 - std::sys::backtrace::__rust_begin_short_backtrace::h177cb952fc54ad2c
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   35:     0x5622bf6595ca - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h119d903520007597
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   36:     0x5622bf6595ca - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hab88401d606702a6
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   37:     0x5622bf6595ca - std::panicking::catch_unwind::do_call::h163fe12cca9901c2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   38:     0x5622bf6595ca - std::panicking::catch_unwind::he81557d0e17cc1bc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   39:     0x5622bf6595ca - std::panic::catch_unwind::hc2b8e79c20593955
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x5622bf6595ca - std::thread::Builder::spawn_unchecked_::{{closure}}::hfa6b4978e07815cc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   41:     0x5622bf6595ca - core::ops::function::FnOnce::call_once{{vtable.shim}}::hddcd7484a13fd793
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   42:     0x5622bf99cd2f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h5924238c754de3b8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1971:9
[INFO] [stdout]   43:     0x5622bf99cd2f - std::sys::pal::unix::thread::Thread::new::thread_start::hb6e99e73da4d28f8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/pal/unix/thread.rs:107:17
[INFO] [stdout]   44:     0x730dc6d54aa4 - <unknown>
[INFO] [stdout]   45:     0x730dc6de1a34 - clone
[INFO] [stdout]   46:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- tests::error::case_no_esac stdout ----
[INFO] [stdout] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ Snapshot Summary ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
[INFO] [stdout] Snapshot file: src/tests/snapshots/fern__tests__error__case_no_esac.snap
[INFO] [stdout] Snapshot: case_no_esac
[INFO] [stdout] Source: src/tests/error.rs:141
[INFO] [stdout] ────────────────────────────────────────────────────────────────────────────────
[INFO] [stdout] Expression: err_fmt
[INFO] [stdout] ────────────────────────────────────────────────────────────────────────────────
[INFO] [stdout] +new results
[INFO] [stdout] ────────────┬───────────────────────────────────────────────────────────────────
[INFO] [stdout]           0 │+␛[31m␛[1mParse Error␛[0m - Expected 'esac' after case block␊
[INFO] [stdout]           1 │+  ␛[36m␛[1m->␛[0m [␛[36m␛[1m1␛[0m;␛[36m␛[1m1␛[0m]␊
[INFO] [stdout]           2 │+␛[36m␛[1m  |␛[0m␊
[INFO] [stdout]           3 │+␛[36m␛[1m1 |␛[0m case foo in foo) bar;; bar) foo;;␊
[INFO] [stdout]           4 │+␛[36m␛[1m  |␛[0m ␛[31m␛[1m^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^␛[0m␊
[INFO] [stdout]           5 │+␛[36m␛[1m  |␛[0m
[INFO] [stdout] ────────────┴───────────────────────────────────────────────────────────────────
[INFO] [stdout] 
[INFO] [stdout] thread 'tests::error::case_no_esac' panicked at src/tests/error.rs:141:3:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5622bf9977d2 - std::backtrace_rs::backtrace::libunwind::trace::h2d45396358f41939
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5622bf9977d2 - std::backtrace_rs::backtrace::trace_unsynchronized::hffcefc0b67f1d6e2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5622bf9977d2 - std::sys::backtrace::_print_fmt::hd72f71d23b436b92
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x5622bf9977d2 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::hdcfcb6d4c8489523
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x5622bf9c1293 - core::fmt::rt::Argument::fmt::h2c56b3114963061a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x5622bf9c1293 - core::fmt::write::h8a494366950f23bb
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x5622bf993513 - std::io::default_write_fmt::h7b8824096454f323
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5622bf993513 - std::io::Write::write_fmt::h4e71294925c334d0
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x5622bf997622 - std::sys::backtrace::BacktraceLock::print::hb2a626a81e06b2dc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x5622bf999289 - std::panicking::default_hook::{{closure}}::h4f78485264f12d10
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:300:27
[INFO] [stdout]   10:     0x5622bf9990be - std::panicking::default_hook::h2c66fc99e962531d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:324:9
[INFO] [stdout]   11:     0x5622bf68d654 - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hb6bd65493727d71a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   12:     0x5622bf68d654 - test::test_main_with_exit_callback::{{closure}}::h60217ec76a0ece4a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5622bf999c5e - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h318e4efb8c1a5689
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   14:     0x5622bf999c5e - std::panicking::rust_panic_with_hook::h33ac55f64bbd807d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:841:13
[INFO] [stdout]   15:     0x5622bf999a2a - std::panicking::begin_panic_handler::{{closure}}::h30e7cb89678a57fe
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:706:13
[INFO] [stdout]   16:     0x5622bf997cc9 - std::sys::backtrace::__rust_end_short_backtrace::hed60f27456c16ced
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x5622bf9996bd - __rustc[de2ca18b4c54d5b8]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:697:5
[INFO] [stdout]   18:     0x5622bf9bec60 - core::panicking::panic_fmt::h62f63d096dd276af
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x5622bf9bf126 - core::result::unwrap_failed::h95bc3f5a607b2c95
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/result.rs:1765:5
[INFO] [stdout]   20:     0x5622bf42e05e - core::result::Result<T,E>::unwrap::hde6c952f47dfc4d7
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/result.rs:1167:23
[INFO] [stdout]   21:     0x5622bf42e05e - fern::tests::error::case_no_esac::h22962b71a0b63d17
[INFO] [stdout]                                at /opt/rustwide/workdir/src/tests/error.rs:141:3
[INFO] [stdout]   22:     0x5622bf42d8c7 - fern::tests::error::case_no_esac::{{closure}}::hd3931fa33c208aaa
[INFO] [stdout]                                at /opt/rustwide/workdir/src/tests/error.rs:131:18
[INFO] [stdout]   23:     0x5622bf4f4806 - core::ops::function::FnOnce::call_once::h31f67cf8bea15b32
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   24:     0x5622bf692ebb - core::ops::function::FnOnce::call_once::h1f9474f1347fff52
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   25:     0x5622bf692ebb - test::__rust_begin_short_backtrace::ha52ab26e77157f03
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:648:18
[INFO] [stdout]   26:     0x5622bf691ff5 - test::run_test_in_process::{{closure}}::h229c1a11a50b261f
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:74
[INFO] [stdout]   27:     0x5622bf691ff5 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h78821afbf97b39a9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   28:     0x5622bf691ff5 - std::panicking::catch_unwind::do_call::h53abf3ed5bd32ba3
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   29:     0x5622bf691ff5 - std::panicking::catch_unwind::h6deb5fe1e91873c9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   30:     0x5622bf691ff5 - std::panic::catch_unwind::hea0829b6b565654b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   31:     0x5622bf691ff5 - test::run_test_in_process::hdc44dfecea3db21b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:27
[INFO] [stdout]   32:     0x5622bf691ff5 - test::run_test::{{closure}}::h0364ba59bf23f652
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:592:43
[INFO] [stdout]   33:     0x5622bf655bf4 - test::run_test::{{closure}}::h32730b304eec05da
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:622:41
[INFO] [stdout]   34:     0x5622bf655bf4 - std::sys::backtrace::__rust_begin_short_backtrace::h177cb952fc54ad2c
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   35:     0x5622bf6595ca - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h119d903520007597
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   36:     0x5622bf6595ca - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hab88401d606702a6
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   37:     0x5622bf6595ca - std::panicking::catch_unwind::do_call::h163fe12cca9901c2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   38:     0x5622bf6595ca - std::panicking::catch_unwind::he81557d0e17cc1bc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   39:     0x5622bf6595ca - std::panic::catch_unwind::hc2b8e79c20593955
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x5622bf6595ca - std::thread::Builder::spawn_unchecked_::{{closure}}::hfa6b4978e07815cc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   41:     0x5622bf6595ca - core::ops::function::FnOnce::call_once{{vtable.shim}}::hddcd7484a13fd793
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   42:     0x5622bf99cd2f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h5924238c754de3b8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1971:9
[INFO] [stdout]   43:     0x5622bf99cd2f - std::sys::pal::unix::thread::Thread::new::thread_start::hb6e99e73da4d28f8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/pal/unix/thread.rs:107:17
[INFO] [stdout]   44:     0x730dc6d54aa4 - <unknown>
[INFO] [stdout]   45:     0x730dc6de1a34 - clone
[INFO] [stdout]   46:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- tests::expand::unescape_string stdout ----
[INFO] [stdout] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ Snapshot Summary ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
[INFO] [stdout] Snapshot file: src/tests/snapshots/fern__tests__expand__unescape_string.snap
[INFO] [stdout] Snapshot: unescape_string
[INFO] [stdout] Source: src/tests/expand.rs:28
[INFO] [stdout] ────────────────────────────────────────────────────────────────────────────────
[INFO] [stdout] Expression: unescaped
[INFO] [stdout] ────────────────────────────────────────────────────────────────────────────────
[INFO] [stdout] +new results
[INFO] [stdout] ────────────┬───────────────────────────────────────────────────────────────────
[INFO] [stdout]           0 │+echo ﷐foo $bar
[INFO] [stdout] ────────────┴───────────────────────────────────────────────────────────────────
[INFO] [stdout] 
[INFO] [stdout] thread 'tests::expand::unescape_string' panicked at src/tests/expand.rs:28:3:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5622bf9977d2 - std::backtrace_rs::backtrace::libunwind::trace::h2d45396358f41939
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5622bf9977d2 - std::backtrace_rs::backtrace::trace_unsynchronized::hffcefc0b67f1d6e2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5622bf9977d2 - std::sys::backtrace::_print_fmt::hd72f71d23b436b92
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x5622bf9977d2 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::hdcfcb6d4c8489523
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x5622bf9c1293 - core::fmt::rt::Argument::fmt::h2c56b3114963061a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x5622bf9c1293 - core::fmt::write::h8a494366950f23bb
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x5622bf993513 - std::io::default_write_fmt::h7b8824096454f323
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5622bf993513 - std::io::Write::write_fmt::h4e71294925c334d0
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x5622bf997622 - std::sys::backtrace::BacktraceLock::print::hb2a626a81e06b2dc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x5622bf999289 - std::panicking::default_hook::{{closure}}::h4f78485264f12d10
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:300:27
[INFO] [stdout]   10:     0x5622bf9990be - std::panicking::default_hook::h2c66fc99e962531d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:324:9
[INFO] [stdout]   11:     0x5622bf68d654 - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hb6bd65493727d71a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   12:     0x5622bf68d654 - test::test_main_with_exit_callback::{{closure}}::h60217ec76a0ece4a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5622bf999c5e - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h318e4efb8c1a5689
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   14:     0x5622bf999c5e - std::panicking::rust_panic_with_hook::h33ac55f64bbd807d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:841:13
[INFO] [stdout]   15:     0x5622bf999a2a - std::panicking::begin_panic_handler::{{closure}}::h30e7cb89678a57fe
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:706:13
[INFO] [stdout]   16:     0x5622bf997cc9 - std::sys::backtrace::__rust_end_short_backtrace::hed60f27456c16ced
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x5622bf9996bd - __rustc[de2ca18b4c54d5b8]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:697:5
[INFO] [stdout]   18:     0x5622bf9bec60 - core::panicking::panic_fmt::h62f63d096dd276af
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x5622bf9bf126 - core::result::unwrap_failed::h95bc3f5a607b2c95
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/result.rs:1765:5
[INFO] [stdout]   20:     0x5622bf3f8511 - core::result::Result<T,E>::unwrap::hde6c952f47dfc4d7
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/result.rs:1167:23
[INFO] [stdout]   21:     0x5622bf3f8511 - fern::tests::expand::unescape_string::he3964f875939e81a
[INFO] [stdout]                                at /opt/rustwide/workdir/src/tests/expand.rs:28:3
[INFO] [stdout]   22:     0x5622bf3f80c7 - fern::tests::expand::unescape_string::{{closure}}::hd9405b0ae2d10d65
[INFO] [stdout]                                at /opt/rustwide/workdir/src/tests/expand.rs:24:21
[INFO] [stdout]   23:     0x5622bf4f6046 - core::ops::function::FnOnce::call_once::hcfb66ac4958e349b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   24:     0x5622bf692ebb - core::ops::function::FnOnce::call_once::h1f9474f1347fff52
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   25:     0x5622bf692ebb - test::__rust_begin_short_backtrace::ha52ab26e77157f03
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:648:18
[INFO] [stdout]   26:     0x5622bf691ff5 - test::run_test_in_process::{{closure}}::h229c1a11a50b261f
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:74
[INFO] [stdout]   27:     0x5622bf691ff5 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h78821afbf97b39a9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   28:     0x5622bf691ff5 - std::panicking::catch_unwind::do_call::h53abf3ed5bd32ba3
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   29:     0x5622bf691ff5 - std::panicking::catch_unwind::h6deb5fe1e91873c9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   30:     0x5622bf691ff5 - std::panic::catch_unwind::hea0829b6b565654b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   31:     0x5622bf691ff5 - test::run_test_in_process::hdc44dfecea3db21b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:27
[INFO] [stdout]   32:     0x5622bf691ff5 - test::run_test::{{closure}}::h0364ba59bf23f652
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:592:43
[INFO] [stdout]   33:     0x5622bf655bf4 - test::run_test::{{closure}}::h32730b304eec05da
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:622:41
[INFO] [stdout]   34:     0x5622bf655bf4 - std::sys::backtrace::__rust_begin_short_backtrace::h177cb952fc54ad2c
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   35:     0x5622bf6595ca - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h119d903520007597
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   36:     0x5622bf6595ca - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hab88401d606702a6
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   37:     0x5622bf6595ca - std::panicking::catch_unwind::do_call::h163fe12cca9901c2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   38:     0x5622bf6595ca - std::panicking::catch_unwind::he81557d0e17cc1bc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   39:     0x5622bf6595ca - std::panic::catch_unwind::hc2b8e79c20593955
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x5622bf6595ca - std::thread::Builder::spawn_unchecked_::{{closure}}::hfa6b4978e07815cc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   41:     0x5622bf6595ca - core::ops::function::FnOnce::call_once{{vtable.shim}}::hddcd7484a13fd793
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   42:     0x5622bf99cd2f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h5924238c754de3b8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1971:9
[INFO] [stdout]   43:     0x5622bf99cd2f - std::sys::pal::unix::thread::Thread::new::thread_start::hb6e99e73da4d28f8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/pal/unix/thread.rs:107:17
[INFO] [stdout]   44:     0x730dc6d54aa4 - <unknown>
[INFO] [stdout]   45:     0x730dc6de1a34 - clone
[INFO] [stdout]   46:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- tests::error::error_with_notes_and_sub_notes stdout ----
[INFO] [stdout] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ Snapshot Summary ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
[INFO] [stdout] Snapshot file: src/tests/snapshots/fern__tests__error__error_with_notes_and_sub_notes.snap
[INFO] [stdout] Snapshot: error_with_notes_and_sub_notes
[INFO] [stdout] Source: src/tests/error.rs:175
[INFO] [stdout] ────────────────────────────────────────────────────────────────────────────────
[INFO] [stdout] Expression: err_fmt
[INFO] [stdout] ────────────────────────────────────────────────────────────────────────────────
[INFO] [stdout] +new results
[INFO] [stdout] ────────────┬───────────────────────────────────────────────────────────────────
[INFO] [stdout]           0 │+Execution failed
[INFO] [stdout]           1 │+␛[32mnote␛[0m: Execution failed for this reason␊
[INFO] [stdout]           2 │+
[INFO] [stdout]           3 │+␛[32mnote␛[0m: Here is how to fix it:␊
[INFO] [stdout]           4 │+    ␛[36m␛[1m-␛[0m blah␊
[INFO] [stdout]           5 │+    ␛[36m␛[1m-␛[0m blah␊
[INFO] [stdout]           6 │+    ␛[36m␛[1m-␛[0m blah
[INFO] [stdout] ────────────┴───────────────────────────────────────────────────────────────────
[INFO] [stdout] 
[INFO] [stdout] thread 'tests::error::error_with_notes_and_sub_notes' panicked at src/tests/error.rs:175:3:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5622bf9977d2 - std::backtrace_rs::backtrace::libunwind::trace::h2d45396358f41939
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5622bf9977d2 - std::backtrace_rs::backtrace::trace_unsynchronized::hffcefc0b67f1d6e2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5622bf9977d2 - std::sys::backtrace::_print_fmt::hd72f71d23b436b92
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x5622bf9977d2 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::hdcfcb6d4c8489523
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x5622bf9c1293 - core::fmt::rt::Argument::fmt::h2c56b3114963061a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x5622bf9c1293 - core::fmt::write::h8a494366950f23bb
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x5622bf993513 - std::io::default_write_fmt::h7b8824096454f323
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5622bf993513 - std::io::Write::write_fmt::h4e71294925c334d0
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x5622bf997622 - std::sys::backtrace::BacktraceLock::print::hb2a626a81e06b2dc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x5622bf999289 - std::panicking::default_hook::{{closure}}::h4f78485264f12d10
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:300:27
[INFO] [stdout]   10:     0x5622bf9990be - std::panicking::default_hook::h2c66fc99e962531d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:324:9
[INFO] [stdout]   11:     0x5622bf68d654 - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hb6bd65493727d71a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   12:     0x5622bf68d654 - test::test_main_with_exit_callback::{{closure}}::h60217ec76a0ece4a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5622bf999c5e - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h318e4efb8c1a5689
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   14:     0x5622bf999c5e - std::panicking::rust_panic_with_hook::h33ac55f64bbd807d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:841:13
[INFO] [stdout]   15:     0x5622bf999a2a - std::panicking::begin_panic_handler::{{closure}}::h30e7cb89678a57fe
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:706:13
[INFO] [stdout]   16:     0x5622bf997cc9 - std::sys::backtrace::__rust_end_short_backtrace::hed60f27456c16ced
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x5622bf9996bd - __rustc[de2ca18b4c54d5b8]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:697:5
[INFO] [stdout]   18:     0x5622bf9bec60 - core::panicking::panic_fmt::h62f63d096dd276af
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x5622bf9bf126 - core::result::unwrap_failed::h95bc3f5a607b2c95
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/result.rs:1765:5
[INFO] [stdout]   20:     0x5622bf4300ca - core::result::Result<T,E>::unwrap::hde6c952f47dfc4d7
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/result.rs:1167:23
[INFO] [stdout]   21:     0x5622bf4300ca - fern::tests::error::error_with_notes_and_sub_notes::h5d5ba6b4ed51cd73
[INFO] [stdout]                                at /opt/rustwide/workdir/src/tests/error.rs:175:3
[INFO] [stdout]   22:     0x5622bf42f9b7 - fern::tests::error::error_with_notes_and_sub_notes::{{closure}}::hc18a737706ca50c7
[INFO] [stdout]                                at /opt/rustwide/workdir/src/tests/error.rs:169:36
[INFO] [stdout]   23:     0x5622bf4f41d6 - core::ops::function::FnOnce::call_once::h02aa69fbe644bca7
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   24:     0x5622bf692ebb - core::ops::function::FnOnce::call_once::h1f9474f1347fff52
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   25:     0x5622bf692ebb - test::__rust_begin_short_backtrace::ha52ab26e77157f03
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:648:18
[INFO] [stdout]   26:     0x5622bf691ff5 - test::run_test_in_process::{{closure}}::h229c1a11a50b261f
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:74
[INFO] [stdout]   27:     0x5622bf691ff5 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h78821afbf97b39a9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   28:     0x5622bf691ff5 - std::panicking::catch_unwind::do_call::h53abf3ed5bd32ba3
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   29:     0x5622bf691ff5 - std::panicking::catch_unwind::h6deb5fe1e91873c9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   30:     0x5622bf691ff5 - std::panic::catch_unwind::hea0829b6b565654b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   31:     0x5622bf691ff5 - test::run_test_in_process::hdc44dfecea3db21b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:27
[INFO] [stdout]   32:     0x5622bf691ff5 - test::run_test::{{closure}}::h0364ba59bf23f652
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:592:43
[INFO] [stdout]   33:     0x5622bf655bf4 - test::run_test::{{closure}}::h32730b304eec05da
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:622:41
[INFO] [stdout]   34:     0x5622bf655bf4 - std::sys::backtrace::__rust_begin_short_backtrace::h177cb952fc54ad2c
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   35:     0x5622bf6595ca - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h119d903520007597
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   36:     0x5622bf6595ca - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hab88401d606702a6
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   37:     0x5622bf6595ca - std::panicking::catch_unwind::do_call::h163fe12cca9901c2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   38:     0x5622bf6595ca - std::panicking::catch_unwind::he81557d0e17cc1bc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   39:     0x5622bf6595ca - std::panic::catch_unwind::hc2b8e79c20593955
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x5622bf6595ca - std::thread::Builder::spawn_unchecked_::{{closure}}::hfa6b4978e07815cc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   41:     0x5622bf6595ca - core::ops::function::FnOnce::call_once{{vtable.shim}}::hddcd7484a13fd793
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   42:     0x5622bf99cd2f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h5924238c754de3b8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1971:9
[INFO] [stdout]   43:     0x5622bf99cd2f - std::sys::pal::unix::thread::Thread::new::thread_start::hb6e99e73da4d28f8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/pal/unix/thread.rs:107:17
[INFO] [stdout]   44:     0x730dc6d54aa4 - <unknown>
[INFO] [stdout]   45:     0x730dc6de1a34 - clone
[INFO] [stdout]   46:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- tests::error::error_with_notes stdout ----
[INFO] [stdout] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ Snapshot Summary ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
[INFO] [stdout] Snapshot file: src/tests/snapshots/fern__tests__error__error_with_notes.snap
[INFO] [stdout] Snapshot: error_with_notes
[INFO] [stdout] Source: src/tests/error.rs:165
[INFO] [stdout] ────────────────────────────────────────────────────────────────────────────────
[INFO] [stdout] Expression: err_fmt
[INFO] [stdout] ────────────────────────────────────────────────────────────────────────────────
[INFO] [stdout] +new results
[INFO] [stdout] ────────────┬───────────────────────────────────────────────────────────────────
[INFO] [stdout]           0 │+Execution failed
[INFO] [stdout]           1 │+␛[32mnote␛[0m: Execution failed for this reason␊
[INFO] [stdout]           2 │+
[INFO] [stdout]           3 │+␛[32mnote␛[0m: Here is how to fix it: blah blah blah
[INFO] [stdout] ────────────┴───────────────────────────────────────────────────────────────────
[INFO] [stdout] 
[INFO] [stdout] thread 'tests::error::error_with_notes' panicked at src/tests/error.rs:165:3:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5622bf9977d2 - std::backtrace_rs::backtrace::libunwind::trace::h2d45396358f41939
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5622bf9977d2 - std::backtrace_rs::backtrace::trace_unsynchronized::hffcefc0b67f1d6e2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5622bf9977d2 - std::sys::backtrace::_print_fmt::hd72f71d23b436b92
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x5622bf9977d2 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::hdcfcb6d4c8489523
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x5622bf9c1293 - core::fmt::rt::Argument::fmt::h2c56b3114963061a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x5622bf9c1293 - core::fmt::write::h8a494366950f23bb
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x5622bf993513 - std::io::default_write_fmt::h7b8824096454f323
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5622bf993513 - std::io::Write::write_fmt::h4e71294925c334d0
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x5622bf997622 - std::sys::backtrace::BacktraceLock::print::hb2a626a81e06b2dc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x5622bf999289 - std::panicking::default_hook::{{closure}}::h4f78485264f12d10
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:300:27
[INFO] [stdout]   10:     0x5622bf9990be - std::panicking::default_hook::h2c66fc99e962531d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:324:9
[INFO] [stdout]   11:     0x5622bf68d654 - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hb6bd65493727d71a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   12:     0x5622bf68d654 - test::test_main_with_exit_callback::{{closure}}::h60217ec76a0ece4a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5622bf999c5e - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h318e4efb8c1a5689
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   14:     0x5622bf999c5e - std::panicking::rust_panic_with_hook::h33ac55f64bbd807d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:841:13
[INFO] [stdout]   15:     0x5622bf999a2a - std::panicking::begin_panic_handler::{{closure}}::h30e7cb89678a57fe
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:706:13
[INFO] [stdout]   16:     0x5622bf997cc9 - std::sys::backtrace::__rust_end_short_backtrace::hed60f27456c16ced
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x5622bf9996bd - __rustc[de2ca18b4c54d5b8]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:697:5
[INFO] [stdout]   18:     0x5622bf9bec60 - core::panicking::panic_fmt::h62f63d096dd276af
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x5622bf9bf126 - core::result::unwrap_failed::h95bc3f5a607b2c95
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/result.rs:1765:5
[INFO] [stdout]   20:     0x5622bf42f726 - core::result::Result<T,E>::unwrap::hde6c952f47dfc4d7
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/result.rs:1167:23
[INFO] [stdout]   21:     0x5622bf42f726 - fern::tests::error::error_with_notes::h10272d1a88d801c2
[INFO] [stdout]                                at /opt/rustwide/workdir/src/tests/error.rs:165:3
[INFO] [stdout]   22:     0x5622bf42f127 - fern::tests::error::error_with_notes::{{closure}}::h74d9b8939bc6b7e6
[INFO] [stdout]                                at /opt/rustwide/workdir/src/tests/error.rs:159:22
[INFO] [stdout]   23:     0x5622bf4f44f6 - core::ops::function::FnOnce::call_once::h1534d762597dea5e
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   24:     0x5622bf692ebb - core::ops::function::FnOnce::call_once::h1f9474f1347fff52
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   25:     0x5622bf692ebb - test::__rust_begin_short_backtrace::ha52ab26e77157f03
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:648:18
[INFO] [stdout]   26:     0x5622bf691ff5 - test::run_test_in_process::{{closure}}::h229c1a11a50b261f
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:74
[INFO] [stdout]   27:     0x5622bf691ff5 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h78821afbf97b39a9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   28:     0x5622bf691ff5 - std::panicking::catch_unwind::do_call::h53abf3ed5bd32ba3
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   29:     0x5622bf691ff5 - std::panicking::catch_unwind::h6deb5fe1e91873c9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   30:     0x5622bf691ff5 - std::panic::catch_unwind::hea0829b6b565654b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   31:     0x5622bf691ff5 - test::run_test_in_process::hdc44dfecea3db21b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:27
[INFO] [stdout]   32:     0x5622bf691ff5 - test::run_test::{{closure}}::h0364ba59bf23f652
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:592:43
[INFO] [stdout]   33:     0x5622bf655bf4 - test::run_test::{{closure}}::h32730b304eec05da
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:622:41
[INFO] [stdout]   34:     0x5622bf655bf4 - std::sys::backtrace::__rust_begin_short_backtrace::h177cb952fc54ad2c
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   35:     0x5622bf6595ca - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h119d903520007597
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   36:     0x5622bf6595ca - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hab88401d606702a6
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   37:     0x5622bf6595ca - std::panicking::catch_unwind::do_call::h163fe12cca9901c2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   38:     0x5622bf6595ca - std::panicking::catch_unwind::he81557d0e17cc1bc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   39:     0x5622bf6595ca - std::panic::catch_unwind::hc2b8e79c20593955
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x5622bf6595ca - std::thread::Builder::spawn_unchecked_::{{closure}}::hfa6b4978e07815cc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   41:     0x5622bf6595ca - core::ops::function::FnOnce::call_once{{vtable.shim}}::hddcd7484a13fd793
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   42:     0x5622bf99cd2f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h5924238c754de3b8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1971:9
[INFO] [stdout]   43:     0x5622bf99cd2f - std::sys::pal::unix::thread::Thread::new::thread_start::hb6e99e73da4d28f8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/pal/unix/thread.rs:107:17
[INFO] [stdout]   44:     0x730dc6d54aa4 - <unknown>
[INFO] [stdout]   45:     0x730dc6de1a34 - clone
[INFO] [stdout]   46:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- tests::error::loop_no_do stdout ----
[INFO] [stdout] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ Snapshot Summary ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
[INFO] [stdout] Snapshot file: src/tests/snapshots/fern__tests__error__loop_no_do.snap
[INFO] [stdout] Snapshot: loop_no_do
[INFO] [stdout] Source: src/tests/error.rs:127
[INFO] [stdout] ────────────────────────────────────────────────────────────────────────────────
[INFO] [stdout] Expression: err_fmt
[INFO] [stdout] ────────────────────────────────────────────────────────────────────────────────
[INFO] [stdout] +new results
[INFO] [stdout] ────────────┬───────────────────────────────────────────────────────────────────
[INFO] [stdout]           0 │+␛[31m␛[1mParse Error␛[0m - Expected 'do' after loop condition␊
[INFO] [stdout]           1 │+  ␛[36m␛[1m->␛[0m [␛[36m␛[1m1␛[0m;␛[36m␛[1m1␛[0m]␊
[INFO] [stdout]           2 │+␛[36m␛[1m  |␛[0m␊
[INFO] [stdout]           3 │+␛[36m␛[1m1 |␛[0m while true; echo foo; done␊
[INFO] [stdout]           4 │+␛[36m␛[1m  |␛[0m ␛[31m␛[1m^^^^^^^^^^^^^^^^^^^^^␛[0m␊
[INFO] [stdout]           5 │+␛[36m␛[1m  |␛[0m
[INFO] [stdout] ────────────┴───────────────────────────────────────────────────────────────────
[INFO] [stdout] 
[INFO] [stdout] thread 'tests::error::loop_no_do' panicked at src/tests/error.rs:127:3:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5622bf9977d2 - std::backtrace_rs::backtrace::libunwind::trace::h2d45396358f41939
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5622bf9977d2 - std::backtrace_rs::backtrace::trace_unsynchronized::hffcefc0b67f1d6e2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5622bf9977d2 - std::sys::backtrace::_print_fmt::hd72f71d23b436b92
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x5622bf9977d2 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::hdcfcb6d4c8489523
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x5622bf9c1293 - core::fmt::rt::Argument::fmt::h2c56b3114963061a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x5622bf9c1293 - core::fmt::write::h8a494366950f23bb
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x5622bf993513 - std::io::default_write_fmt::h7b8824096454f323
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5622bf993513 - std::io::Write::write_fmt::h4e71294925c334d0
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x5622bf997622 - std::sys::backtrace::BacktraceLock::print::hb2a626a81e06b2dc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x5622bf999289 - std::panicking::default_hook::{{closure}}::h4f78485264f12d10
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:300:27
[INFO] [stdout]   10:     0x5622bf9990be - std::panicking::default_hook::h2c66fc99e962531d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:324:9
[INFO] [stdout]   11:     0x5622bf68d654 - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hb6bd65493727d71a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   12:     0x5622bf68d654 - test::test_main_with_exit_callback::{{closure}}::h60217ec76a0ece4a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5622bf999c5e - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h318e4efb8c1a5689
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   14:     0x5622bf999c5e - std::panicking::rust_panic_with_hook::h33ac55f64bbd807d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:841:13
[INFO] [stdout]   15:     0x5622bf999a2a - std::panicking::begin_panic_handler::{{closure}}::h30e7cb89678a57fe
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:706:13
[INFO] [stdout]   16:     0x5622bf997cc9 - std::sys::backtrace::__rust_end_short_backtrace::hed60f27456c16ced
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x5622bf9996bd - __rustc[de2ca18b4c54d5b8]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:697:5
[INFO] [stdout]   18:     0x5622bf9bec60 - core::panicking::panic_fmt::h62f63d096dd276af
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x5622bf9bf126 - core::result::unwrap_failed::h95bc3f5a607b2c95
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/result.rs:1765:5
[INFO] [stdout]   20:     0x5622bf42d42e - core::result::Result<T,E>::unwrap::hde6c952f47dfc4d7
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/result.rs:1167:23
[INFO] [stdout]   21:     0x5622bf42d42e - fern::tests::error::loop_no_do::he828a1f8e4440106
[INFO] [stdout]                                at /opt/rustwide/workdir/src/tests/error.rs:127:3
[INFO] [stdout]   22:     0x5622bf42cc97 - fern::tests::error::loop_no_do::{{closure}}::h6e263917032972f7
[INFO] [stdout]                                at /opt/rustwide/workdir/src/tests/error.rs:117:16
[INFO] [stdout]   23:     0x5622bf4f67d6 - core::ops::function::FnOnce::call_once::hfd3da4411b820283
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   24:     0x5622bf692ebb - core::ops::function::FnOnce::call_once::h1f9474f1347fff52
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   25:     0x5622bf692ebb - test::__rust_begin_short_backtrace::ha52ab26e77157f03
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:648:18
[INFO] [stdout]   26:     0x5622bf691ff5 - test::run_test_in_process::{{closure}}::h229c1a11a50b261f
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:74
[INFO] [stdout]   27:     0x5622bf691ff5 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h78821afbf97b39a9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   28:     0x5622bf691ff5 - std::panicking::catch_unwind::do_call::h53abf3ed5bd32ba3
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   29:     0x5622bf691ff5 - std::panicking::catch_unwind::h6deb5fe1e91873c9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   30:     0x5622bf691ff5 - std::panic::catch_unwind::hea0829b6b565654b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   31:     0x5622bf691ff5 - test::run_test_in_process::hdc44dfecea3db21b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:27
[INFO] [stdout]   32:     0x5622bf691ff5 - test::run_test::{{closure}}::h0364ba59bf23f652
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:592:43
[INFO] [stdout]   33:     0x5622bf655bf4 - test::run_test::{{closure}}::h32730b304eec05da
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:622:41
[INFO] [stdout]   34:     0x5622bf655bf4 - std::sys::backtrace::__rust_begin_short_backtrace::h177cb952fc54ad2c
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   35:     0x5622bf6595ca - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h119d903520007597
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   36:     0x5622bf6595ca - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hab88401d606702a6
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   37:     0x5622bf6595ca - std::panicking::catch_unwind::do_call::h163fe12cca9901c2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   38:     0x5622bf6595ca - std::panicking::catch_unwind::he81557d0e17cc1bc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   39:     0x5622bf6595ca - std::panic::catch_unwind::hc2b8e79c20593955
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x5622bf6595ca - std::thread::Builder::spawn_unchecked_::{{closure}}::hfa6b4978e07815cc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   41:     0x5622bf6595ca - core::ops::function::FnOnce::call_once{{vtable.shim}}::hddcd7484a13fd793
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   42:     0x5622bf99cd2f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h5924238c754de3b8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1971:9
[INFO] [stdout]   43:     0x5622bf99cd2f - std::sys::pal::unix::thread::Thread::new::thread_start::hb6e99e73da4d28f8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/pal/unix/thread.rs:107:17
[INFO] [stdout]   44:     0x730dc6d54aa4 - <unknown>
[INFO] [stdout]   45:     0x730dc6de1a34 - clone
[INFO] [stdout]   46:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- tests::error::unclosed_brc_grp stdout ----
[INFO] [stdout] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ Snapshot Summary ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
[INFO] [stdout] Snapshot file: src/tests/snapshots/fern__tests__error__unclosed_brc_grp.snap
[INFO] [stdout] Snapshot: unclosed_brc_grp
[INFO] [stdout] Source: src/tests/error.rs:71
[INFO] [stdout] ────────────────────────────────────────────────────────────────────────────────
[INFO] [stdout] Expression: err_fmt
[INFO] [stdout] ────────────────────────────────────────────────────────────────────────────────
[INFO] [stdout] +new results
[INFO] [stdout] ────────────┬───────────────────────────────────────────────────────────────────
[INFO] [stdout]           0 │+␛[31m␛[1mParse Error␛[0m - Expected a closing brace for this brace group␊
[INFO] [stdout]           1 │+  ␛[36m␛[1m->␛[0m [␛[36m␛[1m1␛[0m;␛[36m␛[1m1␛[0m]␊
[INFO] [stdout]           2 │+␛[36m␛[1m  |␛[0m␊
[INFO] [stdout]           3 │+␛[36m␛[1m1 |␛[0m { foo bar␊
[INFO] [stdout]           4 │+␛[36m␛[1m  |␛[0m ␛[31m␛[1m^^^^^^^^^␛[0m␊
[INFO] [stdout]           5 │+␛[36m␛[1m  |␛[0m
[INFO] [stdout] ────────────┴───────────────────────────────────────────────────────────────────
[INFO] [stdout] 
[INFO] [stdout] thread 'tests::error::unclosed_brc_grp' panicked at src/tests/error.rs:71:3:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5622bf9977d2 - std::backtrace_rs::backtrace::libunwind::trace::h2d45396358f41939
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5622bf9977d2 - std::backtrace_rs::backtrace::trace_unsynchronized::hffcefc0b67f1d6e2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5622bf9977d2 - std::sys::backtrace::_print_fmt::hd72f71d23b436b92
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x5622bf9977d2 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::hdcfcb6d4c8489523
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x5622bf9c1293 - core::fmt::rt::Argument::fmt::h2c56b3114963061a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x5622bf9c1293 - core::fmt::write::h8a494366950f23bb
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x5622bf993513 - std::io::default_write_fmt::h7b8824096454f323
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5622bf993513 - std::io::Write::write_fmt::h4e71294925c334d0
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x5622bf997622 - std::sys::backtrace::BacktraceLock::print::hb2a626a81e06b2dc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x5622bf999289 - std::panicking::default_hook::{{closure}}::h4f78485264f12d10
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:300:27
[INFO] [stdout]   10:     0x5622bf9990be - std::panicking::default_hook::h2c66fc99e962531d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:324:9
[INFO] [stdout]   11:     0x5622bf68d654 - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hb6bd65493727d71a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   12:     0x5622bf68d654 - test::test_main_with_exit_callback::{{closure}}::h60217ec76a0ece4a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5622bf999c5e - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h318e4efb8c1a5689
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   14:     0x5622bf999c5e - std::panicking::rust_panic_with_hook::h33ac55f64bbd807d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:841:13
[INFO] [stdout]   15:     0x5622bf999a2a - std::panicking::begin_panic_handler::{{closure}}::h30e7cb89678a57fe
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:706:13
[INFO] [stdout]   16:     0x5622bf997cc9 - std::sys::backtrace::__rust_end_short_backtrace::hed60f27456c16ced
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x5622bf9996bd - __rustc[de2ca18b4c54d5b8]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:697:5
[INFO] [stdout]   18:     0x5622bf9bec60 - core::panicking::panic_fmt::h62f63d096dd276af
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x5622bf9bf126 - core::result::unwrap_failed::h95bc3f5a607b2c95
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/result.rs:1765:5
[INFO] [stdout]   20:     0x5622bf42a36e - core::result::Result<T,E>::unwrap::hde6c952f47dfc4d7
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/result.rs:1167:23
[INFO] [stdout]   21:     0x5622bf42a36e - fern::tests::error::unclosed_brc_grp::h9c1fb8ffb3d6c7dc
[INFO] [stdout]                                at /opt/rustwide/workdir/src/tests/error.rs:71:3
[INFO] [stdout]   22:     0x5622bf429bd7 - fern::tests::error::unclosed_brc_grp::{{closure}}::h2eab623adee63545
[INFO] [stdout]                                at /opt/rustwide/workdir/src/tests/error.rs:59:22
[INFO] [stdout]   23:     0x5622bf4f5676 - core::ops::function::FnOnce::call_once::h8cafdefc3c4097db
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   24:     0x5622bf692ebb - core::ops::function::FnOnce::call_once::h1f9474f1347fff52
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   25:     0x5622bf692ebb - test::__rust_begin_short_backtrace::ha52ab26e77157f03
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:648:18
[INFO] [stdout]   26:     0x5622bf691ff5 - test::run_test_in_process::{{closure}}::h229c1a11a50b261f
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:74
[INFO] [stdout]   27:     0x5622bf691ff5 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h78821afbf97b39a9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   28:     0x5622bf691ff5 - std::panicking::catch_unwind::do_call::h53abf3ed5bd32ba3
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   29:     0x5622bf691ff5 - std::panicking::catch_unwind::h6deb5fe1e91873c9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   30:     0x5622bf691ff5 - std::panic::catch_unwind::hea0829b6b565654b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   31:     0x5622bf691ff5 - test::run_test_in_process::hdc44dfecea3db21b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:27
[INFO] [stdout]   32:     0x5622bf691ff5 - test::run_test::{{closure}}::h0364ba59bf23f652
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:592:43
[INFO] [stdout]   33:     0x5622bf655bf4 - test::run_test::{{closure}}::h32730b304eec05da
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:622:41
[INFO] [stdout]   34:     0x5622bf655bf4 - std::sys::backtrace::__rust_begin_short_backtrace::h177cb952fc54ad2c
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   35:     0x5622bf6595ca - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h119d903520007597
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   36:     0x5622bf6595ca - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hab88401d606702a6
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   37:     0x5622bf6595ca - std::panicking::catch_unwind::do_call::h163fe12cca9901c2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   38:     0x5622bf6595ca - std::panicking::catch_unwind::he81557d0e17cc1bc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   39:     0x5622bf6595ca - std::panic::catch_unwind::hc2b8e79c20593955
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x5622bf6595ca - std::thread::Builder::spawn_unchecked_::{{closure}}::hfa6b4978e07815cc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   41:     0x5622bf6595ca - core::ops::function::FnOnce::call_once{{vtable.shim}}::hddcd7484a13fd793
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   42:     0x5622bf99cd2f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h5924238c754de3b8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1971:9
[INFO] [stdout]   43:     0x5622bf99cd2f - std::sys::pal::unix::thread::Thread::new::thread_start::hb6e99e73da4d28f8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/pal/unix/thread.rs:107:17
[INFO] [stdout]   44:     0x730dc6d54aa4 - <unknown>
[INFO] [stdout]   45:     0x730dc6de1a34 - clone
[INFO] [stdout]   46:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- tests::error::unclosed_subsh stdout ----
[INFO] [stdout] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ Snapshot Summary ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
[INFO] [stdout] Snapshot file: src/tests/snapshots/fern__tests__error__unclosed_subsh.snap
[INFO] [stdout] Snapshot: unclosed_subsh
[INFO] [stdout] Source: src/tests/error.rs:27
[INFO] [stdout] ────────────────────────────────────────────────────────────────────────────────
[INFO] [stdout] Expression: err_fmt
[INFO] [stdout] ────────────────────────────────────────────────────────────────────────────────
[INFO] [stdout] +new results
[INFO] [stdout] ────────────┬───────────────────────────────────────────────────────────────────
[INFO] [stdout]           0 │+␛[31m␛[1mParse Error␛[0m - Unclosed subshell␊
[INFO] [stdout]           1 │+  ␛[36m␛[1m->␛[0m [␛[36m␛[1m1␛[0m;␛[36m␛[1m2␛[0m]␊
[INFO] [stdout]           2 │+␛[36m␛[1m  |␛[0m␊
[INFO] [stdout]           3 │+␛[36m␛[1m1 |␛[0m (foo␊
[INFO] [stdout]           4 │+␛[36m␛[1m  |␛[0m  ␛[31m␛[1m^␛[0m␊
[INFO] [stdout]           5 │+␛[36m␛[1m  |␛[0m
[INFO] [stdout] ────────────┴───────────────────────────────────────────────────────────────────
[INFO] [stdout] 
[INFO] [stdout] thread 'tests::error::unclosed_subsh' panicked at src/tests/error.rs:27:3:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5622bf9977d2 - std::backtrace_rs::backtrace::libunwind::trace::h2d45396358f41939
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5622bf9977d2 - std::backtrace_rs::backtrace::trace_unsynchronized::hffcefc0b67f1d6e2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5622bf9977d2 - std::sys::backtrace::_print_fmt::hd72f71d23b436b92
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x5622bf9977d2 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::hdcfcb6d4c8489523
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x5622bf9c1293 - core::fmt::rt::Argument::fmt::h2c56b3114963061a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x5622bf9c1293 - core::fmt::write::h8a494366950f23bb
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x5622bf993513 - std::io::default_write_fmt::h7b8824096454f323
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5622bf993513 - std::io::Write::write_fmt::h4e71294925c334d0
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x5622bf997622 - std::sys::backtrace::BacktraceLock::print::hb2a626a81e06b2dc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x5622bf999289 - std::panicking::default_hook::{{closure}}::h4f78485264f12d10
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:300:27
[INFO] [stdout]   10:     0x5622bf9990be - std::panicking::default_hook::h2c66fc99e962531d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:324:9
[INFO] [stdout]   11:     0x5622bf68d654 - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hb6bd65493727d71a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   12:     0x5622bf68d654 - test::test_main_with_exit_callback::{{closure}}::h60217ec76a0ece4a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5622bf999c5e - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h318e4efb8c1a5689
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   14:     0x5622bf999c5e - std::panicking::rust_panic_with_hook::h33ac55f64bbd807d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:841:13
[INFO] [stdout]   15:     0x5622bf999a2a - std::panicking::begin_panic_handler::{{closure}}::h30e7cb89678a57fe
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:706:13
[INFO] [stdout]   16:     0x5622bf997cc9 - std::sys::backtrace::__rust_end_short_backtrace::hed60f27456c16ced
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x5622bf9996bd - __rustc[de2ca18b4c54d5b8]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:697:5
[INFO] [stdout]   18:     0x5622bf9bec60 - core::panicking::panic_fmt::h62f63d096dd276af
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x5622bf9bf126 - core::result::unwrap_failed::h95bc3f5a607b2c95
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/result.rs:1765:5
[INFO] [stdout]   20:     0x5622bf428295 - core::result::Result<T,E>::unwrap::hde6c952f47dfc4d7
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/result.rs:1167:23
[INFO] [stdout]   21:     0x5622bf428295 - fern::tests::error::unclosed_subsh::h478e4379f6a9c900
[INFO] [stdout]                                at /opt/rustwide/workdir/src/tests/error.rs:27:3
[INFO] [stdout]   22:     0x5622bf427b47 - fern::tests::error::unclosed_subsh::{{closure}}::h8dbfeca72e3856ee
[INFO] [stdout]                                at /opt/rustwide/workdir/src/tests/error.rs:17:20
[INFO] [stdout]   23:     0x5622bf4f61c6 - core::ops::function::FnOnce::call_once::hd8732a34bc47bfbc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   24:     0x5622bf692ebb - core::ops::function::FnOnce::call_once::h1f9474f1347fff52
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   25:     0x5622bf692ebb - test::__rust_begin_short_backtrace::ha52ab26e77157f03
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:648:18
[INFO] [stdout]   26:     0x5622bf691ff5 - test::run_test_in_process::{{closure}}::h229c1a11a50b261f
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:74
[INFO] [stdout]   27:     0x5622bf691ff5 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h78821afbf97b39a9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   28:     0x5622bf691ff5 - std::panicking::catch_unwind::do_call::h53abf3ed5bd32ba3
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   29:     0x5622bf691ff5 - std::panicking::catch_unwind::h6deb5fe1e91873c9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   30:     0x5622bf691ff5 - std::panic::catch_unwind::hea0829b6b565654b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   31:     0x5622bf691ff5 - test::run_test_in_process::hdc44dfecea3db21b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:27
[INFO] [stdout]   32:     0x5622bf691ff5 - test::run_test::{{closure}}::h0364ba59bf23f652
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:592:43
[INFO] [stdout]   33:     0x5622bf655bf4 - test::run_test::{{closure}}::h32730b304eec05da
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:622:41
[INFO] [stdout]   34:     0x5622bf655bf4 - std::sys::backtrace::__rust_begin_short_backtrace::h177cb952fc54ad2c
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   35:     0x5622bf6595ca - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h119d903520007597
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   36:     0x5622bf6595ca - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hab88401d606702a6
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   37:     0x5622bf6595ca - std::panicking::catch_unwind::do_call::h163fe12cca9901c2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   38:     0x5622bf6595ca - std::panicking::catch_unwind::he81557d0e17cc1bc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   39:     0x5622bf6595ca - std::panic::catch_unwind::hc2b8e79c20593955
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x5622bf6595ca - std::thread::Builder::spawn_unchecked_::{{closure}}::hfa6b4978e07815cc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   41:     0x5622bf6595ca - core::ops::function::FnOnce::call_once{{vtable.shim}}::hddcd7484a13fd793
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   42:     0x5622bf99cd2f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h5924238c754de3b8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1971:9
[INFO] [stdout]   43:     0x5622bf99cd2f - std::sys::pal::unix::thread::Thread::new::thread_start::hb6e99e73da4d28f8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/pal/unix/thread.rs:107:17
[INFO] [stdout]   44:     0x730dc6d54aa4 - <unknown>
[INFO] [stdout]   45:     0x730dc6de1a34 - clone
[INFO] [stdout]   46:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- tests::error::loop_no_done stdout ----
[INFO] [stdout] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ Snapshot Summary ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
[INFO] [stdout] Snapshot file: src/tests/snapshots/fern__tests__error__loop_no_done.snap
[INFO] [stdout] Snapshot: loop_no_done
[INFO] [stdout] Source: src/tests/error.rs:113
[INFO] [stdout] ────────────────────────────────────────────────────────────────────────────────
[INFO] [stdout] Expression: err_fmt
[INFO] [stdout] ────────────────────────────────────────────────────────────────────────────────
[INFO] [stdout] +new results
[INFO] [stdout] ────────────┬───────────────────────────────────────────────────────────────────
[INFO] [stdout]           0 │+␛[31m␛[1mParse Error␛[0m - Expected 'done' after loop body␊
[INFO] [stdout]           1 │+  ␛[36m␛[1m->␛[0m [␛[36m␛[1m1␛[0m;␛[36m␛[1m1␛[0m]␊
[INFO] [stdout]           2 │+␛[36m␛[1m  |␛[0m␊
[INFO] [stdout]           3 │+␛[36m␛[1m1 |␛[0m while true; do echo foo;␊
[INFO] [stdout]           4 │+␛[36m␛[1m  |␛[0m ␛[31m␛[1m^^^^^^^^^^^^^^^^^^^^^^^^␛[0m␊
[INFO] [stdout]           5 │+␛[36m␛[1m  |␛[0m
[INFO] [stdout] ────────────┴───────────────────────────────────────────────────────────────────
[INFO] [stdout] 
[INFO] [stdout] thread 'tests::error::loop_no_done' panicked at src/tests/error.rs:113:3:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5622bf9977d2 - std::backtrace_rs::backtrace::libunwind::trace::h2d45396358f41939
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5622bf9977d2 - std::backtrace_rs::backtrace::trace_unsynchronized::hffcefc0b67f1d6e2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5622bf9977d2 - std::sys::backtrace::_print_fmt::hd72f71d23b436b92
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x5622bf9977d2 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::hdcfcb6d4c8489523
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x5622bf9c1293 - core::fmt::rt::Argument::fmt::h2c56b3114963061a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x5622bf9c1293 - core::fmt::write::h8a494366950f23bb
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x5622bf993513 - std::io::default_write_fmt::h7b8824096454f323
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5622bf993513 - std::io::Write::write_fmt::h4e71294925c334d0
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x5622bf997622 - std::sys::backtrace::BacktraceLock::print::hb2a626a81e06b2dc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x5622bf999289 - std::panicking::default_hook::{{closure}}::h4f78485264f12d10
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:300:27
[INFO] [stdout]   10:     0x5622bf9990be - std::panicking::default_hook::h2c66fc99e962531d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:324:9
[INFO] [stdout]   11:     0x5622bf68d654 - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hb6bd65493727d71a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   12:     0x5622bf68d654 - test::test_main_with_exit_callback::{{closure}}::h60217ec76a0ece4a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5622bf999c5e - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h318e4efb8c1a5689
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   14:     0x5622bf999c5e - std::panicking::rust_panic_with_hook::h33ac55f64bbd807d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:841:13
[INFO] [stdout]   15:     0x5622bf999a2a - std::panicking::begin_panic_handler::{{closure}}::h30e7cb89678a57fe
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:706:13
[INFO] [stdout]   16:     0x5622bf997cc9 - std::sys::backtrace::__rust_end_short_backtrace::hed60f27456c16ced
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x5622bf9996bd - __rustc[de2ca18b4c54d5b8]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:697:5
[INFO] [stdout]   18:     0x5622bf9bec60 - core::panicking::panic_fmt::h62f63d096dd276af
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x5622bf9bf126 - core::result::unwrap_failed::h95bc3f5a607b2c95
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/result.rs:1765:5
[INFO] [stdout]   20:     0x5622bf42c7fe - core::result::Result<T,E>::unwrap::hde6c952f47dfc4d7
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/result.rs:1167:23
[INFO] [stdout]   21:     0x5622bf42c7fe - fern::tests::error::loop_no_done::h1dd704ae4b03a482
[INFO] [stdout]                                at /opt/rustwide/workdir/src/tests/error.rs:113:3
[INFO] [stdout]   22:     0x5622bf42c067 - fern::tests::error::loop_no_done::{{closure}}::hbf0a1b5db95d9fcb
[INFO] [stdout]                                at /opt/rustwide/workdir/src/tests/error.rs:103:18
[INFO] [stdout]   23:     0x5622bf4f5b06 - core::ops::function::FnOnce::call_once::hb30dcc55fd47b1b8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   24:     0x5622bf692ebb - core::ops::function::FnOnce::call_once::h1f9474f1347fff52
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   25:     0x5622bf692ebb - test::__rust_begin_short_backtrace::ha52ab26e77157f03
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:648:18
[INFO] [stdout]   26:     0x5622bf691ff5 - test::run_test_in_process::{{closure}}::h229c1a11a50b261f
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:74
[INFO] [stdout]   27:     0x5622bf691ff5 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h78821afbf97b39a9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   28:     0x5622bf691ff5 - std::panicking::catch_unwind::do_call::h53abf3ed5bd32ba3
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   29:     0x5622bf691ff5 - std::panicking::catch_unwind::h6deb5fe1e91873c9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   30:     0x5622bf691ff5 - std::panic::catch_unwind::hea0829b6b565654b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   31:     0x5622bf691ff5 - test::run_test_in_process::hdc44dfecea3db21b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:27
[INFO] [stdout]   32:     0x5622bf691ff5 - test::run_test::{{closure}}::h0364ba59bf23f652
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:592:43
[INFO] [stdout]   33:     0x5622bf655bf4 - test::run_test::{{closure}}::h32730b304eec05da
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:622:41
[INFO] [stdout]   34:     0x5622bf655bf4 - std::sys::backtrace::__rust_begin_short_backtrace::h177cb952fc54ad2c
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   35:     0x5622bf6595ca - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h119d903520007597
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   36:     0x5622bf6595ca - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hab88401d606702a6
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   37:     0x5622bf6595ca - std::panicking::catch_unwind::do_call::h163fe12cca9901c2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   38:     0x5622bf6595ca - std::panicking::catch_unwind::he81557d0e17cc1bc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   39:     0x5622bf6595ca - std::panic::catch_unwind::hc2b8e79c20593955
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x5622bf6595ca - std::thread::Builder::spawn_unchecked_::{{closure}}::hfa6b4978e07815cc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   41:     0x5622bf6595ca - core::ops::function::FnOnce::call_once{{vtable.shim}}::hddcd7484a13fd793
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   42:     0x5622bf99cd2f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h5924238c754de3b8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1971:9
[INFO] [stdout]   43:     0x5622bf99cd2f - std::sys::pal::unix::thread::Thread::new::thread_start::hb6e99e73da4d28f8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/pal/unix/thread.rs:107:17
[INFO] [stdout]   44:     0x730dc6d54aa4 - <unknown>
[INFO] [stdout]   45:     0x730dc6de1a34 - clone
[INFO] [stdout]   46:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- tests::error::if_no_then stdout ----
[INFO] [stdout] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ Snapshot Summary ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
[INFO] [stdout] Snapshot file: src/tests/snapshots/fern__tests__error__if_no_then.snap
[INFO] [stdout] Snapshot: if_no_then
[INFO] [stdout] Source: src/tests/error.rs:99
[INFO] [stdout] ────────────────────────────────────────────────────────────────────────────────
[INFO] [stdout] Expression: err_fmt
[INFO] [stdout] ────────────────────────────────────────────────────────────────────────────────
[INFO] [stdout] +new results
[INFO] [stdout] ────────────┬───────────────────────────────────────────────────────────────────
[INFO] [stdout]           0 │+␛[31m␛[1mParse Error␛[0m - Expected 'then' after 'if' condition␊
[INFO] [stdout]           1 │+  ␛[36m␛[1m->␛[0m [␛[36m␛[1m1␛[0m;␛[36m␛[1m1␛[0m]␊
[INFO] [stdout]           2 │+␛[36m␛[1m  |␛[0m␊
[INFO] [stdout]           3 │+␛[36m␛[1m1 |␛[0m if foo; bar; fi␊
[INFO] [stdout]           4 │+␛[36m␛[1m  |␛[0m ␛[31m␛[1m^^^^^^^^^^^^␛[0m␊
[INFO] [stdout]           5 │+␛[36m␛[1m  |␛[0m
[INFO] [stdout] ────────────┴───────────────────────────────────────────────────────────────────
[INFO] [stdout] 
[INFO] [stdout] thread 'tests::error::if_no_then' panicked at src/tests/error.rs:99:3:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5622bf9977d2 - std::backtrace_rs::backtrace::libunwind::trace::h2d45396358f41939
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5622bf9977d2 - std::backtrace_rs::backtrace::trace_unsynchronized::hffcefc0b67f1d6e2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5622bf9977d2 - std::sys::backtrace::_print_fmt::hd72f71d23b436b92
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x5622bf9977d2 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::hdcfcb6d4c8489523
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x5622bf9c1293 - core::fmt::rt::Argument::fmt::h2c56b3114963061a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x5622bf9c1293 - core::fmt::write::h8a494366950f23bb
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x5622bf993513 - std::io::default_write_fmt::h7b8824096454f323
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5622bf993513 - std::io::Write::write_fmt::h4e71294925c334d0
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x5622bf997622 - std::sys::backtrace::BacktraceLock::print::hb2a626a81e06b2dc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x5622bf999289 - std::panicking::default_hook::{{closure}}::h4f78485264f12d10
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:300:27
[INFO] [stdout]   10:     0x5622bf9990be - std::panicking::default_hook::h2c66fc99e962531d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:324:9
[INFO] [stdout]   11:     0x5622bf68d654 - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hb6bd65493727d71a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   12:     0x5622bf68d654 - test::test_main_with_exit_callback::{{closure}}::h60217ec76a0ece4a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5622bf999c5e - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h318e4efb8c1a5689
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   14:     0x5622bf999c5e - std::panicking::rust_panic_with_hook::h33ac55f64bbd807d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:841:13
[INFO] [stdout]   15:     0x5622bf999a2a - std::panicking::begin_panic_handler::{{closure}}::h30e7cb89678a57fe
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:706:13
[INFO] [stdout]   16:     0x5622bf997cc9 - std::sys::backtrace::__rust_end_short_backtrace::hed60f27456c16ced
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x5622bf9996bd - __rustc[de2ca18b4c54d5b8]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:697:5
[INFO] [stdout]   18:     0x5622bf9bec60 - core::panicking::panic_fmt::h62f63d096dd276af
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x5622bf9bf126 - core::result::unwrap_failed::h95bc3f5a607b2c95
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/result.rs:1765:5
[INFO] [stdout]   20:     0x5622bf42bbce - core::result::Result<T,E>::unwrap::hde6c952f47dfc4d7
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/result.rs:1167:23
[INFO] [stdout]   21:     0x5622bf42bbce - fern::tests::error::if_no_then::ha11345d7890b37b7
[INFO] [stdout]                                at /opt/rustwide/workdir/src/tests/error.rs:99:3
[INFO] [stdout]   22:     0x5622bf42b437 - fern::tests::error::if_no_then::{{closure}}::h3c166c2e6c5ec027
[INFO] [stdout]                                at /opt/rustwide/workdir/src/tests/error.rs:89:16
[INFO] [stdout]   23:     0x5622bf4f4d56 - core::ops::function::FnOnce::call_once::h50180c93013b382e
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   24:     0x5622bf692ebb - core::ops::function::FnOnce::call_once::h1f9474f1347fff52
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   25:     0x5622bf692ebb - test::__rust_begin_short_backtrace::ha52ab26e77157f03
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:648:18
[INFO] [stdout]   26:     0x5622bf691ff5 - test::run_test_in_process::{{closure}}::h229c1a11a50b261f
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:74
[INFO] [stdout]   27:     0x5622bf691ff5 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h78821afbf97b39a9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   28:     0x5622bf691ff5 - std::panicking::catch_unwind::do_call::h53abf3ed5bd32ba3
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   29:     0x5622bf691ff5 - std::panicking::catch_unwind::h6deb5fe1e91873c9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   30:     0x5622bf691ff5 - std::panic::catch_unwind::hea0829b6b565654b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   31:     0x5622bf691ff5 - test::run_test_in_process::hdc44dfecea3db21b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:27
[INFO] [stdout]   32:     0x5622bf691ff5 - test::run_test::{{closure}}::h0364ba59bf23f652
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:592:43
[INFO] [stdout]   33:     0x5622bf655bf4 - test::run_test::{{closure}}::h32730b304eec05da
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:622:41
[INFO] [stdout]   34:     0x5622bf655bf4 - std::sys::backtrace::__rust_begin_short_backtrace::h177cb952fc54ad2c
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   35:     0x5622bf6595ca - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h119d903520007597
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   36:     0x5622bf6595ca - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hab88401d606702a6
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   37:     0x5622bf6595ca - std::panicking::catch_unwind::do_call::h163fe12cca9901c2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   38:     0x5622bf6595ca - std::panicking::catch_unwind::he81557d0e17cc1bc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   39:     0x5622bf6595ca - std::panic::catch_unwind::hc2b8e79c20593955
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x5622bf6595ca - std::thread::Builder::spawn_unchecked_::{{closure}}::hfa6b4978e07815cc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   41:     0x5622bf6595ca - core::ops::function::FnOnce::call_once{{vtable.shim}}::hddcd7484a13fd793
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   42:     0x5622bf99cd2f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h5924238c754de3b8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1971:9
[INFO] [stdout]   43:     0x5622bf99cd2f - std::sys::pal::unix::thread::Thread::new::thread_start::hb6e99e73da4d28f8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/pal/unix/thread.rs:107:17
[INFO] [stdout]   44:     0x730dc6d54aa4 - <unknown>
[INFO] [stdout]   45:     0x730dc6de1a34 - clone
[INFO] [stdout]   46:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- tests::error::unclosed_dquote stdout ----
[INFO] [stdout] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ Snapshot Summary ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
[INFO] [stdout] Snapshot file: src/tests/snapshots/fern__tests__error__unclosed_dquote.snap
[INFO] [stdout] Snapshot: unclosed_dquote
[INFO] [stdout] Source: src/tests/error.rs:41
[INFO] [stdout] ────────────────────────────────────────────────────────────────────────────────
[INFO] [stdout] Expression: err_fmt
[INFO] [stdout] ────────────────────────────────────────────────────────────────────────────────
[INFO] [stdout] +new results
[INFO] [stdout] ────────────┬───────────────────────────────────────────────────────────────────
[INFO] [stdout]           0 │+␛[31m␛[1mParse Error␛[0m - Unterminated quote␊
[INFO] [stdout]           1 │+  ␛[36m␛[1m->␛[0m [␛[36m␛[1m1␛[0m;␛[36m␛[1m1␛[0m]␊
[INFO] [stdout]           2 │+␛[36m␛[1m  |␛[0m␊
[INFO] [stdout]           3 │+␛[36m␛[1m1 |␛[0m "foo bar␊
[INFO] [stdout]           4 │+␛[36m␛[1m  |␛[0m ␛[31m␛[1m^^^^^^^^␛[0m␊
[INFO] [stdout]           5 │+␛[36m␛[1m  |␛[0m
[INFO] [stdout] ────────────┴───────────────────────────────────────────────────────────────────
[INFO] [stdout] 
[INFO] [stdout] thread 'tests::error::unclosed_dquote' panicked at src/tests/error.rs:41:3:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5622bf9977d2 - std::backtrace_rs::backtrace::libunwind::trace::h2d45396358f41939
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5622bf9977d2 - std::backtrace_rs::backtrace::trace_unsynchronized::hffcefc0b67f1d6e2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5622bf9977d2 - std::sys::backtrace::_print_fmt::hd72f71d23b436b92
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x5622bf9977d2 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::hdcfcb6d4c8489523
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x5622bf9c1293 - core::fmt::rt::Argument::fmt::h2c56b3114963061a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x5622bf9c1293 - core::fmt::write::h8a494366950f23bb
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x5622bf993513 - std::io::default_write_fmt::h7b8824096454f323
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5622bf993513 - std::io::Write::write_fmt::h4e71294925c334d0
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x5622bf997622 - std::sys::backtrace::BacktraceLock::print::hb2a626a81e06b2dc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x5622bf999289 - std::panicking::default_hook::{{closure}}::h4f78485264f12d10
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:300:27
[INFO] [stdout]   10:     0x5622bf9990be - std::panicking::default_hook::h2c66fc99e962531d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:324:9
[INFO] [stdout]   11:     0x5622bf68d654 - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hb6bd65493727d71a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   12:     0x5622bf68d654 - test::test_main_with_exit_callback::{{closure}}::h60217ec76a0ece4a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5622bf999c5e - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h318e4efb8c1a5689
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   14:     0x5622bf999c5e - std::panicking::rust_panic_with_hook::h33ac55f64bbd807d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:841:13
[INFO] [stdout]   15:     0x5622bf999a2a - std::panicking::begin_panic_handler::{{closure}}::h30e7cb89678a57fe
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:706:13
[INFO] [stdout]   16:     0x5622bf997cc9 - std::sys::backtrace::__rust_end_short_backtrace::hed60f27456c16ced
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x5622bf9996bd - __rustc[de2ca18b4c54d5b8]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:697:5
[INFO] [stdout]   18:     0x5622bf9bec60 - core::panicking::panic_fmt::h62f63d096dd276af
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x5622bf9bf126 - core::result::unwrap_failed::h95bc3f5a607b2c95
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/result.rs:1765:5
[INFO] [stdout]   20:     0x5622bf428d9c - core::result::Result<T,E>::unwrap::hde6c952f47dfc4d7
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/result.rs:1167:23
[INFO] [stdout]   21:     0x5622bf428d9c - fern::tests::error::unclosed_dquote::h437862aadcd2ab7c
[INFO] [stdout]                                at /opt/rustwide/workdir/src/tests/error.rs:41:3
[INFO] [stdout]   22:     0x5622bf428657 - fern::tests::error::unclosed_dquote::{{closure}}::h61309630247c9ebd
[INFO] [stdout]                                at /opt/rustwide/workdir/src/tests/error.rs:31:21
[INFO] [stdout]   23:     0x5622bf4f4346 - core::ops::function::FnOnce::call_once::h0b09d344130dbecb
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   24:     0x5622bf692ebb - core::ops::function::FnOnce::call_once::h1f9474f1347fff52
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   25:     0x5622bf692ebb - test::__rust_begin_short_backtrace::ha52ab26e77157f03
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:648:18
[INFO] [stdout]   26:     0x5622bf691ff5 - test::run_test_in_process::{{closure}}::h229c1a11a50b261f
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:74
[INFO] [stdout]   27:     0x5622bf691ff5 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h78821afbf97b39a9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   28:     0x5622bf691ff5 - std::panicking::catch_unwind::do_call::h53abf3ed5bd32ba3
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   29:     0x5622bf691ff5 - std::panicking::catch_unwind::h6deb5fe1e91873c9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   30:     0x5622bf691ff5 - std::panic::catch_unwind::hea0829b6b565654b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   31:     0x5622bf691ff5 - test::run_test_in_process::hdc44dfecea3db21b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:27
[INFO] [stdout]   32:     0x5622bf691ff5 - test::run_test::{{closure}}::h0364ba59bf23f652
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:592:43
[INFO] [stdout]   33:     0x5622bf655bf4 - test::run_test::{{closure}}::h32730b304eec05da
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:622:41
[INFO] [stdout]   34:     0x5622bf655bf4 - std::sys::backtrace::__rust_begin_short_backtrace::h177cb952fc54ad2c
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   35:     0x5622bf6595ca - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h119d903520007597
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   36:     0x5622bf6595ca - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hab88401d606702a6
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   37:     0x5622bf6595ca - std::panicking::catch_unwind::do_call::h163fe12cca9901c2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   38:     0x5622bf6595ca - std::panicking::catch_unwind::he81557d0e17cc1bc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   39:     0x5622bf6595ca - std::panic::catch_unwind::hc2b8e79c20593955
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x5622bf6595ca - std::thread::Builder::spawn_unchecked_::{{closure}}::hfa6b4978e07815cc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   41:     0x5622bf6595ca - core::ops::function::FnOnce::call_once{{vtable.shim}}::hddcd7484a13fd793
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   42:     0x5622bf99cd2f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h5924238c754de3b8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1971:9
[INFO] [stdout]   43:     0x5622bf99cd2f - std::sys::pal::unix::thread::Thread::new::thread_start::hb6e99e73da4d28f8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/pal/unix/thread.rs:107:17
[INFO] [stdout]   44:     0x730dc6d54aa4 - <unknown>
[INFO] [stdout]   45:     0x730dc6de1a34 - clone
[INFO] [stdout]   46:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- tests::error::cmd_not_found stdout ----
[INFO] [stdout] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ Snapshot Summary ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
[INFO] [stdout] Snapshot file: src/tests/snapshots/fern__tests__error__cmd_not_found.snap
[INFO] [stdout] Snapshot: cmd_not_found
[INFO] [stdout] Source: src/tests/error.rs:13
[INFO] [stdout] ────────────────────────────────────────────────────────────────────────────────
[INFO] [stdout] Expression: err_fmt
[INFO] [stdout] ────────────────────────────────────────────────────────────────────────────────
[INFO] [stdout] +new results
[INFO] [stdout] ────────────┬───────────────────────────────────────────────────────────────────
[INFO] [stdout]           0 │+␛[31m␛[1mCommand not found: foo␛[0m - ␊
[INFO] [stdout]           1 │+  ␛[36m␛[1m->␛[0m [␛[36m␛[1m1␛[0m;␛[36m␛[1m1␛[0m]␊
[INFO] [stdout]           2 │+␛[36m␛[1m  |␛[0m␊
[INFO] [stdout]           3 │+␛[36m␛[1m1 |␛[0m foo␊
[INFO] [stdout]           4 │+␛[36m␛[1m  |␛[0m
[INFO] [stdout] ────────────┴───────────────────────────────────────────────────────────────────
[INFO] [stdout] 
[INFO] [stdout] thread 'tests::error::cmd_not_found' panicked at src/tests/error.rs:13:3:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5622bf9977d2 - std::backtrace_rs::backtrace::libunwind::trace::h2d45396358f41939
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5622bf9977d2 - std::backtrace_rs::backtrace::trace_unsynchronized::hffcefc0b67f1d6e2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5622bf9977d2 - std::sys::backtrace::_print_fmt::hd72f71d23b436b92
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x5622bf9977d2 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::hdcfcb6d4c8489523
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x5622bf9c1293 - core::fmt::rt::Argument::fmt::h2c56b3114963061a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x5622bf9c1293 - core::fmt::write::h8a494366950f23bb
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x5622bf993513 - std::io::default_write_fmt::h7b8824096454f323
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5622bf993513 - std::io::Write::write_fmt::h4e71294925c334d0
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x5622bf997622 - std::sys::backtrace::BacktraceLock::print::hb2a626a81e06b2dc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x5622bf999289 - std::panicking::default_hook::{{closure}}::h4f78485264f12d10
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:300:27
[INFO] [stdout]   10:     0x5622bf9990be - std::panicking::default_hook::h2c66fc99e962531d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:324:9
[INFO] [stdout]   11:     0x5622bf68d654 - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hb6bd65493727d71a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   12:     0x5622bf68d654 - test::test_main_with_exit_callback::{{closure}}::h60217ec76a0ece4a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5622bf999c5e - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h318e4efb8c1a5689
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   14:     0x5622bf999c5e - std::panicking::rust_panic_with_hook::h33ac55f64bbd807d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:841:13
[INFO] [stdout]   15:     0x5622bf999a2a - std::panicking::begin_panic_handler::{{closure}}::h30e7cb89678a57fe
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:706:13
[INFO] [stdout]   16:     0x5622bf997cc9 - std::sys::backtrace::__rust_end_short_backtrace::hed60f27456c16ced
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x5622bf9996bd - __rustc[de2ca18b4c54d5b8]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:697:5
[INFO] [stdout]   18:     0x5622bf9bec60 - core::panicking::panic_fmt::h62f63d096dd276af
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x5622bf9bf126 - core::result::unwrap_failed::h95bc3f5a607b2c95
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/result.rs:1765:5
[INFO] [stdout]   20:     0x5622bf427868 - core::result::Result<T,E>::unwrap::hde6c952f47dfc4d7
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/result.rs:1167:23
[INFO] [stdout]   21:     0x5622bf427868 - fern::tests::error::cmd_not_found::h5bd2668ca45cdeee
[INFO] [stdout]                                at /opt/rustwide/workdir/src/tests/error.rs:13:3
[INFO] [stdout]   22:     0x5622bf427007 - fern::tests::error::cmd_not_found::{{closure}}::h4edf69ed1cb45c69
[INFO] [stdout]                                at /opt/rustwide/workdir/src/tests/error.rs:4:19
[INFO] [stdout]   23:     0x5622bf4f54f6 - core::ops::function::FnOnce::call_once::h85fa7639041db48a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   24:     0x5622bf692ebb - core::ops::function::FnOnce::call_once::h1f9474f1347fff52
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   25:     0x5622bf692ebb - test::__rust_begin_short_backtrace::ha52ab26e77157f03
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:648:18
[INFO] [stdout]   26:     0x5622bf691ff5 - test::run_test_in_process::{{closure}}::h229c1a11a50b261f
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:74
[INFO] [stdout]   27:     0x5622bf691ff5 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h78821afbf97b39a9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   28:     0x5622bf691ff5 - std::panicking::catch_unwind::do_call::h53abf3ed5bd32ba3
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   29:     0x5622bf691ff5 - std::panicking::catch_unwind::h6deb5fe1e91873c9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   30:     0x5622bf691ff5 - std::panic::catch_unwind::hea0829b6b565654b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   31:     0x5622bf691ff5 - test::run_test_in_process::hdc44dfecea3db21b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:27
[INFO] [stdout]   32:     0x5622bf691ff5 - test::run_test::{{closure}}::h0364ba59bf23f652
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:592:43
[INFO] [stdout]   33:     0x5622bf655bf4 - test::run_test::{{closure}}::h32730b304eec05da
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:622:41
[INFO] [stdout]   34:     0x5622bf655bf4 - std::sys::backtrace::__rust_begin_short_backtrace::h177cb952fc54ad2c
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   35:     0x5622bf6595ca - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h119d903520007597
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   36:     0x5622bf6595ca - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hab88401d606702a6
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   37:     0x5622bf6595ca - std::panicking::catch_unwind::do_call::h163fe12cca9901c2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   38:     0x5622bf6595ca - std::panicking::catch_unwind::he81557d0e17cc1bc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   39:     0x5622bf6595ca - std::panic::catch_unwind::hc2b8e79c20593955
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x5622bf6595ca - std::thread::Builder::spawn_unchecked_::{{closure}}::hfa6b4978e07815cc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   41:     0x5622bf6595ca - core::ops::function::FnOnce::call_once{{vtable.shim}}::hddcd7484a13fd793
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   42:     0x5622bf99cd2f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h5924238c754de3b8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1971:9
[INFO] [stdout]   43:     0x5622bf99cd2f - std::sys::pal::unix::thread::Thread::new::thread_start::hb6e99e73da4d28f8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/pal/unix/thread.rs:107:17
[INFO] [stdout]   44:     0x730dc6d54aa4 - <unknown>
[INFO] [stdout]   45:     0x730dc6de1a34 - clone
[INFO] [stdout]   46:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- tests::error::unclosed_squote stdout ----
[INFO] [stdout] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ Snapshot Summary ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
[INFO] [stdout] Snapshot file: src/tests/snapshots/fern__tests__error__unclosed_squote.snap
[INFO] [stdout] Snapshot: unclosed_squote
[INFO] [stdout] Source: src/tests/error.rs:55
[INFO] [stdout] ────────────────────────────────────────────────────────────────────────────────
[INFO] [stdout] Expression: err_fmt
[INFO] [stdout] ────────────────────────────────────────────────────────────────────────────────
[INFO] [stdout] +new results
[INFO] [stdout] ────────────┬───────────────────────────────────────────────────────────────────
[INFO] [stdout]           0 │+␛[31m␛[1mParse Error␛[0m - Unterminated quote␊
[INFO] [stdout]           1 │+  ␛[36m␛[1m->␛[0m [␛[36m␛[1m1␛[0m;␛[36m␛[1m1␛[0m]␊
[INFO] [stdout]           2 │+␛[36m␛[1m  |␛[0m␊
[INFO] [stdout]           3 │+␛[36m␛[1m1 |␛[0m 'foo bar␊
[INFO] [stdout]           4 │+␛[36m␛[1m  |␛[0m ␛[31m␛[1m^^^^^^^^␛[0m␊
[INFO] [stdout]           5 │+␛[36m␛[1m  |␛[0m
[INFO] [stdout] ────────────┴───────────────────────────────────────────────────────────────────
[INFO] [stdout] 
[INFO] [stdout] thread 'tests::error::unclosed_squote' panicked at src/tests/error.rs:55:3:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5622bf9977d2 - std::backtrace_rs::backtrace::libunwind::trace::h2d45396358f41939
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5622bf9977d2 - std::backtrace_rs::backtrace::trace_unsynchronized::hffcefc0b67f1d6e2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5622bf9977d2 - std::sys::backtrace::_print_fmt::hd72f71d23b436b92
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x5622bf9977d2 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::hdcfcb6d4c8489523
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x5622bf9c1293 - core::fmt::rt::Argument::fmt::h2c56b3114963061a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x5622bf9c1293 - core::fmt::write::h8a494366950f23bb
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x5622bf993513 - std::io::default_write_fmt::h7b8824096454f323
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5622bf993513 - std::io::Write::write_fmt::h4e71294925c334d0
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x5622bf997622 - std::sys::backtrace::BacktraceLock::print::hb2a626a81e06b2dc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x5622bf999289 - std::panicking::default_hook::{{closure}}::h4f78485264f12d10
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:300:27
[INFO] [stdout]   10:     0x5622bf9990be - std::panicking::default_hook::h2c66fc99e962531d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:324:9
[INFO] [stdout]   11:     0x5622bf68d654 - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hb6bd65493727d71a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   12:     0x5622bf68d654 - test::test_main_with_exit_callback::{{closure}}::h60217ec76a0ece4a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5622bf999c5e - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h318e4efb8c1a5689
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   14:     0x5622bf999c5e - std::panicking::rust_panic_with_hook::h33ac55f64bbd807d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:841:13
[INFO] [stdout]   15:     0x5622bf999a2a - std::panicking::begin_panic_handler::{{closure}}::h30e7cb89678a57fe
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:706:13
[INFO] [stdout]   16:     0x5622bf997cc9 - std::sys::backtrace::__rust_end_short_backtrace::hed60f27456c16ced
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x5622bf9996bd - __rustc[de2ca18b4c54d5b8]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:697:5
[INFO] [stdout]   18:     0x5622bf9bec60 - core::panicking::panic_fmt::h62f63d096dd276af
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x5622bf9bf126 - core::result::unwrap_failed::h95bc3f5a607b2c95
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/result.rs:1765:5
[INFO] [stdout]   20:     0x5622bf42985c - core::result::Result<T,E>::unwrap::hde6c952f47dfc4d7
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/result.rs:1167:23
[INFO] [stdout]   21:     0x5622bf42985c - fern::tests::error::unclosed_squote::h8c9656cabbc07962
[INFO] [stdout]                                at /opt/rustwide/workdir/src/tests/error.rs:55:3
[INFO] [stdout]   22:     0x5622bf429117 - fern::tests::error::unclosed_squote::{{closure}}::h22753b91f1cf1b7c
[INFO] [stdout]                                at /opt/rustwide/workdir/src/tests/error.rs:45:21
[INFO] [stdout]   23:     0x5622bf4f5d46 - core::ops::function::FnOnce::call_once::hbdf0f2640c89839d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   24:     0x5622bf692ebb - core::ops::function::FnOnce::call_once::h1f9474f1347fff52
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   25:     0x5622bf692ebb - test::__rust_begin_short_backtrace::ha52ab26e77157f03
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:648:18
[INFO] [stdout]   26:     0x5622bf691ff5 - test::run_test_in_process::{{closure}}::h229c1a11a50b261f
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:74
[INFO] [stdout]   27:     0x5622bf691ff5 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h78821afbf97b39a9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   28:     0x5622bf691ff5 - std::panicking::catch_unwind::do_call::h53abf3ed5bd32ba3
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   29:     0x5622bf691ff5 - std::panicking::catch_unwind::h6deb5fe1e91873c9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   30:     0x5622bf691ff5 - std::panic::catch_unwind::hea0829b6b565654b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   31:     0x5622bf691ff5 - test::run_test_in_process::hdc44dfecea3db21b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:27
[INFO] [stdout]   32:     0x5622bf691ff5 - test::run_test::{{closure}}::h0364ba59bf23f652
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:592:43
[INFO] [stdout]   33:     0x5622bf655bf4 - test::run_test::{{closure}}::h32730b304eec05da
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:622:41
[INFO] [stdout]   34:     0x5622bf655bf4 - std::sys::backtrace::__rust_begin_short_backtrace::h177cb952fc54ad2c
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   35:     0x5622bf6595ca - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h119d903520007597
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   36:     0x5622bf6595ca - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hab88401d606702a6
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   37:     0x5622bf6595ca - std::panicking::catch_unwind::do_call::h163fe12cca9901c2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   38:     0x5622bf6595ca - std::panicking::catch_unwind::he81557d0e17cc1bc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   39:     0x5622bf6595ca - std::panic::catch_unwind::hc2b8e79c20593955
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x5622bf6595ca - std::thread::Builder::spawn_unchecked_::{{closure}}::hfa6b4978e07815cc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   41:     0x5622bf6595ca - core::ops::function::FnOnce::call_once{{vtable.shim}}::hddcd7484a13fd793
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   42:     0x5622bf99cd2f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h5924238c754de3b8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1971:9
[INFO] [stdout]   43:     0x5622bf99cd2f - std::sys::pal::unix::thread::Thread::new::thread_start::hb6e99e73da4d28f8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/pal/unix/thread.rs:107:17
[INFO] [stdout]   44:     0x730dc6d54aa4 - <unknown>
[INFO] [stdout]   45:     0x730dc6de1a34 - clone
[INFO] [stdout]   46:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- tests::error::case_no_in stdout ----
[INFO] [stdout] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ Snapshot Summary ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
[INFO] [stdout] Snapshot file: src/tests/snapshots/fern__tests__error__case_no_in.snap
[INFO] [stdout] Snapshot: case_no_in
[INFO] [stdout] Source: src/tests/error.rs:155
[INFO] [stdout] ────────────────────────────────────────────────────────────────────────────────
[INFO] [stdout] Expression: err_fmt
[INFO] [stdout] ────────────────────────────────────────────────────────────────────────────────
[INFO] [stdout] +new results
[INFO] [stdout] ────────────┬───────────────────────────────────────────────────────────────────
[INFO] [stdout]           0 │+␛[31m␛[1mParse Error␛[0m - Expected 'in' after case variable name␊
[INFO] [stdout]           1 │+  ␛[36m␛[1m->␛[0m [␛[36m␛[1m1␛[0m;␛[36m␛[1m1␛[0m]␊
[INFO] [stdout]           2 │+␛[36m␛[1m  |␛[0m␊
[INFO] [stdout]           3 │+␛[36m␛[1m1 |␛[0m case foo foo) bar;; bar) foo;; esac␊
[INFO] [stdout]           4 │+␛[36m␛[1m  |␛[0m ␛[31m␛[1m^^^^^^^^^^^^^^^^^^^␛[0m␊
[INFO] [stdout]           5 │+␛[36m␛[1m  |␛[0m
[INFO] [stdout] ────────────┴───────────────────────────────────────────────────────────────────
[INFO] [stdout] 
[INFO] [stdout] thread 'tests::error::case_no_in' panicked at src/tests/error.rs:155:3:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5622bf9977d2 - std::backtrace_rs::backtrace::libunwind::trace::h2d45396358f41939
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5622bf9977d2 - std::backtrace_rs::backtrace::trace_unsynchronized::hffcefc0b67f1d6e2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5622bf9977d2 - std::sys::backtrace::_print_fmt::hd72f71d23b436b92
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x5622bf9977d2 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::hdcfcb6d4c8489523
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x5622bf9c1293 - core::fmt::rt::Argument::fmt::h2c56b3114963061a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x5622bf9c1293 - core::fmt::write::h8a494366950f23bb
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x5622bf993513 - std::io::default_write_fmt::h7b8824096454f323
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5622bf993513 - std::io::Write::write_fmt::h4e71294925c334d0
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x5622bf997622 - std::sys::backtrace::BacktraceLock::print::hb2a626a81e06b2dc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x5622bf999289 - std::panicking::default_hook::{{closure}}::h4f78485264f12d10
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:300:27
[INFO] [stdout]   10:     0x5622bf9990be - std::panicking::default_hook::h2c66fc99e962531d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:324:9
[INFO] [stdout]   11:     0x5622bf68d654 - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hb6bd65493727d71a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   12:     0x5622bf68d654 - test::test_main_with_exit_callback::{{closure}}::h60217ec76a0ece4a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5622bf999c5e - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h318e4efb8c1a5689
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   14:     0x5622bf999c5e - std::panicking::rust_panic_with_hook::h33ac55f64bbd807d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:841:13
[INFO] [stdout]   15:     0x5622bf999a2a - std::panicking::begin_panic_handler::{{closure}}::h30e7cb89678a57fe
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:706:13
[INFO] [stdout]   16:     0x5622bf997cc9 - std::sys::backtrace::__rust_end_short_backtrace::hed60f27456c16ced
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x5622bf9996bd - __rustc[de2ca18b4c54d5b8]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:697:5
[INFO] [stdout]   18:     0x5622bf9bec60 - core::panicking::panic_fmt::h62f63d096dd276af
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x5622bf9bf126 - core::result::unwrap_failed::h95bc3f5a607b2c95
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/result.rs:1765:5
[INFO] [stdout]   20:     0x5622bf42ec8e - core::result::Result<T,E>::unwrap::hde6c952f47dfc4d7
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/result.rs:1167:23
[INFO] [stdout]   21:     0x5622bf42ec8e - fern::tests::error::case_no_in::h3cf9e2754157c2a3
[INFO] [stdout]                                at /opt/rustwide/workdir/src/tests/error.rs:155:3
[INFO] [stdout]   22:     0x5622bf42e4f7 - fern::tests::error::case_no_in::{{closure}}::h1d80e499692828d2
[INFO] [stdout]                                at /opt/rustwide/workdir/src/tests/error.rs:145:16
[INFO] [stdout]   23:     0x5622bf4f49d6 - core::ops::function::FnOnce::call_once::h3bc1f3f3b30d63eb
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   24:     0x5622bf692ebb - core::ops::function::FnOnce::call_once::h1f9474f1347fff52
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   25:     0x5622bf692ebb - test::__rust_begin_short_backtrace::ha52ab26e77157f03
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:648:18
[INFO] [stdout]   26:     0x5622bf691ff5 - test::run_test_in_process::{{closure}}::h229c1a11a50b261f
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:74
[INFO] [stdout]   27:     0x5622bf691ff5 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h78821afbf97b39a9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   28:     0x5622bf691ff5 - std::panicking::catch_unwind::do_call::h53abf3ed5bd32ba3
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   29:     0x5622bf691ff5 - std::panicking::catch_unwind::h6deb5fe1e91873c9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   30:     0x5622bf691ff5 - std::panic::catch_unwind::hea0829b6b565654b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   31:     0x5622bf691ff5 - test::run_test_in_process::hdc44dfecea3db21b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:27
[INFO] [stdout]   32:     0x5622bf691ff5 - test::run_test::{{closure}}::h0364ba59bf23f652
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:592:43
[INFO] [stdout]   33:     0x5622bf655bf4 - test::run_test::{{closure}}::h32730b304eec05da
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:622:41
[INFO] [stdout]   34:     0x5622bf655bf4 - std::sys::backtrace::__rust_begin_short_backtrace::h177cb952fc54ad2c
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   35:     0x5622bf6595ca - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h119d903520007597
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   36:     0x5622bf6595ca - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hab88401d606702a6
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   37:     0x5622bf6595ca - std::panicking::catch_unwind::do_call::h163fe12cca9901c2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   38:     0x5622bf6595ca - std::panicking::catch_unwind::he81557d0e17cc1bc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   39:     0x5622bf6595ca - std::panic::catch_unwind::hc2b8e79c20593955
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x5622bf6595ca - std::thread::Builder::spawn_unchecked_::{{closure}}::hfa6b4978e07815cc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   41:     0x5622bf6595ca - core::ops::function::FnOnce::call_once{{vtable.shim}}::hddcd7484a13fd793
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   42:     0x5622bf99cd2f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h5924238c754de3b8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1971:9
[INFO] [stdout]   43:     0x5622bf99cd2f - std::sys::pal::unix::thread::Thread::new::thread_start::hb6e99e73da4d28f8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/pal/unix/thread.rs:107:17
[INFO] [stdout]   44:     0x730dc6d54aa4 - <unknown>
[INFO] [stdout]   45:     0x730dc6de1a34 - clone
[INFO] [stdout]   46:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- tests::error::if_no_fi stdout ----
[INFO] [stdout] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ Snapshot Summary ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
[INFO] [stdout] Snapshot file: src/tests/snapshots/fern__tests__error__if_no_fi.snap
[INFO] [stdout] Snapshot: if_no_fi
[INFO] [stdout] Source: src/tests/error.rs:85
[INFO] [stdout] ────────────────────────────────────────────────────────────────────────────────
[INFO] [stdout] Expression: err_fmt
[INFO] [stdout] ────────────────────────────────────────────────────────────────────────────────
[INFO] [stdout] +new results
[INFO] [stdout] ────────────┬───────────────────────────────────────────────────────────────────
[INFO] [stdout]           0 │+␛[31m␛[1mParse Error␛[0m - Expected 'fi' after if statement␊
[INFO] [stdout]           1 │+  ␛[36m␛[1m->␛[0m [␛[36m␛[1m1␛[0m;␛[36m␛[1m1␛[0m]␊
[INFO] [stdout]           2 │+␛[36m␛[1m  |␛[0m␊
[INFO] [stdout]           3 │+␛[36m␛[1m1 |␛[0m if foo; then bar;␊
[INFO] [stdout]           4 │+␛[36m␛[1m  |␛[0m ␛[31m␛[1m^^^^^^^^^^^^^^^^^␛[0m␊
[INFO] [stdout]           5 │+␛[36m␛[1m  |␛[0m
[INFO] [stdout] ────────────┴───────────────────────────────────────────────────────────────────
[INFO] [stdout] 
[INFO] [stdout] thread 'tests::error::if_no_fi' panicked at src/tests/error.rs:85:3:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5622bf9977d2 - std::backtrace_rs::backtrace::libunwind::trace::h2d45396358f41939
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5622bf9977d2 - std::backtrace_rs::backtrace::trace_unsynchronized::hffcefc0b67f1d6e2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5622bf9977d2 - std::sys::backtrace::_print_fmt::hd72f71d23b436b92
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x5622bf9977d2 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::hdcfcb6d4c8489523
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x5622bf9c1293 - core::fmt::rt::Argument::fmt::h2c56b3114963061a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x5622bf9c1293 - core::fmt::write::h8a494366950f23bb
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x5622bf993513 - std::io::default_write_fmt::h7b8824096454f323
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5622bf993513 - std::io::Write::write_fmt::h4e71294925c334d0
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x5622bf997622 - std::sys::backtrace::BacktraceLock::print::hb2a626a81e06b2dc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x5622bf999289 - std::panicking::default_hook::{{closure}}::h4f78485264f12d10
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:300:27
[INFO] [stdout]   10:     0x5622bf9990be - std::panicking::default_hook::h2c66fc99e962531d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:324:9
[INFO] [stdout]   11:     0x5622bf68d654 - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hb6bd65493727d71a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   12:     0x5622bf68d654 - test::test_main_with_exit_callback::{{closure}}::h60217ec76a0ece4a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5622bf999c5e - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h318e4efb8c1a5689
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   14:     0x5622bf999c5e - std::panicking::rust_panic_with_hook::h33ac55f64bbd807d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:841:13
[INFO] [stdout]   15:     0x5622bf999a2a - std::panicking::begin_panic_handler::{{closure}}::h30e7cb89678a57fe
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:706:13
[INFO] [stdout]   16:     0x5622bf997cc9 - std::sys::backtrace::__rust_end_short_backtrace::hed60f27456c16ced
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x5622bf9996bd - __rustc[de2ca18b4c54d5b8]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:697:5
[INFO] [stdout]   18:     0x5622bf9bec60 - core::panicking::panic_fmt::h62f63d096dd276af
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x5622bf9bf126 - core::result::unwrap_failed::h95bc3f5a607b2c95
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/result.rs:1765:5
[INFO] [stdout]   20:     0x5622bf42af9e - core::result::Result<T,E>::unwrap::hde6c952f47dfc4d7
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/result.rs:1167:23
[INFO] [stdout]   21:     0x5622bf42af9e - fern::tests::error::if_no_fi::hbe26dedd2c114506
[INFO] [stdout]                                at /opt/rustwide/workdir/src/tests/error.rs:85:3
[INFO] [stdout]   22:     0x5622bf42a807 - fern::tests::error::if_no_fi::{{closure}}::h0051e98d7b8d2bb9
[INFO] [stdout]                                at /opt/rustwide/workdir/src/tests/error.rs:75:14
[INFO] [stdout]   23:     0x5622bf4f42c6 - core::ops::function::FnOnce::call_once::h076cc2c4db7a53ae
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   24:     0x5622bf692ebb - core::ops::function::FnOnce::call_once::h1f9474f1347fff52
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   25:     0x5622bf692ebb - test::__rust_begin_short_backtrace::ha52ab26e77157f03
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:648:18
[INFO] [stdout]   26:     0x5622bf691ff5 - test::run_test_in_process::{{closure}}::h229c1a11a50b261f
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:74
[INFO] [stdout]   27:     0x5622bf691ff5 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h78821afbf97b39a9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   28:     0x5622bf691ff5 - std::panicking::catch_unwind::do_call::h53abf3ed5bd32ba3
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   29:     0x5622bf691ff5 - std::panicking::catch_unwind::h6deb5fe1e91873c9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   30:     0x5622bf691ff5 - std::panic::catch_unwind::hea0829b6b565654b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   31:     0x5622bf691ff5 - test::run_test_in_process::hdc44dfecea3db21b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:27
[INFO] [stdout]   32:     0x5622bf691ff5 - test::run_test::{{closure}}::h0364ba59bf23f652
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:592:43
[INFO] [stdout]   33:     0x5622bf655bf4 - test::run_test::{{closure}}::h32730b304eec05da
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:622:41
[INFO] [stdout]   34:     0x5622bf655bf4 - std::sys::backtrace::__rust_begin_short_backtrace::h177cb952fc54ad2c
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   35:     0x5622bf6595ca - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h119d903520007597
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   36:     0x5622bf6595ca - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hab88401d606702a6
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   37:     0x5622bf6595ca - std::panicking::catch_unwind::do_call::h163fe12cca9901c2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   38:     0x5622bf6595ca - std::panicking::catch_unwind::he81557d0e17cc1bc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   39:     0x5622bf6595ca - std::panic::catch_unwind::hc2b8e79c20593955
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x5622bf6595ca - std::thread::Builder::spawn_unchecked_::{{closure}}::hfa6b4978e07815cc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   41:     0x5622bf6595ca - core::ops::function::FnOnce::call_once{{vtable.shim}}::hddcd7484a13fd793
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   42:     0x5622bf99cd2f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h5924238c754de3b8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1971:9
[INFO] [stdout]   43:     0x5622bf99cd2f - std::sys::pal::unix::thread::Thread::new::thread_start::hb6e99e73da4d28f8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/pal/unix/thread.rs:107:17
[INFO] [stdout]   44:     0x730dc6d54aa4 - <unknown>
[INFO] [stdout]   45:     0x730dc6de1a34 - clone
[INFO] [stdout]   46:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- tests::getopt::getopt_multiple_short stdout ----
[INFO] [stdout] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ Snapshot Summary ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
[INFO] [stdout] Snapshot file: src/tests/snapshots/fern__tests__getopt__getopt_multiple_short.snap
[INFO] [stdout] Snapshot: getopt_multiple_short
[INFO] [stdout] Source: src/tests/getopt.rs:47
[INFO] [stdout] ────────────────────────────────────────────────────────────────────────────────
[INFO] [stdout] Expression: words
[INFO] [stdout] ────────────────────────────────────────────────────────────────────────────────
[INFO] [stdout] +new results
[INFO] [stdout] ────────────┬───────────────────────────────────────────────────────────────────
[INFO] [stdout]           0 │+[
[INFO] [stdout]           1 │+    "echo",
[INFO] [stdout]           2 │+    "foo",
[INFO] [stdout]           3 │+]
[INFO] [stdout] ────────────┴───────────────────────────────────────────────────────────────────
[INFO] [stdout] 
[INFO] [stdout] thread 'tests::getopt::getopt_multiple_short' panicked at src/tests/getopt.rs:47:3:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5622bf9977d2 - std::backtrace_rs::backtrace::libunwind::trace::h2d45396358f41939
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5622bf9977d2 - std::backtrace_rs::backtrace::trace_unsynchronized::hffcefc0b67f1d6e2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5622bf9977d2 - std::sys::backtrace::_print_fmt::hd72f71d23b436b92
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x5622bf9977d2 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::hdcfcb6d4c8489523
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x5622bf9c1293 - core::fmt::rt::Argument::fmt::h2c56b3114963061a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x5622bf9c1293 - core::fmt::write::h8a494366950f23bb
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x5622bf993513 - std::io::default_write_fmt::h7b8824096454f323
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5622bf993513 - std::io::Write::write_fmt::h4e71294925c334d0
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x5622bf997622 - std::sys::backtrace::BacktraceLock::print::hb2a626a81e06b2dc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x5622bf999289 - std::panicking::default_hook::{{closure}}::h4f78485264f12d10
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:300:27
[INFO] [stdout]   10:     0x5622bf9990be - std::panicking::default_hook::h2c66fc99e962531d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:324:9
[INFO] [stdout]   11:     0x5622bf68d654 - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hb6bd65493727d71a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   12:     0x5622bf68d654 - test::test_main_with_exit_callback::{{closure}}::h60217ec76a0ece4a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5622bf999c5e - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h318e4efb8c1a5689
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   14:     0x5622bf999c5e - std::panicking::rust_panic_with_hook::h33ac55f64bbd807d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:841:13
[INFO] [stdout]   15:     0x5622bf999a2a - std::panicking::begin_panic_handler::{{closure}}::h30e7cb89678a57fe
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:706:13
[INFO] [stdout]   16:     0x5622bf997cc9 - std::sys::backtrace::__rust_end_short_backtrace::hed60f27456c16ced
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x5622bf9996bd - __rustc[de2ca18b4c54d5b8]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:697:5
[INFO] [stdout]   18:     0x5622bf9bec60 - core::panicking::panic_fmt::h62f63d096dd276af
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x5622bf9bf126 - core::result::unwrap_failed::h95bc3f5a607b2c95
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/result.rs:1765:5
[INFO] [stdout]   20:     0x5622bf44f667 - core::result::Result<T,E>::unwrap::hde6c952f47dfc4d7
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/result.rs:1167:23
[INFO] [stdout]   21:     0x5622bf44f667 - fern::tests::getopt::getopt_multiple_short::h1f7eea8ccca9f612
[INFO] [stdout]                                at /opt/rustwide/workdir/src/tests/getopt.rs:47:3
[INFO] [stdout]   22:     0x5622bf44f177 - fern::tests::getopt::getopt_multiple_short::{{closure}}::h6b9a39b4a425e2b0
[INFO] [stdout]                                at /opt/rustwide/workdir/src/tests/getopt.rs:40:27
[INFO] [stdout]   23:     0x5622bf4f4b16 - core::ops::function::FnOnce::call_once::h40bab4684cc891ab
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   24:     0x5622bf692ebb - core::ops::function::FnOnce::call_once::h1f9474f1347fff52
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   25:     0x5622bf692ebb - test::__rust_begin_short_backtrace::ha52ab26e77157f03
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:648:18
[INFO] [stdout]   26:     0x5622bf691ff5 - test::run_test_in_process::{{closure}}::h229c1a11a50b261f
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:74
[INFO] [stdout]   27:     0x5622bf691ff5 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h78821afbf97b39a9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   28:     0x5622bf691ff5 - std::panicking::catch_unwind::do_call::h53abf3ed5bd32ba3
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   29:     0x5622bf691ff5 - std::panicking::catch_unwind::h6deb5fe1e91873c9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   30:     0x5622bf691ff5 - std::panic::catch_unwind::hea0829b6b565654b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   31:     0x5622bf691ff5 - test::run_test_in_process::hdc44dfecea3db21b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:27
[INFO] [stdout]   32:     0x5622bf691ff5 - test::run_test::{{closure}}::h0364ba59bf23f652
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:592:43
[INFO] [stdout]   33:     0x5622bf655bf4 - test::run_test::{{closure}}::h32730b304eec05da
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:622:41
[INFO] [stdout]   34:     0x5622bf655bf4 - std::sys::backtrace::__rust_begin_short_backtrace::h177cb952fc54ad2c
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   35:     0x5622bf6595ca - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h119d903520007597
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   36:     0x5622bf6595ca - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hab88401d606702a6
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   37:     0x5622bf6595ca - std::panicking::catch_unwind::do_call::h163fe12cca9901c2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   38:     0x5622bf6595ca - std::panicking::catch_unwind::he81557d0e17cc1bc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   39:     0x5622bf6595ca - std::panic::catch_unwind::hc2b8e79c20593955
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x5622bf6595ca - std::thread::Builder::spawn_unchecked_::{{closure}}::hfa6b4978e07815cc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   41:     0x5622bf6595ca - core::ops::function::FnOnce::call_once{{vtable.shim}}::hddcd7484a13fd793
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   42:     0x5622bf99cd2f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h5924238c754de3b8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1971:9
[INFO] [stdout]   43:     0x5622bf99cd2f - std::sys::pal::unix::thread::Thread::new::thread_start::hb6e99e73da4d28f8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/pal/unix/thread.rs:107:17
[INFO] [stdout]   44:     0x730dc6d54aa4 - <unknown>
[INFO] [stdout]   45:     0x730dc6de1a34 - clone
[INFO] [stdout]   46:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- tests::getopt::getopt_simple stdout ----
[INFO] [stdout] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ Snapshot Summary ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
[INFO] [stdout] Snapshot file: src/tests/snapshots/fern__tests__getopt__getopt_simple.snap
[INFO] [stdout] Snapshot: getopt_simple
[INFO] [stdout] Source: src/tests/getopt.rs:35
[INFO] [stdout] ────────────────────────────────────────────────────────────────────────────────
[INFO] [stdout] Expression: words
[INFO] [stdout] ────────────────────────────────────────────────────────────────────────────────
[INFO] [stdout] +new results
[INFO] [stdout] ────────────┬───────────────────────────────────────────────────────────────────
[INFO] [stdout]           0 │+[
[INFO] [stdout]           1 │+    "echo",
[INFO] [stdout]           2 │+    "foo",
[INFO] [stdout]           3 │+]
[INFO] [stdout] ────────────┴───────────────────────────────────────────────────────────────────
[INFO] [stdout] 
[INFO] [stdout] thread 'tests::getopt::getopt_simple' panicked at src/tests/getopt.rs:35:3:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5622bf9977d2 - std::backtrace_rs::backtrace::libunwind::trace::h2d45396358f41939
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5622bf9977d2 - std::backtrace_rs::backtrace::trace_unsynchronized::hffcefc0b67f1d6e2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5622bf9977d2 - std::sys::backtrace::_print_fmt::hd72f71d23b436b92
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x5622bf9977d2 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::hdcfcb6d4c8489523
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x5622bf9c1293 - core::fmt::rt::Argument::fmt::h2c56b3114963061a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x5622bf9c1293 - core::fmt::write::h8a494366950f23bb
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x5622bf993513 - std::io::default_write_fmt::h7b8824096454f323
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5622bf993513 - std::io::Write::write_fmt::h4e71294925c334d0
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x5622bf997622 - std::sys::backtrace::BacktraceLock::print::hb2a626a81e06b2dc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x5622bf999289 - std::panicking::default_hook::{{closure}}::h4f78485264f12d10
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:300:27
[INFO] [stdout]   10:     0x5622bf9990be - std::panicking::default_hook::h2c66fc99e962531d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:324:9
[INFO] [stdout]   11:     0x5622bf68d654 - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hb6bd65493727d71a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   12:     0x5622bf68d654 - test::test_main_with_exit_callback::{{closure}}::h60217ec76a0ece4a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5622bf999c5e - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h318e4efb8c1a5689
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   14:     0x5622bf999c5e - std::panicking::rust_panic_with_hook::h33ac55f64bbd807d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:841:13
[INFO] [stdout]   15:     0x5622bf999a2a - std::panicking::begin_panic_handler::{{closure}}::h30e7cb89678a57fe
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:706:13
[INFO] [stdout]   16:     0x5622bf997cc9 - std::sys::backtrace::__rust_end_short_backtrace::hed60f27456c16ced
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x5622bf9996bd - __rustc[de2ca18b4c54d5b8]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:697:5
[INFO] [stdout]   18:     0x5622bf9bec60 - core::panicking::panic_fmt::h62f63d096dd276af
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x5622bf9bf126 - core::result::unwrap_failed::h95bc3f5a607b2c95
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/result.rs:1765:5
[INFO] [stdout]   20:     0x5622bf44e977 - core::result::Result<T,E>::unwrap::hde6c952f47dfc4d7
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/result.rs:1167:23
[INFO] [stdout]   21:     0x5622bf44e977 - fern::tests::getopt::getopt_simple::hb5d0805bca9b4d84
[INFO] [stdout]                                at /opt/rustwide/workdir/src/tests/getopt.rs:35:3
[INFO] [stdout]   22:     0x5622bf44e487 - fern::tests::getopt::getopt_simple::{{closure}}::h7a82cf271855e5ca
[INFO] [stdout]                                at /opt/rustwide/workdir/src/tests/getopt.rs:28:19
[INFO] [stdout]   23:     0x5622bf4f50b6 - core::ops::function::FnOnce::call_once::h69c15b71549349ba
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   24:     0x5622bf692ebb - core::ops::function::FnOnce::call_once::h1f9474f1347fff52
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   25:     0x5622bf692ebb - test::__rust_begin_short_backtrace::ha52ab26e77157f03
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:648:18
[INFO] [stdout]   26:     0x5622bf691ff5 - test::run_test_in_process::{{closure}}::h229c1a11a50b261f
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:74
[INFO] [stdout]   27:     0x5622bf691ff5 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h78821afbf97b39a9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   28:     0x5622bf691ff5 - std::panicking::catch_unwind::do_call::h53abf3ed5bd32ba3
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   29:     0x5622bf691ff5 - std::panicking::catch_unwind::h6deb5fe1e91873c9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   30:     0x5622bf691ff5 - std::panic::catch_unwind::hea0829b6b565654b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   31:     0x5622bf691ff5 - test::run_test_in_process::hdc44dfecea3db21b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:27
[INFO] [stdout]   32:     0x5622bf691ff5 - test::run_test::{{closure}}::h0364ba59bf23f652
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:592:43
[INFO] [stdout]   33:     0x5622bf655bf4 - test::run_test::{{closure}}::h32730b304eec05da
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:622:41
[INFO] [stdout]   34:     0x5622bf655bf4 - std::sys::backtrace::__rust_begin_short_backtrace::h177cb952fc54ad2c
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   35:     0x5622bf6595ca - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h119d903520007597
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   36:     0x5622bf6595ca - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hab88401d606702a6
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   37:     0x5622bf6595ca - std::panicking::catch_unwind::do_call::h163fe12cca9901c2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   38:     0x5622bf6595ca - std::panicking::catch_unwind::he81557d0e17cc1bc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   39:     0x5622bf6595ca - std::panic::catch_unwind::hc2b8e79c20593955
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x5622bf6595ca - std::thread::Builder::spawn_unchecked_::{{closure}}::hfa6b4978e07815cc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   41:     0x5622bf6595ca - core::ops::function::FnOnce::call_once{{vtable.shim}}::hddcd7484a13fd793
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   42:     0x5622bf99cd2f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h5924238c754de3b8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1971:9
[INFO] [stdout]   43:     0x5622bf99cd2f - std::sys::pal::unix::thread::Thread::new::thread_start::hb6e99e73da4d28f8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/pal/unix/thread.rs:107:17
[INFO] [stdout]   44:     0x730dc6d54aa4 - <unknown>
[INFO] [stdout]   45:     0x730dc6de1a34 - clone
[INFO] [stdout]   46:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- tests::lexer::lex_multiline stdout ----
[INFO] [stdout] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ Snapshot Summary ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
[INFO] [stdout] Snapshot file: src/tests/snapshots/fern__tests__lexer__lex_multiline.snap
[INFO] [stdout] Snapshot: lex_multiline
[INFO] [stdout] Source: src/tests/lexer.rs:43
[INFO] [stdout] ────────────────────────────────────────────────────────────────────────────────
[INFO] [stdout] Expression: tokens
[INFO] [stdout] ────────────────────────────────────────────────────────────────────────────────
[INFO] [stdout] +new results
[INFO] [stdout] ────────────┬───────────────────────────────────────────────────────────────────
[INFO] [stdout]           0 │+[
[INFO] [stdout]           1 │+    Ok(
[INFO] [stdout]           2 │+        Tk {
[INFO] [stdout]           3 │+            class: SOI,
[INFO] [stdout]           4 │+            span: Span {
[INFO] [stdout]           5 │+                range: 0..0,
[INFO] [stdout]           6 │+                source: "echo hello world\necho foo bar\necho boo biz",
[INFO] [stdout]           7 │+            },
[INFO] [stdout]           8 │+            flags: TkFlags(
[INFO] [stdout]           9 │+                0x0,
[INFO] [stdout]          10 │+            ),
[INFO] [stdout]          11 │+        },
[INFO] [stdout]          12 │+    ),
[INFO] [stdout]          13 │+    Ok(
[INFO] [stdout]          14 │+        Tk {
[INFO] [stdout]          15 │+            class: Str,
[INFO] [stdout]          16 │+            span: Span {
[INFO] [stdout]          17 │+                range: 0..4,
[INFO] [stdout]          18 │+                source: "echo hello world\necho foo bar\necho boo biz",
[INFO] [stdout]          19 │+            },
[INFO] [stdout]          20 │+            flags: TkFlags(
[INFO] [stdout]          21 │+                IS_CMD | BUILTIN,
[INFO] [stdout]          22 │+            ),
[INFO] [stdout]          23 │+        },
[INFO] [stdout]          24 │+    ),
[INFO] [stdout]          25 │+    Ok(
[INFO] [stdout]          26 │+        Tk {
[INFO] [stdout]          27 │+            class: Str,
[INFO] [stdout]          28 │+            span: Span {
[INFO] [stdout]          29 │+                range: 5..10,
[INFO] [stdout]          30 │+                source: "echo hello world\necho foo bar\necho boo biz",
[INFO] [stdout]          31 │+            },
[INFO] [stdout]          32 │+            flags: TkFlags(
[INFO] [stdout]          33 │+                0x0,
[INFO] [stdout]          34 │+            ),
[INFO] [stdout]          35 │+        },
[INFO] [stdout]          36 │+    ),
[INFO] [stdout]          37 │+    Ok(
[INFO] [stdout]          38 │+        Tk {
[INFO] [stdout]          39 │+            class: Str,
[INFO] [stdout]          40 │+            span: Span {
[INFO] [stdout]          41 │+                range: 11..16,
[INFO] [stdout]          42 │+                source: "echo hello world\necho foo bar\necho boo biz",
[INFO] [stdout]          43 │+            },
[INFO] [stdout]          44 │+            flags: TkFlags(
[INFO] [stdout]          45 │+                0x0,
[INFO] [stdout]          46 │+            ),
[INFO] [stdout]          47 │+        },
[INFO] [stdout]          48 │+    ),
[INFO] [stdout]          49 │+    Ok(
[INFO] [stdout]          50 │+        Tk {
[INFO] [stdout]          51 │+            class: Sep,
[INFO] [stdout]          52 │+            span: Span {
[INFO] [stdout]          53 │+                range: 16..17,
[INFO] [stdout]          54 │+                source: "echo hello world\necho foo bar\necho boo biz",
[INFO] [stdout]          55 │+            },
[INFO] [stdout]          56 │+            flags: TkFlags(
[INFO] [stdout]          57 │+                0x0,
[INFO] [stdout]          58 │+            ),
[INFO] [stdout]          59 │+        },
[INFO] [stdout]          60 │+    ),
[INFO] [stdout]          61 │+    Ok(
[INFO] [stdout]          62 │+        Tk {
[INFO] [stdout]          63 │+            class: Str,
[INFO] [stdout]          64 │+            span: Span {
[INFO] [stdout]          65 │+                range: 17..21,
[INFO] [stdout]          66 │+                source: "echo hello world\necho foo bar\necho boo biz",
[INFO] [stdout]          67 │+            },
[INFO] [stdout]          68 │+            flags: TkFlags(
[INFO] [stdout]          69 │+                IS_CMD | BUILTIN,
[INFO] [stdout]          70 │+            ),
[INFO] [stdout]          71 │+        },
[INFO] [stdout]          72 │+    ),
[INFO] [stdout]          73 │+    Ok(
[INFO] [stdout]          74 │+        Tk {
[INFO] [stdout]          75 │+            class: Str,
[INFO] [stdout]          76 │+            span: Span {
[INFO] [stdout]          77 │+                range: 22..25,
[INFO] [stdout]          78 │+                source: "echo hello world\necho foo bar\necho boo biz",
[INFO] [stdout]          79 │+            },
[INFO] [stdout]          80 │+            flags: TkFlags(
[INFO] [stdout]          81 │+                0x0,
[INFO] [stdout]          82 │+            ),
[INFO] [stdout]          83 │+        },
[INFO] [stdout]          84 │+    ),
[INFO] [stdout]          85 │+    Ok(
[INFO] [stdout]          86 │+        Tk {
[INFO] [stdout]          87 │+            class: Str,
[INFO] [stdout]          88 │+            span: Span {
[INFO] [stdout]          89 │+                range: 26..29,
[INFO] [stdout]          90 │+                source: "echo hello world\necho foo bar\necho boo biz",
[INFO] [stdout]          91 │+            },
[INFO] [stdout]          92 │+            flags: TkFlags(
[INFO] [stdout]          93 │+                0x0,
[INFO] [stdout]          94 │+            ),
[INFO] [stdout]          95 │+        },
[INFO] [stdout]          96 │+    ),
[INFO] [stdout]          97 │+    Ok(
[INFO] [stdout]          98 │+        Tk {
[INFO] [stdout]          99 │+            class: Sep,
[INFO] [stdout]         100 │+            span: Span {
[INFO] [stdout]         101 │+                range: 29..30,
[INFO] [stdout]         102 │+                source: "echo hello world\necho foo bar\necho boo biz",
[INFO] [stdout]         103 │+            },
[INFO] [stdout]         104 │+            flags: TkFlags(
[INFO] [stdout]         105 │+                0x0,
[INFO] [stdout]         106 │+            ),
[INFO] [stdout]         107 │+        },
[INFO] [stdout]         108 │+    ),
[INFO] [stdout]         109 │+    Ok(
[INFO] [stdout]         110 │+        Tk {
[INFO] [stdout]         111 │+            class: Str,
[INFO] [stdout]         112 │+            span: Span {
[INFO] [stdout]         113 │+                range: 30..34,
[INFO] [stdout]         114 │+                source: "echo hello world\necho foo bar\necho boo biz",
[INFO] [stdout]         115 │+            },
[INFO] [stdout]         116 │+            flags: TkFlags(
[INFO] [stdout]         117 │+                IS_CMD | BUILTIN,
[INFO] [stdout]         118 │+            ),
[INFO] [stdout]         119 │+        },
[INFO] [stdout]         120 │+    ),
[INFO] [stdout]         121 │+    Ok(
[INFO] [stdout]         122 │+        Tk {
[INFO] [stdout]         123 │+            class: Str,
[INFO] [stdout]         124 │+            span: Span {
[INFO] [stdout]         125 │+                range: 35..38,
[INFO] [stdout]         126 │+                source: "echo hello world\necho foo bar\necho boo biz",
[INFO] [stdout]         127 │+            },
[INFO] [stdout]         128 │+            flags: TkFlags(
[INFO] [stdout]         129 │+                0x0,
[INFO] [stdout]         130 │+            ),
[INFO] [stdout]         131 │+        },
[INFO] [stdout]         132 │+    ),
[INFO] [stdout]         133 │+    Ok(
[INFO] [stdout]         134 │+        Tk {
[INFO] [stdout]         135 │+            class: Str,
[INFO] [stdout]         136 │+            span: Span {
[INFO] [stdout]         137 │+                range: 39..42,
[INFO] [stdout]         138 │+                source: "echo hello world\necho foo bar\necho boo biz",
[INFO] [stdout]         139 │+            },
[INFO] [stdout]         140 │+            flags: TkFlags(
[INFO] [stdout]         141 │+                0x0,
[INFO] [stdout]         142 │+            ),
[INFO] [stdout]         143 │+        },
[INFO] [stdout]         144 │+    ),
[INFO] [stdout]         145 │+    Ok(
[INFO] [stdout]         146 │+        Tk {
[INFO] [stdout]         147 │+            class: EOI,
[INFO] [stdout]         148 │+            span: Span {
[INFO] [stdout]         149 │+                range: 42..42,
[INFO] [stdout]         150 │+                source: "echo hello world\necho foo bar\necho boo biz",
[INFO] [stdout]         151 │+            },
[INFO] [stdout]         152 │+            flags: TkFlags(
[INFO] [stdout]         153 │+                0x0,
[INFO] [stdout]         154 │+            ),
[INFO] [stdout]         155 │+        },
[INFO] [stdout]         156 │+    ),
[INFO] [stdout]         157 │+]
[INFO] [stdout] ────────────┴───────────────────────────────────────────────────────────────────
[INFO] [stdout] 
[INFO] [stdout] thread 'tests::lexer::lex_multiline' panicked at src/tests/lexer.rs:43:3:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5622bf9977d2 - std::backtrace_rs::backtrace::libunwind::trace::h2d45396358f41939
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5622bf9977d2 - std::backtrace_rs::backtrace::trace_unsynchronized::hffcefc0b67f1d6e2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5622bf9977d2 - std::sys::backtrace::_print_fmt::hd72f71d23b436b92
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x5622bf9977d2 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::hdcfcb6d4c8489523
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x5622bf9c1293 - core::fmt::rt::Argument::fmt::h2c56b3114963061a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x5622bf9c1293 - core::fmt::write::h8a494366950f23bb
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x5622bf993513 - std::io::default_write_fmt::h7b8824096454f323
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5622bf993513 - std::io::Write::write_fmt::h4e71294925c334d0
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x5622bf997622 - std::sys::backtrace::BacktraceLock::print::hb2a626a81e06b2dc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x5622bf999289 - std::panicking::default_hook::{{closure}}::h4f78485264f12d10
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:300:27
[INFO] [stdout]   10:     0x5622bf9990be - std::panicking::default_hook::h2c66fc99e962531d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:324:9
[INFO] [stdout]   11:     0x5622bf68d654 - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hb6bd65493727d71a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   12:     0x5622bf68d654 - test::test_main_with_exit_callback::{{closure}}::h60217ec76a0ece4a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5622bf999c5e - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h318e4efb8c1a5689
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   14:     0x5622bf999c5e - std::panicking::rust_panic_with_hook::h33ac55f64bbd807d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:841:13
[INFO] [stdout]   15:     0x5622bf999a2a - std::panicking::begin_panic_handler::{{closure}}::h30e7cb89678a57fe
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:706:13
[INFO] [stdout]   16:     0x5622bf997cc9 - std::sys::backtrace::__rust_end_short_backtrace::hed60f27456c16ced
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x5622bf9996bd - __rustc[de2ca18b4c54d5b8]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:697:5
[INFO] [stdout]   18:     0x5622bf9bec60 - core::panicking::panic_fmt::h62f63d096dd276af
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x5622bf9bf126 - core::result::unwrap_failed::h95bc3f5a607b2c95
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/result.rs:1765:5
[INFO] [stdout]   20:     0x5622bf452792 - core::result::Result<T,E>::unwrap::hde6c952f47dfc4d7
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/result.rs:1167:23
[INFO] [stdout]   21:     0x5622bf452792 - fern::tests::lexer::lex_multiline::h55e7faddbb85c9ff
[INFO] [stdout]                                at /opt/rustwide/workdir/src/tests/lexer.rs:43:3
[INFO] [stdout]   22:     0x5622bf4522a7 - fern::tests::lexer::lex_multiline::{{closure}}::h431e3d1a5af94fbc
[INFO] [stdout]                                at /opt/rustwide/workdir/src/tests/lexer.rs:39:19
[INFO] [stdout]   23:     0x5622bf4f43d6 - core::ops::function::FnOnce::call_once::h108b9e1f3d224e2c
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   24:     0x5622bf692ebb - core::ops::function::FnOnce::call_once::h1f9474f1347fff52
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   25:     0x5622bf692ebb - test::__rust_begin_short_backtrace::ha52ab26e77157f03
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:648:18
[INFO] [stdout]   26:     0x5622bf691ff5 - test::run_test_in_process::{{closure}}::h229c1a11a50b261f
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:74
[INFO] [stdout]   27:     0x5622bf691ff5 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h78821afbf97b39a9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   28:     0x5622bf691ff5 - std::panicking::catch_unwind::do_call::h53abf3ed5bd32ba3
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   29:     0x5622bf691ff5 - std::panicking::catch_unwind::h6deb5fe1e91873c9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   30:     0x5622bf691ff5 - std::panic::catch_unwind::hea0829b6b565654b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   31:     0x5622bf691ff5 - test::run_test_in_process::hdc44dfecea3db21b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:27
[INFO] [stdout]   32:     0x5622bf691ff5 - test::run_test::{{closure}}::h0364ba59bf23f652
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:592:43
[INFO] [stdout]   33:     0x5622bf655bf4 - test::run_test::{{closure}}::h32730b304eec05da
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:622:41
[INFO] [stdout]   34:     0x5622bf655bf4 - std::sys::backtrace::__rust_begin_short_backtrace::h177cb952fc54ad2c
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   35:     0x5622bf6595ca - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h119d903520007597
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   36:     0x5622bf6595ca - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hab88401d606702a6
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   37:     0x5622bf6595ca - std::panicking::catch_unwind::do_call::h163fe12cca9901c2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   38:     0x5622bf6595ca - std::panicking::catch_unwind::he81557d0e17cc1bc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   39:     0x5622bf6595ca - std::panic::catch_unwind::hc2b8e79c20593955
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x5622bf6595ca - std::thread::Builder::spawn_unchecked_::{{closure}}::hfa6b4978e07815cc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   41:     0x5622bf6595ca - core::ops::function::FnOnce::call_once{{vtable.shim}}::hddcd7484a13fd793
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   42:     0x5622bf99cd2f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h5924238c754de3b8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1971:9
[INFO] [stdout]   43:     0x5622bf99cd2f - std::sys::pal::unix::thread::Thread::new::thread_start::hb6e99e73da4d28f8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/pal/unix/thread.rs:107:17
[INFO] [stdout]   44:     0x730dc6d54aa4 - <unknown>
[INFO] [stdout]   45:     0x730dc6de1a34 - clone
[INFO] [stdout]   46:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- tests::lexer::lex_quote_str stdout ----
[INFO] [stdout] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ Snapshot Summary ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
[INFO] [stdout] Snapshot file: src/tests/snapshots/fern__tests__lexer__lex_quote_str.snap
[INFO] [stdout] Snapshot: lex_quote_str
[INFO] [stdout] Source: src/tests/lexer.rs:28
[INFO] [stdout] ────────────────────────────────────────────────────────────────────────────────
[INFO] [stdout] Expression: tokens
[INFO] [stdout] ────────────────────────────────────────────────────────────────────────────────
[INFO] [stdout] +new results
[INFO] [stdout] ────────────┬───────────────────────────────────────────────────────────────────
[INFO] [stdout]           0 │+[
[INFO] [stdout]           1 │+    Ok(
[INFO] [stdout]           2 │+        Tk {
[INFO] [stdout]           3 │+            class: SOI,
[INFO] [stdout]           4 │+            span: Span {
[INFO] [stdout]           5 │+                range: 0..0,
[INFO] [stdout]           6 │+                source: "echo \"foo bar\" biz baz",
[INFO] [stdout]           7 │+            },
[INFO] [stdout]           8 │+            flags: TkFlags(
[INFO] [stdout]           9 │+                0x0,
[INFO] [stdout]          10 │+            ),
[INFO] [stdout]          11 │+        },
[INFO] [stdout]          12 │+    ),
[INFO] [stdout]          13 │+    Ok(
[INFO] [stdout]          14 │+        Tk {
[INFO] [stdout]          15 │+            class: Str,
[INFO] [stdout]          16 │+            span: Span {
[INFO] [stdout]          17 │+                range: 0..4,
[INFO] [stdout]          18 │+                source: "echo \"foo bar\" biz baz",
[INFO] [stdout]          19 │+            },
[INFO] [stdout]          20 │+            flags: TkFlags(
[INFO] [stdout]          21 │+                IS_CMD | BUILTIN,
[INFO] [stdout]          22 │+            ),
[INFO] [stdout]          23 │+        },
[INFO] [stdout]          24 │+    ),
[INFO] [stdout]          25 │+    Ok(
[INFO] [stdout]          26 │+        Tk {
[INFO] [stdout]          27 │+            class: Str,
[INFO] [stdout]          28 │+            span: Span {
[INFO] [stdout]          29 │+                range: 5..14,
[INFO] [stdout]          30 │+                source: "echo \"foo bar\" biz baz",
[INFO] [stdout]          31 │+            },
[INFO] [stdout]          32 │+            flags: TkFlags(
[INFO] [stdout]          33 │+                0x0,
[INFO] [stdout]          34 │+            ),
[INFO] [stdout]          35 │+        },
[INFO] [stdout]          36 │+    ),
[INFO] [stdout]          37 │+    Ok(
[INFO] [stdout]          38 │+        Tk {
[INFO] [stdout]          39 │+            class: Str,
[INFO] [stdout]          40 │+            span: Span {
[INFO] [stdout]          41 │+                range: 15..18,
[INFO] [stdout]          42 │+                source: "echo \"foo bar\" biz baz",
[INFO] [stdout]          43 │+            },
[INFO] [stdout]          44 │+            flags: TkFlags(
[INFO] [stdout]          45 │+                0x0,
[INFO] [stdout]          46 │+            ),
[INFO] [stdout]          47 │+        },
[INFO] [stdout]          48 │+    ),
[INFO] [stdout]          49 │+    Ok(
[INFO] [stdout]          50 │+        Tk {
[INFO] [stdout]          51 │+            class: Str,
[INFO] [stdout]          52 │+            span: Span {
[INFO] [stdout]          53 │+                range: 19..22,
[INFO] [stdout]          54 │+                source: "echo \"foo bar\" biz baz",
[INFO] [stdout]          55 │+            },
[INFO] [stdout]          56 │+            flags: TkFlags(
[INFO] [stdout]          57 │+                0x0,
[INFO] [stdout]          58 │+            ),
[INFO] [stdout]          59 │+        },
[INFO] [stdout]          60 │+    ),
[INFO] [stdout]          61 │+    Ok(
[INFO] [stdout]          62 │+        Tk {
[INFO] [stdout]          63 │+            class: EOI,
[INFO] [stdout]          64 │+            span: Span {
[INFO] [stdout]          65 │+                range: 22..22,
[INFO] [stdout]          66 │+                source: "echo \"foo bar\" biz baz",
[INFO] [stdout]          67 │+            },
[INFO] [stdout]          68 │+            flags: TkFlags(
[INFO] [stdout]          69 │+                0x0,
[INFO] [stdout]          70 │+            ),
[INFO] [stdout]          71 │+        },
[INFO] [stdout]          72 │+    ),
[INFO] [stdout]          73 │+]
[INFO] [stdout] ────────────┴───────────────────────────────────────────────────────────────────
[INFO] [stdout] 
[INFO] [stdout] thread 'tests::lexer::lex_quote_str' panicked at src/tests/lexer.rs:28:3:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5622bf9977d2 - std::backtrace_rs::backtrace::libunwind::trace::h2d45396358f41939
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5622bf9977d2 - std::backtrace_rs::backtrace::trace_unsynchronized::hffcefc0b67f1d6e2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5622bf9977d2 - std::sys::backtrace::_print_fmt::hd72f71d23b436b92
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x5622bf9977d2 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::hdcfcb6d4c8489523
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x5622bf9c1293 - core::fmt::rt::Argument::fmt::h2c56b3114963061a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x5622bf9c1293 - core::fmt::write::h8a494366950f23bb
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x5622bf993513 - std::io::default_write_fmt::h7b8824096454f323
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5622bf993513 - std::io::Write::write_fmt::h4e71294925c334d0
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x5622bf997622 - std::sys::backtrace::BacktraceLock::print::hb2a626a81e06b2dc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x5622bf999289 - std::panicking::default_hook::{{closure}}::h4f78485264f12d10
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:300:27
[INFO] [stdout]   10:     0x5622bf9990be - std::panicking::default_hook::h2c66fc99e962531d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:324:9
[INFO] [stdout]   11:     0x5622bf68d654 - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hb6bd65493727d71a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   12:     0x5622bf68d654 - test::test_main_with_exit_callback::{{closure}}::h60217ec76a0ece4a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5622bf999c5e - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h318e4efb8c1a5689
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   14:     0x5622bf999c5e - std::panicking::rust_panic_with_hook::h33ac55f64bbd807d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:841:13
[INFO] [stdout]   15:     0x5622bf999a2a - std::panicking::begin_panic_handler::{{closure}}::h30e7cb89678a57fe
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:706:13
[INFO] [stdout]   16:     0x5622bf997cc9 - std::sys::backtrace::__rust_end_short_backtrace::hed60f27456c16ced
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x5622bf9996bd - __rustc[de2ca18b4c54d5b8]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:697:5
[INFO] [stdout]   18:     0x5622bf9bec60 - core::panicking::panic_fmt::h62f63d096dd276af
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x5622bf9bf126 - core::result::unwrap_failed::h95bc3f5a607b2c95
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/result.rs:1765:5
[INFO] [stdout]   20:     0x5622bf451912 - core::result::Result<T,E>::unwrap::hde6c952f47dfc4d7
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/result.rs:1167:23
[INFO] [stdout]   21:     0x5622bf451912 - fern::tests::lexer::lex_quote_str::h1455ba68ad1e95e1
[INFO] [stdout]                                at /opt/rustwide/workdir/src/tests/lexer.rs:28:3
[INFO] [stdout]   22:     0x5622bf451427 - fern::tests::lexer::lex_quote_str::{{closure}}::hfd3f2b6be16e2fd5
[INFO] [stdout]                                at /opt/rustwide/workdir/src/tests/lexer.rs:24:19
[INFO] [stdout]   23:     0x5622bf4f56b6 - core::ops::function::FnOnce::call_once::h8dcffcaa94bcd2ff
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   24:     0x5622bf692ebb - core::ops::function::FnOnce::call_once::h1f9474f1347fff52
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   25:     0x5622bf692ebb - test::__rust_begin_short_backtrace::ha52ab26e77157f03
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:648:18
[INFO] [stdout]   26:     0x5622bf691ff5 - test::run_test_in_process::{{closure}}::h229c1a11a50b261f
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:74
[INFO] [stdout]   27:     0x5622bf691ff5 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h78821afbf97b39a9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   28:     0x5622bf691ff5 - std::panicking::catch_unwind::do_call::h53abf3ed5bd32ba3
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   29:     0x5622bf691ff5 - std::panicking::catch_unwind::h6deb5fe1e91873c9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   30:     0x5622bf691ff5 - std::panic::catch_unwind::hea0829b6b565654b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   31:     0x5622bf691ff5 - test::run_test_in_process::hdc44dfecea3db21b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:27
[INFO] [stdout]   32:     0x5622bf691ff5 - test::run_test::{{closure}}::h0364ba59bf23f652
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:592:43
[INFO] [stdout]   33:     0x5622bf655bf4 - test::run_test::{{closure}}::h32730b304eec05da
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:622:41
[INFO] [stdout]   34:     0x5622bf655bf4 - std::sys::backtrace::__rust_begin_short_backtrace::h177cb952fc54ad2c
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   35:     0x5622bf6595ca - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h119d903520007597
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   36:     0x5622bf6595ca - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hab88401d606702a6
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   37:     0x5622bf6595ca - std::panicking::catch_unwind::do_call::h163fe12cca9901c2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   38:     0x5622bf6595ca - std::panicking::catch_unwind::he81557d0e17cc1bc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   39:     0x5622bf6595ca - std::panic::catch_unwind::hc2b8e79c20593955
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x5622bf6595ca - std::thread::Builder::spawn_unchecked_::{{closure}}::hfa6b4978e07815cc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   41:     0x5622bf6595ca - core::ops::function::FnOnce::call_once{{vtable.shim}}::hddcd7484a13fd793
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   42:     0x5622bf99cd2f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h5924238c754de3b8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1971:9
[INFO] [stdout]   43:     0x5622bf99cd2f - std::sys::pal::unix::thread::Thread::new::thread_start::hb6e99e73da4d28f8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/pal/unix/thread.rs:107:17
[INFO] [stdout]   44:     0x730dc6d54aa4 - <unknown>
[INFO] [stdout]   45:     0x730dc6de1a34 - clone
[INFO] [stdout]   46:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- tests::lexer::lex_redir stdout ----
[INFO] [stdout] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ Snapshot Summary ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
[INFO] [stdout] Snapshot file: src/tests/snapshots/fern__tests__lexer__lex_redir.snap
[INFO] [stdout] Snapshot: lex_redir
[INFO] [stdout] Source: src/tests/lexer.rs:14
[INFO] [stdout] ────────────────────────────────────────────────────────────────────────────────
[INFO] [stdout] Expression: tokens
[INFO] [stdout] ────────────────────────────────────────────────────────────────────────────────
[INFO] [stdout] +new results
[INFO] [stdout] ────────────┬───────────────────────────────────────────────────────────────────
[INFO] [stdout]           0 │+[
[INFO] [stdout]           1 │+    Ok(
[INFO] [stdout]           2 │+        Tk {
[INFO] [stdout]           3 │+            class: SOI,
[INFO] [stdout]           4 │+            span: Span {
[INFO] [stdout]           5 │+                range: 0..0,
[INFO] [stdout]           6 │+                source: "echo foo > bar.txt",
[INFO] [stdout]           7 │+            },
[INFO] [stdout]           8 │+            flags: TkFlags(
[INFO] [stdout]           9 │+                0x0,
[INFO] [stdout]          10 │+            ),
[INFO] [stdout]          11 │+        },
[INFO] [stdout]          12 │+    ),
[INFO] [stdout]          13 │+    Ok(
[INFO] [stdout]          14 │+        Tk {
[INFO] [stdout]          15 │+            class: Str,
[INFO] [stdout]          16 │+            span: Span {
[INFO] [stdout]          17 │+                range: 0..4,
[INFO] [stdout]          18 │+                source: "echo foo > bar.txt",
[INFO] [stdout]          19 │+            },
[INFO] [stdout]          20 │+            flags: TkFlags(
[INFO] [stdout]          21 │+                IS_CMD | BUILTIN,
[INFO] [stdout]          22 │+            ),
[INFO] [stdout]          23 │+        },
[INFO] [stdout]          24 │+    ),
[INFO] [stdout]          25 │+    Ok(
[INFO] [stdout]          26 │+        Tk {
[INFO] [stdout]          27 │+            class: Str,
[INFO] [stdout]          28 │+            span: Span {
[INFO] [stdout]          29 │+                range: 5..8,
[INFO] [stdout]          30 │+                source: "echo foo > bar.txt",
[INFO] [stdout]          31 │+            },
[INFO] [stdout]          32 │+            flags: TkFlags(
[INFO] [stdout]          33 │+                0x0,
[INFO] [stdout]          34 │+            ),
[INFO] [stdout]          35 │+        },
[INFO] [stdout]          36 │+    ),
[INFO] [stdout]          37 │+    Ok(
[INFO] [stdout]          38 │+        Tk {
[INFO] [stdout]          39 │+            class: Redir,
[INFO] [stdout]          40 │+            span: Span {
[INFO] [stdout]          41 │+                range: 9..10,
[INFO] [stdout]          42 │+                source: "echo foo > bar.txt",
[INFO] [stdout]          43 │+            },
[INFO] [stdout]          44 │+            flags: TkFlags(
[INFO] [stdout]          45 │+                0x0,
[INFO] [stdout]          46 │+            ),
[INFO] [stdout]          47 │+        },
[INFO] [stdout]          48 │+    ),
[INFO] [stdout]          49 │+    Ok(
[INFO] [stdout]          50 │+        Tk {
[INFO] [stdout]          51 │+            class: Str,
[INFO] [stdout]          52 │+            span: Span {
[INFO] [stdout]          53 │+                range: 11..18,
[INFO] [stdout]          54 │+                source: "echo foo > bar.txt",
[INFO] [stdout]          55 │+            },
[INFO] [stdout]          56 │+            flags: TkFlags(
[INFO] [stdout]          57 │+                0x0,
[INFO] [stdout]          58 │+            ),
[INFO] [stdout]          59 │+        },
[INFO] [stdout]          60 │+    ),
[INFO] [stdout]          61 │+    Ok(
[INFO] [stdout]          62 │+        Tk {
[INFO] [stdout]          63 │+            class: EOI,
[INFO] [stdout]          64 │+            span: Span {
[INFO] [stdout]          65 │+                range: 18..18,
[INFO] [stdout]          66 │+                source: "echo foo > bar.txt",
[INFO] [stdout]          67 │+            },
[INFO] [stdout]          68 │+            flags: TkFlags(
[INFO] [stdout]          69 │+                0x0,
[INFO] [stdout]          70 │+            ),
[INFO] [stdout]          71 │+        },
[INFO] [stdout]          72 │+    ),
[INFO] [stdout]          73 │+]
[INFO] [stdout] ────────────┴───────────────────────────────────────────────────────────────────
[INFO] [stdout] 
[INFO] [stdout] thread 'tests::lexer::lex_redir' panicked at src/tests/lexer.rs:14:3:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5622bf9977d2 - std::backtrace_rs::backtrace::libunwind::trace::h2d45396358f41939
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5622bf9977d2 - std::backtrace_rs::backtrace::trace_unsynchronized::hffcefc0b67f1d6e2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5622bf9977d2 - std::sys::backtrace::_print_fmt::hd72f71d23b436b92
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x5622bf9977d2 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::hdcfcb6d4c8489523
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x5622bf9c1293 - core::fmt::rt::Argument::fmt::h2c56b3114963061a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x5622bf9c1293 - core::fmt::write::h8a494366950f23bb
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x5622bf993513 - std::io::default_write_fmt::h7b8824096454f323
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5622bf993513 - std::io::Write::write_fmt::h4e71294925c334d0
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x5622bf997622 - std::sys::backtrace::BacktraceLock::print::hb2a626a81e06b2dc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x5622bf999289 - std::panicking::default_hook::{{closure}}::h4f78485264f12d10
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:300:27
[INFO] [stdout]   10:     0x5622bf9990be - std::panicking::default_hook::h2c66fc99e962531d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:324:9
[INFO] [stdout]   11:     0x5622bf68d654 - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hb6bd65493727d71a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   12:     0x5622bf68d654 - test::test_main_with_exit_callback::{{closure}}::h60217ec76a0ece4a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5622bf999c5e - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h318e4efb8c1a5689
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   14:     0x5622bf999c5e - std::panicking::rust_panic_with_hook::h33ac55f64bbd807d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:841:13
[INFO] [stdout]   15:     0x5622bf999a2a - std::panicking::begin_panic_handler::{{closure}}::h30e7cb89678a57fe
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:706:13
[INFO] [stdout]   16:     0x5622bf997cc9 - std::sys::backtrace::__rust_end_short_backtrace::hed60f27456c16ced
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x5622bf9996bd - __rustc[de2ca18b4c54d5b8]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:697:5
[INFO] [stdout]   18:     0x5622bf9bec60 - core::panicking::panic_fmt::h62f63d096dd276af
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x5622bf9bf126 - core::result::unwrap_failed::h95bc3f5a607b2c95
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/result.rs:1765:5
[INFO] [stdout]   20:     0x5622bf450a92 - core::result::Result<T,E>::unwrap::hde6c952f47dfc4d7
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/result.rs:1167:23
[INFO] [stdout]   21:     0x5622bf450a92 - fern::tests::lexer::lex_redir::hed4f4dc4e486c084
[INFO] [stdout]                                at /opt/rustwide/workdir/src/tests/lexer.rs:14:3
[INFO] [stdout]   22:     0x5622bf4505a7 - fern::tests::lexer::lex_redir::{{closure}}::hcacf267421714b25
[INFO] [stdout]                                at /opt/rustwide/workdir/src/tests/lexer.rs:10:15
[INFO] [stdout]   23:     0x5622bf4f5006 - core::ops::function::FnOnce::call_once::h5ffbfeba41cffa40
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   24:     0x5622bf692ebb - core::ops::function::FnOnce::call_once::h1f9474f1347fff52
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   25:     0x5622bf692ebb - test::__rust_begin_short_backtrace::ha52ab26e77157f03
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:648:18
[INFO] [stdout]   26:     0x5622bf691ff5 - test::run_test_in_process::{{closure}}::h229c1a11a50b261f
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:74
[INFO] [stdout]   27:     0x5622bf691ff5 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h78821afbf97b39a9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   28:     0x5622bf691ff5 - std::panicking::catch_unwind::do_call::h53abf3ed5bd32ba3
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   29:     0x5622bf691ff5 - std::panicking::catch_unwind::h6deb5fe1e91873c9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   30:     0x5622bf691ff5 - std::panic::catch_unwind::hea0829b6b565654b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   31:     0x5622bf691ff5 - test::run_test_in_process::hdc44dfecea3db21b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:27
[INFO] [stdout]   32:     0x5622bf691ff5 - test::run_test::{{closure}}::h0364ba59bf23f652
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:592:43
[INFO] [stdout]   33:     0x5622bf655bf4 - test::run_test::{{closure}}::h32730b304eec05da
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:622:41
[INFO] [stdout]   34:     0x5622bf655bf4 - std::sys::backtrace::__rust_begin_short_backtrace::h177cb952fc54ad2c
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   35:     0x5622bf6595ca - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h119d903520007597
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   36:     0x5622bf6595ca - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hab88401d606702a6
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   37:     0x5622bf6595ca - std::panicking::catch_unwind::do_call::h163fe12cca9901c2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   38:     0x5622bf6595ca - std::panicking::catch_unwind::he81557d0e17cc1bc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   39:     0x5622bf6595ca - std::panic::catch_unwind::hc2b8e79c20593955
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x5622bf6595ca - std::thread::Builder::spawn_unchecked_::{{closure}}::hfa6b4978e07815cc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   41:     0x5622bf6595ca - core::ops::function::FnOnce::call_once{{vtable.shim}}::hddcd7484a13fd793
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   42:     0x5622bf99cd2f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h5924238c754de3b8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1971:9
[INFO] [stdout]   43:     0x5622bf99cd2f - std::sys::pal::unix::thread::Thread::new::thread_start::hb6e99e73da4d28f8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/pal/unix/thread.rs:107:17
[INFO] [stdout]   44:     0x730dc6d54aa4 - <unknown>
[INFO] [stdout]   45:     0x730dc6de1a34 - clone
[INFO] [stdout]   46:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- tests::parser::parse_case_nested stdout ----
[INFO] [stdout] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ Snapshot Summary ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
[INFO] [stdout] Snapshot file: src/tests/snapshots/fern__tests__parser__parse_case_nested.snap
[INFO] [stdout] Snapshot: parse_case_nested
[INFO] [stdout] Source: src/tests/parser.rs:202
[INFO] [stdout] ────────────────────────────────────────────────────────────────────────────────
[INFO] [stdout] Expression: nodes
[INFO] [stdout] ────────────────────────────────────────────────────────────────────────────────
[INFO] [stdout] +new results
[INFO] [stdout] ────────────┬───────────────────────────────────────────────────────────────────
[INFO] [stdout]           0 │+[
[INFO] [stdout]           1 │+    Ok(
[INFO] [stdout]           2 │+        Node {
[INFO] [stdout]           3 │+            class: Conjunction {
[INFO] [stdout]           4 │+                elements: [
[INFO] [stdout]           5 │+                    ConjunctNode {
[INFO] [stdout]           6 │+                        cmd: Node {
[INFO] [stdout]           7 │+                            class: CaseNode {
[INFO] [stdout]           8 │+                                pattern: Tk {
[INFO] [stdout]           9 │+                                    class: Str,
[INFO] [stdout]          10 │+                                    span: Span {
[INFO] [stdout]          11 │+                                        range: 5..8,
[INFO] [stdout]          12 │+                                        source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]          13 │+                                    },
[INFO] [stdout]          14 │+                                    flags: TkFlags(
[INFO] [stdout]          15 │+                                        0x0,
[INFO] [stdout]          16 │+                                    ),
[INFO] [stdout]          17 │+                                },
[INFO] [stdout]          18 │+                                case_blocks: [
[INFO] [stdout]          19 │+                                    CaseNode {
[INFO] [stdout]          20 │+                                        pattern: Tk {
[INFO] [stdout]          21 │+                                            class: CasePattern,
[INFO] [stdout]          22 │+                                            span: Span {
[INFO] [stdout]          23 │+                                                range: 13..17,
[INFO] [stdout]          24 │+                                                source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]          25 │+                                            },
[INFO] [stdout]          26 │+                                            flags: TkFlags(
[INFO] [stdout]          27 │+                                                0x0,
[INFO] [stdout]          28 │+                                            ),
[INFO] [stdout]          29 │+                                        },
[INFO] [stdout]          30 │+                                        body: [
[INFO] [stdout]          31 │+                                            Node {
[INFO] [stdout]          32 │+                                                class: IfNode {
[INFO] [stdout]          33 │+                                                    cond_nodes: [
[INFO] [stdout]          34 │+                                                        CondNode {
[INFO] [stdout]          35 │+                                                            cond: Node {
[INFO] [stdout]          36 │+                                                                class: Pipeline {
[INFO] [stdout]          37 │+                                                                    cmds: [
[INFO] [stdout]          38 │+                                                                        Node {
[INFO] [stdout]          39 │+                                                                            class: Command {
[INFO] [stdout]          40 │+                                                                                assignments: [],
[INFO] [stdout]          41 │+                                                                                argv: [
[INFO] [stdout]          42 │+                                                                                    Tk {
[INFO] [stdout]          43 │+                                                                                        class: Str,
[INFO] [stdout]          44 │+                                                                                        span: Span {
[INFO] [stdout]          45 │+                                                                                            range: 23..27,
[INFO] [stdout]          46 │+                                                                                            source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]          47 │+                                                                                        },
[INFO] [stdout]          48 │+                                                                                        flags: TkFlags(
[INFO] [stdout]          49 │+                                                                                            IS_CMD,
[INFO] [stdout]          50 │+                                                                                        ),
[INFO] [stdout]          51 │+                                                                                    },
[INFO] [stdout]          52 │+                                                                                ],
[INFO] [stdout]          53 │+                                                                            },
[INFO] [stdout]          54 │+                                                                            flags: NdFlags(
[INFO] [stdout]          55 │+                                                                                0x0,
[INFO] [stdout]          56 │+                                                                            ),
[INFO] [stdout]          57 │+                                                                            redirs: [],
[INFO] [stdout]          58 │+                                                                            tokens: [
[INFO] [stdout]          59 │+                                                                                Tk {
[INFO] [stdout]          60 │+                                                                                    class: Str,
[INFO] [stdout]          61 │+                                                                                    span: Span {
[INFO] [stdout]          62 │+                                                                                        range: 23..27,
[INFO] [stdout]          63 │+                                                                                        source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]          64 │+                                                                                    },
[INFO] [stdout]          65 │+                                                                                    flags: TkFlags(
[INFO] [stdout]          66 │+                                                                                        IS_CMD,
[INFO] [stdout]          67 │+                                                                                    ),
[INFO] [stdout]          68 │+                                                                                },
[INFO] [stdout]          69 │+                                                                                Tk {
[INFO] [stdout]          70 │+                                                                                    class: Sep,
[INFO] [stdout]          71 │+                                                                                    span: Span {
[INFO] [stdout]          72 │+                                                                                        range: 27..29,
[INFO] [stdout]          73 │+                                                                                        source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]          74 │+                                                                                    },
[INFO] [stdout]          75 │+                                                                                    flags: TkFlags(
[INFO] [stdout]          76 │+                                                                                        0x0,
[INFO] [stdout]          77 │+                                                                                    ),
[INFO] [stdout]          78 │+                                                                                },
[INFO] [stdout]          79 │+                                                                            ],
[INFO] [stdout]          80 │+                                                                        },
[INFO] [stdout]          81 │+                                                                    ],
[INFO] [stdout]          82 │+                                                                    pipe_err: false,
[INFO] [stdout]          83 │+                                                                },
[INFO] [stdout]          84 │+                                                                flags: NdFlags(
[INFO] [stdout]          85 │+                                                                    0x0,
[INFO] [stdout]          86 │+                                                                ),
[INFO] [stdout]          87 │+                                                                redirs: [],
[INFO] [stdout]          88 │+                                                                tokens: [
[INFO] [stdout]          89 │+                                                                    Tk {
[INFO] [stdout]          90 │+                                                                        class: Str,
[INFO] [stdout]          91 │+                                                                        span: Span {
[INFO] [stdout]          92 │+                                                                            range: 23..27,
[INFO] [stdout]          93 │+                                                                            source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]          94 │+                                                                        },
[INFO] [stdout]          95 │+                                                                        flags: TkFlags(
[INFO] [stdout]          96 │+                                                                            IS_CMD,
[INFO] [stdout]          97 │+                                                                        ),
[INFO] [stdout]          98 │+                                                                    },
[INFO] [stdout]          99 │+                                                                    Tk {
[INFO] [stdout]         100 │+                                                                        class: Sep,
[INFO] [stdout]         101 │+                                                                        span: Span {
[INFO] [stdout]         102 │+                                                                            range: 27..29,
[INFO] [stdout]         103 │+                                                                            source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]         104 │+                                                                        },
[INFO] [stdout]         105 │+                                                                        flags: TkFlags(
[INFO] [stdout]         106 │+                                                                            0x0,
[INFO] [stdout]         107 │+                                                                        ),
[INFO] [stdout]         108 │+                                                                    },
[INFO] [stdout]         109 │+                                                                ],
[INFO] [stdout]         110 │+                                                            },
[INFO] [stdout]         111 │+                                                            body: [
[INFO] [stdout]         112 │+                                                                Node {
[INFO] [stdout]         113 │+                                                                    class: LoopNode {
[INFO] [stdout]         114 │+                                                                        kind: While,
[INFO] [stdout]         115 │+                                                                        cond_node: CondNode {
[INFO] [stdout]         116 │+                                                                            cond: Node {
[INFO] [stdout]         117 │+                                                                                class: Pipeline {
[INFO] [stdout]         118 │+                                                                                    cmds: [
[INFO] [stdout]         119 │+                                                                                        Node {
[INFO] [stdout]         120 │+                                                                                            class: Command {
[INFO] [stdout]         121 │+                                                                                                assignments: [],
[INFO] [stdout]         122 │+                                                                                                argv: [
[INFO] [stdout]         123 │+                                                                                                    Tk {
[INFO] [stdout]         124 │+                                                                                                        class: Str,
[INFO] [stdout]         125 │+                                                                                                        span: Span {
[INFO] [stdout]         126 │+                                                                                                            range: 43..47,
[INFO] [stdout]         127 │+                                                                                                            source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]         128 │+                                                                                                        },
[INFO] [stdout]         129 │+                                                                                                        flags: TkFlags(
[INFO] [stdout]         130 │+                                                                                                            IS_CMD,
[INFO] [stdout]         131 │+                                                                                                        ),
[INFO] [stdout]         132 │+                                                                                                    },
[INFO] [stdout]         133 │+                                                                                                ],
[INFO] [stdout]         134 │+                                                                                            },
[INFO] [stdout]         135 │+                                                                                            flags: NdFlags(
[INFO] [stdout]         136 │+                                                                                                0x0,
[INFO] [stdout]         137 │+                                                                                            ),
[INFO] [stdout]         138 │+                                                                                            redirs: [],
[INFO] [stdout]         139 │+                                                                                            tokens: [
[INFO] [stdout]         140 │+                                                                                                Tk {
[INFO] [stdout]         141 │+                                                                                                    class: Str,
[INFO] [stdout]         142 │+                                                                                                    span: Span {
[INFO] [stdout]         143 │+                                                                                                        range: 43..47,
[INFO] [stdout]         144 │+                                                                                                        source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]         145 │+                                                                                                    },
[INFO] [stdout]         146 │+                                                                                                    flags: TkFlags(
[INFO] [stdout]         147 │+                                                                                                        IS_CMD,
[INFO] [stdout]         148 │+                                                                                                    ),
[INFO] [stdout]         149 │+                                                                                                },
[INFO] [stdout]         150 │+                                                                                                Tk {
[INFO] [stdout]         151 │+                                                                                                    class: Sep,
[INFO] [stdout]         152 │+                                                                                                    span: Span {
[INFO] [stdout]         153 │+                                                                                                        range: 47..49,
[INFO] [stdout]         154 │+                                                                                                        source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]         155 │+                                                                                                    },
[INFO] [stdout]         156 │+                                                                                                    flags: TkFlags(
[INFO] [stdout]         157 │+                                                                                                        0x0,
[INFO] [stdout]         158 │+                                                                                                    ),
[INFO] [stdout]         159 │+                                                                                                },
[INFO] [stdout]         160 │+                                                                                            ],
[INFO] [stdout]         161 │+                                                                                        },
[INFO] [stdout]         162 │+                                                                                    ],
[INFO] [stdout]         163 │+                                                                                    pipe_err: false,
[INFO] [stdout]         164 │+                                                                                },
[INFO] [stdout]         165 │+                                                                                flags: NdFlags(
[INFO] [stdout]         166 │+                                                                                    0x0,
[INFO] [stdout]         167 │+                                                                                ),
[INFO] [stdout]         168 │+                                                                                redirs: [],
[INFO] [stdout]         169 │+                                                                                tokens: [
[INFO] [stdout]         170 │+                                                                                    Tk {
[INFO] [stdout]         171 │+                                                                                        class: Str,
[INFO] [stdout]         172 │+                                                                                        span: Span {
[INFO] [stdout]         173 │+                                                                                            range: 43..47,
[INFO] [stdout]         174 │+                                                                                            source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]         175 │+                                                                                        },
[INFO] [stdout]         176 │+                                                                                        flags: TkFlags(
[INFO] [stdout]         177 │+                                                                                            IS_CMD,
[INFO] [stdout]         178 │+                                                                                        ),
[INFO] [stdout]         179 │+                                                                                    },
[INFO] [stdout]         180 │+                                                                                    Tk {
[INFO] [stdout]         181 │+                                                                                        class: Sep,
[INFO] [stdout]         182 │+                                                                                        span: Span {
[INFO] [stdout]         183 │+                                                                                            range: 47..49,
[INFO] [stdout]         184 │+                                                                                            source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]         185 │+                                                                                        },
[INFO] [stdout]         186 │+                                                                                        flags: TkFlags(
[INFO] [stdout]         187 │+                                                                                            0x0,
[INFO] [stdout]         188 │+                                                                                        ),
[INFO] [stdout]         189 │+                                                                                    },
[INFO] [stdout]         190 │+                                                                                ],
[INFO] [stdout]         191 │+                                                                            },
[INFO] [stdout]         192 │+                                                                            body: [
[INFO] [stdout]         193 │+                                                                                Node {
[INFO] [stdout]         194 │+                                                                                    class: Pipeline {
[INFO] [stdout]         195 │+                                                                                        cmds: [
[INFO] [stdout]         196 │+                                                                                            Node {
[INFO] [stdout]         197 │+                                                                                                class: Command {
[INFO] [stdout]         198 │+                                                                                                    assignments: [],
[INFO] [stdout]         199 │+                                                                                                    argv: [
[INFO] [stdout]         200 │+                                                                                                        Tk {
[INFO] [stdout]         201 │+                                                                                                            class: Str,
[INFO] [stdout]         202 │+                                                                                                            span: Span {
[INFO] [stdout]         203 │+                                                                                                                range: 56..60,
[INFO] [stdout]         204 │+                                                                                                                source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]         205 │+                                                                                                            },
[INFO] [stdout]         206 │+                                                                                                            flags: TkFlags(
[INFO] [stdout]         207 │+                                                                                                                IS_CMD | BUILTIN,
[INFO] [stdout]         208 │+                                                                                                            ),
[INFO] [stdout]         209 │+                                                                                                        },
[INFO] [stdout]         210 │+                                                                                                        Tk {
[INFO] [stdout]         211 │+                                                                                                            class: Str,
[INFO] [stdout]         212 │+                                                                                                            span: Span {
[INFO] [stdout]         213 │+                                                                                                                range: 61..64,
[INFO] [stdout]         214 │+                                                                                                                source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]         215 │+                                                                                                            },
[INFO] [stdout]         216 │+                                                                                                            flags: TkFlags(
[INFO] [stdout]         217 │+                                                                                                                0x0,
[INFO] [stdout]         218 │+                                                                                                            ),
[INFO] [stdout]         219 │+                                                                                                        },
[INFO] [stdout]         220 │+                                                                                                    ],
[INFO] [stdout]         221 │+                                                                                                },
[INFO] [stdout]         222 │+                                                                                                flags: NdFlags(
[INFO] [stdout]         223 │+                                                                                                    0x0,
[INFO] [stdout]         224 │+                                                                                                ),
[INFO] [stdout]         225 │+                                                                                                redirs: [],
[INFO] [stdout]         226 │+                                                                                                tokens: [
[INFO] [stdout]         227 │+                                                                                                    Tk {
[INFO] [stdout]         228 │+                                                                                                        class: Str,
[INFO] [stdout]         229 │+                                                                                                        span: Span {
[INFO] [stdout]         230 │+                                                                                                            range: 56..60,
[INFO] [stdout]         231 │+                                                                                                            source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]         232 │+                                                                                                        },
[INFO] [stdout]         233 │+                                                                                                        flags: TkFlags(
[INFO] [stdout]         234 │+                                                                                                            IS_CMD | BUILTIN,
[INFO] [stdout]         235 │+                                                                                                        ),
[INFO] [stdout]         236 │+                                                                                                    },
[INFO] [stdout]         237 │+                                                                                                    Tk {
[INFO] [stdout]         238 │+                                                                                                        class: Str,
[INFO] [stdout]         239 │+                                                                                                        span: Span {
[INFO] [stdout]         240 │+                                                                                                            range: 61..64,
[INFO] [stdout]         241 │+                                                                                                            source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]         242 │+                                                                                                        },
[INFO] [stdout]         243 │+                                                                                                        flags: TkFlags(
[INFO] [stdout]         244 │+                                                                                                            0x0,
[INFO] [stdout]         245 │+                                                                                                        ),
[INFO] [stdout]         246 │+                                                                                                    },
[INFO] [stdout]         247 │+                                                                                                    Tk {
[INFO] [stdout]         248 │+                                                                                                        class: Sep,
[INFO] [stdout]         249 │+                                                                                                        span: Span {
[INFO] [stdout]         250 │+                                                                                                            range: 64..68,
[INFO] [stdout]         251 │+                                                                                                            source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]         252 │+                                                                                                        },
[INFO] [stdout]         253 │+                                                                                                        flags: TkFlags(
[INFO] [stdout]         254 │+                                                                                                            0x0,
[INFO] [stdout]         255 │+                                                                                                        ),
[INFO] [stdout]         256 │+                                                                                                    },
[INFO] [stdout]         257 │+                                                                                                ],
[INFO] [stdout]         258 │+                                                                                            },
[INFO] [stdout]         259 │+                                                                                        ],
[INFO] [stdout]         260 │+                                                                                        pipe_err: false,
[INFO] [stdout]         261 │+                                                                                    },
[INFO] [stdout]         262 │+                                                                                    flags: NdFlags(
[INFO] [stdout]         263 │+                                                                                        0x0,
[INFO] [stdout]         264 │+                                                                                    ),
[INFO] [stdout]         265 │+                                                                                    redirs: [],
[INFO] [stdout]         266 │+                                                                                    tokens: [
[INFO] [stdout]         267 │+                                                                                        Tk {
[INFO] [stdout]         268 │+                                                                                            class: Str,
[INFO] [stdout]         269 │+                                                                                            span: Span {
[INFO] [stdout]         270 │+                                                                                                range: 56..60,
[INFO] [stdout]         271 │+                                                                                                source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]         272 │+                                                                                            },
[INFO] [stdout]         273 │+                                                                                            flags: TkFlags(
[INFO] [stdout]         274 │+                                                                                                IS_CMD | BUILTIN,
[INFO] [stdout]         275 │+                                                                                            ),
[INFO] [stdout]         276 │+                                                                                        },
[INFO] [stdout]         277 │+                                                                                        Tk {
[INFO] [stdout]         278 │+                                                                                            class: Str,
[INFO] [stdout]         279 │+                                                                                            span: Span {
[INFO] [stdout]         280 │+                                                                                                range: 61..64,
[INFO] [stdout]         281 │+                                                                                                source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]         282 │+                                                                                            },
[INFO] [stdout]         283 │+                                                                                            flags: TkFlags(
[INFO] [stdout]         284 │+                                                                                                0x0,
[INFO] [stdout]         285 │+                                                                                            ),
[INFO] [stdout]         286 │+                                                                                        },
[INFO] [stdout]         287 │+                                                                                        Tk {
[INFO] [stdout]         288 │+                                                                                            class: Sep,
[INFO] [stdout]         289 │+                                                                                            span: Span {
[INFO] [stdout]         290 │+                                                                                                range: 64..68,
[INFO] [stdout]         291 │+                                                                                                source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]         292 │+                                                                                            },
[INFO] [stdout]         293 │+                                                                                            flags: TkFlags(
[INFO] [stdout]         294 │+                                                                                                0x0,
[INFO] [stdout]         295 │+                                                                                            ),
[INFO] [stdout]         296 │+                                                                                        },
[INFO] [stdout]         297 │+                                                                                    ],
[INFO] [stdout]         298 │+                                                                                },
[INFO] [stdout]         299 │+                                                                            ],
[INFO] [stdout]         300 │+                                                                        },
[INFO] [stdout]         301 │+                                                                    },
[INFO] [stdout]         302 │+                                                                    flags: NdFlags(
[INFO] [stdout]         303 │+                                                                        0x0,
[INFO] [stdout]         304 │+                                                                    ),
[INFO] [stdout]         305 │+                                                                    redirs: [],
[INFO] [stdout]         306 │+                                                                    tokens: [
[INFO] [stdout]         307 │+                                                                        Tk {
[INFO] [stdout]         308 │+                                                                            class: Str,
[INFO] [stdout]         309 │+                                                                            span: Span {
[INFO] [stdout]         310 │+                                                                                range: 37..42,
[INFO] [stdout]         311 │+                                                                                source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]         312 │+                                                                            },
[INFO] [stdout]         313 │+                                                                            flags: TkFlags(
[INFO] [stdout]         314 │+                                                                                KEYWORD,
[INFO] [stdout]         315 │+                                                                            ),
[INFO] [stdout]         316 │+                                                                        },
[INFO] [stdout]         317 │+                                                                        Tk {
[INFO] [stdout]         318 │+                                                                            class: Str,
[INFO] [stdout]         319 │+                                                                            span: Span {
[INFO] [stdout]         320 │+                                                                                range: 43..47,
[INFO] [stdout]         321 │+                                                                                source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]         322 │+                                                                            },
[INFO] [stdout]         323 │+                                                                            flags: TkFlags(
[INFO] [stdout]         324 │+                                                                                IS_CMD,
[INFO] [stdout]         325 │+                                                                            ),
[INFO] [stdout]         326 │+                                                                        },
[INFO] [stdout]         327 │+                                                                        Tk {
[INFO] [stdout]         328 │+                                                                            class: Sep,
[INFO] [stdout]         329 │+                                                                            span: Span {
[INFO] [stdout]         330 │+                                                                                range: 47..49,
[INFO] [stdout]         331 │+                                                                                source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]         332 │+                                                                            },
[INFO] [stdout]         333 │+                                                                            flags: TkFlags(
[INFO] [stdout]         334 │+                                                                                0x0,
[INFO] [stdout]         335 │+                                                                            ),
[INFO] [stdout]         336 │+                                                                        },
[INFO] [stdout]         337 │+                                                                        Tk {
[INFO] [stdout]         338 │+                                                                            class: Str,
[INFO] [stdout]         339 │+                                                                            span: Span {
[INFO] [stdout]         340 │+                                                                                range: 49..51,
[INFO] [stdout]         341 │+                                                                                source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]         342 │+                                                                            },
[INFO] [stdout]         343 │+                                                                            flags: TkFlags(
[INFO] [stdout]         344 │+                                                                                KEYWORD,
[INFO] [stdout]         345 │+                                                                            ),
[INFO] [stdout]         346 │+                                                                        },
[INFO] [stdout]         347 │+                                                                        Tk {
[INFO] [stdout]         348 │+                                                                            class: Sep,
[INFO] [stdout]         349 │+                                                                            span: Span {
[INFO] [stdout]         350 │+                                                                                range: 51..56,
[INFO] [stdout]         351 │+                                                                                source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]         352 │+                                                                            },
[INFO] [stdout]         353 │+                                                                            flags: TkFlags(
[INFO] [stdout]         354 │+                                                                                0x0,
[INFO] [stdout]         355 │+                                                                            ),
[INFO] [stdout]         356 │+                                                                        },
[INFO] [stdout]         357 │+                                                                        Tk {
[INFO] [stdout]         358 │+                                                                            class: Str,
[INFO] [stdout]         359 │+                                                                            span: Span {
[INFO] [stdout]         360 │+                                                                                range: 56..60,
[INFO] [stdout]         361 │+                                                                                source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]         362 │+                                                                            },
[INFO] [stdout]         363 │+                                                                            flags: TkFlags(
[INFO] [stdout]         364 │+                                                                                IS_CMD | BUILTIN,
[INFO] [stdout]         365 │+                                                                            ),
[INFO] [stdout]         366 │+                                                                        },
[INFO] [stdout]         367 │+                                                                        Tk {
[INFO] [stdout]         368 │+                                                                            class: Str,
[INFO] [stdout]         369 │+                                                                            span: Span {
[INFO] [stdout]         370 │+                                                                                range: 61..64,
[INFO] [stdout]         371 │+                                                                                source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]         372 │+                                                                            },
[INFO] [stdout]         373 │+                                                                            flags: TkFlags(
[INFO] [stdout]         374 │+                                                                                0x0,
[INFO] [stdout]         375 │+                                                                            ),
[INFO] [stdout]         376 │+                                                                        },
[INFO] [stdout]         377 │+                                                                        Tk {
[INFO] [stdout]         378 │+                                                                            class: Sep,
[INFO] [stdout]         379 │+                                                                            span: Span {
[INFO] [stdout]         380 │+                                                                                range: 64..68,
[INFO] [stdout]         381 │+                                                                                source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]         382 │+                                                                            },
[INFO] [stdout]         383 │+                                                                            flags: TkFlags(
[INFO] [stdout]         384 │+                                                                                0x0,
[INFO] [stdout]         385 │+                                                                            ),
[INFO] [stdout]         386 │+                                                                        },
[INFO] [stdout]         387 │+                                                                        Tk {
[INFO] [stdout]         388 │+                                                                            class: Str,
[INFO] [stdout]         389 │+                                                                            span: Span {
[INFO] [stdout]         390 │+                                                                                range: 68..72,
[INFO] [stdout]         391 │+                                                                                source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]         392 │+                                                                            },
[INFO] [stdout]         393 │+                                                                            flags: TkFlags(
[INFO] [stdout]         394 │+                                                                                KEYWORD,
[INFO] [stdout]         395 │+                                                                            ),
[INFO] [stdout]         396 │+                                                                        },
[INFO] [stdout]         397 │+                                                                        Tk {
[INFO] [stdout]         398 │+                                                                            class: Sep,
[INFO] [stdout]         399 │+                                                                            span: Span {
[INFO] [stdout]         400 │+                                                                                range: 72..75,
[INFO] [stdout]         401 │+                                                                                source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]         402 │+                                                                            },
[INFO] [stdout]         403 │+                                                                            flags: TkFlags(
[INFO] [stdout]         404 │+                                                                                0x0,
[INFO] [stdout]         405 │+                                                                            ),
[INFO] [stdout]         406 │+                                                                        },
[INFO] [stdout]         407 │+                                                                    ],
[INFO] [stdout]         408 │+                                                                },
[INFO] [stdout]         409 │+                                                            ],
[INFO] [stdout]         410 │+                                                        },
[INFO] [stdout]         411 │+                                                    ],
[INFO] [stdout]         412 │+                                                    else_block: [],
[INFO] [stdout]         413 │+                                                },
[INFO] [stdout]         414 │+                                                flags: NdFlags(
[INFO] [stdout]         415 │+                                                    0x0,
[INFO] [stdout]         416 │+                                                ),
[INFO] [stdout]         417 │+                                                redirs: [],
[INFO] [stdout]         418 │+                                                tokens: [
[INFO] [stdout]         419 │+                                                    Tk {
[INFO] [stdout]         420 │+                                                        class: Str,
[INFO] [stdout]         421 │+                                                        span: Span {
[INFO] [stdout]         422 │+                                                            range: 20..22,
[INFO] [stdout]         423 │+                                                            source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]         424 │+                                                        },
[INFO] [stdout]         425 │+                                                        flags: TkFlags(
[INFO] [stdout]         426 │+                                                            KEYWORD,
[INFO] [stdout]         427 │+                                                        ),
[INFO] [stdout]         428 │+                                                    },
[INFO] [stdout]         429 │+                                                    Tk {
[INFO] [stdout]         430 │+                                                        class: Str,
[INFO] [stdout]         431 │+                                                        span: Span {
[INFO] [stdout]         432 │+                                                            range: 23..27,
[INFO] [stdout]         433 │+                                                            source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]         434 │+                                                        },
[INFO] [stdout]         435 │+                                                        flags: TkFlags(
[INFO] [stdout]         436 │+                                                            IS_CMD,
[INFO] [stdout]         437 │+                                                        ),
[INFO] [stdout]         438 │+                                                    },
[INFO] [stdout]         439 │+                                                    Tk {
[INFO] [stdout]         440 │+                                                        class: Sep,
[INFO] [stdout]         441 │+                                                        span: Span {
[INFO] [stdout]         442 │+                                                            range: 27..29,
[INFO] [stdout]         443 │+                                                            source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]         444 │+                                                        },
[INFO] [stdout]         445 │+                                                        flags: TkFlags(
[INFO] [stdout]         446 │+                                                            0x0,
[INFO] [stdout]         447 │+                                                        ),
[INFO] [stdout]         448 │+                                                    },
[INFO] [stdout]         449 │+                                                    Tk {
[INFO] [stdout]         450 │+                                                        class: Str,
[INFO] [stdout]         451 │+                                                        span: Span {
[INFO] [stdout]         452 │+                                                            range: 29..33,
[INFO] [stdout]         453 │+                                                            source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]         454 │+                                                        },
[INFO] [stdout]         455 │+                                                        flags: TkFlags(
[INFO] [stdout]         456 │+                                                            KEYWORD,
[INFO] [stdout]         457 │+                                                        ),
[INFO] [stdout]         458 │+                                                    },
[INFO] [stdout]         459 │+                                                    Tk {
[INFO] [stdout]         460 │+                                                        class: Sep,
[INFO] [stdout]         461 │+                                                        span: Span {
[INFO] [stdout]         462 │+                                                            range: 33..37,
[INFO] [stdout]         463 │+                                                            source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]         464 │+                                                        },
[INFO] [stdout]         465 │+                                                        flags: TkFlags(
[INFO] [stdout]         466 │+                                                            0x0,
[INFO] [stdout]         467 │+                                                        ),
[INFO] [stdout]         468 │+                                                    },
[INFO] [stdout]         469 │+                                                    Tk {
[INFO] [stdout]         470 │+                                                        class: Str,
[INFO] [stdout]         471 │+                                                        span: Span {
[INFO] [stdout]         472 │+                                                            range: 37..42,
[INFO] [stdout]         473 │+                                                            source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]         474 │+                                                        },
[INFO] [stdout]         475 │+                                                        flags: TkFlags(
[INFO] [stdout]         476 │+                                                            KEYWORD,
[INFO] [stdout]         477 │+                                                        ),
[INFO] [stdout]         478 │+                                                    },
[INFO] [stdout]         479 │+                                                    Tk {
[INFO] [stdout]         480 │+                                                        class: Str,
[INFO] [stdout]         481 │+                                                        span: Span {
[INFO] [stdout]         482 │+                                                            range: 43..47,
[INFO] [stdout]         483 │+                                                            source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]         484 │+                                                        },
[INFO] [stdout]         485 │+                                                        flags: TkFlags(
[INFO] [stdout]         486 │+                                                            IS_CMD,
[INFO] [stdout]         487 │+                                                        ),
[INFO] [stdout]         488 │+                                                    },
[INFO] [stdout]         489 │+                                                    Tk {
[INFO] [stdout]         490 │+                                                        class: Sep,
[INFO] [stdout]         491 │+                                                        span: Span {
[INFO] [stdout]         492 │+                                                            range: 47..49,
[INFO] [stdout]         493 │+                                                            source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]         494 │+                                                        },
[INFO] [stdout]         495 │+                                                        flags: TkFlags(
[INFO] [stdout]         496 │+                                                            0x0,
[INFO] [stdout]         497 │+                                                        ),
[INFO] [stdout]         498 │+                                                    },
[INFO] [stdout]         499 │+                                                    Tk {
[INFO] [stdout]         500 │+                                                        class: Str,
[INFO] [stdout]         501 │+                                                        span: Span {
[INFO] [stdout]         502 │+                                                            range: 49..51,
[INFO] [stdout]         503 │+                                                            source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]         504 │+                                                        },
[INFO] [stdout]         505 │+                                                        flags: TkFlags(
[INFO] [stdout]         506 │+                                                            KEYWORD,
[INFO] [stdout]         507 │+                                                        ),
[INFO] [stdout]         508 │+                                                    },
[INFO] [stdout]         509 │+                                                    Tk {
[INFO] [stdout]         510 │+                                                        class: Sep,
[INFO] [stdout]         511 │+                                                        span: Span {
[INFO] [stdout]         512 │+                                                            range: 51..56,
[INFO] [stdout]         513 │+                                                            source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]         514 │+                                                        },
[INFO] [stdout]         515 │+                                                        flags: TkFlags(
[INFO] [stdout]         516 │+                                                            0x0,
[INFO] [stdout]         517 │+                                                        ),
[INFO] [stdout]         518 │+                                                    },
[INFO] [stdout]         519 │+                                                    Tk {
[INFO] [stdout]         520 │+                                                        class: Str,
[INFO] [stdout]         521 │+                                                        span: Span {
[INFO] [stdout]         522 │+                                                            range: 56..60,
[INFO] [stdout]         523 │+                                                            source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]         524 │+                                                        },
[INFO] [stdout]         525 │+                                                        flags: TkFlags(
[INFO] [stdout]         526 │+                                                            IS_CMD | BUILTIN,
[INFO] [stdout]         527 │+                                                        ),
[INFO] [stdout]         528 │+                                                    },
[INFO] [stdout]         529 │+                                                    Tk {
[INFO] [stdout]         530 │+                                                        class: Str,
[INFO] [stdout]         531 │+                                                        span: Span {
[INFO] [stdout]         532 │+                                                            range: 61..64,
[INFO] [stdout]         533 │+                                                            source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]         534 │+                                                        },
[INFO] [stdout]         535 │+                                                        flags: TkFlags(
[INFO] [stdout]         536 │+                                                            0x0,
[INFO] [stdout]         537 │+                                                        ),
[INFO] [stdout]         538 │+                                                    },
[INFO] [stdout]         539 │+                                                    Tk {
[INFO] [stdout]         540 │+                                                        class: Sep,
[INFO] [stdout]         541 │+                                                        span: Span {
[INFO] [stdout]         542 │+                                                            range: 64..68,
[INFO] [stdout]         543 │+                                                            source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]         544 │+                                                        },
[INFO] [stdout]         545 │+                                                        flags: TkFlags(
[INFO] [stdout]         546 │+                                                            0x0,
[INFO] [stdout]         547 │+                                                        ),
[INFO] [stdout]         548 │+                                                    },
[INFO] [stdout]         549 │+                                                    Tk {
[INFO] [stdout]         550 │+                                                        class: Str,
[INFO] [stdout]         551 │+                                                        span: Span {
[INFO] [stdout]         552 │+                                                            range: 68..72,
[INFO] [stdout]         553 │+                                                            source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]         554 │+                                                        },
[INFO] [stdout]         555 │+                                                        flags: TkFlags(
[INFO] [stdout]         556 │+                                                            KEYWORD,
[INFO] [stdout]         557 │+                                                        ),
[INFO] [stdout]         558 │+                                                    },
[INFO] [stdout]         559 │+                                                    Tk {
[INFO] [stdout]         560 │+                                                        class: Sep,
[INFO] [stdout]         561 │+                                                        span: Span {
[INFO] [stdout]         562 │+                                                            range: 72..75,
[INFO] [stdout]         563 │+                                                            source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]         564 │+                                                        },
[INFO] [stdout]         565 │+                                                        flags: TkFlags(
[INFO] [stdout]         566 │+                                                            0x0,
[INFO] [stdout]         567 │+                                                        ),
[INFO] [stdout]         568 │+                                                    },
[INFO] [stdout]         569 │+                                                    Tk {
[INFO] [stdout]         570 │+                                                        class: Str,
[INFO] [stdout]         571 │+                                                        span: Span {
[INFO] [stdout]         572 │+                                                            range: 75..77,
[INFO] [stdout]         573 │+                                                            source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]         574 │+                                                        },
[INFO] [stdout]         575 │+                                                        flags: TkFlags(
[INFO] [stdout]         576 │+                                                            KEYWORD,
[INFO] [stdout]         577 │+                                                        ),
[INFO] [stdout]         578 │+                                                    },
[INFO] [stdout]         579 │+                                                    Tk {
[INFO] [stdout]         580 │+                                                        class: Sep,
[INFO] [stdout]         581 │+                                                        span: Span {
[INFO] [stdout]         582 │+                                                            range: 77..83,
[INFO] [stdout]         583 │+                                                            source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]         584 │+                                                        },
[INFO] [stdout]         585 │+                                                        flags: TkFlags(
[INFO] [stdout]         586 │+                                                            0x0,
[INFO] [stdout]         587 │+                                                        ),
[INFO] [stdout]         588 │+                                                    },
[INFO] [stdout]         589 │+                                                ],
[INFO] [stdout]         590 │+                                            },
[INFO] [stdout]         591 │+                                        ],
[INFO] [stdout]         592 │+                                    },
[INFO] [stdout]         593 │+                                    CaseNode {
[INFO] [stdout]         594 │+                                        pattern: Tk {
[INFO] [stdout]         595 │+                                            class: CasePattern,
[INFO] [stdout]         596 │+                                            span: Span {
[INFO] [stdout]         597 │+                                                range: 83..87,
[INFO] [stdout]         598 │+                                                source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]         599 │+                                            },
[INFO] [stdout]         600 │+                                            flags: TkFlags(
[INFO] [stdout]         601 │+                                                0x0,
[INFO] [stdout]         602 │+                                            ),
[INFO] [stdout]         603 │+                                        },
[INFO] [stdout]         604 │+                                        body: [
[INFO] [stdout]         605 │+                                            Node {
[INFO] [stdout]         606 │+                                                class: IfNode {
[INFO] [stdout]         607 │+                                                    cond_nodes: [
[INFO] [stdout]         608 │+                                                        CondNode {
[INFO] [stdout]         609 │+                                                            cond: Node {
[INFO] [stdout]         610 │+                                                                class: Pipeline {
[INFO] [stdout]         611 │+                                                                    cmds: [
[INFO] [stdout]         612 │+                                                                        Node {
[INFO] [stdout]         613 │+                                                                            class: Command {
[INFO] [stdout]         614 │+                                                                                assignments: [],
[INFO] [stdout]         615 │+                                                                                argv: [
[INFO] [stdout]         616 │+                                                                                    Tk {
[INFO] [stdout]         617 │+                                                                                        class: Str,
[INFO] [stdout]         618 │+                                                                                        span: Span {
[INFO] [stdout]         619 │+                                                                                            range: 93..98,
[INFO] [stdout]         620 │+                                                                                            source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]         621 │+                                                                                        },
[INFO] [stdout]         622 │+                                                                                        flags: TkFlags(
[INFO] [stdout]         623 │+                                                                                            IS_CMD,
[INFO] [stdout]         624 │+                                                                                        ),
[INFO] [stdout]         625 │+                                                                                    },
[INFO] [stdout]         626 │+                                                                                ],
[INFO] [stdout]         627 │+                                                                            },
[INFO] [stdout]         628 │+                                                                            flags: NdFlags(
[INFO] [stdout]         629 │+                                                                                0x0,
[INFO] [stdout]         630 │+                                                                            ),
[INFO] [stdout]         631 │+                                                                            redirs: [],
[INFO] [stdout]         632 │+                                                                            tokens: [
[INFO] [stdout]         633 │+                                                                                Tk {
[INFO] [stdout]         634 │+                                                                                    class: Str,
[INFO] [stdout]         635 │+                                                                                    span: Span {
[INFO] [stdout]         636 │+                                                                                        range: 93..98,
[INFO] [stdout]         637 │+                                                                                        source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]         638 │+                                                                                    },
[INFO] [stdout]         639 │+                                                                                    flags: TkFlags(
[INFO] [stdout]         640 │+                                                                                        IS_CMD,
[INFO] [stdout]         641 │+                                                                                    ),
[INFO] [stdout]         642 │+                                                                                },
[INFO] [stdout]         643 │+                                                                                Tk {
[INFO] [stdout]         644 │+                                                                                    class: Sep,
[INFO] [stdout]         645 │+                                                                                    span: Span {
[INFO] [stdout]         646 │+                                                                                        range: 98..100,
[INFO] [stdout]         647 │+                                                                                        source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]         648 │+                                                                                    },
[INFO] [stdout]         649 │+                                                                                    flags: TkFlags(
[INFO] [stdout]         650 │+                                                                                        0x0,
[INFO] [stdout]         651 │+                                                                                    ),
[INFO] [stdout]         652 │+                                                                                },
[INFO] [stdout]         653 │+                                                                            ],
[INFO] [stdout]         654 │+                                                                        },
[INFO] [stdout]         655 │+                                                                    ],
[INFO] [stdout]         656 │+                                                                    pipe_err: false,
[INFO] [stdout]         657 │+                                                                },
[INFO] [stdout]         658 │+                                                                flags: NdFlags(
[INFO] [stdout]         659 │+                                                                    0x0,
[INFO] [stdout]         660 │+                                                                ),
[INFO] [stdout]         661 │+                                                                redirs: [],
[INFO] [stdout]         662 │+                                                                tokens: [
[INFO] [stdout]         663 │+                                                                    Tk {
[INFO] [stdout]         664 │+                                                                        class: Str,
[INFO] [stdout]         665 │+                                                                        span: Span {
[INFO] [stdout]         666 │+                                                                            range: 93..98,
[INFO] [stdout]         667 │+                                                                            source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]         668 │+                                                                        },
[INFO] [stdout]         669 │+                                                                        flags: TkFlags(
[INFO] [stdout]         670 │+                                                                            IS_CMD,
[INFO] [stdout]         671 │+                                                                        ),
[INFO] [stdout]         672 │+                                                                    },
[INFO] [stdout]         673 │+                                                                    Tk {
[INFO] [stdout]         674 │+                                                                        class: Sep,
[INFO] [stdout]         675 │+                                                                        span: Span {
[INFO] [stdout]         676 │+                                                                            range: 98..100,
[INFO] [stdout]         677 │+                                                                            source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]         678 │+                                                                        },
[INFO] [stdout]         679 │+                                                                        flags: TkFlags(
[INFO] [stdout]         680 │+                                                                            0x0,
[INFO] [stdout]         681 │+                                                                        ),
[INFO] [stdout]         682 │+                                                                    },
[INFO] [stdout]         683 │+                                                                ],
[INFO] [stdout]         684 │+                                                            },
[INFO] [stdout]         685 │+                                                            body: [
[INFO] [stdout]         686 │+                                                                Node {
[INFO] [stdout]         687 │+                                                                    class: LoopNode {
[INFO] [stdout]         688 │+                                                                        kind: Until,
[INFO] [stdout]         689 │+                                                                        cond_node: CondNode {
[INFO] [stdout]         690 │+                                                                            cond: Node {
[INFO] [stdout]         691 │+                                                                                class: Pipeline {
[INFO] [stdout]         692 │+                                                                                    cmds: [
[INFO] [stdout]         693 │+                                                                                        Node {
[INFO] [stdout]         694 │+                                                                                            class: Command {
[INFO] [stdout]         695 │+                                                                                                assignments: [],
[INFO] [stdout]         696 │+                                                                                                argv: [
[INFO] [stdout]         697 │+                                                                                                    Tk {
[INFO] [stdout]         698 │+                                                                                                        class: Str,
[INFO] [stdout]         699 │+                                                                                                        span: Span {
[INFO] [stdout]         700 │+                                                                                                            range: 114..119,
[INFO] [stdout]         701 │+                                                                                                            source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]         702 │+                                                                                                        },
[INFO] [stdout]         703 │+                                                                                                        flags: TkFlags(
[INFO] [stdout]         704 │+                                                                                                            IS_CMD,
[INFO] [stdout]         705 │+                                                                                                        ),
[INFO] [stdout]         706 │+                                                                                                    },
[INFO] [stdout]         707 │+                                                                                                ],
[INFO] [stdout]         708 │+                                                                                            },
[INFO] [stdout]         709 │+                                                                                            flags: NdFlags(
[INFO] [stdout]         710 │+                                                                                                0x0,
[INFO] [stdout]         711 │+                                                                                            ),
[INFO] [stdout]         712 │+                                                                                            redirs: [],
[INFO] [stdout]         713 │+                                                                                            tokens: [
[INFO] [stdout]         714 │+                                                                                                Tk {
[INFO] [stdout]         715 │+                                                                                                    class: Str,
[INFO] [stdout]         716 │+                                                                                                    span: Span {
[INFO] [stdout]         717 │+                                                                                                        range: 114..119,
[INFO] [stdout]         718 │+                                                                                                        source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]         719 │+                                                                                                    },
[INFO] [stdout]         720 │+                                                                                                    flags: TkFlags(
[INFO] [stdout]         721 │+                                                                                                        IS_CMD,
[INFO] [stdout]         722 │+                                                                                                    ),
[INFO] [stdout]         723 │+                                                                                                },
[INFO] [stdout]         724 │+                                                                                                Tk {
[INFO] [stdout]         725 │+                                                                                                    class: Sep,
[INFO] [stdout]         726 │+                                                                                                    span: Span {
[INFO] [stdout]         727 │+                                                                                                        range: 119..121,
[INFO] [stdout]         728 │+                                                                                                        source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]         729 │+                                                                                                    },
[INFO] [stdout]         730 │+                                                                                                    flags: TkFlags(
[INFO] [stdout]         731 │+                                                                                                        0x0,
[INFO] [stdout]         732 │+                                                                                                    ),
[INFO] [stdout]         733 │+                                                                                                },
[INFO] [stdout]         734 │+                                                                                            ],
[INFO] [stdout]         735 │+                                                                                        },
[INFO] [stdout]         736 │+                                                                                    ],
[INFO] [stdout]         737 │+                                                                                    pipe_err: false,
[INFO] [stdout]         738 │+                                                                                },
[INFO] [stdout]         739 │+                                                                                flags: NdFlags(
[INFO] [stdout]         740 │+                                                                                    0x0,
[INFO] [stdout]         741 │+                                                                                ),
[INFO] [stdout]         742 │+                                                                                redirs: [],
[INFO] [stdout]         743 │+                                                                                tokens: [
[INFO] [stdout]         744 │+                                                                                    Tk {
[INFO] [stdout]         745 │+                                                                                        class: Str,
[INFO] [stdout]         746 │+                                                                                        span: Span {
[INFO] [stdout]         747 │+                                                                                            range: 114..119,
[INFO] [stdout]         748 │+                                                                                            source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]         749 │+                                                                                        },
[INFO] [stdout]         750 │+                                                                                        flags: TkFlags(
[INFO] [stdout]         751 │+                                                                                            IS_CMD,
[INFO] [stdout]         752 │+                                                                                        ),
[INFO] [stdout]         753 │+                                                                                    },
[INFO] [stdout]         754 │+                                                                                    Tk {
[INFO] [stdout]         755 │+                                                                                        class: Sep,
[INFO] [stdout]         756 │+                                                                                        span: Span {
[INFO] [stdout]         757 │+                                                                                            range: 119..121,
[INFO] [stdout]         758 │+                                                                                            source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]         759 │+                                                                                        },
[INFO] [stdout]         760 │+                                                                                        flags: TkFlags(
[INFO] [stdout]         761 │+                                                                                            0x0,
[INFO] [stdout]         762 │+                                                                                        ),
[INFO] [stdout]         763 │+                                                                                    },
[INFO] [stdout]         764 │+                                                                                ],
[INFO] [stdout]         765 │+                                                                            },
[INFO] [stdout]         766 │+                                                                            body: [
[INFO] [stdout]         767 │+                                                                                Node {
[INFO] [stdout]         768 │+                                                                                    class: CaseNode {
[INFO] [stdout]         769 │+                                                                                        pattern: Tk {
[INFO] [stdout]         770 │+                                                                                            class: Str,
[INFO] [stdout]         771 │+                                                                                            span: Span {
[INFO] [stdout]         772 │+                                                                                                range: 133..136,
[INFO] [stdout]         773 │+                                                                                                source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]         774 │+                                                                                            },
[INFO] [stdout]         775 │+                                                                                            flags: TkFlags(
[INFO] [stdout]         776 │+                                                                                                0x0,
[INFO] [stdout]         777 │+                                                                                            ),
[INFO] [stdout]         778 │+                                                                                        },
[INFO] [stdout]         779 │+                                                                                        case_blocks: [
[INFO] [stdout]         780 │+                                                                                            CaseNode {
[INFO] [stdout]         781 │+                                                                                                pattern: Tk {
[INFO] [stdout]         782 │+                                                                                                    class: CasePattern,
[INFO] [stdout]         783 │+                                                                                                    span: Span {
[INFO] [stdout]         784 │+                                                                                                        range: 145..149,
[INFO] [stdout]         785 │+                                                                                                        source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]         786 │+                                                                                                    },
[INFO] [stdout]         787 │+                                                                                                    flags: TkFlags(
[INFO] [stdout]         788 │+                                                                                                        0x0,
[INFO] [stdout]         789 │+                                                                                                    ),
[INFO] [stdout]         790 │+                                                                                                },
[INFO] [stdout]         791 │+                                                                                                body: [
[INFO] [stdout]         792 │+                                                                                                    Node {
[INFO] [stdout]         793 │+                                                                                                        class: IfNode {
[INFO] [stdout]         794 │+                                                                                                            cond_nodes: [
[INFO] [stdout]         795 │+                                                                                                                CondNode {
[INFO] [stdout]         796 │+                                                                                                                    cond: Node {
[INFO] [stdout]         797 │+                                                                                                                        class: Pipeline {
[INFO] [stdout]         798 │+                                                                                                                            cmds: [
[INFO] [stdout]         799 │+                                                                                                                                Node {
[INFO] [stdout]         800 │+                                                                                                                                    class: Command {
[INFO] [stdout]         801 │+                                                                                                                                        assignments: [],
[INFO] [stdout]         802 │+                                                                                                                                        argv: [
[INFO] [stdout]         803 │+                                                                                                                                            Tk {
[INFO] [stdout]         804 │+                                                                                                                                                class: Str,
[INFO] [stdout]         805 │+                                                                                                                                                span: Span {
[INFO] [stdout]         806 │+                                                                                                                                                    range: 159..163,
[INFO] [stdout]         807 │+                                                                                                                                                    source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]         808 │+                                                                                                                                                },
[INFO] [stdout]         809 │+                                                                                                                                                flags: TkFlags(
[INFO] [stdout]         810 │+                                                                                                                                                    IS_CMD,
[INFO] [stdout]         811 │+                                                                                                                                                ),
[INFO] [stdout]         812 │+                                                                                                                                            },
[INFO] [stdout]         813 │+                                                                                                                                        ],
[INFO] [stdout]         814 │+                                                                                                                                    },
[INFO] [stdout]         815 │+                                                                                                                                    flags: NdFlags(
[INFO] [stdout]         816 │+                                                                                                                                        0x0,
[INFO] [stdout]         817 │+                                                                                                                                    ),
[INFO] [stdout]         818 │+                                                                                                                                    redirs: [],
[INFO] [stdout]         819 │+                                                                                                                                    tokens: [
[INFO] [stdout]         820 │+                                                                                                                                        Tk {
[INFO] [stdout]         821 │+                                                                                                                                            class: Str,
[INFO] [stdout]         822 │+                                                                                                                                            span: Span {
[INFO] [stdout]         823 │+                                                                                                                                                range: 159..163,
[INFO] [stdout]         824 │+                                                                                                                                                source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]         825 │+                                                                                                                                            },
[INFO] [stdout]         826 │+                                                                                                                                            flags: TkFlags(
[INFO] [stdout]         827 │+                                                                                                                                                IS_CMD,
[INFO] [stdout]         828 │+                                                                                                                                            ),
[INFO] [stdout]         829 │+                                                                                                                                        },
[INFO] [stdout]         830 │+                                                                                                                                        Tk {
[INFO] [stdout]         831 │+                                                                                                                                            class: Sep,
[INFO] [stdout]         832 │+                                                                                                                                            span: Span {
[INFO] [stdout]         833 │+                                                                                                                                                range: 163..165,
[INFO] [stdout]         834 │+                                                                                                                                                source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]         835 │+                                                                                                                                            },
[INFO] [stdout]         836 │+                                                                                                                                            flags: TkFlags(
[INFO] [stdout]         837 │+                                                                                                                                                0x0,
[INFO] [stdout]         838 │+                                                                                                                                            ),
[INFO] [stdout]         839 │+                                                                                                                                        },
[INFO] [stdout]         840 │+                                                                                                                                    ],
[INFO] [stdout]         841 │+                                                                                                                                },
[INFO] [stdout]         842 │+                                                                                                                            ],
[INFO] [stdout]         843 │+                                                                                                                            pipe_err: false,
[INFO] [stdout]         844 │+                                                                                                                        },
[INFO] [stdout]         845 │+                                                                                                                        flags: NdFlags(
[INFO] [stdout]         846 │+                                                                                                                            0x0,
[INFO] [stdout]         847 │+                                                                                                                        ),
[INFO] [stdout]         848 │+                                                                                                                        redirs: [],
[INFO] [stdout]         849 │+                                                                                                                        tokens: [
[INFO] [stdout]         850 │+                                                                                                                            Tk {
[INFO] [stdout]         851 │+                                                                                                                                class: Str,
[INFO] [stdout]         852 │+                                                                                                                                span: Span {
[INFO] [stdout]         853 │+                                                                                                                                    range: 159..163,
[INFO] [stdout]         854 │+                                                                                                                                    source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]         855 │+                                                                                                                                },
[INFO] [stdout]         856 │+                                                                                                                                flags: TkFlags(
[INFO] [stdout]         857 │+                                                                                                                                    IS_CMD,
[INFO] [stdout]         858 │+                                                                                                                                ),
[INFO] [stdout]         859 │+                                                                                                                            },
[INFO] [stdout]         860 │+                                                                                                                            Tk {
[INFO] [stdout]         861 │+                                                                                                                                class: Sep,
[INFO] [stdout]         862 │+                                                                                                                                span: Span {
[INFO] [stdout]         863 │+                                                                                                                                    range: 163..165,
[INFO] [stdout]         864 │+                                                                                                                                    source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]         865 │+                                                                                                                                },
[INFO] [stdout]         866 │+                                                                                                                                flags: TkFlags(
[INFO] [stdout]         867 │+                                                                                                                                    0x0,
[INFO] [stdout]         868 │+                                                                                                                                ),
[INFO] [stdout]         869 │+                                                                                                                            },
[INFO] [stdout]         870 │+                                                                                                                        ],
[INFO] [stdout]         871 │+                                                                                                                    },
[INFO] [stdout]         872 │+                                                                                                                    body: [
[INFO] [stdout]         873 │+                                                                                                                        Node {
[INFO] [stdout]         874 │+                                                                                                                            class: Pipeline {
[INFO] [stdout]         875 │+                                                                                                                                cmds: [
[INFO] [stdout]         876 │+                                                                                                                                    Node {
[INFO] [stdout]         877 │+                                                                                                                                        class: Command {
[INFO] [stdout]         878 │+                                                                                                                                            assignments: [],
[INFO] [stdout]         879 │+                                                                                                                                            argv: [
[INFO] [stdout]         880 │+                                                                                                                                                Tk {
[INFO] [stdout]         881 │+                                                                                                                                                    class: Str,
[INFO] [stdout]         882 │+                                                                                                                                                    span: Span {
[INFO] [stdout]         883 │+                                                                                                                                                        range: 177..181,
[INFO] [stdout]         884 │+                                                                                                                                                        source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]         885 │+                                                                                                                                                    },
[INFO] [stdout]         886 │+                                                                                                                                                    flags: TkFlags(
[INFO] [stdout]         887 │+                                                                                                                                                        IS_CMD | BUILTIN,
[INFO] [stdout]         888 │+                                                                                                                                                    ),
[INFO] [stdout]         889 │+                                                                                                                                                },
[INFO] [stdout]         890 │+                                                                                                                                                Tk {
[INFO] [stdout]         891 │+                                                                                                                                                    class: Str,
[INFO] [stdout]         892 │+                                                                                                                                                    span: Span {
[INFO] [stdout]         893 │+                                                                                                                                                        range: 182..185,
[INFO] [stdout]         894 │+                                                                                                                                                        source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]         895 │+                                                                                                                                                    },
[INFO] [stdout]         896 │+                                                                                                                                                    flags: TkFlags(
[INFO] [stdout]         897 │+                                                                                                                                                        0x0,
[INFO] [stdout]         898 │+                                                                                                                                                    ),
[INFO] [stdout]         899 │+                                                                                                                                                },
[INFO] [stdout]         900 │+                                                                                                                                            ],
[INFO] [stdout]         901 │+                                                                                                                                        },
[INFO] [stdout]         902 │+                                                                                                                                        flags: NdFlags(
[INFO] [stdout]         903 │+                                                                                                                                            0x0,
[INFO] [stdout]         904 │+                                                                                                                                        ),
[INFO] [stdout]         905 │+                                                                                                                                        redirs: [],
[INFO] [stdout]         906 │+                                                                                                                                        tokens: [
[INFO] [stdout]         907 │+                                                                                                                                            Tk {
[INFO] [stdout]         908 │+                                                                                                                                                class: Str,
[INFO] [stdout]         909 │+                                                                                                                                                span: Span {
[INFO] [stdout]         910 │+                                                                                                                                                    range: 177..181,
[INFO] [stdout]         911 │+                                                                                                                                                    source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]         912 │+                                                                                                                                                },
[INFO] [stdout]         913 │+                                                                                                                                                flags: TkFlags(
[INFO] [stdout]         914 │+                                                                                                                                                    IS_CMD | BUILTIN,
[INFO] [stdout]         915 │+                                                                                                                                                ),
[INFO] [stdout]         916 │+                                                                                                                                            },
[INFO] [stdout]         917 │+                                                                                                                                            Tk {
[INFO] [stdout]         918 │+                                                                                                                                                class: Str,
[INFO] [stdout]         919 │+                                                                                                                                                span: Span {
[INFO] [stdout]         920 │+                                                                                                                                                    range: 182..185,
[INFO] [stdout]         921 │+                                                                                                                                                    source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]         922 │+                                                                                                                                                },
[INFO] [stdout]         923 │+                                                                                                                                                flags: TkFlags(
[INFO] [stdout]         924 │+                                                                                                                                                    0x0,
[INFO] [stdout]         925 │+                                                                                                                                                ),
[INFO] [stdout]         926 │+                                                                                                                                            },
[INFO] [stdout]         927 │+                                                                                                                                            Tk {
[INFO] [stdout]         928 │+                                                                                                                                                class: Sep,
[INFO] [stdout]         929 │+                                                                                                                                                span: Span {
[INFO] [stdout]         930 │+                                                                                                                                                    range: 185..192,
[INFO] [stdout]         931 │+                                                                                                                                                    source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]         932 │+                                                                                                                                                },
[INFO] [stdout]         933 │+                                                                                                                                                flags: TkFlags(
[INFO] [stdout]         934 │+                                                                                                                                                    0x0,
[INFO] [stdout]         935 │+                                                                                                                                                ),
[INFO] [stdout]         936 │+                                                                                                                                            },
[INFO] [stdout]         937 │+                                                                                                                                        ],
[INFO] [stdout]         938 │+                                                                                                                                    },
[INFO] [stdout]         939 │+                                                                                                                                ],
[INFO] [stdout]         940 │+                                                                                                                                pipe_err: false,
[INFO] [stdout]         941 │+                                                                                                                            },
[INFO] [stdout]         942 │+                                                                                                                            flags: NdFlags(
[INFO] [stdout]         943 │+                                                                                                                                0x0,
[INFO] [stdout]         944 │+                                                                                                                            ),
[INFO] [stdout]         945 │+                                                                                                                            redirs: [],
[INFO] [stdout]         946 │+                                                                                                                            tokens: [
[INFO] [stdout]         947 │+                                                                                                                                Tk {
[INFO] [stdout]         948 │+                                                                                                                                    class: Str,
[INFO] [stdout]         949 │+                                                                                                                                    span: Span {
[INFO] [stdout]         950 │+                                                                                                                                        range: 177..181,
[INFO] [stdout]         951 │+                                                                                                                                        source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]         952 │+                                                                                                                                    },
[INFO] [stdout]         953 │+                                                                                                                                    flags: TkFlags(
[INFO] [stdout]         954 │+                                                                                                                                        IS_CMD | BUILTIN,
[INFO] [stdout]         955 │+                                                                                                                                    ),
[INFO] [stdout]         956 │+                                                                                                                                },
[INFO] [stdout]         957 │+                                                                                                                                Tk {
[INFO] [stdout]         958 │+                                                                                                                                    class: Str,
[INFO] [stdout]         959 │+                                                                                                                                    span: Span {
[INFO] [stdout]         960 │+                                                                                                                                        range: 182..185,
[INFO] [stdout]         961 │+                                                                                                                                        source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]         962 │+                                                                                                                                    },
[INFO] [stdout]         963 │+                                                                                                                                    flags: TkFlags(
[INFO] [stdout]         964 │+                                                                                                                                        0x0,
[INFO] [stdout]         965 │+                                                                                                                                    ),
[INFO] [stdout]         966 │+                                                                                                                                },
[INFO] [stdout]         967 │+                                                                                                                                Tk {
[INFO] [stdout]         968 │+                                                                                                                                    class: Sep,
[INFO] [stdout]         969 │+                                                                                                                                    span: Span {
[INFO] [stdout]         970 │+                                                                                                                                        range: 185..192,
[INFO] [stdout]         971 │+                                                                                                                                        source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]         972 │+                                                                                                                                    },
[INFO] [stdout]         973 │+                                                                                                                                    flags: TkFlags(
[INFO] [stdout]         974 │+                                                                                                                                        0x0,
[INFO] [stdout]         975 │+                                                                                                                                    ),
[INFO] [stdout]         976 │+                                                                                                                                },
[INFO] [stdout]         977 │+                                                                                                                            ],
[INFO] [stdout]         978 │+                                                                                                                        },
[INFO] [stdout]         979 │+                                                                                                                    ],
[INFO] [stdout]         980 │+                                                                                                                },
[INFO] [stdout]         981 │+                                                                                                            ],
[INFO] [stdout]         982 │+                                                                                                            else_block: [],
[INFO] [stdout]         983 │+                                                                                                        },
[INFO] [stdout]         984 │+                                                                                                        flags: NdFlags(
[INFO] [stdout]         985 │+                                                                                                            0x0,
[INFO] [stdout]         986 │+                                                                                                        ),
[INFO] [stdout]         987 │+                                                                                                        redirs: [],
[INFO] [stdout]         988 │+                                                                                                        tokens: [
[INFO] [stdout]         989 │+                                                                                                            Tk {
[INFO] [stdout]         990 │+                                                                                                                class: Str,
[INFO] [stdout]         991 │+                                                                                                                span: Span {
[INFO] [stdout]         992 │+                                                                                                                    range: 156..158,
[INFO] [stdout]         993 │+                                                                                                                    source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]         994 │+                                                                                                                },
[INFO] [stdout]         995 │+                                                                                                                flags: TkFlags(
[INFO] [stdout]         996 │+                                                                                                                    KEYWORD,
[INFO] [stdout]         997 │+                                                                                                                ),
[INFO] [stdout]         998 │+                                                                                                            },
[INFO] [stdout]         999 │+                                                                                                            Tk {
[INFO] [stdout]        1000 │+                                                                                                                class: Str,
[INFO] [stdout]        1001 │+                                                                                                                span: Span {
[INFO] [stdout]        1002 │+                                                                                                                    range: 159..163,
[INFO] [stdout]        1003 │+                                                                                                                    source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]        1004 │+                                                                                                                },
[INFO] [stdout]        1005 │+                                                                                                                flags: TkFlags(
[INFO] [stdout]        1006 │+                                                                                                                    IS_CMD,
[INFO] [stdout]        1007 │+                                                                                                                ),
[INFO] [stdout]        1008 │+                                                                                                            },
[INFO] [stdout]        1009 │+                                                                                                            Tk {
[INFO] [stdout]        1010 │+                                                                                                                class: Sep,
[INFO] [stdout]        1011 │+                                                                                                                span: Span {
[INFO] [stdout]        1012 │+                                                                                                                    range: 163..165,
[INFO] [stdout]        1013 │+                                                                                                                    source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]        1014 │+                                                                                                                },
[INFO] [stdout]        1015 │+                                                                                                                flags: TkFlags(
[INFO] [stdout]        1016 │+                                                                                                                    0x0,
[INFO] [stdout]        1017 │+                                                                                                                ),
[INFO] [stdout]        1018 │+                                                                                                            },
[INFO] [stdout]        1019 │+                                                                                                            Tk {
[INFO] [stdout]        1020 │+                                                                                                                class: Str,
[INFO] [stdout]        1021 │+                                                                                                                span: Span {
[INFO] [stdout]        1022 │+                                                                                                                    range: 165..169,
[INFO] [stdout]        1023 │+                                                                                                                    source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]        1024 │+                                                                                                                },
[INFO] [stdout]        1025 │+                                                                                                                flags: TkFlags(
[INFO] [stdout]        1026 │+                                                                                                                    KEYWORD,
[INFO] [stdout]        1027 │+                                                                                                                ),
[INFO] [stdout]        1028 │+                                                                                                            },
[INFO] [stdout]        1029 │+                                                                                                            Tk {
[INFO] [stdout]        1030 │+                                                                                                                class: Sep,
[INFO] [stdout]        1031 │+                                                                                                                span: Span {
[INFO] [stdout]        1032 │+                                                                                                                    range: 169..177,
[INFO] [stdout]        1033 │+                                                                                                                    source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]        1034 │+                                                                                                                },
[INFO] [stdout]        1035 │+                                                                                                                flags: TkFlags(
[INFO] [stdout]        1036 │+                                                                                                                    0x0,
[INFO] [stdout]        1037 │+                                                                                                                ),
[INFO] [stdout]        1038 │+                                                                                                            },
[INFO] [stdout]        1039 │+                                                                                                            Tk {
[INFO] [stdout]        1040 │+                                                                                                                class: Str,
[INFO] [stdout]        1041 │+                                                                                                                span: Span {
[INFO] [stdout]        1042 │+                                                                                                                    range: 177..181,
[INFO] [stdout]        1043 │+                                                                                                                    source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]        1044 │+                                                                                                                },
[INFO] [stdout]        1045 │+                                                                                                                flags: TkFlags(
[INFO] [stdout]        1046 │+                                                                                                                    IS_CMD | BUILTIN,
[INFO] [stdout]        1047 │+                                                                                                                ),
[INFO] [stdout]        1048 │+                                                                                                            },
[INFO] [stdout]        1049 │+                                                                                                            Tk {
[INFO] [stdout]        1050 │+                                                                                                                class: Str,
[INFO] [stdout]        1051 │+                                                                                                                span: Span {
[INFO] [stdout]        1052 │+                                                                                                                    range: 182..185,
[INFO] [stdout]        1053 │+                                                                                                                    source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]        1054 │+                                                                                                                },
[INFO] [stdout]        1055 │+                                                                                                                flags: TkFlags(
[INFO] [stdout]        1056 │+                                                                                                                    0x0,
[INFO] [stdout]        1057 │+                                                                                                                ),
[INFO] [stdout]        1058 │+                                                                                                            },
[INFO] [stdout]        1059 │+                                                                                                            Tk {
[INFO] [stdout]        1060 │+                                                                                                                class: Sep,
[INFO] [stdout]        1061 │+                                                                                                                span: Span {
[INFO] [stdout]        1062 │+                                                                                                                    range: 185..192,
[INFO] [stdout]        1063 │+                                                                                                                    source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]        1064 │+                                                                                                                },
[INFO] [stdout]        1065 │+                                                                                                                flags: TkFlags(
[INFO] [stdout]        1066 │+                                                                                                                    0x0,
[INFO] [stdout]        1067 │+                                                                                                                ),
[INFO] [stdout]        1068 │+                                                                                                            },
[INFO] [stdout]        1069 │+                                                                                                            Tk {
[INFO] [stdout]        1070 │+                                                                                                                class: Str,
[INFO] [stdout]        1071 │+                                                                                                                span: Span {
[INFO] [stdout]        1072 │+                                                                                                                    range: 192..194,
[INFO] [stdout]        1073 │+                                                                                                                    source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]        1074 │+                                                                                                                },
[INFO] [stdout]        1075 │+                                                                                                                flags: TkFlags(
[INFO] [stdout]        1076 │+                                                                                                                    KEYWORD,
[INFO] [stdout]        1077 │+                                                                                                                ),
[INFO] [stdout]        1078 │+                                                                                                            },
[INFO] [stdout]        1079 │+                                                                                                            Tk {
[INFO] [stdout]        1080 │+                                                                                                                class: Sep,
[INFO] [stdout]        1081 │+                                                                                                                span: Span {
[INFO] [stdout]        1082 │+                                                                                                                    range: 194..208,
[INFO] [stdout]        1083 │+                                                                                                                    source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]        1084 │+                                                                                                                },
[INFO] [stdout]        1085 │+                                                                                                                flags: TkFlags(
[INFO] [stdout]        1086 │+                                                                                                                    0x0,
[INFO] [stdout]        1087 │+                                                                                                                ),
[INFO] [stdout]        1088 │+                                                                                                            },
[INFO] [stdout]        1089 │+                                                                                                        ],
[INFO] [stdout]        1090 │+                                                                                                    },
[INFO] [stdout]        1091 │+                                                                                                ],
[INFO] [stdout]        1092 │+                                                                                            },
[INFO] [stdout]        1093 │+                                                                                            CaseNode {
[INFO] [stdout]        1094 │+                                                                                                pattern: Tk {
[INFO] [stdout]        1095 │+                                                                                                    class: CasePattern,
[INFO] [stdout]        1096 │+                                                                                                    span: Span {
[INFO] [stdout]        1097 │+                                                                                                        range: 208..212,
[INFO] [stdout]        1098 │+                                                                                                        source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]        1099 │+                                                                                                    },
[INFO] [stdout]        1100 │+                                                                                                    flags: TkFlags(
[INFO] [stdout]        1101 │+                                                                                                        0x0,
[INFO] [stdout]        1102 │+                                                                                                    ),
[INFO] [stdout]        1103 │+                                                                                                },
[INFO] [stdout]        1104 │+                                                                                                body: [
[INFO] [stdout]        1105 │+                                                                                                    Node {
[INFO] [stdout]        1106 │+                                                                                                        class: IfNode {
[INFO] [stdout]        1107 │+                                                                                                            cond_nodes: [
[INFO] [stdout]        1108 │+                                                                                                                CondNode {
[INFO] [stdout]        1109 │+                                                                                                                    cond: Node {
[INFO] [stdout]        1110 │+                                                                                                                        class: Pipeline {
[INFO] [stdout]        1111 │+                                                                                                                            cmds: [
[INFO] [stdout]        1112 │+                                                                                                                                Node {
[INFO] [stdout]        1113 │+                                                                                                                                    class: Command {
[INFO] [stdout]        1114 │+                                                                                                                                        assignments: [],
[INFO] [stdout]        1115 │+                                                                                                                                        argv: [
[INFO] [stdout]        1116 │+                                                                                                                                            Tk {
[INFO] [stdout]        1117 │+                                                                                                                                                class: Str,
[INFO] [stdout]        1118 │+                                                                                                                                                span: Span {
[INFO] [stdout]        1119 │+                                                                                                                                                    range: 222..227,
[INFO] [stdout]        1120 │+                                                                                                                                                    source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]        1121 │+                                                                                                                                                },
[INFO] [stdout]        1122 │+                                                                                                                                                flags: TkFlags(
[INFO] [stdout]        1123 │+                                                                                                                                                    IS_CMD,
[INFO] [stdout]        1124 │+                                                                                                                                                ),
[INFO] [stdout]        1125 │+                                                                                                                                            },
[INFO] [stdout]        1126 │+                                                                                                                                        ],
[INFO] [stdout]        1127 │+                                                                                                                                    },
[INFO] [stdout]        1128 │+                                                                                                                                    flags: NdFlags(
[INFO] [stdout]        1129 │+                                                                                                                                        0x0,
[INFO] [stdout]        1130 │+                                                                                                                                    ),
[INFO] [stdout]        1131 │+                                                                                                                                    redirs: [],
[INFO] [stdout]        1132 │+                                                                                                                                    tokens: [
[INFO] [stdout]        1133 │+                                                                                                                                        Tk {
[INFO] [stdout]        1134 │+                                                                                                                                            class: Str,
[INFO] [stdout]        1135 │+                                                                                                                                            span: Span {
[INFO] [stdout]        1136 │+                                                                                                                                                range: 222..227,
[INFO] [stdout]        1137 │+                                                                                                                                                source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]        1138 │+                                                                                                                                            },
[INFO] [stdout]        1139 │+                                                                                                                                            flags: TkFlags(
[INFO] [stdout]        1140 │+                                                                                                                                                IS_CMD,
[INFO] [stdout]        1141 │+                                                                                                                                            ),
[INFO] [stdout]        1142 │+                                                                                                                                        },
[INFO] [stdout]        1143 │+                                                                                                                                        Tk {
[INFO] [stdout]        1144 │+                                                                                                                                            class: Sep,
[INFO] [stdout]        1145 │+                                                                                                                                            span: Span {
[INFO] [stdout]        1146 │+                                                                                                                                                range: 227..229,
[INFO] [stdout]        1147 │+                                                                                                                                                source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]        1148 │+                                                                                                                                            },
[INFO] [stdout]        1149 │+                                                                                                                                            flags: TkFlags(
[INFO] [stdout]        1150 │+                                                                                                                                                0x0,
[INFO] [stdout]        1151 │+                                                                                                                                            ),
[INFO] [stdout]        1152 │+                                                                                                                                        },
[INFO] [stdout]        1153 │+                                                                                                                                    ],
[INFO] [stdout]        1154 │+                                                                                                                                },
[INFO] [stdout]        1155 │+                                                                                                                            ],
[INFO] [stdout]        1156 │+                                                                                                                            pipe_err: false,
[INFO] [stdout]        1157 │+                                                                                                                        },
[INFO] [stdout]        1158 │+                                                                                                                        flags: NdFlags(
[INFO] [stdout]        1159 │+                                                                                                                            0x0,
[INFO] [stdout]        1160 │+                                                                                                                        ),
[INFO] [stdout]        1161 │+                                                                                                                        redirs: [],
[INFO] [stdout]        1162 │+                                                                                                                        tokens: [
[INFO] [stdout]        1163 │+                                                                                                                            Tk {
[INFO] [stdout]        1164 │+                                                                                                                                class: Str,
[INFO] [stdout]        1165 │+                                                                                                                                span: Span {
[INFO] [stdout]        1166 │+                                                                                                                                    range: 222..227,
[INFO] [stdout]        1167 │+                                                                                                                                    source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]        1168 │+                                                                                                                                },
[INFO] [stdout]        1169 │+                                                                                                                                flags: TkFlags(
[INFO] [stdout]        1170 │+                                                                                                                                    IS_CMD,
[INFO] [stdout]        1171 │+                                                                                                                                ),
[INFO] [stdout]        1172 │+                                                                                                                            },
[INFO] [stdout]        1173 │+                                                                                                                            Tk {
[INFO] [stdout]        1174 │+                                                                                                                                class: Sep,
[INFO] [stdout]        1175 │+                                                                                                                                span: Span {
[INFO] [stdout]        1176 │+                                                                                                                                    range: 227..229,
[INFO] [stdout]        1177 │+                                                                                                                                    source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]        1178 │+                                                                                                                                },
[INFO] [stdout]        1179 │+                                                                                                                                flags: TkFlags(
[INFO] [stdout]        1180 │+                                                                                                                                    0x0,
[INFO] [stdout]        1181 │+                                                                                                                                ),
[INFO] [stdout]        1182 │+                                                                                                                            },
[INFO] [stdout]        1183 │+                                                                                                                        ],
[INFO] [stdout]        1184 │+                                                                                                                    },
[INFO] [stdout]        1185 │+                                                                                                                    body: [
[INFO] [stdout]        1186 │+                                                                                                                        Node {
[INFO] [stdout]        1187 │+                                                                                                                            class: Pipeline {
[INFO] [stdout]        1188 │+                                                                                                                                cmds: [
[INFO] [stdout]        1189 │+                                                                                                                                    Node {
[INFO] [stdout]        1190 │+                                                                                                                                        class: Command {
[INFO] [stdout]        1191 │+                                                                                                                                            assignments: [],
[INFO] [stdout]        1192 │+                                                                                                                                            argv: [
[INFO] [stdout]        1193 │+                                                                                                                                                Tk {
[INFO] [stdout]        1194 │+                                                                                                                                                    class: Str,
[INFO] [stdout]        1195 │+                                                                                                                                                    span: Span {
[INFO] [stdout]        1196 │+                                                                                                                                                        range: 241..245,
[INFO] [stdout]        1197 │+                                                                                                                                                        source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]        1198 │+                                                                                                                                                    },
[INFO] [stdout]        1199 │+                                                                                                                                                    flags: TkFlags(
[INFO] [stdout]        1200 │+                                                                                                                                                        IS_CMD | BUILTIN,
[INFO] [stdout]        1201 │+                                                                                                                                                    ),
[INFO] [stdout]        1202 │+                                                                                                                                                },
[INFO] [stdout]        1203 │+                                                                                                                                                Tk {
[INFO] [stdout]        1204 │+                                                                                                                                                    class: Str,
[INFO] [stdout]        1205 │+                                                                                                                                                    span: Span {
[INFO] [stdout]        1206 │+                                                                                                                                                        range: 246..249,
[INFO] [stdout]        1207 │+                                                                                                                                                        source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]        1208 │+                                                                                                                                                    },
[INFO] [stdout]        1209 │+                                                                                                                                                    flags: TkFlags(
[INFO] [stdout]        1210 │+                                                                                                                                                        0x0,
[INFO] [stdout]        1211 │+                                                                                                                                                    ),
[INFO] [stdout]        1212 │+                                                                                                                                                },
[INFO] [stdout]        1213 │+                                                                                                                                            ],
[INFO] [stdout]        1214 │+                                                                                                                                        },
[INFO] [stdout]        1215 │+                                                                                                                                        flags: NdFlags(
[INFO] [stdout]        1216 │+                                                                                                                                            0x0,
[INFO] [stdout]        1217 │+                                                                                                                                        ),
[INFO] [stdout]        1218 │+                                                                                                                                        redirs: [],
[INFO] [stdout]        1219 │+                                                                                                                                        tokens: [
[INFO] [stdout]        1220 │+                                                                                                                                            Tk {
[INFO] [stdout]        1221 │+                                                                                                                                                class: Str,
[INFO] [stdout]        1222 │+                                                                                                                                                span: Span {
[INFO] [stdout]        1223 │+                                                                                                                                                    range: 241..245,
[INFO] [stdout]        1224 │+                                                                                                                                                    source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]        1225 │+                                                                                                                                                },
[INFO] [stdout]        1226 │+                                                                                                                                                flags: TkFlags(
[INFO] [stdout]        1227 │+                                                                                                                                                    IS_CMD | BUILTIN,
[INFO] [stdout]        1228 │+                                                                                                                                                ),
[INFO] [stdout]        1229 │+                                                                                                                                            },
[INFO] [stdout]        1230 │+                                                                                                                                            Tk {
[INFO] [stdout]        1231 │+                                                                                                                                                class: Str,
[INFO] [stdout]        1232 │+                                                                                                                                                span: Span {
[INFO] [stdout]        1233 │+                                                                                                                                                    range: 246..249,
[INFO] [stdout]        1234 │+                                                                                                                                                    source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]        1235 │+                                                                                                                                                },
[INFO] [stdout]        1236 │+                                                                                                                                                flags: TkFlags(
[INFO] [stdout]        1237 │+                                                                                                                                                    0x0,
[INFO] [stdout]        1238 │+                                                                                                                                                ),
[INFO] [stdout]        1239 │+                                                                                                                                            },
[INFO] [stdout]        1240 │+                                                                                                                                            Tk {
[INFO] [stdout]        1241 │+                                                                                                                                                class: Sep,
[INFO] [stdout]        1242 │+                                                                                                                                                span: Span {
[INFO] [stdout]        1243 │+                                                                                                                                                    range: 249..256,
[INFO] [stdout]        1244 │+                                                                                                                                                    source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]        1245 │+                                                                                                                                                },
[INFO] [stdout]        1246 │+                                                                                                                                                flags: TkFlags(
[INFO] [stdout]        1247 │+                                                                                                                                                    0x0,
[INFO] [stdout]        1248 │+                                                                                                                                                ),
[INFO] [stdout]        1249 │+                                                                                                                                            },
[INFO] [stdout]        1250 │+                                                                                                                                        ],
[INFO] [stdout]        1251 │+                                                                                                                                    },
[INFO] [stdout]        1252 │+                                                                                                                                ],
[INFO] [stdout]        1253 │+                                                                                                                                pipe_err: false,
[INFO] [stdout]        1254 │+                                                                                                                            },
[INFO] [stdout]        1255 │+                                                                                                                            flags: NdFlags(
[INFO] [stdout]        1256 │+                                                                                                                                0x0,
[INFO] [stdout]        1257 │+                                                                                                                            ),
[INFO] [stdout]        1258 │+                                                                                                                            redirs: [],
[INFO] [stdout]        1259 │+                                                                                                                            tokens: [
[INFO] [stdout]        1260 │+                                                                                                                                Tk {
[INFO] [stdout]        1261 │+                                                                                                                                    class: Str,
[INFO] [stdout]        1262 │+                                                                                                                                    span: Span {
[INFO] [stdout]        1263 │+                                                                                                                                        range: 241..245,
[INFO] [stdout]        1264 │+                                                                                                                                        source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]        1265 │+                                                                                                                                    },
[INFO] [stdout]        1266 │+                                                                                                                                    flags: TkFlags(
[INFO] [stdout]        1267 │+                                                                                                                                        IS_CMD | BUILTIN,
[INFO] [stdout]        1268 │+                                                                                                                                    ),
[INFO] [stdout]        1269 │+                                                                                                                                },
[INFO] [stdout]        1270 │+                                                                                                                                Tk {
[INFO] [stdout]        1271 │+                                                                                                                                    class: Str,
[INFO] [stdout]        1272 │+                                                                                                                                    span: Span {
[INFO] [stdout]        1273 │+                                                                                                                                        range: 246..249,
[INFO] [stdout]        1274 │+                                                                                                                                        source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]        1275 │+                                                                                                                                    },
[INFO] [stdout]        1276 │+                                                                                                                                    flags: TkFlags(
[INFO] [stdout]        1277 │+                                                                                                                                        0x0,
[INFO] [stdout]        1278 │+                                                                                                                                    ),
[INFO] [stdout]        1279 │+                                                                                                                                },
[INFO] [stdout]        1280 │+                                                                                                                                Tk {
[INFO] [stdout]        1281 │+                                                                                                                                    class: Sep,
[INFO] [stdout]        1282 │+                                                                                                                                    span: Span {
[INFO] [stdout]        1283 │+                                                                                                                                        range: 249..256,
[INFO] [stdout]        1284 │+                                                                                                                                        source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]        1285 │+                                                                                                                                    },
[INFO] [stdout]        1286 │+                                                                                                                                    flags: TkFlags(
[INFO] [stdout]        1287 │+                                                                                                                                        0x0,
[INFO] [stdout]        1288 │+                                                                                                                                    ),
[INFO] [stdout]        1289 │+                                                                                                                                },
[INFO] [stdout]        1290 │+                                                                                                                            ],
[INFO] [stdout]        1291 │+                                                                                                                        },
[INFO] [stdout]        1292 │+                                                                                                                    ],
[INFO] [stdout]        1293 │+                                                                                                                },
[INFO] [stdout]        1294 │+                                                                                                            ],
[INFO] [stdout]        1295 │+                                                                                                            else_block: [],
[INFO] [stdout]        1296 │+                                                                                                        },
[INFO] [stdout]        1297 │+                                                                                                        flags: NdFlags(
[INFO] [stdout]        1298 │+                                                                                                            0x0,
[INFO] [stdout]        1299 │+                                                                                                        ),
[INFO] [stdout]        1300 │+                                                                                                        redirs: [],
[INFO] [stdout]        1301 │+                                                                                                        tokens: [
[INFO] [stdout]        1302 │+                                                                                                            Tk {
[INFO] [stdout]        1303 │+                                                                                                                class: Str,
[INFO] [stdout]        1304 │+                                                                                                                span: Span {
[INFO] [stdout]        1305 │+                                                                                                                    range: 219..221,
[INFO] [stdout]        1306 │+                                                                                                                    source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]        1307 │+                                                                                                                },
[INFO] [stdout]        1308 │+                                                                                                                flags: TkFlags(
[INFO] [stdout]        1309 │+                                                                                                                    KEYWORD,
[INFO] [stdout]        1310 │+                                                                                                                ),
[INFO] [stdout]        1311 │+                                                                                                            },
[INFO] [stdout]        1312 │+                                                                                                            Tk {
[INFO] [stdout]        1313 │+                                                                                                                class: Str,
[INFO] [stdout]        1314 │+                                                                                                                span: Span {
[INFO] [stdout]        1315 │+                                                                                                                    range: 222..227,
[INFO] [stdout]        1316 │+                                                                                                                    source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]        1317 │+                                                                                                                },
[INFO] [stdout]        1318 │+                                                                                                                flags: TkFlags(
[INFO] [stdout]        1319 │+                                                                                                                    IS_CMD,
[INFO] [stdout]        1320 │+                                                                                                                ),
[INFO] [stdout]        1321 │+                                                                                                            },
[INFO] [stdout]        1322 │+                                                                                                            Tk {
[INFO] [stdout]        1323 │+                                                                                                                class: Sep,
[INFO] [stdout]        1324 │+                                                                                                                span: Span {
[INFO] [stdout]        1325 │+                                                                                                                    range: 227..229,
[INFO] [stdout]        1326 │+                                                                                                                    source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]        1327 │+                                                                                                                },
[INFO] [stdout]        1328 │+                                                                                                                flags: TkFlags(
[INFO] [stdout]        1329 │+                                                                                                                    0x0,
[INFO] [stdout]        1330 │+                                                                                                                ),
[INFO] [stdout]        1331 │+                                                                                                            },
[INFO] [stdout]        1332 │+                                                                                                            Tk {
[INFO] [stdout]        1333 │+                                                                                                                class: Str,
[INFO] [stdout]        1334 │+                                                                                                                span: Span {
[INFO] [stdout]        1335 │+                                                                                                                    range: 229..233,
[INFO] [stdout]        1336 │+                                                                                                                    source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]        1337 │+                                                                                                                },
[INFO] [stdout]        1338 │+                                                                                                                flags: TkFlags(
[INFO] [stdout]        1339 │+                                                                                                                    KEYWORD,
[INFO] [stdout]        1340 │+                                                                                                                ),
[INFO] [stdout]        1341 │+                                                                                                            },
[INFO] [stdout]        1342 │+                                                                                                            Tk {
[INFO] [stdout]        1343 │+                                                                                                                class: Sep,
[INFO] [stdout]        1344 │+                                                                                                                span: Span {
[INFO] [stdout]        1345 │+                                                                                                                    range: 233..241,
[INFO] [stdout]        1346 │+                                                                                                                    source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]        1347 │+                                                                                                                },
[INFO] [stdout]        1348 │+                                                                                                                flags: TkFlags(
[INFO] [stdout]        1349 │+                                                                                                                    0x0,
[INFO] [stdout]        1350 │+                                                                                                                ),
[INFO] [stdout]        1351 │+                                                                                                            },
[INFO] [stdout]        1352 │+                                                                                                            Tk {
[INFO] [stdout]        1353 │+                                                                                                                class: Str,
[INFO] [stdout]        1354 │+                                                                                                                span: Span {
[INFO] [stdout]        1355 │+                                                                                                                    range: 241..245,
[INFO] [stdout]        1356 │+                                                                                                                    source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]        1357 │+                                                                                                                },
[INFO] [stdout]        1358 │+                                                                                                                flags: TkFlags(
[INFO] [stdout]        1359 │+                                                                                                                    IS_CMD | BUILTIN,
[INFO] [stdout]        1360 │+                                                                                                                ),
[INFO] [stdout]        1361 │+                                                                                                            },
[INFO] [stdout]        1362 │+                                                                                                            Tk {
[INFO] [stdout]        1363 │+                                                                                                                class: Str,
[INFO] [stdout]        1364 │+                                                                                                                span: Span {
[INFO] [stdout]        1365 │+                                                                                                                    range: 246..249,
[INFO] [stdout]        1366 │+                                                                                                                    source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]        1367 │+                                                                                                                },
[INFO] [stdout]        1368 │+                                                                                                                flags: TkFlags(
[INFO] [stdout]        1369 │+                                                                                                                    0x0,
[INFO] [stdout]        1370 │+                                                                                                                ),
[INFO] [stdout]        1371 │+                                                                                                            },
[INFO] [stdout]        1372 │+                                                                                                            Tk {
[INFO] [stdout]        1373 │+                                                                                                                class: Sep,
[INFO] [stdout]        1374 │+                                                                                                                span: Span {
[INFO] [stdout]        1375 │+                                                                                                                    range: 249..256,
[INFO] [stdout]        1376 │+                                                                                                                    source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]        1377 │+                                                                                                                },
[INFO] [stdout]        1378 │+                                                                                                                flags: TkFlags(
[INFO] [stdout]        1379 │+                                                                                                                    0x0,
[INFO] [stdout]        1380 │+                                                                                                                ),
[INFO] [stdout]        1381 │+                                                                                                            },
[INFO] [stdout]        1382 │+                                                                                                            Tk {
[INFO] [stdout]        1383 │+                                                                                                                class: Str,
[INFO] [stdout]        1384 │+                                                                                                                span: Span {
[INFO] [stdout]        1385 │+                                                                                                                    range: 256..258,
[INFO] [stdout]        1386 │+                                                                                                                    source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]        1387 │+                                                                                                                },
[INFO] [stdout]        1388 │+                                                                                                                flags: TkFlags(
[INFO] [stdout]        1389 │+                                                                                                                    KEYWORD,
[INFO] [stdout]        1390 │+                                                                                                                ),
[INFO] [stdout]        1391 │+                                                                                                            },
[INFO] [stdout]        1392 │+                                                                                                            Tk {
[INFO] [stdout]        1393 │+                                                                                                                class: Sep,
[INFO] [stdout]        1394 │+                                                                                                                span: Span {
[INFO] [stdout]        1395 │+                                                                                                                    range: 258..271,
[INFO] [stdout]        1396 │+                                                                                                                    source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]        1397 │+                                                                                                                },
[INFO] [stdout]        1398 │+                                                                                                                flags: TkFlags(
[INFO] [stdout]        1399 │+                                                                                                                    0x0,
[INFO] [stdout]        1400 │+                                                                                                                ),
[INFO] [stdout]        1401 │+                                                                                                            },
[INFO] [stdout]        1402 │+                                                                                                        ],
[INFO] [stdout]        1403 │+                                                                                                    },
[INFO] [stdout]        1404 │+                                                                                                ],
[INFO] [stdout]        1405 │+                                                                                            },
[INFO] [stdout]        1406 │+                                                                                        ],
[INFO] [stdout]        1407 │+                                                                                    },
[INFO] [stdout]        1408 │+                                                                                    flags: NdFlags(
[INFO] [stdout]        1409 │+                                                                                        0x0,
[INFO] [stdout]        1410 │+                                                                                    ),
[INFO] [stdout]        1411 │+                                                                                    redirs: [],
[INFO] [stdout]        1412 │+                                                                                    tokens: [
[INFO] [stdout]        1413 │+                                                                                        Tk {
[INFO] [stdout]        1414 │+                                                                                            class: Str,
[INFO] [stdout]        1415 │+                                                                                            span: Span {
[INFO] [stdout]        1416 │+                                                                                                range: 128..132,
[INFO] [stdout]        1417 │+                                                                                                source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]        1418 │+                                                                                            },
[INFO] [stdout]        1419 │+                                                                                            flags: TkFlags(
[INFO] [stdout]        1420 │+                                                                                                KEYWORD,
[INFO] [stdout]        1421 │+                                                                                            ),
[INFO] [stdout]        1422 │+                                                                                        },
[INFO] [stdout]        1423 │+                                                                                        Tk {
[INFO] [stdout]        1424 │+                                                                                            class: Str,
[INFO] [stdout]        1425 │+                                                                                            span: Span {
[INFO] [stdout]        1426 │+                                                                                                range: 133..136,
[INFO] [stdout]        1427 │+                                                                                                source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]        1428 │+                                                                                            },
[INFO] [stdout]        1429 │+                                                                                            flags: TkFlags(
[INFO] [stdout]        1430 │+                                                                                                0x0,
[INFO] [stdout]        1431 │+                                                                                            ),
[INFO] [stdout]        1432 │+                                                                                        },
[INFO] [stdout]        1433 │+                                                                                        Tk {
[INFO] [stdout]        1434 │+                                                                                            class: Str,
[INFO] [stdout]        1435 │+                                                                                            span: Span {
[INFO] [stdout]        1436 │+                                                                                                range: 137..139,
[INFO] [stdout]        1437 │+                                                                                                source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]        1438 │+                                                                                            },
[INFO] [stdout]        1439 │+                                                                                            flags: TkFlags(
[INFO] [stdout]        1440 │+                                                                                                KEYWORD,
[INFO] [stdout]        1441 │+                                                                                            ),
[INFO] [stdout]        1442 │+                                                                                        },
[INFO] [stdout]        1443 │+                                                                                        Tk {
[INFO] [stdout]        1444 │+                                                                                            class: Sep,
[INFO] [stdout]        1445 │+                                                                                            span: Span {
[INFO] [stdout]        1446 │+                                                                                                range: 139..145,
[INFO] [stdout]        1447 │+                                                                                                source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]        1448 │+                                                                                            },
[INFO] [stdout]        1449 │+                                                                                            flags: TkFlags(
[INFO] [stdout]        1450 │+                                                                                                0x0,
[INFO] [stdout]        1451 │+                                                                                            ),
[INFO] [stdout]        1452 │+                                                                                        },
[INFO] [stdout]        1453 │+                                                                                        Tk {
[INFO] [stdout]        1454 │+                                                                                            class: CasePattern,
[INFO] [stdout]        1455 │+                                                                                            span: Span {
[INFO] [stdout]        1456 │+                                                                                                range: 145..149,
[INFO] [stdout]        1457 │+                                                                                                source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]        1458 │+                                                                                            },
[INFO] [stdout]        1459 │+                                                                                            flags: TkFlags(
[INFO] [stdout]        1460 │+                                                                                                0x0,
[INFO] [stdout]        1461 │+                                                                                            ),
[INFO] [stdout]        1462 │+                                                                                        },
[INFO] [stdout]        1463 │+                                                                                        Tk {
[INFO] [stdout]        1464 │+                                                                                            class: Sep,
[INFO] [stdout]        1465 │+                                                                                            span: Span {
[INFO] [stdout]        1466 │+                                                                                                range: 149..156,
[INFO] [stdout]        1467 │+                                                                                                source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]        1468 │+                                                                                            },
[INFO] [stdout]        1469 │+                                                                                            flags: TkFlags(
[INFO] [stdout]        1470 │+                                                                                                0x0,
[INFO] [stdout]        1471 │+                                                                                            ),
[INFO] [stdout]        1472 │+                                                                                        },
[INFO] [stdout]        1473 │+                                                                                        Tk {
[INFO] [stdout]        1474 │+                                                                                            class: Str,
[INFO] [stdout]        1475 │+                                                                                            span: Span {
[INFO] [stdout]        1476 │+                                                                                                range: 156..158,
[INFO] [stdout]        1477 │+                                                                                                source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]        1478 │+                                                                                            },
[INFO] [stdout]        1479 │+                                                                                            flags: TkFlags(
[INFO] [stdout]        1480 │+                                                                                                KEYWORD,
[INFO] [stdout]        1481 │+                                                                                            ),
[INFO] [stdout]        1482 │+                                                                                        },
[INFO] [stdout]        1483 │+                                                                                        Tk {
[INFO] [stdout]        1484 │+                                                                                            class: Str,
[INFO] [stdout]        1485 │+                                                                                            span: Span {
[INFO] [stdout]        1486 │+                                                                                                range: 159..163,
[INFO] [stdout]        1487 │+                                                                                                source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]        1488 │+                                                                                            },
[INFO] [stdout]        1489 │+                                                                                            flags: TkFlags(
[INFO] [stdout]        1490 │+                                                                                                IS_CMD,
[INFO] [stdout]        1491 │+                                                                                            ),
[INFO] [stdout]        1492 │+                                                                                        },
[INFO] [stdout]        1493 │+                                                                                        Tk {
[INFO] [stdout]        1494 │+                                                                                            class: Sep,
[INFO] [stdout]        1495 │+                                                                                            span: Span {
[INFO] [stdout]        1496 │+                                                                                                range: 163..165,
[INFO] [stdout]        1497 │+                                                                                                source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]        1498 │+                                                                                            },
[INFO] [stdout]        1499 │+                                                                                            flags: TkFlags(
[INFO] [stdout]        1500 │+                                                                                                0x0,
[INFO] [stdout]        1501 │+                                                                                            ),
[INFO] [stdout]        1502 │+                                                                                        },
[INFO] [stdout]        1503 │+                                                                                        Tk {
[INFO] [stdout]        1504 │+                                                                                            class: Str,
[INFO] [stdout]        1505 │+                                                                                            span: Span {
[INFO] [stdout]        1506 │+                                                                                                range: 165..169,
[INFO] [stdout]        1507 │+                                                                                                source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]        1508 │+                                                                                            },
[INFO] [stdout]        1509 │+                                                                                            flags: TkFlags(
[INFO] [stdout]        1510 │+                                                                                                KEYWORD,
[INFO] [stdout]        1511 │+                                                                                            ),
[INFO] [stdout]        1512 │+                                                                                        },
[INFO] [stdout]        1513 │+                                                                                        Tk {
[INFO] [stdout]        1514 │+                                                                                            class: Sep,
[INFO] [stdout]        1515 │+                                                                                            span: Span {
[INFO] [stdout]        1516 │+                                                                                                range: 169..177,
[INFO] [stdout]        1517 │+                                                                                                source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]        1518 │+                                                                                            },
[INFO] [stdout]        1519 │+                                                                                            flags: TkFlags(
[INFO] [stdout]        1520 │+                                                                                                0x0,
[INFO] [stdout]        1521 │+                                                                                            ),
[INFO] [stdout]        1522 │+                                                                                        },
[INFO] [stdout]        1523 │+                                                                                        Tk {
[INFO] [stdout]        1524 │+                                                                                            class: Str,
[INFO] [stdout]        1525 │+                                                                                            span: Span {
[INFO] [stdout]        1526 │+                                                                                                range: 177..181,
[INFO] [stdout]        1527 │+                                                                                                source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]        1528 │+                                                                                            },
[INFO] [stdout]        1529 │+                                                                                            flags: TkFlags(
[INFO] [stdout]        1530 │+                                                                                                IS_CMD | BUILTIN,
[INFO] [stdout]        1531 │+                                                                                            ),
[INFO] [stdout]        1532 │+                                                                                        },
[INFO] [stdout]        1533 │+                                                                                        Tk {
[INFO] [stdout]        1534 │+                                                                                            class: Str,
[INFO] [stdout]        1535 │+                                                                                            span: Span {
[INFO] [stdout]        1536 │+                                                                                                range: 182..185,
[INFO] [stdout]        1537 │+                                                                                                source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]        1538 │+                                                                                            },
[INFO] [stdout]        1539 │+                                                                                            flags: TkFlags(
[INFO] [stdout]        1540 │+                                                                                                0x0,
[INFO] [stdout]        1541 │+                                                                                            ),
[INFO] [stdout]        1542 │+                                                                                        },
[INFO] [stdout]        1543 │+                                                                                        Tk {
[INFO] [stdout]        1544 │+                                                                                            class: Sep,
[INFO] [stdout]        1545 │+                                                                                            span: Span {
[INFO] [stdout]        1546 │+                                                                                                range: 185..192,
[INFO] [stdout]        1547 │+                                                                                                source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]        1548 │+                                                                                            },
[INFO] [stdout]        1549 │+                                                                                            flags: TkFlags(
[INFO] [stdout]        1550 │+                                                                                                0x0,
[INFO] [stdout]        1551 │+                                                                                            ),
[INFO] [stdout]        1552 │+                                                                                        },
[INFO] [stdout]        1553 │+                                                                                        Tk {
[INFO] [stdout]        1554 │+                                                                                            class: Str,
[INFO] [stdout]        1555 │+                                                                                            span: Span {
[INFO] [stdout]        1556 │+                                                                                                range: 192..194,
[INFO] [stdout]        1557 │+                                                                                                source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]        1558 │+                                                                                            },
[INFO] [stdout]        1559 │+                                                                                            flags: TkFlags(
[INFO] [stdout]        1560 │+                                                                                                KEYWORD,
[INFO] [stdout]        1561 │+                                                                                            ),
[INFO] [stdout]        1562 │+                                                                                        },
[INFO] [stdout]        1563 │+                                                                                        Tk {
[INFO] [stdout]        1564 │+                                                                                            class: Sep,
[INFO] [stdout]        1565 │+                                                                                            span: Span {
[INFO] [stdout]        1566 │+                                                                                                range: 194..208,
[INFO] [stdout]        1567 │+                                                                                                source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]        1568 │+                                                                                            },
[INFO] [stdout]        1569 │+                                                                                            flags: TkFlags(
[INFO] [stdout]        1570 │+                                                                                                0x0,
[INFO] [stdout]        1571 │+                                                                                            ),
[INFO] [stdout]        1572 │+                                                                                        },
[INFO] [stdout]        1573 │+                                                                                        Tk {
[INFO] [stdout]        1574 │+                                                                                            class: CasePattern,
[INFO] [stdout]        1575 │+                                                                                            span: Span {
[INFO] [stdout]        1576 │+                                                                                                range: 208..212,
[INFO] [stdout]        1577 │+                                                                                                source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]        1578 │+                                                                                            },
[INFO] [stdout]        1579 │+                                                                                            flags: TkFlags(
[INFO] [stdout]        1580 │+                                                                                                0x0,
[INFO] [stdout]        1581 │+                                                                                            ),
[INFO] [stdout]        1582 │+                                                                                        },
[INFO] [stdout]        1583 │+                                                                                        Tk {
[INFO] [stdout]        1584 │+                                                                                            class: Sep,
[INFO] [stdout]        1585 │+                                                                                            span: Span {
[INFO] [stdout]        1586 │+                                                                                                range: 212..219,
[INFO] [stdout]        1587 │+                                                                                                source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]        1588 │+                                                                                            },
[INFO] [stdout]        1589 │+                                                                                            flags: TkFlags(
[INFO] [stdout]        1590 │+                                                                                                0x0,
[INFO] [stdout]        1591 │+                                                                                            ),
[INFO] [stdout]        1592 │+                                                                                        },
[INFO] [stdout]        1593 │+                                                                                        Tk {
[INFO] [stdout]        1594 │+                                                                                            class: Str,
[INFO] [stdout]        1595 │+                                                                                            span: Span {
[INFO] [stdout]        1596 │+                                                                                                range: 219..221,
[INFO] [stdout]        1597 │+                                                                                                source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]        1598 │+                                                                                            },
[INFO] [stdout]        1599 │+                                                                                            flags: TkFlags(
[INFO] [stdout]        1600 │+                                                                                                KEYWORD,
[INFO] [stdout]        1601 │+                                                                                            ),
[INFO] [stdout]        1602 │+                                                                                        },
[INFO] [stdout]        1603 │+                                                                                        Tk {
[INFO] [stdout]        1604 │+                                                                                            class: Str,
[INFO] [stdout]        1605 │+                                                                                            span: Span {
[INFO] [stdout]        1606 │+                                                                                                range: 222..227,
[INFO] [stdout]        1607 │+                                                                                                source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]        1608 │+                                                                                            },
[INFO] [stdout]        1609 │+                                                                                            flags: TkFlags(
[INFO] [stdout]        1610 │+                                                                                                IS_CMD,
[INFO] [stdout]        1611 │+                                                                                            ),
[INFO] [stdout]        1612 │+                                                                                        },
[INFO] [stdout]        1613 │+                                                                                        Tk {
[INFO] [stdout]        1614 │+                                                                                            class: Sep,
[INFO] [stdout]        1615 │+                                                                                            span: Span {
[INFO] [stdout]        1616 │+                                                                                                range: 227..229,
[INFO] [stdout]        1617 │+                                                                                                source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]        1618 │+                                                                                            },
[INFO] [stdout]        1619 │+                                                                                            flags: TkFlags(
[INFO] [stdout]        1620 │+                                                                                                0x0,
[INFO] [stdout]        1621 │+                                                                                            ),
[INFO] [stdout]        1622 │+                                                                                        },
[INFO] [stdout]        1623 │+                                                                                        Tk {
[INFO] [stdout]        1624 │+                                                                                            class: Str,
[INFO] [stdout]        1625 │+                                                                                            span: Span {
[INFO] [stdout]        1626 │+                                                                                                range: 229..233,
[INFO] [stdout]        1627 │+                                                                                                source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]        1628 │+                                                                                            },
[INFO] [stdout]        1629 │+                                                                                            flags: TkFlags(
[INFO] [stdout]        1630 │+                                                                                                KEYWORD,
[INFO] [stdout]        1631 │+                                                                                            ),
[INFO] [stdout]        1632 │+                                                                                        },
[INFO] [stdout]        1633 │+                                                                                        Tk {
[INFO] [stdout]        1634 │+                                                                                            class: Sep,
[INFO] [stdout]        1635 │+                                                                                            span: Span {
[INFO] [stdout]        1636 │+                                                                                                range: 233..241,
[INFO] [stdout]        1637 │+                                                                                                source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]        1638 │+                                                                                            },
[INFO] [stdout]        1639 │+                                                                                            flags: TkFlags(
[INFO] [stdout]        1640 │+                                                                                                0x0,
[INFO] [stdout]        1641 │+                                                                                            ),
[INFO] [stdout]        1642 │+                                                                                        },
[INFO] [stdout]        1643 │+                                                                                        Tk {
[INFO] [stdout]        1644 │+                                                                                            class: Str,
[INFO] [stdout]        1645 │+                                                                                            span: Span {
[INFO] [stdout]        1646 │+                                                                                                range: 241..245,
[INFO] [stdout]        1647 │+                                                                                                source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]        1648 │+                                                                                            },
[INFO] [stdout]        1649 │+                                                                                            flags: TkFlags(
[INFO] [stdout]        1650 │+                                                                                                IS_CMD | BUILTIN,
[INFO] [stdout]        1651 │+                                                                                            ),
[INFO] [stdout]        1652 │+                                                                                        },
[INFO] [stdout]        1653 │+                                                                                        Tk {
[INFO] [stdout]        1654 │+                                                                                            class: Str,
[INFO] [stdout]        1655 │+                                                                                            span: Span {
[INFO] [stdout]        1656 │+                                                                                                range: 246..249,
[INFO] [stdout]        1657 │+                                                                                                source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]        1658 │+                                                                                            },
[INFO] [stdout]        1659 │+                                                                                            flags: TkFlags(
[INFO] [stdout]        1660 │+                                                                                                0x0,
[INFO] [stdout]        1661 │+                                                                                            ),
[INFO] [stdout]        1662 │+                                                                                        },
[INFO] [stdout]        1663 │+                                                                                        Tk {
[INFO] [stdout]        1664 │+                                                                                            class: Sep,
[INFO] [stdout]        1665 │+                                                                                            span: Span {
[INFO] [stdout]        1666 │+                                                                                                range: 249..256,
[INFO] [stdout]        1667 │+                                                                                                source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]        1668 │+                                                                                            },
[INFO] [stdout]        1669 │+                                                                                            flags: TkFlags(
[INFO] [stdout]        1670 │+                                                                                                0x0,
[INFO] [stdout]        1671 │+                                                                                            ),
[INFO] [stdout]        1672 │+                                                                                        },
[INFO] [stdout]        1673 │+                                                                                        Tk {
[INFO] [stdout]        1674 │+                                                                                            class: Str,
[INFO] [stdout]        1675 │+                                                                                            span: Span {
[INFO] [stdout]        1676 │+                                                                                                range: 256..258,
[INFO] [stdout]        1677 │+                                                                                                source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]        1678 │+                                                                                            },
[INFO] [stdout]        1679 │+                                                                                            flags: TkFlags(
[INFO] [stdout]        1680 │+                                                                                                KEYWORD,
[INFO] [stdout]        1681 │+                                                                                            ),
[INFO] [stdout]        1682 │+                                                                                        },
[INFO] [stdout]        1683 │+                                                                                        Tk {
[INFO] [stdout]        1684 │+                                                                                            class: Sep,
[INFO] [stdout]        1685 │+                                                                                            span: Span {
[INFO] [stdout]        1686 │+                                                                                                range: 258..271,
[INFO] [stdout]        1687 │+                                                                                                source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]        1688 │+                                                                                            },
[INFO] [stdout]        1689 │+                                                                                            flags: TkFlags(
[INFO] [stdout]        1690 │+                                                                                                0x0,
[INFO] [stdout]        1691 │+                                                                                            ),
[INFO] [stdout]        1692 │+                                                                                        },
[INFO] [stdout]        1693 │+                                                                                        Tk {
[INFO] [stdout]        1694 │+                                                                                            class: Str,
[INFO] [stdout]        1695 │+                                                                                            span: Span {
[INFO] [stdout]        1696 │+                                                                                                range: 271..275,
[INFO] [stdout]        1697 │+                                                                                                source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]        1698 │+                                                                                            },
[INFO] [stdout]        1699 │+                                                                                            flags: TkFlags(
[INFO] [stdout]        1700 │+                                                                                                KEYWORD,
[INFO] [stdout]        1701 │+                                                                                            ),
[INFO] [stdout]        1702 │+                                                                                        },
[INFO] [stdout]        1703 │+                                                                                        Tk {
[INFO] [stdout]        1704 │+                                                                                            class: Sep,
[INFO] [stdout]        1705 │+                                                                                            span: Span {
[INFO] [stdout]        1706 │+                                                                                                range: 275..279,
[INFO] [stdout]        1707 │+                                                                                                source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]        1708 │+                                                                                            },
[INFO] [stdout]        1709 │+                                                                                            flags: TkFlags(
[INFO] [stdout]        1710 │+                                                                                                0x0,
[INFO] [stdout]        1711 │+                                                                                            ),
[INFO] [stdout]        1712 │+                                                                                        },
[INFO] [stdout]        1713 │+                                                                                    ],
[INFO] [stdout]        1714 │+                                                                                },
[INFO] [stdout]        1715 │+                                                                            ],
[INFO] [stdout]        1716 │+                                                                        },
[INFO] [stdout]        1717 │+                                                                    },
[INFO] [stdout]        1718 │+                                                                    flags: NdFlags(
[INFO] [stdout]        1719 │+                                                                        0x0,
[INFO] [stdout]        1720 │+                                                                    ),
[INFO] [stdout]        1721 │+                                                                    redirs: [],
[INFO] [stdout]        1722 │+                                                                    tokens: [
[INFO] [stdout]        1723 │+                                                                        Tk {
[INFO] [stdout]        1724 │+                                                                            class: Str,
[INFO] [stdout]        1725 │+                                                                            span: Span {
[INFO] [stdout]        1726 │+                                                                                range: 108..113,
[INFO] [stdout]        1727 │+                                                                                source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]        1728 │+                                                                            },
[INFO] [stdout]        1729 │+                                                                            flags: TkFlags(
[INFO] [stdout]        1730 │+                                                                                KEYWORD,
[INFO] [stdout]        1731 │+                                                                            ),
[INFO] [stdout]        1732 │+                                                                        },
[INFO] [stdout]        1733 │+                                                                        Tk {
[INFO] [stdout]        1734 │+                                                                            class: Str,
[INFO] [stdout]        1735 │+                                                                            span: Span {
[INFO] [stdout]        1736 │+                                                                                range: 114..119,
[INFO] [stdout]        1737 │+                                                                                source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]        1738 │+                                                                            },
[INFO] [stdout]        1739 │+                                                                            flags: TkFlags(
[INFO] [stdout]        1740 │+                                                                                IS_CMD,
[INFO] [stdout]        1741 │+                                                                            ),
[INFO] [stdout]        1742 │+                                                                        },
[INFO] [stdout]        1743 │+                                                                        Tk {
[INFO] [stdout]        1744 │+                                                                            class: Sep,
[INFO] [stdout]        1745 │+                                                                            span: Span {
[INFO] [stdout]        1746 │+                                                                                range: 119..121,
[INFO] [stdout]        1747 │+                                                                                source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]        1748 │+                                                                            },
[INFO] [stdout]        1749 │+                                                                            flags: TkFlags(
[INFO] [stdout]        1750 │+                                                                                0x0,
[INFO] [stdout]        1751 │+                                                                            ),
[INFO] [stdout]        1752 │+                                                                        },
[INFO] [stdout]        1753 │+                                                                        Tk {
[INFO] [stdout]        1754 │+                                                                            class: Str,
[INFO] [stdout]        1755 │+                                                                            span: Span {
[INFO] [stdout]        1756 │+                                                                                range: 121..123,
[INFO] [stdout]        1757 │+                                                                                source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]        1758 │+                                                                            },
[INFO] [stdout]        1759 │+                                                                            flags: TkFlags(
[INFO] [stdout]        1760 │+                                                                                KEYWORD,
[INFO] [stdout]        1761 │+                                                                            ),
[INFO] [stdout]        1762 │+                                                                        },
[INFO] [stdout]        1763 │+                                                                        Tk {
[INFO] [stdout]        1764 │+                                                                            class: Sep,
[INFO] [stdout]        1765 │+                                                                            span: Span {
[INFO] [stdout]        1766 │+                                                                                range: 123..128,
[INFO] [stdout]        1767 │+                                                                                source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]        1768 │+                                                                            },
[INFO] [stdout]        1769 │+                                                                            flags: TkFlags(
[INFO] [stdout]        1770 │+                                                                                0x0,
[INFO] [stdout]        1771 │+                                                                            ),
[INFO] [stdout]        1772 │+                                                                        },
[INFO] [stdout]        1773 │+                                                                        Tk {
[INFO] [stdout]        1774 │+                                                                            class: Str,
[INFO] [stdout]        1775 │+                                                                            span: Span {
[INFO] [stdout]        1776 │+                                                                                range: 128..132,
[INFO] [stdout]        1777 │+                                                                                source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]        1778 │+                                                                            },
[INFO] [stdout]        1779 │+                                                                            flags: TkFlags(
[INFO] [stdout]        1780 │+                                                                                KEYWORD,
[INFO] [stdout]        1781 │+                                                                            ),
[INFO] [stdout]        1782 │+                                                                        },
[INFO] [stdout]        1783 │+                                                                        Tk {
[INFO] [stdout]        1784 │+                                                                            class: Str,
[INFO] [stdout]        1785 │+                                                                            span: Span {
[INFO] [stdout]        1786 │+                                                                                range: 133..136,
[INFO] [stdout]        1787 │+                                                                                source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]        1788 │+                                                                            },
[INFO] [stdout]        1789 │+                                                                            flags: TkFlags(
[INFO] [stdout]        1790 │+                                                                                0x0,
[INFO] [stdout]        1791 │+                                                                            ),
[INFO] [stdout]        1792 │+                                                                        },
[INFO] [stdout]        1793 │+                                                                        Tk {
[INFO] [stdout]        1794 │+                                                                            class: Str,
[INFO] [stdout]        1795 │+                                                                            span: Span {
[INFO] [stdout]        1796 │+                                                                                range: 137..139,
[INFO] [stdout]        1797 │+                                                                                source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]        1798 │+                                                                            },
[INFO] [stdout]        1799 │+                                                                            flags: TkFlags(
[INFO] [stdout]        1800 │+                                                                                KEYWORD,
[INFO] [stdout]        1801 │+                                                                            ),
[INFO] [stdout]        1802 │+                                                                        },
[INFO] [stdout]        1803 │+                                                                        Tk {
[INFO] [stdout]        1804 │+                                                                            class: Sep,
[INFO] [stdout]        1805 │+                                                                            span: Span {
[INFO] [stdout]        1806 │+                                                                                range: 139..145,
[INFO] [stdout]        1807 │+                                                                                source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]        1808 │+                                                                            },
[INFO] [stdout]        1809 │+                                                                            flags: TkFlags(
[INFO] [stdout]        1810 │+                                                                                0x0,
[INFO] [stdout]        1811 │+                                                                            ),
[INFO] [stdout]        1812 │+                                                                        },
[INFO] [stdout]        1813 │+                                                                        Tk {
[INFO] [stdout]        1814 │+                                                                            class: CasePattern,
[INFO] [stdout]        1815 │+                                                                            span: Span {
[INFO] [stdout]        1816 │+                                                                                range: 145..149,
[INFO] [stdout]        1817 │+                                                                                source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]        1818 │+                                                                            },
[INFO] [stdout]        1819 │+                                                                            flags: TkFlags(
[INFO] [stdout]        1820 │+                                                                                0x0,
[INFO] [stdout]        1821 │+                                                                            ),
[INFO] [stdout]        1822 │+                                                                        },
[INFO] [stdout]        1823 │+                                                                        Tk {
[INFO] [stdout]        1824 │+                                                                            class: Sep,
[INFO] [stdout]        1825 │+                                                                            span: Span {
[INFO] [stdout]        1826 │+                                                                                range: 149..156,
[INFO] [stdout]        1827 │+                                                                                source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]        1828 │+                                                                            },
[INFO] [stdout]        1829 │+                                                                            flags: TkFlags(
[INFO] [stdout]        1830 │+                                                                                0x0,
[INFO] [stdout]        1831 │+                                                                            ),
[INFO] [stdout]        1832 │+                                                                        },
[INFO] [stdout]        1833 │+                                                                        Tk {
[INFO] [stdout]        1834 │+                                                                            class: Str,
[INFO] [stdout]        1835 │+                                                                            span: Span {
[INFO] [stdout]        1836 │+                                                                                range: 156..158,
[INFO] [stdout]        1837 │+                                                                                source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]        1838 │+                                                                            },
[INFO] [stdout]        1839 │+                                                                            flags: TkFlags(
[INFO] [stdout]        1840 │+                                                                                KEYWORD,
[INFO] [stdout]        1841 │+                                                                            ),
[INFO] [stdout]        1842 │+                                                                        },
[INFO] [stdout]        1843 │+                                                                        Tk {
[INFO] [stdout]        1844 │+                                                                            class: Str,
[INFO] [stdout]        1845 │+                                                                            span: Span {
[INFO] [stdout]        1846 │+                                                                                range: 159..163,
[INFO] [stdout]        1847 │+                                                                                source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]        1848 │+                                                                            },
[INFO] [stdout]        1849 │+                                                                            flags: TkFlags(
[INFO] [stdout]        1850 │+                                                                                IS_CMD,
[INFO] [stdout]        1851 │+                                                                            ),
[INFO] [stdout]        1852 │+                                                                        },
[INFO] [stdout]        1853 │+                                                                        Tk {
[INFO] [stdout]        1854 │+                                                                            class: Sep,
[INFO] [stdout]        1855 │+                                                                            span: Span {
[INFO] [stdout]        1856 │+                                                                                range: 163..165,
[INFO] [stdout]        1857 │+                                                                                source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]        1858 │+                                                                            },
[INFO] [stdout]        1859 │+                                                                            flags: TkFlags(
[INFO] [stdout]        1860 │+                                                                                0x0,
[INFO] [stdout]        1861 │+                                                                            ),
[INFO] [stdout]        1862 │+                                                                        },
[INFO] [stdout]        1863 │+                                                                        Tk {
[INFO] [stdout]        1864 │+                                                                            class: Str,
[INFO] [stdout]        1865 │+                                                                            span: Span {
[INFO] [stdout]        1866 │+                                                                                range: 165..169,
[INFO] [stdout]        1867 │+                                                                                source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]        1868 │+                                                                            },
[INFO] [stdout]        1869 │+                                                                            flags: TkFlags(
[INFO] [stdout]        1870 │+                                                                                KEYWORD,
[INFO] [stdout]        1871 │+                                                                            ),
[INFO] [stdout]        1872 │+                                                                        },
[INFO] [stdout]        1873 │+                                                                        Tk {
[INFO] [stdout]        1874 │+                                                                            class: Sep,
[INFO] [stdout]        1875 │+                                                                            span: Span {
[INFO] [stdout]        1876 │+                                                                                range: 169..177,
[INFO] [stdout]        1877 │+                                                                                source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]        1878 │+                                                                            },
[INFO] [stdout]        1879 │+                                                                            flags: TkFlags(
[INFO] [stdout]        1880 │+                                                                                0x0,
[INFO] [stdout]        1881 │+                                                                            ),
[INFO] [stdout]        1882 │+                                                                        },
[INFO] [stdout]        1883 │+                                                                        Tk {
[INFO] [stdout]        1884 │+                                                                            class: Str,
[INFO] [stdout]        1885 │+                                                                            span: Span {
[INFO] [stdout]        1886 │+                                                                                range: 177..181,
[INFO] [stdout]        1887 │+                                                                                source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]        1888 │+                                                                            },
[INFO] [stdout]        1889 │+                                                                            flags: TkFlags(
[INFO] [stdout]        1890 │+                                                                                IS_CMD | BUILTIN,
[INFO] [stdout]        1891 │+                                                                            ),
[INFO] [stdout]        1892 │+                                                                        },
[INFO] [stdout]        1893 │+                                                                        Tk {
[INFO] [stdout]        1894 │+                                                                            class: Str,
[INFO] [stdout]        1895 │+                                                                            span: Span {
[INFO] [stdout]        1896 │+                                                                                range: 182..185,
[INFO] [stdout]        1897 │+                                                                                source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]        1898 │+                                                                            },
[INFO] [stdout]        1899 │+                                                                            flags: TkFlags(
[INFO] [stdout]        1900 │+                                                                                0x0,
[INFO] [stdout]        1901 │+                                                                            ),
[INFO] [stdout]        1902 │+                                                                        },
[INFO] [stdout]        1903 │+                                                                        Tk {
[INFO] [stdout]        1904 │+                                                                            class: Sep,
[INFO] [stdout]        1905 │+                                                                            span: Span {
[INFO] [stdout]        1906 │+                                                                                range: 185..192,
[INFO] [stdout]        1907 │+                                                                                source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]        1908 │+                                                                            },
[INFO] [stdout]        1909 │+                                                                            flags: TkFlags(
[INFO] [stdout]        1910 │+                                                                                0x0,
[INFO] [stdout]        1911 │+                                                                            ),
[INFO] [stdout]        1912 │+                                                                        },
[INFO] [stdout]        1913 │+                                                                        Tk {
[INFO] [stdout]        1914 │+                                                                            class: Str,
[INFO] [stdout]        1915 │+                                                                            span: Span {
[INFO] [stdout]        1916 │+                                                                                range: 192..194,
[INFO] [stdout]        1917 │+                                                                                source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]        1918 │+                                                                            },
[INFO] [stdout]        1919 │+                                                                            flags: TkFlags(
[INFO] [stdout]        1920 │+                                                                                KEYWORD,
[INFO] [stdout]        1921 │+                                                                            ),
[INFO] [stdout]        1922 │+                                                                        },
[INFO] [stdout]        1923 │+                                                                        Tk {
[INFO] [stdout]        1924 │+                                                                            class: Sep,
[INFO] [stdout]        1925 │+                                                                            span: Span {
[INFO] [stdout]        1926 │+                                                                                range: 194..208,
[INFO] [stdout]        1927 │+                                                                                source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]        1928 │+                                                                            },
[INFO] [stdout]        1929 │+                                                                            flags: TkFlags(
[INFO] [stdout]        1930 │+                                                                                0x0,
[INFO] [stdout]        1931 │+                                                                            ),
[INFO] [stdout]        1932 │+                                                                        },
[INFO] [stdout]        1933 │+                                                                        Tk {
[INFO] [stdout]        1934 │+                                                                            class: CasePattern,
[INFO] [stdout]        1935 │+                                                                            span: Span {
[INFO] [stdout]        1936 │+                                                                                range: 208..212,
[INFO] [stdout]        1937 │+                                                                                source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]        1938 │+                                                                            },
[INFO] [stdout]        1939 │+                                                                            flags: TkFlags(
[INFO] [stdout]        1940 │+                                                                                0x0,
[INFO] [stdout]        1941 │+                                                                            ),
[INFO] [stdout]        1942 │+                                                                        },
[INFO] [stdout]        1943 │+                                                                        Tk {
[INFO] [stdout]        1944 │+                                                                            class: Sep,
[INFO] [stdout]        1945 │+                                                                            span: Span {
[INFO] [stdout]        1946 │+                                                                                range: 212..219,
[INFO] [stdout]        1947 │+                                                                                source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]        1948 │+                                                                            },
[INFO] [stdout]        1949 │+                                                                            flags: TkFlags(
[INFO] [stdout]        1950 │+                                                                                0x0,
[INFO] [stdout]        1951 │+                                                                            ),
[INFO] [stdout]        1952 │+                                                                        },
[INFO] [stdout]        1953 │+                                                                        Tk {
[INFO] [stdout]        1954 │+                                                                            class: Str,
[INFO] [stdout]        1955 │+                                                                            span: Span {
[INFO] [stdout]        1956 │+                                                                                range: 219..221,
[INFO] [stdout]        1957 │+                                                                                source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]        1958 │+                                                                            },
[INFO] [stdout]        1959 │+                                                                            flags: TkFlags(
[INFO] [stdout]        1960 │+                                                                                KEYWORD,
[INFO] [stdout]        1961 │+                                                                            ),
[INFO] [stdout]        1962 │+                                                                        },
[INFO] [stdout]        1963 │+                                                                        Tk {
[INFO] [stdout]        1964 │+                                                                            class: Str,
[INFO] [stdout]        1965 │+                                                                            span: Span {
[INFO] [stdout]        1966 │+                                                                                range: 222..227,
[INFO] [stdout]        1967 │+                                                                                source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]        1968 │+                                                                            },
[INFO] [stdout]        1969 │+                                                                            flags: TkFlags(
[INFO] [stdout]        1970 │+                                                                                IS_CMD,
[INFO] [stdout]        1971 │+                                                                            ),
[INFO] [stdout]        1972 │+                                                                        },
[INFO] [stdout]        1973 │+                                                                        Tk {
[INFO] [stdout]        1974 │+                                                                            class: Sep,
[INFO] [stdout]        1975 │+                                                                            span: Span {
[INFO] [stdout]        1976 │+                                                                                range: 227..229,
[INFO] [stdout]        1977 │+                                                                                source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]        1978 │+                                                                            },
[INFO] [stdout]        1979 │+                                                                            flags: TkFlags(
[INFO] [stdout]        1980 │+                                                                                0x0,
[INFO] [stdout]        1981 │+                                                                            ),
[INFO] [stdout]        1982 │+                                                                        },
[INFO] [stdout]        1983 │+                                                                        Tk {
[INFO] [stdout]        1984 │+                                                                            class: Str,
[INFO] [stdout]        1985 │+                                                                            span: Span {
[INFO] [stdout]        1986 │+                                                                                range: 229..233,
[INFO] [stdout]        1987 │+                                                                                source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]        1988 │+                                                                            },
[INFO] [stdout]        1989 │+                                                                            flags: TkFlags(
[INFO] [stdout]        1990 │+                                                                                KEYWORD,
[INFO] [stdout]        1991 │+                                                                            ),
[INFO] [stdout]        1992 │+                                                                        },
[INFO] [stdout]        1993 │+                                                                        Tk {
[INFO] [stdout]        1994 │+                                                                            class: Sep,
[INFO] [stdout]        1995 │+                                                                            span: Span {
[INFO] [stdout]        1996 │+                                                                                range: 233..241,
[INFO] [stdout]        1997 │+                                                                                source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]        1998 │+                                                                            },
[INFO] [stdout]        1999 │+                                                                            flags: TkFlags(
[INFO] [stdout]        2000 │+                                                                                0x0,
[INFO] [stdout]        2001 │+                                                                            ),
[INFO] [stdout]        2002 │+                                                                        },
[INFO] [stdout]        2003 │+                                                                        Tk {
[INFO] [stdout]        2004 │+                                                                            class: Str,
[INFO] [stdout]        2005 │+                                                                            span: Span {
[INFO] [stdout]        2006 │+                                                                                range: 241..245,
[INFO] [stdout]        2007 │+                                                                                source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]        2008 │+                                                                            },
[INFO] [stdout]        2009 │+                                                                            flags: TkFlags(
[INFO] [stdout]        2010 │+                                                                                IS_CMD | BUILTIN,
[INFO] [stdout]        2011 │+                                                                            ),
[INFO] [stdout]        2012 │+                                                                        },
[INFO] [stdout]        2013 │+                                                                        Tk {
[INFO] [stdout]        2014 │+                                                                            class: Str,
[INFO] [stdout]        2015 │+                                                                            span: Span {
[INFO] [stdout]        2016 │+                                                                                range: 246..249,
[INFO] [stdout]        2017 │+                                                                                source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]        2018 │+                                                                            },
[INFO] [stdout]        2019 │+                                                                            flags: TkFlags(
[INFO] [stdout]        2020 │+                                                                                0x0,
[INFO] [stdout]        2021 │+                                                                            ),
[INFO] [stdout]        2022 │+                                                                        },
[INFO] [stdout]        2023 │+                                                                        Tk {
[INFO] [stdout]        2024 │+                                                                            class: Sep,
[INFO] [stdout]        2025 │+                                                                            span: Span {
[INFO] [stdout]        2026 │+                                                                                range: 249..256,
[INFO] [stdout]        2027 │+                                                                                source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]        2028 │+                                                                            },
[INFO] [stdout]        2029 │+                                                                            flags: TkFlags(
[INFO] [stdout]        2030 │+                                                                                0x0,
[INFO] [stdout]        2031 │+                                                                            ),
[INFO] [stdout]        2032 │+                                                                        },
[INFO] [stdout]        2033 │+                                                                        Tk {
[INFO] [stdout]        2034 │+                                                                            class: Str,
[INFO] [stdout]        2035 │+                                                                            span: Span {
[INFO] [stdout]        2036 │+                                                                                range: 256..258,
[INFO] [stdout]        2037 │+                                                                                source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]        2038 │+                                                                            },
[INFO] [stdout]        2039 │+                                                                            flags: TkFlags(
[INFO] [stdout]        2040 │+                                                                                KEYWORD,
[INFO] [stdout]        2041 │+                                                                            ),
[INFO] [stdout]        2042 │+                                                                        },
[INFO] [stdout]        2043 │+                                                                        Tk {
[INFO] [stdout]        2044 │+                                                                            class: Sep,
[INFO] [stdout]        2045 │+                                                                            span: Span {
[INFO] [stdout]        2046 │+                                                                                range: 258..271,
[INFO] [stdout]        2047 │+                                                                                source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]        2048 │+                                                                            },
[INFO] [stdout]        2049 │+                                                                            flags: TkFlags(
[INFO] [stdout]        2050 │+                                                                                0x0,
[INFO] [stdout]        2051 │+                                                                            ),
[INFO] [stdout]        2052 │+                                                                        },
[INFO] [stdout]        2053 │+                                                                        Tk {
[INFO] [stdout]        2054 │+                                                                            class: Str,
[INFO] [stdout]        2055 │+                                                                            span: Span {
[INFO] [stdout]        2056 │+                                                                                range: 271..275,
[INFO] [stdout]        2057 │+                                                                                source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]        2058 │+                                                                            },
[INFO] [stdout]        2059 │+                                                                            flags: TkFlags(
[INFO] [stdout]        2060 │+                                                                                KEYWORD,
[INFO] [stdout]        2061 │+                                                                            ),
[INFO] [stdout]        2062 │+                                                                        },
[INFO] [stdout]        2063 │+                                                                        Tk {
[INFO] [stdout]        2064 │+                                                                            class: Sep,
[INFO] [stdout]        2065 │+                                                                            span: Span {
[INFO] [stdout]        2066 │+                                                                                range: 275..279,
[INFO] [stdout]        2067 │+                                                                                source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]        2068 │+                                                                            },
[INFO] [stdout]        2069 │+                                                                            flags: TkFlags(
[INFO] [stdout]        2070 │+                                                                                0x0,
[INFO] [stdout]        2071 │+                                                                            ),
[INFO] [stdout]        2072 │+                                                                        },
[INFO] [stdout]        2073 │+                                                                        Tk {
[INFO] [stdout]        2074 │+                                                                            class: Str,
[INFO] [stdout]        2075 │+                                                                            span: Span {
[INFO] [stdout]        2076 │+                                                                                range: 279..283,
[INFO] [stdout]        2077 │+                                                                                source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]        2078 │+                                                                            },
[INFO] [stdout]        2079 │+                                                                            flags: TkFlags(
[INFO] [stdout]        2080 │+                                                                                KEYWORD,
[INFO] [stdout]        2081 │+                                                                            ),
[INFO] [stdout]        2082 │+                                                                        },
[INFO] [stdout]        2083 │+                                                                        Tk {
[INFO] [stdout]        2084 │+                                                                            class: Sep,
[INFO] [stdout]        2085 │+                                                                            span: Span {
[INFO] [stdout]        2086 │+                                                                                range: 283..286,
[INFO] [stdout]        2087 │+                                                                                source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]        2088 │+                                                                            },
[INFO] [stdout]        2089 │+                                                                            flags: TkFlags(
[INFO] [stdout]        2090 │+                                                                                0x0,
[INFO] [stdout]        2091 │+                                                                            ),
[INFO] [stdout]        2092 │+                                                                        },
[INFO] [stdout]        2093 │+                                                                    ],
[INFO] [stdout]        2094 │+                                                                },
[INFO] [stdout]        2095 │+                                                            ],
[INFO] [stdout]        2096 │+                                                        },
[INFO] [stdout]        2097 │+                                                    ],
[INFO] [stdout]        2098 │+                                                    else_block: [],
[INFO] [stdout]        2099 │+                                                },
[INFO] [stdout]        2100 │+                                                flags: NdFlags(
[INFO] [stdout]        2101 │+                                                    0x0,
[INFO] [stdout]        2102 │+                                                ),
[INFO] [stdout]        2103 │+                                                redirs: [],
[INFO] [stdout]        2104 │+                                                tokens: [
[INFO] [stdout]        2105 │+                                                    Tk {
[INFO] [stdout]        2106 │+                                                        class: Str,
[INFO] [stdout]        2107 │+                                                        span: Span {
[INFO] [stdout]        2108 │+                                                            range: 90..92,
[INFO] [stdout]        2109 │+                                                            source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]        2110 │+                                                        },
[INFO] [stdout]        2111 │+                                                        flags: TkFlags(
[INFO] [stdout]        2112 │+                                                            KEYWORD,
[INFO] [stdout]        2113 │+                                                        ),
[INFO] [stdout]        2114 │+                                                    },
[INFO] [stdout]        2115 │+                                                    Tk {
[INFO] [stdout]        2116 │+                                                        class: Str,
[INFO] [stdout]        2117 │+                                                        span: Span {
[INFO] [stdout]        2118 │+                                                            range: 93..98,
[INFO] [stdout]        2119 │+                                                            source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]        2120 │+                                                        },
[INFO] [stdout]        2121 │+                                                        flags: TkFlags(
[INFO] [stdout]        2122 │+                                                            IS_CMD,
[INFO] [stdout]        2123 │+                                                        ),
[INFO] [stdout]        2124 │+                                                    },
[INFO] [stdout]        2125 │+                                                    Tk {
[INFO] [stdout]        2126 │+                                                        class: Sep,
[INFO] [stdout]        2127 │+                                                        span: Span {
[INFO] [stdout]        2128 │+                                                            range: 98..100,
[INFO] [stdout]        2129 │+                                                            source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]        2130 │+                                                        },
[INFO] [stdout]        2131 │+                                                        flags: TkFlags(
[INFO] [stdout]        2132 │+                                                            0x0,
[INFO] [stdout]        2133 │+                                                        ),
[INFO] [stdout]        2134 │+                                                    },
[INFO] [stdout]        2135 │+                                                    Tk {
[INFO] [stdout]        2136 │+                                                        class: Str,
[INFO] [stdout]        2137 │+                                                        span: Span {
[INFO] [stdout]        2138 │+                                                            range: 100..104,
[INFO] [stdout]        2139 │+                                                            source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]        2140 │+                                                        },
[INFO] [stdout]        2141 │+                                                        flags: TkFlags(
[INFO] [stdout]        2142 │+                                                            KEYWORD,
[INFO] [stdout]        2143 │+                                                        ),
[INFO] [stdout]        2144 │+                                                    },
[INFO] [stdout]        2145 │+                                                    Tk {
[INFO] [stdout]        2146 │+                                                        class: Sep,
[INFO] [stdout]        2147 │+                                                        span: Span {
[INFO] [stdout]        2148 │+                                                            range: 104..108,
[INFO] [stdout]        2149 │+                                                            source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]        2150 │+                                                        },
[INFO] [stdout]        2151 │+                                                        flags: TkFlags(
[INFO] [stdout]        2152 │+                                                            0x0,
[INFO] [stdout]        2153 │+                                                        ),
[INFO] [stdout]        2154 │+                                                    },
[INFO] [stdout]        2155 │+                                                    Tk {
[INFO] [stdout]        2156 │+                                                        class: Str,
[INFO] [stdout]        2157 │+                                                        span: Span {
[INFO] [stdout]        2158 │+                                                            range: 108..113,
[INFO] [stdout]        2159 │+                                                            source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]        2160 │+                                                        },
[INFO] [stdout]        2161 │+                                                        flags: TkFlags(
[INFO] [stdout]        2162 │+                                                            KEYWORD,
[INFO] [stdout]        2163 │+                                                        ),
[INFO] [stdout]        2164 │+                                                    },
[INFO] [stdout]        2165 │+                                                    Tk {
[INFO] [stdout]        2166 │+                                                        class: Str,
[INFO] [stdout]        2167 │+                                                        span: Span {
[INFO] [stdout]        2168 │+                                                            range: 114..119,
[INFO] [stdout]        2169 │+                                                            source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]        2170 │+                                                        },
[INFO] [stdout]        2171 │+                                                        flags: TkFlags(
[INFO] [stdout]        2172 │+                                                            IS_CMD,
[INFO] [stdout]        2173 │+                                                        ),
[INFO] [stdout]        2174 │+                                                    },
[INFO] [stdout]        2175 │+                                                    Tk {
[INFO] [stdout]        2176 │+                                                        class: Sep,
[INFO] [stdout]        2177 │+                                                        span: Span {
[INFO] [stdout]        2178 │+                                                            range: 119..121,
[INFO] [stdout]        2179 │+                                                            source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]        2180 │+                                                        },
[INFO] [stdout]        2181 │+                                                        flags: TkFlags(
[INFO] [stdout]        2182 │+                                                            0x0,
[INFO] [stdout]        2183 │+                                                        ),
[INFO] [stdout]        2184 │+                                                    },
[INFO] [stdout]        2185 │+                                                    Tk {
[INFO] [stdout]        2186 │+                                                        class: Str,
[INFO] [stdout]        2187 │+                                                        span: Span {
[INFO] [stdout]        2188 │+                                                            range: 121..123,
[INFO] [stdout]        2189 │+                                                            source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]        2190 │+                                                        },
[INFO] [stdout]        2191 │+                                                        flags: TkFlags(
[INFO] [stdout]        2192 │+                                                            KEYWORD,
[INFO] [stdout]        2193 │+                                                        ),
[INFO] [stdout]        2194 │+                                                    },
[INFO] [stdout]        2195 │+                                                    Tk {
[INFO] [stdout]        2196 │+                                                        class: Sep,
[INFO] [stdout]        2197 │+                                                        span: Span {
[INFO] [stdout]        2198 │+                                                            range: 123..128,
[INFO] [stdout]        2199 │+                                                            source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]        2200 │+                                                        },
[INFO] [stdout]        2201 │+                                                        flags: TkFlags(
[INFO] [stdout]        2202 │+                                                            0x0,
[INFO] [stdout]        2203 │+                                                        ),
[INFO] [stdout]        2204 │+                                                    },
[INFO] [stdout]        2205 │+                                                    Tk {
[INFO] [stdout]        2206 │+                                                        class: Str,
[INFO] [stdout]        2207 │+                                                        span: Span {
[INFO] [stdout]        2208 │+                                                            range: 128..132,
[INFO] [stdout]        2209 │+                                                            source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]        2210 │+                                                        },
[INFO] [stdout]        2211 │+                                                        flags: TkFlags(
[INFO] [stdout]        2212 │+                                                            KEYWORD,
[INFO] [stdout]        2213 │+                                                        ),
[INFO] [stdout]        2214 │+                                                    },
[INFO] [stdout]        2215 │+                                                    Tk {
[INFO] [stdout]        2216 │+                                                        class: Str,
[INFO] [stdout]        2217 │+                                                        span: Span {
[INFO] [stdout]        2218 │+                                                            range: 133..136,
[INFO] [stdout]        2219 │+                                                            source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]        2220 │+                                                        },
[INFO] [stdout]        2221 │+                                                        flags: TkFlags(
[INFO] [stdout]        2222 │+                                                            0x0,
[INFO] [stdout]        2223 │+                                                        ),
[INFO] [stdout]        2224 │+                                                    },
[INFO] [stdout]        2225 │+                                                    Tk {
[INFO] [stdout]        2226 │+                                                        class: Str,
[INFO] [stdout]        2227 │+                                                        span: Span {
[INFO] [stdout]        2228 │+                                                            range: 137..139,
[INFO] [stdout]        2229 │+                                                            source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]        2230 │+                                                        },
[INFO] [stdout]        2231 │+                                                        flags: TkFlags(
[INFO] [stdout]        2232 │+                                                            KEYWORD,
[INFO] [stdout]        2233 │+                                                        ),
[INFO] [stdout]        2234 │+                                                    },
[INFO] [stdout]        2235 │+                                                    Tk {
[INFO] [stdout]        2236 │+                                                        class: Sep,
[INFO] [stdout]        2237 │+                                                        span: Span {
[INFO] [stdout]        2238 │+                                                            range: 139..145,
[INFO] [stdout]        2239 │+                                                            source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]        2240 │+                                                        },
[INFO] [stdout]        2241 │+                                                        flags: TkFlags(
[INFO] [stdout]        2242 │+                                                            0x0,
[INFO] [stdout]        2243 │+                                                        ),
[INFO] [stdout]        2244 │+                                                    },
[INFO] [stdout]        2245 │+                                                    Tk {
[INFO] [stdout]        2246 │+                                                        class: CasePattern,
[INFO] [stdout]        2247 │+                                                        span: Span {
[INFO] [stdout]        2248 │+                                                            range: 145..149,
[INFO] [stdout]        2249 │+                                                            source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]        2250 │+                                                        },
[INFO] [stdout]        2251 │+                                                        flags: TkFlags(
[INFO] [stdout]        2252 │+                                                            0x0,
[INFO] [stdout]        2253 │+                                                        ),
[INFO] [stdout]        2254 │+                                                    },
[INFO] [stdout]        2255 │+                                                    Tk {
[INFO] [stdout]        2256 │+                                                        class: Sep,
[INFO] [stdout]        2257 │+                                                        span: Span {
[INFO] [stdout]        2258 │+                                                            range: 149..156,
[INFO] [stdout]        2259 │+                                                            source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]        2260 │+                                                        },
[INFO] [stdout]        2261 │+                                                        flags: TkFlags(
[INFO] [stdout]        2262 │+                                                            0x0,
[INFO] [stdout]        2263 │+                                                        ),
[INFO] [stdout]        2264 │+                                                    },
[INFO] [stdout]        2265 │+                                                    Tk {
[INFO] [stdout]        2266 │+                                                        class: Str,
[INFO] [stdout]        2267 │+                                                        span: Span {
[INFO] [stdout]        2268 │+                                                            range: 156..158,
[INFO] [stdout]        2269 │+                                                            source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]        2270 │+                                                        },
[INFO] [stdout]        2271 │+                                                        flags: TkFlags(
[INFO] [stdout]        2272 │+                                                            KEYWORD,
[INFO] [stdout]        2273 │+                                                        ),
[INFO] [stdout]        2274 │+                                                    },
[INFO] [stdout]        2275 │+                                                    Tk {
[INFO] [stdout]        2276 │+                                                        class: Str,
[INFO] [stdout]        2277 │+                                                        span: Span {
[INFO] [stdout]        2278 │+                                                            range: 159..163,
[INFO] [stdout]        2279 │+                                                            source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]        2280 │+                                                        },
[INFO] [stdout]        2281 │+                                                        flags: TkFlags(
[INFO] [stdout]        2282 │+                                                            IS_CMD,
[INFO] [stdout]        2283 │+                                                        ),
[INFO] [stdout]        2284 │+                                                    },
[INFO] [stdout]        2285 │+                                                    Tk {
[INFO] [stdout]        2286 │+                                                        class: Sep,
[INFO] [stdout]        2287 │+                                                        span: Span {
[INFO] [stdout]        2288 │+                                                            range: 163..165,
[INFO] [stdout]        2289 │+                                                            source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]        2290 │+                                                        },
[INFO] [stdout]        2291 │+                                                        flags: TkFlags(
[INFO] [stdout]        2292 │+                                                            0x0,
[INFO] [stdout]        2293 │+                                                        ),
[INFO] [stdout]        2294 │+                                                    },
[INFO] [stdout]        2295 │+                                                    Tk {
[INFO] [stdout]        2296 │+                                                        class: Str,
[INFO] [stdout]        2297 │+                                                        span: Span {
[INFO] [stdout]        2298 │+                                                            range: 165..169,
[INFO] [stdout]        2299 │+                                                            source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]        2300 │+                                                        },
[INFO] [stdout]        2301 │+                                                        flags: TkFlags(
[INFO] [stdout]        2302 │+                                                            KEYWORD,
[INFO] [stdout]        2303 │+                                                        ),
[INFO] [stdout]        2304 │+                                                    },
[INFO] [stdout]        2305 │+                                                    Tk {
[INFO] [stdout]        2306 │+                                                        class: Sep,
[INFO] [stdout]        2307 │+                                                        span: Span {
[INFO] [stdout]        2308 │+                                                            range: 169..177,
[INFO] [stdout]        2309 │+                                                            source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]        2310 │+                                                        },
[INFO] [stdout]        2311 │+                                                        flags: TkFlags(
[INFO] [stdout]        2312 │+                                                            0x0,
[INFO] [stdout]        2313 │+                                                        ),
[INFO] [stdout]        2314 │+                                                    },
[INFO] [stdout]        2315 │+                                                    Tk {
[INFO] [stdout]        2316 │+                                                        class: Str,
[INFO] [stdout]        2317 │+                                                        span: Span {
[INFO] [stdout]        2318 │+                                                            range: 177..181,
[INFO] [stdout]        2319 │+                                                            source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]        2320 │+                                                        },
[INFO] [stdout]        2321 │+                                                        flags: TkFlags(
[INFO] [stdout]        2322 │+                                                            IS_CMD | BUILTIN,
[INFO] [stdout]        2323 │+                                                        ),
[INFO] [stdout]        2324 │+                                                    },
[INFO] [stdout]        2325 │+                                                    Tk {
[INFO] [stdout]        2326 │+                                                        class: Str,
[INFO] [stdout]        2327 │+                                                        span: Span {
[INFO] [stdout]        2328 │+                                                            range: 182..185,
[INFO] [stdout]        2329 │+                                                            source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]        2330 │+                                                        },
[INFO] [stdout]        2331 │+                                                        flags: TkFlags(
[INFO] [stdout]        2332 │+                                                            0x0,
[INFO] [stdout]        2333 │+                                                        ),
[INFO] [stdout]        2334 │+                                                    },
[INFO] [stdout]        2335 │+                                                    Tk {
[INFO] [stdout]        2336 │+                                                        class: Sep,
[INFO] [stdout]        2337 │+                                                        span: Span {
[INFO] [stdout]        2338 │+                                                            range: 185..192,
[INFO] [stdout]        2339 │+                                                            source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]        2340 │+                                                        },
[INFO] [stdout]        2341 │+                                                        flags: TkFlags(
[INFO] [stdout]        2342 │+                                                            0x0,
[INFO] [stdout]        2343 │+                                                        ),
[INFO] [stdout]        2344 │+                                                    },
[INFO] [stdout]        2345 │+                                                    Tk {
[INFO] [stdout]        2346 │+                                                        class: Str,
[INFO] [stdout]        2347 │+                                                        span: Span {
[INFO] [stdout]        2348 │+                                                            range: 192..194,
[INFO] [stdout]        2349 │+                                                            source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]        2350 │+                                                        },
[INFO] [stdout]        2351 │+                                                        flags: TkFlags(
[INFO] [stdout]        2352 │+                                                            KEYWORD,
[INFO] [stdout]        2353 │+                                                        ),
[INFO] [stdout]        2354 │+                                                    },
[INFO] [stdout]        2355 │+                                                    Tk {
[INFO] [stdout]        2356 │+                                                        class: Sep,
[INFO] [stdout]        2357 │+                                                        span: Span {
[INFO] [stdout]        2358 │+                                                            range: 194..208,
[INFO] [stdout]        2359 │+                                                            source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]        2360 │+                                                        },
[INFO] [stdout]        2361 │+                                                        flags: TkFlags(
[INFO] [stdout]        2362 │+                                                            0x0,
[INFO] [stdout]        2363 │+                                                        ),
[INFO] [stdout]        2364 │+                                                    },
[INFO] [stdout]        2365 │+                                                    Tk {
[INFO] [stdout]        2366 │+                                                        class: CasePattern,
[INFO] [stdout]        2367 │+                                                        span: Span {
[INFO] [stdout]        2368 │+                                                            range: 208..212,
[INFO] [stdout]        2369 │+                                                            source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]        2370 │+                                                        },
[INFO] [stdout]        2371 │+                                                        flags: TkFlags(
[INFO] [stdout]        2372 │+                                                            0x0,
[INFO] [stdout]        2373 │+                                                        ),
[INFO] [stdout]        2374 │+                                                    },
[INFO] [stdout]        2375 │+                                                    Tk {
[INFO] [stdout]        2376 │+                                                        class: Sep,
[INFO] [stdout]        2377 │+                                                        span: Span {
[INFO] [stdout]        2378 │+                                                            range: 212..219,
[INFO] [stdout]        2379 │+                                                            source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]        2380 │+                                                        },
[INFO] [stdout]        2381 │+                                                        flags: TkFlags(
[INFO] [stdout]        2382 │+                                                            0x0,
[INFO] [stdout]        2383 │+                                                        ),
[INFO] [stdout]        2384 │+                                                    },
[INFO] [stdout]        2385 │+                                                    Tk {
[INFO] [stdout]        2386 │+                                                        class: Str,
[INFO] [stdout]        2387 │+                                                        span: Span {
[INFO] [stdout]        2388 │+                                                            range: 219..221,
[INFO] [stdout]        2389 │+                                                            source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]        2390 │+                                                        },
[INFO] [stdout]        2391 │+                                                        flags: TkFlags(
[INFO] [stdout]        2392 │+                                                            KEYWORD,
[INFO] [stdout]        2393 │+                                                        ),
[INFO] [stdout]        2394 │+                                                    },
[INFO] [stdout]        2395 │+                                                    Tk {
[INFO] [stdout]        2396 │+                                                        class: Str,
[INFO] [stdout]        2397 │+                                                        span: Span {
[INFO] [stdout]        2398 │+                                                            range: 222..227,
[INFO] [stdout]        2399 │+                                                            source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]        2400 │+                                                        },
[INFO] [stdout]        2401 │+                                                        flags: TkFlags(
[INFO] [stdout]        2402 │+                                                            IS_CMD,
[INFO] [stdout]        2403 │+                                                        ),
[INFO] [stdout]        2404 │+                                                    },
[INFO] [stdout]        2405 │+                                                    Tk {
[INFO] [stdout]        2406 │+                                                        class: Sep,
[INFO] [stdout]        2407 │+                                                        span: Span {
[INFO] [stdout]        2408 │+                                                            range: 227..229,
[INFO] [stdout]        2409 │+                                                            source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]        2410 │+                                                        },
[INFO] [stdout]        2411 │+                                                        flags: TkFlags(
[INFO] [stdout]        2412 │+                                                            0x0,
[INFO] [stdout]        2413 │+                                                        ),
[INFO] [stdout]        2414 │+                                                    },
[INFO] [stdout]        2415 │+                                                    Tk {
[INFO] [stdout]        2416 │+                                                        class: Str,
[INFO] [stdout]        2417 │+                                                        span: Span {
[INFO] [stdout]        2418 │+                                                            range: 229..233,
[INFO] [stdout]        2419 │+                                                            source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]        2420 │+                                                        },
[INFO] [stdout]        2421 │+                                                        flags: TkFlags(
[INFO] [stdout]        2422 │+                                                            KEYWORD,
[INFO] [stdout]        2423 │+                                                        ),
[INFO] [stdout]        2424 │+                                                    },
[INFO] [stdout]        2425 │+                                                    Tk {
[INFO] [stdout]        2426 │+                                                        class: Sep,
[INFO] [stdout]        2427 │+                                                        span: Span {
[INFO] [stdout]        2428 │+                                                            range: 233..241,
[INFO] [stdout]        2429 │+                                                            source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]        2430 │+                                                        },
[INFO] [stdout]        2431 │+                                                        flags: TkFlags(
[INFO] [stdout]        2432 │+                                                            0x0,
[INFO] [stdout]        2433 │+                                                        ),
[INFO] [stdout]        2434 │+                                                    },
[INFO] [stdout]        2435 │+                                                    Tk {
[INFO] [stdout]        2436 │+                                                        class: Str,
[INFO] [stdout]        2437 │+                                                        span: Span {
[INFO] [stdout]        2438 │+                                                            range: 241..245,
[INFO] [stdout]        2439 │+                                                            source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]        2440 │+                                                        },
[INFO] [stdout]        2441 │+                                                        flags: TkFlags(
[INFO] [stdout]        2442 │+                                                            IS_CMD | BUILTIN,
[INFO] [stdout]        2443 │+                                                        ),
[INFO] [stdout]        2444 │+                                                    },
[INFO] [stdout]        2445 │+                                                    Tk {
[INFO] [stdout]        2446 │+                                                        class: Str,
[INFO] [stdout]        2447 │+                                                        span: Span {
[INFO] [stdout]        2448 │+                                                            range: 246..249,
[INFO] [stdout]        2449 │+                                                            source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]        2450 │+                                                        },
[INFO] [stdout]        2451 │+                                                        flags: TkFlags(
[INFO] [stdout]        2452 │+                                                            0x0,
[INFO] [stdout]        2453 │+                                                        ),
[INFO] [stdout]        2454 │+                                                    },
[INFO] [stdout]        2455 │+                                                    Tk {
[INFO] [stdout]        2456 │+                                                        class: Sep,
[INFO] [stdout]        2457 │+                                                        span: Span {
[INFO] [stdout]        2458 │+                                                            range: 249..256,
[INFO] [stdout]        2459 │+                                                            source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]        2460 │+                                                        },
[INFO] [stdout]        2461 │+                                                        flags: TkFlags(
[INFO] [stdout]        2462 │+                                                            0x0,
[INFO] [stdout]        2463 │+                                                        ),
[INFO] [stdout]        2464 │+                                                    },
[INFO] [stdout]        2465 │+                                                    Tk {
[INFO] [stdout]        2466 │+                                                        class: Str,
[INFO] [stdout]        2467 │+                                                        span: Span {
[INFO] [stdout]        2468 │+                                                            range: 256..258,
[INFO] [stdout]        2469 │+                                                            source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]        2470 │+                                                        },
[INFO] [stdout]        2471 │+                                                        flags: TkFlags(
[INFO] [stdout]        2472 │+                                                            KEYWORD,
[INFO] [stdout]        2473 │+                                                        ),
[INFO] [stdout]        2474 │+                                                    },
[INFO] [stdout]        2475 │+                                                    Tk {
[INFO] [stdout]        2476 │+                                                        class: Sep,
[INFO] [stdout]        2477 │+                                                        span: Span {
[INFO] [stdout]        2478 │+                                                            range: 258..271,
[INFO] [stdout]        2479 │+                                                            source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]        2480 │+                                                        },
[INFO] [stdout]        2481 │+                                                        flags: TkFlags(
[INFO] [stdout]        2482 │+                                                            0x0,
[INFO] [stdout]        2483 │+                                                        ),
[INFO] [stdout]        2484 │+                                                    },
[INFO] [stdout]        2485 │+                                                    Tk {
[INFO] [stdout]        2486 │+                                                        class: Str,
[INFO] [stdout]        2487 │+                                                        span: Span {
[INFO] [stdout]        2488 │+                                                            range: 271..275,
[INFO] [stdout]        2489 │+                                                            source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]        2490 │+                                                        },
[INFO] [stdout]        2491 │+                                                        flags: TkFlags(
[INFO] [stdout]        2492 │+                                                            KEYWORD,
[INFO] [stdout]        2493 │+                                                        ),
[INFO] [stdout]        2494 │+                                                    },
[INFO] [stdout]        2495 │+                                                    Tk {
[INFO] [stdout]        2496 │+                                                        class: Sep,
[INFO] [stdout]        2497 │+                                                        span: Span {
[INFO] [stdout]        2498 │+                                                            range: 275..279,
[INFO] [stdout]        2499 │+                                                            source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]        2500 │+                                                        },
[INFO] [stdout]        2501 │+                                                        flags: TkFlags(
[INFO] [stdout]        2502 │+                                                            0x0,
[INFO] [stdout]        2503 │+                                                        ),
[INFO] [stdout]        2504 │+                                                    },
[INFO] [stdout]        2505 │+                                                    Tk {
[INFO] [stdout]        2506 │+                                                        class: Str,
[INFO] [stdout]        2507 │+                                                        span: Span {
[INFO] [stdout]        2508 │+                                                            range: 279..283,
[INFO] [stdout]        2509 │+                                                            source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]        2510 │+                                                        },
[INFO] [stdout]        2511 │+                                                        flags: TkFlags(
[INFO] [stdout]        2512 │+                                                            KEYWORD,
[INFO] [stdout]        2513 │+                                                        ),
[INFO] [stdout]        2514 │+                                                    },
[INFO] [stdout]        2515 │+                                                    Tk {
[INFO] [stdout]        2516 │+                                                        class: Sep,
[INFO] [stdout]        2517 │+                                                        span: Span {
[INFO] [stdout]        2518 │+                                                            range: 283..286,
[INFO] [stdout]        2519 │+                                                            source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]        2520 │+                                                        },
[INFO] [stdout]        2521 │+                                                        flags: TkFlags(
[INFO] [stdout]        2522 │+                                                            0x0,
[INFO] [stdout]        2523 │+                                                        ),
[INFO] [stdout]        2524 │+                                                    },
[INFO] [stdout]        2525 │+                                                    Tk {
[INFO] [stdout]        2526 │+                                                        class: Str,
[INFO] [stdout]        2527 │+                                                        span: Span {
[INFO] [stdout]        2528 │+                                                            range: 286..288,
[INFO] [stdout]        2529 │+                                                            source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]        2530 │+                                                        },
[INFO] [stdout]        2531 │+                                                        flags: TkFlags(
[INFO] [stdout]        2532 │+                                                            KEYWORD,
[INFO] [stdout]        2533 │+                                                        ),
[INFO] [stdout]        2534 │+                                                    },
[INFO] [stdout]        2535 │+                                                    Tk {
[INFO] [stdout]        2536 │+                                                        class: Sep,
[INFO] [stdout]        2537 │+                                                        span: Span {
[INFO] [stdout]        2538 │+                                                            range: 288..293,
[INFO] [stdout]        2539 │+                                                            source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]        2540 │+                                                        },
[INFO] [stdout]        2541 │+                                                        flags: TkFlags(
[INFO] [stdout]        2542 │+                                                            0x0,
[INFO] [stdout]        2543 │+                                                        ),
[INFO] [stdout]        2544 │+                                                    },
[INFO] [stdout]        2545 │+                                                ],
[INFO] [stdout]        2546 │+                                            },
[INFO] [stdout]        2547 │+                                        ],
[INFO] [stdout]        2548 │+                                    },
[INFO] [stdout]        2549 │+                                ],
[INFO] [stdout]        2550 │+                            },
[INFO] [stdout]        2551 │+                            flags: NdFlags(
[INFO] [stdout]        2552 │+                                0x0,
[INFO] [stdout]        2553 │+                            ),
[INFO] [stdout]        2554 │+                            redirs: [],
[INFO] [stdout]        2555 │+                            tokens: [
[INFO] [stdout]        2556 │+                                Tk {
[INFO] [stdout]        2557 │+                                    class: Str,
[INFO] [stdout]        2558 │+                                    span: Span {
[INFO] [stdout]        2559 │+                                        range: 0..4,
[INFO] [stdout]        2560 │+                                        source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]        2561 │+                                    },
[INFO] [stdout]        2562 │+                                    flags: TkFlags(
[INFO] [stdout]        2563 │+                                        KEYWORD,
[INFO] [stdout]        2564 │+                                    ),
[INFO] [stdout]        2565 │+                                },
[INFO] [stdout]        2566 │+                                Tk {
[INFO] [stdout]        2567 │+                                    class: Str,
[INFO] [stdout]        2568 │+                                    span: Span {
[INFO] [stdout]        2569 │+                                        range: 5..8,
[INFO] [stdout]        2570 │+                                        source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]        2571 │+                                    },
[INFO] [stdout]        2572 │+                                    flags: TkFlags(
[INFO] [stdout]        2573 │+                                        0x0,
[INFO] [stdout]        2574 │+                                    ),
[INFO] [stdout]        2575 │+                                },
[INFO] [stdout]        2576 │+                                Tk {
[INFO] [stdout]        2577 │+                                    class: Str,
[INFO] [stdout]        2578 │+                                    span: Span {
[INFO] [stdout]        2579 │+                                        range: 9..11,
[INFO] [stdout]        2580 │+                                        source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]        2581 │+                                    },
[INFO] [stdout]        2582 │+                                    flags: TkFlags(
[INFO] [stdout]        2583 │+                                        KEYWORD,
[INFO] [stdout]        2584 │+                                    ),
[INFO] [stdout]        2585 │+                                },
[INFO] [stdout]        2586 │+                                Tk {
[INFO] [stdout]        2587 │+                                    class: Sep,
[INFO] [stdout]        2588 │+                                    span: Span {
[INFO] [stdout]        2589 │+                                        range: 11..13,
[INFO] [stdout]        2590 │+                                        source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]        2591 │+                                    },
[INFO] [stdout]        2592 │+                                    flags: TkFlags(
[INFO] [stdout]        2593 │+                                        0x0,
[INFO] [stdout]        2594 │+                                    ),
[INFO] [stdout]        2595 │+                                },
[INFO] [stdout]        2596 │+                                Tk {
[INFO] [stdout]        2597 │+                                    class: CasePattern,
[INFO] [stdout]        2598 │+                                    span: Span {
[INFO] [stdout]        2599 │+                                        range: 13..17,
[INFO] [stdout]        2600 │+                                        source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]        2601 │+                                    },
[INFO] [stdout]        2602 │+                                    flags: TkFlags(
[INFO] [stdout]        2603 │+                                        0x0,
[INFO] [stdout]        2604 │+                                    ),
[INFO] [stdout]        2605 │+                                },
[INFO] [stdout]        2606 │+                                Tk {
[INFO] [stdout]        2607 │+                                    class: Sep,
[INFO] [stdout]        2608 │+                                    span: Span {
[INFO] [stdout]        2609 │+                                        range: 17..20,
[INFO] [stdout]        2610 │+                                        source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]        2611 │+                                    },
[INFO] [stdout]        2612 │+                                    flags: TkFlags(
[INFO] [stdout]        2613 │+                                        0x0,
[INFO] [stdout]        2614 │+                                    ),
[INFO] [stdout]        2615 │+                                },
[INFO] [stdout]        2616 │+                                Tk {
[INFO] [stdout]        2617 │+                                    class: Str,
[INFO] [stdout]        2618 │+                                    span: Span {
[INFO] [stdout]        2619 │+                                        range: 20..22,
[INFO] [stdout]        2620 │+                                        source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]        2621 │+                                    },
[INFO] [stdout]        2622 │+                                    flags: TkFlags(
[INFO] [stdout]        2623 │+                                        KEYWORD,
[INFO] [stdout]        2624 │+                                    ),
[INFO] [stdout]        2625 │+                                },
[INFO] [stdout]        2626 │+                                Tk {
[INFO] [stdout]        2627 │+                                    class: Str,
[INFO] [stdout]        2628 │+                                    span: Span {
[INFO] [stdout]        2629 │+                                        range: 23..27,
[INFO] [stdout]        2630 │+                                        source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]        2631 │+                                    },
[INFO] [stdout]        2632 │+                                    flags: TkFlags(
[INFO] [stdout]        2633 │+                                        IS_CMD,
[INFO] [stdout]        2634 │+                                    ),
[INFO] [stdout]        2635 │+                                },
[INFO] [stdout]        2636 │+                                Tk {
[INFO] [stdout]        2637 │+                                    class: Sep,
[INFO] [stdout]        2638 │+                                    span: Span {
[INFO] [stdout]        2639 │+                                        range: 27..29,
[INFO] [stdout]        2640 │+                                        source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]        2641 │+                                    },
[INFO] [stdout]        2642 │+                                    flags: TkFlags(
[INFO] [stdout]        2643 │+                                        0x0,
[INFO] [stdout]        2644 │+                                    ),
[INFO] [stdout]        2645 │+                                },
[INFO] [stdout]        2646 │+                                Tk {
[INFO] [stdout]        2647 │+                                    class: Str,
[INFO] [stdout]        2648 │+                                    span: Span {
[INFO] [stdout]        2649 │+                                        range: 29..33,
[INFO] [stdout]        2650 │+                                        source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]        2651 │+                                    },
[INFO] [stdout]        2652 │+                                    flags: TkFlags(
[INFO] [stdout]        2653 │+                                        KEYWORD,
[INFO] [stdout]        2654 │+                                    ),
[INFO] [stdout]        2655 │+                                },
[INFO] [stdout]        2656 │+                                Tk {
[INFO] [stdout]        2657 │+                                    class: Sep,
[INFO] [stdout]        2658 │+                                    span: Span {
[INFO] [stdout]        2659 │+                                        range: 33..37,
[INFO] [stdout]        2660 │+                                        source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]        2661 │+                                    },
[INFO] [stdout]        2662 │+                                    flags: TkFlags(
[INFO] [stdout]        2663 │+                                        0x0,
[INFO] [stdout]        2664 │+                                    ),
[INFO] [stdout]        2665 │+                                },
[INFO] [stdout]        2666 │+                                Tk {
[INFO] [stdout]        2667 │+                                    class: Str,
[INFO] [stdout]        2668 │+                                    span: Span {
[INFO] [stdout]        2669 │+                                        range: 37..42,
[INFO] [stdout]        2670 │+                                        source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]        2671 │+                                    },
[INFO] [stdout]        2672 │+                                    flags: TkFlags(
[INFO] [stdout]        2673 │+                                        KEYWORD,
[INFO] [stdout]        2674 │+                                    ),
[INFO] [stdout]        2675 │+                                },
[INFO] [stdout]        2676 │+                                Tk {
[INFO] [stdout]        2677 │+                                    class: Str,
[INFO] [stdout]        2678 │+                                    span: Span {
[INFO] [stdout]        2679 │+                                        range: 43..47,
[INFO] [stdout]        2680 │+                                        source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]        2681 │+                                    },
[INFO] [stdout]        2682 │+                                    flags: TkFlags(
[INFO] [stdout]        2683 │+                                        IS_CMD,
[INFO] [stdout]        2684 │+                                    ),
[INFO] [stdout]        2685 │+                                },
[INFO] [stdout]        2686 │+                                Tk {
[INFO] [stdout]        2687 │+                                    class: Sep,
[INFO] [stdout]        2688 │+                                    span: Span {
[INFO] [stdout]        2689 │+                                        range: 47..49,
[INFO] [stdout]        2690 │+                                        source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]        2691 │+                                    },
[INFO] [stdout]        2692 │+                                    flags: TkFlags(
[INFO] [stdout]        2693 │+                                        0x0,
[INFO] [stdout]        2694 │+                                    ),
[INFO] [stdout]        2695 │+                                },
[INFO] [stdout]        2696 │+                                Tk {
[INFO] [stdout]        2697 │+                                    class: Str,
[INFO] [stdout]        2698 │+                                    span: Span {
[INFO] [stdout]        2699 │+                                        range: 49..51,
[INFO] [stdout]        2700 │+                                        source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]        2701 │+                                    },
[INFO] [stdout]        2702 │+                                    flags: TkFlags(
[INFO] [stdout]        2703 │+                                        KEYWORD,
[INFO] [stdout]        2704 │+                                    ),
[INFO] [stdout]        2705 │+                                },
[INFO] [stdout]        2706 │+                                Tk {
[INFO] [stdout]        2707 │+                                    class: Sep,
[INFO] [stdout]        2708 │+                                    span: Span {
[INFO] [stdout]        2709 │+                                        range: 51..56,
[INFO] [stdout]        2710 │+                                        source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]        2711 │+                                    },
[INFO] [stdout]        2712 │+                                    flags: TkFlags(
[INFO] [stdout]        2713 │+                                        0x0,
[INFO] [stdout]        2714 │+                                    ),
[INFO] [stdout]        2715 │+                                },
[INFO] [stdout]        2716 │+                                Tk {
[INFO] [stdout]        2717 │+                                    class: Str,
[INFO] [stdout]        2718 │+                                    span: Span {
[INFO] [stdout]        2719 │+                                        range: 56..60,
[INFO] [stdout]        2720 │+                                        source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]        2721 │+                                    },
[INFO] [stdout]        2722 │+                                    flags: TkFlags(
[INFO] [stdout]        2723 │+                                        IS_CMD | BUILTIN,
[INFO] [stdout]        2724 │+                                    ),
[INFO] [stdout]        2725 │+                                },
[INFO] [stdout]        2726 │+                                Tk {
[INFO] [stdout]        2727 │+                                    class: Str,
[INFO] [stdout]        2728 │+                                    span: Span {
[INFO] [stdout]        2729 │+                                        range: 61..64,
[INFO] [stdout]        2730 │+                                        source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]        2731 │+                                    },
[INFO] [stdout]        2732 │+                                    flags: TkFlags(
[INFO] [stdout]        2733 │+                                        0x0,
[INFO] [stdout]        2734 │+                                    ),
[INFO] [stdout]        2735 │+                                },
[INFO] [stdout]        2736 │+                                Tk {
[INFO] [stdout]        2737 │+                                    class: Sep,
[INFO] [stdout]        2738 │+                                    span: Span {
[INFO] [stdout]        2739 │+                                        range: 64..68,
[INFO] [stdout]        2740 │+                                        source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]        2741 │+                                    },
[INFO] [stdout]        2742 │+                                    flags: TkFlags(
[INFO] [stdout]        2743 │+                                        0x0,
[INFO] [stdout]        2744 │+                                    ),
[INFO] [stdout]        2745 │+                                },
[INFO] [stdout]        2746 │+                                Tk {
[INFO] [stdout]        2747 │+                                    class: Str,
[INFO] [stdout]        2748 │+                                    span: Span {
[INFO] [stdout]        2749 │+                                        range: 68..72,
[INFO] [stdout]        2750 │+                                        source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]        2751 │+                                    },
[INFO] [stdout]        2752 │+                                    flags: TkFlags(
[INFO] [stdout]        2753 │+                                        KEYWORD,
[INFO] [stdout]        2754 │+                                    ),
[INFO] [stdout]        2755 │+                                },
[INFO] [stdout]        2756 │+                                Tk {
[INFO] [stdout]        2757 │+                                    class: Sep,
[INFO] [stdout]        2758 │+                                    span: Span {
[INFO] [stdout]        2759 │+                                        range: 72..75,
[INFO] [stdout]        2760 │+                                        source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]        2761 │+                                    },
[INFO] [stdout]        2762 │+                                    flags: TkFlags(
[INFO] [stdout]        2763 │+                                        0x0,
[INFO] [stdout]        2764 │+                                    ),
[INFO] [stdout]        2765 │+                                },
[INFO] [stdout]        2766 │+                                Tk {
[INFO] [stdout]        2767 │+                                    class: Str,
[INFO] [stdout]        2768 │+                                    span: Span {
[INFO] [stdout]        2769 │+                                        range: 75..77,
[INFO] [stdout]        2770 │+                                        source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]        2771 │+                                    },
[INFO] [stdout]        2772 │+                                    flags: TkFlags(
[INFO] [stdout]        2773 │+                                        KEYWORD,
[INFO] [stdout]        2774 │+                                    ),
[INFO] [stdout]        2775 │+                                },
[INFO] [stdout]        2776 │+                                Tk {
[INFO] [stdout]        2777 │+                                    class: Sep,
[INFO] [stdout]        2778 │+                                    span: Span {
[INFO] [stdout]        2779 │+                                        range: 77..83,
[INFO] [stdout]        2780 │+                                        source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]        2781 │+                                    },
[INFO] [stdout]        2782 │+                                    flags: TkFlags(
[INFO] [stdout]        2783 │+                                        0x0,
[INFO] [stdout]        2784 │+                                    ),
[INFO] [stdout]        2785 │+                                },
[INFO] [stdout]        2786 │+                                Tk {
[INFO] [stdout]        2787 │+                                    class: CasePattern,
[INFO] [stdout]        2788 │+                                    span: Span {
[INFO] [stdout]        2789 │+                                        range: 83..87,
[INFO] [stdout]        2790 │+                                        source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]        2791 │+                                    },
[INFO] [stdout]        2792 │+                                    flags: TkFlags(
[INFO] [stdout]        2793 │+                                        0x0,
[INFO] [stdout]        2794 │+                                    ),
[INFO] [stdout]        2795 │+                                },
[INFO] [stdout]        2796 │+                                Tk {
[INFO] [stdout]        2797 │+                                    class: Sep,
[INFO] [stdout]        2798 │+                                    span: Span {
[INFO] [stdout]        2799 │+                                        range: 87..90,
[INFO] [stdout]        2800 │+                                        source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]        2801 │+                                    },
[INFO] [stdout]        2802 │+                                    flags: TkFlags(
[INFO] [stdout]        2803 │+                                        0x0,
[INFO] [stdout]        2804 │+                                    ),
[INFO] [stdout]        2805 │+                                },
[INFO] [stdout]        2806 │+                                Tk {
[INFO] [stdout]        2807 │+                                    class: Str,
[INFO] [stdout]        2808 │+                                    span: Span {
[INFO] [stdout]        2809 │+                                        range: 90..92,
[INFO] [stdout]        2810 │+                                        source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]        2811 │+                                    },
[INFO] [stdout]        2812 │+                                    flags: TkFlags(
[INFO] [stdout]        2813 │+                                        KEYWORD,
[INFO] [stdout]        2814 │+                                    ),
[INFO] [stdout]        2815 │+                                },
[INFO] [stdout]        2816 │+                                Tk {
[INFO] [stdout]        2817 │+                                    class: Str,
[INFO] [stdout]        2818 │+                                    span: Span {
[INFO] [stdout]        2819 │+                                        range: 93..98,
[INFO] [stdout]        2820 │+                                        source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]        2821 │+                                    },
[INFO] [stdout]        2822 │+                                    flags: TkFlags(
[INFO] [stdout]        2823 │+                                        IS_CMD,
[INFO] [stdout]        2824 │+                                    ),
[INFO] [stdout]        2825 │+                                },
[INFO] [stdout]        2826 │+                                Tk {
[INFO] [stdout]        2827 │+                                    class: Sep,
[INFO] [stdout]        2828 │+                                    span: Span {
[INFO] [stdout]        2829 │+                                        range: 98..100,
[INFO] [stdout]        2830 │+                                        source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]        2831 │+                                    },
[INFO] [stdout]        2832 │+                                    flags: TkFlags(
[INFO] [stdout]        2833 │+                                        0x0,
[INFO] [stdout]        2834 │+                                    ),
[INFO] [stdout]        2835 │+                                },
[INFO] [stdout]        2836 │+                                Tk {
[INFO] [stdout]        2837 │+                                    class: Str,
[INFO] [stdout]        2838 │+                                    span: Span {
[INFO] [stdout]        2839 │+                                        range: 100..104,
[INFO] [stdout]        2840 │+                                        source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]        2841 │+                                    },
[INFO] [stdout]        2842 │+                                    flags: TkFlags(
[INFO] [stdout]        2843 │+                                        KEYWORD,
[INFO] [stdout]        2844 │+                                    ),
[INFO] [stdout]        2845 │+                                },
[INFO] [stdout]        2846 │+                                Tk {
[INFO] [stdout]        2847 │+                                    class: Sep,
[INFO] [stdout]        2848 │+                                    span: Span {
[INFO] [stdout]        2849 │+                                        range: 104..108,
[INFO] [stdout]        2850 │+                                        source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]        2851 │+                                    },
[INFO] [stdout]        2852 │+                                    flags: TkFlags(
[INFO] [stdout]        2853 │+                                        0x0,
[INFO] [stdout]        2854 │+                                    ),
[INFO] [stdout]        2855 │+                                },
[INFO] [stdout]        2856 │+                                Tk {
[INFO] [stdout]        2857 │+                                    class: Str,
[INFO] [stdout]        2858 │+                                    span: Span {
[INFO] [stdout]        2859 │+                                        range: 108..113,
[INFO] [stdout]        2860 │+                                        source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]        2861 │+                                    },
[INFO] [stdout]        2862 │+                                    flags: TkFlags(
[INFO] [stdout]        2863 │+                                        KEYWORD,
[INFO] [stdout]        2864 │+                                    ),
[INFO] [stdout]        2865 │+                                },
[INFO] [stdout]        2866 │+                                Tk {
[INFO] [stdout]        2867 │+                                    class: Str,
[INFO] [stdout]        2868 │+                                    span: Span {
[INFO] [stdout]        2869 │+                                        range: 114..119,
[INFO] [stdout]        2870 │+                                        source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]        2871 │+                                    },
[INFO] [stdout]        2872 │+                                    flags: TkFlags(
[INFO] [stdout]        2873 │+                                        IS_CMD,
[INFO] [stdout]        2874 │+                                    ),
[INFO] [stdout]        2875 │+                                },
[INFO] [stdout]        2876 │+                                Tk {
[INFO] [stdout]        2877 │+                                    class: Sep,
[INFO] [stdout]        2878 │+                                    span: Span {
[INFO] [stdout]        2879 │+                                        range: 119..121,
[INFO] [stdout]        2880 │+                                        source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]        2881 │+                                    },
[INFO] [stdout]        2882 │+                                    flags: TkFlags(
[INFO] [stdout]        2883 │+                                        0x0,
[INFO] [stdout]        2884 │+                                    ),
[INFO] [stdout]        2885 │+                                },
[INFO] [stdout]        2886 │+                                Tk {
[INFO] [stdout]        2887 │+                                    class: Str,
[INFO] [stdout]        2888 │+                                    span: Span {
[INFO] [stdout]        2889 │+                                        range: 121..123,
[INFO] [stdout]        2890 │+                                        source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]        2891 │+                                    },
[INFO] [stdout]        2892 │+                                    flags: TkFlags(
[INFO] [stdout]        2893 │+                                        KEYWORD,
[INFO] [stdout]        2894 │+                                    ),
[INFO] [stdout]        2895 │+                                },
[INFO] [stdout]        2896 │+                                Tk {
[INFO] [stdout]        2897 │+                                    class: Sep,
[INFO] [stdout]        2898 │+                                    span: Span {
[INFO] [stdout]        2899 │+                                        range: 123..128,
[INFO] [stdout]        2900 │+                                        source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]        2901 │+                                    },
[INFO] [stdout]        2902 │+                                    flags: TkFlags(
[INFO] [stdout]        2903 │+                                        0x0,
[INFO] [stdout]        2904 │+                                    ),
[INFO] [stdout]        2905 │+                                },
[INFO] [stdout]        2906 │+                                Tk {
[INFO] [stdout]        2907 │+                                    class: Str,
[INFO] [stdout]        2908 │+                                    span: Span {
[INFO] [stdout]        2909 │+                                        range: 128..132,
[INFO] [stdout]        2910 │+                                        source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]        2911 │+                                    },
[INFO] [stdout]        2912 │+                                    flags: TkFlags(
[INFO] [stdout]        2913 │+                                        KEYWORD,
[INFO] [stdout]        2914 │+                                    ),
[INFO] [stdout]        2915 │+                                },
[INFO] [stdout]        2916 │+                                Tk {
[INFO] [stdout]        2917 │+                                    class: Str,
[INFO] [stdout]        2918 │+                                    span: Span {
[INFO] [stdout]        2919 │+                                        range: 133..136,
[INFO] [stdout]        2920 │+                                        source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]        2921 │+                                    },
[INFO] [stdout]        2922 │+                                    flags: TkFlags(
[INFO] [stdout]        2923 │+                                        0x0,
[INFO] [stdout]        2924 │+                                    ),
[INFO] [stdout]        2925 │+                                },
[INFO] [stdout]        2926 │+                                Tk {
[INFO] [stdout]        2927 │+                                    class: Str,
[INFO] [stdout]        2928 │+                                    span: Span {
[INFO] [stdout]        2929 │+                                        range: 137..139,
[INFO] [stdout]        2930 │+                                        source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]        2931 │+                                    },
[INFO] [stdout]        2932 │+                                    flags: TkFlags(
[INFO] [stdout]        2933 │+                                        KEYWORD,
[INFO] [stdout]        2934 │+                                    ),
[INFO] [stdout]        2935 │+                                },
[INFO] [stdout]        2936 │+                                Tk {
[INFO] [stdout]        2937 │+                                    class: Sep,
[INFO] [stdout]        2938 │+                                    span: Span {
[INFO] [stdout]        2939 │+                                        range: 139..145,
[INFO] [stdout]        2940 │+                                        source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]        2941 │+                                    },
[INFO] [stdout]        2942 │+                                    flags: TkFlags(
[INFO] [stdout]        2943 │+                                        0x0,
[INFO] [stdout]        2944 │+                                    ),
[INFO] [stdout]        2945 │+                                },
[INFO] [stdout]        2946 │+                                Tk {
[INFO] [stdout]        2947 │+                                    class: CasePattern,
[INFO] [stdout]        2948 │+                                    span: Span {
[INFO] [stdout]        2949 │+                                        range: 145..149,
[INFO] [stdout]        2950 │+                                        source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]        2951 │+                                    },
[INFO] [stdout]        2952 │+                                    flags: TkFlags(
[INFO] [stdout]        2953 │+                                        0x0,
[INFO] [stdout]        2954 │+                                    ),
[INFO] [stdout]        2955 │+                                },
[INFO] [stdout]        2956 │+                                Tk {
[INFO] [stdout]        2957 │+                                    class: Sep,
[INFO] [stdout]        2958 │+                                    span: Span {
[INFO] [stdout]        2959 │+                                        range: 149..156,
[INFO] [stdout]        2960 │+                                        source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]        2961 │+                                    },
[INFO] [stdout]        2962 │+                                    flags: TkFlags(
[INFO] [stdout]        2963 │+                                        0x0,
[INFO] [stdout]        2964 │+                                    ),
[INFO] [stdout]        2965 │+                                },
[INFO] [stdout]        2966 │+                                Tk {
[INFO] [stdout]        2967 │+                                    class: Str,
[INFO] [stdout]        2968 │+                                    span: Span {
[INFO] [stdout]        2969 │+                                        range: 156..158,
[INFO] [stdout]        2970 │+                                        source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]        2971 │+                                    },
[INFO] [stdout]        2972 │+                                    flags: TkFlags(
[INFO] [stdout]        2973 │+                                        KEYWORD,
[INFO] [stdout]        2974 │+                                    ),
[INFO] [stdout]        2975 │+                                },
[INFO] [stdout]        2976 │+                                Tk {
[INFO] [stdout]        2977 │+                                    class: Str,
[INFO] [stdout]        2978 │+                                    span: Span {
[INFO] [stdout]        2979 │+                                        range: 159..163,
[INFO] [stdout]        2980 │+                                        source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]        2981 │+                                    },
[INFO] [stdout]        2982 │+                                    flags: TkFlags(
[INFO] [stdout]        2983 │+                                        IS_CMD,
[INFO] [stdout]        2984 │+                                    ),
[INFO] [stdout]        2985 │+                                },
[INFO] [stdout]        2986 │+                                Tk {
[INFO] [stdout]        2987 │+                                    class: Sep,
[INFO] [stdout]        2988 │+                                    span: Span {
[INFO] [stdout]        2989 │+                                        range: 163..165,
[INFO] [stdout]        2990 │+                                        source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]        2991 │+                                    },
[INFO] [stdout]        2992 │+                                    flags: TkFlags(
[INFO] [stdout]        2993 │+                                        0x0,
[INFO] [stdout]        2994 │+                                    ),
[INFO] [stdout]        2995 │+                                },
[INFO] [stdout]        2996 │+                                Tk {
[INFO] [stdout]        2997 │+                                    class: Str,
[INFO] [stdout]        2998 │+                                    span: Span {
[INFO] [stdout]        2999 │+                                        range: 165..169,
[INFO] [stdout]        3000 │+                                        source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]        3001 │+                                    },
[INFO] [stdout]        3002 │+                                    flags: TkFlags(
[INFO] [stdout]        3003 │+                                        KEYWORD,
[INFO] [stdout]        3004 │+                                    ),
[INFO] [stdout]        3005 │+                                },
[INFO] [stdout]        3006 │+                                Tk {
[INFO] [stdout]        3007 │+                                    class: Sep,
[INFO] [stdout]        3008 │+                                    span: Span {
[INFO] [stdout]        3009 │+                                        range: 169..177,
[INFO] [stdout]        3010 │+                                        source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]        3011 │+                                    },
[INFO] [stdout]        3012 │+                                    flags: TkFlags(
[INFO] [stdout]        3013 │+                                        0x0,
[INFO] [stdout]        3014 │+                                    ),
[INFO] [stdout]        3015 │+                                },
[INFO] [stdout]        3016 │+                                Tk {
[INFO] [stdout]        3017 │+                                    class: Str,
[INFO] [stdout]        3018 │+                                    span: Span {
[INFO] [stdout]        3019 │+                                        range: 177..181,
[INFO] [stdout]        3020 │+                                        source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]        3021 │+                                    },
[INFO] [stdout]        3022 │+                                    flags: TkFlags(
[INFO] [stdout]        3023 │+                                        IS_CMD | BUILTIN,
[INFO] [stdout]        3024 │+                                    ),
[INFO] [stdout]        3025 │+                                },
[INFO] [stdout]        3026 │+                                Tk {
[INFO] [stdout]        3027 │+                                    class: Str,
[INFO] [stdout]        3028 │+                                    span: Span {
[INFO] [stdout]        3029 │+                                        range: 182..185,
[INFO] [stdout]        3030 │+                                        source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]        3031 │+                                    },
[INFO] [stdout]        3032 │+                                    flags: TkFlags(
[INFO] [stdout]        3033 │+                                        0x0,
[INFO] [stdout]        3034 │+                                    ),
[INFO] [stdout]        3035 │+                                },
[INFO] [stdout]        3036 │+                                Tk {
[INFO] [stdout]        3037 │+                                    class: Sep,
[INFO] [stdout]        3038 │+                                    span: Span {
[INFO] [stdout]        3039 │+                                        range: 185..192,
[INFO] [stdout]        3040 │+                                        source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]        3041 │+                                    },
[INFO] [stdout]        3042 │+                                    flags: TkFlags(
[INFO] [stdout]        3043 │+                                        0x0,
[INFO] [stdout]        3044 │+                                    ),
[INFO] [stdout]        3045 │+                                },
[INFO] [stdout]        3046 │+                                Tk {
[INFO] [stdout]        3047 │+                                    class: Str,
[INFO] [stdout]        3048 │+                                    span: Span {
[INFO] [stdout]        3049 │+                                        range: 192..194,
[INFO] [stdout]        3050 │+                                        source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]        3051 │+                                    },
[INFO] [stdout]        3052 │+                                    flags: TkFlags(
[INFO] [stdout]        3053 │+                                        KEYWORD,
[INFO] [stdout]        3054 │+                                    ),
[INFO] [stdout]        3055 │+                                },
[INFO] [stdout]        3056 │+                                Tk {
[INFO] [stdout]        3057 │+                                    class: Sep,
[INFO] [stdout]        3058 │+                                    span: Span {
[INFO] [stdout]        3059 │+                                        range: 194..208,
[INFO] [stdout]        3060 │+                                        source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]        3061 │+                                    },
[INFO] [stdout]        3062 │+                                    flags: TkFlags(
[INFO] [stdout]        3063 │+                                        0x0,
[INFO] [stdout]        3064 │+                                    ),
[INFO] [stdout]        3065 │+                                },
[INFO] [stdout]        3066 │+                                Tk {
[INFO] [stdout]        3067 │+                                    class: CasePattern,
[INFO] [stdout]        3068 │+                                    span: Span {
[INFO] [stdout]        3069 │+                                        range: 208..212,
[INFO] [stdout]        3070 │+                                        source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]        3071 │+                                    },
[INFO] [stdout]        3072 │+                                    flags: TkFlags(
[INFO] [stdout]        3073 │+                                        0x0,
[INFO] [stdout]        3074 │+                                    ),
[INFO] [stdout]        3075 │+                                },
[INFO] [stdout]        3076 │+                                Tk {
[INFO] [stdout]        3077 │+                                    class: Sep,
[INFO] [stdout]        3078 │+                                    span: Span {
[INFO] [stdout]        3079 │+                                        range: 212..219,
[INFO] [stdout]        3080 │+                                        source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]        3081 │+                                    },
[INFO] [stdout]        3082 │+                                    flags: TkFlags(
[INFO] [stdout]        3083 │+                                        0x0,
[INFO] [stdout]        3084 │+                                    ),
[INFO] [stdout]        3085 │+                                },
[INFO] [stdout]        3086 │+                                Tk {
[INFO] [stdout]        3087 │+                                    class: Str,
[INFO] [stdout]        3088 │+                                    span: Span {
[INFO] [stdout]        3089 │+                                        range: 219..221,
[INFO] [stdout]        3090 │+                                        source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]        3091 │+                                    },
[INFO] [stdout]        3092 │+                                    flags: TkFlags(
[INFO] [stdout]        3093 │+                                        KEYWORD,
[INFO] [stdout]        3094 │+                                    ),
[INFO] [stdout]        3095 │+                                },
[INFO] [stdout]        3096 │+                                Tk {
[INFO] [stdout]        3097 │+                                    class: Str,
[INFO] [stdout]        3098 │+                                    span: Span {
[INFO] [stdout]        3099 │+                                        range: 222..227,
[INFO] [stdout]        3100 │+                                        source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]        3101 │+                                    },
[INFO] [stdout]        3102 │+                                    flags: TkFlags(
[INFO] [stdout]        3103 │+                                        IS_CMD,
[INFO] [stdout]        3104 │+                                    ),
[INFO] [stdout]        3105 │+                                },
[INFO] [stdout]        3106 │+                                Tk {
[INFO] [stdout]        3107 │+                                    class: Sep,
[INFO] [stdout]        3108 │+                                    span: Span {
[INFO] [stdout]        3109 │+                                        range: 227..229,
[INFO] [stdout]        3110 │+                                        source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]        3111 │+                                    },
[INFO] [stdout]        3112 │+                                    flags: TkFlags(
[INFO] [stdout]        3113 │+                                        0x0,
[INFO] [stdout]        3114 │+                                    ),
[INFO] [stdout]        3115 │+                                },
[INFO] [stdout]        3116 │+                                Tk {
[INFO] [stdout]        3117 │+                                    class: Str,
[INFO] [stdout]        3118 │+                                    span: Span {
[INFO] [stdout]        3119 │+                                        range: 229..233,
[INFO] [stdout]        3120 │+                                        source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]        3121 │+                                    },
[INFO] [stdout]        3122 │+                                    flags: TkFlags(
[INFO] [stdout]        3123 │+                                        KEYWORD,
[INFO] [stdout]        3124 │+                                    ),
[INFO] [stdout]        3125 │+                                },
[INFO] [stdout]        3126 │+                                Tk {
[INFO] [stdout]        3127 │+                                    class: Sep,
[INFO] [stdout]        3128 │+                                    span: Span {
[INFO] [stdout]        3129 │+                                        range: 233..241,
[INFO] [stdout]        3130 │+                                        source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]        3131 │+                                    },
[INFO] [stdout]        3132 │+                                    flags: TkFlags(
[INFO] [stdout]        3133 │+                                        0x0,
[INFO] [stdout]        3134 │+                                    ),
[INFO] [stdout]        3135 │+                                },
[INFO] [stdout]        3136 │+                                Tk {
[INFO] [stdout]        3137 │+                                    class: Str,
[INFO] [stdout]        3138 │+                                    span: Span {
[INFO] [stdout]        3139 │+                                        range: 241..245,
[INFO] [stdout]        3140 │+                                        source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]        3141 │+                                    },
[INFO] [stdout]        3142 │+                                    flags: TkFlags(
[INFO] [stdout]        3143 │+                                        IS_CMD | BUILTIN,
[INFO] [stdout]        3144 │+                                    ),
[INFO] [stdout]        3145 │+                                },
[INFO] [stdout]        3146 │+                                Tk {
[INFO] [stdout]        3147 │+                                    class: Str,
[INFO] [stdout]        3148 │+                                    span: Span {
[INFO] [stdout]        3149 │+                                        range: 246..249,
[INFO] [stdout]        3150 │+                                        source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]        3151 │+                                    },
[INFO] [stdout]        3152 │+                                    flags: TkFlags(
[INFO] [stdout]        3153 │+                                        0x0,
[INFO] [stdout]        3154 │+                                    ),
[INFO] [stdout]        3155 │+                                },
[INFO] [stdout]        3156 │+                                Tk {
[INFO] [stdout]        3157 │+                                    class: Sep,
[INFO] [stdout]        3158 │+                                    span: Span {
[INFO] [stdout]        3159 │+                                        range: 249..256,
[INFO] [stdout]        3160 │+                                        source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]        3161 │+                                    },
[INFO] [stdout]        3162 │+                                    flags: TkFlags(
[INFO] [stdout]        3163 │+                                        0x0,
[INFO] [stdout]        3164 │+                                    ),
[INFO] [stdout]        3165 │+                                },
[INFO] [stdout]        3166 │+                                Tk {
[INFO] [stdout]        3167 │+                                    class: Str,
[INFO] [stdout]        3168 │+                                    span: Span {
[INFO] [stdout]        3169 │+                                        range: 256..258,
[INFO] [stdout]        3170 │+                                        source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]        3171 │+                                    },
[INFO] [stdout]        3172 │+                                    flags: TkFlags(
[INFO] [stdout]        3173 │+                                        KEYWORD,
[INFO] [stdout]        3174 │+                                    ),
[INFO] [stdout]        3175 │+                                },
[INFO] [stdout]        3176 │+                                Tk {
[INFO] [stdout]        3177 │+                                    class: Sep,
[INFO] [stdout]        3178 │+                                    span: Span {
[INFO] [stdout]        3179 │+                                        range: 258..271,
[INFO] [stdout]        3180 │+                                        source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]        3181 │+                                    },
[INFO] [stdout]        3182 │+                                    flags: TkFlags(
[INFO] [stdout]        3183 │+                                        0x0,
[INFO] [stdout]        3184 │+                                    ),
[INFO] [stdout]        3185 │+                                },
[INFO] [stdout]        3186 │+                                Tk {
[INFO] [stdout]        3187 │+                                    class: Str,
[INFO] [stdout]        3188 │+                                    span: Span {
[INFO] [stdout]        3189 │+                                        range: 271..275,
[INFO] [stdout]        3190 │+                                        source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]        3191 │+                                    },
[INFO] [stdout]        3192 │+                                    flags: TkFlags(
[INFO] [stdout]        3193 │+                                        KEYWORD,
[INFO] [stdout]        3194 │+                                    ),
[INFO] [stdout]        3195 │+                                },
[INFO] [stdout]        3196 │+                                Tk {
[INFO] [stdout]        3197 │+                                    class: Sep,
[INFO] [stdout]        3198 │+                                    span: Span {
[INFO] [stdout]        3199 │+                                        range: 275..279,
[INFO] [stdout]        3200 │+                                        source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]        3201 │+                                    },
[INFO] [stdout]        3202 │+                                    flags: TkFlags(
[INFO] [stdout]        3203 │+                                        0x0,
[INFO] [stdout]        3204 │+                                    ),
[INFO] [stdout]        3205 │+                                },
[INFO] [stdout]        3206 │+                                Tk {
[INFO] [stdout]        3207 │+                                    class: Str,
[INFO] [stdout]        3208 │+                                    span: Span {
[INFO] [stdout]        3209 │+                                        range: 279..283,
[INFO] [stdout]        3210 │+                                        source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]        3211 │+                                    },
[INFO] [stdout]        3212 │+                                    flags: TkFlags(
[INFO] [stdout]        3213 │+                                        KEYWORD,
[INFO] [stdout]        3214 │+                                    ),
[INFO] [stdout]        3215 │+                                },
[INFO] [stdout]        3216 │+                                Tk {
[INFO] [stdout]        3217 │+                                    class: Sep,
[INFO] [stdout]        3218 │+                                    span: Span {
[INFO] [stdout]        3219 │+                                        range: 283..286,
[INFO] [stdout]        3220 │+                                        source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]        3221 │+                                    },
[INFO] [stdout]        3222 │+                                    flags: TkFlags(
[INFO] [stdout]        3223 │+                                        0x0,
[INFO] [stdout]        3224 │+                                    ),
[INFO] [stdout]        3225 │+                                },
[INFO] [stdout]        3226 │+                                Tk {
[INFO] [stdout]        3227 │+                                    class: Str,
[INFO] [stdout]        3228 │+                                    span: Span {
[INFO] [stdout]        3229 │+                                        range: 286..288,
[INFO] [stdout]        3230 │+                                        source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]        3231 │+                                    },
[INFO] [stdout]        3232 │+                                    flags: TkFlags(
[INFO] [stdout]        3233 │+                                        KEYWORD,
[INFO] [stdout]        3234 │+                                    ),
[INFO] [stdout]        3235 │+                                },
[INFO] [stdout]        3236 │+                                Tk {
[INFO] [stdout]        3237 │+                                    class: Sep,
[INFO] [stdout]        3238 │+                                    span: Span {
[INFO] [stdout]        3239 │+                                        range: 288..293,
[INFO] [stdout]        3240 │+                                        source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]        3241 │+                                    },
[INFO] [stdout]        3242 │+                                    flags: TkFlags(
[INFO] [stdout]        3243 │+                                        0x0,
[INFO] [stdout]        3244 │+                                    ),
[INFO] [stdout]        3245 │+                                },
[INFO] [stdout]        3246 │+                                Tk {
[INFO] [stdout]        3247 │+                                    class: Str,
[INFO] [stdout]        3248 │+                                    span: Span {
[INFO] [stdout]        3249 │+                                        range: 293..297,
[INFO] [stdout]        3250 │+                                        source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]        3251 │+                                    },
[INFO] [stdout]        3252 │+                                    flags: TkFlags(
[INFO] [stdout]        3253 │+                                        KEYWORD,
[INFO] [stdout]        3254 │+                                    ),
[INFO] [stdout]        3255 │+                                },
[INFO] [stdout]        3256 │+                            ],
[INFO] [stdout]        3257 │+                        },
[INFO] [stdout]        3258 │+                        operator: Null,
[INFO] [stdout]        3259 │+                    },
[INFO] [stdout]        3260 │+                ],
[INFO] [stdout]        3261 │+            },
[INFO] [stdout]        3262 │+            flags: NdFlags(
[INFO] [stdout]        3263 │+                0x0,
[INFO] [stdout]        3264 │+            ),
[INFO] [stdout]        3265 │+            redirs: [],
[INFO] [stdout]        3266 │+            tokens: [
[INFO] [stdout]        3267 │+                Tk {
[INFO] [stdout]        3268 │+                    class: Str,
[INFO] [stdout]        3269 │+                    span: Span {
[INFO] [stdout]        3270 │+                        range: 0..4,
[INFO] [stdout]        3271 │+                        source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]        3272 │+                    },
[INFO] [stdout]        3273 │+                    flags: TkFlags(
[INFO] [stdout]        3274 │+                        KEYWORD,
[INFO] [stdout]        3275 │+                    ),
[INFO] [stdout]        3276 │+                },
[INFO] [stdout]        3277 │+                Tk {
[INFO] [stdout]        3278 │+                    class: Str,
[INFO] [stdout]        3279 │+                    span: Span {
[INFO] [stdout]        3280 │+                        range: 5..8,
[INFO] [stdout]        3281 │+                        source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]        3282 │+                    },
[INFO] [stdout]        3283 │+                    flags: TkFlags(
[INFO] [stdout]        3284 │+                        0x0,
[INFO] [stdout]        3285 │+                    ),
[INFO] [stdout]        3286 │+                },
[INFO] [stdout]        3287 │+                Tk {
[INFO] [stdout]        3288 │+                    class: Str,
[INFO] [stdout]        3289 │+                    span: Span {
[INFO] [stdout]        3290 │+                        range: 9..11,
[INFO] [stdout]        3291 │+                        source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]        3292 │+                    },
[INFO] [stdout]        3293 │+                    flags: TkFlags(
[INFO] [stdout]        3294 │+                        KEYWORD,
[INFO] [stdout]        3295 │+                    ),
[INFO] [stdout]        3296 │+                },
[INFO] [stdout]        3297 │+                Tk {
[INFO] [stdout]        3298 │+                    class: Sep,
[INFO] [stdout]        3299 │+                    span: Span {
[INFO] [stdout]        3300 │+                        range: 11..13,
[INFO] [stdout]        3301 │+                        source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]        3302 │+                    },
[INFO] [stdout]        3303 │+                    flags: TkFlags(
[INFO] [stdout]        3304 │+                        0x0,
[INFO] [stdout]        3305 │+                    ),
[INFO] [stdout]        3306 │+                },
[INFO] [stdout]        3307 │+                Tk {
[INFO] [stdout]        3308 │+                    class: CasePattern,
[INFO] [stdout]        3309 │+                    span: Span {
[INFO] [stdout]        3310 │+                        range: 13..17,
[INFO] [stdout]        3311 │+                        source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]        3312 │+                    },
[INFO] [stdout]        3313 │+                    flags: TkFlags(
[INFO] [stdout]        3314 │+                        0x0,
[INFO] [stdout]        3315 │+                    ),
[INFO] [stdout]        3316 │+                },
[INFO] [stdout]        3317 │+                Tk {
[INFO] [stdout]        3318 │+                    class: Sep,
[INFO] [stdout]        3319 │+                    span: Span {
[INFO] [stdout]        3320 │+                        range: 17..20,
[INFO] [stdout]        3321 │+                        source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]        3322 │+                    },
[INFO] [stdout]        3323 │+                    flags: TkFlags(
[INFO] [stdout]        3324 │+                        0x0,
[INFO] [stdout]        3325 │+                    ),
[INFO] [stdout]        3326 │+                },
[INFO] [stdout]        3327 │+                Tk {
[INFO] [stdout]        3328 │+                    class: Str,
[INFO] [stdout]        3329 │+                    span: Span {
[INFO] [stdout]        3330 │+                        range: 20..22,
[INFO] [stdout]        3331 │+                        source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]        3332 │+                    },
[INFO] [stdout]        3333 │+                    flags: TkFlags(
[INFO] [stdout]        3334 │+                        KEYWORD,
[INFO] [stdout]        3335 │+                    ),
[INFO] [stdout]        3336 │+                },
[INFO] [stdout]        3337 │+                Tk {
[INFO] [stdout]        3338 │+                    class: Str,
[INFO] [stdout]        3339 │+                    span: Span {
[INFO] [stdout]        3340 │+                        range: 23..27,
[INFO] [stdout]        3341 │+                        source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]        3342 │+                    },
[INFO] [stdout]        3343 │+                    flags: TkFlags(
[INFO] [stdout]        3344 │+                        IS_CMD,
[INFO] [stdout]        3345 │+                    ),
[INFO] [stdout]        3346 │+                },
[INFO] [stdout]        3347 │+                Tk {
[INFO] [stdout]        3348 │+                    class: Sep,
[INFO] [stdout]        3349 │+                    span: Span {
[INFO] [stdout]        3350 │+                        range: 27..29,
[INFO] [stdout]        3351 │+                        source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]        3352 │+                    },
[INFO] [stdout]        3353 │+                    flags: TkFlags(
[INFO] [stdout]        3354 │+                        0x0,
[INFO] [stdout]        3355 │+                    ),
[INFO] [stdout]        3356 │+                },
[INFO] [stdout]        3357 │+                Tk {
[INFO] [stdout]        3358 │+                    class: Str,
[INFO] [stdout]        3359 │+                    span: Span {
[INFO] [stdout]        3360 │+                        range: 29..33,
[INFO] [stdout]        3361 │+                        source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]        3362 │+                    },
[INFO] [stdout]        3363 │+                    flags: TkFlags(
[INFO] [stdout]        3364 │+                        KEYWORD,
[INFO] [stdout]        3365 │+                    ),
[INFO] [stdout]        3366 │+                },
[INFO] [stdout]        3367 │+                Tk {
[INFO] [stdout]        3368 │+                    class: Sep,
[INFO] [stdout]        3369 │+                    span: Span {
[INFO] [stdout]        3370 │+                        range: 33..37,
[INFO] [stdout]        3371 │+                        source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]        3372 │+                    },
[INFO] [stdout]        3373 │+                    flags: TkFlags(
[INFO] [stdout]        3374 │+                        0x0,
[INFO] [stdout]        3375 │+                    ),
[INFO] [stdout]        3376 │+                },
[INFO] [stdout]        3377 │+                Tk {
[INFO] [stdout]        3378 │+                    class: Str,
[INFO] [stdout]        3379 │+                    span: Span {
[INFO] [stdout]        3380 │+                        range: 37..42,
[INFO] [stdout]        3381 │+                        source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]        3382 │+                    },
[INFO] [stdout]        3383 │+                    flags: TkFlags(
[INFO] [stdout]        3384 │+                        KEYWORD,
[INFO] [stdout]        3385 │+                    ),
[INFO] [stdout]        3386 │+                },
[INFO] [stdout]        3387 │+                Tk {
[INFO] [stdout]        3388 │+                    class: Str,
[INFO] [stdout]        3389 │+                    span: Span {
[INFO] [stdout]        3390 │+                        range: 43..47,
[INFO] [stdout]        3391 │+                        source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]        3392 │+                    },
[INFO] [stdout]        3393 │+                    flags: TkFlags(
[INFO] [stdout]        3394 │+                        IS_CMD,
[INFO] [stdout]        3395 │+                    ),
[INFO] [stdout]        3396 │+                },
[INFO] [stdout]        3397 │+                Tk {
[INFO] [stdout]        3398 │+                    class: Sep,
[INFO] [stdout]        3399 │+                    span: Span {
[INFO] [stdout]        3400 │+                        range: 47..49,
[INFO] [stdout]        3401 │+                        source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]        3402 │+                    },
[INFO] [stdout]        3403 │+                    flags: TkFlags(
[INFO] [stdout]        3404 │+                        0x0,
[INFO] [stdout]        3405 │+                    ),
[INFO] [stdout]        3406 │+                },
[INFO] [stdout]        3407 │+                Tk {
[INFO] [stdout]        3408 │+                    class: Str,
[INFO] [stdout]        3409 │+                    span: Span {
[INFO] [stdout]        3410 │+                        range: 49..51,
[INFO] [stdout]        3411 │+                        source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]        3412 │+                    },
[INFO] [stdout]        3413 │+                    flags: TkFlags(
[INFO] [stdout]        3414 │+                        KEYWORD,
[INFO] [stdout]        3415 │+                    ),
[INFO] [stdout]        3416 │+                },
[INFO] [stdout]        3417 │+                Tk {
[INFO] [stdout]        3418 │+                    class: Sep,
[INFO] [stdout]        3419 │+                    span: Span {
[INFO] [stdout]        3420 │+                        range: 51..56,
[INFO] [stdout]        3421 │+                        source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]        3422 │+                    },
[INFO] [stdout]        3423 │+                    flags: TkFlags(
[INFO] [stdout]        3424 │+                        0x0,
[INFO] [stdout]        3425 │+                    ),
[INFO] [stdout]        3426 │+                },
[INFO] [stdout]        3427 │+                Tk {
[INFO] [stdout]        3428 │+                    class: Str,
[INFO] [stdout]        3429 │+                    span: Span {
[INFO] [stdout]        3430 │+                        range: 56..60,
[INFO] [stdout]        3431 │+                        source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]        3432 │+                    },
[INFO] [stdout]        3433 │+                    flags: TkFlags(
[INFO] [stdout]        3434 │+                        IS_CMD | BUILTIN,
[INFO] [stdout]        3435 │+                    ),
[INFO] [stdout]        3436 │+                },
[INFO] [stdout]        3437 │+                Tk {
[INFO] [stdout]        3438 │+                    class: Str,
[INFO] [stdout]        3439 │+                    span: Span {
[INFO] [stdout]        3440 │+                        range: 61..64,
[INFO] [stdout]        3441 │+                        source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]        3442 │+                    },
[INFO] [stdout]        3443 │+                    flags: TkFlags(
[INFO] [stdout]        3444 │+                        0x0,
[INFO] [stdout]        3445 │+                    ),
[INFO] [stdout]        3446 │+                },
[INFO] [stdout]        3447 │+                Tk {
[INFO] [stdout]        3448 │+                    class: Sep,
[INFO] [stdout]        3449 │+                    span: Span {
[INFO] [stdout]        3450 │+                        range: 64..68,
[INFO] [stdout]        3451 │+                        source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]        3452 │+                    },
[INFO] [stdout]        3453 │+                    flags: TkFlags(
[INFO] [stdout]        3454 │+                        0x0,
[INFO] [stdout]        3455 │+                    ),
[INFO] [stdout]        3456 │+                },
[INFO] [stdout]        3457 │+                Tk {
[INFO] [stdout]        3458 │+                    class: Str,
[INFO] [stdout]        3459 │+                    span: Span {
[INFO] [stdout]        3460 │+                        range: 68..72,
[INFO] [stdout]        3461 │+                        source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]        3462 │+                    },
[INFO] [stdout]        3463 │+                    flags: TkFlags(
[INFO] [stdout]        3464 │+                        KEYWORD,
[INFO] [stdout]        3465 │+                    ),
[INFO] [stdout]        3466 │+                },
[INFO] [stdout]        3467 │+                Tk {
[INFO] [stdout]        3468 │+                    class: Sep,
[INFO] [stdout]        3469 │+                    span: Span {
[INFO] [stdout]        3470 │+                        range: 72..75,
[INFO] [stdout]        3471 │+                        source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]        3472 │+                    },
[INFO] [stdout]        3473 │+                    flags: TkFlags(
[INFO] [stdout]        3474 │+                        0x0,
[INFO] [stdout]        3475 │+                    ),
[INFO] [stdout]        3476 │+                },
[INFO] [stdout]        3477 │+                Tk {
[INFO] [stdout]        3478 │+                    class: Str,
[INFO] [stdout]        3479 │+                    span: Span {
[INFO] [stdout]        3480 │+                        range: 75..77,
[INFO] [stdout]        3481 │+                        source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]        3482 │+                    },
[INFO] [stdout]        3483 │+                    flags: TkFlags(
[INFO] [stdout]        3484 │+                        KEYWORD,
[INFO] [stdout]        3485 │+                    ),
[INFO] [stdout]        3486 │+                },
[INFO] [stdout]        3487 │+                Tk {
[INFO] [stdout]        3488 │+                    class: Sep,
[INFO] [stdout]        3489 │+                    span: Span {
[INFO] [stdout]        3490 │+                        range: 77..83,
[INFO] [stdout]        3491 │+                        source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]        3492 │+                    },
[INFO] [stdout]        3493 │+                    flags: TkFlags(
[INFO] [stdout]        3494 │+                        0x0,
[INFO] [stdout]        3495 │+                    ),
[INFO] [stdout]        3496 │+                },
[INFO] [stdout]        3497 │+                Tk {
[INFO] [stdout]        3498 │+                    class: CasePattern,
[INFO] [stdout]        3499 │+                    span: Span {
[INFO] [stdout]        3500 │+                        range: 83..87,
[INFO] [stdout]        3501 │+                        source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]        3502 │+                    },
[INFO] [stdout]        3503 │+                    flags: TkFlags(
[INFO] [stdout]        3504 │+                        0x0,
[INFO] [stdout]        3505 │+                    ),
[INFO] [stdout]        3506 │+                },
[INFO] [stdout]        3507 │+                Tk {
[INFO] [stdout]        3508 │+                    class: Sep,
[INFO] [stdout]        3509 │+                    span: Span {
[INFO] [stdout]        3510 │+                        range: 87..90,
[INFO] [stdout]        3511 │+                        source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]        3512 │+                    },
[INFO] [stdout]        3513 │+                    flags: TkFlags(
[INFO] [stdout]        3514 │+                        0x0,
[INFO] [stdout]        3515 │+                    ),
[INFO] [stdout]        3516 │+                },
[INFO] [stdout]        3517 │+                Tk {
[INFO] [stdout]        3518 │+                    class: Str,
[INFO] [stdout]        3519 │+                    span: Span {
[INFO] [stdout]        3520 │+                        range: 90..92,
[INFO] [stdout]        3521 │+                        source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]        3522 │+                    },
[INFO] [stdout]        3523 │+                    flags: TkFlags(
[INFO] [stdout]        3524 │+                        KEYWORD,
[INFO] [stdout]        3525 │+                    ),
[INFO] [stdout]        3526 │+                },
[INFO] [stdout]        3527 │+                Tk {
[INFO] [stdout]        3528 │+                    class: Str,
[INFO] [stdout]        3529 │+                    span: Span {
[INFO] [stdout]        3530 │+                        range: 93..98,
[INFO] [stdout]        3531 │+                        source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]        3532 │+                    },
[INFO] [stdout]        3533 │+                    flags: TkFlags(
[INFO] [stdout]        3534 │+                        IS_CMD,
[INFO] [stdout]        3535 │+                    ),
[INFO] [stdout]        3536 │+                },
[INFO] [stdout]        3537 │+                Tk {
[INFO] [stdout]        3538 │+                    class: Sep,
[INFO] [stdout]        3539 │+                    span: Span {
[INFO] [stdout]        3540 │+                        range: 98..100,
[INFO] [stdout]        3541 │+                        source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]        3542 │+                    },
[INFO] [stdout]        3543 │+                    flags: TkFlags(
[INFO] [stdout]        3544 │+                        0x0,
[INFO] [stdout]        3545 │+                    ),
[INFO] [stdout]        3546 │+                },
[INFO] [stdout]        3547 │+                Tk {
[INFO] [stdout]        3548 │+                    class: Str,
[INFO] [stdout]        3549 │+                    span: Span {
[INFO] [stdout]        3550 │+                        range: 100..104,
[INFO] [stdout]        3551 │+                        source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]        3552 │+                    },
[INFO] [stdout]        3553 │+                    flags: TkFlags(
[INFO] [stdout]        3554 │+                        KEYWORD,
[INFO] [stdout]        3555 │+                    ),
[INFO] [stdout]        3556 │+                },
[INFO] [stdout]        3557 │+                Tk {
[INFO] [stdout]        3558 │+                    class: Sep,
[INFO] [stdout]        3559 │+                    span: Span {
[INFO] [stdout]        3560 │+                        range: 104..108,
[INFO] [stdout]        3561 │+                        source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]        3562 │+                    },
[INFO] [stdout]        3563 │+                    flags: TkFlags(
[INFO] [stdout]        3564 │+                        0x0,
[INFO] [stdout]        3565 │+                    ),
[INFO] [stdout]        3566 │+                },
[INFO] [stdout]        3567 │+                Tk {
[INFO] [stdout]        3568 │+                    class: Str,
[INFO] [stdout]        3569 │+                    span: Span {
[INFO] [stdout]        3570 │+                        range: 108..113,
[INFO] [stdout]        3571 │+                        source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]        3572 │+                    },
[INFO] [stdout]        3573 │+                    flags: TkFlags(
[INFO] [stdout]        3574 │+                        KEYWORD,
[INFO] [stdout]        3575 │+                    ),
[INFO] [stdout]        3576 │+                },
[INFO] [stdout]        3577 │+                Tk {
[INFO] [stdout]        3578 │+                    class: Str,
[INFO] [stdout]        3579 │+                    span: Span {
[INFO] [stdout]        3580 │+                        range: 114..119,
[INFO] [stdout]        3581 │+                        source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]        3582 │+                    },
[INFO] [stdout]        3583 │+                    flags: TkFlags(
[INFO] [stdout]        3584 │+                        IS_CMD,
[INFO] [stdout]        3585 │+                    ),
[INFO] [stdout]        3586 │+                },
[INFO] [stdout]        3587 │+                Tk {
[INFO] [stdout]        3588 │+                    class: Sep,
[INFO] [stdout]        3589 │+                    span: Span {
[INFO] [stdout]        3590 │+                        range: 119..121,
[INFO] [stdout]        3591 │+                        source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]        3592 │+                    },
[INFO] [stdout]        3593 │+                    flags: TkFlags(
[INFO] [stdout]        3594 │+                        0x0,
[INFO] [stdout]        3595 │+                    ),
[INFO] [stdout]        3596 │+                },
[INFO] [stdout]        3597 │+                Tk {
[INFO] [stdout]        3598 │+                    class: Str,
[INFO] [stdout]        3599 │+                    span: Span {
[INFO] [stdout]        3600 │+                        range: 121..123,
[INFO] [stdout]        3601 │+                        source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]        3602 │+                    },
[INFO] [stdout]        3603 │+                    flags: TkFlags(
[INFO] [stdout]        3604 │+                        KEYWORD,
[INFO] [stdout]        3605 │+                    ),
[INFO] [stdout]        3606 │+                },
[INFO] [stdout]        3607 │+                Tk {
[INFO] [stdout]        3608 │+                    class: Sep,
[INFO] [stdout]        3609 │+                    span: Span {
[INFO] [stdout]        3610 │+                        range: 123..128,
[INFO] [stdout]        3611 │+                        source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]        3612 │+                    },
[INFO] [stdout]        3613 │+                    flags: TkFlags(
[INFO] [stdout]        3614 │+                        0x0,
[INFO] [stdout]        3615 │+                    ),
[INFO] [stdout]        3616 │+                },
[INFO] [stdout]        3617 │+                Tk {
[INFO] [stdout]        3618 │+                    class: Str,
[INFO] [stdout]        3619 │+                    span: Span {
[INFO] [stdout]        3620 │+                        range: 128..132,
[INFO] [stdout]        3621 │+                        source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]        3622 │+                    },
[INFO] [stdout]        3623 │+                    flags: TkFlags(
[INFO] [stdout]        3624 │+                        KEYWORD,
[INFO] [stdout]        3625 │+                    ),
[INFO] [stdout]        3626 │+                },
[INFO] [stdout]        3627 │+                Tk {
[INFO] [stdout]        3628 │+                    class: Str,
[INFO] [stdout]        3629 │+                    span: Span {
[INFO] [stdout]        3630 │+                        range: 133..136,
[INFO] [stdout]        3631 │+                        source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]        3632 │+                    },
[INFO] [stdout]        3633 │+                    flags: TkFlags(
[INFO] [stdout]        3634 │+                        0x0,
[INFO] [stdout]        3635 │+                    ),
[INFO] [stdout]        3636 │+                },
[INFO] [stdout]        3637 │+                Tk {
[INFO] [stdout]        3638 │+                    class: Str,
[INFO] [stdout]        3639 │+                    span: Span {
[INFO] [stdout]        3640 │+                        range: 137..139,
[INFO] [stdout]        3641 │+                        source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]        3642 │+                    },
[INFO] [stdout]        3643 │+                    flags: TkFlags(
[INFO] [stdout]        3644 │+                        KEYWORD,
[INFO] [stdout]        3645 │+                    ),
[INFO] [stdout]        3646 │+                },
[INFO] [stdout]        3647 │+                Tk {
[INFO] [stdout]        3648 │+                    class: Sep,
[INFO] [stdout]        3649 │+                    span: Span {
[INFO] [stdout]        3650 │+                        range: 139..145,
[INFO] [stdout]        3651 │+                        source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]        3652 │+                    },
[INFO] [stdout]        3653 │+                    flags: TkFlags(
[INFO] [stdout]        3654 │+                        0x0,
[INFO] [stdout]        3655 │+                    ),
[INFO] [stdout]        3656 │+                },
[INFO] [stdout]        3657 │+                Tk {
[INFO] [stdout]        3658 │+                    class: CasePattern,
[INFO] [stdout]        3659 │+                    span: Span {
[INFO] [stdout]        3660 │+                        range: 145..149,
[INFO] [stdout]        3661 │+                        source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]        3662 │+                    },
[INFO] [stdout]        3663 │+                    flags: TkFlags(
[INFO] [stdout]        3664 │+                        0x0,
[INFO] [stdout]        3665 │+                    ),
[INFO] [stdout]        3666 │+                },
[INFO] [stdout]        3667 │+                Tk {
[INFO] [stdout]        3668 │+                    class: Sep,
[INFO] [stdout]        3669 │+                    span: Span {
[INFO] [stdout]        3670 │+                        range: 149..156,
[INFO] [stdout]        3671 │+                        source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]        3672 │+                    },
[INFO] [stdout]        3673 │+                    flags: TkFlags(
[INFO] [stdout]        3674 │+                        0x0,
[INFO] [stdout]        3675 │+                    ),
[INFO] [stdout]        3676 │+                },
[INFO] [stdout]        3677 │+                Tk {
[INFO] [stdout]        3678 │+                    class: Str,
[INFO] [stdout]        3679 │+                    span: Span {
[INFO] [stdout]        3680 │+                        range: 156..158,
[INFO] [stdout]        3681 │+                        source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]        3682 │+                    },
[INFO] [stdout]        3683 │+                    flags: TkFlags(
[INFO] [stdout]        3684 │+                        KEYWORD,
[INFO] [stdout]        3685 │+                    ),
[INFO] [stdout]        3686 │+                },
[INFO] [stdout]        3687 │+                Tk {
[INFO] [stdout]        3688 │+                    class: Str,
[INFO] [stdout]        3689 │+                    span: Span {
[INFO] [stdout]        3690 │+                        range: 159..163,
[INFO] [stdout]        3691 │+                        source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]        3692 │+                    },
[INFO] [stdout]        3693 │+                    flags: TkFlags(
[INFO] [stdout]        3694 │+                        IS_CMD,
[INFO] [stdout]        3695 │+                    ),
[INFO] [stdout]        3696 │+                },
[INFO] [stdout]        3697 │+                Tk {
[INFO] [stdout]        3698 │+                    class: Sep,
[INFO] [stdout]        3699 │+                    span: Span {
[INFO] [stdout]        3700 │+                        range: 163..165,
[INFO] [stdout]        3701 │+                        source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]        3702 │+                    },
[INFO] [stdout]        3703 │+                    flags: TkFlags(
[INFO] [stdout]        3704 │+                        0x0,
[INFO] [stdout]        3705 │+                    ),
[INFO] [stdout]        3706 │+                },
[INFO] [stdout]        3707 │+                Tk {
[INFO] [stdout]        3708 │+                    class: Str,
[INFO] [stdout]        3709 │+                    span: Span {
[INFO] [stdout]        3710 │+                        range: 165..169,
[INFO] [stdout]        3711 │+                        source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]        3712 │+                    },
[INFO] [stdout]        3713 │+                    flags: TkFlags(
[INFO] [stdout]        3714 │+                        KEYWORD,
[INFO] [stdout]        3715 │+                    ),
[INFO] [stdout]        3716 │+                },
[INFO] [stdout]        3717 │+                Tk {
[INFO] [stdout]        3718 │+                    class: Sep,
[INFO] [stdout]        3719 │+                    span: Span {
[INFO] [stdout]        3720 │+                        range: 169..177,
[INFO] [stdout]        3721 │+                        source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]        3722 │+                    },
[INFO] [stdout]        3723 │+                    flags: TkFlags(
[INFO] [stdout]        3724 │+                        0x0,
[INFO] [stdout]        3725 │+                    ),
[INFO] [stdout]        3726 │+                },
[INFO] [stdout]        3727 │+                Tk {
[INFO] [stdout]        3728 │+                    class: Str,
[INFO] [stdout]        3729 │+                    span: Span {
[INFO] [stdout]        3730 │+                        range: 177..181,
[INFO] [stdout]        3731 │+                        source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]        3732 │+                    },
[INFO] [stdout]        3733 │+                    flags: TkFlags(
[INFO] [stdout]        3734 │+                        IS_CMD | BUILTIN,
[INFO] [stdout]        3735 │+                    ),
[INFO] [stdout]        3736 │+                },
[INFO] [stdout]        3737 │+                Tk {
[INFO] [stdout]        3738 │+                    class: Str,
[INFO] [stdout]        3739 │+                    span: Span {
[INFO] [stdout]        3740 │+                        range: 182..185,
[INFO] [stdout]        3741 │+                        source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]        3742 │+                    },
[INFO] [stdout]        3743 │+                    flags: TkFlags(
[INFO] [stdout]        3744 │+                        0x0,
[INFO] [stdout]        3745 │+                    ),
[INFO] [stdout]        3746 │+                },
[INFO] [stdout]        3747 │+                Tk {
[INFO] [stdout]        3748 │+                    class: Sep,
[INFO] [stdout]        3749 │+                    span: Span {
[INFO] [stdout]        3750 │+                        range: 185..192,
[INFO] [stdout]        3751 │+                        source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]        3752 │+                    },
[INFO] [stdout]        3753 │+                    flags: TkFlags(
[INFO] [stdout]        3754 │+                        0x0,
[INFO] [stdout]        3755 │+                    ),
[INFO] [stdout]        3756 │+                },
[INFO] [stdout]        3757 │+                Tk {
[INFO] [stdout]        3758 │+                    class: Str,
[INFO] [stdout]        3759 │+                    span: Span {
[INFO] [stdout]        3760 │+                        range: 192..194,
[INFO] [stdout]        3761 │+                        source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]        3762 │+                    },
[INFO] [stdout]        3763 │+                    flags: TkFlags(
[INFO] [stdout]        3764 │+                        KEYWORD,
[INFO] [stdout]        3765 │+                    ),
[INFO] [stdout]        3766 │+                },
[INFO] [stdout]        3767 │+                Tk {
[INFO] [stdout]        3768 │+                    class: Sep,
[INFO] [stdout]        3769 │+                    span: Span {
[INFO] [stdout]        3770 │+                        range: 194..208,
[INFO] [stdout]        3771 │+                        source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]        3772 │+                    },
[INFO] [stdout]        3773 │+                    flags: TkFlags(
[INFO] [stdout]        3774 │+                        0x0,
[INFO] [stdout]        3775 │+                    ),
[INFO] [stdout]        3776 │+                },
[INFO] [stdout]        3777 │+                Tk {
[INFO] [stdout]        3778 │+                    class: CasePattern,
[INFO] [stdout]        3779 │+                    span: Span {
[INFO] [stdout]        3780 │+                        range: 208..212,
[INFO] [stdout]        3781 │+                        source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]        3782 │+                    },
[INFO] [stdout]        3783 │+                    flags: TkFlags(
[INFO] [stdout]        3784 │+                        0x0,
[INFO] [stdout]        3785 │+                    ),
[INFO] [stdout]        3786 │+                },
[INFO] [stdout]        3787 │+                Tk {
[INFO] [stdout]        3788 │+                    class: Sep,
[INFO] [stdout]        3789 │+                    span: Span {
[INFO] [stdout]        3790 │+                        range: 212..219,
[INFO] [stdout]        3791 │+                        source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]        3792 │+                    },
[INFO] [stdout]        3793 │+                    flags: TkFlags(
[INFO] [stdout]        3794 │+                        0x0,
[INFO] [stdout]        3795 │+                    ),
[INFO] [stdout]        3796 │+                },
[INFO] [stdout]        3797 │+                Tk {
[INFO] [stdout]        3798 │+                    class: Str,
[INFO] [stdout]        3799 │+                    span: Span {
[INFO] [stdout]        3800 │+                        range: 219..221,
[INFO] [stdout]        3801 │+                        source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]        3802 │+                    },
[INFO] [stdout]        3803 │+                    flags: TkFlags(
[INFO] [stdout]        3804 │+                        KEYWORD,
[INFO] [stdout]        3805 │+                    ),
[INFO] [stdout]        3806 │+                },
[INFO] [stdout]        3807 │+                Tk {
[INFO] [stdout]        3808 │+                    class: Str,
[INFO] [stdout]        3809 │+                    span: Span {
[INFO] [stdout]        3810 │+                        range: 222..227,
[INFO] [stdout]        3811 │+                        source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]        3812 │+                    },
[INFO] [stdout]        3813 │+                    flags: TkFlags(
[INFO] [stdout]        3814 │+                        IS_CMD,
[INFO] [stdout]        3815 │+                    ),
[INFO] [stdout]        3816 │+                },
[INFO] [stdout]        3817 │+                Tk {
[INFO] [stdout]        3818 │+                    class: Sep,
[INFO] [stdout]        3819 │+                    span: Span {
[INFO] [stdout]        3820 │+                        range: 227..229,
[INFO] [stdout]        3821 │+                        source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]        3822 │+                    },
[INFO] [stdout]        3823 │+                    flags: TkFlags(
[INFO] [stdout]        3824 │+                        0x0,
[INFO] [stdout]        3825 │+                    ),
[INFO] [stdout]        3826 │+                },
[INFO] [stdout]        3827 │+                Tk {
[INFO] [stdout]        3828 │+                    class: Str,
[INFO] [stdout]        3829 │+                    span: Span {
[INFO] [stdout]        3830 │+                        range: 229..233,
[INFO] [stdout]        3831 │+                        source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]        3832 │+                    },
[INFO] [stdout]        3833 │+                    flags: TkFlags(
[INFO] [stdout]        3834 │+                        KEYWORD,
[INFO] [stdout]        3835 │+                    ),
[INFO] [stdout]        3836 │+                },
[INFO] [stdout]        3837 │+                Tk {
[INFO] [stdout]        3838 │+                    class: Sep,
[INFO] [stdout]        3839 │+                    span: Span {
[INFO] [stdout]        3840 │+                        range: 233..241,
[INFO] [stdout]        3841 │+                        source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]        3842 │+                    },
[INFO] [stdout]        3843 │+                    flags: TkFlags(
[INFO] [stdout]        3844 │+                        0x0,
[INFO] [stdout]        3845 │+                    ),
[INFO] [stdout]        3846 │+                },
[INFO] [stdout]        3847 │+                Tk {
[INFO] [stdout]        3848 │+                    class: Str,
[INFO] [stdout]        3849 │+                    span: Span {
[INFO] [stdout]        3850 │+                        range: 241..245,
[INFO] [stdout]        3851 │+                        source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]        3852 │+                    },
[INFO] [stdout]        3853 │+                    flags: TkFlags(
[INFO] [stdout]        3854 │+                        IS_CMD | BUILTIN,
[INFO] [stdout]        3855 │+                    ),
[INFO] [stdout]        3856 │+                },
[INFO] [stdout]        3857 │+                Tk {
[INFO] [stdout]        3858 │+                    class: Str,
[INFO] [stdout]        3859 │+                    span: Span {
[INFO] [stdout]        3860 │+                        range: 246..249,
[INFO] [stdout]        3861 │+                        source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]        3862 │+                    },
[INFO] [stdout]        3863 │+                    flags: TkFlags(
[INFO] [stdout]        3864 │+                        0x0,
[INFO] [stdout]        3865 │+                    ),
[INFO] [stdout]        3866 │+                },
[INFO] [stdout]        3867 │+                Tk {
[INFO] [stdout]        3868 │+                    class: Sep,
[INFO] [stdout]        3869 │+                    span: Span {
[INFO] [stdout]        3870 │+                        range: 249..256,
[INFO] [stdout]        3871 │+                        source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]        3872 │+                    },
[INFO] [stdout]        3873 │+                    flags: TkFlags(
[INFO] [stdout]        3874 │+                        0x0,
[INFO] [stdout]        3875 │+                    ),
[INFO] [stdout]        3876 │+                },
[INFO] [stdout]        3877 │+                Tk {
[INFO] [stdout]        3878 │+                    class: Str,
[INFO] [stdout]        3879 │+                    span: Span {
[INFO] [stdout]        3880 │+                        range: 256..258,
[INFO] [stdout]        3881 │+                        source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]        3882 │+                    },
[INFO] [stdout]        3883 │+                    flags: TkFlags(
[INFO] [stdout]        3884 │+                        KEYWORD,
[INFO] [stdout]        3885 │+                    ),
[INFO] [stdout]        3886 │+                },
[INFO] [stdout]        3887 │+                Tk {
[INFO] [stdout]        3888 │+                    class: Sep,
[INFO] [stdout]        3889 │+                    span: Span {
[INFO] [stdout]        3890 │+                        range: 258..271,
[INFO] [stdout]        3891 │+                        source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]        3892 │+                    },
[INFO] [stdout]        3893 │+                    flags: TkFlags(
[INFO] [stdout]        3894 │+                        0x0,
[INFO] [stdout]        3895 │+                    ),
[INFO] [stdout]        3896 │+                },
[INFO] [stdout]        3897 │+                Tk {
[INFO] [stdout]        3898 │+                    class: Str,
[INFO] [stdout]        3899 │+                    span: Span {
[INFO] [stdout]        3900 │+                        range: 271..275,
[INFO] [stdout]        3901 │+                        source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]        3902 │+                    },
[INFO] [stdout]        3903 │+                    flags: TkFlags(
[INFO] [stdout]        3904 │+                        KEYWORD,
[INFO] [stdout]        3905 │+                    ),
[INFO] [stdout]        3906 │+                },
[INFO] [stdout]        3907 │+                Tk {
[INFO] [stdout]        3908 │+                    class: Sep,
[INFO] [stdout]        3909 │+                    span: Span {
[INFO] [stdout]        3910 │+                        range: 275..279,
[INFO] [stdout]        3911 │+                        source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]        3912 │+                    },
[INFO] [stdout]        3913 │+                    flags: TkFlags(
[INFO] [stdout]        3914 │+                        0x0,
[INFO] [stdout]        3915 │+                    ),
[INFO] [stdout]        3916 │+                },
[INFO] [stdout]        3917 │+                Tk {
[INFO] [stdout]        3918 │+                    class: Str,
[INFO] [stdout]        3919 │+                    span: Span {
[INFO] [stdout]        3920 │+                        range: 279..283,
[INFO] [stdout]        3921 │+                        source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]        3922 │+                    },
[INFO] [stdout]        3923 │+                    flags: TkFlags(
[INFO] [stdout]        3924 │+                        KEYWORD,
[INFO] [stdout]        3925 │+                    ),
[INFO] [stdout]        3926 │+                },
[INFO] [stdout]        3927 │+                Tk {
[INFO] [stdout]        3928 │+                    class: Sep,
[INFO] [stdout]        3929 │+                    span: Span {
[INFO] [stdout]        3930 │+                        range: 283..286,
[INFO] [stdout]        3931 │+                        source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]        3932 │+                    },
[INFO] [stdout]        3933 │+                    flags: TkFlags(
[INFO] [stdout]        3934 │+                        0x0,
[INFO] [stdout]        3935 │+                    ),
[INFO] [stdout]        3936 │+                },
[INFO] [stdout]        3937 │+                Tk {
[INFO] [stdout]        3938 │+                    class: Str,
[INFO] [stdout]        3939 │+                    span: Span {
[INFO] [stdout]        3940 │+                        range: 286..288,
[INFO] [stdout]        3941 │+                        source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]        3942 │+                    },
[INFO] [stdout]        3943 │+                    flags: TkFlags(
[INFO] [stdout]        3944 │+                        KEYWORD,
[INFO] [stdout]        3945 │+                    ),
[INFO] [stdout]        3946 │+                },
[INFO] [stdout]        3947 │+                Tk {
[INFO] [stdout]        3948 │+                    class: Sep,
[INFO] [stdout]        3949 │+                    span: Span {
[INFO] [stdout]        3950 │+                        range: 288..293,
[INFO] [stdout]        3951 │+                        source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]        3952 │+                    },
[INFO] [stdout]        3953 │+                    flags: TkFlags(
[INFO] [stdout]        3954 │+                        0x0,
[INFO] [stdout]        3955 │+                    ),
[INFO] [stdout]        3956 │+                },
[INFO] [stdout]        3957 │+                Tk {
[INFO] [stdout]        3958 │+                    class: Str,
[INFO] [stdout]        3959 │+                    span: Span {
[INFO] [stdout]        3960 │+                        range: 293..297,
[INFO] [stdout]        3961 │+                        source: "case foo in\n\tfoo)\n\t\tif true; then\n\t\t\twhile true; do\n\t\t\t\techo foo\n\t\t\tdone\n\t\tfi\n\t;;\n\tbar)\n\t\tif false; then\n\t\t\tuntil false; do\n\t\t\t\tcase foo in\n\t\t\t\t\tfoo)\n\t\t\t\t\t\tif true; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\t\tbar)\n\t\t\t\t\t\tif false; then\n\t\t\t\t\t\t\techo foo\n\t\t\t\t\t\tfi\n\t\t\t\t\t;;\n\t\t\t\tesac\n\t\t\tdone\n\t\tfi\n\t;;\nesac",
[INFO] [stdout]        3962 │+                    },
[INFO] [stdout]        3963 │+                    flags: TkFlags(
[INFO] [stdout]        3964 │+                        KEYWORD,
[INFO] [stdout]        3965 │+                    ),
[INFO] [stdout]        3966 │+                },
[INFO] [stdout]        3967 │+            ],
[INFO] [stdout]        3968 │+        },
[INFO] [stdout]        3969 │+    ),
[INFO] [stdout]        3970 │+]
[INFO] [stdout] ────────────┴───────────────────────────────────────────────────────────────────
[INFO] [stdout] 
[INFO] [stdout] thread 'tests::parser::parse_case_nested' panicked at src/tests/parser.rs:202:3:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5622bf9977d2 - std::backtrace_rs::backtrace::libunwind::trace::h2d45396358f41939
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5622bf9977d2 - std::backtrace_rs::backtrace::trace_unsynchronized::hffcefc0b67f1d6e2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5622bf9977d2 - std::sys::backtrace::_print_fmt::hd72f71d23b436b92
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x5622bf9977d2 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::hdcfcb6d4c8489523
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x5622bf9c1293 - core::fmt::rt::Argument::fmt::h2c56b3114963061a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x5622bf9c1293 - core::fmt::write::h8a494366950f23bb
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x5622bf993513 - std::io::default_write_fmt::h7b8824096454f323
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5622bf993513 - std::io::Write::write_fmt::h4e71294925c334d0
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x5622bf997622 - std::sys::backtrace::BacktraceLock::print::hb2a626a81e06b2dc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x5622bf999289 - std::panicking::default_hook::{{closure}}::h4f78485264f12d10
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:300:27
[INFO] [stdout]   10:     0x5622bf9990be - std::panicking::default_hook::h2c66fc99e962531d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:324:9
[INFO] [stdout]   11:     0x5622bf68d654 - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hb6bd65493727d71a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   12:     0x5622bf68d654 - test::test_main_with_exit_callback::{{closure}}::h60217ec76a0ece4a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5622bf999c5e - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h318e4efb8c1a5689
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   14:     0x5622bf999c5e - std::panicking::rust_panic_with_hook::h33ac55f64bbd807d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:841:13
[INFO] [stdout]   15:     0x5622bf999a2a - std::panicking::begin_panic_handler::{{closure}}::h30e7cb89678a57fe
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:706:13
[INFO] [stdout]   16:     0x5622bf997cc9 - std::sys::backtrace::__rust_end_short_backtrace::hed60f27456c16ced
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x5622bf9996bd - __rustc[de2ca18b4c54d5b8]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:697:5
[INFO] [stdout]   18:     0x5622bf9bec60 - core::panicking::panic_fmt::h62f63d096dd276af
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x5622bf9bf126 - core::result::unwrap_failed::h95bc3f5a607b2c95
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/result.rs:1765:5
[INFO] [stdout]   20:     0x5622bf4045c9 - core::result::Result<T,E>::unwrap::hde6c952f47dfc4d7
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/result.rs:1167:23
[INFO] [stdout]   21:     0x5622bf4045c9 - fern::tests::parser::parse_case_nested::hbe0718d446b1720e
[INFO] [stdout]                                at /opt/rustwide/workdir/src/tests/parser.rs:202:3
[INFO] [stdout]   22:     0x5622bf404087 - fern::tests::parser::parse_case_nested::{{closure}}::h0b5d0cabc8fa659f
[INFO] [stdout]                                at /opt/rustwide/workdir/src/tests/parser.rs:169:23
[INFO] [stdout]   23:     0x5622bf4f4696 - core::ops::function::FnOnce::call_once::h2340392519ca6c3b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   24:     0x5622bf692ebb - core::ops::function::FnOnce::call_once::h1f9474f1347fff52
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   25:     0x5622bf692ebb - test::__rust_begin_short_backtrace::ha52ab26e77157f03
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:648:18
[INFO] [stdout]   26:     0x5622bf691ff5 - test::run_test_in_process::{{closure}}::h229c1a11a50b261f
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:74
[INFO] [stdout]   27:     0x5622bf691ff5 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h78821afbf97b39a9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   28:     0x5622bf691ff5 - std::panicking::catch_unwind::do_call::h53abf3ed5bd32ba3
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   29:     0x5622bf691ff5 - std::panicking::catch_unwind::h6deb5fe1e91873c9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   30:     0x5622bf691ff5 - std::panic::catch_unwind::hea0829b6b565654b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   31:     0x5622bf691ff5 - test::run_test_in_process::hdc44dfecea3db21b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:27
[INFO] [stdout]   32:     0x5622bf691ff5 - test::run_test::{{closure}}::h0364ba59bf23f652
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:592:43
[INFO] [stdout]   33:     0x5622bf655bf4 - test::run_test::{{closure}}::h32730b304eec05da
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:622:41
[INFO] [stdout]   34:     0x5622bf655bf4 - std::sys::backtrace::__rust_begin_short_backtrace::h177cb952fc54ad2c
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   35:     0x5622bf6595ca - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h119d903520007597
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   36:     0x5622bf6595ca - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hab88401d606702a6
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   37:     0x5622bf6595ca - std::panicking::catch_unwind::do_call::h163fe12cca9901c2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   38:     0x5622bf6595ca - std::panicking::catch_unwind::he81557d0e17cc1bc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   39:     0x5622bf6595ca - std::panic::catch_unwind::hc2b8e79c20593955
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x5622bf6595ca - std::thread::Builder::spawn_unchecked_::{{closure}}::hfa6b4978e07815cc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   41:     0x5622bf6595ca - core::ops::function::FnOnce::call_once{{vtable.shim}}::hddcd7484a13fd793
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   42:     0x5622bf99cd2f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h5924238c754de3b8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1971:9
[INFO] [stdout]   43:     0x5622bf99cd2f - std::sys::pal::unix::thread::Thread::new::thread_start::hb6e99e73da4d28f8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/pal/unix/thread.rs:107:17
[INFO] [stdout]   44:     0x730dc6d54aa4 - <unknown>
[INFO] [stdout]   45:     0x730dc6de1a34 - clone
[INFO] [stdout]   46:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- tests::lexer::lex_with_keywords stdout ----
[INFO] [stdout] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ Snapshot Summary ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
[INFO] [stdout] Snapshot file: src/tests/snapshots/fern__tests__lexer__lex_with_keywords.snap
[INFO] [stdout] Snapshot: lex_with_keywords
[INFO] [stdout] Source: src/tests/lexer.rs:35
[INFO] [stdout] ────────────────────────────────────────────────────────────────────────────────
[INFO] [stdout] Expression: tokens
[INFO] [stdout] ────────────────────────────────────────────────────────────────────────────────
[INFO] [stdout] +new results
[INFO] [stdout] ────────────┬───────────────────────────────────────────────────────────────────
[INFO] [stdout]           0 │+[
[INFO] [stdout]           1 │+    Ok(
[INFO] [stdout]           2 │+        Tk {
[INFO] [stdout]           3 │+            class: SOI,
[INFO] [stdout]           4 │+            span: Span {
[INFO] [stdout]           5 │+                range: 0..0,
[INFO] [stdout]           6 │+                source: "if true; then echo foo; fi",
[INFO] [stdout]           7 │+            },
[INFO] [stdout]           8 │+            flags: TkFlags(
[INFO] [stdout]           9 │+                0x0,
[INFO] [stdout]          10 │+            ),
[INFO] [stdout]          11 │+        },
[INFO] [stdout]          12 │+    ),
[INFO] [stdout]          13 │+    Ok(
[INFO] [stdout]          14 │+        Tk {
[INFO] [stdout]          15 │+            class: Str,
[INFO] [stdout]          16 │+            span: Span {
[INFO] [stdout]          17 │+                range: 0..2,
[INFO] [stdout]          18 │+                source: "if true; then echo foo; fi",
[INFO] [stdout]          19 │+            },
[INFO] [stdout]          20 │+            flags: TkFlags(
[INFO] [stdout]          21 │+                KEYWORD,
[INFO] [stdout]          22 │+            ),
[INFO] [stdout]          23 │+        },
[INFO] [stdout]          24 │+    ),
[INFO] [stdout]          25 │+    Ok(
[INFO] [stdout]          26 │+        Tk {
[INFO] [stdout]          27 │+            class: Str,
[INFO] [stdout]          28 │+            span: Span {
[INFO] [stdout]          29 │+                range: 3..7,
[INFO] [stdout]          30 │+                source: "if true; then echo foo; fi",
[INFO] [stdout]          31 │+            },
[INFO] [stdout]          32 │+            flags: TkFlags(
[INFO] [stdout]          33 │+                IS_CMD,
[INFO] [stdout]          34 │+            ),
[INFO] [stdout]          35 │+        },
[INFO] [stdout]          36 │+    ),
[INFO] [stdout]          37 │+    Ok(
[INFO] [stdout]          38 │+        Tk {
[INFO] [stdout]          39 │+            class: Sep,
[INFO] [stdout]          40 │+            span: Span {
[INFO] [stdout]          41 │+                range: 7..9,
[INFO] [stdout]          42 │+                source: "if true; then echo foo; fi",
[INFO] [stdout]          43 │+            },
[INFO] [stdout]          44 │+            flags: TkFlags(
[INFO] [stdout]          45 │+                0x0,
[INFO] [stdout]          46 │+            ),
[INFO] [stdout]          47 │+        },
[INFO] [stdout]          48 │+    ),
[INFO] [stdout]          49 │+    Ok(
[INFO] [stdout]          50 │+        Tk {
[INFO] [stdout]          51 │+            class: Str,
[INFO] [stdout]          52 │+            span: Span {
[INFO] [stdout]          53 │+                range: 9..13,
[INFO] [stdout]          54 │+                source: "if true; then echo foo; fi",
[INFO] [stdout]          55 │+            },
[INFO] [stdout]          56 │+            flags: TkFlags(
[INFO] [stdout]          57 │+                KEYWORD,
[INFO] [stdout]          58 │+            ),
[INFO] [stdout]          59 │+        },
[INFO] [stdout]          60 │+    ),
[INFO] [stdout]          61 │+    Ok(
[INFO] [stdout]          62 │+        Tk {
[INFO] [stdout]          63 │+            class: Str,
[INFO] [stdout]          64 │+            span: Span {
[INFO] [stdout]          65 │+                range: 14..18,
[INFO] [stdout]          66 │+                source: "if true; then echo foo; fi",
[INFO] [stdout]          67 │+            },
[INFO] [stdout]          68 │+            flags: TkFlags(
[INFO] [stdout]          69 │+                IS_CMD | BUILTIN,
[INFO] [stdout]          70 │+            ),
[INFO] [stdout]          71 │+        },
[INFO] [stdout]          72 │+    ),
[INFO] [stdout]          73 │+    Ok(
[INFO] [stdout]          74 │+        Tk {
[INFO] [stdout]          75 │+            class: Str,
[INFO] [stdout]          76 │+            span: Span {
[INFO] [stdout]          77 │+                range: 19..22,
[INFO] [stdout]          78 │+                source: "if true; then echo foo; fi",
[INFO] [stdout]          79 │+            },
[INFO] [stdout]          80 │+            flags: TkFlags(
[INFO] [stdout]          81 │+                0x0,
[INFO] [stdout]          82 │+            ),
[INFO] [stdout]          83 │+        },
[INFO] [stdout]          84 │+    ),
[INFO] [stdout]          85 │+    Ok(
[INFO] [stdout]          86 │+        Tk {
[INFO] [stdout]          87 │+            class: Sep,
[INFO] [stdout]          88 │+            span: Span {
[INFO] [stdout]          89 │+                range: 22..24,
[INFO] [stdout]          90 │+                source: "if true; then echo foo; fi",
[INFO] [stdout]          91 │+            },
[INFO] [stdout]          92 │+            flags: TkFlags(
[INFO] [stdout]          93 │+                0x0,
[INFO] [stdout]          94 │+            ),
[INFO] [stdout]          95 │+        },
[INFO] [stdout]          96 │+    ),
[INFO] [stdout]          97 │+    Ok(
[INFO] [stdout]          98 │+        Tk {
[INFO] [stdout]          99 │+            class: Str,
[INFO] [stdout]         100 │+            span: Span {
[INFO] [stdout]         101 │+                range: 24..26,
[INFO] [stdout]         102 │+                source: "if true; then echo foo; fi",
[INFO] [stdout]         103 │+            },
[INFO] [stdout]         104 │+            flags: TkFlags(
[INFO] [stdout]         105 │+                KEYWORD,
[INFO] [stdout]         106 │+            ),
[INFO] [stdout]         107 │+        },
[INFO] [stdout]         108 │+    ),
[INFO] [stdout]         109 │+    Ok(
[INFO] [stdout]         110 │+        Tk {
[INFO] [stdout]         111 │+            class: EOI,
[INFO] [stdout]         112 │+            span: Span {
[INFO] [stdout]         113 │+                range: 26..26,
[INFO] [stdout]         114 │+                source: "if true; then echo foo; fi",
[INFO] [stdout]         115 │+            },
[INFO] [stdout]         116 │+            flags: TkFlags(
[INFO] [stdout]         117 │+                0x0,
[INFO] [stdout]         118 │+            ),
[INFO] [stdout]         119 │+        },
[INFO] [stdout]         120 │+    ),
[INFO] [stdout]         121 │+]
[INFO] [stdout] ────────────┴───────────────────────────────────────────────────────────────────
[INFO] [stdout] 
[INFO] [stdout] thread 'tests::lexer::lex_with_keywords' panicked at src/tests/lexer.rs:35:3:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5622bf9977d2 - std::backtrace_rs::backtrace::libunwind::trace::h2d45396358f41939
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5622bf9977d2 - std::backtrace_rs::backtrace::trace_unsynchronized::hffcefc0b67f1d6e2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5622bf9977d2 - std::sys::backtrace::_print_fmt::hd72f71d23b436b92
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x5622bf9977d2 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::hdcfcb6d4c8489523
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x5622bf9c1293 - core::fmt::rt::Argument::fmt::h2c56b3114963061a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x5622bf9c1293 - core::fmt::write::h8a494366950f23bb
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x5622bf993513 - std::io::default_write_fmt::h7b8824096454f323
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5622bf993513 - std::io::Write::write_fmt::h4e71294925c334d0
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x5622bf997622 - std::sys::backtrace::BacktraceLock::print::hb2a626a81e06b2dc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x5622bf999289 - std::panicking::default_hook::{{closure}}::h4f78485264f12d10
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:300:27
[INFO] [stdout]   10:     0x5622bf9990be - std::panicking::default_hook::h2c66fc99e962531d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:324:9
[INFO] [stdout]   11:     0x5622bf68d654 - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hb6bd65493727d71a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   12:     0x5622bf68d654 - test::test_main_with_exit_callback::{{closure}}::h60217ec76a0ece4a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5622bf999c5e - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h318e4efb8c1a5689
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   14:     0x5622bf999c5e - std::panicking::rust_panic_with_hook::h33ac55f64bbd807d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:841:13
[INFO] [stdout]   15:     0x5622bf999a2a - std::panicking::begin_panic_handler::{{closure}}::h30e7cb89678a57fe
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:706:13
[INFO] [stdout]   16:     0x5622bf997cc9 - std::sys::backtrace::__rust_end_short_backtrace::hed60f27456c16ced
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x5622bf9996bd - __rustc[de2ca18b4c54d5b8]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:697:5
[INFO] [stdout]   18:     0x5622bf9bec60 - core::panicking::panic_fmt::h62f63d096dd276af
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x5622bf9bf126 - core::result::unwrap_failed::h95bc3f5a607b2c95
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/result.rs:1765:5
[INFO] [stdout]   20:     0x5622bf452052 - core::result::Result<T,E>::unwrap::hde6c952f47dfc4d7
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/result.rs:1167:23
[INFO] [stdout]   21:     0x5622bf452052 - fern::tests::lexer::lex_with_keywords::hfecfcdc6c6268681
[INFO] [stdout]                                at /opt/rustwide/workdir/src/tests/lexer.rs:35:3
[INFO] [stdout]   22:     0x5622bf451b67 - fern::tests::lexer::lex_with_keywords::{{closure}}::hab1a3d8bb6ca5607
[INFO] [stdout]                                at /opt/rustwide/workdir/src/tests/lexer.rs:31:23
[INFO] [stdout]   23:     0x5622bf4f4656 - core::ops::function::FnOnce::call_once::h1f4861ef234bb4f4
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   24:     0x5622bf692ebb - core::ops::function::FnOnce::call_once::h1f9474f1347fff52
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   25:     0x5622bf692ebb - test::__rust_begin_short_backtrace::ha52ab26e77157f03
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:648:18
[INFO] [stdout]   26:     0x5622bf691ff5 - test::run_test_in_process::{{closure}}::h229c1a11a50b261f
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:74
[INFO] [stdout]   27:     0x5622bf691ff5 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h78821afbf97b39a9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   28:     0x5622bf691ff5 - std::panicking::catch_unwind::do_call::h53abf3ed5bd32ba3
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   29:     0x5622bf691ff5 - std::panicking::catch_unwind::h6deb5fe1e91873c9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   30:     0x5622bf691ff5 - std::panic::catch_unwind::hea0829b6b565654b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   31:     0x5622bf691ff5 - test::run_test_in_process::hdc44dfecea3db21b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:27
[INFO] [stdout]   32:     0x5622bf691ff5 - test::run_test::{{closure}}::h0364ba59bf23f652
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:592:43
[INFO] [stdout]   33:     0x5622bf655bf4 - test::run_test::{{closure}}::h32730b304eec05da
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:622:41
[INFO] [stdout]   34:     0x5622bf655bf4 - std::sys::backtrace::__rust_begin_short_backtrace::h177cb952fc54ad2c
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   35:     0x5622bf6595ca - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h119d903520007597
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   36:     0x5622bf6595ca - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hab88401d606702a6
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   37:     0x5622bf6595ca - std::panicking::catch_unwind::do_call::h163fe12cca9901c2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   38:     0x5622bf6595ca - std::panicking::catch_unwind::he81557d0e17cc1bc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   39:     0x5622bf6595ca - std::panic::catch_unwind::hc2b8e79c20593955
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x5622bf6595ca - std::thread::Builder::spawn_unchecked_::{{closure}}::hfa6b4978e07815cc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   41:     0x5622bf6595ca - core::ops::function::FnOnce::call_once{{vtable.shim}}::hddcd7484a13fd793
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   42:     0x5622bf99cd2f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h5924238c754de3b8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1971:9
[INFO] [stdout]   43:     0x5622bf99cd2f - std::sys::pal::unix::thread::Thread::new::thread_start::hb6e99e73da4d28f8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/pal/unix/thread.rs:107:17
[INFO] [stdout]   44:     0x730dc6d54aa4 - <unknown>
[INFO] [stdout]   45:     0x730dc6de1a34 - clone
[INFO] [stdout]   46:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- tests::lexer::lex_case stdout ----
[INFO] [stdout] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ Snapshot Summary ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
[INFO] [stdout] Snapshot file: src/tests/snapshots/fern__tests__lexer__lex_case.snap
[INFO] [stdout] Snapshot: lex_case
[INFO] [stdout] Source: src/tests/lexer.rs:51
[INFO] [stdout] ────────────────────────────────────────────────────────────────────────────────
[INFO] [stdout] Expression: tokens
[INFO] [stdout] ────────────────────────────────────────────────────────────────────────────────
[INFO] [stdout] +new results
[INFO] [stdout] ────────────┬───────────────────────────────────────────────────────────────────
[INFO] [stdout]           0 │+[
[INFO] [stdout]           1 │+    Ok(
[INFO] [stdout]           2 │+        Tk {
[INFO] [stdout]           3 │+            class: SOI,
[INFO] [stdout]           4 │+            span: Span {
[INFO] [stdout]           5 │+                range: 0..0,
[INFO] [stdout]           6 │+                source: "case $foo in foo) bar;; bar) foo;; biz) baz;; esac",
[INFO] [stdout]           7 │+            },
[INFO] [stdout]           8 │+            flags: TkFlags(
[INFO] [stdout]           9 │+                0x0,
[INFO] [stdout]          10 │+            ),
[INFO] [stdout]          11 │+        },
[INFO] [stdout]          12 │+    ),
[INFO] [stdout]          13 │+    Ok(
[INFO] [stdout]          14 │+        Tk {
[INFO] [stdout]          15 │+            class: Str,
[INFO] [stdout]          16 │+            span: Span {
[INFO] [stdout]          17 │+                range: 0..4,
[INFO] [stdout]          18 │+                source: "case $foo in foo) bar;; bar) foo;; biz) baz;; esac",
[INFO] [stdout]          19 │+            },
[INFO] [stdout]          20 │+            flags: TkFlags(
[INFO] [stdout]          21 │+                KEYWORD,
[INFO] [stdout]          22 │+            ),
[INFO] [stdout]          23 │+        },
[INFO] [stdout]          24 │+    ),
[INFO] [stdout]          25 │+    Ok(
[INFO] [stdout]          26 │+        Tk {
[INFO] [stdout]          27 │+            class: Str,
[INFO] [stdout]          28 │+            span: Span {
[INFO] [stdout]          29 │+                range: 5..9,
[INFO] [stdout]          30 │+                source: "case $foo in foo) bar;; bar) foo;; biz) baz;; esac",
[INFO] [stdout]          31 │+            },
[INFO] [stdout]          32 │+            flags: TkFlags(
[INFO] [stdout]          33 │+                0x0,
[INFO] [stdout]          34 │+            ),
[INFO] [stdout]          35 │+        },
[INFO] [stdout]          36 │+    ),
[INFO] [stdout]          37 │+    Ok(
[INFO] [stdout]          38 │+        Tk {
[INFO] [stdout]          39 │+            class: Str,
[INFO] [stdout]          40 │+            span: Span {
[INFO] [stdout]          41 │+                range: 10..12,
[INFO] [stdout]          42 │+                source: "case $foo in foo) bar;; bar) foo;; biz) baz;; esac",
[INFO] [stdout]          43 │+            },
[INFO] [stdout]          44 │+            flags: TkFlags(
[INFO] [stdout]          45 │+                KEYWORD,
[INFO] [stdout]          46 │+            ),
[INFO] [stdout]          47 │+        },
[INFO] [stdout]          48 │+    ),
[INFO] [stdout]          49 │+    Ok(
[INFO] [stdout]          50 │+        Tk {
[INFO] [stdout]          51 │+            class: CasePattern,
[INFO] [stdout]          52 │+            span: Span {
[INFO] [stdout]          53 │+                range: 13..17,
[INFO] [stdout]          54 │+                source: "case $foo in foo) bar;; bar) foo;; biz) baz;; esac",
[INFO] [stdout]          55 │+            },
[INFO] [stdout]          56 │+            flags: TkFlags(
[INFO] [stdout]          57 │+                0x0,
[INFO] [stdout]          58 │+            ),
[INFO] [stdout]          59 │+        },
[INFO] [stdout]          60 │+    ),
[INFO] [stdout]          61 │+    Ok(
[INFO] [stdout]          62 │+        Tk {
[INFO] [stdout]          63 │+            class: Str,
[INFO] [stdout]          64 │+            span: Span {
[INFO] [stdout]          65 │+                range: 18..21,
[INFO] [stdout]          66 │+                source: "case $foo in foo) bar;; bar) foo;; biz) baz;; esac",
[INFO] [stdout]          67 │+            },
[INFO] [stdout]          68 │+            flags: TkFlags(
[INFO] [stdout]          69 │+                IS_CMD,
[INFO] [stdout]          70 │+            ),
[INFO] [stdout]          71 │+        },
[INFO] [stdout]          72 │+    ),
[INFO] [stdout]          73 │+    Ok(
[INFO] [stdout]          74 │+        Tk {
[INFO] [stdout]          75 │+            class: Sep,
[INFO] [stdout]          76 │+            span: Span {
[INFO] [stdout]          77 │+                range: 21..24,
[INFO] [stdout]          78 │+                source: "case $foo in foo) bar;; bar) foo;; biz) baz;; esac",
[INFO] [stdout]          79 │+            },
[INFO] [stdout]          80 │+            flags: TkFlags(
[INFO] [stdout]          81 │+                0x0,
[INFO] [stdout]          82 │+            ),
[INFO] [stdout]          83 │+        },
[INFO] [stdout]          84 │+    ),
[INFO] [stdout]          85 │+    Ok(
[INFO] [stdout]          86 │+        Tk {
[INFO] [stdout]          87 │+            class: CasePattern,
[INFO] [stdout]          88 │+            span: Span {
[INFO] [stdout]          89 │+                range: 24..28,
[INFO] [stdout]          90 │+                source: "case $foo in foo) bar;; bar) foo;; biz) baz;; esac",
[INFO] [stdout]          91 │+            },
[INFO] [stdout]          92 │+            flags: TkFlags(
[INFO] [stdout]          93 │+                0x0,
[INFO] [stdout]          94 │+            ),
[INFO] [stdout]          95 │+        },
[INFO] [stdout]          96 │+    ),
[INFO] [stdout]          97 │+    Ok(
[INFO] [stdout]          98 │+        Tk {
[INFO] [stdout]          99 │+            class: Str,
[INFO] [stdout]         100 │+            span: Span {
[INFO] [stdout]         101 │+                range: 29..32,
[INFO] [stdout]         102 │+                source: "case $foo in foo) bar;; bar) foo;; biz) baz;; esac",
[INFO] [stdout]         103 │+            },
[INFO] [stdout]         104 │+            flags: TkFlags(
[INFO] [stdout]         105 │+                IS_CMD,
[INFO] [stdout]         106 │+            ),
[INFO] [stdout]         107 │+        },
[INFO] [stdout]         108 │+    ),
[INFO] [stdout]         109 │+    Ok(
[INFO] [stdout]         110 │+        Tk {
[INFO] [stdout]         111 │+            class: Sep,
[INFO] [stdout]         112 │+            span: Span {
[INFO] [stdout]         113 │+                range: 32..35,
[INFO] [stdout]         114 │+                source: "case $foo in foo) bar;; bar) foo;; biz) baz;; esac",
[INFO] [stdout]         115 │+            },
[INFO] [stdout]         116 │+            flags: TkFlags(
[INFO] [stdout]         117 │+                0x0,
[INFO] [stdout]         118 │+            ),
[INFO] [stdout]         119 │+        },
[INFO] [stdout]         120 │+    ),
[INFO] [stdout]         121 │+    Ok(
[INFO] [stdout]         122 │+        Tk {
[INFO] [stdout]         123 │+            class: CasePattern,
[INFO] [stdout]         124 │+            span: Span {
[INFO] [stdout]         125 │+                range: 35..39,
[INFO] [stdout]         126 │+                source: "case $foo in foo) bar;; bar) foo;; biz) baz;; esac",
[INFO] [stdout]         127 │+            },
[INFO] [stdout]         128 │+            flags: TkFlags(
[INFO] [stdout]         129 │+                0x0,
[INFO] [stdout]         130 │+            ),
[INFO] [stdout]         131 │+        },
[INFO] [stdout]         132 │+    ),
[INFO] [stdout]         133 │+    Ok(
[INFO] [stdout]         134 │+        Tk {
[INFO] [stdout]         135 │+            class: Str,
[INFO] [stdout]         136 │+            span: Span {
[INFO] [stdout]         137 │+                range: 40..43,
[INFO] [stdout]         138 │+                source: "case $foo in foo) bar;; bar) foo;; biz) baz;; esac",
[INFO] [stdout]         139 │+            },
[INFO] [stdout]         140 │+            flags: TkFlags(
[INFO] [stdout]         141 │+                IS_CMD,
[INFO] [stdout]         142 │+            ),
[INFO] [stdout]         143 │+        },
[INFO] [stdout]         144 │+    ),
[INFO] [stdout]         145 │+    Ok(
[INFO] [stdout]         146 │+        Tk {
[INFO] [stdout]         147 │+            class: Sep,
[INFO] [stdout]         148 │+            span: Span {
[INFO] [stdout]         149 │+                range: 43..46,
[INFO] [stdout]         150 │+                source: "case $foo in foo) bar;; bar) foo;; biz) baz;; esac",
[INFO] [stdout]         151 │+            },
[INFO] [stdout]         152 │+            flags: TkFlags(
[INFO] [stdout]         153 │+                0x0,
[INFO] [stdout]         154 │+            ),
[INFO] [stdout]         155 │+        },
[INFO] [stdout]         156 │+    ),
[INFO] [stdout]         157 │+    Ok(
[INFO] [stdout]         158 │+        Tk {
[INFO] [stdout]         159 │+            class: Str,
[INFO] [stdout]         160 │+            span: Span {
[INFO] [stdout]         161 │+                range: 46..50,
[INFO] [stdout]         162 │+                source: "case $foo in foo) bar;; bar) foo;; biz) baz;; esac",
[INFO] [stdout]         163 │+            },
[INFO] [stdout]         164 │+            flags: TkFlags(
[INFO] [stdout]         165 │+                KEYWORD,
[INFO] [stdout]         166 │+            ),
[INFO] [stdout]         167 │+        },
[INFO] [stdout]         168 │+    ),
[INFO] [stdout]         169 │+    Ok(
[INFO] [stdout]         170 │+        Tk {
[INFO] [stdout]         171 │+            class: EOI,
[INFO] [stdout]         172 │+            span: Span {
[INFO] [stdout]         173 │+                range: 50..50,
[INFO] [stdout]         174 │+                source: "case $foo in foo) bar;; bar) foo;; biz) baz;; esac",
[INFO] [stdout]         175 │+            },
[INFO] [stdout]         176 │+            flags: TkFlags(
[INFO] [stdout]         177 │+                0x0,
[INFO] [stdout]         178 │+            ),
[INFO] [stdout]         179 │+        },
[INFO] [stdout]         180 │+    ),
[INFO] [stdout]         181 │+]
[INFO] [stdout] ────────────┴───────────────────────────────────────────────────────────────────
[INFO] [stdout] 
[INFO] [stdout] thread 'tests::lexer::lex_case' panicked at src/tests/lexer.rs:51:3:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5622bf9977d2 - std::backtrace_rs::backtrace::libunwind::trace::h2d45396358f41939
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5622bf9977d2 - std::backtrace_rs::backtrace::trace_unsynchronized::hffcefc0b67f1d6e2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5622bf9977d2 - std::sys::backtrace::_print_fmt::hd72f71d23b436b92
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x5622bf9977d2 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::hdcfcb6d4c8489523
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x5622bf9c1293 - core::fmt::rt::Argument::fmt::h2c56b3114963061a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x5622bf9c1293 - core::fmt::write::h8a494366950f23bb
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x5622bf993513 - std::io::default_write_fmt::h7b8824096454f323
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5622bf993513 - std::io::Write::write_fmt::h4e71294925c334d0
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x5622bf997622 - std::sys::backtrace::BacktraceLock::print::hb2a626a81e06b2dc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x5622bf999289 - std::panicking::default_hook::{{closure}}::h4f78485264f12d10
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:300:27
[INFO] [stdout]   10:     0x5622bf9990be - std::panicking::default_hook::h2c66fc99e962531d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:324:9
[INFO] [stdout]   11:     0x5622bf68d654 - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hb6bd65493727d71a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   12:     0x5622bf68d654 - test::test_main_with_exit_callback::{{closure}}::h60217ec76a0ece4a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5622bf999c5e - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h318e4efb8c1a5689
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   14:     0x5622bf999c5e - std::panicking::rust_panic_with_hook::h33ac55f64bbd807d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:841:13
[INFO] [stdout]   15:     0x5622bf999a2a - std::panicking::begin_panic_handler::{{closure}}::h30e7cb89678a57fe
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:706:13
[INFO] [stdout]   16:     0x5622bf997cc9 - std::sys::backtrace::__rust_end_short_backtrace::hed60f27456c16ced
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x5622bf9996bd - __rustc[de2ca18b4c54d5b8]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:697:5
[INFO] [stdout]   18:     0x5622bf9bec60 - core::panicking::panic_fmt::h62f63d096dd276af
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x5622bf9bf126 - core::result::unwrap_failed::h95bc3f5a607b2c95
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/result.rs:1765:5
[INFO] [stdout]   20:     0x5622bf452ed2 - core::result::Result<T,E>::unwrap::hde6c952f47dfc4d7
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/result.rs:1167:23
[INFO] [stdout]   21:     0x5622bf452ed2 - fern::tests::lexer::lex_case::h8b86d64ef8ce7196
[INFO] [stdout]                                at /opt/rustwide/workdir/src/tests/lexer.rs:51:3
[INFO] [stdout]   22:     0x5622bf4529e7 - fern::tests::lexer::lex_case::{{closure}}::h68daececfe69a8ac
[INFO] [stdout]                                at /opt/rustwide/workdir/src/tests/lexer.rs:47:14
[INFO] [stdout]   23:     0x5622bf4f6586 - core::ops::function::FnOnce::call_once::hf2cc809b09e49c93
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   24:     0x5622bf692ebb - core::ops::function::FnOnce::call_once::h1f9474f1347fff52
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   25:     0x5622bf692ebb - test::__rust_begin_short_backtrace::ha52ab26e77157f03
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:648:18
[INFO] [stdout]   26:     0x5622bf691ff5 - test::run_test_in_process::{{closure}}::h229c1a11a50b261f
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:74
[INFO] [stdout]   27:     0x5622bf691ff5 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h78821afbf97b39a9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   28:     0x5622bf691ff5 - std::panicking::catch_unwind::do_call::h53abf3ed5bd32ba3
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   29:     0x5622bf691ff5 - std::panicking::catch_unwind::h6deb5fe1e91873c9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   30:     0x5622bf691ff5 - std::panic::catch_unwind::hea0829b6b565654b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   31:     0x5622bf691ff5 - test::run_test_in_process::hdc44dfecea3db21b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:27
[INFO] [stdout]   32:     0x5622bf691ff5 - test::run_test::{{closure}}::h0364ba59bf23f652
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:592:43
[INFO] [stdout]   33:     0x5622bf655bf4 - test::run_test::{{closure}}::h32730b304eec05da
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:622:41
[INFO] [stdout]   34:     0x5622bf655bf4 - std::sys::backtrace::__rust_begin_short_backtrace::h177cb952fc54ad2c
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   35:     0x5622bf6595ca - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h119d903520007597
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   36:     0x5622bf6595ca - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hab88401d606702a6
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   37:     0x5622bf6595ca - std::panicking::catch_unwind::do_call::h163fe12cca9901c2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   38:     0x5622bf6595ca - std::panicking::catch_unwind::he81557d0e17cc1bc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   39:     0x5622bf6595ca - std::panic::catch_unwind::hc2b8e79c20593955
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x5622bf6595ca - std::thread::Builder::spawn_unchecked_::{{closure}}::hfa6b4978e07815cc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   41:     0x5622bf6595ca - core::ops::function::FnOnce::call_once{{vtable.shim}}::hddcd7484a13fd793
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   42:     0x5622bf99cd2f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h5924238c754de3b8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1971:9
[INFO] [stdout]   43:     0x5622bf99cd2f - std::sys::pal::unix::thread::Thread::new::thread_start::hb6e99e73da4d28f8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/pal/unix/thread.rs:107:17
[INFO] [stdout]   44:     0x730dc6d54aa4 - <unknown>
[INFO] [stdout]   45:     0x730dc6de1a34 - clone
[INFO] [stdout]   46:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- tests::parser::parse_conjunction stdout ----
[INFO] [stdout] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ Snapshot Summary ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
[INFO] [stdout] Snapshot file: src/tests/snapshots/fern__tests__parser__parse_conjunction.snap
[INFO] [stdout] Snapshot: parse_conjunction
[INFO] [stdout] Source: src/tests/parser.rs:33
[INFO] [stdout] ────────────────────────────────────────────────────────────────────────────────
[INFO] [stdout] Expression: nodes
[INFO] [stdout] ────────────────────────────────────────────────────────────────────────────────
[INFO] [stdout] +new results
[INFO] [stdout] ────────────┬───────────────────────────────────────────────────────────────────
[INFO] [stdout]           0 │+[
[INFO] [stdout]           1 │+    Ok(
[INFO] [stdout]           2 │+        Node {
[INFO] [stdout]           3 │+            class: Conjunction {
[INFO] [stdout]           4 │+                elements: [
[INFO] [stdout]           5 │+                    ConjunctNode {
[INFO] [stdout]           6 │+                        cmd: Node {
[INFO] [stdout]           7 │+                            class: Pipeline {
[INFO] [stdout]           8 │+                                cmds: [
[INFO] [stdout]           9 │+                                    Node {
[INFO] [stdout]          10 │+                                        class: Command {
[INFO] [stdout]          11 │+                                            assignments: [],
[INFO] [stdout]          12 │+                                            argv: [
[INFO] [stdout]          13 │+                                                Tk {
[INFO] [stdout]          14 │+                                                    class: Str,
[INFO] [stdout]          15 │+                                                    span: Span {
[INFO] [stdout]          16 │+                                                        range: 0..4,
[INFO] [stdout]          17 │+                                                        source: "echo foo && echo bar",
[INFO] [stdout]          18 │+                                                    },
[INFO] [stdout]          19 │+                                                    flags: TkFlags(
[INFO] [stdout]          20 │+                                                        IS_CMD | BUILTIN,
[INFO] [stdout]          21 │+                                                    ),
[INFO] [stdout]          22 │+                                                },
[INFO] [stdout]          23 │+                                                Tk {
[INFO] [stdout]          24 │+                                                    class: Str,
[INFO] [stdout]          25 │+                                                    span: Span {
[INFO] [stdout]          26 │+                                                        range: 5..8,
[INFO] [stdout]          27 │+                                                        source: "echo foo && echo bar",
[INFO] [stdout]          28 │+                                                    },
[INFO] [stdout]          29 │+                                                    flags: TkFlags(
[INFO] [stdout]          30 │+                                                        0x0,
[INFO] [stdout]          31 │+                                                    ),
[INFO] [stdout]          32 │+                                                },
[INFO] [stdout]          33 │+                                            ],
[INFO] [stdout]          34 │+                                        },
[INFO] [stdout]          35 │+                                        flags: NdFlags(
[INFO] [stdout]          36 │+                                            0x0,
[INFO] [stdout]          37 │+                                        ),
[INFO] [stdout]          38 │+                                        redirs: [],
[INFO] [stdout]          39 │+                                        tokens: [
[INFO] [stdout]          40 │+                                            Tk {
[INFO] [stdout]          41 │+                                                class: Str,
[INFO] [stdout]          42 │+                                                span: Span {
[INFO] [stdout]          43 │+                                                    range: 0..4,
[INFO] [stdout]          44 │+                                                    source: "echo foo && echo bar",
[INFO] [stdout]          45 │+                                                },
[INFO] [stdout]          46 │+                                                flags: TkFlags(
[INFO] [stdout]          47 │+                                                    IS_CMD | BUILTIN,
[INFO] [stdout]          48 │+                                                ),
[INFO] [stdout]          49 │+                                            },
[INFO] [stdout]          50 │+                                            Tk {
[INFO] [stdout]          51 │+                                                class: Str,
[INFO] [stdout]          52 │+                                                span: Span {
[INFO] [stdout]          53 │+                                                    range: 5..8,
[INFO] [stdout]          54 │+                                                    source: "echo foo && echo bar",
[INFO] [stdout]          55 │+                                                },
[INFO] [stdout]          56 │+                                                flags: TkFlags(
[INFO] [stdout]          57 │+                                                    0x0,
[INFO] [stdout]          58 │+                                                ),
[INFO] [stdout]          59 │+                                            },
[INFO] [stdout]          60 │+                                        ],
[INFO] [stdout]          61 │+                                    },
[INFO] [stdout]          62 │+                                ],
[INFO] [stdout]          63 │+                                pipe_err: false,
[INFO] [stdout]          64 │+                            },
[INFO] [stdout]          65 │+                            flags: NdFlags(
[INFO] [stdout]          66 │+                                0x0,
[INFO] [stdout]          67 │+                            ),
[INFO] [stdout]          68 │+                            redirs: [],
[INFO] [stdout]          69 │+                            tokens: [
[INFO] [stdout]          70 │+                                Tk {
[INFO] [stdout]          71 │+                                    class: Str,
[INFO] [stdout]          72 │+                                    span: Span {
[INFO] [stdout]          73 │+                                        range: 0..4,
[INFO] [stdout]          74 │+                                        source: "echo foo && echo bar",
[INFO] [stdout]          75 │+                                    },
[INFO] [stdout]          76 │+                                    flags: TkFlags(
[INFO] [stdout]          77 │+                                        IS_CMD | BUILTIN,
[INFO] [stdout]          78 │+                                    ),
[INFO] [stdout]          79 │+                                },
[INFO] [stdout]          80 │+                                Tk {
[INFO] [stdout]          81 │+                                    class: Str,
[INFO] [stdout]          82 │+                                    span: Span {
[INFO] [stdout]          83 │+                                        range: 5..8,
[INFO] [stdout]          84 │+                                        source: "echo foo && echo bar",
[INFO] [stdout]          85 │+                                    },
[INFO] [stdout]          86 │+                                    flags: TkFlags(
[INFO] [stdout]          87 │+                                        0x0,
[INFO] [stdout]          88 │+                                    ),
[INFO] [stdout]          89 │+                                },
[INFO] [stdout]          90 │+                            ],
[INFO] [stdout]          91 │+                        },
[INFO] [stdout]          92 │+                        operator: And,
[INFO] [stdout]          93 │+                    },
[INFO] [stdout]          94 │+                    ConjunctNode {
[INFO] [stdout]          95 │+                        cmd: Node {
[INFO] [stdout]          96 │+                            class: Pipeline {
[INFO] [stdout]          97 │+                                cmds: [
[INFO] [stdout]          98 │+                                    Node {
[INFO] [stdout]          99 │+                                        class: Command {
[INFO] [stdout]         100 │+                                            assignments: [],
[INFO] [stdout]         101 │+                                            argv: [
[INFO] [stdout]         102 │+                                                Tk {
[INFO] [stdout]         103 │+                                                    class: Str,
[INFO] [stdout]         104 │+                                                    span: Span {
[INFO] [stdout]         105 │+                                                        range: 12..16,
[INFO] [stdout]         106 │+                                                        source: "echo foo && echo bar",
[INFO] [stdout]         107 │+                                                    },
[INFO] [stdout]         108 │+                                                    flags: TkFlags(
[INFO] [stdout]         109 │+                                                        IS_CMD | BUILTIN,
[INFO] [stdout]         110 │+                                                    ),
[INFO] [stdout]         111 │+                                                },
[INFO] [stdout]         112 │+                                                Tk {
[INFO] [stdout]         113 │+                                                    class: Str,
[INFO] [stdout]         114 │+                                                    span: Span {
[INFO] [stdout]         115 │+                                                        range: 17..20,
[INFO] [stdout]         116 │+                                                        source: "echo foo && echo bar",
[INFO] [stdout]         117 │+                                                    },
[INFO] [stdout]         118 │+                                                    flags: TkFlags(
[INFO] [stdout]         119 │+                                                        0x0,
[INFO] [stdout]         120 │+                                                    ),
[INFO] [stdout]         121 │+                                                },
[INFO] [stdout]         122 │+                                            ],
[INFO] [stdout]         123 │+                                        },
[INFO] [stdout]         124 │+                                        flags: NdFlags(
[INFO] [stdout]         125 │+                                            0x0,
[INFO] [stdout]         126 │+                                        ),
[INFO] [stdout]         127 │+                                        redirs: [],
[INFO] [stdout]         128 │+                                        tokens: [
[INFO] [stdout]         129 │+                                            Tk {
[INFO] [stdout]         130 │+                                                class: Str,
[INFO] [stdout]         131 │+                                                span: Span {
[INFO] [stdout]         132 │+                                                    range: 12..16,
[INFO] [stdout]         133 │+                                                    source: "echo foo && echo bar",
[INFO] [stdout]         134 │+                                                },
[INFO] [stdout]         135 │+                                                flags: TkFlags(
[INFO] [stdout]         136 │+                                                    IS_CMD | BUILTIN,
[INFO] [stdout]         137 │+                                                ),
[INFO] [stdout]         138 │+                                            },
[INFO] [stdout]         139 │+                                            Tk {
[INFO] [stdout]         140 │+                                                class: Str,
[INFO] [stdout]         141 │+                                                span: Span {
[INFO] [stdout]         142 │+                                                    range: 17..20,
[INFO] [stdout]         143 │+                                                    source: "echo foo && echo bar",
[INFO] [stdout]         144 │+                                                },
[INFO] [stdout]         145 │+                                                flags: TkFlags(
[INFO] [stdout]         146 │+                                                    0x0,
[INFO] [stdout]         147 │+                                                ),
[INFO] [stdout]         148 │+                                            },
[INFO] [stdout]         149 │+                                        ],
[INFO] [stdout]         150 │+                                    },
[INFO] [stdout]         151 │+                                ],
[INFO] [stdout]         152 │+                                pipe_err: false,
[INFO] [stdout]         153 │+                            },
[INFO] [stdout]         154 │+                            flags: NdFlags(
[INFO] [stdout]         155 │+                                0x0,
[INFO] [stdout]         156 │+                            ),
[INFO] [stdout]         157 │+                            redirs: [],
[INFO] [stdout]         158 │+                            tokens: [
[INFO] [stdout]         159 │+                                Tk {
[INFO] [stdout]         160 │+                                    class: Str,
[INFO] [stdout]         161 │+                                    span: Span {
[INFO] [stdout]         162 │+                                        range: 12..16,
[INFO] [stdout]         163 │+                                        source: "echo foo && echo bar",
[INFO] [stdout]         164 │+                                    },
[INFO] [stdout]         165 │+                                    flags: TkFlags(
[INFO] [stdout]         166 │+                                        IS_CMD | BUILTIN,
[INFO] [stdout]         167 │+                                    ),
[INFO] [stdout]         168 │+                                },
[INFO] [stdout]         169 │+                                Tk {
[INFO] [stdout]         170 │+                                    class: Str,
[INFO] [stdout]         171 │+                                    span: Span {
[INFO] [stdout]         172 │+                                        range: 17..20,
[INFO] [stdout]         173 │+                                        source: "echo foo && echo bar",
[INFO] [stdout]         174 │+                                    },
[INFO] [stdout]         175 │+                                    flags: TkFlags(
[INFO] [stdout]         176 │+                                        0x0,
[INFO] [stdout]         177 │+                                    ),
[INFO] [stdout]         178 │+                                },
[INFO] [stdout]         179 │+                            ],
[INFO] [stdout]         180 │+                        },
[INFO] [stdout]         181 │+                        operator: Null,
[INFO] [stdout]         182 │+                    },
[INFO] [stdout]         183 │+                ],
[INFO] [stdout]         184 │+            },
[INFO] [stdout]         185 │+            flags: NdFlags(
[INFO] [stdout]         186 │+                0x0,
[INFO] [stdout]         187 │+            ),
[INFO] [stdout]         188 │+            redirs: [],
[INFO] [stdout]         189 │+            tokens: [
[INFO] [stdout]         190 │+                Tk {
[INFO] [stdout]         191 │+                    class: Str,
[INFO] [stdout]         192 │+                    span: Span {
[INFO] [stdout]         193 │+                        range: 0..4,
[INFO] [stdout]         194 │+                        source: "echo foo && echo bar",
[INFO] [stdout]         195 │+                    },
[INFO] [stdout]         196 │+                    flags: TkFlags(
[INFO] [stdout]         197 │+                        IS_CMD | BUILTIN,
[INFO] [stdout]         198 │+                    ),
[INFO] [stdout]         199 │+                },
[INFO] [stdout]         200 │+                Tk {
[INFO] [stdout]         201 │+                    class: Str,
[INFO] [stdout]         202 │+                    span: Span {
[INFO] [stdout]         203 │+                        range: 5..8,
[INFO] [stdout]         204 │+                        source: "echo foo && echo bar",
[INFO] [stdout]         205 │+                    },
[INFO] [stdout]         206 │+                    flags: TkFlags(
[INFO] [stdout]         207 │+                        0x0,
[INFO] [stdout]         208 │+                    ),
[INFO] [stdout]         209 │+                },
[INFO] [stdout]         210 │+                Tk {
[INFO] [stdout]         211 │+                    class: And,
[INFO] [stdout]         212 │+                    span: Span {
[INFO] [stdout]         213 │+                        range: 9..11,
[INFO] [stdout]         214 │+                        source: "echo foo && echo bar",
[INFO] [stdout]         215 │+                    },
[INFO] [stdout]         216 │+                    flags: TkFlags(
[INFO] [stdout]         217 │+                        0x0,
[INFO] [stdout]         218 │+                    ),
[INFO] [stdout]         219 │+                },
[INFO] [stdout]         220 │+                Tk {
[INFO] [stdout]         221 │+                    class: Str,
[INFO] [stdout]         222 │+                    span: Span {
[INFO] [stdout]         223 │+                        range: 12..16,
[INFO] [stdout]         224 │+                        source: "echo foo && echo bar",
[INFO] [stdout]         225 │+                    },
[INFO] [stdout]         226 │+                    flags: TkFlags(
[INFO] [stdout]         227 │+                        IS_CMD | BUILTIN,
[INFO] [stdout]         228 │+                    ),
[INFO] [stdout]         229 │+                },
[INFO] [stdout]         230 │+                Tk {
[INFO] [stdout]         231 │+                    class: Str,
[INFO] [stdout]         232 │+                    span: Span {
[INFO] [stdout]         233 │+                        range: 17..20,
[INFO] [stdout]         234 │+                        source: "echo foo && echo bar",
[INFO] [stdout]         235 │+                    },
[INFO] [stdout]         236 │+                    flags: TkFlags(
[INFO] [stdout]         237 │+                        0x0,
[INFO] [stdout]         238 │+                    ),
[INFO] [stdout]         239 │+                },
[INFO] [stdout]         240 │+            ],
[INFO] [stdout]         241 │+        },
[INFO] [stdout]         242 │+    ),
[INFO] [stdout]         243 │+]
[INFO] [stdout] ────────────┴───────────────────────────────────────────────────────────────────
[INFO] [stdout] 
[INFO] [stdout] thread 'tests::parser::parse_conjunction' panicked at src/tests/parser.rs:33:3:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5622bf9977d2 - std::backtrace_rs::backtrace::libunwind::trace::h2d45396358f41939
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5622bf9977d2 - std::backtrace_rs::backtrace::trace_unsynchronized::hffcefc0b67f1d6e2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5622bf9977d2 - std::sys::backtrace::_print_fmt::hd72f71d23b436b92
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x5622bf9977d2 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::hdcfcb6d4c8489523
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x5622bf9c1293 - core::fmt::rt::Argument::fmt::h2c56b3114963061a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x5622bf9c1293 - core::fmt::write::h8a494366950f23bb
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x5622bf993513 - std::io::default_write_fmt::h7b8824096454f323
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5622bf993513 - std::io::Write::write_fmt::h4e71294925c334d0
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x5622bf997622 - std::sys::backtrace::BacktraceLock::print::hb2a626a81e06b2dc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x5622bf999289 - std::panicking::default_hook::{{closure}}::h4f78485264f12d10
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:300:27
[INFO] [stdout]   10:     0x5622bf9990be - std::panicking::default_hook::h2c66fc99e962531d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:324:9
[INFO] [stdout]   11:     0x5622bf68d654 - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hb6bd65493727d71a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   12:     0x5622bf68d654 - test::test_main_with_exit_callback::{{closure}}::h60217ec76a0ece4a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5622bf999c5e - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h318e4efb8c1a5689
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   14:     0x5622bf999c5e - std::panicking::rust_panic_with_hook::h33ac55f64bbd807d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:841:13
[INFO] [stdout]   15:     0x5622bf999a2a - std::panicking::begin_panic_handler::{{closure}}::h30e7cb89678a57fe
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:706:13
[INFO] [stdout]   16:     0x5622bf997cc9 - std::sys::backtrace::__rust_end_short_backtrace::hed60f27456c16ced
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x5622bf9996bd - __rustc[de2ca18b4c54d5b8]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:697:5
[INFO] [stdout]   18:     0x5622bf9bec60 - core::panicking::panic_fmt::h62f63d096dd276af
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x5622bf9bf126 - core::result::unwrap_failed::h95bc3f5a607b2c95
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/result.rs:1765:5
[INFO] [stdout]   20:     0x5622bf3fde49 - core::result::Result<T,E>::unwrap::hde6c952f47dfc4d7
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/result.rs:1167:23
[INFO] [stdout]   21:     0x5622bf3fde49 - fern::tests::parser::parse_conjunction::h1c35b1d8ec5fe4eb
[INFO] [stdout]                                at /opt/rustwide/workdir/src/tests/parser.rs:33:3
[INFO] [stdout]   22:     0x5622bf3fd907 - fern::tests::parser::parse_conjunction::{{closure}}::hf72c665666f1a409
[INFO] [stdout]                                at /opt/rustwide/workdir/src/tests/parser.rs:26:23
[INFO] [stdout]   23:     0x5622bf4f6506 - core::ops::function::FnOnce::call_once::hee2ab6b356cde690
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   24:     0x5622bf692ebb - core::ops::function::FnOnce::call_once::h1f9474f1347fff52
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   25:     0x5622bf692ebb - test::__rust_begin_short_backtrace::ha52ab26e77157f03
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:648:18
[INFO] [stdout]   26:     0x5622bf691ff5 - test::run_test_in_process::{{closure}}::h229c1a11a50b261f
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:74
[INFO] [stdout]   27:     0x5622bf691ff5 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h78821afbf97b39a9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   28:     0x5622bf691ff5 - std::panicking::catch_unwind::do_call::h53abf3ed5bd32ba3
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   29:     0x5622bf691ff5 - std::panicking::catch_unwind::h6deb5fe1e91873c9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   30:     0x5622bf691ff5 - std::panic::catch_unwind::hea0829b6b565654b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   31:     0x5622bf691ff5 - test::run_test_in_process::hdc44dfecea3db21b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:27
[INFO] [stdout]   32:     0x5622bf691ff5 - test::run_test::{{closure}}::h0364ba59bf23f652
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:592:43
[INFO] [stdout]   33:     0x5622bf655bf4 - test::run_test::{{closure}}::h32730b304eec05da
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:622:41
[INFO] [stdout]   34:     0x5622bf655bf4 - std::sys::backtrace::__rust_begin_short_backtrace::h177cb952fc54ad2c
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   35:     0x5622bf6595ca - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h119d903520007597
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   36:     0x5622bf6595ca - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hab88401d606702a6
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   37:     0x5622bf6595ca - std::panicking::catch_unwind::do_call::h163fe12cca9901c2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   38:     0x5622bf6595ca - std::panicking::catch_unwind::he81557d0e17cc1bc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   39:     0x5622bf6595ca - std::panic::catch_unwind::hc2b8e79c20593955
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x5622bf6595ca - std::thread::Builder::spawn_unchecked_::{{closure}}::hfa6b4978e07815cc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   41:     0x5622bf6595ca - core::ops::function::FnOnce::call_once{{vtable.shim}}::hddcd7484a13fd793
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   42:     0x5622bf99cd2f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h5924238c754de3b8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1971:9
[INFO] [stdout]   43:     0x5622bf99cd2f - std::sys::pal::unix::thread::Thread::new::thread_start::hb6e99e73da4d28f8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/pal/unix/thread.rs:107:17
[INFO] [stdout]   44:     0x730dc6d54aa4 - <unknown>
[INFO] [stdout]   45:     0x730dc6de1a34 - clone
[INFO] [stdout]   46:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- tests::parser::parse_case_multiline stdout ----
[INFO] [stdout] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ Snapshot Summary ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
[INFO] [stdout] Snapshot file: src/tests/snapshots/fern__tests__parser__parse_case_multiline.snap
[INFO] [stdout] Snapshot: parse_case_multiline
[INFO] [stdout] Source: src/tests/parser.rs:166
[INFO] [stdout] ────────────────────────────────────────────────────────────────────────────────
[INFO] [stdout] Expression: nodes
[INFO] [stdout] ────────────────────────────────────────────────────────────────────────────────
[INFO] [stdout] +new results
[INFO] [stdout] ────────────┬───────────────────────────────────────────────────────────────────
[INFO] [stdout]           0 │+[
[INFO] [stdout]           1 │+    Ok(
[INFO] [stdout]           2 │+        Node {
[INFO] [stdout]           3 │+            class: Conjunction {
[INFO] [stdout]           4 │+                elements: [
[INFO] [stdout]           5 │+                    ConjunctNode {
[INFO] [stdout]           6 │+                        cmd: Node {
[INFO] [stdout]           7 │+                            class: CaseNode {
[INFO] [stdout]           8 │+                                pattern: Tk {
[INFO] [stdout]           9 │+                                    class: Str,
[INFO] [stdout]          10 │+                                    span: Span {
[INFO] [stdout]          11 │+                                        range: 5..8,
[INFO] [stdout]          12 │+                                        source: "case foo in\n\tfoo) bar\n\t;;\n\tbar) foo\n\t;;\n\tbiz) baz\n\t;;\nesac",
[INFO] [stdout]          13 │+                                    },
[INFO] [stdout]          14 │+                                    flags: TkFlags(
[INFO] [stdout]          15 │+                                        0x0,
[INFO] [stdout]          16 │+                                    ),
[INFO] [stdout]          17 │+                                },
[INFO] [stdout]          18 │+                                case_blocks: [
[INFO] [stdout]          19 │+                                    CaseNode {
[INFO] [stdout]          20 │+                                        pattern: Tk {
[INFO] [stdout]          21 │+                                            class: CasePattern,
[INFO] [stdout]          22 │+                                            span: Span {
[INFO] [stdout]          23 │+                                                range: 13..17,
[INFO] [stdout]          24 │+                                                source: "case foo in\n\tfoo) bar\n\t;;\n\tbar) foo\n\t;;\n\tbiz) baz\n\t;;\nesac",
[INFO] [stdout]          25 │+                                            },
[INFO] [stdout]          26 │+                                            flags: TkFlags(
[INFO] [stdout]          27 │+                                                0x0,
[INFO] [stdout]          28 │+                                            ),
[INFO] [stdout]          29 │+                                        },
[INFO] [stdout]          30 │+                                        body: [
[INFO] [stdout]          31 │+                                            Node {
[INFO] [stdout]          32 │+                                                class: Pipeline {
[INFO] [stdout]          33 │+                                                    cmds: [
[INFO] [stdout]          34 │+                                                        Node {
[INFO] [stdout]          35 │+                                                            class: Command {
[INFO] [stdout]          36 │+                                                                assignments: [],
[INFO] [stdout]          37 │+                                                                argv: [
[INFO] [stdout]          38 │+                                                                    Tk {
[INFO] [stdout]          39 │+                                                                        class: Str,
[INFO] [stdout]          40 │+                                                                        span: Span {
[INFO] [stdout]          41 │+                                                                            range: 18..21,
[INFO] [stdout]          42 │+                                                                            source: "case foo in\n\tfoo) bar\n\t;;\n\tbar) foo\n\t;;\n\tbiz) baz\n\t;;\nesac",
[INFO] [stdout]          43 │+                                                                        },
[INFO] [stdout]          44 │+                                                                        flags: TkFlags(
[INFO] [stdout]          45 │+                                                                            IS_CMD,
[INFO] [stdout]          46 │+                                                                        ),
[INFO] [stdout]          47 │+                                                                    },
[INFO] [stdout]          48 │+                                                                ],
[INFO] [stdout]          49 │+                                                            },
[INFO] [stdout]          50 │+                                                            flags: NdFlags(
[INFO] [stdout]          51 │+                                                                0x0,
[INFO] [stdout]          52 │+                                                            ),
[INFO] [stdout]          53 │+                                                            redirs: [],
[INFO] [stdout]          54 │+                                                            tokens: [
[INFO] [stdout]          55 │+                                                                Tk {
[INFO] [stdout]          56 │+                                                                    class: Str,
[INFO] [stdout]          57 │+                                                                    span: Span {
[INFO] [stdout]          58 │+                                                                        range: 18..21,
[INFO] [stdout]          59 │+                                                                        source: "case foo in\n\tfoo) bar\n\t;;\n\tbar) foo\n\t;;\n\tbiz) baz\n\t;;\nesac",
[INFO] [stdout]          60 │+                                                                    },
[INFO] [stdout]          61 │+                                                                    flags: TkFlags(
[INFO] [stdout]          62 │+                                                                        IS_CMD,
[INFO] [stdout]          63 │+                                                                    ),
[INFO] [stdout]          64 │+                                                                },
[INFO] [stdout]          65 │+                                                                Tk {
[INFO] [stdout]          66 │+                                                                    class: Sep,
[INFO] [stdout]          67 │+                                                                    span: Span {
[INFO] [stdout]          68 │+                                                                        range: 21..27,
[INFO] [stdout]          69 │+                                                                        source: "case foo in\n\tfoo) bar\n\t;;\n\tbar) foo\n\t;;\n\tbiz) baz\n\t;;\nesac",
[INFO] [stdout]          70 │+                                                                    },
[INFO] [stdout]          71 │+                                                                    flags: TkFlags(
[INFO] [stdout]          72 │+                                                                        0x0,
[INFO] [stdout]          73 │+                                                                    ),
[INFO] [stdout]          74 │+                                                                },
[INFO] [stdout]          75 │+                                                            ],
[INFO] [stdout]          76 │+                                                        },
[INFO] [stdout]          77 │+                                                    ],
[INFO] [stdout]          78 │+                                                    pipe_err: false,
[INFO] [stdout]          79 │+                                                },
[INFO] [stdout]          80 │+                                                flags: NdFlags(
[INFO] [stdout]          81 │+                                                    0x0,
[INFO] [stdout]          82 │+                                                ),
[INFO] [stdout]          83 │+                                                redirs: [],
[INFO] [stdout]          84 │+                                                tokens: [
[INFO] [stdout]          85 │+                                                    Tk {
[INFO] [stdout]          86 │+                                                        class: Str,
[INFO] [stdout]          87 │+                                                        span: Span {
[INFO] [stdout]          88 │+                                                            range: 18..21,
[INFO] [stdout]          89 │+                                                            source: "case foo in\n\tfoo) bar\n\t;;\n\tbar) foo\n\t;;\n\tbiz) baz\n\t;;\nesac",
[INFO] [stdout]          90 │+                                                        },
[INFO] [stdout]          91 │+                                                        flags: TkFlags(
[INFO] [stdout]          92 │+                                                            IS_CMD,
[INFO] [stdout]          93 │+                                                        ),
[INFO] [stdout]          94 │+                                                    },
[INFO] [stdout]          95 │+                                                    Tk {
[INFO] [stdout]          96 │+                                                        class: Sep,
[INFO] [stdout]          97 │+                                                        span: Span {
[INFO] [stdout]          98 │+                                                            range: 21..27,
[INFO] [stdout]          99 │+                                                            source: "case foo in\n\tfoo) bar\n\t;;\n\tbar) foo\n\t;;\n\tbiz) baz\n\t;;\nesac",
[INFO] [stdout]         100 │+                                                        },
[INFO] [stdout]         101 │+                                                        flags: TkFlags(
[INFO] [stdout]         102 │+                                                            0x0,
[INFO] [stdout]         103 │+                                                        ),
[INFO] [stdout]         104 │+                                                    },
[INFO] [stdout]         105 │+                                                ],
[INFO] [stdout]         106 │+                                            },
[INFO] [stdout]         107 │+                                        ],
[INFO] [stdout]         108 │+                                    },
[INFO] [stdout]         109 │+                                    CaseNode {
[INFO] [stdout]         110 │+                                        pattern: Tk {
[INFO] [stdout]         111 │+                                            class: CasePattern,
[INFO] [stdout]         112 │+                                            span: Span {
[INFO] [stdout]         113 │+                                                range: 27..31,
[INFO] [stdout]         114 │+                                                source: "case foo in\n\tfoo) bar\n\t;;\n\tbar) foo\n\t;;\n\tbiz) baz\n\t;;\nesac",
[INFO] [stdout]         115 │+                                            },
[INFO] [stdout]         116 │+                                            flags: TkFlags(
[INFO] [stdout]         117 │+                                                0x0,
[INFO] [stdout]         118 │+                                            ),
[INFO] [stdout]         119 │+                                        },
[INFO] [stdout]         120 │+                                        body: [
[INFO] [stdout]         121 │+                                            Node {
[INFO] [stdout]         122 │+                                                class: Pipeline {
[INFO] [stdout]         123 │+                                                    cmds: [
[INFO] [stdout]         124 │+                                                        Node {
[INFO] [stdout]         125 │+                                                            class: Command {
[INFO] [stdout]         126 │+                                                                assignments: [],
[INFO] [stdout]         127 │+                                                                argv: [
[INFO] [stdout]         128 │+                                                                    Tk {
[INFO] [stdout]         129 │+                                                                        class: Str,
[INFO] [stdout]         130 │+                                                                        span: Span {
[INFO] [stdout]         131 │+                                                                            range: 32..35,
[INFO] [stdout]         132 │+                                                                            source: "case foo in\n\tfoo) bar\n\t;;\n\tbar) foo\n\t;;\n\tbiz) baz\n\t;;\nesac",
[INFO] [stdout]         133 │+                                                                        },
[INFO] [stdout]         134 │+                                                                        flags: TkFlags(
[INFO] [stdout]         135 │+                                                                            IS_CMD,
[INFO] [stdout]         136 │+                                                                        ),
[INFO] [stdout]         137 │+                                                                    },
[INFO] [stdout]         138 │+                                                                ],
[INFO] [stdout]         139 │+                                                            },
[INFO] [stdout]         140 │+                                                            flags: NdFlags(
[INFO] [stdout]         141 │+                                                                0x0,
[INFO] [stdout]         142 │+                                                            ),
[INFO] [stdout]         143 │+                                                            redirs: [],
[INFO] [stdout]         144 │+                                                            tokens: [
[INFO] [stdout]         145 │+                                                                Tk {
[INFO] [stdout]         146 │+                                                                    class: Str,
[INFO] [stdout]         147 │+                                                                    span: Span {
[INFO] [stdout]         148 │+                                                                        range: 32..35,
[INFO] [stdout]         149 │+                                                                        source: "case foo in\n\tfoo) bar\n\t;;\n\tbar) foo\n\t;;\n\tbiz) baz\n\t;;\nesac",
[INFO] [stdout]         150 │+                                                                    },
[INFO] [stdout]         151 │+                                                                    flags: TkFlags(
[INFO] [stdout]         152 │+                                                                        IS_CMD,
[INFO] [stdout]         153 │+                                                                    ),
[INFO] [stdout]         154 │+                                                                },
[INFO] [stdout]         155 │+                                                                Tk {
[INFO] [stdout]         156 │+                                                                    class: Sep,
[INFO] [stdout]         157 │+                                                                    span: Span {
[INFO] [stdout]         158 │+                                                                        range: 35..41,
[INFO] [stdout]         159 │+                                                                        source: "case foo in\n\tfoo) bar\n\t;;\n\tbar) foo\n\t;;\n\tbiz) baz\n\t;;\nesac",
[INFO] [stdout]         160 │+                                                                    },
[INFO] [stdout]         161 │+                                                                    flags: TkFlags(
[INFO] [stdout]         162 │+                                                                        0x0,
[INFO] [stdout]         163 │+                                                                    ),
[INFO] [stdout]         164 │+                                                                },
[INFO] [stdout]         165 │+                                                            ],
[INFO] [stdout]         166 │+                                                        },
[INFO] [stdout]         167 │+                                                    ],
[INFO] [stdout]         168 │+                                                    pipe_err: false,
[INFO] [stdout]         169 │+                                                },
[INFO] [stdout]         170 │+                                                flags: NdFlags(
[INFO] [stdout]         171 │+                                                    0x0,
[INFO] [stdout]         172 │+                                                ),
[INFO] [stdout]         173 │+                                                redirs: [],
[INFO] [stdout]         174 │+                                                tokens: [
[INFO] [stdout]         175 │+                                                    Tk {
[INFO] [stdout]         176 │+                                                        class: Str,
[INFO] [stdout]         177 │+                                                        span: Span {
[INFO] [stdout]         178 │+                                                            range: 32..35,
[INFO] [stdout]         179 │+                                                            source: "case foo in\n\tfoo) bar\n\t;;\n\tbar) foo\n\t;;\n\tbiz) baz\n\t;;\nesac",
[INFO] [stdout]         180 │+                                                        },
[INFO] [stdout]         181 │+                                                        flags: TkFlags(
[INFO] [stdout]         182 │+                                                            IS_CMD,
[INFO] [stdout]         183 │+                                                        ),
[INFO] [stdout]         184 │+                                                    },
[INFO] [stdout]         185 │+                                                    Tk {
[INFO] [stdout]         186 │+                                                        class: Sep,
[INFO] [stdout]         187 │+                                                        span: Span {
[INFO] [stdout]         188 │+                                                            range: 35..41,
[INFO] [stdout]         189 │+                                                            source: "case foo in\n\tfoo) bar\n\t;;\n\tbar) foo\n\t;;\n\tbiz) baz\n\t;;\nesac",
[INFO] [stdout]         190 │+                                                        },
[INFO] [stdout]         191 │+                                                        flags: TkFlags(
[INFO] [stdout]         192 │+                                                            0x0,
[INFO] [stdout]         193 │+                                                        ),
[INFO] [stdout]         194 │+                                                    },
[INFO] [stdout]         195 │+                                                ],
[INFO] [stdout]         196 │+                                            },
[INFO] [stdout]         197 │+                                        ],
[INFO] [stdout]         198 │+                                    },
[INFO] [stdout]         199 │+                                    CaseNode {
[INFO] [stdout]         200 │+                                        pattern: Tk {
[INFO] [stdout]         201 │+                                            class: CasePattern,
[INFO] [stdout]         202 │+                                            span: Span {
[INFO] [stdout]         203 │+                                                range: 41..45,
[INFO] [stdout]         204 │+                                                source: "case foo in\n\tfoo) bar\n\t;;\n\tbar) foo\n\t;;\n\tbiz) baz\n\t;;\nesac",
[INFO] [stdout]         205 │+                                            },
[INFO] [stdout]         206 │+                                            flags: TkFlags(
[INFO] [stdout]         207 │+                                                0x0,
[INFO] [stdout]         208 │+                                            ),
[INFO] [stdout]         209 │+                                        },
[INFO] [stdout]         210 │+                                        body: [
[INFO] [stdout]         211 │+                                            Node {
[INFO] [stdout]         212 │+                                                class: Pipeline {
[INFO] [stdout]         213 │+                                                    cmds: [
[INFO] [stdout]         214 │+                                                        Node {
[INFO] [stdout]         215 │+                                                            class: Command {
[INFO] [stdout]         216 │+                                                                assignments: [],
[INFO] [stdout]         217 │+                                                                argv: [
[INFO] [stdout]         218 │+                                                                    Tk {
[INFO] [stdout]         219 │+                                                                        class: Str,
[INFO] [stdout]         220 │+                                                                        span: Span {
[INFO] [stdout]         221 │+                                                                            range: 46..49,
[INFO] [stdout]         222 │+                                                                            source: "case foo in\n\tfoo) bar\n\t;;\n\tbar) foo\n\t;;\n\tbiz) baz\n\t;;\nesac",
[INFO] [stdout]         223 │+                                                                        },
[INFO] [stdout]         224 │+                                                                        flags: TkFlags(
[INFO] [stdout]         225 │+                                                                            IS_CMD,
[INFO] [stdout]         226 │+                                                                        ),
[INFO] [stdout]         227 │+                                                                    },
[INFO] [stdout]         228 │+                                                                ],
[INFO] [stdout]         229 │+                                                            },
[INFO] [stdout]         230 │+                                                            flags: NdFlags(
[INFO] [stdout]         231 │+                                                                0x0,
[INFO] [stdout]         232 │+                                                            ),
[INFO] [stdout]         233 │+                                                            redirs: [],
[INFO] [stdout]         234 │+                                                            tokens: [
[INFO] [stdout]         235 │+                                                                Tk {
[INFO] [stdout]         236 │+                                                                    class: Str,
[INFO] [stdout]         237 │+                                                                    span: Span {
[INFO] [stdout]         238 │+                                                                        range: 46..49,
[INFO] [stdout]         239 │+                                                                        source: "case foo in\n\tfoo) bar\n\t;;\n\tbar) foo\n\t;;\n\tbiz) baz\n\t;;\nesac",
[INFO] [stdout]         240 │+                                                                    },
[INFO] [stdout]         241 │+                                                                    flags: TkFlags(
[INFO] [stdout]         242 │+                                                                        IS_CMD,
[INFO] [stdout]         243 │+                                                                    ),
[INFO] [stdout]         244 │+                                                                },
[INFO] [stdout]         245 │+                                                                Tk {
[INFO] [stdout]         246 │+                                                                    class: Sep,
[INFO] [stdout]         247 │+                                                                    span: Span {
[INFO] [stdout]         248 │+                                                                        range: 49..54,
[INFO] [stdout]         249 │+                                                                        source: "case foo in\n\tfoo) bar\n\t;;\n\tbar) foo\n\t;;\n\tbiz) baz\n\t;;\nesac",
[INFO] [stdout]         250 │+                                                                    },
[INFO] [stdout]         251 │+                                                                    flags: TkFlags(
[INFO] [stdout]         252 │+                                                                        0x0,
[INFO] [stdout]         253 │+                                                                    ),
[INFO] [stdout]         254 │+                                                                },
[INFO] [stdout]         255 │+                                                            ],
[INFO] [stdout]         256 │+                                                        },
[INFO] [stdout]         257 │+                                                    ],
[INFO] [stdout]         258 │+                                                    pipe_err: false,
[INFO] [stdout]         259 │+                                                },
[INFO] [stdout]         260 │+                                                flags: NdFlags(
[INFO] [stdout]         261 │+                                                    0x0,
[INFO] [stdout]         262 │+                                                ),
[INFO] [stdout]         263 │+                                                redirs: [],
[INFO] [stdout]         264 │+                                                tokens: [
[INFO] [stdout]         265 │+                                                    Tk {
[INFO] [stdout]         266 │+                                                        class: Str,
[INFO] [stdout]         267 │+                                                        span: Span {
[INFO] [stdout]         268 │+                                                            range: 46..49,
[INFO] [stdout]         269 │+                                                            source: "case foo in\n\tfoo) bar\n\t;;\n\tbar) foo\n\t;;\n\tbiz) baz\n\t;;\nesac",
[INFO] [stdout]         270 │+                                                        },
[INFO] [stdout]         271 │+                                                        flags: TkFlags(
[INFO] [stdout]         272 │+                                                            IS_CMD,
[INFO] [stdout]         273 │+                                                        ),
[INFO] [stdout]         274 │+                                                    },
[INFO] [stdout]         275 │+                                                    Tk {
[INFO] [stdout]         276 │+                                                        class: Sep,
[INFO] [stdout]         277 │+                                                        span: Span {
[INFO] [stdout]         278 │+                                                            range: 49..54,
[INFO] [stdout]         279 │+                                                            source: "case foo in\n\tfoo) bar\n\t;;\n\tbar) foo\n\t;;\n\tbiz) baz\n\t;;\nesac",
[INFO] [stdout]         280 │+                                                        },
[INFO] [stdout]         281 │+                                                        flags: TkFlags(
[INFO] [stdout]         282 │+                                                            0x0,
[INFO] [stdout]         283 │+                                                        ),
[INFO] [stdout]         284 │+                                                    },
[INFO] [stdout]         285 │+                                                ],
[INFO] [stdout]         286 │+                                            },
[INFO] [stdout]         287 │+                                        ],
[INFO] [stdout]         288 │+                                    },
[INFO] [stdout]         289 │+                                ],
[INFO] [stdout]         290 │+                            },
[INFO] [stdout]         291 │+                            flags: NdFlags(
[INFO] [stdout]         292 │+                                0x0,
[INFO] [stdout]         293 │+                            ),
[INFO] [stdout]         294 │+                            redirs: [],
[INFO] [stdout]         295 │+                            tokens: [
[INFO] [stdout]         296 │+                                Tk {
[INFO] [stdout]         297 │+                                    class: Str,
[INFO] [stdout]         298 │+                                    span: Span {
[INFO] [stdout]         299 │+                                        range: 0..4,
[INFO] [stdout]         300 │+                                        source: "case foo in\n\tfoo) bar\n\t;;\n\tbar) foo\n\t;;\n\tbiz) baz\n\t;;\nesac",
[INFO] [stdout]         301 │+                                    },
[INFO] [stdout]         302 │+                                    flags: TkFlags(
[INFO] [stdout]         303 │+                                        KEYWORD,
[INFO] [stdout]         304 │+                                    ),
[INFO] [stdout]         305 │+                                },
[INFO] [stdout]         306 │+                                Tk {
[INFO] [stdout]         307 │+                                    class: Str,
[INFO] [stdout]         308 │+                                    span: Span {
[INFO] [stdout]         309 │+                                        range: 5..8,
[INFO] [stdout]         310 │+                                        source: "case foo in\n\tfoo) bar\n\t;;\n\tbar) foo\n\t;;\n\tbiz) baz\n\t;;\nesac",
[INFO] [stdout]         311 │+                                    },
[INFO] [stdout]         312 │+                                    flags: TkFlags(
[INFO] [stdout]         313 │+                                        0x0,
[INFO] [stdout]         314 │+                                    ),
[INFO] [stdout]         315 │+                                },
[INFO] [stdout]         316 │+                                Tk {
[INFO] [stdout]         317 │+                                    class: Str,
[INFO] [stdout]         318 │+                                    span: Span {
[INFO] [stdout]         319 │+                                        range: 9..11,
[INFO] [stdout]         320 │+                                        source: "case foo in\n\tfoo) bar\n\t;;\n\tbar) foo\n\t;;\n\tbiz) baz\n\t;;\nesac",
[INFO] [stdout]         321 │+                                    },
[INFO] [stdout]         322 │+                                    flags: TkFlags(
[INFO] [stdout]         323 │+                                        KEYWORD,
[INFO] [stdout]         324 │+                                    ),
[INFO] [stdout]         325 │+                                },
[INFO] [stdout]         326 │+                                Tk {
[INFO] [stdout]         327 │+                                    class: Sep,
[INFO] [stdout]         328 │+                                    span: Span {
[INFO] [stdout]         329 │+                                        range: 11..13,
[INFO] [stdout]         330 │+                                        source: "case foo in\n\tfoo) bar\n\t;;\n\tbar) foo\n\t;;\n\tbiz) baz\n\t;;\nesac",
[INFO] [stdout]         331 │+                                    },
[INFO] [stdout]         332 │+                                    flags: TkFlags(
[INFO] [stdout]         333 │+                                        0x0,
[INFO] [stdout]         334 │+                                    ),
[INFO] [stdout]         335 │+                                },
[INFO] [stdout]         336 │+                                Tk {
[INFO] [stdout]         337 │+                                    class: CasePattern,
[INFO] [stdout]         338 │+                                    span: Span {
[INFO] [stdout]         339 │+                                        range: 13..17,
[INFO] [stdout]         340 │+                                        source: "case foo in\n\tfoo) bar\n\t;;\n\tbar) foo\n\t;;\n\tbiz) baz\n\t;;\nesac",
[INFO] [stdout]         341 │+                                    },
[INFO] [stdout]         342 │+                                    flags: TkFlags(
[INFO] [stdout]         343 │+                                        0x0,
[INFO] [stdout]         344 │+                                    ),
[INFO] [stdout]         345 │+                                },
[INFO] [stdout]         346 │+                                Tk {
[INFO] [stdout]         347 │+                                    class: Str,
[INFO] [stdout]         348 │+                                    span: Span {
[INFO] [stdout]         349 │+                                        range: 18..21,
[INFO] [stdout]         350 │+                                        source: "case foo in\n\tfoo) bar\n\t;;\n\tbar) foo\n\t;;\n\tbiz) baz\n\t;;\nesac",
[INFO] [stdout]         351 │+                                    },
[INFO] [stdout]         352 │+                                    flags: TkFlags(
[INFO] [stdout]         353 │+                                        IS_CMD,
[INFO] [stdout]         354 │+                                    ),
[INFO] [stdout]         355 │+                                },
[INFO] [stdout]         356 │+                                Tk {
[INFO] [stdout]         357 │+                                    class: Sep,
[INFO] [stdout]         358 │+                                    span: Span {
[INFO] [stdout]         359 │+                                        range: 21..27,
[INFO] [stdout]         360 │+                                        source: "case foo in\n\tfoo) bar\n\t;;\n\tbar) foo\n\t;;\n\tbiz) baz\n\t;;\nesac",
[INFO] [stdout]         361 │+                                    },
[INFO] [stdout]         362 │+                                    flags: TkFlags(
[INFO] [stdout]         363 │+                                        0x0,
[INFO] [stdout]         364 │+                                    ),
[INFO] [stdout]         365 │+                                },
[INFO] [stdout]         366 │+                                Tk {
[INFO] [stdout]         367 │+                                    class: CasePattern,
[INFO] [stdout]         368 │+                                    span: Span {
[INFO] [stdout]         369 │+                                        range: 27..31,
[INFO] [stdout]         370 │+                                        source: "case foo in\n\tfoo) bar\n\t;;\n\tbar) foo\n\t;;\n\tbiz) baz\n\t;;\nesac",
[INFO] [stdout]         371 │+                                    },
[INFO] [stdout]         372 │+                                    flags: TkFlags(
[INFO] [stdout]         373 │+                                        0x0,
[INFO] [stdout]         374 │+                                    ),
[INFO] [stdout]         375 │+                                },
[INFO] [stdout]         376 │+                                Tk {
[INFO] [stdout]         377 │+                                    class: Str,
[INFO] [stdout]         378 │+                                    span: Span {
[INFO] [stdout]         379 │+                                        range: 32..35,
[INFO] [stdout]         380 │+                                        source: "case foo in\n\tfoo) bar\n\t;;\n\tbar) foo\n\t;;\n\tbiz) baz\n\t;;\nesac",
[INFO] [stdout]         381 │+                                    },
[INFO] [stdout]         382 │+                                    flags: TkFlags(
[INFO] [stdout]         383 │+                                        IS_CMD,
[INFO] [stdout]         384 │+                                    ),
[INFO] [stdout]         385 │+                                },
[INFO] [stdout]         386 │+                                Tk {
[INFO] [stdout]         387 │+                                    class: Sep,
[INFO] [stdout]         388 │+                                    span: Span {
[INFO] [stdout]         389 │+                                        range: 35..41,
[INFO] [stdout]         390 │+                                        source: "case foo in\n\tfoo) bar\n\t;;\n\tbar) foo\n\t;;\n\tbiz) baz\n\t;;\nesac",
[INFO] [stdout]         391 │+                                    },
[INFO] [stdout]         392 │+                                    flags: TkFlags(
[INFO] [stdout]         393 │+                                        0x0,
[INFO] [stdout]         394 │+                                    ),
[INFO] [stdout]         395 │+                                },
[INFO] [stdout]         396 │+                                Tk {
[INFO] [stdout]         397 │+                                    class: CasePattern,
[INFO] [stdout]         398 │+                                    span: Span {
[INFO] [stdout]         399 │+                                        range: 41..45,
[INFO] [stdout]         400 │+                                        source: "case foo in\n\tfoo) bar\n\t;;\n\tbar) foo\n\t;;\n\tbiz) baz\n\t;;\nesac",
[INFO] [stdout]         401 │+                                    },
[INFO] [stdout]         402 │+                                    flags: TkFlags(
[INFO] [stdout]         403 │+                                        0x0,
[INFO] [stdout]         404 │+                                    ),
[INFO] [stdout]         405 │+                                },
[INFO] [stdout]         406 │+                                Tk {
[INFO] [stdout]         407 │+                                    class: Str,
[INFO] [stdout]         408 │+                                    span: Span {
[INFO] [stdout]         409 │+                                        range: 46..49,
[INFO] [stdout]         410 │+                                        source: "case foo in\n\tfoo) bar\n\t;;\n\tbar) foo\n\t;;\n\tbiz) baz\n\t;;\nesac",
[INFO] [stdout]         411 │+                                    },
[INFO] [stdout]         412 │+                                    flags: TkFlags(
[INFO] [stdout]         413 │+                                        IS_CMD,
[INFO] [stdout]         414 │+                                    ),
[INFO] [stdout]         415 │+                                },
[INFO] [stdout]         416 │+                                Tk {
[INFO] [stdout]         417 │+                                    class: Sep,
[INFO] [stdout]         418 │+                                    span: Span {
[INFO] [stdout]         419 │+                                        range: 49..54,
[INFO] [stdout]         420 │+                                        source: "case foo in\n\tfoo) bar\n\t;;\n\tbar) foo\n\t;;\n\tbiz) baz\n\t;;\nesac",
[INFO] [stdout]         421 │+                                    },
[INFO] [stdout]         422 │+                                    flags: TkFlags(
[INFO] [stdout]         423 │+                                        0x0,
[INFO] [stdout]         424 │+                                    ),
[INFO] [stdout]         425 │+                                },
[INFO] [stdout]         426 │+                                Tk {
[INFO] [stdout]         427 │+                                    class: Str,
[INFO] [stdout]         428 │+                                    span: Span {
[INFO] [stdout]         429 │+                                        range: 54..58,
[INFO] [stdout]         430 │+                                        source: "case foo in\n\tfoo) bar\n\t;;\n\tbar) foo\n\t;;\n\tbiz) baz\n\t;;\nesac",
[INFO] [stdout]         431 │+                                    },
[INFO] [stdout]         432 │+                                    flags: TkFlags(
[INFO] [stdout]         433 │+                                        KEYWORD,
[INFO] [stdout]         434 │+                                    ),
[INFO] [stdout]         435 │+                                },
[INFO] [stdout]         436 │+                            ],
[INFO] [stdout]         437 │+                        },
[INFO] [stdout]         438 │+                        operator: Null,
[INFO] [stdout]         439 │+                    },
[INFO] [stdout]         440 │+                ],
[INFO] [stdout]         441 │+            },
[INFO] [stdout]         442 │+            flags: NdFlags(
[INFO] [stdout]         443 │+                0x0,
[INFO] [stdout]         444 │+            ),
[INFO] [stdout]         445 │+            redirs: [],
[INFO] [stdout]         446 │+            tokens: [
[INFO] [stdout]         447 │+                Tk {
[INFO] [stdout]         448 │+                    class: Str,
[INFO] [stdout]         449 │+                    span: Span {
[INFO] [stdout]         450 │+                        range: 0..4,
[INFO] [stdout]         451 │+                        source: "case foo in\n\tfoo) bar\n\t;;\n\tbar) foo\n\t;;\n\tbiz) baz\n\t;;\nesac",
[INFO] [stdout]         452 │+                    },
[INFO] [stdout]         453 │+                    flags: TkFlags(
[INFO] [stdout]         454 │+                        KEYWORD,
[INFO] [stdout]         455 │+                    ),
[INFO] [stdout]         456 │+                },
[INFO] [stdout]         457 │+                Tk {
[INFO] [stdout]         458 │+                    class: Str,
[INFO] [stdout]         459 │+                    span: Span {
[INFO] [stdout]         460 │+                        range: 5..8,
[INFO] [stdout]         461 │+                        source: "case foo in\n\tfoo) bar\n\t;;\n\tbar) foo\n\t;;\n\tbiz) baz\n\t;;\nesac",
[INFO] [stdout]         462 │+                    },
[INFO] [stdout]         463 │+                    flags: TkFlags(
[INFO] [stdout]         464 │+                        0x0,
[INFO] [stdout]         465 │+                    ),
[INFO] [stdout]         466 │+                },
[INFO] [stdout]         467 │+                Tk {
[INFO] [stdout]         468 │+                    class: Str,
[INFO] [stdout]         469 │+                    span: Span {
[INFO] [stdout]         470 │+                        range: 9..11,
[INFO] [stdout]         471 │+                        source: "case foo in\n\tfoo) bar\n\t;;\n\tbar) foo\n\t;;\n\tbiz) baz\n\t;;\nesac",
[INFO] [stdout]         472 │+                    },
[INFO] [stdout]         473 │+                    flags: TkFlags(
[INFO] [stdout]         474 │+                        KEYWORD,
[INFO] [stdout]         475 │+                    ),
[INFO] [stdout]         476 │+                },
[INFO] [stdout]         477 │+                Tk {
[INFO] [stdout]         478 │+                    class: Sep,
[INFO] [stdout]         479 │+                    span: Span {
[INFO] [stdout]         480 │+                        range: 11..13,
[INFO] [stdout]         481 │+                        source: "case foo in\n\tfoo) bar\n\t;;\n\tbar) foo\n\t;;\n\tbiz) baz\n\t;;\nesac",
[INFO] [stdout]         482 │+                    },
[INFO] [stdout]         483 │+                    flags: TkFlags(
[INFO] [stdout]         484 │+                        0x0,
[INFO] [stdout]         485 │+                    ),
[INFO] [stdout]         486 │+                },
[INFO] [stdout]         487 │+                Tk {
[INFO] [stdout]         488 │+                    class: CasePattern,
[INFO] [stdout]         489 │+                    span: Span {
[INFO] [stdout]         490 │+                        range: 13..17,
[INFO] [stdout]         491 │+                        source: "case foo in\n\tfoo) bar\n\t;;\n\tbar) foo\n\t;;\n\tbiz) baz\n\t;;\nesac",
[INFO] [stdout]         492 │+                    },
[INFO] [stdout]         493 │+                    flags: TkFlags(
[INFO] [stdout]         494 │+                        0x0,
[INFO] [stdout]         495 │+                    ),
[INFO] [stdout]         496 │+                },
[INFO] [stdout]         497 │+                Tk {
[INFO] [stdout]         498 │+                    class: Str,
[INFO] [stdout]         499 │+                    span: Span {
[INFO] [stdout]         500 │+                        range: 18..21,
[INFO] [stdout]         501 │+                        source: "case foo in\n\tfoo) bar\n\t;;\n\tbar) foo\n\t;;\n\tbiz) baz\n\t;;\nesac",
[INFO] [stdout]         502 │+                    },
[INFO] [stdout]         503 │+                    flags: TkFlags(
[INFO] [stdout]         504 │+                        IS_CMD,
[INFO] [stdout]         505 │+                    ),
[INFO] [stdout]         506 │+                },
[INFO] [stdout]         507 │+                Tk {
[INFO] [stdout]         508 │+                    class: Sep,
[INFO] [stdout]         509 │+                    span: Span {
[INFO] [stdout]         510 │+                        range: 21..27,
[INFO] [stdout]         511 │+                        source: "case foo in\n\tfoo) bar\n\t;;\n\tbar) foo\n\t;;\n\tbiz) baz\n\t;;\nesac",
[INFO] [stdout]         512 │+                    },
[INFO] [stdout]         513 │+                    flags: TkFlags(
[INFO] [stdout]         514 │+                        0x0,
[INFO] [stdout]         515 │+                    ),
[INFO] [stdout]         516 │+                },
[INFO] [stdout]         517 │+                Tk {
[INFO] [stdout]         518 │+                    class: CasePattern,
[INFO] [stdout]         519 │+                    span: Span {
[INFO] [stdout]         520 │+                        range: 27..31,
[INFO] [stdout]         521 │+                        source: "case foo in\n\tfoo) bar\n\t;;\n\tbar) foo\n\t;;\n\tbiz) baz\n\t;;\nesac",
[INFO] [stdout]         522 │+                    },
[INFO] [stdout]         523 │+                    flags: TkFlags(
[INFO] [stdout]         524 │+                        0x0,
[INFO] [stdout]         525 │+                    ),
[INFO] [stdout]         526 │+                },
[INFO] [stdout]         527 │+                Tk {
[INFO] [stdout]         528 │+                    class: Str,
[INFO] [stdout]         529 │+                    span: Span {
[INFO] [stdout]         530 │+                        range: 32..35,
[INFO] [stdout]         531 │+                        source: "case foo in\n\tfoo) bar\n\t;;\n\tbar) foo\n\t;;\n\tbiz) baz\n\t;;\nesac",
[INFO] [stdout]         532 │+                    },
[INFO] [stdout]         533 │+                    flags: TkFlags(
[INFO] [stdout]         534 │+                        IS_CMD,
[INFO] [stdout]         535 │+                    ),
[INFO] [stdout]         536 │+                },
[INFO] [stdout]         537 │+                Tk {
[INFO] [stdout]         538 │+                    class: Sep,
[INFO] [stdout]         539 │+                    span: Span {
[INFO] [stdout]         540 │+                        range: 35..41,
[INFO] [stdout]         541 │+                        source: "case foo in\n\tfoo) bar\n\t;;\n\tbar) foo\n\t;;\n\tbiz) baz\n\t;;\nesac",
[INFO] [stdout]         542 │+                    },
[INFO] [stdout]         543 │+                    flags: TkFlags(
[INFO] [stdout]         544 │+                        0x0,
[INFO] [stdout]         545 │+                    ),
[INFO] [stdout]         546 │+                },
[INFO] [stdout]         547 │+                Tk {
[INFO] [stdout]         548 │+                    class: CasePattern,
[INFO] [stdout]         549 │+                    span: Span {
[INFO] [stdout]         550 │+                        range: 41..45,
[INFO] [stdout]         551 │+                        source: "case foo in\n\tfoo) bar\n\t;;\n\tbar) foo\n\t;;\n\tbiz) baz\n\t;;\nesac",
[INFO] [stdout]         552 │+                    },
[INFO] [stdout]         553 │+                    flags: TkFlags(
[INFO] [stdout]         554 │+                        0x0,
[INFO] [stdout]         555 │+                    ),
[INFO] [stdout]         556 │+                },
[INFO] [stdout]         557 │+                Tk {
[INFO] [stdout]         558 │+                    class: Str,
[INFO] [stdout]         559 │+                    span: Span {
[INFO] [stdout]         560 │+                        range: 46..49,
[INFO] [stdout]         561 │+                        source: "case foo in\n\tfoo) bar\n\t;;\n\tbar) foo\n\t;;\n\tbiz) baz\n\t;;\nesac",
[INFO] [stdout]         562 │+                    },
[INFO] [stdout]         563 │+                    flags: TkFlags(
[INFO] [stdout]         564 │+                        IS_CMD,
[INFO] [stdout]         565 │+                    ),
[INFO] [stdout]         566 │+                },
[INFO] [stdout]         567 │+                Tk {
[INFO] [stdout]         568 │+                    class: Sep,
[INFO] [stdout]         569 │+                    span: Span {
[INFO] [stdout]         570 │+                        range: 49..54,
[INFO] [stdout]         571 │+                        source: "case foo in\n\tfoo) bar\n\t;;\n\tbar) foo\n\t;;\n\tbiz) baz\n\t;;\nesac",
[INFO] [stdout]         572 │+                    },
[INFO] [stdout]         573 │+                    flags: TkFlags(
[INFO] [stdout]         574 │+                        0x0,
[INFO] [stdout]         575 │+                    ),
[INFO] [stdout]         576 │+                },
[INFO] [stdout]         577 │+                Tk {
[INFO] [stdout]         578 │+                    class: Str,
[INFO] [stdout]         579 │+                    span: Span {
[INFO] [stdout]         580 │+                        range: 54..58,
[INFO] [stdout]         581 │+                        source: "case foo in\n\tfoo) bar\n\t;;\n\tbar) foo\n\t;;\n\tbiz) baz\n\t;;\nesac",
[INFO] [stdout]         582 │+                    },
[INFO] [stdout]         583 │+                    flags: TkFlags(
[INFO] [stdout]         584 │+                        KEYWORD,
[INFO] [stdout]         585 │+                    ),
[INFO] [stdout]         586 │+                },
[INFO] [stdout]         587 │+            ],
[INFO] [stdout]         588 │+        },
[INFO] [stdout]         589 │+    ),
[INFO] [stdout]         590 │+]
[INFO] [stdout] ────────────┴───────────────────────────────────────────────────────────────────
[INFO] [stdout] 
[INFO] [stdout] thread 'tests::parser::parse_case_multiline' panicked at src/tests/parser.rs:166:3:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5622bf9977d2 - std::backtrace_rs::backtrace::libunwind::trace::h2d45396358f41939
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5622bf9977d2 - std::backtrace_rs::backtrace::trace_unsynchronized::hffcefc0b67f1d6e2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5622bf9977d2 - std::sys::backtrace::_print_fmt::hd72f71d23b436b92
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x5622bf9977d2 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::hdcfcb6d4c8489523
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x5622bf9c1293 - core::fmt::rt::Argument::fmt::h2c56b3114963061a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x5622bf9c1293 - core::fmt::write::h8a494366950f23bb
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x5622bf993513 - std::io::default_write_fmt::h7b8824096454f323
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5622bf993513 - std::io::Write::write_fmt::h4e71294925c334d0
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x5622bf997622 - std::sys::backtrace::BacktraceLock::print::hb2a626a81e06b2dc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x5622bf999289 - std::panicking::default_hook::{{closure}}::h4f78485264f12d10
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:300:27
[INFO] [stdout]   10:     0x5622bf9990be - std::panicking::default_hook::h2c66fc99e962531d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:324:9
[INFO] [stdout]   11:     0x5622bf68d654 - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hb6bd65493727d71a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   12:     0x5622bf68d654 - test::test_main_with_exit_callback::{{closure}}::h60217ec76a0ece4a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5622bf999c5e - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h318e4efb8c1a5689
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   14:     0x5622bf999c5e - std::panicking::rust_panic_with_hook::h33ac55f64bbd807d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:841:13
[INFO] [stdout]   15:     0x5622bf999a2a - std::panicking::begin_panic_handler::{{closure}}::h30e7cb89678a57fe
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:706:13
[INFO] [stdout]   16:     0x5622bf997cc9 - std::sys::backtrace::__rust_end_short_backtrace::hed60f27456c16ced
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x5622bf9996bd - __rustc[de2ca18b4c54d5b8]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:697:5
[INFO] [stdout]   18:     0x5622bf9bec60 - core::panicking::panic_fmt::h62f63d096dd276af
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x5622bf9bf126 - core::result::unwrap_failed::h95bc3f5a607b2c95
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/result.rs:1765:5
[INFO] [stdout]   20:     0x5622bf403d29 - core::result::Result<T,E>::unwrap::hde6c952f47dfc4d7
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/result.rs:1167:23
[INFO] [stdout]   21:     0x5622bf403d29 - fern::tests::parser::parse_case_multiline::h63583055bd9bbb21
[INFO] [stdout]                                at /opt/rustwide/workdir/src/tests/parser.rs:166:3
[INFO] [stdout]   22:     0x5622bf4037e7 - fern::tests::parser::parse_case_multiline::{{closure}}::he459de608c18a731
[INFO] [stdout]                                at /opt/rustwide/workdir/src/tests/parser.rs:152:26
[INFO] [stdout]   23:     0x5622bf4f4956 - core::ops::function::FnOnce::call_once::h36c0911783e71e6a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   24:     0x5622bf692ebb - core::ops::function::FnOnce::call_once::h1f9474f1347fff52
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   25:     0x5622bf692ebb - test::__rust_begin_short_backtrace::ha52ab26e77157f03
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:648:18
[INFO] [stdout]   26:     0x5622bf691ff5 - test::run_test_in_process::{{closure}}::h229c1a11a50b261f
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:74
[INFO] [stdout]   27:     0x5622bf691ff5 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h78821afbf97b39a9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   28:     0x5622bf691ff5 - std::panicking::catch_unwind::do_call::h53abf3ed5bd32ba3
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   29:     0x5622bf691ff5 - std::panicking::catch_unwind::h6deb5fe1e91873c9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   30:     0x5622bf691ff5 - std::panic::catch_unwind::hea0829b6b565654b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   31:     0x5622bf691ff5 - test::run_test_in_process::hdc44dfecea3db21b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:27
[INFO] [stdout]   32:     0x5622bf691ff5 - test::run_test::{{closure}}::h0364ba59bf23f652
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:592:43
[INFO] [stdout]   33:     0x5622bf655bf4 - test::run_test::{{closure}}::h32730b304eec05da
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:622:41
[INFO] [stdout]   34:     0x5622bf655bf4 - std::sys::backtrace::__rust_begin_short_backtrace::h177cb952fc54ad2c
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   35:     0x5622bf6595ca - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h119d903520007597
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   36:     0x5622bf6595ca - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hab88401d606702a6
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   37:     0x5622bf6595ca - std::panicking::catch_unwind::do_call::h163fe12cca9901c2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   38:     0x5622bf6595ca - std::panicking::catch_unwind::he81557d0e17cc1bc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   39:     0x5622bf6595ca - std::panic::catch_unwind::hc2b8e79c20593955
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x5622bf6595ca - std::thread::Builder::spawn_unchecked_::{{closure}}::hfa6b4978e07815cc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   41:     0x5622bf6595ca - core::ops::function::FnOnce::call_once{{vtable.shim}}::hddcd7484a13fd793
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   42:     0x5622bf99cd2f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h5924238c754de3b8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1971:9
[INFO] [stdout]   43:     0x5622bf99cd2f - std::sys::pal::unix::thread::Thread::new::thread_start::hb6e99e73da4d28f8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/pal/unix/thread.rs:107:17
[INFO] [stdout]   44:     0x730dc6d54aa4 - <unknown>
[INFO] [stdout]   45:     0x730dc6de1a34 - clone
[INFO] [stdout]   46:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- tests::lexer::lex_redir_fds stdout ----
[INFO] [stdout] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ Snapshot Summary ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
[INFO] [stdout] Snapshot file: src/tests/snapshots/fern__tests__lexer__lex_redir_fds.snap
[INFO] [stdout] Snapshot: lex_redir_fds
[INFO] [stdout] Source: src/tests/lexer.rs:21
[INFO] [stdout] ────────────────────────────────────────────────────────────────────────────────
[INFO] [stdout] Expression: tokens
[INFO] [stdout] ────────────────────────────────────────────────────────────────────────────────
[INFO] [stdout] +new results
[INFO] [stdout] ────────────┬───────────────────────────────────────────────────────────────────
[INFO] [stdout]           0 │+[
[INFO] [stdout]           1 │+    Ok(
[INFO] [stdout]           2 │+        Tk {
[INFO] [stdout]           3 │+            class: SOI,
[INFO] [stdout]           4 │+            span: Span {
[INFO] [stdout]           5 │+                range: 0..0,
[INFO] [stdout]           6 │+                source: "echo foo 1>&2",
[INFO] [stdout]           7 │+            },
[INFO] [stdout]           8 │+            flags: TkFlags(
[INFO] [stdout]           9 │+                0x0,
[INFO] [stdout]          10 │+            ),
[INFO] [stdout]          11 │+        },
[INFO] [stdout]          12 │+    ),
[INFO] [stdout]          13 │+    Ok(
[INFO] [stdout]          14 │+        Tk {
[INFO] [stdout]          15 │+            class: Str,
[INFO] [stdout]          16 │+            span: Span {
[INFO] [stdout]          17 │+                range: 0..4,
[INFO] [stdout]          18 │+                source: "echo foo 1>&2",
[INFO] [stdout]          19 │+            },
[INFO] [stdout]          20 │+            flags: TkFlags(
[INFO] [stdout]          21 │+                IS_CMD | BUILTIN,
[INFO] [stdout]          22 │+            ),
[INFO] [stdout]          23 │+        },
[INFO] [stdout]          24 │+    ),
[INFO] [stdout]          25 │+    Ok(
[INFO] [stdout]          26 │+        Tk {
[INFO] [stdout]          27 │+            class: Str,
[INFO] [stdout]          28 │+            span: Span {
[INFO] [stdout]          29 │+                range: 5..8,
[INFO] [stdout]          30 │+                source: "echo foo 1>&2",
[INFO] [stdout]          31 │+            },
[INFO] [stdout]          32 │+            flags: TkFlags(
[INFO] [stdout]          33 │+                0x0,
[INFO] [stdout]          34 │+            ),
[INFO] [stdout]          35 │+        },
[INFO] [stdout]          36 │+    ),
[INFO] [stdout]          37 │+    Ok(
[INFO] [stdout]          38 │+        Tk {
[INFO] [stdout]          39 │+            class: Redir,
[INFO] [stdout]          40 │+            span: Span {
[INFO] [stdout]          41 │+                range: 9..13,
[INFO] [stdout]          42 │+                source: "echo foo 1>&2",
[INFO] [stdout]          43 │+            },
[INFO] [stdout]          44 │+            flags: TkFlags(
[INFO] [stdout]          45 │+                0x0,
[INFO] [stdout]          46 │+            ),
[INFO] [stdout]          47 │+        },
[INFO] [stdout]          48 │+    ),
[INFO] [stdout]          49 │+    Ok(
[INFO] [stdout]          50 │+        Tk {
[INFO] [stdout]          51 │+            class: EOI,
[INFO] [stdout]          52 │+            span: Span {
[INFO] [stdout]          53 │+                range: 13..13,
[INFO] [stdout]          54 │+                source: "echo foo 1>&2",
[INFO] [stdout]          55 │+            },
[INFO] [stdout]          56 │+            flags: TkFlags(
[INFO] [stdout]          57 │+                0x0,
[INFO] [stdout]          58 │+            ),
[INFO] [stdout]          59 │+        },
[INFO] [stdout]          60 │+    ),
[INFO] [stdout]          61 │+]
[INFO] [stdout] ────────────┴───────────────────────────────────────────────────────────────────
[INFO] [stdout] 
[INFO] [stdout] thread 'tests::lexer::lex_redir_fds' panicked at src/tests/lexer.rs:21:3:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5622bf9977d2 - std::backtrace_rs::backtrace::libunwind::trace::h2d45396358f41939
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5622bf9977d2 - std::backtrace_rs::backtrace::trace_unsynchronized::hffcefc0b67f1d6e2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5622bf9977d2 - std::sys::backtrace::_print_fmt::hd72f71d23b436b92
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x5622bf9977d2 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::hdcfcb6d4c8489523
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x5622bf9c1293 - core::fmt::rt::Argument::fmt::h2c56b3114963061a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x5622bf9c1293 - core::fmt::write::h8a494366950f23bb
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x5622bf993513 - std::io::default_write_fmt::h7b8824096454f323
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5622bf993513 - std::io::Write::write_fmt::h4e71294925c334d0
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x5622bf997622 - std::sys::backtrace::BacktraceLock::print::hb2a626a81e06b2dc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x5622bf999289 - std::panicking::default_hook::{{closure}}::h4f78485264f12d10
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:300:27
[INFO] [stdout]   10:     0x5622bf9990be - std::panicking::default_hook::h2c66fc99e962531d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:324:9
[INFO] [stdout]   11:     0x5622bf68d654 - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hb6bd65493727d71a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   12:     0x5622bf68d654 - test::test_main_with_exit_callback::{{closure}}::h60217ec76a0ece4a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5622bf999c5e - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h318e4efb8c1a5689
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   14:     0x5622bf999c5e - std::panicking::rust_panic_with_hook::h33ac55f64bbd807d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:841:13
[INFO] [stdout]   15:     0x5622bf999a2a - std::panicking::begin_panic_handler::{{closure}}::h30e7cb89678a57fe
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:706:13
[INFO] [stdout]   16:     0x5622bf997cc9 - std::sys::backtrace::__rust_end_short_backtrace::hed60f27456c16ced
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x5622bf9996bd - __rustc[de2ca18b4c54d5b8]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:697:5
[INFO] [stdout]   18:     0x5622bf9bec60 - core::panicking::panic_fmt::h62f63d096dd276af
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x5622bf9bf126 - core::result::unwrap_failed::h95bc3f5a607b2c95
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/result.rs:1765:5
[INFO] [stdout]   20:     0x5622bf4511d2 - core::result::Result<T,E>::unwrap::hde6c952f47dfc4d7
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/result.rs:1167:23
[INFO] [stdout]   21:     0x5622bf4511d2 - fern::tests::lexer::lex_redir_fds::h1ff40f4df873917b
[INFO] [stdout]                                at /opt/rustwide/workdir/src/tests/lexer.rs:21:3
[INFO] [stdout]   22:     0x5622bf450ce7 - fern::tests::lexer::lex_redir_fds::{{closure}}::h2bf561880b6d0479
[INFO] [stdout]                                at /opt/rustwide/workdir/src/tests/lexer.rs:17:19
[INFO] [stdout]   23:     0x5622bf4f4d06 - core::ops::function::FnOnce::call_once::h4dad83a1ee585ecf
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   24:     0x5622bf692ebb - core::ops::function::FnOnce::call_once::h1f9474f1347fff52
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   25:     0x5622bf692ebb - test::__rust_begin_short_backtrace::ha52ab26e77157f03
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:648:18
[INFO] [stdout]   26:     0x5622bf691ff5 - test::run_test_in_process::{{closure}}::h229c1a11a50b261f
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:74
[INFO] [stdout]   27:     0x5622bf691ff5 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h78821afbf97b39a9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   28:     0x5622bf691ff5 - std::panicking::catch_unwind::do_call::h53abf3ed5bd32ba3
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   29:     0x5622bf691ff5 - std::panicking::catch_unwind::h6deb5fe1e91873c9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   30:     0x5622bf691ff5 - std::panic::catch_unwind::hea0829b6b565654b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   31:     0x5622bf691ff5 - test::run_test_in_process::hdc44dfecea3db21b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:27
[INFO] [stdout]   32:     0x5622bf691ff5 - test::run_test::{{closure}}::h0364ba59bf23f652
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:592:43
[INFO] [stdout]   33:     0x5622bf655bf4 - test::run_test::{{closure}}::h32730b304eec05da
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:622:41
[INFO] [stdout]   34:     0x5622bf655bf4 - std::sys::backtrace::__rust_begin_short_backtrace::h177cb952fc54ad2c
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   35:     0x5622bf6595ca - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h119d903520007597
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   36:     0x5622bf6595ca - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hab88401d606702a6
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   37:     0x5622bf6595ca - std::panicking::catch_unwind::do_call::h163fe12cca9901c2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   38:     0x5622bf6595ca - std::panicking::catch_unwind::he81557d0e17cc1bc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   39:     0x5622bf6595ca - std::panic::catch_unwind::hc2b8e79c20593955
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x5622bf6595ca - std::thread::Builder::spawn_unchecked_::{{closure}}::hfa6b4978e07815cc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   41:     0x5622bf6595ca - core::ops::function::FnOnce::call_once{{vtable.shim}}::hddcd7484a13fd793
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   42:     0x5622bf99cd2f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h5924238c754de3b8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1971:9
[INFO] [stdout]   43:     0x5622bf99cd2f - std::sys::pal::unix::thread::Thread::new::thread_start::hb6e99e73da4d28f8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/pal/unix/thread.rs:107:17
[INFO] [stdout]   44:     0x730dc6d54aa4 - <unknown>
[INFO] [stdout]   45:     0x730dc6de1a34 - clone
[INFO] [stdout]   46:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- tests::lexer::lex_simple stdout ----
[INFO] [stdout] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ Snapshot Summary ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
[INFO] [stdout] Snapshot file: src/tests/snapshots/fern__tests__lexer__lex_simple.snap
[INFO] [stdout] Snapshot: lex_simple
[INFO] [stdout] Source: src/tests/lexer.rs:7
[INFO] [stdout] ────────────────────────────────────────────────────────────────────────────────
[INFO] [stdout] Expression: tokens
[INFO] [stdout] ────────────────────────────────────────────────────────────────────────────────
[INFO] [stdout] +new results
[INFO] [stdout] ────────────┬───────────────────────────────────────────────────────────────────
[INFO] [stdout]           0 │+[
[INFO] [stdout]           1 │+    Ok(
[INFO] [stdout]           2 │+        Tk {
[INFO] [stdout]           3 │+            class: SOI,
[INFO] [stdout]           4 │+            span: Span {
[INFO] [stdout]           5 │+                range: 0..0,
[INFO] [stdout]           6 │+                source: "echo hello world",
[INFO] [stdout]           7 │+            },
[INFO] [stdout]           8 │+            flags: TkFlags(
[INFO] [stdout]           9 │+                0x0,
[INFO] [stdout]          10 │+            ),
[INFO] [stdout]          11 │+        },
[INFO] [stdout]          12 │+    ),
[INFO] [stdout]          13 │+    Ok(
[INFO] [stdout]          14 │+        Tk {
[INFO] [stdout]          15 │+            class: Str,
[INFO] [stdout]          16 │+            span: Span {
[INFO] [stdout]          17 │+                range: 0..4,
[INFO] [stdout]          18 │+                source: "echo hello world",
[INFO] [stdout]          19 │+            },
[INFO] [stdout]          20 │+            flags: TkFlags(
[INFO] [stdout]          21 │+                IS_CMD | BUILTIN,
[INFO] [stdout]          22 │+            ),
[INFO] [stdout]          23 │+        },
[INFO] [stdout]          24 │+    ),
[INFO] [stdout]          25 │+    Ok(
[INFO] [stdout]          26 │+        Tk {
[INFO] [stdout]          27 │+            class: Str,
[INFO] [stdout]          28 │+            span: Span {
[INFO] [stdout]          29 │+                range: 5..10,
[INFO] [stdout]          30 │+                source: "echo hello world",
[INFO] [stdout]          31 │+            },
[INFO] [stdout]          32 │+            flags: TkFlags(
[INFO] [stdout]          33 │+                0x0,
[INFO] [stdout]          34 │+            ),
[INFO] [stdout]          35 │+        },
[INFO] [stdout]          36 │+    ),
[INFO] [stdout]          37 │+    Ok(
[INFO] [stdout]          38 │+        Tk {
[INFO] [stdout]          39 │+            class: Str,
[INFO] [stdout]          40 │+            span: Span {
[INFO] [stdout]          41 │+                range: 11..16,
[INFO] [stdout]          42 │+                source: "echo hello world",
[INFO] [stdout]          43 │+            },
[INFO] [stdout]          44 │+            flags: TkFlags(
[INFO] [stdout]          45 │+                0x0,
[INFO] [stdout]          46 │+            ),
[INFO] [stdout]          47 │+        },
[INFO] [stdout]          48 │+    ),
[INFO] [stdout]          49 │+    Ok(
[INFO] [stdout]          50 │+        Tk {
[INFO] [stdout]          51 │+            class: EOI,
[INFO] [stdout]          52 │+            span: Span {
[INFO] [stdout]          53 │+                range: 16..16,
[INFO] [stdout]          54 │+                source: "echo hello world",
[INFO] [stdout]          55 │+            },
[INFO] [stdout]          56 │+            flags: TkFlags(
[INFO] [stdout]          57 │+                0x0,
[INFO] [stdout]          58 │+            ),
[INFO] [stdout]          59 │+        },
[INFO] [stdout]          60 │+    ),
[INFO] [stdout]          61 │+]
[INFO] [stdout] ────────────┴───────────────────────────────────────────────────────────────────
[INFO] [stdout] 
[INFO] [stdout] thread 'tests::lexer::lex_simple' panicked at src/tests/lexer.rs:7:3:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5622bf9977d2 - std::backtrace_rs::backtrace::libunwind::trace::h2d45396358f41939
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5622bf9977d2 - std::backtrace_rs::backtrace::trace_unsynchronized::hffcefc0b67f1d6e2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5622bf9977d2 - std::sys::backtrace::_print_fmt::hd72f71d23b436b92
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x5622bf9977d2 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::hdcfcb6d4c8489523
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x5622bf9c1293 - core::fmt::rt::Argument::fmt::h2c56b3114963061a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x5622bf9c1293 - core::fmt::write::h8a494366950f23bb
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x5622bf993513 - std::io::default_write_fmt::h7b8824096454f323
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5622bf993513 - std::io::Write::write_fmt::h4e71294925c334d0
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x5622bf997622 - std::sys::backtrace::BacktraceLock::print::hb2a626a81e06b2dc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x5622bf999289 - std::panicking::default_hook::{{closure}}::h4f78485264f12d10
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:300:27
[INFO] [stdout]   10:     0x5622bf9990be - std::panicking::default_hook::h2c66fc99e962531d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:324:9
[INFO] [stdout]   11:     0x5622bf68d654 - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hb6bd65493727d71a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   12:     0x5622bf68d654 - test::test_main_with_exit_callback::{{closure}}::h60217ec76a0ece4a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5622bf999c5e - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h318e4efb8c1a5689
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   14:     0x5622bf999c5e - std::panicking::rust_panic_with_hook::h33ac55f64bbd807d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:841:13
[INFO] [stdout]   15:     0x5622bf999a2a - std::panicking::begin_panic_handler::{{closure}}::h30e7cb89678a57fe
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:706:13
[INFO] [stdout]   16:     0x5622bf997cc9 - std::sys::backtrace::__rust_end_short_backtrace::hed60f27456c16ced
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x5622bf9996bd - __rustc[de2ca18b4c54d5b8]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:697:5
[INFO] [stdout]   18:     0x5622bf9bec60 - core::panicking::panic_fmt::h62f63d096dd276af
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x5622bf9bf126 - core::result::unwrap_failed::h95bc3f5a607b2c95
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/result.rs:1765:5
[INFO] [stdout]   20:     0x5622bf450352 - core::result::Result<T,E>::unwrap::hde6c952f47dfc4d7
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/result.rs:1167:23
[INFO] [stdout]   21:     0x5622bf450352 - fern::tests::lexer::lex_simple::h30663648f8c22d06
[INFO] [stdout]                                at /opt/rustwide/workdir/src/tests/lexer.rs:7:3
[INFO] [stdout]   22:     0x5622bf44fe67 - fern::tests::lexer::lex_simple::{{closure}}::hc66df80f6c572f5c
[INFO] [stdout]                                at /opt/rustwide/workdir/src/tests/lexer.rs:3:16
[INFO] [stdout]   23:     0x5622bf4f5246 - core::ops::function::FnOnce::call_once::h735f4a0064e3f9af
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   24:     0x5622bf692ebb - core::ops::function::FnOnce::call_once::h1f9474f1347fff52
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   25:     0x5622bf692ebb - test::__rust_begin_short_backtrace::ha52ab26e77157f03
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:648:18
[INFO] [stdout]   26:     0x5622bf691ff5 - test::run_test_in_process::{{closure}}::h229c1a11a50b261f
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:74
[INFO] [stdout]   27:     0x5622bf691ff5 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h78821afbf97b39a9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   28:     0x5622bf691ff5 - std::panicking::catch_unwind::do_call::h53abf3ed5bd32ba3
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   29:     0x5622bf691ff5 - std::panicking::catch_unwind::h6deb5fe1e91873c9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   30:     0x5622bf691ff5 - std::panic::catch_unwind::hea0829b6b565654b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   31:     0x5622bf691ff5 - test::run_test_in_process::hdc44dfecea3db21b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:27
[INFO] [stdout]   32:     0x5622bf691ff5 - test::run_test::{{closure}}::h0364ba59bf23f652
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:592:43
[INFO] [stdout]   33:     0x5622bf655bf4 - test::run_test::{{closure}}::h32730b304eec05da
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:622:41
[INFO] [stdout]   34:     0x5622bf655bf4 - std::sys::backtrace::__rust_begin_short_backtrace::h177cb952fc54ad2c
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   35:     0x5622bf6595ca - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h119d903520007597
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   36:     0x5622bf6595ca - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hab88401d606702a6
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   37:     0x5622bf6595ca - std::panicking::catch_unwind::do_call::h163fe12cca9901c2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   38:     0x5622bf6595ca - std::panicking::catch_unwind::he81557d0e17cc1bc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   39:     0x5622bf6595ca - std::panic::catch_unwind::hc2b8e79c20593955
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x5622bf6595ca - std::thread::Builder::spawn_unchecked_::{{closure}}::hfa6b4978e07815cc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   41:     0x5622bf6595ca - core::ops::function::FnOnce::call_once{{vtable.shim}}::hddcd7484a13fd793
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   42:     0x5622bf99cd2f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h5924238c754de3b8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1971:9
[INFO] [stdout]   43:     0x5622bf99cd2f - std::sys::pal::unix::thread::Thread::new::thread_start::hb6e99e73da4d28f8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/pal/unix/thread.rs:107:17
[INFO] [stdout]   44:     0x730dc6d54aa4 - <unknown>
[INFO] [stdout]   45:     0x730dc6de1a34 - clone
[INFO] [stdout]   46:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- tests::readline::fernvi_test_lorem_ipsum_1 stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'tests::readline::fernvi_test_lorem_ipsum_1' panicked at src/prompt/readline/term.rs:30:6:
[INFO] [stdout] Failed to get terminal attributes: ENOTTY
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5622bf9977d2 - std::backtrace_rs::backtrace::libunwind::trace::h2d45396358f41939
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5622bf9977d2 - std::backtrace_rs::backtrace::trace_unsynchronized::hffcefc0b67f1d6e2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5622bf9977d2 - std::sys::backtrace::_print_fmt::hd72f71d23b436b92
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x5622bf9977d2 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::hdcfcb6d4c8489523
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x5622bf9c1293 - core::fmt::rt::Argument::fmt::h2c56b3114963061a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x5622bf9c1293 - core::fmt::write::h8a494366950f23bb
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x5622bf993513 - std::io::default_write_fmt::h7b8824096454f323
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5622bf993513 - std::io::Write::write_fmt::h4e71294925c334d0
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x5622bf997622 - std::sys::backtrace::BacktraceLock::print::hb2a626a81e06b2dc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x5622bf999289 - std::panicking::default_hook::{{closure}}::h4f78485264f12d10
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:300:27
[INFO] [stdout]   10:     0x5622bf9990be - std::panicking::default_hook::h2c66fc99e962531d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:324:9
[INFO] [stdout]   11:     0x5622bf68d654 - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hb6bd65493727d71a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   12:     0x5622bf68d654 - test::test_main_with_exit_callback::{{closure}}::h60217ec76a0ece4a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5622bf999c5e - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h318e4efb8c1a5689
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   14:     0x5622bf999c5e - std::panicking::rust_panic_with_hook::h33ac55f64bbd807d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:841:13
[INFO] [stdout]   15:     0x5622bf999a2a - std::panicking::begin_panic_handler::{{closure}}::h30e7cb89678a57fe
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:706:13
[INFO] [stdout]   16:     0x5622bf997cc9 - std::sys::backtrace::__rust_end_short_backtrace::hed60f27456c16ced
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x5622bf9996bd - __rustc[de2ca18b4c54d5b8]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:697:5
[INFO] [stdout]   18:     0x5622bf9bec60 - core::panicking::panic_fmt::h62f63d096dd276af
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x5622bf9bf126 - core::result::unwrap_failed::h95bc3f5a607b2c95
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/result.rs:1765:5
[INFO] [stdout]   20:     0x5622bf489014 - core::result::Result<T,E>::expect::hfc4014688882799b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/result.rs:1119:23
[INFO] [stdout]   21:     0x5622bf462ef2 - fern::prompt::readline::term::raw_mode::h2799d8eea0a7660a
[INFO] [stdout]                                at /opt/rustwide/workdir/src/prompt/readline/term.rs:30:6
[INFO] [stdout]   22:     0x5622bf3f6776 - fern::tests::readline::fernvi_test::h5ffa3778b39ba307
[INFO] [stdout]                                at /opt/rustwide/workdir/src/tests/readline.rs:190:18
[INFO] [stdout]   23:     0x5622bf40ed4f - fern::tests::readline::fernvi_test_lorem_ipsum_1::hfdb0a8db1d01aef7
[INFO] [stdout]                                at /opt/rustwide/workdir/src/tests/readline.rs:604:14
[INFO] [stdout]   24:     0x5622bf40ed07 - fern::tests::readline::fernvi_test_lorem_ipsum_1::{{closure}}::h978d94a196113c2d
[INFO] [stdout]                                at /opt/rustwide/workdir/src/tests/readline.rs:603:31
[INFO] [stdout]   25:     0x5622bf4f5f06 - core::ops::function::FnOnce::call_once::hc42b437da32061e1
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   26:     0x5622bf692ebb - core::ops::function::FnOnce::call_once::h1f9474f1347fff52
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   27:     0x5622bf692ebb - test::__rust_begin_short_backtrace::ha52ab26e77157f03
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:648:18
[INFO] [stdout]   28:     0x5622bf691ff5 - test::run_test_in_process::{{closure}}::h229c1a11a50b261f
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:74
[INFO] [stdout]   29:     0x5622bf691ff5 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h78821afbf97b39a9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   30:     0x5622bf691ff5 - std::panicking::catch_unwind::do_call::h53abf3ed5bd32ba3
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   31:     0x5622bf691ff5 - std::panicking::catch_unwind::h6deb5fe1e91873c9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   32:     0x5622bf691ff5 - std::panic::catch_unwind::hea0829b6b565654b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   33:     0x5622bf691ff5 - test::run_test_in_process::hdc44dfecea3db21b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:27
[INFO] [stdout]   34:     0x5622bf691ff5 - test::run_test::{{closure}}::h0364ba59bf23f652
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:592:43
[INFO] [stdout]   35:     0x5622bf655bf4 - test::run_test::{{closure}}::h32730b304eec05da
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:622:41
[INFO] [stdout]   36:     0x5622bf655bf4 - std::sys::backtrace::__rust_begin_short_backtrace::h177cb952fc54ad2c
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   37:     0x5622bf6595ca - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h119d903520007597
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   38:     0x5622bf6595ca - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hab88401d606702a6
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   39:     0x5622bf6595ca - std::panicking::catch_unwind::do_call::h163fe12cca9901c2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   40:     0x5622bf6595ca - std::panicking::catch_unwind::he81557d0e17cc1bc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   41:     0x5622bf6595ca - std::panic::catch_unwind::hc2b8e79c20593955
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   42:     0x5622bf6595ca - std::thread::Builder::spawn_unchecked_::{{closure}}::hfa6b4978e07815cc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   43:     0x5622bf6595ca - core::ops::function::FnOnce::call_once{{vtable.shim}}::hddcd7484a13fd793
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   44:     0x5622bf99cd2f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h5924238c754de3b8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1971:9
[INFO] [stdout]   45:     0x5622bf99cd2f - std::sys::pal::unix::thread::Thread::new::thread_start::hb6e99e73da4d28f8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/pal/unix/thread.rs:107:17
[INFO] [stdout]   46:     0x730dc6d54aa4 - <unknown>
[INFO] [stdout]   47:     0x730dc6de1a34 - clone
[INFO] [stdout]   48:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- tests::readline::fernvi_test_lorem_ipsum_ctrl_w stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'tests::readline::fernvi_test_lorem_ipsum_ctrl_w' panicked at src/prompt/readline/term.rs:30:6:
[INFO] [stdout] Failed to get terminal attributes: ENOTTY
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5622bf9977d2 - std::backtrace_rs::backtrace::libunwind::trace::h2d45396358f41939
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5622bf9977d2 - std::backtrace_rs::backtrace::trace_unsynchronized::hffcefc0b67f1d6e2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5622bf9977d2 - std::sys::backtrace::_print_fmt::hd72f71d23b436b92
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x5622bf9977d2 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::hdcfcb6d4c8489523
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x5622bf9c1293 - core::fmt::rt::Argument::fmt::h2c56b3114963061a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x5622bf9c1293 - core::fmt::write::h8a494366950f23bb
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x5622bf993513 - std::io::default_write_fmt::h7b8824096454f323
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5622bf993513 - std::io::Write::write_fmt::h4e71294925c334d0
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x5622bf997622 - std::sys::backtrace::BacktraceLock::print::hb2a626a81e06b2dc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x5622bf999289 - std::panicking::default_hook::{{closure}}::h4f78485264f12d10
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:300:27
[INFO] [stdout]   10:     0x5622bf9990be - std::panicking::default_hook::h2c66fc99e962531d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:324:9
[INFO] [stdout]   11:     0x5622bf68d654 - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hb6bd65493727d71a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   12:     0x5622bf68d654 - test::test_main_with_exit_callback::{{closure}}::h60217ec76a0ece4a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5622bf999c5e - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h318e4efb8c1a5689
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   14:     0x5622bf999c5e - std::panicking::rust_panic_with_hook::h33ac55f64bbd807d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:841:13
[INFO] [stdout]   15:     0x5622bf999a2a - std::panicking::begin_panic_handler::{{closure}}::h30e7cb89678a57fe
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:706:13
[INFO] [stdout]   16:     0x5622bf997cc9 - std::sys::backtrace::__rust_end_short_backtrace::hed60f27456c16ced
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x5622bf9996bd - __rustc[de2ca18b4c54d5b8]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:697:5
[INFO] [stdout]   18:     0x5622bf9bec60 - core::panicking::panic_fmt::h62f63d096dd276af
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x5622bf9bf126 - core::result::unwrap_failed::h95bc3f5a607b2c95
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/result.rs:1765:5
[INFO] [stdout]   20:     0x5622bf489014 - core::result::Result<T,E>::expect::hfc4014688882799b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/result.rs:1119:23
[INFO] [stdout]   21:     0x5622bf462ef2 - fern::prompt::readline::term::raw_mode::h2799d8eea0a7660a
[INFO] [stdout]                                at /opt/rustwide/workdir/src/prompt/readline/term.rs:30:6
[INFO] [stdout]   22:     0x5622bf3f6776 - fern::tests::readline::fernvi_test::h5ffa3778b39ba307
[INFO] [stdout]                                at /opt/rustwide/workdir/src/tests/readline.rs:190:18
[INFO] [stdout]   23:     0x5622bf40f02f - fern::tests::readline::fernvi_test_lorem_ipsum_ctrl_w::h9815f8a36bd9ba35
[INFO] [stdout]                                at /opt/rustwide/workdir/src/tests/readline.rs:624:14
[INFO] [stdout]   24:     0x5622bf40efe7 - fern::tests::readline::fernvi_test_lorem_ipsum_ctrl_w::{{closure}}::heb392805826ea312
[INFO] [stdout]                                at /opt/rustwide/workdir/src/tests/readline.rs:623:36
[INFO] [stdout]   25:     0x5622bf4f5dc6 - core::ops::function::FnOnce::call_once::hc089c5095606707d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   26:     0x5622bf692ebb - core::ops::function::FnOnce::call_once::h1f9474f1347fff52
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   27:     0x5622bf692ebb - test::__rust_begin_short_backtrace::ha52ab26e77157f03
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:648:18
[INFO] [stdout]   28:     0x5622bf691ff5 - test::run_test_in_process::{{closure}}::h229c1a11a50b261f
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:74
[INFO] [stdout]   29:     0x5622bf691ff5 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h78821afbf97b39a9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   30:     0x5622bf691ff5 - std::panicking::catch_unwind::do_call::h53abf3ed5bd32ba3
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   31:     0x5622bf691ff5 - std::panicking::catch_unwind::h6deb5fe1e91873c9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   32:     0x5622bf691ff5 - std::panic::catch_unwind::hea0829b6b565654b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   33:     0x5622bf691ff5 - test::run_test_in_process::hdc44dfecea3db21b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:27
[INFO] [stdout]   34:     0x5622bf691ff5 - test::run_test::{{closure}}::h0364ba59bf23f652
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:592:43
[INFO] [stdout]   35:     0x5622bf655bf4 - test::run_test::{{closure}}::h32730b304eec05da
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:622:41
[INFO] [stdout]   36:     0x5622bf655bf4 - std::sys::backtrace::__rust_begin_short_backtrace::h177cb952fc54ad2c
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   37:     0x5622bf6595ca - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h119d903520007597
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   38:     0x5622bf6595ca - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hab88401d606702a6
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   39:     0x5622bf6595ca - std::panicking::catch_unwind::do_call::h163fe12cca9901c2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   40:     0x5622bf6595ca - std::panicking::catch_unwind::he81557d0e17cc1bc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   41:     0x5622bf6595ca - std::panic::catch_unwind::hc2b8e79c20593955
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   42:     0x5622bf6595ca - std::thread::Builder::spawn_unchecked_::{{closure}}::hfa6b4978e07815cc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   43:     0x5622bf6595ca - core::ops::function::FnOnce::call_once{{vtable.shim}}::hddcd7484a13fd793
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   44:     0x5622bf99cd2f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h5924238c754de3b8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1971:9
[INFO] [stdout]   45:     0x5622bf99cd2f - std::sys::pal::unix::thread::Thread::new::thread_start::hb6e99e73da4d28f8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/pal/unix/thread.rs:107:17
[INFO] [stdout]   46:     0x730dc6d54aa4 - <unknown>
[INFO] [stdout]   47:     0x730dc6de1a34 - clone
[INFO] [stdout]   48:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- tests::readline::fernvi_test_lorem_ipsum_undo stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'tests::readline::fernvi_test_lorem_ipsum_undo' panicked at src/prompt/readline/term.rs:30:6:
[INFO] [stdout] Failed to get terminal attributes: ENOTTY
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5622bf9977d2 - std::backtrace_rs::backtrace::libunwind::trace::h2d45396358f41939
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5622bf9977d2 - std::backtrace_rs::backtrace::trace_unsynchronized::hffcefc0b67f1d6e2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5622bf9977d2 - std::sys::backtrace::_print_fmt::hd72f71d23b436b92
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x5622bf9977d2 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::hdcfcb6d4c8489523
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x5622bf9c1293 - core::fmt::rt::Argument::fmt::h2c56b3114963061a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x5622bf9c1293 - core::fmt::write::h8a494366950f23bb
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x5622bf993513 - std::io::default_write_fmt::h7b8824096454f323
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5622bf993513 - std::io::Write::write_fmt::h4e71294925c334d0
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x5622bf997622 - std::sys::backtrace::BacktraceLock::print::hb2a626a81e06b2dc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x5622bf999289 - std::panicking::default_hook::{{closure}}::h4f78485264f12d10
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:300:27
[INFO] [stdout]   10:     0x5622bf9990be - std::panicking::default_hook::h2c66fc99e962531d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:324:9
[INFO] [stdout]   11:     0x5622bf68d654 - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hb6bd65493727d71a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   12:     0x5622bf68d654 - test::test_main_with_exit_callback::{{closure}}::h60217ec76a0ece4a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5622bf999c5e - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h318e4efb8c1a5689
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   14:     0x5622bf999c5e - std::panicking::rust_panic_with_hook::h33ac55f64bbd807d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:841:13
[INFO] [stdout]   15:     0x5622bf999a2a - std::panicking::begin_panic_handler::{{closure}}::h30e7cb89678a57fe
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:706:13
[INFO] [stdout]   16:     0x5622bf997cc9 - std::sys::backtrace::__rust_end_short_backtrace::hed60f27456c16ced
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x5622bf9996bd - __rustc[de2ca18b4c54d5b8]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:697:5
[INFO] [stdout]   18:     0x5622bf9bec60 - core::panicking::panic_fmt::h62f63d096dd276af
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x5622bf9bf126 - core::result::unwrap_failed::h95bc3f5a607b2c95
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/result.rs:1765:5
[INFO] [stdout]   20:     0x5622bf489014 - core::result::Result<T,E>::expect::hfc4014688882799b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/result.rs:1119:23
[INFO] [stdout]   21:     0x5622bf462ef2 - fern::prompt::readline::term::raw_mode::h2799d8eea0a7660a
[INFO] [stdout]                                at /opt/rustwide/workdir/src/prompt/readline/term.rs:30:6
[INFO] [stdout]   22:     0x5622bf3f6776 - fern::tests::readline::fernvi_test::h5ffa3778b39ba307
[INFO] [stdout]                                at /opt/rustwide/workdir/src/tests/readline.rs:190:18
[INFO] [stdout]   23:     0x5622bf40eebf - fern::tests::readline::fernvi_test_lorem_ipsum_undo::he03235a744b16b55
[INFO] [stdout]                                at /opt/rustwide/workdir/src/tests/readline.rs:614:5
[INFO] [stdout]   24:     0x5622bf40ee77 - fern::tests::readline::fernvi_test_lorem_ipsum_undo::{{closure}}::h4d66075564431842
[INFO] [stdout]                                at /opt/rustwide/workdir/src/tests/readline.rs:612:34
[INFO] [stdout]   25:     0x5622bf4f5766 - core::ops::function::FnOnce::call_once::h90a2d3de7ed41908
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   26:     0x5622bf692ebb - core::ops::function::FnOnce::call_once::h1f9474f1347fff52
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   27:     0x5622bf692ebb - test::__rust_begin_short_backtrace::ha52ab26e77157f03
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:648:18
[INFO] [stdout]   28:     0x5622bf691ff5 - test::run_test_in_process::{{closure}}::h229c1a11a50b261f
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:74
[INFO] [stdout]   29:     0x5622bf691ff5 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h78821afbf97b39a9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   30:     0x5622bf691ff5 - std::panicking::catch_unwind::do_call::h53abf3ed5bd32ba3
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   31:     0x5622bf691ff5 - std::panicking::catch_unwind::h6deb5fe1e91873c9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   32:     0x5622bf691ff5 - std::panic::catch_unwind::hea0829b6b565654b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   33:     0x5622bf691ff5 - test::run_test_in_process::hdc44dfecea3db21b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:27
[INFO] [stdout]   34:     0x5622bf691ff5 - test::run_test::{{closure}}::h0364ba59bf23f652
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:592:43
[INFO] [stdout]   35:     0x5622bf655bf4 - test::run_test::{{closure}}::h32730b304eec05da
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:622:41
[INFO] [stdout]   36:     0x5622bf655bf4 - std::sys::backtrace::__rust_begin_short_backtrace::h177cb952fc54ad2c
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   37:     0x5622bf6595ca - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h119d903520007597
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   38:     0x5622bf6595ca - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hab88401d606702a6
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   39:     0x5622bf6595ca - std::panicking::catch_unwind::do_call::h163fe12cca9901c2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   40:     0x5622bf6595ca - std::panicking::catch_unwind::he81557d0e17cc1bc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   41:     0x5622bf6595ca - std::panic::catch_unwind::hc2b8e79c20593955
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   42:     0x5622bf6595ca - std::thread::Builder::spawn_unchecked_::{{closure}}::hfa6b4978e07815cc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   43:     0x5622bf6595ca - core::ops::function::FnOnce::call_once{{vtable.shim}}::hddcd7484a13fd793
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   44:     0x5622bf99cd2f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h5924238c754de3b8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1971:9
[INFO] [stdout]   45:     0x5622bf99cd2f - std::sys::pal::unix::thread::Thread::new::thread_start::hb6e99e73da4d28f8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/pal/unix/thread.rs:107:17
[INFO] [stdout]   46:     0x730dc6d54aa4 - <unknown>
[INFO] [stdout]   47:     0x730dc6de1a34 - clone
[INFO] [stdout]   48:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- tests::readline::fernvi_test_mode_change stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'tests::readline::fernvi_test_mode_change' panicked at src/prompt/readline/term.rs:30:6:
[INFO] [stdout] Failed to get terminal attributes: ENOTTY
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5622bf9977d2 - std::backtrace_rs::backtrace::libunwind::trace::h2d45396358f41939
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5622bf9977d2 - std::backtrace_rs::backtrace::trace_unsynchronized::hffcefc0b67f1d6e2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5622bf9977d2 - std::sys::backtrace::_print_fmt::hd72f71d23b436b92
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x5622bf9977d2 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::hdcfcb6d4c8489523
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x5622bf9c1293 - core::fmt::rt::Argument::fmt::h2c56b3114963061a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x5622bf9c1293 - core::fmt::write::h8a494366950f23bb
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x5622bf993513 - std::io::default_write_fmt::h7b8824096454f323
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5622bf993513 - std::io::Write::write_fmt::h4e71294925c334d0
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x5622bf997622 - std::sys::backtrace::BacktraceLock::print::hb2a626a81e06b2dc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x5622bf999289 - std::panicking::default_hook::{{closure}}::h4f78485264f12d10
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:300:27
[INFO] [stdout]   10:     0x5622bf9990be - std::panicking::default_hook::h2c66fc99e962531d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:324:9
[INFO] [stdout]   11:     0x5622bf68d654 - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hb6bd65493727d71a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   12:     0x5622bf68d654 - test::test_main_with_exit_callback::{{closure}}::h60217ec76a0ece4a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5622bf999c5e - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h318e4efb8c1a5689
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   14:     0x5622bf999c5e - std::panicking::rust_panic_with_hook::h33ac55f64bbd807d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:841:13
[INFO] [stdout]   15:     0x5622bf999a2a - std::panicking::begin_panic_handler::{{closure}}::h30e7cb89678a57fe
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:706:13
[INFO] [stdout]   16:     0x5622bf997cc9 - std::sys::backtrace::__rust_end_short_backtrace::hed60f27456c16ced
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x5622bf9996bd - __rustc[de2ca18b4c54d5b8]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:697:5
[INFO] [stdout]   18:     0x5622bf9bec60 - core::panicking::panic_fmt::h62f63d096dd276af
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x5622bf9bf126 - core::result::unwrap_failed::h95bc3f5a607b2c95
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/result.rs:1765:5
[INFO] [stdout]   20:     0x5622bf489014 - core::result::Result<T,E>::expect::hfc4014688882799b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/result.rs:1119:23
[INFO] [stdout]   21:     0x5622bf462ef2 - fern::prompt::readline::term::raw_mode::h2799d8eea0a7660a
[INFO] [stdout]                                at /opt/rustwide/workdir/src/prompt/readline/term.rs:30:6
[INFO] [stdout]   22:     0x5622bf3f6776 - fern::tests::readline::fernvi_test::h5ffa3778b39ba307
[INFO] [stdout]                                at /opt/rustwide/workdir/src/tests/readline.rs:190:18
[INFO] [stdout]   23:     0x5622bf40ebdc - fern::tests::readline::fernvi_test_mode_change::he1c5c6e6369a16f7
[INFO] [stdout]                                at /opt/rustwide/workdir/src/tests/readline.rs:597:5
[INFO] [stdout]   24:     0x5622bf40eb97 - fern::tests::readline::fernvi_test_mode_change::{{closure}}::h5868609fdcf52394
[INFO] [stdout]                                at /opt/rustwide/workdir/src/tests/readline.rs:595:29
[INFO] [stdout]   25:     0x5622bf4f6816 - core::ops::function::FnOnce::call_once::hfdb414cc2f12c668
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   26:     0x5622bf692ebb - core::ops::function::FnOnce::call_once::h1f9474f1347fff52
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   27:     0x5622bf692ebb - test::__rust_begin_short_backtrace::ha52ab26e77157f03
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:648:18
[INFO] [stdout]   28:     0x5622bf691ff5 - test::run_test_in_process::{{closure}}::h229c1a11a50b261f
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:74
[INFO] [stdout]   29:     0x5622bf691ff5 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h78821afbf97b39a9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   30:     0x5622bf691ff5 - std::panicking::catch_unwind::do_call::h53abf3ed5bd32ba3
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   31:     0x5622bf691ff5 - std::panicking::catch_unwind::h6deb5fe1e91873c9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   32:     0x5622bf691ff5 - std::panic::catch_unwind::hea0829b6b565654b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   33:     0x5622bf691ff5 - test::run_test_in_process::hdc44dfecea3db21b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:27
[INFO] [stdout]   34:     0x5622bf691ff5 - test::run_test::{{closure}}::h0364ba59bf23f652
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:592:43
[INFO] [stdout]   35:     0x5622bf655bf4 - test::run_test::{{closure}}::h32730b304eec05da
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:622:41
[INFO] [stdout]   36:     0x5622bf655bf4 - std::sys::backtrace::__rust_begin_short_backtrace::h177cb952fc54ad2c
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   37:     0x5622bf6595ca - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h119d903520007597
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   38:     0x5622bf6595ca - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hab88401d606702a6
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   39:     0x5622bf6595ca - std::panicking::catch_unwind::do_call::h163fe12cca9901c2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   40:     0x5622bf6595ca - std::panicking::catch_unwind::he81557d0e17cc1bc
[WARN] too many lines in the log, truncating it
