[INFO] cloning repository https://github.com/mikeyobrien/tonic
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/mikeyobrien/tonic" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmikeyobrien%2Ftonic", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmikeyobrien%2Ftonic'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] ec441ae64c99bef9a2a5f9560b43c456193740d6
[INFO] testing mikeyobrien/tonic 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%2Fmikeyobrien%2Ftonic" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/mikeyobrien/tonic
[INFO] finished tweaking git repo https://github.com/mikeyobrien/tonic
[INFO] tweaked toml for git repo https://github.com/mikeyobrien/tonic written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/mikeyobrien/tonic 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/mikeyobrien/tonic 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] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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] 5f3626c1e1d6c2a08c867eaa7ac9ac22a893c772b039d6ba3edb17914a013755
[INFO] running `Command { std: "docker" "start" "-a" "5f3626c1e1d6c2a08c867eaa7ac9ac22a893c772b039d6ba3edb17914a013755", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "5f3626c1e1d6c2a08c867eaa7ac9ac22a893c772b039d6ba3edb17914a013755", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5f3626c1e1d6c2a08c867eaa7ac9ac22a893c772b039d6ba3edb17914a013755", kill_on_drop: false }`
[INFO] [stdout] 5f3626c1e1d6c2a08c867eaa7ac9ac22a893c772b039d6ba3edb17914a013755
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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] 6e734573e4902283aba7495c6c703b778fb6e48007d5b3ea96c3593e931195be
[INFO] running `Command { std: "docker" "start" "-a" "6e734573e4902283aba7495c6c703b778fb6e48007d5b3ea96c3593e931195be", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.106
[INFO] [stderr]    Compiling quote v1.0.44
[INFO] [stderr]    Compiling unicode-ident v1.0.24
[INFO] [stderr]    Compiling libc v0.2.182
[INFO] [stderr]    Compiling cfg-if v1.0.4
[INFO] [stderr]    Compiling stable_deref_trait v1.2.1
[INFO] [stderr]    Compiling futures-core v0.3.32
[INFO] [stderr]    Compiling itoa v1.0.17
[INFO] [stderr]    Compiling bytes v1.11.1
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling futures-sink v0.3.32
[INFO] [stderr]    Compiling memchr v2.8.0
[INFO] [stderr]    Compiling typenum v1.19.0
[INFO] [stderr]    Compiling find-msvc-tools v0.1.9
[INFO] [stderr]    Compiling writeable v0.6.2
[INFO] [stderr]    Compiling litemap v0.8.1
[INFO] [stderr]    Compiling futures-task v0.3.32
[INFO] [stderr]    Compiling icu_properties_data v2.1.2
[INFO] [stderr]    Compiling slab v0.4.12
[INFO] [stderr]    Compiling futures-io v0.3.32
[INFO] [stderr]    Compiling cc v1.2.56
[INFO] [stderr]    Compiling icu_normalizer_data v2.1.1
[INFO] [stderr]    Compiling zeroize v1.8.2
[INFO] [stderr]    Compiling futures-channel v0.3.32
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling percent-encoding v2.3.2
[INFO] [stderr]    Compiling bitflags v2.11.0
[INFO] [stderr]    Compiling tracing-core v0.1.36
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]    Compiling rustls-pki-types v1.14.0
[INFO] [stderr]    Compiling rustls v0.23.37
[INFO] [stderr]    Compiling form_urlencoded v1.2.2
[INFO] [stderr]    Compiling semver v1.0.27
[INFO] [stderr]    Compiling zerocopy v0.8.39
[INFO] [stderr]    Compiling zmij v1.0.21
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling cfg_aliases v0.1.1
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]    Compiling http v1.4.0
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling nix v0.28.0
[INFO] [stderr]    Compiling rustc_version v0.4.1
[INFO] [stderr]    Compiling sync_wrapper v1.0.2
[INFO] [stderr]    Compiling ryu v1.0.23
[INFO] [stderr]    Compiling linux-raw-sys v0.12.1
[INFO] [stderr]    Compiling lock_api v0.4.14
[INFO] [stderr]    Compiling webpki-roots v1.0.6
[INFO] [stderr]    Compiling nibble_vec v0.1.0
[INFO] [stderr]    Compiling endian-type v0.1.2
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling hashbrown v0.14.5
[INFO] [stderr]    Compiling http-body v1.0.1
[INFO] [stderr]    Compiling curve25519-dalek v4.1.3
[INFO] [stderr]    Compiling bitflags v1.3.2
[INFO] [stderr]    Compiling winnow v0.7.14
[INFO] [stderr]    Compiling hashbrown v0.16.1
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling log v0.4.29
[INFO] [stderr]    Compiling iri-string v0.7.10
[INFO] [stderr]    Compiling signature v2.2.0
[INFO] [stderr]    Compiling http-body-util v0.1.3
[INFO] [stderr]    Compiling ed25519 v2.2.3
[INFO] [stderr]    Compiling radix_trie v0.2.1
[INFO] [stderr]    Compiling crypto-common v0.1.7
[INFO] [stderr]    Compiling block-buffer v0.10.4
[INFO] [stderr]    Compiling deranged v0.5.8
[INFO] [stderr]    Compiling toml_writer v1.0.6+spec-1.1.0
[INFO] [stderr]    Compiling unsafe-libyaml v0.2.11
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling time-core v0.1.8
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]    Compiling num-conv v0.2.0
[INFO] [stderr]    Compiling mio v1.1.1
[INFO] [stderr]    Compiling socket2 v0.6.2
[INFO] [stderr]    Compiling getrandom v0.2.17
[INFO] [stderr]    Compiling sha2 v0.10.9
[INFO] [stderr]    Compiling indexmap v2.13.0
[INFO] [stderr]    Compiling rand_core v0.9.5
[INFO] [stderr]    Compiling dashmap v5.5.3
[INFO] [stderr]    Compiling home v0.5.12
[INFO] [stderr]    Compiling unicode-width v0.1.14
[INFO] [stderr]    Compiling unicode-segmentation v1.12.0
[INFO] [stderr]    Compiling hmac v0.12.1
[INFO] [stderr]    Compiling serde_spanned v1.0.4
[INFO] [stderr]    Compiling toml_datetime v0.7.5+spec-1.1.0
[INFO] [stderr]    Compiling fd-lock v4.0.4
[INFO] [stderr]    Compiling toml_parser v1.0.9+spec-1.1.0
[INFO] [stderr]    Compiling time v0.3.47
[INFO] [stderr]    Compiling toml v0.9.12+spec-1.1.0
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling zerovec-derive v0.11.2
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling tokio-macros v2.6.1
[INFO] [stderr]    Compiling futures-macro v0.3.32
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling pin-project-internal v1.1.11
[INFO] [stderr]    Compiling serde_repr v0.1.20
[INFO] [stderr]    Compiling curve25519-dalek-derive v0.1.1
[INFO] [stderr]    Compiling rustyline-derive v0.10.0
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]    Compiling auto_impl v1.3.0
[INFO] [stderr]    Compiling tower-lsp-macros v0.9.0
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling yoke-derive v0.8.1
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling rustls-webpki v0.103.9
[INFO] [stderr]    Compiling rustyline v14.0.0
[INFO] [stderr]    Compiling rand_chacha v0.9.0
[INFO] [stderr]    Compiling pin-project v1.1.11
[INFO] [stderr]    Compiling futures-util v0.3.32
[INFO] [stderr]    Compiling tokio v1.49.0
[INFO] [stderr]    Compiling rand v0.9.2
[INFO] [stderr]    Compiling zerofrom v0.1.6
[INFO] [stderr]    Compiling yoke v0.8.1
[INFO] [stderr]    Compiling zerovec v0.11.5
[INFO] [stderr]    Compiling zerotrie v0.2.3
[INFO] [stderr]    Compiling tracing v0.1.44
[INFO] [stderr]    Compiling tinystr v0.8.2
[INFO] [stderr]    Compiling potential_utf v0.1.4
[INFO] [stderr]    Compiling ed25519-dalek v2.2.0
[INFO] [stderr]    Compiling icu_collections v2.1.1
[INFO] [stderr]    Compiling icu_locale_core v2.1.1
[INFO] [stderr]    Compiling icu_provider v2.1.1
[INFO] [stderr]    Compiling icu_normalizer v2.1.1
[INFO] [stderr]    Compiling icu_properties v2.1.2
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling serde_yaml v0.9.34+deprecated
[INFO] [stderr]    Compiling tower v0.4.13
[INFO] [stderr]    Compiling futures v0.3.32
[INFO] [stderr]    Compiling idna_adapter v1.2.1
[INFO] [stderr]    Compiling idna v1.1.0
[INFO] [stderr]    Compiling url v2.5.8
[INFO] [stderr]    Compiling lsp-types v0.94.1
[INFO] [stderr]    Compiling hyper v1.8.1
[INFO] [stderr]    Compiling tower v0.5.3
[INFO] [stderr]    Compiling tokio-rustls v0.26.4
[INFO] [stderr]    Compiling tokio-util v0.7.18
[INFO] [stderr]    Compiling hyper-util v0.1.20
[INFO] [stderr]    Compiling tower-http v0.6.8
[INFO] [stderr]    Compiling hyper-rustls v0.27.7
[INFO] [stderr]    Compiling reqwest v0.12.28
[INFO] [stderr]    Compiling tower-lsp v0.20.0
[INFO] [stderr]    Compiling tonic v0.1.0-alpha.1 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 17s
[INFO] running `Command { std: "docker" "inspect" "6e734573e4902283aba7495c6c703b778fb6e48007d5b3ea96c3593e931195be", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6e734573e4902283aba7495c6c703b778fb6e48007d5b3ea96c3593e931195be", kill_on_drop: false }`
[INFO] [stdout] 6e734573e4902283aba7495c6c703b778fb6e48007d5b3ea96c3593e931195be
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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] b2bc01097b7ab6da9c7d189df3cb1e8b4aedc9139c6fe25f00a1e79f5d0613d5
[INFO] running `Command { std: "docker" "start" "-a" "b2bc01097b7ab6da9c7d189df3cb1e8b4aedc9139c6fe25f00a1e79f5d0613d5", kill_on_drop: false }`
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling aho-corasick v1.1.4
[INFO] [stderr]    Compiling regex-syntax v0.8.9
[INFO] [stderr]    Compiling predicates-core v1.0.10
[INFO] [stderr]    Compiling difflib v0.4.0
[INFO] [stderr]    Compiling normalize-line-endings v0.3.0
[INFO] [stderr]    Compiling assert_cmd v2.1.2
[INFO] [stderr]    Compiling termtree v0.5.1
[INFO] [stderr]    Compiling wait-timeout v0.2.1
[INFO] [stderr]    Compiling predicates-tree v1.0.13
[INFO] [stderr]    Compiling float-cmp v0.10.0
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling regex v1.12.3
[INFO] [stderr]    Compiling bstr v1.12.1
[INFO] [stderr]    Compiling predicates v3.1.4
[INFO] [stderr]    Compiling tonic v0.1.0-alpha.1 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 53.67s
[INFO] running `Command { std: "docker" "inspect" "b2bc01097b7ab6da9c7d189df3cb1e8b4aedc9139c6fe25f00a1e79f5d0613d5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b2bc01097b7ab6da9c7d189df3cb1e8b4aedc9139c6fe25f00a1e79f5d0613d5", kill_on_drop: false }`
[INFO] [stdout] b2bc01097b7ab6da9c7d189df3cb1e8b4aedc9139c6fe25f00a1e79f5d0613d5
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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] 7d60b806cf577636f130ba115ad2d3538d893827542388e716574d4c82395421
[INFO] running `Command { std: "docker" "start" "-a" "7d60b806cf577636f130ba115ad2d3538d893827542388e716574d4c82395421", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.31s
[INFO] [stderr]      Running unittests src/bin/benchsuite.rs (/opt/rustwide/target/debug/deps/benchsuite-c41e5187d4577d62)
[INFO] [stdout] 
[INFO] [stdout] running 17 tests
[INFO] [stdout] test model::tests::parse_cli_args_accepts_new_competitive_flags ... ok
[INFO] [stdout] test competitive_tests::tests::evaluate_contract_requires_compile_latency_when_weighted ... ok
[INFO] [stdout] test competitive_tests::tests::evaluate_contract_flags_relative_regression_and_low_score ... ok
[INFO] [stdout] test model::tests::parse_manifest_defaults_workload_weight ... ok
[INFO] [stdout] test runtime::tests::compiled_output_path_is_deterministic_and_sanitized ... ok
[INFO] [stdout] test model::tests::parse_manifest_supports_compiled_target_workloads ... ok
[INFO] [stdout] test runtime::tests::compute_percentile_handles_bounds_and_midpoints ... ok
[INFO] [stdout] test runtime::tests::compute_robust_p95_caps_isolated_outlier ... ok
[INFO] [stdout] test model::tests::parse_manifest_supports_competitive_contract ... ok
[INFO] [stdout] test runtime::tests::compute_robust_p95_equals_raw_when_no_outliers ... ok
[INFO] [stdout] test runtime::tests::compute_robust_p95_handles_empty ... ok
[INFO] [stdout] test runtime::tests::compute_robust_p95_handles_single_sample ... ok
[INFO] [stdout] test runtime::tests::compute_robust_p95_preserves_sustained_regression_signal ... ok
[INFO] [stdout] test runtime::tests::compute_robust_p95_preserves_tail_signal_when_not_isolated ... ok
[INFO] [stdout] test runtime::tests::test_calculate_calibrated_threshold ... ok
[INFO] [stdout] test runtime::tests::test_requires_cache_clear ... ok
[INFO] [stdout] test runtime::tests::threshold_evaluation_reports_exceeded_dimensions ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 17 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/bin/llvm_catalog_parity.rs (/opt/rustwide/target/debug/deps/llvm_catalog_parity-8d7edd379d0bb9a1)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/tonic-45520df0423f890f)
[INFO] [stdout] 
[INFO] [stdout] running 397 tests
[INFO] [stdout] test acceptance::tests::acceptance_file_path_is_stable ... ok
[INFO] [stdout] test acceptance::tests::parse_feature_scenarios_collects_ids_and_tags ... ok
[INFO] [stdout] test cache::tests::cache_key_is_stable_for_identical_inputs ... ok
[INFO] [stdout] test cache::tests::cache_key_changes_when_any_dimension_changes ... ok
[INFO] [stdout] test cache::tests::compile_cache_reports_miss_then_hit_for_synthetic_key ... ok
[INFO] [stdout] test cli_diag::tests::failure_sets_failure_exit_code ... ok
[INFO] [stdout] test cli_diag::tests::failure_with_filename_and_source_no_offset_has_no_context ... ok
[INFO] [stdout] test cli_diag::tests::failure_with_filename_and_source_renders_filename_in_location_line ... ok
[INFO] [stdout] test cli_diag::tests::failure_with_source_appends_line_column_and_snippet ... ok
[INFO] [stdout] test cli_diag::tests::source_context_lines_at_column_one ... ok
[INFO] [stdout] test cli_diag::tests::source_context_lines_with_filename_uses_colon_format ... ok
[INFO] [stdout] test cli_diag::tests::source_context_lines_without_filename_uses_prose_format ... ok
[INFO] [stdout] test cli_diag::tests::usage_with_hint_sets_usage_exit_code_and_lines ... ok
[INFO] [stdout] test docs::tests::module_doc_returns_none_when_no_moduledoc ... ok
[INFO] [stdout] test docs::tests::function_docs_extracts_doc_strings_in_order ... ok
[INFO] [stdout] test docs::tests::function_docs_skips_doc_for_private_functions ... ok
[INFO] [stdout] test docs::tests::render_module_doc_includes_function_signature ... ok
[INFO] [stdout] test docs::tests::render_module_doc_contains_module_name ... ok
[INFO] [stdout] test docs::tests::module_doc_extracts_moduledoc_string ... ok
[INFO] [stdout] test docs::tests::render_module_doc_includes_arity_in_heading ... ok
[INFO] [stdout] test docs::tests::render_index_marks_builtin_modules ... ok
[INFO] [stdout] test formatter::tests::format_source_collapses_extra_blank_lines ... ok
[INFO] [stdout] test formatter::tests::format_source_function_clauses_idempotent ... ok
[INFO] [stdout] test docs::tests::module_summary_returns_first_sentence ... ok
[INFO] [stdout] test docs::tests::write_docs_to_dir_creates_module_files ... ok
[INFO] [stdout] test acceptance::tests::load_acceptance_yaml_parses_mode_scoped_manual_evidence_paths ... ok
[INFO] [stdout] test formatter::tests::format_source_indents_nested_do_blocks ... ok
[INFO] [stdout] test formatter::tests::format_source_indents_case_branches ... ok
[INFO] [stdout] test docs::tests::render_index_contains_all_module_names ... ok
[INFO] [stdout] test formatter::tests::format_source_is_idempotent_case_branches ... ok
[INFO] [stdout] test acceptance::tests::load_acceptance_yaml_resolves_relative_feature_paths ... ok
[INFO] [stdout] test formatter::tests::format_source_is_idempotent_nested_if ... ok
[INFO] [stdout] test deps::tests::lockfile_generate_creates_correct_structure ... ok
[INFO] [stdout] test formatter::tests::format_source_struct_syntax_round_trip ... ok
[INFO] [stdout] test docs::tests::collect_stdlib_modules_returns_system_and_enum ... ok
[INFO] [stdout] test deps::tests::lockfile_save_and_load_roundtrip ... ok
[INFO] [stdout] test interop::http_server::tests::accept_rejects_negative_timeout ... ok
[INFO] [stdout] test interop::http_server::tests::accept_rejects_timeout_out_of_range ... ok
[INFO] [stdout] test interop::http_server::tests::accept_rejects_wrong_arity ... ok
[INFO] [stdout] test interop::http_server::tests::accept_rejects_wrong_type_for_listener_id ... ok
[INFO] [stdout] test interop::http_server::tests::accept_rejects_unknown_listener_id ... ok
[INFO] [stdout] test formatter::tests::format_source_try_rescue_idempotent ... ok
[INFO] [stdout] test interop::http_server::tests::listen_rejects_port_zero_is_valid_os_assigned ... ok
[INFO] [stdout] test interop::http_server::tests::full_request_response_cycle_succeeds ... ok
[INFO] [stdout] test interop::http_server::tests::accept_times_out_when_no_client_connects ... ok
[INFO] [stdout] test interop::http_server::tests::accept_returns_connection_metadata ... ok
[INFO] [stdout] test interop::http_server::tests::listen_rejects_wrong_arity ... ok
[INFO] [stdout] test interop::http_server::tests::listen_rejects_wrong_type_for_port ... ok
[INFO] [stdout] test interop::http_server::tests::listen_succeeds_on_loopback ... ok
[INFO] [stdout] test interop::http_server::tests::write_response_rejects_invalid_header_entry ... ok
[INFO] [stdout] test interop::http_server::tests::listen_returns_unique_ids_for_two_listeners ... ok
[INFO] [stdout] test interop::http_server::tests::listen_rejects_port_too_low ... ok
[INFO] [stdout] test interop::http_server::tests::write_response_rejects_wrong_type_for_status ... ok
[INFO] [stdout] test interop::http_server::tests::listen_rejects_port_too_high ... ok
[INFO] [stdout] test interop::tests::host_registry_registers_and_calls_functions ... ok
[INFO] [stdout] test interop::tests::host_registry_reports_unknown_function ... ok
[INFO] [stdout] test interop::http_server::tests::read_request_rejects_wrong_type ... ok
[INFO] [stdout] test interop::http_server::tests::read_request_rejects_wrong_arity ... ok
[INFO] [stdout] test interop::http_server::tests::read_request_parses_post_with_body ... ok
[INFO] [stdout] test interop::tests::host_registry_sample_identity_works ... ok
[INFO] [stdout] test interop::http_server::tests::write_response_rejects_status_out_of_range ... ok
[INFO] [stdout] test interop::tests::host_registry_sample_make_error_works ... ok
[INFO] [stdout] test interop::http_server::tests::read_request_rejects_unknown_connection_id ... ok
[INFO] [stdout] test interop::http_server::tests::write_response_rejects_unknown_connection_id ... ok
[INFO] [stdout] test interop::http_server::tests::write_response_rejects_wrong_arity ... ok
[INFO] [stdout] test interop::tests::host_registry_sample_sum_ints_rejects_invalid_arguments ... ok
[INFO] [stdout] test interop::http_server::tests::listen_rejects_wrong_type_for_host ... ok
[INFO] [stdout] test interop::tests::host_registry_system_discord_ed25519_verify_rejects_malformed_signature_hex ... ok
[INFO] [stdout] test interop::tests::host_registry_sample_identity_rejects_wrong_arity ... ok
[INFO] [stdout] test interop::tests::host_registry_sample_sum_ints_works ... ok
[INFO] [stdout] test interop::tests::host_registry_system_constant_time_eq_reports_match_and_mismatch ... ok
[INFO] [stdout] test interop::http_server::tests::read_request_rejects_unsupported_method ... ok
[INFO] [stdout] test interop::tests::host_registry_system_discord_ed25519_verify_accepts_valid_signature ... ok
[INFO] [stdout] test interop::tests::host_registry_system_hmac_sha256_hex_produces_64_char_lowercase_hex ... ok
[INFO] [stdout] test interop::tests::host_registry_system_discord_ed25519_verify_returns_false_for_invalid_signature ... ok
[INFO] [stdout] test interop::tests::host_registry_system_env_and_which_work ... ok
[INFO] [stdout] test interop::tests::host_registry_system_http_request_rejects_invalid_method ... ok
[INFO] [stdout] test interop::tests::host_registry_system_hmac_sha256_hex_rejects_empty_message ... ok
[INFO] [stdout] test interop::http_server::tests::read_request_url_decodes_path ... ok
[INFO] [stdout] test interop::tests::host_registry_system_hmac_sha256_hex_rejects_non_string_message ... ok
[INFO] [stdout] test interop::tests::host_registry_system_hmac_sha256_hex_rejects_non_string_secret ... ok
[INFO] [stdout] test interop::tests::host_registry_system_hmac_sha256_hex_rejects_wrong_arity ... ok
[INFO] [stdout] test interop::tests::host_registry_system_append_text_and_write_text_atomic_persist_expected_content ... ok
[INFO] [stdout] test interop::http_server::tests::write_response_sends_404_not_found ... ok
[INFO] [stdout] test interop::http_server::tests::write_response_includes_custom_headers ... ok
[INFO] [stdout] test interop::tests::host_registry_system_http_request_rejects_invalid_url ... ok
[INFO] [stdout] test interop::tests::host_registry_system_http_request_rejects_max_redirects_out_of_range ... ok
[INFO] [stdout] test interop::http_server::tests::read_request_parses_get_request ... ok
[INFO] [stdout] test interop::tests::host_registry_system_hmac_sha256_hex_rejects_empty_secret ... ok
[INFO] [stdout] test interop::tests::host_registry_system_http_request_rejects_timeout_out_of_range ... ok
[INFO] [stdout] test interop::tests::host_registry_system_random_token_has_correct_output_length ... ok
[INFO] [stdout] test interop::tests::host_registry_system_http_request_rejects_unsupported_url_scheme ... ok
[INFO] [stdout] test interop::tests::host_registry_system_http_request_rejects_wrong_arity ... ok
[INFO] [stdout] test interop::tests::host_registry_system_random_token_rejects_non_int_argument ... ok
[INFO] [stdout] test interop::tests::host_registry_system_http_request_rejects_invalid_header_entry ... ok
[INFO] [stdout] test interop::tests::host_registry_system_log_rejects_invalid_payloads_with_deterministic_errors ... ok
[INFO] [stdout] test interop::tests::host_registry_system_lock_acquire_and_release_are_deterministic ... ok
[INFO] [stdout] test interop::http_server::tests::read_request_parses_query_string ... ok
[INFO] [stdout] test interop::tests::host_registry_system_http_request_rejects_unknown_opts_key ... ok
[INFO] [stdout] test interop::tests::host_registry_system_retry_plan_falls_back_to_backoff_for_invalid_retry_after ... ok
[INFO] [stdout] test interop::tests::host_registry_system_random_token_produces_unique_outputs ... ok
[INFO] [stdout] test interop::tests::host_registry_system_random_token_rejects_bytes_below_minimum ... ok
[INFO] [stdout] test interop::tests::host_registry_system_random_token_rejects_wrong_arity ... ok
[INFO] [stdout] test interop::http_server::tests::write_response_sends_200_ok_with_body ... ok
[INFO] [stdout] test interop::tests::host_registry_system_random_token_returns_url_safe_base64 ... ok
[INFO] [stdout] test interop::tests::host_registry_system_read_text_rejects_non_string_path ... ok
[INFO] [stdout] test interop::tests::host_registry_system_read_text_reads_written_file ... ok
[INFO] [stdout] test ir::tests::lower_ast_canonicalizes_call_target_kinds ... ok
[INFO] [stdout] test ir::tests::lower_ast_emits_const_int_and_return_for_literal_function ... ok
[INFO] [stdout] test ir::tests::lower_ast_emits_distinct_not_and_bang_ops ... ok
[INFO] [stdout] test ir::tests::lower_ast_marks_host_call_as_builtin_call_target ... ok
[INFO] [stdout] test ir::tests::lower_ast_marks_protocol_dispatch_as_builtin_call_target ... ok
[INFO] [stdout] test interop::tests::host_registry_system_read_text_reports_missing_file ... ok
[INFO] [stdout] test interop::tests::host_registry_system_random_token_rejects_bytes_above_maximum ... ok
[INFO] [stdout] test interop::tests::host_registry_system_path_exists_and_write_text_work ... ok
[INFO] [stdout] test interop::tests::host_registry_system_retry_plan_is_deterministic_with_jitter ... ok
[INFO] [stdout] test ir::tests::lower_ast_qualifies_local_call_targets ... ok
[INFO] [stdout] test interop::tests::host_registry_system_retry_plan_stops_after_attempt_budget_is_exhausted ... ok
[INFO] [stdout] test ir::tests::lower_ast_generates_protocol_dispatcher_and_impl_functions ... ok
[INFO] [stdout] test interop::tests::host_registry_system_log_appends_jsonl_records_with_expected_shape ... ok
[INFO] [stdout] test lexer::tests::scan_tokens_assigns_spans_for_tokens_and_eof ... ok
[INFO] [stdout] test ir::tests::lower_ast_threads_pipe_input_into_rhs_call_arguments ... ok
[INFO] [stdout] test ir::tests::lower_ast_supports_question_and_case_ops ... ok
[INFO] [stdout] test lexer::tests::scan_tokens_binary_literal_lowercase ... ok
[INFO] [stdout] test ir::tests::lower_ast_supports_for_comprehension_ops ... ok
[INFO] [stdout] test lexer::tests::scan_tokens_binary_literal_uppercase_prefix ... ok
[INFO] [stdout] test lexer::tests::scan_tokens_bitwise_operators ... ok
[INFO] [stdout] test lexer::tests::scan_tokens_binary_with_underscores ... ok
[INFO] [stdout] test lexer::tests::scan_tokens_distinguishes_gt_gt_from_gt_gt_gt ... ok
[INFO] [stdout] test lexer::tests::scan_tokens_distinguishes_lt_lt_from_lt_lt_lt ... ok
[INFO] [stdout] test lexer::tests::scan_tokens_bitwise_shifts ... ok
[INFO] [stdout] test lexer::tests::scan_tokens_char_literal_newline_escape ... ok
[INFO] [stdout] test lexer::tests::scan_tokens_emits_gt_gt_for_double_angle_close ... ok
[INFO] [stdout] test lexer::tests::scan_tokens_char_literal_digit ... ok
[INFO] [stdout] test lexer::tests::scan_tokens_emits_gt_gt_gt_for_triple_angle_close ... ok
[INFO] [stdout] test lexer::tests::scan_tokens_char_literal_ascii_letter ... ok
[INFO] [stdout] test lexer::tests::scan_tokens_emits_lt_lt_for_double_angle_open ... ok
[INFO] [stdout] test lexer::tests::scan_tokens_char_literal_space_is_question_operator ... ok
[INFO] [stdout] test lexer::tests::scan_tokens_emits_lt_lt_lt_for_triple_angle_open ... ok
[INFO] [stdout] test lexer::tests::scan_tokens_float_with_underscores ... ok
[INFO] [stdout] test lexer::tests::scan_tokens_hex_literal_lowercase ... ok
[INFO] [stdout] test lexer::tests::scan_tokens_hex_literal_uppercase_prefix ... ok
[INFO] [stdout] test lexer::tests::scan_tokens_integer_with_underscores_multiple_groups ... ok
[INFO] [stdout] test lexer::tests::scan_tokens_octal_literal_lowercase ... ok
[INFO] [stdout] test lexer::tests::scan_tokens_octal_literal_uppercase_prefix ... ok
[INFO] [stdout] test lexer::tests::scan_tokens_rejects_binary_with_no_digits ... ok
[INFO] [stdout] test lexer::tests::scan_tokens_rejects_binary_invalid_digit ... ok
[INFO] [stdout] test lexer::tests::scan_tokens_hex_with_underscores ... ok
[INFO] [stdout] test lexer::tests::scan_tokens_handles_minimal_module_fixture ... ok
[INFO] [stdout] test lexer::tests::scan_tokens_rejects_hex_separator_at_end ... ok
[INFO] [stdout] test lexer::tests::scan_tokens_rejects_decimal_separator_at_end ... ok
[INFO] [stdout] test lexer::tests::scan_tokens_rejects_hex_separator_at_start ... ok
[INFO] [stdout] test lexer::tests::scan_tokens_rejects_hex_with_no_digits ... ok
[INFO] [stdout] test lexer::tests::scan_tokens_rejects_octal_invalid_digit ... ok
[INFO] [stdout] test lexer::tests::scan_tokens_rejects_octal_with_no_digits ... ok
[INFO] [stdout] test lexer::tests::scan_tokens_reports_invalid_character ... ok
[INFO] [stdout] test lexer::tests::scan_tokens_reports_unterminated_string_with_span ... ok
[INFO] [stdout] test lexer::tests::scan_tokens_skips_hash_comments ... ok
[INFO] [stdout] test lexer::tests::scan_tokens_stepped_range_slash_slash ... ok
[INFO] [stdout] test lexer::tests::scan_tokens_strict_equality_operators ... ok
[INFO] [stdout] test lexer::tests::scan_tokens_supports_atoms_and_operators ... ok
[INFO] [stdout] test lexer::tests::scan_tokens_supports_capture_and_function_value_invocation ... ok
[INFO] [stdout] test lexer::tests::scan_tokens_supports_collection_literal_key_syntax ... ok
[INFO] [stdout] test lexer::tests::scan_tokens_supports_defp_and_default_argument_operator ... ok
[INFO] [stdout] test lexer::tests::scan_tokens_supports_identifiers_and_literals ... ok
[INFO] [stdout] test lexer::tests::scan_tokens_supports_control_form_keywords_and_with_operator ... ok
[INFO] [stdout] test lexer::tests::scan_tokens_supports_map_fat_arrow_without_regressing_case_arrows ... ok
[INFO] [stdout] test lexer::tests::scan_tokens_supports_module_qualified_calls ... ok
[INFO] [stdout] test lexer::tests::scan_tokens_supports_basic_sigils_as_string_literals ... ok
[INFO] [stdout] test lexer::tests::scan_tokens_supports_module_attributes_and_forms ... ok
[INFO] [stdout] test lexer::tests::scan_tokens_supports_pattern_delimiters ... ok
[INFO] [stdout] test lexer::tests::scan_tokens_supports_question_operator ... ok
[INFO] [stdout] test lexer::tests::scan_tokens_supports_string_interpolation ... ok
[INFO] [stdout] test lexer::tests::scan_tokens_supports_triple_quoted_heredoc_literals ... ok
[INFO] [stdout] test lexer::tests::scan_tokens_tokenizes_bitstring_literal_sequence ... ok
[INFO] [stdout] test lexer::tests::scan_tokens_tokenizes_bitstring_with_size_annotation ... ok
[INFO] [stdout] test lexer::tests::scan_tokens_w_sigil_with_parens_produces_list ... ok
[INFO] [stdout] test lexer::tests::scan_tokens_w_sigil_with_atom_modifier_produces_atom_list ... ok
[INFO] [stdout] test lexer::tests::scan_tokens_supports_pin_guards_and_match_operator ... ok
[INFO] [stdout] test linker::tests::clang_flags_generated_for_cross_targets ... ok
[INFO] [stdout] test lexer::tests::scan_tokens_w_sigil_with_single_word_produces_single_element_list ... ok
[INFO] [stdout] test llvm_backend::tests::lower_mir_subset_emits_control_flow_blocks_for_jump_terminators ... ok
[INFO] [stdout] test llvm_backend::tests::lower_mir_subset_emits_collection_and_pattern_runtime_helpers ... ok
[INFO] [stdout] test llvm_backend::tests::lower_mir_subset_emits_closure_runtime_helpers ... ok
[INFO] [stdout] test llvm_backend::tests::lower_mir_subset_emits_deterministic_llvm_ir_for_int_bool_calls ... ok
[INFO] [stdout] test llvm_backend::tests::lower_mir_subset_emits_host_interop_runtime_helpers ... ok
[INFO] [stdout] test llvm_backend::tests::lower_mir_subset_emits_dispatcher_symbols_for_duplicate_function_clauses ... ok
[INFO] [stdout] test llvm_backend::tests::lower_mir_subset_emits_error_flow_runtime_helpers ... ok
[INFO] [stdout] test llvm_backend::tests::lower_mir_subset_lowers_for_legacy_instruction_to_runtime_helper ... ok
[INFO] [stdout] test llvm_backend::tests::lower_mir_subset_lowers_string_and_float_constants_to_runtime_helpers ... ok
[INFO] [stdout] test llvm_backend::tests::lower_mir_subset_rejects_unsupported_legacy_instruction ... ok
[INFO] [stdout] test lsp::definition::tests::find_definition_locates_function_in_same_file ... ok
[INFO] [stdout] test lsp::diagnostics::tests::clean_source_produces_no_diagnostics ... ok
[INFO] [stdout] test lsp::document::tests::offset_to_position_clamps_to_source_length ... ok
[INFO] [stdout] test lsp::definition::tests::find_definition_returns_none_for_unknown_symbol ... ok
[INFO] [stdout] test lsp::document::tests::offset_to_position_first_line ... ok
[INFO] [stdout] test lsp::document::tests::offset_to_position_second_line ... ok
[INFO] [stdout] test lsp::hover::tests::hover_returns_none_for_non_function_token ... ok
[INFO] [stdout] test lsp::diagnostics::tests::syntax_error_produces_single_diagnostic ... ok
[INFO] [stdout] test lsp::hover::tests::hover_returns_type_for_function_name ... ok
[INFO] [stdout] test lsp::diagnostics::tests::invalid_token_produces_diagnostic ... ok
[INFO] [stdout] test lsp::tests::diagnostics_pipeline_reports_parse_error ... ok
[INFO] [stdout] test lsp::tests::diagnostics_pipeline_runs_without_panic ... ok
[INFO] [stdout] test lsp::tests::offset_to_position_maps_zero_offset ... ok
[INFO] [stdout] test manifest::tests::parse_manifest_package_section_is_optional ... ok
[INFO] [stdout] test manifest::tests::parse_manifest_reads_project_entry ... ok
[INFO] [stdout] test manifest::tests::parse_manifest_partial_package_metadata_is_valid ... ok
[INFO] [stdout] test manifest::tests::parse_manifest_reads_full_package_metadata ... ok
[INFO] [stdout] test manifest::tests::parse_manifest_reads_registry_dep_table_form_without_registry_override ... ok
[INFO] [stdout] test manifest::tests::parse_manifest_reads_registry_dep_shorthand ... ok
[INFO] [stdout] test manifest::tests::load_run_source_reads_manifest_entry_when_path_is_directory ... ok
[INFO] [stdout] test manifest::tests::parse_manifest_rejects_package_name_non_string ... ok
[INFO] [stdout] test manifest::tests::load_run_source_includes_sibling_project_modules ... ok
[INFO] [stdout] test manifest::tests::parse_manifest_reads_registry_dep_table_form ... ok
[INFO] [stdout] test manifest::tests::parse_manifest_rejects_dependency_without_path_or_git_source ... ok
[INFO] [stdout] test mir::optimize::tests::folds_constant_int_binary_ops_into_const_values ... ok
[INFO] [stdout] test manifest::tests::parse_manifest_rejects_path_dependency_with_non_string_path_value ... ok
[INFO] [stdout] test manifest::tests::parse_manifest_requires_project_entry ... ok
[INFO] [stdout] test mir::optimize::tests::does_not_fold_division_by_zero ... ok
[INFO] [stdout] test mir::tests::lower_ir_to_mir_emits_deterministic_case_cfg_shape ... ok
[INFO] [stdout] test mir::tests::lower_ir_to_mir_marks_ok_call_result_as_result_type ... ok
[INFO] [stdout] test mir::optimize::tests::folds_bool_short_circuit_terminator_to_direct_jump ... ok
[INFO] [stdout] test native_abi::tests::invalid_tag_is_reported_instead_of_causing_ub ... ok
[INFO] [stdout] test native_abi::tests::native_abi_memory_stats_track_allocations_and_high_water ... ok
[INFO] [stdout] test native_abi::tests::runtime_abi_version_is_v1 ... ok
[INFO] [stdout] test manifest::tests::parse_manifest_resolves_relative_path_dependencies_from_project_root ... ok
[INFO] [stdout] test native_abi::tests::runtime_boundary_rejects_wrong_abi_version ... ok
[INFO] [stdout] test native_abi::tests::tvalue_layout_is_stable_for_ffi ... ok
[INFO] [stdout] test native_abi::tests::tag_handle_mismatch_reports_deterministic_error ... ok
[INFO] [stdout] test native_artifact::tests::native_cache_key_changes_when_backend_changes ... ok
[INFO] [stdout] test native_abi::tests::runtime_roundtrip_supports_collections_and_results ... ok
[INFO] [stdout] test native_abi::tests::retain_and_release_refcount_are_deterministic_under_stress ... ok
[INFO] [stdout] test native_runtime::tests::collections_cover_constructors_and_mutations ... ok
[INFO] [stdout] test native_artifact::tests::native_cache_key_changes_when_target_changes ... ok
[INFO] [stdout] test native_runtime::tests::guard_builtins_match_runtime_value_shapes ... ok
[INFO] [stdout] test native_abi::tests::runtime_roundtrip_supports_closure_handles ... ok
[INFO] [stdout] test native_runtime::tests::host_interop_abi_version_is_v1 ... ok
[INFO] [stdout] test native_runtime::tests::ops_cover_numeric_logical_and_comparisons ... ok
[INFO] [stdout] test native_runtime::tests::pattern_helpers_cover_case_pattern_checks ... ok
[INFO] [stdout] test native_runtime::tests::helper_errors_are_deterministic ... ok
[INFO] [stdout] test parser::tests::parse_ast_assigns_stable_node_ids ... ok
[INFO] [stdout] test parser::tests::parse_ast_canonicalizes_use_calls_when_no_explicit_imports ... ok
[INFO] [stdout] test parser::tests::parse_ast_exposes_normalized_case_branch_head_and_body ... ok
[INFO] [stdout] test parser::tests::parse_ast_rejects_malformed_import_filter_options ... ok
[INFO] [stdout] test parser::tests::parse_ast_rejects_non_trailing_default_params ... ok
[INFO] [stdout] test parser::tests::parse_ast_rejects_unsupported_alias_options ... ok
[INFO] [stdout] test parser::tests::parse_ast_rejects_unsupported_for_options ... ok
[INFO] [stdout] test parser::tests::parse_ast_reports_deterministic_map_entry_diagnostics ... ok
[INFO] [stdout] test parser::tests::parse_ast_reports_missing_module_end ... ok
[INFO] [stdout] test observability::tests::observability_is_disabled_without_enable_flag ... ok
[INFO] [stdout] test parser::tests::parse_ast_supports_bitstring_literals_as_list_values ... ignored, bitstring literals in expression position not yet implemented
[INFO] [stdout] test parser::tests::parse_ast_supports_anonymous_functions_capture_and_invocation ... ok
[INFO] [stdout] test parser::tests::parse_ast_supports_case_patterns ... ok
[INFO] [stdout] test parser::tests::parse_ast_supports_defstruct_literals_and_updates ... ok
[INFO] [stdout] test parser::tests::parse_ast_supports_for_comprehensions ... ok
[INFO] [stdout] test parser::tests::parse_ast_supports_for_reduce_and_generator_guards ... ok
[INFO] [stdout] test linker::tests::resolve_compiler_host_picks_native_compiler ... ok
[INFO] [stdout] test linker::tests::find_c_compiler_returns_some_on_linux ... ok
[INFO] [stdout] test parser::tests::parse_ast_supports_for_with_multiple_generators ... ok
[INFO] [stdout] test parser::tests::parse_ast_supports_function_head_patterns_defaults_and_private_defs ... ok
[INFO] [stdout] test observability::tests::observed_run_bundle_writes_expected_files_and_schema ... ok
[INFO] [stdout] test parser::tests::parse_ast_supports_if_unless_cond_and_with_forms ... ok
[INFO] [stdout] test parser::tests::parse_ast_supports_import_only_and_except_filters ... ok
[INFO] [stdout] test parser::tests::parse_ast_supports_list_cons_patterns ... ok
[INFO] [stdout] test parser::tests::parse_ast_supports_map_colon_patterns ... ok
[INFO] [stdout] test parser::tests::parse_ast_supports_map_fat_arrow_literals_and_mixed_entries ... ok
[INFO] [stdout] test parser::tests::parse_ast_supports_module_forms_and_attributes ... ok
[INFO] [stdout] test parser::tests::parse_ast_supports_module_qualified_calls ... ok
[INFO] [stdout] test parser::tests::parse_ast_supports_map_fat_arrow_patterns ... ok
[INFO] [stdout] test parser::tests::parse_ast_supports_multi_clause_anonymous_functions_with_guards ... ok
[INFO] [stdout] test observability::tests::recorded_error_is_serialized_in_summary ... ok
[INFO] [stdout] test parser::tests::parse_ast_supports_nested_calls_with_plus_precedence ... ok
[INFO] [stdout] test parser::tests::parse_ast_supports_named_function_capture_shorthand ... ok
[INFO] [stdout] test parser::tests::parse_ast_supports_no_paren_calls ... ok
[INFO] [stdout] test parser::tests::parse_ast_supports_no_paren_module_qualified_calls ... ok
[INFO] [stdout] test parser::tests::parse_ast_supports_pin_patterns_case_guards_and_match_operator ... ok
[INFO] [stdout] test parser::tests::parse_ast_supports_postfix_question_operator ... ok
[INFO] [stdout] test parser::tests::parse_ast_supports_raise_as_no_paren_call_arg ... ok
[INFO] [stdout] test parser::tests::parse_ast_supports_single_module_with_two_functions ... ok
[INFO] [stdout] test parser::tests::parse_ast_supports_try_as_no_paren_call_arg ... ok
[INFO] [stdout] test parser::tests::parse_ast_supports_struct_patterns ... ok
[INFO] [stdout] test profiling::tests::profile_phase_executes_without_profiler ... ok
[INFO] [stdout] test profiling::tests::profile_phase_records_sample_when_enabled ... ok
[INFO] [stdout] test observability::tests::task_and_parent_identity_are_preserved_in_summary_and_task_index ... ok
[INFO] [stdout] test repl::tests::compile_and_run_evaluates_simple_expression ... ok
[INFO] [stdout] test observability::tests::unwritable_output_path_returns_warning_without_failing_finish ... ok
[INFO] [stdout] test repl::tests::is_quit_command_recognizes_aliases ... ok
[INFO] [stdout] test repl::tests::accumulated_functions_persist_across_calls ... ok
[INFO] [stdout] test repl::tests::needs_continuation_detects_do_keyword ... ok
[INFO] [stdout] test repl::tests::needs_continuation_detects_open_brace ... ok
[INFO] [stdout] test repl::tests::needs_continuation_detects_open_paren ... ok
[INFO] [stdout] test repl::tests::wrap_expr_produces_callable_module ... ok
[INFO] [stdout] test repl::tests::compile_and_run_reports_syntax_error_without_panic ... ok
[INFO] [stdout] test resolver::tests::resolve_ast_accepts_guard_builtins_in_guard_context ... ok
[INFO] [stdout] test repl::tests::wrap_module_definition_does_not_double_wrap ... ok
[INFO] [stdout] test resolver::tests::resolve_ast_accepts_module_local_function_calls ... ok
[INFO] [stdout] test resolver::tests::resolve_ast_accepts_import_only_and_except_filters ... ok
[INFO] [stdout] test repl::tests::needs_continuation_balanced_is_false ... ok
[INFO] [stdout] test resolver::tests::resolve_ast_accepts_struct_module_references ... ok
[INFO] [stdout] test resolver::tests::resolve_ast_accepts_module_qualified_function_calls ... ok
[INFO] [stdout] test resolver::tests::resolve_ast_accepts_use_with_defined_module_target ... ok
[INFO] [stdout] test resolver::tests::resolve_ast_accepts_defprotocol_and_defimpl ... ok
[INFO] [stdout] test resolver::tests::resolve_ast_accepts_private_function_calls_within_same_module ... ok
[INFO] [stdout] test resolver::tests::resolve_ast_rejects_duplicate_defimpl_for_same_target ... ok
[INFO] [stdout] test resolver::tests::resolve_ast_rejects_duplicate_modules ... ok
[INFO] [stdout] test resolver::tests::resolve_ast_rejects_ambiguous_unqualified_imports ... ok
[INFO] [stdout] test resolver::tests::resolve_ast_rejects_guard_builtins_in_non_guard_context ... ok
[INFO] [stdout] test resolver::tests::resolve_ast_rejects_private_function_calls_from_other_modules ... ok
[INFO] [stdout] test resolver::tests::resolve_ast_rejects_protocol_impl_with_arity_mismatch ... ok
[INFO] [stdout] test resolver::tests::resolve_ast_rejects_protocol_impl_with_missing_function ... ok
[INFO] [stdout] test resolver::tests::resolve_ast_rejects_unknown_struct_fields ... ok
[INFO] [stdout] test resolver_diag::tests::ambiguous_import_call_constructor_uses_stable_code_and_message ... ok
[INFO] [stdout] test resolver_diag::tests::duplicate_module_constructor_uses_stable_code_and_message ... ok
[INFO] [stdout] test resolver_diag::tests::duplicate_protocol_constructor_uses_stable_code_and_message ... ok
[INFO] [stdout] test resolver::tests::resolve_ast_rejects_unknown_protocol_in_defimpl ... ok
[INFO] [stdout] test resolver::tests::resolve_ast_rejects_undefined_struct_modules ... ok
[INFO] [stdout] test resolver::tests::resolve_ast_rejects_undefined_module_references ... ok
[INFO] [stdout] test resolver::tests::resolve_ast_reports_import_filter_excludes_call ... ok
[INFO] [stdout] test resolver_diag::tests::duplicate_protocol_function_constructor_uses_stable_code_and_message ... ok
[INFO] [stdout] test resolver_diag::tests::duplicate_protocol_impl_constructor_uses_stable_code_and_message ... ok
[INFO] [stdout] test resolver_diag::tests::import_filter_excludes_call_constructor_uses_stable_code_and_message ... ok
[INFO] [stdout] test resolver_diag::tests::guard_builtin_outside_guard_constructor_uses_stable_code_and_message ... ok
[INFO] [stdout] test resolver_diag::tests::invalid_protocol_impl_constructor_uses_stable_code_and_message ... ok
[INFO] [stdout] test resolver_diag::tests::undefined_required_module_constructor_uses_stable_code_and_message ... ok
[INFO] [stdout] test resolver_diag::tests::private_function_constructor_uses_stable_code_and_message ... ok
[INFO] [stdout] test resolver_diag::tests::undefined_symbol_constructor_uses_stable_code_and_message ... ok
[INFO] [stdout] test resolver_diag::tests::undefined_use_module_constructor_uses_stable_code_and_message ... ok
[INFO] [stdout] test resolver_diag::tests::unknown_struct_field_constructor_uses_stable_code_and_message ... ok
[INFO] [stdout] test resolver_diag::tests::unknown_protocol_constructor_uses_stable_code_and_message ... ok
[INFO] [stdout] test resolver_diag::tests::with_offset_appends_offset_without_changing_code_or_message ... ok
[INFO] [stdout] test resolver_diag::tests::undefined_struct_module_constructor_uses_stable_code_and_message ... ok
[INFO] [stdout] test runtime::tests::test_bitwise_not ... ok
[INFO] [stdout] test runtime::tests::test_bitwise_and ... ok
[INFO] [stdout] test runtime::tests::test_add ... ok
[INFO] [stdout] test runtime::tests::test_bitwise_or ... ok
[INFO] [stdout] test runtime::tests::test_for_collect ... ok
[INFO] [stdout] test runtime::tests::test_bitwise_shift_left ... ok
[INFO] [stdout] test runtime::tests::test_bitwise_shift_right ... ok
[INFO] [stdout] test runtime::tests::test_load_variable ... ok
[INFO] [stdout] test runtime::tests::test_bitwise_xor ... ok
[INFO] [stdout] test runtime::tests::test_case_basic ... ok
[INFO] [stdout] test runtime::tests::test_function_call ... ok
[INFO] [stdout] test runtime::tests::test_missing_function ... ok
[INFO] [stdout] test runtime::tests::test_closure ... ok
[INFO] [stdout] test target::tests::all_targets_have_no_exe_extension ... ok
[INFO] [stdout] test target::tests::clang_target_flags_include_target_arg ... ok
[INFO] [stdout] test runtime::tests::test_try_rescue ... ok
[INFO] [stdout] test runtime::tests::test_match_op ... ok
[INFO] [stdout] test runtime::tests::test_simple_return ... ok
[INFO] [stdout] test target::tests::compiler_flags_for_all_cross_targets ... ok
[INFO] [stdout] test target::tests::cross_compiler_binary_aarch64_linux ... ok
[INFO] [stdout] test target::tests::host_triple_returns_valid_target ... ok
[INFO] [stdout] test target::tests::cross_compiler_binary_host_returns_none ... ok
[INFO] [stdout] test target::tests::parse_arch_and_os_x86_64_linux ... ok
[INFO] [stdout] test target::tests::parse_arch_and_os_x86_64_macos ... ok
[INFO] [stdout] test target::tests::parse_arch_and_os_aarch64_linux ... ok
[INFO] [stdout] test tests::cli_diagnostics_share_usage_formatting ... ok
[INFO] [stdout] test target::tests::parse_arch_and_os_aarch64_macos ... ok
[INFO] [stdout] test tests::dump_ast_serialization_failure_emits_deterministic_diagnostic ... ok
[INFO] [stdout] test tests::dump_mode_exclusivity_error_uses_usage_exit_code ... ok
[INFO] [stdout] test tests::dump_ir_serialization_failure_emits_deterministic_diagnostic ... ok
[INFO] [stdout] test tests::known_commands_without_args_exit_success ... ok
[INFO] [stdout] test target::tests::parse_unsupported_target_returns_error ... ok
[INFO] [stdout] test target::tests::parse_all_four_supported_targets ... ok
[INFO] [stdout] test tests::acceptance_util_uses_standard_slice_path ... ok
[INFO] [stdout] test tests::known_commands_without_args_exit_usage ... ok
[INFO] [stdout] test tests::unknown_command_uses_usage_exit_code ... ok
[INFO] [stdout] test tests::verify_mode_exposes_expected_tag_metadata ... ok
[INFO] [stdout] test tests::verify_command_routes_to_verify_subcommand ... ok
[INFO] [stdout] test typing::diag::tests::non_exhaustive_case_constructor_uses_stable_contract ... ok
[INFO] [stdout] test typing::tests::infer_types_accepts_defprotocol_call_targets ... ok
[INFO] [stdout] test typing::tests::infer_types_accepts_explicit_dynamic_parameter_annotation ... ok
[INFO] [stdout] test typing::tests::infer_types_accepts_collection_constructor_builtins ... ok
[INFO] [stdout] test typing::tests::infer_types_harmonizes_result_and_match_diagnostics ... ok
[INFO] [stdout] test typing::tests::infer_types_accepts_host_call_with_atom_key ... ok
[INFO] [stdout] test typing::tests::infer_types_accepts_protocol_dispatch_builtin_calls ... ok
[INFO] [stdout] test typing::diag::tests::question_requires_result_constructor_uses_stable_contract ... ok
[INFO] [stdout] test typing::tests::infer_types_keeps_not_strictly_boolean ... ok
[INFO] [stdout] test typing::tests::infer_types_accepts_guard_builtin_calls_in_when_clauses ... ok
[INFO] [stdout] test typing::tests::infer_types_rejects_guard_builtin_arity_mismatch ... ok
[INFO] [stdout] test typing::tests::infer_types_accepts_match_operator_with_pattern_bindings ... ok
[INFO] [stdout] test typing::tests::infer_types_reports_non_exhaustive_case_without_wildcard_branch ... ok
[INFO] [stdout] test typing::tests::infer_types_rejects_host_call_with_non_atom_key ... ok
[INFO] [stdout] test typing::tests::infer_types_reports_type_mismatch_with_span_offset ... ok
[INFO] [stdout] test typing::tests::infer_types_requires_boolean_case_guard_expressions ... ok
[INFO] [stdout] test typing::tests::infer_types_supports_polymorphic_like_helper_with_concrete_call_sites ... ok
[INFO] [stdout] test typing::tests::parse_ast_rejects_dynamic_annotation_outside_parameter_positions ... ok
[INFO] [stdout] test typing::tests::infer_types_treats_bang_as_relaxed_boolean_not ... ok
[INFO] [stdout] test typing::tests::infer_types_threads_pipe_input_into_enum_style_calls ... ok
[INFO] [stdout] test typing::tests::infer_types_supports_question_operator_for_result_values ... ok
[INFO] [stdout] test interop::tests::host_registry_system_run_returns_exit_code_and_output ... ok
[INFO] [stdout] test interop::tests::host_registry_system_retry_plan_uses_retry_after_and_caps_delay ... ok
[INFO] [stdout] test interop::tests::host_registry_system_hmac_sha256_hex_matches_known_test_vector ... ok
[INFO] [stdout] test interop::tests::host_registry_system_sleep_ms_accepts_zero_delay ... ok
[INFO] [stdout] test native_runtime::tests::boundary_entrypoints_are_callable_via_abi ... ok
[INFO] [stdout] test interop::tests::host_registry_system_persistence_primitives_report_deterministic_argument_and_io_errors ... ok
[INFO] [stdout] test native_abi::tests::runtime_boundary_catches_panics_and_returns_error_status ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 396 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.21s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/check_capture_diagnostics.rs (/opt/rustwide/target/debug/deps/check_capture_diagnostics-9479cfd8352b20d3)
[INFO] [stdout] 
[INFO] [stdout] running 3 tests
[INFO] [stdout] test check_reports_invalid_named_capture_syntax ... ok
[INFO] [stdout] test check_reports_unknown_named_capture_target ... ok
[INFO] [stdout] test check_reports_capture_arity_mismatch_against_target_signature ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.04s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/check_dump_ast_case_patterns.rs (/opt/rustwide/target/debug/deps/check_dump_ast_case_patterns-6d1c36790a1623f3)
[INFO] [stdout] 
[INFO] [stdout] running 2 tests
[INFO] [stdout] test check_dump_ast_supports_literal_case_pattern_variants ... ok
[INFO] [stdout] test check_dump_ast_matches_case_pattern_contract ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/check_dump_ast_comprehensions.rs (/opt/rustwide/target/debug/deps/check_dump_ast_comprehensions-d43a9ee63d9b9b09)
[INFO] [stdout] 
[INFO] [stdout] running 4 tests
[INFO] [stdout] test check_rejects_unsupported_for_options_with_deterministic_hint ... ok
[INFO] [stdout] test check_dump_ast_supports_reduce_and_generator_guards ... ok
[INFO] [stdout] test check_dump_ast_supports_multi_generator_for_comprehension ... ok
[INFO] [stdout] test check_dump_ast_supports_single_generator_for_comprehension ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/check_dump_ast_control_forms.rs (/opt/rustwide/target/debug/deps/check_dump_ast_control_forms-32187d0847cefbdb)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test check_dump_ast_lowers_if_unless_cond_and_with_to_case_contracts ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/check_dump_ast_expressions.rs (/opt/rustwide/target/debug/deps/check_dump_ast_expressions-19eae48c4b84fbb4)
[INFO] [stdout] 
[INFO] [stdout] running 10 tests
[INFO] [stdout] test check_dump_ast_matches_heredoc_literal_contract ... ok
[INFO] [stdout] test check_dump_ast_concat_plus_plus_minus_minus_and_range_are_right_associative ... ok
[INFO] [stdout] test check_dump_ast_logical_and_collection_precedence ... ok
[INFO] [stdout] test check_dump_ast_matches_expression_contract_for_calls_and_precedence ... ok
[INFO] [stdout] test check_dump_ast_matches_collection_literal_contract ... ok
[INFO] [stdout] test check_dump_ast_comparison_has_lower_precedence_than_arithmetic ... ok
[INFO] [stdout] test check_dump_ast_matches_float_literal_contract ... ok
[INFO] [stdout] test check_dump_ast_supports_unary_plus_and_minus ... ok
[INFO] [stdout] test check_dump_ast_mul_binds_tighter_than_add ... ok
[INFO] [stdout] test check_dump_ast_matches_primitive_literal_contract ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/check_dump_ast_map_update.rs (/opt/rustwide/target/debug/deps/check_dump_ast_map_update-d2103f8bb893d74e)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test test_dump ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/check_dump_ast_module.rs (/opt/rustwide/target/debug/deps/check_dump_ast_module-d446bf1cf4a4c506)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test check_dump_ast_matches_single_module_two_function_contract ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/check_dump_ast_module_forms.rs (/opt/rustwide/target/debug/deps/check_dump_ast_module_forms-96eae4258998ff8a)
[INFO] [stdout] 
[INFO] [stdout] running 2 tests
[INFO] [stdout] test check_dump_ast_includes_module_forms_and_attributes ... ok
[INFO] [stdout] test check_dump_ast_includes_import_only_and_except_filters ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/check_dump_ast_pipe_chain.rs (/opt/rustwide/target/debug/deps/check_dump_ast_pipe_chain-cbe6e38af97b1813)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test check_dump_ast_matches_pipe_chain_contract ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/check_dump_ast_protocol_forms.rs (/opt/rustwide/target/debug/deps/check_dump_ast_protocol_forms-a660ce1e36e5c490)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test check_dump_ast_includes_defprotocol_and_defimpl_forms ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/check_dump_ast_string_interpolation.rs (/opt/rustwide/target/debug/deps/check_dump_ast_string_interpolation-3331299284d676e5)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test check_dump_ast_supports_string_interpolation ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/check_dump_ast_struct_syntax.rs (/opt/rustwide/target/debug/deps/check_dump_ast_struct_syntax-7c963770b3a97a98)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test check_dump_ast_includes_struct_forms_literals_updates_and_patterns ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/check_dump_ast_try_raise.rs (/opt/rustwide/target/debug/deps/check_dump_ast_try_raise-3d564f314c8d882e)
[INFO] [stdout] 
[INFO] [stdout] running 6 tests
[INFO] [stdout] test check_try_missing_clauses_diagnostic ... ok
[INFO] [stdout] test check_dump_ast_matches_try_raise_contract ... ok
[INFO] [stdout] test check_structured_raise_invalid_keyword_args_diagnostic ... ok
[INFO] [stdout] test check_dump_ast_supports_structured_raise_and_rescue_module_clause ... ok
[INFO] [stdout] test check_rescue_module_match_requires_module_reference_diagnostic ... ok
[INFO] [stdout] test check_try_catch_after_supported ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/check_dump_ir_primitives.rs (/opt/rustwide/target/debug/deps/check_dump_ir_primitives-6aa31204f7ed8d2d)
[INFO] [stdout] 
[INFO] [stdout] running 3 tests
[INFO] [stdout] test check_dump_ir_matches_float_literal_lowering_snapshot ... ok
[INFO] [stdout] test check_dump_ir_matches_primitive_literal_lowering_snapshot ... ok
[INFO] [stdout] test check_dump_ir_matches_collection_literal_lowering_snapshot ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/check_dump_ir_result_case.rs (/opt/rustwide/target/debug/deps/check_dump_ir_result_case-8dc048265dfa536b)
[INFO] [stdout] 
[INFO] [stdout] running 4 tests
[INFO] [stdout] test check_dump_ir_lowers_pin_guard_and_match_operator_forms ... ok
[INFO] [stdout] test check_dump_ir_matches_result_and_case_lowering_snapshot ... ok
[INFO] [stdout] test check_dump_ir_lowers_anonymous_function_and_invoke_ops ... ok
[INFO] [stdout] test check_dump_ir_lowers_list_and_map_case_patterns ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/check_dump_ir_smoke.rs (/opt/rustwide/target/debug/deps/check_dump_ir_smoke-28cf155d40f7fe3f)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test check_dump_ir_matches_simple_typed_function_snapshot ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/check_dump_ir_source_map.rs (/opt/rustwide/target/debug/deps/check_dump_ir_source_map-f283b6513071199a)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test check_dump_ir_includes_source_offsets_for_ops ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/check_dump_ir_string_interpolation.rs (/opt/rustwide/target/debug/deps/check_dump_ir_string_interpolation-4c424416fdd088ed)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test check_dump_ir_supports_string_interpolation ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/check_dump_mir_smoke.rs (/opt/rustwide/target/debug/deps/check_dump_mir_smoke-6c90fe214fcf3804)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test check_dump_mir_emits_cfg_with_match_and_merge_blocks ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/check_dump_mutual_exclusivity_combinations.rs (/opt/rustwide/target/debug/deps/check_dump_mutual_exclusivity_combinations-908398c4df14e1c2)
[INFO] [stdout] 
[INFO] [stdout] running 8 tests
[INFO] [stdout] test check_dump_ast_alone_succeeds ... ok
[INFO] [stdout] test check_rejects_all_three_dump_flags_together ... ok
[INFO] [stdout] test check_rejects_dump_tokens_and_dump_ir_together ... ok
[INFO] [stdout] test check_dump_tokens_alone_succeeds ... ok
[INFO] [stdout] test check_rejects_dump_ir_and_dump_mir_together ... ok
[INFO] [stdout] test check_dump_ir_alone_succeeds ... ok
[INFO] [stdout] test check_dump_mir_alone_succeeds ... ok
[INFO] [stdout] test check_rejects_dump_tokens_and_dump_ast_together ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/check_dump_tokens.rs (/opt/rustwide/target/debug/deps/check_dump_tokens-0391079c8c097612)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test check_dump_tokens_matches_minimal_module_golden_stream ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/check_dump_tokens_map_fat_arrow.rs (/opt/rustwide/target/debug/deps/check_dump_tokens_map_fat_arrow-9da21469892875a8)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test check_dump_tokens_reports_map_fat_arrow_token ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/check_dump_tokens_numeric_literals.rs (/opt/rustwide/target/debug/deps/check_dump_tokens_numeric_literals-709393af50faebaf)
[INFO] [stdout] 
[INFO] [stdout] running 7 tests
[INFO] [stdout] test check_dump_tokens_char_literal ... ok
[INFO] [stdout] test check_dump_tokens_hex_literal ... ok
[INFO] [stdout] test check_dump_tokens_float_with_underscores ... ok
[INFO] [stdout] test check_dump_tokens_char_escape_literal ... ok
[INFO] [stdout] test check_dump_tokens_binary_literal ... ok
[INFO] [stdout] test check_dump_tokens_integer_with_underscores ... ok
[INFO] [stdout] test check_dump_tokens_octal_literal ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/check_dump_tokens_ops.rs (/opt/rustwide/target/debug/deps/check_dump_tokens_ops-32b5a2965f570075)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test check_dump_tokens_supports_operator_and_atom_golden_stream ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/check_host_call_typing.rs (/opt/rustwide/target/debug/deps/check_host_call_typing-cbd4722fc959890c)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test check_rejects_host_call_with_non_atom_key ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/check_map_fat_arrow_diagnostics.rs (/opt/rustwide/target/debug/deps/check_map_fat_arrow_diagnostics-0f5e877ef90e63a4)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test check_reports_deterministic_map_fat_arrow_parse_error ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/check_non_exhaustive_case.rs (/opt/rustwide/target/debug/deps/check_non_exhaustive_case-44297cb80eb97693)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test check_reports_non_exhaustive_case_when_wildcard_branch_is_missing ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/check_protocol_defimpl_diagnostics.rs (/opt/rustwide/target/debug/deps/check_protocol_defimpl_diagnostics-f16484ebdb538312)
[INFO] [stdout] 
[INFO] [stdout] running 3 tests
[INFO] [stdout] test check_reports_unknown_protocol_for_defimpl ... ok
[INFO] [stdout] test check_reports_missing_protocol_function_in_impl ... ok
[INFO] [stdout] test check_reports_duplicate_protocol_impl_target ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/check_resolve_module_reference.rs (/opt/rustwide/target/debug/deps/check_resolve_module_reference-fee0604e2c42c36d)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test check_resolves_module_qualified_call_across_modules ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/check_result_propagation_requires_result.rs (/opt/rustwide/target/debug/deps/check_result_propagation_requires_result-8a779efdc67c12ad)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test check_reports_deterministic_error_for_question_on_non_result_expression ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/check_struct_syntax_diagnostics.rs (/opt/rustwide/target/debug/deps/check_struct_syntax_diagnostics-567f840469af6507)
[INFO] [stdout] 
[INFO] [stdout] running 3 tests
[INFO] [stdout] test check_reports_unknown_struct_field_in_literal ... ok
[INFO] [stdout] test check_reports_undefined_struct_module ... ok
[INFO] [stdout] test check_reports_unknown_struct_field_in_update ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/check_test_fmt_command_paths.rs (/opt/rustwide/target/debug/deps/check_test_fmt_command_paths-a24b2c493baf2b8f)
[INFO] [stdout] 
[INFO] [stdout] running 3 tests
[INFO] [stdout] test test_accepts_project_root_path_and_emits_ok_contract ... ok
[INFO] [stdout] test check_accepts_project_root_path_and_emits_ok_contract ... ok
[INFO] [stdout] test fmt_accepts_project_root_path_and_emits_ok_contract ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/check_try_raise_typing.rs (/opt/rustwide/target/debug/deps/check_try_raise_typing-784d53c40fc94c5c)
[INFO] [stdout] 
[INFO] [stdout] running 2 tests
[INFO] [stdout] test check_reports_deterministic_raise_arg_typing_error ... ok
[INFO] [stdout] test check_reports_deterministic_try_body_typing_error ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/check_undefined_symbol.rs (/opt/rustwide/target/debug/deps/check_undefined_symbol-639572b8d7a0b7bf)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test check_reports_deterministic_undefined_symbol_error_code ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/cli_contract_common.rs (/opt/rustwide/target/debug/deps/cli_contract_common-6363831b7f6974e4)
[INFO] [stdout] 
[INFO] [stdout] running 6 tests
[INFO] [stdout] test verify_run_no_args_is_usage_error ... ok
[INFO] [stdout] test verify_run_extra_args_is_usage_error ... ok
[INFO] [stdout] test verify_run_missing_slice_is_runtime_error ... ok
[INFO] [stdout] test common_path_commands_extra_args_is_usage_error ... ok
[INFO] [stdout] test common_path_commands_no_args_is_usage_error ... ok
[INFO] [stdout] test common_path_commands_missing_file_is_runtime_error ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/cli_contract_compile.rs (/opt/rustwide/target/debug/deps/cli_contract_compile-927eafb7ffd1c4db)
[INFO] [stdout] 
[INFO] [stdout] running 10 tests
[INFO] [stdout] test compile_failure_invalid_source ... ok
[INFO] [stdout] test compile_rejects_backend_flag_as_unexpected_argument ... ok
[INFO] [stdout] test compile_rejects_emit_flag_as_unexpected_argument ... ok
[INFO] [stdout] test compile_rejects_dump_mir_flag_as_unexpected_argument ... ok
[INFO] [stdout] test compile_help_lists_usage ... ok
[INFO] [stdout] test compile_out_path_is_directory_is_usage_error ... ok
[INFO] [stdout] test compile_rejects_emit_any_value_as_unexpected_argument ... ok
[INFO] [stdout] test compile_project_root_success ... ok
[INFO] [stdout] test compile_custom_out_path ... ok
[INFO] [stdout] test compile_single_file_success ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.95s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/cli_contract_docs.rs (/opt/rustwide/target/debug/deps/cli_contract_docs-046e332017a3a51d)
[INFO] [stdout] 
[INFO] [stdout] running 5 tests
[INFO] [stdout] test docs_errors_without_path ... ok
[INFO] [stdout] test docs_generates_stdlib_subdirectory ... ok
[INFO] [stdout] test docs_respects_output_flag ... ok
[INFO] [stdout] test docs_produces_output_for_documented_module ... ok
[INFO] [stdout] test docs_succeeds_for_undocumented_module ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/cli_contract_run_command.rs (/opt/rustwide/target/debug/deps/cli_contract_run_command-d29ee7432351b53b)
[INFO] [stdout] 
[INFO] [stdout] running 5 tests
[INFO] [stdout] test run_empty_path_is_runtime_error ... ok
[INFO] [stdout] test run_nonexistent_file_is_runtime_error ... ok
[INFO] [stdout] test run_syntax_error_is_runtime_error ... ok
[INFO] [stdout] test run_no_args_is_usage_error ... ok
[INFO] [stdout] test run_valid_file_succeeds ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/cli_help_smoke.rs (/opt/rustwide/target/debug/deps/cli_help_smoke-cbe22d3462748b6d)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test tonic_help_lists_v0_commands ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/compile_aot_artifacts_cli.rs (/opt/rustwide/target/debug/deps/compile_aot_artifacts_cli-7ac069c72e8dadbf)
[INFO] [stdout] 
[INFO] [stdout] running 9 tests
[INFO] [stdout] test linker_error_missing_tool_has_deterministic_message ... ok
[INFO] [stdout] test compile_rejects_emit_flag_as_unexpected_argument ... ok
[INFO] [stdout] test compile_llvm_out_relative_path_supports_dot_slash_execution_contract ... ok
[INFO] [stdout] test compiled_elf_output_matches_interpreter_for_arithmetic ... ok
[INFO] [stdout] test compile_llvm_out_flag_writes_executable_at_specified_path ... ok
[INFO] [stdout] test run_native_manifest_sidecar_still_works_with_interpreter ... ok
[INFO] [stdout] test compiled_elf_runs_directly_with_expected_output ... ok
[INFO] [stdout] test compile_llvm_produces_real_elf_executable ... ok
[INFO] [stdout] test run_native_artifact_rejects_target_mismatch_with_deterministic_diagnostic ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 9 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.22s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/compile_catalog_examples.rs (/opt/rustwide/target/debug/deps/compile_catalog_examples-c78f11f99225c232)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test compile_matches_catalog_expectations_for_active_examples ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- compile_matches_catalog_expectations_for_active_examples stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'compile_matches_catalog_expectations_for_active_examples' (804) panicked at tests/compile_catalog_examples.rs:48:9:
[INFO] [stdout] assertion `left == right` failed: [examples/bools_and_nils.tn] compile exit code mismatch. expected 0, got 1
[INFO] [stdout] stdout: 
[INFO] [stdout] stderr: error: failed to create artifact directory /opt/rustwide/workdir/.tonic/build: Read-only file system (os error 30)
[INFO] [stdout] 
[INFO] [stdout]   left: 1
[INFO] [stdout]  right: 0
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x57ca290cb1ba - 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:     0x57ca290cb1ba - 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:     0x57ca290cb1ba - std[b80a194dd3c418bb]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x57ca290cb1ba - <<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:     0x57ca290dfdaa - <core[10b6fa85044e1869]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x57ca290dfdaa - core[10b6fa85044e1869]::fmt::write
[INFO] [stdout]    6:     0x57ca290cfa42 - 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:     0x57ca290cfa42 - <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:     0x57ca290a9f8f - <std[b80a194dd3c418bb]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x57ca290a9f8f - std[b80a194dd3c418bb]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x57ca290c33c9 - std[b80a194dd3c418bb]::panicking::default_hook
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x57ca2905a77c - <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:     0x57ca2905a77c - 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:     0x57ca290c3582 - <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:     0x57ca290c3582 - std[b80a194dd3c418bb]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x57ca290aa048 - std[b80a194dd3c418bb]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x57ca290a1899 - 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:     0x57ca290aad5d - __rustc[9698a3e60dd14283]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x57ca290e05fc - core[10b6fa85044e1869]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x57ca290e0573 - core[10b6fa85044e1869]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panicking.rs:434:23
[INFO] [stdout]   20:     0x57ca2909e0b5 - core[10b6fa85044e1869]::panicking::assert_failed::<i32, i32>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x57ca28fd70fc - compile_catalog_examples::compile_matches_catalog_expectations_for_active_examples::hd5ed4957e95be5b9
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/compile_catalog_examples.rs:48:9
[INFO] [stdout]   22:     0x57ca28fd7507 - compile_catalog_examples::compile_matches_catalog_expectations_for_active_examples::{{closure}}::h7dd45e48da6057b5
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/compile_catalog_examples.rs:19:62
[INFO] [stdout]   23:     0x57ca28fe88f6 - core::ops::function::FnOnce::call_once::h1f0157877e95e845
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   24:     0x57ca2904e85b - <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]   25:     0x57ca2904e85b - 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]   26:     0x57ca2905b24b - test[826cbc6ef54ab466]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:686:74
[INFO] [stdout]   27:     0x57ca2905b24b - <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]   28:     0x57ca2905b24b - 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]   29:     0x57ca2905b24b - 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]   30:     0x57ca2905b24b - 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]   31:     0x57ca2905b24b - test[826cbc6ef54ab466]::run_test_in_process
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:686:27
[INFO] [stdout]   32:     0x57ca2905b24b - test[826cbc6ef54ab466]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:607:43
[INFO] [stdout]   33:     0x57ca29056964 - test[826cbc6ef54ab466]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:637:41
[INFO] [stdout]   34:     0x57ca29056964 - 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]   35:     0x57ca2905de52 - 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]   36:     0x57ca2905de52 - <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]   37:     0x57ca2905de52 - 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]   38:     0x57ca2905de52 - 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]   39:     0x57ca2905de52 - 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]   40:     0x57ca2905de52 - 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]   41:     0x57ca2905de52 - <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]   42:     0x57ca290ca76f - <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]   43:     0x57ca290ca76f - <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]   44:     0x7e8174c1faa4 - <unknown>
[INFO] [stdout]   45:     0x7e8174caca64 - clone
[INFO] [stdout]   46:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     compile_matches_catalog_expectations_for_active_examples
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.05s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--test compile_catalog_examples`
[INFO] running `Command { std: "docker" "inspect" "7d60b806cf577636f130ba115ad2d3538d893827542388e716574d4c82395421", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7d60b806cf577636f130ba115ad2d3538d893827542388e716574d4c82395421", kill_on_drop: false }`
[INFO] [stdout] 7d60b806cf577636f130ba115ad2d3538d893827542388e716574d4c82395421
