[INFO] cloning repository https://github.com/lantos1618/lynlang
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/lantos1618/lynlang" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flantos1618%2Flynlang", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flantos1618%2Flynlang'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] ea1ed26fb0d4c5bdab2ba636612995f16412e5eb
[INFO] testing lantos1618/lynlang 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%2Flantos1618%2Flynlang" "/workspace/builds/worker-3-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/lantos1618/lynlang
[INFO] finished tweaking git repo https://github.com/lantos1618/lynlang
[INFO] tweaked toml for git repo https://github.com/lantos1618/lynlang written to /workspace/builds/worker-3-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/lantos1618/lynlang 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/lantos1618/lynlang already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.97.0-beta.6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded serde_json v1.0.140
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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] 4207ec219532cef67462fc416c96e70ac6ea7a8456d67a9ea06551fdd5cc6874
[INFO] running `Command { std: "docker" "start" "4207ec219532cef67462fc416c96e70ac6ea7a8456d67a9ea06551fdd5cc6874", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "4207ec219532cef67462fc416c96e70ac6ea7a8456d67a9ea06551fdd5cc6874", 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" "4207ec219532cef67462fc416c96e70ac6ea7a8456d67a9ea06551fdd5cc6874" "/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" "4207ec219532cef67462fc416c96e70ac6ea7a8456d67a9ea06551fdd5cc6874", 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" "4207ec219532cef67462fc416c96e70ac6ea7a8456d67a9ea06551fdd5cc6874" "/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.95
[INFO] [stderr]    Compiling unicode-ident v1.0.18
[INFO] [stderr]    Compiling serde v1.0.219
[INFO] [stderr]    Compiling serde_json v1.0.140
[INFO] [stderr]    Compiling ryu v1.0.20
[INFO] [stderr]    Compiling hashbrown v0.17.1
[INFO] [stderr]    Compiling equivalent v1.0.2
[INFO] [stderr]    Compiling itoa v1.0.15
[INFO] [stderr]    Compiling unsafe-libyaml v0.2.11
[INFO] [stderr]    Compiling memchr v2.7.4
[INFO] [stderr]    Compiling quote v1.0.40
[INFO] [stderr]    Compiling indexmap v2.14.0
[INFO] [stderr]    Compiling syn v2.0.101
[INFO] [stderr]    Compiling serde_derive v1.0.219
[INFO] [stderr]    Compiling serde_yaml v0.9.34+deprecated
[INFO] [stderr]    Compiling zen v0.8.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 23.01s
[INFO] running `Command { std: "docker" "inspect" "4207ec219532cef67462fc416c96e70ac6ea7a8456d67a9ea06551fdd5cc6874", 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" "4207ec219532cef67462fc416c96e70ac6ea7a8456d67a9ea06551fdd5cc6874" "/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 libc v0.2.172
[INFO] [stderr]    Compiling getrandom v0.3.3
[INFO] [stderr]    Compiling rustix v1.0.8
[INFO] [stderr]    Compiling bitflags v2.9.1
[INFO] [stderr]    Compiling cfg-if v1.0.1
[INFO] [stderr]    Compiling linux-raw-sys v0.9.4
[INFO] [stderr]    Compiling fastrand v2.3.0
[INFO] [stderr]    Compiling once_cell v1.21.3
[INFO] [stderr]    Compiling tempfile v3.21.0
[INFO] [stderr]    Compiling zen v0.8.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 8.34s
[INFO] running `Command { std: "docker" "inspect" "4207ec219532cef67462fc416c96e70ac6ea7a8456d67a9ea06551fdd5cc6874", 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" "4207ec219532cef67462fc416c96e70ac6ea7a8456d67a9ea06551fdd5cc6874" "/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.06s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/zen-e0eb352a2c266162)
[INFO] [stdout] 
[INFO] [stdout] running 5 tests
[INFO] [stdout] test lexer::tokens::tests::zen_has_no_hard_keywords ... ok
[INFO] [stdout] test codegen::c::intrinsics::names::tests::intrinsic_spellings_round_trip_through_single_table ... ok
[INFO] [stdout] test codegen::c::intrinsics::names::tests::every_c_backend_intrinsic_exists_in_the_registry ... ok
[INFO] [stdout] test module_system::graph_loading::namespace_refs::tests::local_binding_shadows_sibling_for_rest_of_block ... ok
[INFO] [stdout] test module_system::graph_loading::namespace_refs::tests::sibling_calls_are_prefixed_but_shadowing_param_is_not ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 5 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/zen-571c14144f02d000)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/build_graph/main.rs (/opt/rustwide/target/debug/deps/build_graph-db9ebfc26c7dc872)
[INFO] [stdout] 
[INFO] [stdout] running 32 tests
[INFO] [stdout] test build_graph_rejects_undeclared_host_effects ... ok
[INFO] [stdout] test dependencies::build_graph_rejects_unknown_target_dependencies ... ok
[INFO] [stdout] test dependencies::build_program_lowering_rejects_cyclic_target_dependencies ... ok
[INFO] [stdout] test dependencies::build_program_lowering_rejects_unknown_target_dependencies ... ok
[INFO] [stdout] test dependencies::build_graph_rejects_self_target_dependencies ... ok
[INFO] [stdout] test dependencies::build_graph_rejects_cyclic_target_dependencies ... ok
[INFO] [stdout] test dependencies::build_program_lowering_rejects_self_target_dependencies ... ok
[INFO] [stdout] test deterministic_build_graph_creates_one_executable_target ... ok
[INFO] [stdout] test dependencies::build_graph_orders_targets_before_dependents ... ok
[INFO] [stdout] test host_effects::build_program_lowering_rejects_undeclared_file_reads ... ok
[INFO] [stdout] test host_effects::build_program_lowering_rejects_file_read_without_fallback ... ok
[INFO] [stdout] test target_metadata::build_program_lowering_rejects_unknown_target_fields ... ok
[INFO] [stdout] test host_effects::build_program_lowering_accepts_declared_env_reads ... ok
[INFO] [stdout] test target_metadata::build_program_lowering_rejects_duplicate_target_fields ... ok
[INFO] [stdout] test target_metadata::build_program_lowering_rejects_missing_required_target_fields ... ok
[INFO] [stdout] test host_effects::build_program_lowering_rejects_env_read_without_fallback ... ok
[INFO] [stdout] test target_metadata::build_program_lowering_rejects_unsupported_link_targets ... ok
[INFO] [stdout] test target_metadata::build_program_lowering_rejects_unsupported_package_targets ... ok
[INFO] [stdout] test targets::control_flow::build_program_lowering_collects_static_block_targets ... ok
[INFO] [stdout] test host_effects::build_program_lowering_accepts_declared_file_reads ... ok
[INFO] [stdout] test target_metadata::build_program_lowering_accepts_executable_link_libraries ... ok
[INFO] [stdout] test host_effects::build_program_lowering_rejects_undeclared_env_reads ... ok
[INFO] [stdout] test target_metadata::build_program_lowering_rejects_invalid_target_field_types ... ok
[INFO] [stdout] test target_metadata::build_program_lowering_accepts_executable_headers ... ok
[INFO] [stdout] test target_metadata::build_program_lowering_rejects_gated_package_fields ... ok
[INFO] [stdout] test target_metadata::build_program_lowering_accepts_structured_link_version_constraints ... ok
[INFO] [stdout] test targets::kinds::build_program_lowering_collects_library_target ... ok
[INFO] [stdout] test targets::control_flow::build_program_lowering_rejects_dynamic_target_adds ... ok
[INFO] [stdout] test targets::kinds::build_program_lowering_collects_multiple_executable_targets ... ok
[INFO] [stdout] test targets::kinds::build_program_lowering_collects_test_target ... ok
[INFO] [stdout] test targets::project::parsed_project_build_zen_lowers_to_executable_and_test_graph ... ok
[INFO] [stdout] test targets::metadata::build_program_lowering_collects_target_dependencies_and_features ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 32 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/error_diagnostics.rs (/opt/rustwide/target/debug/deps/error_diagnostics-235d0a4076ddc6c7)
[INFO] [stdout] 
[INFO] [stdout] running 2 tests
[INFO] [stdout] test diagnostics_keep_metadata_and_protocol_views ... ok
[INFO] [stdout] test diagnostic_code_registry_has_unique_valid_numbers ... 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/generic_diagnostics/main.rs (/opt/rustwide/target/debug/deps/generic_diagnostics-717e617aaa270772)
[INFO] [stdout] 
[INFO] [stdout] running 38 tests
[INFO] [stdout] test behavior_impls::behavior_impl_for_unknown_type_is_error ... ok
[INFO] [stdout] test annotations::nongeneric_annotation_type_args_are_errors ... ok
[INFO] [stdout] test behavior_impls::behavior_impl_duplicate_method_is_error ... ok
[INFO] [stdout] test annotations::generic_annotation_type_arg_arities_are_errors ... ok
[INFO] [stdout] test annotations::local::generic_local_annotation_type_arg_arities_are_errors ... ok
[INFO] [stdout] test behavior_impls::behavior_requires_unspecialized_generic_type_is_error ... ok
[INFO] [stdout] test behavior_impls::behavior_impl_for_unspecialized_generic_type_is_error ... ok
[INFO] [stdout] test behavior_impls::behavior_impl_extra_method_is_error ... ok
[INFO] [stdout] test bounds::generic_point_json_bound_failures_are_errors ... ok
[INFO] [stdout] test constructors::nongeneric_constructor_type_args_are_errors ... ok
[INFO] [stdout] test inference_conflicts::functions::basic::generic_function_inference_conflict_is_error ... ok
[INFO] [stdout] test inference_conflicts::methods::generic_params::generic_method_inference_conflict_through_generic_struct_type_is_error ... ok
[INFO] [stdout] test call_site_bounds::generic_function_behavior_bound_failure_is_error ... ok
[INFO] [stdout] test inference_conflicts::functions::generic_params::generic_function_inference_conflict_through_generic_enum_type_is_error ... ok
[INFO] [stdout] test inference_conflicts::functions::generic_params::generic_function_inference_conflict_through_generic_struct_type_is_error ... ok
[INFO] [stdout] test call_site_bounds::methods::generic_method_call_site_bound_failures_are_errors ... ok
[INFO] [stdout] test inference_conflicts::functions::compound_params::generic_function_inference_conflicts_through_compound_params_are_errors ... ok
[INFO] [stdout] test composite_annotations::empty_array_literal_is_an_error ... ok
[INFO] [stdout] test call_site_bounds::generic_behavior_bound_unknown_method_is_error ... ok
[INFO] [stdout] test method_type_args::arity_followups::generic_function_explicit_type_arg_arity_does_not_emit_argument_followup ... ok
[INFO] [stdout] test method_type_args::arity_followups::generic_function_explicit_type_arg_arity_does_not_emit_inference_followup ... ok
[INFO] [stdout] test composite_annotations::composite_generic_annotation_arities_are_errors ... ok
[INFO] [stdout] test method_type_args::generic_method_argument_arity_uses_method_diagnostic ... ok
[INFO] [stdout] test method_type_args::generic_method_explicit_type_arg_arity_is_error ... ok
[INFO] [stdout] test method_type_args::generic_method_inference_failure_is_error ... ok
[INFO] [stdout] test call_site_annotations::box_call_site_annotation_arities_are_errors ... ok
[INFO] [stdout] test method_type_args::nongeneric_explicit_type_args_are_errors ... ok
[INFO] [stdout] test method_type_args::enum_methods::generic_enum_method_explicit_type_arg_arity_is_error ... ok
[INFO] [stdout] test inference_conflicts::methods::receiver::generic_method_inference_conflict_from_receiver_is_error ... ok
[INFO] [stdout] test method_type_args::enum_methods::generic_result_enum_method_explicit_type_arg_arity_is_error ... ok
[INFO] [stdout] test constructors::generic_constructor_type_arg_arities_are_errors ... ok
[INFO] [stdout] test inference_conflicts::methods::receiver::generic_result_enum_method_inference_conflict_from_receiver_is_error ... ok
[INFO] [stdout] test inference_conflicts::methods::generic_params::generic_method_inference_conflict_through_generic_enum_type_is_error ... ok
[INFO] [stdout] test inference_conflicts::methods::receiver::generic_method_inference_conflict_is_error ... ok
[INFO] [stdout] test inference_conflicts::methods::compound_params::generic_method_inference_conflicts_through_compound_params_are_errors ... ok
[INFO] [stdout] test method_type_args::arity_followups::generic_method_explicit_type_arg_arity_does_not_emit_inference_followup ... ok
[INFO] [stdout] test method_type_args::arity_followups::generic_method_explicit_type_arg_arity_does_not_emit_argument_followup ... ok
[INFO] [stdout] test module_calls::unknown_module_function_is_an_error ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 38 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/integration/main.rs (/opt/rustwide/target/debug/deps/integration-8b40de4e241189bf)
[INFO] [stdout] 
[INFO] [stdout] running 420 tests
[INFO] [stdout] test cli_build::build_graph_json::emit_json_build_graph_outputs_project_build_graph ... ok
[INFO] [stdout] test cli_build::build_graph_json::golden::emit_json_build_graph_host_effect_schema_matches_golden ... ok
[INFO] [stdout] test cli_build::build_graph_json_declared_env::emit_json_build_graph_rejects_env_read_without_fallback ... ok
[INFO] [stdout] test cli_build::build_command::build_command_reports_imported_module_type_diagnostics ... ok
[INFO] [stdout] test cli_build::build_graph_json::validation::deterministic_body::emit_json_build_graph_rejects_dynamic_target_adds ... ok
[INFO] [stdout] test cli_build::build_graph_json::emit_json_build_graph_outputs_library_target ... ok
[INFO] [stdout] test cli_build::build_graph_json::validation::unsupported_targets::emit_json_build_graph_rejects_gated_target_fields ... ok
[INFO] [stdout] test cli_build::build_graph_json::golden::emit_json_build_graph_project_schema_matches_golden ... ok
[INFO] [stdout] test cli_build::build_graph_json_host_effects::file_reads::emit_json_build_graph_rejects_undeclared_file_read_effects ... ok
[INFO] [stdout] test cli_build::build_graph_json::golden::emit_json_build_graph_target_metadata_schema_matches_golden ... ok
[INFO] [stdout] test cli_build::build_graph_json::validation::emit_json_build_graph_rejects_executable_target_metadata_errors ... ok
[INFO] [stdout] test cli_build::build_graph_json::emit_json_build_graph_outputs_target_dependencies_and_features ... ok
[INFO] [stdout] test cli_build::build_graph_json_host_effects::file_reads::emit_json_build_graph_rejects_file_read_without_fallback ... ok
[INFO] [stdout] test cli_build::diagnostics::check_command::check_command_runs_resolver_diagnostics ... ok
[INFO] [stdout] test cli_build::build_graph_json_host_effects::emit_json_build_graph_rejects_undeclared_env_effects_before_lowering ... ok
[INFO] [stdout] test cli_build::diagnostics::dedup::check_command_deduplicates_typechecker_diagnostics ... ok
[INFO] [stdout] test cli_build::build_graph_json::validation::dependencies::emit_json_build_graph_rejects_dependency_shape_errors ... ok
[INFO] [stdout] test cli_build::diagnostics::emit_command::emit_command_reports_imported_module_type_diagnostics ... ok
[INFO] [stdout] test cli_build::diagnostics::check_command::check_command_reports_imported_module_resolver_diagnostics ... ok
[INFO] [stdout] test cli_build::emit_direct::emit_command_build_zen_outputs_target_c_source ... ok
[INFO] [stdout] test cli_build::build_graph_json::validation::emit_json_build_graph_rejects_target_field_errors ... ok
[INFO] [stdout] test cli_build::diagnostics::check_command::check_command_reports_imported_module_type_diagnostics ... ok
[INFO] [stdout] test cli_build::emit_direct_validation::target_selection::ambiguity::emit_command_build_zen_rejects_multiple_executable_targets ... ok
[INFO] [stdout] test cli_build::emit_direct_library_dependencies::emit_command_build_zen_accepts_library_dependencies ... ok
[INFO] [stdout] test cli_build::emit_direct_validation::target_selection::ambiguity::emit_command_build_zen_reports_multi_target_ambiguity_before_missing_executable_source ... ok
[INFO] [stdout] test cli_build::emit_direct_validation::emit_command_build_zen_ignores_unrelated_gated_test_source_errors ... ok
[INFO] [stdout] test cli_build::emit_direct_host_effects::emit_command_build_zen_rejects_undeclared_host_effects ... ok
[INFO] [stdout] test cli_build::emit_direct_validation::target_selection::no_executable::emit_command_build_zen_rejects_graph_without_executable_targets ... ok
[INFO] [stdout] test cli_build::build_graph_json_host_effects::file_reads::emit_json_build_graph_outputs_declared_file_read_effects ... ok
[INFO] [stdout] test cli_build::emit_direct_validation::target_selection::ambiguity::emit_command_build_zen_reports_multi_target_ambiguity_before_graph_only_library_typechecking ... ok
[INFO] [stdout] test cli_build::diagnostics::usage::root_usage_lists_supported_and_gated_emit_json_modes ... ok
[INFO] [stdout] test cli_build::frontend_json::diagnostics_gate_golden::intrinsics::emit_json_diagnostics_intrinsic_gate_schemas_match_golden ... ok
[INFO] [stdout] test cli_build::frontend_json::diagnostics_generic_arity_golden::annotations::locals::emit_json_diagnostics_generic_enum_local_annotation_arity_schema_matches_golden ... ok
[INFO] [stdout] test cli_build::frontend_json::diagnostics_gate_golden::effects_text_control::emit_json_diagnostics_control_gate_schemas_match_golden ... ok
[INFO] [stdout] test cli_build::frontend_json::diagnostics_generic_arity_golden::annotations::locals::emit_json_diagnostics_generic_enum_local_annotation_missing_args_schema_matches_golden ... ok
[INFO] [stdout] test cli_build::frontend_json::diagnostics_generic_arity_golden::annotations::locals::emit_json_diagnostics_generic_struct_local_annotation_missing_args_schema_matches_golden ... ok
[INFO] [stdout] test cli_build::frontend_json::diagnostics_generic_arity_golden::annotations::locals::emit_json_diagnostics_generic_struct_local_annotation_arity_schema_matches_golden ... ok
[INFO] [stdout] test cli_build::frontend_json::diagnostics_behavior_association_golden::relationship_arity::emit_json_diagnostics_generic_relationship_schemas_match_golden ... ok
[INFO] [stdout] test cli_build::frontend_json::diagnostics_generic_arity_golden::annotations::nested::emit_json_diagnostics_function_type_parameter_annotation_arity_schema_matches_golden ... ok
[INFO] [stdout] test cli_build::frontend_json::diagnostics_generic_arity_golden::annotations::nested::emit_json_diagnostics_pointer_inner_generic_annotation_arity_schema_matches_golden ... ok
[INFO] [stdout] test cli_build::frontend_json::diagnostics_generic_arity_golden::annotations::nested::emit_json_diagnostics_function_type_return_annotation_missing_args_schema_matches_golden ... ok
[INFO] [stdout] test cli_build::frontend_json::diagnostics_behavior_association_golden::requires::emit_json_diagnostics_generic_requires_schemas_match_golden ... ok
[INFO] [stdout] test cli_build::frontend_json::diagnostics_generic_arity_golden::annotations::nested::emit_json_diagnostics_slice_inner_generic_annotation_missing_args_schema_matches_golden ... ok
[INFO] [stdout] test cli_build::frontend_json::diagnostics_generic_arity_golden::annotations::nested::emit_json_diagnostics_array_inner_generic_annotation_arity_schema_matches_golden ... ok
[INFO] [stdout] test cli_build::frontend_json::diagnostics_generic_arity_golden::call_site_annotations::functions::emit_json_diagnostics_generic_function_type_arg_annotation_arity_schema_matches_golden ... ok
[INFO] [stdout] test cli_build::declared_env_effects::rejections::declared_env_effect_commands_reject_env_read_without_fallback ... ok
[INFO] [stdout] test cli_build::frontend_json::diagnostics_generic_arity_golden::call_site_annotations::casts::emit_json_diagnostics_cast_target_annotation_type_arg_arity_schema_matches_golden ... ok
[INFO] [stdout] test cli_build::frontend_json::diagnostics_generic_arity_golden::call_site_annotations::methods::emit_json_diagnostics_generic_method_type_arg_annotation_arity_schema_matches_golden ... ok
[INFO] [stdout] test cli_build::frontend_json::diagnostics_generic_arity_golden::annotations::declarations::emit_json_diagnostics_declaration_annotation_schemas_match_golden ... ok
[INFO] [stdout] test cli_build::frontend_json::diagnostics_generic_arity_golden::call_site_annotations::functions::emit_json_diagnostics_nongeneric_function_type_args_schema_matches_golden ... ok
[INFO] [stdout] test cli_build::frontend_json::diagnostics_generic_arity_golden::call_site_annotations::closures::emit_json_diagnostics_closure_param_annotation_type_arg_arity_schema_matches_golden ... ok
[INFO] [stdout] test cli_build::frontend_json::diagnostics_generic_arity_golden::call_site_annotations::methods::emit_json_diagnostics_generic_method_type_arg_annotation_missing_args_schema_matches_golden ... ok
[INFO] [stdout] test cli_build::frontend_json::diagnostics_generic_arity_golden::call_site_annotations::functions::emit_json_diagnostics_nongeneric_module_function_type_args_schema_matches_golden ... ok
[INFO] [stdout] test cli_build::frontend_json::diagnostics_generic_arity_golden::call_site_annotations::casts::emit_json_diagnostics_cast_target_annotation_missing_args_schema_matches_golden ... ok
[INFO] [stdout] test cli_build::frontend_json::diagnostics_generic_arity_golden::call_site_annotations::nested::emit_json_diagnostics_nested_generic_annotation_inner_arity_schema_matches_golden ... ok
[INFO] [stdout] test cli_build::frontend_json::diagnostics_generic_arity_golden::call_site_annotations::closures::emit_json_diagnostics_closure_return_annotation_missing_args_schema_matches_golden ... ok
[INFO] [stdout] test cli_build::frontend_json::diagnostics_generic_arity_golden::call_site_annotations::methods::emit_json_diagnostics_nongeneric_method_type_args_schema_matches_golden ... ok
[INFO] [stdout] test cli_build::frontend_json::diagnostics_golden::behavior_association::emit_json_diagnostics_generic_association_gate_schema_matches_golden ... ok
[INFO] [stdout] test cli_build::frontend_json::diagnostics_golden::control_flow::emit_json_diagnostics_missing_bool_match_arm_schema_matches_golden ... ok
[INFO] [stdout] test cli_build::frontend_json::diagnostics_golden::behavior_association::emit_json_diagnostics_behavior_derive_gate_schema_matches_golden ... ok
[INFO] [stdout] test cli_build::frontend_json::diagnostics_json::behavior_gates::emit_json_diagnostics_spans_full_gated_behavior_derive_association ... ok
[INFO] [stdout] test cli_build::frontend_json::diagnostics_json::behavior_gates::emit_json_diagnostics_spans_full_gated_generic_association_target ... ok
[INFO] [stdout] test cli_build::frontend_json::diagnostics_golden::type_resolution::emit_json_diagnostics_unknown_string_type_schema_matches_golden ... ok
[INFO] [stdout] test cli_build::frontend_json::diagnostics_json::fixes::emit_json_diagnostics_includes_structured_infix_as_cast_fix ... ok
[INFO] [stdout] test cli_build::frontend_json::diagnostics_json::fixes::emit_json_diagnostics_includes_structured_missing_bool_match_arm_fix ... ok
[INFO] [stdout] test cli_build::build_graph_json_declared_env::emit_json_build_graph_outputs_declared_env_read_effects ... ok
[INFO] [stdout] test cli_build::frontend_json::diagnostics_golden::removed_syntax::emit_json_diagnostics_removed_return_schema_matches_golden ... ok
[INFO] [stdout] test cli_build::build_graph_json::validation::unsupported_targets::emit_json_build_graph_rejects_unsupported_target_kinds ... ok
[INFO] [stdout] test cli_build::frontend_json::diagnostics_json::fixes::emit_json_diagnostics_includes_structured_return_keyword_fix ... ok
[INFO] [stdout] test cli_build::frontend_json::diagnostics_json::core::emit_json_diagnostics_command_outputs_machine_readable_errors ... ok
[INFO] [stdout] test cli_build::frontend_json::diagnostics_golden::behavior_association::emit_json_diagnostics_generic_behavior_overlap_schema_matches_golden ... ok
[INFO] [stdout] test cli_build::frontend_json::hir_golden::behavior_bounds::emit_json_hir_generic_behavior_association_schema_matches_golden ... ok
[INFO] [stdout] test cli_build::frontend_json::hir_json::emit_json_hir_outputs_enum_function_and_global_declarations ... ok
[INFO] [stdout] test cli_build::frontend_json::hir_golden::basic::emit_json_hir_declaration_schema_matches_golden ... ok
[INFO] [stdout] test cli_build::frontend_json::hir_golden::behavior_bounds::emit_json_hir_generic_behavior_bound_ufcs_schema_matches_golden ... ok
[INFO] [stdout] test cli_build::frontend_json::hir_json::emit_json_hir_outputs_checked_declaration_graph ... ok
[INFO] [stdout] test cli_build::frontend_json::ir_boundaries::compiler_json::emit_json_build_graph_rejects_hand_authored_json_before_graph_override ... ok
[INFO] [stdout] test cli_build::frontend_json::ir_boundaries::compiler_json::emit_json_ast_rejects_hand_authored_json_before_unchecked_ir_override ... ok
[INFO] [stdout] test cli_build::frontend_json::ir_boundaries::lowered_ir::emit_json_hir_rejects_hand_authored_json_before_ir_override ... ok
[INFO] [stdout] test cli_build::frontend_json::ir_boundaries::lowered_ir::emit_json_layout_rejects_hand_authored_json_before_layout_override ... ok
[INFO] [stdout] test cli_build::frontend_json::diagnostics_golden::generic_methods::emit_json_diagnostics_generic_method_schemas_match_golden ... ok
[INFO] [stdout] test cli_build::frontend_json::ir_boundaries::compiler_json::emit_json_diagnostics_rejects_hand_authored_json_before_diagnostic_override ... ok
[INFO] [stdout] test cli_build::frontend_json::ir_boundaries::compiler_json::emit_json_symbols_rejects_hand_authored_json_before_resolver_override ... ok
[INFO] [stdout] test cli_build::frontend_json::layout_golden::subject::emit_json_layout_basic_schema_matches_golden ... ok
[INFO] [stdout] test cli_build::frontend_json::ir_boundaries::compiler_json::emit_json_typed_rejects_hand_authored_json_before_checked_ir_override ... ok
[INFO] [stdout] test cli_build::frontend_json::layout_json::emit_json_layout_outputs_checked_type_layouts ... ok
[INFO] [stdout] test cli_build::frontend_json::layout_json::emit_json_layout_outputs_compound_type_layout_entries ... ok
[INFO] [stdout] test cli_build::frontend_json::layout_golden::subject::emit_json_layout_compound_schema_matches_golden ... ok
[INFO] [stdout] test cli_build::frontend_json::mir_golden::basic::emit_json_mir_match_schema_matches_golden ... ok
[INFO] [stdout] test cli_build::frontend_json::diagnostics_generic_arity_golden::constructors::emit_json_diagnostics_constructor_arity_schemas_match_golden ... ok
[INFO] [stdout] test cli_build::frontend_json::mir_golden::basic::emit_json_mir_minimal_function_schema_matches_golden ... ok
[INFO] [stdout] test cli_build::frontend_json::mir_golden::behavior_bounds::emit_json_mir_generic_behavior_association_schema_matches_golden ... ok
[INFO] [stdout] test cli_build::frontend_json::mir_golden::behavior_bounds::emit_json_mir_generic_behavior_bound_ufcs_schema_matches_golden ... ok
[INFO] [stdout] test cli_build::frontend_json::mir_json::boundary::emit_json_mir_rejects_hand_authored_json_before_ir_override ... ok
[INFO] [stdout] test cli_build::frontend_json::mir_json::match_schema::emit_json_mir_outputs_match_arm_schema ... ok
[INFO] [stdout] test cli_build::frontend_json::mir_json::minimal::emit_json_mir_outputs_checked_minimal_function_graph ... ok
[INFO] [stdout] test cli_build::frontend_json::hir_golden::generic_enums::emit_json_hir_generic_enum_schemas_match_golden ... ok
[INFO] [stdout] test cli_build::frontend_json::module_graph::ast::emit_json_ast_command_outputs_resolved_module_graph ... ok
[INFO] [stdout] test cli_build::frontend_json::module_graph::ast::emit_json_ast_marks_semantically_unchecked_sources_that_typed_json_rejects ... ok
[INFO] [stdout] test cli_build::frontend_json::module_graph::symbols::generic::emit_json_symbols_reports_multi_file_generic_function_return_enum_surface ... ok
[INFO] [stdout] test cli_build::frontend_json::module_graph::symbols::generic::emit_json_symbols_reports_multi_file_generic_enum_method_surface ... ok
[INFO] [stdout] test cli_build::frontend_json::hir_golden::generic_values::emit_json_hir_generic_value_schemas_match_golden ... ok
[INFO] [stdout] test cli_build::frontend_json::module_graph::symbols::emit_json_symbols_command_outputs_module_symbol_tables ... ok
[INFO] [stdout] test cli_build::frontend_json::module_graph::symbols::generic::emit_json_symbols_reports_multi_file_generic_method_nested_result_surface ... ok
[INFO] [stdout] test cli_build::frontend_json::module_graph::symbols::generic::emit_json_symbols_reports_multi_file_generic_result_method_surface ... ok
[INFO] [stdout] test cli_build::frontend_json::module_graph::symbols::generic::result_multi_specialization::emit_json_symbols_reports_multi_file_generic_result_multi_specialization_surface ... ok
[INFO] [stdout] test cli_build::frontend_json::module_graph_golden::graph::emit_json_ast_module_graph_schema_matches_golden ... ok
[INFO] [stdout] test cli_build::frontend_json::layout_golden::generic::emit_json_layout_generic_schemas_match_golden ... ok
[INFO] [stdout] test cli_build::frontend_json::module_graph::symbols::generic::result_multi_specialization::emit_json_symbols_reports_multi_file_generic_result_error_multi_specialization_surface ... ok
[INFO] [stdout] test cli_build::frontend_json::target_yaml::invalid::emit_json_target_yaml_rejects_layout_overrides ... ok
[INFO] [stdout] test cli_build::frontend_json::target_yaml::valid::emit_json_target_yaml_validates_backend_schema ... ok
[INFO] [stdout] test cli_build::frontend_json::target_yaml::invalid::emit_json_target_yaml_rejects_unsupported_backend_codegen ... ok
[INFO] [stdout] test cli_build::frontend_json::module_graph_golden::graph::emit_json_symbols_module_graph_schema_matches_golden ... ok
[INFO] [stdout] test cli_build::frontend_json::target_yaml::valid::emit_json_target_yaml_validates_c_backend_flags ... ok
[INFO] [stdout] test cli_build::frontend_json::target_yaml_golden::emit_json_target_yaml_backend_schema_matches_golden ... ok
[INFO] [stdout] test cli_build::frontend_json::target_yaml::invalid::emit_json_target_yaml_rejects_empty_c_backend_flags ... ok
[INFO] [stdout] test cli_build::frontend_json::typed_golden::behavior_bounds::emit_json_typed_generic_behavior_association_schema_matches_golden ... ok
[INFO] [stdout] test cli_build::frontend_json::target_yaml::valid::emit_json_target_yaml_validates_minimal_target_schema ... ok
[INFO] [stdout] test cli_build::frontend_json::typed_golden::behavior_bounds::emit_json_typed_generic_behavior_bound_ufcs_schema_matches_golden ... ok
[INFO] [stdout] test cli_build::frontend_json::mir_golden::generic_enums::emit_json_mir_generic_enum_schemas_match_golden ... ok
[INFO] [stdout] test cli_build::frontend_json::typed_json::emit_json_typed_command_outputs_checked_program ... ok
[INFO] [stdout] test cli_build::frontend_json::usage::emit_json_usage_lists_supported_and_gated_modes ... ok
[INFO] [stdout] test cli_build::graph_validation::basics::check_command_build_zen_accepts_library_only_graph_validation ... ok
[INFO] [stdout] test cli_build::graph_validation::basics::check_command_validates_build_zen_graph ... ok
[INFO] [stdout] test cli_build::graph_validation::source_validation::check_command_build_zen_rejects_missing_executable_source ... ok
[INFO] [stdout] test cli_build::graph_validation::source_validation::check_command_build_zen_rejects_missing_test_source ... ok
[INFO] [stdout] test cli_build::graph_validation::source_validation::check_command_build_zen_typechecks_target_sources ... ok
[INFO] [stdout] test cli_build::frontend_json::hir_golden::generic_methods::emit_json_hir_generic_method_schemas_match_golden ... ok
[INFO] [stdout] test cli_build::graph_validation::source_validation::check_command_build_zen_rejects_missing_library_source ... ok
[INFO] [stdout] test cli_build::graph_validation_host_effects::env_reads::declared::check_command_build_zen_accepts_declared_env_read ... ok
[INFO] [stdout] test cli_build::graph_validation_host_effects::env_reads::rejections::check_command_build_zen_rejects_undeclared_host_effects ... ok
[INFO] [stdout] test cli_build::frontend_json::mir_golden::generic_methods::emit_json_mir_generic_method_schemas_match_golden ... ok
[INFO] [stdout] test cli_build::frontend_json::mir_golden::generic_values::emit_json_mir_generic_value_schemas_match_golden ... ok
[INFO] [stdout] test cli_build::graph_validation_host_effects::env_reads::rejections::check_command_build_zen_rejects_undeclared_host_effects_before_target_typechecking ... ok
[INFO] [stdout] test cli_build::graph_validation_host_effects::env_reads::rejections::check_command_build_zen_rejects_undeclared_host_effects_before_source_validation ... ok
[INFO] [stdout] test cli_build::graph_validation_host_effects::file_reads::declared::check_command_build_zen_accepts_declared_file_read_effects ... ok
[INFO] [stdout] test cli_build::declared_env_effects::test_command::test_command_build_zen_accepts_declared_env_read_with_unselected_targets ... ok
[INFO] [stdout] test cli_build::frontend_json::typed_golden::generic_values::emit_json_typed_generic_value_schemas_match_golden ... ok
[INFO] [stdout] test cli_build::graph_validation_host_effects::file_reads::rejections::check_command_build_zen_rejects_file_read_host_effects_before_source_validation ... ok
[INFO] [stdout] test cli_build::graph_validation_host_effects::env_reads::declared::check_command_build_zen_accepts_declared_env_read_for_multiple_targets ... ok
[INFO] [stdout] test cli_build::graph_validation_host_effects::file_reads::declared::check_command_build_zen_accepts_declared_file_read_effects_for_multiple_targets ... ok
[INFO] [stdout] test cli_build::legacy_graph_command::cli_usage_describes_build_graph_executable_targets ... ok
[INFO] [stdout] test cli_build::frontend_json::module_graph_golden::generic_symbols::emit_json_symbols_generic_schemas_match_golden ... ok
[INFO] [stdout] test cli_build::legacy_graph_command::legacy_emit_json_modes_reject_build_zen_with_graph_diagnostic ... ok
[INFO] [stdout] test cli_build::graph_validation_test_command_validation::test_command_build_zen_rejects_graph_without_test_targets ... ok
[INFO] [stdout] test cli_build::library_execution_gates::library_only_graph_execution_rejections_match_command_mode ... ok
[INFO] [stdout] test cli_build::target_metadata_matrix::deterministic_body::build_zen_commands_reject_dynamic_target_adds ... ok
[INFO] [stdout] test cli_build::unsupported_targets::fields::build_zen_commands_reject_unsupported_target_fields ... ok
[INFO] [stdout] test cli_build::unsupported_targets::kinds::build_zen_commands_reject_unsupported_target_kinds ... ok
[INFO] [stdout] test cli_build::frontend_json::typed_golden::methods::emit_json_typed_method_schemas_match_golden ... ok
[INFO] [stdout] test cli_build::graph_validation_test_command_validation::test_command_build_zen_ignores_unrelated_gated_executable_source_errors ... ok
[INFO] [stdout] test cli_build::validation_rejections::command_modes_reject_basic_env_reads ... ok
[INFO] [stdout] test cli_build::validation_rejections::emit_command_rejects_dependency_shape_errors ... ok
[INFO] [stdout] test cli_build::frontend_json::typed_golden::generic_enums::emit_json_typed_generic_enum_schemas_match_golden ... ok
[INFO] [stdout] test cli_build::declared_env_effects::test_command::test_command_build_zen_accepts_declared_env_read_fallbacks ... ok
[INFO] [stdout] test cli_build::validation_rejections::command_modes_reject_env_reads_before_later_validation ... ok
[INFO] [stdout] test cli_build::graph_validation_test_command::test_command_build_zen_runs_multiple_test_targets ... ok
[INFO] [stdout] test cli_build::validation_rejections::executable_commands_reject_graphs_without_executable_targets ... ok
[INFO] [stdout] test cli_build::validation_rejections::executable_commands_reject_gated_test_dependencies ... ok
[INFO] [stdout] test cli_build::validation_rejections::build_graph_command_rejects_missing_root_source ... ok
[INFO] [stdout] test frontend_diagnostics::behavior_extends::inherited_requirements::imported_behavior_extends_imported_parent_requires_parent_methods ... ok
[INFO] [stdout] test cli_build::validation_rejections::test_command_rejects_dependency_shape_errors ... ok
[INFO] [stdout] test frontend_diagnostics::behavior_extends::inherited_requirements::imported_behavior_extends_requires_transitive_parent_methods ... ok
[INFO] [stdout] test cli_build::validation_rejections::test_command_rejects_gated_executable_dependencies ... ok
[INFO] [stdout] test frontend_diagnostics::behavior_extends::inherited_requirements::imported_behavior_extends_requires_parent_methods ... ok
[INFO] [stdout] test frontend_diagnostics::behavior_extends::overlaps::imported_behavior_extends_parent_impl_overlap_is_error ... ok
[INFO] [stdout] test frontend_diagnostics::behavior_extends::overlaps::imported_duplicate_generic_behavior_impl_is_error ... ok
[INFO] [stdout] test frontend_diagnostics::generic_behavior_imports::arity::imported_generic_behavior_bound_type_arg_arity_is_error ... ok
[INFO] [stdout] test frontend_diagnostics::generic_behavior_imports::arity::imported_generic_behavior_extends_type_arg_arity_is_error ... ok
[INFO] [stdout] test frontend_diagnostics::behavior_extends::overlaps::imported_behavior_extends_transitive_parent_impl_overlap_is_error ... ok
[INFO] [stdout] test frontend_diagnostics::generic_behavior_imports::arity::imported_generic_behavior_impl_type_arg_arity_is_error ... ok
[INFO] [stdout] test frontend_diagnostics::generic_behavior_imports::arity::imported_generic_behavior_requires_type_arg_arity_is_error ... ok
[INFO] [stdout] test frontend_diagnostics::generic_behavior_imports::duplicate_requires::imported_duplicate_generic_behavior_requires_is_error ... ok
[INFO] [stdout] test frontend_diagnostics::generic_behavior_imports::requirements::imported_generic_behavior_requires_missing_impl_is_error ... ok
[INFO] [stdout] test frontend_diagnostics::imported_generic_arity::imported_generic_enum_method_explicit_type_arg_arity_is_error ... ok
[INFO] [stdout] test frontend_diagnostics::imported_generic_arity::imported_generic_aggregate_constructor_type_arg_arity_is_error ... ok
[INFO] [stdout] test frontend_diagnostics::imported_generic_calls::imported_generic_function_inference_conflict_is_error ... ok
[INFO] [stdout] test frontend_diagnostics::imported_generic_calls::imported_generic_method_inference_conflict_is_error ... ok
[INFO] [stdout] test frontend_diagnostics::imported_generic_calls::imported_generic_ufc_behavior_bound_failure_is_error ... ok
[INFO] [stdout] test frontend_diagnostics::imported_generic_calls::imported_generic_ufc_explicit_type_arg_arity_is_error ... ok
[INFO] [stdout] test frontend_diagnostics::imported_generic_calls::imported_nongeneric_ufc_explicit_type_args_are_error ... ok
[INFO] [stdout] test frontend_diagnostics::integration_frontend_helper_reports_imported_module_type_diagnostics ... ok
[INFO] [stdout] test frontend_diagnostics::integration_frontend_helper_runs_resolver_diagnostics ... ok
[INFO] [stdout] test frontend_diagnostics::literal_context::contextual_integer_literal_overflow_is_reported ... ok
[INFO] [stdout] test frontend_diagnostics::literal_context::contextual_numeric_literal_overflow_is_reported_for_primitive_targets ... ok
[INFO] [stdout] test generated_c_assertions::c_call_assertion_ignores_struct_return_definitions ... ok
[INFO] [stdout] test generated_c_assertions::generated_c_definition_count_ignores_prototypes ... ok
[INFO] [stdout] test generated_c_assertions::generated_c_call_definition_scan_reports_missing_generated_calls ... ok
[INFO] [stdout] test frontend_diagnostics::imported_generic_arity::imported_generic_function_explicit_type_arg_arity_is_error ... ok
[INFO] [stdout] test cli_build::graph_validation_test_command_validation::test_command_build_zen_accepts_library_dependencies ... ok
[INFO] [stdout] test generic_specializations::behavior_bounds::imported_function_dependencies::imported_function_behavior_bound_dependencies_do_not_emit_unspecialized_c_symbols ... ok
[INFO] [stdout] test cli_build::validation_rejections::executable_commands_reject_dependency_shape_errors ... ok
[INFO] [stdout] test generic_specializations::behavior_bounds::imported_behavior_impls::imported_behavior_default_and_parent_dispatch_do_not_emit_unspecialized_c_symbols ... ok
[INFO] [stdout] test generic_specializations::behavior_bounds::imported_function_dependencies::imported_function_signature_type_dependencies_do_not_emit_unspecialized_c_symbols ... ok
[INFO] [stdout] test generic_specializations::behavior_bounds::local_and_defaults::multi_file_behavior_bound_specializations_do_not_emit_unspecialized_c_symbols ... ok
[INFO] [stdout] test cli_build::graph_validation_test_command::test_command_build_zen_runs_test_targets ... ok
[INFO] [stdout] test generic_specializations::behavior_bounds::imported_behavior_impls::imported_behavior_requires_do_not_emit_unspecialized_c_symbols ... ok
[INFO] [stdout] test generic_specializations::enum_generated_c::enum_specializations_do_not_emit_unspecialized_c_symbols ... ok
[INFO] [stdout] test generic_specializations::behavior_bounds::imported_behavior_impls::imported_behavior_impl_specializations_do_not_emit_unspecialized_c_symbols ... ok
[INFO] [stdout] test generic_specializations::multifile_generated_c::enum_dependencies::multi_file_generic_enum_method_worklist_specializations_emit_reachable_methods_once ... ok
[INFO] [stdout] test generic_specializations::multifile_generated_c::enum_dependencies::multi_file_generic_result_error_type_specializations_do_not_collapse ... ok
[INFO] [stdout] test generic_specializations::multifile_generated_c::enum_dependencies::multi_file_generic_enum_specializations_do_not_emit_unspecialized_c_symbols ... ok
[INFO] [stdout] test generic_specializations::behavior_bounds::local_and_defaults::local_behavior_bound_specializations_do_not_emit_unspecialized_c_symbols ... ok
[INFO] [stdout] test generic_specializations::multifile_generated_c::scoped_type_inference::imported_ufc_infers_from_scoped_generic_type_specialization ... ok
[INFO] [stdout] test import_visibility::imported_type_method_dependencies_are_not_directly_visible ... ok
[INFO] [stdout] test import_visibility::imported_type_method_worklist_helpers_are_not_directly_visible ... ok
[INFO] [stdout] test import_visibility::imported_type_method_imported_dependencies_are_not_directly_visible ... ok
[INFO] [stdout] test import_visibility_dependencies::imported_function_signature_type_dependencies_are_not_directly_visible ... ok
[INFO] [stdout] test cli_build::graph_validation_test_command::test_command_build_zen_runs_test_dependencies_first ... ok
[INFO] [stdout] test import_visibility_dependencies::imported_type_dependencies::imported_type_impl_imported_type_dependencies_are_not_directly_visible ... ok
[INFO] [stdout] test import_visibility_dependencies::imported_generic_function_transitive_dependencies_are_not_directly_visible ... ok
[INFO] [stdout] test import_visibility_private_methods::imported_private_behavior_impl_methods_are_not_directly_visible ... ok
[INFO] [stdout] test import_visibility_dependencies::imported_type_dependencies::imported_generic_function_imported_type_dependencies_are_not_directly_visible ... ok
[INFO] [stdout] test import_visibility_private_methods::imported_private_type_impl_methods_are_not_visible ... ok
[INFO] [stdout] test cli_build::declared_env_effects::test_command::test_command_build_zen_accepts_declared_env_read_for_multiple_targets ... ok
[INFO] [stdout] test generic_specializations::method_worklist_generated_c::method_and_worklist_specializations_do_not_emit_unspecialized_c_symbols ... ok
[INFO] [stdout] test cli_build::target_metadata_matrix::build_zen_commands_reject_target_metadata_errors ... ok
[INFO] [stdout] test generic_specializations::multifile_generated_c::method_worklist_dependencies::multi_file_generic_method_and_worklist_specializations_do_not_emit_unspecialized_c_symbols ... ok
[INFO] [stdout] test multi_file_fixtures::test_multi_file_imported_function_imported_behavior_bound ... ok
[INFO] [stdout] test multi_file_fixtures::test_multi_file_imported_behavior_impls ... ok
[INFO] [stdout] test multi_file_fixtures::test_multi_file_imported_behavior_requires_inherited ... ok
[INFO] [stdout] test generic_specializations::generic_specializations_emit_each_generated_c_definition_once ... ok
[INFO] [stdout] test cli_build::validation_rejections::executable_commands_ignore_unrelated_test_source_errors ... ok
[INFO] [stdout] test cli_build::validation_rejections::executable_commands_accept_library_dependencies ... ok
[INFO] [stdout] test multi_file_fixtures::test_multi_file_imported_child_parent_dispatch ... ok
[INFO] [stdout] test multi_file_fixtures::test_multi_file_imported_generic_behavior_defaults ... ok
[INFO] [stdout] test multi_file_fixtures::test_multi_file_imported_function_return_type_dependency ... ok
[INFO] [stdout] test multi_file_fixtures::test_multi_file_imported_function_param_type_dependency ... ok
[INFO] [stdout] test multi_file_fixtures::test_multi_file_imported_behavior_defaults ... ok
[INFO] [stdout] test multi_file_fixtures::test_multi_file_imports ... ok
[INFO] [stdout] test multi_file_fixtures::test_multi_file_imported_function_imported_return_type_behavior ... ok
[INFO] [stdout] test multi_file_fixtures::test_multi_file_behavior_inheritance_imports ... ok
[INFO] [stdout] test multi_file_fixtures::test_multi_file_behavior_bound_imports ... ok
[INFO] [stdout] test multi_file_fixtures::test_multi_file_imported_generic_target_default_method ... ok
[INFO] [stdout] test multi_file_fixtures::test_multi_file_imported_behavior_requires ... ok
[INFO] [stdout] test multi_file_fixtures::test_multi_file_type_impl_return_enum_dependency_imports ... ok
[INFO] [stdout] test multi_file_fixtures::test_multi_file_imported_generic_target_behavior_association ... ok
[INFO] [stdout] test cli_build::declared_env_effects::executable::executable_commands_accept_declared_env_read_with_unselected_targets ... ok
[INFO] [stdout] test multi_file_fixtures::test_multi_file_type_method_imported_dependency_imports ... ok
[INFO] [stdout] test multi_file_fixtures::test_multi_file_type_impl_imported_type_dependency_imports ... ok
[INFO] [stdout] test multi_file_fixtures::test_multi_file_type_method_worklist_imports ... ok
[INFO] [stdout] test multi_file_fixtures::test_multi_file_type_impl_imports ... ok
[INFO] [stdout] test multi_file_fixtures::test_multi_file_type_method_method_dependency_imports ... ok
[INFO] [stdout] test multi_file_fixtures::test_multi_file_imported_impl_with_imported_behavior ... ok
[INFO] [stdout] test multi_file_fixtures::test_multi_file_type_method_imports ... ok
[INFO] [stdout] test multi_file_fixtures::test_multi_file_type_method_return_enum_dependency_imports ... ok
[INFO] [stdout] test cli_build::declared_env_effects::executable::executable_commands_accept_declared_env_read_fallbacks ... ok
[INFO] [stdout] test multi_file_fixtures::test_multi_file_type_method_nested_result_dependency_imports ... ok
[INFO] [stdout] test multi_file_phase5_fixtures::test_multi_file_generic_imported_type_same_name_collision_imports ... ok
[INFO] [stdout] test multi_file_phase5_fixtures::test_multi_file_generic_imported_type_dependency_imports ... ok
[INFO] [stdout] test multi_file_phase5_fixtures::test_multi_file_generic_result_enum_method_imports ... ok
[INFO] [stdout] test multi_file_phase5_fixtures::test_multi_file_generic_enum_method_worklist_imports ... ok
[INFO] [stdout] test public_examples::public_project_build_graph_builds_and_tests_through_cli ... FAILED
[INFO] [stdout] test public_examples::public_project_build_graph_typechecks_through_cli ... ok
[INFO] [stdout] test multi_file_phase5_fixtures::test_multi_file_generic_imported_diamond_same_name_imports ... ok
[INFO] [stdout] test multi_file_phase5_fixtures::test_multi_file_generic_imported_worklist_multi_specialization_imports ... ok
[INFO] [stdout] test public_examples::public_runnable_examples_execute_through_cli ... FAILED
[INFO] [stdout] test public_examples::public_runnable_examples_compile_through_cli ... FAILED
[INFO] [stdout] test multi_file_phase5_fixtures::test_multi_file_generic_recursive_function_imports ... ok
[INFO] [stdout] test multi_file_phase5_fixtures::test_multi_file_generic_imported_transitive_dependency_imports ... ok
[INFO] [stdout] test multi_file_phase5_fixtures::test_multi_file_generic_enum_method_imports ... ok
[INFO] [stdout] test multi_file_phase5_fixtures::test_multi_file_imported_generic_function_return_enum_dependency ... ok
[INFO] [stdout] test multi_file_phase5_fixtures::test_multi_file_generic_imported_worklist_chain_imports ... ok
[INFO] [stdout] test public_examples::public_examples_typecheck_through_cli ... ok
[INFO] [stdout] test multi_file_phase5_fixtures::test_multi_file_generic_imports ... ok
[INFO] [stdout] test runtime_fixtures::test_boolean_ops ... ok
[INFO] [stdout] test multi_file_phase5_fixtures::test_multi_file_generic_result_error_multi_specialization_imports ... ok
[INFO] [stdout] test runtime_fixtures::test_enum_match ... ok
[INFO] [stdout] test multi_file_phase5_fixtures::test_multi_file_imported_scoped_generic_type_inference_ufc ... ok
[INFO] [stdout] test runtime_fixtures::test_defer_early_return ... ok
[INFO] [stdout] test cli_build::validation_rejections::command_modes_handle_graph_only_libraries ... ok
[INFO] [stdout] test multi_file_phase5_fixtures::test_multi_file_generic_result_enum_multi_specialization_imports ... ok
[INFO] [stdout] test runtime_fixtures::test_export_manifest ... ok
[INFO] [stdout] test runtime_fixtures::test_mutability ... ok
[INFO] [stdout] test runtime_fixtures::test_literal_context_numeric ... ok
[INFO] [stdout] test runtime_fixtures::test_nested_match ... ok
[INFO] [stdout] test runtime_fixtures::test_default_type_param ... ok
[INFO] [stdout] test runtime_fixtures::test_ffi_extern ... ok
[INFO] [stdout] test runtime_fixtures::test_cast ... ok
[INFO] [stdout] test runtime_fixtures::test_nested_structs ... ok
[INFO] [stdout] test runtime_fixtures::test_defer ... ok
[INFO] [stdout] test runtime_fixtures::test_stdlib_actor ... ok
[INFO] [stdout] test runtime_fixtures::test_paren_operand ... ok
[INFO] [stdout] test runtime_fixtures::test_stdlib_allocator ... ok
[INFO] [stdout] test runtime_fixtures::test_multiple_defer ... ok
[INFO] [stdout] test runtime_fixtures::test_stdlib_actor_system ... ok
[INFO] [stdout] test runtime_fixtures::test_stdlib_alloc_switch ... ok
[INFO] [stdout] test runtime_fixtures::test_stdlib_buffer ... ok
[INFO] [stdout] test runtime_fixtures::test_stdlib_arena ... ok
[INFO] [stdout] test runtime_fixtures::test_stdlib_async_helpers ... ok
[INFO] [stdout] test runtime_fixtures::test_recursion ... ok
[INFO] [stdout] test runtime_fixtures::test_stdlib_actor_supervisor ... ok
[INFO] [stdout] test runtime_fixtures::test_stdlib_condvar ... ok
[INFO] [stdout] test runtime_fixtures::test_stdlib_env ... ok
[INFO] [stdout] test runtime_fixtures::test_stdlib_async_pool ... ok
[INFO] [stdout] test runtime_fixtures::test_stdlib_atomic ... ok
[INFO] [stdout] test runtime_fixtures::test_stdlib_copy ... ok
[INFO] [stdout] test runtime_fixtures::test_stdlib_barrier ... ok
[INFO] [stdout] test runtime_fixtures::test_stdlib_coroutine ... ok
[INFO] [stdout] test runtime_fixtures::test_stdlib_bits ... ok
[INFO] [stdout] test runtime_fixtures::test_stdlib_eventfd ... ok
[INFO] [stdout] test runtime_fixtures::test_stdlib_char ... ok
[INFO] [stdout] test runtime_fixtures::test_stdlib_geometry ... ok
[INFO] [stdout] test runtime_fixtures::test_stdlib_epoll ... ok
[INFO] [stdout] test runtime_fixtures::test_stdlib_file ... ok
[INFO] [stdout] test runtime_fixtures::test_stdlib_iterator ... ok
[INFO] [stdout] test runtime_fixtures::test_stdlib_ffi ... ok
[INFO] [stdout] test runtime_fixtures::test_stdlib_inotify ... ok
[INFO] [stdout] test runtime_fixtures::test_stdlib_channel ... ok
[INFO] [stdout] test runtime_fixtures::test_stdlib_dir ... ok
[INFO] [stdout] test runtime_fixtures::test_stdlib_fs_rw ... ok
[INFO] [stdout] test runtime_fixtures::test_stdlib_memfd ... ok
[INFO] [stdout] test runtime_fixtures::test_stdlib_heap ... ok
[INFO] [stdout] test runtime_fixtures::test_stdlib_math ... ok
[INFO] [stdout] test runtime_fixtures::test_stdlib_gpa ... ok
[INFO] [stdout] test runtime_fixtures::test_stdlib_mmap ... ok
[INFO] [stdout] test runtime_fixtures::test_stdlib_fs ... ok
[INFO] [stdout] test runtime_fixtures::test_stdlib_mutex ... ok
[INFO] [stdout] test cli_build::declared_env_effects::executable::executable_commands_accept_declared_env_read_for_multiple_targets ... ok
[INFO] [stdout] test runtime_fixtures::test_stdlib_memory ... ok
[INFO] [stdout] test runtime_fixtures::test_stdlib_link ... ok
[INFO] [stdout] test runtime_fixtures::test_stdlib_pipe ... ok
[INFO] [stdout] test runtime_fixtures::test_stdlib_futex ... ok
[INFO] [stdout] test runtime_fixtures::test_stdlib_once ... ok
[INFO] [stdout] test runtime_fixtures::test_stdlib_process ... ok
[INFO] [stdout] test runtime_fixtures::test_stdlib_propagate ... ok
[INFO] [stdout] test cli_build::executable_build_commands_compile_targets ... ok
[INFO] [stdout] test runtime_fixtures::test_stdlib_getrandom ... ok
[INFO] [stdout] test runtime_fixtures::test_stdlib_prctl ... ok
[INFO] [stdout] test runtime_fixtures::test_stdlib_party ... ok
[INFO] [stdout] test runtime_fixtures::test_stdlib_multisync ... ok
[INFO] [stdout] test runtime_fixtures::test_stdlib_poll ... ok
[INFO] [stdout] test runtime_fixtures::test_stdlib_prng ... ok
[INFO] [stdout] test runtime_fixtures::test_stdlib_async_actor ... ok
[INFO] [stdout] test runtime_fixtures::test_stdlib_resource ... ok
[INFO] [stdout] test runtime_fixtures::test_stdlib_ptr ... ok
[INFO] [stdout] test runtime_fixtures::test_stdlib_pool ... ok
[INFO] [stdout] test runtime_fixtures::test_stdlib_seccomp ... ok
[INFO] [stdout] test runtime_fixtures::test_stdlib_runtime_actor ... ok
[INFO] [stdout] test runtime_fixtures::test_stdlib_rwlock ... ok
[INFO] [stdout] test runtime_fixtures::test_stdlib_signal ... ok
[INFO] [stdout] test runtime_fixtures::test_stdlib_queue_no_alloc_import ... ok
[INFO] [stdout] test runtime_fixtures::test_stdlib_socket ... ok
[INFO] [stdout] test runtime_fixtures::test_stdlib_semaphore ... ok
[INFO] [stdout] test runtime_fixtures::test_stdlib_scheduler ... ok
[INFO] [stdout] test runtime_fixtures::test_stdlib_sched ... ok
[INFO] [stdout] test runtime_fixtures::test_stdlib_terminal ... ok
[INFO] [stdout] test runtime_fixtures::test_stdlib_random ... ok
[INFO] [stdout] test runtime_fixtures::test_stdlib_stat ... ok
[INFO] [stdout] test runtime_fixtures::test_stdlib_runtime_party ... ok
[INFO] [stdout] test runtime_fixtures::test_stdlib_testing ... ok
[INFO] [stdout] test runtime_fixtures::test_stdlib_uring_constants ... ok
[INFO] [stdout] test runtime_fixtures::test_stdlib_splice ... ok
[INFO] [stdout] test single_file_fixtures::generic::test_generic_enum_method ... ok
[INFO] [stdout] test runtime_fixtures::test_stdlib_time ... ok
[INFO] [stdout] test single_file_fixtures::generic::test_generic_enum_method_nested_result ... ok
[INFO] [stdout] test runtime_fixtures::test_stdlib_timerfd ... ok
[INFO] [stdout] test single_file_fixtures::generic::test_generic_enum_nested_payload_inference ... ok
[INFO] [stdout] test single_file_fixtures::generic::test_generic_method ... ok
[INFO] [stdout] test runtime_fixtures::test_stdlib_slice ... ok
[INFO] [stdout] test single_file_fixtures::generic::test_generic_identity ... ok
[INFO] [stdout] test runtime_fixtures::test_stdlib_thread ... ok
[INFO] [stdout] test runtime_fixtures::test_stdlib_two_namespaces ... ok
[INFO] [stdout] test single_file_fixtures::generic::test_generic_method_nested_result ... ok
[INFO] [stdout] test runtime_fixtures::test_stdlib_uname ... ok
[INFO] [stdout] test runtime_fixtures::test_stdlib_vec_allocator ... ok
[INFO] [stdout] test single_file_fixtures::generic::test_generic_enum_multi_specialization ... ok
[INFO] [stdout] test single_file_fixtures::generic::test_generic_method_method_worklist ... ok
[INFO] [stdout] test single_file_fixtures::generic::test_generic_method_self_phantom ... ok
[INFO] [stdout] test single_file_fixtures::generic::test_generic_method_self ... ok
[INFO] [stdout] test single_file_fixtures::generic::test_generic_method_worklist_dedup ... ok
[INFO] [stdout] test single_file_fixtures::generic::test_generic_method_self_param_order ... ok
[INFO] [stdout] test single_file_fixtures::generic::test_generic_result_enum ... ok
[INFO] [stdout] test single_file_fixtures::generic::test_generic_recursive_method ... ok
[INFO] [stdout] test single_file_fixtures::generic::test_generic_ufc_dedup ... ok
[INFO] [stdout] test runtime_fixtures::test_stdlib_stack_no_alloc_import ... ok
[INFO] [stdout] test single_file_fixtures::generic::test_generic_type_impl_methods ... ok
[INFO] [stdout] test single_file_fixtures::generic::test_generic_method_worklist ... ok
[INFO] [stdout] test single_file_fixtures::generic::test_generic_enum_option ... ok
[INFO] [stdout] test single_file_fixtures::generic::test_generic_nested_result_enum ... ok
[INFO] [stdout] test single_file_fixtures::generic::test_generic_recursive_function ... ok
[INFO] [stdout] test runtime_fixtures::test_stdlib_waitgroup ... ok
[INFO] [stdout] test single_file_fixtures::generic::test_generic_result_enum_method ... ok
[INFO] [stdout] test single_file_fixtures::generic::test_generic_ufc_function ... ok
[INFO] [stdout] test single_file_fixtures::test_behavior_distinct_generic_specialization_dispatch ... ok
[INFO] [stdout] test single_file_fixtures::test_behavior_generic_parent_type_arg_inheritance ... ok
[INFO] [stdout] test single_file_fixtures::generic::test_generic_enum_method_self_renamed_params ... ok
[INFO] [stdout] test runtime_fixtures::test_stdlib_task ... ok
[INFO] [stdout] test single_file_fixtures::generic::test_generic_worklist_dedup ... ok
[INFO] [stdout] test runtime_fixtures::test_stdlib_unix_socket ... ok
[INFO] [stdout] test single_file_fixtures::test_behavior_default_method_dispatch ... ok
[INFO] [stdout] test single_file_fixtures::test_behavior_json_explicit_impl ... ok
[INFO] [stdout] test single_file_fixtures::test_behavior_generic_target_default_method ... ok
[INFO] [stdout] test single_file_fixtures::generic::test_generic_struct ... ok
[INFO] [stdout] test single_file_fixtures::test_behavior_inherited_generic_dispatch ... ok
[INFO] [stdout] test single_file_fixtures::test_behavior_json_generic_dispatch ... ok
[INFO] [stdout] test single_file_fixtures::test_behavior_generic_parent_inheritance ... ok
[INFO] [stdout] test single_file_fixtures::test_arithmetic ... ok
[INFO] [stdout] test single_file_fixtures::test_behavior_json_generic_bound_ufcs ... ok
[INFO] [stdout] test single_file_fixtures::generic::test_generic_vec ... ok
[INFO] [stdout] test single_file_fixtures::generic::test_generic_worklist ... ok
[INFO] [stdout] test single_file_fixtures::test_functions ... ok
[INFO] [stdout] test single_file_fixtures::test_behavior_generic_target_distinct_behavior_args ... ok
[INFO] [stdout] test single_file_fixtures::test_behavior_generic_target_association ... ok
[INFO] [stdout] test single_file_fixtures::test_behavior_json_generic_bound ... ok
[INFO] [stdout] test stdlib_builtin_enforcement::stdlib_no_raw_builtin_outside_compiler_zen ... ok
[INFO] [stdout] test single_file_fixtures::generic::test_generic_result_enum_multi_specialization ... ok
[INFO] [stdout] test single_file_fixtures::test_enums ... ok
[INFO] [stdout] test single_file_fixtures::test_behavior_inherited_default_method ... ok
[INFO] [stdout] test single_file_fixtures::test_behavior_json_generic_association ... ok
[INFO] [stdout] test single_file_fixtures::test_duplicate_enum_variant_names ... ok
[INFO] [stdout] test single_file_fixtures::test_conditionals ... ok
[INFO] [stdout] test single_file_fixtures::test_loop_control ... ok
[INFO] [stdout] test single_file_fixtures::test_type_impl_methods ... ok
[INFO] [stdout] test single_file_fixtures::test_hello ... ok
[INFO] [stdout] test single_file_fixtures::test_structs ... ok
[INFO] [stdout] test single_file_fixtures::test_behavior_generic_default_method ... ok
[INFO] [stdout] test single_file_fixtures::test_ufc ... ok
[INFO] [stdout] test single_file_fixtures::test_loops ... ok
[INFO] [stdout] test single_file_fixtures::test_strings ... ok
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- public_examples::public_project_build_graph_builds_and_tests_through_cli stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'public_examples::public_project_build_graph_builds_and_tests_through_cli' (2541) panicked at tests/integration/public_examples.rs:157:5:
[INFO] [stdout] zen build examples/project/build.zen failed: stdout=, stderr=main.zen:9:5: error[E3023]: undefined module function `io.println`
[INFO] [stdout] main.zen:10:5: error[E3023]: undefined module function `io.println`
[INFO] [stdout] main.zen:13:18: error[E3023]: undefined module function `io.println`
[INFO] [stdout] main.zen:14:19: error[E3023]: undefined module function `io.println`
[INFO] [stdout]   4 error(s)
[INFO] [stdout] 
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x6021c4ba3788 - 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:     0x6021c4ba3788 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::trace_unsynchronized::<std[10d71ac2c42b111e]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stderr] error: test failed, to rerun pass `--test integration`
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x6021c4ba3788 - std[10d71ac2c42b111e]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x6021c4ba3788 - <<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:     0x6021c4bba49a - <core[8fb95b77d25ab6c8]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x6021c4bba49a - core[8fb95b77d25ab6c8]::fmt::write
[INFO] [stdout]    6:     0x6021c4ba8432 - 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:     0x6021c4ba8432 - <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:     0x6021c4b7f4e6 - <std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x6021c4b7f4e6 - std[10d71ac2c42b111e]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x6021c4b9a309 - std[10d71ac2c42b111e]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x6021c49381dc - <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:     0x6021c49381dc - 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:     0x6021c4b9a4c2 - <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:     0x6021c4b9a4c2 - std[10d71ac2c42b111e]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x6021c4b7f5a2 - std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x6021c4b744d9 - 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:     0x6021c4b802bd - __rustc[3be9ba60078d4c86]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x6021c4bbac2c - core[8fb95b77d25ab6c8]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x6021c48ae197 - integration[8fc81a00a341afe1]::public_examples::assert_command_success
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/integration/public_examples.rs:157:5
[INFO] [stdout]   20:     0x6021c48af27e - integration[8fc81a00a341afe1]::public_examples::public_project_build_graph_builds_and_tests_through_cli
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/integration/public_examples.rs:37:5
[INFO] [stdout]   21:     0x6021c48ad177 - integration[8fc81a00a341afe1]::public_examples::public_project_build_graph_builds_and_tests_through_cli::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/integration/public_examples.rs:29:61
[INFO] [stdout]   22:     0x6021c4912f86 - <integration[8fc81a00a341afe1]::public_examples::public_project_build_graph_builds_and_tests_through_cli::{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]   23:     0x6021c492b2bb - <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]   24:     0x6021c492b2bb - 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]   25:     0x6021c4938b35 - test[213991da798b1c03]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:74
[INFO] [stdout]   26:     0x6021c4938b35 - <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]   27:     0x6021c4938b35 - 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]   28:     0x6021c4938b35 - 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]   29:     0x6021c4938b35 - 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]   30:     0x6021c4938b35 - test[213991da798b1c03]::run_test_in_process
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:27
[INFO] [stdout]   31:     0x6021c4938b35 - test[213991da798b1c03]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:668:43
[INFO] [stdout]   32:     0x6021c4932444 - test[213991da798b1c03]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:698:41
[INFO] [stdout]   33:     0x6021c4932444 - 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]   34:     0x6021c493bbb2 - 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]   35:     0x6021c493bbb2 - <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]   36:     0x6021c493bbb2 - 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]   37:     0x6021c493bbb2 - 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]   38:     0x6021c493bbb2 - 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]   39:     0x6021c493bbb2 - 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]   40:     0x6021c493bbb2 - <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]   41:     0x6021c4ba2b2f - <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]   42:     0x6021c4ba2b2f - <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]   43:     0x791d46cf4aa4 - <unknown>
[INFO] [stdout]   44:     0x791d46d81a64 - clone
[INFO] [stdout]   45:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- public_examples::public_runnable_examples_execute_through_cli stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'public_examples::public_runnable_examples_execute_through_cli' (2565) panicked at tests/integration/public_examples.rs:157:5:
[INFO] [stdout] zen build examples/01_hello_world.zen failed: stdout=, stderr=/opt/rustwide/workdir/examples/01_hello_world.zen:6:5: error[E3023]: undefined module function `io.println`
[INFO] [stdout]   1 error(s)
[INFO] [stdout] 
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x6021c4ba3788 - 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:     0x6021c4ba3788 - 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:     0x6021c4ba3788 - std[10d71ac2c42b111e]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x6021c4ba3788 - <<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:     0x6021c4bba49a - <core[8fb95b77d25ab6c8]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x6021c4bba49a - core[8fb95b77d25ab6c8]::fmt::write
[INFO] [stdout]    6:     0x6021c4ba8432 - 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:     0x6021c4ba8432 - <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:     0x6021c4b7f4e6 - <std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x6021c4b7f4e6 - std[10d71ac2c42b111e]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x6021c4b9a309 - std[10d71ac2c42b111e]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x6021c49381dc - <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:     0x6021c49381dc - 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:     0x6021c4b9a4c2 - <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:     0x6021c4b9a4c2 - std[10d71ac2c42b111e]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x6021c4b7f5a2 - std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x6021c4b744d9 - 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:     0x6021c4b802bd - __rustc[3be9ba60078d4c86]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x6021c4bbac2c - core[8fb95b77d25ab6c8]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x6021c48ae197 - integration[8fc81a00a341afe1]::public_examples::assert_command_success
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/integration/public_examples.rs:157:5
[INFO] [stdout]   20:     0x6021c48ade20 - integration[8fc81a00a341afe1]::public_examples::build_public_example
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/integration/public_examples.rs:117:5
[INFO] [stdout]   21:     0x6021c48ae8ed - integration[8fc81a00a341afe1]::public_examples::assert_zen_build_and_run_succeeds
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/integration/public_examples.rs:96:17
[INFO] [stdout]   22:     0x6021c48af177 - integration[8fc81a00a341afe1]::public_examples::public_runnable_examples_execute_through_cli
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/integration/public_examples.rs:78:9
[INFO] [stdout]   23:     0x6021c48ad117 - integration[8fc81a00a341afe1]::public_examples::public_runnable_examples_execute_through_cli::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/integration/public_examples.rs:67:50
[INFO] [stdout]   24:     0x6021c4912f06 - <integration[8fc81a00a341afe1]::public_examples::public_runnable_examples_execute_through_cli::{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]   25:     0x6021c492b2bb - <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]   26:     0x6021c492b2bb - 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]   27:     0x6021c4938b35 - test[213991da798b1c03]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:74
[INFO] [stdout]   28:     0x6021c4938b35 - <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]   29:     0x6021c4938b35 - 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]   30:     0x6021c4938b35 - 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]   31:     0x6021c4938b35 - 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]   32:     0x6021c4938b35 - test[213991da798b1c03]::run_test_in_process
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:27
[INFO] [stdout]   33:     0x6021c4938b35 - test[213991da798b1c03]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:668:43
[INFO] [stdout]   34:     0x6021c4932444 - test[213991da798b1c03]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:698:41
[INFO] [stdout]   35:     0x6021c4932444 - 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]   36:     0x6021c493bbb2 - 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]   37:     0x6021c493bbb2 - <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]   38:     0x6021c493bbb2 - 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]   39:     0x6021c493bbb2 - 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]   40:     0x6021c493bbb2 - 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]   41:     0x6021c493bbb2 - 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]   42:     0x6021c493bbb2 - <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]   43:     0x6021c4ba2b2f - <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]   44:     0x6021c4ba2b2f - <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]   45:     0x791d46cf4aa4 - <unknown>
[INFO] [stdout]   46:     0x791d46d81a64 - clone
[INFO] [stdout]   47:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- public_examples::public_runnable_examples_compile_through_cli stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'public_examples::public_runnable_examples_compile_through_cli' (2563) panicked at tests/integration/public_examples.rs:157:5:
[INFO] [stdout] zen build examples/01_hello_world.zen failed: stdout=, stderr=/opt/rustwide/workdir/examples/01_hello_world.zen:6:5: error[E3023]: undefined module function `io.println`
[INFO] [stdout]   1 error(s)
[INFO] [stdout] 
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x6021c4ba3788 - 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:     0x6021c4ba3788 - 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:     0x6021c4ba3788 - std[10d71ac2c42b111e]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x6021c4ba3788 - <<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:     0x6021c4bba49a - <core[8fb95b77d25ab6c8]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x6021c4bba49a - core[8fb95b77d25ab6c8]::fmt::write
[INFO] [stdout]    6:     0x6021c4ba8432 - 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:     0x6021c4ba8432 - <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:     0x6021c4b7f4e6 - <std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x6021c4b7f4e6 - std[10d71ac2c42b111e]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x6021c4b9a309 - std[10d71ac2c42b111e]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x6021c49381dc - <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:     0x6021c49381dc - 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:     0x6021c4b9a4c2 - <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:     0x6021c4b9a4c2 - std[10d71ac2c42b111e]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x6021c4b7f5a2 - std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x6021c4b744d9 - 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:     0x6021c4b802bd - __rustc[3be9ba60078d4c86]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x6021c4bbac2c - core[8fb95b77d25ab6c8]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x6021c48ae197 - integration[8fc81a00a341afe1]::public_examples::assert_command_success
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/integration/public_examples.rs:157:5
[INFO] [stdout]   20:     0x6021c48ade20 - integration[8fc81a00a341afe1]::public_examples::build_public_example
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/integration/public_examples.rs:117:5
[INFO] [stdout]   21:     0x6021c48ae1ce - integration[8fc81a00a341afe1]::public_examples::assert_zen_build_succeeds
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/integration/public_examples.rs:92:18
[INFO] [stdout]   22:     0x6021c48aef97 - integration[8fc81a00a341afe1]::public_examples::public_runnable_examples_compile_through_cli
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/integration/public_examples.rs:62:9
[INFO] [stdout]   23:     0x6021c48ad0e7 - integration[8fc81a00a341afe1]::public_examples::public_runnable_examples_compile_through_cli::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/integration/public_examples.rs:51:50
[INFO] [stdout]   24:     0x6021c4912ec6 - <integration[8fc81a00a341afe1]::public_examples::public_runnable_examples_compile_through_cli::{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]   25:     0x6021c492b2bb - <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]   26:     0x6021c492b2bb - 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]   27:     0x6021c4938b35 - test[213991da798b1c03]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:74
[INFO] [stdout]   28:     0x6021c4938b35 - <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]   29:     0x6021c4938b35 - 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]   30:     0x6021c4938b35 - 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]   31:     0x6021c4938b35 - 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]   32:     0x6021c4938b35 - test[213991da798b1c03]::run_test_in_process
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:27
[INFO] [stdout]   33:     0x6021c4938b35 - test[213991da798b1c03]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:668:43
[INFO] [stdout]   34:     0x6021c4932444 - test[213991da798b1c03]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:698:41
[INFO] [stdout]   35:     0x6021c4932444 - 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]   36:     0x6021c493bbb2 - 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]   37:     0x6021c493bbb2 - <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]   38:     0x6021c493bbb2 - 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]   39:     0x6021c493bbb2 - 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]   40:     0x6021c493bbb2 - 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]   41:     0x6021c493bbb2 - 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]   42:     0x6021c493bbb2 - <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]   43:     0x6021c4ba2b2f - <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]   44:     0x6021c4ba2b2f - <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]   45:     0x791d46cf4aa4 - <unknown>
[INFO] [stdout]   46:     0x791d46d81a64 - clone
[INFO] [stdout]   47:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     public_examples::public_project_build_graph_builds_and_tests_through_cli
[INFO] [stdout]     public_examples::public_runnable_examples_compile_through_cli
[INFO] [stdout]     public_examples::public_runnable_examples_execute_through_cli
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 417 passed; 3 failed; 0 ignored; 0 measured; 0 filtered out; finished in 7.02s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "4207ec219532cef67462fc416c96e70ac6ea7a8456d67a9ea06551fdd5cc6874", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4207ec219532cef67462fc416c96e70ac6ea7a8456d67a9ea06551fdd5cc6874", kill_on_drop: false }`
[INFO] [stdout] 4207ec219532cef67462fc416c96e70ac6ea7a8456d67a9ea06551fdd5cc6874
