[INFO] cloning repository https://github.com/jonruttan/dc-runner-rust
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/jonruttan/dc-runner-rust" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjonruttan%2Fdc-runner-rust", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjonruttan%2Fdc-runner-rust'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 98623138f01c9a3c26dda64a42da71511457fe16
[INFO] testing jonruttan/dc-runner-rust against beta-2026-03-05 for beta-1.95-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjonruttan%2Fdc-runner-rust" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-1-tc2/source/.cargo/config.toml
[INFO] started tweaking git repo https://github.com/jonruttan/dc-runner-rust
[INFO] finished tweaking git repo https://github.com/jonruttan/dc-runner-rust
[INFO] tweaked toml for git repo https://github.com/jonruttan/dc-runner-rust written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/jonruttan/dc-runner-rust on toolchain beta-2026-03-05
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-03-05" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/jonruttan/dc-runner-rust already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-03-05" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 85fac958f33eb8014db454682721c5c2c4250a6f1969040729c7aea600e1ea50
[INFO] running `Command { std: "docker" "start" "-a" "85fac958f33eb8014db454682721c5c2c4250a6f1969040729c7aea600e1ea50", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "85fac958f33eb8014db454682721c5c2c4250a6f1969040729c7aea600e1ea50", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "85fac958f33eb8014db454682721c5c2c4250a6f1969040729c7aea600e1ea50", kill_on_drop: false }`
[INFO] [stdout] 85fac958f33eb8014db454682721c5c2c4250a6f1969040729c7aea600e1ea50
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 6a48c5a32a727843bae13e0b78a111384cc252096e2845a902f7de2f5f5e95df
[INFO] running `Command { std: "docker" "start" "-a" "6a48c5a32a727843bae13e0b78a111384cc252096e2845a902f7de2f5f5e95df", kill_on_drop: false }`
[INFO] [stderr]    Compiling typenum v1.19.0
[INFO] [stderr]    Compiling serde v1.0.203
[INFO] [stderr]    Compiling memchr v2.8.0
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling indexmap v1.9.3
[INFO] [stderr]    Compiling serde_json v1.0.117
[INFO] [stderr]    Compiling clap_lex v0.7.7
[INFO] [stderr]    Compiling rustix v0.38.44
[INFO] [stderr]    Compiling ryu v1.0.23
[INFO] [stderr]    Compiling yaml-rust v0.4.5
[INFO] [stderr]    Compiling bitflags v2.11.0
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling linux-raw-sys v0.4.15
[INFO] [stderr]    Compiling anyhow v1.0.86
[INFO] [stderr]    Compiling chrono v0.4.38
[INFO] [stderr]    Compiling clap_builder v4.5.7
[INFO] [stderr]    Compiling aho-corasick v1.1.4
[INFO] [stderr]    Compiling bstr v1.12.1
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling block-buffer v0.10.4
[INFO] [stderr]    Compiling crypto-common v0.1.7
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling sha2 v0.10.8
[INFO] [stderr]    Compiling dc-runner-cli v0.2.12 (/opt/rustwide/workdir/dc-runner-cli)
[INFO] [stderr]    Compiling tempfile v3.10.1
[INFO] [stderr]    Compiling serde_derive v1.0.203
[INFO] [stderr]    Compiling clap_derive v4.5.5
[INFO] [stderr]    Compiling globset v0.4.14
[INFO] [stderr]    Compiling clap v4.5.7
[INFO] [stderr]    Compiling serde_yaml v0.8.26
[INFO] [stderr]    Compiling xtask v0.1.0 (/opt/rustwide/workdir/xtask)
[INFO] [stdout] warning: fields `output` and `diagnostics` are never read
[INFO] [stdout]    --> dc-runner-cli/src/service_runtime/mod.rs:103:9
[INFO] [stdout]     |
[INFO] [stdout] 102 | pub struct ServiceInvocationResponse {
[INFO] [stdout]     |            ------------------------- fields in this struct
[INFO] [stdout] 103 |     pub output: JsonValue,
[INFO] [stdout]     |         ^^^^^^
[INFO] [stdout] 104 |     pub diagnostics: HashMap<String, JsonValue>,
[INFO] [stdout]     |         ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `ServiceInvocationResponse` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 31.78s
[INFO] running `Command { std: "docker" "inspect" "6a48c5a32a727843bae13e0b78a111384cc252096e2845a902f7de2f5f5e95df", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6a48c5a32a727843bae13e0b78a111384cc252096e2845a902f7de2f5f5e95df", kill_on_drop: false }`
[INFO] [stdout] 6a48c5a32a727843bae13e0b78a111384cc252096e2845a902f7de2f5f5e95df
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 541fdcc6cceb059cfef9fd39eff9255d8579b706e10503754ae8f4d015e3f15e
[INFO] running `Command { std: "docker" "start" "-a" "541fdcc6cceb059cfef9fd39eff9255d8579b706e10503754ae8f4d015e3f15e", kill_on_drop: false }`
[INFO] [stderr]    Compiling regex-syntax v0.8.10
[INFO] [stderr]    Compiling predicates-core v1.0.10
[INFO] [stderr]    Compiling doc-comment v0.3.4
[INFO] [stderr]    Compiling float-cmp v0.9.0
[INFO] [stderr]    Compiling termtree v0.5.1
[INFO] [stderr]    Compiling normalize-line-endings v0.3.0
[INFO] [stderr]    Compiling assert_cmd v2.0.14
[INFO] [stderr]    Compiling difflib v0.4.0
[INFO] [stderr]    Compiling wait-timeout v0.2.1
[INFO] [stderr]    Compiling dc-runner-cli v0.2.12 (/opt/rustwide/workdir/dc-runner-cli)
[INFO] [stdout] warning: fields `output` and `diagnostics` are never read
[INFO] [stdout]    --> dc-runner-cli/src/service_runtime/mod.rs:103:9
[INFO] [stdout]     |
[INFO] [stdout] 102 | pub struct ServiceInvocationResponse {
[INFO] [stdout]     |            ------------------------- fields in this struct
[INFO] [stdout] 103 |     pub output: JsonValue,
[INFO] [stdout]     |         ^^^^^^
[INFO] [stdout] 104 |     pub diagnostics: HashMap<String, JsonValue>,
[INFO] [stdout]     |         ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `ServiceInvocationResponse` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling predicates-tree v1.0.13
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stdout] warning: fields `output` and `diagnostics` are never read
[INFO] [stdout]    --> dc-runner-cli/src/service_runtime/mod.rs:103:9
[INFO] [stdout]     |
[INFO] [stdout] 102 | pub struct ServiceInvocationResponse {
[INFO] [stdout]     |            ------------------------- fields in this struct
[INFO] [stdout] 103 |     pub output: JsonValue,
[INFO] [stdout]     |         ^^^^^^
[INFO] [stdout] 104 |     pub diagnostics: HashMap<String, JsonValue>,
[INFO] [stdout]     |         ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `ServiceInvocationResponse` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling bstr v1.12.1
[INFO] [stderr]    Compiling regex v1.12.3
[INFO] [stderr]    Compiling globset v0.4.14
[INFO] [stderr]    Compiling predicates v3.1.0
[INFO] [stderr]    Compiling xtask v0.1.0 (/opt/rustwide/workdir/xtask)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 18.21s
[INFO] running `Command { std: "docker" "inspect" "541fdcc6cceb059cfef9fd39eff9255d8579b706e10503754ae8f4d015e3f15e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "541fdcc6cceb059cfef9fd39eff9255d8579b706e10503754ae8f4d015e3f15e", kill_on_drop: false }`
[INFO] [stdout] 541fdcc6cceb059cfef9fd39eff9255d8579b706e10503754ae8f4d015e3f15e
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 0499d9d71924fcde4d6b889491c39afb30c8a11c563c4b7e06d542bf5d0c0fb0
[INFO] running `Command { std: "docker" "start" "-a" "0499d9d71924fcde4d6b889491c39afb30c8a11c563c4b7e06d542bf5d0c0fb0", kill_on_drop: false }`
[INFO] [stderr] warning: fields `output` and `diagnostics` are never read
[INFO] [stderr]    --> dc-runner-cli/src/service_runtime/mod.rs:103:9
[INFO] [stderr]     |
[INFO] [stderr] 102 | pub struct ServiceInvocationResponse {
[INFO] [stderr]     |            ------------------------- fields in this struct
[INFO] [stderr] 103 |     pub output: JsonValue,
[INFO] [stderr]     |         ^^^^^^
[INFO] [stderr] 104 |     pub diagnostics: HashMap<String, JsonValue>,
[INFO] [stderr]     |         ^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `ServiceInvocationResponse` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
[INFO] [stderr]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `dc-runner-cli` (bin "dc-runner" test) generated 1 warning
[INFO] [stderr] warning: `dc-runner-cli` (bin "dc-runner") generated 1 warning (1 duplicate)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.19s
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/dc_runner-8c09ca03bf7d85aa)
[INFO] [stdout] 
[INFO] [stdout] running 84 tests
[INFO] [stdout] test app::dispatch::tests::dispatch_rejects_unknown_subcommand ... ok
[INFO] [stdout] test app::entry::tests::parse_entry_no_args_returns_quickstart_exit_zero ... ok
[INFO] [stdout] test app::dispatch::tests::dispatch_spec_ref_requires_single_argument ... ok
[INFO] [stderr] error: unrecognized subcommand 'does-not-exist'
[INFO] [stderr] 
[INFO] [stderr]   tip: a similar subcommand exists: 'docs-lint'
[INFO] [stderr] 
[INFO] [stderr] Usage: dc-runner [OPTIONS] <COMMAND>
[INFO] [stderr] 
[INFO] [stdout] test app::entry::tests::parse_entry_reads_subcommand_and_forwarded_args ... ok
[INFO] [stderr] For more information, try '--help'.
[INFO] [stderr] error: the following required arguments were not provided:
[INFO] [stderr]   --bundle-id <BUNDLE_ID>
[INFO] [stderr] 
[INFO] [stderr] Usage: dc-runner bundle info --bundle-id <BUNDLE_ID>
[INFO] [stderr] 
[INFO] [stderr] For more information, try '--help'.
[INFO] [stdout] test app::entry::tests::parse_entry_rejects_unknown_subcommand ... ok
[INFO] [stdout] test app::entry::tests::parse_entry_supports_hidden_lint_alias ... ok
[INFO] [stdout] test app::entry::tests::parse_entry_supports_bundle_info ... ok
[INFO] [stdout] test app::entry::tests::parse_entry_supports_bundle_run ... ok
[INFO] [stdout] test app::dispatch::tests::dispatch_supports_quality_lint_and_alias_input ... ok
[INFO] [stdout] test app::entry::tests::parse_entry_rejects_bundle_info_missing_required_bundle_id ... ok
[INFO] [stdout] test app::entry::tests::parse_entry_rejects_bundle_install_missing_required_version ... ok
[INFO] [stdout] test app::entry::tests::parse_entry_supports_bundle_run_positional_id_defaults ... ok
[INFO] [stdout] test app::entry::tests::parse_entry_supports_bundle_install_lock_driven ... ok
[INFO] [stdout] test app::tests::command_spec_ref_has_validate_report_mapping ... ok
[INFO] [stdout] test app::entry::tests::parse_entry_supports_bundle_scaffold ... ok
[INFO] [stdout] test app::tests::load_case_block_rejects_runner_spec_non_canonical_schema_ref ... ok
[INFO] [stdout] test app::tests::load_case_block_supports_legacy_contracts_list_shape ... ok
[INFO] [stdout] test app::tests::load_case_block_supports_contracts_clauses_mapping_shape ... ok
[INFO] [stdout] test app::tests::parse_bundle_asset_reference_finds_expected_urls ... ok
[INFO] [stdout] test app::tests::parse_bundle_install_args_allows_help_flag ... ok
[INFO] [stdout] test app::tests::parse_bundle_install_args_rejects_missing_version ... ok
[INFO] [stdout] test app::tests::parse_job_ref_accepts_path_and_fragment ... ok
[INFO] [stdout] test app::tests::parse_job_ref_accepts_same_doc_fragment ... ok
[INFO] [stdout] test app::tests::parse_project_scaffold_args_accepts_canonical_mode ... ok
[INFO] [stdout] test app::tests::parse_project_scaffold_args_rejects_external_without_flag ... ok
[INFO] [stdout] test app::tests::parse_sha256_sidecar_supports_common_formats ... ok
[INFO] [stdout] test app::tests::parse_spec_ref_accepts_path_and_fragment ... ok
[INFO] [stdout] test app::tests::parse_spec_ref_accepts_path_only ... ok
[INFO] [stdout] test app::tests::parse_spec_ref_rejects_empty_fragment ... ok
[INFO] [stdout] test app::tests::parse_spec_ref_rejects_empty_path ... ok
[INFO] [stdout] test app::tests::render_template_str_requires_fully_resolved_tokens ... ok
[INFO] [stdout] test app::tests::run_spec_ref_print_returns_nonzero_for_unknown ... ok
[INFO] [stdout] test app::tests::run_specs_prune_requires_expired_flag ... ok
[INFO] [stdout] test app::entry::tests::parse_entry_supports_bundle_list ... ok
[INFO] [stdout] test app::tests::extract_spec_test_blocks_finds_tagged_yaml_blocks ... ok
[INFO] [stdout] test app::tests::parse_bundle_catalog_extracts_bundle_rows ... ok
[INFO] [stdout] test app::tests::specs_clean_keeps_active_and_removes_tail_when_yes ... ok
[INFO] [stdout] test app::tests::specs_info_reports_cached_bundle_state ... ok
[INFO] [stdout] test app::tests::specs_refresh_bundled_updates_state ... ok
[INFO] [stdout] test app::tests::block_id_extracts_id ... ok
[INFO] [stdout] test app::entry::tests::parse_entry_supports_governance_group_name ... ok
[INFO] [stdout] test app::entry::tests::parse_entry_supports_specs_refresh_with_bundle_id ... ok
[INFO] [stdout] test app::tests::canonical_bundle_release_builds_expected_paths ... ok
[INFO] [stdout] test app::tests::specs_rollback_uses_previous_verified_version ... ok
[INFO] [stdout] test app::entry::tests::parse_entry_supports_quality_lint_strict_default ... ok
[INFO] [stdout] test app::entry::tests::parse_entry_supports_quality_lint_pedantic ... ok
[INFO] [stdout] test app::tests::specs_status_reports_default_when_state_missing ... ok
[INFO] [stdout] test domain::command_map::tests::command_spec_ref_has_bundle_command_mapping ... ok
[INFO] [stdout] test app::tests::specs_use_version_requires_verified_entry ... ok
[INFO] [stdout] test app::tests::specs_use_workspace_and_bundled_are_accepted_targets ... ok
[INFO] [stdout] test app::entry::tests::parse_entry_supports_specs_run ... ok
[INFO] [stdout] test domain::command_map::tests::command_spec_ref_has_validate_report_mapping ... ok
[INFO] [stdout] test domain::command_map::tests::command_spec_ref_mapped_ids_are_fragmented_references ... ok
[INFO] [stdout] test domain::refs::tests::parse_job_ref_accepts_path_and_fragment ... ok
[INFO] [stdout] test domain::refs::tests::extract_spec_test_blocks_finds_tagged_yaml_blocks ... ok
[INFO] [stdout] test app::entry::tests::parse_entry_supports_project_scaffold ... ok
[INFO] [stdout] test domain::refs::tests::parse_spec_ref_rejects_empty_fragment ... ok
[INFO] [stdout] test domain::refs::tests::parse_job_ref_accepts_same_doc_fragment ... ok
[INFO] [stdout] test domain::refs::tests::parse_spec_ref_accepts_path_only ... ok
[INFO] [stdout] test domain::refs::tests::parse_spec_ref_accepts_path_and_fragment ... ok
[INFO] [stdout] test app::tests::specs_verify_reports_tamper_failure_and_marks_untrusted ... ok
[INFO] [stdout] test service_registry::tests::resolve_exact_unknown_profile_fails ... ok
[INFO] [stdout] test job_helpers::tests::schema_lint_accepts_nested_class_within_contract ... ok
[INFO] [stdout] test service_runtime::tests::resolve_lock_opt_in_selects_plugin_on_match ... ok
[INFO] [stdout] test job_helpers::tests::schema_lint_rejects_top_level_class ... ok
[INFO] [stdout] test services::gate_summary::tests::summarize_records_status_and_failure ... ok
[INFO] [stdout] test services::specs_ui::tests::normalize_ref_adds_root_slash ... ok
[INFO] [stdout] test profiler::tests::profiler_close_writes_artifacts ... ok
[INFO] [stdout] test profiler::tests::profiler_records_span_and_event ... ok
[INFO] [stdout] test service_runtime::tests::resolve_lock_opt_in_requires_manifest_for_locked_plugin ... ok
[INFO] [stdout] test service_runtime::tests::resolve_lock_opt_in_uses_builtin_when_lock_has_no_match ... ok
[INFO] [stdout] test service_runtime::tests::resolve_lock_opt_in_uses_builtin_without_lock ... ok
[INFO] [stdout] test spec_source::tests::resolve_runtime_mode_auto_prefers_workspace_then_cached_core ... ok
[INFO] [stdout] test domain::refs::tests::block_id_extracts_id ... ok
[INFO] [stdout] test app::tests::specs_versions_accepts_empty_cache ... ok
[INFO] [stdout] test domain::refs::tests::parse_spec_ref_rejects_empty_path ... ok
[INFO] [stdout] test service_registry::tests::resolve_exact_known_profile ... ok
[INFO] [stdout] test spec_source::tests::resolve_runtime_mode_bundled_prefers_highest_verified_core_bundle ... ok
[INFO] [stdout] test spec_source::tests::resolve_runtime_mode_bundled_falls_back_to_embedded_for_invalid_active_cache ... ok
[INFO] [stdout] test spec_source::tests::resolve_runtime_mode_bundled_preserves_active_cache_when_valid ... ok
[INFO] [stdout] test app::dispatch::tests::dispatch_targets_bundle_info_via_dispatch_with_forwarded_args ... ok
[INFO] [stdout] test app::dispatch::tests::dispatch_targets_bundle_install_via_dispatch_with_forwarded_args ... ok
[INFO] [stdout] test app::dispatch::tests::dispatch_targets_bundle_list_via_dispatch ... ok
[INFO] [stdout] test app::dispatch::tests::dispatch_targets_bundle_inspect_via_dispatch_with_forwarded_args ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 84 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.22s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/cli_contract.rs (/opt/rustwide/target/debug/deps/cli_contract-7028b49237bf8242)
[INFO] [stdout] 
[INFO] [stdout] running 27 tests
[INFO] [stdout] test help_advanced_lists_hidden_runtime_flags ... ok
[INFO] [stdout] test governance_group_help_is_concise ... ok
[INFO] [stdout] test entrypoints_run_missing_id_returns_usage_error ... ok
[INFO] [stdout] test entrypoints_help_shows_list_and_run ... ok
[INFO] [stdout] test help_works_and_mentions_specs_group ... ok
[INFO] [stdout] test invalid_spec_source_value_returns_usage_error ... ok
[INFO] [stdout] test required_contract_subcommands_are_dispatched ... ok
[INFO] [stdout] test bundler_group_is_absent_without_feature ... ok
[INFO] [stdout] test entrypoints_run_id_flag_is_rejected ... ok
[INFO] [stdout] test ci_gate_summary_invalid_runner_bin_fails_with_runtime_error ... ok
[INFO] [stdout] test spec_eval_usage_error_returns_two ... ok
[INFO] [stdout] test job_run_unknown_ref_returns_one ... ok
[INFO] [stdout] test entrypoints_list_includes_required_ids ... ok
[INFO] [stdout] test entrypoints_list_supports_explicit_spec_source_flag ... ok
[INFO] [stdout] test unknown_subcommand_returns_two ... ok
[INFO] [stdout] test entrypoints_run_unknown_id_returns_non_zero_with_ids ... ok
[INFO] [stdout] test entrypoints_json_includes_visibility_group_and_source ... ok
[INFO] [stdout] test legacy_schema_aliases_are_rejected ... ok
[INFO] [stdout] test lint_alias_supports_mode_default_and_hidden_path ... ok
[INFO] [stdout] test quality_lint_is_discoverable_via_entrypoints ... ok
[INFO] [stdout] test style_check_returns_zero ... ok
[INFO] [stdout] test schema_commands_resolve_via_entrypoints ... ok
[INFO] [stdout] test specs_list_returns_zero ... ok
[INFO] [stdout] test quality_lint_default_and_mode_flags_are_accepted ... ok
[INFO] [stdout] test docs_commands_resolve_via_entrypoints ... ok
[INFO] [stdout] test entrypoints_run_executes_known_id ... ok
[INFO] [stdout] test ci_gate_summary_writes_outputs ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- ci_gate_summary_writes_outputs stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'ci_gate_summary_writes_outputs' (120) panicked at dc-runner-cli/tests/cli_contract.rs:188:5:
[INFO] [stdout] missing gate summary at /opt/rustwide/workdir/.artifacts/test-ci-gate-summary.json ; stderr: ERROR: command entrypoint governance-broad-native missing required artifact /opt/rustwide/workdir/.artifacts/governance-broad-native-summary.json
[INFO] [stdout] ERROR: failed to create output directory for /opt/rustwide/workdir/.artifacts/test-ci-gate-summary.json: Read-only file system (os error 30)
[INFO] [stdout] 
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x6022dc76a17a - std[b80a194dd3c418bb]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x6022dc76a17a - std[b80a194dd3c418bb]::backtrace_rs::backtrace::trace_unsynchronized::<std[b80a194dd3c418bb]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x6022dc76a17a - std[b80a194dd3c418bb]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x6022dc76a17a - <<std[b80a194dd3c418bb]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[10b6fa85044e1869]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x6022dc77df4a - <core[10b6fa85044e1869]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x6022dc77df4a - core[10b6fa85044e1869]::fmt::write
[INFO] [stdout]    6:     0x6022dc76ea22 - std[b80a194dd3c418bb]::io::default_write_fmt::<alloc[dd269455e567d8e9]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x6022dc76ea22 - <alloc[dd269455e567d8e9]::vec::Vec<u8> as std[b80a194dd3c418bb]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x6022dc748adf - <std[b80a194dd3c418bb]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x6022dc748adf - std[b80a194dd3c418bb]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x6022dc7622d9 - std[b80a194dd3c418bb]::panicking::default_hook
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x6022dc6fe9cc - <alloc[dd269455e567d8e9]::boxed::Box<dyn for<'a, 'b> core[10b6fa85044e1869]::ops::function::Fn<(&'a std[b80a194dd3c418bb]::panic::PanicHookInfo<'b>,), Output = ()> + core[10b6fa85044e1869]::marker::Sync + core[10b6fa85044e1869]::marker::Send> as core[10b6fa85044e1869]::ops::function::Fn<(&std[b80a194dd3c418bb]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   12:     0x6022dc6fe9cc - test[826cbc6ef54ab466]::test_main_with_exit_callback::<test[826cbc6ef54ab466]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x6022dc762492 - <alloc[dd269455e567d8e9]::boxed::Box<dyn for<'a, 'b> core[10b6fa85044e1869]::ops::function::Fn<(&'a std[b80a194dd3c418bb]::panic::PanicHookInfo<'b>,), Output = ()> + core[10b6fa85044e1869]::marker::Sync + core[10b6fa85044e1869]::marker::Send> as core[10b6fa85044e1869]::ops::function::Fn<(&std[b80a194dd3c418bb]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   14:     0x6022dc762492 - std[b80a194dd3c418bb]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x6022dc748b98 - std[b80a194dd3c418bb]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x6022dc740339 - std[b80a194dd3c418bb]::sys::backtrace::__rust_end_short_backtrace::<std[b80a194dd3c418bb]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x6022dc7498ad - __rustc[9698a3e60dd14283]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x6022dc77e75c - core[10b6fa85044e1869]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x6022dc6dd406 - cli_contract::ci_gate_summary_writes_outputs::hc2c0df8e2eb56cb0
[INFO] [stdout]                                at /opt/rustwide/workdir/dc-runner-cli/tests/cli_contract.rs:188:5
[INFO] [stdout]   20:     0x6022dc6dd617 - cli_contract::ci_gate_summary_writes_outputs::{{closure}}::hda6d9d2d54236b3e
[INFO] [stdout]                                at /opt/rustwide/workdir/dc-runner-cli/tests/cli_contract.rs:167:36
[INFO] [stdout]   21:     0x6022dc6efa16 - core::ops::function::FnOnce::call_once::h563a8822b3ab8b91
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   22:     0x6022dc6f2aab - <fn() -> core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   23:     0x6022dc6f2aab - test[826cbc6ef54ab466]::__rust_begin_short_backtrace::<core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>, fn() -> core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:663:18
[INFO] [stdout]   24:     0x6022dc6ff49b - test[826cbc6ef54ab466]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:686:74
[INFO] [stdout]   25:     0x6022dc6ff49b - <core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   26:     0x6022dc6ff49b - std[b80a194dd3c418bb]::panicking::catch_unwind::do_call::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}>, core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:581:40
[INFO] [stdout]   27:     0x6022dc6ff49b - std[b80a194dd3c418bb]::panicking::catch_unwind::<core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>, core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:544:19
[INFO] [stdout]   28:     0x6022dc6ff49b - std[b80a194dd3c418bb]::panic::catch_unwind::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}>, core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x6022dc6ff49b - test[826cbc6ef54ab466]::run_test_in_process
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:686:27
[INFO] [stdout]   30:     0x6022dc6ff49b - test[826cbc6ef54ab466]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:607:43
[INFO] [stdout]   31:     0x6022dc6fabb4 - test[826cbc6ef54ab466]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:637:41
[INFO] [stdout]   32:     0x6022dc6fabb4 - std[b80a194dd3c418bb]::sys::backtrace::__rust_begin_short_backtrace::<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   33:     0x6022dc7020a2 - std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked::<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   34:     0x6022dc7020a2 - <core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   35:     0x6022dc7020a2 - std[b80a194dd3c418bb]::panicking::catch_unwind::do_call::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:581:40
[INFO] [stdout]   36:     0x6022dc7020a2 - std[b80a194dd3c418bb]::panicking::catch_unwind::<(), core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:544:19
[INFO] [stdout]   37:     0x6022dc7020a2 - std[b80a194dd3c418bb]::panic::catch_unwind::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panic.rs:359:14
[INFO] [stdout]   38:     0x6022dc7020a2 - std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked::<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   39:     0x6022dc7020a2 - <std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1} as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   40:     0x6022dc76972f - <alloc[dd269455e567d8e9]::boxed::Box<dyn core[10b6fa85044e1869]::ops::function::FnOnce<(), Output = ()> + core[10b6fa85044e1869]::marker::Send> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/boxed.rs:2240:9
[INFO] [stdout]   41:     0x6022dc76972f - <std[b80a194dd3c418bb]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   42:     0x762a8297eaa4 - <unknown>
[INFO] [stdout]   43:     0x762a82a0ba64 - clone
[INFO] [stdout]   44:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     ci_gate_summary_writes_outputs
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 26 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.37s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `-p dc-runner-cli --test cli_contract`
[INFO] running `Command { std: "docker" "inspect" "0499d9d71924fcde4d6b889491c39afb30c8a11c563c4b7e06d542bf5d0c0fb0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0499d9d71924fcde4d6b889491c39afb30c8a11c563c4b7e06d542bf5d0c0fb0", kill_on_drop: false }`
[INFO] [stdout] 0499d9d71924fcde4d6b889491c39afb30c8a11c563c4b7e06d542bf5d0c0fb0
