[INFO] cloning repository https://github.com/welpo/git-sumi [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/welpo/git-sumi" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwelpo%2Fgit-sumi", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwelpo%2Fgit-sumi'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] fd9f3326eadd636a77acd7c6531857a31b068c25 [INFO] testing welpo/git-sumi against try#16fbf98f22730e073c09e7b03f0eafb87a295545 for pr-145628 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwelpo%2Fgit-sumi" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/welpo/git-sumi [INFO] finished tweaking git repo https://github.com/welpo/git-sumi [INFO] tweaked toml for git repo https://github.com/welpo/git-sumi written to /workspace/builds/worker-0-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/welpo/git-sumi on toolchain 16fbf98f22730e073c09e7b03f0eafb87a295545 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+16fbf98f22730e073c09e7b03f0eafb87a295545" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/welpo/git-sumi 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" "+16fbf98f22730e073c09e7b03f0eafb87a295545" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+16fbf98f22730e073c09e7b03f0eafb87a295545" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 258c2027449e7ff8cc2dcffd02e51a4642d92daeaa7bbc93fa4b0a7a15623744 [INFO] running `Command { std: "docker" "start" "-a" "258c2027449e7ff8cc2dcffd02e51a4642d92daeaa7bbc93fa4b0a7a15623744", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "258c2027449e7ff8cc2dcffd02e51a4642d92daeaa7bbc93fa4b0a7a15623744", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "258c2027449e7ff8cc2dcffd02e51a4642d92daeaa7bbc93fa4b0a7a15623744", kill_on_drop: false }` [INFO] [stdout] 258c2027449e7ff8cc2dcffd02e51a4642d92daeaa7bbc93fa4b0a7a15623744 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+16fbf98f22730e073c09e7b03f0eafb87a295545" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 84c1a1c3ff02e8c395dcee463c681671cad961174b395a8f5a5824cc6c52122d [INFO] running `Command { std: "docker" "start" "-a" "84c1a1c3ff02e8c395dcee463c681671cad961174b395a8f5a5824cc6c52122d", kill_on_drop: false }` [INFO] [stderr] Compiling syn v2.0.104 [INFO] [stderr] Compiling memchr v2.7.5 [INFO] [stderr] Compiling serde v1.0.219 [INFO] [stderr] Compiling anstyle v1.0.11 [INFO] [stderr] Compiling anstyle-query v1.1.3 [INFO] [stderr] Compiling colorchoice v1.0.4 [INFO] [stderr] Compiling proc-macro-error-attr2 v2.0.0 [INFO] [stderr] Compiling winnow v0.7.11 [INFO] [stderr] Compiling clap_lex v0.7.5 [INFO] [stderr] Compiling anstyle-parse v0.2.7 [INFO] [stderr] Compiling serde_json v1.0.143 [INFO] [stderr] Compiling dirs-sys-next v0.1.2 [INFO] [stderr] Compiling option-ext v0.2.0 [INFO] [stderr] Compiling papergrid v0.17.0 [INFO] [stderr] Compiling is-terminal v0.4.16 [INFO] [stderr] Compiling testing_table v0.3.0 [INFO] [stderr] Compiling dirs-sys v0.5.0 [INFO] [stderr] Compiling toml_writer v1.0.2 [INFO] [stderr] Compiling encode_unicode v1.0.0 [INFO] [stderr] Compiling jiff v0.2.15 [INFO] [stderr] Compiling strum v0.27.2 [INFO] [stderr] Compiling dirs-next v2.0.0 [INFO] [stderr] Compiling dirs v6.0.0 [INFO] [stderr] Compiling anstream v0.6.19 [INFO] [stderr] Compiling term v0.7.0 [INFO] [stderr] Compiling aho-corasick v1.1.3 [INFO] [stderr] Compiling csv-core v0.1.12 [INFO] [stderr] Compiling clap_builder v4.5.46 [INFO] [stderr] Compiling regex-automata v0.4.9 [INFO] [stderr] Compiling toml_parser v1.0.2 [INFO] [stderr] Compiling git-conventional v0.12.9 [INFO] [stderr] Compiling proc-macro-error2 v2.0.1 [INFO] [stderr] Compiling serde_derive v1.0.219 [INFO] [stderr] Compiling clap_derive v4.5.45 [INFO] [stderr] Compiling tabled_derive v0.11.0 [INFO] [stderr] Compiling thiserror-impl v1.0.69 [INFO] [stderr] Compiling strum_macros v0.27.2 [INFO] [stderr] Compiling thiserror v1.0.69 [INFO] [stderr] Compiling tabled v0.20.0 [INFO] [stderr] Compiling regex v1.11.2 [INFO] [stderr] Compiling env_filter v0.1.3 [INFO] [stderr] Compiling env_logger v0.11.8 [INFO] [stderr] Compiling clap v4.5.46 [INFO] [stderr] Compiling clap_complete v4.5.57 [INFO] [stderr] Compiling serde_spanned v1.0.0 [INFO] [stderr] Compiling toml_datetime v0.7.0 [INFO] [stderr] Compiling csv v1.3.1 [INFO] [stderr] Compiling toml v0.9.5 [INFO] [stderr] Compiling prettytable-rs v0.10.0 [INFO] [stderr] Compiling git-sumi v0.2.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.13s [INFO] running `Command { std: "docker" "inspect" "84c1a1c3ff02e8c395dcee463c681671cad961174b395a8f5a5824cc6c52122d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "84c1a1c3ff02e8c395dcee463c681671cad961174b395a8f5a5824cc6c52122d", kill_on_drop: false }` [INFO] [stdout] 84c1a1c3ff02e8c395dcee463c681671cad961174b395a8f5a5824cc6c52122d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+16fbf98f22730e073c09e7b03f0eafb87a295545" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] a1f2a0c8766e37db593480b9c55b51010787ccbbd27196f0e3f4f36a22e15e34 [INFO] running `Command { std: "docker" "start" "-a" "a1f2a0c8766e37db593480b9c55b51010787ccbbd27196f0e3f4f36a22e15e34", kill_on_drop: false }` [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling regex-automata v0.4.9 [INFO] [stderr] Compiling predicates-core v1.0.9 [INFO] [stderr] Compiling getrandom v0.3.3 [INFO] [stderr] Compiling rustix v1.0.7 [INFO] [stderr] Compiling normalize-line-endings v0.3.0 [INFO] [stderr] Compiling bitflags v2.9.1 [INFO] [stderr] Compiling assert_cmd v2.0.17 [INFO] [stderr] Compiling termtree v0.5.1 [INFO] [stderr] Compiling wait-timeout v0.2.1 [INFO] [stderr] Compiling once_cell v1.21.3 [INFO] [stderr] Compiling predicates-tree v1.0.12 [INFO] [stderr] Compiling rand_core v0.9.3 [INFO] [stderr] Compiling rand_chacha v0.9.0 [INFO] [stderr] Compiling rand v0.9.2 [INFO] [stderr] Compiling float-cmp v0.10.0 [INFO] [stderr] Compiling tempfile v3.21.0 [INFO] [stderr] Compiling regex v1.11.2 [INFO] [stderr] Compiling bstr v1.12.0 [INFO] [stderr] Compiling env_filter v0.1.3 [INFO] [stderr] Compiling predicates v3.1.3 [INFO] [stderr] Compiling env_logger v0.11.8 [INFO] [stderr] Compiling git-sumi v0.2.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 10.70s [INFO] running `Command { std: "docker" "inspect" "a1f2a0c8766e37db593480b9c55b51010787ccbbd27196f0e3f4f36a22e15e34", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a1f2a0c8766e37db593480b9c55b51010787ccbbd27196f0e3f4f36a22e15e34", kill_on_drop: false }` [INFO] [stdout] a1f2a0c8766e37db593480b9c55b51010787ccbbd27196f0e3f4f36a22e15e34 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+16fbf98f22730e073c09e7b03f0eafb87a295545" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 544492e16a8d23504c20d1835a21352d1b882518219e0274d4d9036965eeb205 [INFO] running `Command { std: "docker" "start" "-a" "544492e16a8d23504c20d1835a21352d1b882518219e0274d4d9036965eeb205", kill_on_drop: false }` [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.20s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/git_sumi-1554b0302aad2327) [INFO] [stdout] [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] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/git_sumi-cc3fd3713ffb8586) [INFO] [stdout] [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] [stderr] Running tests/integration_tests.rs (/opt/rustwide/target/debug/deps/integration_tests-8888b24b3ba01e94) [INFO] [stdout] [INFO] [stdout] running 149 tests [INFO] [stdout] test lint::error_exits_no_commit ... ok [INFO] [stdout] test lint::test_combined_rules::error_invalid_conventional_commit_title_length ... ok [INFO] [stdout] test lint::test_combined_rules::error_conventional_commit_period ... ok [INFO] [stdout] test lint::test_combined_rules::error_catch_multiple_commit_errors_with_split_lines ... ok [INFO] [stdout] test lint::test_combined_rules::error_without_capital_letter_conventional ... ok [INFO] [stdout] test lint::test_combined_rules::error_whitespace_gitmoji ... ok [INFO] [stdout] test lint::test_combined_rules::success_conventional_whitespace_multiple_line_commit ... ok [INFO] [stdout] test lint::error_lint_no_rules ... ok [INFO] [stdout] test lint::test_combined_rules::error_multiple_errors_in_commit ... ok [INFO] [stdout] test lint::test_combined_rules::success_quiet ... ok [INFO] [stdout] test lint::test_combined_rules::error_invalid_conventional_commit_body_length ... ok [INFO] [stdout] test lint::test_combined_rules::error_capital_letter_conventional_gitmoji ... ok [INFO] [stdout] test lint::test_combined_rules::success_valid_conventional_commit_with_gitmoji ... ok [INFO] [stdout] test lint::test_combined_rules::success_capital_letter_conventional_gitmoji ... ok [INFO] [stdout] test lint::test_combined_rules::success_empty_line_skipped_with_split_lines ... ok [INFO] [stdout] test lint::test_combined_rules::success_with_capital_letter_conventional ... ok [INFO] [stdout] test lint::test_combined_rules::error_conventional_gitmoji_imperative ... ok [INFO] [stdout] test lint::test_config::error_bad_config_file_gitmoji_boolean_string ... ok [INFO] [stdout] test lint::test_config::error_bad_config_file_gitmoji_duplicated ... ok [INFO] [stdout] test lint::test_config::error_config_is_dir ... ok [INFO] [stdout] test lint::test_config::config_file_in_sumi_named_subdir_in_home ... ok [INFO] [stdout] test lint::test_combined_rules::success_with_lowercase_description_and_pattern ... ok [INFO] [stdout] test lint::test_commit_changes::error_commit_in_non_repo_directory ... ok [INFO] [stdout] test lint::test_config::error_no_rules_enabled ... ok [INFO] [stdout] test lint::test_commit_changes::error_commit_with_no_changes ... ok [INFO] [stdout] test lint::test_config::error_types_enables_conventional ... ok [INFO] [stdout] test lint::test_config::error_invalid_init_value ... ok [INFO] [stdout] test lint::test_combined_rules::error_conventional_fails_parsing_proceeds ... ok [INFO] [stdout] test lint::test_config::error_valid_config_file_conventional_overridden_by_cli ... ok [INFO] [stdout] test lint::test_combined_rules::error_invalid_conventional_commit_invalid_gitmoji ... ok [INFO] [stdout] test lint::test_config::error_init_hook_in_non_git_repo ... ok [INFO] [stdout] test lint::test_config::error_non_existent_config_file ... ok [INFO] [stdout] test lint::test_config::error_valid_config_file_imperative ... ok [INFO] [stdout] test lint::test_config::success_config_overwrite_yes ... ok [INFO] [stdout] test lint::test_config::success_config_overwrite_no ... ok [INFO] [stdout] test lint::test_commit_changes::error_git_fails_no_message ... ok [INFO] [stdout] test lint::test_config::error_valid_config_file_short_title_length ... ok [INFO] [stdout] test lint::test_config::success_format_from_config_and_cli_override ... ok [INFO] [stdout] test lint::test_commit_changes::success_force_commit_with_incorrect_message ... ok [INFO] [stdout] test lint::test_config::error_valid_config_file_imperative_overridden_by_cli ... ok [INFO] [stdout] test lint::test_config::error_valid_config_file_gitmoji_overridden_by_cli ... ok [INFO] [stdout] test lint::test_config::error_fail_override_config_file_gitmoji ... ok [INFO] [stdout] test lint::test_combined_rules::error_imperative_and_gitmoji ... ok [INFO] [stdout] test lint::test_config::success_init_hook_overwrite_no ... ok [INFO] [stdout] test lint::test_config::success_prepare_commit_message_stdout ... ok [INFO] [stdout] test lint::test_config::success_init ... ok [INFO] [stdout] test lint::test_config::success_initialize_all_hooks ... ok [INFO] [stdout] test lint::test_config::success_override_format_from_cli ... ok [INFO] [stdout] test lint::test_commit_changes::error_commit_lint_problems_suggest_force ... ok [INFO] [stdout] test lint::test_config::success_override_quiet_with_env_var ... ok [INFO] [stdout] test lint::test_config::success_init_hook_overwrite_yes ... ok [INFO] [stdout] test lint::test_config::success_prepare_commit_msg_hook_overwrite_no ... ok [INFO] [stdout] test lint::test_config::success_prepare_commit_msg_hook_overwrite_yes ... ok [INFO] [stdout] test lint::test_combined_rules::success_breaking_change_with_gitmoji ... ok [INFO] [stdout] test lint::test_config::success_init_hook ... ok [INFO] [stdout] test lint::test_combined_rules::error_custom_title_too_long_gitmoji ... ok [INFO] [stdout] test lint::test_config::test_config_file_in_parent_directory ... ok [INFO] [stdout] test lint::test_conventional_commits::error_conventional_commit_empty_scope ... ok [INFO] [stdout] test lint::test_config::test_none_ignores_standard_config_home ... ok [INFO] [stdout] test lint::test_config::error_valid_config_file_gitmoji ... ok [INFO] [stdout] test lint::test_config::success_init_config ... ok [INFO] [stdout] test lint::test_config::success_override_gitmoji_with_env_var ... ok [INFO] [stdout] test lint::test_config::test_fake_standard_config_home ... ok [INFO] [stdout] test lint::test_config::test_config_file_in_third_parent_directory ... ok [INFO] [stdout] test lint::test_conventional_commits::success_valid_conventional_commit ... ok [INFO] [stdout] test lint::test_conventional_commits::success_allowed_scope ... ok [INFO] [stdout] test lint::test_display::success_contains_body ... ok [INFO] [stdout] test lint::test_config::success_prepare_commit_msg_hook_creation ... ok [INFO] [stdout] test lint::test_config::test_gitmoji_env ... ok [INFO] [stdout] test lint::test_conventional_commits::success_display_format_toml ... ok [INFO] [stdout] test lint::test_conventional_commits::error_unallowed_type ... ok [INFO] [stdout] test lint::test_config::success_valid_config_file_title_len_overridden_to_zero ... ok [INFO] [stdout] test lint::test_display::success_display_format_cli ... ok [INFO] [stdout] test lint::test_display::success_display_format_json ... ok [INFO] [stdout] test lint::test_file_input::error_conflict_file_and_message ... ok [INFO] [stdout] test lint::test_display::success_display_format_cli_as_default ... ok [INFO] [stdout] test lint::test_conventional_commits::success_with_user_specified_type ... ok [INFO] [stdout] test lint::test_display::success_does_not_contain_header ... ok [INFO] [stdout] test lint::test_conventional_commits::success_breaking_change ... ok [INFO] [stdout] test lint::test_conventional_commits::success_with_empty_types_and_scopes ... ok [INFO] [stdout] test lint::test_file_input::success_file_with_multiline ... ok [INFO] [stdout] test lint::test_display::success_display_format_markdown ... ok [INFO] [stdout] test lint::test_conventional_commits::error_unallowed_scope ... ok [INFO] [stdout] test lint::test_file_input::success_file_with_comments ... ok [INFO] [stdout] test lint::test_file_input::error_empty_file ... ok [INFO] [stdout] test lint::test_file_input::success_read_from_file ... ok [INFO] [stdout] test lint::test_gitmoji::error_invalid_emoji_string ... ok [INFO] [stdout] test lint::test_combined_rules::success_gitmoji_with_pattern ... ok [INFO] [stdout] test lint::test_gitmoji::error_two_unicode_emojis_2 ... ok [INFO] [stdout] test lint::test_file_input::error_nonexistent_file ... ok [INFO] [stdout] test lint::test_gitmoji::success_emoji_without_gitmoji_whitespace ... ok [INFO] [stdout] test lint::test_gitmoji::error_no_emojis ... ok [INFO] [stdout] test lint::test_gitmoji::success_no_emojis ... ok [INFO] [stdout] test lint::test_display::success_display_format_toml ... ok [INFO] [stdout] test lint::test_header_pattern_stripping::test_header_pattern_validation_works ... ok [INFO] [stdout] test lint::test_conventional_commits::success_conventional_commit ... ok [INFO] [stdout] test lint::test_header_pattern_stripping::test_header_length_validation_passes_when_full_header_within_limit ... ok [INFO] [stdout] test lint::test_header_pattern_stripping::test_header_pattern_imperative_validation_after_stripping ... ok [INFO] [stdout] test lint::test_header_pattern_stripping::test_header_length_validation_uses_full_header_with_pattern ... ok [INFO] [stdout] test lint::test_header_pattern_stripping::test_header_pattern_with_strip_disabled_backwards_compatibility ... ok [INFO] [stdout] test lint::test_header_pattern_stripping::test_header_pattern_with_stripping_enabled_whitespace_fails ... ok [INFO] [stdout] test lint::test_header_pattern_stripping::test_header_pattern_with_stripping_enabled_valid_case ... ok [INFO] [stdout] test lint::test_gitmoji::error_invalid_emoji_string_2 ... ok [INFO] [stdout] test lint::test_gitmoji::error_invalid_emoji_unicode ... ok [INFO] [stdout] test lint::test_gitmoji::error_two_unicode_emojis ... ok [INFO] [stdout] test lint::test_gitmoji::error_invalid_emoji_unicode_2 ... ok [INFO] [stdout] test lint::test_commit_changes::success_commit_with_staged_changes ... ok [INFO] [stdout] test lint::test_gitmoji::error_two_string_emojis ... ok [INFO] [stdout] test lint::test_single_rule::error_capital_letter_non_conventional ... ok [INFO] [stdout] test lint::test_single_rule::error_bad_output_format ... ok [INFO] [stdout] test lint::test_single_rule::error_empty_header ... ok [INFO] [stdout] test lint::test_single_rule::error_invalid_description_case ... ok [INFO] [stdout] test lint::test_single_rule::error_body_too_long_custom ... ok [INFO] [stdout] test lint::test_single_rule::error_ends_with_period ... ok [INFO] [stdout] test lint::test_single_rule::error_catch_conventional_body_error ... ok [INFO] [stdout] test lint::test_header_pattern_stripping::test_header_pattern_with_multiline_commit ... ok [INFO] [stdout] test lint::test_header_pattern_stripping::test_invalid_regex_pattern_graceful_fallback ... ok [INFO] [stdout] test lint::test_gitmoji::success_joined_emoji ... ok [INFO] [stdout] test lint::test_header_pattern_stripping::test_strip_with_no_header_pattern_does_nothing ... ok [INFO] [stdout] test lint::test_single_rule::error_custom_title_too_long ... ok [INFO] [stdout] test lint::test_header_pattern_stripping::test_header_pattern_with_stripping_enabled_imperative_fails ... ok [INFO] [stdout] test lint::test_single_rule::error_when_using_unsupported_regex_feature ... ok [INFO] [stdout] test lint::test_single_rule::error_whitespace_body_missing_newline ... ok [INFO] [stdout] test lint::test_single_rule::error_when_header_does_not_match_jira_pattern ... ok [INFO] [stdout] test lint::test_single_rule::success_body_long_custom_title_long_custom ... ok [INFO] [stdout] test lint::test_single_rule::error_whitespace_body_missing_newline_conventional ... ok [INFO] [stdout] test lint::test_single_rule::success_ignore_comments ... ok [INFO] [stdout] test lint::test_single_rule::success_ends_with_period ... ok [INFO] [stdout] test lint::test_single_rule::error_invalid_whitespace ... ok [INFO] [stdout] test lint::test_single_rule::success_lowercase_description ... ok [INFO] [stdout] test lint::test_single_rule::success_body_has_newline ... ok [INFO] [stdout] test lint::test_single_rule::error_not_lowercase_description ... ok [INFO] [stdout] test lint::test_single_rule::error_not_using_imperative_with_prefix ... ok [INFO] [stdout] test success_bash_completion ... ok [INFO] [stdout] test lint::test_single_rule::success_stdin_conventional ... ok [INFO] [stdout] test lint::test_single_rule::success_valid_whitespace ... ok [INFO] [stdout] test lint::test_single_rule::success_with_valid_jira_ticket_in_header ... ok [INFO] [stdout] test lint::test_single_rule::error_whitespace_issue_pluralization ... ok [INFO] [stdout] test lint::test_single_rule::success_body_long_custom ... ok [INFO] [stdout] test lint::test_single_rule::success_whitespace_single_line_commit ... ok [INFO] [stdout] test lint::test_single_rule::success_with_capital_letter_non_conventional ... ok [INFO] [stdout] test lint::test_single_rule::success_non_letter_cant_be_capitalised ... ok [INFO] [stdout] test lint::test_single_rule::error_body_whitespace_issues ... ok [INFO] [stdout] test lint::test_single_rule::success_valid_whitespace_gitmoji ... ok [INFO] [stdout] test lint::test_single_rule::success_imperative_verbs ... ok [INFO] [stdout] test lint::test_single_rule::error_not_using_imperative ... ok [INFO] [stdout] test lint::test_combined_rules::success_conventional_commits_and_emoji_formats ... ok [INFO] [stdout] test lint::test_gitmoji::success_one_unicode_emoji ... ok [INFO] [stderr] Doc-tests git_sumi [INFO] [stdout] test lint::test_gitmoji::success_one_string_emoji ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 149 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 4.45s [INFO] [stdout] [INFO] [stdout] [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] running `Command { std: "docker" "inspect" "544492e16a8d23504c20d1835a21352d1b882518219e0274d4d9036965eeb205", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "544492e16a8d23504c20d1835a21352d1b882518219e0274d4d9036965eeb205", kill_on_drop: false }` [INFO] [stdout] 544492e16a8d23504c20d1835a21352d1b882518219e0274d4d9036965eeb205