[INFO] cloning repository https://github.com/sbryngelson/ffmt
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/sbryngelson/ffmt" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsbryngelson%2Fffmt", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsbryngelson%2Fffmt'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] fefabc44efe0a36a587c94be2f3bb645b388cf22
[INFO] testing sbryngelson/ffmt against 1.97.0-beta.6 for beta-1.98-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsbryngelson%2Fffmt" "/workspace/builds/worker-6-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/sbryngelson/ffmt
[INFO] finished tweaking git repo https://github.com/sbryngelson/ffmt
[INFO] tweaked toml for git repo https://github.com/sbryngelson/ffmt written to /workspace/builds/worker-6-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/sbryngelson/ffmt on toolchain 1.97.0-beta.6
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.97.0-beta.6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.97.0-beta.6" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 54 packages to latest compatible versions
[INFO] [stderr]       Adding toml v0.8.23 (available: v1.1.2+spec-1.1.0)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.97.0-beta.6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded crossbeam-deque v0.8.7
[INFO] [stderr]   Downloaded ignore v0.4.28
[INFO] [stderr]   Downloaded crossbeam-utils v0.8.22
[INFO] [stderr]   Downloaded bstr v1.12.3
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/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:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 567fd93e3ed86df7af87e58aad2b32f8a1f4c0811ae17790b4ed22fcbce4f268
[INFO] running `Command { std: "docker" "start" "567fd93e3ed86df7af87e58aad2b32f8a1f4c0811ae17790b4ed22fcbce4f268", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "567fd93e3ed86df7af87e58aad2b32f8a1f4c0811ae17790b4ed22fcbce4f268", 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" "567fd93e3ed86df7af87e58aad2b32f8a1f4c0811ae17790b4ed22fcbce4f268" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "567fd93e3ed86df7af87e58aad2b32f8a1f4c0811ae17790b4ed22fcbce4f268", 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" "567fd93e3ed86df7af87e58aad2b32f8a1f4c0811ae17790b4ed22fcbce4f268" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling memchr v2.8.3
[INFO] [stderr]    Compiling crossbeam-utils v0.8.22
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.20
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling crossbeam-deque v0.8.7
[INFO] [stderr]    Compiling indexmap v2.14.0
[INFO] [stderr]    Compiling aho-corasick v1.1.4
[INFO] [stderr]    Compiling bstr v1.12.3
[INFO] [stderr]    Compiling serde_json v1.0.150
[INFO] [stderr]    Compiling rayon-core v1.13.0
[INFO] [stderr]    Compiling rayon v1.12.0
[INFO] [stderr]    Compiling regex-automata v0.4.15
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling toml_datetime v0.6.11
[INFO] [stderr]    Compiling serde_spanned v0.6.9
[INFO] [stderr]    Compiling toml_edit v0.22.27
[INFO] [stderr]    Compiling globset v0.4.18
[INFO] [stderr]    Compiling regex v1.13.0
[INFO] [stderr]    Compiling ignore v0.4.28
[INFO] [stderr]    Compiling toml v0.8.23
[INFO] [stderr]    Compiling ffmt v0.4.3 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.48s
[INFO] running `Command { std: "docker" "inspect" "567fd93e3ed86df7af87e58aad2b32f8a1f4c0811ae17790b4ed22fcbce4f268", 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" "567fd93e3ed86df7af87e58aad2b32f8a1f4c0811ae17790b4ed22fcbce4f268" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling ffmt v0.4.3 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 5.62s
[INFO] running `Command { std: "docker" "inspect" "567fd93e3ed86df7af87e58aad2b32f8a1f4c0811ae17790b4ed22fcbce4f268", 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" "567fd93e3ed86df7af87e58aad2b32f8a1f4c0811ae17790b4ed22fcbce4f268" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "test" "--frozen", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.08s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/ffmt-6b28a97efb4c15e2)
[INFO] [stdout] 
[INFO] [stdout] running 41 tests
[INFO] [stdout] test align::tests::test_attributes ... ok
[INFO] [stdout] test align::tests::test_basic_alignment ... ok
[INFO] [stdout] test align::tests::test_blank_line_breaks_group ... ok
[INFO] [stdout] test align::tests::test_already_aligned ... ok
[INFO] [stdout] test align::tests::test_comment_line_breaks_group ... ok
[INFO] [stdout] test align::tests::test_different_indent_breaks_group ... ok
[INFO] [stdout] test align::tests::test_inline_doxygen_alignment ... ok
[INFO] [stdout] test align::tests::test_inline_doxygen_mixed_with_no_comment ... ok
[INFO] [stdout] test align::tests::test_no_alignment_single_line ... ok
[INFO] [stdout] test align::tests::test_private_public_not_declaration ... ok
[INFO] [stdout] test align::tests::test_preserves_after_double_colon ... ok
[INFO] [stdout] test align::tests::test_non_declaration_breaks_group ... ok
[INFO] [stdout] test align::tests::test_type_and_class ... ok
[INFO] [stdout] test align::tests::test_inline_doxygen_single_comment_no_alignment ... ok
[INFO] [stdout] test case_norm::tests::test_keyword_list_sorted ... ok
[INFO] [stdout] test align::tests::test_fypp_line_not_grouped ... ok
[INFO] [stdout] test keyword_norm::tests::test_fypp_untouched ... ok
[INFO] [stdout] test keyword_norm::tests::test_mixed_case ... ok
[INFO] [stdout] test keyword_norm::tests::test_end_subroutine_already_spaced ... ok
[INFO] [stdout] test keyword_norm::tests::test_endif ... ok
[INFO] [stdout] test unicode::tests::test_arrows ... ok
[INFO] [stdout] test unicode::tests::test_accented ... ok
[INFO] [stdout] test keyword_norm::tests::test_endblock ... ok
[INFO] [stdout] test unicode::tests::test_ascii_unchanged ... ok
[INFO] [stdout] test keyword_norm::tests::test_preserves_strings ... ok
[INFO] [stdout] test unicode::tests::test_greek_lowercase ... ok
[INFO] [stdout] test keyword_norm::tests::test_double_precision ... ok
[INFO] [stdout] test keyword_norm::tests::test_preserves_comments ... ok
[INFO] [stdout] test keyword_norm::tests::test_selectcase ... ok
[INFO] [stdout] test keyword_norm::tests::test_no_false_positive_on_identifier ... ok
[INFO] [stdout] test unicode::tests::test_dashes ... ok
[INFO] [stdout] test keyword_norm::tests::test_enddo ... ok
[INFO] [stdout] test unicode::tests::test_math_symbols ... ok
[INFO] [stdout] test unicode::tests::test_smart_quotes ... ok
[INFO] [stdout] test keyword_norm::tests::test_elseif ... ok
[INFO] [stdout] test keyword_norm::tests::test_endmodule ... ok
[INFO] [stdout] test keyword_norm::tests::test_endsubroutine ... ok
[INFO] [stdout] test unicode::tests::test_greek_uppercase ... ok
[INFO] [stdout] test lsp::tests::formatting_uses_config_from_document_directory ... ok
[INFO] [stdout] test lsp::tests::full_doc_range_in_bounds_without_trailing_newline ... ok
[INFO] [stdout] test lsp::tests::full_doc_range_covers_trailing_newline ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 41 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.28s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/ffmt-6ea6f7ac43d939e8)
[INFO] [stdout] 
[INFO] [stderr]      Running tests/bugfixes.rs (/opt/rustwide/target/debug/deps/bugfixes-82b70d75fb910cf0)
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 52 tests
[INFO] [stdout] test test_classify_class_default_with_comment ... ok
[INFO] [stdout] test test_classify_contains_with_comment ... ok
[INFO] [stdout] test test_classify_if_then_with_close_paren_in_string ... ok
[INFO] [stdout] test test_classify_if_then_with_paren_in_string ... ok
[INFO] [stdout] test test_classify_where_block_with_comment ... ok
[INFO] [stdout] test test_classify_block_with_comment ... ok
[INFO] [stdout] test test_blanks_kept_around_keyword_prefixed_identifiers ... ok
[INFO] [stdout] test test_email_in_doxygen_not_split ... ok
[INFO] [stdout] test test_blank_line_inside_continuation_removed ... ok
[INFO] [stdout] test test_doxygen_split_at_real_commands_still_works ... ok
[INFO] [stdout] test test_ffmt_off_keeps_mid_continuation_comment_verbatim ... ok
[INFO] [stdout] test test_align_assignments_skips_do_control_and_indent_groups ... ok
[INFO] [stdout] test test_intent_paren_not_normalized_inside_comment ... ok
[INFO] [stdout] test test_blank_and_comment_inside_continuation_both_handled ... ok
[INFO] [stdout] test test_fypp_list_preserves_utf8 ... ok
[INFO] [stdout] test test_intent_paren_not_normalized_inside_string ... ok
[INFO] [stdout] test test_doxygen_not_joined_when_rewrap_comments_disabled ... ok
[INFO] [stdout] test test_keyword_paren_space_not_added_inside_comment ... ok
[INFO] [stdout] test test_class_default_still_treated_as_closer ... ok
[INFO] [stdout] test test_intent_paren_still_normalized_in_code ... ok
[INFO] [stdout] test test_align_assignments_escaped_quote_string_not_padded ... ok
[INFO] [stdout] test test_hoisted_comments_idempotent ... ok
[INFO] [stdout] test test_ffmt_off_keeps_bang_amp_and_spacing_verbatim ... ok
[INFO] [stdout] test test_identifier_ending_in_digit_e_plus_is_binary_op ... ok
[INFO] [stdout] test test_inline_comment_spacing_after_escaped_quote_string ... ok
[INFO] [stdout] test test_range_format_leaves_outside_lines_untouched ... ok
[INFO] [stdout] test test_range_format_does_not_eat_doxygen_outside_range ... ok
[INFO] [stdout] test test_no_space_inserted_inside_string_with_escaped_quote ... ok
[INFO] [stdout] test test_preserve_keeps_crlf ... ok
[INFO] [stdout] test test_modernize_operators_preserves_utf8 ... ok
[INFO] [stdout] test test_preserve_keeps_lf ... ok
[INFO] [stdout] test test_classify_forall_block_with_comment ... ok
[INFO] [stdout] test test_split_statements_ignores_semicolon_inside_escaped_quote_string ... ok
[INFO] [stdout] test test_semicolon_strip_with_bang_inside_escaped_quote_string ... ok
[INFO] [stdout] test test_long_omp_directive_not_rewrapped ... ok
[INFO] [stdout] test test_scope_tracked_through_ffmt_off_region ... ok
[INFO] [stdout] test test_double_colon_then_declaration_blank_idempotent ... ok
[INFO] [stdout] test test_keyword_case_upper_works ... ok
[INFO] [stdout] test test_split_trailing_comment_escaped_quote_long_line ... ok
[INFO] [stdout] test test_use_reformat_ignores_only_inside_comment ... ok
[INFO] [stdout] test test_short_continuation_with_blank_rejoined ... ok
[INFO] [stdout] test test_trailing_amp_comment_hoisted_not_dropped ... ok
[INFO] [stdout] test test_mid_continuation_comment_hoisted_not_dropped ... ok
[INFO] [stdout] test test_split_statements_reindents_and_is_idempotent ... ok
[INFO] [stdout] test test_use_reformat_preserves_trailing_comment ... ok
[INFO] [stdout] test test_long_acc_directive_not_rewrapped ... ok
[INFO] [stdout] test test_two_space_comment_stable_at_line_limit ... ok
[INFO] [stdout] test test_trailing_amp_comment_no_space_hoisted ... ok
[INFO] [stdout] test test_rewrap_paren_align_ignores_paren_in_escaped_string ... ok
[INFO] [stdout] test test_real_exponent_signs_untouched ... ok
[INFO] [stdout] test test_classify_where_one_liner_with_comment_is_statement ... ok
[INFO] [stdout] test test_unicode_to_ascii_applies_to_inline_comments ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 52 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.47s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/bughunt_classifier.rs (/opt/rustwide/target/debug/deps/bughunt_classifier-150e32cd2b24c837)
[INFO] [stdout] 
[INFO] [stdout] running 19 tests
[INFO] [stdout] test labeled_do_is_not_block_open ... ok
[INFO] [stdout] test pdt_prefixed_function_is_block_open ... ok
[INFO] [stdout] test prefixed_module_function_is_block_open ... ok
[INFO] [stdout] test type_double_colon_no_space_is_block_open ... ok
[INFO] [stdout] test named_else_is_continuation ... ok
[INFO] [stdout] test end_keyword_assignment_is_statement ... ok
[INFO] [stdout] test block_data_is_block_open ... ok
[INFO] [stdout] test numeric_labels_stripped_for_classification ... ok
[INFO] [stdout] test scope_name_ignores_trailing_comment ... ok
[INFO] [stdout] test e2e_end_name_not_taken_from_comment ... ok
[INFO] [stdout] test e2e_endif_assignment_keeps_indentation ... ok
[INFO] [stdout] test e2e_labeled_do_keeps_file_balanced ... ok
[INFO] [stdout] test e2e_labeled_if_opener_opens_scope ... ok
[INFO] [stdout] test e2e_block_data_balanced ... ok
[INFO] [stdout] test e2e_pdt_function_indents_body ... ok
[INFO] [stdout] test e2e_labeled_end_if_closes_scope ... ok
[INFO] [stdout] test e2e_type_double_colon_idempotent_and_balanced ... ok
[INFO] [stdout] test e2e_named_else_aligned_with_if ... ok
[INFO] [stdout] test e2e_prefixed_module_function_indents_body ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 19 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.47s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/bughunt_cli.rs (/opt/rustwide/target/debug/deps/bughunt_cli-20cdc03e1aee27fb)
[INFO] [stdout] 
[INFO] [stdout] running 14 tests
[INFO] [stdout] test config_try_find_and_load_defaults_when_no_config_file ... ok
[INFO] [stdout] test config_try_find_and_load_parses_valid_config ... ok
[INFO] [stdout] test config_find_and_load_stays_lenient_for_lsp ... ok
[INFO] [stdout] test cli_unknown_config_key_is_a_hard_error ... ok
[INFO] [stdout] test config_try_find_and_load_reports_unknown_key ... ok
[INFO] [stdout] test cli_unknown_config_key_fails_check_mode_loudly ... ok
[INFO] [stdout] test diff_hunk_headers_match_body_counts ... ok
[INFO] [stdout] test lsp_range_end_with_nonzero_character_includes_that_line ... ok
[INFO] [stdout] test lsp_range_single_line_with_end_character_zero_still_formats_start_line ... ok
[INFO] [stdout] test lsp_range_end_character_zero_excludes_that_line ... ok
[INFO] [stdout] test diff_output_applies_cleanly_with_patch ... ok
[INFO] [stdout] test cli_resolves_config_per_file_in_subdirectories ... ok
[INFO] [stdout] test cli_resolves_config_per_path_argument ... ok
[INFO] [stderr]      Running tests/bughunt_norm.rs (/opt/rustwide/target/debug/deps/bughunt_norm-a02d397c42a51864)
[INFO] [stdout] test eol_only_change_produces_nonempty_diff ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 14 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.77s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 15 tests
[INFO] [stdout] test test_variable_named_read_collapses_with_default_config ... ok
[INFO] [stdout] test test_io_format_star_with_multdiv_enabled ... ok
[INFO] [stdout] test test_declaration_with_paren_attr_double_colon_spaced ... ok
[INFO] [stdout] test test_io_format_star_still_recognized ... ok
[INFO] [stdout] test test_io_format_star_after_if_condition ... ok
[INFO] [stdout] test test_utf8_adjacent_to_keyword_preserved ... ok
[INFO] [stdout] test test_declaration_double_colon_still_spaced ... ok
[INFO] [stdout] test test_variable_named_read_gets_multdiv_spacing ... ok
[INFO] [stdout] test test_stride_slice_double_colon_stays_compact ... ok
[INFO] [stdout] test test_utf8_identifier_not_mojibaked ... ok
[INFO] [stdout] test test_utf8_preserved_through_whitespace_normalization ... ok
[INFO] [stdout] test test_utf8_greek_letters_pass_through ... ok
[INFO] [stdout] test test_namelist_statement_still_skipped ... ok
[INFO] [stdout] test test_namelist_prefixed_identifier_is_normalized ... ok
[INFO] [stdout] test test_utf8_code_text_idempotent ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.16s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/case_norm.rs (/opt/rustwide/target/debug/deps/case_norm-b2892c4a2fab4f9a)
[INFO] [stdout] 
[INFO] [stdout] running 13 tests
[INFO] [stdout] test test_at_inline_expression_preserved ... ok
[INFO] [stdout] test test_comment_preserved ... ok
[INFO] [stdout] test test_dot_operator_lowered ... ok
[INFO] [stdout] test test_fypp_inline_expression_preserved ... ok
[INFO] [stdout] test test_fypp_preserved ... ok
[INFO] [stdout] test test_identifiers_preserved ... ok
[INFO] [stdout] test test_keywords_lowered ... ok
[INFO] [stdout] test test_logical_literal ... ok
[INFO] [stdout] test test_logical_not ... ok
[INFO] [stdout] test test_type_keyword ... ok
[INFO] [stdout] test test_string_preserved ... ok
[INFO] [stdout] test test_mixed ... ok
[INFO] [stdout] test test_end_do ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 13 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/classifier.rs (/opt/rustwide/target/debug/deps/classifier-ad7b912623224b9d)
[INFO] [stdout] 
[INFO] [stdout] running 78 tests
[INFO] [stdout] test test_acc_directive ... ok
[INFO] [stdout] test test_blank ... ok
[INFO] [stdout] test test_comment ... ok
[INFO] [stdout] test test_cpp_else ... ok
[INFO] [stdout] test test_bare_end ... ok
[INFO] [stdout] test test_end_associate ... ok
[INFO] [stdout] test test_end_block ... ok
[INFO] [stdout] test test_end_critical ... ok
[INFO] [stdout] test test_end_enum ... ok
[INFO] [stdout] test test_end_forall ... ok
[INFO] [stdout] test test_end_do ... ok
[INFO] [stdout] test test_end_interface ... ok
[INFO] [stdout] test test_end_program ... ok
[INFO] [stdout] test test_end_where ... ok
[INFO] [stdout] test test_end_subroutine ... ok
[INFO] [stdout] test test_end_submodule ... ok
[INFO] [stdout] test test_else_if ... ok
[INFO] [stdout] test test_endif_cpp ... ok
[INFO] [stdout] test test_else ... ok
[INFO] [stdout] test test_fypp_comment ... ok
[INFO] [stdout] test test_fypp_block ... ok
[INFO] [stdout] test test_fypp_call ... ok
[INFO] [stdout] test test_fypp_elif ... ok
[INFO] [stdout] test test_case ... ok
[INFO] [stdout] test test_fypp_else ... ok
[INFO] [stdout] test test_case_default ... ok
[INFO] [stdout] test test_fypp_endcall ... ok
[INFO] [stdout] test test_class_default ... ok
[INFO] [stdout] test test_fypp_endif ... ok
[INFO] [stdout] test test_class_is ... ok
[INFO] [stdout] test test_fypp_endmute ... ok
[INFO] [stdout] test test_fypp_for ... ok
[INFO] [stdout] test test_fypp_if ... ok
[INFO] [stdout] test test_fypp_mute ... ok
[INFO] [stdout] test test_contains ... ok
[INFO] [stdout] test test_fypp_endblock ... ok
[INFO] [stdout] test test_fypp_include ... ok
[INFO] [stdout] test test_elsewhere ... ok
[INFO] [stdout] test test_ifdef ... ok
[INFO] [stdout] test test_inline_fypp_at ... ok
[INFO] [stdout] test test_inline_fypp_dollar ... ok
[INFO] [stdout] test test_fypp_def ... ok
[INFO] [stdout] test test_ifndef ... ok
[INFO] [stdout] test test_labeled_do ... ok
[INFO] [stdout] test test_omp_directive ... ok
[INFO] [stdout] test test_do_loop ... ok
[INFO] [stdout] test test_do_concurrent ... ok
[INFO] [stdout] test test_fypp_enddef ... ok
[INFO] [stdout] test test_fypp_set ... ok
[INFO] [stdout] test test_rank_continuation ... ok
[INFO] [stdout] test test_select_case ... ok
[INFO] [stdout] test test_select_rank ... ok
[INFO] [stdout] test test_select_type ... ok
[INFO] [stdout] test test_single_line_if ... ok
[INFO] [stdout] test test_pure_function ... ok
[INFO] [stdout] test test_subroutine ... ok
[INFO] [stdout] test test_module ... ok
[INFO] [stdout] test test_module_procedure_is_statement ... ok
[INFO] [stdout] test test_submodule ... ok
[INFO] [stdout] test test_type_is ... ok
[INFO] [stdout] test test_program ... ok
[INFO] [stdout] test test_interface ... ok
[INFO] [stdout] test test_forall ... ok
[INFO] [stdout] test test_where_block ... ok
[INFO] [stdout] test test_interface_operator ... ok
[INFO] [stdout] test test_type_usage_not_opener ... ok
[INFO] [stdout] test test_where_statement ... ok
[INFO] [stdout] test test_type_abstract ... ok
[INFO] [stdout] test test_type_extends ... ok
[INFO] [stdout] test test_type_definition ... ok
[INFO] [stdout] test test_if_then ... ok
[INFO] [stdout] test test_block ... ok
[INFO] [stdout] test test_enum ... ok
[INFO] [stdout] test test_critical ... ok
[INFO] [stdout] test test_plain_statement ... ok
[INFO] [stdout] test test_use_statement ... ok
[INFO] [stdout] test test_implicit_none ... ok
[INFO] [stdout] test test_associate ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 78 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.06s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/cli_bugs.rs (/opt/rustwide/target/debug/deps/cli_bugs-e727611e1cc56816)
[INFO] [stdout] 
[INFO] [stdout] running 4 tests
[INFO] [stdout] test test_dir_walk_respects_configured_extensions ... ok
[INFO] [stdout] test test_stdin_diff_without_check_exits_zero ... ok
[INFO] [stdout] test test_write_failure_exits_nonzero_and_is_retried ... FAILED
[INFO] [stdout] test test_stdin_check_still_exits_one_on_change ... ok
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- test_write_failure_exits_nonzero_and_is_retried stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'test_write_failure_exits_nonzero_and_is_retried' (1184) panicked at tests/cli_bugs.rs:104:5:
[INFO] [stdout] assertion `left != right` failed: write failure must produce a nonzero exit code
[INFO] [stdout]   left: Some(0)
[INFO] [stdout]  right: Some(0)
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5cd87dc4dd68 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5cd87dc4dd68 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::trace_unsynchronized::<std[10d71ac2c42b111e]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5cd87dc4dd68 - std[10d71ac2c42b111e]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5cd87dc4dd68 - <<std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[8fb95b77d25ab6c8]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5cd87dc61c4a - <core[8fb95b77d25ab6c8]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5cd87dc61c4a - core[8fb95b77d25ab6c8]::fmt::write
[INFO] [stdout]    6:     0x5cd87dc52672 - std[10d71ac2c42b111e]::io::default_write_fmt::<alloc[a7ee25936407c584]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x5cd87dc52672 - <alloc[a7ee25936407c584]::vec::Vec<u8> as std[10d71ac2c42b111e]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x5cd87dc2b236 - <std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5cd87dc2b236 - std[10d71ac2c42b111e]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5cd87dc459f9 - std[10d71ac2c42b111e]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5cd87dbe047c - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   12:     0x5cd87dbe047c - test[213991da798b1c03]::test_main_inner::<test[213991da798b1c03]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5cd87dc45bb2 - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   14:     0x5cd87dc45bb2 - std[10d71ac2c42b111e]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5cd87dc2b2f2 - std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5cd87dc20419 - std[10d71ac2c42b111e]::sys::backtrace::__rust_end_short_backtrace::<std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5cd87dc2c09d - __rustc[3be9ba60078d4c86]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5cd87dc6233c - core[8fb95b77d25ab6c8]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5cd87dc622b3 - core[8fb95b77d25ab6c8]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panicking.rs:434:23
[INFO] [stdout]   20:     0x5cd87dbcccb4 - core[8fb95b77d25ab6c8]::panicking::assert_failed::<core[8fb95b77d25ab6c8]::option::Option<i32>, core[8fb95b77d25ab6c8]::option::Option<i32>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x5cd87dbcf880 - cli_bugs[f5f182cd160e6d0e]::test_write_failure_exits_nonzero_and_is_retried
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/cli_bugs.rs:104:5
[INFO] [stdout]   22:     0x5cd87dbcd407 - cli_bugs[f5f182cd160e6d0e]::test_write_failure_exits_nonzero_and_is_retried::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/cli_bugs.rs:88:53
[INFO] [stdout]   23:     0x5cd87dbd2f16 - <cli_bugs[f5f182cd160e6d0e]::test_write_failure_exits_nonzero_and_is_retried::{closure#0} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   24:     0x5cd87dbd355b - <fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x5cd87dbd355b - test[213991da798b1c03]::__rust_begin_short_backtrace::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:724:18
[INFO] [stdout]   26:     0x5cd87dbe0dd5 - test[213991da798b1c03]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:74
[INFO] [stdout]   27:     0x5cd87dbe0dd5 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   28:     0x5cd87dbe0dd5 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   29:     0x5cd87dbe0dd5 - std[10d71ac2c42b111e]::panicking::catch_unwind::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   30:     0x5cd87dbe0dd5 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   31:     0x5cd87dbe0dd5 - test[213991da798b1c03]::run_test_in_process
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:27
[INFO] [stdout]   32:     0x5cd87dbe0dd5 - test[213991da798b1c03]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:668:43
[INFO] [stdout]   33:     0x5cd87dbda6e4 - test[213991da798b1c03]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:698:41
[INFO] [stdout]   34:     0x5cd87dbda6e4 - std[10d71ac2c42b111e]::sys::backtrace::__rust_begin_short_backtrace::<test[213991da798b1c03]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   35:     0x5cd87dbe3e52 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   36:     0x5cd87dbe3e52 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   37:     0x5cd87dbe3e52 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   38:     0x5cd87dbe3e52 - std[10d71ac2c42b111e]::panicking::catch_unwind::<(), core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   39:     0x5cd87dbe3e52 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x5cd87dbe3e52 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   41:     0x5cd87dbe3e52 - <std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   42:     0x5cd87dc4d4ff - <alloc[a7ee25936407c584]::boxed::Box<dyn core[8fb95b77d25ab6c8]::ops::function::FnOnce<(), Output = ()> + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2275:9
[INFO] [stdout]   43:     0x5cd87dc4d4ff - <std[10d71ac2c42b111e]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   44:     0x72f0efd9aaa4 - <unknown>
[INFO] [stdout]   45:     0x72f0efe27a64 - clone
[INFO] [stdout]   46:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     test_write_failure_exits_nonzero_and_is_retried
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 3 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.27s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--test cli_bugs`
[INFO] running `Command { std: "docker" "inspect" "567fd93e3ed86df7af87e58aad2b32f8a1f4c0811ae17790b4ed22fcbce4f268", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "567fd93e3ed86df7af87e58aad2b32f8a1f4c0811ae17790b4ed22fcbce4f268", kill_on_drop: false }`
[INFO] [stdout] 567fd93e3ed86df7af87e58aad2b32f8a1f4c0811ae17790b4ed22fcbce4f268
