[INFO] cloning repository https://github.com/rabble/ombra
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/rabble/ombra" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frabble%2Fombra", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frabble%2Fombra'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 9cf21908a2e7a124602e34a594e7d2006b0545a0
[INFO] testing rabble/ombra against beta-2026-03-05 for beta-1.95-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frabble%2Fombra" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-0-tc2/source/rust-toolchain.toml
[INFO] started tweaking git repo https://github.com/rabble/ombra
[INFO] finished tweaking git repo https://github.com/rabble/ombra
[INFO] tweaked toml for git repo https://github.com/rabble/ombra written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/rabble/ombra on toolchain beta-2026-03-05
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-03-05" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/rabble/ombra already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-03-05" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 3de0f26b6044b083dfc10c6a38ede131d4e0d7149141904669e95bd4254d5e77
[INFO] running `Command { std: "docker" "start" "-a" "3de0f26b6044b083dfc10c6a38ede131d4e0d7149141904669e95bd4254d5e77", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "3de0f26b6044b083dfc10c6a38ede131d4e0d7149141904669e95bd4254d5e77", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3de0f26b6044b083dfc10c6a38ede131d4e0d7149141904669e95bd4254d5e77", kill_on_drop: false }`
[INFO] [stdout] 3de0f26b6044b083dfc10c6a38ede131d4e0d7149141904669e95bd4254d5e77
[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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 47c29e66952a3064f63d9c8181164c7cd850f7aefef90a3602d2e3da544e40f6
[INFO] running `Command { std: "docker" "start" "-a" "47c29e66952a3064f63d9c8181164c7cd850f7aefef90a3602d2e3da544e40f6", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.103
[INFO] [stderr]    Compiling unicode-ident v1.0.22
[INFO] [stderr]    Compiling quote v1.0.42
[INFO] [stderr]    Compiling libc v0.2.177
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling stable_deref_trait v1.2.1
[INFO] [stderr]    Compiling bytes v1.11.0
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling once_cell v1.21.3
[INFO] [stderr]    Compiling writeable v0.6.2
[INFO] [stderr]    Compiling lock_api v0.4.14
[INFO] [stderr]    Compiling litemap v0.8.1
[INFO] [stderr]    Compiling icu_properties_data v2.1.1
[INFO] [stderr]    Compiling icu_normalizer_data v2.1.1
[INFO] [stderr]    Compiling slab v0.4.11
[INFO] [stderr]    Compiling memchr v2.7.6
[INFO] [stderr]    Compiling zerocopy v0.8.30
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]    Compiling percent-encoding v2.3.2
[INFO] [stderr]    Compiling crc32fast v1.5.0
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling thiserror v2.0.17
[INFO] [stderr]    Compiling log v0.4.28
[INFO] [stderr]    Compiling simd-adler32 v0.3.7
[INFO] [stderr]    Compiling form_urlencoded v1.2.2
[INFO] [stderr]    Compiling tracing-core v0.1.35
[INFO] [stderr]    Compiling find-msvc-tools v0.1.5
[INFO] [stderr]    Compiling miniz_oxide v0.8.9
[INFO] [stderr]    Compiling futures-channel v0.3.31
[INFO] [stderr]    Compiling serde_json v1.0.145
[INFO] [stderr]    Compiling compression-core v0.4.31
[INFO] [stderr]    Compiling cc v1.2.47
[INFO] [stderr]    Compiling iri-string v0.7.9
[INFO] [stderr]    Compiling protobuf v3.7.2
[INFO] [stderr]    Compiling bitflags v2.10.0
[INFO] [stderr]    Compiling regex-syntax v0.8.8
[INFO] [stderr]    Compiling opensearch v3.0.0 (https://github.com/opensearch-project/opensearch-rs.git?branch=main#773b1c06)
[INFO] [stderr]    Compiling sha1 v0.10.6
[INFO] [stderr]    Compiling prometheus v0.14.0
[INFO] [stderr]    Compiling anyhow v1.0.100
[INFO] [stderr]    Compiling itertools v0.13.0
[INFO] [stderr]    Compiling http v1.4.0
[INFO] [stderr]    Compiling flate2 v1.1.5
[INFO] [stderr]    Compiling tracing-log v0.2.0
[INFO] [stderr]    Compiling syn v2.0.111
[INFO] [stderr]    Compiling thread_local v1.1.9
[INFO] [stderr]    Compiling void v1.0.2
[INFO] [stderr]    Compiling nu-ansi-term v0.50.3
[INFO] [stderr]    Compiling hashbrown v0.14.5
[INFO] [stderr]    Compiling iana-time-zone v0.1.64
[INFO] [stderr]    Compiling num-integer v0.1.46
[INFO] [stderr]    Compiling compression-codecs v0.4.33
[INFO] [stderr]    Compiling signal-hook-registry v1.4.7
[INFO] [stderr]    Compiling mio v1.1.0
[INFO] [stderr]    Compiling socket2 v0.6.1
[INFO] [stderr]    Compiling parking_lot v0.12.5
[INFO] [stderr]    Compiling num-bigint v0.4.6
[INFO] [stderr]    Compiling socket2 v0.5.10
[INFO] [stderr]    Compiling http-body v1.0.1
[INFO] [stderr]    Compiling rand_core v0.9.3
[INFO] [stderr]    Compiling http-body-util v0.1.3
[INFO] [stderr]    Compiling regex-automata v0.4.13
[INFO] [stderr]    Compiling arc-swap v1.7.1
[INFO] [stderr]    Compiling secp256k1-sys v0.11.0
[INFO] [stderr]    Compiling dashmap v6.1.0
[INFO] [stderr]    Compiling chrono v0.4.42
[INFO] [stderr]    Compiling negentropy v0.5.0
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling rand_chacha v0.9.0
[INFO] [stderr]    Compiling rand v0.9.2
[INFO] [stderr]    Compiling matchers v0.2.0
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling darling_core v0.21.3
[INFO] [stderr]    Compiling zerovec-derive v0.11.2
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling tokio-macros v2.6.0
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling thiserror-impl v2.0.17
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling yoke-derive v0.8.1
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling tokio v1.48.0
[INFO] [stderr]    Compiling tracing v0.1.41
[INFO] [stderr]    Compiling tracing-subscriber v0.3.20
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling zerofrom v0.1.6
[INFO] [stderr]    Compiling protobuf-support v3.7.2
[INFO] [stderr]    Compiling tungstenite v0.28.0
[INFO] [stderr]    Compiling yoke v0.8.1
[INFO] [stderr]    Compiling zerovec v0.11.5
[INFO] [stderr]    Compiling zerotrie v0.2.3
[INFO] [stderr]    Compiling tinystr v0.8.2
[INFO] [stderr]    Compiling potential_utf v0.1.4
[INFO] [stderr]    Compiling icu_locale_core v2.1.1
[INFO] [stderr]    Compiling icu_collections v2.1.1
[INFO] [stderr]    Compiling darling_macro v0.21.3
[INFO] [stderr]    Compiling darling v0.21.3
[INFO] [stderr]    Compiling serde_with_macros v3.16.0
[INFO] [stderr]    Compiling serde v1.0.228
[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 serde_with v3.16.0
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling secp256k1 v0.31.1
[INFO] [stderr]    Compiling idna_adapter v1.2.1
[INFO] [stderr]    Compiling idna v1.1.0
[INFO] [stderr]    Compiling url v2.5.7
[INFO] [stderr]    Compiling tokio-util v0.7.17
[INFO] [stderr]    Compiling tower v0.5.2
[INFO] [stderr]    Compiling hyper v1.8.1
[INFO] [stderr]    Compiling async-compression v0.4.34
[INFO] [stderr]    Compiling tokio-tungstenite v0.28.0
[INFO] [stderr]    Compiling hyper-util v0.1.18
[INFO] [stderr]    Compiling tower-http v0.6.7
[INFO] [stderr]    Compiling combine v4.6.7
[INFO] [stderr]    Compiling reqwest v0.12.24
[INFO] [stderr]    Compiling redis v0.27.6
[INFO] [stderr]    Compiling umbra v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 23s
[INFO] running `Command { std: "docker" "inspect" "47c29e66952a3064f63d9c8181164c7cd850f7aefef90a3602d2e3da544e40f6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "47c29e66952a3064f63d9c8181164c7cd850f7aefef90a3602d2e3da544e40f6", kill_on_drop: false }`
[INFO] [stdout] 47c29e66952a3064f63d9c8181164c7cd850f7aefef90a3602d2e3da544e40f6
[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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 32fe441f96de56029b419f08daa24b03a5cf521c8047dfcf72e4c8b8e9743765
[INFO] running `Command { std: "docker" "start" "-a" "32fe441f96de56029b419f08daa24b03a5cf521c8047dfcf72e4c8b8e9743765", kill_on_drop: false }`
[INFO] [stderr]    Compiling umbra v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 11.83s
[INFO] running `Command { std: "docker" "inspect" "32fe441f96de56029b419f08daa24b03a5cf521c8047dfcf72e4c8b8e9743765", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "32fe441f96de56029b419f08daa24b03a5cf521c8047dfcf72e4c8b8e9743765", kill_on_drop: false }`
[INFO] [stdout] 32fe441f96de56029b419f08daa24b03a5cf521c8047dfcf72e4c8b8e9743765
[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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 792457aabbe998ad806bee2ef069d5d4622726c123d7ae4a95e867ecf1d0356f
[INFO] running `Command { std: "docker" "start" "-a" "792457aabbe998ad806bee2ef069d5d4622726c123d7ae4a95e867ecf1d0356f", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.27s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/umbra-0f8c42b8678b640f)
[INFO] [stdout] 
[INFO] [stdout] running 119 tests
[INFO] [stdout] test event::tests::get_coordinate_uses_empty_d_tag_when_missing ... ok
[INFO] [stdout] test event::tests::get_d_tag_returns_value_when_present ... ok
[INFO] [stdout] test event::tests::get_deletion_coordinates_returns_coords_from_a_tags ... ok
[INFO] [stdout] test event::tests::get_coordinate_returns_none_for_non_replaceable ... ok
[INFO] [stdout] test event::tests::get_d_tag_returns_none_when_missing ... ok
[INFO] [stdout] test event::tests::get_coordinate_returns_correct_format_for_parameterized_replaceable ... ok
[INFO] [stdout] test event::tests::get_deletion_targets_returns_empty_for_non_deletion_event ... ok
[INFO] [stdout] test event::tests::get_d_tag_returns_first_value_when_multiple_d_tags ... ok
[INFO] [stdout] test event::tests::get_coordinate_returns_correct_format_for_regular_replaceable ... ok
[INFO] [stdout] test event::tests::get_d_tag_returns_none_for_empty_d_tag ... ok
[INFO] [stdout] test event::tests::get_deletion_targets_returns_event_ids_from_e_tags ... ok
[INFO] [stdout] test event::tests::is_deletion_returns_false_for_other_kinds ... ok
[INFO] [stdout] test event::tests::is_parameterized_replaceable_returns_true_for_kind_30000_to_39999 ... ok
[INFO] [stdout] test event::tests::is_replaceable_returns_true_for_kind_0 ... ok
[INFO] [stdout] test event::tests::is_replaceable_returns_true_for_kind_10000_to_19999 ... ok
[INFO] [stdout] test event::tests::is_replaceable_returns_true_for_kind_3 ... ok
[INFO] [stdout] test event::tests::matches_filter_checks_id_prefix ... ok
[INFO] [stdout] test event::tests::matches_filter_checks_kinds ... ok
[INFO] [stdout] test event::tests::matches_filter_checks_tags ... ok
[INFO] [stdout] test event::tests::matches_filter_checks_until ... ok
[INFO] [stdout] test event::tests::matches_filter_combines_all_conditions ... ok
[INFO] [stdout] test event::tests::is_deletion_returns_true_for_kind_5 ... ok
[INFO] [stdout] test event::tests::normalize_tags_ignores_long_hash_keys ... ok
[INFO] [stdout] test event::tests::normalize_tags_ignores_non_hash_keys ... ok
[INFO] [stdout] test management::tests::allowed_kind_deserializes ... ok
[INFO] [stdout] test event::tests::matches_filter_returns_true_for_empty_filter ... ok
[INFO] [stdout] test event::tests::normalize_tags_strips_hash_prefix ... ok
[INFO] [stdout] test management::tests::allowed_kind_serializes_correctly ... ok
[INFO] [stdout] test management::tests::auth_event_ext_get_tag_value_returns_none_when_missing ... ok
[INFO] [stdout] test management::tests::auth_event_ext_get_tag_value_returns_value_when_present ... ok
[INFO] [stdout] test management::tests::banned_event_serializes_correctly ... ok
[INFO] [stdout] test management::tests::banned_pubkey_deserializes ... ok
[INFO] [stdout] test management::tests::banned_pubkey_serializes_with_reason ... ok
[INFO] [stdout] test event::tests::is_replaceable_returns_true_for_kind_30000_to_39999 ... ok
[INFO] [stdout] test event::tests::matches_filter_checks_since ... ok
[INFO] [stdout] test management::tests::banned_pubkey_serializes_without_reason_when_none ... ok
[INFO] [stdout] test management::tests::moderation_queue_entry_serializes_correctly ... ok
[INFO] [stdout] test management::tests::relay_config_default_is_empty ... ok
[INFO] [stdout] test management::tests::relay_config_deserializes ... ok
[INFO] [stdout] test management::tests::moderation_queue_entry_deserializes ... ok
[INFO] [stdout] test event::tests::matches_filter_checks_author_prefix ... ok
[INFO] [stdout] test management::tests::relay_config_deserializes_partial ... ok
[INFO] [stdout] test management::tests::relay_config_serializes_all_fields_when_set ... ok
[INFO] [stdout] test management::tests::relay_config_serializes_only_set_fields ... ok
[INFO] [stdout] test management::tests::rpc_request_deserializes_with_method_and_params ... ok
[INFO] [stdout] test management::tests::rpc_request_deserializes_with_numeric_params ... ok
[INFO] [stdout] test management::tests::rpc_response_error_contains_error_message ... ok
[INFO] [stdout] test management::tests::rpc_response_error_serializes_without_result_field ... ok
[INFO] [stdout] test management::tests::rpc_response_success_contains_result ... ok
[INFO] [stdout] test management::tests::rpc_response_success_serializes_without_error_field ... ok
[INFO] [stdout] test management::tests::allowed_pubkey_serializes_with_reason ... ok
[INFO] [stdout] test management::tests::rpc_response_success_with_object_result ... ok
[INFO] [stdout] test management::tests::verify_auth_base64_decode_invalid ... ok
[INFO] [stdout] test management::tests::verify_auth_admin_pubkey_check ... ok
[INFO] [stdout] test management::tests::verify_auth_event_kind_must_be_27235 ... ok
[INFO] [stdout] test management::tests::verify_auth_base64_decode_valid ... ok
[INFO] [stdout] test management::tests::rpc_response_success_with_array_result ... ok
[INFO] [stdout] test management::tests::rpc_request_deserializes_with_empty_params ... ok
[INFO] [stdout] test management::tests::verify_auth_header_format_requires_nostr_prefix ... ok
[INFO] [stdout] test management::tests::verify_auth_method_comparison_is_case_insensitive ... ok
[INFO] [stdout] test management::tests::verify_auth_optional_tags_not_required ... ok
[INFO] [stdout] test management::tests::allowed_pubkey_serializes_without_reason_when_none ... ok
[INFO] [stdout] test event::tests::get_deletion_coordinates_returns_empty_for_non_deletion ... ok
[INFO] [stdout] test management::tests::verify_auth_payload_hash_uses_sha256 ... ok
[INFO] [stdout] test event::tests::get_deletion_targets_ignores_malformed_e_tags ... ok
[INFO] [stdout] test event::tests::is_parameterized_replaceable_returns_false_for_other_kinds ... ok
[INFO] [stdout] test negentropy::tests::negentropy_manager_add_events_success ... ok
[INFO] [stdout] test negentropy::tests::negentropy_manager_add_events_to_nonexistent_session_fails ... ok
[INFO] [stdout] test management::tests::verify_auth_rejects_missing_header ... ok
[INFO] [stdout] test negentropy::tests::negentropy_manager_create_session_and_close ... ok
[INFO] [stdout] test management::tests::verify_auth_required_tags ... ok
[INFO] [stdout] test negentropy::tests::negentropy_manager_close_client_removes_all_sessions ... ok
[INFO] [stdout] test management::tests::verify_auth_timestamp_must_be_within_60_seconds ... ok
[INFO] [stdout] test negentropy::tests::negentropy_manager_close_client_does_not_affect_other_clients ... ok
[INFO] [stdout] test management::tests::verify_auth_url_comparison_is_exact ... ok
[INFO] [stdout] test negentropy::tests::negentropy_manager_multiple_clients_independent_sessions ... ok
[INFO] [stdout] test negentropy::tests::negentropy_manager_reconcile_nonexistent_session_fails ... ok
[INFO] [stdout] test negentropy::tests::negentropy_manager_new_creates_empty_manager ... ok
[INFO] [stdout] test negentropy::tests::negentropy_manager_seal_nonexistent_session_fails ... ok
[INFO] [stdout] test event::tests::is_replaceable_returns_false_for_regular_kinds ... ok
[INFO] [stdout] test negentropy::tests::negentropy_manager_seal_session_success ... ok
[INFO] [stdout] test negentropy::tests::negentropy_session_add_event_rejects_invalid_hex_id ... ok
[INFO] [stdout] test negentropy::tests::negentropy_session_handles_large_timestamp ... ok
[INFO] [stdout] test negentropy::tests::negentropy_session_add_multiple_events ... ok
[INFO] [stdout] test negentropy::tests::negentropy_session_add_event_rejects_wrong_length_id ... ok
[INFO] [stdout] test negentropy::tests::negentropy_session_handles_zero_timestamp ... ok
[INFO] [stdout] test negentropy::tests::negentropy_session_add_event_fails_after_seal ... ok
[INFO] [stdout] test negentropy::tests::negentropy_manager_default_same_as_new ... ok
[INFO] [stdout] test negentropy::tests::negentropy_session_add_event_stores_event_id ... ok
[INFO] [stdout] test subscription::tests::add_subscription_indexes_by_author ... ok
[INFO] [stdout] test subscription::tests::add_subscription_indexes_by_kind ... ok
[INFO] [stdout] test subscription::tests::broadcast_event_does_not_match_wrong_author ... ok
[INFO] [stdout] test subscription::tests::add_subscription_creates_subscription ... ok
[INFO] [stdout] test subscription::tests::add_subscription_indexes_by_tag ... ok
[INFO] [stdout] test subscription::tests::broadcast_event_does_not_match_wrong_kind ... ok
[INFO] [stdout] test management::tests::auth_event_ext_get_tag_value_ignores_short_tags ... ok
[INFO] [stdout] test subscription::tests::add_subscription_replaces_existing_with_same_id ... ok
[INFO] [stdout] test subscription::tests::add_subscription_adds_to_catch_all_for_empty_filter ... ok
[INFO] [stdout] test management::tests::banned_event_deserializes ... ok
[INFO] [stdout] test negentropy::tests::negentropy_session_new_creates_empty_unsealed_session ... ok
[INFO] [stdout] test negentropy::tests::negentropy_session_seal_sets_sealed_flag ... ok
[INFO] [stdout] test negentropy::tests::negentropy_session_reconcile_fails_before_seal ... ok
[INFO] [stdout] test negentropy::tests::negentropy_session_seal_empty_storage_succeeds ... ok
[INFO] [stdout] test subscription::tests::add_subscription_tracks_by_client ... ok
[INFO] [stdout] test subscription::tests::broadcast_event_matches_by_kind ... ok
[INFO] [stdout] test subscription::tests::client_count_returns_unique_clients ... ok
[INFO] [stdout] test subscription::tests::has_subscription_returns_true_when_exists ... ok
[INFO] [stdout] test subscription::tests::broadcast_event_matches_by_author ... ok
[INFO] [stdout] test subscription::tests::has_subscription_returns_false_when_not_exists ... ok
[INFO] [stdout] test subscription::tests::remove_subscription_removes_from_storage ... ok
[INFO] [stdout] test subscription::tests::broadcast_event_matches_by_tag ... ok
[INFO] [stdout] test subscription::tests::broadcast_event_matches_catch_all ... ok
[INFO] [stdout] test subscription::tests::broadcast_event_to_multiple_subscriptions ... ok
[INFO] [stdout] test subscription::tests::remove_client_cleans_up_indexes ... ok
[INFO] [stdout] test subscription::tests::remove_client_removes_all_client_subscriptions ... ok
[INFO] [stdout] test subscription::tests::remove_subscription_does_nothing_for_nonexistent ... ok
[INFO] [stdout] test subscription::tests::has_subscription_distinguishes_different_clients ... ok
[INFO] [stdout] test subscription::tests::subscription_count_returns_total ... ok
[INFO] [stdout] test subscription::tests::remove_subscription_cleans_up_indexes ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 119 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.15s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/umbra-6a74ab1a6ad1cc3a)
[INFO] [stdout] 
[INFO] [stdout] running 143 tests
[INFO] [stdout] test config::tests::config_derives_relay_url_from_bind_addr ... ok
[INFO] [stdout] test config::tests::config_display_shows_all_fields ... ok
[INFO] [stdout] test config::tests::config_filters_empty_csv_values ... ok
[INFO] [stdout] test config::tests::config_parses_admin_pubkeys_as_csv ... ok
[INFO] [stdout] test config::tests::config_reads_explicit_relay_url ... ok
[INFO] [stdout] test config::tests::config_reads_redis_url ... ok
[INFO] [stdout] test config::tests::config_trims_whitespace_in_csv_values ... ok
[INFO] [stdout] test event::tests::get_coordinate_returns_correct_format_for_parameterized_replaceable ... ok
[INFO] [stdout] test config::tests::config_reads_workers_from_env ... ok
[INFO] [stdout] test event::tests::get_coordinate_returns_none_for_non_replaceable ... ok
[INFO] [stdout] test config::tests::config_filters_invalid_admin_pubkeys ... ok
[INFO] [stdout] test event::tests::get_coordinate_uses_empty_d_tag_when_missing ... ok
[INFO] [stdout] test config::tests::config_uses_defaults_when_no_env_vars ... ok
[INFO] [stdout] test event::tests::get_d_tag_returns_first_value_when_multiple_d_tags ... ok
[INFO] [stdout] test event::tests::get_d_tag_returns_none_for_empty_d_tag ... ok
[INFO] [stdout] test event::tests::get_coordinate_returns_correct_format_for_regular_replaceable ... ok
[INFO] [stdout] test event::tests::get_d_tag_returns_value_when_present ... ok
[INFO] [stdout] test event::tests::get_deletion_targets_ignores_malformed_e_tags ... ok
[INFO] [stdout] test event::tests::get_deletion_coordinates_returns_coords_from_a_tags ... ok
[INFO] [stdout] test event::tests::get_deletion_targets_returns_empty_for_non_deletion_event ... ok
[INFO] [stdout] test event::tests::is_deletion_returns_false_for_other_kinds ... ok
[INFO] [stdout] test event::tests::is_deletion_returns_true_for_kind_5 ... ok
[INFO] [stdout] test event::tests::is_parameterized_replaceable_returns_false_for_other_kinds ... ok
[INFO] [stdout] test event::tests::is_parameterized_replaceable_returns_true_for_kind_30000_to_39999 ... ok
[INFO] [stdout] test event::tests::is_replaceable_returns_false_for_regular_kinds ... ok
[INFO] [stdout] test event::tests::is_replaceable_returns_true_for_kind_0 ... ok
[INFO] [stdout] test event::tests::is_replaceable_returns_true_for_kind_10000_to_19999 ... ok
[INFO] [stdout] test event::tests::is_replaceable_returns_true_for_kind_3 ... ok
[INFO] [stdout] test event::tests::is_replaceable_returns_true_for_kind_30000_to_39999 ... ok
[INFO] [stdout] test event::tests::matches_filter_checks_author_prefix ... ok
[INFO] [stdout] test event::tests::matches_filter_checks_id_prefix ... ok
[INFO] [stdout] test event::tests::matches_filter_checks_until ... ok
[INFO] [stdout] test event::tests::matches_filter_checks_kinds ... ok
[INFO] [stdout] test event::tests::matches_filter_returns_true_for_empty_filter ... ok
[INFO] [stdout] test event::tests::matches_filter_checks_tags ... ok
[INFO] [stdout] test event::tests::matches_filter_checks_since ... ok
[INFO] [stdout] test event::tests::normalize_tags_ignores_non_hash_keys ... ok
[INFO] [stdout] test event::tests::get_d_tag_returns_none_when_missing ... ok
[INFO] [stdout] test management::tests::allowed_kind_deserializes ... ok
[INFO] [stdout] test management::tests::auth_event_ext_get_tag_value_ignores_short_tags ... ok
[INFO] [stdout] test event::tests::normalize_tags_strips_hash_prefix ... ok
[INFO] [stdout] test management::tests::allowed_pubkey_serializes_without_reason_when_none ... ok
[INFO] [stdout] test management::tests::allowed_kind_serializes_correctly ... ok
[INFO] [stdout] test management::tests::allowed_pubkey_serializes_with_reason ... ok
[INFO] [stdout] test event::tests::get_deletion_coordinates_returns_empty_for_non_deletion ... ok
[INFO] [stdout] test event::tests::normalize_tags_ignores_long_hash_keys ... ok
[INFO] [stdout] test management::tests::auth_event_ext_get_tag_value_returns_none_when_missing ... ok
[INFO] [stdout] test management::tests::auth_event_ext_get_tag_value_returns_value_when_present ... ok
[INFO] [stdout] test management::tests::banned_pubkey_deserializes ... ok
[INFO] [stdout] test management::tests::moderation_queue_entry_deserializes ... ok
[INFO] [stdout] test management::tests::moderation_queue_entry_serializes_correctly ... ok
[INFO] [stdout] test event::tests::get_deletion_targets_returns_event_ids_from_e_tags ... ok
[INFO] [stdout] test management::tests::banned_pubkey_serializes_with_reason ... ok
[INFO] [stdout] test event::tests::matches_filter_combines_all_conditions ... ok
[INFO] [stdout] test management::tests::banned_pubkey_serializes_without_reason_when_none ... ok
[INFO] [stdout] test management::tests::banned_event_deserializes ... ok
[INFO] [stdout] test management::tests::relay_config_default_is_empty ... ok
[INFO] [stdout] test management::tests::relay_config_deserializes ... ok
[INFO] [stdout] test management::tests::banned_event_serializes_correctly ... ok
[INFO] [stdout] test management::tests::relay_config_serializes_only_set_fields ... ok
[INFO] [stdout] test management::tests::rpc_request_deserializes_with_empty_params ... ok
[INFO] [stdout] test management::tests::rpc_response_success_contains_result ... ok
[INFO] [stdout] test management::tests::relay_config_serializes_all_fields_when_set ... ok
[INFO] [stdout] test management::tests::rpc_response_success_serializes_without_error_field ... ok
[INFO] [stdout] test management::tests::verify_auth_base64_decode_invalid ... ok
[INFO] [stdout] test management::tests::verify_auth_base64_decode_valid ... ok
[INFO] [stdout] test management::tests::verify_auth_admin_pubkey_check ... ok
[INFO] [stdout] test management::tests::verify_auth_event_kind_must_be_27235 ... ok
[INFO] [stdout] test management::tests::rpc_response_error_contains_error_message ... ok
[INFO] [stdout] test management::tests::rpc_request_deserializes_with_numeric_params ... ok
[INFO] [stdout] test management::tests::verify_auth_header_format_requires_nostr_prefix ... ok
[INFO] [stdout] test management::tests::verify_auth_method_comparison_is_case_insensitive ... ok
[INFO] [stdout] test management::tests::verify_auth_optional_tags_not_required ... ok
[INFO] [stdout] test management::tests::rpc_response_success_with_array_result ... ok
[INFO] [stdout] test management::tests::rpc_request_deserializes_with_method_and_params ... ok
[INFO] [stdout] test management::tests::verify_auth_required_tags ... ok
[INFO] [stdout] test management::tests::verify_auth_timestamp_must_be_within_60_seconds ... ok
[INFO] [stdout] test management::tests::verify_auth_url_comparison_is_exact ... ok
[INFO] [stdout] test negentropy::tests::negentropy_manager_add_events_success ... ok
[INFO] [stdout] test management::tests::relay_config_deserializes_partial ... ok
[INFO] [stdout] test management::tests::rpc_response_error_serializes_without_result_field ... ok
[INFO] [stdout] test management::tests::rpc_response_success_with_object_result ... ok
[INFO] [stdout] test management::tests::verify_auth_rejects_missing_header ... ok
[INFO] [stdout] test management::tests::verify_auth_payload_hash_uses_sha256 ... ok
[INFO] [stdout] test negentropy::tests::negentropy_manager_multiple_clients_independent_sessions ... ok
[INFO] [stdout] test negentropy::tests::negentropy_manager_seal_session_success ... ok
[INFO] [stdout] test negentropy::tests::negentropy_manager_new_creates_empty_manager ... ok
[INFO] [stdout] test negentropy::tests::negentropy_manager_default_same_as_new ... ok
[INFO] [stdout] test negentropy::tests::negentropy_session_add_event_stores_event_id ... ok
[INFO] [stdout] test negentropy::tests::negentropy_session_handles_zero_timestamp ... ok
[INFO] [stdout] test negentropy::tests::negentropy_session_new_creates_empty_unsealed_session ... ok
[INFO] [stdout] test negentropy::tests::negentropy_session_add_multiple_events ... ok
[INFO] [stdout] test negentropy::tests::negentropy_session_seal_empty_storage_succeeds ... ok
[INFO] [stdout] test nip11::tests::relay_information_default_has_expected_values ... ok
[INFO] [stdout] test nip11::tests::relay_information_default_has_limitations ... ok
[INFO] [stdout] test nip11::tests::relay_information_from_env_reads_contact ... ok
[INFO] [stdout] test negentropy::tests::negentropy_session_handles_large_timestamp ... ok
[INFO] [stdout] test nip11::tests::relay_information_from_env_reads_description ... ok
[INFO] [stdout] test nip11::tests::relay_information_from_env_reads_name ... ok
[INFO] [stdout] test negentropy::tests::negentropy_session_seal_sets_sealed_flag ... ok
[INFO] [stdout] test nip11::tests::relay_information_from_env_uses_defaults ... ok
[INFO] [stdout] test nip11::tests::relay_information_from_env_reads_icon ... ok
[INFO] [stdout] test nip11::tests::relay_information_serializes_to_json ... ok
[INFO] [stdout] test nip11::tests::relay_information_from_env_reads_pubkey ... ok
[INFO] [stdout] test nip11::tests::relay_information_skips_none_fields_in_json ... ok
[INFO] [stdout] test nip11::tests::relay_limitation_deserializes_correctly ... ok
[INFO] [stdout] test nip11::tests::relay_limitation_serializes_correctly ... ok
[INFO] [stdout] test subscription::tests::add_subscription_adds_to_catch_all_for_empty_filter ... ok
[INFO] [stdout] test subscription::tests::add_subscription_creates_subscription ... ok
[INFO] [stdout] test subscription::tests::add_subscription_indexes_by_author ... ok
[INFO] [stdout] test subscription::tests::add_subscription_indexes_by_kind ... ok
[INFO] [stdout] test subscription::tests::add_subscription_indexes_by_tag ... ok
[INFO] [stdout] test subscription::tests::add_subscription_replaces_existing_with_same_id ... ok
[INFO] [stdout] test subscription::tests::add_subscription_tracks_by_client ... ok
[INFO] [stdout] test subscription::tests::broadcast_event_does_not_match_wrong_author ... ok
[INFO] [stdout] test subscription::tests::broadcast_event_does_not_match_wrong_kind ... ok
[INFO] [stdout] test subscription::tests::broadcast_event_matches_by_author ... ok
[INFO] [stdout] test subscription::tests::broadcast_event_matches_by_kind ... ok
[INFO] [stdout] test subscription::tests::broadcast_event_matches_by_tag ... ok
[INFO] [stdout] test subscription::tests::broadcast_event_matches_catch_all ... ok
[INFO] [stdout] test subscription::tests::broadcast_event_to_multiple_subscriptions ... ok
[INFO] [stdout] test subscription::tests::has_subscription_returns_false_when_not_exists ... ok
[INFO] [stdout] test subscription::tests::client_count_returns_unique_clients ... ok
[INFO] [stdout] test subscription::tests::has_subscription_distinguishes_different_clients ... ok
[INFO] [stdout] test subscription::tests::has_subscription_returns_true_when_exists ... ok
[INFO] [stdout] test subscription::tests::remove_client_cleans_up_indexes ... ok
[INFO] [stdout] test subscription::tests::remove_client_removes_all_client_subscriptions ... ok
[INFO] [stdout] test subscription::tests::remove_subscription_cleans_up_indexes ... ok
[INFO] [stdout] test subscription::tests::remove_subscription_does_nothing_for_nonexistent ... ok
[INFO] [stdout] test subscription::tests::remove_subscription_removes_from_storage ... ok
[INFO] [stdout] test subscription::tests::subscription_count_returns_total ... ok
[INFO] [stdout] test config::tests::config_reads_bind_addr_from_env ... FAILED
[INFO] [stdout] test config::tests::config_parses_opensearch_urls_as_csv ... FAILED
[INFO] [stdout] test negentropy::tests::negentropy_manager_add_events_to_nonexistent_session_fails ... ok
[INFO] [stdout] test negentropy::tests::negentropy_manager_close_client_removes_all_sessions ... ok
[INFO] [stdout] test negentropy::tests::negentropy_manager_close_client_does_not_affect_other_clients ... ok
[INFO] [stdout] test negentropy::tests::negentropy_manager_create_session_and_close ... ok
[INFO] [stdout] test negentropy::tests::negentropy_manager_reconcile_nonexistent_session_fails ... ok
[INFO] [stdout] test negentropy::tests::negentropy_manager_seal_nonexistent_session_fails ... ok
[INFO] [stdout] test negentropy::tests::negentropy_session_add_event_fails_after_seal ... ok
[INFO] [stdout] test negentropy::tests::negentropy_session_add_event_rejects_wrong_length_id ... ok
[INFO] [stdout] test negentropy::tests::negentropy_session_add_event_rejects_invalid_hex_id ... ok
[INFO] [stdout] test negentropy::tests::negentropy_session_reconcile_fails_before_seal ... ok
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- config::tests::config_reads_bind_addr_from_env stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'config::tests::config_reads_bind_addr_from_env' (151) panicked at src/config.rs:213:13:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: "0.0.0.0:7777"
[INFO] [stdout]  right: "127.0.0.1:8080"
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5c69699c3c3a - std[b80a194dd3c418bb]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5c69699c3c3a - std[b80a194dd3c418bb]::backtrace_rs::backtrace::trace_unsynchronized::<std[b80a194dd3c418bb]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5c69699c3c3a - std[b80a194dd3c418bb]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5c69699c3c3a - <<std[b80a194dd3c418bb]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[10b6fa85044e1869]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5c69699d90ba - <core[10b6fa85044e1869]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5c69699d90ba - core[10b6fa85044e1869]::fmt::write
[INFO] [stdout]    6:     0x5c69699c89e2 - std[b80a194dd3c418bb]::io::default_write_fmt::<alloc[dd269455e567d8e9]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5c69699c89e2 - <alloc[dd269455e567d8e9]::vec::Vec<u8> as std[b80a194dd3c418bb]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x5c69699a246f - <std[b80a194dd3c418bb]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5c69699a246f - std[b80a194dd3c418bb]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5c69699bbd89 - std[b80a194dd3c418bb]::panicking::default_hook
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5c69698c195c - <alloc[dd269455e567d8e9]::boxed::Box<dyn for<'a, 'b> core[10b6fa85044e1869]::ops::function::Fn<(&'a std[b80a194dd3c418bb]::panic::PanicHookInfo<'b>,), Output = ()> + core[10b6fa85044e1869]::marker::Sync + core[10b6fa85044e1869]::marker::Send> as core[10b6fa85044e1869]::ops::function::Fn<(&std[b80a194dd3c418bb]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   12:     0x5c69698c195c - test[826cbc6ef54ab466]::test_main_with_exit_callback::<test[826cbc6ef54ab466]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5c69699bc002 - <alloc[dd269455e567d8e9]::boxed::Box<dyn for<'a, 'b> core[10b6fa85044e1869]::ops::function::Fn<(&'a std[b80a194dd3c418bb]::panic::PanicHookInfo<'b>,), Output = ()> + core[10b6fa85044e1869]::marker::Sync + core[10b6fa85044e1869]::marker::Send> as core[10b6fa85044e1869]::ops::function::Fn<(&std[b80a194dd3c418bb]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   14:     0x5c69699bc002 - std[b80a194dd3c418bb]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5c69699a2528 - std[b80a194dd3c418bb]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5c6969999789 - std[b80a194dd3c418bb]::sys::backtrace::__rust_end_short_backtrace::<std[b80a194dd3c418bb]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5c69699a34ed - __rustc[9698a3e60dd14283]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5c69699d996c - core[10b6fa85044e1869]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5c69699d9823 - core[10b6fa85044e1869]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x5c6969842897 - core::panicking::assert_failed::h3672ef5d579ff88d
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x5c6969823608 - umbra::config::tests::config_reads_bind_addr_from_env::{{closure}}::hada6414351e17eb0
[INFO] [stdout]                                at /opt/rustwide/workdir/src/config.rs:213:13
[INFO] [stdout]   22:     0x5c6969820e6e - umbra::config::tests::with_clean_env::h7ffce5ae26df3e33
[INFO] [stdout]                                at /opt/rustwide/workdir/src/config.rs:177:22
[INFO] [stdout]   23:     0x5c6969823556 - umbra::config::tests::config_reads_bind_addr_from_env::h5bf273460f836352
[INFO] [stdout]                                at /opt/rustwide/workdir/src/config.rs:209:9
[INFO] [stdout]   24:     0x5c6969823657 - umbra::config::tests::config_reads_bind_addr_from_env::{{closure}}::hde9b4251dc16b71a
[INFO] [stdout]                                at /opt/rustwide/workdir/src/config.rs:208:41
[INFO] [stdout]   25:     0x5c6969898bc6 - core::ops::function::FnOnce::call_once::h2ad29f6a49c31489
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   26:     0x5c69698b5a3b - <fn() -> core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   27:     0x5c69698b5a3b - test[826cbc6ef54ab466]::__rust_begin_short_backtrace::<core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>, fn() -> core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:663:18
[INFO] [stdout]   28:     0x5c69698c242b - test[826cbc6ef54ab466]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:686:74
[INFO] [stdout]   29:     0x5c69698c242b - <core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   30:     0x5c69698c242b - std[b80a194dd3c418bb]::panicking::catch_unwind::do_call::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}>, core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:581:40
[INFO] [stdout]   31:     0x5c69698c242b - std[b80a194dd3c418bb]::panicking::catch_unwind::<core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>, core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:544:19
[INFO] [stdout]   32:     0x5c69698c242b - std[b80a194dd3c418bb]::panic::catch_unwind::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}>, core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panic.rs:359:14
[INFO] [stdout]   33:     0x5c69698c242b - test[826cbc6ef54ab466]::run_test_in_process
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:686:27
[INFO] [stdout]   34:     0x5c69698c242b - test[826cbc6ef54ab466]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:607:43
[INFO] [stdout]   35:     0x5c69698bdb44 - test[826cbc6ef54ab466]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:637:41
[INFO] [stdout]   36:     0x5c69698bdb44 - std[b80a194dd3c418bb]::sys::backtrace::__rust_begin_short_backtrace::<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   37:     0x5c69698c5032 - std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked::<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   38:     0x5c69698c5032 - <core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   39:     0x5c69698c5032 - std[b80a194dd3c418bb]::panicking::catch_unwind::do_call::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:581:40
[INFO] [stdout]   40:     0x5c69698c5032 - std[b80a194dd3c418bb]::panicking::catch_unwind::<(), core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:544:19
[INFO] [stdout]   41:     0x5c69698c5032 - std[b80a194dd3c418bb]::panic::catch_unwind::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panic.rs:359:14
[INFO] [stdout]   42:     0x5c69698c5032 - std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked::<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   43:     0x5c69698c5032 - <std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1} as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   44:     0x5c69699c350f - <alloc[dd269455e567d8e9]::boxed::Box<dyn core[10b6fa85044e1869]::ops::function::FnOnce<(), Output = ()> + core[10b6fa85044e1869]::marker::Send> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/boxed.rs:2240:9
[INFO] [stdout]   45:     0x5c69699c350f - <std[b80a194dd3c418bb]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   46:     0x779473c31aa4 - <unknown>
[INFO] [stdout]   47:     0x779473cbea64 - clone
[INFO] [stdout]   48:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- config::tests::config_parses_opensearch_urls_as_csv stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'config::tests::config_parses_opensearch_urls_as_csv' (150) panicked at src/config.rs:238:13:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: 2
[INFO] [stdout]  right: 3
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5c69699c3c3a - std[b80a194dd3c418bb]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5c69699c3c3a - std[b80a194dd3c418bb]::backtrace_rs::backtrace::trace_unsynchronized::<std[b80a194dd3c418bb]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5c69699c3c3a - std[b80a194dd3c418bb]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5c69699c3c3a - <<std[b80a194dd3c418bb]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[10b6fa85044e1869]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5c69699d90ba - <core[10b6fa85044e1869]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5c69699d90ba - core[10b6fa85044e1869]::fmt::write
[INFO] [stdout]    6:     0x5c69699c89e2 - std[b80a194dd3c418bb]::io::default_write_fmt::<alloc[dd269455e567d8e9]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5c69699c89e2 - <alloc[dd269455e567d8e9]::vec::Vec<u8> as std[b80a194dd3c418bb]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x5c69699a246f - <std[b80a194dd3c418bb]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5c69699a246f - std[b80a194dd3c418bb]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5c69699bbd89 - std[b80a194dd3c418bb]::panicking::default_hook
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5c69698c195c - <alloc[dd269455e567d8e9]::boxed::Box<dyn for<'a, 'b> core[10b6fa85044e1869]::ops::function::Fn<(&'a std[b80a194dd3c418bb]::panic::PanicHookInfo<'b>,), Output = ()> + core[10b6fa85044e1869]::marker::Sync + core[10b6fa85044e1869]::marker::Send> as core[10b6fa85044e1869]::ops::function::Fn<(&std[b80a194dd3c418bb]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   12:     0x5c69698c195c - test[826cbc6ef54ab466]::test_main_with_exit_callback::<test[826cbc6ef54ab466]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5c69699bc002 - <alloc[dd269455e567d8e9]::boxed::Box<dyn for<'a, 'b> core[10b6fa85044e1869]::ops::function::Fn<(&'a std[b80a194dd3c418bb]::panic::PanicHookInfo<'b>,), Output = ()> + core[10b6fa85044e1869]::marker::Sync + core[10b6fa85044e1869]::marker::Send> as core[10b6fa85044e1869]::ops::function::Fn<(&std[b80a194dd3c418bb]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   14:     0x5c69699bc002 - std[b80a194dd3c418bb]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5c69699a2528 - std[b80a194dd3c418bb]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5c6969999789 - std[b80a194dd3c418bb]::sys::backtrace::__rust_end_short_backtrace::<std[b80a194dd3c418bb]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5c69699a34ed - __rustc[9698a3e60dd14283]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5c69699d996c - core[10b6fa85044e1869]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5c69699d9823 - core[10b6fa85044e1869]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x5c69699d5b8d - core[10b6fa85044e1869]::panicking::assert_failed::<usize, usize>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x5c6969823ff0 - umbra::config::tests::config_parses_opensearch_urls_as_csv::{{closure}}::hd0d5c300840d30bc
[INFO] [stdout]                                at /opt/rustwide/workdir/src/config.rs:238:13
[INFO] [stdout]   22:     0x5c696981fb2e - umbra::config::tests::with_clean_env::h3d0df880743f0aa3
[INFO] [stdout]                                at /opt/rustwide/workdir/src/config.rs:177:22
[INFO] [stdout]   23:     0x5c6969823ee6 - umbra::config::tests::config_parses_opensearch_urls_as_csv::he5c525535bea7139
[INFO] [stdout]                                at /opt/rustwide/workdir/src/config.rs:229:9
[INFO] [stdout]   24:     0x5c6969823f07 - umbra::config::tests::config_parses_opensearch_urls_as_csv::{{closure}}::h6629b585e2c1f550
[INFO] [stdout]                                at /opt/rustwide/workdir/src/config.rs:228:46
[INFO] [stdout]   25:     0x5c6969899826 - core::ops::function::FnOnce::call_once::h6f4f363d338779fd
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   26:     0x5c69698b5a3b - <fn() -> core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   27:     0x5c69698b5a3b - test[826cbc6ef54ab466]::__rust_begin_short_backtrace::<core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>, fn() -> core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:663:18
[INFO] [stdout]   28:     0x5c69698c242b - test[826cbc6ef54ab466]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:686:74
[INFO] [stdout]   29:     0x5c69698c242b - <core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   30:     0x5c69698c242b - std[b80a194dd3c418bb]::panicking::catch_unwind::do_call::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}>, core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:581:40
[INFO] [stdout]   31:     0x5c69698c242b - std[b80a194dd3c418bb]::panicking::catch_unwind::<core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>, core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:544:19
[INFO] [stdout]   32:     0x5c69698c242b - std[b80a194dd3c418bb]::panic::catch_unwind::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}>, core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panic.rs:359:14
[INFO] [stdout]   33:     0x5c69698c242b - test[826cbc6ef54ab466]::run_test_in_process
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:686:27
[INFO] [stdout]   34:     0x5c69698c242b - test[826cbc6ef54ab466]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:607:43
[INFO] [stdout]   35:     0x5c69698bdb44 - test[826cbc6ef54ab466]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:637:41
[INFO] [stdout]   36:     0x5c69698bdb44 - std[b80a194dd3c418bb]::sys::backtrace::__rust_begin_short_backtrace::<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   37:     0x5c69698c5032 - std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked::<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   38:     0x5c69698c5032 - <core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   39:     0x5c69698c5032 - std[b80a194dd3c418bb]::panicking::catch_unwind::do_call::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:581:40
[INFO] [stdout]   40:     0x5c69698c5032 - std[b80a194dd3c418bb]::panicking::catch_unwind::<(), core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:544:19
[INFO] [stdout]   41:     0x5c69698c5032 - std[b80a194dd3c418bb]::panic::catch_unwind::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panic.rs:359:14
[INFO] [stdout]   42:     0x5c69698c5032 - std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked::<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   43:     0x5c69698c5032 - <std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1} as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   44:     0x5c69699c350f - <alloc[dd269455e567d8e9]::boxed::Box<dyn core[10b6fa85044e1869]::ops::function::FnOnce<(), Output = ()> + core[10b6fa85044e1869]::marker::Send> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/boxed.rs:2240:9
[INFO] [stdout]   45:     0x5c69699c350f - <std[b80a194dd3c418bb]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   46:     0x779473c31aa4 - <unknown>
[INFO] [stdout]   47:     0x779473cbea64 - clone
[INFO] [stdout]   48:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     config::tests::config_parses_opensearch_urls_as_csv
[INFO] [stdout]     config::tests::config_reads_bind_addr_from_env
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 141 passed; 2 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.12s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--bin umbra`
[INFO] running `Command { std: "docker" "inspect" "792457aabbe998ad806bee2ef069d5d4622726c123d7ae4a95e867ecf1d0356f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "792457aabbe998ad806bee2ef069d5d4622726c123d7ae4a95e867ecf1d0356f", kill_on_drop: false }`
[INFO] [stdout] 792457aabbe998ad806bee2ef069d5d4622726c123d7ae4a95e867ecf1d0356f
