[INFO] cloning repository https://github.com/melchor629/brainfuck-in-rust
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/melchor629/brainfuck-in-rust" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmelchor629%2Fbrainfuck-in-rust", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmelchor629%2Fbrainfuck-in-rust'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 60fe65b9934022a31b050473f129d32f9764a578
[INFO] testing melchor629/brainfuck-in-rust against 1.99.0-beta.1+cargoflags=--release for beta-release-1.99-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmelchor629%2Fbrainfuck-in-rust" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-6-tc2/source/.cargo/config.toml
[INFO] started tweaking git repo https://github.com/melchor629/brainfuck-in-rust
[INFO] finished tweaking git repo https://github.com/melchor629/brainfuck-in-rust
[INFO] tweaked toml for git repo https://github.com/melchor629/brainfuck-in-rust written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/melchor629/brainfuck-in-rust on toolchain 1.99.0-beta.1
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.99.0-beta.1" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/melchor629/brainfuck-in-rust already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.99.0-beta.1" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 34f737a463576a0d1f021eb5170bf4d33228ce7701a488e63af46d888e669125
[INFO] running `Command { std: "docker" "start" "34f737a463576a0d1f021eb5170bf4d33228ce7701a488e63af46d888e669125", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "34f737a463576a0d1f021eb5170bf4d33228ce7701a488e63af46d888e669125", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "34f737a463576a0d1f021eb5170bf4d33228ce7701a488e63af46d888e669125" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "34f737a463576a0d1f021eb5170bf4d33228ce7701a488e63af46d888e669125", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "34f737a463576a0d1f021eb5170bf4d33228ce7701a488e63af46d888e669125" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "build" "--frozen" "--message-format=json" "--release", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.107
[INFO] [stderr]    Compiling unicode-ident v1.0.24
[INFO] [stderr]    Compiling quote v1.0.47
[INFO] [stderr]    Compiling wasm-bindgen-shared v0.2.127
[INFO] [stderr]    Compiling rustversion v1.0.23
[INFO] [stderr]    Compiling bumpalo v3.20.3
[INFO] [stderr]    Compiling clap_lex v1.1.0
[INFO] [stderr]    Compiling pin-project-lite v0.2.17
[INFO] [stderr]    Compiling anstyle v1.0.14
[INFO] [stderr]    Compiling futures-task v0.3.34
[INFO] [stderr]    Compiling futures-core v0.3.34
[INFO] [stderr]    Compiling cfg-if v1.0.4
[INFO] [stderr]    Compiling once_cell v1.21.4
[INFO] [stderr]    Compiling slab v0.4.12
[INFO] [stderr]    Compiling heck v0.5.0
[INFO] [stderr]    Compiling bf v0.1.0 (/opt/rustwide/workdir/bf)
[INFO] [stderr]    Compiling clap_builder v4.6.6
[INFO] [stderr]    Compiling futures-util v0.3.34
[INFO] [stderr]    Compiling wasm-bindgen v0.2.127
[INFO] [stderr]    Compiling syn v2.0.119
[INFO] [stderr]    Compiling syn v3.0.3
[INFO] [stderr]    Compiling clap_derive v4.6.4
[INFO] [stderr]    Compiling wasm-bindgen-macro-support v0.2.127
[INFO] [stderr]    Compiling clap v4.6.6
[INFO] [stderr]    Compiling bfc v0.1.0 (/opt/rustwide/workdir/bfc)
[INFO] [stderr]    Compiling wasm-bindgen-macro v0.2.127
[INFO] [stderr]    Compiling js-sys v0.3.104
[INFO] [stderr]    Compiling bf-wasm v0.1.0 (/opt/rustwide/workdir/bf-wasm)
[INFO] [stderr]     Finished `release` profile [optimized] target(s) in 33.32s
[INFO] running `Command { std: "docker" "inspect" "34f737a463576a0d1f021eb5170bf4d33228ce7701a488e63af46d888e669125", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "34f737a463576a0d1f021eb5170bf4d33228ce7701a488e63af46d888e669125" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "test" "--frozen" "--no-run" "--message-format=json" "--release", kill_on_drop: false }`
[INFO] [stderr]    Compiling libm v0.2.16
[INFO] [stderr]    Compiling badc v0.3.0
[INFO] [stderr]    Compiling foldhash v0.2.0
[INFO] [stderr]    Compiling rustc-hash v2.1.3
[INFO] [stderr]    Compiling bfc v0.1.0 (/opt/rustwide/workdir/bfc)
[INFO] [stderr]    Compiling bf-wasm v0.1.0 (/opt/rustwide/workdir/bf-wasm)
[INFO] [stderr]    Compiling hashbrown v0.17.1
[INFO] [stderr]    Compiling bf v0.1.0 (/opt/rustwide/workdir/bf)
[INFO] [stderr]     Finished `release` profile [optimized] target(s) in 53.29s
[INFO] running `Command { std: "docker" "inspect" "34f737a463576a0d1f021eb5170bf4d33228ce7701a488e63af46d888e669125", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "34f737a463576a0d1f021eb5170bf4d33228ce7701a488e63af46d888e669125" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "test" "--frozen" "--release", kill_on_drop: false }`
[INFO] [stderr]     Finished `release` profile [optimized] target(s) in 0.04s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/release/deps/bf-82fac2b2ae1b6fb1)
[INFO] [stdout] 
[INFO] [stdout] running 159 tests
[INFO] [stdout] test test::bf_eval::interpreter::hola_mundo ... ok
[INFO] [stdout] test test::bf_eval::interpreter::shinbatsu_alph_add ... FAILED
[INFO] [stdout] test test::bf_eval::interpreter::shinbatsu_alphabet_after_n ... FAILED
[INFO] [stdout] test test::bf_eval::interpreter::shinbatsu_abs ... FAILED
[INFO] [stdout] test test::bf_eval::interpreter::shinbatsu_a_no_plus_b ... FAILED
[INFO] [stdout] test test::bf_eval::interpreter::shinbatsu_multiply ... FAILED
[INFO] [stdout] test test::bf_eval::interpreter::shinbatsu_atoi ... FAILED
[INFO] [stdout] test test::bf_eval::interpreter::shinbatsu_nth_even ... FAILED
[INFO] [stdout] test test::bf_eval::interpreter::shinbatsu_plus ... FAILED
[INFO] [stdout] test test::bf_eval::interpreter::shinbatsu_if ... FAILED
[INFO] [stdout] test test::bf_eval::interpreter::shinbatsu_bubble ... FAILED
[INFO] [stdout] test test::bf_eval::interpreter::shinbatsu_is_even ... FAILED
[INFO] [stdout] test test::bf_eval::interpreter::shinbatsu_div10 ... FAILED
[INFO] [stdout] test test::bf_eval::interpreter::shinbatsu_clear_all ... FAILED
[INFO] [stdout] test test::bf_eval::interpreter::shinbatsu_remove_first_last ... FAILED
[INFO] [stdout] test test::bf_eval::interpreter::shinbatsu_repeat ... FAILED
[INFO] [stdout] test test::bf_eval::interpreter::shinbatsu_rot13 ... FAILED
[INFO] [stdout] test test::bf_eval::interpreter::shinbatsu_root ... FAILED
[INFO] [stdout] test test::bf_eval::interpreter::shinbatsu_squares ... FAILED
[INFO] [stdout] test test::bf_eval::interpreter::shinbatsu_third_angle ... FAILED
[INFO] [stdout] test test::bf_eval::interpreter::shinbatsu_type_password ... FAILED
[INFO] [stdout] test test::bf_eval::interpreter::sum ... ok
[INFO] [stdout] test test::bf_eval::interpreter::swap ... ok
[INFO] [stdout] test test::bf_eval::interpreter::shinbatsu_to_upper ... FAILED
[INFO] [stdout] test test::bf_eval::interpreter::sum_input ... ok
[INFO] [stdout] test test::bf_eval::interpreter::shinbatsu_move_game ... FAILED
[INFO] [stdout] test test::bf_eval::interpreter::tr ... ok
[INFO] [stdout] test test::bf_eval::interpreter::shinbatsu_sum_between_1_n ... FAILED
[INFO] [stdout] test test::bf_eval::interpreter::shinbatsu_middle_char ... FAILED
[INFO] [stdout] test test::bf_eval::interpreter::hello_world ... ok
[INFO] [stdout] test test::bf_eval::interpreter::shinbatsu_hello ... FAILED
[INFO] [stdout] test test::bf_eval::interpreter::primes ... ok
[INFO] [stdout] test test::bf_eval::transpiler_c::shinbatsu_a_no_plus_b ... FAILED
[INFO] [stdout] test test::bf_eval::interpreter::shinbatsu_pow2 ... FAILED
[INFO] [stdout] test test::bf_eval::interpreter::shinbatsu_print_a ... FAILED
[INFO] [stdout] test test::bf_eval::transpiler_c::shinbatsu_abs ... FAILED
[INFO] [stdout] test test::bf_eval::interpreter::shinbatsu_double ... FAILED
[INFO] [stdout] test test::bf_eval::transpiler_c::shinbatsu_all_ascii ... FAILED
[INFO] [stdout] test test::bf_eval::transpiler_c::shinbatsu_alphabet_after_n ... FAILED
[INFO] [stdout] test test::bf_eval::interpreter::shinbatsu_quine ... FAILED
[INFO] [stdout] test test::bf_eval::transpiler_c::shinbatsu_atoi ... FAILED
[INFO] [stdout] test test::bf_eval::transpiler_c::shinbatsu_clear_all ... FAILED
[INFO] [stdout] test test::bf_eval::transpiler_c::shinbatsu_hello ... FAILED
[INFO] [stdout] test test::bf_eval::transpiler_c::shinbatsu_if ... FAILED
[INFO] [stdout] test test::bf_eval::interpreter::triangle ... ok
[INFO] [stdout] test test::bf_eval::transpiler_c::shinbatsu_middle_char ... FAILED
[INFO] [stdout] test test::bf_eval::transpiler_c::shinbatsu_div10 ... FAILED
[INFO] [stdout] test test::bf_eval::transpiler_c::shinbatsu_first_last ... FAILED
[INFO] [stdout] test test::bf_eval::transpiler_c::shinbatsu_double ... FAILED
[INFO] [stdout] test test::bf_eval::transpiler_c::shinbatsu_is_even ... FAILED
[INFO] [stdout] test test::bf_eval::transpiler_c::shinbatsu_bubble ... FAILED
[INFO] [stdout] test test::bf_eval::transpiler_c::shinbatsu_nth_even ... FAILED
[INFO] [stdout] test test::bf_eval::transpiler_c::shinbatsu_multiply ... FAILED
[INFO] [stdout] test test::bf_eval::transpiler_c::shinbatsu_plus ... FAILED
[INFO] [stdout] test test::bf_eval::transpiler_c::shinbatsu_alph_add ... FAILED
[INFO] [stdout] test test::bf_eval::transpiler_c::hola_mundo ... ok
[INFO] [stdout] test test::bf_eval::transpiler_c::hello_world ... FAILED
[INFO] [stdout] test test::bf_eval::transpiler_c::shinbatsu_move_game ... FAILED
[INFO] [stdout] test test::bf_eval::transpiler_c::shinbatsu_pow2 ... FAILED
[INFO] [stdout] test test::bf_eval::transpiler_c::shinbatsu_quine ... FAILED
[INFO] [stdout] test test::bf_eval::transpiler_c::shinbatsu_print_a ... FAILED
[INFO] [stdout] test test::bf_eval::transpiler_c::shinbatsu_remove_first_last ... FAILED
[INFO] [stdout] test test::bf_eval::transpiler_c::shinbatsu_repeat ... FAILED
[INFO] [stdout] test test::bf_eval::transpiler_c::shinbatsu_root ... FAILED
[INFO] [stdout] test test::bf_eval::transpiler_c::shinbatsu_sum_between_1_n ... FAILED
[INFO] [stdout] test test::bf_eval::transpiler_c::shinbatsu_squares ... FAILED
[INFO] [stdout] test test::bf_eval::transpiler_js::shinbatsu_a_no_plus_b ... FAILED
[INFO] [stdout] test test::bf_eval::transpiler_c::shinbatsu_rot13 ... FAILED
[INFO] [stdout] test test::bf_eval::transpiler_c::shinbatsu_third_angle ... FAILED
[INFO] [stdout] test test::bf_eval::transpiler_c::shinbatsu_to_upper ... FAILED
[INFO] [stdout] test test::bf_eval::transpiler_c::shinbatsu_type_password ... FAILED
[INFO] [stdout] test test::bf_eval::transpiler_js::shinbatsu_abs ... FAILED
[INFO] [stdout] test test::bf_eval::transpiler_js::shinbatsu_all_ascii ... FAILED
[INFO] [stdout] test test::bf_eval::transpiler_js::shinbatsu_alph_add ... FAILED
[INFO] [stdout] test test::bf_eval::transpiler_js::shinbatsu_alphabet_after_n ... FAILED
[INFO] [stdout] test test::bf_eval::transpiler_js::shinbatsu_atoi ... FAILED
[INFO] [stdout] test test::bf_eval::transpiler_js::shinbatsu_clear_all ... FAILED
[INFO] [stdout] test test::bf_eval::transpiler_js::shinbatsu_bubble ... FAILED
[INFO] [stdout] test test::bf_eval::transpiler_js::shinbatsu_double ... FAILED
[INFO] [stdout] test test::bf_eval::transpiler_js::shinbatsu_div10 ... FAILED
[INFO] [stdout] test test::bf_eval::transpiler_js::shinbatsu_hello ... FAILED
[INFO] [stdout] test test::bf_eval::transpiler_js::shinbatsu_if ... FAILED
[INFO] [stdout] test test::bf_eval::transpiler_js::shinbatsu_is_even ... FAILED
[INFO] [stdout] test test::bf_eval::transpiler_c::sum ... ok
[INFO] [stdout] test test::bf_eval::transpiler_js::shinbatsu_first_last ... FAILED
[INFO] [stdout] test test::bf_eval::transpiler_c::triangle ... ok
[INFO] [stdout] test test::bf_eval::transpiler_js::shinbatsu_multiply ... FAILED
[INFO] [stdout] test test::bf_eval::transpiler_js::shinbatsu_pow2 ... FAILED
[INFO] [stdout] test test::bf_eval::transpiler_js::shinbatsu_nth_even ... FAILED
[INFO] [stdout] test test::bf_eval::transpiler_js::shinbatsu_remove_first_last ... FAILED
[INFO] [stdout] test test::bf_eval::transpiler_js::shinbatsu_plus ... FAILED
[INFO] [stdout] test test::bf_eval::transpiler_js::shinbatsu_repeat ... FAILED
[INFO] [stdout] test test::bf_eval::transpiler_js::shinbatsu_print_a ... FAILED
[INFO] [stdout] test test::bf_eval::interpreter::shinbatsu_all_ascii ... FAILED
[INFO] [stdout] test test::bf_eval::transpiler_js::shinbatsu_sum_between_1_n ... FAILED
[INFO] [stdout] test test::bf_eval::transpiler_js::shinbatsu_quine ... FAILED
[INFO] [stdout] test test::bf_eval::transpiler_js::shinbatsu_squares ... FAILED
[INFO] [stdout] test test::bf_eval::transpiler_js::shinbatsu_third_angle ... FAILED
[INFO] [stdout] test test::bf_eval::transpiler_c::sum_input ... ok
[INFO] [stdout] test test::bf_eval::transpiler_js::shinbatsu_root ... FAILED
[INFO] [stdout] test test::bf_eval::transpiler_js::shinbatsu_type_password ... FAILED
[INFO] [stdout] test test::bf_eval::transpiler_js::shinbatsu_to_upper ... FAILED
[INFO] [stdout] test test::bf_interpreter::io_read_fail_propagates_error ... ok
[INFO] [stdout] test test::bf_eval::interpreter::shinbatsu_first_last ... FAILED
[INFO] [stdout] test test::bf_eval::transpiler_js::shinbatsu_move_game ... FAILED
[INFO] [stdout] test test::bf_eval::transpiler_js::shinbatsu_middle_char ... FAILED
[INFO] [stdout] test test::bf_eval::transpiler_c::swap ... ok
[INFO] [stdout] test test::bf_interpreter::io_write_fail_propagates_error ... ok
[INFO] [stdout] test test::code_memory::empty_code_reads_no_tokens ... ok
[INFO] [stdout] test test::code_memory::debug_returns_code_ops ... ok
[INFO] [stdout] test test::bf_eval::transpiler_js::shinbatsu_rot13 ... FAILED
[INFO] [stdout] test test::code_memory::display_returns_tokens ... ok
[INFO] [stdout] test test::bf_eval::transpiler_c::tr ... FAILED
[INFO] [stdout] test test::code_memory::reads_all_tokens_string ... ok
[INFO] [stdout] test test::code_memory::skip_loop_goes_straight_past_loop ... ok
[INFO] [stdout] test test::data_memory::decrement_substracts_one_to_the_current_slot ... ok
[INFO] [stdout] test test::data_memory::debug ... ok
[INFO] [stdout] test test::data_memory::decrement_at_subtracts_relative_to_position_positive ... ok
[INFO] [stdout] test test::data_memory::increment_at_adds_relative_to_position_positive ... ok
[INFO] [stdout] test test::data_memory::increment_at_adds_relative_to_position_negative ... ok
[INFO] [stdout] test test::data_memory::increment_overflows_the_current_slot ... ok
[INFO] [stdout] test test::data_memory::increment_sums_one_to_the_current_slot ... ok
[INFO] [stdout] test test::data_memory::next_advances_pointer ... ok
[INFO] [stdout] test test::data_memory::next_resets_pointer_if_overflow ... ok
[INFO] [stdout] test test::data_memory::decrements_overflows_the_current_slot ... ok
[INFO] [stdout] test test::data_memory::previous_resets_pointer_if_overflow ... ok
[INFO] [stdout] test test::optimizer::clear_cell ... ok
[INFO] [stdout] test test::optimizer::lonely_tokens ... ok
[INFO] [stdout] test test::optimizer::move_to_empty_cell_backward ... ok
[INFO] [stdout] test test::code_memory::move_to_repoints_code_pointer ... ok
[INFO] [stdout] test test::code_memory::reads_all_tokens ... ok
[INFO] [stdout] test test::code_memory::skip_loop_without_end_loop_stops ... ok
[INFO] [stdout] test test::data_memory::decrement_at_subtracts_relative_to_position_negative ... ok
[INFO] [stdout] test test::data_memory::write_writes_any_value_into_the_current_slot ... ok
[INFO] [stdout] test test::optimizer::mul_add_clear_backward_is_combined ... ok
[INFO] [stdout] test test::optimizer::mul_add_clear_forward_is_combined ... ok
[INFO] [stdout] test test::optimizer::mul_double_add_clear_forward_is_combined ... ok
[INFO] [stdout] test test::optimizer::mul_add_sub_clear_forward_is_combined ... ok
[INFO] [stdout] test test::optimizer::multiple_advances_are_combined ... ok
[INFO] [stdout] test test::optimizer::multiple_backs_are_combined ... ok
[INFO] [stdout] test test::optimizer::multiple_substracions_are_combined ... ok
[INFO] [stdout] test test::data_memory::previous_backs_pointer ... ok
[INFO] [stdout] test test::bf_eval::transpiler_c::primes ... ok
[INFO] [stdout] test test::optimizer::mul_sub_clear_backward_is_combined ... ok
[INFO] [stdout] test test::optimizer::move_to_empty_cell_forward ... ok
[INFO] [stdout] test test::tokenizer::supported_characters_are_tokenized ... ok
[INFO] [stdout] test test::optimizer::mul_sub_clear_forward_is_combined ... ok
[INFO] [stdout] test test::optimizer::multiple_adds_are_combined ... ok
[INFO] [stdout] test test::optimizer::no_tokens_no_ops ... ok
[INFO] [stdout] test test::tokenizer::invalid_chars_returns_empty_tokens ... ok
[INFO] [stdout] test test::tokenizer::tokens_can_be_converted_to_strings ... ok
[INFO] [stdout] test test::bf_eval::transpiler_js::sum ... ok
[INFO] [stdout] test test::bf_eval::transpiler_js::swap ... ok
[INFO] [stdout] test test::bf_eval::transpiler_js::hola_mundo ... ok
[INFO] [stdout] test test::bf_eval::transpiler_js::tr ... FAILED
[INFO] [stdout] test test::bf_eval::transpiler_js::triangle ... ok
[INFO] [stdout] test test::bf_eval::transpiler_js::primes ... ok
[INFO] [stdout] test test::bf_eval::transpiler_js::sum_input ... ok
[INFO] [stdout] test test::bf_eval::transpiler_js::hello_world ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- test::bf_eval::interpreter::shinbatsu_alph_add stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'test::bf_eval::interpreter::shinbatsu_alph_add' (884) panicked at bf/src/test/bf_interpreter.rs:12:57:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x6010f79df5c7 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x6010f79c51ea - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x6010f79deb7b - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x6010f79de65f - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x6010f79de28a - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x6010f79dddc2 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    6:     0x6010f7a05131 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    7:     0x6010f7a050e9 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    8:     0x6010f7a055fc - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]    9:     0x6010f79c507b - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   10:     0x6010f79c89e1 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   11:     0x6010f78b6d17 - bf[17df3b2959136116]::test::bf_interpreter::eval
[INFO] [stdout]   12:     0x6010f78c10da - <bf[17df3b2959136116]::test::bf_eval::interpreter::shinbatsu_alph_add::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   13:     0x6010f7a1d16b - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   14:     0x6010f7a18dcc - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   15:     0x6010f7a184fc - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   16:     0x6010f7a353bc - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   17:     0x6010f7a069b2 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   18:     0x751789e0207a - <unknown>
[INFO] [stdout]   19:     0x751789e95534 - clone
[INFO] [stdout]   20:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- test::bf_eval::interpreter::shinbatsu_alphabet_after_n stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'test::bf_eval::interpreter::shinbatsu_alphabet_after_n' (885) panicked at bf/src/test/bf_interpreter.rs:12:57:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x6010f79df5c7 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x6010f79c51ea - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x6010f79deb7b - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x6010f79de65f - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x6010f79de28a - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x6010f79dddc2 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    6:     0x6010f7a05131 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    7:     0x6010f7a050e9 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    8:     0x6010f7a055fc - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]    9:     0x6010f79c507b - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   10:     0x6010f79c89e1 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   11:     0x6010f78b6d17 - bf[17df3b2959136116]::test::bf_interpreter::eval
[INFO] [stdout]   12:     0x6010f78c1d9a - <bf[17df3b2959136116]::test::bf_eval::interpreter::shinbatsu_alphabet_after_n::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   13:     0x6010f7a1d16b - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   14:     0x6010f7a18dcc - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   15:     0x6010f7a184fc - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   16:     0x6010f7a353bc - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   17:     0x6010f7a069b2 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   18:     0x751789e0207a - <unknown>
[INFO] [stdout]   19:     0x751789e95534 - clone
[INFO] [stdout]   20:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- test::bf_eval::interpreter::shinbatsu_abs stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'test::bf_eval::interpreter::shinbatsu_abs' (882) panicked at bf/src/test/bf_interpreter.rs:12:57:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x6010f79df5c7 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x6010f79c51ea - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x6010f79deb7b - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x6010f79de65f - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x6010f79de28a - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x6010f79dddc2 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    6:     0x6010f7a05131 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    7:     0x6010f7a050e9 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    8:     0x6010f7a055fc - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]    9:     0x6010f79c507b - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   10:     0x6010f79c89e1 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   11:     0x6010f78b6d17 - bf[17df3b2959136116]::test::bf_interpreter::eval
[INFO] [stdout]   12:     0x6010f78c01aa - <bf[17df3b2959136116]::test::bf_eval::interpreter::shinbatsu_abs::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   13:     0x6010f7a1d16b - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   14:     0x6010f7a18dcc - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   15:     0x6010f7a184fc - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   16:     0x6010f7a353bc - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   17:     0x6010f7a069b2 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   18:     0x751789e0207a - <unknown>
[INFO] [stdout]   19:     0x751789e95534 - clone
[INFO] [stdout]   20:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- test::bf_eval::interpreter::shinbatsu_a_no_plus_b stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'test::bf_eval::interpreter::shinbatsu_a_no_plus_b' (881) panicked at bf/src/test/bf_interpreter.rs:12:57:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x6010f79df5c7 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x6010f79c51ea - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x6010f79deb7b - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x6010f79de65f - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x6010f79de28a - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x6010f79dddc2 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    6:     0x6010f7a05131 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    7:     0x6010f7a050e9 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    8:     0x6010f7a055fc - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]    9:     0x6010f79c507b - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   10:     0x6010f79c89e1 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   11:     0x6010f78b6d17 - bf[17df3b2959136116]::test::bf_interpreter::eval
[INFO] [stdout]   12:     0x6010f78c184a - <bf[17df3b2959136116]::test::bf_eval::interpreter::shinbatsu_a_no_plus_b::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   13:     0x6010f7a1d16b - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   14:     0x6010f7a18dcc - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   15:     0x6010f7a184fc - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   16:     0x6010f7a353bc - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   17:     0x6010f7a069b2 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   18:     0x751789e0207a - <unknown>
[INFO] [stdout]   19:     0x751789e95534 - clone
[INFO] [stdout]   20:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- test::bf_eval::interpreter::shinbatsu_multiply stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'test::bf_eval::interpreter::shinbatsu_multiply' (897) panicked at bf/src/test/bf_interpreter.rs:12:57:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x6010f79df5c7 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x6010f79c51ea - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x6010f79deb7b - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x6010f79de65f - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x6010f79de28a - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x6010f79dddc2 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    6:     0x6010f7a05131 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    7:     0x6010f7a050e9 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    8:     0x6010f7a055fc - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]    9:     0x6010f79c507b - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   10:     0x6010f79c89e1 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   11:     0x6010f78b6d17 - bf[17df3b2959136116]::test::bf_interpreter::eval
[INFO] [stdout]   12:     0x6010f78c11c7 - <bf[17df3b2959136116]::test::bf_eval::interpreter::shinbatsu_multiply::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   13:     0x6010f7a1d16b - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   14:     0x6010f7a18dcc - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   15:     0x6010f7a184fc - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   16:     0x6010f7a353bc - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   17:     0x6010f7a069b2 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   18:     0x751789e0207a - <unknown>
[INFO] [stdout]   19:     0x751789e95534 - clone
[INFO] [stdout]   20:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- test::bf_eval::interpreter::shinbatsu_atoi stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'test::bf_eval::interpreter::shinbatsu_atoi' (886) panicked at bf/src/test/bf_interpreter.rs:12:57:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x6010f79df5c7 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x6010f79c51ea - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x6010f79deb7b - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x6010f79de65f - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x6010f79de28a - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x6010f79dddc2 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    6:     0x6010f7a05131 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    7:     0x6010f7a050e9 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    8:     0x6010f7a055fc - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]    9:     0x6010f79c507b - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   10:     0x6010f79c89e1 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   11:     0x6010f78b6d17 - bf[17df3b2959136116]::test::bf_interpreter::eval
[INFO] [stdout]   12:     0x6010f78c028b - <bf[17df3b2959136116]::test::bf_eval::interpreter::shinbatsu_atoi::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   13:     0x6010f7a1d16b - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   14:     0x6010f7a18dcc - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   15:     0x6010f7a184fc - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   16:     0x6010f7a353bc - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   17:     0x6010f7a069b2 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   18:     0x751789e0207a - <unknown>
[INFO] [stdout]   19:     0x751789e95534 - clone
[INFO] [stdout]   20:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- test::bf_eval::interpreter::shinbatsu_nth_even stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'test::bf_eval::interpreter::shinbatsu_nth_even' (898) panicked at bf/src/test/bf_interpreter.rs:12:57:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x6010f79df5c7 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x6010f79c51ea - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x6010f79deb7b - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x6010f79de65f - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x6010f79de28a - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x6010f79dddc2 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    6:     0x6010f7a05131 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    7:     0x6010f7a050e9 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    8:     0x6010f7a055fc - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]    9:     0x6010f79c507b - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   10:     0x6010f79c89e1 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   11:     0x6010f78b6d17 - bf[17df3b2959136116]::test::bf_interpreter::eval
[INFO] [stdout]   12:     0x6010f78c12aa - <bf[17df3b2959136116]::test::bf_eval::interpreter::shinbatsu_nth_even::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   13:     0x6010f7a1d16b - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   14:     0x6010f7a18dcc - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   15:     0x6010f7a184fc - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   16:     0x6010f7a353bc - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   17:     0x6010f7a069b2 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   18:     0x751789e0207a - <unknown>
[INFO] [stdout]   19:     0x751789e95534 - clone
[INFO] [stdout]   20:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- test::bf_eval::interpreter::shinbatsu_plus stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'test::bf_eval::interpreter::shinbatsu_plus' (899) panicked at bf/src/test/bf_interpreter.rs:12:57:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x6010f79df5c7 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x6010f79c51ea - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x6010f79deb7b - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x6010f79de65f - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x6010f79de28a - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x6010f79dddc2 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    6:     0x6010f7a05131 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    7:     0x6010f7a050e9 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    8:     0x6010f7a055fc - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]    9:     0x6010f79c507b - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   10:     0x6010f79c89e1 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   11:     0x6010f78b6d17 - bf[17df3b2959136116]::test::bf_interpreter::eval
[INFO] [stdout]   12:     0x6010f78c036a - <bf[17df3b2959136116]::test::bf_eval::interpreter::shinbatsu_plus::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   13:     0x6010f7a1d16b - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   14:     0x6010f7a18dcc - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   15:     0x6010f7a184fc - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   16:     0x6010f7a353bc - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   17:     0x6010f7a069b2 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   18:     0x751789e0207a - <unknown>
[INFO] [stdout]   19:     0x751789e95534 - clone
[INFO] [stdout]   20:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- test::bf_eval::interpreter::shinbatsu_if stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'test::bf_eval::interpreter::shinbatsu_if' (893) panicked at bf/src/test/bf_interpreter.rs:12:57:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x6010f79df5c7 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x6010f79c51ea - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x6010f79deb7b - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x6010f79de65f - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x6010f79de28a - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x6010f79dddc2 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    6:     0x6010f7a05131 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    7:     0x6010f7a050e9 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    8:     0x6010f7a055fc - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]    9:     0x6010f79c507b - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   10:     0x6010f79c89e1 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   11:     0x6010f78b6d17 - bf[17df3b2959136116]::test::bf_interpreter::eval
[INFO] [stdout]   12:     0x6010f78c00ba - <bf[17df3b2959136116]::test::bf_eval::interpreter::shinbatsu_if::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   13:     0x6010f7a1d16b - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   14:     0x6010f7a18dcc - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   15:     0x6010f7a184fc - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   16:     0x6010f7a353bc - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   17:     0x6010f7a069b2 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   18:     0x751789e0207a - <unknown>
[INFO] [stdout]   19:     0x751789e95534 - clone
[INFO] [stdout]   20:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- test::bf_eval::interpreter::shinbatsu_bubble stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'test::bf_eval::interpreter::shinbatsu_bubble' (887) panicked at bf/src/test/bf_interpreter.rs:12:57:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x6010f79df5c7 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x6010f79c51ea - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x6010f79deb7b - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x6010f79de65f - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x6010f79de28a - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x6010f79dddc2 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    6:     0x6010f7a05131 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    7:     0x6010f7a050e9 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    8:     0x6010f7a055fc - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]    9:     0x6010f79c507b - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   10:     0x6010f79c89e1 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   11:     0x6010f78b6d17 - bf[17df3b2959136116]::test::bf_interpreter::eval
[INFO] [stdout]   12:     0x6010f78c09da - <bf[17df3b2959136116]::test::bf_eval::interpreter::shinbatsu_bubble::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   13:     0x6010f7a1d16b - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   14:     0x6010f7a18dcc - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   15:     0x6010f7a184fc - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   16:     0x6010f7a353bc - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   17:     0x6010f7a069b2 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   18:     0x751789e0207a - <unknown>
[INFO] [stdout]   19:     0x751789e95534 - clone
[INFO] [stdout]   20:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- test::bf_eval::interpreter::shinbatsu_is_even stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'test::bf_eval::interpreter::shinbatsu_is_even' (894) panicked at bf/src/test/bf_interpreter.rs:12:57:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x6010f79df5c7 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x6010f79c51ea - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x6010f79deb7b - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x6010f79de65f - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x6010f79de28a - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x6010f79dddc2 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    6:     0x6010f7a05131 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    7:     0x6010f7a050e9 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    8:     0x6010f7a055fc - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]    9:     0x6010f79c507b - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   10:     0x6010f79c89e1 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   11:     0x6010f78b6d17 - bf[17df3b2959136116]::test::bf_interpreter::eval
[INFO] [stdout]   12:     0x6010f78c0cbd - <bf[17df3b2959136116]::test::bf_eval::interpreter::shinbatsu_is_even::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   13:     0x6010f7a1d16b - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   14:     0x6010f7a18dcc - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   15:     0x6010f7a184fc - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   16:     0x6010f7a353bc - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   17:     0x6010f7a069b2 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   18:     0x751789e0207a - <unknown>
[INFO] [stdout]   19:     0x751789e95534 - clone
[INFO] [stdout]   20:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- test::bf_eval::interpreter::shinbatsu_div10 stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'test::bf_eval::interpreter::shinbatsu_div10' (889) panicked at bf/src/test/bf_interpreter.rs:12:57:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x6010f79df5c7 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x6010f79c51ea - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x6010f79deb7b - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x6010f79de65f - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x6010f79de28a - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x6010f79dddc2 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    6:     0x6010f7a05131 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    7:     0x6010f7a050e9 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    8:     0x6010f7a055fc - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]    9:     0x6010f79c507b - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   10:     0x6010f79c89e1 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   11:     0x6010f78b6d17 - bf[17df3b2959136116]::test::bf_interpreter::eval
[INFO] [stdout]   12:     0x6010f78c05df - <bf[17df3b2959136116]::test::bf_eval::interpreter::shinbatsu_div10::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   13:     0x6010f7a1d16b - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   14:     0x6010f7a18dcc - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   15:     0x6010f7a184fc - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   16:     0x6010f7a353bc - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   17:     0x6010f7a069b2 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   18:     0x751789e0207a - <unknown>
[INFO] [stdout]   19:     0x751789e95534 - clone
[INFO] [stdout]   20:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- test::bf_eval::interpreter::shinbatsu_clear_all stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'test::bf_eval::interpreter::shinbatsu_clear_all' (888) panicked at bf/src/test/bf_interpreter.rs:12:57:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x6010f79df5c7 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x6010f79c51ea - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x6010f79deb7b - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x6010f79de65f - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x6010f79de28a - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x6010f79dddc2 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    6:     0x6010f7a05131 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    7:     0x6010f7a050e9 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    8:     0x6010f7a055fc - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]    9:     0x6010f79c507b - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   10:     0x6010f79c89e1 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   11:     0x6010f78b6d17 - bf[17df3b2959136116]::test::bf_interpreter::eval
[INFO] [stdout]   12:     0x6010f78c157f - <bf[17df3b2959136116]::test::bf_eval::interpreter::shinbatsu_clear_all::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   13:     0x6010f7a1d16b - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   14:     0x6010f7a18dcc - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   15:     0x6010f7a184fc - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   16:     0x6010f7a353bc - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   17:     0x6010f7a069b2 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   18:     0x751789e0207a - <unknown>
[INFO] [stdout]   19:     0x751789e95534 - clone
[INFO] [stdout]   20:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- test::bf_eval::interpreter::shinbatsu_remove_first_last stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'test::bf_eval::interpreter::shinbatsu_remove_first_last' (903) panicked at bf/src/test/bf_interpreter.rs:12:57:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x6010f79df5c7 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x6010f79c51ea - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x6010f79deb7b - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x6010f79de65f - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x6010f79de28a - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x6010f79dddc2 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    6:     0x6010f7a05131 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    7:     0x6010f7a050e9 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    8:     0x6010f7a055fc - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]    9:     0x6010f79c507b - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   10:     0x6010f79c89e1 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   11:     0x6010f78b6d17 - bf[17df3b2959136116]::test::bf_interpreter::eval
[INFO] [stdout]   12:     0x6010f78c1e9a - <bf[17df3b2959136116]::test::bf_eval::interpreter::shinbatsu_remove_first_last::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   13:     0x6010f7a1d16b - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   14:     0x6010f7a18dcc - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   15:     0x6010f7a184fc - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   16:     0x6010f7a353bc - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   17:     0x6010f7a069b2 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   18:     0x751789e0207a - <unknown>
[INFO] [stdout]   19:     0x751789e95534 - clone
[INFO] [stdout]   20:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- test::bf_eval::interpreter::shinbatsu_repeat stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'test::bf_eval::interpreter::shinbatsu_repeat' (904) panicked at bf/src/test/bf_interpreter.rs:12:57:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x6010f79df5c7 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x6010f79c51ea - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x6010f79deb7b - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x6010f79de65f - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x6010f79de28a - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x6010f79dddc2 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    6:     0x6010f7a05131 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    7:     0x6010f7a050e9 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    8:     0x6010f7a055fc - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]    9:     0x6010f79c507b - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   10:     0x6010f79c89e1 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   11:     0x6010f78b6d17 - bf[17df3b2959136116]::test::bf_interpreter::eval
[INFO] [stdout]   12:     0x6010f78c0b97 - <bf[17df3b2959136116]::test::bf_eval::interpreter::shinbatsu_repeat::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   13:     0x6010f7a1d16b - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   14:     0x6010f7a18dcc - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   15:     0x6010f7a184fc - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   16:     0x6010f7a353bc - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   17:     0x6010f7a069b2 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   18:     0x751789e0207a - <unknown>
[INFO] [stdout]   19:     0x751789e95534 - clone
[INFO] [stdout]   20:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- test::bf_eval::interpreter::shinbatsu_rot13 stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'test::bf_eval::interpreter::shinbatsu_rot13' (906) panicked at bf/src/test/bf_interpreter.rs:12:57:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x6010f79df5c7 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x6010f79c51ea - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x6010f79deb7b - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x6010f79de65f - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x6010f79de28a - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x6010f79dddc2 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    6:     0x6010f7a05131 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    7:     0x6010f7a050e9 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    8:     0x6010f7a055fc - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]    9:     0x6010f79c507b - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   10:     0x6010f79c89e1 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   11:     0x6010f78b6d17 - bf[17df3b2959136116]::test::bf_interpreter::eval
[INFO] [stdout]   12:     0x6010f78c08da - <bf[17df3b2959136116]::test::bf_eval::interpreter::shinbatsu_rot13::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   13:     0x6010f7a1d16b - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   14:     0x6010f7a18dcc - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   15:     0x6010f7a184fc - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   16:     0x6010f7a353bc - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   17:     0x6010f7a069b2 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   18:     0x751789e0207a - <unknown>
[INFO] [stdout]   19:     0x751789e95534 - clone
[INFO] [stdout]   20:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- test::bf_eval::interpreter::shinbatsu_root stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'test::bf_eval::interpreter::shinbatsu_root' (905) panicked at bf/src/test/bf_interpreter.rs:12:57:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x6010f79df5c7 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x6010f79c51ea - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x6010f79deb7b - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x6010f79de65f - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x6010f79de28a - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x6010f79dddc2 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    6:     0x6010f7a05131 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    7:     0x6010f7a050e9 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    8:     0x6010f7a055fc - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]    9:     0x6010f79c507b - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   10:     0x6010f79c89e1 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   11:     0x6010f78b6d17 - bf[17df3b2959136116]::test::bf_interpreter::eval
[INFO] [stdout]   12:     0x6010f78c0517 - <bf[17df3b2959136116]::test::bf_eval::interpreter::shinbatsu_root::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   13:     0x6010f7a1d16b - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   14:     0x6010f7a18dcc - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   15:     0x6010f7a184fc - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   16:     0x6010f7a353bc - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   17:     0x6010f7a069b2 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   18:     0x751789e0207a - <unknown>
[INFO] [stdout]   19:     0x751789e95534 - clone
[INFO] [stdout]   20:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- test::bf_eval::interpreter::shinbatsu_squares stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'test::bf_eval::interpreter::shinbatsu_squares' (907) panicked at bf/src/test/bf_interpreter.rs:12:57:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x6010f79df5c7 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x6010f79c51ea - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x6010f79deb7b - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x6010f79de65f - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x6010f79de28a - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x6010f79dddc2 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    6:     0x6010f7a05131 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    7:     0x6010f7a050e9 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    8:     0x6010f7a055fc - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]    9:     0x6010f79c507b - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   10:     0x6010f79c89e1 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   11:     0x6010f78b6d17 - bf[17df3b2959136116]::test::bf_interpreter::eval
[INFO] [stdout]   12:     0x6010f78c0fc2 - <bf[17df3b2959136116]::test::bf_eval::interpreter::shinbatsu_squares::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   13:     0x6010f7a1d16b - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   14:     0x6010f7a18dcc - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   15:     0x6010f7a184fc - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   16:     0x6010f7a353bc - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   17:     0x6010f7a069b2 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   18:     0x751789e0207a - <unknown>
[INFO] [stdout]   19:     0x751789e95534 - clone
[INFO] [stdout]   20:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- test::bf_eval::interpreter::shinbatsu_third_angle stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'test::bf_eval::interpreter::shinbatsu_third_angle' (909) panicked at bf/src/test/bf_interpreter.rs:12:57:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x6010f79df5c7 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x6010f79c51ea - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x6010f79deb7b - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x6010f79de65f - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x6010f79de28a - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x6010f79dddc2 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    6:     0x6010f7a05131 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    7:     0x6010f7a050e9 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    8:     0x6010f7a055fc - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]    9:     0x6010f79c507b - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   10:     0x6010f79c89e1 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   11:     0x6010f78b6d17 - bf[17df3b2959136116]::test::bf_interpreter::eval
[INFO] [stdout]   12:     0x6010f78c1ada - <bf[17df3b2959136116]::test::bf_eval::interpreter::shinbatsu_third_angle::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   13:     0x6010f7a1d16b - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   14:     0x6010f7a18dcc - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   15:     0x6010f7a184fc - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   16:     0x6010f7a353bc - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   17:     0x6010f7a069b2 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   18:     0x751789e0207a - <unknown>
[INFO] [stdout]   19:     0x751789e95534 - clone
[INFO] [stdout]   20:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- test::bf_eval::interpreter::shinbatsu_type_password stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'test::bf_eval::interpreter::shinbatsu_type_password' (911) panicked at bf/src/test/bf_interpreter.rs:12:57:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x6010f79df5c7 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x6010f79c51ea - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x6010f79deb7b - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x6010f79de65f - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x6010f79de28a - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x6010f79dddc2 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    6:     0x6010f7a05131 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    7:     0x6010f7a050e9 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    8:     0x6010f7a055fc - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]    9:     0x6010f79c507b - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   10:     0x6010f79c89e1 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   11:     0x6010f78b6d17 - bf[17df3b2959136116]::test::bf_interpreter::eval
[INFO] [stdout]   12:     0x6010f78c1bca - <bf[17df3b2959136116]::test::bf_eval::interpreter::shinbatsu_type_password::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   13:     0x6010f7a1d16b - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   14:     0x6010f7a18dcc - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   15:     0x6010f7a184fc - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   16:     0x6010f7a353bc - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   17:     0x6010f7a069b2 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   18:     0x751789e0207a - <unknown>
[INFO] [stdout]   19:     0x751789e95534 - clone
[INFO] [stdout]   20:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- test::bf_eval::interpreter::shinbatsu_to_upper stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'test::bf_eval::interpreter::shinbatsu_to_upper' (910) panicked at bf/src/test/bf_interpreter.rs:12:57:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x6010f79df5c7 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x6010f79c51ea - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x6010f79deb7b - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x6010f79de65f - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x6010f79de28a - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x6010f79dddc2 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    6:     0x6010f7a05131 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    7:     0x6010f7a050e9 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    8:     0x6010f7a055fc - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]    9:     0x6010f79c507b - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   10:     0x6010f79c89e1 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   11:     0x6010f78b6d17 - bf[17df3b2959136116]::test::bf_interpreter::eval
[INFO] [stdout]   12:     0x6010f78c139a - <bf[17df3b2959136116]::test::bf_eval::interpreter::shinbatsu_to_upper::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   13:     0x6010f7a1d16b - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   14:     0x6010f7a18dcc - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   15:     0x6010f7a184fc - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   16:     0x6010f7a353bc - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   17:     0x6010f7a069b2 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   18:     0x751789e0207a - <unknown>
[INFO] [stdout]   19:     0x751789e95534 - clone
[INFO] [stdout]   20:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- test::bf_eval::interpreter::shinbatsu_move_game stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'test::bf_eval::interpreter::shinbatsu_move_game' (896) panicked at bf/src/test/bf_interpreter.rs:12:57:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x6010f79df5c7 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x6010f79c51ea - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x6010f79deb7b - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x6010f79de65f - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x6010f79de28a - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x6010f79dddc2 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    6:     0x6010f7a05131 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    7:     0x6010f7a050e9 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    8:     0x6010f7a055fc - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]    9:     0x6010f79c507b - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   10:     0x6010f79c89e1 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   11:     0x6010f78b6d17 - bf[17df3b2959136116]::test::bf_interpreter::eval
[INFO] [stdout]   12:     0x6010f78c166a - <bf[17df3b2959136116]::test::bf_eval::interpreter::shinbatsu_move_game::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   13:     0x6010f7a1d16b - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   14:     0x6010f7a18dcc - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   15:     0x6010f7a184fc - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   16:     0x6010f7a353bc - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   17:     0x6010f7a069b2 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   18:     0x751789e0207a - <unknown>
[INFO] [stdout]   19:     0x751789e95534 - clone
[INFO] [stdout]   20:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- test::bf_eval::interpreter::shinbatsu_sum_between_1_n stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'test::bf_eval::interpreter::shinbatsu_sum_between_1_n' (908) panicked at bf/src/test/bf_interpreter.rs:12:57:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x6010f79df5c7 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x6010f79c51ea - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x6010f79deb7b - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x6010f79de65f - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x6010f79de28a - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x6010f79dddc2 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    6:     0x6010f7a05131 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    7:     0x6010f7a050e9 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    8:     0x6010f7a055fc - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]    9:     0x6010f79c507b - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   10:     0x6010f79c89e1 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   11:     0x6010f78b6d17 - bf[17df3b2959136116]::test::bf_interpreter::eval
[INFO] [stdout]   12:     0x6010f78c1cb7 - <bf[17df3b2959136116]::test::bf_eval::interpreter::shinbatsu_sum_between_1_n::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   13:     0x6010f7a1d16b - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   14:     0x6010f7a18dcc - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   15:     0x6010f7a184fc - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   16:     0x6010f7a353bc - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   17:     0x6010f7a069b2 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   18:     0x751789e0207a - <unknown>
[INFO] [stdout]   19:     0x751789e95534 - clone
[INFO] [stdout]   20:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- test::bf_eval::interpreter::shinbatsu_middle_char stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'test::bf_eval::interpreter::shinbatsu_middle_char' (895) panicked at bf/src/test/bf_interpreter.rs:12:57:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x6010f79df5c7 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x6010f79c51ea - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x6010f79deb7b - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x6010f79de65f - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x6010f79de28a - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x6010f79dddc2 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    6:     0x6010f7a05131 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    7:     0x6010f7a050e9 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    8:     0x6010f7a055fc - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]    9:     0x6010f79c507b - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   10:     0x6010f79c89e1 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   11:     0x6010f78b6d17 - bf[17df3b2959136116]::test::bf_interpreter::eval
[INFO] [stdout]   12:     0x6010f78c193d - <bf[17df3b2959136116]::test::bf_eval::interpreter::shinbatsu_middle_char::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   13:     0x6010f7a1d16b - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   14:     0x6010f7a18dcc - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   15:     0x6010f7a184fc - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   16:     0x6010f7a353bc - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   17:     0x6010f7a069b2 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   18:     0x751789e0207a - <unknown>
[INFO] [stdout]   19:     0x751789e95534 - clone
[INFO] [stdout]   20:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- test::bf_eval::interpreter::shinbatsu_hello stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'test::bf_eval::interpreter::shinbatsu_hello' (892) panicked at bf/src/test/bf_interpreter.rs:12:57:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x6010f79df5c7 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x6010f79c51ea - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x6010f79deb7b - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x6010f79de65f - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x6010f79de28a - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x6010f79dddc2 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    6:     0x6010f7a05131 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    7:     0x6010f7a050e9 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    8:     0x6010f7a055fc - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]    9:     0x6010f79c507b - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   10:     0x6010f79c89e1 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   11:     0x6010f78b6d17 - bf[17df3b2959136116]::test::bf_interpreter::eval
[INFO] [stdout]   12:     0x6010f78c06c5 - <bf[17df3b2959136116]::test::bf_eval::interpreter::shinbatsu_hello::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   13:     0x6010f7a1d16b - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   14:     0x6010f7a18dcc - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   15:     0x6010f7a184fc - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   16:     0x6010f7a353bc - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   17:     0x6010f7a069b2 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   18:     0x751789e0207a - <unknown>
[INFO] [stdout]   19:     0x751789e95534 - clone
[INFO] [stdout]   20:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- test::bf_eval::transpiler_c::shinbatsu_a_no_plus_b stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'test::bf_eval::transpiler_c::shinbatsu_a_no_plus_b' (920) panicked at bf/src/test/bf_transpiler_c.rs:87:57:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x6010f79df5c7 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x6010f79c51ea - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x6010f79deb7b - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x6010f79de65f - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x6010f79de28a - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x6010f79dddc2 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    6:     0x6010f7a05131 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    7:     0x6010f7a050e9 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    8:     0x6010f7a055fc - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]    9:     0x6010f79c507b - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   10:     0x6010f79c89e1 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   11:     0x6010f78baa10 - bf[17df3b2959136116]::test::bf_transpiler_c::eval
[INFO] [stdout]   12:     0x6010f78c3d8a - <bf[17df3b2959136116]::test::bf_eval::transpiler_c::shinbatsu_a_no_plus_b::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   13:     0x6010f7a1d16b - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   14:     0x6010f7a18dcc - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   15:     0x6010f7a184fc - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   16:     0x6010f7a353bc - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   17:     0x6010f7a069b2 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   18:     0x751789e0207a - <unknown>
[INFO] [stdout]   19:     0x751789e95534 - clone
[INFO] [stdout]   20:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- test::bf_eval::interpreter::shinbatsu_pow2 stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'test::bf_eval::interpreter::shinbatsu_pow2' (900) panicked at bf/src/test/bf_interpreter.rs:12:57:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x6010f79df5c7 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x6010f79c51ea - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x6010f79deb7b - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x6010f79de65f - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x6010f79de28a - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x6010f79dddc2 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    6:     0x6010f7a05131 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    7:     0x6010f7a050e9 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    8:     0x6010f7a055fc - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]    9:     0x6010f79c507b - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   10:     0x6010f79c89e1 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   11:     0x6010f78b6d17 - bf[17df3b2959136116]::test::bf_interpreter::eval
[INFO] [stdout]   12:     0x6010f78c043b - <bf[17df3b2959136116]::test::bf_eval::interpreter::shinbatsu_pow2::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   13:     0x6010f7a1d16b - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   14:     0x6010f7a18dcc - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   15:     0x6010f7a184fc - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   16:     0x6010f7a353bc - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   17:     0x6010f7a069b2 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   18:     0x751789e0207a - <unknown>
[INFO] [stdout]   19:     0x751789e95534 - clone
[INFO] [stdout]   20:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- test::bf_eval::interpreter::shinbatsu_print_a stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'test::bf_eval::interpreter::shinbatsu_print_a' (901) panicked at bf/src/test/bf_interpreter.rs:12:57:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x6010f79df5c7 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x6010f79c51ea - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x6010f79deb7b - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x6010f79de65f - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x6010f79de28a - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x6010f79dddc2 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    6:     0x6010f7a05131 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    7:     0x6010f7a050e9 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    8:     0x6010f7a055fc - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]    9:     0x6010f79c507b - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   10:     0x6010f79c89e1 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   11:     0x6010f78b6d17 - bf[17df3b2959136116]::test::bf_interpreter::eval
[INFO] [stdout]   12:     0x6010f78c0ecc - <bf[17df3b2959136116]::test::bf_eval::interpreter::shinbatsu_print_a::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   13:     0x6010f7a1d16b - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   14:     0x6010f7a18dcc - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   15:     0x6010f7a184fc - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   16:     0x6010f7a353bc - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   17:     0x6010f7a069b2 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   18:     0x751789e0207a - <unknown>
[INFO] [stdout]   19:     0x751789e95534 - clone
[INFO] [stdout]   20:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- test::bf_eval::transpiler_c::shinbatsu_abs stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'test::bf_eval::transpiler_c::shinbatsu_abs' (921) panicked at bf/src/test/bf_transpiler_c.rs:87:57:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x6010f79df5c7 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x6010f79c51ea - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x6010f79deb7b - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x6010f79de65f - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x6010f79de28a - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x6010f79dddc2 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    6:     0x6010f7a05131 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    7:     0x6010f7a050e9 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    8:     0x6010f7a055fc - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]    9:     0x6010f79c507b - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   10:     0x6010f79c89e1 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   11:     0x6010f78baa10 - bf[17df3b2959136116]::test::bf_transpiler_c::eval
[INFO] [stdout]   12:     0x6010f78c26ea - <bf[17df3b2959136116]::test::bf_eval::transpiler_c::shinbatsu_abs::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   13:     0x6010f7a1d16b - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   14:     0x6010f7a18dcc - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   15:     0x6010f7a184fc - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   16:     0x6010f7a353bc - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   17:     0x6010f7a069b2 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   18:     0x751789e0207a - <unknown>
[INFO] [stdout]   19:     0x751789e95534 - clone
[INFO] [stdout]   20:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- test::bf_eval::interpreter::shinbatsu_double stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'test::bf_eval::interpreter::shinbatsu_double' (890) panicked at bf/src/test/bf_interpreter.rs:12:57:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x6010f79df5c7 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x6010f79c51ea - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x6010f79deb7b - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x6010f79de65f - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x6010f79de28a - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x6010f79dddc2 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    6:     0x6010f7a05131 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    7:     0x6010f7a050e9 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    8:     0x6010f7a055fc - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]    9:     0x6010f79c507b - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   10:     0x6010f79c89e1 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   11:     0x6010f78b6d17 - bf[17df3b2959136116]::test::bf_interpreter::eval
[INFO] [stdout]   12:     0x6010f78c0ab1 - <bf[17df3b2959136116]::test::bf_eval::interpreter::shinbatsu_double::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   13:     0x6010f7a1d16b - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   14:     0x6010f7a18dcc - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   15:     0x6010f7a184fc - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   16:     0x6010f7a353bc - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   17:     0x6010f7a069b2 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   18:     0x751789e0207a - <unknown>
[INFO] [stdout]   19:     0x751789e95534 - clone
[INFO] [stdout]   20:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- test::bf_eval::transpiler_c::shinbatsu_all_ascii stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'test::bf_eval::transpiler_c::shinbatsu_all_ascii' (922) panicked at bf/src/test/bf_transpiler_c.rs:87:57:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x6010f79df5c7 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x6010f79c51ea - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x6010f79deb7b - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x6010f79de65f - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x6010f79de28a - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x6010f79dddc2 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    6:     0x6010f7a05131 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    7:     0x6010f7a050e9 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    8:     0x6010f7a055fc - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]    9:     0x6010f79c507b - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   10:     0x6010f79c89e1 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   11:     0x6010f78baa10 - bf[17df3b2959136116]::test::bf_transpiler_c::eval
[INFO] [stdout]   12:     0x6010f78c39d5 - <bf[17df3b2959136116]::test::bf_eval::transpiler_c::shinbatsu_all_ascii::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   13:     0x6010f7a1d16b - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   14:     0x6010f7a18dcc - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   15:     0x6010f7a184fc - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   16:     0x6010f7a353bc - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   17:     0x6010f7a069b2 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   18:     0x751789e0207a - <unknown>
[INFO] [stdout]   19:     0x751789e95534 - clone
[INFO] [stdout]   20:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- test::bf_eval::transpiler_c::shinbatsu_alphabet_after_n stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'test::bf_eval::transpiler_c::shinbatsu_alphabet_after_n' (924) panicked at bf/src/test/bf_transpiler_c.rs:87:57:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x6010f79df5c7 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x6010f79c51ea - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x6010f79deb7b - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x6010f79de65f - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x6010f79de28a - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x6010f79dddc2 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    6:     0x6010f7a05131 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    7:     0x6010f7a050e9 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    8:     0x6010f7a055fc - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]    9:     0x6010f79c507b - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   10:     0x6010f79c89e1 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   11:     0x6010f78baa10 - bf[17df3b2959136116]::test::bf_transpiler_c::eval
[INFO] [stdout]   12:     0x6010f78c42da - <bf[17df3b2959136116]::test::bf_eval::transpiler_c::shinbatsu_alphabet_after_n::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   13:     0x6010f7a1d16b - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   14:     0x6010f7a18dcc - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   15:     0x6010f7a184fc - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   16:     0x6010f7a353bc - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   17:     0x6010f7a069b2 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   18:     0x751789e0207a - <unknown>
[INFO] [stdout]   19:     0x751789e95534 - clone
[INFO] [stdout]   20:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- test::bf_eval::interpreter::shinbatsu_quine stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'test::bf_eval::interpreter::shinbatsu_quine' (902) panicked at bf/src/test/bf_interpreter.rs:12:57:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x6010f79df5c7 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x6010f79c51ea - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x6010f79deb7b - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x6010f79de65f - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x6010f79de28a - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x6010f79dddc2 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    6:     0x6010f7a05131 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    7:     0x6010f7a050e9 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    8:     0x6010f7a055fc - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]    9:     0x6010f79c507b - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   10:     0x6010f79c89e1 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   11:     0x6010f78b6d17 - bf[17df3b2959136116]::test::bf_interpreter::eval
[INFO] [stdout]   12:     0x6010f78c07c5 - <bf[17df3b2959136116]::test::bf_eval::interpreter::shinbatsu_quine::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   13:     0x6010f7a1d16b - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   14:     0x6010f7a18dcc - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   15:     0x6010f7a184fc - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   16:     0x6010f7a353bc - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   17:     0x6010f7a069b2 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   18:     0x751789e0207a - <unknown>
[INFO] [stdout]   19:     0x751789e95534 - clone
[INFO] [stdout]   20:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- test::bf_eval::transpiler_c::shinbatsu_atoi stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'test::bf_eval::transpiler_c::shinbatsu_atoi' (925) panicked at bf/src/test/bf_transpiler_c.rs:87:57:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x6010f79df5c7 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x6010f79c51ea - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x6010f79deb7b - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x6010f79de65f - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x6010f79de28a - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x6010f79dddc2 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    6:     0x6010f7a05131 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    7:     0x6010f7a050e9 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    8:     0x6010f7a055fc - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]    9:     0x6010f79c507b - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   10:     0x6010f79c89e1 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   11:     0x6010f78baa10 - bf[17df3b2959136116]::test::bf_transpiler_c::eval
[INFO] [stdout]   12:     0x6010f78c27cb - <bf[17df3b2959136116]::test::bf_eval::transpiler_c::shinbatsu_atoi::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   13:     0x6010f7a1d16b - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   14:     0x6010f7a18dcc - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   15:     0x6010f7a184fc - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   16:     0x6010f7a353bc - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   17:     0x6010f7a069b2 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   18:     0x751789e0207a - <unknown>
[INFO] [stdout]   19:     0x751789e95534 - clone
[INFO] [stdout]   20:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- test::bf_eval::transpiler_c::shinbatsu_clear_all stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'test::bf_eval::transpiler_c::shinbatsu_clear_all' (927) panicked at bf/src/test/bf_transpiler_c.rs:87:57:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x6010f79df5c7 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x6010f79c51ea - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x6010f79deb7b - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x6010f79de65f - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x6010f79de28a - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x6010f79dddc2 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    6:     0x6010f7a05131 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    7:     0x6010f7a050e9 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    8:     0x6010f7a055fc - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]    9:     0x6010f79c507b - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   10:     0x6010f79c89e1 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   11:     0x6010f78baa10 - bf[17df3b2959136116]::test::bf_transpiler_c::eval
[INFO] [stdout]   12:     0x6010f78c3abf - <bf[17df3b2959136116]::test::bf_eval::transpiler_c::shinbatsu_clear_all::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   13:     0x6010f7a1d16b - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   14:     0x6010f7a18dcc - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   15:     0x6010f7a184fc - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   16:     0x6010f7a353bc - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   17:     0x6010f7a069b2 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   18:     0x751789e0207a - <unknown>
[INFO] [stdout]   19:     0x751789e95534 - clone
[INFO] [stdout]   20:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- test::bf_eval::transpiler_c::shinbatsu_hello stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'test::bf_eval::transpiler_c::shinbatsu_hello' (931) panicked at bf/src/test/bf_transpiler_c.rs:87:57:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x6010f79df5c7 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x6010f79c51ea - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x6010f79deb7b - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x6010f79de65f - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x6010f79de28a - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x6010f79dddc2 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    6:     0x6010f7a05131 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    7:     0x6010f7a050e9 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    8:     0x6010f7a055fc - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]    9:     0x6010f79c507b - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   10:     0x6010f79c89e1 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   11:     0x6010f78baa10 - bf[17df3b2959136116]::test::bf_transpiler_c::eval
[INFO] [stdout]   12:     0x6010f78c2c05 - <bf[17df3b2959136116]::test::bf_eval::transpiler_c::shinbatsu_hello::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   13:     0x6010f7a1d16b - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   14:     0x6010f7a18dcc - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   15:     0x6010f7a184fc - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   16:     0x6010f7a353bc - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   17:     0x6010f7a069b2 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   18:     0x751789e0207a - <unknown>
[INFO] [stdout]   19:     0x751789e95534 - clone
[INFO] [stdout]   20:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- test::bf_eval::transpiler_c::shinbatsu_if stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'test::bf_eval::transpiler_c::shinbatsu_if' (932) panicked at bf/src/test/bf_transpiler_c.rs:87:57:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x6010f79df5c7 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x6010f79c51ea - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x6010f79deb7b - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x6010f79de65f - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x6010f79de28a - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x6010f79dddc2 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    6:     0x6010f7a05131 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    7:     0x6010f7a050e9 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    8:     0x6010f7a055fc - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]    9:     0x6010f79c507b - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   10:     0x6010f79c89e1 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   11:     0x6010f78baa10 - bf[17df3b2959136116]::test::bf_transpiler_c::eval
[INFO] [stdout]   12:     0x6010f78c25fa - <bf[17df3b2959136116]::test::bf_eval::transpiler_c::shinbatsu_if::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   13:     0x6010f7a1d16b - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   14:     0x6010f7a18dcc - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   15:     0x6010f7a184fc - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   16:     0x6010f7a353bc - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   17:     0x6010f7a069b2 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   18:     0x751789e0207a - <unknown>
[INFO] [stdout]   19:     0x751789e95534 - clone
[INFO] [stdout]   20:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- test::bf_eval::transpiler_c::shinbatsu_middle_char stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'test::bf_eval::transpiler_c::shinbatsu_middle_char' (934) panicked at bf/src/test/bf_transpiler_c.rs:87:57:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x6010f79df5c7 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x6010f79c51ea - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x6010f79deb7b - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x6010f79de65f - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x6010f79de28a - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x6010f79dddc2 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    6:     0x6010f7a05131 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    7:     0x6010f7a050e9 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    8:     0x6010f7a055fc - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]    9:     0x6010f79c507b - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   10:     0x6010f79c89e1 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   11:     0x6010f78baa10 - bf[17df3b2959136116]::test::bf_transpiler_c::eval
[INFO] [stdout]   12:     0x6010f78c3e7d - <bf[17df3b2959136116]::test::bf_eval::transpiler_c::shinbatsu_middle_char::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   13:     0x6010f7a1d16b - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   14:     0x6010f7a18dcc - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   15:     0x6010f7a184fc - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   16:     0x6010f7a353bc - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   17:     0x6010f7a069b2 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   18:     0x751789e0207a - <unknown>
[INFO] [stdout]   19:     0x751789e95534 - clone
[INFO] [stdout]   20:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- test::bf_eval::transpiler_c::shinbatsu_div10 stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'test::bf_eval::transpiler_c::shinbatsu_div10' (928) panicked at bf/src/test/bf_transpiler_c.rs:87:57:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x6010f79df5c7 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x6010f79c51ea - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x6010f79deb7b - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x6010f79de65f - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x6010f79de28a - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x6010f79dddc2 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    6:     0x6010f7a05131 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    7:     0x6010f7a050e9 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    8:     0x6010f7a055fc - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]    9:     0x6010f79c507b - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   10:     0x6010f79c89e1 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   11:     0x6010f78baa10 - bf[17df3b2959136116]::test::bf_transpiler_c::eval
[INFO] [stdout]   12:     0x6010f78c2b1f - <bf[17df3b2959136116]::test::bf_eval::transpiler_c::shinbatsu_div10::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   13:     0x6010f7a1d16b - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   14:     0x6010f7a18dcc - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   15:     0x6010f7a184fc - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   16:     0x6010f7a353bc - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   17:     0x6010f7a069b2 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   18:     0x751789e0207a - <unknown>
[INFO] [stdout]   19:     0x751789e95534 - clone
[INFO] [stdout]   20:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- test::bf_eval::transpiler_c::shinbatsu_first_last stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'test::bf_eval::transpiler_c::shinbatsu_first_last' (930) panicked at bf/src/test/bf_transpiler_c.rs:87:57:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x6010f79df5c7 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x6010f79c51ea - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x6010f79deb7b - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x6010f79de65f - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x6010f79de28a - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x6010f79dddc2 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    6:     0x6010f7a05131 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    7:     0x6010f7a050e9 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    8:     0x6010f7a055fc - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]    9:     0x6010f79c507b - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   10:     0x6010f79c89e1 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   11:     0x6010f78baa10 - bf[17df3b2959136116]::test::bf_transpiler_c::eval
[INFO] [stdout]   12:     0x6010f78c3c9a - <bf[17df3b2959136116]::test::bf_eval::transpiler_c::shinbatsu_first_last::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   13:     0x6010f7a1d16b - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   14:     0x6010f7a18dcc - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   15:     0x6010f7a184fc - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   16:     0x6010f7a353bc - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   17:     0x6010f7a069b2 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   18:     0x751789e0207a - <unknown>
[INFO] [stdout]   19:     0x751789e95534 - clone
[INFO] [stdout]   20:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- test::bf_eval::transpiler_c::shinbatsu_double stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'test::bf_eval::transpiler_c::shinbatsu_double' (929) panicked at bf/src/test/bf_transpiler_c.rs:87:57:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x6010f79df5c7 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x6010f79c51ea - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x6010f79deb7b - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x6010f79de65f - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x6010f79de28a - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x6010f79dddc2 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    6:     0x6010f7a05131 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    7:     0x6010f7a050e9 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    8:     0x6010f7a055fc - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]    9:     0x6010f79c507b - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   10:     0x6010f79c89e1 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   11:     0x6010f78baa10 - bf[17df3b2959136116]::test::bf_transpiler_c::eval
[INFO] [stdout]   12:     0x6010f78c2ff1 - <bf[17df3b2959136116]::test::bf_eval::transpiler_c::shinbatsu_double::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   13:     0x6010f7a1d16b - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   14:     0x6010f7a18dcc - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   15:     0x6010f7a184fc - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   16:     0x6010f7a353bc - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   17:     0x6010f7a069b2 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   18:     0x751789e0207a - <unknown>
[INFO] [stdout]   19:     0x751789e95534 - clone
[INFO] [stdout]   20:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- test::bf_eval::transpiler_c::shinbatsu_is_even stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'test::bf_eval::transpiler_c::shinbatsu_is_even' (933) panicked at bf/src/test/bf_transpiler_c.rs:87:57:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x6010f79df5c7 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x6010f79c51ea - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x6010f79deb7b - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x6010f79de65f - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x6010f79de28a - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x6010f79dddc2 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    6:     0x6010f7a05131 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    7:     0x6010f7a050e9 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    8:     0x6010f7a055fc - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]    9:     0x6010f79c507b - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   10:     0x6010f79c89e1 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   11:     0x6010f78baa10 - bf[17df3b2959136116]::test::bf_transpiler_c::eval
[INFO] [stdout]   12:     0x6010f78c31fd - <bf[17df3b2959136116]::test::bf_eval::transpiler_c::shinbatsu_is_even::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   13:     0x6010f7a1d16b - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   14:     0x6010f7a18dcc - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   15:     0x6010f7a184fc - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   16:     0x6010f7a353bc - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   17:     0x6010f7a069b2 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   18:     0x751789e0207a - <unknown>
[INFO] [stdout]   19:     0x751789e95534 - clone
[INFO] [stdout]   20:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- test::bf_eval::transpiler_c::shinbatsu_bubble stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'test::bf_eval::transpiler_c::shinbatsu_bubble' (926) panicked at bf/src/test/bf_transpiler_c.rs:87:57:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x6010f79df5c7 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x6010f79c51ea - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x6010f79deb7b - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x6010f79de65f - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x6010f79de28a - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x6010f79dddc2 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    6:     0x6010f7a05131 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    7:     0x6010f7a050e9 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    8:     0x6010f7a055fc - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]    9:     0x6010f79c507b - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   10:     0x6010f79c89e1 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   11:     0x6010f78baa10 - bf[17df3b2959136116]::test::bf_transpiler_c::eval
[INFO] [stdout]   12:     0x6010f78c2f1a - <bf[17df3b2959136116]::test::bf_eval::transpiler_c::shinbatsu_bubble::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   13:     0x6010f7a1d16b - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   14:     0x6010f7a18dcc - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   15:     0x6010f7a184fc - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   16:     0x6010f7a353bc - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   17:     0x6010f7a069b2 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   18:     0x751789e0207a - <unknown>
[INFO] [stdout]   19:     0x751789e95534 - clone
[INFO] [stdout]   20:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- test::bf_eval::transpiler_c::shinbatsu_nth_even stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'test::bf_eval::transpiler_c::shinbatsu_nth_even' (937) panicked at bf/src/test/bf_transpiler_c.rs:87:57:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x6010f79df5c7 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x6010f79c51ea - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x6010f79deb7b - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x6010f79de65f - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x6010f79de28a - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x6010f79dddc2 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    6:     0x6010f7a05131 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    7:     0x6010f7a050e9 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    8:     0x6010f7a055fc - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]    9:     0x6010f79c507b - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   10:     0x6010f79c89e1 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   11:     0x6010f78baa10 - bf[17df3b2959136116]::test::bf_transpiler_c::eval
[INFO] [stdout]   12:     0x6010f78c37ea - <bf[17df3b2959136116]::test::bf_eval::transpiler_c::shinbatsu_nth_even::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   13:     0x6010f7a1d16b - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   14:     0x6010f7a18dcc - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   15:     0x6010f7a184fc - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   16:     0x6010f7a353bc - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   17:     0x6010f7a069b2 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   18:     0x751789e0207a - <unknown>
[INFO] [stdout]   19:     0x751789e95534 - clone
[INFO] [stdout]   20:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- test::bf_eval::transpiler_c::shinbatsu_multiply stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'test::bf_eval::transpiler_c::shinbatsu_multiply' (936) panicked at bf/src/test/bf_transpiler_c.rs:87:57:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x6010f79df5c7 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x6010f79c51ea - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x6010f79deb7b - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x6010f79de65f - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x6010f79de28a - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x6010f79dddc2 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    6:     0x6010f7a05131 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    7:     0x6010f7a050e9 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    8:     0x6010f7a055fc - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]    9:     0x6010f79c507b - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   10:     0x6010f79c89e1 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   11:     0x6010f78baa10 - bf[17df3b2959136116]::test::bf_transpiler_c::eval
[INFO] [stdout]   12:     0x6010f78c3707 - <bf[17df3b2959136116]::test::bf_eval::transpiler_c::shinbatsu_multiply::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   13:     0x6010f7a1d16b - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   14:     0x6010f7a18dcc - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   15:     0x6010f7a184fc - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   16:     0x6010f7a353bc - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   17:     0x6010f7a069b2 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   18:     0x751789e0207a - <unknown>
[INFO] [stdout]   19:     0x751789e95534 - clone
[INFO] [stdout]   20:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- test::bf_eval::transpiler_c::shinbatsu_plus stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'test::bf_eval::transpiler_c::shinbatsu_plus' (938) panicked at bf/src/test/bf_transpiler_c.rs:87:57:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x6010f79df5c7 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x6010f79c51ea - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x6010f79deb7b - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x6010f79de65f - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x6010f79de28a - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x6010f79dddc2 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    6:     0x6010f7a05131 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    7:     0x6010f7a050e9 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    8:     0x6010f7a055fc - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]    9:     0x6010f79c507b - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   10:     0x6010f79c89e1 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   11:     0x6010f78baa10 - bf[17df3b2959136116]::test::bf_transpiler_c::eval
[INFO] [stdout]   12:     0x6010f78c28aa - <bf[17df3b2959136116]::test::bf_eval::transpiler_c::shinbatsu_plus::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   13:     0x6010f7a1d16b - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   14:     0x6010f7a18dcc - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   15:     0x6010f7a184fc - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   16:     0x6010f7a353bc - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   17:     0x6010f7a069b2 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   18:     0x751789e0207a - <unknown>
[INFO] [stdout]   19:     0x751789e95534 - clone
[INFO] [stdout]   20:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- test::bf_eval::transpiler_c::shinbatsu_alph_add stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'test::bf_eval::transpiler_c::shinbatsu_alph_add' (923) panicked at bf/src/test/bf_transpiler_c.rs:87:57:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x6010f79df5c7 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x6010f79c51ea - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x6010f79deb7b - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x6010f79de65f - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x6010f79de28a - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x6010f79dddc2 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    6:     0x6010f7a05131 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    7:     0x6010f7a050e9 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    8:     0x6010f7a055fc - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]    9:     0x6010f79c507b - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   10:     0x6010f79c89e1 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   11:     0x6010f78baa10 - bf[17df3b2959136116]::test::bf_transpiler_c::eval
[INFO] [stdout]   12:     0x6010f78c361a - <bf[17df3b2959136116]::test::bf_eval::transpiler_c::shinbatsu_alph_add::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   13:     0x6010f7a1d16b - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   14:     0x6010f7a18dcc - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   15:     0x6010f7a184fc - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   16:     0x6010f7a353bc - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   17:     0x6010f7a069b2 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   18:     0x751789e0207a - <unknown>
[INFO] [stdout]   19:     0x751789e95534 - clone
[INFO] [stdout]   20:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- test::bf_eval::transpiler_c::hello_world stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'test::bf_eval::transpiler_c::hello_world' (917) panicked at bf/src/test/bf_transpiler_c.rs:98:10:
[INFO] [stdout] Source could not compile into C: Compile("<source>:17: error: unknown function `eprintf`\n    eprintf(\"dp = %llu d = %i cp = 8 i = # (1:33)")
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x6010f79df5c7 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x6010f79c51ea - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x6010f79deb7b - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x6010f79de65f - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x6010f79de28a - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x6010f79dddc2 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    6:     0x6010f7a05131 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    7:     0x6010f7a050e9 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    8:     0x6010f7a055fc - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]    9:     0x6010f79c507b - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   10:     0x6010f79c89e1 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   11:     0x6010f78bad8a - bf[17df3b2959136116]::test::bf_transpiler_c::eval
[INFO] [stdout]   12:     0x6010f78c24fc - <bf[17df3b2959136116]::test::bf_eval::transpiler_c::hello_world::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   13:     0x6010f7a1d16b - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   14:     0x6010f7a18dcc - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   15:     0x6010f7a184fc - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   16:     0x6010f7a353bc - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   17:     0x6010f7a069b2 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   18:     0x751789e0207a - <unknown>
[INFO] [stdout]   19:     0x751789e95534 - clone
[INFO] [stdout]   20:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- test::bf_eval::transpiler_c::shinbatsu_move_game stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'test::bf_eval::transpiler_c::shinbatsu_move_game' (935) panicked at bf/src/test/bf_transpiler_c.rs:87:57:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x6010f79df5c7 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x6010f79c51ea - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x6010f79deb7b - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x6010f79de65f - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x6010f79de28a - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x6010f79dddc2 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    6:     0x6010f7a05131 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    7:     0x6010f7a050e9 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    8:     0x6010f7a055fc - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]    9:     0x6010f79c507b - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   10:     0x6010f79c89e1 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   11:     0x6010f78baa10 - bf[17df3b2959136116]::test::bf_transpiler_c::eval
[INFO] [stdout]   12:     0x6010f78c3baa - <bf[17df3b2959136116]::test::bf_eval::transpiler_c::shinbatsu_move_game::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   13:     0x6010f7a1d16b - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   14:     0x6010f7a18dcc - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   15:     0x6010f7a184fc - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   16:     0x6010f7a353bc - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   17:     0x6010f7a069b2 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   18:     0x751789e0207a - <unknown>
[INFO] [stdout]   19:     0x751789e95534 - clone
[INFO] [stdout]   20:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- test::bf_eval::transpiler_c::shinbatsu_pow2 stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'test::bf_eval::transpiler_c::shinbatsu_pow2' (939) panicked at bf/src/test/bf_transpiler_c.rs:87:57:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x6010f79df5c7 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x6010f79c51ea - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x6010f79deb7b - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stderr] error: test failed, to rerun pass `-p bf --lib`
[INFO] [stdout]    3:     0x6010f79de65f - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x6010f79de28a - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x6010f79dddc2 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    6:     0x6010f7a05131 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    7:     0x6010f7a050e9 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    8:     0x6010f7a055fc - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]    9:     0x6010f79c507b - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   10:     0x6010f79c89e1 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   11:     0x6010f78baa10 - bf[17df3b2959136116]::test::bf_transpiler_c::eval
[INFO] [stdout]   12:     0x6010f78c297b - <bf[17df3b2959136116]::test::bf_eval::transpiler_c::shinbatsu_pow2::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   13:     0x6010f7a1d16b - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   14:     0x6010f7a18dcc - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   15:     0x6010f7a184fc - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   16:     0x6010f7a353bc - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   17:     0x6010f7a069b2 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   18:     0x751789e0207a - <unknown>
[INFO] [stdout]   19:     0x751789e95534 - clone
[INFO] [stdout]   20:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- test::bf_eval::transpiler_c::shinbatsu_quine stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'test::bf_eval::transpiler_c::shinbatsu_quine' (941) panicked at bf/src/test/bf_transpiler_c.rs:87:57:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x6010f79df5c7 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x6010f79c51ea - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x6010f79deb7b - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x6010f79de65f - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x6010f79de28a - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x6010f79dddc2 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    6:     0x6010f7a05131 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    7:     0x6010f7a050e9 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    8:     0x6010f7a055fc - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]    9:     0x6010f79c507b - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   10:     0x6010f79c89e1 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   11:     0x6010f78baa10 - bf[17df3b2959136116]::test::bf_transpiler_c::eval
[INFO] [stdout]   12:     0x6010f78c2d05 - <bf[17df3b2959136116]::test::bf_eval::transpiler_c::shinbatsu_quine::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   13:     0x6010f7a1d16b - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   14:     0x6010f7a18dcc - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   15:     0x6010f7a184fc - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   16:     0x6010f7a353bc - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   17:     0x6010f7a069b2 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   18:     0x751789e0207a - <unknown>
[INFO] [stdout]   19:     0x751789e95534 - clone
[INFO] [stdout]   20:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- test::bf_eval::transpiler_c::shinbatsu_print_a stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'test::bf_eval::transpiler_c::shinbatsu_print_a' (940) panicked at bf/src/test/bf_transpiler_c.rs:87:57:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x6010f79df5c7 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x6010f79c51ea - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x6010f79deb7b - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x6010f79de65f - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x6010f79de28a - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x6010f79dddc2 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    6:     0x6010f7a05131 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    7:     0x6010f7a050e9 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    8:     0x6010f7a055fc - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]    9:     0x6010f79c507b - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   10:     0x6010f79c89e1 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   11:     0x6010f78baa10 - bf[17df3b2959136116]::test::bf_transpiler_c::eval
[INFO] [stdout]   12:     0x6010f78c340c - <bf[17df3b2959136116]::test::bf_eval::transpiler_c::shinbatsu_print_a::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   13:     0x6010f7a1d16b - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   14:     0x6010f7a18dcc - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   15:     0x6010f7a184fc - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   16:     0x6010f7a353bc - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   17:     0x6010f7a069b2 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   18:     0x751789e0207a - <unknown>
[INFO] [stdout]   19:     0x751789e95534 - clone
[INFO] [stdout]   20:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- test::bf_eval::transpiler_c::shinbatsu_remove_first_last stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'test::bf_eval::transpiler_c::shinbatsu_remove_first_last' (942) panicked at bf/src/test/bf_transpiler_c.rs:87:57:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x6010f79df5c7 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x6010f79c51ea - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x6010f79deb7b - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x6010f79de65f - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x6010f79de28a - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x6010f79dddc2 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    6:     0x6010f7a05131 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    7:     0x6010f7a050e9 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    8:     0x6010f7a055fc - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]    9:     0x6010f79c507b - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   10:     0x6010f79c89e1 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   11:     0x6010f78baa10 - bf[17df3b2959136116]::test::bf_transpiler_c::eval
[INFO] [stdout]   12:     0x6010f78c43da - <bf[17df3b2959136116]::test::bf_eval::transpiler_c::shinbatsu_remove_first_last::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   13:     0x6010f7a1d16b - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   14:     0x6010f7a18dcc - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   15:     0x6010f7a184fc - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   16:     0x6010f7a353bc - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   17:     0x6010f7a069b2 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   18:     0x751789e0207a - <unknown>
[INFO] [stdout]   19:     0x751789e95534 - clone
[INFO] [stdout]   20:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- test::bf_eval::transpiler_c::shinbatsu_repeat stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'test::bf_eval::transpiler_c::shinbatsu_repeat' (943) panicked at bf/src/test/bf_transpiler_c.rs:87:57:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x6010f79df5c7 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x6010f79c51ea - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x6010f79deb7b - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x6010f79de65f - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x6010f79de28a - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x6010f79dddc2 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    6:     0x6010f7a05131 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    7:     0x6010f7a050e9 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    8:     0x6010f7a055fc - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]    9:     0x6010f79c507b - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   10:     0x6010f79c89e1 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   11:     0x6010f78baa10 - bf[17df3b2959136116]::test::bf_transpiler_c::eval
[INFO] [stdout]   12:     0x6010f78c30d7 - <bf[17df3b2959136116]::test::bf_eval::transpiler_c::shinbatsu_repeat::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   13:     0x6010f7a1d16b - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   14:     0x6010f7a18dcc - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   15:     0x6010f7a184fc - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   16:     0x6010f7a353bc - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   17:     0x6010f7a069b2 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   18:     0x751789e0207a - <unknown>
[INFO] [stdout]   19:     0x751789e95534 - clone
[INFO] [stdout]   20:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- test::bf_eval::transpiler_c::shinbatsu_root stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'test::bf_eval::transpiler_c::shinbatsu_root' (944) panicked at bf/src/test/bf_transpiler_c.rs:87:57:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x6010f79df5c7 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x6010f79c51ea - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x6010f79deb7b - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x6010f79de65f - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x6010f79de28a - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x6010f79dddc2 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    6:     0x6010f7a05131 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    7:     0x6010f7a050e9 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    8:     0x6010f7a055fc - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]    9:     0x6010f79c507b - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   10:     0x6010f79c89e1 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   11:     0x6010f78baa10 - bf[17df3b2959136116]::test::bf_transpiler_c::eval
[INFO] [stdout]   12:     0x6010f78c2a57 - <bf[17df3b2959136116]::test::bf_eval::transpiler_c::shinbatsu_root::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   13:     0x6010f7a1d16b - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   14:     0x6010f7a18dcc - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   15:     0x6010f7a184fc - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   16:     0x6010f7a353bc - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   17:     0x6010f7a069b2 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   18:     0x751789e0207a - <unknown>
[INFO] [stdout]   19:     0x751789e95534 - clone
[INFO] [stdout]   20:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- test::bf_eval::transpiler_c::shinbatsu_sum_between_1_n stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'test::bf_eval::transpiler_c::shinbatsu_sum_between_1_n' (947) panicked at bf/src/test/bf_transpiler_c.rs:87:57:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x6010f79df5c7 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x6010f79c51ea - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x6010f79deb7b - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x6010f79de65f - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x6010f79de28a - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x6010f79dddc2 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    6:     0x6010f7a05131 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    7:     0x6010f7a050e9 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    8:     0x6010f7a055fc - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]    9:     0x6010f79c507b - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   10:     0x6010f79c89e1 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   11:     0x6010f78baa10 - bf[17df3b2959136116]::test::bf_transpiler_c::eval
[INFO] [stdout]   12:     0x6010f78c41f7 - <bf[17df3b2959136116]::test::bf_eval::transpiler_c::shinbatsu_sum_between_1_n::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   13:     0x6010f7a1d16b - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   14:     0x6010f7a18dcc - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   15:     0x6010f7a184fc - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   16:     0x6010f7a353bc - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   17:     0x6010f7a069b2 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   18:     0x751789e0207a - <unknown>
[INFO] [stdout]   19:     0x751789e95534 - clone
[INFO] [stdout]   20:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- test::bf_eval::transpiler_c::shinbatsu_squares stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'test::bf_eval::transpiler_c::shinbatsu_squares' (946) panicked at bf/src/test/bf_transpiler_c.rs:87:57:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x6010f79df5c7 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x6010f79c51ea - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x6010f79deb7b - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x6010f79de65f - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x6010f79de28a - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x6010f79dddc2 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    6:     0x6010f7a05131 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    7:     0x6010f7a050e9 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    8:     0x6010f7a055fc - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]    9:     0x6010f79c507b - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   10:     0x6010f79c89e1 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   11:     0x6010f78baa10 - bf[17df3b2959136116]::test::bf_transpiler_c::eval
[INFO] [stdout]   12:     0x6010f78c3502 - <bf[17df3b2959136116]::test::bf_eval::transpiler_c::shinbatsu_squares::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   13:     0x6010f7a1d16b - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   14:     0x6010f7a18dcc - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   15:     0x6010f7a184fc - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   16:     0x6010f7a353bc - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   17:     0x6010f7a069b2 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   18:     0x751789e0207a - <unknown>
[INFO] [stdout]   19:     0x751789e95534 - clone
[INFO] [stdout]   20:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- test::bf_eval::transpiler_js::shinbatsu_a_no_plus_b stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'test::bf_eval::transpiler_js::shinbatsu_a_no_plus_b' (959) panicked at bf/src/test/bf_transpiler_js.rs:18:57:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x6010f79df5c7 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x6010f79c51ea - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x6010f79deb7b - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x6010f79de65f - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x6010f79de28a - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x6010f79dddc2 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    6:     0x6010f7a05131 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    7:     0x6010f7a050e9 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    8:     0x6010f7a055fc - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]    9:     0x6010f79c507b - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   10:     0x6010f79c89e1 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   11:     0x6010f79b72b6 - bf[17df3b2959136116]::test::bf_transpiler_js::eval
[INFO] [stdout]   12:     0x6010f78c62ca - <bf[17df3b2959136116]::test::bf_eval::transpiler_js::shinbatsu_a_no_plus_b::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   13:     0x6010f7a1d16b - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   14:     0x6010f7a18dcc - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   15:     0x6010f7a184fc - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   16:     0x6010f7a353bc - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   17:     0x6010f7a069b2 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   18:     0x751789e0207a - <unknown>
[INFO] [stdout]   19:     0x751789e95534 - clone
[INFO] [stdout]   20:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- test::bf_eval::transpiler_c::shinbatsu_rot13 stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'test::bf_eval::transpiler_c::shinbatsu_rot13' (945) panicked at bf/src/test/bf_transpiler_c.rs:87:57:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x6010f79df5c7 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x6010f79c51ea - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x6010f79deb7b - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x6010f79de65f - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x6010f79de28a - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x6010f79dddc2 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    6:     0x6010f7a05131 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    7:     0x6010f7a050e9 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    8:     0x6010f7a055fc - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]    9:     0x6010f79c507b - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   10:     0x6010f79c89e1 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   11:     0x6010f78baa10 - bf[17df3b2959136116]::test::bf_transpiler_c::eval
[INFO] [stdout]   12:     0x6010f78c2e1a - <bf[17df3b2959136116]::test::bf_eval::transpiler_c::shinbatsu_rot13::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   13:     0x6010f7a1d16b - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   14:     0x6010f7a18dcc - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   15:     0x6010f7a184fc - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   16:     0x6010f7a353bc - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   17:     0x6010f7a069b2 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   18:     0x751789e0207a - <unknown>
[INFO] [stdout]   19:     0x751789e95534 - clone
[INFO] [stdout]   20:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- test::bf_eval::transpiler_c::shinbatsu_third_angle stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'test::bf_eval::transpiler_c::shinbatsu_third_angle' (948) panicked at bf/src/test/bf_transpiler_c.rs:87:57:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x6010f79df5c7 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x6010f79c51ea - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x6010f79deb7b - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x6010f79de65f - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x6010f79de28a - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x6010f79dddc2 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    6:     0x6010f7a05131 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    7:     0x6010f7a050e9 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    8:     0x6010f7a055fc - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]    9:     0x6010f79c507b - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   10:     0x6010f79c89e1 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   11:     0x6010f78baa10 - bf[17df3b2959136116]::test::bf_transpiler_c::eval
[INFO] [stdout]   12:     0x6010f78c401a - <bf[17df3b2959136116]::test::bf_eval::transpiler_c::shinbatsu_third_angle::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   13:     0x6010f7a1d16b - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   14:     0x6010f7a18dcc - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   15:     0x6010f7a184fc - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   16:     0x6010f7a353bc - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   17:     0x6010f7a069b2 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   18:     0x751789e0207a - <unknown>
[INFO] [stdout]   19:     0x751789e95534 - clone
[INFO] [stdout]   20:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- test::bf_eval::transpiler_c::shinbatsu_to_upper stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'test::bf_eval::transpiler_c::shinbatsu_to_upper' (949) panicked at bf/src/test/bf_transpiler_c.rs:87:57:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x6010f79df5c7 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x6010f79c51ea - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x6010f79deb7b - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x6010f79de65f - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x6010f79de28a - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x6010f79dddc2 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    6:     0x6010f7a05131 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    7:     0x6010f7a050e9 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    8:     0x6010f7a055fc - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]    9:     0x6010f79c507b - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   10:     0x6010f79c89e1 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   11:     0x6010f78baa10 - bf[17df3b2959136116]::test::bf_transpiler_c::eval
[INFO] [stdout]   12:     0x6010f78c38da - <bf[17df3b2959136116]::test::bf_eval::transpiler_c::shinbatsu_to_upper::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   13:     0x6010f7a1d16b - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   14:     0x6010f7a18dcc - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   15:     0x6010f7a184fc - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   16:     0x6010f7a353bc - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   17:     0x6010f7a069b2 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   18:     0x751789e0207a - <unknown>
[INFO] [stdout]   19:     0x751789e95534 - clone
[INFO] [stdout]   20:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- test::bf_eval::transpiler_c::shinbatsu_type_password stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'test::bf_eval::transpiler_c::shinbatsu_type_password' (950) panicked at bf/src/test/bf_transpiler_c.rs:87:57:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x6010f79df5c7 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x6010f79c51ea - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x6010f79deb7b - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x6010f79de65f - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x6010f79de28a - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x6010f79dddc2 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    6:     0x6010f7a05131 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    7:     0x6010f7a050e9 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    8:     0x6010f7a055fc - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]    9:     0x6010f79c507b - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   10:     0x6010f79c89e1 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   11:     0x6010f78baa10 - bf[17df3b2959136116]::test::bf_transpiler_c::eval
[INFO] [stdout]   12:     0x6010f78c410a - <bf[17df3b2959136116]::test::bf_eval::transpiler_c::shinbatsu_type_password::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   13:     0x6010f7a1d16b - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   14:     0x6010f7a18dcc - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   15:     0x6010f7a184fc - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   16:     0x6010f7a353bc - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   17:     0x6010f7a069b2 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   18:     0x751789e0207a - <unknown>
[INFO] [stdout]   19:     0x751789e95534 - clone
[INFO] [stdout]   20:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- test::bf_eval::transpiler_js::shinbatsu_abs stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'test::bf_eval::transpiler_js::shinbatsu_abs' (960) panicked at bf/src/test/bf_transpiler_js.rs:18:57:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x6010f79df5c7 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x6010f79c51ea - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x6010f79deb7b - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x6010f79de65f - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x6010f79de28a - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x6010f79dddc2 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    6:     0x6010f7a05131 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    7:     0x6010f7a050e9 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    8:     0x6010f7a055fc - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]    9:     0x6010f79c507b - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   10:     0x6010f79c89e1 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   11:     0x6010f79b72b6 - bf[17df3b2959136116]::test::bf_transpiler_js::eval
[INFO] [stdout]   12:     0x6010f78c4c2a - <bf[17df3b2959136116]::test::bf_eval::transpiler_js::shinbatsu_abs::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   13:     0x6010f7a1d16b - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   14:     0x6010f7a18dcc - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   15:     0x6010f7a184fc - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   16:     0x6010f7a353bc - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   17:     0x6010f7a069b2 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   18:     0x751789e0207a - <unknown>
[INFO] [stdout]   19:     0x751789e95534 - clone
[INFO] [stdout]   20:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- test::bf_eval::transpiler_js::shinbatsu_all_ascii stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'test::bf_eval::transpiler_js::shinbatsu_all_ascii' (961) panicked at bf/src/test/bf_transpiler_js.rs:18:57:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x6010f79df5c7 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x6010f79c51ea - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x6010f79deb7b - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x6010f79de65f - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x6010f79de28a - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x6010f79dddc2 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    6:     0x6010f7a05131 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    7:     0x6010f7a050e9 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    8:     0x6010f7a055fc - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]    9:     0x6010f79c507b - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   10:     0x6010f79c89e1 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   11:     0x6010f79b72b6 - bf[17df3b2959136116]::test::bf_transpiler_js::eval
[INFO] [stdout]   12:     0x6010f78c5f15 - <bf[17df3b2959136116]::test::bf_eval::transpiler_js::shinbatsu_all_ascii::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   13:     0x6010f7a1d16b - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   14:     0x6010f7a18dcc - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   15:     0x6010f7a184fc - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   16:     0x6010f7a353bc - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   17:     0x6010f7a069b2 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   18:     0x751789e0207a - <unknown>
[INFO] [stdout]   19:     0x751789e95534 - clone
[INFO] [stdout]   20:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- test::bf_eval::transpiler_js::shinbatsu_alph_add stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'test::bf_eval::transpiler_js::shinbatsu_alph_add' (962) panicked at bf/src/test/bf_transpiler_js.rs:18:57:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x6010f79df5c7 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x6010f79c51ea - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x6010f79deb7b - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x6010f79de65f - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x6010f79de28a - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x6010f79dddc2 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    6:     0x6010f7a05131 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    7:     0x6010f7a050e9 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    8:     0x6010f7a055fc - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]    9:     0x6010f79c507b - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   10:     0x6010f79c89e1 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   11:     0x6010f79b72b6 - bf[17df3b2959136116]::test::bf_transpiler_js::eval
[INFO] [stdout]   12:     0x6010f78c5b5a - <bf[17df3b2959136116]::test::bf_eval::transpiler_js::shinbatsu_alph_add::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   13:     0x6010f7a1d16b - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   14:     0x6010f7a18dcc - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   15:     0x6010f7a184fc - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   16:     0x6010f7a353bc - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   17:     0x6010f7a069b2 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   18:     0x751789e0207a - <unknown>
[INFO] [stdout]   19:     0x751789e95534 - clone
[INFO] [stdout]   20:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- test::bf_eval::transpiler_js::shinbatsu_alphabet_after_n stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'test::bf_eval::transpiler_js::shinbatsu_alphabet_after_n' (963) panicked at bf/src/test/bf_transpiler_js.rs:18:57:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x6010f79df5c7 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x6010f79c51ea - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x6010f79deb7b - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x6010f79de65f - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x6010f79de28a - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x6010f79dddc2 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    6:     0x6010f7a05131 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    7:     0x6010f7a050e9 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    8:     0x6010f7a055fc - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]    9:     0x6010f79c507b - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   10:     0x6010f79c89e1 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   11:     0x6010f79b72b6 - bf[17df3b2959136116]::test::bf_transpiler_js::eval
[INFO] [stdout]   12:     0x6010f78c681a - <bf[17df3b2959136116]::test::bf_eval::transpiler_js::shinbatsu_alphabet_after_n::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   13:     0x6010f7a1d16b - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   14:     0x6010f7a18dcc - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   15:     0x6010f7a184fc - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   16:     0x6010f7a353bc - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   17:     0x6010f7a069b2 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   18:     0x751789e0207a - <unknown>
[INFO] [stdout]   19:     0x751789e95534 - clone
[INFO] [stdout]   20:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- test::bf_eval::transpiler_js::shinbatsu_atoi stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'test::bf_eval::transpiler_js::shinbatsu_atoi' (966) panicked at bf/src/test/bf_transpiler_js.rs:18:57:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x6010f79df5c7 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x6010f79c51ea - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x6010f79deb7b - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x6010f79de65f - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x6010f79de28a - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x6010f79dddc2 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    6:     0x6010f7a05131 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    7:     0x6010f7a050e9 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    8:     0x6010f7a055fc - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]    9:     0x6010f79c507b - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   10:     0x6010f79c89e1 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   11:     0x6010f79b72b6 - bf[17df3b2959136116]::test::bf_transpiler_js::eval
[INFO] [stdout]   12:     0x6010f78c4d0b - <bf[17df3b2959136116]::test::bf_eval::transpiler_js::shinbatsu_atoi::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   13:     0x6010f7a1d16b - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   14:     0x6010f7a18dcc - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   15:     0x6010f7a184fc - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   16:     0x6010f7a353bc - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   17:     0x6010f7a069b2 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   18:     0x751789e0207a - <unknown>
[INFO] [stdout]   19:     0x751789e95534 - clone
[INFO] [stdout]   20:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- test::bf_eval::transpiler_js::shinbatsu_clear_all stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'test::bf_eval::transpiler_js::shinbatsu_clear_all' (968) panicked at bf/src/test/bf_transpiler_js.rs:18:57:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x6010f79df5c7 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x6010f79c51ea - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x6010f79deb7b - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x6010f79de65f - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x6010f79de28a - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x6010f79dddc2 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    6:     0x6010f7a05131 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    7:     0x6010f7a050e9 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    8:     0x6010f7a055fc - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]    9:     0x6010f79c507b - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   10:     0x6010f79c89e1 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   11:     0x6010f79b72b6 - bf[17df3b2959136116]::test::bf_transpiler_js::eval
[INFO] [stdout]   12:     0x6010f78c5fff - <bf[17df3b2959136116]::test::bf_eval::transpiler_js::shinbatsu_clear_all::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   13:     0x6010f7a1d16b - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   14:     0x6010f7a18dcc - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   15:     0x6010f7a184fc - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   16:     0x6010f7a353bc - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   17:     0x6010f7a069b2 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   18:     0x751789e0207a - <unknown>
[INFO] [stdout]   19:     0x751789e95534 - clone
[INFO] [stdout]   20:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- test::bf_eval::transpiler_js::shinbatsu_bubble stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'test::bf_eval::transpiler_js::shinbatsu_bubble' (967) panicked at bf/src/test/bf_transpiler_js.rs:18:57:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x6010f79df5c7 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x6010f79c51ea - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x6010f79deb7b - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x6010f79de65f - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x6010f79de28a - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x6010f79dddc2 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    6:     0x6010f7a05131 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    7:     0x6010f7a050e9 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    8:     0x6010f7a055fc - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]    9:     0x6010f79c507b - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   10:     0x6010f79c89e1 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   11:     0x6010f79b72b6 - bf[17df3b2959136116]::test::bf_transpiler_js::eval
[INFO] [stdout]   12:     0x6010f78c545a - <bf[17df3b2959136116]::test::bf_eval::transpiler_js::shinbatsu_bubble::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   13:     0x6010f7a1d16b - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   14:     0x6010f7a18dcc - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   15:     0x6010f7a184fc - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   16:     0x6010f7a353bc - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   17:     0x6010f7a069b2 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   18:     0x751789e0207a - <unknown>
[INFO] [stdout]   19:     0x751789e95534 - clone
[INFO] [stdout]   20:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- test::bf_eval::transpiler_js::shinbatsu_double stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'test::bf_eval::transpiler_js::shinbatsu_double' (970) panicked at bf/src/test/bf_transpiler_js.rs:18:57:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x6010f79df5c7 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x6010f79c51ea - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x6010f79deb7b - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x6010f79de65f - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x6010f79de28a - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x6010f79dddc2 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    6:     0x6010f7a05131 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    7:     0x6010f7a050e9 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    8:     0x6010f7a055fc - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]    9:     0x6010f79c507b - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   10:     0x6010f79c89e1 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   11:     0x6010f79b72b6 - bf[17df3b2959136116]::test::bf_transpiler_js::eval
[INFO] [stdout]   12:     0x6010f78c5531 - <bf[17df3b2959136116]::test::bf_eval::transpiler_js::shinbatsu_double::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   13:     0x6010f7a1d16b - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   14:     0x6010f7a18dcc - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   15:     0x6010f7a184fc - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   16:     0x6010f7a353bc - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   17:     0x6010f7a069b2 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   18:     0x751789e0207a - <unknown>
[INFO] [stdout]   19:     0x751789e95534 - clone
[INFO] [stdout]   20:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- test::bf_eval::transpiler_js::shinbatsu_div10 stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'test::bf_eval::transpiler_js::shinbatsu_div10' (969) panicked at bf/src/test/bf_transpiler_js.rs:18:57:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x6010f79df5c7 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x6010f79c51ea - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x6010f79deb7b - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x6010f79de65f - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x6010f79de28a - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x6010f79dddc2 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    6:     0x6010f7a05131 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    7:     0x6010f7a050e9 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    8:     0x6010f7a055fc - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]    9:     0x6010f79c507b - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   10:     0x6010f79c89e1 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   11:     0x6010f79b72b6 - bf[17df3b2959136116]::test::bf_transpiler_js::eval
[INFO] [stdout]   12:     0x6010f78c505f - <bf[17df3b2959136116]::test::bf_eval::transpiler_js::shinbatsu_div10::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   13:     0x6010f7a1d16b - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   14:     0x6010f7a18dcc - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   15:     0x6010f7a184fc - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   16:     0x6010f7a353bc - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   17:     0x6010f7a069b2 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   18:     0x751789e0207a - <unknown>
[INFO] [stdout]   19:     0x751789e95534 - clone
[INFO] [stdout]   20:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- test::bf_eval::transpiler_js::shinbatsu_hello stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'test::bf_eval::transpiler_js::shinbatsu_hello' (972) panicked at bf/src/test/bf_transpiler_js.rs:18:57:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x6010f79df5c7 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x6010f79c51ea - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x6010f79deb7b - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x6010f79de65f - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x6010f79de28a - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x6010f79dddc2 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    6:     0x6010f7a05131 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    7:     0x6010f7a050e9 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    8:     0x6010f7a055fc - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]    9:     0x6010f79c507b - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   10:     0x6010f79c89e1 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   11:     0x6010f79b72b6 - bf[17df3b2959136116]::test::bf_transpiler_js::eval
[INFO] [stdout]   12:     0x6010f78c5145 - <bf[17df3b2959136116]::test::bf_eval::transpiler_js::shinbatsu_hello::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   13:     0x6010f7a1d16b - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   14:     0x6010f7a18dcc - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   15:     0x6010f7a184fc - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   16:     0x6010f7a353bc - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   17:     0x6010f7a069b2 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   18:     0x751789e0207a - <unknown>
[INFO] [stdout]   19:     0x751789e95534 - clone
[INFO] [stdout]   20:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- test::bf_eval::transpiler_js::shinbatsu_if stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'test::bf_eval::transpiler_js::shinbatsu_if' (973) panicked at bf/src/test/bf_transpiler_js.rs:18:57:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x6010f79df5c7 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x6010f79c51ea - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x6010f79deb7b - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x6010f79de65f - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x6010f79de28a - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x6010f79dddc2 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    6:     0x6010f7a05131 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    7:     0x6010f7a050e9 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    8:     0x6010f7a055fc - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]    9:     0x6010f79c507b - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   10:     0x6010f79c89e1 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   11:     0x6010f79b72b6 - bf[17df3b2959136116]::test::bf_transpiler_js::eval
[INFO] [stdout]   12:     0x6010f78c4b3a - <bf[17df3b2959136116]::test::bf_eval::transpiler_js::shinbatsu_if::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   13:     0x6010f7a1d16b - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   14:     0x6010f7a18dcc - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   15:     0x6010f7a184fc - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   16:     0x6010f7a353bc - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   17:     0x6010f7a069b2 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   18:     0x751789e0207a - <unknown>
[INFO] [stdout]   19:     0x751789e95534 - clone
[INFO] [stdout]   20:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- test::bf_eval::transpiler_js::shinbatsu_is_even stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'test::bf_eval::transpiler_js::shinbatsu_is_even' (974) panicked at bf/src/test/bf_transpiler_js.rs:18:57:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x6010f79df5c7 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x6010f79c51ea - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x6010f79deb7b - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x6010f79de65f - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x6010f79de28a - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x6010f79dddc2 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    6:     0x6010f7a05131 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    7:     0x6010f7a050e9 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    8:     0x6010f7a055fc - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]    9:     0x6010f79c507b - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   10:     0x6010f79c89e1 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   11:     0x6010f79b72b6 - bf[17df3b2959136116]::test::bf_transpiler_js::eval
[INFO] [stdout]   12:     0x6010f78c573d - <bf[17df3b2959136116]::test::bf_eval::transpiler_js::shinbatsu_is_even::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   13:     0x6010f7a1d16b - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   14:     0x6010f7a18dcc - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   15:     0x6010f7a184fc - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   16:     0x6010f7a353bc - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   17:     0x6010f7a069b2 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   18:     0x751789e0207a - <unknown>
[INFO] [stdout]   19:     0x751789e95534 - clone
[INFO] [stdout]   20:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- test::bf_eval::transpiler_js::shinbatsu_first_last stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'test::bf_eval::transpiler_js::shinbatsu_first_last' (971) panicked at bf/src/test/bf_transpiler_js.rs:18:57:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x6010f79df5c7 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x6010f79c51ea - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x6010f79deb7b - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x6010f79de65f - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x6010f79de28a - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x6010f79dddc2 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    6:     0x6010f7a05131 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    7:     0x6010f7a050e9 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    8:     0x6010f7a055fc - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]    9:     0x6010f79c507b - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   10:     0x6010f79c89e1 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   11:     0x6010f79b72b6 - bf[17df3b2959136116]::test::bf_transpiler_js::eval
[INFO] [stdout]   12:     0x6010f78c61da - <bf[17df3b2959136116]::test::bf_eval::transpiler_js::shinbatsu_first_last::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   13:     0x6010f7a1d16b - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   14:     0x6010f7a18dcc - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   15:     0x6010f7a184fc - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   16:     0x6010f7a353bc - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   17:     0x6010f7a069b2 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   18:     0x751789e0207a - <unknown>
[INFO] [stdout]   19:     0x751789e95534 - clone
[INFO] [stdout]   20:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- test::bf_eval::transpiler_js::shinbatsu_multiply stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'test::bf_eval::transpiler_js::shinbatsu_multiply' (978) panicked at bf/src/test/bf_transpiler_js.rs:18:57:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x6010f79df5c7 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x6010f79c51ea - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x6010f79deb7b - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x6010f79de65f - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x6010f79de28a - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x6010f79dddc2 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    6:     0x6010f7a05131 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    7:     0x6010f7a050e9 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    8:     0x6010f7a055fc - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]    9:     0x6010f79c507b - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   10:     0x6010f79c89e1 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   11:     0x6010f79b72b6 - bf[17df3b2959136116]::test::bf_transpiler_js::eval
[INFO] [stdout]   12:     0x6010f78c5c47 - <bf[17df3b2959136116]::test::bf_eval::transpiler_js::shinbatsu_multiply::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   13:     0x6010f7a1d16b - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   14:     0x6010f7a18dcc - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   15:     0x6010f7a184fc - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   16:     0x6010f7a353bc - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   17:     0x6010f7a069b2 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   18:     0x751789e0207a - <unknown>
[INFO] [stdout]   19:     0x751789e95534 - clone
[INFO] [stdout]   20:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- test::bf_eval::transpiler_js::shinbatsu_pow2 stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'test::bf_eval::transpiler_js::shinbatsu_pow2' (981) panicked at bf/src/test/bf_transpiler_js.rs:18:57:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x6010f79df5c7 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x6010f79c51ea - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x6010f79deb7b - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x6010f79de65f - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x6010f79de28a - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x6010f79dddc2 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    6:     0x6010f7a05131 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    7:     0x6010f7a050e9 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    8:     0x6010f7a055fc - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]    9:     0x6010f79c507b - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   10:     0x6010f79c89e1 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   11:     0x6010f79b72b6 - bf[17df3b2959136116]::test::bf_transpiler_js::eval
[INFO] [stdout]   12:     0x6010f78c4ebb - <bf[17df3b2959136116]::test::bf_eval::transpiler_js::shinbatsu_pow2::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   13:     0x6010f7a1d16b - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   14:     0x6010f7a18dcc - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   15:     0x6010f7a184fc - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   16:     0x6010f7a353bc - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   17:     0x6010f7a069b2 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   18:     0x751789e0207a - <unknown>
[INFO] [stdout]   19:     0x751789e95534 - clone
[INFO] [stdout]   20:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- test::bf_eval::transpiler_js::shinbatsu_nth_even stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'test::bf_eval::transpiler_js::shinbatsu_nth_even' (979) panicked at bf/src/test/bf_transpiler_js.rs:18:57:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x6010f79df5c7 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x6010f79c51ea - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x6010f79deb7b - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x6010f79de65f - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x6010f79de28a - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x6010f79dddc2 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    6:     0x6010f7a05131 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    7:     0x6010f7a050e9 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    8:     0x6010f7a055fc - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]    9:     0x6010f79c507b - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   10:     0x6010f79c89e1 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   11:     0x6010f79b72b6 - bf[17df3b2959136116]::test::bf_transpiler_js::eval
[INFO] [stdout]   12:     0x6010f78c5d2a - <bf[17df3b2959136116]::test::bf_eval::transpiler_js::shinbatsu_nth_even::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   13:     0x6010f7a1d16b - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   14:     0x6010f7a18dcc - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   15:     0x6010f7a184fc - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   16:     0x6010f7a353bc - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   17:     0x6010f7a069b2 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   18:     0x751789e0207a - <unknown>
[INFO] [stdout]   19:     0x751789e95534 - clone
[INFO] [stdout]   20:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- test::bf_eval::transpiler_js::shinbatsu_remove_first_last stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'test::bf_eval::transpiler_js::shinbatsu_remove_first_last' (984) panicked at bf/src/test/bf_transpiler_js.rs:18:57:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x6010f79df5c7 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x6010f79c51ea - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x6010f79deb7b - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x6010f79de65f - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x6010f79de28a - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x6010f79dddc2 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    6:     0x6010f7a05131 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    7:     0x6010f7a050e9 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    8:     0x6010f7a055fc - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]    9:     0x6010f79c507b - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   10:     0x6010f79c89e1 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   11:     0x6010f79b72b6 - bf[17df3b2959136116]::test::bf_transpiler_js::eval
[INFO] [stdout]   12:     0x6010f78c691a - <bf[17df3b2959136116]::test::bf_eval::transpiler_js::shinbatsu_remove_first_last::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   13:     0x6010f7a1d16b - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   14:     0x6010f7a18dcc - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   15:     0x6010f7a184fc - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   16:     0x6010f7a353bc - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   17:     0x6010f7a069b2 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   18:     0x751789e0207a - <unknown>
[INFO] [stdout]   19:     0x751789e95534 - clone
[INFO] [stdout]   20:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- test::bf_eval::transpiler_js::shinbatsu_plus stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'test::bf_eval::transpiler_js::shinbatsu_plus' (980) panicked at bf/src/test/bf_transpiler_js.rs:18:57:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x6010f79df5c7 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x6010f79c51ea - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x6010f79deb7b - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x6010f79de65f - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x6010f79de28a - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x6010f79dddc2 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    6:     0x6010f7a05131 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    7:     0x6010f7a050e9 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    8:     0x6010f7a055fc - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]    9:     0x6010f79c507b - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   10:     0x6010f79c89e1 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   11:     0x6010f79b72b6 - bf[17df3b2959136116]::test::bf_transpiler_js::eval
[INFO] [stdout]   12:     0x6010f78c4dea - <bf[17df3b2959136116]::test::bf_eval::transpiler_js::shinbatsu_plus::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   13:     0x6010f7a1d16b - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   14:     0x6010f7a18dcc - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   15:     0x6010f7a184fc - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   16:     0x6010f7a353bc - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   17:     0x6010f7a069b2 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   18:     0x751789e0207a - <unknown>
[INFO] [stdout]   19:     0x751789e95534 - clone
[INFO] [stdout]   20:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- test::bf_eval::transpiler_js::shinbatsu_repeat stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'test::bf_eval::transpiler_js::shinbatsu_repeat' (985) panicked at bf/src/test/bf_transpiler_js.rs:18:57:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x6010f79df5c7 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x6010f79c51ea - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x6010f79deb7b - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x6010f79de65f - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x6010f79de28a - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x6010f79dddc2 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    6:     0x6010f7a05131 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    7:     0x6010f7a050e9 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    8:     0x6010f7a055fc - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]    9:     0x6010f79c507b - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   10:     0x6010f79c89e1 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   11:     0x6010f79b72b6 - bf[17df3b2959136116]::test::bf_transpiler_js::eval
[INFO] [stdout]   12:     0x6010f78c5617 - <bf[17df3b2959136116]::test::bf_eval::transpiler_js::shinbatsu_repeat::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   13:     0x6010f7a1d16b - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   14:     0x6010f7a18dcc - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   15:     0x6010f7a184fc - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   16:     0x6010f7a353bc - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   17:     0x6010f7a069b2 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   18:     0x751789e0207a - <unknown>
[INFO] [stdout]   19:     0x751789e95534 - clone
[INFO] [stdout]   20:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- test::bf_eval::transpiler_js::shinbatsu_print_a stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'test::bf_eval::transpiler_js::shinbatsu_print_a' (982) panicked at bf/src/test/bf_transpiler_js.rs:18:57:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x6010f79df5c7 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x6010f79c51ea - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x6010f79deb7b - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x6010f79de65f - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x6010f79de28a - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x6010f79dddc2 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    6:     0x6010f7a05131 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    7:     0x6010f7a050e9 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    8:     0x6010f7a055fc - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]    9:     0x6010f79c507b - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   10:     0x6010f79c89e1 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   11:     0x6010f79b72b6 - bf[17df3b2959136116]::test::bf_transpiler_js::eval
[INFO] [stdout]   12:     0x6010f78c594c - <bf[17df3b2959136116]::test::bf_eval::transpiler_js::shinbatsu_print_a::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   13:     0x6010f7a1d16b - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   14:     0x6010f7a18dcc - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   15:     0x6010f7a184fc - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   16:     0x6010f7a353bc - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   17:     0x6010f7a069b2 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   18:     0x751789e0207a - <unknown>
[INFO] [stdout]   19:     0x751789e95534 - clone
[INFO] [stdout]   20:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- test::bf_eval::interpreter::shinbatsu_all_ascii stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'test::bf_eval::interpreter::shinbatsu_all_ascii' (883) panicked at bf/src/test/bf_interpreter.rs:12:57:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x6010f79df5c7 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x6010f79c51ea - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x6010f79deb7b - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x6010f79de65f - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x6010f79de28a - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x6010f79dddc2 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    6:     0x6010f7a05131 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    7:     0x6010f7a050e9 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    8:     0x6010f7a055fc - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]    9:     0x6010f79c507b - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   10:     0x6010f79c89e1 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   11:     0x6010f78b6d17 - bf[17df3b2959136116]::test::bf_interpreter::eval
[INFO] [stdout]   12:     0x6010f78c1495 - <bf[17df3b2959136116]::test::bf_eval::interpreter::shinbatsu_all_ascii::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   13:     0x6010f7a1d16b - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   14:     0x6010f7a18dcc - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   15:     0x6010f7a184fc - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   16:     0x6010f7a353bc - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   17:     0x6010f7a069b2 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   18:     0x751789e0207a - <unknown>
[INFO] [stdout]   19:     0x751789e95534 - clone
[INFO] [stdout]   20:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- test::bf_eval::transpiler_js::shinbatsu_sum_between_1_n stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'test::bf_eval::transpiler_js::shinbatsu_sum_between_1_n' (989) panicked at bf/src/test/bf_transpiler_js.rs:18:57:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x6010f79df5c7 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x6010f79c51ea - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x6010f79deb7b - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x6010f79de65f - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x6010f79de28a - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x6010f79dddc2 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    6:     0x6010f7a05131 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    7:     0x6010f7a050e9 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    8:     0x6010f7a055fc - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]    9:     0x6010f79c507b - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   10:     0x6010f79c89e1 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   11:     0x6010f79b72b6 - bf[17df3b2959136116]::test::bf_transpiler_js::eval
[INFO] [stdout]   12:     0x6010f78c6737 - <bf[17df3b2959136116]::test::bf_eval::transpiler_js::shinbatsu_sum_between_1_n::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   13:     0x6010f7a1d16b - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   14:     0x6010f7a18dcc - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   15:     0x6010f7a184fc - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   16:     0x6010f7a353bc - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   17:     0x6010f7a069b2 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   18:     0x751789e0207a - <unknown>
[INFO] [stdout]   19:     0x751789e95534 - clone
[INFO] [stdout]   20:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- test::bf_eval::transpiler_js::shinbatsu_quine stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'test::bf_eval::transpiler_js::shinbatsu_quine' (983) panicked at bf/src/test/bf_transpiler_js.rs:18:57:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x6010f79df5c7 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x6010f79c51ea - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x6010f79deb7b - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x6010f79de65f - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x6010f79de28a - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x6010f79dddc2 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    6:     0x6010f7a05131 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    7:     0x6010f7a050e9 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    8:     0x6010f7a055fc - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]    9:     0x6010f79c507b - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   10:     0x6010f79c89e1 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   11:     0x6010f79b72b6 - bf[17df3b2959136116]::test::bf_transpiler_js::eval
[INFO] [stdout]   12:     0x6010f78c5245 - <bf[17df3b2959136116]::test::bf_eval::transpiler_js::shinbatsu_quine::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   13:     0x6010f7a1d16b - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   14:     0x6010f7a18dcc - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   15:     0x6010f7a184fc - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   16:     0x6010f7a353bc - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   17:     0x6010f7a069b2 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   18:     0x751789e0207a - <unknown>
[INFO] [stdout]   19:     0x751789e95534 - clone
[INFO] [stdout]   20:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- test::bf_eval::transpiler_js::shinbatsu_squares stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'test::bf_eval::transpiler_js::shinbatsu_squares' (988) panicked at bf/src/test/bf_transpiler_js.rs:18:57:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x6010f79df5c7 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x6010f79c51ea - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x6010f79deb7b - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x6010f79de65f - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x6010f79de28a - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x6010f79dddc2 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    6:     0x6010f7a05131 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    7:     0x6010f7a050e9 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    8:     0x6010f7a055fc - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]    9:     0x6010f79c507b - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   10:     0x6010f79c89e1 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   11:     0x6010f79b72b6 - bf[17df3b2959136116]::test::bf_transpiler_js::eval
[INFO] [stdout]   12:     0x6010f78c5a42 - <bf[17df3b2959136116]::test::bf_eval::transpiler_js::shinbatsu_squares::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   13:     0x6010f7a1d16b - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   14:     0x6010f7a18dcc - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   15:     0x6010f7a184fc - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   16:     0x6010f7a353bc - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   17:     0x6010f7a069b2 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   18:     0x751789e0207a - <unknown>
[INFO] [stdout]   19:     0x751789e95534 - clone
[INFO] [stdout]   20:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- test::bf_eval::transpiler_js::shinbatsu_third_angle stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'test::bf_eval::transpiler_js::shinbatsu_third_angle' (990) panicked at bf/src/test/bf_transpiler_js.rs:18:57:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x6010f79df5c7 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x6010f79c51ea - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x6010f79deb7b - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x6010f79de65f - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x6010f79de28a - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x6010f79dddc2 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    6:     0x6010f7a05131 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    7:     0x6010f7a050e9 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    8:     0x6010f7a055fc - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]    9:     0x6010f79c507b - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   10:     0x6010f79c89e1 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   11:     0x6010f79b72b6 - bf[17df3b2959136116]::test::bf_transpiler_js::eval
[INFO] [stdout]   12:     0x6010f78c655a - <bf[17df3b2959136116]::test::bf_eval::transpiler_js::shinbatsu_third_angle::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   13:     0x6010f7a1d16b - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   14:     0x6010f7a18dcc - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   15:     0x6010f7a184fc - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   16:     0x6010f7a353bc - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   17:     0x6010f7a069b2 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   18:     0x751789e0207a - <unknown>
[INFO] [stdout]   19:     0x751789e95534 - clone
[INFO] [stdout]   20:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- test::bf_eval::transpiler_js::shinbatsu_root stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'test::bf_eval::transpiler_js::shinbatsu_root' (986) panicked at bf/src/test/bf_transpiler_js.rs:18:57:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x6010f79df5c7 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x6010f79c51ea - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x6010f79deb7b - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x6010f79de65f - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x6010f79de28a - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x6010f79dddc2 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    6:     0x6010f7a05131 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    7:     0x6010f7a050e9 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    8:     0x6010f7a055fc - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]    9:     0x6010f79c507b - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   10:     0x6010f79c89e1 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   11:     0x6010f79b72b6 - bf[17df3b2959136116]::test::bf_transpiler_js::eval
[INFO] [stdout]   12:     0x6010f78c4f97 - <bf[17df3b2959136116]::test::bf_eval::transpiler_js::shinbatsu_root::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   13:     0x6010f7a1d16b - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   14:     0x6010f7a18dcc - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   15:     0x6010f7a184fc - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   16:     0x6010f7a353bc - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   17:     0x6010f7a069b2 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   18:     0x751789e0207a - <unknown>
[INFO] [stdout]   19:     0x751789e95534 - clone
[INFO] [stdout]   20:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- test::bf_eval::transpiler_js::shinbatsu_type_password stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'test::bf_eval::transpiler_js::shinbatsu_type_password' (992) panicked at bf/src/test/bf_transpiler_js.rs:18:57:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x6010f79df5c7 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x6010f79c51ea - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x6010f79deb7b - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x6010f79de65f - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x6010f79de28a - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x6010f79dddc2 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    6:     0x6010f7a05131 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    7:     0x6010f7a050e9 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    8:     0x6010f7a055fc - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]    9:     0x6010f79c507b - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   10:     0x6010f79c89e1 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   11:     0x6010f79b72b6 - bf[17df3b2959136116]::test::bf_transpiler_js::eval
[INFO] [stdout]   12:     0x6010f78c664a - <bf[17df3b2959136116]::test::bf_eval::transpiler_js::shinbatsu_type_password::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   13:     0x6010f7a1d16b - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   14:     0x6010f7a18dcc - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   15:     0x6010f7a184fc - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   16:     0x6010f7a353bc - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   17:     0x6010f7a069b2 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   18:     0x751789e0207a - <unknown>
[INFO] [stdout]   19:     0x751789e95534 - clone
[INFO] [stdout]   20:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- test::bf_eval::transpiler_js::shinbatsu_to_upper stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'test::bf_eval::transpiler_js::shinbatsu_to_upper' (991) panicked at bf/src/test/bf_transpiler_js.rs:18:57:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x6010f79df5c7 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x6010f79c51ea - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x6010f79deb7b - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x6010f79de65f - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x6010f79de28a - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x6010f79dddc2 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    6:     0x6010f7a05131 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    7:     0x6010f7a050e9 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    8:     0x6010f7a055fc - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]    9:     0x6010f79c507b - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   10:     0x6010f79c89e1 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   11:     0x6010f79b72b6 - bf[17df3b2959136116]::test::bf_transpiler_js::eval
[INFO] [stdout]   12:     0x6010f78c5e1a - <bf[17df3b2959136116]::test::bf_eval::transpiler_js::shinbatsu_to_upper::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   13:     0x6010f7a1d16b - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   14:     0x6010f7a18dcc - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   15:     0x6010f7a184fc - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   16:     0x6010f7a353bc - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   17:     0x6010f7a069b2 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   18:     0x751789e0207a - <unknown>
[INFO] [stdout]   19:     0x751789e95534 - clone
[INFO] [stdout]   20:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- test::bf_eval::interpreter::shinbatsu_first_last stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'test::bf_eval::interpreter::shinbatsu_first_last' (891) panicked at bf/src/test/bf_interpreter.rs:12:57:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x6010f79df5c7 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x6010f79c51ea - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x6010f79deb7b - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x6010f79de65f - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x6010f79de28a - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x6010f79dddc2 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    6:     0x6010f7a05131 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    7:     0x6010f7a050e9 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    8:     0x6010f7a055fc - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]    9:     0x6010f79c507b - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   10:     0x6010f79c89e1 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   11:     0x6010f78b6d17 - bf[17df3b2959136116]::test::bf_interpreter::eval
[INFO] [stdout]   12:     0x6010f78c175a - <bf[17df3b2959136116]::test::bf_eval::interpreter::shinbatsu_first_last::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   13:     0x6010f7a1d16b - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   14:     0x6010f7a18dcc - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   15:     0x6010f7a184fc - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   16:     0x6010f7a353bc - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   17:     0x6010f7a069b2 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   18:     0x751789e0207a - <unknown>
[INFO] [stdout]   19:     0x751789e95534 - clone
[INFO] [stdout]   20:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- test::bf_eval::transpiler_js::shinbatsu_move_game stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'test::bf_eval::transpiler_js::shinbatsu_move_game' (976) panicked at bf/src/test/bf_transpiler_js.rs:18:57:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x6010f79df5c7 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x6010f79c51ea - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x6010f79deb7b - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x6010f79de65f - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x6010f79de28a - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x6010f79dddc2 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    6:     0x6010f7a05131 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    7:     0x6010f7a050e9 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    8:     0x6010f7a055fc - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]    9:     0x6010f79c507b - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   10:     0x6010f79c89e1 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   11:     0x6010f79b72b6 - bf[17df3b2959136116]::test::bf_transpiler_js::eval
[INFO] [stdout]   12:     0x6010f78c60ea - <bf[17df3b2959136116]::test::bf_eval::transpiler_js::shinbatsu_move_game::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   13:     0x6010f7a1d16b - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   14:     0x6010f7a18dcc - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   15:     0x6010f7a184fc - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   16:     0x6010f7a353bc - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   17:     0x6010f7a069b2 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   18:     0x751789e0207a - <unknown>
[INFO] [stdout]   19:     0x751789e95534 - clone
[INFO] [stdout]   20:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- test::bf_eval::transpiler_js::shinbatsu_middle_char stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'test::bf_eval::transpiler_js::shinbatsu_middle_char' (975) panicked at bf/src/test/bf_transpiler_js.rs:18:57:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x6010f79df5c7 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x6010f79c51ea - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x6010f79deb7b - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x6010f79de65f - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x6010f79de28a - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x6010f79dddc2 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    6:     0x6010f7a05131 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    7:     0x6010f7a050e9 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    8:     0x6010f7a055fc - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]    9:     0x6010f79c507b - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   10:     0x6010f79c89e1 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   11:     0x6010f79b72b6 - bf[17df3b2959136116]::test::bf_transpiler_js::eval
[INFO] [stdout]   12:     0x6010f78c63bd - <bf[17df3b2959136116]::test::bf_eval::transpiler_js::shinbatsu_middle_char::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   13:     0x6010f7a1d16b - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   14:     0x6010f7a18dcc - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   15:     0x6010f7a184fc - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   16:     0x6010f7a353bc - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   17:     0x6010f7a069b2 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   18:     0x751789e0207a - <unknown>
[INFO] [stdout]   19:     0x751789e95534 - clone
[INFO] [stdout]   20:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- test::bf_eval::transpiler_js::shinbatsu_rot13 stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'test::bf_eval::transpiler_js::shinbatsu_rot13' (987) panicked at bf/src/test/bf_transpiler_js.rs:18:57:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x6010f79df5c7 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x6010f79c51ea - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x6010f79deb7b - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x6010f79de65f - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x6010f79de28a - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x6010f79dddc2 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    6:     0x6010f7a05131 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    7:     0x6010f7a050e9 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    8:     0x6010f7a055fc - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]    9:     0x6010f79c507b - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   10:     0x6010f79c89e1 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   11:     0x6010f79b72b6 - bf[17df3b2959136116]::test::bf_transpiler_js::eval
[INFO] [stdout]   12:     0x6010f78c535a - <bf[17df3b2959136116]::test::bf_eval::transpiler_js::shinbatsu_rot13::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   13:     0x6010f7a1d16b - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   14:     0x6010f7a18dcc - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   15:     0x6010f7a184fc - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   16:     0x6010f7a353bc - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   17:     0x6010f7a069b2 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   18:     0x751789e0207a - <unknown>
[INFO] [stdout]   19:     0x751789e95534 - clone
[INFO] [stdout]   20:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- test::bf_eval::transpiler_c::tr stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'test::bf_eval::transpiler_c::tr' (954) panicked at bf/src/test/bf_transpiler_c.rs:98:10:
[INFO] [stdout] Source could not compile into C: Compile("<source>:34: error: unknown function `eprintf`\n    eprintf(\"dp = %llu d = %i cp = 20 i = # (3:3)")
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x6010f79df5c7 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x6010f79c51ea - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x6010f79deb7b - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x6010f79de65f - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x6010f79de28a - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x6010f79dddc2 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    6:     0x6010f7a05131 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    7:     0x6010f7a050e9 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    8:     0x6010f7a055fc - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]    9:     0x6010f79c507b - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   10:     0x6010f79c89e1 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   11:     0x6010f78bad8a - bf[17df3b2959136116]::test::bf_transpiler_c::eval
[INFO] [stdout]   12:     0x6010f78c44a7 - <bf[17df3b2959136116]::test::bf_eval::transpiler_c::tr::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   13:     0x6010f7a1d16b - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   14:     0x6010f7a18dcc - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   15:     0x6010f7a184fc - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   16:     0x6010f7a353bc - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   17:     0x6010f7a069b2 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   18:     0x751789e0207a - <unknown>
[INFO] [stdout]   19:     0x751789e95534 - clone
[INFO] [stdout]   20:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- test::bf_eval::transpiler_js::tr stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'test::bf_eval::transpiler_js::tr' (999) panicked at bf/src/test/bf_transpiler_js.rs:85:39:
[INFO] [stdout] no more? why?: Output
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x6010f79df5c7 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x6010f79c51ea - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x6010f79deb7b - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x6010f79de65f - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x6010f79de28a - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x6010f79dddc2 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    6:     0x6010f7a05131 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    7:     0x6010f7a050e9 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    8:     0x6010f7a055fc - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]    9:     0x6010f79c507b - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   10:     0x6010f79c89e1 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   11:     0x6010f79b7770 - bf[17df3b2959136116]::test::bf_transpiler_js::eval
[INFO] [stdout]   12:     0x6010f78c69e7 - <bf[17df3b2959136116]::test::bf_eval::transpiler_js::tr::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   13:     0x6010f7a1d16b - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   14:     0x6010f7a18dcc - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   15:     0x6010f7a184fc - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   16:     0x6010f7a353bc - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   17:     0x6010f7a069b2 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   18:     0x751789e0207a - <unknown>
[INFO] [stdout]   19:     0x751789e95534 - clone
[INFO] [stdout]   20:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- test::bf_eval::transpiler_js::hello_world stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'test::bf_eval::transpiler_js::hello_world' (956) panicked at bf/src/test/bf_transpiler_js.rs:85:39:
[INFO] [stdout] no more? why?: Output
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x6010f79df5c7 - <<std[104cf6e2632825ea]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x6010f79c51ea - core[7c831bd917ebf35f]::fmt::write
[INFO] [stdout]    2:     0x6010f79deb7b - <alloc[2fdc3f7464fcf288]::vec::Vec<u8> as core[7c831bd917ebf35f]::io::write::Write>::write_fmt
[INFO] [stdout]    3:     0x6010f79de65f - std[104cf6e2632825ea]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x6010f79de28a - std[104cf6e2632825ea]::panicking::default_hook
[INFO] [stdout]    5:     0x6010f79dddc2 - std[104cf6e2632825ea]::panicking::panic_with_hook
[INFO] [stdout]    6:     0x6010f7a05131 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    7:     0x6010f7a050e9 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace::<std[104cf6e2632825ea]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    8:     0x6010f7a055fc - __rustc[b0d56fa5b193ad05]::rust_begin_unwind
[INFO] [stdout]    9:     0x6010f79c507b - core[7c831bd917ebf35f]::panicking::panic_fmt
[INFO] [stdout]   10:     0x6010f79c89e1 - core[7c831bd917ebf35f]::result::unwrap_failed
[INFO] [stdout]   11:     0x6010f79b7770 - bf[17df3b2959136116]::test::bf_transpiler_js::eval
[INFO] [stdout]   12:     0x6010f78c4a3c - <bf[17df3b2959136116]::test::bf_eval::transpiler_js::hello_world::{closure#0} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   13:     0x6010f7a1d16b - test[73009c9f9aebf890]::__rust_begin_short_backtrace::<core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>>
[INFO] [stdout]   14:     0x6010f7a18dcc - test[73009c9f9aebf890]::run_test::{closure#0}
[INFO] [stdout]   15:     0x6010f7a184fc - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace::<test[73009c9f9aebf890]::run_test::{closure#1}, ()>
[INFO] [stdout]   16:     0x6010f7a353bc - <std[104cf6e2632825ea]::thread::lifecycle::spawn_unchecked<test[73009c9f9aebf890]::run_test::{closure#1}, ()>::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   17:     0x6010f7a069b2 - <std[104cf6e2632825ea]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   18:     0x751789e0207a - <unknown>
[INFO] [stdout]   19:     0x751789e95534 - clone
[INFO] [stdout]   20:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     test::bf_eval::interpreter::shinbatsu_a_no_plus_b
[INFO] [stdout]     test::bf_eval::interpreter::shinbatsu_abs
[INFO] [stdout]     test::bf_eval::interpreter::shinbatsu_all_ascii
[INFO] [stdout]     test::bf_eval::interpreter::shinbatsu_alph_add
[INFO] [stdout]     test::bf_eval::interpreter::shinbatsu_alphabet_after_n
[INFO] [stdout]     test::bf_eval::interpreter::shinbatsu_atoi
[INFO] [stdout]     test::bf_eval::interpreter::shinbatsu_bubble
[INFO] [stdout]     test::bf_eval::interpreter::shinbatsu_clear_all
[INFO] [stdout]     test::bf_eval::interpreter::shinbatsu_div10
[INFO] [stdout]     test::bf_eval::interpreter::shinbatsu_double
[INFO] [stdout]     test::bf_eval::interpreter::shinbatsu_first_last
[INFO] [stdout]     test::bf_eval::interpreter::shinbatsu_hello
[INFO] [stdout]     test::bf_eval::interpreter::shinbatsu_if
[INFO] [stdout]     test::bf_eval::interpreter::shinbatsu_is_even
[INFO] [stdout]     test::bf_eval::interpreter::shinbatsu_middle_char
[INFO] [stdout]     test::bf_eval::interpreter::shinbatsu_move_game
[INFO] [stdout]     test::bf_eval::interpreter::shinbatsu_multiply
[INFO] [stdout]     test::bf_eval::interpreter::shinbatsu_nth_even
[INFO] [stdout]     test::bf_eval::interpreter::shinbatsu_plus
[INFO] [stdout]     test::bf_eval::interpreter::shinbatsu_pow2
[INFO] [stdout]     test::bf_eval::interpreter::shinbatsu_print_a
[INFO] [stdout]     test::bf_eval::interpreter::shinbatsu_quine
[INFO] [stdout]     test::bf_eval::interpreter::shinbatsu_remove_first_last
[INFO] [stdout]     test::bf_eval::interpreter::shinbatsu_repeat
[INFO] [stdout]     test::bf_eval::interpreter::shinbatsu_root
[INFO] [stdout]     test::bf_eval::interpreter::shinbatsu_rot13
[INFO] [stdout]     test::bf_eval::interpreter::shinbatsu_squares
[INFO] [stdout]     test::bf_eval::interpreter::shinbatsu_sum_between_1_n
[INFO] [stdout]     test::bf_eval::interpreter::shinbatsu_third_angle
[INFO] [stdout]     test::bf_eval::interpreter::shinbatsu_to_upper
[INFO] [stdout]     test::bf_eval::interpreter::shinbatsu_type_password
[INFO] [stdout]     test::bf_eval::transpiler_c::hello_world
[INFO] [stdout]     test::bf_eval::transpiler_c::shinbatsu_a_no_plus_b
[INFO] [stdout]     test::bf_eval::transpiler_c::shinbatsu_abs
[INFO] [stdout]     test::bf_eval::transpiler_c::shinbatsu_all_ascii
[INFO] [stdout]     test::bf_eval::transpiler_c::shinbatsu_alph_add
[INFO] [stdout]     test::bf_eval::transpiler_c::shinbatsu_alphabet_after_n
[INFO] [stdout]     test::bf_eval::transpiler_c::shinbatsu_atoi
[INFO] [stdout]     test::bf_eval::transpiler_c::shinbatsu_bubble
[INFO] [stdout]     test::bf_eval::transpiler_c::shinbatsu_clear_all
[INFO] [stdout]     test::bf_eval::transpiler_c::shinbatsu_div10
[INFO] [stdout]     test::bf_eval::transpiler_c::shinbatsu_double
[INFO] [stdout]     test::bf_eval::transpiler_c::shinbatsu_first_last
[INFO] [stdout]     test::bf_eval::transpiler_c::shinbatsu_hello
[INFO] [stdout]     test::bf_eval::transpiler_c::shinbatsu_if
[INFO] [stdout]     test::bf_eval::transpiler_c::shinbatsu_is_even
[INFO] [stdout]     test::bf_eval::transpiler_c::shinbatsu_middle_char
[INFO] [stdout]     test::bf_eval::transpiler_c::shinbatsu_move_game
[INFO] [stdout]     test::bf_eval::transpiler_c::shinbatsu_multiply
[INFO] [stdout]     test::bf_eval::transpiler_c::shinbatsu_nth_even
[INFO] [stdout]     test::bf_eval::transpiler_c::shinbatsu_plus
[INFO] [stdout]     test::bf_eval::transpiler_c::shinbatsu_pow2
[INFO] [stdout]     test::bf_eval::transpiler_c::shinbatsu_print_a
[INFO] [stdout]     test::bf_eval::transpiler_c::shinbatsu_quine
[INFO] [stdout]     test::bf_eval::transpiler_c::shinbatsu_remove_first_last
[INFO] [stdout]     test::bf_eval::transpiler_c::shinbatsu_repeat
[INFO] [stdout]     test::bf_eval::transpiler_c::shinbatsu_root
[INFO] [stdout]     test::bf_eval::transpiler_c::shinbatsu_rot13
[INFO] [stdout]     test::bf_eval::transpiler_c::shinbatsu_squares
[INFO] [stdout]     test::bf_eval::transpiler_c::shinbatsu_sum_between_1_n
[INFO] [stdout]     test::bf_eval::transpiler_c::shinbatsu_third_angle
[INFO] [stdout]     test::bf_eval::transpiler_c::shinbatsu_to_upper
[INFO] [stdout]     test::bf_eval::transpiler_c::shinbatsu_type_password
[INFO] [stdout]     test::bf_eval::transpiler_c::tr
[INFO] [stdout]     test::bf_eval::transpiler_js::hello_world
[INFO] [stdout]     test::bf_eval::transpiler_js::shinbatsu_a_no_plus_b
[INFO] [stdout]     test::bf_eval::transpiler_js::shinbatsu_abs
[INFO] [stdout]     test::bf_eval::transpiler_js::shinbatsu_all_ascii
[INFO] [stdout]     test::bf_eval::transpiler_js::shinbatsu_alph_add
[INFO] [stdout]     test::bf_eval::transpiler_js::shinbatsu_alphabet_after_n
[INFO] [stdout]     test::bf_eval::transpiler_js::shinbatsu_atoi
[INFO] [stdout]     test::bf_eval::transpiler_js::shinbatsu_bubble
[INFO] [stdout]     test::bf_eval::transpiler_js::shinbatsu_clear_all
[INFO] [stdout]     test::bf_eval::transpiler_js::shinbatsu_div10
[INFO] [stdout]     test::bf_eval::transpiler_js::shinbatsu_double
[INFO] [stdout]     test::bf_eval::transpiler_js::shinbatsu_first_last
[INFO] [stdout]     test::bf_eval::transpiler_js::shinbatsu_hello
[INFO] [stdout]     test::bf_eval::transpiler_js::shinbatsu_if
[INFO] [stdout]     test::bf_eval::transpiler_js::shinbatsu_is_even
[INFO] [stdout]     test::bf_eval::transpiler_js::shinbatsu_middle_char
[INFO] [stdout]     test::bf_eval::transpiler_js::shinbatsu_move_game
[INFO] [stdout]     test::bf_eval::transpiler_js::shinbatsu_multiply
[INFO] [stdout]     test::bf_eval::transpiler_js::shinbatsu_nth_even
[INFO] [stdout]     test::bf_eval::transpiler_js::shinbatsu_plus
[INFO] [stdout]     test::bf_eval::transpiler_js::shinbatsu_pow2
[INFO] [stdout]     test::bf_eval::transpiler_js::shinbatsu_print_a
[INFO] [stdout]     test::bf_eval::transpiler_js::shinbatsu_quine
[INFO] [stdout]     test::bf_eval::transpiler_js::shinbatsu_remove_first_last
[INFO] [stdout]     test::bf_eval::transpiler_js::shinbatsu_repeat
[INFO] [stdout]     test::bf_eval::transpiler_js::shinbatsu_root
[INFO] [stdout]     test::bf_eval::transpiler_js::shinbatsu_rot13
[INFO] [stdout]     test::bf_eval::transpiler_js::shinbatsu_squares
[INFO] [stdout]     test::bf_eval::transpiler_js::shinbatsu_sum_between_1_n
[INFO] [stdout]     test::bf_eval::transpiler_js::shinbatsu_third_angle
[INFO] [stdout]     test::bf_eval::transpiler_js::shinbatsu_to_upper
[INFO] [stdout]     test::bf_eval::transpiler_js::shinbatsu_type_password
[INFO] [stdout]     test::bf_eval::transpiler_js::tr
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 62 passed; 97 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.11s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "34f737a463576a0d1f021eb5170bf4d33228ce7701a488e63af46d888e669125", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "34f737a463576a0d1f021eb5170bf4d33228ce7701a488e63af46d888e669125", kill_on_drop: false }`
[INFO] [stdout] 34f737a463576a0d1f021eb5170bf4d33228ce7701a488e63af46d888e669125
