[INFO] cloning repository https://github.com/cowboy8625/RustyRain
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/cowboy8625/RustyRain" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcowboy8625%2FRustyRain", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcowboy8625%2FRustyRain'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 22c8e5468376a88b13689b477d0632b8a57ef4fb
[INFO] testing cowboy8625/RustyRain against master#1ef7943ee607160a564655b6596f83670ef95df5 for pr-146098-6
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcowboy8625%2FRustyRain" "/workspace/builds/worker-7-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc1/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-7-tc1/source/.cargo/config.toml
[INFO] started tweaking git repo https://github.com/cowboy8625/RustyRain
[INFO] finished tweaking git repo https://github.com/cowboy8625/RustyRain
[INFO] tweaked toml for git repo https://github.com/cowboy8625/RustyRain written to /workspace/builds/worker-7-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/cowboy8625/RustyRain on toolchain 1ef7943ee607160a564655b6596f83670ef95df5
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1ef7943ee607160a564655b6596f83670ef95df5" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1ef7943ee607160a564655b6596f83670ef95df5" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 101 packages to latest Rust 1.93.0-nightly compatible versions
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1ef7943ee607160a564655b6596f83670ef95df5" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded toml_writer v1.0.4
[INFO] [stderr]   Downloaded ezemoji v2.0.0
[INFO] [stderr]   Downloaded serde_spanned v1.0.3
[INFO] [stderr]   Downloaded toml v0.9.8
[INFO] [stderr]   Downloaded insta v1.43.2
[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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1ef7943ee607160a564655b6596f83670ef95df5" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] de8c188f3e682dd5d4757655504c97ab291425abb1f8b4a390510c2b01c1681d
[INFO] running `Command { std: "docker" "start" "-a" "de8c188f3e682dd5d4757655504c97ab291425abb1f8b4a390510c2b01c1681d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "de8c188f3e682dd5d4757655504c97ab291425abb1f8b4a390510c2b01c1681d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "de8c188f3e682dd5d4757655504c97ab291425abb1f8b4a390510c2b01c1681d", kill_on_drop: false }`
[INFO] [stdout] de8c188f3e682dd5d4757655504c97ab291425abb1f8b4a390510c2b01c1681d
[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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1ef7943ee607160a564655b6596f83670ef95df5" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 8f16dec04edbf8d9f334d6c9d3d3087354e2782c42dc1a6434142f17b72c57e1
[INFO] running `Command { std: "docker" "start" "-a" "8f16dec04edbf8d9f334d6c9d3d3087354e2782c42dc1a6434142f17b72c57e1", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.177
[INFO] [stderr]    Compiling quote v1.0.42
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]    Compiling signal-hook v0.3.18
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling colorchoice v1.0.4
[INFO] [stderr]    Compiling anstyle-query v1.1.4
[INFO] [stderr]    Compiling anstyle v1.0.13
[INFO] [stderr]    Compiling rustix v1.1.2
[INFO] [stderr]    Compiling anstyle-parse v0.2.7
[INFO] [stderr]    Compiling log v0.4.28
[INFO] [stderr]    Compiling is_terminal_polyfill v1.70.2
[INFO] [stderr]    Compiling winnow v0.7.13
[INFO] [stderr]    Compiling clap_lex v0.7.6
[INFO] [stderr]    Compiling linux-raw-sys v0.11.0
[INFO] [stderr]    Compiling strsim v0.11.1
[INFO] [stderr]    Compiling litrs v1.0.0
[INFO] [stderr]    Compiling bitflags v2.10.0
[INFO] [stderr]    Compiling anstream v0.6.21
[INFO] [stderr]    Compiling toml_writer v1.0.4
[INFO] [stderr]    Compiling ezemoji v2.0.0
[INFO] [stderr]    Compiling clap_builder v4.5.51
[INFO] [stderr]    Compiling syn v2.0.109
[INFO] [stderr]    Compiling document-features v0.2.12
[INFO] [stderr]    Compiling signal-hook-registry v1.4.6
[INFO] [stderr]    Compiling mio v1.1.0
[INFO] [stderr]    Compiling parking_lot v0.12.5
[INFO] [stderr]    Compiling rand_core v0.9.3
[INFO] [stderr]    Compiling rand_chacha v0.9.0
[INFO] [stderr]    Compiling signal-hook-mio v0.2.5
[INFO] [stderr]    Compiling rand v0.9.2
[INFO] [stderr]    Compiling toml_parser v1.0.4
[INFO] [stderr]    Compiling toml_datetime v0.7.3
[INFO] [stderr]    Compiling serde_spanned v1.0.3
[INFO] [stderr]    Compiling toml v0.9.8
[INFO] [stderr]    Compiling derive_more-impl v2.0.1
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling clap_derive v4.5.49
[INFO] [stderr]    Compiling derive_more v2.0.1
[INFO] [stderr]    Compiling crossterm v0.29.0
[INFO] [stderr]    Compiling clap v4.5.51
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling rusty-rain v0.5.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.57s
[INFO] running `Command { std: "docker" "inspect" "8f16dec04edbf8d9f334d6c9d3d3087354e2782c42dc1a6434142f17b72c57e1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8f16dec04edbf8d9f334d6c9d3d3087354e2782c42dc1a6434142f17b72c57e1", kill_on_drop: false }`
[INFO] [stdout] 8f16dec04edbf8d9f334d6c9d3d3087354e2782c42dc1a6434142f17b72c57e1
[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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1ef7943ee607160a564655b6596f83670ef95df5" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] b4046f8b592243b940285f50e038911aabeb317f36f4b7dc4a402095bc369ae8
[INFO] running `Command { std: "docker" "start" "-a" "b4046f8b592243b940285f50e038911aabeb317f36f4b7dc4a402095bc369ae8", kill_on_drop: false }`
[INFO] [stderr]    Compiling console v0.15.11
[INFO] [stderr]    Compiling yansi v1.0.1
[INFO] [stderr]    Compiling similar v2.7.0
[INFO] [stderr]    Compiling diff v0.1.13
[INFO] [stderr]    Compiling pretty_assertions v1.4.1
[INFO] [stderr]    Compiling insta v1.43.2
[INFO] [stderr]    Compiling rusty-rain v0.5.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 20.68s
[INFO] running `Command { std: "docker" "inspect" "b4046f8b592243b940285f50e038911aabeb317f36f4b7dc4a402095bc369ae8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b4046f8b592243b940285f50e038911aabeb317f36f4b7dc4a402095bc369ae8", kill_on_drop: false }`
[INFO] [stdout] b4046f8b592243b940285f50e038911aabeb317f36f4b7dc4a402095bc369ae8
[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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1ef7943ee607160a564655b6596f83670ef95df5" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] c21dbf7abda6926920f1979b0cbc330feb8f1be5000689ab7045ae09cf497dfe
[INFO] running `Command { std: "docker" "start" "-a" "c21dbf7abda6926920f1979b0cbc330feb8f1be5000689ab7045ae09cf497dfe", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.19s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/rusty_rain-6bf1c17c949e7852)
[INFO] [stdout] running 5 tests
[INFO] [stdout] test test::test_gen_shade_color ... ok
[INFO] [stdout] test test::test_screen_buffer ... FAILED
[INFO] [stdout] test test::test_screen_buffer_direction_right_emoji_moon_double_width ... FAILED
[INFO] [stdout] test test::test_screen_buffer_direction_left_emoji_crab_double_width ... FAILED
[INFO] [stdout] test test::test_large_letters ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- test::test_screen_buffer stdout ----
[INFO] [stdout] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ Snapshot Summary ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
[INFO] [stdout] Snapshot file: src/snapshots/rusty_rain__test__screen_buffer.snap
[INFO] [stdout] Snapshot: screen_buffer
[INFO] [stdout] Source: src/test.rs:79
[INFO] [stdout] ────────────────────────────────────────────────────────────────────────────────
[INFO] [stdout] Expression: window
[INFO] [stdout] ────────────────────────────────────────────────────────────────────────────────
[INFO] [stdout] -old snapshot
[INFO] [stdout] +new results
[INFO] [stdout] ────────────┬───────────────────────────────────────────────────────────────────
[INFO] [stdout]   292   292 │ 11 |                                        |
[INFO] [stdout]   293   293 │ 12 |                                        |
[INFO] [stdout]   294   294 │ 13 |                                        |
[INFO] [stdout]   295   295 │ ---------------------0E----------------------
[INFO] [stdout]   296       │-00 |101 0 11 0 100      0  0   1      01001 |
[INFO] [stdout]         296 │+00 |101 0 11 0 100      0  0   1       1001 |
[INFO] [stdout]   297   297 │ 01 | 01 0  1 0 100    1 1      0       0100 |
[INFO] [stdout]   298   298 │ 02 | 01    0    101   0 0      1       1 10 |
[INFO] [stdout]   299   299 │ 03 | 11         1100  0  1     1   0   0 01 |
[INFO] [stdout]   300   300 │ 04 | 00         1011  0  1     0   1   1 0  |
[INFO] [stdout] ┈┈┈┈┈┈┈┈┈┈┈┈┼┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈
[INFO] [stdout]   335   335 │ 12 |                                        |
[INFO] [stdout]   336   336 │ 13 |                                        |
[INFO] [stdout]   337   337 │ ---------------------10----------------------
[INFO] [stdout]   338   338 │ 00 |101 0 1110 100      0 00  1       010010|
[INFO] [stdout]   339       │-01 |101 0 0110 100      1  0  0       10100 |
[INFO] [stdout]         339 │+01 |101 0 0110 100      1  0  0        0100 |
[INFO] [stdout]   340   340 │ 02 | 01 1  0 1 010    0 0      1       1010 |
[INFO] [stdout]   341   341 │ 03 | 11    0    11    0 1      1       0 01 |
[INFO] [stdout]   342   342 │ 04 | 00         101   0        0       1 00 |
[INFO] [stdout]   343   343 │ 05 | 10         1101  0  1     1   0   0 00 |
[INFO] [stdout] ┈┈┈┈┈┈┈┈┈┈┈┈┼┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈
[INFO] [stdout]   377   377 │ 12 |                                        |
[INFO] [stdout]   378   378 │ 13 |                                        |
[INFO] [stdout]   379   379 │ ---------------------12----------------------
[INFO] [stdout]   380   380 │ 00 |1010001110 100   0  0 00 11  1    010010|
[INFO] [stdout]   381       │-01 |101 0 0110 100      1 10  0       101000|
[INFO] [stdout]         381 │+01 |101 000110 100      1 10  0       101000|
[INFO] [stdout]   382   382 │ 02 |001 1 1001 010      0  0  0       110100|
[INFO] [stdout]   383   383 │ 03 | 11 0  010 011    0 1     0        0001 |
[INFO] [stdout]   384       │-04 | 00    0    10    0 1      0       1 00 |
[INFO] [stdout]         384 │+04 | 00 1  0    10    0 1      0       1 00 |
[INFO] [stdout]   385   385 │ 05 | 10         11    0        1       0 00 |
[INFO] [stdout]   386   386 │ 06 | 10         001   0        1       0 10 |
[INFO] [stdout]   387   387 │ 07 |  1          010  0  1     1   1     11 |
[INFO] [stdout]   388   388 │ 08 |             101  1  1     0   0     1  |
[INFO] [stdout] ┈┈┈┈┈┈┈┈┈┈┈┈┼┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈
[INFO] [stdout]   397   397 │ 11 |                                        |
[INFO] [stdout]   398   398 │ 12 |                                        |
[INFO] [stdout]   399   399 │ 13 |                                        |
[INFO] [stdout]   400   400 │ ---------------------13----------------------
[INFO] [stdout]   401       │-00 |10100011 0 10    0  0 00 11 01    010010|
[INFO] [stdout]         401 │+00 |10100011 0010    0  0 00 11 01    010010|
[INFO] [stdout]   402   402 │ 01 |1011000110 100   1  1 10  0       101000|
[INFO] [stdout]   403   403 │ 02 |001 1 1001 010      0  0  0       110100|
[INFO] [stdout]   404   404 │ 03 | 11 0 0010 011    0 1     0        00010|
[INFO] [stdout]   405   405 │ 04 | 00 1  010  10    0 1     1        1 00 |
[INFO] [stdout] ┈┈┈┈┈┈┈┈┈┈┈┈┼┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈
[INFO] [stdout]   420   420 │ 13 |                                        |
[INFO] [stdout]   421   421 │ ---------------------14----------------------
[INFO] [stdout]   422   422 │ 00 |10100011 0010   10 10 00 11 01  1 010010|
[INFO] [stdout]   423   423 │ 01 |10110001 0 10    1  1 10 10 00    101000|
[INFO] [stdout]   424       │-02 |00111 1001 010   1  0 00  0       110100|
[INFO] [stdout]         424 │+02 |0011101001 010   1  0 00  0       110100|
[INFO] [stdout]   425   425 │ 03 |011 0 0010 011      1  1  0       000010|
[INFO] [stdout]   426   426 │ 04 | 00 1  010 110    0 1     1        10001|
[INFO] [stdout]   427       │-05 | 10    11   11    0 1     0        0 00 |
[INFO] [stdout]         427 │+05 | 10 1  11   11    0 1     0        0 00 |
[INFO] [stdout]   428   428 │ 06 | 10         00    0        1       0 10 |
[INFO] [stdout]   429   429 │ 07 | 01         00    0        1       0 11 |
[INFO] [stdout]   430   430 │ 08 |  0          10   1        0         11 |
[INFO] [stdout]   431   431 │ 09 |             001  0  1     0   0     11 |
[INFO] [stdout] ┈┈┈┈┈┈┈┈┈┈┈┈┼┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈
[INFO] [stdout]   440   440 │ 12 |              11                 1      |
[INFO] [stdout]   441   441 │ 13 |                                        |
[INFO] [stdout]   442   442 │ ---------------------15----------------------
[INFO] [stdout]   443   443 │ 00 |10100011 0010   10 10 00 11 01  1 010010|
[INFO] [stdout]   444       │-01 |10110001 0 10    1 01 10 10 00    101000|
[INFO] [stdout]         444 │+01 |10110001 0010    1 01 10 10 00    101000|
[INFO] [stdout]   445   445 │ 02 |00111010 1 01    1  0 00  0 1     110100|
[INFO] [stdout]   446   446 │ 03 |01110 0010 011   0  1  1  0       000010|
[INFO] [stdout]   447   447 │ 04 | 00 1 0010 110    0 1     1        10001|
[INFO] [stdout]   448   448 │ 05 | 10 1  110  11    0 1     0        0 000|
[INFO] [stdout] ┈┈┈┈┈┈┈┈┈┈┈┈┼┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈
[INFO] [stdout]   463   463 │ ---------------------16----------------------
[INFO] [stdout]   464   464 │ 00 |10100011 0010   1  10 00011 010 1 010010|
[INFO] [stdout]   465   465 │ 01 |10110001 0010   01 01 10 10 00  0 101000|
[INFO] [stdout]   466   466 │ 02 |00111010 1 01    1 00 00 00 11    110100|
[INFO] [stdout]   467       │-03 |01110 00 0 01    0  1 01  0 1     000010|
[INFO] [stdout]         467 │+03 |01110000 0 01    0  1 01  0 1     000010|
[INFO] [stdout]   468   468 │ 04 |00011 0010 110   1  1  1  1       010001|
[INFO] [stdout]   469   469 │ 05 | 10 1  110 011    0 1     0        00000|
[INFO] [stdout]   470       │-06 | 10    01   00    0 0     0        0 101|
[INFO] [stdout]         470 │+06 | 10 0  01   00    0 0     0        0 101|
[INFO] [stdout]   471   471 │ 07 | 01     0   00    0       0        0 11 |
[INFO] [stdout]   472   472 │ 08 | 10         01    1        0       0 11 |
[INFO] [stdout]   473   473 │ 09 |  1          0    0        0         11 |
[INFO] [stdout]   474   474 │ 0A |             11   1        0         10 |
[INFO] [stdout] ┈┈┈┈┈┈┈┈┈┈┈┈┼┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈
[INFO] [stdout]   483   483 │ 13 |              01                 1      |
[INFO] [stdout]   484   484 │ ---------------------17----------------------
[INFO] [stdout]   485   485 │ 00 |10100011 0010   1  10 00011 010 1 010 1 |
[INFO] [stdout]   486   486 │ 01 |10110001 0010   0  01 10 10 00  0 101000|
[INFO] [stdout]   487       │-02 |00111010 1 01    1 00 00 00 11    110100|
[INFO] [stdout]         487 │+02 |00111010 1001    1 00 00 00 11    110100|
[INFO] [stdout]   488   488 │ 03 |01110000 0 01    0 01 01  0 1     000010|
[INFO] [stdout]   489   489 │ 04 |00011 00 0 11    1  1  1  1 1     010001|
[INFO] [stdout]   490   490 │ 05 | 1001 1110 011   10 1     0        00000|
[INFO] [stdout]   491   491 │ 06 | 10 0  011  00    0 0     0        0 101|
[INFO] [stdout] ┈┈┈┈┈┈┈┈┈┈┈┈┼┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈
[INFO] [stdout]   502   502 │ 11 |             011     0           1      |
[INFO] [stdout]   503   503 │ 12 |              11     0           1      |
[INFO] [stdout]   504   504 │ 13 |              01     1           1      |
[INFO] [stdout]   505   505 │ ---------------------18----------------------
[INFO] [stdout]   506       │-00 |10100011 0010   1  10 00011 010 1  10 1 |
[INFO] [stdout]         506 │+00 |1010 011 0010   1  10 00011 010 1  10 1 |
[INFO] [stdout]   507   507 │ 01 |10110001 0010   0  01 10010 001 0 101 0 |
[INFO] [stdout]   508   508 │ 02 |00111010 1001   0  00 00 00 11  0 110100|
[INFO] [stdout]   509   509 │ 03 |01110000 0 01    0 01 01 00 10    000010|
[INFO] [stdout]   510       │-04 |00011 00 0 11    1 11 01  1 1     010001|
[INFO] [stdout]         510 │+04 |00011000 0 11    1 11 01  1 1     010001|
[INFO] [stdout]   511   511 │ 05 |11001 11 0 01    1  1  0  0 1     000000|
[INFO] [stdout]   512   512 │ 06 | 1000  011 100   10 0     0        00101|
[INFO] [stdout]   513       │-07 | 01    00   00    0 1     0        0 111|
[INFO] [stdout]         513 │+07 | 01 1  00   00    0 1     0        0 111|
[INFO] [stdout]   514   514 │ 08 | 10     0   01    1       1        0 110|
[INFO] [stdout]   515   515 │ 09 | 11     1   10    0       1        1 11 |
[INFO] [stdout]   516   516 │ 0A |  1          1    1        0         10 |
[INFO] [stdout]   517   517 │ 0B |             1    1        1         01 |
[INFO] [stdout] ────────────┴───────────────────────────────────────────────────────────────────
[INFO] [stdout] 
[INFO] [stdout] thread 'test::test_screen_buffer' (27) panicked at src/test.rs:79:5:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: FileIo(Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" }, "/opt/rustwide/workdir/src/snapshots/rusty_rain__test__screen_buffer.snap.new")
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x648099e14ff2 - std::backtrace_rs::backtrace::libunwind::trace::h786de35fecf3582f
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x648099e14ff2 - std::backtrace_rs::backtrace::trace_unsynchronized::h4a7da1a2a64387f1
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x648099e14ff2 - std::sys::backtrace::_print_fmt::h6bd7d500070c788c
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x648099e14ff2 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h6d82c1afff976903
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x648099e277ff - core::fmt::rt::Argument::fmt::hc4ce6d643d397690
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x648099e277ff - core::fmt::write::hb1e7ca88b6a3936e
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/core/src/fmt/mod.rs:1469:25
[INFO] [stdout]    6:     0x648099ddfd33 - std::io::default_write_fmt::haffd49d96f1984a8
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x648099ddfd33 - std::io::Write::write_fmt::h027871c57cf57c01
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x648099dec562 - std::sys::backtrace::BacktraceLock::print::ha2430613ee79d059
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x648099df211f - std::panicking::default_hook::{{closure}}::hdbd2db9e5c303cf6
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x648099df1fb1 - std::panicking::default_hook::hed93c70cba5fdcf0
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/panicking.rs:325:9
[INFO] [stdout]   11:     0x648099bf8bbe - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hd0ee8b569efc6a07
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/alloc/src/boxed.rs:2099:9
[INFO] [stdout]   12:     0x648099bf8bbe - test::test_main_with_exit_callback::{{closure}}::hf10864b576ecd15d
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x648099df272f - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h3a55ca34534c0d00
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/alloc/src/boxed.rs:2099:9
[INFO] [stdout]   14:     0x648099df272f - std::panicking::panic_with_hook::h3862d766c2cec19b
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/panicking.rs:842:13
[INFO] [stdout]   15:     0x648099df258a - std::panicking::panic_handler::{{closure}}::hb95eb402b5e28ee1
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/panicking.rs:707:13
[INFO] [stdout]   16:     0x648099dec699 - std::sys::backtrace::__rust_end_short_backtrace::hf73a26dc1835d85a
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x648099dd33fd - __rustc[6ed5915ee467787]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/panicking.rs:698:5
[INFO] [stdout]   18:     0x648099e310f0 - core::panicking::panic_fmt::h3454303eb8e6f7cd
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x648099e30386 - core::result::unwrap_failed::h2380020e6daeb464
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/core/src/result.rs:1862:5
[INFO] [stdout]   20:     0x648099b1ba24 - core::result::Result<T,E>::unwrap::h6e49cf5d97a87c7f
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/core/src/result.rs:1233:23
[INFO] [stdout]   21:     0x648099b1ba24 - rusty_rain::test::set_up_snapshot::h7749933084354a7b
[INFO] [stdout]                                at /opt/rustwide/workdir/src/test.rs:79:5
[INFO] [stdout]   22:     0x648099b1bfbc - rusty_rain::test::test_screen_buffer::he4872f611b6a968b
[INFO] [stdout]                                at /opt/rustwide/workdir/src/test.rs:86:13
[INFO] [stdout]   23:     0x648099b1c037 - rusty_rain::test::test_screen_buffer::{{closure}}::h29f2c0400bea3482
[INFO] [stdout]                                at /opt/rustwide/workdir/src/test.rs:85:19
[INFO] [stdout]   24:     0x648099b2d606 - core::ops::function::FnOnce::call_once::ha6a04a1b6a8e7677
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x648099bf899b - core::ops::function::FnOnce::call_once::ha729ee35d2fab541
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   26:     0x648099bf899b - test::__rust_begin_short_backtrace::ha40f4db8207e1111
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/test/src/lib.rs:663:18
[INFO] [stdout]   27:     0x648099c0ca1d - test::run_test_in_process::{{closure}}::hc1b77cda5d44f0f3
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/test/src/lib.rs:686:74
[INFO] [stdout]   28:     0x648099c0ca1d - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h1dbea1de64785521
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   29:     0x648099c0ca1d - std::panicking::catch_unwind::do_call::hd5febe9affd5a1b3
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/panicking.rs:590:40
[INFO] [stdout]   30:     0x648099c0ca1d - std::panicking::catch_unwind::h51ea89627559b6f4
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/panicking.rs:553:19
[INFO] [stdout]   31:     0x648099c0ca1d - std::panic::catch_unwind::hb8b8c2367cae3d66
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/panic.rs:359:14
[INFO] [stdout]   32:     0x648099c0ca1d - test::run_test_in_process::ha5b55801407ea100
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/test/src/lib.rs:686:27
[INFO] [stdout]   33:     0x648099c0ca1d - test::run_test::{{closure}}::h0b9d4072b527abf5
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/test/src/lib.rs:607:43
[INFO] [stdout]   34:     0x648099be5f34 - test::run_test::{{closure}}::hb1056b5731205822
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/test/src/lib.rs:637:41
[INFO] [stdout]   35:     0x648099be5f34 - std::sys::backtrace::__rust_begin_short_backtrace::hb61ff5a34023c7ef
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   36:     0x648099be986a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::hb0a83c0e8b353cff
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/thread/mod.rs:562:17
[INFO] [stdout]   37:     0x648099be986a - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hb4f32cb008535298
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   38:     0x648099be986a - std::panicking::catch_unwind::do_call::h16d110e4fc35789a
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/panicking.rs:590:40
[INFO] [stdout]   39:     0x648099be986a - std::panicking::catch_unwind::hea9118f355699c4b
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/panicking.rs:553:19
[INFO] [stdout]   40:     0x648099be986a - std::panic::catch_unwind::hf4b3c2a06d3f42f5
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/panic.rs:359:14
[INFO] [stdout]   41:     0x648099be986a - std::thread::Builder::spawn_unchecked_::{{closure}}::h3f4cb733a52d53d5
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/thread/mod.rs:560:30
[INFO] [stdout]   42:     0x648099be986a - core::ops::function::FnOnce::call_once{{vtable.shim}}::h4052f0967b37caeb
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   43:     0x648099de78af - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h7ec433abd3f148b4
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/alloc/src/boxed.rs:2085:9
[INFO] [stdout]   44:     0x648099de78af - std::sys::thread::unix::Thread::new::thread_start::he514622d3d7ba65c
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/sys/thread/unix.rs:124:17
[INFO] [stdout]   45:     0x78f3a1d48aa4 - <unknown>
[INFO] [stdout]   46:     0x78f3a1dd5a64 - clone
[INFO] [stdout]   47:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- test::test_screen_buffer_direction_right_emoji_moon_double_width stdout ----
[INFO] [stdout] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ Snapshot Summary ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
[INFO] [stdout] Snapshot file: src/snapshots/rusty_rain__test__screen_buffer_direction_right_emoji_moon_double_width.snap
[INFO] [stdout] Snapshot: screen_buffer_direction_right_emoji_moon_double_width
[INFO] [stdout] Source: src/test.rs:79
[INFO] [stdout] ────────────────────────────────────────────────────────────────────────────────
[INFO] [stdout] Expression: window
[INFO] [stdout] ────────────────────────────────────────────────────────────────────────────────
[INFO] [stdout] -old snapshot
[INFO] [stdout] +new results
[INFO] [stdout] ────────────┬───────────────────────────────────────────────────────────────────
[INFO] [stdout]   332   332 │ 00 |    🌖🌖🌖🌛🌕🌒🌖🌖🌓🌘        |
[INFO] [stdout]   333   333 │ 01 |🌔🌖🌕🌚🌑🌚🌗🌓🌚🌚            |
[INFO] [stdout]   334   334 │ 02 |🌙🌙🌜🌜🌔🌒🌒🌛                |
[INFO] [stdout]   335   335 │ 03 |  🌗🌚🌘🌗🌔🌔🌜                |
[INFO] [stdout]   336       │-04 |🌒🌓🌜🌕🌚🌚🌒🌛                |
[INFO] [stdout]         336 │+04 |🌒🌓🌜🌕🌚🌚🌒🌛🌓              |
[INFO] [stdout]   337   337 │ 05 |🌖🌒🌖🌑🌒🌒🌙🌘🌔              |
[INFO] [stdout]   338   338 │ 06 |                            🌒🌕|
[INFO] [stdout]   339   339 │ 07 |                              🌜|
[INFO] [stdout]   340   340 │ 08 |                                |
[INFO] [stdout] ┈┈┈┈┈┈┈┈┈┈┈┈┼┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈
[INFO] [stdout]   354   354 │ 00 |      🌖🌖🌛🌕🌒🌖🌖🌓🌘🌖      |
[INFO] [stdout]   355   355 │ 01 |  🌖🌕🌚🌑🌚🌗🌓🌚🌚🌘          |
[INFO] [stdout]   356   356 │ 02 |🌙🌙🌜🌜🌔🌒🌒🌛🌓              |
[INFO] [stdout]   357   357 │ 03 |    🌚🌘🌗🌔🌔🌜🌕              |
[INFO] [stdout]   358       │-04 |🌒🌓🌜🌕🌚🌚🌒🌛🌓              |
[INFO] [stdout]         358 │+04 |🌒🌓🌜🌕🌚🌚🌒🌛🌓🌓            |
[INFO] [stdout]   359   359 │ 05 |🌖🌒🌖🌑🌒🌒🌙🌘🌔🌔            |
[INFO] [stdout]   360   360 │ 06 |                                |
[INFO] [stdout]   361   361 │ 07 |                                |
[INFO] [stdout]   362   362 │ 08 |                                |
[INFO] [stdout] ┈┈┈┈┈┈┈┈┈┈┈┈┼┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈
[INFO] [stdout]   376   376 │ 00 |        🌖🌛🌕🌒🌖🌖🌓🌘🌖🌙    |
[INFO] [stdout]   377   377 │ 01 |    🌕🌚🌑🌚🌗🌓🌚🌚🌘🌙        |
[INFO] [stdout]   378   378 │ 02 |🌙🌙🌜🌜🌔🌒🌒🌛🌓🌗            |
[INFO] [stdout]   379   379 │ 03 |      🌘🌗🌔🌔🌜🌕🌕            |
[INFO] [stdout]   380       │-04 |🌒🌓🌜🌕🌚🌚🌒🌛🌓🌓            |
[INFO] [stdout]         380 │+04 |🌒🌓🌜🌕🌚🌚🌒🌛🌓🌓🌗          |
[INFO] [stdout]   381   381 │ 05 |  🌒🌖🌑🌒🌒🌙🌘🌔🌔🌑          |
[INFO] [stdout]   382   382 │ 06 |                                |
[INFO] [stdout]   383   383 │ 07 |                                |
[INFO] [stdout]   384   384 │ 08 |🌒                              |
[INFO] [stdout] ┈┈┈┈┈┈┈┈┈┈┈┈┼┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈
[INFO] [stdout]   398   398 │ 00 |          🌛🌕🌒🌖🌖🌓🌘🌖🌙🌛  |
[INFO] [stdout]   399   399 │ 01 |      🌚🌑🌚🌗🌓🌚🌚🌘🌙🌔      |
[INFO] [stdout]   400   400 │ 02 |  🌙🌜🌜🌔🌒🌒🌛🌓🌗🌘          |
[INFO] [stdout]   401   401 │ 03 |        🌗🌔🌔🌜🌕🌕🌓          |
[INFO] [stdout]   402       │-04 |🌒🌓🌜🌕🌚🌚🌒🌛🌓🌓🌗          |
[INFO] [stdout]         402 │+04 |  🌓🌜🌕🌚🌚🌒🌛🌓🌓🌗🌒        |
[INFO] [stdout]   403   403 │ 05 |    🌖🌑🌒🌒🌙🌘🌔🌔🌑🌗        |
[INFO] [stdout]   404   404 │ 06 |🌜                              |
[INFO] [stdout]   405   405 │ 07 |🌖                              |
[INFO] [stdout]   406   406 │ 08 |🌒🌖                            |
[INFO] [stdout] ┈┈┈┈┈┈┈┈┈┈┈┈┼┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈
[INFO] [stdout]   420   420 │ 00 |            🌕🌒🌖🌖🌓🌘🌖🌙🌛🌔|
[INFO] [stdout]   421   421 │ 01 |        🌑🌚🌗🌓🌚🌚🌘🌙🌔🌖    |
[INFO] [stdout]   422   422 │ 02 |    🌜🌜🌔🌒🌒🌛🌓🌗🌘🌚        |
[INFO] [stdout]   423   423 │ 03 |          🌔🌔🌜🌕🌕🌓🌘        |
[INFO] [stdout]   424       │-04 |  🌓🌜🌕🌚🌚🌒🌛🌓🌓🌗🌒        |
[INFO] [stdout]         424 │+04 |    🌜🌕🌚🌚🌒🌛🌓🌓🌗🌒🌖      |
[INFO] [stdout]   425   425 │ 05 |      🌑🌒🌒🌙🌘🌔🌔🌑🌗🌜      |
[INFO] [stdout]   426   426 │ 06 |🌜🌚                            |
[INFO] [stdout]   427   427 │ 07 |🌖🌕                            |
[INFO] [stdout]   428   428 │ 08 |🌒🌖🌑                          |
[INFO] [stdout] ┈┈┈┈┈┈┈┈┈┈┈┈┼┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈
[INFO] [stdout]   442   442 │ 00 |              🌒🌖🌖🌓🌘🌖🌙🌛🌔|
[INFO] [stdout]   443   443 │ 01 |          🌚🌗🌓🌚🌚🌘🌙🌔🌖🌛  |
[INFO] [stdout]   444   444 │ 02 |      🌜🌔🌒🌒🌛🌓🌗🌘🌚🌚      |
[INFO] [stdout]   445   445 │ 03 |            🌔🌜🌕🌕🌓🌘🌒      |
[INFO] [stdout]   446       │-04 |    🌜🌕🌚🌚🌒🌛🌓🌓🌗🌒🌖      |
[INFO] [stdout]         446 │+04 |      🌕🌚🌚🌒🌛🌓🌓🌗🌒🌖🌙    |
[INFO] [stdout]   447   447 │ 05 |        🌒🌒🌙🌘🌔🌔🌑🌗🌜🌓    |
[INFO] [stdout]   448   448 │ 06 |🌜🌚🌕                          |
[INFO] [stdout]   449   449 │ 07 |🌖🌕🌚                          |
[INFO] [stdout]   450   450 │ 08 |🌒🌖🌑🌜                        |
[INFO] [stdout] ┈┈┈┈┈┈┈┈┈┈┈┈┼┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈
[INFO] [stdout]   464   464 │ 00 |                🌖🌖🌓🌘🌖🌙🌛🌔|
[INFO] [stdout]   465   465 │ 01 |            🌗🌓🌚🌚🌘🌙🌔🌖🌛🌕|
[INFO] [stdout]   466   466 │ 02 |        🌔🌒🌒🌛🌓🌗🌘🌚🌚🌚    |
[INFO] [stdout]   467   467 │ 03 |              🌜🌕🌕🌓🌘🌒🌖    |
[INFO] [stdout]   468       │-04 |      🌕🌚🌚🌒🌛🌓🌓🌗🌒🌖🌙    |
[INFO] [stdout]         468 │+04 |        🌚🌚🌒🌛🌓🌓🌗🌒🌖🌙🌒  |
[INFO] [stdout]   469   469 │ 05 |          🌒🌙🌘🌔🌔🌑🌗🌜🌓🌔  |
[INFO] [stdout]   470   470 │ 06 |🌜🌚🌕🌒                        |
[INFO] [stdout]   471       │-07 |🌖🌕🌚🌑                        |
[INFO] [stdout]   472       │-08 |  🌖🌑🌜🌚                      |
[INFO] [stdout]         471 │+07 |🌖🌕🌚🌑🌚                      |
[INFO] [stdout]         472 │+08 |    🌑🌜🌚🌘                    |
[INFO] [stdout]   473   473 │ 09 |                      🌛🌕🌕🌓🌘|
[INFO] [stdout]   474   474 │ -----------------2B------------------
[INFO] [stdout]   475   475 │ 00 |                🌖🌖🌓🌘🌖🌙🌛🌔|
[INFO] [stdout]   476   476 │ 01 |              🌓🌚🌚🌘🌙🌔🌖🌛🌕|
[INFO] [stdout] ┈┈┈┈┈┈┈┈┈┈┈┈┼┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈
[INFO] [stdout]   486   486 │ 00 |                  🌖🌓🌘🌖🌙🌛🌔|
[INFO] [stdout]   487   487 │ 01 |              🌓🌚🌚🌘🌙🌔🌖🌛🌕|
[INFO] [stdout]   488   488 │ 02 |          🌒🌒🌛🌓🌗🌘🌚🌚🌚🌓  |
[INFO] [stdout]   489   489 │ 03 |                🌕🌕🌓🌘🌒🌖🌗  |
[INFO] [stdout]   490       │-04 |        🌚🌚🌒🌛🌓🌓🌗🌒🌖🌙🌒  |
[INFO] [stdout]         490 │+04 |          🌚🌒🌛🌓🌓🌗🌒🌖🌙🌒🌖|
[INFO] [stdout]   491   491 │ 05 |            🌙🌘🌔🌔🌑🌗🌜🌓🌔🌙|
[INFO] [stdout]   492   492 │ 06 |🌜🌚🌕🌒🌗                      |
[INFO] [stdout]   493       │-07 |🌖🌕🌚🌑🌚                      |
[INFO] [stdout]   494       │-08 |    🌑🌜🌚🌘                    |
[INFO] [stdout]         493 │+07 |  🌕🌚🌑🌚🌗                    |
[INFO] [stdout]         494 │+08 |      🌜🌚🌘🌛                  |
[INFO] [stdout]   495   495 │ 09 |                        🌕🌕🌓🌘|
[INFO] [stdout]   496   496 │ -----------------2D------------------
[INFO] [stdout]   497   497 │ 00 |                  🌖🌓🌘🌖🌙🌛🌔|
[INFO] [stdout]   498   498 │ 01 |                🌚🌚🌘🌙🌔🌖🌛🌕|
[INFO] [stdout] ┈┈┈┈┈┈┈┈┈┈┈┈┼┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈
[INFO] [stdout]   508   508 │ 00 |                    🌓🌘🌖🌙🌛🌔|
[INFO] [stdout]   509   509 │ 01 |                🌚🌚🌘🌙🌔🌖🌛🌕|
[INFO] [stdout]   510   510 │ 02 |            🌒🌛🌓🌗🌘🌚🌚🌚🌓🌔|
[INFO] [stdout]   511   511 │ 03 |                  🌕🌓🌘🌒🌖🌗🌗|
[INFO] [stdout]   512       │-04 |          🌚🌒🌛🌓🌓🌗🌒🌖🌙🌒🌖|
[INFO] [stdout]         512 │+04 |            🌒🌛🌓🌓🌗🌒🌖🌙🌒🌖|
[INFO] [stdout]   513   513 │ 05 |              🌘🌔🌔🌑🌗🌜🌓🌔🌙|
[INFO] [stdout]   514   514 │ 06 |  🌚🌕🌒🌗🌒                    |
[INFO] [stdout]   515       │-07 |  🌕🌚🌑🌚🌗                    |
[INFO] [stdout]   516       │-08 |      🌜🌚🌘🌛                  |
[INFO] [stdout]         515 │+07 |    🌚🌑🌚🌗🌓                  |
[INFO] [stdout]         516 │+08 |        🌚🌘🌛🌖                |
[INFO] [stdout]   517   517 │ 09 |                          🌕🌓🌘|
[INFO] [stdout]   518   518 │ -----------------2F------------------
[INFO] [stdout]   519   519 │ 00 |                    🌓🌘🌖🌙🌛🌔|
[INFO] [stdout]   520   520 │ 01 |                  🌚🌘🌙🌔🌖🌛🌕|
[INFO] [stdout] ┈┈┈┈┈┈┈┈┈┈┈┈┼┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈
[INFO] [stdout]   530   530 │ 00 |                      🌘🌖🌙🌛🌔|
[INFO] [stdout]   531   531 │ 01 |                  🌚🌘🌙🌔🌖🌛🌕|
[INFO] [stdout]   532   532 │ 02 |              🌛🌓🌗🌘🌚🌚🌚🌓🌔|
[INFO] [stdout]   533   533 │ 03 |                    🌓🌘🌒🌖🌗🌗|
[INFO] [stdout]   534       │-04 |            🌒🌛🌓🌓🌗🌒🌖🌙🌒🌖|
[INFO] [stdout]         534 │+04 |              🌛🌓🌓🌗🌒🌖🌙🌒🌖|
[INFO] [stdout]   535   535 │ 05 |                🌔🌔🌑🌗🌜🌓🌔🌙|
[INFO] [stdout]   536   536 │ 06 |    🌕🌒🌗🌒🌒                  |
[INFO] [stdout]   537       │-07 |    🌚🌑🌚🌗🌓                  |
[INFO] [stdout]   538       │-08 |        🌚🌘🌛🌖                |
[INFO] [stdout]         537 │+07 |      🌑🌚🌗🌓🌚                |
[INFO] [stdout]         538 │+08 |          🌘🌛🌖🌓              |
[INFO] [stdout]   539   539 │ 09 |                            🌓🌘|
[INFO] [stdout]   540   540 │ -----------------31------------------
[INFO] [stdout]   541   541 │ 00 |                      🌘🌖🌙🌛🌔|
[INFO] [stdout]   542   542 │ 01 |                    🌘🌙🌔🌖🌛🌕|
[INFO] [stdout] ────────────┴───────────────────────────────────────────────────────────────────
[INFO] [stdout] 
[INFO] [stdout] thread 'test::test_screen_buffer_direction_right_emoji_moon_double_width' (29) panicked at src/test.rs:79:5:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: FileIo(Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" }, "/opt/rustwide/workdir/src/snapshots/rusty_rain__test__screen_buffer_direction_right_emoji_moon_double_width.snap.new")
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x648099e14ff2 - std::backtrace_rs::backtrace::libunwind::trace::h786de35fecf3582f
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x648099e14ff2 - std::backtrace_rs::backtrace::trace_unsynchronized::h4a7da1a2a64387f1
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x648099e14ff2 - std::sys::backtrace::_print_fmt::h6bd7d500070c788c
[INFO] [stderr] error: test failed, to rerun pass `--bin rusty-rain`
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x648099e14ff2 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h6d82c1afff976903
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x648099e277ff - core::fmt::rt::Argument::fmt::hc4ce6d643d397690
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x648099e277ff - core::fmt::write::hb1e7ca88b6a3936e
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/core/src/fmt/mod.rs:1469:25
[INFO] [stdout]    6:     0x648099ddfd33 - std::io::default_write_fmt::haffd49d96f1984a8
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x648099ddfd33 - std::io::Write::write_fmt::h027871c57cf57c01
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x648099dec562 - std::sys::backtrace::BacktraceLock::print::ha2430613ee79d059
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x648099df211f - std::panicking::default_hook::{{closure}}::hdbd2db9e5c303cf6
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x648099df1fb1 - std::panicking::default_hook::hed93c70cba5fdcf0
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/panicking.rs:325:9
[INFO] [stdout]   11:     0x648099bf8bbe - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hd0ee8b569efc6a07
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/alloc/src/boxed.rs:2099:9
[INFO] [stdout]   12:     0x648099bf8bbe - test::test_main_with_exit_callback::{{closure}}::hf10864b576ecd15d
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x648099df272f - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h3a55ca34534c0d00
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/alloc/src/boxed.rs:2099:9
[INFO] [stdout]   14:     0x648099df272f - std::panicking::panic_with_hook::h3862d766c2cec19b
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/panicking.rs:842:13
[INFO] [stdout]   15:     0x648099df258a - std::panicking::panic_handler::{{closure}}::hb95eb402b5e28ee1
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/panicking.rs:707:13
[INFO] [stdout]   16:     0x648099dec699 - std::sys::backtrace::__rust_end_short_backtrace::hf73a26dc1835d85a
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x648099dd33fd - __rustc[6ed5915ee467787]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/panicking.rs:698:5
[INFO] [stdout]   18:     0x648099e310f0 - core::panicking::panic_fmt::h3454303eb8e6f7cd
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x648099e30386 - core::result::unwrap_failed::h2380020e6daeb464
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/core/src/result.rs:1862:5
[INFO] [stdout]   20:     0x648099b1ba24 - core::result::Result<T,E>::unwrap::h6e49cf5d97a87c7f
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/core/src/result.rs:1233:23
[INFO] [stdout]   21:     0x648099b1ba24 - rusty_rain::test::set_up_snapshot::h7749933084354a7b
[INFO] [stdout]                                at /opt/rustwide/workdir/src/test.rs:79:5
[INFO] [stdout]   22:     0x648099b1c71e - rusty_rain::test::test_screen_buffer_direction_right_emoji_moon_double_width::he7c6bbf866a5c17a
[INFO] [stdout]                                at /opt/rustwide/workdir/src/test.rs:95:13
[INFO] [stdout]   23:     0x648099b1c767 - rusty_rain::test::test_screen_buffer_direction_right_emoji_moon_double_width::{{closure}}::hdb3d87c6f096008a
[INFO] [stdout]                                at /opt/rustwide/workdir/src/test.rs:94:19
[INFO] [stdout]   24:     0x648099b2d546 - core::ops::function::FnOnce::call_once::h8ea3d20492c401c7
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x648099bf899b - core::ops::function::FnOnce::call_once::ha729ee35d2fab541
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   26:     0x648099bf899b - test::__rust_begin_short_backtrace::ha40f4db8207e1111
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/test/src/lib.rs:663:18
[INFO] [stdout]   27:     0x648099c0ca1d - test::run_test_in_process::{{closure}}::hc1b77cda5d44f0f3
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/test/src/lib.rs:686:74
[INFO] [stdout]   28:     0x648099c0ca1d - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h1dbea1de64785521
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   29:     0x648099c0ca1d - std::panicking::catch_unwind::do_call::hd5febe9affd5a1b3
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/panicking.rs:590:40
[INFO] [stdout]   30:     0x648099c0ca1d - std::panicking::catch_unwind::h51ea89627559b6f4
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/panicking.rs:553:19
[INFO] [stdout]   31:     0x648099c0ca1d - std::panic::catch_unwind::hb8b8c2367cae3d66
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/panic.rs:359:14
[INFO] [stdout]   32:     0x648099c0ca1d - test::run_test_in_process::ha5b55801407ea100
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/test/src/lib.rs:686:27
[INFO] [stdout]   33:     0x648099c0ca1d - test::run_test::{{closure}}::h0b9d4072b527abf5
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/test/src/lib.rs:607:43
[INFO] [stdout]   34:     0x648099be5f34 - test::run_test::{{closure}}::hb1056b5731205822
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/test/src/lib.rs:637:41
[INFO] [stdout]   35:     0x648099be5f34 - std::sys::backtrace::__rust_begin_short_backtrace::hb61ff5a34023c7ef
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   36:     0x648099be986a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::hb0a83c0e8b353cff
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/thread/mod.rs:562:17
[INFO] [stdout]   37:     0x648099be986a - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hb4f32cb008535298
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   38:     0x648099be986a - std::panicking::catch_unwind::do_call::h16d110e4fc35789a
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/panicking.rs:590:40
[INFO] [stdout]   39:     0x648099be986a - std::panicking::catch_unwind::hea9118f355699c4b
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/panicking.rs:553:19
[INFO] [stdout]   40:     0x648099be986a - std::panic::catch_unwind::hf4b3c2a06d3f42f5
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/panic.rs:359:14
[INFO] [stdout]   41:     0x648099be986a - std::thread::Builder::spawn_unchecked_::{{closure}}::h3f4cb733a52d53d5
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/thread/mod.rs:560:30
[INFO] [stdout]   42:     0x648099be986a - core::ops::function::FnOnce::call_once{{vtable.shim}}::h4052f0967b37caeb
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   43:     0x648099de78af - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h7ec433abd3f148b4
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/alloc/src/boxed.rs:2085:9
[INFO] [stdout]   44:     0x648099de78af - std::sys::thread::unix::Thread::new::thread_start::he514622d3d7ba65c
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/sys/thread/unix.rs:124:17
[INFO] [stdout]   45:     0x78f3a1d48aa4 - <unknown>
[INFO] [stdout]   46:     0x78f3a1dd5a64 - clone
[INFO] [stdout]   47:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- test::test_screen_buffer_direction_left_emoji_crab_double_width stdout ----
[INFO] [stdout] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ Snapshot Summary ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
[INFO] [stdout] Snapshot file: src/snapshots/rusty_rain__test__screen_buffer_direction_left_emoji_crab_double_width.snap
[INFO] [stdout] Snapshot: screen_buffer_direction_left_emoji_crab_double_width
[INFO] [stdout] Source: src/test.rs:79
[INFO] [stdout] ────────────────────────────────────────────────────────────────────────────────
[INFO] [stdout] Expression: window
[INFO] [stdout] ────────────────────────────────────────────────────────────────────────────────
[INFO] [stdout] -old snapshot
[INFO] [stdout] +new results
[INFO] [stdout] ────────────┬───────────────────────────────────────────────────────────────────
[INFO] [stdout]   332   332 │ 00 |        🦀🦀🦀🦀🦀🦀🦀🦀🦀🦀    |
[INFO] [stdout]   333   333 │ 01 |            🦀🦀🦀🦀🦀🦀🦀🦀🦀🦀|
[INFO] [stdout]   334   334 │ 02 |                🦀🦀🦀🦀🦀🦀🦀🦀|
[INFO] [stdout]   335   335 │ 03 |                🦀🦀🦀🦀🦀🦀🦀  |
[INFO] [stdout]   336       │-04 |                🦀🦀🦀🦀🦀🦀🦀🦀|
[INFO] [stdout]         336 │+04 |              🦀🦀🦀🦀🦀🦀🦀🦀🦀|
[INFO] [stdout]   337   337 │ 05 |              🦀🦀🦀🦀🦀🦀🦀🦀🦀|
[INFO] [stdout]   338   338 │ 06 |🦀🦀                            |
[INFO] [stdout]   339   339 │ 07 |🦀                              |
[INFO] [stdout]   340   340 │ 08 |🦀                              |
[INFO] [stdout] ┈┈┈┈┈┈┈┈┈┈┈┈┼┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈
[INFO] [stdout]   354   354 │ 00 |      🦀🦀🦀🦀🦀🦀🦀🦀🦀🦀      |
[INFO] [stdout]   355   355 │ 01 |          🦀🦀🦀🦀🦀🦀🦀🦀🦀🦀  |
[INFO] [stdout]   356   356 │ 02 |              🦀🦀🦀🦀🦀🦀🦀🦀🦀|
[INFO] [stdout]   357   357 │ 03 |              🦀🦀🦀🦀🦀🦀🦀    |
[INFO] [stdout]   358       │-04 |              🦀🦀🦀🦀🦀🦀🦀🦀🦀|
[INFO] [stdout]         358 │+04 |            🦀🦀🦀🦀🦀🦀🦀🦀🦀🦀|
[INFO] [stdout]   359   359 │ 05 |            🦀🦀🦀🦀🦀🦀🦀🦀🦀🦀|
[INFO] [stdout]   360   360 │ 06 |🦀                              |
[INFO] [stdout]   361   361 │ 07 |🦀                              |
[INFO] [stdout]   362   362 │ 08 |🦀                              |
[INFO] [stdout] ┈┈┈┈┈┈┈┈┈┈┈┈┼┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈
[INFO] [stdout]   376   376 │ 00 |    🦀🦀🦀🦀🦀🦀🦀🦀🦀🦀        |
[INFO] [stdout]   377   377 │ 01 |        🦀🦀🦀🦀🦀🦀🦀🦀🦀🦀    |
[INFO] [stdout]   378   378 │ 02 |            🦀🦀🦀🦀🦀🦀🦀🦀🦀🦀|
[INFO] [stdout]   379   379 │ 03 |            🦀🦀🦀🦀🦀🦀🦀      |
[INFO] [stdout]   380       │-04 |            🦀🦀🦀🦀🦀🦀🦀🦀🦀🦀|
[INFO] [stdout]         380 │+04 |          🦀🦀🦀🦀🦀🦀🦀🦀🦀🦀🦀|
[INFO] [stdout]   381   381 │ 05 |          🦀🦀🦀🦀🦀🦀🦀🦀🦀🦀  |
[INFO] [stdout]   382   382 │ 06 |🦀                              |
[INFO] [stdout]   383   383 │ 07 |🦀                              |
[INFO] [stdout]   384   384 │ 08 |🦀                            🦀|
[INFO] [stdout] ┈┈┈┈┈┈┈┈┈┈┈┈┼┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈
[INFO] [stdout]   398   398 │ 00 |  🦀🦀🦀🦀🦀🦀🦀🦀🦀🦀          |
[INFO] [stdout]   399   399 │ 01 |      🦀🦀🦀🦀🦀🦀🦀🦀🦀🦀      |
[INFO] [stdout]   400   400 │ 02 |          🦀🦀🦀🦀🦀🦀🦀🦀🦀🦀  |
[INFO] [stdout]   401   401 │ 03 |          🦀🦀🦀🦀🦀🦀🦀        |
[INFO] [stdout]   402       │-04 |          🦀🦀🦀🦀🦀🦀🦀🦀🦀🦀🦀|
[INFO] [stdout]         402 │+04 |        🦀🦀🦀🦀🦀🦀🦀🦀🦀🦀🦀  |
[INFO] [stdout]   403   403 │ 05 |        🦀🦀🦀🦀🦀🦀🦀🦀🦀🦀    |
[INFO] [stdout]   404   404 │ 06 |🦀                            🦀|
[INFO] [stdout]   405   405 │ 07 |🦀                            🦀|
[INFO] [stdout]   406   406 │ 08 |🦀                          🦀🦀|
[INFO] [stdout] ┈┈┈┈┈┈┈┈┈┈┈┈┼┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈
[INFO] [stdout]   420   420 │ 00 |🦀🦀🦀🦀🦀🦀🦀🦀🦀🦀            |
[INFO] [stdout]   421   421 │ 01 |    🦀🦀🦀🦀🦀🦀🦀🦀🦀🦀        |
[INFO] [stdout]   422   422 │ 02 |        🦀🦀🦀🦀🦀🦀🦀🦀🦀🦀    |
[INFO] [stdout]   423   423 │ 03 |        🦀🦀🦀🦀🦀🦀🦀          |
[INFO] [stdout]   424       │-04 |        🦀🦀🦀🦀🦀🦀🦀🦀🦀🦀🦀  |
[INFO] [stdout]         424 │+04 |      🦀🦀🦀🦀🦀🦀🦀🦀🦀🦀🦀    |
[INFO] [stdout]   425   425 │ 05 |      🦀🦀🦀🦀🦀🦀🦀🦀🦀🦀      |
[INFO] [stdout]   426   426 │ 06 |🦀                          🦀🦀|
[INFO] [stdout]   427   427 │ 07 |🦀                          🦀🦀|
[INFO] [stdout]   428   428 │ 08 |🦀                        🦀🦀🦀|
[INFO] [stdout] ┈┈┈┈┈┈┈┈┈┈┈┈┼┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈
[INFO] [stdout]   442   442 │ 00 |🦀🦀🦀🦀🦀🦀🦀🦀🦀              |
[INFO] [stdout]   443   443 │ 01 |  🦀🦀🦀🦀🦀🦀🦀🦀🦀🦀          |
[INFO] [stdout]   444   444 │ 02 |      🦀🦀🦀🦀🦀🦀🦀🦀🦀🦀      |
[INFO] [stdout]   445   445 │ 03 |      🦀🦀🦀🦀🦀🦀🦀            |
[INFO] [stdout]   446       │-04 |      🦀🦀🦀🦀🦀🦀🦀🦀🦀🦀🦀    |
[INFO] [stdout]         446 │+04 |    🦀🦀🦀🦀🦀🦀🦀🦀🦀🦀🦀      |
[INFO] [stdout]   447   447 │ 05 |    🦀🦀🦀🦀🦀🦀🦀🦀🦀🦀        |
[INFO] [stdout]   448   448 │ 06 |🦀                        🦀🦀🦀|
[INFO] [stdout]   449   449 │ 07 |🦀                        🦀🦀🦀|
[INFO] [stdout]   450   450 │ 08 |🦀                      🦀🦀🦀🦀|
[INFO] [stdout] ┈┈┈┈┈┈┈┈┈┈┈┈┼┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈
[INFO] [stdout]   458   458 │ 05 |  🦀🦀🦀🦀🦀🦀🦀🦀🦀🦀          |
[INFO] [stdout]   459   459 │ 06 |🦀                        🦀🦀🦀|
[INFO] [stdout]   460   460 │ 07 |🦀                      🦀🦀🦀🦀|
[INFO] [stdout]   461   461 │ 08 |🦀                    🦀🦀🦀🦀  |
[INFO] [stdout]   462       │-09 |🦀🦀🦀🦀🦀🦀                    |
[INFO] [stdout]         462 │+09 |🦀🦀🦀🦀🦀                      |
[INFO] [stdout]   463   463 │ -----------------2A------------------
[INFO] [stdout]   464   464 │ 00 |🦀🦀🦀🦀🦀🦀🦀🦀                |
[INFO] [stdout]   465   465 │ 01 |🦀🦀🦀🦀🦀🦀🦀🦀🦀🦀            |
[INFO] [stdout]   466   466 │ 02 |    🦀🦀🦀🦀🦀🦀🦀🦀🦀🦀        |
[INFO] [stdout]   467   467 │ 03 |    🦀🦀🦀🦀🦀🦀🦀              |
[INFO] [stdout]   468       │-04 |    🦀🦀🦀🦀🦀🦀🦀🦀🦀🦀🦀      |
[INFO] [stdout]         468 │+04 |  🦀🦀🦀🦀🦀🦀🦀🦀🦀🦀🦀        |
[INFO] [stdout]   469   469 │ 05 |  🦀🦀🦀🦀🦀🦀🦀🦀🦀🦀          |
[INFO] [stdout]   470   470 │ 06 |🦀                      🦀🦀🦀🦀|
[INFO] [stdout]   471       │-07 |🦀                      🦀🦀🦀🦀|
[INFO] [stdout]   472       │-08 |🦀                    🦀🦀🦀🦀  |
[INFO] [stdout]   473       │-09 |🦀🦀🦀🦀🦀                      |
[INFO] [stdout]         471 │+07 |🦀                    🦀🦀🦀🦀🦀|
[INFO] [stdout]         472 │+08 |🦀                  🦀🦀🦀🦀    |
[INFO] [stdout]         473 │+09 |🦀🦀🦀🦀                        |
[INFO] [stdout]   474   474 │ -----------------2B------------------
[INFO] [stdout]   475   475 │ 00 |🦀🦀🦀🦀🦀🦀🦀🦀                |
[INFO] [stdout]   476   476 │ 01 |🦀🦀🦀🦀🦀🦀🦀🦀🦀              |
[INFO] [stdout]   477   477 │ 02 |  🦀🦀🦀🦀🦀🦀🦀🦀🦀🦀          |
[INFO] [stdout] ┈┈┈┈┈┈┈┈┈┈┈┈┼┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈
[INFO] [stdout]   480   480 │ 05 |🦀🦀🦀🦀🦀🦀🦀🦀🦀🦀            |
[INFO] [stdout]   481   481 │ 06 |🦀                      🦀🦀🦀🦀|
[INFO] [stdout]   482   482 │ 07 |🦀                    🦀🦀🦀🦀🦀|
[INFO] [stdout]   483   483 │ 08 |🦀                  🦀🦀🦀🦀    |
[INFO] [stdout]   484       │-09 |🦀🦀🦀🦀🦀                      |
[INFO] [stdout]         484 │+09 |🦀🦀🦀🦀                        |
[INFO] [stdout]   485   485 │ -----------------2C------------------
[INFO] [stdout]   486   486 │ 00 |🦀🦀🦀🦀🦀🦀🦀                  |
[INFO] [stdout]   487   487 │ 01 |🦀🦀🦀🦀🦀🦀🦀🦀🦀              |
[INFO] [stdout]   488   488 │ 02 |  🦀🦀🦀🦀🦀🦀🦀🦀🦀🦀          |
[INFO] [stdout]   489   489 │ 03 |  🦀🦀🦀🦀🦀🦀🦀                |
[INFO] [stdout]   490       │-04 |  🦀🦀🦀🦀🦀🦀🦀🦀🦀🦀🦀        |
[INFO] [stdout]         490 │+04 |🦀🦀🦀🦀🦀🦀🦀🦀🦀🦀🦀          |
[INFO] [stdout]   491   491 │ 05 |🦀🦀🦀🦀🦀🦀🦀🦀🦀🦀            |
[INFO] [stdout]   492   492 │ 06 |🦀                    🦀🦀🦀🦀🦀|
[INFO] [stdout]   493       │-07 |🦀                    🦀🦀🦀🦀🦀|
[INFO] [stdout]   494       │-08 |🦀                  🦀🦀🦀🦀    |
[INFO] [stdout]   495       │-09 |🦀🦀🦀🦀                        |
[INFO] [stdout]         493 │+07 |🦀                  🦀🦀🦀🦀🦀  |
[INFO] [stdout]         494 │+08 |🦀                🦀🦀🦀🦀      |
[INFO] [stdout]         495 │+09 |🦀🦀🦀                          |
[INFO] [stdout]   496   496 │ -----------------2D------------------
[INFO] [stdout]   497   497 │ 00 |🦀🦀🦀🦀🦀🦀🦀                  |
[INFO] [stdout]   498   498 │ 01 |🦀🦀🦀🦀🦀🦀🦀🦀                |
[INFO] [stdout]   499   499 │ 02 |🦀🦀🦀🦀🦀🦀🦀🦀🦀🦀            |
[INFO] [stdout] ┈┈┈┈┈┈┈┈┈┈┈┈┼┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈
[INFO] [stdout]   502   502 │ 05 |🦀🦀🦀🦀🦀🦀🦀🦀🦀              |
[INFO] [stdout]   503   503 │ 06 |🦀                    🦀🦀🦀🦀🦀|
[INFO] [stdout]   504   504 │ 07 |🦀                  🦀🦀🦀🦀🦀  |
[INFO] [stdout]   505   505 │ 08 |🦀                🦀🦀🦀🦀      |
[INFO] [stdout]   506       │-09 |🦀🦀🦀🦀                        |
[INFO] [stdout]         506 │+09 |🦀🦀🦀                          |
[INFO] [stdout]   507   507 │ -----------------2E------------------
[INFO] [stdout]   508   508 │ 00 |🦀🦀🦀🦀🦀🦀                    |
[INFO] [stdout]   509   509 │ 01 |🦀🦀🦀🦀🦀🦀🦀🦀                |
[INFO] [stdout]   510   510 │ 02 |🦀🦀🦀🦀🦀🦀🦀🦀🦀🦀            |
[INFO] [stdout]   511   511 │ 03 |🦀🦀🦀🦀🦀🦀🦀                  |
[INFO] [stdout]   512       │-04 |🦀🦀🦀🦀🦀🦀🦀🦀🦀🦀🦀          |
[INFO] [stdout]         512 │+04 |🦀🦀🦀🦀🦀🦀🦀🦀🦀🦀            |
[INFO] [stdout]   513   513 │ 05 |🦀🦀🦀🦀🦀🦀🦀🦀🦀              |
[INFO] [stdout]   514   514 │ 06 |🦀                  🦀🦀🦀🦀🦀  |
[INFO] [stdout]   515       │-07 |🦀                  🦀🦀🦀🦀🦀  |
[INFO] [stdout]   516       │-08 |🦀                🦀🦀🦀🦀      |
[INFO] [stdout]   517       │-09 |🦀🦀🦀                          |
[INFO] [stdout]         515 │+07 |🦀                🦀🦀🦀🦀🦀    |
[INFO] [stdout]         516 │+08 |🦀              🦀🦀🦀🦀        |
[INFO] [stdout]         517 │+09 |🦀🦀                            |
[INFO] [stdout]   518   518 │ -----------------2F------------------
[INFO] [stdout]   519   519 │ 00 |🦀🦀🦀🦀🦀🦀                    |
[INFO] [stdout]   520   520 │ 01 |🦀🦀🦀🦀🦀🦀🦀                  |
[INFO] [stdout]   521   521 │ 02 |🦀🦀🦀🦀🦀🦀🦀🦀🦀              |
[INFO] [stdout] ┈┈┈┈┈┈┈┈┈┈┈┈┼┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈
[INFO] [stdout]   524   524 │ 05 |🦀🦀🦀🦀🦀🦀🦀🦀                |
[INFO] [stdout]   525   525 │ 06 |🦀                  🦀🦀🦀🦀🦀  |
[INFO] [stdout]   526   526 │ 07 |🦀                🦀🦀🦀🦀🦀    |
[INFO] [stdout]   527   527 │ 08 |🦀              🦀🦀🦀🦀        |
[INFO] [stdout]   528       │-09 |🦀🦀🦀                          |
[INFO] [stdout]         528 │+09 |🦀🦀                            |
[INFO] [stdout]   529   529 │ -----------------30------------------
[INFO] [stdout]   530   530 │ 00 |🦀🦀🦀🦀🦀                      |
[INFO] [stdout]   531   531 │ 01 |🦀🦀🦀🦀🦀🦀🦀                  |
[INFO] [stdout]   532   532 │ 02 |🦀🦀🦀🦀🦀🦀🦀🦀🦀              |
[INFO] [stdout]   533   533 │ 03 |🦀🦀🦀🦀🦀🦀                    |
[INFO] [stdout]   534       │-04 |🦀🦀🦀🦀🦀🦀🦀🦀🦀🦀            |
[INFO] [stdout]         534 │+04 |🦀🦀🦀🦀🦀🦀🦀🦀🦀              |
[INFO] [stdout]   535   535 │ 05 |🦀🦀🦀🦀🦀🦀🦀🦀                |
[INFO] [stdout]   536   536 │ 06 |🦀                🦀🦀🦀🦀🦀    |
[INFO] [stdout]   537       │-07 |🦀                🦀🦀🦀🦀🦀    |
[INFO] [stdout]   538       │-08 |🦀              🦀🦀🦀🦀        |
[INFO] [stdout]   539       │-09 |🦀🦀                            |
[INFO] [stdout]         537 │+07 |🦀              🦀🦀🦀🦀🦀      |
[INFO] [stdout]         538 │+08 |🦀            🦀🦀🦀🦀          |
[INFO] [stdout]         539 │+09 |🦀                              |
[INFO] [stdout]   540   540 │ -----------------31------------------
[INFO] [stdout]   541   541 │ 00 |🦀🦀🦀🦀🦀                      |
[INFO] [stdout]   542   542 │ 01 |🦀🦀🦀🦀🦀🦀                    |
[INFO] [stdout]   543   543 │ 02 |🦀🦀🦀🦀🦀🦀🦀🦀                |
[INFO] [stdout] ┈┈┈┈┈┈┈┈┈┈┈┈┼┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈
[INFO] [stdout]   546   546 │ 05 |🦀🦀🦀🦀🦀🦀🦀                  |
[INFO] [stdout]   547   547 │ 06 |🦀                🦀🦀🦀🦀🦀    |
[INFO] [stdout]   548   548 │ 07 |🦀              🦀🦀🦀🦀🦀      |
[INFO] [stdout]   549   549 │ 08 |🦀            🦀🦀🦀🦀          |
[INFO] [stdout]   550       │-09 |🦀🦀                            |
[INFO] [stdout]         550 │+09 |🦀                              |
[INFO] [stdout] ────────────┴───────────────────────────────────────────────────────────────────
[INFO] [stdout] 
[INFO] [stdout] thread 'test::test_screen_buffer_direction_left_emoji_crab_double_width' (28) panicked at src/test.rs:79:5:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: FileIo(Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" }, "/opt/rustwide/workdir/src/snapshots/rusty_rain__test__screen_buffer_direction_left_emoji_crab_double_width.snap.new")
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x648099e14ff2 - std::backtrace_rs::backtrace::libunwind::trace::h786de35fecf3582f
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x648099e14ff2 - std::backtrace_rs::backtrace::trace_unsynchronized::h4a7da1a2a64387f1
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x648099e14ff2 - std::sys::backtrace::_print_fmt::h6bd7d500070c788c
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x648099e14ff2 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h6d82c1afff976903
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x648099e277ff - core::fmt::rt::Argument::fmt::hc4ce6d643d397690
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x648099e277ff - core::fmt::write::hb1e7ca88b6a3936e
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/core/src/fmt/mod.rs:1469:25
[INFO] [stdout]    6:     0x648099ddfd33 - std::io::default_write_fmt::haffd49d96f1984a8
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x648099ddfd33 - std::io::Write::write_fmt::h027871c57cf57c01
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x648099dec562 - std::sys::backtrace::BacktraceLock::print::ha2430613ee79d059
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x648099df211f - std::panicking::default_hook::{{closure}}::hdbd2db9e5c303cf6
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x648099df1fb1 - std::panicking::default_hook::hed93c70cba5fdcf0
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/panicking.rs:325:9
[INFO] [stdout]   11:     0x648099bf8bbe - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hd0ee8b569efc6a07
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/alloc/src/boxed.rs:2099:9
[INFO] [stdout]   12:     0x648099bf8bbe - test::test_main_with_exit_callback::{{closure}}::hf10864b576ecd15d
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x648099df272f - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h3a55ca34534c0d00
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/alloc/src/boxed.rs:2099:9
[INFO] [stdout]   14:     0x648099df272f - std::panicking::panic_with_hook::h3862d766c2cec19b
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/panicking.rs:842:13
[INFO] [stdout]   15:     0x648099df258a - std::panicking::panic_handler::{{closure}}::hb95eb402b5e28ee1
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/panicking.rs:707:13
[INFO] [stdout]   16:     0x648099dec699 - std::sys::backtrace::__rust_end_short_backtrace::hf73a26dc1835d85a
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x648099dd33fd - __rustc[6ed5915ee467787]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/panicking.rs:698:5
[INFO] [stdout]   18:     0x648099e310f0 - core::panicking::panic_fmt::h3454303eb8e6f7cd
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x648099e30386 - core::result::unwrap_failed::h2380020e6daeb464
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/core/src/result.rs:1862:5
[INFO] [stdout]   20:     0x648099b1ba24 - core::result::Result<T,E>::unwrap::h6e49cf5d97a87c7f
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/core/src/result.rs:1233:23
[INFO] [stdout]   21:     0x648099b1ba24 - rusty_rain::test::set_up_snapshot::h7749933084354a7b
[INFO] [stdout]                                at /opt/rustwide/workdir/src/test.rs:79:5
[INFO] [stdout]   22:     0x648099b1c5be - rusty_rain::test::test_screen_buffer_direction_left_emoji_crab_double_width::h326ccdfe4aaedb7c
[INFO] [stdout]                                at /opt/rustwide/workdir/src/test.rs:95:13
[INFO] [stdout]   23:     0x648099b1c607 - rusty_rain::test::test_screen_buffer_direction_left_emoji_crab_double_width::{{closure}}::h907a79774f3870ae
[INFO] [stdout]                                at /opt/rustwide/workdir/src/test.rs:94:19
[INFO] [stdout]   24:     0x648099b2d716 - core::ops::function::FnOnce::call_once::hc8ccb9e8a8914b3c
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x648099bf899b - core::ops::function::FnOnce::call_once::ha729ee35d2fab541
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   26:     0x648099bf899b - test::__rust_begin_short_backtrace::ha40f4db8207e1111
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/test/src/lib.rs:663:18
[INFO] [stdout]   27:     0x648099c0ca1d - test::run_test_in_process::{{closure}}::hc1b77cda5d44f0f3
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/test/src/lib.rs:686:74
[INFO] [stdout]   28:     0x648099c0ca1d - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h1dbea1de64785521
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   29:     0x648099c0ca1d - std::panicking::catch_unwind::do_call::hd5febe9affd5a1b3
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/panicking.rs:590:40
[INFO] [stdout]   30:     0x648099c0ca1d - std::panicking::catch_unwind::h51ea89627559b6f4
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/panicking.rs:553:19
[INFO] [stdout]   31:     0x648099c0ca1d - std::panic::catch_unwind::hb8b8c2367cae3d66
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/panic.rs:359:14
[INFO] [stdout]   32:     0x648099c0ca1d - test::run_test_in_process::ha5b55801407ea100
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/test/src/lib.rs:686:27
[INFO] [stdout]   33:     0x648099c0ca1d - test::run_test::{{closure}}::h0b9d4072b527abf5
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/test/src/lib.rs:607:43
[INFO] [stdout]   34:     0x648099be5f34 - test::run_test::{{closure}}::hb1056b5731205822
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/test/src/lib.rs:637:41
[INFO] [stdout]   35:     0x648099be5f34 - std::sys::backtrace::__rust_begin_short_backtrace::hb61ff5a34023c7ef
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   36:     0x648099be986a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::hb0a83c0e8b353cff
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/thread/mod.rs:562:17
[INFO] [stdout]   37:     0x648099be986a - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hb4f32cb008535298
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   38:     0x648099be986a - std::panicking::catch_unwind::do_call::h16d110e4fc35789a
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/panicking.rs:590:40
[INFO] [stdout]   39:     0x648099be986a - std::panicking::catch_unwind::hea9118f355699c4b
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/panicking.rs:553:19
[INFO] [stdout]   40:     0x648099be986a - std::panic::catch_unwind::hf4b3c2a06d3f42f5
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/panic.rs:359:14
[INFO] [stdout]   41:     0x648099be986a - std::thread::Builder::spawn_unchecked_::{{closure}}::h3f4cb733a52d53d5
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/thread/mod.rs:560:30
[INFO] [stdout]   42:     0x648099be986a - core::ops::function::FnOnce::call_once{{vtable.shim}}::h4052f0967b37caeb
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   43:     0x648099de78af - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h7ec433abd3f148b4
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/alloc/src/boxed.rs:2085:9
[INFO] [stdout]   44:     0x648099de78af - std::sys::thread::unix::Thread::new::thread_start::he514622d3d7ba65c
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/sys/thread/unix.rs:124:17
[INFO] [stdout]   45:     0x78f3a1d48aa4 - <unknown>
[INFO] [stdout]   46:     0x78f3a1dd5a64 - clone
[INFO] [stdout]   47:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- test::test_large_letters stdout ----
[INFO] [stdout] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ Snapshot Summary ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
[INFO] [stdout] Snapshot file: src/snapshots/rusty_rain__test__large_letters.snap
[INFO] [stdout] Snapshot: large_letters
[INFO] [stdout] Source: src/test.rs:79
[INFO] [stdout] ────────────────────────────────────────────────────────────────────────────────
[INFO] [stdout] Expression: window
[INFO] [stdout] ────────────────────────────────────────────────────────────────────────────────
[INFO] [stdout] -old snapshot
[INFO] [stdout] +new results
[INFO] [stdout] ────────────┬───────────────────────────────────────────────────────────────────
[INFO] [stdout]   119   119 │ 07 |                                |
[INFO] [stdout]   120   120 │ 08 |                                |
[INFO] [stdout]   121   121 │ 09 |                                |
[INFO] [stdout]   122   122 │ -----------------0B------------------
[INFO] [stdout]   123       │-00 |ＵＧ              Ｇ  Ｙ  ＢＹ  |
[INFO] [stdout]         123 │+00 |ＵＧ          Ｐ      Ｙ  ＢＹ  |
[INFO] [stdout]   124   124 │ 01 |Ｔ          Ｇ  ＯＩ  Ｎ  ＦＪ  |
[INFO] [stdout]   125   125 │ 02 |            Ｖ  ＦＲ      ＩＷ  |
[INFO] [stdout]   126   126 │ 03 |            Ａ  ＴＡ      ＶＦ  |
[INFO] [stdout]   127   127 │ 04 |            Ｊ  ＴＣ            |
[INFO] [stdout]   128       │-05 |            Ｘ                  |
[INFO] [stdout]         128 │+05 |            Ｘ    Ｌ            |
[INFO] [stdout]   129   129 │ 06 |                                |
[INFO] [stdout]   130   130 │ 07 |                                |
[INFO] [stdout]   131   131 │ 08 |                                |
[INFO] [stdout]   132   132 │ 09 |                                |
[INFO] [stdout]   133   133 │ -----------------0C------------------
[INFO] [stdout]   134   134 │ 00 |ＵＧ          Ｐ      Ｙ  ＢＹ  |
[INFO] [stdout]   135       │-01 |Ｔ                Ｉ  Ｎ  ＦＪ  |
[INFO] [stdout]         135 │+01 |Ｔ            Ｗ  Ｉ  Ｎ  ＦＪ  |
[INFO] [stdout]   136   136 │ 02 |Ｍ          Ｖ  ＦＲ  Ｄ  ＩＷ  |
[INFO] [stdout]   137   137 │ 03 |            Ａ  ＴＡ      ＶＦ  |
[INFO] [stdout]   138   138 │ 04 |            Ｊ  ＴＣ        Ｘ  |
[INFO] [stdout]   139   139 │ 05 |            Ｘ  ＱＬ            |
[INFO] [stdout] ┈┈┈┈┈┈┈┈┈┈┈┈┼┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈
[INFO] [stdout]   141   141 │ 07 |                                |
[INFO] [stdout]   142   142 │ 08 |                                |
[INFO] [stdout]   143   143 │ 09 |                                |
[INFO] [stdout]   144   144 │ -----------------0D------------------
[INFO] [stdout]   145       │-00 |ＵＧ      Ｌ  Ｐ      Ｙ  ＢＹ  |
[INFO] [stdout]   146       │-01 |ＴＬ          Ｗ  Ｉ  Ｎ  ＦＪ  |
[INFO] [stdout]   147       │-02 |Ｍ                Ｒ  Ｄ  ＩＷ  |
[INFO] [stdout]         145 │+00 |ＵＧ      Ｌ  Ｐ      ＹＫＢＹ  |
[INFO] [stdout]         146 │+01 |ＴＬ          Ｗ      Ｎ  ＦＪ  |
[INFO] [stdout]         147 │+02 |Ｍ            Ｌ  Ｒ  Ｄ  ＩＷ  |
[INFO] [stdout]   148   148 │ 03 |            Ａ  ＴＡ      ＶＦ  |
[INFO] [stdout]   149   149 │ 04 |            Ｊ  ＴＣ      ＬＸ  |
[INFO] [stdout]   150   150 │ 05 |            Ｘ  ＱＬ            |
[INFO] [stdout]   151       │-06 |            Ｒ  Ｒ              |
[INFO] [stdout]         151 │+06 |            Ｒ  ＲＹ            |
[INFO] [stdout]   152   152 │ 07 |            Ｙ                  |
[INFO] [stdout]   153   153 │ 08 |                                |
[INFO] [stdout]   154   154 │ 09 |                                |
[INFO] [stdout]   155   155 │ -----------------0E------------------
[INFO] [stdout]   156       │-00 |ＵＧ      Ｌ  Ｐ    ＧＹＫＢ    |
[INFO] [stdout]         156 │+00 |ＵＧ  Ｅ  Ｌ  Ｐ    ＧＹＫＢ    |
[INFO] [stdout]   157   157 │ 01 |ＴＬ          Ｗ      Ｎ  ＦＪ  |
[INFO] [stdout]   158   158 │ 02 |Ｍ            Ｌ  Ｒ  Ｄ  ＩＷ  |
[INFO] [stdout]   159       │-03 |Ｍ                Ａ  Ｊ  ＶＦ  |
[INFO] [stdout]         159 │+03 |Ｍ            Ｇ  Ａ  Ｊ  ＶＦ  |
[INFO] [stdout]   160   160 │ 04 |            Ｊ  ＴＣ      ＬＸ  |
[INFO] [stdout]   161   161 │ 05 |            Ｘ  ＱＬ        Ｇ  |
[INFO] [stdout]   162   162 │ 06 |            Ｒ  ＲＹ            |
[INFO] [stdout]   163   163 │ 07 |            Ｙ  Ｇ              |
[INFO] [stdout]   164   164 │ 08 |            Ｂ                  |
[INFO] [stdout]   165   165 │ 09 |                                |
[INFO] [stdout]   166   166 │ -----------------0F------------------
[INFO] [stdout]   167       │-00 |ＵＧＲＥＥＬ  Ｐ    ＧＹＫ      |
[INFO] [stdout]   168       │-01 |ＴＬ      Ｃ  Ｗ    ＬＮ  ＦＪ  |
[INFO] [stdout]   169       │-02 |ＭＫ          Ｌ  Ｒ  Ｄ  ＩＷ  |
[INFO] [stdout]         167 │+00 |ＵＧＲＥＥＬ        ＧＹＫ      |
[INFO] [stdout]         168 │+01 |ＴＬ      Ｃ  Ｗ    ＬＮＡＦＪ  |
[INFO] [stdout]         169 │+02 |ＭＫ          Ｌ      Ｄ  ＩＷ  |
[INFO] [stdout]   170   170 │ 03 |Ｍ            Ｇ  Ａ  Ｊ  ＶＦ  |
[INFO] [stdout]   171       │-04 |                  Ｃ      ＬＸ  |
[INFO] [stdout]         171 │+04 |              Ａ  Ｃ      ＬＸ  |
[INFO] [stdout]   172   172 │ 05 |            Ｘ  ＱＬ      ＶＧ  |
[INFO] [stdout]   173   173 │ 06 |            Ｒ  ＲＹ            |
[INFO] [stdout]   174       │-07 |            Ｙ  Ｇ              |
[INFO] [stdout]         174 │+07 |            Ｙ  ＧＧ            |
[INFO] [stdout]   175   175 │ 08 |            Ｂ  Ｌ              |
[INFO] [stdout]   176   176 │ 09 |            Ｘ                  |
[INFO] [stdout]   177   177 │ -----------------10------------------
[INFO] [stdout]   178   178 │ 00 |ＵＧＲＥＥＬ        ＧＹＫ      |
[INFO] [stdout]   179       │-01 |ＴＬ      Ｃ  Ｗ    ＬＮＡＦ    |
[INFO] [stdout]         179 │+01 |ＴＬ  Ｎ  Ｃ        ＬＮＡＦ    |
[INFO] [stdout]   180   180 │ 02 |ＭＫ          Ｌ    ＣＤ  ＩＷ  |
[INFO] [stdout]   181   181 │ 03 |Ｍ            Ｇ  Ａ  Ｊ  ＶＦ  |
[INFO] [stdout]   182   182 │ 04 |Ｍ            Ａ  Ｃ  Ｒ  ＬＸ  |
[INFO] [stdout]   183       │-05 |                  Ｌ      ＶＧ  |
[INFO] [stdout]         183 │+05 |              Ｖ  Ｌ      ＶＧ  |
[INFO] [stdout]   184   184 │ 06 |            Ｒ  ＲＹ        Ｗ  |
[INFO] [stdout]   185   185 │ 07 |            Ｙ  ＧＧ            |
[INFO] [stdout]   186   186 │ 08 |            Ｂ  Ｌ              |
[INFO] [stdout]   187   187 │ 09 |            Ｘ  Ｖ              |
[INFO] [stdout]   188   188 │ -----------------11------------------
[INFO] [stdout]   189   189 │ 00 |ＵＧＲＥＥＬ        ＧＹＫ      |
[INFO] [stdout]   190   190 │ 01 |ＴＬＲＮＧＣ        ＬＮＡ      |
[INFO] [stdout]   191       │-02 |ＭＫ      Ｌ  Ｌ    ＣＤ  ＩＷ  |
[INFO] [stdout]   192       │-03 |ＭＵ          Ｇ  ＡＬＪ  ＶＦ  |
[INFO] [stdout]         191 │+02 |ＭＫ      Ｌ        ＣＤＹＩＷ  |
[INFO] [stdout]         192 │+03 |ＭＵ          Ｇ    ＬＪ  ＶＦ  |
[INFO] [stdout]   193   193 │ 04 |Ｍ            Ａ  Ｃ  Ｒ  ＬＸ  |
[INFO] [stdout]   194   194 │ 05 |              Ｖ  Ｌ      ＶＧ  |
[INFO] [stdout]   195       │-06 |                  Ｙ      ＩＷ  |
[INFO] [stdout]         195 │+06 |              Ｄ  Ｙ      ＩＷ  |
[INFO] [stdout]   196   196 │ 07 |            Ｙ  ＧＧ            |
[INFO] [stdout]   197       │-08 |            Ｂ  Ｌ              |
[INFO] [stdout]         197 │+08 |            Ｂ  ＬＧ            |
[INFO] [stdout]   198   198 │ 09 |            Ｘ  Ｖ              |
[INFO] [stdout]   199   199 │ -----------------12------------------
[INFO] [stdout]   200   200 │ 00 |  ＧＲＥＥＬ        Ｇ  Ｋ    Ｐ|
[INFO] [stdout]   201   201 │ 01 |ＴＬＲＮＧＣ        ＬＮＡ      |
[INFO] [stdout]   202       │-02 |ＭＫ      Ｌ        ＣＤＹＩ    |
[INFO] [stdout]   203       │-03 |ＭＵ          Ｇ    ＬＪ  ＶＦ  |
[INFO] [stdout]         202 │+02 |ＭＫ  Ｔ  Ｌ        ＣＤＹＩ    |
[INFO] [stdout]         203 │+03 |ＭＵ                ＬＪ  ＶＦ  |
[INFO] [stdout]   204   204 │ 04 |Ｍ            Ａ  ＣＡＲ  ＬＸ  |
[INFO] [stdout]   205   205 │ 05 |Ｖ            Ｖ  Ｌ  Ａ  ＶＧ  |
[INFO] [stdout]   206   206 │ 06 |              Ｄ  Ｙ      ＩＷ  |
[INFO] [stdout]   207       │-07 |                  Ｇ        Ｐ  |
[INFO] [stdout]         207 │+07 |              Ｇ  Ｇ        Ｐ  |
[INFO] [stdout]   208   208 │ 08 |            Ｂ  ＬＧ            |
[INFO] [stdout]   209   209 │ 09 |            Ｘ  Ｖ              |
[INFO] [stdout]   210   210 │ -----------------13------------------
[INFO] [stdout]   211   211 │ 00 |  ＧＲＥＥＬ            Ｋ    Ｐ|
[INFO] [stdout]   212   212 │ 01 |ＴＬＲＮＧＣ        ＬＮＡ    Ｒ|
[INFO] [stdout]   213   213 │ 02 |ＭＫＹＴＹＬ        ＣＤＹ      |
[INFO] [stdout]   214       │-03 |ＭＵ      Ａ        ＬＪ  ＶＦ  |
[INFO] [stdout]   215       │-04 |ＭＢ          Ａ  ＣＡＲ  ＬＸ  |
[INFO] [stdout]         214 │+03 |ＭＵ      Ａ        ＬＪＴＶＦ  |
[INFO] [stdout]         215 │+04 |ＭＢ                ＡＲ  ＬＸ  |
[INFO] [stdout]   216   216 │ 05 |Ｖ            Ｖ  ＬＣＡ  ＶＧ  |
[INFO] [stdout]   217   217 │ 06 |              Ｄ  Ｙ      ＩＷ  |
[INFO] [stdout]   218   218 │ 07 |              Ｇ  Ｇ      ＫＰ  |
[INFO] [stdout]   219       │-08 |                  Ｇ            |
[INFO] [stdout]   220       │-09 |            Ｘ  Ｖ              |
[INFO] [stdout]         219 │+08 |              Ｊ  Ｇ            |
[INFO] [stdout]         220 │+09 |            Ｘ  ＶＥ            |
[INFO] [stdout]   221   221 │ -----------------14------------------
[INFO] [stdout]   222   222 │ 00 |  ＧＲＥＥＬ            Ｋ    Ｐ|
[INFO] [stdout]   223   223 │ 01 |  ＬＲＮＧＣ            Ａ    Ｒ|
[INFO] [stdout]   224   224 │ 02 |ＭＫＹＴＹＬ        ＣＤＹ    Ｈ|
[INFO] [stdout]   225       │-03 |ＭＵ      Ａ        ＬＪＴＶ    |
[INFO] [stdout]         225 │+03 |ＭＵ  Ｏ  Ａ        ＬＪＴＶ    |
[INFO] [stdout]   226   226 │ 04 |ＭＢ                ＡＲ  ＬＸ  |
[INFO] [stdout]   227       │-05 |Ｖ            Ｖ  ＬＣＡ  ＶＧ  |
[INFO] [stdout]         227 │+05 |Ｖ                ＬＣＡ  ＶＧ  |
[INFO] [stdout]   228   228 │ 06 |Ｊ            Ｄ  ＹＤＴ  ＩＷ  |
[INFO] [stdout]   229   229 │ 07 |              Ｇ  Ｇ      ＫＰ  |
[INFO] [stdout]   230   230 │ 08 |              Ｊ  Ｇ        Ｈ  |
[INFO] [stdout]   231       │-09 |                  Ｅ            |
[INFO] [stdout]         231 │+09 |              Ａ  Ｅ            |
[INFO] [stdout]   232   232 │ -----------------15------------------
[INFO] [stdout]   233   233 │ 00 |    ＲＥＥＬ            Ｋ    Ｐ|
[INFO] [stdout]   234   234 │ 01 |  ＬＲＮＧＣ            Ａ    Ｒ|
[INFO] [stdout]   235   235 │ 02 |ＭＫＹＴＹＬ          ＤＹ    Ｈ|
[INFO] [stdout]   236   236 │ 03 |ＭＵＸＯＫＡ        ＬＪＴ    Ｄ|
[INFO] [stdout]   237       │-04 |ＭＢ      Ｃ        ＡＲ  ＬＸ  |
[INFO] [stdout]   238       │-05 |ＶＵ              ＬＣＡ  ＶＧ  |
[INFO] [stdout]   239       │-06 |Ｊ            Ｄ  ＹＤＴ  ＩＷ  |
[INFO] [stdout]         237 │+04 |ＭＢ      Ｃ        ＡＲＰＬＸ  |
[INFO] [stdout]         238 │+05 |ＶＵ                ＣＡ  ＶＧ  |
[INFO] [stdout]         239 │+06 |Ｊ                ＹＤＴ  ＩＷ  |
[INFO] [stdout]   240   240 │ 07 |              Ｇ  ＧＲ    ＫＰ  |
[INFO] [stdout]   241   241 │ 08 |              Ｊ  Ｇ      ＶＨ  |
[INFO] [stdout]   242   242 │ 09 |              Ａ  Ｅ            |
[INFO] [stdout]   243   243 │ -----------------16------------------
[INFO] [stdout]   244       │-00 |    ＲＥＥＬ            Ｋ      |
[INFO] [stdout]         244 │+00 |    Ｒ  ＥＬ            Ｋ      |
[INFO] [stdout]   245   245 │ 01 |  ＬＲＮＧＣ            Ａ    Ｒ|
[INFO] [stdout]   246   246 │ 02 |  ＫＹＴＹＬ            Ｙ    Ｈ|
[INFO] [stdout]   247   247 │ 03 |ＭＵＸＯＫＡ          ＪＴ    Ｄ|
[INFO] [stdout]   248       │-04 |ＭＢ      Ｃ        ＡＲＰＬ  Ｓ|
[INFO] [stdout]         248 │+04 |ＭＢ  Ｎ  Ｃ        ＡＲＰＬ  Ｓ|
[INFO] [stdout]   249   249 │ 05 |ＶＵ                ＣＡ  ＶＧ  |
[INFO] [stdout]   250   250 │ 06 |Ｊ                ＹＤＴ  ＩＷ  |
[INFO] [stdout]   251       │-07 |Ｄ            Ｇ  ＧＲＴ  ＫＰ  |
[INFO] [stdout]         251 │+07 |Ｄ                ＧＲＴ  ＫＰ  |
[INFO] [stdout]   252   252 │ 08 |              Ｊ  ＧＱ    ＶＨ  |
[INFO] [stdout]   253   253 │ 09 |              Ａ  Ｅ        Ｌ  |
[INFO] [stdout]   254   254 │ -----------------17------------------
[INFO] [stdout]   255       │-00 |    Ｒ  Ｅ              Ｋ      |
[INFO] [stdout]         255 │+00 |    Ｒ  Ｅ                      |
[INFO] [stdout]   256   256 │ 01 |    ＲＮＧＣ            Ａ      |
[INFO] [stdout]   257   257 │ 02 |  ＫＹＴＹＬ            Ｙ    Ｈ|
[INFO] [stdout]   258   258 │ 03 |ＭＵＸＯＫＡ          ＪＴ    Ｄ|
[INFO] [stdout]   259   259 │ 04 |ＭＢＧＮＳＣ          ＲＰ    Ｓ|
[INFO] [stdout]   260       │-05 |ＶＵ      Ｄ        ＣＡ  ＶＧＮ|
[INFO] [stdout]   261       │-06 |ＪＯ              ＹＤＴ  ＩＷ  |
[INFO] [stdout]         260 │+05 |ＶＵ      Ｄ        ＣＡＷＶＧＮ|
[INFO] [stdout]         261 │+06 |ＪＯ                ＤＴ  ＩＷ  |
[INFO] [stdout]   262   262 │ 07 |Ｄ                ＧＲＴ  ＫＰ  |
[INFO] [stdout]   263       │-08 |              Ｊ  ＧＱ    ＶＨ  |
[INFO] [stdout]         263 │+08 |                  ＧＱ    ＶＨ  |
[INFO] [stdout]   264   264 │ 09 |              Ａ  ＥＨ    ＪＬ  |
[INFO] [stdout]   265   265 │ -----------------18------------------
[INFO] [stdout]   266   266 │ 00 |    Ｒ  Ｅ  Ｃ  Ｌ              |
[INFO] [stdout]   267       │-01 |    ＲＮＧＣ            Ａ      |
[INFO] [stdout]         267 │+01 |    Ｒ  ＧＣ            Ａ      |
[INFO] [stdout]   268   268 │ 02 |  ＫＹＴＹＬ            Ｙ      |
[INFO] [stdout]   269   269 │ 03 |  ＵＸＯＫＡ            Ｔ    Ｄ|
[INFO] [stdout]   270   270 │ 04 |ＭＢＧＮＳＣ          ＲＰ    Ｓ|
[INFO] [stdout]   271       │-05 |ＶＵ      Ｄ          ＡＷＶ  Ｎ|
[INFO] [stdout]         271 │+05 |ＶＵ  Ｈ  Ｄ          ＡＷＶ  Ｎ|
[INFO] [stdout]   272   272 │ 06 |ＪＯ                ＤＴ  ＩＷＧ|
[INFO] [stdout]   273   273 │ 07 |Ｄ                ＧＲＴ  ＫＰ  |
[INFO] [stdout]   274   274 │ 08 |Ｌ                ＧＱＶ  ＶＨ  |
[INFO] [stdout]   275       │-09 |              Ａ  ＥＨ    ＪＬ  |
[INFO] [stdout]         275 │+09 |                  ＥＨ    ＪＬ  |
[INFO] [stdout]   276   276 │ -----------------19------------------
[INFO] [stdout]   277   277 │ 00 |            Ｃ  Ｌ              |
[INFO] [stdout]   278       │-01 |    Ｒ  Ｇ              Ａ      |
[INFO] [stdout]         278 │+01 |    Ｒ  Ｇ  Ｋ  Ｋ              |
[INFO] [stdout]   279   279 │ 02 |    ＹＴＹＬ            Ｙ      |
[INFO] [stdout]   280   280 │ 03 |  ＵＸＯＫＡ            Ｔ      |
[INFO] [stdout]   281   281 │ 04 |ＭＢＧＮＳＣ          ＲＰ    Ｓ|
[INFO] [stdout]   282   282 │ 05 |ＶＵＣＨＴＤ          ＡＷ    Ｎ|
[INFO] [stdout]   283       │-06 |ＪＯ      Ｒ          Ｔ  ＩＷＧ|
[INFO] [stdout]   284       │-07 |ＤＦ              ＧＲＴ  ＫＰＢ|
[INFO] [stdout]         283 │+06 |ＪＯ      Ｒ          ＴＬＩＷＧ|
[INFO] [stdout]         284 │+07 |ＤＦ                ＲＴ  ＫＰＢ|
[INFO] [stdout]   285   285 │ 08 |Ｌ                ＧＱＶ  ＶＨ  |
[INFO] [stdout]   286   286 │ 09 |                  ＥＨ    ＪＬ  |
[INFO] [stdout]   287   287 │ -----------------1A------------------
[INFO] [stdout]   288   288 │ 00 |            Ｃ  Ｌ              |
[INFO] [stdout]   289   289 │ 01 |    Ｒ  Ｇ  Ｋ  Ｋ              |
[INFO] [stdout]   290       │-02 |    ＹＴＹＬ            Ｙ      |
[INFO] [stdout]         290 │+02 |    Ｙ  ＹＬ            Ｙ      |
[INFO] [stdout]   291   291 │ 03 |  ＵＸＯＫＡ            Ｔ      |
[INFO] [stdout]   292   292 │ 04 |  ＢＧＮＳＣ            Ｐ      |
[INFO] [stdout]   293   293 │ 05 |ＶＵＣＨＴＤ          ＡＷ    Ｎ|
[INFO] [stdout]   294       │-06 |ＪＯ      Ｒ          ＴＬＩ  Ｇ|
[INFO] [stdout]         294 │+06 |ＪＯ  Ｇ  Ｒ          ＴＬＩ  Ｇ|
[INFO] [stdout]   295   295 │ 07 |ＤＦ                  Ｔ  ＫＰＢ|
[INFO] [stdout]   296   296 │ 08 |Ｌ                ＧＱＶ  ＶＨＳ|
[INFO] [stdout]   297   297 │ 09 |Ｌ                ＥＨＮ  ＪＬ  |
[INFO] [stdout]   298   298 │ -----------------1B------------------
[INFO] [stdout]   299   299 │ 00 |            Ｃ  Ｌ              |
[INFO] [stdout]   300   300 │ 01 |            Ｋ  Ｋ              |
[INFO] [stdout]   301       │-02 |    Ｙ  Ｙ              Ｙ      |
[INFO] [stdout]         301 │+02 |    Ｙ  Ｙ  Ａ  Ｕ              |
[INFO] [stdout]   302   302 │ 03 |    ＸＯＫＡ            Ｔ      |
[INFO] [stdout]   303   303 │ 04 |  ＢＧＮＳＣ            Ｐ      |
[INFO] [stdout]   304   304 │ 05 |ＶＵＣＨＴＤ          ＡＷ      |
[INFO] [stdout]   305   305 │ 06 |ＪＯＤＧＣＲ          ＴＬ    Ｇ|
[INFO] [stdout]   306       │-07 |ＤＦ      Ｑ          Ｔ  ＫＰＢ|
[INFO] [stdout]   307       │-08 |ＬＴ              Ｇ  Ｖ  ＶＨＳ|
[INFO] [stdout]         306 │+07 |ＤＦ      Ｑ          ＴＧＫＰＢ|
[INFO] [stdout]         307 │+08 |ＬＴ                  Ｖ  ＶＨＳ|
[INFO] [stdout]   308   308 │ 09 |Ｌ                ＥＨＮ  ＪＬＷ|
[INFO] [stdout]   309   309 │ -----------------1C------------------
[INFO] [stdout]   310       │-00 |            Ｃ  Ｌ              |
[INFO] [stdout]         310 │+00 |            ＣＷＬ              |
[INFO] [stdout]   311   311 │ 01 |            Ｋ  Ｋ              |
[INFO] [stdout]   312   312 │ 02 |    Ｙ  Ｙ  Ａ  Ｕ              |
[INFO] [stdout]   313       │-03 |    ＸＯＫＡ            Ｔ      |
[INFO] [stdout]         313 │+03 |    Ｘ  ＫＡ            Ｔ      |
[INFO] [stdout]   314   314 │ 04 |  ＢＧＮＳＣ            Ｐ      |
[INFO] [stdout]   315   315 │ 05 |  ＵＣＨＴＤ            Ｗ      |
[INFO] [stdout]   316   316 │ 06 |ＪＯＤＧＣＲ          ＴＬ      |
[INFO] [stdout]   317       │-07 |ＤＦ      Ｑ          ＴＧＫ  Ｂ|
[INFO] [stdout]         317 │+07 |ＤＦ  Ｙ  Ｑ          ＴＧＫ  Ｂ|
[INFO] [stdout]   318   318 │ 08 |ＬＴ                  Ｖ  ＶＨＳ|
[INFO] [stdout]   319   319 │ 09 |Ｌ                Ｅ  Ｎ  ＪＬＷ|
[INFO] [stdout]   320   320 │ -----------------1D------------------
[INFO] [stdout]   321   321 │ 00 |            ＣＷＬ              |
[INFO] [stdout]   322   322 │ 01 |            Ｋ  Ｋ              |
[INFO] [stdout]   323   323 │ 02 |            Ａ  Ｕ              |
[INFO] [stdout]   324       │-03 |    Ｘ  Ｋ              Ｔ      |
[INFO] [stdout]         324 │+03 |    Ｘ  Ｋ  Ｙ  Ｂ              |
[INFO] [stdout]   325   325 │ 04 |    ＧＮＳＣ            Ｐ      |
[INFO] [stdout]   326   326 │ 05 |  ＵＣＨＴＤ            Ｗ      |
[INFO] [stdout]   327   327 │ 06 |ＪＯＤＧＣＲ          ＴＬ      |
[INFO] [stdout]   328   328 │ 07 |ＤＦＶＹＶＱ          ＴＧ      |
[INFO] [stdout]   329       │-08 |ＬＴ      Ｈ          Ｖ  ＶＨＳ|
[INFO] [stdout]   330       │-09 |ＬＴ              Ｅ  Ｎ  ＪＬＷ|
[INFO] [stdout]         329 │+08 |ＬＴ      Ｈ          ＶＡＶＨＳ|
[INFO] [stdout]         330 │+09 |ＬＴ                  Ｎ  ＪＬＷ|
[INFO] [stdout]   331   331 │ -----------------1E------------------
[INFO] [stdout]   332   332 │ 00 |            ＣＷＬ              |
[INFO] [stdout]   333       │-01 |            Ｋ  Ｋ              |
[INFO] [stdout]         333 │+01 |            ＫＴＫ              |
[INFO] [stdout]   334   334 │ 02 |            Ａ  Ｕ              |
[INFO] [stdout]   335   335 │ 03 |    Ｘ  Ｋ  Ｙ  Ｂ              |
[INFO] [stdout]   336       │-04 |    ＧＮＳＣ            Ｐ      |
[INFO] [stdout]         336 │+04 |    Ｇ  ＳＣ            Ｐ      |
[INFO] [stdout]   337   337 │ 05 |  ＵＣＨＴＤ            Ｗ      |
[INFO] [stdout]   338   338 │ 06 |  ＯＤＧＣＲ            Ｌ      |
[INFO] [stdout]   339   339 │ 07 |ＤＦＶＹＶＱ          ＴＧ      |
[INFO] [stdout]   340       │-08 |ＬＴ      Ｈ          ＶＡＶ    |
[INFO] [stdout]         340 │+08 |ＬＴ  Ｊ  Ｈ          ＶＡＶ    |
[INFO] [stdout]   341   341 │ 09 |ＬＴ                  Ｎ  ＪＬＷ|
[INFO] [stdout]   342   342 │ -----------------1F------------------
[INFO] [stdout]   343       │-00 |            ＣＷＬ              |
[INFO] [stdout]         343 │+00 |              ＷＬ              |
[INFO] [stdout]   344   344 │ 01 |            ＫＴＫ              |
[INFO] [stdout]   345   345 │ 02 |            Ａ  Ｕ              |
[INFO] [stdout]   346   346 │ 03 |            Ｙ  Ｂ              |
[INFO] [stdout]   347       │-04 |    Ｇ  Ｓ              Ｐ      |
[INFO] [stdout]         347 │+04 |    Ｇ  Ｓ  Ｔ  Ｕ              |
[INFO] [stdout]   348   348 │ 05 |    ＣＨＴＤ            Ｗ      |
[INFO] [stdout]   349   349 │ 06 |  ＯＤＧＣＲ            Ｌ      |
[INFO] [stdout]   350   350 │ 07 |ＤＦＶＹＶＱ          ＴＧ      |
[INFO] [stdout]   351   351 │ 08 |ＬＴＦＪＦＨ          ＶＡ      |
[INFO] [stdout]   352       │-09 |ＬＴ      Ｈ          Ｎ  ＪＬ  |
[INFO] [stdout]         352 │+09 |ＬＴ      Ｈ          ＮＶＪＬ  |
[INFO] [stdout]   353   353 │ -----------------20------------------
[INFO] [stdout]   354   354 │ 00 |              ＷＬ  Ｑ          |
[INFO] [stdout]   355   355 │ 01 |            ＫＴＫ              |
[INFO] [stdout]   356       │-02 |            Ａ  Ｕ              |
[INFO] [stdout]         356 │+02 |            ＡＪＵ              |
[INFO] [stdout]   357   357 │ 03 |            Ｙ  Ｂ              |
[INFO] [stdout]   358   358 │ 04 |    Ｇ  Ｓ  Ｔ  Ｕ              |
[INFO] [stdout]   359       │-05 |    ＣＨＴＤ            Ｗ      |
[INFO] [stdout]         359 │+05 |    Ｃ  ＴＤ            Ｗ      |
[INFO] [stdout]   360   360 │ 06 |  ＯＤＧＣＲ            Ｌ      |
[INFO] [stdout]   361   361 │ 07 |  ＦＶＹＶＱ            Ｇ      |
[INFO] [stdout]   362   362 │ 08 |ＬＴＦＪＦＨ          ＶＡ      |
[INFO] [stdout]   363       │-09 |ＬＴ      Ｈ          ＮＶＪ    |
[INFO] [stdout]         363 │+09 |ＬＴ  Ｊ  Ｈ          ＮＶＪ    |
[INFO] [stdout]   364   364 │ -----------------21------------------
[INFO] [stdout]   365       │-00 |              ＷＬ  Ｑ          |
[INFO] [stdout]   366       │-01 |            ＫＴＫ              |
[INFO] [stdout]         365 │+00 |              Ｗ    Ｑ          |
[INFO] [stdout]         366 │+01 |              ＴＫ              |
[INFO] [stdout]   367   367 │ 02 |            ＡＪＵ              |
[INFO] [stdout]   368   368 │ 03 |            Ｙ  Ｂ              |
[INFO] [stdout]   369   369 │ 04 |            Ｔ  Ｕ              |
[INFO] [stdout]   370       │-05 |    Ｃ  Ｔ              Ｗ      |
[INFO] [stdout]         370 │+05 |    Ｃ  Ｔ  Ｐ  Ｏ              |
[INFO] [stdout]   371   371 │ 06 |    ＤＧＣＲ            Ｌ      |
[INFO] [stdout]   372   372 │ 07 |  ＦＶＹＶＱ            Ｇ      |
[INFO] [stdout]   373   373 │ 08 |ＬＴＦＪＦＨ          ＶＡ      |
[INFO] [stdout]   374   374 │ 09 |ＬＴＯＪＧＨ          ＮＶ      |
[INFO] [stdout]   375   375 │ -----------------22------------------
[INFO] [stdout]   376       │-00 |              Ｗ    Ｑ        Ｐ|
[INFO] [stdout]         376 │+00 |              Ｗ  ＰＱ          |
[INFO] [stdout]   377   377 │ 01 |              ＴＫ  Ｂ          |
[INFO] [stdout]   378   378 │ 02 |            ＡＪＵ              |
[INFO] [stdout]   379       │-03 |            Ｙ  Ｂ              |
[INFO] [stdout]         379 │+03 |            ＹＣＢ              |
[INFO] [stdout]   380   380 │ 04 |            Ｔ  Ｕ              |
[INFO] [stdout]   381   381 │ 05 |    Ｃ  Ｔ  Ｐ  Ｏ              |
[INFO] [stdout]   382       │-06 |    ＤＧＣＲ            Ｌ      |
[INFO] [stdout]         382 │+06 |    Ｄ  ＣＲ            Ｌ      |
[INFO] [stdout]   383   383 │ 07 |  ＦＶＹＶＱ            Ｇ      |
[INFO] [stdout]   384   384 │ 08 |  ＴＦＪＦＨ            Ａ      |
[INFO] [stdout]   385   385 │ 09 |ＬＴＯＪＧＨ          ＮＶ      |
[INFO] [stdout]   386   386 │ -----------------23------------------
[INFO] [stdout]   387       │-00 |              Ｗ    Ｑ        Ｐ|
[INFO] [stdout]   388       │-01 |              ＴＫ  Ｂ        Ｓ|
[INFO] [stdout]   389       │-02 |            ＡＪＵ              |
[INFO] [stdout]         387 │+00 |              Ｗ  ＰＱ        Ａ|
[INFO] [stdout]         388 │+01 |              Ｔ  ＳＢ          |
[INFO] [stdout]         389 │+02 |              ＪＵ              |
[INFO] [stdout]   390   390 │ 03 |            ＹＣＢ              |
[INFO] [stdout]   391   391 │ 04 |            Ｔ  Ｕ              |
[INFO] [stdout]   392   392 │ 05 |            Ｐ  Ｏ              |
[INFO] [stdout]   393       │-06 |    Ｄ  Ｃ              Ｌ      |
[INFO] [stdout]         393 │+06 |    Ｄ  Ｃ  Ｗ  Ｆ              |
[INFO] [stdout]   394   394 │ 07 |    ＶＹＶＱ            Ｇ      |
[INFO] [stdout]   395   395 │ 08 |  ＴＦＪＦＨ            Ａ      |
[INFO] [stdout]   396   396 │ 09 |ＬＴＯＪＧＨ          ＮＶ      |
[INFO] [stdout]   397   397 │ -----------------24------------------
[INFO] [stdout]   398       │-00 |              Ｗ  ＡＱ        Ｐ|
[INFO] [stdout]   399       │-01 |              Ｔ    Ｂ        Ｓ|
[INFO] [stdout]   400       │-02 |              ＪＵ  Ａ        Ｙ|
[INFO] [stdout]         398 │+00 |              Ｗ  ＰＱ        Ａ|
[INFO] [stdout]         399 │+01 |              Ｔ  ＳＢ          |
[INFO] [stdout]         400 │+02 |              ＪＵＹＡ          |
[INFO] [stdout]   401   401 │ 03 |            ＹＣＢ              |
[INFO] [stdout]   402       │-04 |            Ｔ  Ｕ              |
[INFO] [stdout]         402 │+04 |            ＴＭＵ              |
[INFO] [stdout]   403   403 │ 05 |            Ｐ  Ｏ              |
[INFO] [stdout]   404   404 │ 06 |    Ｄ  Ｃ  Ｗ  Ｆ              |
[INFO] [stdout]   405       │-07 |    ＶＹＶＱ            Ｇ      |
[INFO] [stdout]         405 │+07 |    Ｖ  ＶＱ            Ｇ      |
[INFO] [stdout]   406   406 │ 08 |  ＴＦＪＦＨ            Ａ      |
[INFO] [stdout]   407   407 │ 09 |  ＴＯＪＧＨ            Ｖ      |
[INFO] [stdout]   408   408 │ -----------------25------------------
[INFO] [stdout]   409       │-00 |              Ｗ  ＡＱ        Ｐ|
[INFO] [stdout]   410       │-01 |              Ｔ    Ｂ        Ｓ|
[INFO] [stdout]   411       │-02 |              ＪＵ  Ａ        Ｙ|
[INFO] [stdout]   412       │-03 |            ＹＣＢ            Ｃ|
[INFO] [stdout]         409 │+00 |              Ｗ  ＰＱ        Ａ|
[INFO] [stdout]         410 │+01 |              Ｔ  ＳＢ        Ｌ|
[INFO] [stdout]         411 │+02 |              Ｊ  ＹＡ          |
[INFO] [stdout]         412 │+03 |              ＣＢＣ            |
[INFO] [stdout]   413   413 │ 04 |            ＴＭＵ              |
[INFO] [stdout]   414   414 │ 05 |            Ｐ  Ｏ              |
[INFO] [stdout]   415   415 │ 06 |            Ｗ  Ｆ              |
[INFO] [stdout]   416       │-07 |    Ｖ  Ｖ              Ｇ      |
[INFO] [stdout]         416 │+07 |    Ｖ  Ｖ  Ｌ  Ｔ              |
[INFO] [stdout]   417   417 │ 08 |    ＦＪＦＨ            Ａ      |
[INFO] [stdout]   418   418 │ 09 |  ＴＯＪＧＨ            Ｖ      |
[INFO] [stdout]   419   419 │ -----------------26------------------
[INFO] [stdout]   420       │-00 |              Ｗ  ＡＱ      ＳＰ|
[INFO] [stdout]   421       │-01 |              Ｔ  ＬＢ        Ｓ|
[INFO] [stdout]   422       │-02 |              Ｊ    Ａ        Ｙ|
[INFO] [stdout]   423       │-03 |              ＣＢ  Ｙ        Ｃ|
[INFO] [stdout]   424       │-04 |            ＴＭＵ            Ｅ|
[INFO] [stdout]   425       │-05 |            Ｐ  Ｏ              |
[INFO] [stdout]         420 │+00 |                  ＰＱ      ＳＡ|
[INFO] [stdout]         421 │+01 |              Ｔ  ＳＢ        Ｌ|
[INFO] [stdout]         422 │+02 |              Ｊ  ＹＡ          |
[INFO] [stdout]         423 │+03 |              ＣＢＣＹ          |
[INFO] [stdout]         424 │+04 |            ＴＭＵＥ            |
[INFO] [stdout]         425 │+05 |            ＰＤＯ              |
[INFO] [stdout]   426   426 │ 06 |            Ｗ  Ｆ              |
[INFO] [stdout]   427   427 │ 07 |    Ｖ  Ｖ  Ｌ  Ｔ              |
[INFO] [stdout]   428       │-08 |    ＦＪＦＨ            Ａ      |
[INFO] [stdout]         428 │+08 |    Ｆ  ＦＨ            Ａ      |
[INFO] [stdout]   429   429 │ 09 |  ＴＯＪＧＨ            Ｖ      |
[INFO] [stdout]   430   430 │ -----------------27------------------
[INFO] [stdout]   431       │-00 |                  ＡＱ    ＷＳ  |
[INFO] [stdout]   432       │-01 |              Ｔ  ＬＢ        Ｓ|
[INFO] [stdout]   433       │-02 |              Ｊ    Ａ        Ｙ|
[INFO] [stdout]   434       │-03 |              ＣＢ  Ｙ        Ｃ|
[INFO] [stdout]   435       │-04 |            ＴＭＵ            Ｅ|
[INFO] [stdout]   436       │-05 |            ＰＤＯ            Ｑ|
[INFO] [stdout]         431 │+00 |                    Ｑ    ＷＳＡ|
[INFO] [stdout]         432 │+01 |              Ｔ  ＳＢ        Ｌ|
[INFO] [stdout]         433 │+02 |              Ｊ  ＹＡ        Ｖ|
[INFO] [stdout]         434 │+03 |              Ｃ  ＣＹ          |
[INFO] [stdout]         435 │+04 |              ＭＵＥ            |
[INFO] [stdout]         436 │+05 |            ＰＤＯＱ            |
[INFO] [stdout]   437   437 │ 06 |            Ｗ  Ｆ              |
[INFO] [stdout]   438   438 │ 07 |            Ｌ  Ｔ              |
[INFO] [stdout]   439       │-08 |    Ｆ  Ｆ              Ａ      |
[INFO] [stdout]         439 │+08 |    Ｆ  Ｆ  Ｇ  Ｔ              |
[INFO] [stdout]   440   440 │ 09 |    ＯＪＧＨ            Ｖ      |
[INFO] [stdout]   441   441 │ -----------------28------------------
[INFO] [stdout]   442       │-00 |                  Ａ      ＷＳ  |
[INFO] [stdout]   443       │-01 |              Ｔ  ＬＢ      Ｔ  |
[INFO] [stdout]   444       │-02 |              Ｊ  ＶＡ        Ｙ|
[INFO] [stdout]   445       │-03 |              Ｃ    Ｙ        Ｃ|
[INFO] [stdout]   446       │-04 |              ＭＵ  Ｙ        Ｅ|
[INFO] [stdout]   447       │-05 |            ＰＤＯ            Ｑ|
[INFO] [stdout]   448       │-06 |            Ｗ  Ｆ            Ｑ|
[INFO] [stdout]         442 │+00 |                          ＷＳＡ|
[INFO] [stdout]         443 │+01 |                    Ｂ      ＴＬ|
[INFO] [stdout]         444 │+02 |              Ｊ  ＹＡ        Ｖ|
[INFO] [stdout]         445 │+03 |              Ｃ  ＣＹ          |
[INFO] [stdout]         446 │+04 |              ＭＵＥＹ          |
[INFO] [stdout]         447 │+05 |            ＰＤＯＱ            |
[INFO] [stdout]         448 │+06 |            ＷＣＦＱ            |
[INFO] [stdout]   449   449 │ 07 |            Ｌ  Ｔ              |
[INFO] [stdout]   450   450 │ 08 |    Ｆ  Ｆ  Ｇ  Ｔ              |
[INFO] [stdout]   451       │-09 |    ＯＪＧＨ            Ｖ      |
[INFO] [stdout]         451 │+09 |    Ｏ  ＧＨ            Ｖ      |
[INFO] [stdout]   452   452 │ -----------------29------------------
[INFO] [stdout]   453       │-00 |                  Ａ  Ｒ  ＷＳ  |
[INFO] [stdout]   454       │-01 |                  ＬＢ    ＱＴ  |
[INFO] [stdout]   455       │-02 |              Ｊ  ＶＡ          |
[INFO] [stdout]   456       │-03 |              Ｃ    Ｙ        Ｃ|
[INFO] [stdout]   457       │-04 |              ＭＵ  Ｙ        Ｅ|
[INFO] [stdout]   458       │-05 |            ＰＤＯ            Ｑ|
[INFO] [stdout]   459       │-06 |            ＷＣＦ            Ｑ|
[INFO] [stdout]   460       │-07 |            Ｌ  Ｔ            Ｅ|
[INFO] [stdout]         453 │+00 |                      Ｒ  ＷＳＡ|
[INFO] [stdout]         454 │+01 |                    Ｂ    ＱＴＬ|
[INFO] [stdout]         455 │+02 |              Ｊ    Ａ      ＨＶ|
[INFO] [stdout]         456 │+03 |              Ｃ  ＣＹ        Ｑ|
[INFO] [stdout]         457 │+04 |              Ｍ  ＥＹ          |
[INFO] [stdout]         458 │+05 |              ＤＯＱ            |
[INFO] [stdout]         459 │+06 |            ＷＣＦＱ            |
[INFO] [stdout]         460 │+07 |            Ｌ  ＴＥ            |
[INFO] [stdout]   461   461 │ 08 |            Ｇ  Ｔ              |
[INFO] [stdout]   462       │-09 |    Ｏ  Ｇ              Ｖ      |
[INFO] [stdout]         462 │+09 |    Ｏ  Ｇ  Ａ  Ｑ              |
[INFO] [stdout]   463   463 │ -----------------2A------------------
[INFO] [stdout]   464       │-00 |Ｅ                Ａ  Ｒ  ＷＳ  |
[INFO] [stdout]   465       │-01 |                  Ｌ  Ｓ  ＱＴ  |
[INFO] [stdout]   466       │-02 |              Ｊ  ＶＡ      Ｈ  |
[INFO] [stdout]   467       │-03 |              Ｃ  ＱＹ          |
[INFO] [stdout]   468       │-04 |              Ｍ    Ｙ        Ｅ|
[INFO] [stdout]   469       │-05 |              ＤＯ  Ｎ        Ｑ|
[INFO] [stdout]   470       │-06 |            ＷＣＦ            Ｑ|
[INFO] [stdout]   471       │-07 |            Ｌ  Ｔ            Ｅ|
[INFO] [stdout]   472       │-08 |            Ｇ  Ｔ            Ｎ|
[INFO] [stdout]         464 │+00 |Ｅ                    Ｒ  ＷＳＡ|
[INFO] [stdout]         465 │+01 |                      Ｓ  ＱＴＬ|
[INFO] [stdout]         466 │+02 |                    Ａ      ＨＶ|
[INFO] [stdout]         467 │+03 |              Ｃ    Ｙ        Ｑ|
[INFO] [stdout]         468 │+04 |              Ｍ  ＥＹ          |
[INFO] [stdout]         469 │+05 |              ＤＯＱＮ          |
[INFO] [stdout]         470 │+06 |            ＷＣＦＱ            |
[INFO] [stdout]         471 │+07 |            ＬＭＴＥ            |
[INFO] [stdout]         472 │+08 |            Ｇ  ＴＮ            |
[INFO] [stdout]   473   473 │ 09 |    Ｏ  Ｇ  Ａ  Ｑ              |
[INFO] [stdout]   474   474 │ -----------------2B------------------
[INFO] [stdout]   475       │-00 |Ｅ                Ａ  Ｒ  ＷＳ  |
[INFO] [stdout]   476       │-01 |                  Ｌ  Ｓ  ＱＴ  |
[INFO] [stdout]   477       │-02 |                  ＶＡＱ  ＲＨ  |
[INFO] [stdout]   478       │-03 |              Ｃ  ＱＹ          |
[INFO] [stdout]   479       │-04 |              Ｍ    Ｙ          |
[INFO] [stdout]   480       │-05 |              ＤＯ  Ｎ        Ｑ|
[INFO] [stdout]   481       │-06 |            ＷＣＦ            Ｑ|
[INFO] [stdout]   482       │-07 |            ＬＭＴ            Ｅ|
[INFO] [stdout]   483       │-08 |            Ｇ  Ｔ            Ｎ|
[INFO] [stdout]   484       │-09 |            Ａ  Ｑ            Ｔ|
[INFO] [stdout]         475 │+00 |Ｅ                    Ｒ  ＷＳ  |
[INFO] [stdout]         476 │+01 |                      Ｓ  ＱＴＬ|
[INFO] [stdout]         477 │+02 |                    ＡＱ  ＲＨＶ|
[INFO] [stdout]         478 │+03 |              Ｃ    Ｙ      ＵＱ|
[INFO] [stdout]         479 │+04 |              Ｍ    Ｙ        Ｇ|
[INFO] [stdout]         480 │+05 |              Ｄ  ＱＮ          |
[INFO] [stdout]         481 │+06 |              ＣＦＱ            |
[INFO] [stdout]         482 │+07 |            ＬＭＴＥ            |
[INFO] [stdout]         483 │+08 |            Ｇ  ＴＮ            |
[INFO] [stdout]         484 │+09 |            Ａ  ＱＴ            |
[INFO] [stdout]   485   485 │ -----------------2C------------------
[INFO] [stdout]   486   486 │ 00 |ＥＣ                  Ｒ  ＷＳ  |
[INFO] [stdout]   487       │-01 |Ｔ                Ｌ  Ｓ  ＱＴ  |
[INFO] [stdout]   488       │-02 |                  Ｖ  Ｑ  ＲＨ  |
[INFO] [stdout]   489       │-03 |              Ｃ  ＱＹＢ    Ｕ  |
[INFO] [stdout]   490       │-04 |              Ｍ  ＧＹ          |
[INFO] [stdout]         487 │+01 |Ｔ                    Ｓ  ＱＴＬ|
[INFO] [stdout]         488 │+02 |                      Ｑ  ＲＨＶ|
[INFO] [stdout]         489 │+03 |                    ＹＢ    ＵＱ|
[INFO] [stdout]         490 │+04 |              Ｍ    Ｙ        Ｇ|
[INFO] [stdout]   491   491 │ 05 |              Ｄ    Ｎ          |
[INFO] [stdout]   492       │-06 |              ＣＦ  Ｄ        Ｑ|
[INFO] [stdout]   493       │-07 |            ＬＭＴ            Ｅ|
[INFO] [stdout]   494       │-08 |            Ｇ  Ｔ            Ｎ|
[INFO] [stdout]   495       │-09 |            Ａ  Ｑ            Ｔ|
[INFO] [stdout]         492 │+06 |              ＣＦＱＤ          |
[INFO] [stdout]         493 │+07 |            ＬＭＴＥ            |
[INFO] [stdout]         494 │+08 |            ＧＢＴＮ            |
[INFO] [stdout]         495 │+09 |            Ａ  ＱＴ            |
[INFO] [stdout]   496   496 │ -----------------2D------------------
[INFO] [stdout]   497       │-00 |ＥＣ                      ＷＳ  |
[INFO] [stdout]   498       │-01 |ＴＮ              Ｌ  Ｓ  ＱＴ  |
[INFO] [stdout]   499       │-02 |                  Ｖ  Ｑ  ＲＨ  |
[INFO] [stdout]   500       │-03 |                  ＱＹＢ  ＢＵ  |
[INFO] [stdout]   501       │-04 |              Ｍ  ＧＹＪ        |
[INFO] [stdout]   502       │-05 |              Ｄ    Ｎ          |
[INFO] [stdout]   503       │-06 |              ＣＦ  Ｄ          |
[INFO] [stdout]   504       │-07 |            ＬＭＴ            Ｅ|
[INFO] [stdout]   505       │-08 |            ＧＢＴ            Ｎ|
[INFO] [stdout]   506       │-09 |            Ａ  Ｑ            Ｔ|
[INFO] [stdout]         497 │+00 |ＥＣ  Ｇ                  ＷＳ  |
[INFO] [stdout]         498 │+01 |ＴＮ                  Ｓ  ＱＴ  |
[INFO] [stdout]         499 │+02 |                      Ｑ  ＲＨＶ|
[INFO] [stdout]         500 │+03 |                    ＹＢ  ＢＵＱ|
[INFO] [stdout]         501 │+04 |              Ｍ    ＹＪ    ＣＧ|
[INFO] [stdout]         502 │+05 |              Ｄ    Ｎ        Ｗ|
[INFO] [stdout]         503 │+06 |              Ｃ    Ｄ          |
[INFO] [stdout]         504 │+07 |              ＭＴＥ            |
[INFO] [stdout]         505 │+08 |            ＧＢＴＮ            |
[INFO] [stdout]         506 │+09 |            Ａ  ＱＴ            |
[INFO] [stdout]   507   507 │ -----------------2E------------------
[INFO] [stdout]   508       │-00 |ＥＣ  Ｇ                  ＷＳ  |
[INFO] [stdout]   509       │-01 |ＴＮ                      ＱＴ  |
[INFO] [stdout]   510       │-02 |ＤＩ              Ｖ  Ｑ  ＲＨ  |
[INFO] [stdout]   511       │-03 |                  Ｑ  Ｂ  ＢＵ  |
[INFO] [stdout]   512       │-04 |              Ｍ  ＧＹＪ    Ｃ  |
[INFO] [stdout]   513       │-05 |              Ｄ  ＷＮＤ        |
[INFO] [stdout]         508 │+00 |ＥＣ  Ｇ                ＤＷＳ  |
[INFO] [stdout]         509 │+01 |ＴＮ  Ｙ                  ＱＴ  |
[INFO] [stdout]         510 │+02 |ＤＩ                  Ｑ  ＲＨＶ|
[INFO] [stdout]         511 │+03 |                      Ｂ  ＢＵＱ|
[INFO] [stdout]         512 │+04 |                    ＹＪ    ＣＧ|
[INFO] [stdout]         513 │+05 |              Ｄ    ＮＤ      Ｗ|
[INFO] [stdout]   514   514 │ 06 |              Ｃ    Ｄ          |
[INFO] [stdout]   515   515 │ 07 |              ＭＴ  Ｊ          |
[INFO] [stdout]   516       │-08 |            ＧＢＴ            Ｎ|
[INFO] [stdout]   517       │-09 |            Ａ  Ｑ            Ｔ|
[INFO] [stdout]         516 │+08 |            ＧＢＴＮ            |
[INFO] [stdout]         517 │+09 |            ＡＱＱＴ            |
[INFO] [stdout]   518   518 │ -----------------2F------------------
[INFO] [stdout]   519       │-00 |ＥＣ  Ｇ  Ｎ            ＤＷＳ  |
[INFO] [stdout]   520       │-01 |ＴＮ  Ｙ                  ＱＴ  |
[INFO] [stdout]   521       │-02 |ＤＩ              Ｖ      ＲＨ  |
[INFO] [stdout]   522       │-03 |  Ｔ              Ｑ  Ｂ  ＢＵ  |
[INFO] [stdout]   523       │-04 |                  ＧＹＪ  ＨＣ  |
[INFO] [stdout]   524       │-05 |              Ｄ  ＷＮＤ        |
[INFO] [stdout]   525       │-06 |              Ｃ    ＤＬ        |
[INFO] [stdout]   526       │-07 |              ＭＴ  Ｊ          |
[INFO] [stdout]   527       │-08 |            ＧＢＴ              |
[INFO] [stdout]   528       │-09 |            ＡＱＱ            Ｔ|
[INFO] [stdout]         519 │+00 |ＥＣ  Ｇ  Ｎ            ＤＷ    |
[INFO] [stdout]         520 │+01 |ＴＮ  Ｙ                ＲＱＴ  |
[INFO] [stdout]         521 │+02 |ＤＩ  Ｗ                  ＲＨ  |
[INFO] [stdout]         522 │+03 |  Ｔ                  Ｂ  ＢＵＱ|
[INFO] [stdout]         523 │+04 |                    ＹＪ  ＨＣＧ|
[INFO] [stdout]         524 │+05 |              Ｄ    ＮＤ    ＪＷ|
[INFO] [stdout]         525 │+06 |              Ｃ    ＤＬ      Ｔ|
[INFO] [stdout]         526 │+07 |              Ｍ    Ｊ          |
[INFO] [stdout]         527 │+08 |              ＢＴ              |
[INFO] [stdout]         528 │+09 |            ＡＱＱＴ            |
[INFO] [stdout]   529   529 │ -----------------30------------------
[INFO] [stdout]   530   530 │ 00 |Ｅ    ＧＴＮ            ＤＷ    |
[INFO] [stdout]   531   531 │ 01 |ＴＮ  Ｙ                ＲＱＴ  |
[INFO] [stdout]   532       │-02 |ＤＩ  Ｗ                  ＲＨ  |
[INFO] [stdout]   533       │-03 |ＮＴ              Ｑ      ＢＵ  |
[INFO] [stdout]   534       │-04 |  Ｇ              Ｇ  Ｊ  ＨＣ  |
[INFO] [stdout]   535       │-05 |              Ｄ  ＷＮＤ    Ｊ  |
[INFO] [stdout]   536       │-06 |              Ｃ  ＴＤＬ        |
[INFO] [stdout]         532 │+02 |ＤＩ  Ｗ                ＫＲＨ  |
[INFO] [stdout]         533 │+03 |ＮＴ  Ｐ                  ＢＵＱ|
[INFO] [stdout]         534 │+04 |  Ｇ                  Ｊ  ＨＣＧ|
[INFO] [stdout]         535 │+05 |                    ＮＤ    ＪＷ|
[INFO] [stdout]         536 │+06 |              Ｃ    ＤＬ      Ｔ|
[INFO] [stdout]   537   537 │ 07 |              Ｍ    ＪＲ        |
[INFO] [stdout]   538   538 │ 08 |              ＢＴ  Ｒ          |
[INFO] [stdout]   539   539 │ 09 |            ＡＱＱ              |
[INFO] [stdout]   540   540 │ -----------------31------------------
[INFO] [stdout]   541       │-00 |Ｅ  ＢＧＴＮ            Ｄ      |
[INFO] [stdout]   542       │-01 |Ｔ    ＹＹＧ            ＲＱＴ  |
[INFO] [stdout]         541 │+00 |Ｅ  Ｂ  ＴＮ            Ｄ      |
[INFO] [stdout]         542 │+01 |Ｔ    ＹＹＧ            ＲＱ    |
[INFO] [stdout]   543   543 │ 02 |ＤＩ  Ｗ                ＫＲＨ  |
[INFO] [stdout]   544       │-03 |ＮＴ  Ｐ          Ｑ      ＢＵ  |
[INFO] [stdout]   545       │-04 |  Ｇ              Ｇ      ＨＣ  |
[INFO] [stdout]   546       │-05 |  Ｈ              ＷＮＤ  ＯＪ  |
[INFO] [stdout]   547       │-06 |              Ｃ  ＴＤＬ        |
[INFO] [stdout]   548       │-07 |              Ｍ    ＪＲ        |
[INFO] [stdout]   549       │-08 |              ＢＴ  ＲＨ        |
[INFO] [stdout]   550       │-09 |            ＡＱＱ              |
[INFO] [stdout]         544 │+03 |ＮＴ  Ｐ                ＥＢＵ  |
[INFO] [stdout]         545 │+04 |  Ｇ  Ｎ                  ＨＣＧ|
[INFO] [stdout]         546 │+05 |  Ｈ                ＮＤ  ＯＪＷ|
[INFO] [stdout]         547 │+06 |              Ｃ    ＤＬ    ＤＴ|
[INFO] [stdout]         548 │+07 |              Ｍ    ＪＲ      Ｊ|
[INFO] [stdout]         549 │+08 |              Ｂ    ＲＨ        |
[INFO] [stdout]         550 │+09 |              ＱＱ              |
[INFO] [stdout] ────────────┴───────────────────────────────────────────────────────────────────
[INFO] [stdout] 
[INFO] [stdout] thread 'test::test_large_letters' (26) panicked at src/test.rs:79:5:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: FileIo(Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" }, "/opt/rustwide/workdir/src/snapshots/rusty_rain__test__large_letters.snap.new")
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x648099e14ff2 - std::backtrace_rs::backtrace::libunwind::trace::h786de35fecf3582f
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x648099e14ff2 - std::backtrace_rs::backtrace::trace_unsynchronized::h4a7da1a2a64387f1
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x648099e14ff2 - std::sys::backtrace::_print_fmt::h6bd7d500070c788c
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x648099e14ff2 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h6d82c1afff976903
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x648099e277ff - core::fmt::rt::Argument::fmt::hc4ce6d643d397690
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x648099e277ff - core::fmt::write::hb1e7ca88b6a3936e
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/core/src/fmt/mod.rs:1469:25
[INFO] [stdout]    6:     0x648099ddfd33 - std::io::default_write_fmt::haffd49d96f1984a8
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x648099ddfd33 - std::io::Write::write_fmt::h027871c57cf57c01
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x648099dec562 - std::sys::backtrace::BacktraceLock::print::ha2430613ee79d059
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x648099df211f - std::panicking::default_hook::{{closure}}::hdbd2db9e5c303cf6
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x648099df1fb1 - std::panicking::default_hook::hed93c70cba5fdcf0
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/panicking.rs:325:9
[INFO] [stdout]   11:     0x648099bf8bbe - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hd0ee8b569efc6a07
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/alloc/src/boxed.rs:2099:9
[INFO] [stdout]   12:     0x648099bf8bbe - test::test_main_with_exit_callback::{{closure}}::hf10864b576ecd15d
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x648099df272f - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h3a55ca34534c0d00
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/alloc/src/boxed.rs:2099:9
[INFO] [stdout]   14:     0x648099df272f - std::panicking::panic_with_hook::h3862d766c2cec19b
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/panicking.rs:842:13
[INFO] [stdout]   15:     0x648099df258a - std::panicking::panic_handler::{{closure}}::hb95eb402b5e28ee1
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/panicking.rs:707:13
[INFO] [stdout]   16:     0x648099dec699 - std::sys::backtrace::__rust_end_short_backtrace::hf73a26dc1835d85a
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x648099dd33fd - __rustc[6ed5915ee467787]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/panicking.rs:698:5
[INFO] [stdout]   18:     0x648099e310f0 - core::panicking::panic_fmt::h3454303eb8e6f7cd
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x648099e30386 - core::result::unwrap_failed::h2380020e6daeb464
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/core/src/result.rs:1862:5
[INFO] [stdout]   20:     0x648099b1ba24 - core::result::Result<T,E>::unwrap::h6e49cf5d97a87c7f
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/core/src/result.rs:1233:23
[INFO] [stdout]   21:     0x648099b1ba24 - rusty_rain::test::set_up_snapshot::h7749933084354a7b
[INFO] [stdout]                                at /opt/rustwide/workdir/src/test.rs:79:5
[INFO] [stdout]   22:     0x648099b1be0e - rusty_rain::test::test_large_letters::hd19818b7180d7a08
[INFO] [stdout]                                at /opt/rustwide/workdir/src/test.rs:95:13
[INFO] [stdout]   23:     0x648099b1be57 - rusty_rain::test::test_large_letters::{{closure}}::h6bc6e8efbd455e12
[INFO] [stdout]                                at /opt/rustwide/workdir/src/test.rs:94:19
[INFO] [stdout]   24:     0x648099b2d496 - core::ops::function::FnOnce::call_once::h7c8f06be75be47bc
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x648099bf899b - core::ops::function::FnOnce::call_once::ha729ee35d2fab541
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   26:     0x648099bf899b - test::__rust_begin_short_backtrace::ha40f4db8207e1111
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/test/src/lib.rs:663:18
[INFO] [stdout]   27:     0x648099c0ca1d - test::run_test_in_process::{{closure}}::hc1b77cda5d44f0f3
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/test/src/lib.rs:686:74
[INFO] [stdout]   28:     0x648099c0ca1d - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h1dbea1de64785521
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   29:     0x648099c0ca1d - std::panicking::catch_unwind::do_call::hd5febe9affd5a1b3
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/panicking.rs:590:40
[INFO] [stdout]   30:     0x648099c0ca1d - std::panicking::catch_unwind::h51ea89627559b6f4
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/panicking.rs:553:19
[INFO] [stdout]   31:     0x648099c0ca1d - std::panic::catch_unwind::hb8b8c2367cae3d66
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/panic.rs:359:14
[INFO] [stdout]   32:     0x648099c0ca1d - test::run_test_in_process::ha5b55801407ea100
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/test/src/lib.rs:686:27
[INFO] [stdout]   33:     0x648099c0ca1d - test::run_test::{{closure}}::h0b9d4072b527abf5
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/test/src/lib.rs:607:43
[INFO] [stdout]   34:     0x648099be5f34 - test::run_test::{{closure}}::hb1056b5731205822
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/test/src/lib.rs:637:41
[INFO] [stdout]   35:     0x648099be5f34 - std::sys::backtrace::__rust_begin_short_backtrace::hb61ff5a34023c7ef
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   36:     0x648099be986a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::hb0a83c0e8b353cff
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/thread/mod.rs:562:17
[INFO] [stdout]   37:     0x648099be986a - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hb4f32cb008535298
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   38:     0x648099be986a - std::panicking::catch_unwind::do_call::h16d110e4fc35789a
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/panicking.rs:590:40
[INFO] [stdout]   39:     0x648099be986a - std::panicking::catch_unwind::hea9118f355699c4b
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/panicking.rs:553:19
[INFO] [stdout]   40:     0x648099be986a - std::panic::catch_unwind::hf4b3c2a06d3f42f5
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/panic.rs:359:14
[INFO] [stdout]   41:     0x648099be986a - std::thread::Builder::spawn_unchecked_::{{closure}}::h3f4cb733a52d53d5
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/thread/mod.rs:560:30
[INFO] [stdout]   42:     0x648099be986a - core::ops::function::FnOnce::call_once{{vtable.shim}}::h4052f0967b37caeb
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   43:     0x648099de78af - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h7ec433abd3f148b4
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/alloc/src/boxed.rs:2085:9
[INFO] [stdout]   44:     0x648099de78af - std::sys::thread::unix::Thread::new::thread_start::he514622d3d7ba65c
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/sys/thread/unix.rs:124:17
[INFO] [stdout]   45:     0x78f3a1d48aa4 - <unknown>
[INFO] [stdout]   46:     0x78f3a1dd5a64 - clone
[INFO] [stdout]   47:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     test::test_large_letters
[INFO] [stdout]     test::test_screen_buffer
[INFO] [stdout]     test::test_screen_buffer_direction_left_emoji_crab_double_width
[INFO] [stdout]     test::test_screen_buffer_direction_right_emoji_moon_double_width
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 1 passed; 4 failed; 0 ignored; 0 measured; 0 filtered out; finished in 5.50s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "c21dbf7abda6926920f1979b0cbc330feb8f1be5000689ab7045ae09cf497dfe", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c21dbf7abda6926920f1979b0cbc330feb8f1be5000689ab7045ae09cf497dfe", kill_on_drop: false }`
[INFO] [stdout] c21dbf7abda6926920f1979b0cbc330feb8f1be5000689ab7045ae09cf497dfe
