[INFO] cloning repository https://github.com/s-zaizen/deus
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/s-zaizen/deus" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fs-zaizen%2Fdeus", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fs-zaizen%2Fdeus'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] ea8c2773d2babb2563d7499622b5989bbbe25c34
[INFO] testing s-zaizen/deus against 1.97.0-beta.6 for beta-1.98-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fs-zaizen%2Fdeus" "/workspace/builds/worker-4-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/s-zaizen/deus
[INFO] finished tweaking git repo https://github.com/s-zaizen/deus
[INFO] tweaked toml for git repo https://github.com/s-zaizen/deus written to /workspace/builds/worker-4-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/s-zaizen/deus on toolchain 1.97.0-beta.6
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.97.0-beta.6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/s-zaizen/deus already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.97.0-beta.6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded serial_test v3.4.0
[INFO] [stderr]   Downloaded serial_test_derive v3.4.0
[INFO] [stderr]   Downloaded rusqlite v0.31.0
[INFO] [stderr]   Downloaded rustls v0.23.39
[INFO] [stderr]   Downloaded libsqlite3-sys v0.28.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] dc5e0a6d29d4bba83d48dbfa2414b450934af3e8ff740bc3df279e3ae8310432
[INFO] running `Command { std: "docker" "start" "dc5e0a6d29d4bba83d48dbfa2414b450934af3e8ff740bc3df279e3ae8310432", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "dc5e0a6d29d4bba83d48dbfa2414b450934af3e8ff740bc3df279e3ae8310432", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "dc5e0a6d29d4bba83d48dbfa2414b450934af3e8ff740bc3df279e3ae8310432" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "dc5e0a6d29d4bba83d48dbfa2414b450934af3e8ff740bc3df279e3ae8310432", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "dc5e0a6d29d4bba83d48dbfa2414b450934af3e8ff740bc3df279e3ae8310432" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling bytes v1.11.1
[INFO] [stderr]    Compiling cc v1.2.61
[INFO] [stderr]    Compiling bitflags v2.11.1
[INFO] [stderr]    Compiling futures-task v0.3.32
[INFO] [stderr]    Compiling writeable v0.6.3
[INFO] [stderr]    Compiling litemap v0.8.2
[INFO] [stderr]    Compiling icu_normalizer_data v2.2.0
[INFO] [stderr]    Compiling hashbrown v0.17.0
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling icu_properties_data v2.2.0
[INFO] [stderr]    Compiling openssl v0.10.78
[INFO] [stderr]    Compiling zerocopy v0.8.48
[INFO] [stderr]    Compiling futures-channel v0.3.32
[INFO] [stderr]    Compiling native-tls v0.2.18
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling futures-util v0.3.32
[INFO] [stderr]    Compiling form_urlencoded v1.2.2
[INFO] [stderr]    Compiling ipnet v2.12.0
[INFO] [stderr]    Compiling regex-syntax v0.8.10
[INFO] [stderr]    Compiling getrandom v0.4.2
[INFO] [stderr]    Compiling iri-string v0.7.12
[INFO] [stderr]    Compiling dirs-sys v0.4.1
[INFO] [stderr]    Compiling sharded-slab v0.1.7
[INFO] [stderr]    Compiling clap_builder v4.6.0
[INFO] [stderr]    Compiling anyhow v1.0.102
[INFO] [stderr]    Compiling http v1.4.0
[INFO] [stderr]    Compiling serde_path_to_error v0.1.20
[INFO] [stderr]    Compiling indexmap v2.14.0
[INFO] [stderr]    Compiling tracing-log v0.2.0
[INFO] [stderr]    Compiling encoding_rs v0.8.35
[INFO] [stderr]    Compiling thread_local v1.1.9
[INFO] [stderr]    Compiling crypto-common v0.1.7
[INFO] [stderr]    Compiling block-buffer v0.10.4
[INFO] [stderr]    Compiling fallible-iterator v0.3.0
[INFO] [stderr]    Compiling nu-ansi-term v0.50.3
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling fallible-streaming-iterator v0.1.9
[INFO] [stderr]    Compiling uuid v1.23.1
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling sha2 v0.10.9
[INFO] [stderr]    Compiling dirs v5.0.1
[INFO] [stderr]    Compiling http-body v1.0.1
[INFO] [stderr]    Compiling http-body-util v0.1.3
[INFO] [stderr]    Compiling openssl-sys v0.9.114
[INFO] [stderr]    Compiling libsqlite3-sys v0.28.0
[INFO] [stderr]    Compiling matchers v0.2.0
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling zerofrom-derive v0.1.7
[INFO] [stderr]    Compiling yoke-derive v0.8.2
[INFO] [stderr]    Compiling zerovec-derive v0.11.3
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling tokio-macros v2.7.0
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]    Compiling axum-macros v0.4.2
[INFO] [stderr]    Compiling clap_derive v4.6.1
[INFO] [stderr]    Compiling ahash v0.8.12
[INFO] [stderr]    Compiling hashbrown v0.14.5
[INFO] [stderr]    Compiling tokio v1.52.1
[INFO] [stderr]    Compiling hashlink v0.9.1
[INFO] [stderr]    Compiling clap v4.6.1
[INFO] [stderr]    Compiling zerofrom v0.1.7
[INFO] [stderr]    Compiling tracing v0.1.44
[INFO] [stderr]    Compiling yoke v0.8.2
[INFO] [stderr]    Compiling axum-core v0.4.5
[INFO] [stderr]    Compiling tower-http v0.5.2
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling zerovec v0.11.6
[INFO] [stderr]    Compiling zerotrie v0.2.4
[INFO] [stderr]    Compiling tinystr v0.8.3
[INFO] [stderr]    Compiling potential_utf v0.1.5
[INFO] [stderr]    Compiling icu_collections v2.2.0
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling tracing-serde v0.2.0
[INFO] [stderr]    Compiling chrono v0.4.44
[INFO] [stderr]    Compiling icu_locale_core v2.2.0
[INFO] [stderr]    Compiling tracing-subscriber v0.3.23
[INFO] [stderr]    Compiling icu_provider v2.2.0
[INFO] [stderr]    Compiling icu_properties v2.2.0
[INFO] [stderr]    Compiling icu_normalizer v2.2.0
[INFO] [stderr]    Compiling idna_adapter v1.2.1
[INFO] [stderr]    Compiling idna v1.1.0
[INFO] [stderr]    Compiling url v2.5.8
[INFO] [stderr]    Compiling tokio-util v0.7.18
[INFO] [stderr]    Compiling tower v0.5.3
[INFO] [stderr]    Compiling tokio-native-tls v0.3.1
[INFO] [stderr]    Compiling h2 v0.4.13
[INFO] [stderr]    Compiling tower-http v0.6.8
[INFO] [stderr]    Compiling rusqlite v0.31.0
[INFO] [stderr]    Compiling hyper v1.9.0
[INFO] [stderr]    Compiling hyper-util v0.1.20
[INFO] [stderr]    Compiling hyper-tls v0.6.0
[INFO] [stderr]    Compiling axum v0.7.9
[INFO] [stderr]    Compiling reqwest v0.12.28
[INFO] [stderr]    Compiling makina v0.1.0 (/opt/rustwide/workdir/crates/makina)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 56.07s
[INFO] running `Command { std: "docker" "inspect" "dc5e0a6d29d4bba83d48dbfa2414b450934af3e8ff740bc3df279e3ae8310432", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "dc5e0a6d29d4bba83d48dbfa2414b450934af3e8ff740bc3df279e3ae8310432" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling futures-util v0.3.32
[INFO] [stderr]    Compiling openssl v0.10.78
[INFO] [stderr]    Compiling sdd v3.0.10
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]    Compiling serial_test_derive v3.4.0
[INFO] [stderr]    Compiling rusqlite v0.31.0
[INFO] [stderr]    Compiling tower-http v0.5.2
[INFO] [stderr]    Compiling scc v2.4.0
[INFO] [stderr]    Compiling tempfile v3.27.0
[INFO] [stderr]    Compiling hyper-util v0.1.20
[INFO] [stderr]    Compiling tower v0.5.3
[INFO] [stderr]    Compiling axum-core v0.4.5
[INFO] [stderr]    Compiling futures-executor v0.3.32
[INFO] [stderr]    Compiling serial_test v3.4.0
[INFO] [stderr]    Compiling tower-http v0.6.8
[INFO] [stderr]    Compiling native-tls v0.2.18
[INFO] [stderr]    Compiling tokio-native-tls v0.3.1
[INFO] [stderr]    Compiling hyper-tls v0.6.0
[INFO] [stderr]    Compiling reqwest v0.12.28
[INFO] [stderr]    Compiling axum v0.7.9
[INFO] [stderr]    Compiling makina v0.1.0 (/opt/rustwide/workdir/crates/makina)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 25.59s
[INFO] running `Command { std: "docker" "inspect" "dc5e0a6d29d4bba83d48dbfa2414b450934af3e8ff740bc3df279e3ae8310432", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "dc5e0a6d29d4bba83d48dbfa2414b450934af3e8ff740bc3df279e3ae8310432" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "test" "--frozen", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.28s
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/makina-d603407d97d824a4)
[INFO] [stdout] 
[INFO] [stdout] running 42 tests
[INFO] [stdout] test features::audit::tests::extract_report_markdown_returns_empty_on_provider_error ... ok
[INFO] [stdout] test features::audit::tests::normalize_report_markdown_adds_makina_heading_when_missing ... ok
[INFO] [stdout] test features::audit::tests::audit_context_includes_exploration_plan_guidance ... ok
[INFO] [stdout] test features::audit::tests::no_text_output_is_not_treated_as_report ... ok
[INFO] [stdout] test features::audit::tests::rendered_report_markdown_round_trips_to_structured_sections ... ok
[INFO] [stdout] test features::audit::tests::report_is_complete_requires_every_expected_finding_heading ... ok
[INFO] [stdout] test features::audit::tests::sanitize_provider_error_redacts_api_key ... ok
[INFO] [stdout] test features::audit::tests::truncate_text_reports_omitted_character_count ... ok
[INFO] [stdout] test features::audit::tests::structured_report_json_requires_every_expected_makina_id ... ok
[INFO] [stdout] test features::scan::tests::dedupe_keeps_same_cwe_when_ranges_are_far_apart ... ok
[INFO] [stdout] test features::audit::tests::structured_report_json_renders_canonical_markdown_sections ... ok
[INFO] [stdout] test features::scan::tests::dedupe_prefers_taint_path_over_semgrep_for_same_issue ... ok
[INFO] [stdout] test features::scan::tests::dedupe_preserves_trace_graph_from_lower_ranked_duplicate ... ok
[INFO] [stdout] test features::scan::tests::dedupe_uses_confidence_within_same_source_rank ... ok
[INFO] [stdout] test features::scan::tests::dedupe_uses_rule_id_when_cwe_is_missing ... ok
[INFO] [stdout] test features::scan::tests::project_code_preserves_file_line_map ... ok
[INFO] [stdout] test features::scan::tests::remap_project_finding_assigns_cross_file_flow_to_sink_file ... ok
[INFO] [stdout] test infra::ml::tests::bytes_to_f32_vec_rejects_non_multiple_of_four ... ok
[INFO] [stdout] test api::tests::dev_mode_keeps_write_routes_registered ... ok
[INFO] [stdout] test infra::ml::tests::ml_finding_to_domain_marks_uncertain_band ... ok
[INFO] [stdout] test infra::ml::tests::default_base_url_falls_back_when_env_missing ... ok
[INFO] [stdout] test store::tests::empty_makina_home_uses_default_dir_without_panicking ... ok
[INFO] [stdout] test flags::tests::defaults_to_dev_mode_when_env_absent ... ok
[INFO] [stdout] test infra::ml::tests::bytes_to_f32_vec_round_trips_three_values ... ok
[INFO] [stdout] test flags::tests::parses_truthy_values ... ok
[INFO] [stdout] test infra::ml::tests::ml_finding_to_domain_propagates_source_tag ... ok
[INFO] [stdout] test features::audit::tests::normalize_report_markdown_keeps_makina_heading ... ok
[INFO] [stdout] test infra::ml::tests::severity_from_str_falls_back_to_low_for_unknown ... ok
[INFO] [stdout] test infra::ml::tests::bytes_to_f32_vec_rejects_empty_input ... ok
[INFO] [stdout] test infra::ml::tests::language_hint_is_stable_for_every_variant ... ok
[INFO] [stdout] test infra::ml::tests::severity_from_str_handles_known_buckets ... ok
[INFO] [stdout] test store::tests::knowledge_items_round_trip_findings_json ... ok
[INFO] [stdout] test store::tests::model_stage_progression_matches_label_count ... ok
[INFO] [stdout] test flags::tests::rejects_falsy_and_garbage ... ok
[INFO] [stdout] test store::tests::save_finding_persists_group_key_for_group_aware_training ... ok
[INFO] [stdout] test store::tests::training_examples_view_only_exposes_trainable_rows ... ok
[INFO] [stdout] test api::tests::public_mode_strips_write_routes ... ok
[INFO] [stdout] test store::tests::add_then_submit_moves_case_from_queue_to_knowledge ... ok
[INFO] [stdout] test store::tests::save_finding_persists_and_get_stats_counts ... ok
[INFO] [stdout] test store::tests::update_label_records_append_only_label_event ... ok
[INFO] [stdout] test store::tests::unlabeled_findings_do_not_count_in_stats ... ok
[INFO] [stdout] test store::tests::init_db_is_idempotent ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 42 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.38s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "dc5e0a6d29d4bba83d48dbfa2414b450934af3e8ff740bc3df279e3ae8310432", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "dc5e0a6d29d4bba83d48dbfa2414b450934af3e8ff740bc3df279e3ae8310432", kill_on_drop: false }`
[INFO] [stdout] dc5e0a6d29d4bba83d48dbfa2414b450934af3e8ff740bc3df279e3ae8310432
