[INFO] cloning repository https://github.com/luxine/Rust_CalcKernel
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/luxine/Rust_CalcKernel" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fluxine%2FRust_CalcKernel", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fluxine%2FRust_CalcKernel'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 43589d65746a9dc91b58e5db6feff0a74f241d8c
[INFO] testing luxine/Rust_CalcKernel 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%2Fluxine%2FRust_CalcKernel" "/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/luxine/Rust_CalcKernel
[INFO] finished tweaking git repo https://github.com/luxine/Rust_CalcKernel
[INFO] tweaked toml for git repo https://github.com/luxine/Rust_CalcKernel written to /workspace/builds/worker-3-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/luxine/Rust_CalcKernel 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/luxine/Rust_CalcKernel 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]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded wat v1.252.0
[INFO] [stderr]   Downloaded assert_cmd v2.2.2
[INFO] [stderr]   Downloaded wasm-encoder v0.252.0
[INFO] [stderr]   Downloaded wast v252.0.0
[INFO] [stderr]   Downloaded wasmparser v0.252.0
[INFO] [stderr]   Downloaded bstr v1.12.3
[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] 93ab8807bd86d22a5e4646d68c38872c7e5f4d77d7b14329677ba57db68b3b3a
[INFO] running `Command { std: "docker" "start" "93ab8807bd86d22a5e4646d68c38872c7e5f4d77d7b14329677ba57db68b3b3a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "93ab8807bd86d22a5e4646d68c38872c7e5f4d77d7b14329677ba57db68b3b3a", 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" "93ab8807bd86d22a5e4646d68c38872c7e5f4d77d7b14329677ba57db68b3b3a" "/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" "93ab8807bd86d22a5e4646d68c38872c7e5f4d77d7b14329677ba57db68b3b3a", 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" "93ab8807bd86d22a5e4646d68c38872c7e5f4d77d7b14329677ba57db68b3b3a" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling unicode-ident v1.0.24
[INFO] [stderr]    Compiling quote v1.0.46
[INFO] [stderr]    Compiling leb128fmt v0.1.0
[INFO] [stderr]    Compiling bumpalo v3.20.3
[INFO] [stderr]    Compiling memchr v2.8.2
[INFO] [stderr]    Compiling wasm-encoder v0.252.0
[INFO] [stderr]    Compiling proc-macro2 v1.0.106
[INFO] [stderr]    Compiling syn v2.0.118
[INFO] [stderr]    Compiling wast v252.0.0
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]    Compiling wat v1.252.0
[INFO] [stderr]    Compiling calckernel v0.8.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.58s
[INFO] running `Command { std: "docker" "inspect" "93ab8807bd86d22a5e4646d68c38872c7e5f4d77d7b14329677ba57db68b3b3a", 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" "93ab8807bd86d22a5e4646d68c38872c7e5f4d77d7b14329677ba57db68b3b3a" "/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 autocfg v1.5.1
[INFO] [stderr]    Compiling aho-corasick v1.1.4
[INFO] [stderr]    Compiling regex-syntax v0.8.11
[INFO] [stderr]    Compiling libc v0.2.186
[INFO] [stderr]    Compiling predicates-core v1.0.10
[INFO] [stderr]    Compiling termtree v0.5.1
[INFO] [stderr]    Compiling normalize-line-endings v0.3.0
[INFO] [stderr]    Compiling assert_cmd v2.2.2
[INFO] [stderr]    Compiling difflib v0.4.0
[INFO] [stderr]    Compiling anstyle v1.0.14
[INFO] [stderr]    Compiling predicates-tree v1.0.13
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling float-cmp v0.10.0
[INFO] [stderr]    Compiling wait-timeout v0.2.1
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling regex v1.12.4
[INFO] [stderr]    Compiling bstr v1.12.3
[INFO] [stderr]    Compiling predicates v3.1.4
[INFO] [stderr]    Compiling calckernel v0.8.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 16.93s
[INFO] running `Command { std: "docker" "inspect" "93ab8807bd86d22a5e4646d68c38872c7e5f4d77d7b14329677ba57db68b3b3a", 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" "93ab8807bd86d22a5e4646d68c38872c7e5f4d77d7b14329677ba57db68b3b3a" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "test" "--frozen", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.12s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/calckernel-027f22b05d1a062f)
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/ckc-3db503bcb1c41fe8)
[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/bench_surface_test.rs (/opt/rustwide/target/debug/deps/bench_surface_test-69681a0e24634a4c)
[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] [stdout] 
[INFO] [stdout] running 4 tests
[INFO] [stdout] test repository_should_define_native_cargo_benchmark_harness ... ok
[INFO] [stdout] test benchmark_docs_should_explain_native_cargo_bench_workflow ... ok
[INFO] [stdout] test benchmark_tree_should_not_keep_empty_placeholder_directories ... ok
[INFO] [stdout] test benchmark_harness_should_cover_compiler_stages_and_backends ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/c_backend_test.rs (/opt/rustwide/target/debug/deps/c_backend_test-5e1f149ed2e2cd69)
[INFO] [stdout] 
[INFO] [stdout] running 5 tests
[INFO] [stdout] test c_backend_should_match_typescript_oracle_for_official_examples ... ok
[INFO] [stdout] test c_backend_should_match_typescript_oracle_for_perf_fixtures_at_benchmark_opt_levels ... ok
[INFO] [stdout] test checked_c_backend_should_remove_only_proven_safe_induction_overflow_checks_at_o3 ... ok
[INFO] [stdout] test c_backend_should_compile_and_run_scalar_control_and_memory_program ... ok
[INFO] [stdout] test checked_c_backend_should_compile_and_return_status_codes ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.54s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/checker_test.rs (/opt/rustwide/target/debug/deps/checker_test-8acdc19d0ef23400)
[INFO] [stdout] 
[INFO] [stdout] running 8 tests
[INFO] [stdout] test check_should_reject_strict_f64_violations ... ok
[INFO] [stdout] test check_should_accept_valid_pricing_style_program ... ok
[INFO] [stdout] test check_should_expose_expression_and_let_types_for_mir_lowering ... ok
[INFO] [stdout] test check_should_expose_typescript_compatible_symbol_lookup_helpers ... ok
[INFO] [stdout] test check_should_report_return_type_mismatch ... ok
[INFO] [stdout] test check_should_accept_explicit_i32_and_u32_to_f64_builtins ... ok
[INFO] [stdout] test check_should_report_unknown_variable_with_ck2001 ... ok
[INFO] [stdout] test scope_should_expose_typescript_compatible_declare_and_lookup_behavior ... ok
[INFO] [stderr]      Running tests/cli_test.rs (/opt/rustwide/target/debug/deps/cli_test-0024d3c5d3ff97b5)
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 27 tests
[INFO] [stdout] test build_should_match_typescript_oracle_for_generated_c_header_and_stdout ... ok
[INFO] [stdout] test build_should_match_typescript_oracle_for_official_c_dynamic_library_runtime_behavior ... ok
[INFO] [stdout] test build_should_match_typescript_oracle_for_perf_c_dynamic_library_runtime_behavior ... ok
[INFO] [stdout] test cli_should_defer_semantic_flag_validation_until_command_uses_flag ... ok
[INFO] [stdout] test build_should_match_typescript_oracle_for_f64_edge_c_dynamic_library_runtime_behavior ... ok
[INFO] [stdout] test cli_should_match_typescript_oracle_for_atomic_output_write_errors ... ok
[INFO] [stdout] test cli_should_match_typescript_oracle_for_diagnostics ... ok
[INFO] [stdout] test cli_should_match_typescript_oracle_for_direct_output_write_errors ... ok
[INFO] [stdout] test build_llvm_should_print_typescript_compatible_missing_clang_message ... ok
[INFO] [stdout] test cli_should_match_typescript_oracle_for_help_check_and_mir_debug ... ok
[INFO] [stdout] test cli_should_match_typescript_oracle_for_missing_input_file_errors ... ok
[INFO] [stdout] test cli_should_match_typescript_oracle_for_ignored_unknown_long_flags ... ok
[INFO] [stdout] test cli_should_match_typescript_oracle_for_input_file_read_edge_cases ... ok
[INFO] [stdout] test cli_should_match_typescript_oracle_for_unknown_command_precedence ... ok
[INFO] [stdout] test cli_should_match_typescript_oracle_for_argument_error_precedence ... ok
[INFO] [stdout] test cli_should_match_typescript_oracle_for_usage_errors ... ok
[INFO] [stdout] test cli_should_match_typescript_oracle_for_unknown_short_flags_as_positionals ... ok
[INFO] [stdout] test cli_should_match_typescript_oracle_for_public_error_cases ... ok
[INFO] [stdout] test cli_should_match_typescript_oracle_for_successful_emit_commands ... ok
[INFO] [stdout] test cli_should_print_mir_optimization_debug_output_to_stderr ... ok
[INFO] [stdout] test emit_c_should_not_leave_c_output_when_header_path_cannot_be_created ... ok
[INFO] [stdout] test cli_should_print_c_emission_pass_pipeline_to_stderr ... ok
[INFO] [stdout] test build_should_pass_typescript_compatible_ck_build_dll_define_to_clang ... ok
[INFO] [stdout] test cli_should_match_typescript_oracle_for_output_parent_directory_creation_errors ... ok
[INFO] [stdout] test cli_should_check_and_emit_core_outputs ... ok
[INFO] [stdout] test build_should_match_typescript_oracle_for_pricing_dynamic_library_runtime_behavior ... ok
[INFO] [stdout] test cli_should_build_native_c_library_and_llvm_object ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 27 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.58s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 6 tests
[INFO] [stdout] test formal_docs_should_have_simplified_chinese_counterparts ... ok
[INFO] [stdout] test native_release_docs_should_own_release_checklist_language ... ok
[INFO] [stdout] test architecture_review_should_reflect_native_only_boundary ... ok
[INFO] [stdout] test readmes_should_describe_native_rust_ckc_release_surface ... ok
[INFO] [stdout] test wasm_docs_should_describe_artifacts_not_removed_helper_apis ... ok
[INFO] [stderr]      Running tests/docs_surface_test.rs (/opt/rustwide/target/debug/deps/docs_surface_test-7e38bb757a12392a)
[INFO] [stdout] test docs_should_not_reference_unshipped_benchmark_or_example_scripts ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.05s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stderr]      Running tests/git_repository_test.rs (/opt/rustwide/target/debug/deps/git_repository_test-cd64fce5615f0fe2)
[INFO] [stderr]      Running tests/lexer_test.rs (/opt/rustwide/target/debug/deps/lexer_test-e45162e099200721)
[INFO] [stdout] test rust_rewrite_should_have_a_versioned_git_commit ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 12 tests
[INFO] [stdout] test lex_should_emit_keywords_identifiers_numbers_and_punctuation ... ok
[INFO] [stdout] test lex_should_emit_eof_for_empty_source ... ok
[INFO] [stdout] test lex_should_expose_typescript_utf16_offsets_after_non_bmp_characters ... ok
[INFO] [stdout] test lex_should_skip_whitespace_and_line_comments ... ok
[INFO] [stdout] test lex_should_tokenize_all_v0_keywords_and_type_keywords ... ok
[INFO] [stdout] test format_diagnostic_should_match_typescript_caret_output ... ok
[INFO] [stdout] test lex_should_emit_token_metadata_for_let_statement ... ok
[INFO] [stdout] test lex_should_report_malformed_float_literals ... ok
[INFO] [stdout] test lex_should_tokenize_all_v0_operators_and_delimiters ... ok
[INFO] [stdout] test lex_should_tokenize_supported_float_literals_as_single_tokens ... ok
[INFO] [stdout] test lex_should_track_line_and_column_for_tokens ... ok
[INFO] [stdout] test lex_should_report_unknown_characters_with_line_and_column ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/llvm_backend_test.rs (/opt/rustwide/target/debug/deps/llvm_backend_test-a8c9b085d990159e)
[INFO] [stdout] 
[INFO] [stdout] running 12 tests
[INFO] [stdout] test build_llvm_dynamic_should_match_typescript_oracle_for_official_e2e_runtime_behavior ... ok
[INFO] [stdout] test build_llvm_dynamic_should_match_typescript_oracle_for_perf_f64_kernels_runtime_behavior ... ok
[INFO] [stdout] test build_llvm_object_should_match_typescript_oracle_for_official_e2e_runtime_behavior ... ok
[INFO] [stdout] test build_llvm_object_should_match_typescript_oracle_for_perf_f64_kernels_runtime_behavior ... ok
[INFO] [stdout] test llvm_backend_should_match_typescript_oracle_for_f64_edge_fixture ... ok
[INFO] [stdout] test llvm_backend_should_match_typescript_oracle_for_official_examples ... ok
[INFO] [stdout] test build_llvm_dynamic_should_match_typescript_oracle_for_pricing_runtime_behavior ... ok
[INFO] [stdout] test llvm_backend_should_match_typescript_oracle_for_perf_f64_kernels_at_o3 ... ok
[INFO] [stdout] test llvm_cli_should_match_typescript_oracle_for_default_target_detection ... ok
[INFO] [stdout] test build_llvm_object_should_match_typescript_oracle_for_pricing_runtime_behavior ... ok
[INFO] [stdout] test build_llvm_should_match_typescript_oracle_without_default_target_detection ... ok
[INFO] [stderr]      Running tests/mir_test.rs (/opt/rustwide/target/debug/deps/mir_test-2425ecacfa492d00)
[INFO] [stderr]      Running tests/optimizer_test.rs (/opt/rustwide/target/debug/deps/optimizer_test-c3d275ee043b5896)
[INFO] [stdout] test llvm_backend_should_compile_and_run_scalar_control_and_memory_program ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.34s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 5 tests
[INFO] [stdout] test mir_cli_should_match_typescript_oracle_for_official_examples_across_opt_levels ... ok
[INFO] [stdout] test mir_should_lower_short_circuit_logical_operators ... ok
[INFO] [stdout] test mir_should_lower_scalar_straight_line_functions ... ok
[INFO] [stdout] test mir_should_lower_places ... ok
[INFO] [stdout] test mir_should_lower_control_flow ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 10 tests
[INFO] [stdout] test optimizer_should_keep_overflow_and_division_by_zero_unfolded ... ok
[INFO] [stdout] test optimizer_should_fold_safe_integer_bool_and_unary_constants ... ok
[INFO] [stdout] test optimizer_should_not_fold_checked_integer_or_f64_arithmetic ... ok
[INFO] [stdout] test optimizer_should_build_ts_compatible_pipeline_names ... ok
[INFO] [stdout] test optimizer_should_apply_address_cse_for_repeated_indexed_places_at_o2 ... ok
[INFO] [stdout] test optimizer_should_simplify_constant_branches_at_o2 ... ok
[INFO] [stdout] test optimizer_should_inline_small_internal_helpers_at_o2 ... ok
[INFO] [stdout] test optimizer_should_apply_local_cse_for_repeated_integer_expressions_at_o2 ... ok
[INFO] [stdout] test optimizer_should_apply_f64_local_cse_without_reordering_operands_at_o2 ... ok
[INFO] [stdout] test optimizer_should_hoist_loop_invariant_integer_work_at_o3 ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/parser_test.rs (/opt/rustwide/target/debug/deps/parser_test-507f802f000a13fe)
[INFO] [stdout] 
[INFO] [stdout] running 8 tests
[INFO] [stdout] test parse_should_add_line_and_column_diagnostics_for_parser_errors ... ok
[INFO] [stdout] test parse_should_parse_field_and_index_access_above_multiplication ... ok
[INFO] [stdout] test parse_should_parse_struct_declarations_with_typed_fields ... ok
[INFO] [stdout] test parse_should_parse_parenthesized_addition_before_multiplication ... ok
[INFO] [stdout] test parse_should_parse_logical_or_below_logical_and ... ok
[INFO] [stdout] test parse_should_preserve_multiplication_before_addition ... ok
[INFO] [stdout] test parse_should_parse_export_functions_params_return_type_and_core_statements ... ok
[INFO] [stderr]      Running tests/release_surface_test.rs (/opt/rustwide/target/debug/deps/release_surface_test-b69d06c8e25757d2)
[INFO] [stdout] test parse_should_parse_f64_primitive_types ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 4 tests
[INFO] [stdout] test native_release_docs_should_replace_npm_release_docs ... ok
[INFO] [stdout] test release_surface_should_not_include_npm_or_javascript_compatibility_layer ... ok
[INFO] [stdout] test repository_should_not_keep_javascript_helper_scripts ... ok
[INFO] [stdout] test native_release_workflow_should_build_sign_and_archive_native_ckc_artifacts ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/typescript_oracle_fixture_coverage_test.rs (/opt/rustwide/target/debug/deps/typescript_oracle_fixture_coverage_test-9d524072bb3276b9)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test typescript_oracle_fixtures_should_be_covered_by_rust_backend_tests ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- typescript_oracle_fixtures_should_be_covered_by_rust_backend_tests stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'typescript_oracle_fixtures_should_be_covered_by_rust_backend_tests' (1328) panicked at tests/typescript_oracle_fixture_coverage_test.rs:11:5:
[INFO] [stdout] TypeScript oracle fixture coverage audit failed:
[INFO] [stdout] TypeScript oracle root is missing: /Users/lynn/code/CalcKernel
[INFO] [stdout] TypeScript fixture directory is missing: /Users/lynn/code/CalcKernel/examples
[INFO] [stdout] TypeScript fixture directory is missing: /Users/lynn/code/CalcKernel/bench/perf/fixtures
[INFO] [stdout] TypeScript fixture directory is missing: /Users/lynn/code/CalcKernel/tests/fixtures
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5fbf4bcd5508 - 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:     0x5fbf4bcd5508 - 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:     0x5fbf4bcd5508 - std[10d71ac2c42b111e]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5fbf4bcd5508 - <<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:     0x5fbf4bce961a - <core[8fb95b77d25ab6c8]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5fbf4bce961a - core[8fb95b77d25ab6c8]::fmt::write
[INFO] [stdout]    6:     0x5fbf4bcd9f92 - 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:     0x5fbf4bcd9f92 - <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:     0x5fbf4bcb3db6 - <std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:47:9
[INFO] [stderr] error: test failed, to rerun pass `--test typescript_oracle_fixture_coverage_test`
[INFO] [stdout]    9:     0x5fbf4bcb3db6 - std[10d71ac2c42b111e]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5fbf4bccd539 - std[10d71ac2c42b111e]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5fbf4bc68d5c - <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:     0x5fbf4bc68d5c - 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:     0x5fbf4bccd6f2 - <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:     0x5fbf4bccd6f2 - std[10d71ac2c42b111e]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5fbf4bcb3e72 - std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5fbf4bca8e89 - 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:     0x5fbf4bcb4b8d - __rustc[3be9ba60078d4c86]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5fbf4bce9d0c - core[8fb95b77d25ab6c8]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5fbf4bc513f6 - typescript_oracle_fixture_coverage_test[f24fb21011f48d47]::typescript_oracle_fixtures_should_be_covered_by_rust_backend_tests
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/typescript_oracle_fixture_coverage_test.rs:11:5
[INFO] [stdout]   20:     0x5fbf4bc4eb17 - typescript_oracle_fixture_coverage_test[f24fb21011f48d47]::typescript_oracle_fixtures_should_be_covered_by_rust_backend_tests::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/typescript_oracle_fixture_coverage_test.rs:7:72
[INFO] [stdout]   21:     0x5fbf4bc556b6 - <typescript_oracle_fixture_coverage_test[f24fb21011f48d47]::typescript_oracle_fixtures_should_be_covered_by_rust_backend_tests::{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]   22:     0x5fbf4bc5be3b - <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]   23:     0x5fbf4bc5be3b - 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]   24:     0x5fbf4bc696b5 - test[213991da798b1c03]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:74
[INFO] [stdout]   25:     0x5fbf4bc696b5 - <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]   26:     0x5fbf4bc696b5 - 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]   27:     0x5fbf4bc696b5 - 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]   28:     0x5fbf4bc696b5 - 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]   29:     0x5fbf4bc696b5 - test[213991da798b1c03]::run_test_in_process
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:27
[INFO] [stdout]   30:     0x5fbf4bc696b5 - test[213991da798b1c03]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:668:43
[INFO] [stdout]   31:     0x5fbf4bc62fc4 - test[213991da798b1c03]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:698:41
[INFO] [stdout]   32:     0x5fbf4bc62fc4 - 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]   33:     0x5fbf4bc6c732 - 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]   34:     0x5fbf4bc6c732 - <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]   35:     0x5fbf4bc6c732 - 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]   36:     0x5fbf4bc6c732 - 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]   37:     0x5fbf4bc6c732 - 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]   38:     0x5fbf4bc6c732 - 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]   39:     0x5fbf4bc6c732 - <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]   40:     0x5fbf4bcd4b2f - <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]   41:     0x5fbf4bcd4b2f - <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]   42:     0x76c223e60aa4 - <unknown>
[INFO] [stdout]   43:     0x76c223eeda64 - clone
[INFO] [stdout]   44:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     typescript_oracle_fixtures_should_be_covered_by_rust_backend_tests
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "93ab8807bd86d22a5e4646d68c38872c7e5f4d77d7b14329677ba57db68b3b3a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "93ab8807bd86d22a5e4646d68c38872c7e5f4d77d7b14329677ba57db68b3b3a", kill_on_drop: false }`
[INFO] [stdout] 93ab8807bd86d22a5e4646d68c38872c7e5f4d77d7b14329677ba57db68b3b3a
