[INFO] cloning repository https://github.com/legalize-kr/compiler
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/legalize-kr/compiler" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flegalize-kr%2Fcompiler", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flegalize-kr%2Fcompiler'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 23f745a3196cb154f0f3199c46decb75071010f3
[INFO] testing legalize-kr/compiler against 1.98.0-beta.1 for beta-1.98-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flegalize-kr%2Fcompiler" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-1-tc2/source/.cargo/config.toml
[INFO] started tweaking git repo https://github.com/legalize-kr/compiler
[INFO] finished tweaking git repo https://github.com/legalize-kr/compiler
[INFO] tweaked toml for git repo https://github.com/legalize-kr/compiler written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/legalize-kr/compiler on toolchain 1.98.0-beta.1
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.98.0-beta.1" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/legalize-kr/compiler 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.98.0-beta.1" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/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] fc31a8eee4ac8c9771390f5f3f29b8a3ac91d98cb1e01477d577fe465548203c
[INFO] running `Command { std: "docker" "start" "fc31a8eee4ac8c9771390f5f3f29b8a3ac91d98cb1e01477d577fe465548203c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "fc31a8eee4ac8c9771390f5f3f29b8a3ac91d98cb1e01477d577fe465548203c", 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" "fc31a8eee4ac8c9771390f5f3f29b8a3ac91d98cb1e01477d577fe465548203c" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "fc31a8eee4ac8c9771390f5f3f29b8a3ac91d98cb1e01477d577fe465548203c", 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" "fc31a8eee4ac8c9771390f5f3f29b8a3ac91d98cb1e01477d577fe465548203c" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling cc v1.2.61
[INFO] [stderr]    Compiling typenum v1.20.0
[INFO] [stderr]    Compiling crossbeam-utils v0.8.21
[INFO] [stderr]    Compiling anstyle v1.0.14
[INFO] [stderr]    Compiling anstyle-parse v1.0.0
[INFO] [stderr]    Compiling anyhow v1.0.102
[INFO] [stderr]    Compiling colorchoice v1.0.5
[INFO] [stderr]    Compiling quote v1.0.45
[INFO] [stderr]    Compiling clap_lex v1.1.0
[INFO] [stderr]    Compiling deranged v0.5.8
[INFO] [stderr]    Compiling hashbrown v0.17.0
[INFO] [stderr]    Compiling time-core v0.1.8
[INFO] [stderr]    Compiling num-conv v0.2.1
[INFO] [stderr]    Compiling zlib-rs v0.6.3
[INFO] [stderr]    Compiling tinyvec v1.11.0
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling quick-xml v0.38.4
[INFO] [stderr]    Compiling unsafe-libyaml v0.2.11
[INFO] [stderr]    Compiling regex-syntax v0.8.10
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]    Compiling rustc-hash v2.1.2
[INFO] [stderr]    Compiling anstream v1.0.0
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling clap_builder v4.6.0
[INFO] [stderr]    Compiling unicode-normalization v0.1.25
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.18
[INFO] [stderr]    Compiling indexmap v2.14.0
[INFO] [stderr]    Compiling crossbeam-deque v0.8.6
[INFO] [stderr]    Compiling libdeflate-sys v1.25.2
[INFO] [stderr]    Compiling libmimalloc-sys v0.1.47
[INFO] [stderr]    Compiling rayon-core v1.13.0
[INFO] [stderr]    Compiling time v0.3.47
[INFO] [stderr]    Compiling block-buffer v0.10.4
[INFO] [stderr]    Compiling crypto-common v0.1.7
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling sha1 v0.10.6
[INFO] [stderr]    Compiling rayon v1.12.0
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling mimalloc v0.1.50
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling clap_derive v4.6.1
[INFO] [stderr]    Compiling libdeflater v1.25.2
[INFO] [stderr]    Compiling git-writer v0.1.0 (/opt/rustwide/workdir/git-writer)
[INFO] [stderr]    Compiling regex v1.12.3
[INFO] [stderr]    Compiling clap v4.6.1
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling serde_yaml v0.9.34+deprecated
[INFO] [stderr]    Compiling ordinance-kr-compiler v0.1.0 (/opt/rustwide/workdir/ordinances)
[INFO] [stderr]    Compiling precedent-kr-compiler v0.1.0 (/opt/rustwide/workdir/precedents)
[INFO] [stderr]    Compiling legalize-kr-compiler v0.1.0 (/opt/rustwide/workdir/laws)
[INFO] [stderr]    Compiling admrule-kr-compiler v0.1.0 (/opt/rustwide/workdir/admrules)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 40.82s
[INFO] running `Command { std: "docker" "inspect" "fc31a8eee4ac8c9771390f5f3f29b8a3ac91d98cb1e01477d577fe465548203c", 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" "fc31a8eee4ac8c9771390f5f3f29b8a3ac91d98cb1e01477d577fe465548203c" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling getrandom v0.4.2
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]    Compiling bitflags v2.11.1
[INFO] [stderr]    Compiling linux-raw-sys v0.12.1
[INFO] [stderr]    Compiling once_cell v1.21.4
[INFO] [stderr]    Compiling zerocopy v0.8.48
[INFO] [stderr]    Compiling wait-timeout v0.2.1
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling bit-vec v0.8.0
[INFO] [stderr]    Compiling unarray v0.1.4
[INFO] [stderr]    Compiling rand_core v0.9.5
[INFO] [stderr]    Compiling bit-set v0.8.0
[INFO] [stderr]    Compiling rand v0.9.4
[INFO] [stderr]    Compiling rand_xorshift v0.4.0
[INFO] [stderr]    Compiling tempfile v3.27.0
[INFO] [stderr]    Compiling rusty-fork v0.3.1
[INFO] [stderr]    Compiling legalize-kr-compiler v0.1.0 (/opt/rustwide/workdir/laws)
[INFO] [stderr]    Compiling ordinance-kr-compiler v0.1.0 (/opt/rustwide/workdir/ordinances)
[INFO] [stderr]    Compiling admrule-kr-compiler v0.1.0 (/opt/rustwide/workdir/admrules)
[INFO] [stderr]    Compiling git-writer v0.1.0 (/opt/rustwide/workdir/git-writer)
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling rand_chacha v0.9.0
[INFO] [stderr]    Compiling proptest v1.11.0
[INFO] [stderr]    Compiling precedent-kr-compiler v0.1.0 (/opt/rustwide/workdir/precedents)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 21.50s
[INFO] running `Command { std: "docker" "inspect" "fc31a8eee4ac8c9771390f5f3f29b8a3ac91d98cb1e01477d577fe465548203c", 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" "fc31a8eee4ac8c9771390f5f3f29b8a3ac91d98cb1e01477d577fe465548203c" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "test" "--frozen", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.17s
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/admrule_kr_compiler-baef73f682260de2)
[INFO] [stdout] 
[INFO] [stdout] running 43 tests
[INFO] [stdout] test tests::bare_repo_preserves_existing_output_when_planning_fails ... ok
[INFO] [stdout] test tests::applies_legal_parent_chain_for_external_agencies ... ok
[INFO] [stdout] test tests::admrule_path_distinguishes_truncated_same_prefix_names ... ok
[INFO] [stdout] test tests::bare_repo_rejects_empty_valid_entries ... ok
[INFO] [stdout] test tests::does_not_replace_current_root_with_unrelated_department_agency ... ok
[INFO] [stdout] test tests::applies_legal_parent_for_prime_minister_and_presidential_agencies ... ok
[INFO] [stdout] test tests::groups_subagencies_under_canonical_parent ... ok
[INFO] [stdout] test tests::applies_legal_parent_chain_for_remaining_verified_roots ... ok
[INFO] [stdout] test tests::infers_root_for_presidential_and_prime_minister_orders ... ok
[INFO] [stdout] test tests::compile_dir_deletes_rule_when_latest_revision_is_non_current ... ok
[INFO] [stdout] test tests::invalid_compact_dates_fall_back_to_epoch_for_commit_timestamp ... ok
[INFO] [stdout] test tests::keeps_stale_broadcast_commission_rule_under_current_science_ministry ... ok
[INFO] [stdout] test tests::maps_safe_ministry_renames_and_keeps_original ... ok
[INFO] [stdout] test tests::keeps_independent_special_committee_as_root ... ok
[INFO] [stdout] test tests::parses_and_renders_admrule ... ok
[INFO] [stdout] test tests::maps_abolished_safety_ministry_subagencies ... ok
[INFO] [stdout] test tests::maps_remaining_null_roots_to_current_parent ... ok
[INFO] [stdout] test tests::parses_and_renders_attachment_links ... ok
[INFO] [stdout] test tests::quotes_yaml_sensitive_values ... ok
[INFO] [stdout] test tests::rejects_html_error_page ... ok
[INFO] [stdout] test tests::normalizes_ministry_name_drift ... ok
[INFO] [stdout] test tests::render_markdown_escapes_accidental_markdown_links ... ok
[INFO] [stdout] test tests::render_markdown_preserves_ambiguous_body_lines ... ok
[INFO] [stdout] test tests::path_registry_reuses_path_for_same_rule_id_revisions ... ok
[INFO] [stdout] test tests::path_registry_reuses_path_for_same_rule_serial_revisions ... ok
[INFO] [stdout] test tests::collapses_historical_root_ministry_under_current_top ... ok
[INFO] [stdout] test tests::safe_path_part_uses_windows_safe_components ... ok
[INFO] [stdout] test tests::uses_current_top_level_agency_for_split_legacy_ministry ... ok
[INFO] [stdout] test tests::uses_verified_department_root_for_non_current_split_ministries ... ok
[INFO] [stdout] test tests::render_markdown_structures_legal_body ... ok
[INFO] [stdout] test tests::splits_compound_parent_with_department_agency ... ok
[INFO] [stdout] test tests::uses_parent_map_when_parent_is_literal_null ... ok
[INFO] [stdout] test tests::uses_current_environment_ministry_for_river_rules ... ok
[INFO] [stdout] test tests::parses_cdata_fields ... ok
[INFO] [stdout] test tests::uses_verified_department_root_for_current_split_functions ... ok
[INFO] [stdout] test tests::compile_dir_removes_stale_path_when_rule_path_changes ... ok
[INFO] [stdout] test tests::maps_government_affiliated_public_bodies ... ok
[INFO] [stdout] test tests::parses_all_bylaw_unit_attachment_links ... ok
[INFO] [stdout] test tests::bare_repo_removes_stale_path_when_rule_path_changes ... ok
[INFO] [stdout] test tests::bare_repo_keeps_rule_when_non_current_revision_is_not_latest ... ok
[INFO] [stdout] test tests::bare_repo_deletes_rule_when_latest_revision_is_non_current ... ok
[INFO] [stdout] test tests::bare_repo_uses_main_and_one_commit_per_rule ... ok
[INFO] [stdout] test tests::bare_repo_deletes_rule_on_repeal_revision ... ok
[INFO] [stderr]      Running tests/python_parity.rs (/opt/rustwide/target/debug/deps/python_parity-c9a37b3d3b4c585d)
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 43 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.12s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test fixture_matches_python_pipeline_converter ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/git_writer-42b187362c159d4f)
[INFO] [stdout] 
[INFO] [stdout] running 9 tests
[INFO] [stdout] test tests::escapes_accidental_markdown_links_only_for_relative_targets ... ok
[INFO] [stdout] test tests::rejects_invalid_paths_before_finish ... ok
[INFO] [stdout] test tests::preserves_existing_output_until_finish ... ok
[INFO] [stdout] test tests::deletes_stale_path_in_same_commit ... ok
[INFO] [stdout] test tests::commits_deletion_only_change ... ok
[INFO] [stdout] test tests::updates_existing_file_path ... ok
[INFO] [stdout] test tests::rejects_path_conflicts_before_writing_blob ... ok
[INFO] [stdout] test tests::builds_cloneable_deep_tree_repo ... ok
[INFO] [stdout] test tests::writes_tree_deltas_for_incremental_subtree_growth ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 9 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.14s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/legalize_kr_compiler-84e9835c739c80dd)
[INFO] [stdout] 
[INFO] [stdout] running 35 tests
[INFO] [stdout] test git_repo::tests::blob_delta_is_smaller_for_similar_versions ... ok
[INFO] [stdout] test git_repo::tests::rejects_non_compact_promulgation_dates ... ok
[INFO] [stdout] test render::tests::child_classification_requires_non_bup_law_type ... ok
[INFO] [stdout] test render::tests::child_classification_handles_names_without_suffix_space ... ok
[INFO] [stdout] test render::tests::commit_message_keeps_unknown_department_and_field_fallbacks ... ok
[INFO] [stdout] test render::tests::path_registry_treats_ministry_rename_as_same_law ... ok
[INFO] [stdout] test render::tests::path_registry_treats_title_rename_as_same_law ... ok
[INFO] [stdout] test render::tests::path_registry_matches_existing_collision_rule ... ok
[INFO] [stdout] test render::tests::commit_message_omits_empty_amendment_suffix ... ok
[INFO] [stdout] test render::tests::markdown_rejects_non_compact_promulgation_dates ... ok
[INFO] [stdout] test render::tests::path_registry_merges_qualified_paths_for_same_law_id ... ok
[INFO] [stdout] test render::tests::markdown_renders_non_article_plain_content_without_zero_article_heading ... ok
[INFO] [stdout] test render::tests::markdown_keeps_empty_departments_as_empty_list ... ok
[INFO] [stdout] test tests::orphan_only_child_is_reported ... ok
[INFO] [stdout] test render::tests::markdown_renders_non_article_structure_without_article_number_headings ... ok
[INFO] [stdout] test render::tests::markdown_renders_branch_numbers_for_jo_hang_ho_mok ... ok
[INFO] [stdout] test render::tests::markdown_renders_attachment_frontmatter ... ok
[INFO] [stdout] test xml_parser::tests::parses_article_kind ... ok
[INFO] [stdout] test tests::plan_entries_uses_latest_title_path_for_same_law_id ... ok
[INFO] [stdout] test xml_parser::tests::parses_attachment_links ... ok
[INFO] [stdout] test xml_parser::tests::parses_branch_numbers_for_jo_hang_ho_mok ... ok
[INFO] [stdout] test xml_parser::tests::parses_metadata_only_like_python_search_path ... ok
[INFO] [stdout] test render::tests::markdown_renders_python_style_lists_and_addenda ... ok
[INFO] [stdout] test tests::manifest_head_sha_is_40_hex_chars ... ok
[INFO] [stdout] test tests::skipped_unparsable_surfaces_in_diagnostics ... ok
[INFO] [stdout] test xml_parser::tests::parses_articles_paragraphs_and_items ... ok
[INFO] [stdout] test git_repo::tests::clamps_pre_epoch_dates ... ok
[INFO] [stdout] test render::tests::markdown_escapes_accidental_markdown_links ... ok
[INFO] [stdout] test git_repo::tests::root_tree_delta_handles_root_file_updates ... ok
[INFO] [stdout] test tests::plan_entries_sorts_and_assigns_paths ... ok
[INFO] [stdout] test git_repo::tests::finish_supports_relative_output_paths ... ok
[INFO] [stdout] test tests::validate_mode_reports_on_empty_cache ... ok
[INFO] [stdout] test tests::end_to_end_includes_jemulpo_lineage_missing_from_incremental_repo ... ok
[INFO] [stdout] test tests::end_to_end_builds_bare_repo ... ok
[INFO] [stdout] test git_repo::tests::finished_repo_is_cloneable_without_git_init_scaffolding ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- git_repo::tests::finished_repo_is_cloneable_without_git_init_scaffolding stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'git_repo::tests::finished_repo_is_cloneable_without_git_init_scaffolding' (2021) panicked at laws/src/git_repo.rs:1683:59:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: git clone: exit status exit status: 128
[INFO] [stdout] stderr:
[INFO] [stdout] Cloning into '/tmp/.tmp2slESn/clone'...
[INFO] [stdout] done.
[INFO] [stdout] fatal: this operation must be run in a work tree
[INFO] [stdout] warning: Clone succeeded, but checkout failed.
[INFO] [stdout] You can inspect what was checked out with 'git status'
[INFO] [stdout] and retry with 'git restore --source=HEAD :/'
[INFO] [stdout] 
[INFO] [stdout] Stack backtrace:
[INFO] [stdout]    0: <anyhow::Error>::msg::<alloc::string::String>
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/backtrace.rs:10:14
[INFO] [stdout]    1: legalize_kr_compiler::git_repo::tests::ensure_command_success
[INFO] [stdout]              at ./src/git_repo.rs:1563:9
[INFO] [stdout]    2: legalize_kr_compiler::git_repo::tests::finished_repo_is_cloneable_without_git_init_scaffolding
[INFO] [stdout]              at ./src/git_repo.rs:1683:9
[INFO] [stdout]    3: legalize_kr_compiler::git_repo::tests::finished_repo_is_cloneable_without_git_init_scaffolding::{closure#0}
[INFO] [stdout]              at ./src/git_repo.rs:1656:65
[INFO] [stdout]    4: <legalize_kr_compiler::git_repo::tests::finished_repo_is_cloneable_without_git_init_scaffolding::{closure#0} as core::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]              at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]    5: <fn() -> core::result::Result<(), alloc::string::String> as core::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]              at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]    6: test::__rust_begin_short_backtrace::<core::result::Result<(), alloc::string::String>, fn() -> core::result::Result<(), alloc::string::String>>
[INFO] [stdout]              at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:724:18
[INFO] [stdout]    7: test::run_test_in_process::{closure#0}
[INFO] [stdout]              at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:74
[INFO] [stdout]    8: <core::panic::unwind_safe::AssertUnwindSafe<test::run_test_in_process::{closure#0}> as core::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]              at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]    9: std::panicking::catch_unwind::do_call::<core::panic::unwind_safe::AssertUnwindSafe<test::run_test_in_process::{closure#0}>, core::result::Result<(), alloc::string::String>>
[INFO] [stdout]              at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   10: std::panicking::catch_unwind::<core::result::Result<(), alloc::string::String>, core::panic::unwind_safe::AssertUnwindSafe<test::run_test_in_process::{closure#0}>>
[INFO] [stdout]              at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   11: std::panic::catch_unwind::<core::panic::unwind_safe::AssertUnwindSafe<test::run_test_in_process::{closure#0}>, core::result::Result<(), alloc::string::String>>
[INFO] [stdout]              at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   12: test::run_test_in_process
[INFO] [stdout]              at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:27
[INFO] [stdout]   13: test::run_test::{closure#0}
[INFO] [stdout]              at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:668:43
[INFO] [stdout]   14: test::run_test::{closure#1}
[INFO] [stdout]              at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:698:41
[INFO] [stdout]   15: std::sys::backtrace::__rust_begin_short_backtrace::<test::run_test::{closure#1}, ()>
[INFO] [stdout]              at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   16: std::thread::lifecycle::spawn_unchecked::<test::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]              at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   17: <core::panic::unwind_safe::AssertUnwindSafe<std::thread::lifecycle::spawn_unchecked<test::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]              at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   18: std::panicking::catch_unwind::do_call::<core::panic::unwind_safe::AssertUnwindSafe<std::thread::lifecycle::spawn_unchecked<test::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]              at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   19: std::panicking::catch_unwind::<(), core::panic::unwind_safe::AssertUnwindSafe<std::thread::lifecycle::spawn_unchecked<test::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]              at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   20: std::panic::catch_unwind::<core::panic::unwind_safe::AssertUnwindSafe<std::thread::lifecycle::spawn_unchecked<test::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]              at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   21: std::thread::lifecycle::spawn_unchecked::<test::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]              at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   22: <std::thread::lifecycle::spawn_unchecked<test::run_test::{closure#1}, ()>::{closure#1} as core::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]              at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   23: <alloc::boxed::Box<dyn core::ops::function::FnOnce<(), Output = ()> + core::marker::Send> as core::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]              at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2319:9
[INFO] [stdout]   24: <std::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]              at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread/unix.rs:123:17
[INFO] [stdout]   25: <unknown>
[INFO] [stdout]   26: clone
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x58ba42759511 - std[73adb7dc35730857]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x58ba42759511 - std[73adb7dc35730857]::backtrace_rs::backtrace::trace_unsynchronized::<std[73adb7dc35730857]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x58ba42759511 - std[73adb7dc35730857]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x58ba42759511 - <<std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[6883ba1bc0fe4ed1]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x58ba4276fe9a - <core[6883ba1bc0fe4ed1]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x58ba4276fe9a - core[6883ba1bc0fe4ed1]::fmt::write
[INFO] [stdout]    6:     0x58ba4275e58c - std[73adb7dc35730857]::io::default_write_fmt::<alloc[55a36b64bcbf2c0d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:626:11
[INFO] [stdout]    7:     0x58ba4275e58c - <alloc[55a36b64bcbf2c0d]::vec::Vec<u8> as std[73adb7dc35730857]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:1730:13
[INFO] [stdout]    8:     0x58ba42734106 - <std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x58ba42734106 - std[73adb7dc35730857]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x58ba4274ff19 - std[73adb7dc35730857]::panicking::default_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x58ba423d6660 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   12:     0x58ba423d6660 - test[980ffaebd391d06d]::test_main_inner::<test[980ffaebd391d06d]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x58ba42750242 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   14:     0x58ba42750242 - std[73adb7dc35730857]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:823:13
[INFO] [stdout]   15:     0x58ba427341b2 - std[73adb7dc35730857]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:688:13
[INFO] [stdout]   16:     0x58ba4272b109 - std[73adb7dc35730857]::sys::backtrace::__rust_end_short_backtrace::<std[73adb7dc35730857]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x58ba42734e8d - __rustc[a7b7b02e776dd976]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:679:5
[INFO] [stdout]   18:     0x58ba4277071c - core[6883ba1bc0fe4ed1]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x58ba42770492 - core[6883ba1bc0fe4ed1]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1870:5
[INFO] [stdout]   20:     0x58ba422f5c5c - <core[6883ba1bc0fe4ed1]::result::Result<(), anyhow[3b9a07a6948cd063]::Error>>::unwrap
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1231:23
[INFO] [stdout]   21:     0x58ba422f5c5c - legalize_kr_compiler[125f1006a26df56d]::git_repo::tests::finished_repo_is_cloneable_without_git_init_scaffolding
[INFO] [stdout]                                at /opt/rustwide/workdir/laws/src/git_repo.rs:1683:59
[INFO] [stdout]   22:     0x58ba422ea927 - legalize_kr_compiler[125f1006a26df56d]::git_repo::tests::finished_repo_is_cloneable_without_git_init_scaffolding::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/laws/src/git_repo.rs:1656:65
[INFO] [stdout]   23:     0x58ba422e6246 - <legalize_kr_compiler[125f1006a26df56d]::git_repo::tests::finished_repo_is_cloneable_without_git_init_scaffolding::{closure#0} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   24:     0x58ba423c999b - <fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x58ba423c999b - test[980ffaebd391d06d]::__rust_begin_short_backtrace::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:724:18
[INFO] [stdout]   26:     0x58ba423d6fe5 - test[980ffaebd391d06d]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:74
[INFO] [stdout]   27:     0x58ba423d6fe5 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   28:     0x58ba423d6fe5 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   29:     0x58ba423d6fe5 - std[73adb7dc35730857]::panicking::catch_unwind::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   30:     0x58ba423d6fe5 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   31:     0x58ba423d6fe5 - test[980ffaebd391d06d]::run_test_in_process
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:27
[INFO] [stdout]   32:     0x58ba423d6fe5 - test[980ffaebd391d06d]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:668:43
[INFO] [stdout]   33:     0x58ba423d1a94 - test[980ffaebd391d06d]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:698:41
[INFO] [stdout]   34:     0x58ba423d1a94 - std[73adb7dc35730857]::sys::backtrace::__rust_begin_short_backtrace::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   35:     0x58ba423da132 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   36:     0x58ba423da132 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   37:     0x58ba423da132 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   38:     0x58ba423da132 - std[73adb7dc35730857]::panicking::catch_unwind::<(), core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   39:     0x58ba423da132 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x58ba423da132 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   41:     0x58ba423da132 - <std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   42:     0x58ba427584ef - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn core[6883ba1bc0fe4ed1]::ops::function::FnOnce<(), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2319:9
[INFO] [stdout]   43:     0x58ba427584ef - <std[73adb7dc35730857]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread/unix.rs:123:17
[INFO] [stdout]   44:     0x726adbc61aa4 - <unknown>
[INFO] [stdout]   45:     0x726adbceea64 - clone
[INFO] [stdout]   46:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     git_repo::tests::finished_repo_is_cloneable_without_git_init_scaffolding
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 34 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.28s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `-p legalize-kr-compiler --bin legalize-kr-compiler`
[INFO] running `Command { std: "docker" "inspect" "fc31a8eee4ac8c9771390f5f3f29b8a3ac91d98cb1e01477d577fe465548203c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "fc31a8eee4ac8c9771390f5f3f29b8a3ac91d98cb1e01477d577fe465548203c", kill_on_drop: false }`
[INFO] [stdout] fc31a8eee4ac8c9771390f5f3f29b8a3ac91d98cb1e01477d577fe465548203c
