[INFO] cloning repository https://github.com/qubit-ltd/rs-mime
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/qubit-ltd/rs-mime" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fqubit-ltd%2Frs-mime", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fqubit-ltd%2Frs-mime'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 03492c89e52174b6011174d9bf626aec1f3fabd9
[INFO] testing qubit-ltd/rs-mime 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%2Fqubit-ltd%2Frs-mime" "/workspace/builds/worker-0-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/qubit-ltd/rs-mime
[INFO] finished tweaking git repo https://github.com/qubit-ltd/rs-mime
[INFO] tweaked toml for git repo https://github.com/qubit-ltd/rs-mime written to /workspace/builds/worker-0-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/qubit-ltd/rs-mime 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] crate git repo https://github.com/qubit-ltd/rs-mime already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.97.0-beta.6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded serde_norway v0.9.42
[INFO] [stderr]   Downloaded qubit-spi v0.3.3
[INFO] [stderr]   Downloaded qubit-serde v0.2.6
[INFO] [stderr]   Downloaded qubit-sanitize v0.2.2
[INFO] [stderr]   Downloaded qubit-datatype v0.2.6
[INFO] [stderr]   Downloaded qubit-command v0.4.2
[INFO] [stderr]   Downloaded qubit-codec-misc v0.1.0
[INFO] [stderr]   Downloaded qubit-local-files v0.2.0
[INFO] [stderr]   Downloaded qubit-io v0.7.0
[INFO] [stderr]   Downloaded qubit-config v0.13.6
[INFO] [stderr]   Downloaded qubit-codec v0.5.0
[INFO] [stderr]   Downloaded unsafe-libyaml-norway v0.2.15
[INFO] [stderr]   Downloaded qubit-value v0.7.9
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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] 30cc2729756109afda423bd7694071e991a8b00883bb9a9472c62775f9fe0d59
[INFO] running `Command { std: "docker" "start" "30cc2729756109afda423bd7694071e991a8b00883bb9a9472c62775f9fe0d59", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "30cc2729756109afda423bd7694071e991a8b00883bb9a9472c62775f9fe0d59", 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" "30cc2729756109afda423bd7694071e991a8b00883bb9a9472c62775f9fe0d59" "/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" "30cc2729756109afda423bd7694071e991a8b00883bb9a9472c62775f9fe0d59", 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" "30cc2729756109afda423bd7694071e991a8b00883bb9a9472c62775f9fe0d59" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling memchr v2.8.1
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]    Compiling bigdecimal v0.4.10
[INFO] [stderr]    Compiling num-integer v0.1.46
[INFO] [stderr]    Compiling nix v0.31.3
[INFO] [stderr]    Compiling http v1.4.1
[INFO] [stderr]    Compiling unsafe-libyaml-norway v0.2.15
[INFO] [stderr]    Compiling getrandom v0.4.2
[INFO] [stderr]    Compiling qubit-io v0.7.0
[INFO] [stderr]    Compiling toml v0.9.12+spec-1.1.0
[INFO] [stderr]    Compiling serde_json v1.0.150
[INFO] [stderr]    Compiling aho-corasick v1.1.4
[INFO] [stderr]    Compiling roxmltree v0.21.1
[INFO] [stderr]    Compiling qubit-local-files v0.2.0
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling process-wrap v9.1.0
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling zerovec-derive v0.11.3
[INFO] [stderr]    Compiling displaydoc v0.2.6
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling zerofrom-derive v0.1.7
[INFO] [stderr]    Compiling yoke-derive v0.8.2
[INFO] [stderr]    Compiling zerofrom v0.1.8
[INFO] [stderr]    Compiling yoke v0.8.3
[INFO] [stderr]    Compiling zerotrie v0.2.4
[INFO] [stderr]    Compiling zerovec v0.11.6
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]    Compiling regex v1.12.3
[INFO] [stderr]    Compiling qubit-codec v0.5.0
[INFO] [stderr]    Compiling qubit-spi v0.3.3
[INFO] [stderr]    Compiling qubit-codec-misc v0.1.0
[INFO] [stderr]    Compiling tinystr v0.8.3
[INFO] [stderr]    Compiling potential_utf v0.1.5
[INFO] [stderr]    Compiling icu_collections v2.2.0
[INFO] [stderr]    Compiling icu_locale_core v2.2.0
[INFO] [stderr]    Compiling icu_provider v2.2.0
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling icu_properties v2.2.0
[INFO] [stderr]    Compiling icu_normalizer v2.2.0
[INFO] [stderr]    Compiling num-bigint v0.4.6
[INFO] [stderr]    Compiling chrono v0.4.45
[INFO] [stderr]    Compiling serde_norway v0.9.42
[INFO] [stderr]    Compiling idna_adapter v1.2.2
[INFO] [stderr]    Compiling idna v1.1.0
[INFO] [stderr]    Compiling url v2.5.8
[INFO] [stderr]    Compiling qubit-sanitize v0.2.2
[INFO] [stderr]    Compiling qubit-command v0.4.2
[INFO] [stderr]    Compiling qubit-datatype v0.2.6
[INFO] [stderr]    Compiling qubit-value v0.7.9
[INFO] [stderr]    Compiling qubit-serde v0.2.6
[INFO] [stderr]    Compiling qubit-config v0.13.6
[INFO] [stderr]    Compiling qubit-mime v0.7.1 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.25s
[INFO] running `Command { std: "docker" "inspect" "30cc2729756109afda423bd7694071e991a8b00883bb9a9472c62775f9fe0d59", 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" "30cc2729756109afda423bd7694071e991a8b00883bb9a9472c62775f9fe0d59" "/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 nix v0.31.3
[INFO] [stderr]    Compiling once_cell v1.21.4
[INFO] [stderr]    Compiling tempfile v3.27.0
[INFO] [stderr]    Compiling process-wrap v9.1.0
[INFO] [stderr]    Compiling qubit-command v0.4.2
[INFO] [stderr]    Compiling qubit-mime v0.7.1 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 9.31s
[INFO] running `Command { std: "docker" "inspect" "30cc2729756109afda423bd7694071e991a8b00883bb9a9472c62775f9fe0d59", 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" "30cc2729756109afda423bd7694071e991a8b00883bb9a9472c62775f9fe0d59" "/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.16s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/qubit_mime-2cf347cca2683cc2)
[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/common_mime_types_tests.rs (/opt/rustwide/target/debug/deps/common_mime_types_tests-c74e2b52418be43c)
[INFO] [stdout] 
[INFO] [stderr]      Running tests/constants_tests.rs (/opt/rustwide/target/debug/deps/constants_tests-fe413bbdbd477b51)
[INFO] [stdout] running 1 test
[INFO] [stdout] test test_common_mime_type_constants_group_default_values ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test test_mime_configuration_constants_expose_expected_keys_and_defaults ... ok
[INFO] [stdout] 
[INFO] [stderr]      Running tests/mime_error_tests.rs (/opt/rustwide/target/debug/deps/mime_error_tests-1f8d70f88773f141)
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 2 tests
[INFO] [stdout] test test_provider_registry_errors_convert_to_detector_errors ... ok
[INFO] [stdout] test test_mime_error_display_includes_variant_context ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/mod.rs (/opt/rustwide/target/debug/deps/mod-9f91102e2956e41c)
[INFO] [stdout] 
[INFO] [stdout] running 159 tests
[INFO] [stdout] test api::mime_config_tests::test_from_config_reports_invalid_boolean_value ... ok
[INFO] [stdout] test api::mime_config_tests::test_load_falls_back_to_builtin_default_when_env_is_invalid ... ok
[INFO] [stdout] test api::mime_config_tests::test_load_uses_environment_when_valid ... ok
[INFO] [stdout] test api::mime_config_tests::test_from_config_reads_logical_config_keys ... ok
[INFO] [stdout] test classifier::ffprobe_command_media_stream_classifier_tests::test_default_uses_disabled_logging_runner ... ok
[INFO] [stdout] test classifier::ffprobe_command_media_stream_classifier_tests::test_with_command_runner_uses_runner_configuration ... ok
[INFO] [stdout] test classifier::ffprobe_command_media_stream_classifier_tests::test_from_mime_config_sets_max_staging_size ... ok
[INFO] [stdout] test classifier::ffprobe_command_media_stream_classifier_tests::test_classify_stream_listing_maps_ffprobe_output ... ok
[INFO] [stdout] test classifier::media_stream_classifier_backend_tests::test_media_stream_classifier_backend_blanket_impl_validates_files ... ok
[INFO] [stdout] test classifier::media_stream_classifier_registry_tests::test_builtin_registry_exposes_ffprobe_provider ... ok
[INFO] [stdout] test classifier::media_stream_classifier_registry_tests::test_empty_registry_reports_no_available_classifier ... ok
[INFO] [stdout] test classifier::media_stream_classifier_registry_tests::test_ffprobe_provider_metadata_matches_builtin_registry_entry ... ok
[INFO] [stdout] test classifier::media_stream_classifier_registry_tests::test_registry_creates_classifier_by_id_and_alias_case_insensitively ... ok
[INFO] [stdout] test classifier::media_stream_classifier_registry_tests::test_register_default_provider_makes_default_registry_see_provider ... ok
[INFO] [stdout] test classifier::media_stream_classifier_registry_tests::test_provider_default_methods_return_available_zero_priority_without_aliases ... ok
[INFO] [stdout] test classifier::media_stream_classifier_registry_tests::test_registry_creates_configured_default_by_name ... ok
[INFO] [stdout] test classifier::media_stream_classifier_registry_tests::test_registry_rejects_duplicate_provider_names_and_aliases ... ok
[INFO] [stdout] test classifier::media_stream_classifier_registry_tests::test_registry_registers_multiple_shared_providers ... ok
[INFO] [stdout] test classifier::media_stream_classifier_registry_tests::test_registry_reports_invalid_direct_selectors_and_provider_failures ... ok
[INFO] [stdout] test classifier::media_stream_classifier_registry_tests::test_registry_reports_no_available_classifier_when_auto_candidates_fail ... ok
[INFO] [stdout] test classifier::media_stream_classifier_registry_tests::test_resolve_provider_matches_find_provider_for_builtin_names ... ok
[INFO] [stdout] test classifier::media_stream_classifier_registry_tests::test_registry_auto_selects_highest_priority_available_provider ... ok
[INFO] [stdout] test classifier::media_stream_classifier_registry_tests::test_resolve_provider_reports_empty_invalid_and_unknown_names ... ok
[INFO] [stdout] test classifier::media_stream_classifier_tests::test_backend_classifier_gets_default_content_and_file_entries ... ok
[INFO] [stdout] test classifier::media_stream_classifier_tests::test_boxed_media_stream_classifier_trait_object_delegates_all_entry_points ... ok
[INFO] [stdout] test classifier::media_stream_classifier_tests::test_file_based_classifier_rejects_reader_exceeding_staging_limit ... ok
[INFO] [stdout] test classifier::media_stream_classifier_registry_tests::test_registry_reports_unknown_classifier_by_name ... ok
[INFO] [stdout] test classifier::media_stream_classifier_registry_tests::test_registry_skips_unavailable_provider_in_auto_selection ... ok
[INFO] [stdout] test classifier::media_stream_classifier_tests::test_file_based_classifier_propagates_local_file_error ... ok
[INFO] [stdout] test classifier::media_stream_classifier_tests::test_file_based_classifier_streams_reader_to_temporary_file_in_bounded_chunks ... ok
[INFO] [stdout] test classifier::media_stream_classifier_tests::test_media_stream_classifier_trait_supports_content_classification ... ok
[INFO] [stdout] test classifier::media_stream_classifier_tests::test_shared_media_stream_classifier_trait_object_delegates_all_entry_points ... ok
[INFO] [stdout] test classifier::media_stream_type_tests::test_media_stream_type_is_copyable_comparable_and_hashable ... ok
[INFO] [stdout] test common_mime_types_tests::test_common_mime_type_constants_group_default_values ... ok
[INFO] [stdout] test constants_tests::test_mime_configuration_constants_expose_expected_keys_and_defaults ... ok
[INFO] [stdout] test detector::detection_source_tests::test_detection_source_carries_content_or_path ... ok
[INFO] [stdout] test classifier::media_stream_classifier_tests::test_file_based_classifier_creates_missing_temporary_directory ... ok
[INFO] [stdout] test detector::file_based_mime_detector_tests::test_detect_by_content_stages_bytes_to_local_file ... ok
[INFO] [stdout] test detector::file_based_mime_detector_tests::test_detect_file_delegates_to_local_file_hook ... ok
[INFO] [stdout] test classifier::media_stream_classifier_tests::test_file_based_classifier_reports_temporary_file_creation_error ... ok
[INFO] [stdout] test detector::file_based_mime_detector_tests::test_detect_reader_propagates_file_based_callback_error ... ok
[INFO] [stdout] test detector::file_based_mime_detector_tests::test_detect_reader_creates_missing_temporary_directory ... ok
[INFO] [stdout] test detector::file_based_mime_detector_tests::test_detect_reader_reports_temporary_file_creation_error ... ok
[INFO] [stdout] test api::mime_config_tests::test_from_config_reads_env_aliases_with_env_friendly_options ... ok
[INFO] [stdout] test detector::file_based_mime_detector_tests::test_detect_by_content_uses_non_predictable_temporary_file_name ... ok
[INFO] [stdout] test api::mime_config_tests::test_from_config_skips_blank_patterns_and_malformed_mapping_entries ... ok
[INFO] [stdout] test classifier::file_based_media_stream_classifier_tests::test_file_based_media_stream_classifier_stages_content_to_temp_file ... ok
[INFO] [stdout] test classifier::media_stream_classifier_helpers_tests::test_media_stream_classifier_helpers_validate_public_file_entrypoint ... ok
[INFO] [stdout] test classifier::media_stream_classifier_tests::test_file_based_classifier_stages_content_to_local_file ... ok
[INFO] [stdout] test classifier::media_stream_classifier_tests::test_file_based_classifier_uses_non_predictable_temporary_file_name ... ok
[INFO] [stdout] test detector::file_command_mime_detector_tests::test_with_repository_and_runner_uses_runner_configuration ... ok
[INFO] [stdout] test detector::mime_detection_policy_tests::test_mime_detection_policy_is_copyable_and_comparable ... ok
[INFO] [stdout] test detector::mime_detector_availability_tests::test_mime_detector_availability_reports_state_and_reason ... ok
[INFO] [stdout] test detector::mime_detector_backend_tests::test_mime_detector_backend_blanket_impl_uses_policy_and_sources ... ok
[INFO] [stdout] test detector::mime_detector_core_tests::test_merge_results_uses_detector_selection_strategy ... ok
[INFO] [stdout] test detector::file_command_mime_detector_tests::test_file_command_detector_accessors_and_repository_only_policy ... ok
[INFO] [stdout] test detector::mime_detector_core_tests::test_refine_detected_mime_type_handles_disabled_missing_and_failing_cases ... ok
[INFO] [stdout] test detector::mime_detector_core_tests::test_refine_detected_mime_type_uses_media_stream_classifier ... ok
[INFO] [stdout] test detector::mime_detector_core_tests::test_select_result_honors_prefer_filename_and_refines_content_result ... ok
[INFO] [stdout] test detector::mime_detector_provider_tests::test_mime_detector_provider_defaults_and_factory ... ok
[INFO] [stdout] test detector::mime_detector_registry_tests::test_empty_registry_reports_no_available_detector ... ok
[INFO] [stdout] test detector::mime_detector_registry_tests::test_default_registry_starts_with_builtin_providers ... ok
[INFO] [stdout] test detector::mime_detector_registry_tests::test_provider_default_methods_return_available_zero_priority_without_aliases ... ok
[INFO] [stdout] test detector::mime_detector_registry_tests::test_register_default_provider_makes_default_registry_see_provider ... ok
[INFO] [stdout] test detector::mime_detector_registry_tests::test_file_command_provider_reports_unavailable_without_path ... ok
[INFO] [stdout] test detector::mime_detector_registry_tests::test_registry_auto_selects_highest_priority_available_provider ... ok
[INFO] [stdout] test detector::mime_detector_registry_tests::test_registry_auto_tie_breaks_by_provider_id ... ok
[INFO] [stdout] test detector::file_command_mime_detector_tests::test_is_available_can_be_called_without_panicking ... ok
[INFO] [stdout] test detector::mime_detector_registry_tests::test_registry_creates_detector_by_id_and_alias_case_insensitively ... ok
[INFO] [stdout] test detector::mime_detector_registry_tests::test_registry_rejects_duplicate_provider_names_and_aliases ... ok
[INFO] [stdout] test detector::mime_detector_registry_tests::test_registry_registers_multiple_shared_providers ... ok
[INFO] [stdout] test detector::mime_detector_registry_tests::test_resolve_provider_matches_find_provider_for_builtin_names ... ok
[INFO] [stdout] test detector::mime_detector_registry_tests::test_registry_uses_fallback_chain_when_primary_is_unavailable ... ok
[INFO] [stdout] test detector::mime_detector_registry_tests::test_registry_reports_invalid_direct_selectors_and_provider_failures ... ok
[INFO] [stdout] test detector::mime_detector_tests::test_boxed_mime_detector_trait_object_delegates_all_entry_points ... ok
[INFO] [stdout] test detector::mime_detector_registry_tests::test_resolve_provider_reports_empty_invalid_and_unknown_names ... ok
[INFO] [stdout] test detector::mime_detector_tests::test_detector_backend_error_builder_preserves_context ... ok
[INFO] [stdout] test detector::file_command_mime_detector_provider_tests::test_file_command_mime_detector_provider_metadata_and_availability ... ok
[INFO] [stdout] test classifier::ffprobe_command_media_stream_classifier_tests::test_classify_file_uses_ffprobe_stdout_and_working_directory ... ok
[INFO] [stdout] test detector::mime_detector_tests::test_mime_detector_backend_prefer_filename_skips_reader_and_file_content ... ok
[INFO] [stdout] test detector::mime_detector_tests::test_mime_detector_backend_defaults_read_reader_and_file_prefix ... ok
[INFO] [stdout] test classifier::ffprobe_command_media_stream_classifier_tests::test_classify_file_maps_unexpected_ffprobe_exit_to_none ... ok
[INFO] [stdout] test detector::file_command_mime_detector_tests::test_detect_file_by_content_reads_file_command_stdout ... ok
[INFO] [stdout] test detector::file_command_mime_detector_tests::test_detect_file_by_content_returns_none_for_empty_stdout ... ok
[INFO] [stdout] test detector::mime_detector_tests::test_shared_mime_detector_trait_object_delegates_all_entry_points ... ok
[INFO] [stdout] test classifier::media_stream_classifier_helpers_tests::test_media_stream_classifier_helpers_report_unreadable_file ... FAILED
[INFO] [stdout] test detector::repository_mime_detector_tests::test_accessors_empty_repository_and_reader_errors ... ok
[INFO] [stdout] test detector::file_command_mime_detector_tests::test_detect_by_filename_uses_repository_candidates ... ok
[INFO] [stdout] test detector::mime_detector_tests::test_configured_fallback_uses_repository_after_unknown_detector ... ok
[INFO] [stdout] test detector::file_command_mime_detector_tests::test_detect_file_by_content_uses_runner_timeout ... ok
[INFO] [stdout] test detector::mime_detector_tests::test_mime_detector_trait_supports_repository_detector ... ok
[INFO] [stdout] test detector::repository_mime_detector_tests::test_detect_by_content_uses_default_repository_magic ... ok
[INFO] [stdout] test detector::stream_based_mime_detector_tests::test_detect_file_uses_stream_based_defaults ... ok
[INFO] [stdout] test detector::mime_detector_tests::test_mime_detector_trait_supports_reader_and_file_detection ... ok
[INFO] [stdout] test detector::repository_mime_detector_tests::test_detect_bytes_merges_filename_and_content_results ... ok
[INFO] [stdout] test detector::repository_mime_detector_tests::test_detect_reader_does_not_consume_reader_position ... ok
[INFO] [stdout] test detector::repository_mime_detector_provider_tests::test_repository_mime_detector_provider_creates_filename_detector ... ok
[INFO] [stdout] test detector::mime_detector_registry_tests::test_builtin_registry_exposes_repository_and_file_command_providers ... ok
[INFO] [stdout] test detector::mime_detector_tests::test_default_mime_detector_returns_usable_detector ... ok
[INFO] [stdout] test detector::mime_detector_tests::test_mime_detector_registry_creates_from_explicit_registry ... ok
[INFO] [stdout] test api::mime_config_tests::test_registries_use_mime_config_defaults ... ok
[INFO] [stdout] test detector::repository_mime_detector_tests::test_detect_by_filename_uses_default_repository ... ok
[INFO] [stdout] test api::mime_config_tests::test_reload_default_from_env_uses_config_from_env ... ok
[INFO] [stdout] test detector::repository_mime_detector_tests::test_detect_file_reads_file_and_uses_file_name ... ok
[INFO] [stdout] test api::mime_config_tests::test_reload_default_reports_invalid_config_and_environment ... ok
[INFO] [stdout] test api::mime_config_tests::test_set_default_and_reload_default_replace_default_snapshot ... ok
[INFO] [stdout] test detector::mime_detector_tests::test_mime_detector_registry_creates_boxed_and_shared_named_detectors ... ok
[INFO] [stdout] test detector::mime_detector_tests::test_mime_detector_registry_builds_from_config_defaults ... ok
[INFO] [stdout] test detector::stream_based_mime_detector_tests::test_detect_reader_rejects_prefix_buffer_larger_than_configured_limit ... ok
[INFO] [stdout] test detector::stream_based_mime_detector_tests::test_detect_reader_restores_position_after_read_error ... ok
[INFO] [stdout] test mime_error_tests::test_mime_error_display_includes_variant_context ... ok
[INFO] [stdout] test detector::stream_based_mime_detector_tests::test_detect_reader_reads_prefix_across_short_reads ... ok
[INFO] [stdout] test detector::stream_based_mime_detector_tests::test_detect_reader_uses_stream_based_defaults ... ok
[INFO] [stdout] test detector::stream_based_mime_detector_tests::test_stream_based_backend_max_bytes_and_file_open_error_are_covered ... ok
[INFO] [stdout] test detector::stream_based_mime_detector_tests::test_guess_from_file_stream_rejects_directory_before_reading ... ok
[INFO] [stdout] test repository::magic_value_type_tests::test_magic_value_type_round_trips_freedesktop_names ... ok
[INFO] [stdout] test mime_error_tests::test_provider_registry_errors_convert_to_detector_errors ... ok
[INFO] [stdout] test repository::mime_glob_tests::test_matches_returns_false_for_empty_inputs ... ok
[INFO] [stdout] test repository::mime_glob_tests::test_new_rejects_weight_above_maximum ... ok
[INFO] [stdout] test repository::mime_magic_matcher_tests::test_accessors_and_numeric_endianness_matchers ... ok
[INFO] [stdout] test repository::mime_magic_matcher_tests::test_matches_little32_integer ... ok
[INFO] [stdout] test repository::mime_magic_matcher_tests::test_matches_requires_one_submatcher_when_children_exist ... ok
[INFO] [stdout] test repository::mime_magic_matcher_tests::test_matches_string_at_fixed_offset ... ok
[INFO] [stdout] test repository::mime_glob_tests::test_matches_uses_case_insensitive_matching_by_default ... ok
[INFO] [stdout] test repository::mime_magic_matcher_tests::test_magic_value_type_names_and_lookup_cover_all_variants ... ok
[INFO] [stdout] test repository::mime_magic_matcher_tests::test_matches_byte_with_mask ... ok
[INFO] [stdout] test repository::mime_magic_matcher_tests::test_mime_magic_empty_and_non_empty_matching ... ok
[INFO] [stdout] test repository::mime_glob_tests::test_matches_supports_other_glob_tokens ... ok
[INFO] [stdout] test repository::mime_magic_matcher_tests::test_new_rejects_empty_value_bad_numeric_width_and_bad_mask_width ... ok
[INFO] [stdout] test repository::mime_magic_tests::test_mime_magic_matches_any_root_matcher_and_reports_width ... ok
[INFO] [stdout] test repository::mime_magic_matcher_tests::test_new_rejects_inverted_offset_range ... ok
[INFO] [stdout] test repository::mime_magic_matcher_tests::test_matches_string_in_offset_range ... ok
[INFO] [stdout] test repository::mime_glob_tests::test_matches_honors_case_sensitive_flag ... ok
[INFO] [stdout] test repository::mime_magic_matcher_tests::test_matches_string_with_mask ... ok
[INFO] [stdout] test repository::mime_glob_tests::test_matches_supports_question_negated_and_literal_class_edges ... ok
[INFO] [stdout] test repository::mime_repository_tests::test_from_xml_preserves_default_comment_when_localized_comment_follows ... ok
[INFO] [stdout] test repository::mime_repository_tests::test_from_xml_decodes_single_quote_and_short_hex_escape_values ... ok
[INFO] [stdout] test repository::mime_repository_tests::test_from_xml_reports_invalid_string_and_numeric_magic_values ... ok
[INFO] [stdout] test repository::mime_type_tests::test_get_all_extensions_sorts_by_weight_descending ... ok
[INFO] [stdout] test repository::mime_repository_tests::test_from_xml_rejects_numeric_magic_values_that_exceed_matcher_width ... ok
[INFO] [stdout] test repository::mime_repository_tests::test_from_xml_accepts_doctype_and_reports_structural_errors ... ok
[INFO] [stdout] test repository::mime_repository_tests::test_from_xml_accepts_uppercase_hex_mask_prefix ... ok
[INFO] [stdout] test repository::mime_type_tests::test_description_falls_back_to_default_and_english_entries ... ok
[INFO] [stdout] test repository::mime_repository_tests::test_detect_by_filename_and_content_preserve_ties ... ok
[INFO] [stdout] test repository::mime_type_builder_tests::test_mime_type_builder_collects_metadata_and_matching_rules ... ok
[INFO] [stdout] test repository::mime_repository_tests::test_from_xml_reports_invalid_glob_and_magic_attributes ... ok
[INFO] [stdout] test repository::mime_repository_tests::test_detect_by_filename_prefers_longer_equal_weight_extension ... ok
[INFO] [stdout] test repository::mime_repository_tests::test_detect_by_content_orders_by_magic_priority ... ok
[INFO] [stdout] test repository::mime_type_tests::test_get_preferred_extension_prefers_simple_extension_over_complex_extension ... ok
[INFO] [stdout] test repository::mime_type_tests::test_metadata_getters_filename_matching_and_supertype_content_matching ... ok
[INFO] [stdout] test repository::mime_repository_tests::test_detect_returns_empty_when_no_rule_matches ... ok
[INFO] [stdout] test repository::mime_repository_tests::test_detect_merges_filename_when_content_missing_or_common ... ok
[INFO] [stdout] test repository::mime_repository_tests::test_detect_by_filename_handles_literal_other_and_case_sensitive_globs ... ok
[INFO] [stdout] test repository::real_file_integration_tests::test_repository_detector_detects_real_files_from_readers_without_consuming_position ... ok
[INFO] [stdout] test repository::mime_repository_tests::test_from_xml_indexes_names_aliases_and_max_test_bytes ... ok
[INFO] [stdout] test repository::mime_repository_tests::test_detect_uses_magic_when_verify_content_policy_is_enabled ... ok
[INFO] [stdout] test repository::mime_repository_tests::test_detect_uses_filename_when_single_candidate_and_magic_not_required ... ok
[INFO] [stdout] test repository::real_file_integration_tests::test_real_files_match_java_repository_filename_and_magic_expectations ... ok
[INFO] [stdout] test repository::real_file_integration_tests::test_repository_detector_detects_real_files_from_paths ... ok
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- classifier::media_stream_classifier_helpers_tests::test_media_stream_classifier_helpers_report_unreadable_file stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'classifier::media_stream_classifier_helpers_tests::test_media_stream_classifier_helpers_report_unreadable_file' (1215) panicked at tests/classifier/media_stream_classifier_helpers_tests.rs:72:5:
[INFO] [stdout] assertion failed: result.is_err()
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5dfde59b4a68 - 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:     0x5dfde59b4a68 - 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:     0x5dfde59b4a68 - std[10d71ac2c42b111e]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5dfde59b4a68 - <<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:     0x5dfde59cbfda - <core[8fb95b77d25ab6c8]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5dfde59cbfda - core[8fb95b77d25ab6c8]::fmt::write
[INFO] [stdout]    6:     0x5dfde59b9a52 - 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:     0x5dfde59b9a52 - <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:     0x5dfde5990a66 - <std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5dfde5990a66 - std[10d71ac2c42b111e]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5dfde59abf69 - std[10d71ac2c42b111e]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5dfde54f2eec - <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:     0x5dfde54f2eec - 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:     0x5dfde59ac122 - <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:     0x5dfde59ac122 - std[10d71ac2c42b111e]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5dfde5990b54 - std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:691:13
[INFO] [stdout]   16:     0x5dfde5985969 - 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:     0x5dfde5991b4d - __rustc[3be9ba60078d4c86]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5dfde59cc81c - core[8fb95b77d25ab6c8]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5dfde59cc7e2 - core[8fb95b77d25ab6c8]::panicking::panic
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panicking.rs:150:5
[INFO] [stdout]   20:     0x5dfde54ac429 - mod[8efc7c13066d1a44]::classifier::media_stream_classifier_helpers_tests::test_media_stream_classifier_helpers_report_unreadable_file
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/classifier/media_stream_classifier_helpers_tests.rs:72:5
[INFO] [stdout]   21:     0x5dfde54aabf7 - mod[8efc7c13066d1a44]::classifier::media_stream_classifier_helpers_tests::test_media_stream_classifier_helpers_report_unreadable_file::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/classifier/media_stream_classifier_helpers_tests.rs:57:65
[INFO] [stdout]   22:     0x5dfde54cd746 - <mod[8efc7c13066d1a44]::classifier::media_stream_classifier_helpers_tests::test_media_stream_classifier_helpers_report_unreadable_file::{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]   23:     0x5dfde54e5fcb - <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]   24:     0x5dfde54e5fcb - 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]   25:     0x5dfde54f3845 - test[213991da798b1c03]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:74
[INFO] [stdout]   26:     0x5dfde54f3845 - <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]   27:     0x5dfde54f3845 - 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]   28:     0x5dfde54f3845 - 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]   29:     0x5dfde54f3845 - 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]   30:     0x5dfde54f3845 - test[213991da798b1c03]::run_test_in_process
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:27
[INFO] [stdout]   31:     0x5dfde54f3845 - test[213991da798b1c03]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:668:43
[INFO] [stdout]   32:     0x5dfde54ed154 - test[213991da798b1c03]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:698:41
[INFO] [stdout]   33:     0x5dfde54ed154 - 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]   34:     0x5dfde54f68c2 - 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]   35:     0x5dfde54f68c2 - <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]   36:     0x5dfde54f68c2 - 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]   37:     0x5dfde54f68c2 - 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]   38:     0x5dfde54f68c2 - 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]   39:     0x5dfde54f68c2 - 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]   40:     0x5dfde54f68c2 - <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]   41:     0x5dfde59b3f1f - <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]   42:     0x5dfde59b3f1f - <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]   43:     0x7a082ee5baa4 - <unknown>
[INFO] [stdout]   44:     0x7a082eee8a64 - clone
[INFO] [stdout]   45:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     classifier::media_stream_classifier_helpers_tests::test_media_stream_classifier_helpers_report_unreadable_file
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 158 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.80s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--test mod`
[INFO] running `Command { std: "docker" "inspect" "30cc2729756109afda423bd7694071e991a8b00883bb9a9472c62775f9fe0d59", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "30cc2729756109afda423bd7694071e991a8b00883bb9a9472c62775f9fe0d59", kill_on_drop: false }`
[INFO] [stdout] 30cc2729756109afda423bd7694071e991a8b00883bb9a9472c62775f9fe0d59
