[INFO] cloning repository https://github.com/Romelium/dircat-rust
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Romelium/dircat-rust" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FRomelium%2Fdircat-rust", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FRomelium%2Fdircat-rust'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 6b064be9984bcb01f7e6bd44d659010296c5edc4
[INFO] testing Romelium/dircat-rust against try#db823df02fd0c2cf67b43025ac3fef3f2d743245 for pr-150681
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FRomelium%2Fdircat-rust" "/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/Romelium/dircat-rust
[INFO] finished tweaking git repo https://github.com/Romelium/dircat-rust
[INFO] tweaked toml for git repo https://github.com/Romelium/dircat-rust written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Romelium/dircat-rust on toolchain db823df02fd0c2cf67b43025ac3fef3f2d743245
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/Romelium/dircat-rust already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] ce848cccc23e37bba0959cec493998234c4751520146d067073e4f5756f2bbba
[INFO] running `Command { std: "docker" "start" "-a" "ce848cccc23e37bba0959cec493998234c4751520146d067073e4f5756f2bbba", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "ce848cccc23e37bba0959cec493998234c4751520146d067073e4f5756f2bbba", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ce848cccc23e37bba0959cec493998234c4751520146d067073e4f5756f2bbba", kill_on_drop: false }`
[INFO] [stdout] ce848cccc23e37bba0959cec493998234c4751520146d067073e4f5756f2bbba
[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=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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] cba85c4337424d36804de70a38e5f5a61f9bed2c9421fa43eefa403fd3d43c95
[INFO] running `Command { std: "docker" "start" "-a" "cba85c4337424d36804de70a38e5f5a61f9bed2c9421fa43eefa403fd3d43c95", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.177
[INFO] [stderr]    Compiling find-msvc-tools v0.1.5
[INFO] [stderr]    Compiling syn v2.0.110
[INFO] [stderr]    Compiling log v0.4.28
[INFO] [stderr]    Compiling http v1.3.1
[INFO] [stderr]    Compiling aho-corasick v1.1.4
[INFO] [stderr]    Compiling rustix v1.1.2
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling linux-raw-sys v0.11.0
[INFO] [stderr]    Compiling miniz_oxide v0.8.9
[INFO] [stderr]    Compiling jobserver v0.1.34
[INFO] [stderr]    Compiling http-body v1.0.1
[INFO] [stderr]    Compiling cfg_aliases v0.2.1
[INFO] [stderr]    Compiling flate2 v1.1.5
[INFO] [stderr]    Compiling nix v0.30.1
[INFO] [stderr]    Compiling cc v1.2.47
[INFO] [stderr]    Compiling regex-automata v0.4.13
[INFO] [stderr]    Compiling pxfm v0.1.25
[INFO] [stderr]    Compiling socket2 v0.6.1
[INFO] [stderr]    Compiling openssl-src v300.5.4+3.5.4
[INFO] [stderr]    Compiling mio v1.1.0
[INFO] [stderr]    Compiling openssl-sys v0.9.111
[INFO] [stderr]    Compiling libz-sys v1.1.23
[INFO] [stderr]    Compiling libssh2-sys v0.3.1
[INFO] [stderr]    Compiling tokio v1.48.0
[INFO] [stderr]    Compiling libgit2-sys v0.18.2+1.9.1
[INFO] [stderr]    Compiling portable-atomic v1.11.1
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]    Compiling rust_decimal v1.39.0
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling moxcms v0.7.9
[INFO] [stderr]    Compiling gethostname v1.1.0
[INFO] [stderr]    Compiling regex v1.12.2
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling png v0.18.0
[INFO] [stderr]    Compiling http-body-util v0.1.3
[INFO] [stderr]    Compiling bstr v1.12.1
[INFO] [stderr]    Compiling zeroize v1.8.2
[INFO] [stderr]    Compiling x11rb-protocol v0.13.2
[INFO] [stderr]    Compiling iri-string v0.7.9
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling yoke-derive v0.8.1
[INFO] [stderr]    Compiling zerovec-derive v0.11.2
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling zerofrom v0.1.6
[INFO] [stderr]    Compiling yoke v0.8.1
[INFO] [stderr]    Compiling tracing-attributes v0.1.30
[INFO] [stderr]    Compiling zerovec v0.11.5
[INFO] [stderr]    Compiling zerotrie v0.2.3
[INFO] [stderr]    Compiling tokio-util v0.7.17
[INFO] [stderr]    Compiling tinystr v0.8.2
[INFO] [stderr]    Compiling potential_utf v0.1.4
[INFO] [stderr]    Compiling icu_collections v2.1.1
[INFO] [stderr]    Compiling icu_locale_core v2.1.1
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]    Compiling tracing v0.1.41
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling tower v0.5.2
[INFO] [stderr]    Compiling h2 v0.4.12
[INFO] [stderr]    Compiling icu_provider v2.1.1
[INFO] [stderr]    Compiling icu_properties v2.1.1
[INFO] [stderr]    Compiling icu_normalizer v2.1.1
[INFO] [stderr]    Compiling unicode-width v0.2.2
[INFO] [stderr]    Compiling arrayvec v0.7.6
[INFO] [stderr]    Compiling console v0.15.11
[INFO] [stderr]    Compiling idna_adapter v1.2.1
[INFO] [stderr]    Compiling idna v1.1.0
[INFO] [stderr]    Compiling clap_builder v4.5.53
[INFO] [stderr]    Compiling clap_derive v4.5.49
[INFO] [stderr]    Compiling tower-http v0.6.6
[INFO] [stderr]    Compiling x11rb v0.13.2
[INFO] [stderr]    Compiling hyper v1.8.1
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling image v0.25.9
[INFO] [stderr]    Compiling url v2.5.7
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling hyper-util v0.1.18
[INFO] [stderr]    Compiling globset v0.4.18
[INFO] [stderr]    Compiling rustls-pki-types v1.13.0
[INFO] [stderr]    Compiling dirs-sys v0.4.1
[INFO] [stderr]    Compiling env_filter v0.1.4
[INFO] [stderr]    Compiling parking_lot v0.12.5
[INFO] [stderr]    Compiling serde_json v1.0.145
[INFO] [stderr]    Compiling number_prefix v0.4.0
[INFO] [stderr]    Compiling utf8-width v0.1.7
[INFO] [stderr]    Compiling jiff v0.2.16
[INFO] [stderr]    Compiling indicatif v0.17.11
[INFO] [stderr]    Compiling tempfile v3.23.0
[INFO] [stderr]    Compiling byte-unit v5.1.6
[INFO] [stderr]    Compiling ctrlc v3.5.1
[INFO] [stderr]    Compiling arboard v3.6.1
[INFO] [stderr]    Compiling ignore v0.4.25
[INFO] [stderr]    Compiling directories v5.0.1
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling clap v4.5.53
[INFO] [stderr]    Compiling atty v0.2.14
[INFO] [stderr]    Compiling content_inspector v0.2.4
[INFO] [stderr]    Compiling glob v0.3.3
[INFO] [stderr]    Compiling env_logger v0.11.8
[INFO] [stderr]    Compiling openssl v0.10.75
[INFO] [stderr]    Compiling native-tls v0.2.14
[INFO] [stderr]    Compiling tokio-native-tls v0.3.1
[INFO] [stderr]    Compiling hyper-tls v0.6.0
[INFO] [stderr]    Compiling reqwest v0.12.24
[INFO] [stderr]    Compiling git2 v0.20.2
[INFO] [stderr]    Compiling dircat v1.0.1 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 7m 33s
[INFO] running `Command { std: "docker" "inspect" "cba85c4337424d36804de70a38e5f5a61f9bed2c9421fa43eefa403fd3d43c95", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "cba85c4337424d36804de70a38e5f5a61f9bed2c9421fa43eefa403fd3d43c95", kill_on_drop: false }`
[INFO] [stdout] cba85c4337424d36804de70a38e5f5a61f9bed2c9421fa43eefa403fd3d43c95
[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=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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 4e649093a0e7e4b7d78c38ebc5f55dbfce17fac602c45d69a2d7153e9cde85b6
[INFO] running `Command { std: "docker" "start" "-a" "4e649093a0e7e4b7d78c38ebc5f55dbfce17fac602c45d69a2d7153e9cde85b6", kill_on_drop: false }`
[INFO] [stderr]    Compiling regex-automata v0.4.13
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling zerocopy v0.8.28
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]    Compiling serde_json v1.0.145
[INFO] [stderr]    Compiling zerocopy-derive v0.8.28
[INFO] [stderr]    Compiling plotters-backend v0.3.7
[INFO] [stderr]    Compiling predicates-core v1.0.9
[INFO] [stderr]    Compiling rayon v1.11.0
[INFO] [stderr]    Compiling ciborium-io v0.2.2
[INFO] [stderr]    Compiling itertools v0.10.5
[INFO] [stderr]    Compiling plotters-svg v0.3.7
[INFO] [stderr]    Compiling float-cmp v0.10.0
[INFO] [stderr]    Compiling assert_cmd v2.1.1
[INFO] [stderr]    Compiling difflib v0.4.0
[INFO] [stderr]    Compiling termtree v0.5.1
[INFO] [stderr]    Compiling normalize-line-endings v0.3.0
[INFO] [stderr]    Compiling cast v0.3.0
[INFO] [stderr]    Compiling predicates-tree v1.0.12
[INFO] [stderr]    Compiling url v2.5.7
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling tinytemplate v1.2.1
[INFO] [stderr]    Compiling plotters v0.3.7
[INFO] [stderr]    Compiling wait-timeout v0.2.1
[INFO] [stderr]    Compiling is-terminal v0.4.17
[INFO] [stderr]    Compiling git2 v0.20.2
[INFO] [stderr]    Compiling reqwest v0.12.24
[INFO] [stderr]    Compiling criterion-plot v0.5.0
[INFO] [stderr]    Compiling oorandom v11.1.5
[INFO] [stderr]    Compiling anes v0.1.6
[INFO] [stderr]    Compiling regex v1.12.2
[INFO] [stderr]    Compiling bstr v1.12.1
[INFO] [stderr]    Compiling half v2.7.1
[INFO] [stderr]    Compiling env_filter v0.1.4
[INFO] [stderr]    Compiling predicates v3.1.3
[INFO] [stderr]    Compiling globset v0.4.18
[INFO] [stderr]    Compiling env_logger v0.11.8
[INFO] [stderr]    Compiling ciborium-ll v0.2.2
[INFO] [stderr]    Compiling ciborium v0.2.2
[INFO] [stderr]    Compiling ignore v0.4.25
[INFO] [stderr]    Compiling criterion v0.5.1
[INFO] [stderr]    Compiling dircat v1.0.1 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 17s
[INFO] running `Command { std: "docker" "inspect" "4e649093a0e7e4b7d78c38ebc5f55dbfce17fac602c45d69a2d7153e9cde85b6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4e649093a0e7e4b7d78c38ebc5f55dbfce17fac602c45d69a2d7153e9cde85b6", kill_on_drop: false }`
[INFO] [stdout] 4e649093a0e7e4b7d78c38ebc5f55dbfce17fac602c45d69a2d7153e9cde85b6
[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=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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] d08fd9d2663873776563ea28237d452dc540c84f4c426e8375b368a2d01d5031
[INFO] running `Command { std: "docker" "start" "-a" "d08fd9d2663873776563ea28237d452dc540c84f4c426e8375b368a2d01d5031", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.62s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/dircat-554865204dc7527d)
[INFO] [stdout] 
[INFO] [stdout] running 161 tests
[INFO] [stdout] test config::parsing::tests::test_compile_invalid_regex ... ok
[INFO] [stdout] test config::builder::tests::test_builder_validation_errors ... ok
[INFO] [stdout] test config::builder::tests::test_builder_with_custom_content_filter ... ok
[INFO] [stdout] test config::builder::tests::test_builder_only_shorthand_from_cli ... ok
[INFO] [stdout] test config::builder::tests::test_builder_with_flags ... ok
[INFO] [stdout] test config::parsing::tests::test_compile_valid_regex ... ok
[INFO] [stdout] test config::parsing::tests::test_normalize_exts ... ok
[INFO] [stdout] test config::parsing::tests::test_parse_invalid_max_size ... ok
[INFO] [stdout] test config::parsing::tests::test_parse_valid_max_size ... ok
[INFO] [stdout] test config::path_resolve::tests::test_resolve_existing_dir ... ok
[INFO] [stdout] test config::path_resolve::tests::test_resolve_input_git_clone_error_returns_structured_error ... ignored, requires network access and is slow
[INFO] [stdout] test config::path_resolve::tests::test_resolve_input_git_url_remote_failure ... ignored, requires network access and is slow
[INFO] [stdout] test config::path_resolve::tests::test_resolve_input_github_folder_url_success ... ignored, requires network access and is slow
[INFO] [stdout] test config::path_resolve::tests::test_resolve_existing_file ... ok
[INFO] [stdout] test config::path_resolve::tests::test_resolve_non_existent_path ... ok
[INFO] [stdout] test discovery::entry_processor::tests::test_regex_exclude_overrides_include ... ok
[INFO] [stdout] test discovery::entry_processor::tests::test_regex_exclude_path_match ... ok
[INFO] [stdout] test config::path_resolve::tests::test_resolve_input_local_path_success ... ok
[INFO] [stdout] test config::builder::tests::test_builder_content_filters_from_cli ... ok
[INFO] [stdout] test config::builder::tests::test_builder_basic_config ... ok
[INFO] [stdout] test discovery::entry_processor::tests::test_regex_no_filters ... ok
[INFO] [stdout] test discovery::entry_processor::tests::test_regex_path_and_filename_match ... ok
[INFO] [stdout] test discovery::entry_processor::tests::test_regex_path_match ... ok
[INFO] [stdout] test discovery::entry_processor::tests::test_regex_path_match_windows_style_relative ... ok
[INFO] [stdout] test discovery::entry_processor::tests::test_regex_no_filename ... ok
[INFO] [stdout] test discovery::entry_processor::tests::test_regex_filename_match ... ok
[INFO] [stdout] test errors::tests::test_io_error_with_path_helper ... ok
[INFO] [stdout] test filtering::extension::tests::test_ext_no_filters ... ok
[INFO] [stdout] test filtering::extension::tests::test_ext_include_and_exclude ... ok
[INFO] [stdout] test filtering::extension::tests::test_ext_exclude ... ok
[INFO] [stdout] test filtering::lockfile::tests::test_is_lockfile_matches ... ok
[INFO] [stdout] test filtering::file_type::tests::test_is_file ... ok
[INFO] [stdout] test filtering::file_type::tests::test_is_not_file_dir ... ok
[INFO] [stdout] test filtering::lockfile::tests::test_is_lockfile_root ... ok
[INFO] [stdout] test filtering::process_last::tests::test_invalid_glob_pattern ... ok
[INFO] [stdout] test filtering::lockfile::tests::test_is_lockfile_no_match ... ok
[INFO] [stdout] test filtering::process_last::tests::test_match_wildcard_filename_glob ... ok
[INFO] [stdout] test filtering::process_last::tests::test_no_last_patterns ... ok
[INFO] [stdout] test filtering::process_last::tests::test_match_relative_path_glob ... ok
[INFO] [stdout] test filtering::process_last::tests::test_match_exact_filename_glob ... ok
[INFO] [stdout] test filtering::process_last::tests::test_no_match_glob ... ok
[INFO] [stdout] test filtering::process_last::tests::test_recursive_glob_matching_bug ... ok
[INFO] [stdout] test filtering::size::tests::test_size_exceeds_limit ... ok
[INFO] [stdout] test filtering::size::tests::test_size_no_limit ... ok
[INFO] [stdout] test filtering::size::tests::test_size_within_limit ... ok
[INFO] [stdout] test filtering::size::tests::test_size_zero_limit ... ok
[INFO] [stdout] test filtering::text_detection::tests::test_buffer_detect_binary_null_byte ... ok
[INFO] [stdout] test filtering::text_detection::tests::test_buffer_detect_invalid_utf8_sequence ... ok
[INFO] [stdout] test filtering::text_detection::tests::test_buffer_detect_utf8_bom_text ... ok
[INFO] [stdout] test filtering::text_detection::tests::test_buffer_detect_utf8_text ... ok
[INFO] [stdout] test filtering::text_detection::tests::test_detect_ascii_text ... ok
[INFO] [stdout] test filtering::text_detection::tests::test_detect_binary_high_bytes ... ok
[INFO] [stdout] test filtering::text_detection::tests::test_detect_empty_file ... ok
[INFO] [stdout] test filtering::text_detection::tests::test_detect_invalid_utf8_sequence ... ok
[INFO] [stdout] test filtering::text_detection::tests::test_detect_non_existent_file ... ok
[INFO] [stdout] test filtering::text_detection::tests::test_detect_png_file ... ok
[INFO] [stdout] test filtering::text_detection::tests::test_detect_utf8_bom_text ... ok
[INFO] [stdout] test filtering::text_detection::tests::test_detect_binary_null_byte ... ok
[INFO] [stdout] test filtering::text_detection::tests::test_detect_utf8_text ... ok
[INFO] [stdout] test filtering::extension::tests::test_ext_include ... ok
[INFO] [stdout] test git::url::tests::test_parse_github_folder_url_valid ... ok
[INFO] [stdout] test git::url::tests::test_parse_github_sloppy_url_no_branch ... ok
[INFO] [stdout] test git::url::tests::test_parse_github_sloppy_url_no_tree_assumes_default_branch ... ok
[INFO] [stdout] test git::url::tests::test_parse_github_sloppy_url_with_git_suffix ... ok
[INFO] [stdout] test git::url::tests::test_parse_github_url_rejects_reserved_paths ... ok
[INFO] [stdout] test git::url::tests::test_parse_github_url_rejects_root ... ok
[INFO] [stdout] test git::url::tests::test_parse_with_hint_blob_url ... ok
[INFO] [stdout] test git::url::tests::test_parse_with_hint_branch_with_slashes ... ok
[INFO] [stdout] test git::url::tests::test_parse_with_hint_exact_match_no_path ... ok
[INFO] [stdout] test git::url::tests::test_parse_with_hint_mismatch_prefix_fallback ... ok
[INFO] [stdout] test git::url::tests::test_parse_with_hint_simple_branch ... ok
[INFO] [stdout] test git::url::tests::test_parse_without_hint_defaults_to_first_slash ... ok
[INFO] [stdout] test output::dry_run::tests::test_dry_run_output_empty ... ok
[INFO] [stdout] test output::dry_run::tests::test_dry_run_output_preserves_order ... ok
[INFO] [stdout] test output::dry_run::tests::test_dry_run_output_with_backticks ... ok
[INFO] [stdout] test output::file_block::tests::test_calculate_line_number_width ... ok
[INFO] [stdout] test output::file_block::tests::test_write_file_block_all_options ... ok
[INFO] [stdout] test output::file_block::tests::test_write_file_block_backticks ... ok
[INFO] [stdout] test output::file_block::tests::test_write_file_block_basic ... ok
[INFO] [stdout] test output::file_block::tests::test_write_file_block_filename_only ... ok
[INFO] [stdout] test output::file_block::tests::test_write_file_block_line_numbers ... ok
[INFO] [stdout] test output::file_block::tests::test_write_file_block_line_numbers_empty_file ... ok
[INFO] [stdout] test output::file_block::tests::test_write_file_block_line_numbers_single_line_no_newline ... ok
[INFO] [stdout] test output::file_block::tests::test_write_file_block_no_content ... ok
[INFO] [stdout] test output::file_block::tests::test_write_file_block_no_extension ... ok
[INFO] [stdout] test output::formatter::tests::test_format_no_backticks ... ok
[INFO] [stdout] test output::formatter::tests::test_format_with_backticks ... ok
[INFO] [stdout] test output::header::tests::test_write_global_header_output ... ok
[INFO] [stdout] test output::summary::tests::test_summary_empty ... ok
[INFO] [stdout] test output::summary::tests::test_summary_no_counts ... ok
[INFO] [stdout] test output::summary::tests::test_summary_with_backticks ... ok
[INFO] [stdout] test output::summary::tests::test_summary_with_binary_counts ... ok
[INFO] [stdout] test output::summary::tests::test_summary_with_counts ... ok
[INFO] [stdout] test output::summary::tests::test_summary_with_counts_and_backticks ... ok
[INFO] [stdout] test output::summary::tests::test_summary_with_counts_missing ... ok
[INFO] [stdout] test output::tests::test_markdown_formatter_basic ... ok
[INFO] [stdout] test output::tests::test_markdown_formatter_dry_run_no_files ... ok
[INFO] [stdout] test output::tests::test_markdown_formatter_file_with_no_content ... ok
[INFO] [stdout] test output::tests::test_markdown_formatter_file_with_only_newline ... ok
[INFO] [stdout] test output::tests::test_markdown_formatter_no_files ... ok
[INFO] [stdout] test output::tests::test_markdown_formatter_with_last_files ... ok
[INFO] [stdout] test output::tests::test_markdown_formatter_with_summary ... ok
[INFO] [stdout] test config::path_resolve::tests::test_resolve_input_git_url_local_success ... ok
[INFO] [stdout] test git::clone::tests::test_corrupted_cache_recovery ... ok
[INFO] [stdout] test output::writer::tests::test_finalize_output_file ... ok
[INFO] [stdout] test output::writer::tests::test_finalize_output_stdout ... ok
[INFO] [stdout] test output::writer::tests::test_setup_output_writer_clipboard ... ok
[INFO] [stdout] test output::writer::tests::test_setup_output_writer_file ... ok
[INFO] [stdout] test output::writer::tests::test_setup_output_writer_stdout ... ok
[INFO] [stdout] test output::writer::tests::test_write_impl_for_arc_mutex_vec ... ok
[INFO] [stdout] test git::clone::tests::test_cache_miss_and_hit ... ok
[INFO] [stdout] test processing::counter::tests::test_counts_empty_string ... ok
[INFO] [stdout] test processing::counter::tests::test_counts_multiple_spaces ... ok
[INFO] [stdout] test processing::counter::tests::test_counts_no_trailing_newline ... ok
[INFO] [stdout] test processing::counter::tests::test_counts_whitespace_only ... ok
[INFO] [stdout] test processing::filters::tests::test_adjacent_block_comments ... ok
[INFO] [stdout] test processing::filters::tests::test_adjacent_line_comments ... ok
[INFO] [stdout] test processing::filters::tests::test_block_comment_inside_line_comment ... ok
[INFO] [stdout] test processing::filters::tests::test_block_comment_unterminated ... ok
[INFO] [stdout] test processing::filters::tests::test_char_with_comment_markers_and_escapes ... ok
[INFO] [stdout] test processing::filters::tests::test_comment_markers_in_chars ... ok
[INFO] [stdout] test processing::filters::tests::test_comment_markers_in_strings ... ok
[INFO] [stdout] test processing::filters::tests::test_division_operator ... ok
[INFO] [stdout] test processing::filters::tests::test_empty_input ... ok
[INFO] [stdout] test processing::filters::tests::test_ends_with_slash ... ok
[INFO] [stdout] test processing::filters::tests::test_ends_with_star_in_block ... ok
[INFO] [stdout] test processing::filters::tests::test_escaped_quotes_in_strings ... ok
[INFO] [stdout] test processing::filters::tests::test_escaped_slash_before_comment ... ok
[INFO] [stdout] test processing::filters::tests::test_line_comment_inside_block_comment ... ok
[INFO] [stdout] test processing::filters::tests::test_mixed_comments_and_code ... ok
[INFO] [stdout] test processing::filters::tests::test_only_block_comment ... ok
[INFO] [stdout] test processing::filters::tests::test_only_block_comment_multiline ... ok
[INFO] [stdout] test processing::filters::tests::test_only_line_comment ... ok
[INFO] [stdout] test processing::filters::tests::test_only_line_comment_with_newline ... ok
[INFO] [stdout] test processing::filters::tests::test_remove_block_comment_at_end ... ok
[INFO] [stdout] test processing::filters::tests::test_remove_block_comment_multiline ... ok
[INFO] [stdout] test processing::filters::tests::test_remove_block_comment_simple ... ok
[INFO] [stdout] test git::clone::tests::test_cache_update ... ok
[INFO] [stdout] test processing::filters::tests::test_remove_block_comment_with_stars ... ok
[INFO] [stdout] test processing::filters::tests::test_remove_comments_filter_apply ... ok
[INFO] [stdout] test processing::filters::tests::test_remove_empty ... ok
[INFO] [stdout] test processing::filters::tests::test_remove_empty_all_empty ... ok
[INFO] [stdout] test processing::filters::tests::test_remove_empty_leading_newlines ... ok
[INFO] [stdout] test processing::filters::tests::test_remove_empty_lines_filter_apply ... ok
[INFO] [stdout] test processing::filters::tests::test_remove_empty_no_empty_lines ... ok
[INFO] [stdout] test processing::filters::tests::test_remove_empty_windows_newlines ... ok
[INFO] [stdout] test processing::filters::tests::test_remove_empty_trailing_newlines ... ok
[INFO] [stdout] test processing::filters::tests::test_remove_line_comment_simple ... ok
[INFO] [stdout] test processing::filters::tests::test_slash_then_quote ... ok
[INFO] [stdout] test processing::filters::tests::test_string_with_comment_markers_and_escapes ... ok
[INFO] [stdout] test processing::filters::tests::test_tricky_slashes_and_stars ... ok
[INFO] [stdout] test processing::tests::test_process_files_applies_filters_sequentially ... ok
[INFO] [stdout] test config::path_resolve::tests::test_resolve_relative_path ... FAILED
[INFO] [stdout] test config::path_resolve::tests::test_resolve_input_local_path_failure ... ok
[INFO] [stdout] test output::writer::tests::test_finalize_output_clipboard_buffer_access ... ok
[INFO] [stdout] test output::writer::tests::test_finalize_output_clipboard_missing_buffer ... ok
[INFO] [stdout] test processing::tests::test_process_files_no_filters ... ok
[INFO] [stdout] test processing::tests::test_process_files_skips_filters_for_binary ... ok
[INFO] [stdout] test config::builder::tests::test_builder_combines_custom_and_cli_filters ... ok
[INFO] [stdout] test processing::counter::tests::test_counts_basic ... ok
[INFO] [stdout] test processing::filters::tests::test_remove_line_comment_no_newline ... ok
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- config::path_resolve::tests::test_resolve_relative_path stdout ----
[INFO] [stdout] Error: Read-only file system (os error 30)
[INFO] [stdout] 
[INFO] [stdout] Stack backtrace:
[INFO] [stdout]    0: <anyhow::Error as core::convert::From<std::io::error::Error>>::from
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.100/src/backtrace.rs:27:14
[INFO] [stdout]    1: <core::result::Result<(), anyhow::Error> as core::ops::try_trait::FromResidual<core::result::Result<core::convert::Infallible, std::io::error::Error>>>::from_residual
[INFO] [stdout]              at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/result.rs:2189:27
[INFO] [stdout]    2: dircat::config::path_resolve::tests::test_resolve_relative_path
[INFO] [stdout]              at ./src/config/path_resolve.rs:497:9
[INFO] [stdout]    3: dircat::config::path_resolve::tests::test_resolve_relative_path::{closure#0}
[INFO] [stdout]              at ./src/config/path_resolve.rs:494:40
[INFO] [stdout]    4: <dircat::config::path_resolve::tests::test_resolve_relative_path::{closure#0} as core::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]              at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]    5: <fn() -> core::result::Result<(), alloc::string::String> as core::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]              at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]    6: test::__rust_begin_short_backtrace::<core::result::Result<(), alloc::string::String>, fn() -> core::result::Result<(), alloc::string::String>>
[INFO] [stdout]              at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:663:18
[INFO] [stdout]    7: test::run_test_in_process::{closure#0}
[INFO] [stdout]              at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:74
[INFO] [stdout]    8: <core::panic::unwind_safe::AssertUnwindSafe<test::run_test_in_process::{closure#0}> as core::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]              at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]    9: std::panicking::catch_unwind::do_call::<core::panic::unwind_safe::AssertUnwindSafe<test::run_test_in_process::{closure#0}>, core::result::Result<(), alloc::string::String>>
[INFO] [stdout]              at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   10: std::panicking::catch_unwind::<core::result::Result<(), alloc::string::String>, core::panic::unwind_safe::AssertUnwindSafe<test::run_test_in_process::{closure#0}>>
[INFO] [stdout]              at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   11: std::panic::catch_unwind::<core::panic::unwind_safe::AssertUnwindSafe<test::run_test_in_process::{closure#0}>, core::result::Result<(), alloc::string::String>>
[INFO] [stdout]              at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   12: test::run_test_in_process
[INFO] [stdout]              at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:686:27
[INFO] [stdout]   13: test::run_test::{closure#0}
[INFO] [stdout]              at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:607:43
[INFO] [stdout]   14: test::run_test::{closure#1}
[INFO] [stdout]              at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/test/src/lib.rs:637:41
[INFO] [stdout]   15: std::sys::backtrace::__rust_begin_short_backtrace::<test::run_test::{closure#1}, ()>
[INFO] [stdout]              at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   16: std::thread::lifecycle::spawn_unchecked::<test::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]              at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   17: <core::panic::unwind_safe::AssertUnwindSafe<std::thread::lifecycle::spawn_unchecked<test::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]              at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   18: std::panicking::catch_unwind::do_call::<core::panic::unwind_safe::AssertUnwindSafe<std::thread::lifecycle::spawn_unchecked<test::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]              at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:581:40
[INFO] [stdout]   19: std::panicking::catch_unwind::<(), core::panic::unwind_safe::AssertUnwindSafe<std::thread::lifecycle::spawn_unchecked<test::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]              at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panicking.rs:544:19
[INFO] [stdout]   20: std::panic::catch_unwind::<core::panic::unwind_safe::AssertUnwindSafe<std::thread::lifecycle::spawn_unchecked<test::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]              at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/panic.rs:359:14
[INFO] [stdout]   21: std::thread::lifecycle::spawn_unchecked::<test::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]              at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   22: <std::thread::lifecycle::spawn_unchecked<test::run_test::{closure#1}, ()>::{closure#1} as core::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]              at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   23: <alloc::boxed::Box<dyn core::ops::function::FnOnce<(), Output = ()> + core::marker::Send> as core::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]              at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   24: <std::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]              at /rustc/db823df02fd0c2cf67b43025ac3fef3f2d743245/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   25: <unknown>
[INFO] [stdout]   26: clone
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     config::path_resolve::tests::test_resolve_relative_path
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 157 passed; 1 failed; 3 ignored; 0 measured; 0 filtered out; finished in 0.28s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--lib`
[INFO] running `Command { std: "docker" "inspect" "d08fd9d2663873776563ea28237d452dc540c84f4c426e8375b368a2d01d5031", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d08fd9d2663873776563ea28237d452dc540c84f4c426e8375b368a2d01d5031", kill_on_drop: false }`
[INFO] [stdout] d08fd9d2663873776563ea28237d452dc540c84f4c426e8375b368a2d01d5031
