[INFO] cloning repository https://github.com/maltehedderich/api-gateway-rust [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/maltehedderich/api-gateway-rust" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmaltehedderich%2Fapi-gateway-rust", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmaltehedderich%2Fapi-gateway-rust'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] adcb2a66ff4c2feaed60df1c295dd350b4136e88 [INFO] testing maltehedderich/api-gateway-rust against beta-2026-04-21 for beta-1.96-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmaltehedderich%2Fapi-gateway-rust" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/maltehedderich/api-gateway-rust [INFO] finished tweaking git repo https://github.com/maltehedderich/api-gateway-rust [INFO] tweaked toml for git repo https://github.com/maltehedderich/api-gateway-rust written to /workspace/builds/worker-1-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/maltehedderich/api-gateway-rust on toolchain beta-2026-04-21 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-04-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/maltehedderich/api-gateway-rust already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-04-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 73df13a73136778cbf05511fd0a1f3f1ba40a96bbd9499787b7bf03af3cd6510 [INFO] running `Command { std: "docker" "start" "-a" "73df13a73136778cbf05511fd0a1f3f1ba40a96bbd9499787b7bf03af3cd6510", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "73df13a73136778cbf05511fd0a1f3f1ba40a96bbd9499787b7bf03af3cd6510", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "73df13a73136778cbf05511fd0a1f3f1ba40a96bbd9499787b7bf03af3cd6510", kill_on_drop: false }` [INFO] [stdout] 73df13a73136778cbf05511fd0a1f3f1ba40a96bbd9499787b7bf03af3cd6510 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 02024fec579e33ba8d34393cb2bfbc358a46bc114c3889c93db53743c325166d [INFO] running `Command { std: "docker" "start" "-a" "02024fec579e33ba8d34393cb2bfbc358a46bc114c3889c93db53743c325166d", kill_on_drop: false }` [INFO] [stderr] Compiling syn v2.0.110 [INFO] [stderr] Compiling jobserver v0.1.34 [INFO] [stderr] Compiling tracing-core v0.1.34 [INFO] [stderr] Compiling indexmap v2.12.0 [INFO] [stderr] Compiling crossbeam-utils v0.8.21 [INFO] [stderr] Compiling dunce v1.0.5 [INFO] [stderr] Compiling fs_extra v1.3.0 [INFO] [stderr] Compiling http v1.3.1 [INFO] [stderr] Compiling crunchy v0.2.4 [INFO] [stderr] Compiling cc v1.2.46 [INFO] [stderr] Compiling ahash v0.8.12 [INFO] [stderr] Compiling bitflags v2.10.0 [INFO] [stderr] Compiling tiny-keccak v2.0.2 [INFO] [stderr] Compiling serde_json v1.0.145 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling aws-lc-rs v1.15.0 [INFO] [stderr] Compiling getrandom v0.2.16 [INFO] [stderr] Compiling once_cell v1.21.3 [INFO] [stderr] Compiling ucd-trie v0.1.7 [INFO] [stderr] Compiling hashbrown v0.14.5 [INFO] [stderr] Compiling const-random-macro v0.1.16 [INFO] [stderr] Compiling cmake v0.1.54 [INFO] [stderr] Compiling http-body v1.0.1 [INFO] [stderr] Compiling pest v2.8.3 [INFO] [stderr] Compiling rustls-pki-types v1.13.0 [INFO] [stderr] Compiling http v0.2.12 [INFO] [stderr] Compiling aho-corasick v1.1.4 [INFO] [stderr] Compiling aws-lc-sys v0.33.0 [INFO] [stderr] Compiling openssl-sys v0.9.111 [INFO] [stderr] Compiling regex-syntax v0.8.8 [INFO] [stderr] Compiling openssl v0.10.75 [INFO] [stderr] Compiling thiserror v2.0.17 [INFO] [stderr] Compiling pest_meta v2.8.3 [INFO] [stderr] Compiling native-tls v0.2.14 [INFO] [stderr] Compiling deranged v0.5.5 [INFO] [stderr] Compiling const-random v0.1.18 [INFO] [stderr] Compiling concurrent-queue v2.5.0 [INFO] [stderr] Compiling rustls v0.23.35 [INFO] [stderr] Compiling rustversion v1.0.22 [INFO] [stderr] Compiling event-listener v5.4.1 [INFO] [stderr] Compiling dlv-list v0.5.2 [INFO] [stderr] Compiling http-body v0.4.6 [INFO] [stderr] Compiling ring v0.17.14 [INFO] [stderr] Compiling num-integer v0.1.46 [INFO] [stderr] Compiling http-body-util v0.1.3 [INFO] [stderr] Compiling synstructure v0.13.2 [INFO] [stderr] Compiling regex-automata v0.4.13 [INFO] [stderr] Compiling time v0.3.44 [INFO] [stderr] Compiling pest_generator v2.8.3 [INFO] [stderr] Compiling crossbeam-channel v0.5.15 [INFO] [stderr] Compiling fs-err v3.2.0 [INFO] [stderr] Compiling portable-atomic v1.11.1 [INFO] [stderr] Compiling protobuf v3.7.2 [INFO] [stderr] Compiling sync_wrapper v1.0.2 [INFO] [stderr] Compiling num-bigint v0.4.6 [INFO] [stderr] Compiling ordered-multimap v0.7.3 [INFO] [stderr] Compiling event-listener-strategy v0.5.4 [INFO] [stderr] Compiling getrandom v0.3.4 [INFO] [stderr] Compiling sharded-slab v0.1.7 [INFO] [stderr] Compiling serde_derive v1.0.228 [INFO] [stderr] Compiling tokio-macros v2.6.0 [INFO] [stderr] Compiling zerofrom-derive v0.1.6 [INFO] [stderr] Compiling tracing-attributes v0.1.30 [INFO] [stderr] Compiling tokio v1.48.0 [INFO] [stderr] Compiling yoke-derive v0.8.1 [INFO] [stderr] Compiling zerofrom v0.1.6 [INFO] [stderr] Compiling zerovec-derive v0.11.2 [INFO] [stderr] Compiling tracing v0.1.41 [INFO] [stderr] Compiling yoke v0.8.1 [INFO] [stderr] Compiling futures-macro v0.3.31 [INFO] [stderr] Compiling displaydoc v0.2.5 [INFO] [stderr] Compiling thiserror-impl v1.0.69 [INFO] [stderr] Compiling zerotrie v0.2.3 [INFO] [stderr] Compiling futures-util v0.3.31 [INFO] [stderr] Compiling zerovec v0.11.5 [INFO] [stderr] Compiling openssl-macros v0.1.1 [INFO] [stderr] Compiling thiserror v1.0.69 [INFO] [stderr] Compiling async-trait v0.1.89 [INFO] [stderr] Compiling tinystr v0.8.2 [INFO] [stderr] Compiling icu_locale_core v2.1.1 [INFO] [stderr] Compiling serde v1.0.228 [INFO] [stderr] Compiling potential_utf v0.1.4 [INFO] [stderr] Compiling icu_collections v2.1.1 [INFO] [stderr] Compiling thiserror-impl v2.0.17 [INFO] [stderr] Compiling icu_provider v2.1.1 [INFO] [stderr] Compiling icu_properties v2.1.1 [INFO] [stderr] Compiling icu_normalizer v2.1.1 [INFO] [stderr] Compiling serde_spanned v0.6.9 [INFO] [stderr] Compiling toml_datetime v0.6.11 [INFO] [stderr] Compiling pin-project-internal v1.1.10 [INFO] [stderr] Compiling tokio-util v0.7.17 [INFO] [stderr] Compiling futures-executor v0.3.31 [INFO] [stderr] Compiling idna_adapter v1.2.1 [INFO] [stderr] Compiling tokio-native-tls v0.3.1 [INFO] [stderr] Compiling idna v1.1.0 [INFO] [stderr] Compiling toml_edit v0.22.27 [INFO] [stderr] Compiling h2 v0.4.12 [INFO] [stderr] Compiling h2 v0.3.27 [INFO] [stderr] Compiling url v2.5.7 [INFO] [stderr] Compiling pin-project v1.1.10 [INFO] [stderr] Compiling serde_urlencoded v0.7.1 [INFO] [stderr] Compiling tracing-serde v0.2.0 [INFO] [stderr] Compiling protobuf-support v3.7.2 [INFO] [stderr] Compiling matchers v0.2.0 [INFO] [stderr] Compiling pest_derive v2.8.3 [INFO] [stderr] Compiling hashlink v0.8.4 [INFO] [stderr] Compiling tracing-log v0.2.0 [INFO] [stderr] Compiling inotify-sys v0.1.5 [INFO] [stderr] Compiling thread_local v1.1.9 [INFO] [stderr] Compiling arc-swap v1.7.1 [INFO] [stderr] Compiling moka v0.12.11 [INFO] [stderr] Compiling arraydeque v0.5.1 [INFO] [stderr] Compiling nu-ansi-term v0.50.3 [INFO] [stderr] Compiling prometheus v0.14.0 [INFO] [stderr] Compiling convert_case v0.6.0 [INFO] [stderr] Compiling pem v3.0.6 [INFO] [stderr] Compiling tracing-subscriber v0.3.20 [INFO] [stderr] Compiling yaml-rust2 v0.8.1 [INFO] [stderr] Compiling inotify v0.9.6 [INFO] [stderr] Compiling toml v0.8.23 [INFO] [stderr] Compiling nom v7.1.3 [INFO] [stderr] Compiling json5 v0.4.1 [INFO] [stderr] Compiling tokio-retry v0.3.0 [INFO] [stderr] Compiling combine v4.6.7 [INFO] [stderr] Compiling hyper v0.14.32 [INFO] [stderr] Compiling hyper v1.8.1 [INFO] [stderr] Compiling futures v0.3.31 [INFO] [stderr] Compiling tower v0.5.2 [INFO] [stderr] Compiling axum-core v0.4.5 [INFO] [stderr] Compiling hyper-util v0.1.18 [INFO] [stderr] Compiling simple_asn1 v0.6.3 [INFO] [stderr] Compiling uuid v1.18.1 [INFO] [stderr] Compiling ron v0.8.1 [INFO] [stderr] Compiling rust-ini v0.20.0 [INFO] [stderr] Compiling async-lock v3.4.1 [INFO] [stderr] Compiling hyper-tls v0.5.0 [INFO] [stderr] Compiling rustls-pemfile v1.0.4 [INFO] [stderr] Compiling rustls-pemfile v2.2.0 [INFO] [stderr] Compiling crossbeam-epoch v0.9.18 [INFO] [stderr] Compiling serde_path_to_error v0.1.20 [INFO] [stderr] Compiling mio v0.8.11 [INFO] [stderr] Compiling filetime v0.2.26 [INFO] [stderr] Compiling socket2 v0.4.10 [INFO] [stderr] Compiling unsafe-libyaml v0.2.11 [INFO] [stderr] Compiling pathdiff v0.2.3 [INFO] [stderr] Compiling sha1_smol v1.0.1 [INFO] [stderr] Compiling matchit v0.7.3 [INFO] [stderr] Compiling tagptr v0.2.0 [INFO] [stderr] Compiling redis v0.24.0 [INFO] [stderr] Compiling serde_yaml v0.9.34+deprecated [INFO] [stderr] Compiling axum v0.7.9 [INFO] [stderr] Compiling chrono v0.4.42 [INFO] [stderr] Compiling reqwest v0.11.27 [INFO] [stderr] Compiling jsonwebtoken v9.3.1 [INFO] [stderr] Compiling config v0.14.1 [INFO] [stderr] Compiling notify v6.1.1 [INFO] [stderr] Compiling tracing-appender v0.2.3 [INFO] [stderr] Compiling tower v0.4.13 [INFO] [stderr] Compiling tower-http v0.5.2 [INFO] [stderr] Compiling regex v1.12.2 [INFO] [stderr] Compiling rustls-webpki v0.103.8 [INFO] [stderr] Compiling tokio-rustls v0.26.4 [INFO] [stderr] Compiling axum-server v0.7.3 [INFO] [stderr] Compiling api-gateway-rust v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 25s [INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: redis v0.24.0 [INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` [INFO] running `Command { std: "docker" "inspect" "02024fec579e33ba8d34393cb2bfbc358a46bc114c3889c93db53743c325166d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "02024fec579e33ba8d34393cb2bfbc358a46bc114c3889c93db53743c325166d", kill_on_drop: false }` [INFO] [stdout] 02024fec579e33ba8d34393cb2bfbc358a46bc114c3889c93db53743c325166d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 93207b7f4b163910279583b8f79401f006eaa7d3c388d59fbe4870a510cacf38 [INFO] running `Command { std: "docker" "start" "-a" "93207b7f4b163910279583b8f79401f006eaa7d3c388d59fbe4870a510cacf38", kill_on_drop: false }` [INFO] [stderr] Compiling bitflags v2.10.0 [INFO] [stderr] Compiling openssl v0.10.75 [INFO] [stderr] Compiling ron v0.8.1 [INFO] [stderr] Compiling tower-http v0.5.2 [INFO] [stderr] Compiling rustix v1.1.2 [INFO] [stderr] Compiling config v0.14.1 [INFO] [stderr] Compiling tempfile v3.23.0 [INFO] [stderr] Compiling native-tls v0.2.14 [INFO] [stderr] Compiling tokio-native-tls v0.3.1 [INFO] [stderr] Compiling hyper-tls v0.5.0 [INFO] [stderr] Compiling reqwest v0.11.27 [INFO] [stderr] Compiling api-gateway-rust v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 00s [INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: redis v0.24.0 [INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` [INFO] running `Command { std: "docker" "inspect" "93207b7f4b163910279583b8f79401f006eaa7d3c388d59fbe4870a510cacf38", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "93207b7f4b163910279583b8f79401f006eaa7d3c388d59fbe4870a510cacf38", kill_on_drop: false }` [INFO] [stdout] 93207b7f4b163910279583b8f79401f006eaa7d3c388d59fbe4870a510cacf38 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] c64fafda7ea80b3f4ea9a13fdc2c07f47c862f9d7734f713951cf416c4034572 [INFO] running `Command { std: "docker" "start" "-a" "c64fafda7ea80b3f4ea9a13fdc2c07f47c862f9d7734f713951cf416c4034572", kill_on_drop: false }` [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.60s [INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: redis v0.24.0 [INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/api_gateway_rust-314b4360d5f108de) [INFO] [stdout] [INFO] [stdout] running 31 tests [INFO] [stdout] test config::tests::test_validate_invalid_port ... ok [INFO] [stdout] test config::tests::test_validate_valid_config ... ok [INFO] [stdout] test config_reload::tests::test_config_manager_from_file ... ok [INFO] [stdout] test config::tests::test_default_config ... ok [INFO] [stdout] test logging::tests::test_is_sensitive_header ... ok [INFO] [stdout] test auth::tests::test_user_context_serialization ... ok [INFO] [stdout] test logging::tests::test_redact_cookie ... ok [INFO] [stdout] test config_reload::tests::test_config_reload ... ok [INFO] [stdout] test logging::tests::test_redact_ip_address ... ok [INFO] [stdout] test metrics::tests::test_auth_metrics ... ok [INFO] [stdout] test metrics::tests::test_authz_metrics ... ok [INFO] [stdout] test middleware::tests::test_correlation_id_from_string ... ok [INFO] [stdout] test rate_limiter::tests::test_key_type_from_string ... ok [INFO] [stdout] test routing::tests::test_exact_match ... ok [INFO] [stdout] test routing::tests::test_pattern_priority ... ok [INFO] [stdout] test routing::tests::test_prefix_match ... ok [INFO] [stdout] test routing::tests::test_template_match ... ok [INFO] [stdout] test metrics::tests::test_duration_timer ... ok [INFO] [stdout] test server::tests::test_server_creation ... ok [INFO] [stdout] test upstream::tests::test_build_upstream_uri_custom_path ... ok [INFO] [stdout] test upstream::tests::test_build_upstream_uri_no_modifications ... ok [INFO] [stdout] test upstream::tests::test_build_upstream_uri_strip_prefix ... ok [INFO] [stdout] test logging::tests::test_redact_email ... ok [INFO] [stdout] test logging::tests::test_redact_auth_header ... ok [INFO] [stdout] test logging::tests::test_redact_api_key ... ok [INFO] [stdout] test upstream::tests::test_is_hop_by_hop_header ... ok [INFO] [stdout] test middleware::tests::test_correlation_id_new ... ok [INFO] [stdout] test routing::tests::test_template_multiple_params ... ok [INFO] [stdout] test upstream::tests::test_build_upstream_uri_with_query ... ok [INFO] [stdout] test logging::tests::test_redact_password ... ok [INFO] [stdout] test logging::tests::test_redact_bearer_token ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 31 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.08s [INFO] [stdout] [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/api_gateway_rust-4405dd9f95534170) [INFO] [stderr] Running tests/auth_integration_test.rs (/opt/rustwide/target/debug/deps/auth_integration_test-671f14575c2f277f) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 9 tests [INFO] [stdout] test test_pbac_authorization ... ok [INFO] [stdout] test test_authentication_flow_success ... ok [INFO] [stdout] test test_combined_rbac_and_pbac ... ok [INFO] [stdout] test test_authentication_with_audience_validation ... ok [INFO] [stdout] test test_rbac_authorization ... ok [INFO] [stdout] test test_user_context_serialization ... ok [INFO] [stdout] test test_authentication_with_issuer_validation ... ok [INFO] [stdout] test test_authentication_flow_expired_token ... ok [INFO] [stdout] test test_invalid_token_signature ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 9 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s [INFO] [stdout] [INFO] [stderr] Running tests/auth_test.rs (/opt/rustwide/target/debug/deps/auth_test-b8e0426f9d5424ac) [INFO] [stdout] [INFO] [stdout] running 4 tests [INFO] [stdout] test test_invalid_signature ... ok [INFO] [stdout] test test_valid_hs256_token ... ok [INFO] [stdout] test test_token_with_issuer_validation ... ok [INFO] [stderr] Running tests/authorization_e2e_test.rs (/opt/rustwide/target/debug/deps/authorization_e2e_test-2015c6743116b4f8) [INFO] [stdout] test test_expired_token ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 11 tests [INFO] [stdout] test test_e2e_multiple_permissions_all_required ... ok [INFO] [stdout] test test_e2e_combined_rbac_and_pbac_failure_missing_permission ... ok [INFO] [stdout] test test_e2e_multiple_permissions_missing_one ... ok [INFO] [stdout] test test_e2e_multiple_roles_any_match ... ok [INFO] [stdout] test test_e2e_combined_rbac_and_pbac_success ... ok [INFO] [stdout] test test_e2e_pbac_authorization_failure ... ok [INFO] [stdout] test test_e2e_pbac_authorization_success ... ok [INFO] [stdout] test test_e2e_rbac_authorization_failure ... ok [INFO] [stdout] test test_e2e_rbac_authorization_success ... ok [INFO] [stdout] test test_e2e_route_configuration_integration ... ok [INFO] [stdout] test test_e2e_combined_rbac_and_pbac_failure_missing_role ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 11 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s [INFO] [stdout] [INFO] [stderr] Running tests/integration_test.rs (/opt/rustwide/target/debug/deps/integration_test-30c2ed9380b2608a) [INFO] [stdout] [INFO] [stdout] running 3 tests [INFO] [stdout] test test_health_endpoints ... ok [INFO] [stdout] test test_config_validation ... ok [INFO] [stdout] test test_error_response_serialization ... ok [INFO] [stderr] Running tests/middleware_pipeline_test.rs (/opt/rustwide/target/debug/deps/middleware_pipeline_test-dee098d08897e356) [INFO] [stdout] [INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 19 tests [INFO] [stdout] test test_client_ip_creation ... ok [INFO] [stdout] test test_client_ip_debug_format ... ok [INFO] [stdout] test test_client_ip_clone ... ok [INFO] [stdout] test test_client_ip_unknown ... ok [INFO] [stdout] test test_client_ip_with_port ... ok [INFO] [stdout] test test_client_ip_ipv6 ... ok [INFO] [stdout] test test_correlation_id_as_str_lifetime ... ok [INFO] [stdout] test test_correlation_id_empty_string ... ok [INFO] [stdout] test test_correlation_id_clone ... ok [INFO] [stdout] test test_correlation_id_debug_format ... ok [INFO] [stdout] test test_client_ip_edge_cases ... ok [INFO] [stdout] test test_client_ip_localhost ... ok [INFO] [stdout] test test_correlation_id_from_string ... ok [INFO] [stdout] test test_correlation_id_generation ... ok [INFO] [stdout] test test_correlation_id_special_characters ... ok [INFO] [stdout] test test_correlation_id_default ... ok [INFO] [stdout] test test_correlation_id_very_long_string ... ok [INFO] [stdout] test test_correlation_id_uuid_format ... ok [INFO] [stdout] test test_correlation_id_multiple_instances ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 19 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running tests/rate_limiter_test.rs (/opt/rustwide/target/debug/deps/rate_limiter_test-8012987689eda781) [INFO] [stdout] [INFO] [stdout] running 17 tests [INFO] [stdout] test test_add_rate_limit_headers_denied ... ok [INFO] [stdout] test test_add_rate_limit_headers_allowed ... ok [INFO] [stdout] test test_key_type_case_sensitivity ... ok [INFO] [stdout] test test_add_rate_limit_headers_multiple_calls ... ok [INFO] [stdout] test test_rate_limit_context_clone ... ok [INFO] [stdout] test test_add_rate_limit_headers_at_limit ... ok [INFO] [stdout] test test_rate_limit_context_with_ipv6 ... ok [INFO] [stdout] test test_rate_limit_context_with_special_characters ... ok [INFO] [stdout] test test_key_type_parsing ... ok [INFO] [stdout] test test_rate_limit_decision_allowed ... ok [INFO] [stdout] test test_rate_limit_context_without_user ... ok [INFO] [stdout] test test_key_type_equality ... ok [INFO] [stdout] test test_rate_limit_decision_clone ... ok [INFO] [stdout] test test_rate_limit_decision_denied ... ok [INFO] [stdout] test test_rate_limit_decision_large_numbers ... ok [INFO] [stdout] test test_rate_limit_decision_with_zero_limit ... ok [INFO] [stderr] Running tests/rate_limiting_integration_test.rs (/opt/rustwide/target/debug/deps/rate_limiting_integration_test-06a9fd7e5c782bac) [INFO] [stdout] test test_rate_limit_context_creation ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 17 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 15 tests [INFO] [stdout] test test_rate_limit_policy_burst_capacity ... ok [INFO] [stdout] test test_rate_limit_policy_deserialization ... ok [INFO] [stdout] test test_rate_limit_policy_burst_capacity_equal_to_limit ... ok [INFO] [stdout] test test_rate_limit_policy_clone ... ok [INFO] [stdout] test test_rate_limit_policy_composite_key ... ok [INFO] [stdout] test test_rate_limit_policy_construction ... ok [INFO] [stdout] test test_rate_limit_policy_deserialization_without_burst ... ok [INFO] [stdout] test test_rate_limit_policy_different_key_types ... ok [INFO] [stdout] test test_rate_limit_policy_serialization ... ok [INFO] [stdout] test test_rate_limit_policy_sliding_window ... ok [INFO] [stdout] test test_rate_limit_policy_various_limits ... ok [INFO] [stderr] Running tests/routing_test.rs (/opt/rustwide/target/debug/deps/routing_test-e034345ff9b2a7f1) [INFO] [stdout] test test_rate_limit_policy_very_long_window ... ok [INFO] [stdout] test test_rate_limit_policy_zero_limit ... ok [INFO] [stdout] test test_rate_limit_policy_very_short_window ... ok [INFO] [stdout] test test_rate_limit_policy_various_windows ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 24 tests [INFO] [stdout] test test_exact_path_match ... ok [INFO] [stdout] test test_exact_path_with_trailing_slash ... ok [INFO] [stdout] test test_path_pattern_clone ... ok [INFO] [stdout] test test_path_template_parse ... ok [INFO] [stdout] test test_pattern_case_sensitivity ... ok [INFO] [stdout] test test_pattern_with_numbers ... ok [INFO] [stdout] test test_path_template_empty_parameter ... ok [INFO] [stdout] test test_prefix_empty_base ... ok [INFO] [stdout] test test_prefix_match_basic ... ok [INFO] [stdout] test test_prefix_match_nested ... ok [INFO] [stdout] test test_path_pattern_empty ... ok [INFO] [stdout] test test_prefix_no_trailing_slash ... ok [INFO] [stdout] test test_prefix_root ... ok [INFO] [stdout] test test_segment_clone ... ok [INFO] [stdout] test test_root_path ... ok [INFO] [stdout] test test_template_leading_slash_normalization ... ok [INFO] [stdout] test test_template_consecutive_parameters ... ok [INFO] [stdout] test test_template_multiple_slashes ... ok [INFO] [stdout] test test_template_multiple_parameters ... ok [INFO] [stdout] test test_template_single_parameter ... ok [INFO] [stdout] test test_template_single_segment_param ... ok [INFO] [stdout] test test_template_url_encoded_values ... ok [INFO] [stdout] test test_template_with_special_characters ... ok [INFO] [stdout] test test_template_with_literals ... ok [INFO] [stderr] Running tests/security_test.rs (/opt/rustwide/target/debug/deps/security_test-0ea9d75e822db0cd) [INFO] [stdout] [INFO] [stdout] test result: ok. 24 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 24 tests [INFO] [stdout] test test_is_sensitive_header_cookie ... ok [INFO] [stdout] test test_is_sensitive_header_authorization ... ok [INFO] [stdout] test test_is_sensitive_header_api_key ... ok [INFO] [stdout] test test_is_sensitive_header_safe_headers ... ok [INFO] [stdout] test test_is_sensitive_header_tokens ... ok [INFO] [stdout] test test_redact_cookie_short ... ok [INFO] [stdout] test test_redact_cookie_long ... ok [INFO] [stdout] test test_redact_ip_address_ipv4 ... ok [INFO] [stdout] test test_redact_ip_address_ipv6 ... ok [INFO] [stdout] test test_redact_ip_address_public ... ok [INFO] [stdout] test test_redact_auth_header_function ... ok [INFO] [stdout] test test_redact_bearer_token_full ... ok [INFO] [stdout] test test_redact_password_form ... ok [INFO] [stdout] test test_redact_password_json ... ok [INFO] [stdout] test test_redact_preserves_non_sensitive_data ... ok [INFO] [stdout] test test_redact_log_message ... ok [INFO] [stdout] test test_redact_short_auth_header ... ok [INFO] [stdout] test test_redact_multiple_sensitive_fields ... ok [INFO] [stdout] test test_redact_session_token ... ok [INFO] [stdout] test test_redact_multiple_emails ... ok [INFO] [stdout] test test_redact_api_key_in_query ... ok [INFO] [stdout] test test_redact_mixed_content ... ok [INFO] [stdout] test test_redact_api_key_in_header ... ok [INFO] [stderr] Running tests/token_validation_test.rs (/opt/rustwide/target/debug/deps/token_validation_test-10601566a171007d) [INFO] [stdout] test test_redact_email_address ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 24 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.13s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 6 tests [INFO] [stdout] test test_opaque_token_expired ... ignored [INFO] [stdout] test test_opaque_token_validation ... ignored [INFO] [stdout] test test_jwt_token_validation ... ok [INFO] [stdout] test test_jwt_token_validation_with_cache ... ok [INFO] [stdout] test test_invalid_jwt_token ... ok [INFO] [stdout] test test_token_cache_invalidation ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 4 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.02s [INFO] [stdout] [INFO] [stderr] Doc-tests api_gateway_rust [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test src/logging.rs - logging::redact_sensitive_data (line 68) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.80s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "c64fafda7ea80b3f4ea9a13fdc2c07f47c862f9d7734f713951cf416c4034572", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c64fafda7ea80b3f4ea9a13fdc2c07f47c862f9d7734f713951cf416c4034572", kill_on_drop: false }` [INFO] [stdout] c64fafda7ea80b3f4ea9a13fdc2c07f47c862f9d7734f713951cf416c4034572