[INFO] cloning repository https://github.com/nihilok/run
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/nihilok/run" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnihilok%2Frun", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnihilok%2Frun'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] ca8da2ec7b9f5663e485d26655c5745630968375
[INFO] testing nihilok/run against beta-2026-03-05 for beta-1.95-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnihilok%2Frun" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/nihilok/run
[INFO] finished tweaking git repo https://github.com/nihilok/run
[INFO] tweaked toml for git repo https://github.com/nihilok/run written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/nihilok/run on toolchain beta-2026-03-05
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-03-05" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/nihilok/run 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" "+beta-2026-03-05" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] e384f2210d3ecf2441ad6691fff1e376c28969d3c0578aa00ec36ba06bc4f435
[INFO] running `Command { std: "docker" "start" "-a" "e384f2210d3ecf2441ad6691fff1e376c28969d3c0578aa00ec36ba06bc4f435", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "e384f2210d3ecf2441ad6691fff1e376c28969d3c0578aa00ec36ba06bc4f435", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e384f2210d3ecf2441ad6691fff1e376c28969d3c0578aa00ec36ba06bc4f435", kill_on_drop: false }`
[INFO] [stdout] e384f2210d3ecf2441ad6691fff1e376c28969d3c0578aa00ec36ba06bc4f435
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] a5e25fae10f111aa0152701c888632b8a98ad79d42ec56e28d9bc3bdb0c7f052
[INFO] running `Command { std: "docker" "start" "-a" "a5e25fae10f111aa0152701c888632b8a98ad79d42ec56e28d9bc3bdb0c7f052", kill_on_drop: false }`
[INFO] [stderr] warning: output filename collision at /opt/rustwide/target/debug/run
[INFO] [stderr]   |
[INFO] [stderr]   = note: the bin target `run` in package `runtool v0.4.3 (/opt/rustwide/workdir/runtool)` has the same output filename as the bin target `run` in package `run v0.4.3 (/opt/rustwide/workdir/run)`
[INFO] [stderr]   = note: this may become a hard error in the future; see <https://github.com/rust-lang/cargo/issues/6313>
[INFO] [stderr]   = help: consider changing their names to be unique or compiling them separately
[INFO] [stderr] warning: output filename collision at /opt/rustwide/target/debug/run.dwp
[INFO] [stderr]   |
[INFO] [stderr]   = note: the bin target `run` in package `runtool v0.4.3 (/opt/rustwide/workdir/runtool)` has the same output filename as the bin target `run` in package `run v0.4.3 (/opt/rustwide/workdir/run)`
[INFO] [stderr]   = note: this may become a hard error in the future; see <https://github.com/rust-lang/cargo/issues/6313>
[INFO] [stderr]   = help: consider changing their names to be unique or compiling them separately
[INFO] [stderr]    Compiling rustix v1.1.3
[INFO] [stderr]    Compiling pest v2.8.5
[INFO] [stderr]    Compiling aho-corasick v1.1.4
[INFO] [stderr]    Compiling env_home v0.1.0
[INFO] [stderr]    Compiling syn v2.0.114
[INFO] [stderr]    Compiling regex-automata v0.4.13
[INFO] [stderr]    Compiling pest_meta v2.8.5
[INFO] [stderr]    Compiling which v8.0.0
[INFO] [stderr]    Compiling pest_generator v2.8.5
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling clap_derive v4.5.49
[INFO] [stderr]    Compiling pest_derive v2.8.5
[INFO] [stderr]    Compiling regex v1.12.2
[INFO] [stderr]    Compiling clap v4.5.54
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling run v0.4.3 (/opt/rustwide/workdir/run)
[INFO] [stderr]    Compiling runtool v0.4.3 (/opt/rustwide/workdir/runtool)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.00s
[INFO] running `Command { std: "docker" "inspect" "a5e25fae10f111aa0152701c888632b8a98ad79d42ec56e28d9bc3bdb0c7f052", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a5e25fae10f111aa0152701c888632b8a98ad79d42ec56e28d9bc3bdb0c7f052", kill_on_drop: false }`
[INFO] [stdout] a5e25fae10f111aa0152701c888632b8a98ad79d42ec56e28d9bc3bdb0c7f052
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] a2c404c12876f6d7bbc0391cef6e5352929c84734160560dc6e3613cacdf46d6
[INFO] running `Command { std: "docker" "start" "-a" "a2c404c12876f6d7bbc0391cef6e5352929c84734160560dc6e3613cacdf46d6", kill_on_drop: false }`
[INFO] [stderr]    Compiling which v8.0.0
[INFO] [stderr]    Compiling slab v0.4.12
[INFO] [stderr]    Compiling sdd v3.0.10
[INFO] [stderr]    Compiling cargo-husky v1.5.0
[INFO] [stderr]    Compiling serial_test_derive v3.3.1
[INFO] [stderr]    Compiling parking_lot v0.12.5
[INFO] [stderr]    Compiling tempfile v3.24.0
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling run v0.4.3 (/opt/rustwide/workdir/run)
[INFO] [stderr]    Compiling scc v2.4.0
[INFO] [stderr]    Compiling futures-executor v0.3.31
[INFO] [stderr]    Compiling serial_test v3.3.1
[INFO] [stderr]    Compiling runtool v0.4.3 (/opt/rustwide/workdir/runtool)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 13.23s
[INFO] running `Command { std: "docker" "inspect" "a2c404c12876f6d7bbc0391cef6e5352929c84734160560dc6e3613cacdf46d6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a2c404c12876f6d7bbc0391cef6e5352929c84734160560dc6e3613cacdf46d6", kill_on_drop: false }`
[INFO] [stdout] a2c404c12876f6d7bbc0391cef6e5352929c84734160560dc6e3613cacdf46d6
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] eaa868a51c30cf60f9c6c55f9f6d21a24c44f3fbd90a0077be3cc273128699d7
[INFO] running `Command { std: "docker" "start" "-a" "eaa868a51c30cf60f9c6c55f9f6d21a24c44f3fbd90a0077be3cc273128699d7", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.11s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/run-da249a4e07a7d535)
[INFO] [stdout] 
[INFO] [stdout] running 311 tests
[INFO] [stdout] test ast::tests::test_output_mode_default ... ok
[INFO] [stdout] test ast::tests::test_structured_result_to_markdown_no_host ... ok
[INFO] [stdout] test ast::tests::test_structured_result_to_json ... ok
[INFO] [stdout] test cli::tests::test_format_result_stream_returns_none ... ok
[INFO] [stdout] test ast::tests::test_structured_result_to_mcp_format ... ok
[INFO] [stdout] test cli::tests::test_output_format_json_mode ... ok
[INFO] [stdout] test ast::tests::test_structured_result_to_mcp_format_failed ... ok
[INFO] [stdout] test cli::tests::test_format_result_json_returns_json ... ok
[INFO] [stdout] test cli::tests::test_output_format_markdown_mode ... ok
[INFO] [stdout] test cli::tests::test_output_format_stream_mode ... ok
[INFO] [stdout] test completion::tests::test_shell_completion_script_not_empty ... ok
[INFO] [stdout] test completion::tests::test_shell_completion_scripts_are_different ... ok
[INFO] [stdout] test completion::tests::test_shell_detect_returns_option ... ok
[INFO] [stdout] test ast::tests::test_structured_result_to_markdown_failed_with_exit_code ... ok
[INFO] [stdout] test completion::tests::test_shell_name_bash ... ok
[INFO] [stdout] test completion::tests::test_shell_name_fish ... ok
[INFO] [stdout] test completion::tests::test_shell_name_zsh ... ok
[INFO] [stdout] test config::tests::test_count_unquoted_braces_after_comment ... ok
[INFO] [stdout] test config::tests::test_count_unquoted_braces_in_strings ... ok
[INFO] [stdout] test config::tests::test_collect_mcp_instructions_ignores_empty_directives ... ok
[INFO] [stdout] test config::tests::test_count_unquoted_braces_simple ... ok
[INFO] [stdout] test config::tests::test_ensure_mcp_output_dir_fallback ... ok
[INFO] [stdout] test config::tests::test_collect_mcp_instructions_top_level_only ... ok
[INFO] [stdout] test config::tests::test_expand_source_directives_no_directives ... ok
[INFO] [stdout] test completion::tests::test_shell_name_powershell ... ok
[INFO] [stdout] test config::tests::test_expand_source_directives_missing_file_skipped ... ok
[INFO] [stdout] test config::tests::test_find_runfile_path_custom_nonexistent ... ok
[INFO] [stdout] test ast::tests::test_structured_result_to_markdown ... ok
[INFO] [stdout] test config::tests::test_expand_source_directives_skips_inside_block ... ok
[INFO] [stdout] test config::tests::test_get_home_dir_returns_some ... ok
[INFO] [stdout] test ast::tests::test_structured_result_from_outputs_success ... ok
[INFO] [stdout] test ast::tests::test_extract_ssh_context_no_match ... ok
[INFO] [stdout] test ast::tests::test_structured_result_from_outputs_failure ... ok
[INFO] [stdout] test config::tests::test_load_from_path_nonexistent ... ok
[INFO] [stdout] test config::tests::test_expand_source_directives_with_source ... ok
[INFO] [stdout] test config::tests::test_no_runfile_error_message ... ok
[INFO] [stdout] test ast::tests::test_structured_result_from_outputs_multiple ... ok
[INFO] [stdout] test completion::tests::test_write_completion_file ... ok
[INFO] [stdout] test config::tests::test_find_runfile_path_with_custom_path ... ok
[INFO] [stdout] test executor::tests::test_parse_error_display_has_caret ... ok
[INFO] [stdout] test config::tests::test_load_config_with_custom_path ... ok
[INFO] [stdout] test config::tests::test_load_merged_config_custom_path ... ok
[INFO] [stdout] test config::tests::test_set_and_get_custom_runfile_path ... ok
[INFO] [stdout] test interpreter::execution::tests::test_build_combined_script_both_preambles ... ok
[INFO] [stdout] test interpreter::execution::tests::test_build_combined_script_errexit_before_preambles ... ok
[INFO] [stdout] test interpreter::execution::tests::test_build_combined_script_func_preamble_only ... ok
[INFO] [stdout] test executor::tests::test_parse_error_display_has_location_arrow ... ok
[INFO] [stdout] test executor::tests::test_parse_error_display_has_source_line ... ok
[INFO] [stdout] test interpreter::execution::tests::test_build_combined_script_no_preambles ... ok
[INFO] [stdout] test interpreter::execution::tests::test_build_combined_script_no_wrap_for_polyglot ... ok
[INFO] [stdout] test ast::tests::test_extract_ssh_context_with_key ... ok
[INFO] [stdout] test config::tests::test_collect_mcp_instructions_source_expansion_order ... ok
[INFO] [stdout] test config::tests::test_expand_source_directives_circular ... ok
[INFO] [stdout] test ast::tests::test_extract_ssh_context_multiple_options ... ok
[INFO] [stdout] test config::tests::test_load_from_path_dir_without_runfile ... ok
[INFO] [stdout] test config::tests::test_load_from_path_directory ... ok
[INFO] [stdout] test config::tests::test_load_from_path_file_exists ... ok
[INFO] [stdout] test ast::tests::test_extract_ssh_context_basic ... ok
[INFO] [stdout] test ast::tests::test_structured_result_from_outputs_with_ssh ... ok
[INFO] [stdout] test interpreter::execution::tests::test_build_combined_script_with_errexit ... ok
[INFO] [stdout] test interpreter::execution::tests::test_errexit_prefix_bash ... ok
[INFO] [stdout] test interpreter::execution::tests::test_errexit_prefix_noerrexit_attribute ... ok
[INFO] [stdout] test interpreter::execution::tests::test_build_combined_script_with_param_locals ... ok
[INFO] [stdout] test interpreter::execution::tests::test_errexit_prefix_python ... ok
[INFO] [stdout] test interpreter::execution::tests::test_errexit_prefix_node ... ok
[INFO] [stdout] test interpreter::execution::tests::test_build_combined_script_with_param_locals_and_preambles ... ok
[INFO] [stdout] test interpreter::execution::tests::test_errexit_prefix_sh ... ok
[INFO] [stdout] test interpreter::execution::tests::test_build_combined_script_wraps_body_with_return ... ok
[INFO] [stdout] test interpreter::preamble::tests::test_build_function_preamble_excludes_self ... ok
[INFO] [stdout] test interpreter::preamble::tests::test_build_function_preamble_pwsh ... ok
[INFO] [stdout] test interpreter::preamble::tests::test_build_function_preamble_empty ... ok
[INFO] [stdout] test interpreter::preamble::tests::test_build_variable_preamble_pwsh ... ok
[INFO] [stdout] test interpreter::preamble::tests::test_build_function_preamble_with_block_sibling ... ok
[INFO] [stdout] test interpreter::preamble::tests::test_build_variable_preamble_pwsh_with_special_chars ... ok
[INFO] [stdout] test interpreter::preamble::tests::test_build_variable_preamble_shell ... ok
[INFO] [stdout] test cli::tests::test_format_result_markdown_returns_markdown ... ok
[INFO] [stdout] test interpreter::execution::tests::test_collect_rewritable_siblings_empty ... ok
[INFO] [stdout] test interpreter::execution::tests::test_collect_rewritable_siblings_with_compatible ... ok
[INFO] [stdout] test interpreter::preamble::tests::test_build_variable_preamble_empty ... ok
[INFO] [stdout] test interpreter::preamble::tests::test_build_variable_preamble_shell_with_special_chars ... ok
[INFO] [stdout] test interpreter::preamble::tests::test_collect_compatible_siblings_empty ... ok
[INFO] [stdout] test interpreter::preamble::tests::test_collect_compatible_siblings_with_blocks ... ok
[INFO] [stdout] test interpreter::preamble::tests::test_collect_incompatible_colon_siblings_empty ... ok
[INFO] [stdout] test interpreter::preamble::tests::test_collect_compatible_siblings_same_interpreter ... ok
[INFO] [stdout] test interpreter::preamble::tests::test_node_preamble_float_type ... ok
[INFO] [stdout] test interpreter::preamble::tests::test_node_preamble_object_type ... ok
[INFO] [stdout] test interpreter::preamble::tests::test_node_preamble_required_param ... ok
[INFO] [stdout] test interpreter::preamble::tests::test_node_preamble_rest_param ... ok
[INFO] [stdout] test interpreter::preamble::tests::test_node_preamble_float_default ... ok
[INFO] [stdout] test interpreter::preamble::tests::test_node_preamble_integer_type ... ok
[INFO] [stdout] test interpreter::preamble::tests::test_polyglot_preamble_non_polyglot ... ok
[INFO] [stdout] test interpreter::preamble::tests::test_python3_preamble_works ... ok
[INFO] [stdout] test interpreter::preamble::tests::test_python_preamble_boolean_type ... ok
[INFO] [stdout] test interpreter::preamble::tests::test_python_preamble_default_param ... ok
[INFO] [stdout] test interpreter::preamble::tests::test_python_preamble_float_default ... ok
[INFO] [stdout] test interpreter::preamble::tests::test_python_preamble_integer_default ... ok
[INFO] [stdout] test interpreter::preamble::tests::test_python_preamble_float_type ... ok
[INFO] [stdout] test interpreter::preamble::tests::test_python_preamble_rest_param ... ok
[INFO] [stdout] test interpreter::preamble::tests::test_ruby_preamble_default_param ... ok
[INFO] [stdout] test interpreter::preamble::tests::test_python_preamble_object_type ... ok
[INFO] [stdout] test interpreter::preamble::tests::test_python_preamble_object_no_json_import_without_object ... ok
[INFO] [stdout] test interpreter::preamble::tests::test_python_preamble_required_param ... ok
[INFO] [stdout] test interpreter::preamble::tests::test_node_preamble_boolean_default ... ok
[INFO] [stdout] test interpreter::preamble::tests::test_node_preamble_default_param ... ok
[INFO] [stdout] test interpreter::preamble::tests::test_ruby_preamble_float_type ... ok
[INFO] [stdout] test interpreter::preamble::tests::test_ruby_preamble_no_json_require_without_object ... ok
[INFO] [stdout] test interpreter::preamble::tests::test_ruby_preamble_required_param ... ok
[INFO] [stdout] test interpreter::preamble::tests::test_ruby_preamble_object_type ... ok
[INFO] [stdout] test interpreter::preamble::tests::test_shell_param_locals_empty ... ok
[INFO] [stdout] test interpreter::preamble::tests::test_shell_param_locals_multiple_params ... ok
[INFO] [stdout] test interpreter::preamble::tests::test_shell_param_locals_escapes_default ... ok
[INFO] [stdout] test interpreter::preamble::tests::test_shell_param_locals_rest_only ... ok
[INFO] [stdout] test interpreter::preamble::tests::test_shell_param_locals_required_param ... ok
[INFO] [stdout] test interpreter::preamble::tests::test_shell_param_locals_rest_param ... ok
[INFO] [stdout] test interpreter::preamble::tests::test_shell_param_locals_with_default ... ok
[INFO] [stdout] test interpreter::preamble::tests::test_ruby_preamble_rest_param ... ok
[INFO] [stdout] test interpreter::shell::tests::test_escape_pwsh_value_backtick ... ok
[INFO] [stdout] test interpreter::shell::tests::test_escape_pwsh_value_double_quotes ... ok
[INFO] [stdout] test interpreter::shell::tests::test_escape_pwsh_value_dollar ... ok
[INFO] [stdout] test interpreter::shell::tests::test_escape_pwsh_value_plain ... ok
[INFO] [stdout] test interpreter::shell::tests::test_escape_shell_value_backslash ... ok
[INFO] [stdout] test interpreter::shell::tests::test_escape_shell_value_backtick ... ok
[INFO] [stdout] test interpreter::shell::tests::test_escape_shell_value_bang ... ok
[INFO] [stdout] test interpreter::shell::tests::test_escape_shell_value_dollar ... ok
[INFO] [stdout] test interpreter::shell::tests::test_escape_shell_value_double_quotes ... ok
[INFO] [stdout] test interpreter::shell::tests::test_interpreter_to_shell_args_bash ... ok
[INFO] [stdout] test interpreter::shell::tests::test_escape_shell_value_combined ... ok
[INFO] [stdout] test interpreter::shell::tests::test_interpreter_to_shell_args_node ... ok
[INFO] [stdout] test interpreter::shell::tests::test_get_python_executable_returns_valid ... ok
[INFO] [stdout] test interpreter::preamble::tests::test_collect_incompatible_colon_siblings_finds_colon_functions ... ok
[INFO] [stdout] test interpreter::shell::tests::test_interpreter_to_shell_args_python3 ... ok
[INFO] [stdout] test interpreter::shell::tests::test_escape_shell_value_plain ... ok
[INFO] [stdout] test interpreter::shell::tests::test_interpreter_to_shell_args_ruby ... ok
[INFO] [stdout] test interpreter::shell::tests::test_interpreter_to_shell_args_sh ... ok
[INFO] [stdout] test interpreter::preamble::tests::test_python_preamble_integer_type ... ok
[INFO] [stdout] test interpreter::shell::tests::test_resolve_shebang_direct_path_python3 ... ok
[INFO] [stdout] test interpreter::shell::tests::test_resolve_shebang_node ... ok
[INFO] [stdout] test interpreter::shell::tests::test_resolve_shebang_powershell ... ok
[INFO] [stdout] test interpreter::shell::tests::test_interpreter_to_shell_args_pwsh ... ok
[INFO] [stdout] test interpreter::shell::tests::test_resolve_shebang_python3 ... ok
[INFO] [stdout] test interpreter::shell::tests::test_resolve_shebang_ruby ... ok
[INFO] [stdout] test interpreter::shell::tests::test_resolve_shebang_bash_direct ... ok
[INFO] [stdout] test interpreter::shell::tests::test_strip_shebang_basic ... ok
[INFO] [stdout] test interpreter::shell::tests::test_resolve_shebang_pwsh ... ok
[INFO] [stdout] test interpreter::shell::tests::test_strip_shebang_no_shebang ... ok
[INFO] [stdout] test interpreter::shell::tests::test_resolve_shebang_unknown ... ok
[INFO] [stdout] test interpreter::shell::tests::test_strip_shebang_only_shebang ... ok
[INFO] [stdout] test interpreter::shell::tests::test_resolve_shebang_sh_direct ... ok
[INFO] [stdout] test interpreter::tests::test_call_function_not_found ... ok
[INFO] [stdout] test interpreter::tests::test_call_function_with_args_not_found ... ok
[INFO] [stdout] test interpreter::tests::test_execute_assignment ... ok
[INFO] [stdout] test interpreter::tests::test_execute_block_function_def ... ok
[INFO] [stdout] test interpreter::shell::tests::test_resolve_shebang_python ... ok
[INFO] [stdout] test interpreter::tests::test_execute_simple_function_def ... ok
[INFO] [stdout] test interpreter::tests::test_execute_os_filtered_function ... ok
[INFO] [stdout] test interpreter::tests::test_get_block_function_metadata ... ok
[INFO] [stdout] test interpreter::tests::test_get_simple_function_attributes ... ok
[INFO] [stdout] test interpreter::tests::test_interpreter_new_default ... ok
[INFO] [stdout] test interpreter::tests::test_list_available_functions_empty ... ok
[INFO] [stdout] test interpreter::tests::test_list_available_functions_sorted ... ok
[INFO] [stdout] test interpreter::tests::test_replace_var_word_boundary_basic ... ok
[INFO] [stdout] test interpreter::tests::test_replace_var_word_boundary_both_present ... ok
[INFO] [stdout] test interpreter::tests::test_replace_var_word_boundary_end_of_string ... ok
[INFO] [stdout] test interpreter::tests::test_replace_var_word_boundary_followed_by_punctuation ... nested
[INFO] [stdout] ok
[INFO] [stdout] test interpreter::tests::test_replace_var_word_boundary_prevents_substring ... ok
[INFO] [stdout] test interpreter::tests::test_resolve_function_interpreter_attribute_overrides_shebang ... ok
[INFO] [stdout] test interpreter::tests::test_resolve_function_interpreter_default ... ok
[INFO] [stdout] building
[INFO] [stdout] test interpreter::tests::test_call_function_double_underscore_resolution ... ok
[INFO] [stdout] test interpreter::tests::test_resolve_function_interpreter_shebang ... ok
[INFO] [stdout] test interpreter::tests::test_resolve_function_interpreter_shell_attribute ... ok
[INFO] [stdout] test interpreter::tests::test_set_output_mode ... ok
[INFO] [stdout] test interpreter::tests::test_shell_quote_args_empty_arg ... ok
[INFO] [stdout] test interpreter::tests::test_call_function_underscore_to_colon_resolution ... ok
[INFO] [stdout] test interpreter::tests::test_shell_quote_args_empty_slice ... ok
[INFO] [stdout] shell
[INFO] [stdout] test interpreter::tests::test_shell_quote_args_mixed ... ok
[INFO] [stdout] test interpreter::tests::test_shell_quote_args_safe_chars ... ok
[INFO] [stdout] test interpreter::tests::test_shell_quote_args_single_quote ... ok
[INFO] [stdout] test interpreter::tests::test_substitute_args_braced ... ok
[INFO] [stdout] test interpreter::tests::test_shell_quote_args_special_chars ... ok
[INFO] [stdout] test interpreter::tests::test_call_function_subcommand_resolution ... ok
[INFO] [stdout] test interpreter::tests::test_substitute_args_default_value ... ok
[INFO] [stdout] test interpreter::tests::test_substitute_args_braced_missing ... ok
[INFO] [stdout] test interpreter::tests::test_substitute_args_default_value_with_arg ... ok
[INFO] [stdout] test interpreter::tests::test_substitute_args_positional ... ok
[INFO] [stdout] test interpreter::tests::test_substitute_args_with_params_fallback_positional ... ok
[INFO] [stdout] test interpreter::tests::test_take_captured_outputs ... ok
[INFO] [stdout] test interpreter::tests::test_substitute_args_with_variables ... ok
[INFO] [stdout] test interpreter::tests::test_substitute_args_with_params_named ... ok
[INFO] [stdout] test interpreter::tests::test_substitute_args_all_args ... ok
[INFO] [stdout] test executor::tests::test_parse_error_no_raw_rule_names ... ok
[INFO] [stdout] test interpreter::shell::tests::test_strip_shebang_with_comment_before ... ok
[INFO] [stdout] test mcp::handlers::tests::test_handle_set_cwd_invalid_path ... ok
[INFO] [stdout] test mcp::handlers::tests::test_handle_set_cwd_missing_path ... ok
[INFO] [stdout] test mcp::handlers::tests::test_handle_tools_call_missing_params ... ok
[INFO] [stdout] test mcp::handlers::tests::test_handle_tools_call_missing_tool_name ... ok
[INFO] [stdout] test interpreter::execution::tests::test_errexit_prefix_noerrexit_with_other_attrs ... ok
[INFO] [stdout] test interpreter::execution::tests::test_build_combined_script_var_preamble_only ... ok
[INFO] [stdout] test interpreter::preamble::tests::test_polyglot_preamble_empty_params ... ok
[INFO] [stdout] test mcp::handlers::tests::test_handle_tools_call_set_cwd_nonexistent ... ok
[INFO] [stdout] test interpreter::preamble::tests::test_build_function_preamble_with_simple_sibling ... ok
[INFO] [stdout] test interpreter::tests::test_substitute_args_with_params_rest ... ok
[INFO] [stdout] test mcp::handlers::tests::test_handle_initialize ... ok
[INFO] [stdout] test mcp::handlers::tests::test_handle_initialize_appends_runfile_instructions ... ok
[INFO] [stdout] test mcp::handlers::tests::test_handle_initialize_without_runfile_instructions_section ... ok
[INFO] [stdout] hello
[INFO] [stdout] test mcp::handlers::tests::test_handle_get_cwd ... ok
[INFO] [stdout] test mcp::handlers::tests::test_handle_set_cwd ... ok
[INFO] [stdout] test config::tests::test_set_and_get_mcp_output_dir ... ok
[INFO] [stdout] test mcp::handlers::tests::test_handle_tools_call_get_cwd_value ... ok
[INFO] [stdout] test interpreter::preamble::tests::test_ruby_preamble_float_default ... ok
[INFO] [stdout] test mcp::handlers::tests::test_handle_initialize_with_params ... ok
[INFO] [stdout] test mcp::mapping::tests::test_value_to_string_bool_false ... ok
[INFO] [stdout] test mcp::mapping::tests::test_resolve_tool_name_not_found ... ok
[INFO] [stdout] test mcp::mapping::tests::test_value_to_string_array ... ok
[INFO] [stdout] test mcp::mapping::tests::test_value_to_string_bool_true ... ok
[INFO] [stdout] test mcp::mapping::tests::test_map_arguments_named_params_in_order ... ok
[INFO] [stdout] test interpreter::tests::test_execute_simple_function_call ... ok
[INFO] [stdout] test mcp::mapping::tests::test_value_to_string_float ... ok
[INFO] [stdout] test mcp::handlers::tests::test_handle_tools_call_unknown_tool ... ok
[INFO] [stdout] test mcp::mapping::tests::test_value_to_string_null ... ok
[INFO] [stdout] test mcp::mapping::tests::test_value_to_string_number ... ok
[INFO] [stdout] test mcp::mapping::tests::test_map_arguments_no_params_returns_empty ... ok
[INFO] [stdout] test mcp::mapping::tests::test_map_arguments_rest_param_expands_array ... ok
[INFO] [stdout] test mcp::mapping::tests::test_value_to_string_object ... ok
[INFO] [stdout] test mcp::mapping::tests::test_value_to_string_string ... ok
[INFO] [stdout] test mcp::mapping::tests::test_resolve_tool_name_colon_sanitised ... ok
[INFO] [stdout] test mcp::tests::test_extract_function_metadata_with_params ... ok
[INFO] [stdout] test mcp::tests::test_extract_function_metadata_with_rest_param ... ok
[INFO] [stdout] test mcp::tests::test_process_request_invalid_jsonrpc_version ... ok
[INFO] [stdout] test mcp::tests::test_extract_function_metadata_with_desc ... ok
[INFO] [stdout] test mcp::tests::test_extract_function_metadata_without_desc ... ok
[INFO] [stdout] test mcp::tests::test_extract_function_metadata_params_with_arg_descriptions ... ok
[INFO] [stdout] test mcp::tests::test_extract_function_metadata_with_args ... ok
[INFO] [stdout] test mcp::tools::tests::test_get_builtin_tools ... ok
[INFO] [stdout] test mcp::tools::tests::test_sanitise_property_key_invalid_chars_replaced ... ok
[INFO] [stdout] test mcp::tools::tests::test_sanitise_property_key_truncated_to_64 ... ok
[INFO] [stdout] test mcp::tools::tests::test_sanitise_property_key_valid ... ok
[INFO] [stdout] test mcp::mapping::tests::test_resolve_tool_name_only_functions_with_desc_are_found ... ok
[INFO] [stdout] test mcp::mapping::tests::test_resolve_tool_name_simple ... ok
[INFO] [stdout] test mcp::mapping::tests::test_map_arguments_non_object_returns_error ... ok
[INFO] [stdout] test mcp::tools::tests::test_sanitise_property_key_question_mark_optional ... ok
[INFO] [stdout] test output_file::tests::test_exactly_threshold_unchanged ... ok
[INFO] [stdout] test mcp::tools::tests::test_extract_function_metadata_optional_arg ... ok
[INFO] [stdout] test mcp::tools::tests::test_extract_function_metadata_optional_arg_description_in_hybrid_mode ... ok
[INFO] [stdout] test output_file::tests::test_short_output_unchanged ... ok
[INFO] [stdout] test mcp::tools::tests::test_sanitise_property_key_invalid_chars_with_question_mark ... ok
[INFO] [stdout] test mcp::tools::tests::test_sanitise_property_key_valid_chars ... ok
[INFO] [stdout] test mcp::tests::test_process_request_valid_jsonrpc_version ... ok
[INFO] [stdout] test mcp::mapping::tests::test_resolve_tool_name_no_runfile ... ok
[INFO] [stdout] test mcp::mapping::tests::test_map_arguments_legacy_arg_mapping ... ok
[INFO] [stdout] test mcp::tools::tests::test_extract_function_metadata_mixed_optional_required ... ok
[INFO] [stdout] test parser::error::tests::test_display_includes_filename_and_location ... ok
[INFO] [stdout] test parser::error::tests::test_display_without_filename ... ok
[INFO] [stdout] test parser::error::tests::test_multiline_error_points_to_correct_line ... ok
[INFO] [stdout] test parser::tests::test_all_param_types ... ok
[INFO] [stdout] test parser::tests::test_block_function_with_params ... ok
[INFO] [stdout] test parser::tests::test_arg_without_position_hybrid_mode ... ok
[INFO] [stdout] test parser::tests::test_function_keyword_with_params ... ok
[INFO] [stdout] test parser::tests::test_function_with_mixed_params_and_rest ... ok
[INFO] [stdout] test parser::tests::test_empty_parens_still_works ... ok
[INFO] [stdout] test parser::tests::test_function_with_default_values ... ok
[INFO] [stdout] test parser::tests::test_function_with_typed_params ... ok
[INFO] [stdout] test parser::error::tests::test_no_raw_rule_names_in_message ... ok
[INFO] [stdout] test parser::tests::test_function_with_params ... ok
[INFO] [stdout] test parser::tests::test_function_with_rest_param ... ok
[INFO] [stdout] test parser::error::tests::test_pos_location_extracted ... ok
[INFO] [stdout] test parser::tests::test_parse_arg_attribute_boolean_type ... ok
[INFO] [stdout] test parser::tests::test_parse_arg_attribute_integer_type ... ok
[INFO] [stdout] test parser::error::tests::test_source_line_and_caret_present ... ok
[INFO] [stdout] test parser::tests::test_single_quoted_default ... ok
[INFO] [stdout] test parser::tests::test_strip_quotes_from_arg ... ok
[INFO] [stdout] test parser::tests::test_parse_arg_attribute_with_type ... ok
[INFO] [stdout] test parser::tests::test_parse_arg_without_explicit_type ... ok
[INFO] [stdout] test mcp::handlers::tests::test_handle_tools_list_includes_builtin ... ok
[INFO] [stdout] test parser::tests::test_parse_desc_attribute ... ok
[INFO] [stdout] test parser::tests::test_parse_multiple_attributes ... ok
[INFO] [stdout] test transpiler::tests::test_indent_with_empty_lines ... ok
[INFO] [stdout] test transpiler::tests::test_interpreter_compatibility_polyglot ... ok
[INFO] [stdout] test transpiler::tests::test_rewrite_call_sites_command_position_vs_argument ... ok
[INFO] [stdout] test parser::tests::test_parse_command_with_variable_after_equals ... ok
[INFO] [stdout] test parser::tests::test_quoted_default_with_comma ... ok
[INFO] [stdout] test parser::tests::test_unquoted_default ... ok
[INFO] [stdout] test parser::tests::test_strip_quotes_from_desc ... ok
[INFO] [stdout] test transpiler::tests::test_indent ... ok
[INFO] [stdout] test parser::error::tests::test_hint_is_clean_when_present ... ok
[INFO] [stdout] test parser::tests::test_short_type_names ... ok
[INFO] [stdout] test transpiler::tests::test_rewrite_no_partial_match ... ok
[INFO] [stdout] test transpiler::tests::test_rewrite_call_sites_with_args ... ok
[INFO] [stdout] test transpiler::tests::test_rewrite_word_boundaries ... ok
[INFO] [stdout] test transpiler::tests::test_rewrite_call_sites_after_command_separators ... ok
[INFO] [stdout] test transpiler::tests::test_interpreter_compatibility_sh_bash ... ok
[INFO] [stdout] test transpiler::tests::test_rewrite_call_sites_no_colons ... ok
[INFO] [stdout] test transpiler::tests::test_rewrite_call_sites_indented ... ok
[INFO] [stdout] test transpiler::tests::test_rewrite_call_sites_no_partial_match ... ok
[INFO] [stdout] test transpiler::tests::test_rewrite_call_sites_pnpm_wrapper_pattern ... ok
[INFO] [stdout] test transpiler::tests::test_rewrite_call_sites_should_not_rewrite_arguments ... ok
[INFO] [stdout] test transpiler::tests::test_rewrite_call_sites_sibling_name_as_argument_to_echo ... ok
[INFO] [stdout] test transpiler::tests::test_rewrite_call_sites_simple ... ok
[INFO] [stdout] test transpiler::tests::test_sanitise_name ... ok
[INFO] [stdout] test transpiler::tests::test_transpile_block_pwsh_function ... ok
[INFO] [stdout] test transpiler::tests::test_transpile_block_shell_function ... ok
[INFO] [stdout] test transpiler::tests::test_interpreter_compatibility_pwsh ... ok
[INFO] [stdout] test transpiler::tests::test_transpile_colon_name ... ok
[INFO] [stdout] test transpiler::tests::test_transpile_simple_pwsh_function ... ok
[INFO] [stdout] test transpiler::tests::test_transpile_simple_shell_function ... ok
[INFO] [stdout] test utils::tests::test_matches_current_platform_multiple_os ... ok
[INFO] [stdout] test utils::tests::test_matches_current_platform_no_os_attrs ... ok
[INFO] [stdout] test utils::tests::test_arg_type_to_json_type ... ok
[INFO] [stdout] test utils::tests::test_matches_current_platform_windows ... ok
[INFO] [stdout] test utils::tests::test_matches_current_platform_unix ... ok
[INFO] [stdout] test output_file::tests::test_single_long_line_truncated ... FAILED
[INFO] [stdout] test output_file::tests::test_long_output_truncated ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- output_file::tests::test_single_long_line_truncated stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'output_file::tests::test_single_long_line_truncated' (280) panicked at run/src/output_file.rs:188:64:
[INFO] [stdout] Processing should succeed: Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5c3b0b9d2b6a - std[b80a194dd3c418bb]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5c3b0b9d2b6a - std[b80a194dd3c418bb]::backtrace_rs::backtrace::trace_unsynchronized::<std[b80a194dd3c418bb]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5c3b0b9d2b6a - std[b80a194dd3c418bb]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5c3b0b9d2b6a - <<std[b80a194dd3c418bb]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[10b6fa85044e1869]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5c3b0b9e953a - <core[10b6fa85044e1869]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5c3b0b9e953a - core[10b6fa85044e1869]::fmt::write
[INFO] [stdout]    6:     0x5c3b0b9d77b2 - std[b80a194dd3c418bb]::io::default_write_fmt::<alloc[dd269455e567d8e9]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5c3b0b9d77b2 - <alloc[dd269455e567d8e9]::vec::Vec<u8> as std[b80a194dd3c418bb]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x5c3b0b9af37f - <std[b80a194dd3c418bb]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5c3b0b9af37f - std[b80a194dd3c418bb]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5c3b0b9c9d59 - std[b80a194dd3c418bb]::panicking::default_hook
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5c3b0b65bcbc - <alloc[dd269455e567d8e9]::boxed::Box<dyn for<'a, 'b> core[10b6fa85044e1869]::ops::function::Fn<(&'a std[b80a194dd3c418bb]::panic::PanicHookInfo<'b>,), Output = ()> + core[10b6fa85044e1869]::marker::Sync + core[10b6fa85044e1869]::marker::Send> as core[10b6fa85044e1869]::ops::function::Fn<(&std[b80a194dd3c418bb]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   12:     0x5c3b0b65bcbc - test[826cbc6ef54ab466]::test_main_with_exit_callback::<test[826cbc6ef54ab466]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5c3b0b9c9f12 - <alloc[dd269455e567d8e9]::boxed::Box<dyn for<'a, 'b> core[10b6fa85044e1869]::ops::function::Fn<(&'a std[b80a194dd3c418bb]::panic::PanicHookInfo<'b>,), Output = ()> + core[10b6fa85044e1869]::marker::Sync + core[10b6fa85044e1869]::marker::Send> as core[10b6fa85044e1869]::ops::function::Fn<(&std[b80a194dd3c418bb]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   14:     0x5c3b0b9c9f12 - std[b80a194dd3c418bb]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5c3b0b9af438 - std[b80a194dd3c418bb]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5c3b0b9a6959 - std[b80a194dd3c418bb]::sys::backtrace::__rust_end_short_backtrace::<std[b80a194dd3c418bb]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5c3b0b9b030d - __rustc[9698a3e60dd14283]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5c3b0b9e9ecc - core[10b6fa85044e1869]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5c3b0b9e9c12 - core[10b6fa85044e1869]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x5c3b0b5edb27 - core::result::Result<T,E>::expect::he8535013c5875a4c
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/result.rs:1185:23
[INFO] [stdout]   21:     0x5c3b0b5c4e5d - run::output_file::tests::test_single_long_line_truncated::hb9845258e6e82cfe
[INFO] [stdout]                                at /opt/rustwide/workdir/run/src/output_file.rs:188:64
[INFO] [stdout]   22:     0x5c3b0b5c5127 - run::output_file::tests::test_single_long_line_truncated::{{closure}}::hb6f394d95e2d17e2
[INFO] [stdout]                                at /opt/rustwide/workdir/run/src/output_file.rs:183:41
[INFO] [stdout]   23:     0x5c3b0b581556 - core::ops::function::FnOnce::call_once::hbd7eb1516f167de0
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   24:     0x5c3b0b64fd9b - <fn() -> core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x5c3b0b64fd9b - test[826cbc6ef54ab466]::__rust_begin_short_backtrace::<core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>, fn() -> core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:663:18
[INFO] [stdout]   26:     0x5c3b0b65c78b - test[826cbc6ef54ab466]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:686:74
[INFO] [stdout]   27:     0x5c3b0b65c78b - <core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   28:     0x5c3b0b65c78b - std[b80a194dd3c418bb]::panicking::catch_unwind::do_call::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}>, core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:581:40
[INFO] [stdout]   29:     0x5c3b0b65c78b - std[b80a194dd3c418bb]::panicking::catch_unwind::<core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>, core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:544:19
[INFO] [stdout]   30:     0x5c3b0b65c78b - std[b80a194dd3c418bb]::panic::catch_unwind::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}>, core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panic.rs:359:14
[INFO] [stdout]   31:     0x5c3b0b65c78b - test[826cbc6ef54ab466]::run_test_in_process
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:686:27
[INFO] [stdout]   32:     0x5c3b0b65c78b - test[826cbc6ef54ab466]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:607:43
[INFO] [stdout]   33:     0x5c3b0b657ea4 - test[826cbc6ef54ab466]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:637:41
[INFO] [stdout]   34:     0x5c3b0b657ea4 - std[b80a194dd3c418bb]::sys::backtrace::__rust_begin_short_backtrace::<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   35:     0x5c3b0b65f392 - std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked::<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   36:     0x5c3b0b65f392 - <core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   37:     0x5c3b0b65f392 - std[b80a194dd3c418bb]::panicking::catch_unwind::do_call::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:581:40
[INFO] [stdout]   38:     0x5c3b0b65f392 - std[b80a194dd3c418bb]::panicking::catch_unwind::<(), core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:544:19
[INFO] [stdout]   39:     0x5c3b0b65f392 - std[b80a194dd3c418bb]::panic::catch_unwind::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x5c3b0b65f392 - std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked::<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   41:     0x5c3b0b65f392 - <std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1} as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   42:     0x5c3b0b9d1f2f - <alloc[dd269455e567d8e9]::boxed::Box<dyn core[10b6fa85044e1869]::ops::function::FnOnce<(), Output = ()> + core[10b6fa85044e1869]::marker::Send> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/boxed.rs:2240:9
[INFO] [stdout]   43:     0x5c3b0b9d1f2f - <std[b80a194dd3c418bb]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   44:     0x7a1877222aa4 - <unknown>
[INFO] [stdout]   45:     0x7a18772afa64 - clone
[INFO] [stdout]   46:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- output_file::tests::test_long_output_truncated stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'output_file::tests::test_long_output_truncated' (278) panicked at run/src/output_file.rs:159:64:
[INFO] [stdout] Processing should succeed: Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5c3b0b9d2b6a - std[b80a194dd3c418bb]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5c3b0b9d2b6a - std[b80a194dd3c418bb]::backtrace_rs::backtrace::trace_unsynchronized::<std[b80a194dd3c418bb]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5c3b0b9d2b6a - std[b80a194dd3c418bb]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5c3b0b9d2b6a - <<std[b80a194dd3c418bb]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[10b6fa85044e1869]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5c3b0b9e953a - <core[10b6fa85044e1869]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5c3b0b9e953a - core[10b6fa85044e1869]::fmt::write
[INFO] [stdout]    6:     0x5c3b0b9d77b2 - std[b80a194dd3c418bb]::io::default_write_fmt::<alloc[dd269455e567d8e9]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5c3b0b9d77b2 - <alloc[dd269455e567d8e9]::vec::Vec<u8> as std[b80a194dd3c418bb]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x5c3b0b9af37f - <std[b80a194dd3c418bb]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5c3b0b9af37f - std[b80a194dd3c418bb]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5c3b0b9c9d59 - std[b80a194dd3c418bb]::panicking::default_hook
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5c3b0b65bcbc - <alloc[dd269455e567d8e9]::boxed::Box<dyn for<'a, 'b> core[10b6fa85044e1869]::ops::function::Fn<(&'a std[b80a194dd3c418bb]::panic::PanicHookInfo<'b>,), Output = ()> + core[10b6fa85044e1869]::marker::Sync + core[10b6fa85044e1869]::marker::Send> as core[10b6fa85044e1869]::ops::function::Fn<(&std[b80a194dd3c418bb]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   12:     0x5c3b0b65bcbc - test[826cbc6ef54ab466]::test_main_with_exit_callback::<test[826cbc6ef54ab466]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5c3b0b9c9f12 - <alloc[dd269455e567d8e9]::boxed::Box<dyn for<'a, 'b> core[10b6fa85044e1869]::ops::function::Fn<(&'a std[b80a194dd3c418bb]::panic::PanicHookInfo<'b>,), Output = ()> + core[10b6fa85044e1869]::marker::Sync + core[10b6fa85044e1869]::marker::Send> as core[10b6fa85044e1869]::ops::function::Fn<(&std[b80a194dd3c418bb]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   14:     0x5c3b0b9c9f12 - std[b80a194dd3c418bb]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5c3b0b9af438 - std[b80a194dd3c418bb]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5c3b0b9a6959 - std[b80a194dd3c418bb]::sys::backtrace::__rust_end_short_backtrace::<std[b80a194dd3c418bb]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5c3b0b9b030d - __rustc[9698a3e60dd14283]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5c3b0b9e9ecc - core[10b6fa85044e1869]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5c3b0b9e9c12 - core[10b6fa85044e1869]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x5c3b0b5edb27 - core::result::Result<T,E>::expect::he8535013c5875a4c
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/result.rs:1185:23
[INFO] [stdout]   21:     0x5c3b0b5c45e5 - run::output_file::tests::test_long_output_truncated::h95d4b9a4977f9146
[INFO] [stdout]                                at /opt/rustwide/workdir/run/src/output_file.rs:159:64
[INFO] [stdout]   22:     0x5c3b0b5c4aa7 - run::output_file::tests::test_long_output_truncated::{{closure}}::h703572247002d0c7
[INFO] [stdout]                                at /opt/rustwide/workdir/run/src/output_file.rs:153:36
[INFO] [stdout]   23:     0x5c3b0b582056 - core::ops::function::FnOnce::call_once::hdd7dd1e6f7ace4c7
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   24:     0x5c3b0b64fd9b - <fn() -> core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x5c3b0b64fd9b - test[826cbc6ef54ab466]::__rust_begin_short_backtrace::<core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>, fn() -> core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:663:18
[INFO] [stdout]   26:     0x5c3b0b65c78b - test[826cbc6ef54ab466]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:686:74
[INFO] [stdout]   27:     0x5c3b0b65c78b - <core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   28:     0x5c3b0b65c78b - std[b80a194dd3c418bb]::panicking::catch_unwind::do_call::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}>, core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:581:40
[INFO] [stdout]   29:     0x5c3b0b65c78b - std[b80a194dd3c418bb]::panicking::catch_unwind::<core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>, core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:544:19
[INFO] [stdout]   30:     0x5c3b0b65c78b - std[b80a194dd3c418bb]::panic::catch_unwind::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}>, core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panic.rs:359:14
[INFO] [stdout]   31:     0x5c3b0b65c78b - test[826cbc6ef54ab466]::run_test_in_process
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:686:27
[INFO] [stdout]   32:     0x5c3b0b65c78b - test[826cbc6ef54ab466]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:607:43
[INFO] [stdout]   33:     0x5c3b0b657ea4 - test[826cbc6ef54ab466]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:637:41
[INFO] [stdout]   34:     0x5c3b0b657ea4 - std[b80a194dd3c418bb]::sys::backtrace::__rust_begin_short_backtrace::<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   35:     0x5c3b0b65f392 - std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked::<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   36:     0x5c3b0b65f392 - <core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   37:     0x5c3b0b65f392 - std[b80a194dd3c418bb]::panicking::catch_unwind::do_call::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:581:40
[INFO] [stdout]   38:     0x5c3b0b65f392 - std[b80a194dd3c418bb]::panicking::catch_unwind::<(), core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:544:19
[INFO] [stdout]   39:     0x5c3b0b65f392 - std[b80a194dd3c418bb]::panic::catch_unwind::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x5c3b0b65f392 - std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked::<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   41:     0x5c3b0b65f392 - <std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1} as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   42:     0x5c3b0b9d1f2f - <alloc[dd269455e567d8e9]::boxed::Box<dyn core[10b6fa85044e1869]::ops::function::FnOnce<(), Output = ()> + core[10b6fa85044e1869]::marker::Send> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/boxed.rs:2240:9
[INFO] [stdout]   43:     0x5c3b0b9d1f2f - <std[b80a194dd3c418bb]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   44:     0x7a1877222aa4 - <unknown>
[INFO] [stdout]   45:     0x7a18772afa64 - clone
[INFO] [stdout]   46:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     output_file::tests::test_long_output_truncated
[INFO] [stdout]     output_file::tests::test_single_long_line_truncated
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 309 passed; 2 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.26s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `-p run --lib`
[INFO] running `Command { std: "docker" "inspect" "eaa868a51c30cf60f9c6c55f9f6d21a24c44f3fbd90a0077be3cc273128699d7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "eaa868a51c30cf60f9c6c55f9f6d21a24c44f3fbd90a0077be3cc273128699d7", kill_on_drop: false }`
[INFO] [stdout] eaa868a51c30cf60f9c6c55f9f6d21a24c44f3fbd90a0077be3cc273128699d7
