[INFO] cloning repository https://github.com/ekil1100/shun
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/ekil1100/shun" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fekil1100%2Fshun", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fekil1100%2Fshun'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] a13890fcce7a56559fb5939d39b7566f19f5966c
[INFO] testing ekil1100/shun 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%2Fekil1100%2Fshun" "/workspace/builds/worker-6-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/ekil1100/shun
[INFO] finished tweaking git repo https://github.com/ekil1100/shun
[INFO] tweaked toml for git repo https://github.com/ekil1100/shun written to /workspace/builds/worker-6-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/ekil1100/shun 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/ekil1100/shun 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 which v8.0.3
[INFO] [stderr]   Downloaded wasm-bindgen-futures v0.4.73
[INFO] [stderr]   Downloaded web-sys v0.3.100
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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] 22b1838576d15e291181cf66de43fb440cff0e520f6cbe54ff04ebf0e65047a1
[INFO] running `Command { std: "docker" "start" "22b1838576d15e291181cf66de43fb440cff0e520f6cbe54ff04ebf0e65047a1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "22b1838576d15e291181cf66de43fb440cff0e520f6cbe54ff04ebf0e65047a1", 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" "22b1838576d15e291181cf66de43fb440cff0e520f6cbe54ff04ebf0e65047a1" "/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" "22b1838576d15e291181cf66de43fb440cff0e520f6cbe54ff04ebf0e65047a1", 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" "22b1838576d15e291181cf66de43fb440cff0e520f6cbe54ff04ebf0e65047a1" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling quote v1.0.45
[INFO] [stderr]    Compiling libc v0.2.186
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]    Compiling shlex v2.0.1
[INFO] [stderr]    Compiling futures-sink v0.3.32
[INFO] [stderr]    Compiling memchr v2.8.1
[INFO] [stderr]    Compiling litemap v0.8.2
[INFO] [stderr]    Compiling writeable v0.6.3
[INFO] [stderr]    Compiling futures-channel v0.3.32
[INFO] [stderr]    Compiling futures-io v0.3.32
[INFO] [stderr]    Compiling cc v1.2.63
[INFO] [stderr]    Compiling slab v0.4.12
[INFO] [stderr]    Compiling icu_properties_data v2.2.0
[INFO] [stderr]    Compiling icu_normalizer_data v2.2.0
[INFO] [stderr]    Compiling http v1.4.2
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling zeroize v1.8.2
[INFO] [stderr]    Compiling rustls v0.23.40
[INFO] [stderr]    Compiling rustls-pki-types v1.14.1
[INFO] [stderr]    Compiling subtle v2.6.1
[INFO] [stderr]    Compiling anstyle-parse v1.0.0
[INFO] [stderr]    Compiling tracing v0.1.44
[INFO] [stderr]    Compiling colorchoice v1.0.5
[INFO] [stderr]    Compiling anstream v1.0.0
[INFO] [stderr]    Compiling winnow v1.0.3
[INFO] [stderr]    Compiling webpki-roots v1.0.7
[INFO] [stderr]    Compiling bitflags v2.13.0
[INFO] [stderr]    Compiling toml_parser v1.1.2+spec-1.1.0
[INFO] [stderr]    Compiling clap_builder v4.6.0
[INFO] [stderr]    Compiling serde_json v1.0.150
[INFO] [stderr]    Compiling toml_datetime v1.1.1+spec-1.1.0
[INFO] [stderr]    Compiling errno v0.3.14
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling signal-hook-registry v1.4.8
[INFO] [stderr]    Compiling socket2 v0.6.4
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]    Compiling parking_lot v0.12.5
[INFO] [stderr]    Compiling mio v1.2.1
[INFO] [stderr]    Compiling getrandom v0.2.17
[INFO] [stderr]    Compiling http-body v1.0.1
[INFO] [stderr]    Compiling dirs-sys v0.5.0
[INFO] [stderr]    Compiling serde_spanned v1.1.1
[INFO] [stderr]    Compiling toml_writer v1.1.1+spec-1.1.0
[INFO] [stderr]    Compiling http-body-util v0.1.3
[INFO] [stderr]    Compiling log v0.4.32
[INFO] [stderr]    Compiling toml v1.1.2+spec-1.1.0
[INFO] [stderr]    Compiling dirs v6.0.0
[INFO] [stderr]    Compiling which v8.0.3
[INFO] [stderr]    Compiling semver v1.0.28
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling zerofrom-derive v0.1.7
[INFO] [stderr]    Compiling yoke-derive v0.8.2
[INFO] [stderr]    Compiling zerovec-derive v0.11.3
[INFO] [stderr]    Compiling displaydoc v0.2.6
[INFO] [stderr]    Compiling tokio-macros v2.7.0
[INFO] [stderr]    Compiling futures-macro v0.3.32
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling tokio v1.52.3
[INFO] [stderr]    Compiling futures-util v0.3.32
[INFO] [stderr]    Compiling clap_derive v4.6.1
[INFO] [stderr]    Compiling zerofrom v0.1.8
[INFO] [stderr]    Compiling yoke v0.8.3
[INFO] [stderr]    Compiling zerovec v0.11.6
[INFO] [stderr]    Compiling zerotrie v0.2.4
[INFO] [stderr]    Compiling rustls-webpki v0.103.13
[INFO] [stderr]    Compiling tinystr v0.8.3
[INFO] [stderr]    Compiling potential_utf v0.1.5
[INFO] [stderr]    Compiling icu_collections v2.2.0
[INFO] [stderr]    Compiling icu_locale_core v2.2.0
[INFO] [stderr]    Compiling clap v4.6.1
[INFO] [stderr]    Compiling icu_provider v2.2.0
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling icu_properties v2.2.0
[INFO] [stderr]    Compiling icu_normalizer v2.2.0
[INFO] [stderr]    Compiling futures-executor v0.3.32
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling futures v0.3.32
[INFO] [stderr]    Compiling idna_adapter v1.2.2
[INFO] [stderr]    Compiling idna v1.1.0
[INFO] [stderr]    Compiling url v2.5.8
[INFO] [stderr]    Compiling hyper v1.10.1
[INFO] [stderr]    Compiling tower v0.5.3
[INFO] [stderr]    Compiling tokio-rustls v0.26.4
[INFO] [stderr]    Compiling tower-http v0.6.11
[INFO] [stderr]    Compiling hyper-util v0.1.20
[INFO] [stderr]    Compiling hyper-rustls v0.27.9
[INFO] [stderr]    Compiling reqwest v0.12.28
[INFO] [stderr]    Compiling shun v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 32s
[INFO] running `Command { std: "docker" "inspect" "22b1838576d15e291181cf66de43fb440cff0e520f6cbe54ff04ebf0e65047a1", 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" "22b1838576d15e291181cf66de43fb440cff0e520f6cbe54ff04ebf0e65047a1" "/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 bitflags v2.13.0
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]    Compiling linux-raw-sys v0.12.1
[INFO] [stderr]    Compiling getrandom v0.4.2
[INFO] [stderr]    Compiling fastrand v2.4.1
[INFO] [stderr]    Compiling tower-http v0.6.11
[INFO] [stderr]    Compiling reqwest v0.12.28
[INFO] [stderr]    Compiling tempfile v3.27.0
[INFO] [stderr]    Compiling shun v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 18.76s
[INFO] running `Command { std: "docker" "inspect" "22b1838576d15e291181cf66de43fb440cff0e520f6cbe54ff04ebf0e65047a1", 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" "22b1838576d15e291181cf66de43fb440cff0e520f6cbe54ff04ebf0e65047a1" "/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.28s
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/shun-e069b96bad9690c6)
[INFO] [stdout] 
[INFO] [stdout] running 142 tests
[INFO] [stdout] test commands::check::tests::gather_marks_legacy_only_for_other_channel ... ok
[INFO] [stdout] test commands::check::tests::table_row_not_installed_and_unsupported ... ok
[INFO] [stdout] test commands::check::tests::exit_code_zero_unless_all_supported_queries_fail ... ok
[INFO] [stdout] test commands::check::tests::table_row_updatable ... ok
[INFO] [stdout] test commands::check::tests::table_row_legacy_shows_warning_mark ... ok
[INFO] [stdout] test commands::check::tests::table_row_up_to_date_and_unknown_compare ... ok
[INFO] [stdout] test commands::check::tests::json_row_maps_fields ... ok
[INFO] [stdout] test commands::doctor::tests::duplicate_same_channel_and_unknown_channel ... ok
[INFO] [stdout] test commands::doctor::tests::multi_channel_with_newer_first_reports_only_multi_channel ... ok
[INFO] [stdout] test commands::doctor::tests::no_install_and_single_healthy_install_have_no_issues ... ok
[INFO] [stdout] test commands::doctor::tests::npm_residual_reported_even_without_npm_install_on_path ... ok
[INFO] [stdout] test commands::doctor::tests::not_on_path_reported ... ok
[INFO] [stdout] test commands::doctor::tests::path_priority_conflict_when_active_copy_is_older ... ok
[INFO] [stdout] test commands::doctor::tests::path_priority_advice_for_unknown_active_copy_does_not_suggest_update ... ok
[INFO] [stdout] test commands::doctor::tests::post_migration_state_reports_legacy_not_path_priority ... ok
[INFO] [stdout] test commands::install::tests::install_failure_propagates_err ... ok
[INFO] [stdout] test commands::doctor::tests::version_unknown_skips_priority_comparison ... ok
[INFO] [stdout] test commands::doctor::tests::uninstall_hints_cover_brew_cask_and_uv ... ok
[INFO] [stdout] test commands::install::tests::install_preview_matches_channel ... ok
[INFO] [stdout] test commands::install::tests::verify_install_nonzero_exit_is_err ... ok
[INFO] [stdout] test commands::install::tests::legacy_uv_install_is_not_skipped ... ok
[INFO] [stdout] test commands::install::tests::pi_installs_via_npm_with_ignore_scripts ... ok
[INFO] [stdout] test commands::install::tests::official_agents_install_via_platform_shell_cmd ... ok
[INFO] [stdout] test commands::list::tests::json_row_shape ... ok
[INFO] [stdout] test commands::install::tests::verify_install_runs_version_cmd_and_extracts_version ... ok
[INFO] [stdout] test commands::tests::resolve_empty_returns_all_six ... ok
[INFO] [stdout] test commands::list::tests::table_rows_missing_and_unsupported_and_version_unknown ... ok
[INFO] [stdout] test commands::install::tests::verify_install_timeout_is_err ... ok
[INFO] [stdout] test commands::list::tests::table_rows_installed ... ok
[INFO] [stdout] test commands::update::tests::decide_legacy_is_rejected_even_when_updatable ... ok
[INFO] [stdout] test commands::tests::resolve_accepts_bin_alias_and_rejects_unknown ... ok
[INFO] [stdout] test commands::update::tests::decide_one_click_filters ... ok
[INFO] [stdout] test commands::update::tests::npm_channel_dispatches_to_npm_install_g_latest ... ok
[INFO] [stdout] test commands::update::tests::brew_channel_dispatches_to_brew_upgrade_cask ... ok
[INFO] [stdout] test commands::update::tests::official_fast_nonzero_exit_is_err_without_fallback ... ok
[INFO] [stdout] test commands::update::tests::official_success_runs_self_update_cmd_no_fallback ... ok
[INFO] [stdout] test commands::update::tests::official_without_self_update_cmd_delegates_to_other ... ok
[INFO] [stdout] test commands::update::tests::official_timeout_without_binary_channel_is_err ... ok
[INFO] [stdout] test commands::update::tests::official_timeout_falls_back_to_binary_replace_at_original_path ... ok
[INFO] [stdout] test commands::update::tests::other_legacy_channel_refuses_update ... ok
[INFO] [stdout] test commands::update::tests::official_timeout_without_latest_is_err_and_no_fallback ... ok
[INFO] [stdout] test commands::update::tests::other_update_nonzero_exit_is_err ... ok
[INFO] [stdout] test commands::update::tests::preview_strings_match_actual_commands ... ok
[INFO] [stdout] test commands::update::tests::other_uv_channel_runs_shell_update_cmd ... ok
[INFO] [stdout] test commands::update::tests::unknown_channel_is_refused_and_runs_nothing ... ok
[INFO] [stdout] test detect::tests::classify_brew_paths ... ok
[INFO] [stdout] test detect::tests::classify_unknown_otherwise ... ok
[INFO] [stdout] test detect::tests::classify_pnpm_dir_is_not_npm ... ok
[INFO] [stdout] test detect::tests::classify_node_modules_beats_brew_prefix ... ok
[INFO] [stdout] test detect::tests::classify_npm_version_manager_paths ... ok
[INFO] [stdout] test detect::tests::classify_other_detect_dir_beats_official_install_dir ... ok
[INFO] [stdout] test detect::tests::expand_dir_tilde_and_absolute ... ok
[INFO] [stdout] test detect::tests::classify_official_by_install_dir_prefix ... ok
[INFO] [stdout] test detect::tests::expand_dir_percent_vars ... ok
[INFO] [stdout] test detect::tests::is_newer_semver ... ok
[INFO] [stdout] test detect::tests::thorough_confirms_npm_verdict_on_ls_hit ... ok
[INFO] [stdout] test detect::tests::is_newer_calver ... ok
[INFO] [stdout] test detect::tests::thorough_confirms_unknown_as_npm_on_ls_hit ... ok
[INFO] [stdout] test detect::tests::thorough_downgrades_npm_to_unknown_on_ls_miss ... ok
[INFO] [stdout] test detect::tests::extract_version_edge_cases ... ok
[INFO] [stdout] test detect::tests::extract_version_known_formats ... ok
[INFO] [stdout] test detect::tests::thorough_skips_npm_check_for_non_npm_channels ... ok
[INFO] [stdout] test detect::tests::thorough_downgrades_npm_to_unknown_when_npm_unavailable ... ok
[INFO] [stdout] test engines::binary::tests::download_url_claude_platform_and_bin_filename ... ok
[INFO] [stdout] test engines::binary::tests::download_url_codex_target_triples ... ok
[INFO] [stdout] test engines::binary::tests::download_url_cursor_os_arch ... ok
[INFO] [stdout] test engines::binary::tests::download_url_missing_template_is_err ... ok
[INFO] [stdout] test engines::binary::tests::download_url_opencode_arch_map_and_per_os_templates ... ok
[INFO] [stdout] test detect::tests::detect_missing_bin_is_none ... ok
[INFO] [stdout] test detect::tests::detect_all_version_failure_is_none_not_err ... ok
[INFO] [stdout] test detect::tests::detect_all_finds_install_dir_copy_off_path ... ok
[INFO] [stdout] test detect::tests::detect_all_dedupes_symlink_and_target ... ok
[INFO] [stdout] test engines::binary::tests::interpolate_leftover_placeholder_is_err ... ok
[INFO] [stdout] test engines::binary::tests::interpolate_replaces_all_vars_and_repeats ... ok
[INFO] [stdout] test engines::binary::tests::fallback_replace_raw_binary_end_to_end ... ok
[INFO] [stdout] test engines::binary::tests::install_script_matcher_handles_cursor_pattern ... ok
[INFO] [stdout] test engines::binary::tests::relink_atomically_replaces_existing_symlink ... ok
[INFO] [stdout] test engines::binary::tests::replace_with_backup_keeps_bak_and_swaps_in_new ... ok
[INFO] [stdout] test engines::binary::tests::replace_with_backup_missing_new_fails_before_touching_install ... ok
[INFO] [stdout] test engines::binary::tests::release_tag_url_parse_and_prefix_strip ... ok
[INFO] [stdout] test engines::binary::tests::fallback_replace_version_mismatch_leaves_install_untouched ... ok
[INFO] [stdout] test engines::binary::tests::version_matches_cursor_calver_long_vs_short_stamp ... ok
[INFO] [stdout] test engines::binary::tests::version_matches_known_output_formats ... ok
[INFO] [stdout] test engines::brew::tests::install_args_cask_and_tap_priority ... ok
[INFO] [stdout] test engines::brew::tests::install_formula_runs_brew_install ... ok
[INFO] [stdout] test engines::brew::tests::latest_formula_omits_cask_flag ... ok
[INFO] [stdout] test engines::binary::tests::replace_with_backup_overwrites_stale_bak ... ok
[INFO] [stdout] test engines::brew::tests::latest_cask_uses_info_json_v2_cask ... ok
[INFO] [stdout] test engines::brew::tests::parse_info_version_cask_strips_checkpoint_suffix ... ok
[INFO] [stdout] test engines::brew::tests::parse_info_version_formula_stable ... ok
[INFO] [stdout] test engines::brew::tests::parse_info_version_missing_or_invalid_is_err ... ok
[INFO] [stdout] test engines::brew::tests::parse_info_version_cask ... ok
[INFO] [stdout] test engines::brew::tests::update_already_up_to_date_nonzero_exit_is_ok ... ok
[INFO] [stdout] test engines::brew::tests::latest_timeout_is_err ... ok
[INFO] [stdout] test engines::brew::tests::upgrade_args_cask ... ok
[INFO] [stdout] test engines::brew::tests::update_cask_runs_brew_upgrade_cask ... ok
[INFO] [stdout] test engines::brew::tests::update_timeout_is_err ... ok
[INFO] [stdout] test engines::binary::tests::fallback_replace_archive_extracts_and_renames_member ... ok
[INFO] [stdout] test engines::brew::tests::upgrade_args_prefers_short_formula_over_tap ... ok
[INFO] [stdout] test engines::brew::tests::upgrade_args_empty_channel_is_err ... ok
[INFO] [stdout] test engines::brew::tests::upgrade_args_formula ... ok
[INFO] [stdout] test engines::brew::tests::update_real_failure_is_err_with_stderr ... ok
[INFO] [stdout] test engines::binary::tests::fallback_replace_archive_member_lookup ... ok
[INFO] [stdout] test engines::npm::tests::install_uses_same_command_as_update ... ok
[INFO] [stdout] test engines::npm::tests::parse_latest_version_missing_is_err ... ok
[INFO] [stdout] test engines::npm::tests::is_installed_globally_builds_correct_command_and_parses ... ok
[INFO] [stdout] test engines::npm::tests::is_installed_globally_miss_with_nonzero_exit_is_false ... ok
[INFO] [stdout] test engines::npm::tests::parse_latest_version_ok ... ok
[INFO] [stdout] test engines::npm::tests::global_install_args_with_extra_args ... ok
[INFO] [stdout] test engines::binary::tests::fallback_replace_cursor_rebuilds_versions_dir_and_both_symlinks ... ok
[INFO] [stdout] test engines::npm::tests::global_install_args_basic ... ok
[INFO] [stdout] test engines::npm::tests::parse_ls_hit_found ... ok
[INFO] [stdout] test engines::npm::tests::parse_ls_hit_invalid_json_is_false ... ok
[INFO] [stdout] test engines::npm::tests::parse_ls_hit_not_found ... ok
[INFO] [stdout] test engines::npm::tests::update_runs_npm_install_g_latest ... ok
[INFO] [stdout] test engines::official::tests::failure_summary_prefers_stderr_tail_and_truncates ... ok
[INFO] [stdout] test engines::npm::tests::update_timeout_is_err_with_hint ... ok
[INFO] [stdout] test engines::official::tests::install_unsupported_platform_is_err_and_runs_nothing ... ok
[INFO] [stdout] test engines::official::tests::install_timeout_is_err_with_hint ... ok
[INFO] [stdout] test engines::official::tests::self_update_success_runs_manifest_cmd ... ok
[INFO] [stdout] test engines::official::tests::self_update_nonzero_exit_is_err_with_stderr_summary ... ok
[INFO] [stdout] test engines::official::tests::install_nonzero_exit_is_err ... ok
[INFO] [stdout] test engines::official::tests::self_update_without_cmd_is_err_and_runs_nothing ... ok
[INFO] [stdout] test engines::official::tests::self_update_timeout_maps_to_timedout_not_err ... ok
[INFO] [stdout] test manifest::tests::all_six_manifests_parse ... ok
[INFO] [stdout] test engines::npm::tests::update_nonzero_exit_is_err_with_stderr ... ok
[INFO] [stdout] test engines::official::tests::install_runs_current_platform_cmd ... ok
[INFO] [stdout] test manifest::tests::cursor_uses_bin_alias_and_install_script_source ... ok
[INFO] [stdout] test manifest::tests::install_channels_match_spec_decisions ... ok
[INFO] [stdout] test manifest::tests::kimi_code_channels_and_legacy_uv ... ok
[INFO] [stdout] test manifest::tests::official_install_dirs_per_platform ... ok
[INFO] [stdout] test manifest::tests::brew_formula_vs_cask_shapes ... ok
[INFO] [stdout] test manifest::tests::per_platform_url_templates_resolve ... ok
[INFO] [stdout] test manifest::tests::version_args_strip_bin_token ... ok
[INFO] [stdout] test output::tests::print_json_serializes ... ok
[INFO] [stdout] test output::tests::print_table_renders ... ok
[INFO] [stdout] test engines::tests::system_runner_missing_program_is_err ... ok
[INFO] [stdout] test engines::tests::system_runner_captures_stdout ... ok
[INFO] [stdout] test manifest::tests::every_embedded_toml_parses_individually ... ok
[INFO] [stdout] test engines::tests::system_runner_shell_pipeline ... ok
[INFO] [stdout] test engines::tests::system_runner_kills_on_timeout ... ok
[INFO] [stdout] test engines::tests::system_runner_kills_whole_process_group_on_timeout ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- engines::tests::system_runner_kills_whole_process_group_on_timeout stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'engines::tests::system_runner_kills_whole_process_group_on_timeout' (1658) panicked at src/engines/mod.rs:270:9:
[INFO] [stdout] 进程组内的后台孙进程应被一并杀死（pid 1679）
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x64ee05fe0518 - 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:     0x64ee05fe0518 - 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:     0x64ee05fe0518 - std[10d71ac2c42b111e]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x64ee05fe0518 - <<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:     0x64ee05ff8baa - <core[8fb95b77d25ab6c8]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x64ee05ff8baa - core[8fb95b77d25ab6c8]::fmt::write
[INFO] [stdout]    6:     0x64ee05fe5f42 - 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:     0x64ee05fe5f42 - <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:     0x64ee05fba976 - <std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x64ee05fba976 - std[10d71ac2c42b111e]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x64ee05fd6469 - std[10d71ac2c42b111e]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x64ee05e6f85c - <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:     0x64ee05e6f85c - 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:     0x64ee05fd66e2 - <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:     0x64ee05fd66e2 - std[10d71ac2c42b111e]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x64ee05fbaa32 - std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x64ee05faf199 - 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:     0x64ee05fbbcad - __rustc[3be9ba60078d4c86]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x64ee05ff936c - core[8fb95b77d25ab6c8]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x64ee059c2207 - shun[e6eacfcec1ed7458]::engines::tests::system_runner_kills_whole_process_group_on_timeout::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/engines/mod.rs:270:9
[INFO] [stdout]   20:     0x64ee05906502 - <core[8fb95b77d25ab6c8]::pin::Pin<&mut dyn core[8fb95b77d25ab6c8]::future::future::Future<Output = ()>> as core[8fb95b77d25ab6c8]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/future/future.rs:133:9
[INFO] [stdout]   21:     0x64ee0590657d - <core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<&mut dyn core[8fb95b77d25ab6c8]::future::future::Future<Output = ()>>> as core[8fb95b77d25ab6c8]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/future/future.rs:133:9
[INFO] [stdout]   22:     0x64ee05990c5d - <tokio[e0a403079465d430]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<&mut dyn core[8fb95b77d25ab6c8]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/current_thread/mod.rs:778:70
[INFO] [stdout]   23:     0x64ee05990b5b - tokio[e0a403079465d430]::task::coop::with_budget::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[e0a403079465d430]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<&mut dyn core[8fb95b77d25ab6c8]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/task/coop/mod.rs:167:5
[INFO] [stdout]   24:     0x64ee05990b5b - tokio[e0a403079465d430]::task::coop::budget::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[e0a403079465d430]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<&mut dyn core[8fb95b77d25ab6c8]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/task/coop/mod.rs:133:5
[INFO] [stdout]   25:     0x64ee05990b5b - <tokio[e0a403079465d430]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<&mut dyn core[8fb95b77d25ab6c8]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/current_thread/mod.rs:778:25
[INFO] [stdout]   26:     0x64ee05986490 - <tokio[e0a403079465d430]::runtime::scheduler::current_thread::Context>::enter::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[e0a403079465d430]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<&mut dyn core[8fb95b77d25ab6c8]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/current_thread/mod.rs:451:19
[INFO] [stdout]   27:     0x64ee0598fe2d - <tokio[e0a403079465d430]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<&mut dyn core[8fb95b77d25ab6c8]::future::future::Future<Output = ()>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/current_thread/mod.rs:777:44
[INFO] [stdout]   28:     0x64ee0598f0d4 - <tokio[e0a403079465d430]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[e0a403079465d430]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<&mut dyn core[8fb95b77d25ab6c8]::future::future::Future<Output = ()>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/current_thread/mod.rs:865:68
[INFO] [stdout]   29:     0x64ee05965a4b - <tokio[e0a403079465d430]::runtime::context::scoped::Scoped<tokio[e0a403079465d430]::runtime::scheduler::Context>>::set::<<tokio[e0a403079465d430]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[e0a403079465d430]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<&mut dyn core[8fb95b77d25ab6c8]::future::future::Future<Output = ()>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}, (alloc[a7ee25936407c584]::boxed::Box<tokio[e0a403079465d430]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   30:     0x64ee058ff559 - tokio[e0a403079465d430]::runtime::context::set_scheduler::<(alloc[a7ee25936407c584]::boxed::Box<tokio[e0a403079465d430]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>), <tokio[e0a403079465d430]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[e0a403079465d430]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<&mut dyn core[8fb95b77d25ab6c8]::future::future::Future<Output = ()>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/context.rs:181:38
[INFO] [stdout]   31:     0x64ee05932982 - <std[10d71ac2c42b111e]::thread::local::LocalKey<tokio[e0a403079465d430]::runtime::context::Context>>::try_with::<tokio[e0a403079465d430]::runtime::context::set_scheduler<(alloc[a7ee25936407c584]::boxed::Box<tokio[e0a403079465d430]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>), <tokio[e0a403079465d430]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[e0a403079465d430]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<&mut dyn core[8fb95b77d25ab6c8]::future::future::Future<Output = ()>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[a7ee25936407c584]::boxed::Box<tokio[e0a403079465d430]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   32:     0x64ee0593250e - <std[10d71ac2c42b111e]::thread::local::LocalKey<tokio[e0a403079465d430]::runtime::context::Context>>::with::<tokio[e0a403079465d430]::runtime::context::set_scheduler<(alloc[a7ee25936407c584]::boxed::Box<tokio[e0a403079465d430]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>), <tokio[e0a403079465d430]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[e0a403079465d430]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<&mut dyn core[8fb95b77d25ab6c8]::future::future::Future<Output = ()>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[a7ee25936407c584]::boxed::Box<tokio[e0a403079465d430]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   33:     0x64ee058ed86d - tokio[e0a403079465d430]::runtime::context::set_scheduler::<(alloc[a7ee25936407c584]::boxed::Box<tokio[e0a403079465d430]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>), <tokio[e0a403079465d430]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[e0a403079465d430]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<&mut dyn core[8fb95b77d25ab6c8]::future::future::Future<Output = ()>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/context.rs:181:17
[INFO] [stdout]   34:     0x64ee05989050 - <tokio[e0a403079465d430]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[e0a403079465d430]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<&mut dyn core[8fb95b77d25ab6c8]::future::future::Future<Output = ()>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/current_thread/mod.rs:865:27
[INFO] [stdout]   35:     0x64ee05989346 - <tokio[e0a403079465d430]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<&mut dyn core[8fb95b77d25ab6c8]::future::future::Future<Output = ()>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/current_thread/mod.rs:765:24
[INFO] [stdout]   36:     0x64ee0598ebe0 - <tokio[e0a403079465d430]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut dyn core[8fb95b77d25ab6c8]::future::future::Future<Output = ()>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/current_thread/mod.rs:205:33
[INFO] [stdout]   37:     0x64ee059bd093 - tokio[e0a403079465d430]::runtime::context::runtime::enter_runtime::<<tokio[e0a403079465d430]::runtime::scheduler::current_thread::CurrentThread>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut dyn core[8fb95b77d25ab6c8]::future::future::Future<Output = ()>>>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   38:     0x64ee05985b71 - <tokio[e0a403079465d430]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut dyn core[8fb95b77d25ab6c8]::future::future::Future<Output = ()>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/current_thread/mod.rs:193:9
[INFO] [stdout]   39:     0x64ee059ba7d4 - <tokio[e0a403079465d430]::runtime::runtime::Runtime>::block_on_inner::<core[8fb95b77d25ab6c8]::pin::Pin<&mut dyn core[8fb95b77d25ab6c8]::future::future::Future<Output = ()>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/runtime.rs:371:52
[INFO] [stdout]   40:     0x64ee059ba99f - <tokio[e0a403079465d430]::runtime::runtime::Runtime>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut dyn core[8fb95b77d25ab6c8]::future::future::Future<Output = ()>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/runtime.rs:345:18
[INFO] [stdout]   41:     0x64ee059d273e - shun[e6eacfcec1ed7458]::engines::tests::system_runner_kills_whole_process_group_on_timeout
[INFO] [stdout]                                at /opt/rustwide/workdir/src/engines/mod.rs:270:91
[INFO] [stdout]   42:     0x64ee059c0547 - shun[e6eacfcec1ed7458]::engines::tests::system_runner_kills_whole_process_group_on_timeout::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/engines/mod.rs:245:66
[INFO] [stdout]   43:     0x64ee05887756 - <shun[e6eacfcec1ed7458]::engines::tests::system_runner_kills_whole_process_group_on_timeout::{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]   44:     0x64ee05e6293b - <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]   45:     0x64ee05e6293b - 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]   46:     0x64ee05e701b5 - test[213991da798b1c03]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:74
[INFO] [stdout]   47:     0x64ee05e701b5 - <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]   48:     0x64ee05e701b5 - 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]   49:     0x64ee05e701b5 - 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]   50:     0x64ee05e701b5 - 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]   51:     0x64ee05e701b5 - test[213991da798b1c03]::run_test_in_process
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:27
[INFO] [stdout]   52:     0x64ee05e701b5 - test[213991da798b1c03]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:668:43
[INFO] [stdout]   53:     0x64ee05e69ac4 - test[213991da798b1c03]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:698:41
[INFO] [stdout]   54:     0x64ee05e69ac4 - 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]   55:     0x64ee05e73232 - 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]   56:     0x64ee05e73232 - <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]   57:     0x64ee05e73232 - 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]   58:     0x64ee05e73232 - 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]   59:     0x64ee05e73232 - 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]   60:     0x64ee05e73232 - 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]   61:     0x64ee05e73232 - <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]   62:     0x64ee05fdf6bf - <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]   63:     0x64ee05fdf6bf - <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]   64:     0x7a5b37f90aa4 - <unknown>
[INFO] [stdout]   65:     0x7a5b3801da64 - clone
[INFO] [stdout]   66:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     engines::tests::system_runner_kills_whole_process_group_on_timeout
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 141 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.48s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--bin shun`
[INFO] running `Command { std: "docker" "inspect" "22b1838576d15e291181cf66de43fb440cff0e520f6cbe54ff04ebf0e65047a1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "22b1838576d15e291181cf66de43fb440cff0e520f6cbe54ff04ebf0e65047a1", kill_on_drop: false }`
[INFO] [stdout] 22b1838576d15e291181cf66de43fb440cff0e520f6cbe54ff04ebf0e65047a1
