[INFO] cloning repository https://github.com/onplt/conflic [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/onplt/conflic" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fonplt%2Fconflic", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fonplt%2Fconflic'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] edf5f79bae2b9ac68ed45b20464212ad58243c92 [INFO] testing onplt/conflic 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%2Fonplt%2Fconflic" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/onplt/conflic [INFO] finished tweaking git repo https://github.com/onplt/conflic [INFO] tweaked toml for git repo https://github.com/onplt/conflic written to /workspace/builds/worker-6-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/onplt/conflic 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/onplt/conflic 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-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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] 98590a5547dcbdb1e1087315b7f0129adf54d7b6d62c238321e302eb198b3b08 [INFO] running `Command { std: "docker" "start" "-a" "98590a5547dcbdb1e1087315b7f0129adf54d7b6d62c238321e302eb198b3b08", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "98590a5547dcbdb1e1087315b7f0129adf54d7b6d62c238321e302eb198b3b08", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "98590a5547dcbdb1e1087315b7f0129adf54d7b6d62c238321e302eb198b3b08", kill_on_drop: false }` [INFO] [stdout] 98590a5547dcbdb1e1087315b7f0129adf54d7b6d62c238321e302eb198b3b08 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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] 70ef62c999f6bbea615e6ce7bbd0e97f435be9b0b1fba7d7b160e1295fd9f214 [INFO] running `Command { std: "docker" "start" "-a" "70ef62c999f6bbea615e6ce7bbd0e97f435be9b0b1fba7d7b160e1295fd9f214", kill_on_drop: false }` [INFO] [stderr] Compiling quote v1.0.45 [INFO] [stderr] Compiling unicode-ident v1.0.24 [INFO] [stderr] Compiling memchr v2.8.0 [INFO] [stderr] Compiling libc v0.2.183 [INFO] [stderr] Compiling stable_deref_trait v1.2.1 [INFO] [stderr] Compiling smallvec v1.15.1 [INFO] [stderr] Compiling cfg-if v1.0.4 [INFO] [stderr] Compiling serde_core v1.0.228 [INFO] [stderr] Compiling writeable v0.6.2 [INFO] [stderr] Compiling litemap v0.8.1 [INFO] [stderr] Compiling proc-macro2 v1.0.106 [INFO] [stderr] Compiling icu_normalizer_data v2.1.1 [INFO] [stderr] Compiling icu_properties_data v2.1.2 [INFO] [stderr] Compiling crossbeam-utils v0.8.21 [INFO] [stderr] Compiling pin-project-lite v0.2.17 [INFO] [stderr] Compiling parking_lot_core v0.9.12 [INFO] [stderr] Compiling zmij v1.0.21 [INFO] [stderr] Compiling once_cell v1.21.4 [INFO] [stderr] Compiling futures-core v0.3.32 [INFO] [stderr] Compiling futures-sink v0.3.32 [INFO] [stderr] Compiling scopeguard v1.2.0 [INFO] [stderr] Compiling aho-corasick v1.1.4 [INFO] [stderr] Compiling lock_api v0.4.14 [INFO] [stderr] Compiling regex-syntax v0.8.10 [INFO] [stderr] Compiling syn v2.0.117 [INFO] [stderr] Compiling anstyle v1.0.14 [INFO] [stderr] Compiling futures-channel v0.3.32 [INFO] [stderr] Compiling crossbeam-epoch v0.9.18 [INFO] [stderr] Compiling percent-encoding v2.3.2 [INFO] [stderr] Compiling utf8_iter v1.0.4 [INFO] [stderr] Compiling futures-io v0.3.32 [INFO] [stderr] Compiling errno v0.3.14 [INFO] [stderr] Compiling zerocopy v0.8.47 [INFO] [stderr] Compiling futures-task v0.3.32 [INFO] [stderr] Compiling slab v0.4.12 [INFO] [stderr] Compiling getrandom v0.3.4 [INFO] [stderr] Compiling thiserror v2.0.18 [INFO] [stderr] Compiling version_check v0.9.5 [INFO] [stderr] Compiling autocfg v1.5.0 [INFO] [stderr] Compiling anstyle-parse v1.0.0 [INFO] [stderr] Compiling ahash v0.8.12 [INFO] [stderr] Compiling parking_lot v0.12.5 [INFO] [stderr] Compiling signal-hook-registry v1.4.8 [INFO] [stderr] Compiling socket2 v0.6.3 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling mio v1.1.1 [INFO] [stderr] Compiling crossbeam-deque v0.8.6 [INFO] [stderr] Compiling form_urlencoded v1.2.2 [INFO] [stderr] Compiling httparse v1.10.1 [INFO] [stderr] Compiling colorchoice v1.0.5 [INFO] [stderr] Compiling bytes v1.11.1 [INFO] [stderr] Compiling itoa v1.0.18 [INFO] [stderr] Compiling rayon-core v1.13.0 [INFO] [stderr] Compiling anstream v1.0.0 [INFO] [stderr] Compiling regex-automata v0.4.14 [INFO] [stderr] Compiling tracing-core v0.1.36 [INFO] [stderr] Compiling serde_json v1.0.149 [INFO] [stderr] Compiling bstr v1.12.1 [INFO] [stderr] Compiling encoding_rs v0.8.35 [INFO] [stderr] Compiling clap_lex v1.1.0 [INFO] [stderr] Compiling owo-colors v4.3.0 [INFO] [stderr] Compiling tower-layer v0.3.3 [INFO] [stderr] Compiling anyhow v1.0.102 [INFO] [stderr] Compiling bitflags v1.3.2 [INFO] [stderr] Compiling winnow v1.0.0 [INFO] [stderr] Compiling same-file v1.0.6 [INFO] [stderr] Compiling unicode-width v0.2.2 [INFO] [stderr] Compiling arraydeque v0.5.1 [INFO] [stderr] Compiling hashbrown v0.14.5 [INFO] [stderr] Compiling minimal-lexical v0.2.1 [INFO] [stderr] Compiling log v0.4.29 [INFO] [stderr] Compiling tower-service v0.3.3 [INFO] [stderr] Compiling synstructure v0.13.2 [INFO] [stderr] Compiling unicode-width v0.1.14 [INFO] [stderr] Compiling clap_builder v4.6.0 [INFO] [stderr] Compiling dashmap v5.5.3 [INFO] [stderr] Compiling encoding_rs_io v0.1.7 [INFO] [stderr] Compiling nom v7.1.3 [INFO] [stderr] Compiling annotate-snippets v0.12.13 [INFO] [stderr] Compiling toml_parser v1.0.10+spec-1.1.0 [INFO] [stderr] Compiling globset v0.4.18 [INFO] [stderr] Compiling regex v1.12.3 [INFO] [stderr] Compiling zerofrom-derive v0.1.6 [INFO] [stderr] Compiling yoke-derive v0.8.1 [INFO] [stderr] Compiling zerovec-derive v0.11.2 [INFO] [stderr] Compiling displaydoc v0.2.5 [INFO] [stderr] Compiling serde_derive v1.0.228 [INFO] [stderr] Compiling futures-macro v0.3.32 [INFO] [stderr] Compiling zerofrom v0.1.6 [INFO] [stderr] Compiling tokio-macros v2.6.1 [INFO] [stderr] Compiling pin-project-internal v1.1.11 [INFO] [stderr] Compiling yoke v0.8.1 [INFO] [stderr] Compiling thiserror-impl v2.0.18 [INFO] [stderr] Compiling miette-derive v7.6.0 [INFO] [stderr] Compiling zerovec v0.11.5 [INFO] [stderr] Compiling zerotrie v0.2.3 [INFO] [stderr] Compiling futures-util v0.3.32 [INFO] [stderr] Compiling tokio v1.50.0 [INFO] [stderr] Compiling tinystr v0.8.2 [INFO] [stderr] Compiling potential_utf v0.1.4 [INFO] [stderr] Compiling icu_collections v2.1.1 [INFO] [stderr] Compiling icu_locale_core v2.1.1 [INFO] [stderr] Compiling pin-project v1.1.11 [INFO] [stderr] Compiling thiserror-impl v1.0.69 [INFO] [stderr] Compiling tracing-attributes v0.1.31 [INFO] [stderr] Compiling serde_repr v0.1.20 [INFO] [stderr] Compiling saphyr-parser-bw v0.0.610 [INFO] [stderr] Compiling miette v7.6.0 [INFO] [stderr] Compiling icu_provider v2.1.1 [INFO] [stderr] Compiling tracing v0.1.44 [INFO] [stderr] Compiling serde v1.0.228 [INFO] [stderr] Compiling thiserror v1.0.69 [INFO] [stderr] Compiling clap_derive v4.6.0 [INFO] [stderr] Compiling icu_normalizer v2.1.1 [INFO] [stderr] Compiling icu_properties v2.1.2 [INFO] [stderr] Compiling auto_impl v1.3.0 [INFO] [stderr] Compiling tower-lsp-macros v0.9.0 [INFO] [stderr] Compiling async-trait v0.1.89 [INFO] [stderr] Compiling tower v0.4.13 [INFO] [stderr] Compiling futures v0.3.32 [INFO] [stderr] Compiling walkdir v2.5.0 [INFO] [stderr] Compiling serde_spanned v1.0.4 [INFO] [stderr] Compiling toml_datetime v1.0.1+spec-1.1.0 [INFO] [stderr] Compiling toml_writer v1.0.7+spec-1.1.0 [INFO] [stderr] Compiling idna_adapter v1.2.1 [INFO] [stderr] Compiling bytecount v0.6.9 [INFO] [stderr] Compiling idna v1.1.0 [INFO] [stderr] Compiling either v1.15.0 [INFO] [stderr] Compiling base64 v0.22.1 [INFO] [stderr] Compiling nohash-hasher v0.2.0 [INFO] [stderr] Compiling ucd-trie v0.1.7 [INFO] [stderr] Compiling clap v4.6.0 [INFO] [stderr] Compiling node-semver v2.2.0 [INFO] [stderr] Compiling rayon v1.11.0 [INFO] [stderr] Compiling url v2.5.8 [INFO] [stderr] Compiling json5 v1.3.1 [INFO] [stderr] Compiling serde-saphyr v0.0.22 [INFO] [stderr] Compiling toml v1.0.7+spec-1.1.0 [INFO] [stderr] Compiling ignore v0.4.25 [INFO] [stderr] Compiling lsp-types v0.94.1 [INFO] [stderr] Compiling quick-xml v0.38.4 [INFO] [stderr] Compiling tokio-util v0.7.18 [INFO] [stderr] Compiling semver v1.0.27 [INFO] [stderr] Compiling tower-lsp v0.20.0 [INFO] [stderr] Compiling conflic v1.1.6 (/opt/rustwide/workdir) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 43s [INFO] running `Command { std: "docker" "inspect" "70ef62c999f6bbea615e6ce7bbd0e97f435be9b0b1fba7d7b160e1295fd9f214", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "70ef62c999f6bbea615e6ce7bbd0e97f435be9b0b1fba7d7b160e1295fd9f214", kill_on_drop: false }` [INFO] [stdout] 70ef62c999f6bbea615e6ce7bbd0e97f435be9b0b1fba7d7b160e1295fd9f214 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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] 46910f0664e81f361ae563c43d008cc7209f1063475409d79e9a8bf0fbcdeedf [INFO] running `Command { std: "docker" "start" "-a" "46910f0664e81f361ae563c43d008cc7209f1063475409d79e9a8bf0fbcdeedf", kill_on_drop: false }` [INFO] [stderr] Compiling regex-automata v0.4.14 [INFO] [stderr] Compiling getrandom v0.4.2 [INFO] [stderr] Compiling rustix v1.1.4 [INFO] [stderr] Compiling predicates-core v1.0.10 [INFO] [stderr] Compiling float-cmp v0.10.0 [INFO] [stderr] Compiling assert_cmd v2.2.0 [INFO] [stderr] Compiling difflib v0.4.0 [INFO] [stderr] Compiling bitflags v2.11.0 [INFO] [stderr] Compiling linux-raw-sys v0.12.1 [INFO] [stderr] Compiling normalize-line-endings v0.3.0 [INFO] [stderr] Compiling termtree v0.5.1 [INFO] [stderr] Compiling wait-timeout v0.2.1 [INFO] [stderr] Compiling yansi v1.0.1 [INFO] [stderr] Compiling predicates-tree v1.0.13 [INFO] [stderr] Compiling diff v0.1.13 [INFO] [stderr] Compiling fastrand v2.3.0 [INFO] [stderr] Compiling pretty_assertions v1.4.1 [INFO] [stderr] Compiling tempfile v3.27.0 [INFO] [stderr] Compiling bstr v1.12.1 [INFO] [stderr] Compiling regex v1.12.3 [INFO] [stderr] Compiling serde-saphyr v0.0.22 [INFO] [stderr] Compiling predicates v3.1.4 [INFO] [stderr] Compiling globset v0.4.18 [INFO] [stderr] Compiling ignore v0.4.25 [INFO] [stderr] Compiling conflic v1.1.6 (/opt/rustwide/workdir) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 23s [INFO] running `Command { std: "docker" "inspect" "46910f0664e81f361ae563c43d008cc7209f1063475409d79e9a8bf0fbcdeedf", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "46910f0664e81f361ae563c43d008cc7209f1063475409d79e9a8bf0fbcdeedf", kill_on_drop: false }` [INFO] [stdout] 46910f0664e81f361ae563c43d008cc7209f1063475409d79e9a8bf0fbcdeedf [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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] a14f0755245218167b8fbb68918279c6fe8a9a56ac0579bc472926eb46f713dc [INFO] running `Command { std: "docker" "start" "-a" "a14f0755245218167b8fbb68918279c6fe8a9a56ac0579bc472926eb46f713dc", kill_on_drop: false }` [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.31s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/conflic-fe85590361c1fe96) [INFO] [stdout] [INFO] [stdout] running 296 tests [INFO] [stdout] test baseline::tests::test_filter_baselined_removes_known_parse_diagnostics ... ok [INFO] [stdout] test baseline::tests::test_filter_baselined_removes_known_findings ... ok [INFO] [stdout] test baseline::tests::test_filter_baselined_keeps_new_findings ... ok [INFO] [stdout] test config::tests::test_generate_template_uses_ascii_custom_extractor_comment ... ok [INFO] [stdout] test baseline::tests::test_different_dirs_same_filename_no_collision ... ok [INFO] [stdout] test baseline::tests::test_generate_baseline_includes_parse_diagnostics ... ok [INFO] [stdout] test drift::tests::test_capture_baseline ... ok [INFO] [stdout] test drift::tests::test_exact_conformance ... ok [INFO] [stdout] test drift::tests::test_major_drift ... ok [INFO] [stdout] test drift::tests::test_matches_tolerance ... ok [INFO] [stdout] test drift::tests::test_minor_drift_with_tolerance ... ok [INFO] [stdout] test drift::tests::test_missing_concept ... ok [INFO] [stdout] test baseline::tests::test_generate_baseline_uses_scan_root_relative_paths ... ok [INFO] [stdout] test baseline::tests::test_save_and_load_baseline_roundtrip ... ok [INFO] [stdout] test config::tests::test_load_missing_explicit_config_errors ... ok [INFO] [stdout] test enrich::eol::tests::test_builtin_registry_has_node ... ok [INFO] [stdout] test config::tests::test_load_missing_implicit_config_uses_defaults ... ok [INFO] [stdout] test enrich::eol::tests::test_builtin_registry_has_python ... ok [INFO] [stdout] test config::tests::test_load_relative_explicit_config_from_scan_root ... ok [INFO] [stdout] test enrich::tests::test_concept_to_family ... ok [INFO] [stdout] test config::tests::test_load_collects_custom_extractor_validation_diagnostics ... ok [INFO] [stdout] test enrich::cache::tests::test_save_and_load_cache_roundtrip ... ok [INFO] [stdout] test enrich::tests::test_days_between ... ok [INFO] [stdout] test enrich::tests::test_lookup_metadata_found ... ok [INFO] [stdout] test enrich::tests::test_eol_window_policy ... ok [INFO] [stdout] test enrich::cache::tests::test_load_cache_missing_returns_default ... ok [INFO] [stdout] test enrich::tests::test_eol_window_policy_not_triggered_when_far ... ok [INFO] [stdout] test enrich::tests::test_parse_eol_window_rule ... ok [INFO] [stdout] test extract::custom::tests::test_compile_custom_extractor_reports_invalid_glob_as_diagnostic ... ok [INFO] [stdout] test extract::custom::tests::test_compile_custom_extractor_reports_invalid_regex_as_diagnostic ... ok [INFO] [stdout] test extract::custom::tests::test_navigate_json ... ok [INFO] [stdout] test extract::custom::tests::test_navigate_toml ... ok [INFO] [stdout] test extract::custom::tests::test_source_matches_exact_relative_path_on_component_boundaries ... ok [INFO] [stdout] test extract::custom::tests::test_source_matches_filename_glob ... ok [INFO] [stdout] test extract::custom::tests::test_navigate_yaml ... ok [INFO] [stdout] test extract::custom::tests::test_apply_pattern_no_capture_group ... ok [INFO] [stdout] test extract::custom::tests::test_compile_custom_extractor_reports_invalid_format_as_diagnostic ... ok [INFO] [stdout] test extract::custom::tests::test_source_matches_path_relative_glob ... ok [INFO] [stdout] test extract::custom::tests::test_apply_pattern ... ok [INFO] [stdout] test extract::helm::tests::test_extract_nested_service_image ... ok [INFO] [stdout] test extract::helm::tests::test_extract_node_version_from_helm_values ... ok [INFO] [stdout] test extract::helm::tests::test_extract_port_from_helm_values ... ok [INFO] [stdout] test extract::helm::tests::test_unknown_image_not_extracted ... ok [INFO] [stdout] test extract::kubernetes::tests::test_extract_node_version_from_deployment ... ok [INFO] [stdout] test extract::kubernetes::tests::test_extract_port_from_deployment ... ok [INFO] [stdout] test extract::kubernetes::tests::test_extract_port_from_service ... ok [INFO] [stdout] test extract::kubernetes::tests::test_extract_python_version_from_deployment ... ok [INFO] [stdout] test extract::kubernetes::tests::test_image_without_tag_is_skipped ... ok [INFO] [stdout] test extract::kubernetes::tests::test_split_image_tag ... ok [INFO] [stdout] test extract::node_version::tests::test_extract_docker_image_version_handles_registry_ports ... ok [INFO] [stdout] test extract::node_version::tests::test_extract_docker_image_version_skips_platform_flags ... ok [INFO] [stdout] test extract::kubernetes::tests::test_no_extraction_from_non_k8s_yaml ... ok [INFO] [stdout] test extract::port::tests::test_parse_compose_short_host_ip_range_mapping ... ok [INFO] [stdout] test extract::port::tests::test_parse_compose_short_host_ip_without_host_port_is_rejected ... ok [INFO] [stdout] test extract::port::tests::test_parse_compose_short_host_range_single_container_port ... ok [INFO] [stdout] test extract::port::tests::test_parse_compose_short_range_mapping_as_container_range ... ok [INFO] [stdout] test extract::runtime_version::tests::plain_text_version_strategy_tracks_original_source_line ... ok [INFO] [stdout] test enrich::tests::test_lookup_metadata_deprecated ... ok [INFO] [stdout] test extract::terraform::tests::test_unknown_runtime_skipped ... ok [INFO] [stdout] test extract::terraform::tests::test_extract_lambda_python_runtime ... ok [INFO] [stdout] test extract::terraform::tests::test_extract_container_image_from_tf ... ok [INFO] [stdout] test extract::ts_strict::tests::parse_eslint_flat_config_ignores_export_default_in_comments ... ok [INFO] [stdout] test extract::terraform::tests::test_extract_dotnet_runtime ... ok [INFO] [stdout] test extract::terraform::tests::test_extract_lambda_nodejs_runtime ... ok [INFO] [stdout] test extract::terraform::tests::test_extract_lambda_java_runtime ... ok [INFO] [stdout] test extract::terraform::tests::test_multiple_lambdas ... ok [INFO] [stdout] test extract::ts_strict::tests::parse_eslint_flat_config_ignores_module_exports_in_strings ... ok [INFO] [stdout] test federation::tests::test_detect_cross_repo_drift ... ok [INFO] [stdout] test federation::tests::test_federation_config_deserialize ... ok [INFO] [stdout] test federation::tests::test_generate_federation_template ... ok [INFO] [stdout] test federation::tests::test_no_drift_when_same_values ... ok [INFO] [stdout] test federation::tests::test_render_federation_json ... ok [INFO] [stdout] test federation::tests::test_render_federation_report_empty ... ok [INFO] [stdout] test federation::tests::test_resolve_repo_path_relative ... ok [INFO] [stdout] test fix::patcher::tests::test_apply_docker_from_fix_preserves_stage_alias ... ok [INFO] [stdout] test fix::patcher::tests::test_apply_docker_from_fix_rewrites_multiline_instruction_once ... ok [INFO] [stdout] test fix::patcher::tests::test_apply_env_fix_preserves_quotes_and_inline_comments ... ok [INFO] [stdout] test federation::tests::test_resolve_repo_path_absolute ... ok [INFO] [stdout] test fix::patcher::tests::test_apply_json_fix_preserves_comments_and_crlf ... ok [INFO] [stdout] test fix::tests::test_plan_fixes_refuses_overlapping_top_authority_ranges ... ok [INFO] [stdout] test fix::tests::test_plan_fixes_refuses_ambiguous_top_authority_ranges ... ok [INFO] [stdout] test fix::patcher::tests::test_apply_json_fix_updates_target_path ... ok [INFO] [stdout] test fix::render::tests::render_docker_from_arguments_preserves_digest ... ok [INFO] [stdout] test fix::tests::test_plan_fixes_refuses_range_for_exact_version_file ... ok [INFO] [stdout] test graph::tests::test_cross_concept_rule_missing_then_concept_no_panic ... ok [INFO] [stdout] test graph::tests::test_cross_concept_rule_no_violation_when_satisfied ... ok [INFO] [stdout] test graph::tests::test_cross_concept_rule_not_triggered_when_condition_not_met ... ok [INFO] [stdout] test graph::tests::test_cross_concept_rule_triggers_violation ... ok [INFO] [stdout] test graph::tests::test_cross_concept_rule_with_alias ... ok [INFO] [stdout] test graph::tests::test_cross_concept_rule_deduplicates_same_file_value ... ok [INFO] [stdout] test graph::tests::test_cross_concept_exact_match_trigger ... ok [INFO] [stdout] test fix::patcher::tests::test_apply_tool_versions_fix_updates_only_target_line ... ok [INFO] [stdout] test fix::patcher::tests::test_apply_whole_file_fix_preserves_missing_trailing_newline ... ok [INFO] [stdout] test history::tests::test_diff_findings_detects_new_and_resolved ... ok [INFO] [stdout] test history::tests::test_finding_key_dedup ... ok [INFO] [stdout] test history::tests::test_parse_blame_output ... ok [INFO] [stdout] test history::tests::test_render_trend_no_history ... ok [INFO] [stdout] test hardening_tests::nested_gitlab_ci_yml_is_not_treated_as_root_ci_config ... ok [INFO] [stdout] test extract::terraform::tests::test_extract_port_from_tf ... ok [INFO] [stdout] test federation::tests::test_federation_with_real_repos ... ok [INFO] [stdout] test history::tests::test_render_trend_with_data ... ok [INFO] [stdout] test history::tests::test_scan_history_default_is_empty ... ok [INFO] [stdout] test history::tests::test_trend_report_empty_history ... ok [INFO] [stdout] test history::tests::test_trend_report_with_snapshots ... ok [INFO] [stdout] test impact::tests::test_impact_direct_peers ... ok [INFO] [stdout] test impact::tests::test_impact_no_change_empty_report ... ok [INFO] [stdout] test impact::tests::test_impact_transitive_via_concept_rules ... ok [INFO] [stdout] test lsp::code_actions::tests::test_code_actions_include_targeted_replacement_text ... ok [INFO] [stdout] test lsp::navigation::tests::test_document_symbols_empty_for_unrelated_file ... ok [INFO] [stdout] test lsp::code_actions::tests::test_env_code_actions_preserve_inline_comments ... ok [INFO] [stdout] test lsp::diagnostics::tests::test_scan_result_includes_parse_diagnostics ... ok [INFO] [stdout] test lsp::navigation::tests::test_document_symbols_groups_by_concept ... ok [INFO] [stdout] test lsp::navigation::tests::test_hover_returns_none_outside_assertion ... ok [INFO] [stdout] test lsp::navigation::tests::test_hover_shows_concept_and_value ... ok [INFO] [stdout] test lsp::navigation::tests::test_hover_shows_peer_assertions ... ok [INFO] [stdout] test lsp::navigation::tests::test_references_excludes_declaration_when_requested ... ok [INFO] [stdout] test lsp::state::tests::full_request_overrides_pending_file_scope ... ok [INFO] [stdout] test lsp::navigation::tests::test_references_returns_all_concept_locations ... ok [INFO] [stdout] test lsp::text_document::tests::test_position_to_offset_handles_line_boundaries ... ok [INFO] [stdout] test lsp::state::tests::pending_generation_is_replayed_after_running_scan_finishes ... ok [INFO] [stdout] test hardening_tests::gitlab_ci_directory_yaml_is_scanned_as_ci_input ... ok [INFO] [stdout] test lsp::text_document::tests::test_apply_content_changes_supports_incremental_ranges ... ok [INFO] [stdout] test lsp::text_document::tests::test_position_to_offset_supports_multibyte_characters ... ok [INFO] [stdout] test hardening_tests::multiline_docker_from_produces_runtime_assertion ... ok [INFO] [stdout] test model::semantic_type::tests::test_normalize_boolean ... ok [INFO] [stdout] test model::semantic_type::tests::test_parse_exact_version ... ok [INFO] [stdout] test model::semantic_type::tests::test_parse_caret_version ... ok [INFO] [stdout] test model::semantic_type::tests::test_parse_port_mapping ... ok [INFO] [stdout] test model::semantic_type::tests::test_parse_port_host_ip_without_host_port_is_rejected ... ok [INFO] [stdout] test model::semantic_type::tests::test_parse_port_mapping_with_container_range ... ok [INFO] [stdout] test model::semantic_type::tests::test_parse_port_mapping_with_host_ip ... ok [INFO] [stdout] test model::semantic_type::tests::test_parse_docker_tag ... ok [INFO] [stdout] test model::semantic_type::tests::test_parse_port_mapping_with_host_range ... ok [INFO] [stdout] test hardening_tests::same_file_assertions_do_not_generate_extra_contradictions ... ok [INFO] [stdout] test parse::dockerfile::tests::test_docker_from_image_reference_handles_registry_ports ... ok [INFO] [stdout] test model::semantic_type::tests::test_parse_range_version ... ok [INFO] [stdout] test parse::dockerfile::tests::test_docker_from_image_reference_preserves_digest_component ... ok [INFO] [stdout] test parse::dockerfile::tests::test_docker_from_image_reference_skips_platform_flags ... ok [INFO] [stdout] test parse::dockerfile::tests::test_parse_multistage_dockerfile ... ok [INFO] [stdout] test parse::dockerfile::tests::test_docker_instruction_offsets_cover_multiline_from_instruction ... ok [INFO] [stdout] test parse::dockerfile::tests::test_parse_dockerfile_joins_line_continuations ... ok [INFO] [stdout] test parse::dockerfile::tests::test_parse_simple_dockerfile ... ok [INFO] [stdout] test parse::env::tests::test_parse_env_preserves_hash_at_value_start ... ok [INFO] [stdout] test parse::env::tests::test_parse_env ... ok [INFO] [stdout] test parse::env::tests::test_parse_env_preserves_hashes_inside_quotes ... ok [INFO] [stdout] test parse::env::tests::test_parse_env_strips_comment_after_space_hash ... ok [INFO] [stdout] test parse::extends::tests::test_deep_merge_simple ... ok [INFO] [stdout] test parse::env::tests::test_parse_env_space_then_hash_is_comment ... ok [INFO] [stdout] test parse::env::tests::test_parse_env_strips_unquoted_inline_comments ... ok [INFO] [stdout] test parse::extends::tests::test_resolve_json_extends_ignores_package_reference_subpaths ... ok [INFO] [stdout] test parse::extends::tests::test_resolve_json_extends_blocks_parent_outside_scan_root ... ok [INFO] [stdout] test parse::extends::tests::test_resolve_json_extends_reports_missing_bare_local_config ... ok [INFO] [stdout] test parse::json::tests::test_parse_invalid_json ... ok [INFO] [stdout] test parse::json::tests::test_parse_jsonc_with_comments ... ok [INFO] [stdout] test parse::json::tests::test_parse_standard_json ... ok [INFO] [stdout] test parse::json::tests::test_replace_json_string_handles_single_quoted_json5_strings ... ok [INFO] [stdout] test parse::extends::tests::test_resolve_structured_extends_reads_yaml_parent ... ok [INFO] [stdout] test parse::json::tests::test_json_value_offsets_ignore_comment_keys ... ok [INFO] [stdout] test parse::json::tests::test_replace_json_string_handles_surrogate_pair_escapes_before_target ... ok [INFO] [stdout] test parse::plain_text::tests::test_first_meaningful_line_tracks_original_line_number ... ok [INFO] [stdout] test parse::json::tests::test_replace_json_string_preserves_comments_and_crlf ... ok [INFO] [stdout] test parse::extends::tests::test_resolve_json_extends_merges_local_arrays_in_order ... ok [INFO] [stdout] test parse::plain_text::tests::test_parse_nvmrc ... ok [INFO] [stdout] test parse::source_location::tests::test_find_line_for_key ... ok [INFO] [stdout] test parse::source_location::tests::test_find_line_for_key_ignores_comment_lines ... ok [INFO] [stdout] test parse::source_location::tests::test_find_line_for_key_ignores_freeform_mentions ... ok [INFO] [stdout] test parse::source_location::tests::test_find_line_for_key_value_uses_leaf_key_and_value ... ok [INFO] [stdout] test parse::source_location::tests::test_span_from_offsets_tracks_multiline_columns ... ok [INFO] [stdout] test parse::toml_parser::tests::test_parse_toml ... ok [INFO] [stdout] test parse::xml::tests::test_find_plugin_tag_value_matches_filters_by_plugin_artifact_id ... ok [INFO] [stdout] test parse::plain_text::tests::test_parse_with_comment ... ok [INFO] [stdout] test parse::xml::tests::test_find_tag_value_matches_preserves_multiline_value_span ... ok [INFO] [stdout] test model::semantic_type::tests::test_parse_port_single ... ok [INFO] [stdout] test parse::plain_text::tests::test_parse_with_whitespace ... ok [INFO] [stdout] test parse::yaml::tests::test_inline_scalar_literal_for_key_supports_quoted_keys_and_values ... ok [INFO] [stdout] test parse::source_location::tests::test_find_line_for_json_key_uses_exact_value_span ... ok [INFO] [stdout] test parse::yaml::tests::test_inline_scalar_literal_for_key_preserves_decimal_format ... ok [INFO] [stdout] test parse::yaml::tests::test_parse_yaml ... ok [INFO] [stdout] test parse::yaml::tests::test_parse_yaml_with_anchors ... ok [INFO] [stdout] test parse::yaml::tests::test_line_for_key_path_uses_full_yaml_path ... ok [INFO] [stdout] test parse::yaml::tests::test_parse_yaml_preserves_multiline_scalars_and_comment_like_content ... ok [INFO] [stdout] test parse::yaml::tests::test_sequence_scalar_literal_for_key_disambiguates_with_hint ... ok [INFO] [stdout] test parse::yaml::tests::test_sequence_scalar_literal_for_key_preserves_inline_decimal_format ... ok [INFO] [stdout] test parse::yaml::tests::test_sequence_scalar_literal_for_key_hint_handles_yaml_float_precision ... ok [INFO] [stdout] test parse::yaml::tests::test_sequence_scalar_literal_for_key_hint_no_match_returns_none ... ok [INFO] [stdout] test pathing::tests::classify_ci_config_path_requires_root_gitlab_ci_yml ... ok [INFO] [stdout] test pathing::tests::strip_windows_extended_length_prefix_handles_local_paths ... ok [INFO] [stdout] test pathing::tests::strip_windows_extended_length_prefix_handles_unc_paths ... ok [INFO] [stdout] test plugin::tests::test_extract_output_defaults ... ok [INFO] [stdout] test plugin::tests::test_extract_output_deserialize ... ok [INFO] [stdout] test plugin::tests::test_plugin_config_defaults ... ok [INFO] [stdout] test plugin::tests::test_plugin_config_deserialize ... ok [INFO] [stdout] test parse::xml::tests::test_find_tag_value_matches_supports_attributes ... ok [INFO] [stdout] test parse::yaml::tests::test_sequence_scalar_literal_for_key_supports_block_sequences ... ok [INFO] [stdout] test pathing::tests::classify_ci_config_path_requires_github_workflow_file_at_supported_depth ... ok [INFO] [stdout] test pathing::tests::classify_ci_config_path_requires_root_circleci_config_file ... ok [INFO] [stdout] test pathing::tests::classify_ci_config_path_supports_gitlab_ci_directory_files ... ok [INFO] [stdout] test plugin::tests::test_solve_output_deserialize ... ok [INFO] [stdout] test plugin::tests::test_stub_loader_no_error_when_empty ... ok [INFO] [stdout] test plugin::tests::test_stub_loader_warns_when_plugins_configured ... ok [INFO] [stdout] test policy::tests::test_boolean_policy ... ok [INFO] [stdout] test policy::tests::test_boolean_policy_compliant ... ok [INFO] [stdout] test policy::tests::test_policy_message_is_included ... ok [INFO] [stdout] test policy::tests::test_evaluate_policies_integration ... ok [INFO] [stdout] test policy::tests::test_concept_alias_matching ... ok [INFO] [stdout] test policy::tests::test_no_duplicate_findings_for_same_file_value ... ok [INFO] [stdout] test policy::tests::test_policy_synthetic_assertion_points_to_config ... ok [INFO] [stdout] test policy::tests::test_port_blacklist_policy ... ok [INFO] [stdout] test policy::tests::test_version_policy_compliant ... ok [INFO] [stdout] test policy::tests::test_port_range_policy ... ok [INFO] [stdout] test parse::extends::tests::test_resolve_json_extends_limits_depth_before_stack_overflow ... ok [INFO] [stdout] test policy::tests::test_version_blacklist_policy ... ok [INFO] [stdout] test promote::tests::test_promotion_detects_cross_env_contradiction ... ok [INFO] [stdout] test policy::tests::test_version_policy_violated ... ok [INFO] [stdout] test promote::tests::test_promotion_no_finding_when_same_value ... ok [INFO] [stdout] test promote::tests::test_promotion_skipped_when_no_config ... ok [INFO] [stdout] test report::doctor::tests::test_render_uses_ascii_header_and_separator ... ok [INFO] [stdout] test report::sarif::tests::test_path_to_uri_strips_windows_extended_length_prefix ... ok [INFO] [stdout] test report::json::tests::test_json_output_strips_windows_extended_length_prefix_from_file_paths ... ok [INFO] [stdout] test report::terminal::tests::test_render_uses_ascii_header_and_separator ... ok [INFO] [stdout] test report::terminal::tests::test_simplify_path_strips_windows_extended_length_prefix ... ok [INFO] [stdout] test solve::constraint::tests::test_intersect_interval_sets ... ok [INFO] [stdout] test solve::constraint::tests::test_interval_intersect ... ok [INFO] [stdout] test solve::constraint::tests::test_satisfiable_exact_versions_same ... ok [INFO] [stdout] test solve::constraint::tests::test_unsatisfiable_exact_versions_differ ... ok [INFO] [stdout] test solve::constraint::tests::test_full_pipeline_drops_python_contradiction ... ok [INFO] [stdout] test solve::constraint::tests::test_satisfiable_exact_within_range ... ok [INFO] [stdout] test solve::constraint::tests::test_satisfiable_partial_versions ... ok [INFO] [stdout] test solve::port::tests::test_mapping_container_matches ... ok [INFO] [stdout] test solve::port::tests::test_mapping_container_mismatch ... ok [INFO] [stdout] test solve::port::tests::test_overlapping_ranges_are_compatible ... ok [INFO] [stdout] test solve::port::tests::test_same_port ... ok [INFO] [stdout] test solve::port::tests::test_different_port ... ok [INFO] [stdout] test solve::port::tests::test_single_port_on_range_boundary_is_compatible ... ok [INFO] [stdout] test solve::port::tests::test_single_port_outside_range_is_incompatible ... ok [INFO] [stdout] test solve::registry::tests::test_boolean_solver_compatible ... ok [INFO] [stdout] test solve::registry::tests::test_boolean_solver_incompatible ... ok [INFO] [stdout] test solve::registry::tests::test_exact_string_solver ... ok [INFO] [stdout] test solve::registry::tests::test_port_solver_compatible ... ok [INFO] [stdout] test solve::registry::tests::test_port_solver_incompatible ... ok [INFO] [stdout] test solve::registry::tests::test_registry_lookup ... ok [INFO] [stdout] test solve::registry::tests::test_semver_solver_compatible ... ok [INFO] [stdout] test solve::registry::tests::test_semver_solver_incompatible ... ok [INFO] [stdout] test solve::constraint::tests::test_unsatisfiable_python_minor_version_contradiction ... ok [INFO] [stdout] test solve::registry::tests::test_semver_solver_range ... ok [INFO] [stdout] test solve::constraint::tests::test_unsatisfiable_range_and_exact_outside ... ok [INFO] [stdout] test solve::registry::tests::test_solver_from_name ... ok [INFO] [stdout] test solve::severity::tests::test_advisory_advisory ... ok [INFO] [stdout] test solve::severity::tests::test_declared_advisory ... ok [INFO] [stdout] test solve::severity::tests::test_declared_declared ... ok [INFO] [stdout] test solve::severity::tests::test_enforced_declared ... ok [INFO] [stdout] test solve::port::tests::test_single_port_inside_range_is_compatible ... ok [INFO] [stdout] test solve::severity::tests::test_enforced_enforced ... ok [INFO] [stdout] test solve::tests::test_compare_detects_string_contradiction ... ok [INFO] [stdout] test solve::tests::test_compare_no_contradiction_when_same ... ok [INFO] [stdout] test solve::tests::test_custom_solver_uses_solver_rule_id ... ok [INFO] [stdout] test promote::tests::test_compiled_promotion_detects_environment ... ok [INFO] [stdout] test solve::severity::tests::test_enforced_advisory ... ok [INFO] [stdout] test solve::tests::test_single_assertion_no_findings ... ok [INFO] [stdout] test solve::tests::test_monorepo_prefers_most_specific_package_root ... ok [INFO] [stdout] test solve::tests::test_custom_solver_overrides_default_comparison ... ok [INFO] [stdout] test solve::version::tests::test_docker_tag_vs_incompatible ... ok [INFO] [stdout] test solve::version::tests::test_docker_tag_vs_exact ... ok [INFO] [stdout] test solve::version::tests::test_exact_match ... ok [INFO] [stdout] test solve::tests::test_skip_concept_removes_from_results ... ok [INFO] [stdout] test solve::version::tests::test_exact_mismatch ... ok [INFO] [stdout] test solve::version::tests::test_exact_satisfies_range ... ok [INFO] [stdout] test solve::version::tests::test_narrow_ranges_overlap ... ok [INFO] [stdout] test solve::version::tests::test_partial_vs_exact_compatible ... ok [INFO] [stdout] test solve::version::tests::test_narrow_ranges_touching_bounds_do_not_overlap ... ok [INFO] [stdout] test solve::version::tests::test_prerelease_exact_does_not_satisfy_stable_range ... ok [INFO] [stdout] test solve::version::tests::test_partial_vs_exact_incompatible ... ok [INFO] [stdout] test solve::version::tests::test_ranges_no_overlap ... ok [INFO] [stdout] test solve::version::tests::test_ranges_overlap ... ok [INFO] [stdout] test solve::tests::test_matrix_duplicates_are_deduplicated ... ok [INFO] [stdout] test solve::version::tests::test_exact_outside_range ... ok [INFO] [stdout] test tests::test_parse_git_path_output_preserves_significant_whitespace ... ok [INFO] [stdout] test tests::test_parse_git_path_output_supports_nul_terminated_entries ... ok [INFO] [stdout] test topology::tests::test_compose_depends_on_object_form ... ok [INFO] [stdout] test solve::tests::test_monorepo_scoped_comparison ... ok [INFO] [stdout] test topology::tests::test_compose_environment_list_format ... ok [INFO] [stdout] test solve::constraint::tests::test_range_to_intervals_minor_version_range_returns_some ... ok [INFO] [stdout] test solve::constraint::tests::test_unsatisfiable_go_minor_version_contradiction ... ok [INFO] [stdout] test topology::tests::test_compose_service_extraction ... ok [INFO] [stdout] test topology::tests::test_k8s_dangling_selector ... ok [INFO] [stdout] test topology::tests::test_empty_graph_no_findings ... ok [INFO] [stdout] test topology::tests::test_dangling_depends_on ... ok [INFO] [stdout] test topology::tests::test_host_port_conflict ... ok [INFO] [stdout] test topology::tests::test_k8s_service_port_mismatch ... ok [INFO] [stdout] test topology::tests::test_no_false_positive_when_ports_match ... ok [INFO] [stdout] test topology::tests::test_render_topology_json ... ok [INFO] [stdout] test topology::tests::test_env_port_mismatch ... ok [INFO] [stdout] test hardening_tests::missing_scan_root_cli_exits_with_code_one ... ok [INFO] [stdout] test topology::tests::test_k8s_service_matching_port_no_finding ... ok [INFO] [stdout] test tests::test_git_changed_files_rejects_option_like_ref ... ok [INFO] [stdout] test tests::test_git_changed_files_handles_unicode_paths ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 296 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.22s [INFO] [stdout] [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/conflic-51de45a336754211) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running tests/e2e_cli.rs (/opt/rustwide/target/debug/deps/e2e_cli-092ded2466a135d9) [INFO] [stdout] [INFO] [stdout] running 49 tests [INFO] [stdout] test e2e::basic::test_cli_detects_node_version_in_github_workflow ... ok [INFO] [stdout] test e2e::basic::test_cli_clean_workspace_exits_zero ... ok [INFO] [stdout] test e2e::basic::test_cli_version_output ... ok [INFO] [stdout] test e2e::basic::test_cli_help_output ... ok [INFO] [stdout] test e2e::basic::test_cli_json_output_is_valid_and_parsable ... ok [INFO] [stdout] test e2e::basic::test_cli_contradiction_workspace_exits_one ... ok [INFO] [stdout] test e2e::basic::test_cli_sarif_output_is_valid_and_parsable ... ok [INFO] [stdout] test e2e::config::test_cli_custom_extractors_detect_contradictions_from_config ... ok [INFO] [stdout] test e2e::config::test_cli_config_format_json_is_used_when_flag_missing ... ok [INFO] [stdout] test e2e::basic::test_cli_check_filters_to_requested_concept ... ok [INFO] [stdout] test e2e::config::test_cli_ignore_rules_suppress_targeted_findings ... ok [INFO] [stdout] test e2e::config::test_cli_init_fails_when_config_already_exists ... ok [INFO] [stdout] test e2e::config::test_cli_init_creates_template_config ... ok [INFO] [stdout] test e2e::config::test_cli_quiet_still_prints_when_findings_exist ... ok [INFO] [stdout] test e2e::config::test_cli_severity_error_ignores_warning_only_findings ... ok [INFO] [stdout] test e2e::config::test_cli_severity_flag_overrides_config_file ... ok [INFO] [stdout] test e2e::baseline::test_cli_baseline_keeps_changed_node_values_visible ... ok [INFO] [stdout] test e2e::config::test_cli_quiet_is_silent_for_clean_workspaces ... ok [INFO] [stdout] test e2e::diff::test_cli_diff_stdin_preserves_significant_whitespace_in_paths ... ok [INFO] [stdout] test e2e::config::test_cli_config_severity_is_used_when_flag_missing ... ok [INFO] [stdout] test e2e::fix::test_cli_fix_dry_run_does_not_modify_files ... ok [INFO] [stdout] test e2e::config::test_cli_skip_concepts_ignores_port_conflicts ... ok [INFO] [stdout] test e2e::fix::test_cli_fix_no_backup_avoids_creating_backup_files ... ok [INFO] [stdout] test e2e::diff::test_cli_diff_preserves_significant_whitespace_in_git_paths ... ok [INFO] [stdout] test e2e::fix::test_cli_fix_preserves_crlf_for_line_based_env_rewrites ... ok [INFO] [stdout] test e2e::fix::test_cli_fix_mode_mutates_workspace_and_resolves_contradiction ... ok [INFO] [stdout] test e2e::fix::test_cli_fix_preserves_docker_image_digest ... ok [INFO] [stdout] test e2e::fix::test_cli_fix_concept_only_updates_requested_concept ... ok [INFO] [stdout] test e2e::fix::test_cli_fix_preserves_env_quotes_and_inline_comments ... ok [INFO] [stdout] test e2e::fix::test_cli_fix_refuses_ambiguous_multi_token_docker_expose_line ... ok [INFO] [stdout] test e2e::baseline::test_cli_baseline_workflow_suppresses_known_findings_and_catches_new_ones ... ok [INFO] [stdout] test e2e::fix::test_cli_fix_preserves_jsonc_comments_and_crlf ... ok [INFO] [stdout] test e2e::fix::test_cli_fix_uses_atomic_replace_and_keeps_backups ... ok [INFO] [stdout] test e2e::fix::test_cli_fix_updates_multiline_csproj_without_touching_duplicate_values ... ok [INFO] [stdout] test e2e::diff::test_cli_diff_mode_detects_new_contradiction ... ok [INFO] [stdout] test e2e::lsp::test_cli_lsp_rejects_documents_outside_workspace_root ... ok [INFO] [stdout] test e2e::lsp::test_cli_lsp_reloads_config_after_config_buffer_change ... ok [INFO] [stdout] test e2e::diff::test_cli_diff_rejects_option_like_git_ref ... ok [INFO] [stdout] test e2e::lsp::test_cli_lsp_smoke_initialize_and_exit ... ok [INFO] [stdout] test e2e::fix::test_cli_fix_updates_multiline_docker_from_without_leaving_continuation_line_behind ... ok [INFO] [stdout] test e2e::fix::test_cli_fix_updates_multiline_pom_xml_without_touching_duplicate_values ... ok [INFO] [stdout] test e2e::port::test_cli_env_inline_comments_and_quotes_do_not_hide_port_conflicts ... ok [INFO] [stdout] test e2e::monorepo::test_cli_monorepo_per_package_scoping_avoids_cross_package_conflicts ... ok [INFO] [stdout] test e2e::port::test_cli_port_ranges_treat_inside_and_boundary_values_as_compatible ... ok [INFO] [stdout] test e2e::monorepo::test_cli_monorepo_global_concepts_reintroduce_cross_package_conflicts ... ok [INFO] [stdout] test e2e::port::test_cli_port_ranges_still_report_values_outside_the_range ... ok [INFO] [stdout] test e2e::monorepo::test_cli_monorepo_root_level_contradiction_is_reported_once ... ok [INFO] [stdout] test e2e::lsp::test_cli_lsp_uses_unsaved_buffer_diagnostics_and_targeted_code_actions ... FAILED [INFO] [stdout] test e2e::lsp::test_cli_lsp_rapid_typing_uses_incremental_targeted_rescans ... ok [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- e2e::lsp::test_cli_lsp_uses_unsaved_buffer_diagnostics_and_targeted_code_actions stdout ---- [INFO] [stdout] [INFO] [stdout] thread 'e2e::lsp::test_cli_lsp_uses_unsaved_buffer_diagnostics_and_targeted_code_actions' (911) panicked at tests/e2e/lsp.rs:167:10: [INFO] [stdout] code action result should be an array [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x5d8275ad546a - std[128c3efe2914e152]::backtrace_rs::backtrace::libunwind::trace [INFO] [stdout] at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9 [INFO] [stdout] 1: 0x5d8275ad546a - std[128c3efe2914e152]::backtrace_rs::backtrace::trace_unsynchronized:: [INFO] [stdout] at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14 [INFO] [stdout] 2: 0x5d8275ad546a - std[128c3efe2914e152]::sys::backtrace::_print_fmt [INFO] [stdout] at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/sys/backtrace.rs:74:9 [INFO] [stdout] 3: 0x5d8275ad546a - <::print::DisplayBacktrace as core[6771d259883166e6]::fmt::Display>::fmt [INFO] [stdout] at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/sys/backtrace.rs:44:26 [INFO] [stdout] 4: 0x5d8275aebdca - ::fmt [INFO] [stdout] at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/core/src/fmt/rt.rs:152:76 [INFO] [stdout] 5: 0x5d8275aebdca - core[6771d259883166e6]::fmt::write [INFO] [stdout] 6: 0x5d8275adb3d2 - std[128c3efe2914e152]::io::default_write_fmt::> [INFO] [stdout] at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/io/mod.rs:621:11 [INFO] [stdout] 7: 0x5d8275adb3d2 - as std[128c3efe2914e152]::io::Write>::write_fmt [INFO] [stdout] at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/io/mod.rs:1976:13 [INFO] [stdout] 8: 0x5d8275ab18ef - ::print [INFO] [stdout] at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/sys/backtrace.rs:47:9 [INFO] [stdout] 9: 0x5d8275ab18ef - std[128c3efe2914e152]::panicking::default_hook::{closure#0} [INFO] [stdout] at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panicking.rs:292:27 [INFO] [stdout] 10: 0x5d8275acc779 - std[128c3efe2914e152]::panicking::default_hook [INFO] [stdout] at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panicking.rs:316:9 [INFO] [stdout] 11: 0x5d827597aa5c - core[6771d259883166e6]::ops::function::Fn<(&'a std[128c3efe2914e152]::panic::PanicHookInfo<'b>,), Output = ()> + core[6771d259883166e6]::marker::Sync + core[6771d259883166e6]::marker::Send> as core[6771d259883166e6]::ops::function::Fn<(&std[128c3efe2914e152]::panic::PanicHookInfo,)>>::call [INFO] [stdout] at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/alloc/src/boxed.rs:2263:9 [INFO] [stdout] 12: 0x5d827597aa5c - test[b137923399915ecf]::test_main_with_exit_callback::::{closure#0} [INFO] [stdout] at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/test/src/lib.rs:145:21 [INFO] [stdout] 13: 0x5d8275acc932 - core[6771d259883166e6]::ops::function::Fn<(&'a std[128c3efe2914e152]::panic::PanicHookInfo<'b>,), Output = ()> + core[6771d259883166e6]::marker::Sync + core[6771d259883166e6]::marker::Send> as core[6771d259883166e6]::ops::function::Fn<(&std[128c3efe2914e152]::panic::PanicHookInfo,)>>::call [INFO] [stdout] at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/alloc/src/boxed.rs:2263:9 [INFO] [stdout] 14: 0x5d8275acc932 - std[128c3efe2914e152]::panicking::panic_with_hook [INFO] [stdout] at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panicking.rs:833:13 [INFO] [stdout] 15: 0x5d8275ab19a8 - std[128c3efe2914e152]::panicking::panic_handler::{closure#0} [INFO] [stdout] at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panicking.rs:698:13 [INFO] [stdout] 16: 0x5d8275aa68f9 - std[128c3efe2914e152]::sys::backtrace::__rust_end_short_backtrace:: [INFO] [stdout] at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/sys/backtrace.rs:182:18 [INFO] [stdout] 17: 0x5d8275ab26bd - __rustc[752cc74e29381ccc]::rust_begin_unwind [INFO] [stdout] at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panicking.rs:689:5 [INFO] [stdout] 18: 0x5d8275aec5dc - core[6771d259883166e6]::panicking::panic_fmt [INFO] [stdout] at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/core/src/panicking.rs:80:14 [INFO] [stdout] 19: 0x5d8275aec2d4 - core[6771d259883166e6]::panicking::panic_display::<&str> [INFO] [stdout] at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/core/src/panicking.rs:259:5 [INFO] [stdout] 20: 0x5d8275aec2d4 - core[6771d259883166e6]::option::expect_failed [INFO] [stdout] at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/core/src/option.rs:2260:5 [INFO] [stdout] 21: 0x5d82759577b0 - core::option::Option::expect::h8c74b198105acc9f [INFO] [stdout] at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/core/src/option.rs:971:21 [INFO] [stdout] 22: 0x5d827592f9be - e2e_cli::e2e::lsp::test_cli_lsp_uses_unsaved_buffer_diagnostics_and_targeted_code_actions::hd65cf764fcdb7e44 [INFO] [stdout] at /opt/rustwide/workdir/tests/e2e/lsp.rs:167:10 [INFO] [stdout] 23: 0x5d8275930947 - e2e_cli::e2e::lsp::test_cli_lsp_uses_unsaved_buffer_diagnostics_and_targeted_code_actions::{{closure}}::hfb30a9b42c19661b [INFO] [stdout] at /opt/rustwide/workdir/tests/e2e/lsp.rs:9:76 [INFO] [stdout] 24: 0x5d82759319e6 - core::ops::function::FnOnce::call_once::h04f970ff8f0ba9b5 [INFO] [stdout] at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 25: 0x5d827596eb5b - core[6771d259883166e6]::result::Result<(), alloc[fef50e8eecedd288]::string::String> as core[6771d259883166e6]::ops::function::FnOnce<()>>::call_once [INFO] [stdout] at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 26: 0x5d827596eb5b - test[b137923399915ecf]::__rust_begin_short_backtrace::, fn() -> core[6771d259883166e6]::result::Result<(), alloc[fef50e8eecedd288]::string::String>> [INFO] [stdout] at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/test/src/lib.rs:663:18 [INFO] [stdout] 27: 0x5d827597b52b - test[b137923399915ecf]::run_test_in_process::{closure#0} [INFO] [stdout] at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/test/src/lib.rs:686:74 [INFO] [stdout] 28: 0x5d827597b52b - as core[6771d259883166e6]::ops::function::FnOnce<()>>::call_once [INFO] [stdout] at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/core/src/panic/unwind_safe.rs:275:9 [INFO] [stdout] 29: 0x5d827597b52b - std[128c3efe2914e152]::panicking::catch_unwind::do_call::, core[6771d259883166e6]::result::Result<(), alloc[fef50e8eecedd288]::string::String>> [INFO] [stdout] at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panicking.rs:581:40 [INFO] [stdout] 30: 0x5d827597b52b - std[128c3efe2914e152]::panicking::catch_unwind::, core[6771d259883166e6]::panic::unwind_safe::AssertUnwindSafe> [INFO] [stdout] at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panicking.rs:544:19 [INFO] [stdout] 31: 0x5d827597b52b - std[128c3efe2914e152]::panic::catch_unwind::, core[6771d259883166e6]::result::Result<(), alloc[fef50e8eecedd288]::string::String>> [INFO] [stdout] at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panic.rs:359:14 [INFO] [stdout] 32: 0x5d827597b52b - test[b137923399915ecf]::run_test_in_process [INFO] [stdout] at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/test/src/lib.rs:686:27 [INFO] [stdout] 33: 0x5d827597b52b - test[b137923399915ecf]::run_test::{closure#0} [INFO] [stdout] at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/test/src/lib.rs:607:43 [INFO] [stdout] 34: 0x5d8275975984 - test[b137923399915ecf]::run_test::{closure#1} [INFO] [stdout] at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/test/src/lib.rs:637:41 [INFO] [stdout] 35: 0x5d8275975984 - std[128c3efe2914e152]::sys::backtrace::__rust_begin_short_backtrace:: [INFO] [stdout] at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/sys/backtrace.rs:166:18 [INFO] [stdout] 36: 0x5d827597e132 - std[128c3efe2914e152]::thread::lifecycle::spawn_unchecked::::{closure#1}::{closure#0} [INFO] [stdout] at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/thread/lifecycle.rs:91:13 [INFO] [stdout] 37: 0x5d827597e132 - ::{closure#1}::{closure#0}> as core[6771d259883166e6]::ops::function::FnOnce<()>>::call_once [INFO] [stdout] at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/core/src/panic/unwind_safe.rs:275:9 [INFO] [stdout] 38: 0x5d827597e132 - std[128c3efe2914e152]::panicking::catch_unwind::do_call::::{closure#1}::{closure#0}>, ()> [INFO] [stdout] at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panicking.rs:581:40 [INFO] [stdout] 39: 0x5d827597e132 - std[128c3efe2914e152]::panicking::catch_unwind::<(), core[6771d259883166e6]::panic::unwind_safe::AssertUnwindSafe::{closure#1}::{closure#0}>> [INFO] [stdout] at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panicking.rs:544:19 [INFO] [stdout] 40: 0x5d827597e132 - std[128c3efe2914e152]::panic::catch_unwind::::{closure#1}::{closure#0}>, ()> [INFO] [stdout] at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panic.rs:359:14 [INFO] [stdout] 41: 0x5d827597e132 - std[128c3efe2914e152]::thread::lifecycle::spawn_unchecked::::{closure#1} [INFO] [stdout] at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/thread/lifecycle.rs:89:26 [INFO] [stdout] 42: 0x5d827597e132 - ::{closure#1} as core[6771d259883166e6]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stdout] at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 43: 0x5d8275ad44df - + core[6771d259883166e6]::marker::Send> as core[6771d259883166e6]::ops::function::FnOnce<()>>::call_once [INFO] [stdout] at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/alloc/src/boxed.rs:2249:9 [INFO] [stdout] 44: 0x5d8275ad44df - ::new::thread_start [INFO] [stdout] at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/sys/thread/unix.rs:118:17 [INFO] [stdout] 45: 0x7dfde222aaa4 - [INFO] [stdout] 46: 0x7dfde22b7a64 - clone [INFO] [stdout] 47: 0x0 - [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] e2e::lsp::test_cli_lsp_uses_unsaved_buffer_diagnostics_and_targeted_code_actions [INFO] [stdout] [INFO] [stdout] test result: FAILED. 48 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.97s [INFO] [stdout] [INFO] [stderr] error: test failed, to rerun pass `--test e2e_cli` [INFO] running `Command { std: "docker" "inspect" "a14f0755245218167b8fbb68918279c6fe8a9a56ac0579bc472926eb46f713dc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a14f0755245218167b8fbb68918279c6fe8a9a56ac0579bc472926eb46f713dc", kill_on_drop: false }` [INFO] [stdout] a14f0755245218167b8fbb68918279c6fe8a9a56ac0579bc472926eb46f713dc