[INFO] cloning repository https://github.com/akleeko2/amana-dsl
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/akleeko2/amana-dsl" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fakleeko2%2Famana-dsl", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fakleeko2%2Famana-dsl'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 45935981954f171c3b01dbcf4b7c8c5fb29d0a57
[INFO] testing akleeko2/amana-dsl 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%2Fakleeko2%2Famana-dsl" "/workspace/builds/worker-7-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/akleeko2/amana-dsl
[INFO] finished tweaking git repo https://github.com/akleeko2/amana-dsl
[INFO] tweaked toml for git repo https://github.com/akleeko2/amana-dsl written to /workspace/builds/worker-7-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/akleeko2/amana-dsl 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/akleeko2/amana-dsl 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] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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] ca88a2592d196977c19856d6f5300c410d5685f2b09a70ec16fc7bac2a83bb1a
[INFO] running `Command { std: "docker" "start" "ca88a2592d196977c19856d6f5300c410d5685f2b09a70ec16fc7bac2a83bb1a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "ca88a2592d196977c19856d6f5300c410d5685f2b09a70ec16fc7bac2a83bb1a", 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" "ca88a2592d196977c19856d6f5300c410d5685f2b09a70ec16fc7bac2a83bb1a" "/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" "ca88a2592d196977c19856d6f5300c410d5685f2b09a70ec16fc7bac2a83bb1a", 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" "ca88a2592d196977c19856d6f5300c410d5685f2b09a70ec16fc7bac2a83bb1a" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.106
[INFO] [stderr]    Compiling quote v1.0.45
[INFO] [stderr]    Compiling toml_write v0.1.2
[INFO] [stderr]    Compiling winnow v0.7.15
[INFO] [stderr]    Compiling serde_json v1.0.150
[INFO] [stderr]    Compiling memchr v2.8.1
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling serde_spanned v0.6.9
[INFO] [stderr]    Compiling toml_datetime v0.6.11
[INFO] [stderr]    Compiling toml_edit v0.22.27
[INFO] [stderr]    Compiling toml v0.8.23
[INFO] [stderr]    Compiling amana_compiler v4.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.33s
[INFO] running `Command { std: "docker" "inspect" "ca88a2592d196977c19856d6f5300c410d5685f2b09a70ec16fc7bac2a83bb1a", 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" "ca88a2592d196977c19856d6f5300c410d5685f2b09a70ec16fc7bac2a83bb1a" "/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 zerocopy v0.8.52
[INFO] [stderr]    Compiling autocfg v1.5.1
[INFO] [stderr]    Compiling bitflags v2.13.0
[INFO] [stderr]    Compiling getrandom v0.4.3
[INFO] [stderr]    Compiling rand_core v0.9.5
[INFO] [stderr]    Compiling once_cell v1.21.4
[INFO] [stderr]    Compiling wait-timeout v0.2.1
[INFO] [stderr]    Compiling bit-vec v0.8.0
[INFO] [stderr]    Compiling regex-syntax v0.8.11
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]    Compiling rand v0.9.4
[INFO] [stderr]    Compiling rand_xorshift v0.4.0
[INFO] [stderr]    Compiling bit-set v0.8.0
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling tempfile v3.27.0
[INFO] [stderr]    Compiling rusty-fork v0.3.1
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling rand_chacha v0.9.0
[INFO] [stderr]    Compiling proptest v1.11.0
[INFO] [stderr]    Compiling amana_compiler v4.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 36.10s
[INFO] running `Command { std: "docker" "inspect" "ca88a2592d196977c19856d6f5300c410d5685f2b09a70ec16fc7bac2a83bb1a", 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" "ca88a2592d196977c19856d6f5300c410d5685f2b09a70ec16fc7bac2a83bb1a" "/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.12s
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/amana-0d1d3c6720c11ad9)
[INFO] [stdout] 
[INFO] [stdout] running 417 tests
[INFO] [stdout] test codegen::design_system::a11y::tests::disclosure_attrs_omits_controls_for_empty_or_unsafe_id ... ok
[INFO] [stdout] test codegen::design_system::a11y::tests::disclosure_attrs_includes_controls_when_id_given ... ok
[INFO] [stdout] test codegen::design_system::a11y::tests::disclosure_attrs_has_leading_space ... ok
[INFO] [stdout] test codegen::design_system::a11y::tests::disclosure_attrs_reflects_expanded_boolean ... ok
[INFO] [stdout] test codegen::design_system::a11y::tests::focus_ring_class_returns_stable_name ... ok
[INFO] [stdout] test codegen::design_system::a11y::tests::live_status_attrs_assertive_for_error_severities ... ok
[INFO] [stdout] test codegen::design_system::a11y::tests::live_status_attrs_has_leading_space ... ok
[INFO] [stdout] test codegen::design_system::a11y::tests::live_status_attrs_is_case_and_whitespace_insensitive ... ok
[INFO] [stdout] test codegen::design_system::a11y::tests::live_status_attrs_polite_for_non_error_severities ... ok
[INFO] [stdout] test codegen::design_system::breakpoints::tests::accepts_new_names_unchanged ... ok
[INFO] [stdout] test codegen::design_system::breakpoints::tests::breakpoints_constant_is_monotonic_and_documented ... ok
[INFO] [stdout] test codegen::design_system::breakpoints::tests::combined_pairs_have_unique_names ... ok
[INFO] [stdout] test codegen::design_system::breakpoints::tests::emitted_tokens_are_valid_root_declarations ... ok
[INFO] [stdout] test codegen::design_system::breakpoints::tests::container_tokens_cover_sm_to_2xl_from_breakpoints ... ok
[INFO] [stdout] test codegen::design_system::breakpoints::tests::maps_legacy_names_to_new_scale ... ok
[INFO] [stdout] test codegen::design_system::breakpoints::tests::rejects_wrong_casing_and_whitespace ... ok
[INFO] [stdout] test codegen::design_system::color_scale::tests::contrast_white_on_black_is_maximal ... ok
[INFO] [stdout] test codegen::design_system::color_scale::tests::invalid_color_returns_fallback ... ok
[INFO] [stdout] test codegen::design_system::color_scale::tests::luminance_bounds_white_and_black ... ok
[INFO] [stdout] test codegen::design_system::color_scale::tests::malicious_input_returns_fallback ... ok
[INFO] [stdout] test codegen::design_system::color_scale::tests::neutral_default_is_a_valid_monotonic_scale ... ok
[INFO] [stdout] test codegen::design_system::color_scale::tests::parses_hsl_function ... ok
[INFO] [stdout] test codegen::design_system::color_scale::tests::parses_named_colors ... ok
[INFO] [stdout] test codegen::design_system::color_scale::tests::parses_six_digit_hex ... ok
[INFO] [stdout] test codegen::design_system::breakpoints::tests::responsive_space_tokens_use_clamp ... ok
[INFO] [stdout] test codegen::design_system::color_scale::tests::parses_three_digit_hex ... ok
[INFO] [stdout] test codegen::design_system::color_scale::tests::pick_foreground_chooses_readable_text ... ok
[INFO] [stdout] test codegen::design_system::a11y::tests::require_label_returns_warning_when_unlabeled ... ok
[INFO] [stdout] test codegen::design_system::color_scale::tests::rejects_invalid_input ... ok
[INFO] [stdout] test codegen::design_system::color_scale::tests::scale_has_eleven_steps ... ok
[INFO] [stdout] test codegen::design_system::color_scale::tests::scale_keeps_hue_fixed_across_steps ... ok
[INFO] [stdout] test codegen::design_system::color_scale::tests::scale_lightness_is_monotonic_decreasing ... ok
[INFO] [stdout] test codegen::design_system::color_scale::tests::scale_preserves_known_palette_seed_at_step_500 ... ok
[INFO] [stdout] test codegen::design_system::a11y::tests::require_label_returns_none_when_labeled ... ok
[INFO] [stdout] test codegen::design_system::color_scale::tests::contrast_is_symmetric_and_self_is_one ... ok
[INFO] [stdout] test codegen::design_system::inventory::tests::inventory_includes_all_descriptive_fields ... ok
[INFO] [stdout] test codegen::design_system::inventory::tests::inventory_has_one_entry_per_registry_component ... ok
[INFO] [stdout] test codegen::design_system::inventory::tests::inventory_is_deterministic ... ok
[INFO] [stdout] test codegen::design_system::lint::tests::button_bg_equals_text_fires ... ok
[INFO] [stdout] test codegen::design_system::lint::tests::button_primary_bg_is_clean ... ok
[INFO] [stdout] test codegen::design_system::inventory::tests::inventory_is_grouped_by_layer_in_order ... ok
[INFO] [stdout] test codegen::design_system::lint::tests::container_with_children_is_clean ... ok
[INFO] [stdout] test codegen::design_system::lint::tests::empty_card_with_title_is_clean ... ok
[INFO] [stdout] test codegen::design_system::lint::tests::button_surface_bg_fires ... ok
[INFO] [stdout] test codegen::design_system::lint::tests::empty_view_has_no_warnings ... ok
[INFO] [stdout] test codegen::design_system::lint::tests::fixed_grid_without_responsive_fires ... ok
[INFO] [stdout] test codegen::design_system::lint::tests::form_field_with_label_is_clean ... ok
[INFO] [stdout] test codegen::design_system::lint::tests::empty_container_fires ... ok
[INFO] [stdout] test codegen::design_system::lint::tests::form_field_without_label_fires ... ok
[INFO] [stdout] test codegen::design_system::lint::tests::gap_with_child_margin_fires ... ok
[INFO] [stdout] test codegen::design_system::lint::tests::gap_with_self_margin_fires ... ok
[INFO] [stdout] test codegen::design_system::lint::tests::img_with_alt_is_clean ... ok
[INFO] [stdout] test codegen::design_system::lint::tests::gap_without_margin_is_clean ... ok
[INFO] [stdout] test codegen::design_system::lint::tests::img_without_alt_fires ... ok
[INFO] [stdout] test codegen::design_system::color_scale::tests::prop_scale_is_complete_and_lightness_monotonic ... ok
[INFO] [stdout] test codegen::design_system::lint::tests::large_pad_sparse_section_fires ... ok
[INFO] [stdout] test codegen::design_system::lint::tests::large_pad_rich_section_is_clean ... ok
[INFO] [stdout] test codegen::design_system::inventory::tests::property_25_inventory_generated_from_registry ... ok
[INFO] [stdout] test codegen::design_system::lint::tests::nested_elements_are_walked ... ok
[INFO] [stdout] test codegen::design_system::lint::tests::page_with_container_is_clean ... ok
[INFO] [stdout] test codegen::design_system::lint::tests::page_with_max_width_attr_is_clean ... ok
[INFO] [stdout] test codegen::design_system::color_scale::tests::prop_malicious_color_yields_safe_fallback ... ok
[INFO] [stdout] test codegen::design_system::lint::tests::page_without_max_width_fires ... ok
[INFO] [stdout] test codegen::design_system::lint::tests::raw_spacing_value_fires ... ok
[INFO] [stdout] test codegen::design_system::lint::tests::raw_values_still_fire ... ok
[INFO] [stdout] test codegen::design_system::lint::tests::responsive_grid_is_clean ... ok
[INFO] [stdout] test codegen::design_system::lint::tests::symbolic_scale_tokens_are_clean ... ok
[INFO] [stdout] test codegen::design_system::lint::tests::warnings_use_unknown_line_zero ... ok
[INFO] [stdout] test codegen::design_system::motion::tests::const_default_equals_trait_default ... ok
[INFO] [stdout] test codegen::design_system::motion::tests::css_variables_contain_expected_names_and_durations ... ok
[INFO] [stdout] test codegen::design_system::motion::tests::css_variables_lines_are_well_formed_declarations ... ok
[INFO] [stdout] test codegen::design_system::motion::tests::default_durations_match_documented_values ... ok
[INFO] [stdout] test codegen::design_system::motion::tests::default_easings_are_cubic_bezier_curves ... ok
[INFO] [stdout] test codegen::design_system::motion::tests::variables_expose_all_five_token_names ... ok
[INFO] [stdout] test codegen::design_system::registry::tests::allowed_variants_works ... ok
[INFO] [stdout] test codegen::design_system::registry::tests::all_names_yields_every_entry ... ok
[INFO] [stdout] test codegen::design_system::registry::tests::check_variant_empty_variant_is_valid ... ok
[INFO] [stdout] test codegen::design_system::registry::tests::check_variant_accepts_every_listed_variant ... ok
[INFO] [stdout] test codegen::design_system::registry::tests::check_variant_unknown_component_has_empty_allowed ... ok
[INFO] [stdout] test codegen::design_system::registry::tests::check_variant_unknown_lists_full_allowed_set ... ok
[INFO] [stdout] test codegen::design_system::registry::tests::check_variant_valid_for_known_variant ... ok
[INFO] [stdout] test codegen::design_system::breakpoints::tests::prop_accepts_and_maps_legacy_and_new_breakpoint_names ... ok
[INFO] [stdout] test codegen::design_system::registry::tests::disclosure_components_have_correct_pattern ... ok
[INFO] [stdout] test codegen::design_system::registry::tests::every_entry_is_complete ... ok
[INFO] [stdout] test codegen::design_system::registry::tests::find_returns_some_for_known_and_none_for_unknown ... ok
[INFO] [stdout] test codegen::design_system::registry::tests::layer_classification_sanity ... ok
[INFO] [stdout] test codegen::design_system::registry::tests::live_status_components_have_correct_pattern ... ok
[INFO] [stdout] test codegen::design_system::registry::tests::property_14_registry_completeness ... ok
[INFO] [stdout] test codegen::design_system::registry::tests::registry_contains_every_authoritative_component ... ok
[INFO] [stdout] test codegen::design_system::lint::tests::token_spacing_value_is_clean ... ok
[INFO] [stdout] test codegen::design_system::registry::tests::registry_is_non_empty ... ok
[INFO] [stdout] test codegen::design_system::registry::tests::registry_has_no_duplicate_names ... ok
[INFO] [stdout] test codegen::design_system::registry::tests::registry_matches_authoritative_count ... ok
[INFO] [stdout] test codegen::design_system::style_contract::tests::contract_is_deterministic ... ok
[INFO] [stdout] test codegen::design_system::style_contract::tests::contract_is_grouped_by_layer_in_order ... ok
[INFO] [stdout] test codegen::design_system::style_contract::tests::contract_has_one_entry_per_registry_component ... ok
[INFO] [stdout] test codegen::design_system::registry::tests::property_14_random_entry_is_complete ... ok
[INFO] [stdout] test codegen::design_system::a11y::tests::prop_missing_label_warning_iff_label_absent ... ok
[INFO] [stdout] test codegen::design_system::registry::tests::property_variant_classification ... ok
[INFO] [stdout] test codegen::design_system::test_support::tests::shared_config_uses_minimum_cases ... ok
[INFO] [stdout] test codegen::design_system::tokens::tests::choice_from_name_helpers_parse_known_values ... ok
[INFO] [stdout] test codegen::design_system::tokens::tests::color_ref_emits_modern_hsl_syntax ... ok
[INFO] [stdout] test codegen::design_system::tokens::tests::color_ref_from_step_clamps_index ... ok
[INFO] [stdout] test codegen::design_system::tokens::tests::color_ref_from_str_uses_fallback_on_invalid ... ok
[INFO] [stdout] test codegen::design_system::tokens::tests::component_tokens_reference_variables ... ok
[INFO] [stdout] test codegen::design_system::tokens::tests::dark_border_is_lighter_than_previous_step ... ok
[INFO] [stdout] test codegen::design_system::tokens::tests::dark_muted_foreground_meets_contrast_threshold ... ok
[INFO] [stdout] test codegen::design_system::style_contract::tests::style_contract_tokens_are_defined_or_referenced ... ok
[INFO] [stdout] test codegen::design_system::tokens::tests::emit_root_variables_auto_emits_dark_media_block ... ok
[INFO] [stdout] test codegen::design_system::tokens::tests::emit_root_variables_light_contains_all_layers ... ok
[INFO] [stdout] test codegen::design_system::tokens::tests::emit_root_variables_dark_emits_dark_background_in_root ... ok
[INFO] [stdout] test codegen::design_system::tokens::tests::emit_root_variables_overrides_appear_and_win ... ok
[INFO] [stdout] test codegen::design_system::tokens::tests::emitted_variable_names_is_complete_and_in_sync ... ok
[INFO] [stdout] test codegen::design_system::test_support::tests::shared_config_runs ... ok
[INFO] [stdout] test codegen::design_system::tokens::tests::find_preset_falls_back_to_base_for_custom ... ok
[INFO] [stdout] test codegen::design_system::tokens::tests::only_luxury_enables_heavy_effects ... ok
[INFO] [stdout] test codegen::design_system::tokens::tests::preset_seeds_match_design_table ... ok
[INFO] [stdout] test codegen::design_system::tokens::tests::presets_table_has_four_expected_entries ... ok
[INFO] [stdout] test codegen::design_system::tokens::tests::primitives_default_has_complete_scales ... ok
[INFO] [stdout] test codegen::design_system::tokens::tests::light_muted_foreground_meets_contrast_threshold ... ok
[INFO] [stdout] test codegen::design_system::tokens::tests::preset_by_name_maps_known_and_rejects_unknown ... ok
[INFO] [stdout] test codegen::design_system::tokens::tests::prop_default_free_of_heavy_effects_unless_luxury ... ok
[INFO] [stdout] test codegen::design_system::lint::tests::property_detects_known_anti_patterns ... ok
[INFO] [stdout] test codegen::design_system::tokens::tests::resolve_tokens_auto_resolves_to_light_base ... ok
[INFO] [stdout] test codegen::design_system::tokens::tests::resolve_tokens_dark_guarantees_contrast_and_dark_background ... ok
[INFO] [stdout] test codegen::design_system::tokens::tests::resolve_tokens_dark_preserves_chosen_hue ... ok
[INFO] [stdout] test codegen::design_system::tokens::tests::resolve_tokens_density_and_radius_mapping ... ok
[INFO] [stdout] test codegen::design_system::tokens::tests::resolve_tokens_light_guarantees_contrast ... ok
[INFO] [stdout] test codegen::design_system::tokens::tests::resolve_tokens_overrides_win_and_keep_defaults ... ok
[INFO] [stdout] test codegen::design_system::inventory::tests::regenerate_component_inventory_doc ... FAILED
[INFO] [stdout] test codegen::design_system::tokens::tests::resolve_tokens_rejects_malicious_override_value ... ok
[INFO] [stdout] test codegen::design_system::tokens::tests::resolve_tokens_shadow_override_sanitizes_to_none ... ok
[INFO] [stdout] test codegen::design_system::tokens::tests::resolved_theme_default_is_base_light ... ok
[INFO] [stdout] test codegen::design_system::tokens::tests::resolved_tokens_aggregate_all_layers ... ok
[INFO] [stdout] test codegen::design_system::tokens::tests::semantic_foreground_contrasts_background ... ok
[INFO] [stdout] test codegen::design_system::tokens::tests::semantic_tokens_cover_all_required_names ... ok
[INFO] [stdout] test codegen::design_system::tokens::tests::theme_mode_from_name_is_backward_compatible ... ok
[INFO] [stdout] test codegen::design_system::tokens::tests::typography_default_includes_arabic_fallback ... ok
[INFO] [stdout] test codegen::design_system::tokens::tests::resolved_theme_from_preset_uses_spec_fields ... ok
[INFO] [stdout] test codegen::express::base_css::tests::footer_spacing_is_overridable_and_logical ... ok
[INFO] [stdout] test codegen::design_system::style_contract::tests::regenerate_component_style_contract_doc ... FAILED
[INFO] [stdout] test codegen::express::base_css::tests::base_css_comments_are_balanced_no_premature_close ... ok
[INFO] [stdout] test codegen::design_system::style_contract::tests::style_contract_classes_exist_in_base_css ... ok
[INFO] [stdout] test codegen::express::base_css::tests::property_27_animated_components_use_motion_tokens ... ok
[INFO] [stdout] test codegen::express::base_css::tests::property_22_new_css_uses_logical_properties ... ok
[INFO] [stdout] test codegen::express::static_files::engine::tests::preview_dark_block_equals_build_dark_block_for_base_default ... ok
[INFO] [stdout] test codegen::express::static_files::engine::tests::engine_js_embeds_build_dark_declarations_verbatim ... ok
[INFO] [stdout] test codegen::express::theme::tests::phase6_theme_scale_rejects_dangerous_value ... ok
[INFO] [stdout] test codegen::design_system::lint::tests::property_warnings_never_break_compilation ... ok
[INFO] [stdout] test codegen::express::theme::tests::phase6_theme_scales_inject_into_root_and_are_tracked ... ok
[INFO] [stdout] test codegen::express::base_css::tests::property_18_layer4_styles_derive_from_tokens ... ok
[INFO] [stdout] test codegen::design_system::tokens::tests::prop_text_over_background_contrast_guaranteed ... ok
[INFO] [stdout] test codegen::express::variant_css_tests::variant_css_emits_rule_for_declared_variant ... ok
[INFO] [stdout] test codegen::express::variant_css_tests::variant_css_empty_for_no_variants ... ok
[INFO] [stdout] test codegen::html::tests::appshell_nav_is_byte_identical_across_views_from_shared_layout ... ok
[INFO] [stdout] test codegen::html::tests::box_clamps_unknown_element_to_div ... ok
[INFO] [stdout] test codegen::html::tests::box_default_element_is_div_with_containment_class ... ok
[INFO] [stdout] test codegen::html::tests::box_drops_non_whitelisted_attributes ... ok
[INFO] [stdout] test codegen::html::tests::box_element_attribute_aliases_work ... ok
[INFO] [stdout] test codegen::html::tests::box_escapes_attribute_values ... ok
[INFO] [stdout] test codegen::html::tests::box_passes_safe_semantic_attributes ... ok
[INFO] [stdout] test codegen::html::tests::box_primitive_spacing_is_sanitized ... ok
[INFO] [stdout] test codegen::html::tests::box_renders_whitelisted_semantic_element ... ok
[INFO] [stdout] test codegen::html::tests::child_layout_rejects_injection ... ok
[INFO] [stdout] test codegen::html::tests::child_span_and_area_become_grid_props ... ok
[INFO] [stdout] test codegen::html::tests::dangerous_spacing_value_is_dropped ... ok
[INFO] [stdout] test codegen::html::tests::declared_custom_variant_adds_hook_class_on_standard_component ... ok
[INFO] [stdout] test codegen::html::tests::frame_areas_and_cols_are_clamped ... ok
[INFO] [stdout] test codegen::html::tests::frame_rejects_dangerous_area_name ... ok
[INFO] [stdout] test codegen::html::tests::generate_ejs_always_resets_registry_for_backward_compat ... ok
[INFO] [stdout] test codegen::express::base_css::tests::property_19_interactive_components_define_four_states ... ok
[INFO] [stdout] test codegen::html::tests::governed_table_renders_semantic_thead_and_body_rows ... ok
[INFO] [stdout] test codegen::html::tests::grid_free_columns_template_is_emitted ... ok
[INFO] [stdout] test codegen::html::tests::generate_ejs_integration_routes_plugin_tag_through_effective_registry ... ok
[INFO] [stdout] test codegen::html::tests::grid_rejects_injection_in_columns ... ok
[INFO] [stdout] test codegen::html::tests::grid_integer_columns_still_repeat ... ok
[INFO] [stdout] test codegen::html::tests::phase7_generic_element_passes_id_for_anchor ... ok
[INFO] [stdout] test codegen::html::tests::phase7_heading_level_clamps_invalid_to_h2 ... ok
[INFO] [stdout] test codegen::html::tests::phase7_heading_passes_through_a11y_attrs_with_normalization ... ok
[INFO] [stdout] test codegen::design_system::tokens::tests::prop_dark_mode_preserves_chosen_palette ... ok
[INFO] [stdout] test codegen::html::tests::phase7_heading_passthrough_escapes_attr_value ... ok
[INFO] [stdout] test codegen::html::tests::primitive_margin_top_uses_logical_property ... ok
[INFO] [stdout] test codegen::html::tests::primitive_pad_token_becomes_logical_inline_style ... ok
[INFO] [stdout] test codegen::html::tests::property_10_disclosure_components_have_a11y_attributes ... ok
[INFO] [stdout] test codegen::html::tests::property_11_live_status_components_have_a11y_attributes ... ok
[INFO] [stdout] test codegen::html::tests::phase7_heading_level_emits_correct_tag ... ok
[INFO] [stdout] test codegen::html::tests::property_13_focus_ring_consistency_via_color_ring ... ok
[INFO] [stdout] test codegen::html::tests::render_plugin_component_clamps_disallowed_base_element_to_div ... ok
[INFO] [stdout] test codegen::html::tests::property_14_registry_matches_rendered_components ... ok
[INFO] [stdout] test codegen::html::tests::render_plugin_component_emits_base_element_and_stable_class ... ok
[INFO] [stdout] test codegen::html::tests::render_plugin_component_merges_author_classes ... ok
[INFO] [stdout] test codegen::html::tests::render_plugin_component_passes_through_a11y_attributes ... ok
[INFO] [stdout] test codegen::html::tests::render_plugin_component_valid_variant_adds_hook_class ... ok
[INFO] [stdout] test codegen::html::tests::render_plugin_component_unknown_variant_is_suppressed ... ok
[INFO] [stdout] test codegen::html::tests::section_accepts_primitive_padding ... ok
[INFO] [stdout] test codegen::html::tests::split_rejects_bad_ratio ... ok
[INFO] [stdout] test codegen::html::tests::stack_arbitrary_gap_is_inline_custom_property ... ok
[INFO] [stdout] test codegen::html::tests::stack_merges_primitive_margin_with_gap ... ok
[INFO] [stdout] test codegen::html::tests::static_string_attribute_renders_literally ... ok
[INFO] [stdout] test codegen::html::tests::void_html_elements_render_self_closing ... ok
[INFO] [stdout] test codegen::html::tests::split_ratio_becomes_columns_var ... ok
[INFO] [stdout] test codegen::html::tests::property_8_semantic_codegen_validation_agreement ... ok
[INFO] [stdout] test codegen::plugin_css_emit_integration_tests::generated_view_places_plugin_vars_in_base_layer ... ok
[INFO] [stdout] test codegen::plugin_css_emit_integration_tests::generated_view_places_plugin_css_after_base_css_in_components_layer ... ok
[INFO] [stdout] test codegen::express::theme::tests::prop_rtl_start_end_direction_consistency ... ok
[INFO] [stdout] test codegen::plugin_pipeline_tests::generate_project_with_registry_builtin_only_succeeds ... ok
[INFO] [stdout] test plugin_pipeline_integration_tests::build_project_with_conflicting_plugin_fails_at_plugins_stage ... ok
[INFO] [stdout] test codegen::plugin_pipeline_tests::generate_project_matches_with_registry_builtin_only_byte_for_byte ... ok
[INFO] [stdout] test codegen::plugin_css_emit_integration_tests::plugin_css_emission_is_deterministic_across_two_builds ... ok
[INFO] [stdout] test codegen::plugin_css_emit_integration_tests::generated_view_without_plugins_has_unchanged_layer_order_and_no_plugin_marker ... ok
[INFO] [stdout] test plugin_pipeline_integration_tests::build_project_without_plugins_succeeds_unchanged ... ok
[INFO] [stdout] test plugin_pipeline_integration_tests::build_project_with_valid_plugin_still_succeeds ... ok
[INFO] [stdout] test plugins::conflict::tests::builtin_conflict_takes_priority_over_cross_plugin ... ok
[INFO] [stdout] test plugins::conflict::tests::empty_list_is_ok ... ok
[INFO] [stdout] test plugins::conflict::tests::plugin_name_matching_builtin_button_conflicts ... ok
[INFO] [stdout] test plugins::conflict::tests::plugin_name_matching_builtin_card_conflicts ... ok
[INFO] [stdout] test plugins::conflict::tests::same_name_across_two_plugins_conflicts ... ok
[INFO] [stdout] test codegen::express::theme::tests::prop_font_stack_includes_arabic_fallback ... ok
[INFO] [stdout] test plugins::conflict::tests::same_name_same_plugin_is_not_cross_plugin_conflict ... ok
[INFO] [stdout] test plugins::conflict::tests::single_unique_non_builtin_is_ok ... ok
[INFO] [stdout] test plugins::conflict::tests::unique_non_builtin_names_are_ok ... ok
[INFO] [stdout] test plugins::css_emit::tests::plugin_components_css_contains_component_css_and_source_comment ... ok
[INFO] [stdout] test plugins::css_emit::tests::plugin_components_css_empty_for_builtin_only ... ok
[INFO] [stdout] test plugins::css_emit::tests::plugin_components_css_preserves_deterministic_order ... ok
[INFO] [stdout] test plugins::css_emit::tests::plugin_vars_root_css_empty_when_no_vars_defined ... ok
[INFO] [stdout] test plugins::css_emit::tests::plugin_vars_root_css_extracts_custom_property_into_root ... ok
[INFO] [stdout] test plugins::css_emit::tests::plugin_vars_root_css_multiple_components_deterministic ... ok
[INFO] [stdout] test plugin_pipeline_integration_tests::end_to_end_build_is_byte_for_byte_deterministic_across_two_builds ... ok
[INFO] [stdout] test plugins::css_validate::tests::accepts_safe_declarations ... ok
[INFO] [stdout] test plugin_pipeline_integration_tests::end_to_end_build_with_valid_plugin_renders_component_and_places_css ... ok
[INFO] [stdout] test plugins::css_validate::tests::error_reason_is_verbatim_from_ssot ... ok
[INFO] [stdout] test plugins::css_validate::tests::oracle_is_non_trivial ... ok
[INFO] [stdout] test plugins::css_validate::tests::matches_compile_css_decl_directly ... ok
[INFO] [stdout] test plugins::css_validate::tests::rejects_disallowed_properties ... ok
[INFO] [stdout] test plugins::css_validate::tests::rejects_dangerous_values ... ok
[INFO] [stdout] test plugin_pipeline_integration_tests::end_to_end_build_with_two_independent_plugins_renders_both_components ... ok
[INFO] [stdout] test plugins::discovery::tests::default_config_values ... ok
[INFO] [stdout] test plugins::discovery::tests::empty_discovery_dir_returns_empty ... ok
[INFO] [stdout] test plugins::discovery::tests::missing_discovery_dir_returns_empty ... ok
[INFO] [stdout] test plugins::discovery::tests::plugins_disabled_skips_scan ... ok
[INFO] [stdout] test plugins::discovery::tests::subdir_without_manifest_returns_missing_manifest ... ok
[INFO] [stdout] test plugins::discovery::tests::single_valid_plugin_is_discovered ... ok
[INFO] [stdout] test plugins::discovery::tests::syntactically_broken_manifest_returns_toml_syntax ... ok
[INFO] [stdout] test plugins::discovery::tests::stray_file_in_discovery_dir_is_ignored ... ok
[INFO] [stdout] test plugins::effective::tests::builtin_count_is_stable_66 ... ok
[INFO] [stdout] test codegen::express::static_files::engine::tests::prop_dark_values_match_between_build_and_preview ... ok
[INFO] [stdout] test plugins::effective::tests::builtin_only_all_names_matches_registry_count_and_content ... ok
[INFO] [stdout] test plugins::effective::tests::builtin_only_allowed_variants_matches_registry ... ok
[INFO] [stdout] test plugins::css_validate::tests::property_plugin_css_equiv_ssot ... ok
[INFO] [stdout] test plugins::discovery::tests::discovery_is_sorted_alphabetically ... ok
[INFO] [stdout] test plugins::effective::tests::builtin_only_check_variant_valid_and_unknown ... ok
[INFO] [stdout] test plugins::effective::tests::builtin_only_find_returns_builtin_and_not_plugin ... ok
[INFO] [stdout] test plugins::effective::tests::builtin_only_plugin_components_empty ... ok
[INFO] [stdout] test plugins::effective::tests::check_variant_unknown_component_empty_allowed ... ok
[INFO] [stdout] test plugins::effective::tests::with_plugin_all_names_contains_plugin_and_builtins ... ok
[INFO] [stdout] test plugins::effective::tests::with_plugin_allowed_variants_matches_plugin ... ok
[INFO] [stdout] test plugins::effective::tests::with_plugin_check_variant_valid_and_unknown ... ok
[INFO] [stdout] test plugins::effective::tests::with_plugin_find_returns_plugin ... ok
[INFO] [stdout] test plugins::effective::tests::with_plugin_source_tracking_correct ... ok
[INFO] [stdout] test plugins::error::tests::dangling_css_var_message_has_var_name ... ok
[INFO] [stdout] test plugins::error::tests::disallowed_css_property_message_has_property ... ok
[INFO] [stdout] test plugins::error::tests::disallowed_selector_message_has_selector ... ok
[INFO] [stdout] test plugins::error::tests::duplicate_in_manifest_message_has_name ... ok
[INFO] [stdout] test plugins::error::tests::empty_list_message_has_list_name ... ok
[INFO] [stdout] test plugins::error::tests::implements_std_error_trait ... ok
[INFO] [stdout] test plugins::error::tests::invalid_base_element_message_lists_allowed_values ... ok
[INFO] [stdout] test plugins::error::tests::invalid_name_message_has_name ... ok
[INFO] [stdout] test plugins::error::tests::manifest_io_message_has_path_and_source ... ok
[INFO] [stdout] test plugins::error::tests::missing_field_message_has_plugin_component_field ... ok
[INFO] [stdout] test plugins::error::tests::missing_focus_ring_message_has_component ... ok
[INFO] [stdout] test plugins::error::tests::missing_manifest_message_has_dir ... ok
[INFO] [stdout] test plugins::error::tests::dangerous_css_value_message_has_pattern ... ok
[INFO] [stdout] test plugins::error::tests::conflict_between_plugins_message_has_both_plugins ... ok
[INFO] [stdout] test plugins::error::tests::physical_property_in_rtl_message_has_property ... ok
[INFO] [stdout] test plugins::error::tests::toml_syntax_message_has_path_and_detail ... ok
[INFO] [stdout] test plugins::error::tests::conflict_with_builtin_message_has_name ... ok
[INFO] [stdout] test plugins::error::tests::unknown_a11y_message_lists_allowed_values ... ok
[INFO] [stdout] test plugins::error::tests::unknown_layer_message_lists_allowed_values ... ok
[INFO] [stdout] test plugins::manifest::tests::error_message_uses_provided_path ... ok
[INFO] [stdout] test plugins::manifest::tests::parses_manifest_with_two_components ... ok
[INFO] [stdout] test plugins::manifest::tests::invalid_toml_syntax_returns_toml_syntax_error_with_path ... ok
[INFO] [stdout] test plugins::manifest::tests::unknown_component_field_markup_is_rejected ... ok
[INFO] [stdout] test plugins::manifest::tests::unknown_top_level_field_is_rejected ... ok
[INFO] [stdout] test plugins::effective::tests::builtin_only_neutrality_matches_registry_for_sample_queries ... ok
[INFO] [stdout] test plugins::tests::no_plugins_returns_builtin_only ... ok
[INFO] [stdout] test plugins::effective::tests::new_sorts_plugins_deterministically ... ok
[INFO] [stdout] test plugins::manifest::tests::missing_required_field_layer_is_rejected ... ok
[INFO] [stdout] test plugins::tests::invalid_css_body_selector_fails ... ok
[INFO] [stdout] test plugins::manifest::tests::parses_valid_manifest_with_all_fields ... ok
[INFO] [stdout] test plugins::tests::plugin_component_named_like_builtin_conflicts ... ok
[INFO] [stdout] test plugins::tests::atomic_failure_leaves_registry_untouched ... ok
[INFO] [stdout] test plugins::tests::single_valid_plugin_is_loaded ... ok
[INFO] [stdout] test plugins::tests::structurally_invalid_unknown_layer_fails ... ok
[INFO] [stdout] test plugins::validator::tests::attribute_on_selector_is_rejected ... ok
[INFO] [stdout] test plugins::tests::plugins_disabled_returns_builtin_only ... ok
[INFO] [stdout] test plugins::tests::two_plugins_same_component_name_conflicts ... ok
[INFO] [stdout] test plugins::validator::tests::base_element_inside_whitelist_is_accepted ... ok
[INFO] [stdout] test plugins::validator::tests::blocked_global_selectors_are_rejected ... ok
[INFO] [stdout] test plugins::tests::two_valid_plugins_are_loaded_sorted ... ok
[INFO] [stdout] test plugins::validator::tests::dangling_var_is_rejected ... ok
[INFO] [stdout] test plugins::validator::tests::disallowed_property_is_rejected ... ok
[INFO] [stdout] test plugins::validator::tests::disclosure_without_focus_ring_is_missing_ring ... ok
[INFO] [stdout] test plugins::validator::tests::base_element_outside_whitelist_is_rejected ... ok
[INFO] [stdout] test plugins::validator::tests::dangerous_url_value_is_rejected ... ok
[INFO] [stdout] test plugins::validator::tests::dangerous_expression_value_is_rejected ... ok
[INFO] [stdout] test plugins::validator::tests::duplicate_name_in_manifest_is_rejected_once ... ok
[INFO] [stdout] test plugins::validator::tests::empty_design_tokens_list_is_rejected ... ok
[INFO] [stdout] test plugins::validator::tests::empty_sizes_list_is_rejected ... ok
[INFO] [stdout] test plugins::validator::tests::interactive_focus_visible_without_color_ring_is_missing_ring ... ok
[INFO] [stdout] test plugins::validator::tests::extended_semantic_base_elements_are_accepted ... ok
[INFO] [stdout] test plugins::validator::tests::invalid_names_are_rejected ... ok
[INFO] [stdout] test plugins::validator::tests::multiple_css_violations_are_all_collected ... ok
[INFO] [stdout] test plugins::validator::tests::interactive_without_focus_visible_is_missing_ring ... ok
[INFO] [stdout] test plugins::validator::tests::interactive_with_focus_ring_passes ... ok
[INFO] [stdout] test plugins::validator::tests::rtl_false_physical_margin_left_is_ignored ... ok
[INFO] [stdout] test plugins::validator::tests::plugin_defined_var_is_not_dangling ... ok
[INFO] [stdout] test plugins::validator::tests::rtl_true_logical_margin_inline_passes ... ok
[INFO] [stdout] test plugins::validator::tests::rtl_true_physical_margin_left_is_rejected ... ok
[INFO] [stdout] test plugins::validator::tests::selector_outside_stable_class_is_rejected ... ok
[INFO] [stdout] test plugins::validator::tests::empty_variants_list_is_rejected ... ok
[INFO] [stdout] test plugins::validator::tests::rtl_true_vertical_margin_top_passes ... ok
[INFO] [stdout] test plugins::validator::tests::structurally_valid_but_css_invalid_fails_whole_manifest ... ok
[INFO] [stdout] test plugins::validator::tests::system_prefixed_var_not_in_tokens_is_not_dangling ... ok
[INFO] [stdout] test plugins::validator::tests::multiple_errors_are_all_collected ... ok
[INFO] [stdout] test plugins::validator::tests::non_interactive_a11y_does_not_require_focus_ring ... ok
[INFO] [stdout] test plugins::validator::tests::system_var_is_not_dangling ... ok
[INFO] [stdout] test plugins::validator::tests::unknown_a11y_is_rejected ... ok
[INFO] [stdout] test plugins::validator::tests::unknown_layer_is_rejected ... ok
[INFO] [stdout] test plugins::validator::tests::valid_component_yields_ok_with_parsed_enums ... ok
[INFO] [stdout] test render_cli_tests::capture_falls_back_to_playwright ... ok
[INFO] [stdout] test plugins::validator::tests::valid_names_are_accepted ... ok
[INFO] [stdout] test plugins::validator::tests::valid_scoped_css_passes ... ok
[INFO] [stdout] test render_cli_tests::default_screenshot_path_uses_stem ... ok
[INFO] [stdout] test render_cli_tests::capture_prefers_puppeteer ... ok
[INFO] [stdout] test render_cli_tests::capture_script_is_well_formed ... ok
[INFO] [stdout] test render_cli_tests::skip_when_no_browser ... ok
[INFO] [stdout] test render_cli_tests::render_parses_positional_output_and_flags ... ok
[INFO] [stdout] test render_cli_tests::skip_when_node_missing ... ok
[INFO] [stdout] test semantic::tests::box_with_raw_security_tag_is_hard_error ... ok
[INFO] [stdout] test semantic::tests::box_with_safe_element_emits_no_escape_hatch_warning ... ok
[INFO] [stdout] test semantic::tests::property_15_semantic_layer_knows_every_registry_name ... ok
[INFO] [stdout] test semantic::tests::new_initializes_effective_registry_as_builtin_only ... ok
[INFO] [stdout] test semantic::tests::style_block_enforces_property_allow_list ... ok
[INFO] [stdout] test semantic::tests::style_rule_clean_is_accepted ... ok
[INFO] [stdout] test semantic::tests::style_rule_dangerous_value_is_rejected ... ok
[INFO] [stdout] test plugins::validator::tests::component_css_decision_matches_ssot_directly ... ok
[INFO] [stdout] test semantic::tests::style_rule_disallowed_property_is_rejected ... ok
[INFO] [stdout] test semantic::tests::style_block_rejects_previously_missed_dangerous_values ... ok
[INFO] [stdout] test semantic::tests::with_effective_registry_replaces_state_successfully ... ok
[INFO] [stdout] test tests::test_advanced_css_dsl_tokens ... ok
[INFO] [stdout] test tests::test_appshell_references_registered_layout_validates_ok ... ok
[INFO] [stdout] test tests::test_amana_check_interface_unchanged ... ok
[INFO] [stdout] test tests::test_appshell_unknown_layout_errors_with_suggestion ... ok
[INFO] [stdout] test tests::test_all_standard_components_rendered ... ok
[INFO] [stdout] test tests::test_cli_subcommands_parse ... ok
[INFO] [stdout] test tests::test_compliant_view_produces_zero_warnings ... ok
[INFO] [stdout] test tests::test_capabilities_and_view_boundaries ... ok
[INFO] [stdout] test tests::test_component_call_without_colon_parses ... ok
[INFO] [stdout] test tests::test_breakpoints_defined ... ok
[INFO] [stdout] test tests::test_codegen_determinism ... FAILED
[INFO] [stdout] test tests::test_component_definition_shape ... ok
[INFO] [stdout] test tests::test_component_empty_colon_returns_json_ready_diagnostic ... ok
[INFO] [stdout] test tests::test_css_production_tokens_compile_to_safe_css ... ok
[INFO] [stdout] test tests::test_components_and_styling_dsl ... ok
[INFO] [stdout] test tests::test_crud_form_actions ... ok
[INFO] [stdout] test tests::test_env_variables ... ok
[INFO] [stdout] test tests::test_escape_hatch_p_suggests_governed_authoring_not_formatted_text ... ok
[INFO] [stdout] test tests::test_current_user_form_defaults_require_protected_view ... ok
[INFO] [stdout] test tests::test_escape_hatch_raw_table_and_div_warn ... ok
[INFO] [stdout] test tests::test_form_defaults_and_ownership_constraints_reach_ir ... ok
[INFO] [stdout] test tests::test_formatter_foundation_normalizes_self_closing_components ... ok
[INFO] [stdout] test semantic::tests::property_style_rule_sanitization ... ok
[INFO] [stdout] test tests::test_custom_design_tokens_reach_runtime_and_preview_guards ... ok
[INFO] [stdout] test tests::test_example_projects_compile ... ok
[INFO] [stdout] test tests::test_hook_validation_invalid_sig ... ok
[INFO] [stdout] test tests::test_hook_validation_unrecognized ... ok
[INFO] [stdout] test tests::test_hook_validation_valid ... ok
[INFO] [stdout] test tests::test_inspect_design_report_scores_ai_controls ... ok
[INFO] [stdout] test tests::test_invalid_seed_is_rejected_during_check ... ok
[INFO] [stdout] test tests::test_ir_generation_collects_layout_declaration ... ok
[INFO] [stdout] test tests::test_ir_snapshot_write_and_verify ... ok
[INFO] [stdout] test tests::test_levenshtein_suggestions ... ok
[INFO] [stdout] test tests::test_lexer ... ok
[INFO] [stdout] test tests::test_live_compliant_component_view_has_no_escape_hatch_warnings ... ok
[INFO] [stdout] test tests::test_live_escape_hatch_tags_emit_warnings ... ok
[INFO] [stdout] test tests::test_live_full_height_nested_warns_but_root_does_not ... ok
[INFO] [stdout] test tests::test_magic_value_raw_gap_on_primitive_warns_with_line ... ok
[INFO] [stdout] test tests::test_missing_route_view_is_rejected ... ok
[INFO] [stdout] test tests::test_modal_production_features_and_grid_stretch ... ok
[INFO] [stdout] test tests::test_motion_tokens_defined ... ok
[INFO] [stdout] test tests::test_multifile_imports_are_resolved_before_ir_generation ... ok
[INFO] [stdout] test tests::test_optimizer_constant_folding_and_dce ... ok
[INFO] [stdout] test tests::test_parse_layout_with_no_links ... ok
[INFO] [stdout] test tests::test_parse_top_level_layout_declaration ... ok
[INFO] [stdout] test tests::test_parser ... ok
[INFO] [stdout] test tests::test_phase5_container_query_block_compiles_to_container ... ok
[INFO] [stdout] test semantic::tests::property_style_block_equiv_variant_path ... ok
[INFO] [stdout] test tests::test_phase5_responsive_at_query_rejects_injection_value ... ok
[INFO] [stdout] test tests::test_phase5_responsive_at_query_blocks_compile_to_media ... ok
[INFO] [stdout] test tests::test_registry_is_consumed_not_dead ... ok
[INFO] [stdout] test tests::test_generated_runtime_production_hardening_hooks_are_present ... ok
[INFO] [stdout] test tests::test_safe_queries_apply_default_and_explicit_pagination ... ok
[INFO] [stdout] test tests::test_semantic_invalid_comparison ... ok
[INFO] [stdout] test tests::test_semantic_valid ... ok
[INFO] [stdout] test tests::test_sql_codegen_quotes_reserved_identifiers ... ok
[INFO] [stdout] test tests::test_reserved_loop_variable_is_aliased_in_generated_ejs ... ok
[INFO] [stdout] test tests::test_theme_direction_reaches_generated_html_and_css_runtime ... ok
[INFO] [stdout] test tests::test_route_params_fetches_and_runtime_path_conversion ... ok
[INFO] [stdout] test tests::test_type_coercion ... ok
[INFO] [stdout] test tests::test_unknown_form_action_is_rejected ... ok
[INFO] [stdout] test tests::test_theme_google_font_names_are_configurable ... ok
[INFO] [stdout] v18.19.1v18.19.1
[INFO] [stdout] 
[INFO] [stdout] v18.19.1
[INFO] [stdout] v18.19.1
[INFO] [stdout] test codegen::design_system::tokens::tests::prop_custom_token_overrides_override_defaults ... ok
[INFO] [stdout] test tests::test_theme_css_render_forms_and_seeds_v2_reach_node_runtime ... ok
[INFO] [stdout] test tests::test_frontend_design_grammar_reaches_ir_and_runtime ... ok
[INFO] [stdout] test tests::test_frontend_design_grammar_v2_controls_reach_runtime ... ok
[INFO] [stdout] test codegen::express::theme::tests::prop_no_dangling_css_references ... ok
[INFO] [stdout] test tests::test_generated_node_app_e2e_smoke ... ok
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- codegen::design_system::inventory::tests::regenerate_component_inventory_doc stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'codegen::design_system::inventory::tests::regenerate_component_inventory_doc' (731) panicked at src/codegen/design_system/inventory.rs:153:41:
[INFO] [stdout] كتابة ملف جرد المكوّنات يجب أن تنجح: Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5c9349a5d588 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5c9349a5d588 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::trace_unsynchronized::<std[10d71ac2c42b111e]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5c9349a5d588 - std[10d71ac2c42b111e]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5c9349a5d588 - <<std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[8fb95b77d25ab6c8]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5c9349a753ca - <core[8fb95b77d25ab6c8]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5c9349a753ca - core[8fb95b77d25ab6c8]::fmt::write
[INFO] [stdout]    6:     0x5c9349a62402 - std[10d71ac2c42b111e]::io::default_write_fmt::<alloc[a7ee25936407c584]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x5c9349a62402 - <alloc[a7ee25936407c584]::vec::Vec<u8> as std[10d71ac2c42b111e]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x5c9349a398f6 - <std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5c9349a398f6 - std[10d71ac2c42b111e]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5c9349a54969 - std[10d71ac2c42b111e]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5c93498f107c - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   12:     0x5c93498f107c - test[213991da798b1c03]::test_main_inner::<test[213991da798b1c03]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5c9349a54b22 - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   14:     0x5c9349a54b22 - std[10d71ac2c42b111e]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5c9349a399b2 - std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5c9349a2e8b9 - std[10d71ac2c42b111e]::sys::backtrace::__rust_end_short_backtrace::<std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5c9349a3a6cd - __rustc[3be9ba60078d4c86]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5c9349a75c0c - core[8fb95b77d25ab6c8]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5c9349a75982 - core[8fb95b77d25ab6c8]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x5c934995c8cc - <core[8fb95b77d25ab6c8]::result::Result<(), std[10d71ac2c42b111e]::io::error::Error>>::expect
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/result.rs:1185:23
[INFO] [stdout]   21:     0x5c934968adb3 - amana[9a594283ef6f2d4d]::codegen::design_system::inventory::tests::regenerate_component_inventory_doc
[INFO] [stdout]                                at /opt/rustwide/workdir/src/codegen/design_system/inventory.rs:153:41
[INFO] [stdout]   22:     0x5c9349647997 - amana[9a594283ef6f2d4d]::codegen::design_system::inventory::tests::regenerate_component_inventory_doc::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/codegen/design_system/inventory.rs:150:44
[INFO] [stdout]   23:     0x5c934977a8d6 - <amana[9a594283ef6f2d4d]::codegen::design_system::inventory::tests::regenerate_component_inventory_doc::{closure#0} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   24:     0x5c93498e415b - <fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x5c93498e415b - test[213991da798b1c03]::__rust_begin_short_backtrace::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:724:18
[INFO] [stdout]   26:     0x5c93498f19d5 - test[213991da798b1c03]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:74
[INFO] [stdout]   27:     0x5c93498f19d5 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   28:     0x5c93498f19d5 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   29:     0x5c93498f19d5 - std[10d71ac2c42b111e]::panicking::catch_unwind::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   30:     0x5c93498f19d5 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   31:     0x5c93498f19d5 - test[213991da798b1c03]::run_test_in_process
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:27
[INFO] [stdout]   32:     0x5c93498f19d5 - test[213991da798b1c03]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:668:43
[INFO] [stdout]   33:     0x5c93498eb2e4 - test[213991da798b1c03]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:698:41
[INFO] [stdout]   34:     0x5c93498eb2e4 - std[10d71ac2c42b111e]::sys::backtrace::__rust_begin_short_backtrace::<test[213991da798b1c03]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   35:     0x5c93498f4a52 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   36:     0x5c93498f4a52 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   37:     0x5c93498f4a52 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   38:     0x5c93498f4a52 - std[10d71ac2c42b111e]::panicking::catch_unwind::<(), core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   39:     0x5c93498f4a52 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x5c93498f4a52 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   41:     0x5c93498f4a52 - <std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   42:     0x5c9349a5c6ff - <alloc[a7ee25936407c584]::boxed::Box<dyn core[8fb95b77d25ab6c8]::ops::function::FnOnce<(), Output = ()> + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2275:9
[INFO] [stdout]   43:     0x5c9349a5c6ff - <std[10d71ac2c42b111e]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   44:     0x72dafa33eaa4 - <unknown>
[INFO] [stdout]   45:     0x72dafa3cba64 - clone
[INFO] [stdout]   46:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- codegen::design_system::style_contract::tests::regenerate_component_style_contract_doc stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'codegen::design_system::style_contract::tests::regenerate_component_style_contract_doc' (789) panicked at src/codegen/design_system/style_contract.rs:125:41:
[INFO] [stdout] كتابة ملف عقد التنسيق يجب أن تنجح: Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5c9349a5d588 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5c9349a5d588 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::trace_unsynchronized::<std[10d71ac2c42b111e]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5c9349a5d588 - std[10d71ac2c42b111e]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5c9349a5d588 - <<std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[8fb95b77d25ab6c8]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5c9349a753ca - <core[8fb95b77d25ab6c8]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5c9349a753ca - core[8fb95b77d25ab6c8]::fmt::write
[INFO] [stdout]    6:     0x5c9349a62402 - std[10d71ac2c42b111e]::io::default_write_fmt::<alloc[a7ee25936407c584]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x5c9349a62402 - <alloc[a7ee25936407c584]::vec::Vec<u8> as std[10d71ac2c42b111e]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x5c9349a398f6 - <std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5c9349a398f6 - std[10d71ac2c42b111e]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5c9349a54969 - std[10d71ac2c42b111e]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5c93498f107c - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   12:     0x5c93498f107c - test[213991da798b1c03]::test_main_inner::<test[213991da798b1c03]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5c9349a54b22 - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   14:     0x5c9349a54b22 - std[10d71ac2c42b111e]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5c9349a399b2 - std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5c9349a2e8b9 - std[10d71ac2c42b111e]::sys::backtrace::__rust_end_short_backtrace::<std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5c9349a3a6cd - __rustc[3be9ba60078d4c86]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5c9349a75c0c - core[8fb95b77d25ab6c8]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5c9349a75982 - core[8fb95b77d25ab6c8]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x5c934995c8cc - <core[8fb95b77d25ab6c8]::result::Result<(), std[10d71ac2c42b111e]::io::error::Error>>::expect
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/result.rs:1185:23
[INFO] [stdout]   21:     0x5c9349596233 - amana[9a594283ef6f2d4d]::codegen::design_system::style_contract::tests::regenerate_component_style_contract_doc
[INFO] [stdout]                                at /opt/rustwide/workdir/src/codegen/design_system/style_contract.rs:125:41
[INFO] [stdout]   22:     0x5c93495739e7 - amana[9a594283ef6f2d4d]::codegen::design_system::style_contract::tests::regenerate_component_style_contract_doc::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/codegen/design_system/style_contract.rs:122:49
[INFO] [stdout]   23:     0x5c9349778d96 - <amana[9a594283ef6f2d4d]::codegen::design_system::style_contract::tests::regenerate_component_style_contract_doc::{closure#0} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   24:     0x5c93498e415b - <fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x5c93498e415b - test[213991da798b1c03]::__rust_begin_short_backtrace::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:724:18
[INFO] [stdout]   26:     0x5c93498f19d5 - test[213991da798b1c03]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:74
[INFO] [stdout]   27:     0x5c93498f19d5 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   28:     0x5c93498f19d5 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   29:     0x5c93498f19d5 - std[10d71ac2c42b111e]::panicking::catch_unwind::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   30:     0x5c93498f19d5 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   31:     0x5c93498f19d5 - test[213991da798b1c03]::run_test_in_process
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:27
[INFO] [stdout]   32:     0x5c93498f19d5 - test[213991da798b1c03]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:668:43
[INFO] [stdout]   33:     0x5c93498eb2e4 - test[213991da798b1c03]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:698:41
[INFO] [stdout]   34:     0x5c93498eb2e4 - std[10d71ac2c42b111e]::sys::backtrace::__rust_begin_short_backtrace::<test[213991da798b1c03]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   35:     0x5c93498f4a52 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   36:     0x5c93498f4a52 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   37:     0x5c93498f4a52 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   38:     0x5c93498f4a52 - std[10d71ac2c42b111e]::panicking::catch_unwind::<(), core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   39:     0x5c93498f4a52 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x5c93498f4a52 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   41:     0x5c93498f4a52 - <std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   42:     0x5c9349a5c6ff - <alloc[a7ee25936407c584]::boxed::Box<dyn core[8fb95b77d25ab6c8]::ops::function::FnOnce<(), Output = ()> + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2275:9
[INFO] [stdout]   43:     0x5c9349a5c6ff - <std[10d71ac2c42b111e]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   44:     0x72dafa33eaa4 - <unknown>
[INFO] [stdout]   45:     0x72dafa3cba64 - clone
[INFO] [stdout]   46:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- tests::test_codegen_determinism stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'tests::test_codegen_determinism' (1048) panicked at src/tests.rs:470:37:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: "Read-only file system (os error 30)"
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5c9349a5d588 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5c9349a5d588 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::trace_unsynchronized::<std[10d71ac2c42b111e]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5c9349a5d588 - std[10d71ac2c42b111e]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5c9349a5d588 - <<std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[8fb95b77d25ab6c8]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5c9349a753ca - <core[8fb95b77d25ab6c8]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5c9349a753ca - core[8fb95b77d25ab6c8]::fmt::write
[INFO] [stdout]    6:     0x5c9349a62402 - std[10d71ac2c42b111e]::io::default_write_fmt::<alloc[a7ee25936407c584]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x5c9349a62402 - <alloc[a7ee25936407c584]::vec::Vec<u8> as std[10d71ac2c42b111e]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x5c9349a398f6 - <std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5c9349a398f6 - std[10d71ac2c42b111e]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5c9349a54969 - std[10d71ac2c42b111e]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5c93498f107c - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   12:     0x5c93498f107c - test[213991da798b1c03]::test_main_inner::<test[213991da798b1c03]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5c9349a54b22 - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   14:     0x5c9349a54b22 - std[10d71ac2c42b111e]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5c9349a399b2 - std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5c9349a2e8b9 - std[10d71ac2c42b111e]::sys::backtrace::__rust_end_short_backtrace::<std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5c9349a3a6cd - __rustc[3be9ba60078d4c86]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5c9349a75c0c - core[8fb95b77d25ab6c8]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5c9349a75982 - core[8fb95b77d25ab6c8]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x5c9349603890 - <core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>::unwrap
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/result.rs:1233:23
[INFO] [stdout]   21:     0x5c9349603890 - amana[9a594283ef6f2d4d]::tests::test_codegen_determinism
[INFO] [stdout]                                at /opt/rustwide/workdir/src/tests.rs:470:37
[INFO] [stdout]   22:     0x5c93495f30a7 - amana[9a594283ef6f2d4d]::tests::test_codegen_determinism::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/tests.rs:439:30
[INFO] [stdout]   23:     0x5c9349774a56 - <amana[9a594283ef6f2d4d]::tests::test_codegen_determinism::{closure#0} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   24:     0x5c93498e415b - <fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x5c93498e415b - test[213991da798b1c03]::__rust_begin_short_backtrace::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:724:18
[INFO] [stdout]   26:     0x5c93498f19d5 - test[213991da798b1c03]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:74
[INFO] [stdout]   27:     0x5c93498f19d5 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   28:     0x5c93498f19d5 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   29:     0x5c93498f19d5 - std[10d71ac2c42b111e]::panicking::catch_unwind::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   30:     0x5c93498f19d5 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   31:     0x5c93498f19d5 - test[213991da798b1c03]::run_test_in_process
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:27
[INFO] [stdout]   32:     0x5c93498f19d5 - test[213991da798b1c03]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:668:43
[INFO] [stdout]   33:     0x5c93498eb2e4 - test[213991da798b1c03]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:698:41
[INFO] [stdout]   34:     0x5c93498eb2e4 - std[10d71ac2c42b111e]::sys::backtrace::__rust_begin_short_backtrace::<test[213991da798b1c03]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   35:     0x5c93498f4a52 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   36:     0x5c93498f4a52 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   37:     0x5c93498f4a52 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   38:     0x5c93498f4a52 - std[10d71ac2c42b111e]::panicking::catch_unwind::<(), core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   39:     0x5c93498f4a52 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x5c93498f4a52 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   41:     0x5c93498f4a52 - <std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   42:     0x5c9349a5c6ff - <alloc[a7ee25936407c584]::boxed::Box<dyn core[8fb95b77d25ab6c8]::ops::function::FnOnce<(), Output = ()> + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2275:9
[INFO] [stdout]   43:     0x5c9349a5c6ff - <std[10d71ac2c42b111e]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   44:     0x72dafa33eaa4 - <unknown>
[INFO] [stdout]   45:     0x72dafa3cba64 - clone
[INFO] [stdout]   46:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     codegen::design_system::inventory::tests::regenerate_component_inventory_doc
[INFO] [stdout]     codegen::design_system::style_contract::tests::regenerate_component_style_contract_doc
[INFO] [stdout]     tests::test_codegen_determinism
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 414 passed; 3 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.17s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--bin amana`
[INFO] running `Command { std: "docker" "inspect" "ca88a2592d196977c19856d6f5300c410d5685f2b09a70ec16fc7bac2a83bb1a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ca88a2592d196977c19856d6f5300c410d5685f2b09a70ec16fc7bac2a83bb1a", kill_on_drop: false }`
[INFO] [stdout] ca88a2592d196977c19856d6f5300c410d5685f2b09a70ec16fc7bac2a83bb1a
