[INFO] cloning repository https://github.com/ETieppo/murgamu
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/ETieppo/murgamu" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FETieppo%2Fmurgamu", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FETieppo%2Fmurgamu'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] c96886f8fa4ccef7daca7b39b0533217188fd67f
[INFO] testing ETieppo/murgamu against 1.98.0-beta.1 for beta-1.98-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FETieppo%2Fmurgamu" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/ETieppo/murgamu
[INFO] finished tweaking git repo https://github.com/ETieppo/murgamu
[INFO] tweaked toml for git repo https://github.com/ETieppo/murgamu written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/ETieppo/murgamu on toolchain 1.98.0-beta.1
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.98.0-beta.1" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/ETieppo/murgamu 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.98.0-beta.1" "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/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/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] 8d0b6e640afb32b16353bbd56d88143881dc01b0e556c8575dd6b1e6748b5371
[INFO] running `Command { std: "docker" "start" "8d0b6e640afb32b16353bbd56d88143881dc01b0e556c8575dd6b1e6748b5371", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "8d0b6e640afb32b16353bbd56d88143881dc01b0e556c8575dd6b1e6748b5371", 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" "8d0b6e640afb32b16353bbd56d88143881dc01b0e556c8575dd6b1e6748b5371" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "8d0b6e640afb32b16353bbd56d88143881dc01b0e556c8575dd6b1e6748b5371", 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" "8d0b6e640afb32b16353bbd56d88143881dc01b0e556c8575dd6b1e6748b5371" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling jobserver v0.1.34
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling aws-lc-rs v1.16.3
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling darling_core v0.21.3
[INFO] [stderr]    Compiling memchr v2.8.0
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling time-core v0.1.8
[INFO] [stderr]    Compiling num-conv v0.2.1
[INFO] [stderr]    Compiling indexmap v2.14.0
[INFO] [stderr]    Compiling deranged v0.5.8
[INFO] [stderr]    Compiling pq-sys v0.7.5
[INFO] [stderr]    Compiling tracing v0.1.44
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]    Compiling diesel_derives v2.3.7
[INFO] [stderr]    Compiling rustls v0.23.38
[INFO] [stderr]    Compiling diesel_table_macro_syntax v0.3.0
[INFO] [stderr]    Compiling parking_lot v0.12.5
[INFO] [stderr]    Compiling time-macros v0.2.27
[INFO] [stderr]    Compiling iana-time-zone v0.1.65
[INFO] [stderr]    Compiling futures-task v0.3.32
[INFO] [stderr]    Compiling regex-syntax v0.8.10
[INFO] [stderr]    Compiling cc v1.2.60
[INFO] [stderr]    Compiling futures-util v0.3.32
[INFO] [stderr]    Compiling pem v3.0.6
[INFO] [stderr]    Compiling bitflags v2.11.1
[INFO] [stderr]    Compiling downcast-rs v2.0.2
[INFO] [stderr]    Compiling tokio v1.52.1
[INFO] [stderr]    Compiling scheduled-thread-pool v0.2.7
[INFO] [stderr]    Compiling aho-corasick v1.1.4
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling r2d2 v0.8.10
[INFO] [stderr]    Compiling ipnet v2.12.0
[INFO] [stderr]    Compiling webpki-roots v1.0.7
[INFO] [stderr]    Compiling rustls-pemfile v2.2.0
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling num-integer v0.1.46
[INFO] [stderr]    Compiling chrono v0.4.44
[INFO] [stderr]    Compiling murgamu-macros v0.5.5 (/opt/rustwide/workdir/macros)
[INFO] [stderr]    Compiling num-bigint v0.4.6
[INFO] [stderr]    Compiling time v0.3.47
[INFO] [stderr]    Compiling cmake v0.1.58
[INFO] [stderr]    Compiling aws-lc-sys v0.40.0
[INFO] [stderr]    Compiling darling_macro v0.21.3
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling darling v0.21.3
[INFO] [stderr]    Compiling dsl_auto_type v0.2.0
[INFO] [stderr]    Compiling simple_asn1 v0.6.4
[INFO] [stderr]    Compiling jsonwebtoken v10.3.0
[INFO] [stderr]    Compiling regex v1.12.3
[INFO] [stderr]    Compiling tokio-util v0.7.18
[INFO] [stderr]    Compiling h2 v0.4.13
[INFO] [stderr]    Compiling diesel v2.3.7
[INFO] [stderr]    Compiling hyper v1.9.0
[INFO] [stderr]    Compiling hyper-util v0.1.20
[INFO] [stderr]    Compiling rustls-webpki v0.103.12
[INFO] [stderr]    Compiling tokio-rustls v0.26.4
[INFO] [stderr]    Compiling murgamu v0.8.17 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 27s
[INFO] running `Command { std: "docker" "inspect" "8d0b6e640afb32b16353bbd56d88143881dc01b0e556c8575dd6b1e6748b5371", 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" "8d0b6e640afb32b16353bbd56d88143881dc01b0e556c8575dd6b1e6748b5371" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling tokio v1.52.1
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]    Compiling getrandom v0.4.2
[INFO] [stderr]    Compiling getrandom v0.2.17
[INFO] [stderr]    Compiling simd-adler32 v0.3.9
[INFO] [stderr]    Compiling yasna v0.5.2
[INFO] [stderr]    Compiling miniz_oxide v0.8.9
[INFO] [stderr]    Compiling uuid v1.23.1
[INFO] [stderr]    Compiling flate2 v1.1.9
[INFO] [stderr]    Compiling rcgen v0.14.7
[INFO] [stderr]    Compiling tokio-util v0.7.18
[INFO] [stderr]    Compiling tokio-rustls v0.26.4
[INFO] [stderr]    Compiling tokio-stream v0.1.18
[INFO] [stderr]    Compiling tokio-test v0.4.5
[INFO] [stderr]    Compiling h2 v0.4.13
[INFO] [stderr]    Compiling hyper v1.9.0
[INFO] [stderr]    Compiling hyper-util v0.1.20
[INFO] [stderr]    Compiling murgamu v0.8.17 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 34.50s
[INFO] running `Command { std: "docker" "inspect" "8d0b6e640afb32b16353bbd56d88143881dc01b0e556c8575dd6b1e6748b5371", 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" "8d0b6e640afb32b16353bbd56d88143881dc01b0e556c8575dd6b1e6748b5371" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "test" "--frozen", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.27s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/murgamu-7b85a3ad25929873)
[INFO] [stdout] running 179 tests
[INFO] [stdout] test core::utils::test::test_base64_encode ... ok
[INFO] [stdout] test core::utils::test::test_slugify ... ok
[INFO] [stdout] test server::builder::tests::test_server_builder ... ok
[INFO] [stdout] test server::builder::tests::test_server_default ... ok
[INFO] [stdout] test server::config::base::test::test_get_bool ... ok
[INFO] [stdout] test server::config::base::test::test_builder ... ok
[INFO] [stdout] test server::config::base::test::test_get_or ... ok
[INFO] [stdout] test server::config::base::test::test_parse_dotenv_comments ... ok
[INFO] [stdout] test server::config::base::test::test_get_list ... ok
[INFO] [stdout] test server::config::base::test::test_parse_dotenv_quoted ... ok
[INFO] [stdout] test core::utils::test::test_decode ... ok
[INFO] [stdout] test server::config::base::test::test_parse_dotenv_simple ... ok
[INFO] [stdout] test server::config::base::test::test_parse_duration ... ok
[INFO] [stdout] test server::config::base::test::test_parse_size ... ok
[INFO] [stdout] test server::config::base::test::test_validate_required ... ok
[INFO] [stdout] test server::config::base::test::test_subset ... ok
[INFO] [stdout] test server::config::env::mur_env::tests::empty_value_does_not_panic ... ok
[INFO] [stdout] test server::config::env::mur_env::tests::lone_quote_does_not_panic ... ok
[INFO] [stdout] test server::config::env::mur_env::tests::parses_single_quoted_literally ... ok
[INFO] [stdout] test server::config::env::mur_env::tests::strips_trailing_inline_comment ... ok
[INFO] [stdout] test server::config::env::test::test_profile_checks ... ok
[INFO] [stdout] test server::config::env::test::test_display ... ok
[INFO] [stdout] test server::config::env::test::test_profile_from_str ... ok
[INFO] [stdout] test server::config::env::test::test_server_defaults ... ok
[INFO] [stdout] test core::utils::test::test_truncate ... ok
[INFO] [stdout] test server::config::provider::test::test_config_service ... ok
[INFO] [stdout] test server::config::provider::test::test_config_provider ... ok
[INFO] [stdout] test server::config::provider::test::test_from_config_trait ... ok
[INFO] [stdout] test server::config::provider::test::test_config_provider_builder ... ok
[INFO] [stdout] test server::config::env::test::test_env_file ... ok
[INFO] [stdout] test server::config::env::test::test_profile_as_str ... ok
[INFO] [stdout] test server::config::env::mur_env::tests::parses_double_quoted_with_escapes ... ok
[INFO] [stdout] test server::config::env::test::test_custom_profile ... ok
[INFO] [stdout] test server::config::env::mur_env::tests::parses_plain_value ... ok
[INFO] [stdout] test server::config::env::mur_env::tests::quote_only_pair_is_empty ... ok
[INFO] [stdout] test server::config::source::test::test_chained_source ... ok
[INFO] [stdout] test server::config::source::test::test_file_source_optional ... ok
[INFO] [stdout] test server::config::provider::test::test_config_service_as_service ... ok
[INFO] [stdout] test server::config::source::test::test_parse_dotenv ... ok
[INFO] [stdout] test server::config::source::test::test_parse_json ... ok
[INFO] [stdout] test server::config::source::test::test_memory_source ... ok
[INFO] [stdout] test server::config::server::tests::test_config_defaults ... ok
[INFO] [stdout] test server::config::provider::test::test_from_config_prefix ... ok
[INFO] [stdout] test server::config::server::tests::test_config_builder ... ok
[INFO] [stdout] test server::config::env::test::test_env_files ... ok
[INFO] [stdout] test server::config::source::test::test_prefixed_source ... ok
[INFO] [stdout] test server::config::test::test_mur_env_is_true ... ok
[INFO] [stdout] test server::config::test::test_mur_env_parse_or ... ok
[INFO] [stdout] test server::config::test::test_mur_env_or ... ok
[INFO] [stdout] test server::http::extractors::test::test_mur_json_into_inner ... ok
[INFO] [stdout] test server::http::extractors::test::test_mur_json_deref ... ok
[INFO] [stdout] test server::http::extractors::test::test_mur_query_deref ... ok
[INFO] [stdout] test server::http::extractors::test::test_mur_path_deref ... ok
[INFO] [stdout] test server::error::builder::tests::test_error_display ... ok
[INFO] [stdout] test server::http::extractors::test::test_mur_query_param ... ok
[INFO] [stdout] test server::http::extractors::test::test_mur_query_param_unwrap_or ... ok
[INFO] [stdout] test server::error::builder::tests::test_error_kind ... ok
[INFO] [stdout] test server::error::builder::tests::test_error_status_codes ... ok
[INFO] [stdout] test server::http::extractors::test::test_mur_text ... ok
[INFO] [stdout] test server::error::builder::tests::test_from_string ... ok
[INFO] [stdout] test server::http::multipart::test::test_extract_extension ... ok
[INFO] [stdout] test server::http::extractors::test::test_mur_body_len ... ok
[INFO] [stdout] test server::http::extractors::test::test_mur_header ... ok
[INFO] [stdout] test server::http::multipart::test::test_extract_header_param ... ok
[INFO] [stdout] test server::http::multipart::test::test_form_field ... ok
[INFO] [stdout] test server::http::multipart::test::test_is_multipart_content_type ... ok
[INFO] [stdout] test server::http::multipart::test::test_multipart_config ... ok
[INFO] [stdout] test server::http::multipart::test::test_multipart_empty ... ok
[INFO] [stdout] test server::http::multipart::test::test_multipart_config_presets ... ok
[INFO] [stdout] test server::http::multipart::test::test_parse_boundary ... ok
[INFO] [stdout] test server::http::multipart::test::test_parse_boundary_missing ... ok
[INFO] [stdout] test server::http::multipart::test::test_parse_boundary_wrong_content_type ... ok
[INFO] [stdout] test server::http::multipart::test::test_unique_filename ... ok
[INFO] [stdout] test server::http::multipart::test::test_sanitize_filename ... ok
[INFO] [stdout] test server::http::response::test::test_http_response_no_content ... ok
[INFO] [stdout] test server::http::multipart::test::test_uploaded_file_extensions ... ok
[INFO] [stdout] test server::http::response::test::test_http_response_ok ... ok
[INFO] [stdout] test server::http::response::test::test_into_response_unit ... ok
[INFO] [stdout] test server::http::response::test::test_http_response_not_found ... ok
[INFO] [stdout] test server::http::response::test::test_into_response_status_code ... ok
[INFO] [stdout] test server::http::response::test::test_response_builder_text ... ok
[INFO] [stdout] test server::http::response::test::test_response_builder_with_headers ... ok
[INFO] [stdout] test server::http::response::test::test_http_response_created ... ok
[INFO] [stdout] test server::http::sse::test::test_event_from_string ... ok
[INFO] [stdout] test server::http::multipart::test::test_uploaded_file ... ok
[INFO] [stdout] test server::http::sse::test::test_event_full ... ok
[INFO] [stdout] test server::http::response::test::test_into_response_string ... ok
[INFO] [stdout] test server::http::response::test::test_response_builder_json ... ok
[INFO] [stdout] test server::http::sse::test::test_event_keep_alive ... ok
[INFO] [stdout] test server::http::sse::test::test_event_with_type ... ok
[INFO] [stdout] test server::http::sse::test::test_sse_builder ... ok
[INFO] [stdout] test server::http::sse::test::test_event_comment ... ok
[INFO] [stdout] test server::http::sse::test::test_event_is_empty ... ok
[INFO] [stdout] test server::middleware::compression::test::test_compression_algorithm_from_accept_encoding ... ok
[INFO] [stdout] test server::http::sse::test::test_event_multiline_data ... ok
[INFO] [stdout] test server::http::sse::test::test_sse_sender_closed ... ok
[INFO] [stdout] test server::http::sse::test::test_event_with_id ... ok
[INFO] [stdout] test server::middleware::compression::test::raw_deflate_round_trips ... ok
[INFO] [stdout] test server::http::sse::test::test_event_with_retry ... ok
[INFO] [stdout] test server::http::sse::test::test_sse_channel ... ok
[INFO] [stdout] test server::http::sse::test::test_sse_headers ... ok
[INFO] [stdout] test server::http::sse::test::test_sse_config_default ... ok
[INFO] [stdout] test server::http::sse::test::test_event_data_only ... ok
[INFO] [stdout] test server::middleware::compression::test::test_compression_level ... ok
[INFO] [stdout] test server::middleware::compression::test::test_should_compress_content_type ... ok
[INFO] [stdout] test server::middleware::cors::test::test_allowed_origins_any ... ok
[INFO] [stdout] test server::middleware::compression::test::gzip_actually_shrinks_repetitive_data ... ok
[INFO] [stdout] test server::middleware::cors::test::test_allowed_origins_list ... ok
[INFO] [stdout] test server::middleware::cors::test::test_allowed_origins_mirror ... ok
[INFO] [stdout] test server::middleware::rate_limit::test::test_config_defaults ... ok
[INFO] [stdout] test server::middleware::compression::test::gzip_handles_binary_data ... ok
[INFO] [stdout] test server::middleware::rate_limit::test::test_convenience_functions ... ok
[INFO] [stdout] test server::middleware::rate_limit::test::test_in_memory_store_different_keys ... ok
[INFO] [stdout] test server::middleware::rate_limit::test::test_rate_limit_builder ... ok
[INFO] [stdout] test server::middleware::rate_limit::test::test_rate_limit_algorithms ... ok
[INFO] [stdout] test server::middleware::rate_limit::test::test_rate_limit_key_extraction ... ok
[INFO] [stdout] test server::middleware::rate_limit::test::test_rate_limit_clone ... ok
[INFO] [stdout] test server::middleware::rate_limit::test::test_skip_paths ... ok
[INFO] [stdout] test server::middleware::rate_limit::test::test_sliding_window_store ... ok
[INFO] [stdout] test server::middleware::rate_limit::test::test_token_bucket_store ... ok
[INFO] [stdout] test server::middleware::rate_limit::test::test_store_reset ... ok
[INFO] [stdout] test server::middleware::timeout::test::test_convenience_functions ... ok
[INFO] [stdout] test server::middleware::timeout::test::test_timeout_config_builder ... ok
[INFO] [stdout] test server::middleware::compression::test::test_crc32 ... ok
[INFO] [stdout] test server::middleware::timeout::test::test_should_skip ... ok
[INFO] [stdout] test server::middleware::rate_limit::test::test_in_memory_store_basic ... ok
[INFO] [stdout] test server::middleware::timeout::test::test_timeout_middleware_builder ... ok
[INFO] [stdout] test server::router::open_api::test::test_openapi_builder ... ok
[INFO] [stdout] test server::router::open_api::test::test_schema_object ... ok
[INFO] [stdout] test server::router::open_api::test::test_operation_builder ... ok
[INFO] [stdout] test server::router::pattern::tests::test_normalize_path ... ok
[INFO] [stdout] test server::router::open_api::test::test_to_json ... ok
[INFO] [stdout] test server::router::open_api::test::test_schema_string ... ok
[INFO] [stdout] test server::middleware::timeout::test::test_timeout_config_default ... ok
[INFO] [stdout] test server::middleware::compression::test::gzip_round_trips_various_inputs ... ok
[INFO] [stdout] test server::router::pattern::tests::test_pattern_multiple_params ... ok
[INFO] [stdout] test server::router::pattern::tests::test_pattern_catch_all ... ok
[INFO] [stdout] test server::router::pattern::tests::test_specificity ... ok
[INFO] [stdout] test server::router::pattern::tests::test_pattern_catch_all_named ... ok
[INFO] [stdout] test server::router::pattern::tests::test_pattern_param ... ok
[INFO] [stdout] test server::router::pattern::tests::test_pattern_literal ... ok
[INFO] [stdout] test server::security::headers::test::test_content_security_policy_builder ... ok
[INFO] [stdout] test server::security::headers::test::test_convenience_functions ... ok
[INFO] [stdout] test server::security::headers::test::test_hsts_one_year ... ok
[INFO] [stdout] test server::security::headers::test::test_config_defaults ... ok
[INFO] [stdout] test server::security::headers::test::test_permissions_policy_builder ... ok
[INFO] [stdout] test server::router::pattern::tests::test_static_route_optimization ... ok
[INFO] [stdout] test server::security::headers::test::test_csp_report_only ... ok
[INFO] [stdout] test server::security::headers::test::test_cross_domain_policy ... ok
[INFO] [stdout] test server::security::headers::test::test_cross_origin_policies ... ok
[INFO] [stdout] test server::security::headers::test::test_custom_headers ... ok
[INFO] [stdout] test server::security::headers::test::test_permissions_policy_disable_all ... ok
[INFO] [stdout] test server::security::headers::test::test_referrer_policy ... ok
[INFO] [stdout] test server::security::headers::test::test_security_headers_builder ... ok
[INFO] [stdout] test server::router::pattern::tests::test_pattern_wildcard ... ok
[INFO] [stdout] test server::security::headers::test::test_hsts_config ... ok
[INFO] [stdout] test server::security::headers::test::test_security_headers_disable ... ok
[INFO] [stdout] test server::security::tls::test::tests::test_tls_config_builder ... ok
[INFO] [stdout] test server::security::tls::test::tests::test_tls_error_display ... ok
[INFO] [stdout] test server::security::headers::test::test_x_frame_options ... ok
[INFO] [stdout] test server::security::tls::test::tests::test_tls_version_default ... ok
[INFO] [stdout] test server::security::headers::test::test_xss_protection ... ok
[INFO] [stdout] test server::service::builder::tests::test_builder ... ok
[INFO] [stdout] test server::security::tls::test::tests::test_generate_self_signed ... ok
[INFO] [stdout] test server::security::headers::test::test_security_headers_clone ... ok
[INFO] [stdout] test server::security::tls::test::tests::test_build_acceptor ... ok
[INFO] [stdout] test server::security::tls::test::tests::test_load_from_generated_pem ... ok
[INFO] [stdout] test server::service::container::tests::alias_resolves_to_implementation ... ok
[INFO] [stdout] test server::service::container::tests::merge_combines_services ... ok
[INFO] [stdout] test tests::test_version ... ok
[INFO] [stdout] test server::service::container::tests::child_container_has_isolated_request_store ... ok
[INFO] [stdout] test server::service::container::tests::request_scoped_service_is_resolvable_and_clearable ... ok
[INFO] [stdout] test server::service::container::tests::test_downcast_arc_shares_same_allocation ... ok
[INFO] [stdout] test server::service::container::tests::test_has ... ok
[INFO] [stdout] test server::service::container::tests::test_register_and_get ... ok
[INFO] [stdout] test server::service::container::tests::transient_factory_creates_new_instances ... ok
[INFO] [stdout] test server::service::container::tests::unregistered_service_returns_none ... ok
[INFO] [stdout] test tests::test_name ... ok
[INFO] [stdout] test server::security::headers::test::test_csp_upgrade_insecure_requests ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 179 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.22s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/public_api.rs (/opt/rustwide/target/debug/deps/public_api-d638bd94f7e542d1)
[INFO] [stdout] 
[INFO] [stdout] running 17 tests
[INFO] [stdout] test base64_decode_rejects_invalid_input ... ok
[INFO] [stdout] test cookie_default_is_lax_without_flags ... ok
[INFO] [stdout] test cookie_renders_all_attributes ... ok
[INFO] [stdout] test base64_round_trips_text_and_binary ... ok
[INFO] [stdout] test client_error_response_includes_message ... ok
[INFO] [stdout] test fixed_window_keys_are_independent ... ok
[INFO] [stdout] test error_status_and_kind_mapping ... ok
[INFO] [stdout] test fixed_window_allows_quota_then_blocks ... ok
[INFO] [stdout] test fixed_window_reset_restores_quota ... ok
[INFO] [stdout] test internal_error_response_does_not_leak_message ... ok
[INFO] [stdout] test responder_allows_safe_redirect ... ok
[INFO] [stdout] test responder_blocks_dangerous_redirect_schemes ... ok
[INFO] [stdout] test sliding_window_allows_quota_then_blocks ... ok
[INFO] [stdout] test token_bucket_allows_quota_then_blocks ... ok
[INFO] [stdout] test url_decode_rejects_invalid_utf8 ... ok
[INFO] [stdout] test url_encode_decode_round_trip ... ok
[INFO] [stdout] test token_bucket_refills_over_time ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 17 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.40s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/server_integration.rs (/opt/rustwide/target/debug/deps/server_integration-77dab48030f7d2f0)
[INFO] [stdout] 
[INFO] [stdout] running 58 tests
[INFO] [stdout] test body_size_limit_returns_413 ... ok
[INFO] [stdout] test cors_preflight_returns_no_content_with_headers ... ok
[INFO] [stdout] test cors_restricted_reflects_allowed_origin ... ok
[INFO] [stdout] test deeply_nested_catch_all_path_is_handled ... ok
[INFO] [stdout] test dependency_injection_resolves_nested_services ... ok
[INFO] [stdout] test cors_permissive_allows_any_origin ... ok
[INFO] [stdout] test body_within_limit_is_accepted ... ok
[INFO] [stdout] test cors_restricted_rejects_unknown_origin ... ok
[INFO] [stdout] test error_type_maps_to_status_codes ... ok
[INFO] [stdout] test empty_body_to_json_route_is_rejected ... ok
[INFO] [stdout] test catch_all_captures_remaining_path ... ok
[INFO] [stdout] test fast_handler_under_timeout_succeeds ... ok
[INFO] [stdout] test get_returns_json_body ... ok
[INFO] [stdout] test head_falls_back_to_get_handler ... ok
[INFO] [stdout] test interceptor_after_adds_header ... ok
[INFO] [stdout] test json_content_type_with_charset_still_parses ... ok
[INFO] [stdout] test interceptor_macro_with_di_stamps_header ... ok
[INFO] [stdout] test interceptor_macro_noop_does_not_affect_response ... ok
[INFO] [stdout] test invalid_path_param_is_rejected ... ok
[INFO] [stdout] test interceptor_macro_noop_passes_requests_through ... ok
[INFO] [stdout] test malformed_json_body_is_rejected ... ok
[INFO] [stdout] test many_distinct_routes_remain_independently_resolvable ... ok
[INFO] [stdout] test internal_errors_do_not_leak_details ... ok
[INFO] [stdout] test interceptor_before_can_short_circuit ... ok
[INFO] [stdout] test middleware_adds_header ... ok
[INFO] [stdout] test middleware_can_short_circuit ... ok
[INFO] [stdout] test options_lists_allowed_methods ... ok
[INFO] [stdout] test large_response_is_gzip_compressed_when_accepted ... ok
[INFO] [stdout] test path_param_is_parsed ... ok
[INFO] [stdout] test post_form_body_is_deserialized ... ok
[INFO] [stdout] test protected_route_with_invalid_token_is_rejected ... ok
[INFO] [stdout] test post_json_body_is_deserialized ... ok
[INFO] [stdout] test protected_route_without_token_is_rejected ... ok
[INFO] [stdout] test public_route_bypasses_auth ... ok
[INFO] [stdout] test protected_route_with_valid_token_is_allowed ... ok
[INFO] [stdout] test put_patch_delete_reach_handlers ... ok
[INFO] [stdout] test query_params_are_parsed ... ok
[INFO] [stdout] test rate_limit_is_per_forwarded_ip ... ok
[INFO] [stdout] test rate_limit_is_bypassable_by_spoofing_forwarded_ip ... ok
[INFO] [stdout] test role_protected_route_allows_matching_role ... ok
[INFO] [stdout] test role_protected_route_denies_insufficient_role ... ok
[INFO] [stdout] test query_params_use_defaults_when_missing ... ok
[INFO] [stdout] test response_not_compressed_without_accept_encoding ... ok
[INFO] [stdout] test security_headers_absent_by_default ... ok
[INFO] [stdout] test unknown_route_returns_404_json ... ok
[INFO] [stdout] test set_cookie_carries_security_attributes ... ok
[INFO] [stdout] test trailing_slash_is_normalized ... ok
[INFO] [stdout] test small_response_is_not_compressed ... ok
[INFO] [stdout] test security_headers_are_applied_when_enabled ... ok
[INFO] [stdout] test text_and_html_content_types ... ok
[INFO] [stdout] test static_route_beats_dynamic_param ... ok
[INFO] [stdout] test very_long_query_string_does_not_crash ... ok
[INFO] [stdout] test rate_limiter_blocks_after_quota ... ok
[INFO] [stdout] test wildcard_matches_exactly_one_segment ... ok
[INFO] [stdout] test wrong_method_on_existing_path_is_404 ... ok
[INFO] [stdout] test slow_handler_times_out ... ok
[INFO] [stdout] test perf_sequential_throughput_is_reasonable ... ok
[INFO] [stdout] test perf_handles_concurrent_requests ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 58 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.36s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/stability.rs (/opt/rustwide/target/debug/deps/stability-61657a73ee45de02)
[INFO] [stdout] 
[INFO] [stdout] running 29 tests
[INFO] [stdout] test html_response_content_type_is_text_html ... ok
[INFO] [stdout] test internal_server_errors_do_not_leak_sensitive_details ... ok
[INFO] [stdout] test head_response_has_no_body ... ok
[INFO] [stdout] test keepalive_reuses_connection_for_sequential_requests ... ok
[INFO] [stdout] test custom_response_header_survives_round_trip ... ok
[INFO] [stdout] test no_content_204_body_is_absent ... ok
[INFO] [stdout] test head_content_length_matches_get_body_size ... ok
[INFO] [stdout] test error_responses_have_json_content_type ... ok
[INFO] [stdout] test connection_close_request_header_accepted ... ok
[INFO] [stdout] test error_variants_map_to_correct_http_status_codes ... ok
[INFO] [stdout] test json_response_content_type_is_application_json ... ok
[INFO] [stdout] test not_found_response_includes_json_status_field ... ok
[INFO] [stdout] test path_traversal_segments_return_404 ... ok
[INFO] [stdout] test many_query_params_do_not_crash ... ok
[INFO] [stdout] test post_echo_preserves_body_exactly ... ok
[INFO] [stdout] test text_response_content_type_is_text_plain ... ok
[INFO] [stdout] test oversized_header_value_does_not_crash_server ... ok
[INFO] [stdout] test redirect_has_location_header ... ok
[INFO] [stdout] test post_with_empty_body_content_length_zero_accepted ... ok
[INFO] [stdout] test large_response_body_arrives_intact ... ok
[INFO] [stdout] test very_long_url_does_not_crash_server ... ok
[INFO] [stdout] test unknown_http_method_does_not_crash_server ... ok
[INFO] [stdout] test two_servers_operate_independently_on_separate_ports ... ok
[INFO] [stdout] test three_servers_handle_concurrent_load_in_isolation ... ok
[INFO] [stdout] test sequential_throughput_is_stable_over_1000_requests ... FAILED
[INFO] [stdout] test concurrent_mixed_method_requests_route_correctly ... ok
[INFO] [stdout] test concurrent_post_requests_with_bodies_are_parsed_correctly ... ok
[INFO] [stdout] test burst_throughput_500_concurrent_requests ... FAILED
[INFO] [stdout] test burst_of_300_concurrent_get_requests_all_succeed ... ok
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- sequential_throughput_is_stable_over_1000_requests stdout ----
[INFO] [stdout] Murgamü server listening on http://127.0.0.1:37055
[INFO] [stdout] 
[INFO] [stdout] thread 'sequential_throughput_is_stable_over_1000_requests' (3089) panicked at tests/stability.rs:215:49:
[INFO] [stdout] connect: Os { code: 24, kind: TooManyOpenFiles, message: "Too many open files" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5aa4e4f15911 - <unknown>
[INFO] [stdout]    1:     0x5aa4e4f2c6da - <unknown>
[INFO] [stdout]    2:     0x5aa4e4f1a4dc - <unknown>
[INFO] [stdout]    3:     0x5aa4e4ef2a46 - <unknown>
[INFO] [stdout]    4:     0x5aa4e4f0cd39 - <unknown>
[INFO] [stdout]    5:     0x5aa4e4938ab0 - <unknown>
[INFO] [stdout]    6:     0x5aa4e4f0d062 - <unknown>
[INFO] [stdout]    7:     0x5aa4e4ef2af2 - <unknown>
[INFO] [stdout]    8:     0x5aa4e4ee9fa9 - <unknown>
[INFO] [stdout]    9:     0x5aa4e4ef397d - <unknown>
[INFO] [stdout]   10:     0x5aa4e4f2cedc - <unknown>
[INFO] [stdout]   11:     0x5aa4e4f2cc52 - <unknown>
[INFO] [stdout]   12:     0x5aa4e49036e3 - <unknown>
[INFO] [stdout]   13:     0x5aa4e48a1df4 - <unknown>
[INFO] [stdout]   14:     0x5aa4e48b1cab - <unknown>
[INFO] [stdout]   15:     0x5aa4e48b1696 - <unknown>
[INFO] [stdout]   16:     0x5aa4e48aeda2 - <unknown>
[INFO] [stdout]   17:     0x5aa4e49068c2 - <unknown>
[INFO] [stdout]   18:     0x5aa4e490693d - <unknown>
[INFO] [stdout]   19:     0x5aa4e48cf95d - <unknown>
[INFO] [stdout]   20:     0x5aa4e48cf85b - <unknown>
[INFO] [stdout]   21:     0x5aa4e48c92a0 - <unknown>
[INFO] [stdout]   22:     0x5aa4e48ceb5d - <unknown>
[INFO] [stdout]   23:     0x5aa4e48cde04 - <unknown>
[INFO] [stdout]   24:     0x5aa4e48c89db - <unknown>
[INFO] [stdout]   25:     0x5aa4e48ed269 - <unknown>
[INFO] [stdout]   26:     0x5aa4e4923ac2 - <unknown>
[INFO] [stdout]   27:     0x5aa4e492364e - <unknown>
[INFO] [stdout]   28:     0x5aa4e48ec31d - <unknown>
[INFO] [stdout]   29:     0x5aa4e48ccd80 - <unknown>
[INFO] [stdout]   30:     0x5aa4e48cd076 - <unknown>
[INFO] [stdout]   31:     0x5aa4e48cda10 - <unknown>
[INFO] [stdout]   32:     0x5aa4e48ec923 - <unknown>
[INFO] [stdout]   33:     0x5aa4e48c8bb1 - <unknown>
[INFO] [stdout]   34:     0x5aa4e48f6d24 - <unknown>
[INFO] [stdout]   35:     0x5aa4e48f6eef - <unknown>
[INFO] [stdout]   36:     0x5aa4e48b572e - <unknown>
[INFO] [stdout]   37:     0x5aa4e48a48d7 - <unknown>
[INFO] [stdout]   38:     0x5aa4e48c0b16 - <unknown>
[INFO] [stdout]   39:     0x5aa4e492bdeb - <unknown>
[INFO] [stdout]   40:     0x5aa4e4939435 - <unknown>
[INFO] [stdout]   41:     0x5aa4e4933ee4 - <unknown>
[INFO] [stdout]   42:     0x5aa4e493c582 - <unknown>
[INFO] [stdout]   43:     0x5aa4e4f1482f - <unknown>
[INFO] [stdout]   44:     0x7acfef4b6aa4 - <unknown>
[INFO] [stdout]   45:     0x7acfef543a64 - <unknown>
[INFO] [stdout]   46:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- burst_throughput_500_concurrent_requests stdout ----
[INFO] [stdout] Murgamü server listening on http://127.0.0.1:40101
[INFO] [stdout] 
[INFO] [stdout] thread 'burst_throughput_500_concurrent_requests' (3067) panicked at tests/stability.rs:215:49:
[INFO] [stdout] connect: Os { code: 24, kind: TooManyOpenFiles, message: "Too many open files" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5aa4e4f15911 - std[73adb7dc35730857]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5aa4e4f15911 - std[73adb7dc35730857]::backtrace_rs::backtrace::trace_unsynchronized::<std[73adb7dc35730857]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5aa4e4f15911 - std[73adb7dc35730857]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5aa4e4f15911 - <<std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[6883ba1bc0fe4ed1]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5aa4e4f2c6da - <core[6883ba1bc0fe4ed1]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5aa4e4f2c6da - core[6883ba1bc0fe4ed1]::fmt::write
[INFO] [stdout]    6:     0x5aa4e4f1a4dc - std[73adb7dc35730857]::io::default_write_fmt::<alloc[55a36b64bcbf2c0d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:626:11
[INFO] [stdout]    7:     0x5aa4e4f1a4dc - <alloc[55a36b64bcbf2c0d]::vec::Vec<u8> as std[73adb7dc35730857]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:1730:13
[INFO] [stdout]    8:     0x5aa4e4ef2a46 - <std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5aa4e4ef2a46 - std[73adb7dc35730857]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5aa4e4f0cd39 - std[73adb7dc35730857]::panicking::default_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5aa4e4938ab0 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   12:     0x5aa4e4938ab0 - test[980ffaebd391d06d]::test_main_inner::<test[980ffaebd391d06d]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5aa4e4f0d062 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   14:     0x5aa4e4f0d062 - std[73adb7dc35730857]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:823:13
[INFO] [stdout]   15:     0x5aa4e4ef2af2 - std[73adb7dc35730857]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:688:13
[INFO] [stdout]   16:     0x5aa4e4ee9fa9 - std[73adb7dc35730857]::sys::backtrace::__rust_end_short_backtrace::<std[73adb7dc35730857]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5aa4e4ef397d - __rustc[a7b7b02e776dd976]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:679:5
[INFO] [stdout]   18:     0x5aa4e4f2cedc - core[6883ba1bc0fe4ed1]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5aa4e4f2cc52 - core[6883ba1bc0fe4ed1]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1870:5
[INFO] [stdout]   20:     0x5aa4e49036e3 - <core[6883ba1bc0fe4ed1]::result::Result<tokio[3366efac9bbe594b]::net::tcp::stream::TcpStream, core[6883ba1bc0fe4ed1]::io::error::Error>>::expect
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1183:23
[INFO] [stdout]   21:     0x5aa4e48a1df4 - stability[66f5917629eae037]::raw_request::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/stability.rs:215:46
[INFO] [stdout]   22:     0x5aa4e48a0721 - stability[66f5917629eae037]::burst_throughput_500_concurrent_requests::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/stability.rs:869:77
[INFO] [stdout]   23:     0x5aa4e488a3e5 - <tokio[3366efac9bbe594b]::runtime::task::core::Core<stability[66f5917629eae037]::burst_throughput_500_concurrent_requests::{closure#0}::{closure#0}, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[3366efac9bbe594b]::runtime::scheduler::current_thread::Handle>>>::poll::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.1/src/runtime/task/core.rs:375:24
[INFO] [stdout]   24:     0x5aa4e489d855 - <tokio[3366efac9bbe594b]::loom::std::unsafe_cell::UnsafeCell<tokio[3366efac9bbe594b]::runtime::task::core::Stage<stability[66f5917629eae037]::burst_throughput_500_concurrent_requests::{closure#0}::{closure#0}>>>::with_mut::<core[6883ba1bc0fe4ed1]::task::poll::Poll<stability[66f5917629eae037]::TestResponse>, <tokio[3366efac9bbe594b]::runtime::task::core::Core<stability[66f5917629eae037]::burst_throughput_500_concurrent_requests::{closure#0}::{closure#0}, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[3366efac9bbe594b]::runtime::scheduler::current_thread::Handle>>>::poll::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.1/src/loom/std/unsafe_cell.rs:16:9
[INFO] [stdout]   25:     0x5aa4e489d855 - <tokio[3366efac9bbe594b]::runtime::task::core::Core<stability[66f5917629eae037]::burst_throughput_500_concurrent_requests::{closure#0}::{closure#0}, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[3366efac9bbe594b]::runtime::scheduler::current_thread::Handle>>>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.1/src/runtime/task/core.rs:364:30
[INFO] [stdout]   26:     0x5aa4e4874085 - tokio[3366efac9bbe594b]::runtime::task::harness::poll_future::<stability[66f5917629eae037]::burst_throughput_500_concurrent_requests::{closure#0}::{closure#0}, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[3366efac9bbe594b]::runtime::scheduler::current_thread::Handle>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.1/src/runtime/task/harness.rs:535:30
[INFO] [stdout]   27:     0x5aa4e492af0a - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<tokio[3366efac9bbe594b]::runtime::task::harness::poll_future<stability[66f5917629eae037]::burst_throughput_500_concurrent_requests::{closure#0}::{closure#0}, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[3366efac9bbe594b]::runtime::scheduler::current_thread::Handle>>::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   28:     0x5aa4e48dc877 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<tokio[3366efac9bbe594b]::runtime::task::harness::poll_future<stability[66f5917629eae037]::burst_throughput_500_concurrent_requests::{closure#0}::{closure#0}, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[3366efac9bbe594b]::runtime::scheduler::current_thread::Handle>>::{closure#0}>, core[6883ba1bc0fe4ed1]::task::poll::Poll<stability[66f5917629eae037]::TestResponse>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   29:     0x5aa4e48c86cb - __rust_try
[INFO] [stdout]   30:     0x5aa4e48c5746 - std[73adb7dc35730857]::panicking::catch_unwind::<core[6883ba1bc0fe4ed1]::task::poll::Poll<stability[66f5917629eae037]::TestResponse>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<tokio[3366efac9bbe594b]::runtime::task::harness::poll_future<stability[66f5917629eae037]::burst_throughput_500_concurrent_requests::{closure#0}::{closure#0}, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[3366efac9bbe594b]::runtime::scheduler::current_thread::Handle>>::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   31:     0x5aa4e48c5746 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<tokio[3366efac9bbe594b]::runtime::task::harness::poll_future<stability[66f5917629eae037]::burst_throughput_500_concurrent_requests::{closure#0}::{closure#0}, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[3366efac9bbe594b]::runtime::scheduler::current_thread::Handle>>::{closure#0}>, core[6883ba1bc0fe4ed1]::task::poll::Poll<stability[66f5917629eae037]::TestResponse>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   32:     0x5aa4e4870a01 - tokio[3366efac9bbe594b]::runtime::task::harness::poll_future::<stability[66f5917629eae037]::burst_throughput_500_concurrent_requests::{closure#0}::{closure#0}, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[3366efac9bbe594b]::runtime::scheduler::current_thread::Handle>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.1/src/runtime/task/harness.rs:523:18
[INFO] [stdout]   33:     0x5aa4e4880832 - <tokio[3366efac9bbe594b]::runtime::task::harness::Harness<stability[66f5917629eae037]::burst_throughput_500_concurrent_requests::{closure#0}::{closure#0}, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[3366efac9bbe594b]::runtime::scheduler::current_thread::Handle>>>::poll_inner
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.1/src/runtime/task/harness.rs:210:27
[INFO] [stdout]   34:     0x5aa4e4880ae3 - <tokio[3366efac9bbe594b]::runtime::task::harness::Harness<stability[66f5917629eae037]::burst_throughput_500_concurrent_requests::{closure#0}::{closure#0}, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[3366efac9bbe594b]::runtime::scheduler::current_thread::Handle>>>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.1/src/runtime/task/harness.rs:155:20
[INFO] [stdout]   35:     0x5aa4e48fc04b - tokio[3366efac9bbe594b]::runtime::task::raw::poll::<stability[66f5917629eae037]::burst_throughput_500_concurrent_requests::{closure#0}::{closure#0}, alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[3366efac9bbe594b]::runtime::scheduler::current_thread::Handle>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.1/src/runtime/task/raw.rs:337:13
[INFO] [stdout]   36:     0x5aa4e4e6d847 - <tokio[3366efac9bbe594b]::runtime::task::raw::RawTask>::poll
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.1/src/runtime/task/raw.rs:267:18
[INFO] [stdout]   37:     0x5aa4e48e9ee1 - <tokio[3366efac9bbe594b]::runtime::task::LocalNotified<alloc[55a36b64bcbf2c0d]::sync::Arc<tokio[3366efac9bbe594b]::runtime::scheduler::current_thread::Handle>>>::run
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.1/src/runtime/task/mod.rs:515:13
[INFO] [stdout]   38:     0x5aa4e48cf8ea - <tokio[3366efac9bbe594b]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.1/src/runtime/scheduler/current_thread/mod.rs:825:30
[INFO] [stdout]   39:     0x5aa4e48cdd55 - tokio[3366efac9bbe594b]::task::coop::with_budget::<(), <tokio[3366efac9bbe594b]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.1/src/task/coop/mod.rs:167:5
[INFO] [stdout]   40:     0x5aa4e48cdd55 - tokio[3366efac9bbe594b]::task::coop::budget::<(), <tokio[3366efac9bbe594b]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.1/src/task/coop/mod.rs:133:5
[INFO] [stdout]   41:     0x5aa4e48cdd55 - <tokio[3366efac9bbe594b]::runtime::scheduler::current_thread::Context>::run_task::<(), <tokio[3366efac9bbe594b]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#1}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.1/src/runtime/scheduler/current_thread/mod.rs:373:43
[INFO] [stdout]   42:     0x5aa4e48c9896 - <tokio[3366efac9bbe594b]::runtime::scheduler::current_thread::Context>::enter::<(), <tokio[3366efac9bbe594b]::runtime::scheduler::current_thread::Context>::run_task<(), <tokio[3366efac9bbe594b]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#1}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.1/src/runtime/scheduler/current_thread/mod.rs:451:19
[INFO] [stdout]   43:     0x5aa4e48c9c6c - <tokio[3366efac9bbe594b]::runtime::scheduler::current_thread::Context>::run_task::<(), <tokio[3366efac9bbe594b]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#1}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.1/src/runtime/scheduler/current_thread/mod.rs:373:28
[INFO] [stdout]   44:     0x5aa4e48cf346 - <tokio[3366efac9bbe594b]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.1/src/runtime/scheduler/current_thread/mod.rs:821:43
[INFO] [stdout]   45:     0x5aa4e48cde04 - <tokio[3366efac9bbe594b]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[3366efac9bbe594b]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.1/src/runtime/scheduler/current_thread/mod.rs:865:68
[INFO] [stdout]   46:     0x5aa4e48c89db - <tokio[3366efac9bbe594b]::runtime::context::scoped::Scoped<tokio[3366efac9bbe594b]::runtime::scheduler::Context>>::set::<<tokio[3366efac9bbe594b]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[3366efac9bbe594b]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}, (alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[3366efac9bbe594b]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.1/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   47:     0x5aa4e48ed269 - tokio[3366efac9bbe594b]::runtime::context::set_scheduler::<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[3366efac9bbe594b]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>), <tokio[3366efac9bbe594b]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[3366efac9bbe594b]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.1/src/runtime/context.rs:181:38
[INFO] [stdout]   48:     0x5aa4e4923ac2 - <std[73adb7dc35730857]::thread::local::LocalKey<tokio[3366efac9bbe594b]::runtime::context::Context>>::try_with::<tokio[3366efac9bbe594b]::runtime::context::set_scheduler<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[3366efac9bbe594b]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>), <tokio[3366efac9bbe594b]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[3366efac9bbe594b]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[3366efac9bbe594b]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:463:12
[INFO] [stdout]   49:     0x5aa4e492364e - <std[73adb7dc35730857]::thread::local::LocalKey<tokio[3366efac9bbe594b]::runtime::context::Context>>::with::<tokio[3366efac9bbe594b]::runtime::context::set_scheduler<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[3366efac9bbe594b]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>), <tokio[3366efac9bbe594b]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[3366efac9bbe594b]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[3366efac9bbe594b]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:427:20
[INFO] [stdout]   50:     0x5aa4e48ec31d - tokio[3366efac9bbe594b]::runtime::context::set_scheduler::<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[3366efac9bbe594b]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>), <tokio[3366efac9bbe594b]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[3366efac9bbe594b]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.1/src/runtime/context.rs:181:17
[INFO] [stdout]   51:     0x5aa4e48ccd80 - <tokio[3366efac9bbe594b]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[3366efac9bbe594b]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.1/src/runtime/scheduler/current_thread/mod.rs:865:27
[INFO] [stdout]   52:     0x5aa4e48cd076 - <tokio[3366efac9bbe594b]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.1/src/runtime/scheduler/current_thread/mod.rs:765:24
[INFO] [stdout]   53:     0x5aa4e48cda10 - <tokio[3366efac9bbe594b]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.1/src/runtime/scheduler/current_thread/mod.rs:205:33
[INFO] [stdout]   54:     0x5aa4e48ec923 - tokio[3366efac9bbe594b]::runtime::context::runtime::enter_runtime::<<tokio[3366efac9bbe594b]::runtime::scheduler::current_thread::CurrentThread>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.1/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   55:     0x5aa4e48c8bb1 - <tokio[3366efac9bbe594b]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.1/src/runtime/scheduler/current_thread/mod.rs:193:9
[INFO] [stdout]   56:     0x5aa4e48f6d24 - <tokio[3366efac9bbe594b]::runtime::runtime::Runtime>::block_on_inner::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.1/src/runtime/runtime.rs:371:52
[INFO] [stdout]   57:     0x5aa4e48f6eef - <tokio[3366efac9bbe594b]::runtime::runtime::Runtime>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.1/src/runtime/runtime.rs:345:18
[INFO] [stdout]   58:     0x5aa4e48b3e9e - stability[66f5917629eae037]::burst_throughput_500_concurrent_requests
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/stability.rs:885:64
[INFO] [stdout]   59:     0x5aa4e48a4637 - stability[66f5917629eae037]::burst_throughput_500_concurrent_requests::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/stability.rs:862:52
[INFO] [stdout]   60:     0x5aa4e48c0796 - <stability[66f5917629eae037]::burst_throughput_500_concurrent_requests::{closure#0} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   61:     0x5aa4e492bdeb - <fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   62:     0x5aa4e492bdeb - test[980ffaebd391d06d]::__rust_begin_short_backtrace::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:724:18
[INFO] [stdout]   63:     0x5aa4e4939435 - test[980ffaebd391d06d]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:74
[INFO] [stdout]   64:     0x5aa4e4939435 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   65:     0x5aa4e4939435 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   66:     0x5aa4e4939435 - std[73adb7dc35730857]::panicking::catch_unwind::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   67:     0x5aa4e4939435 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   68:     0x5aa4e4939435 - test[980ffaebd391d06d]::run_test_in_process
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:27
[INFO] [stdout]   69:     0x5aa4e4939435 - test[980ffaebd391d06d]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:668:43
[INFO] [stdout]   70:     0x5aa4e4933ee4 - test[980ffaebd391d06d]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:698:41
[INFO] [stdout]   71:     0x5aa4e4933ee4 - std[73adb7dc35730857]::sys::backtrace::__rust_begin_short_backtrace::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   72:     0x5aa4e493c582 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   73:     0x5aa4e493c582 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   74:     0x5aa4e493c582 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   75:     0x5aa4e493c582 - std[73adb7dc35730857]::panicking::catch_unwind::<(), core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   76:     0x5aa4e493c582 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   77:     0x5aa4e493c582 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   78:     0x5aa4e493c582 - <std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   79:     0x5aa4e4f1482f - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn core[6883ba1bc0fe4ed1]::ops::function::FnOnce<(), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2319:9
[INFO] [stdout]   80:     0x5aa4e4f1482f - <std[73adb7dc35730857]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread/unix.rs:123:17
[INFO] [stdout]   81:     0x7acfef4b6aa4 - <unknown>
[INFO] [stdout]   82:     0x7acfef543a64 - clone
[INFO] [stdout]   83:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'burst_throughput_500_concurrent_requests' (3067) panicked at tests/stability.rs:874:16:
[INFO] [stdout] task: JoinError::Panic(Id(815), "connect: Os { code: 24, kind: TooManyOpenFiles, message: \"Too many open files\" }", ...)
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5aa4e4f15911 - std[73adb7dc35730857]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5aa4e4f15911 - std[73adb7dc35730857]::backtrace_rs::backtrace::trace_unsynchronized::<std[73adb7dc35730857]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5aa4e4f15911 - std[73adb7dc35730857]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5aa4e4f15911 - <<std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[6883ba1bc0fe4ed1]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5aa4e4f2c6da - <core[6883ba1bc0fe4ed1]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5aa4e4f2c6da - core[6883ba1bc0fe4ed1]::fmt::write
[INFO] [stdout]    6:     0x5aa4e4f1a4dc - std[73adb7dc35730857]::io::default_write_fmt::<alloc[55a36b64bcbf2c0d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:626:11
[INFO] [stdout]    7:     0x5aa4e4f1a4dc - <alloc[55a36b64bcbf2c0d]::vec::Vec<u8> as std[73adb7dc35730857]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:1730:13
[INFO] [stdout]    8:     0x5aa4e4ef2a46 - <std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5aa4e4ef2a46 - std[73adb7dc35730857]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5aa4e4f0cd39 - std[73adb7dc35730857]::panicking::default_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5aa4e4938ab0 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   12:     0x5aa4e4938ab0 - test[980ffaebd391d06d]::test_main_inner::<test[980ffaebd391d06d]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5aa4e4f0d062 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   14:     0x5aa4e4f0d062 - std[73adb7dc35730857]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:823:13
[INFO] [stdout]   15:     0x5aa4e4ef2af2 - std[73adb7dc35730857]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:688:13
[INFO] [stdout]   16:     0x5aa4e4ee9fa9 - std[73adb7dc35730857]::sys::backtrace::__rust_end_short_backtrace::<std[73adb7dc35730857]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5aa4e4ef397d - __rustc[a7b7b02e776dd976]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:679:5
[INFO] [stdout]   18:     0x5aa4e4f2cedc - core[6883ba1bc0fe4ed1]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5aa4e4f2cc52 - core[6883ba1bc0fe4ed1]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1870:5
[INFO] [stdout]   20:     0x5aa4e490335c - <core[6883ba1bc0fe4ed1]::result::Result<stability[66f5917629eae037]::TestResponse, tokio[3366efac9bbe594b]::runtime::task::error::JoinError>>::expect
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1183:23
[INFO] [stdout]   21:     0x5aa4e48a8df5 - stability[66f5917629eae037]::burst_throughput_500_concurrent_requests::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/stability.rs:874:10
[INFO] [stdout]   22:     0x5aa4e49068c2 - <core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/future/future.rs:133:9
[INFO] [stdout]   23:     0x5aa4e490693d - <core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/future/future.rs:133:9
[INFO] [stdout]   24:     0x5aa4e48cf95d - <tokio[3366efac9bbe594b]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.1/src/runtime/scheduler/current_thread/mod.rs:778:70
[INFO] [stdout]   25:     0x5aa4e48cf85b - tokio[3366efac9bbe594b]::task::coop::with_budget::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[3366efac9bbe594b]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.1/src/task/coop/mod.rs:167:5
[INFO] [stdout]   26:     0x5aa4e48cf85b - tokio[3366efac9bbe594b]::task::coop::budget::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[3366efac9bbe594b]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.1/src/task/coop/mod.rs:133:5
[INFO] [stdout]   27:     0x5aa4e48cf85b - <tokio[3366efac9bbe594b]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.1/src/runtime/scheduler/current_thread/mod.rs:778:25
[INFO] [stdout]   28:     0x5aa4e48c92a0 - <tokio[3366efac9bbe594b]::runtime::scheduler::current_thread::Context>::enter::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[3366efac9bbe594b]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.1/src/runtime/scheduler/current_thread/mod.rs:451:19
[INFO] [stdout]   29:     0x5aa4e48ceb5d - <tokio[3366efac9bbe594b]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.1/src/runtime/scheduler/current_thread/mod.rs:777:44
[INFO] [stdout]   30:     0x5aa4e48cde04 - <tokio[3366efac9bbe594b]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[3366efac9bbe594b]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.1/src/runtime/scheduler/current_thread/mod.rs:865:68
[INFO] [stdout]   31:     0x5aa4e48c89db - <tokio[3366efac9bbe594b]::runtime::context::scoped::Scoped<tokio[3366efac9bbe594b]::runtime::scheduler::Context>>::set::<<tokio[3366efac9bbe594b]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[3366efac9bbe594b]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}, (alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[3366efac9bbe594b]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.1/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   32:     0x5aa4e48ed269 - tokio[3366efac9bbe594b]::runtime::context::set_scheduler::<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[3366efac9bbe594b]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>), <tokio[3366efac9bbe594b]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[3366efac9bbe594b]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.1/src/runtime/context.rs:181:38
[INFO] [stdout]   33:     0x5aa4e4923ac2 - <std[73adb7dc35730857]::thread::local::LocalKey<tokio[3366efac9bbe594b]::runtime::context::Context>>::try_with::<tokio[3366efac9bbe594b]::runtime::context::set_scheduler<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[3366efac9bbe594b]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>), <tokio[3366efac9bbe594b]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[3366efac9bbe594b]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[3366efac9bbe594b]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:463:12
[INFO] [stdout]   34:     0x5aa4e492364e - <std[73adb7dc35730857]::thread::local::LocalKey<tokio[3366efac9bbe594b]::runtime::context::Context>>::with::<tokio[3366efac9bbe594b]::runtime::context::set_scheduler<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[3366efac9bbe594b]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>), <tokio[3366efac9bbe594b]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[3366efac9bbe594b]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[3366efac9bbe594b]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:427:20
[INFO] [stdout]   35:     0x5aa4e48ec31d - tokio[3366efac9bbe594b]::runtime::context::set_scheduler::<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[3366efac9bbe594b]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>), <tokio[3366efac9bbe594b]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[3366efac9bbe594b]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.1/src/runtime/context.rs:181:17
[INFO] [stdout]   36:     0x5aa4e48ccd80 - <tokio[3366efac9bbe594b]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[3366efac9bbe594b]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.1/src/runtime/scheduler/current_thread/mod.rs:865:27
[INFO] [stdout]   37:     0x5aa4e48cd076 - <tokio[3366efac9bbe594b]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.1/src/runtime/scheduler/current_thread/mod.rs:765:24
[INFO] [stdout]   38:     0x5aa4e48cda10 - <tokio[3366efac9bbe594b]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.1/src/runtime/scheduler/current_thread/mod.rs:205:33
[INFO] [stdout]   39:     0x5aa4e48ec923 - tokio[3366efac9bbe594b]::runtime::context::runtime::enter_runtime::<<tokio[3366efac9bbe594b]::runtime::scheduler::current_thread::CurrentThread>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.1/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   40:     0x5aa4e48c8bb1 - <tokio[3366efac9bbe594b]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.1/src/runtime/scheduler/current_thread/mod.rs:193:9
[INFO] [stdout]   41:     0x5aa4e48f6d24 - <tokio[3366efac9bbe594b]::runtime::runtime::Runtime>::block_on_inner::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.1/src/runtime/runtime.rs:371:52
[INFO] [stdout]   42:     0x5aa4e48f6eef - <tokio[3366efac9bbe594b]::runtime::runtime::Runtime>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.1/src/runtime/runtime.rs:345:18
[INFO] [stdout]   43:     0x5aa4e48b3e9e - stability[66f5917629eae037]::burst_throughput_500_concurrent_requests
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/stability.rs:885:64
[INFO] [stdout]   44:     0x5aa4e48a4637 - stability[66f5917629eae037]::burst_throughput_500_concurrent_requests::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/stability.rs:862:52
[INFO] [stdout]   45:     0x5aa4e48c0796 - <stability[66f5917629eae037]::burst_throughput_500_concurrent_requests::{closure#0} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   46:     0x5aa4e492bdeb - <fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   47:     0x5aa4e492bdeb - test[980ffaebd391d06d]::__rust_begin_short_backtrace::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:724:18
[INFO] [stdout]   48:     0x5aa4e4939435 - test[980ffaebd391d06d]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:74
[INFO] [stdout]   49:     0x5aa4e4939435 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   50:     0x5aa4e4939435 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   51:     0x5aa4e4939435 - std[73adb7dc35730857]::panicking::catch_unwind::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   52:     0x5aa4e4939435 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   53:     0x5aa4e4939435 - test[980ffaebd391d06d]::run_test_in_process
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:27
[INFO] [stdout]   54:     0x5aa4e4939435 - test[980ffaebd391d06d]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:668:43
[INFO] [stdout]   55:     0x5aa4e4933ee4 - test[980ffaebd391d06d]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:698:41
[INFO] [stdout]   56:     0x5aa4e4933ee4 - std[73adb7dc35730857]::sys::backtrace::__rust_begin_short_backtrace::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   57:     0x5aa4e493c582 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   58:     0x5aa4e493c582 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   59:     0x5aa4e493c582 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   60:     0x5aa4e493c582 - std[73adb7dc35730857]::panicking::catch_unwind::<(), core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   61:     0x5aa4e493c582 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   62:     0x5aa4e493c582 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   63:     0x5aa4e493c582 - <std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   64:     0x5aa4e4f1482f - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn core[6883ba1bc0fe4ed1]::ops::function::FnOnce<(), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2319:9
[INFO] [stdout]   65:     0x5aa4e4f1482f - <std[73adb7dc35730857]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread/unix.rs:123:17
[INFO] [stdout]   66:     0x7acfef4b6aa4 - <unknown>
[INFO] [stdout]   67:     0x7acfef543a64 - clone
[INFO] [stdout]   68:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     burst_throughput_500_concurrent_requests
[INFO] [stdout]     sequential_throughput_is_stable_over_1000_requests
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 27 passed; 2 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.23s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--test stability`
[INFO] running `Command { std: "docker" "inspect" "8d0b6e640afb32b16353bbd56d88143881dc01b0e556c8575dd6b1e6748b5371", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8d0b6e640afb32b16353bbd56d88143881dc01b0e556c8575dd6b1e6748b5371", kill_on_drop: false }`
[INFO] [stdout] 8d0b6e640afb32b16353bbd56d88143881dc01b0e556c8575dd6b1e6748b5371
