[INFO] cloning repository https://github.com/ThreatFlux/FluxPrompt [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/ThreatFlux/FluxPrompt" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FThreatFlux%2FFluxPrompt", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FThreatFlux%2FFluxPrompt'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 2e708c88b6a2037c023ea31530627eaef1bb3b93 [INFO] testing ThreatFlux/FluxPrompt against beta-2025-10-28 for beta-1.92-2 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FThreatFlux%2FFluxPrompt" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/ThreatFlux/FluxPrompt [INFO] finished tweaking git repo https://github.com/ThreatFlux/FluxPrompt [INFO] tweaked toml for git repo https://github.com/ThreatFlux/FluxPrompt written to /workspace/builds/worker-3-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/ThreatFlux/FluxPrompt on toolchain beta-2025-10-28 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-10-28" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/ThreatFlux/FluxPrompt 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-2025-10-28" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] b79aa9d5934e5cede05cba97e95797e2cbe49e50091aa887ed1bda530bcd1dd3 [INFO] running `Command { std: "docker" "start" "-a" "b79aa9d5934e5cede05cba97e95797e2cbe49e50091aa887ed1bda530bcd1dd3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "b79aa9d5934e5cede05cba97e95797e2cbe49e50091aa887ed1bda530bcd1dd3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b79aa9d5934e5cede05cba97e95797e2cbe49e50091aa887ed1bda530bcd1dd3", kill_on_drop: false }` [INFO] [stdout] b79aa9d5934e5cede05cba97e95797e2cbe49e50091aa887ed1bda530bcd1dd3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] d6a519511643b605fd98ea4f738cccc484ef095d2cfda1ef7db85b8705c7dfba [INFO] running `Command { std: "docker" "start" "-a" "d6a519511643b605fd98ea4f738cccc484ef095d2cfda1ef7db85b8705c7dfba", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.175 [INFO] [stderr] Compiling zerocopy v0.8.26 [INFO] [stderr] Compiling proc-macro2 v1.0.101 [INFO] [stderr] Compiling memchr v2.7.5 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling rayon-core v1.13.0 [INFO] [stderr] Compiling serde_json v1.0.143 [INFO] [stderr] Compiling indexmap v2.11.0 [INFO] [stderr] Compiling hashbrown v0.14.5 [INFO] [stderr] Compiling quote v1.0.40 [INFO] [stderr] Compiling aho-corasick v1.1.3 [INFO] [stderr] Compiling parking_lot_core v0.9.11 [INFO] [stderr] Compiling getrandom v0.2.16 [INFO] [stderr] Compiling syn v2.0.106 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling parking_lot v0.12.4 [INFO] [stderr] Compiling mio v1.0.4 [INFO] [stderr] Compiling socket2 v0.6.0 [INFO] [stderr] Compiling getrandom v0.3.3 [INFO] [stderr] Compiling signal-hook-registry v1.4.6 [INFO] [stderr] Compiling unsafe-libyaml v0.2.11 [INFO] [stderr] Compiling iana-time-zone v0.1.63 [INFO] [stderr] Compiling either v1.15.0 [INFO] [stderr] Compiling colored v2.2.0 [INFO] [stderr] Compiling dashmap v5.5.3 [INFO] [stderr] Compiling rayon v1.11.0 [INFO] [stderr] Compiling regex-automata v0.4.10 [INFO] [stderr] Compiling urlencoding v2.1.3 [INFO] [stderr] Compiling ppv-lite86 v0.2.21 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling regex v1.11.2 [INFO] [stderr] Compiling serde_derive v1.0.219 [INFO] [stderr] Compiling thiserror-impl v1.0.69 [INFO] [stderr] Compiling tokio-macros v2.5.0 [INFO] [stderr] Compiling tracing-attributes v0.1.30 [INFO] [stderr] Compiling tokio v1.47.1 [INFO] [stderr] Compiling tracing v0.1.41 [INFO] [stderr] Compiling thiserror v1.0.69 [INFO] [stderr] Compiling serde v1.0.219 [INFO] [stderr] Compiling serde_yaml v0.9.34+deprecated [INFO] [stderr] Compiling uuid v1.18.1 [INFO] [stderr] Compiling chrono v0.4.41 [INFO] [stderr] Compiling fluxprompt v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 01s [INFO] running `Command { std: "docker" "inspect" "d6a519511643b605fd98ea4f738cccc484ef095d2cfda1ef7db85b8705c7dfba", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d6a519511643b605fd98ea4f738cccc484ef095d2cfda1ef7db85b8705c7dfba", kill_on_drop: false }` [INFO] [stdout] d6a519511643b605fd98ea4f738cccc484ef095d2cfda1ef7db85b8705c7dfba [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 0317fdbd051f193d8830c5e2293674b49249ad115c68225de9e4b364000783d9 [INFO] running `Command { std: "docker" "start" "-a" "0317fdbd051f193d8830c5e2293674b49249ad115c68225de9e4b364000783d9", kill_on_drop: false }` [INFO] [stderr] Compiling syn v2.0.106 [INFO] [stderr] Compiling serde v1.0.219 [INFO] [stderr] Compiling getrandom v0.3.3 [INFO] [stderr] Compiling find-msvc-tools v0.1.0 [INFO] [stderr] Compiling parking_lot_core v0.9.11 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling rustix v1.0.8 [INFO] [stderr] Compiling linux-raw-sys v0.9.4 [INFO] [stderr] Compiling cc v1.2.35 [INFO] [stderr] Compiling parking_lot v0.12.4 [INFO] [stderr] Compiling native-tls v0.2.14 [INFO] [stderr] Compiling form_urlencoded v1.2.2 [INFO] [stderr] Compiling rand_core v0.9.3 [INFO] [stderr] Compiling regex-automata v0.4.10 [INFO] [stderr] Compiling socket2 v0.5.10 [INFO] [stderr] Compiling half v2.6.0 [INFO] [stderr] Compiling anstyle v1.0.11 [INFO] [stderr] Compiling plotters-backend v0.3.7 [INFO] [stderr] Compiling ciborium-io v0.2.2 [INFO] [stderr] Compiling ciborium-ll v0.2.2 [INFO] [stderr] Compiling plotters-svg v0.3.7 [INFO] [stderr] Compiling clap_builder v4.5.47 [INFO] [stderr] Compiling rayon v1.11.0 [INFO] [stderr] Compiling itertools v0.10.5 [INFO] [stderr] Compiling wait-timeout v0.2.1 [INFO] [stderr] Compiling cast v0.3.0 [INFO] [stderr] Compiling bit-vec v0.8.0 [INFO] [stderr] Compiling openssl-sys v0.9.109 [INFO] [stderr] Compiling quick-error v1.2.3 [INFO] [stderr] Compiling bit-set v0.8.0 [INFO] [stderr] Compiling dashmap v5.5.3 [INFO] [stderr] Compiling openssl v0.10.73 [INFO] [stderr] Compiling tempfile v3.21.0 [INFO] [stderr] Compiling rusty-fork v0.3.0 [INFO] [stderr] Compiling criterion-plot v0.5.0 [INFO] [stderr] Compiling clap v4.5.47 [INFO] [stderr] Compiling console v0.15.11 [INFO] [stderr] Compiling regex v1.11.2 [INFO] [stderr] Compiling plotters v0.3.7 [INFO] [stderr] Compiling rustls-pemfile v1.0.4 [INFO] [stderr] Compiling rand_xorshift v0.4.0 [INFO] [stderr] Compiling rand_chacha v0.9.0 [INFO] [stderr] Compiling rand v0.9.2 [INFO] [stderr] Compiling is-terminal v0.4.16 [INFO] [stderr] Compiling encoding_rs v0.8.35 [INFO] [stderr] Compiling ipnet v2.11.0 [INFO] [stderr] Compiling unarray v0.1.4 [INFO] [stderr] Compiling shell-words v1.1.0 [INFO] [stderr] Compiling oorandom v11.1.5 [INFO] [stderr] Compiling anes v0.1.6 [INFO] [stderr] Compiling zeroize v1.8.1 [INFO] [stderr] Compiling dialoguer v0.10.4 [INFO] [stderr] Compiling proptest v1.7.0 [INFO] [stderr] Compiling tracing-subscriber v0.3.20 [INFO] [stderr] Compiling synstructure v0.13.2 [INFO] [stderr] Compiling zerofrom-derive v0.1.6 [INFO] [stderr] Compiling yoke-derive v0.8.0 [INFO] [stderr] Compiling zerovec-derive v0.11.1 [INFO] [stderr] Compiling serde_derive v1.0.219 [INFO] [stderr] Compiling displaydoc v0.2.5 [INFO] [stderr] Compiling tokio-macros v2.5.0 [INFO] [stderr] Compiling futures-macro v0.3.31 [INFO] [stderr] Compiling tokio v1.47.1 [INFO] [stderr] Compiling tracing-attributes v0.1.30 [INFO] [stderr] Compiling openssl-macros v0.1.1 [INFO] [stderr] Compiling zerofrom v0.1.6 [INFO] [stderr] Compiling async-stream-impl v0.3.6 [INFO] [stderr] Compiling yoke v0.8.0 [INFO] [stderr] Compiling futures-util v0.3.31 [INFO] [stderr] Compiling zerovec v0.11.4 [INFO] [stderr] Compiling zerotrie v0.2.2 [INFO] [stderr] Compiling thiserror-impl v1.0.69 [INFO] [stderr] Compiling tracing v0.1.41 [INFO] [stderr] Compiling async-stream v0.3.6 [INFO] [stderr] Compiling tinystr v0.8.1 [INFO] [stderr] Compiling potential_utf v0.1.3 [INFO] [stderr] Compiling icu_locale_core v2.0.0 [INFO] [stderr] Compiling thiserror v1.0.69 [INFO] [stderr] Compiling icu_collections v2.0.0 [INFO] [stderr] Compiling icu_provider v2.0.0 [INFO] [stderr] Compiling icu_normalizer v2.0.0 [INFO] [stderr] Compiling icu_properties v2.0.1 [INFO] [stderr] Compiling futures-executor v0.3.31 [INFO] [stderr] Compiling futures v0.3.31 [INFO] [stderr] Compiling idna_adapter v1.2.1 [INFO] [stderr] Compiling idna v1.1.0 [INFO] [stderr] Compiling serde_json v1.0.143 [INFO] [stderr] Compiling chrono v0.4.41 [INFO] [stderr] Compiling serde_urlencoded v0.7.1 [INFO] [stderr] Compiling ciborium v0.2.2 [INFO] [stderr] Compiling url v2.5.7 [INFO] [stderr] Compiling uuid v1.18.1 [INFO] [stderr] Compiling serde_yaml v0.9.34+deprecated [INFO] [stderr] Compiling tokio-util v0.7.16 [INFO] [stderr] Compiling tokio-native-tls v0.3.1 [INFO] [stderr] Compiling tokio-stream v0.1.17 [INFO] [stderr] Compiling h2 v0.3.27 [INFO] [stderr] Compiling tinytemplate v1.2.1 [INFO] [stderr] Compiling tokio-test v0.4.4 [INFO] [stderr] Compiling criterion v0.5.1 [INFO] [stderr] Compiling fluxprompt v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Compiling hyper v0.14.32 [INFO] [stderr] Compiling hyper-tls v0.5.0 [INFO] [stderr] Compiling reqwest v0.11.27 [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 3m 04s [INFO] running `Command { std: "docker" "inspect" "0317fdbd051f193d8830c5e2293674b49249ad115c68225de9e4b364000783d9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0317fdbd051f193d8830c5e2293674b49249ad115c68225de9e4b364000783d9", kill_on_drop: false }` [INFO] [stdout] 0317fdbd051f193d8830c5e2293674b49249ad115c68225de9e4b364000783d9 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] ab16679d3fdf66f476dd1552a8c1468c03bd92b5e9c7ee9d925c3d28a3817e9c [INFO] running `Command { std: "docker" "start" "-a" "ab16679d3fdf66f476dd1552a8c1468c03bd92b5e9c7ee9d925c3d28a3817e9c", kill_on_drop: false }` [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.41s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/fluxprompt-48a86115de585591) [INFO] [stdout] [INFO] [stdout] running 259 tests [INFO] [stdout] test config::tests::test_config_builder_legacy ... ok [INFO] [stdout] test config::tests::test_config_validation ... ok [INFO] [stdout] test config::tests::test_custom_response_strategy ... ok [INFO] [stdout] test config::tests::test_detection_config_builder_comprehensive ... ok [INFO] [stdout] test config::tests::test_detection_config_builder_partial ... ok [INFO] [stdout] test config::tests::test_config_edge_cases ... ok [INFO] [stdout] test config::tests::test_config_builder ... ok [INFO] [stdout] test config::tests::test_detection_config_builder_custom_patterns ... ok [INFO] [stdout] test config::tests::test_detection_config_builder_semantic_variations ... ok [INFO] [stdout] test config::tests::test_pattern_config_custom ... ok [INFO] [stdout] test config::tests::test_detection_config_builder_custom_config_multiple ... ok [INFO] [stdout] test config::tests::test_detection_config_builder_timeout_variations ... ok [INFO] [stdout] test config::tests::test_config_serialization ... ok [INFO] [stdout] test config::tests::test_detection_config_validation_comprehensive ... ok [INFO] [stdout] test config::tests::test_pattern_config_defaults ... ok [INFO] [stdout] test config::tests::test_resource_config_defaults ... ok [INFO] [stdout] test config::tests::test_resource_config_validation_edge_cases ... ok [INFO] [stdout] test config::tests::test_detection_config_defaults ... ok [INFO] [stdout] test config::tests::test_response_strategy_serialization ... ok [INFO] [stdout] test config::tests::test_pattern_config_validation_edge_cases ... ok [INFO] [stdout] test config::tests::test_security_level_thresholds ... ok [INFO] [stdout] test config::tests::test_semantic_config_custom ... ok [INFO] [stdout] test config::tests::test_response_strategy_variants ... ok [INFO] [stdout] test config::tests::test_semantic_config_defaults ... ok [INFO] [stdout] test config::tests::test_security_level_enabled_categories ... ok [INFO] [stdout] test config::tests::test_resource_config_custom ... ok [INFO] [stdout] test config::tests::test_severity_level_serialization ... ok [INFO] [stdout] test config::tests::test_severity_level_thresholds ... ok [INFO] [stdout] test config_builder::tests::test_basic_builder ... ok [INFO] [stdout] test config_builder::tests::test_features_configuration ... ok [INFO] [stdout] test config_builder::tests::test_context_awareness_configuration ... ok [INFO] [stdout] test config_builder::tests::test_feature_enable_disable ... ok [INFO] [stdout] test config::tests::test_semantic_config_validation_edge_cases ... ok [INFO] [stdout] test config_builder::tests::test_metadata_and_tags ... ok [INFO] [stdout] test config_builder::tests::test_pattern_configuration ... ok [INFO] [stdout] test config_builder::tests::test_preset_builder ... ok [INFO] [stdout] test config_builder::tests::test_preprocessing_configuration ... ok [INFO] [stdout] test config_builder::tests::test_semantic_configuration ... ok [INFO] [stdout] test config_builder::tests::test_resource_configuration ... ok [INFO] [stdout] test config_builder::tests::test_rate_limiting_configuration ... ok [INFO] [stdout] test config_builder::tests::test_response_templates ... ok [INFO] [stdout] test config_builder::tests::test_specialized_builders ... ok [INFO] [stdout] test config_builder::tests::test_threshold_overrides ... ok [INFO] [stdout] test config_builder::tests::test_use_case_builders ... ok [INFO] [stdout] test config_builder::tests::test_threshold_validation ... ok [INFO] [stdout] test custom_config::tests::test_config_clone_with_name ... ok [INFO] [stdout] test custom_config::tests::test_config_checksum ... ok [INFO] [stdout] test custom_config::tests::test_config_merge ... ok [INFO] [stdout] test custom_config::tests::test_advanced_options_defaults ... ok [INFO] [stdout] test config_builder::tests::test_validation ... ok [INFO] [stdout] test custom_config::tests::test_config_summary ... ok [INFO] [stdout] test config::tests::test_severity_level_confidence_thresholds ... ok [INFO] [stdout] test custom_config::tests::test_context_awareness_config ... ok [INFO] [stdout] test custom_config::tests::test_custom_config_creation ... ok [INFO] [stdout] test custom_config::tests::test_custom_config_from_preset ... ok [INFO] [stdout] test custom_config::tests::test_rate_limit_config ... ok [INFO] [stdout] test custom_config::tests::test_config_validation ... ok [INFO] [stdout] test custom_config::tests::test_config_serialization ... ok [INFO] [stdout] test custom_config::tests::test_validation_status ... ok [INFO] [stdout] test detection::engine::tests::test_detection_result_creation ... ok [INFO] [stdout] test detection::engine::tests::test_detection_result_utility_methods ... ok [INFO] [stdout] test custom_config::tests::test_config_touch ... ok [INFO] [stdout] test config::tests::test_security_level_creation ... ok [INFO] [stdout] test config::tests::test_severity_level_risk_thresholds ... ok [INFO] [stdout] test detection::engine::tests::test_empty_prompt_analysis ... ok [INFO] [stdout] test detection::engine::tests::test_detection_result_metadata ... ok [INFO] [stdout] test detection::engine::tests::test_concurrent_analysis_safety ... ok [INFO] [stdout] test detection::engine::tests::test_engine_creation ... ok [INFO] [stdout] test detection::engine::tests::test_base64_detection_and_decoding ... ok [INFO] [stdout] test detection::engine::tests::test_long_prompt_rejection ... ok [INFO] [stdout] test detection::engine::tests::test_safe_detection_result ... ok [INFO] [stdout] test detection::engine::tests::test_is_likely_base64_edge_cases ... ok [INFO] [stdout] test detection::engine::tests::test_input_validation_edge_cases ... ok [INFO] [stdout] test detection::engine::tests::test_maximum_length_handling ... ok [INFO] [stdout] test detection::engine::tests::test_safe_prompt_analysis ... FAILED [INFO] [stdout] test detection::engine::tests::test_preprocessing_options ... ok [INFO] [stdout] test detection::engine::tests::test_risk_calculation_and_aggregation ... ok [INFO] [stdout] test detection::engine::tests::test_pipeline_execution_with_all_analyzers ... ok [INFO] [stdout] test detection::heuristic::tests::test_base64_like_detection ... ok [INFO] [stdout] test detection::heuristic::tests::test_detailed_entropy_analysis ... ok [INFO] [stdout] test detection::heuristic::tests::test_encoding_pattern_detection ... ok [INFO] [stdout] test detection::heuristic::tests::test_entropy_calculation ... ok [INFO] [stdout] test detection::heuristic::tests::test_excessive_caps_detection ... ok [INFO] [stdout] test detection::heuristic::tests::test_helper_function_edge_cases ... ok [INFO] [stdout] test detection::heuristic::tests::test_heuristic_analyzer_creation ... ok [INFO] [stdout] test detection::heuristic::tests::test_high_entropy_detection ... ok [INFO] [stdout] test detection::heuristic::tests::test_linguistic_feature_analysis ... ok [INFO] [stdout] test detection::heuristic::tests::test_multiple_heuristic_threats ... ok [INFO] [stdout] test detection::heuristic::tests::test_edge_cases_and_boundary_conditions ... ok [INFO] [stdout] test detection::heuristic::tests::test_safe_text_no_threats ... ok [INFO] [stdout] test detection::heuristic::tests::test_special_char_ratio ... ok [INFO] [stdout] test detection::heuristic::tests::test_repetition_detection ... ok [INFO] [stdout] test detection::heuristic::tests::test_statistical_anomaly_detection_comprehensive ... ok [INFO] [stdout] test detection::heuristic::tests::test_structural_pattern_detection ... ok [INFO] [stdout] test detection::heuristic::tests::test_threat_confidence_and_metadata ... ok [INFO] [stdout] test detection::heuristic::tests::test_unicode_escape_detection ... ok [INFO] [stdout] test detection::engine::tests::test_semantic_analyzer_integration ... ok [INFO] [stdout] test detection::engine::tests::test_preprocessing_pipeline ... ok [INFO] [stdout] test detection::engine::tests::test_threat_type_severity_weighting ... ok [INFO] [stdout] test detection::engine::tests::test_timeout_handling ... FAILED [INFO] [stdout] test detection::engine::tests::test_unicode_and_special_character_handling ... ok [INFO] [stdout] test detection::patterns::tests::test_compliance_testing_disguised_patterns ... ok [INFO] [stdout] test detection::patterns::tests::test_case_sensitivity ... ok [INFO] [stdout] test detection::patterns::tests::test_comprehensive_context_confusion_patterns ... ok [INFO] [stdout] test detection::patterns::tests::test_authority_manipulation_patterns ... ok [INFO] [stdout] test detection::patterns::tests::test_comprehensive_encoding_bypass_patterns ... ok [INFO] [stdout] test detection::patterns::tests::test_comprehensive_role_playing_patterns ... ok [INFO] [stdout] test detection::patterns::tests::test_comprehensive_instruction_override_patterns ... ok [INFO] [stdout] test detection::patterns::tests::test_comprehensive_jailbreak_patterns ... ok [INFO] [stdout] test detection::patterns::tests::test_comprehensive_social_engineering_patterns ... ok [INFO] [stdout] test detection::patterns::tests::test_confidence_adjustment_factors ... ok [INFO] [stdout] test detection::patterns::tests::test_comprehensive_data_extraction_patterns ... ok [INFO] [stdout] test detection::patterns::tests::test_context_breaking_patterns ... ok [INFO] [stdout] test detection::patterns::tests::test_custom_pattern_integration ... ok [INFO] [stdout] test detection::patterns::tests::test_custom_patterns ... ok [INFO] [stdout] test detection::patterns::tests::test_dan_variations_patterns ... ok [INFO] [stdout] test detection::patterns::tests::test_edge_cases_and_variations ... ok [INFO] [stdout] test detection::engine::tests::test_severity_level_thresholds ... ok [INFO] [stdout] test detection::patterns::tests::test_confidence_scoring_accuracy ... ok [INFO] [stdout] test detection::patterns::tests::test_false_positives_avoided ... ok [INFO] [stdout] test detection::patterns::tests::test_fake_system_messages_patterns ... ok [INFO] [stdout] test detection::patterns::tests::test_hypothetical_scenarios_patterns ... ok [INFO] [stdout] test detection::patterns::tests::test_instruction_override_detection ... ok [INFO] [stdout] test detection::patterns::tests::test_enhanced_encoding_bypass_patterns ... ok [INFO] [stdout] test detection::patterns::tests::test_evasion_techniques_patterns ... ok [INFO] [stdout] test detection::patterns::tests::test_jailbreak_detection ... ok [INFO] [stdout] test detection::patterns::tests::test_gradual_escalation_patterns ... ok [INFO] [stdout] test detection::patterns::tests::test_multiple_threat_types_in_single_text ... ok [INFO] [stdout] test detection::patterns::tests::test_pattern_matcher_creation ... ok [INFO] [stdout] test detection::patterns::tests::test_threat_type_mapping ... ok [INFO] [stdout] test detection::patterns::tests::test_pattern_confidence_boosting ... ok [INFO] [stdout] test detection::patterns::tests::test_pattern_count_and_categories ... ok [INFO] [stdout] test detection::semantic::tests::test_context_switching_detection ... ok [INFO] [stdout] test detection::semantic::tests::test_disabled_semantic_analysis ... ok [INFO] [stdout] test detection::semantic::tests::test_intent_manipulation_detection ... ok [INFO] [stdout] test detection::semantic::tests::test_max_context_length ... ok [INFO] [stdout] test detection::semantic::tests::test_semantic_analyzer_creation ... ok [INFO] [stdout] test detection::semantic::tests::test_semantic_confusion_detection ... ok [INFO] [stdout] test error::tests::test_error_creation ... ok [INFO] [stdout] test error::tests::test_error_display ... ok [INFO] [stdout] test features::tests::test_all_feature_names ... ok [INFO] [stdout] test features::tests::test_feature_enable_disable ... ok [INFO] [stdout] test features::tests::test_feature_queries ... ok [INFO] [stdout] test features::tests::test_features_builder ... ok [INFO] [stdout] test features::tests::test_features_builder_from_base ... ok [INFO] [stdout] test features::tests::test_features_builder_with_enable_disable ... ok [INFO] [stdout] test features::tests::test_features_description ... ok [INFO] [stdout] test features::tests::test_features_map_conversion ... ok [INFO] [stdout] test features::tests::test_features_presets ... ok [INFO] [stdout] test features::tests::test_features_serialization ... ok [INFO] [stdout] test metrics::tests::test_confidence_stats ... ok [INFO] [stdout] test metrics::tests::test_detection_rate_percentage ... ok [INFO] [stdout] test metrics::tests::test_metrics_collector_creation ... ok [INFO] [stdout] test metrics::tests::test_metrics_reset ... ok [INFO] [stdout] test metrics::tests::test_multiple_detections ... ok [INFO] [stdout] test metrics::tests::test_performance_percentiles ... ok [INFO] [stdout] test metrics::tests::test_record_positive_detection ... ok [INFO] [stdout] test metrics::tests::test_record_safe_detection ... ok [INFO] [stdout] test mitigation::engine::tests::test_allow_strategy ... ok [INFO] [stdout] test mitigation::engine::tests::test_block_strategy ... ok [INFO] [stdout] test mitigation::engine::tests::test_custom_strategy ... ok [INFO] [stdout] test mitigation::engine::tests::test_mitigation_engine_creation ... ok [INFO] [stdout] test mitigation::engine::tests::test_warn_strategy ... ok [INFO] [stdout] test mitigation::engine::tests::test_would_mitigate ... ok [INFO] [stdout] test mitigation::sanitization::tests::test_aggressive_mode_sanitization ... ok [INFO] [stdout] test mitigation::sanitization::tests::test_base64_detection ... ok [INFO] [stdout] test mitigation::sanitization::tests::test_base64_detection_edge_cases ... ok [INFO] [stdout] test mitigation::sanitization::tests::test_comprehensive_sanitization_pipeline ... ok [INFO] [stdout] test mitigation::sanitization::tests::test_configuration_updates ... ok [INFO] [stdout] test mitigation::sanitization::tests::test_custom_strategy_integration ... ok [INFO] [stdout] test mitigation::sanitization::tests::test_encoding_sanitization_methods ... ok [INFO] [stdout] test mitigation::sanitization::tests::test_final_cleanup ... ok [INFO] [stdout] test mitigation::sanitization::tests::test_general_sanitization ... ok [INFO] [stdout] test mitigation::sanitization::tests::test_global_threat_mitigation ... ok [INFO] [stdout] test mitigation::sanitization::tests::test_length_limits_and_truncation ... ok [INFO] [stdout] test mitigation::sanitization::tests::test_localized_mitigation ... ok [INFO] [stdout] test mitigation::sanitization::tests::test_localized_threat_mitigation_comprehensive ... ok [INFO] [stdout] test mitigation::sanitization::tests::test_pattern_sanitization_regex_patterns ... ok [INFO] [stdout] test mitigation::sanitization::tests::test_sanitization_edge_cases ... ok [INFO] [stdout] test mitigation::sanitization::tests::test_script_tag_removal ... ok [INFO] [stdout] test mitigation::sanitization::tests::test_social_engineering_markers ... ok [INFO] [stdout] test mitigation::sanitization::tests::test_social_engineering_mitigation ... ok [INFO] [stdout] test mitigation::sanitization::tests::test_social_engineering_pattern_recognition ... ok [INFO] [stdout] test mitigation::sanitization::tests::test_text_sanitizer_creation ... ok [INFO] [stdout] test mitigation::sanitization::tests::test_threat_confidence_based_mitigation ... ok [INFO] [stdout] test mitigation::sanitization::tests::test_unicode_escape_sanitization ... ok [INFO] [stdout] test mitigation::sanitization::tests::test_url_decoding ... ok [INFO] [stdout] test mitigation::strategies::tests::test_default_strategies_for_threats ... ok [INFO] [stdout] test mitigation::strategies::tests::test_mitigation_strategy_custom ... ok [INFO] [stdout] test mitigation::strategies::tests::test_mitigation_strategy_encode ... ok [INFO] [stdout] test mitigation::strategies::tests::test_mitigation_strategy_prefix ... ok [INFO] [stdout] test mitigation::strategies::tests::test_mitigation_strategy_remove ... ok [INFO] [stdout] test mitigation::strategies::tests::test_mitigation_strategy_replace ... ok [INFO] [stdout] test mitigation::strategies::tests::test_mitigation_strategy_suffix ... ok [INFO] [stdout] test mitigation::strategies::tests::test_mitigation_strategy_wrap ... ok [INFO] [stdout] test mitigation::strategies::tests::test_strategy_preserves_content ... ok [INFO] [stdout] test mitigation::strategies::tests::test_strategy_removes_threat ... ok [INFO] [stdout] test mitigation::strategies::tests::test_strategy_selector ... ok [INFO] [stdout] test mitigation::strategies::tests::test_strategy_selector_custom ... ok [INFO] [stdout] test mitigation::strategies::tests::test_threat_context_creation ... ok [INFO] [stdout] test presets::tests::test_preset_configurations_validity ... ok [INFO] [stdout] test presets::tests::test_preset_custom_configs ... ok [INFO] [stdout] test presets::tests::test_preset_default ... ok [INFO] [stdout] test presets::tests::test_preset_descriptions ... ok [INFO] [stdout] test presets::tests::test_preset_display ... ok [INFO] [stdout] test presets::tests::test_preset_features ... ok [INFO] [stdout] test presets::tests::test_preset_features_consistency ... ok [INFO] [stdout] test presets::tests::test_preset_pattern_configs ... ok [INFO] [stdout] test presets::tests::test_preset_preprocessing_configs ... ok [INFO] [stdout] test presets::tests::test_preset_recommendations ... ok [INFO] [stdout] test presets::tests::test_preset_resource_configs ... ok [INFO] [stdout] test presets::tests::test_preset_response_strategies ... ok [INFO] [stdout] test presets::tests::test_preset_security_levels ... ok [INFO] [stdout] test presets::tests::test_preset_semantic_configs ... ok [INFO] [stdout] test presets::tests::test_preset_serialization ... ok [INFO] [stdout] test presets::tests::test_preset_to_detection_config ... ok [INFO] [stdout] test detection::patterns::tests::test_pattern_metadata_extraction ... ok [INFO] [stdout] test detection::patterns::tests::test_memory_data_extraction_patterns ... ok [INFO] [stdout] test detection::patterns::tests::test_safe_text_no_threats ... ok [INFO] [stdout] test detection::patterns::tests::test_text_span_accuracy ... ok [INFO] [stdout] test detection::patterns::tests::test_new_pattern_categories_coverage ... ok [INFO] [stdout] test tests::test_basic_detection ... ok [INFO] [stdout] test detection::patterns::tests::test_trust_manipulation_patterns ... ok [INFO] [stdout] test tests::test_concurrent_analysis ... ok [INFO] [stdout] test tests::test_custom_response_strategy ... ok [INFO] [stdout] test tests::test_edge_cases ... ok [INFO] [stdout] test tests::test_analyze_comprehensive_threats ... ok [INFO] [stdout] test detection::patterns::tests::test_urgency_manipulation_patterns ... ok [INFO] [stdout] test tests::test_config_updates ... ok [INFO] [stdout] test types::tests::test_prompt_analysis_creation ... ok [INFO] [stdout] test types::tests::test_risk_level_injection_detection ... ok [INFO] [stdout] test types::tests::test_risk_level_ordering ... ok [INFO] [stdout] test types::tests::test_threat_type_severity ... ok [INFO] [stdout] test utils::tests::test_base64_detection ... ok [INFO] [stdout] test utils::tests::test_calculate_entropy ... ok [INFO] [stdout] test utils::tests::test_calculate_percentiles ... ok [INFO] [stdout] test utils::tests::test_encoding_detection ... ok [INFO] [stdout] test utils::tests::test_extract_words ... ok [INFO] [stdout] test utils::tests::test_format_duration ... ok [INFO] [stdout] test utils::tests::test_group_and_count ... ok [INFO] [stdout] test utils::tests::test_hex_detection ... ok [INFO] [stdout] test utils::tests::test_levenshtein_distance ... ok [INFO] [stdout] test utils::tests::test_most_common ... ok [INFO] [stdout] test utils::tests::test_normalize_text ... ok [INFO] [stdout] test utils::tests::test_repeated_patterns ... ok [INFO] [stdout] test utils::tests::test_similarity ... ok [INFO] [stdout] test utils::tests::test_timer ... ok [INFO] [stdout] test utils::tests::test_url_decode ... ok [INFO] [stdout] test utils::tests::test_validate_confidence ... ok [INFO] [stdout] test utils::tests::test_validate_email ... ok [INFO] [stdout] test utils::tests::test_validate_text_length ... ok [INFO] [stdout] test utils::tests::test_validate_url ... ok [INFO] [stdout] test tests::test_long_input_handling ... ok [INFO] [stdout] test tests::test_metrics_collection ... ok [INFO] [stdout] test tests::test_fluxprompt_with_custom_config ... ok [INFO] [stdout] test tests::test_metrics_comprehensive ... ok [INFO] [stdout] test tests::test_semantic_analysis_integration ... ok [INFO] [stdout] test tests::test_mitigation_strategies ... ok [INFO] [stdout] test tests::test_severity_levels ... ok [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- detection::engine::tests::test_safe_prompt_analysis stdout ---- [INFO] [stdout] [INFO] [stdout] thread 'detection::engine::tests::test_safe_prompt_analysis' (95) panicked at src/detection/engine.rs:943:9: [INFO] [stdout] Safe content should have low confidence, got: 1 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x5b4eccace782 - std::backtrace_rs::backtrace::libunwind::trace::h16acf28769fcd909 [INFO] [stdout] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9 [INFO] [stdout] 1: 0x5b4eccace782 - std::backtrace_rs::backtrace::trace_unsynchronized::hb5541aa5d4f92513 [INFO] [stdout] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14 [INFO] [stdout] 2: 0x5b4eccace782 - std::sys::backtrace::_print_fmt::h8ac8268cb667a306 [INFO] [stdout] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/sys/backtrace.rs:66:9 [INFO] [stdout] 3: 0x5b4eccace782 - ::fmt::h47627beda0767f4c [INFO] [stdout] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/sys/backtrace.rs:39:26 [INFO] [stdout] 4: 0x5b4eccae195f - core::fmt::rt::Argument::fmt::h686a01ad57c1c92a [INFO] [stdout] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/core/src/fmt/rt.rs:173:76 [INFO] [stdout] 5: 0x5b4eccae195f - core::fmt::write::h8a63064c67176fd8 [INFO] [stdout] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/core/src/fmt/mod.rs:1469:25 [INFO] [stdout] 6: 0x5b4ecca9b843 - std::io::default_write_fmt::hd4797e693c0ec256 [INFO] [stdout] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/io/mod.rs:639:11 [INFO] [stdout] 7: 0x5b4ecca9b843 - std::io::Write::write_fmt::h791e240ad2720c99 [INFO] [stdout] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/io/mod.rs:1954:13 [INFO] [stdout] 8: 0x5b4eccaa7992 - std::sys::backtrace::BacktraceLock::print::h4634d27c0afbaebb [INFO] [stdout] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/sys/backtrace.rs:42:9 [INFO] [stdout] 9: 0x5b4eccaac7ef - std::panicking::default_hook::{{closure}}::h23e0299d4738b766 [INFO] [stdout] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/panicking.rs:301:27 [INFO] [stdout] 10: 0x5b4eccaac681 - std::panicking::default_hook::hfeec6294e8751b62 [INFO] [stdout] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/panicking.rs:325:9 [INFO] [stdout] 11: 0x5b4ecc71ebde - as core::ops::function::Fn>::call::h3f5a16438cee2b4e [INFO] [stdout] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/alloc/src/boxed.rs:2019:9 [INFO] [stdout] 12: 0x5b4ecc71ebde - test::test_main_with_exit_callback::{{closure}}::h9214498cef9aafc5 [INFO] [stdout] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/test/src/lib.rs:145:21 [INFO] [stdout] 13: 0x5b4eccaaceaf - as core::ops::function::Fn>::call::hdb18da3e68df7464 [INFO] [stdout] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/alloc/src/boxed.rs:2019:9 [INFO] [stdout] 14: 0x5b4eccaaceaf - std::panicking::panic_with_hook::hd57cd463d793ed79 [INFO] [stdout] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/panicking.rs:842:13 [INFO] [stdout] 15: 0x5b4eccaacc5a - std::panicking::panic_handler::{{closure}}::hddd6216c3fddee3b [INFO] [stdout] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/panicking.rs:707:13 [INFO] [stdout] 16: 0x5b4eccaa7ac9 - std::sys::backtrace::__rust_end_short_backtrace::h5e7a56f283378525 [INFO] [stdout] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/sys/backtrace.rs:174:18 [INFO] [stdout] 17: 0x5b4ecca8ff8d - __rustc[256c90bb7e548b45]::rust_begin_unwind [INFO] [stdout] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/panicking.rs:698:5 [INFO] [stdout] 18: 0x5b4eccaebec0 - core::panicking::panic_fmt::hf19c198748ef6a95 [INFO] [stdout] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/core/src/panicking.rs:80:14 [INFO] [stdout] 19: 0x5b4ecc51b37a - fluxprompt::detection::engine::tests::test_safe_prompt_analysis::{{closure}}::hc288f5c55d55d99c [INFO] [stdout] at /opt/rustwide/workdir/src/detection/engine.rs:943:9 [INFO] [stdout] 20: 0x5b4ecc5bcea2 - as core::future::future::Future>::poll::h5463825dd1cede93 [INFO] [stdout] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/core/src/future/future.rs:133:9 [INFO] [stdout] 21: 0x5b4ecc5bcedd - as core::future::future::Future>::poll::h62e6d6dafdfc2dbf [INFO] [stdout] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/core/src/future/future.rs:133:9 [INFO] [stdout] 22: 0x5b4ecc4fec4d - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::{{closure}}::h4b48bfd3f7f04584 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:742:70 [INFO] [stdout] 23: 0x5b4ecc4fe9eb - tokio::task::coop::with_budget::h99defb40ce6006fc [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/task/coop/mod.rs:167:5 [INFO] [stdout] 24: 0x5b4ecc4fe9eb - tokio::task::coop::budget::h5021ac2f397e78bf [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/task/coop/mod.rs:133:5 [INFO] [stdout] 25: 0x5b4ecc4fe9eb - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::h1e813300aa9032dc [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:742:25 [INFO] [stdout] 26: 0x5b4ecc4fc320 - tokio::runtime::scheduler::current_thread::Context::enter::hf85133442ff01d3d [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:432:19 [INFO] [stdout] 27: 0x5b4ecc4fd62d - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::hcd5037086994a2fb [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:741:44 [INFO] [stdout] 28: 0x5b4ecc4fd2d4 - tokio::runtime::scheduler::current_thread::CoreGuard::enter::{{closure}}::h3454e4408ee975ec [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:829:68 [INFO] [stdout] 29: 0x5b4ecc6353cb - tokio::runtime::context::scoped::Scoped::set::h8f25f508a8f11f22 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context/scoped.rs:40:9 [INFO] [stdout] 30: 0x5b4ecc4be4e9 - tokio::runtime::context::set_scheduler::{{closure}}::hc9c994d957a5b009 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context.rs:176:38 [INFO] [stdout] 31: 0x5b4ecc4b9de2 - std::thread::local::LocalKey::try_with::hd8e8889bf6d03e21 [INFO] [stdout] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/thread/local.rs:508:12 [INFO] [stdout] 32: 0x5b4ecc4b8c3e - std::thread::local::LocalKey::with::hc8a2c04ae1d286de [INFO] [stdout] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/thread/local.rs:472:20 [INFO] [stdout] 33: 0x5b4ecc4be41d - tokio::runtime::context::set_scheduler::h7e9d47306800b8a0 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context.rs:176:17 [INFO] [stdout] 34: 0x5b4ecc4fd080 - tokio::runtime::scheduler::current_thread::CoreGuard::enter::hb1bc517ebda4012b [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:829:27 [INFO] [stdout] 35: 0x5b4ecc4fd373 - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::hfab0a520bc1b4d0d [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:729:24 [INFO] [stdout] 36: 0x5b4ecc4fa890 - tokio::runtime::scheduler::current_thread::CurrentThread::block_on::{{closure}}::h22199b3d326f5c40 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:200:33 [INFO] [stdout] 37: 0x5b4ecc614fe0 - tokio::runtime::context::runtime::enter_runtime::h4143e0edae18ac5f [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context/runtime.rs:65:16 [INFO] [stdout] 38: 0x5b4ecc4fa651 - tokio::runtime::scheduler::current_thread::CurrentThread::block_on::hb06567746af6ddd1 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:188:9 [INFO] [stdout] 39: 0x5b4ecc48b7b4 - tokio::runtime::runtime::Runtime::block_on_inner::hb9903e8bb733e5ae [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/runtime.rs:356:52 [INFO] [stdout] 40: 0x5b4ecc48b97c - tokio::runtime::runtime::Runtime::block_on::h3758d98c3d6619c6 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/runtime.rs:330:18 [INFO] [stdout] 41: 0x5b4ecc51abb3 - fluxprompt::detection::engine::tests::test_safe_prompt_analysis::h3304aed618100b1d [INFO] [stdout] at /opt/rustwide/workdir/src/detection/engine.rs:943:116 [INFO] [stdout] 42: 0x5b4ecc51b3f7 - fluxprompt::detection::engine::tests::test_safe_prompt_analysis::{{closure}}::hda3b26f36001651e [INFO] [stdout] at /opt/rustwide/workdir/src/detection/engine.rs:931:41 [INFO] [stdout] 43: 0x5b4ecc672006 - core::ops::function::FnOnce::call_once::h9f19dfb77dcb1416 [INFO] [stdout] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 44: 0x5b4ecc71ea2b - core::ops::function::FnOnce::call_once::h43f43c5185cf39c2 [INFO] [stdout] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 45: 0x5b4ecc71ea2b - test::__rust_begin_short_backtrace::hc4fa634eb2764bdc [INFO] [stdout] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/test/src/lib.rs:663:18 [INFO] [stdout] 46: 0x5b4ecc733048 - test::run_test_in_process::{{closure}}::h9f4b799a5211b72a [INFO] [stdout] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/test/src/lib.rs:686:74 [INFO] [stdout] 47: 0x5b4ecc733048 - as core::ops::function::FnOnce<()>>::call_once::ha572bf7dc5230a8f [INFO] [stdout] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/core/src/panic/unwind_safe.rs:274:9 [INFO] [stdout] 48: 0x5b4ecc733048 - std::panicking::catch_unwind::do_call::hfd6ff51f25dd177b [INFO] [stdout] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/panicking.rs:590:40 [INFO] [stdout] 49: 0x5b4ecc733048 - std::panicking::catch_unwind::h8609b446221def5f [INFO] [stdout] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/panicking.rs:553:19 [INFO] [stdout] 50: 0x5b4ecc733048 - std::panic::catch_unwind::h362f73cc48531e26 [INFO] [stdout] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/panic.rs:359:14 [INFO] [stdout] 51: 0x5b4ecc733048 - test::run_test_in_process::hf52fd21d696aae67 [INFO] [stdout] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/test/src/lib.rs:686:27 [INFO] [stdout] 52: 0x5b4ecc733048 - test::run_test::{{closure}}::h7e780b8354e6d007 [INFO] [stdout] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/test/src/lib.rs:607:43 [INFO] [stdout] 53: 0x5b4ecc70be14 - test::run_test::{{closure}}::hdc2695f2276aad3e [INFO] [stdout] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/test/src/lib.rs:637:41 [INFO] [stdout] 54: 0x5b4ecc70be14 - std::sys::backtrace::__rust_begin_short_backtrace::h2555b2113ed90fc9 [INFO] [stdout] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/sys/backtrace.rs:158:18 [INFO] [stdout] 55: 0x5b4ecc70f74a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h99800d480987dfb6 [INFO] [stdout] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/thread/mod.rs:562:17 [INFO] [stdout] 56: 0x5b4ecc70f74a - as core::ops::function::FnOnce<()>>::call_once::hbbb69b5294b2221b [INFO] [stdout] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/core/src/panic/unwind_safe.rs:274:9 [INFO] [stdout] 57: 0x5b4ecc70f74a - std::panicking::catch_unwind::do_call::h495689350c27df20 [INFO] [stdout] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/panicking.rs:590:40 [INFO] [stdout] 58: 0x5b4ecc70f74a - std::panicking::catch_unwind::hf22437c51d1b3740 [INFO] [stdout] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/panicking.rs:553:19 [INFO] [stdout] 59: 0x5b4ecc70f74a - std::panic::catch_unwind::habda1a57de8231f8 [INFO] [stdout] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/panic.rs:359:14 [INFO] [stdout] 60: 0x5b4ecc70f74a - std::thread::Builder::spawn_unchecked_::{{closure}}::h5833d8dda8c7e80b [INFO] [stdout] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/thread/mod.rs:560:30 [INFO] [stdout] 61: 0x5b4ecc70f74a - core::ops::function::FnOnce::call_once{{vtable.shim}}::ha2910283a5058402 [INFO] [stdout] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 62: 0x5b4eccaa2dbf - as core::ops::function::FnOnce>::call_once::he4d85cb537521972 [INFO] [stdout] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/alloc/src/boxed.rs:2005:9 [INFO] [stdout] 63: 0x5b4eccaa2dbf - std::sys::thread::unix::Thread::new::thread_start::hbaf586a9e50a98cd [INFO] [stdout] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/sys/thread/unix.rs:126:17 [INFO] [stdout] 64: 0x77bc4565faa4 - [INFO] [stdout] 65: 0x77bc456eca64 - clone [INFO] [stdout] 66: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- detection::engine::tests::test_timeout_handling stdout ---- [INFO] [stdout] Normal analysis took: 390.21447ms [INFO] [stdout] [INFO] [stdout] thread 'detection::engine::tests::test_timeout_handling' (99) panicked at src/detection/engine.rs:1051:9: [INFO] [stdout] Should complete quickly [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x5b4eccace782 - std::backtrace_rs::backtrace::libunwind::trace::h16acf28769fcd909 [INFO] [stdout] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9 [INFO] [stdout] 1: 0x5b4eccace782 - std::backtrace_rs::backtrace::trace_unsynchronized::hb5541aa5d4f92513 [INFO] [stdout] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14 [INFO] [stdout] 2: 0x5b4eccace782 - std::sys::backtrace::_print_fmt::h8ac8268cb667a306 [INFO] [stdout] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/sys/backtrace.rs:66:9 [INFO] [stdout] 3: 0x5b4eccace782 - ::fmt::h47627beda0767f4c [INFO] [stdout] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/sys/backtrace.rs:39:26 [INFO] [stdout] 4: 0x5b4eccae195f - core::fmt::rt::Argument::fmt::h686a01ad57c1c92a [INFO] [stdout] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/core/src/fmt/rt.rs:173:76 [INFO] [stdout] 5: 0x5b4eccae195f - core::fmt::write::h8a63064c67176fd8 [INFO] [stdout] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/core/src/fmt/mod.rs:1469:25 [INFO] [stdout] 6: 0x5b4ecca9b843 - std::io::default_write_fmt::hd4797e693c0ec256 [INFO] [stdout] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/io/mod.rs:639:11 [INFO] [stdout] 7: 0x5b4ecca9b843 - std::io::Write::write_fmt::h791e240ad2720c99 [INFO] [stdout] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/io/mod.rs:1954:13 [INFO] [stdout] 8: 0x5b4eccaa7992 - std::sys::backtrace::BacktraceLock::print::h4634d27c0afbaebb [INFO] [stdout] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/sys/backtrace.rs:42:9 [INFO] [stdout] 9: 0x5b4eccaac7ef - std::panicking::default_hook::{{closure}}::h23e0299d4738b766 [INFO] [stdout] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/panicking.rs:301:27 [INFO] [stdout] 10: 0x5b4eccaac681 - std::panicking::default_hook::hfeec6294e8751b62 [INFO] [stdout] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/panicking.rs:325:9 [INFO] [stdout] 11: 0x5b4ecc71ebde - as core::ops::function::Fn>::call::h3f5a16438cee2b4e [INFO] [stdout] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/alloc/src/boxed.rs:2019:9 [INFO] [stdout] 12: 0x5b4ecc71ebde - test::test_main_with_exit_callback::{{closure}}::h9214498cef9aafc5 [INFO] [stdout] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/test/src/lib.rs:145:21 [INFO] [stdout] 13: 0x5b4eccaaceaf - as core::ops::function::Fn>::call::hdb18da3e68df7464 [INFO] [stdout] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/alloc/src/boxed.rs:2019:9 [INFO] [stdout] 14: 0x5b4eccaaceaf - std::panicking::panic_with_hook::hd57cd463d793ed79 [INFO] [stdout] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/panicking.rs:842:13 [INFO] [stdout] 15: 0x5b4eccaacc26 - std::panicking::panic_handler::{{closure}}::hddd6216c3fddee3b [INFO] [stdout] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/panicking.rs:700:13 [INFO] [stdout] 16: 0x5b4eccaa7ac9 - std::sys::backtrace::__rust_end_short_backtrace::h5e7a56f283378525 [INFO] [stdout] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/sys/backtrace.rs:174:18 [INFO] [stdout] 17: 0x5b4ecca8ff8d - __rustc[256c90bb7e548b45]::rust_begin_unwind [INFO] [stdout] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/panicking.rs:698:5 [INFO] [stdout] 18: 0x5b4eccaebec0 - core::panicking::panic_fmt::hf19c198748ef6a95 [INFO] [stdout] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/core/src/panicking.rs:80:14 [INFO] [stdout] 19: 0x5b4ecc51a8c4 - fluxprompt::detection::engine::tests::test_timeout_handling::{{closure}}::h2f45b2adce8e88c2 [INFO] [stdout] at /opt/rustwide/workdir/src/detection/engine.rs:1051:9 [INFO] [stdout] 20: 0x5b4ecc5bcea2 - as core::future::future::Future>::poll::h5463825dd1cede93 [INFO] [stdout] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/core/src/future/future.rs:133:9 [INFO] [stdout] 21: 0x5b4ecc5bcedd - as core::future::future::Future>::poll::h62e6d6dafdfc2dbf [INFO] [stdout] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/core/src/future/future.rs:133:9 [INFO] [stdout] 22: 0x5b4ecc4fec4d - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::{{closure}}::h4b48bfd3f7f04584 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:742:70 [INFO] [stdout] 23: 0x5b4ecc4fe9eb - tokio::task::coop::with_budget::h99defb40ce6006fc [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/task/coop/mod.rs:167:5 [INFO] [stdout] 24: 0x5b4ecc4fe9eb - tokio::task::coop::budget::h5021ac2f397e78bf [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/task/coop/mod.rs:133:5 [INFO] [stdout] 25: 0x5b4ecc4fe9eb - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::h1e813300aa9032dc [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:742:25 [INFO] [stdout] 26: 0x5b4ecc4fc320 - tokio::runtime::scheduler::current_thread::Context::enter::hf85133442ff01d3d [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:432:19 [INFO] [stdout] 27: 0x5b4ecc4fd62d - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::hcd5037086994a2fb [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:741:44 [INFO] [stdout] 28: 0x5b4ecc4fd2d4 - tokio::runtime::scheduler::current_thread::CoreGuard::enter::{{closure}}::h3454e4408ee975ec [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:829:68 [INFO] [stdout] 29: 0x5b4ecc6353cb - tokio::runtime::context::scoped::Scoped::set::h8f25f508a8f11f22 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context/scoped.rs:40:9 [INFO] [stdout] 30: 0x5b4ecc4be4e9 - tokio::runtime::context::set_scheduler::{{closure}}::hc9c994d957a5b009 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context.rs:176:38 [INFO] [stdout] 31: 0x5b4ecc4b9de2 - std::thread::local::LocalKey::try_with::hd8e8889bf6d03e21 [INFO] [stdout] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/thread/local.rs:508:12 [INFO] [stdout] 32: 0x5b4ecc4b8c3e - std::thread::local::LocalKey::with::hc8a2c04ae1d286de [INFO] [stdout] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/thread/local.rs:472:20 [INFO] [stdout] 33: 0x5b4ecc4be41d - tokio::runtime::context::set_scheduler::h7e9d47306800b8a0 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context.rs:176:17 [INFO] [stdout] 34: 0x5b4ecc4fd080 - tokio::runtime::scheduler::current_thread::CoreGuard::enter::hb1bc517ebda4012b [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:829:27 [INFO] [stdout] 35: 0x5b4ecc4fd373 - tokio::runtime::scheduler::current_thread::CoreGuard::block_on::hfab0a520bc1b4d0d [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:729:24 [INFO] [stdout] 36: 0x5b4ecc4fa890 - tokio::runtime::scheduler::current_thread::CurrentThread::block_on::{{closure}}::h22199b3d326f5c40 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:200:33 [INFO] [stdout] 37: 0x5b4ecc614fe0 - tokio::runtime::context::runtime::enter_runtime::h4143e0edae18ac5f [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/context/runtime.rs:65:16 [INFO] [stdout] 38: 0x5b4ecc4fa651 - tokio::runtime::scheduler::current_thread::CurrentThread::block_on::hb06567746af6ddd1 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/scheduler/current_thread/mod.rs:188:9 [INFO] [stdout] 39: 0x5b4ecc48b7b4 - tokio::runtime::runtime::Runtime::block_on_inner::hb9903e8bb733e5ae [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/runtime.rs:356:52 [INFO] [stdout] 40: 0x5b4ecc48b97c - tokio::runtime::runtime::Runtime::block_on::h3758d98c3d6619c6 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/runtime.rs:330:18 [INFO] [stdout] 41: 0x5b4ecc51a0f3 - fluxprompt::detection::engine::tests::test_timeout_handling::ha33f0b6db3312910 [INFO] [stdout] at /opt/rustwide/workdir/src/detection/engine.rs:1064:10 [INFO] [stdout] 42: 0x5b4ecc51aa57 - fluxprompt::detection::engine::tests::test_timeout_handling::{{closure}}::hcf05dfa34fa1fa16 [INFO] [stdout] at /opt/rustwide/workdir/src/detection/engine.rs:1034:37 [INFO] [stdout] 43: 0x5b4ecc670d16 - core::ops::function::FnOnce::call_once::h75914b5317a97447 [INFO] [stdout] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 44: 0x5b4ecc71ea2b - core::ops::function::FnOnce::call_once::h43f43c5185cf39c2 [INFO] [stdout] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 45: 0x5b4ecc71ea2b - test::__rust_begin_short_backtrace::hc4fa634eb2764bdc [INFO] [stdout] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/test/src/lib.rs:663:18 [INFO] [stdout] 46: 0x5b4ecc733048 - test::run_test_in_process::{{closure}}::h9f4b799a5211b72a [INFO] [stdout] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/test/src/lib.rs:686:74 [INFO] [stdout] 47: 0x5b4ecc733048 - as core::ops::function::FnOnce<()>>::call_once::ha572bf7dc5230a8f [INFO] [stdout] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/core/src/panic/unwind_safe.rs:274:9 [INFO] [stdout] 48: 0x5b4ecc733048 - std::panicking::catch_unwind::do_call::hfd6ff51f25dd177b [INFO] [stdout] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/panicking.rs:590:40 [INFO] [stdout] 49: 0x5b4ecc733048 - std::panicking::catch_unwind::h8609b446221def5f [INFO] [stdout] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/panicking.rs:553:19 [INFO] [stdout] 50: 0x5b4ecc733048 - std::panic::catch_unwind::h362f73cc48531e26 [INFO] [stdout] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/panic.rs:359:14 [INFO] [stdout] 51: 0x5b4ecc733048 - test::run_test_in_process::hf52fd21d696aae67 [INFO] [stdout] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/test/src/lib.rs:686:27 [INFO] [stdout] 52: 0x5b4ecc733048 - test::run_test::{{closure}}::h7e780b8354e6d007 [INFO] [stdout] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/test/src/lib.rs:607:43 [INFO] [stdout] 53: 0x5b4ecc70be14 - test::run_test::{{closure}}::hdc2695f2276aad3e [INFO] [stdout] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/test/src/lib.rs:637:41 [INFO] [stdout] 54: 0x5b4ecc70be14 - std::sys::backtrace::__rust_begin_short_backtrace::h2555b2113ed90fc9 [INFO] [stdout] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/sys/backtrace.rs:158:18 [INFO] [stdout] 55: 0x5b4ecc70f74a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h99800d480987dfb6 [INFO] [stdout] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/thread/mod.rs:562:17 [INFO] [stdout] 56: 0x5b4ecc70f74a - as core::ops::function::FnOnce<()>>::call_once::hbbb69b5294b2221b [INFO] [stdout] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/core/src/panic/unwind_safe.rs:274:9 [INFO] [stdout] 57: 0x5b4ecc70f74a - std::panicking::catch_unwind::do_call::h495689350c27df20 [INFO] [stdout] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/panicking.rs:590:40 [INFO] [stdout] 58: 0x5b4ecc70f74a - std::panicking::catch_unwind::hf22437c51d1b3740 [INFO] [stdout] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/panicking.rs:553:19 [INFO] [stdout] 59: 0x5b4ecc70f74a - std::panic::catch_unwind::habda1a57de8231f8 [INFO] [stdout] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/panic.rs:359:14 [INFO] [stdout] 60: 0x5b4ecc70f74a - std::thread::Builder::spawn_unchecked_::{{closure}}::h5833d8dda8c7e80b [INFO] [stdout] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/thread/mod.rs:560:30 [INFO] [stdout] 61: 0x5b4ecc70f74a - core::ops::function::FnOnce::call_once{{vtable.shim}}::ha2910283a5058402 [INFO] [stdout] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 62: 0x5b4eccaa2dbf - as core::ops::function::FnOnce>::call_once::he4d85cb537521972 [INFO] [stdout] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/alloc/src/boxed.rs:2005:9 [INFO] [stdout] 63: 0x5b4eccaa2dbf - std::sys::thread::unix::Thread::new::thread_start::hbaf586a9e50a98cd [INFO] [stdout] at /rustc/3b4dd9bf1410f8da6329baa36ce5e37673cbbd1f/library/std/src/sys/thread/unix.rs:126:17 [INFO] [stdout] 64: 0x77bc4565faa4 - [INFO] [stdout] 65: 0x77bc456eca64 - clone [INFO] [stdout] 66: 0x0 - [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] detection::engine::tests::test_safe_prompt_analysis [INFO] [stdout] detection::engine::tests::test_timeout_handling [INFO] [stdout] [INFO] [stdout] test result: FAILED. 257 passed; 2 failed; 0 ignored; 0 measured; 0 filtered out; finished in 112.55s [INFO] [stdout] [INFO] [stderr] error: test failed, to rerun pass `--lib` [INFO] running `Command { std: "docker" "inspect" "ab16679d3fdf66f476dd1552a8c1468c03bd92b5e9c7ee9d925c3d28a3817e9c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ab16679d3fdf66f476dd1552a8c1468c03bd92b5e9c7ee9d925c3d28a3817e9c", kill_on_drop: false }` [INFO] [stdout] ab16679d3fdf66f476dd1552a8c1468c03bd92b5e9c7ee9d925c3d28a3817e9c