[INFO] cloning repository https://github.com/akiojin/unity-cli [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/akiojin/unity-cli" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fakiojin%2Funity-cli", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fakiojin%2Funity-cli'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] ee799341b04a5fc5fab2cdeded83545eaeea60c3 [INFO] testing akiojin/unity-cli against try#dec9417b8611e34e787a3e4c37686b5131f9e5c5 for pr-154210 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fakiojin%2Funity-cli" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/akiojin/unity-cli [INFO] finished tweaking git repo https://github.com/akiojin/unity-cli [INFO] tweaked toml for git repo https://github.com/akiojin/unity-cli written to /workspace/builds/worker-3-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/akiojin/unity-cli on toolchain dec9417b8611e34e787a3e4c37686b5131f9e5c5 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/akiojin/unity-cli 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" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 9ee833a7b885208350e4ef04d3ad4e8dc39093bbeb4684c563c8203a1775355f [INFO] running `Command { std: "docker" "start" "-a" "9ee833a7b885208350e4ef04d3ad4e8dc39093bbeb4684c563c8203a1775355f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "9ee833a7b885208350e4ef04d3ad4e8dc39093bbeb4684c563c8203a1775355f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9ee833a7b885208350e4ef04d3ad4e8dc39093bbeb4684c563c8203a1775355f", kill_on_drop: false }` [INFO] [stdout] 9ee833a7b885208350e4ef04d3ad4e8dc39093bbeb4684c563c8203a1775355f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] aefe1d6d03d3850879394ad7b089a0ede252fb500e44898b2de1953bcc9248b0 [INFO] running `Command { std: "docker" "start" "-a" "aefe1d6d03d3850879394ad7b089a0ede252fb500e44898b2de1953bcc9248b0", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.106 [INFO] [stderr] Compiling unicode-ident v1.0.24 [INFO] [stderr] Compiling quote v1.0.44 [INFO] [stderr] Compiling libc v0.2.182 [INFO] [stderr] Compiling find-msvc-tools v0.1.9 [INFO] [stderr] Compiling memchr v2.8.0 [INFO] [stderr] Compiling smallvec v1.15.1 [INFO] [stderr] Compiling rustls-pki-types v1.14.0 [INFO] [stderr] Compiling cc v1.2.56 [INFO] [stderr] Compiling serde_core v1.0.228 [INFO] [stderr] Compiling zmij v1.0.21 [INFO] [stderr] Compiling regex-syntax v0.8.9 [INFO] [stderr] Compiling serde v1.0.228 [INFO] [stderr] Compiling syn v2.0.116 [INFO] [stderr] Compiling serde_json v1.0.149 [INFO] [stderr] Compiling percent-encoding v2.3.2 [INFO] [stderr] Compiling anstyle-query v1.1.5 [INFO] [stderr] Compiling rustls v0.23.36 [INFO] [stderr] Compiling aho-corasick v1.1.4 [INFO] [stderr] Compiling anstream v0.6.21 [INFO] [stderr] Compiling getrandom v0.2.17 [INFO] [stderr] Compiling form_urlencoded v1.2.2 [INFO] [stderr] Compiling webpki-roots v1.0.6 [INFO] [stderr] Compiling anyhow v1.0.101 [INFO] [stderr] Compiling itoa v1.0.17 [INFO] [stderr] Compiling ring v0.17.14 [INFO] [stderr] Compiling thiserror v2.0.18 [INFO] [stderr] Compiling clap_lex v1.0.0 [INFO] [stderr] Compiling clap_builder v4.5.59 [INFO] [stderr] Compiling dirs-sys v0.5.0 [INFO] [stderr] Compiling digest v0.10.7 [INFO] [stderr] Compiling webpki-roots v0.26.11 [INFO] [stderr] Compiling flate2 v1.1.9 [INFO] [stderr] Compiling regex-automata v0.4.14 [INFO] [stderr] Compiling socket2 v0.6.2 [INFO] [stderr] Compiling mio v1.1.1 [INFO] [stderr] Compiling bytes v1.11.1 [INFO] [stderr] Compiling sha2 v0.10.9 [INFO] [stderr] Compiling dirs v6.0.0 [INFO] [stderr] Compiling synstructure v0.13.2 [INFO] [stderr] Compiling zerofrom-derive v0.1.6 [INFO] [stderr] Compiling yoke-derive v0.8.1 [INFO] [stderr] Compiling zerovec-derive v0.11.2 [INFO] [stderr] Compiling displaydoc v0.2.5 [INFO] [stderr] Compiling tracing-attributes v0.1.31 [INFO] [stderr] Compiling serde_derive v1.0.228 [INFO] [stderr] Compiling rustls-webpki v0.103.9 [INFO] [stderr] Compiling matchers v0.2.0 [INFO] [stderr] Compiling thiserror-impl v2.0.18 [INFO] [stderr] Compiling tracing v0.1.44 [INFO] [stderr] Compiling zerofrom v0.1.6 [INFO] [stderr] Compiling tokio-macros v2.6.0 [INFO] [stderr] Compiling yoke v0.8.1 [INFO] [stderr] Compiling zerovec v0.11.5 [INFO] [stderr] Compiling zerotrie v0.2.3 [INFO] [stderr] Compiling clap_derive v4.5.55 [INFO] [stderr] Compiling tokio v1.49.0 [INFO] [stderr] Compiling tracing-subscriber v0.3.22 [INFO] [stderr] Compiling tinystr v0.8.2 [INFO] [stderr] Compiling icu_locale_core v2.1.1 [INFO] [stderr] Compiling potential_utf v0.1.4 [INFO] [stderr] Compiling icu_collections v2.1.1 [INFO] [stderr] Compiling icu_provider v2.1.1 [INFO] [stderr] Compiling icu_normalizer v2.1.1 [INFO] [stderr] Compiling icu_properties v2.1.2 [INFO] [stderr] Compiling clap v4.5.59 [INFO] [stderr] Compiling regex v1.12.3 [INFO] [stderr] Compiling idna_adapter v1.2.1 [INFO] [stderr] Compiling idna v1.1.0 [INFO] [stderr] Compiling url v2.5.8 [INFO] [stderr] Compiling ureq v2.12.1 [INFO] [stderr] Compiling unity-cli v0.9.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 35s [INFO] running `Command { std: "docker" "inspect" "aefe1d6d03d3850879394ad7b089a0ede252fb500e44898b2de1953bcc9248b0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "aefe1d6d03d3850879394ad7b089a0ede252fb500e44898b2de1953bcc9248b0", kill_on_drop: false }` [INFO] [stdout] aefe1d6d03d3850879394ad7b089a0ede252fb500e44898b2de1953bcc9248b0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] cab2dab37a20f0905eb1e285db1e1f5df88a08c72acea41f581f17dd46f7badf [INFO] running `Command { std: "docker" "start" "-a" "cab2dab37a20f0905eb1e285db1e1f5df88a08c72acea41f581f17dd46f7badf", kill_on_drop: false }` [INFO] [stderr] Compiling getrandom v0.4.1 [INFO] [stderr] Compiling rustix v1.1.3 [INFO] [stderr] Compiling bitflags v2.11.0 [INFO] [stderr] Compiling tempfile v3.25.0 [INFO] [stderr] Compiling unity-cli v0.9.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 17.92s [INFO] running `Command { std: "docker" "inspect" "cab2dab37a20f0905eb1e285db1e1f5df88a08c72acea41f581f17dd46f7badf", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cab2dab37a20f0905eb1e285db1e1f5df88a08c72acea41f581f17dd46f7badf", kill_on_drop: false }` [INFO] [stdout] cab2dab37a20f0905eb1e285db1e1f5df88a08c72acea41f581f17dd46f7badf [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] d6491a3be020c2509fe0db23dcc66bd2d5e201c773a67878e122a258514f3dcb [INFO] running `Command { std: "docker" "start" "-a" "d6491a3be020c2509fe0db23dcc66bd2d5e201c773a67878e122a258514f3dcb", kill_on_drop: false }` [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.27s [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/unity_cli-65605e76405f4d74) [INFO] [stdout] [INFO] [stdout] running 224 tests [INFO] [stdout] test app::runner::tests::augment_command_stats_inserts_cli_snapshot ... ok [INFO] [stdout] test app::runner::tests::init_tracing_accepts_verbose_levels ... ok [INFO] [stdout] test app::runner::tests::load_params_defaults_to_empty_object ... ok [INFO] [stdout] test app::runner::tests::env_var_guard_restores_previous_value ... ok [INFO] [stdout] test app::runner::tests::load_params_rejects_when_json_and_params_file_are_both_set ... ok [INFO] [stdout] test app::runner::tests::parse_external_tool_command_requires_tool_name ... ok [INFO] [stdout] test app::runner::tests::parse_external_tool_command_requires_values_for_flags ... ok [INFO] [stdout] test app::runner::tests::parse_external_tool_command_supports_equals_forms ... ok [INFO] [stdout] test app::runner::tests::parse_json_object_rejects_non_object ... ok [INFO] [stdout] test app::runner::tests::parse_external_tool_command_accepts_json_flag ... ok [INFO] [stdout] test app::runner::tests::execute_tool_skips_mutating_tool_in_dry_run_mode ... ok [INFO] [stdout] test app::runner::tests::parse_ports_rejects_invalid_values ... ok [INFO] [stdout] test app::runner::tests::parse_ports_returns_empty_for_none ... ok [INFO] [stdout] test app::runner::tests::print_value_text_handles_string_and_object ... ok [INFO] [stdout] test app::runner::tests::load_params_reads_inline_json ... ok [INFO] [stdout] test app::runner::tests::load_params_reads_json_from_file ... ok [INFO] [stdout] test app::runner::tests::parse_external_tool_command_rejects_unknown_flag ... ok [INFO] [stdout] test app::runner::tests::run_with_cli_rejects_unknown_external_tool ... ok [INFO] [stdout] test app::runner::tests::parse_json_object_accepts_object ... ok [INFO] [stdout] test app::runner::tests::parse_ports_deduplicates_values ... ok [INFO] [stdout] test app::runner::tests::run_with_cli_exercises_remote_command_error_paths ... ok [INFO] [stdout] test app::runner::tests::validate_tool_params_accepts_add_component_payload ... ok [INFO] [stdout] test app::runner::tests::validate_tool_params_accepts_addressables_manage_add_entry ... ok [INFO] [stdout] test app::runner::tests::run_with_cli_requires_batch_input_source ... ok [INFO] [stdout] test app::runner::tests::validate_tool_params_accepts_analyze_asset_dependencies_get_dependencies ... ok [INFO] [stdout] test app::runner::tests::validate_tool_params_accepts_create_animation_clip_payload ... ok [INFO] [stdout] test app::runner::tests::validate_tool_params_accepts_create_gameobject_with_vector_fields ... ok [INFO] [stdout] test app::runner::tests::validate_tool_params_accepts_create_animator_controller_payload ... ok [INFO] [stdout] test app::runner::tests::validate_tool_params_accepts_build_index_output_path ... ok [INFO] [stdout] test app::runner::tests::validate_tool_params_accepts_execute_menu_item_get_available_menus ... ok [INFO] [stdout] test app::runner::tests::validate_tool_params_accepts_delete_gameobject_with_path_and_paths ... ok [INFO] [stdout] test app::runner::tests::validate_tool_params_accepts_create_sprite_atlas_payload ... ok [INFO] [stdout] test app::runner::tests::validate_tool_params_accepts_input_keyboard_batch_actions ... ok [INFO] [stdout] test app::runner::tests::validate_tool_params_accepts_get_input_actions_state_with_asset_path ... ok [INFO] [stdout] test app::runner::tests::validate_tool_params_accepts_load_scene_by_name ... ok [INFO] [stdout] test app::runner::tests::validate_tool_params_accepts_manage_layers_get_by_index ... ok [INFO] [stdout] test app::runner::tests::validate_tool_params_accepts_package_manager_list_action ... ok [INFO] [stdout] test app::runner::tests::validate_tool_params_accepts_profiler_start_payload ... ok [INFO] [stdout] test app::runner::tests::validate_tool_params_accepts_execute_menu_item_without_action ... ok [INFO] [stdout] test app::runner::tests::validate_tool_params_accepts_write_csharp_file_payload ... ok [INFO] [stdout] test app::runner::tests::validate_tool_params_rejects_addressables_analyze_dependencies_without_asset_path ... ok [INFO] [stdout] test app::runner::tests::validate_tool_params_accepts_lsp_write_payload_with_path_alias ... ok [INFO] [stdout] test app::runner::tests::validate_tool_params_rejects_addressables_manage_move_entry_without_target_group ... ok [INFO] [stdout] test app::runner::tests::validate_tool_params_rejects_analyze_asset_dependencies_invalid_action ... ok [INFO] [stdout] test app::runner::tests::validate_tool_params_accepts_valid_payload ... ok [INFO] [stdout] test app::runner::tests::validate_tool_params_rejects_analyze_screenshot_without_source ... ok [INFO] [stdout] test app::runner::tests::validate_tool_params_rejects_create_animation_clip_without_sprite_paths ... ok [INFO] [stdout] test app::runner::tests::validate_tool_params_rejects_create_package_setting_without_value ... ok [INFO] [stdout] test app::runner::tests::validate_tool_params_rejects_delete_gameobject_without_target ... ok [INFO] [stdout] test app::runner::tests::validate_tool_params_rejects_execute_menu_item_without_action_or_menu_path ... ok [INFO] [stdout] test app::runner::tests::validate_tool_params_rejects_execute_menu_item_without_menu_path ... ok [INFO] [stdout] test app::runner::tests::validate_tool_params_rejects_invalid_animator_condition_mode ... ok [INFO] [stdout] test app::runner::tests::validate_tool_params_rejects_invalid_sprite_atlas_filter_mode ... ok [INFO] [stdout] test app::runner::tests::validate_tool_params_rejects_analyze_asset_dependencies_get_dependencies_without_asset_path ... ok [INFO] [stdout] test app::runner::tests::validate_tool_params_rejects_load_scene_with_both_identifiers ... ok [INFO] [stdout] test app::runner::tests::validate_tool_params_rejects_manage_asset_database_move_without_to_path ... ok [INFO] [stdout] test app::runner::tests::validate_tool_params_rejects_manage_layers_add_without_layer_name ... ok [INFO] [stdout] test app::runner::tests::validate_tool_params_rejects_manage_layers_invalid_action ... ok [INFO] [stdout] test app::runner::tests::validate_tool_params_rejects_manage_selection_set_without_object_paths ... ok [INFO] [stdout] test app::runner::tests::validate_tool_params_rejects_missing_required_property ... ok [INFO] [stdout] test app::runner::tests::validate_tool_params_rejects_manage_tools_activate_without_tool_name ... ok [INFO] [stdout] test app::runner::tests::validate_tool_params_rejects_manage_windows_focus_without_window_type ... ok [INFO] [stdout] test app::runner::tests::validate_tool_params_rejects_registry_config_add_scope_without_scope ... ok [INFO] [stdout] test app::runner::tests::validate_tool_params_rejects_remove_input_binding_without_selector ... ok [INFO] [stdout] test app::runner::tests::validate_tool_params_rejects_unknown_field_for_clear_logs ... ok [INFO] [stdout] test app::runner::tests::validate_tool_params_rejects_set_component_field_missing_required ... ok [INFO] [stdout] test app::runner::tests::validate_tool_params_rejects_unknown_property_when_schema_is_strict ... ok [INFO] [stdout] test app::runner::tests::validate_tool_params_rejects_package_manager_search_without_keyword ... ok [INFO] [stdout] test app::runner::tests::validate_tool_params_rejects_unknown_run_tests_property ... ok [INFO] [stdout] test core::command_stats::tests::snapshot_groups_calls_by_tool_and_route ... ok [INFO] [stdout] 2026-03-30T20:10:15.631110Z DEBUG self-update failed: Failed to fetch unity-cli manifest from known repositories: akiojin/unity-cli: Failed to request https://api.github.com/repos/akiojin/unity-cli/releases/latest: https://api.github.com/repos/akiojin/unity-cli/releases/latest: Dns Failed: resolve dns name 'api.github.com:443': failed to lookup address information: Temporary failure in name resolution [INFO] [stdout] 2026-03-30T20:10:15.632935Z DEBUG self-update skipped: last check within throttle window [INFO] [stdout] 2026-03-30T20:10:15.633134Z DEBUG self-update failed: Failed to fetch unity-cli manifest from known repositories: akiojin/unity-cli: Failed to request https://api.github.com/repos/akiojin/unity-cli/releases/latest: https://api.github.com/repos/akiojin/unity-cli/releases/latest: Dns Failed: resolve dns name 'api.github.com:443': failed to lookup address information: Temporary failure in name resolution [INFO] [stdout] 2026-03-30T20:10:15.633284Z DEBUG self-update failed: Failed to fetch unity-cli manifest from known repositories: akiojin/unity-cli: Failed to request https://api.github.com/repos/akiojin/unity-cli/releases/latest: https://api.github.com/repos/akiojin/unity-cli/releases/latest: Dns Failed: resolve dns name 'api.github.com:443': failed to lookup address information: Temporary failure in name resolution [INFO] [stdout] 2026-03-30T20:10:15.633474Z DEBUG self-update skipped: last check within throttle window [INFO] [stdout] 2026-03-30T20:10:15.634054Z DEBUG self-update skipped: last check within throttle window [INFO] [stdout] 2026-03-30T20:10:15.634353Z DEBUG self-update skipped: last check within throttle window [INFO] [stdout] 2026-03-30T20:10:15.634756Z DEBUG self-update skipped: last check within throttle window [INFO] [stdout] 2026-03-30T20:10:15.636899Z DEBUG self-update skipped: last check within throttle window [INFO] [stdout] test app::runner::tests::run_with_cli_handles_instances_and_daemon_commands_without_server ... ok [INFO] [stdout] 2026-03-30T20:10:15.634913Z DEBUG self-update failed: Failed to fetch unity-cli manifest from known repositories: akiojin/unity-cli: Failed to request https://api.github.com/repos/akiojin/unity-cli/releases/latest: https://api.github.com/repos/akiojin/unity-cli/releases/latest: Dns Failed: resolve dns name 'api.github.com:443': failed to lookup address information: Temporary failure in name resolution [INFO] [stdout] 2026-03-30T20:10:15.637930Z DEBUG self-update failed: Failed to fetch unity-cli manifest from known repositories: akiojin/unity-cli: Failed to request https://api.github.com/repos/akiojin/unity-cli/releases/latest: https://api.github.com/repos/akiojin/unity-cli/releases/latest: Dns Failed: resolve dns name 'api.github.com:443': failed to lookup address information: Temporary failure in name resolution [INFO] [stdout] 2026-03-30T20:10:15.638102Z DEBUG self-update failed: Failed to fetch unity-cli manifest from known repositories: akiojin/unity-cli: Failed to request https://api.github.com/repos/akiojin/unity-cli/releases/latest: https://api.github.com/repos/akiojin/unity-cli/releases/latest: Dns Failed: resolve dns name 'api.github.com:443': failed to lookup address information: Temporary failure in name resolution [INFO] [stdout] 2026-03-30T20:10:15.638509Z DEBUG self-update skipped: last check within throttle window [INFO] [stdout] 2026-03-30T20:10:15.638811Z DEBUG self-update skipped: last check within throttle window [INFO] [stdout] 2026-03-30T20:10:15.639014Z DEBUG self-update skipped: last check within throttle window [INFO] [stdout] 2026-03-30T20:10:15.639205Z DEBUG self-update skipped: last check within throttle window [INFO] [stdout] test app::runner::tests::run_with_cli_handles_local_tool_and_batch_paths ... ok [INFO] [stdout] 2026-03-30T20:10:15.647385Z DEBUG self-update failed: Failed to fetch unity-cli manifest from known repositories: akiojin/unity-cli: Failed to request https://api.github.com/repos/akiojin/unity-cli/releases/latest: https://api.github.com/repos/akiojin/unity-cli/releases/latest: Dns Failed: resolve dns name 'api.github.com:443': failed to lookup address information: Temporary failure in name resolution [INFO] [stdout] 2026-03-30T20:10:15.649336Z DEBUG self-update failed: Failed to fetch unity-cli manifest from known repositories: akiojin/unity-cli: Failed to request https://api.github.com/repos/akiojin/unity-cli/releases/latest: https://api.github.com/repos/akiojin/unity-cli/releases/latest: Dns Failed: resolve dns name 'api.github.com:443': failed to lookup address information: Temporary failure in name resolution [INFO] [stdout] 2026-03-30T20:10:15.651384Z DEBUG self-update skipped: last check within throttle window [INFO] [stdout] test app::runner::tests::run_with_cli_supports_tool_schema_command ... ok [INFO] [stdout] 2026-03-30T20:10:15.655033Z DEBUG self-update failed: Failed to fetch unity-cli manifest from known repositories: akiojin/unity-cli: Failed to request https://api.github.com/repos/akiojin/unity-cli/releases/latest: https://api.github.com/repos/akiojin/unity-cli/releases/latest: Dns Failed: resolve dns name 'api.github.com:443': failed to lookup address information: Temporary failure in name resolution [INFO] [stdout] test app::runner::tests::run_with_cli_batch_marks_skipped_items_in_dry_run_mode ... ok [INFO] [stdout] 2026-03-30T20:10:15.656920Z DEBUG self-update failed: Failed to fetch unity-cli manifest from known repositories: akiojin/unity-cli: Failed to request https://api.github.com/repos/akiojin/unity-cli/releases/latest: https://api.github.com/repos/akiojin/unity-cli/releases/latest: Dns Failed: resolve dns name 'api.github.com:443': failed to lookup address information: Temporary failure in name resolution [INFO] [stdout] test core::config::tests::default_host_returns_localhost_without_env ... ok [INFO] [stdout] test app::runner::tests::run_with_cli_set_active_text_output_when_reachable ... ok [INFO] [stdout] test core::config::tests::returns_none_when_no_keys_set ... ok [INFO] [stdout] test core::config::tests::u16_env_rejects_zero ... ok [INFO] [stdout] test core::config::tests::u64_env_parses_correctly ... ok [INFO] [stdout] test core::config::tests::u64_env_rejects_zero ... ok [INFO] [stdout] test core::endpoint::tests::cli_override_wins_over_active_instance ... ok [INFO] [stdout] test core::endpoint::tests::env_port_wins_when_no_cli_override ... ok [INFO] [stdout] test core::config::tests::u16_env_parses_correctly ... ok [INFO] [stdout] test core::config::tests::default_port_returns_6400_without_env ... ok [INFO] [stdout] test core::config::tests::empty_value_is_ignored ... ok [INFO] [stdout] test core::instances::tests::list_instances_adds_default_port_when_no_entries_exist ... ok [INFO] [stdout] test core::config::tests::execution_context_uses_defaults ... ok [INFO] [stdout] test core::instances::tests::load_registry_reconstructs_missing_ids ... ok [INFO] [stdout] test core::instances::tests::registry_round_trip_serialization_shape_is_supported ... ok [INFO] [stdout] test core::config::tests::fails_when_removed_unityd_env_is_set ... ok [INFO] [stdout] test core::instances::tests::parse_id_validates_shape ... ok [INFO] [stdout] test core::instances::tests::registry_path_uses_env_and_creates_parent_directory ... ok [INFO] [stdout] test core::config::tests::default_timeout_returns_30000_without_env ... ok [INFO] [stdout] test core::config::tests::fails_when_legacy_alias_is_set ... ok [INFO] [stdout] test core::instances::tests::set_active_fails_for_unreachable_instance ... ok [INFO] [stdout] 2026-03-30T20:10:15.682226Z DEBUG connecting to 127.0.0.1:42413 at 127.0.0.1:42413 [INFO] [stdout] 2026-03-30T20:10:15.682246Z DEBUG connecting to 127.0.0.1:39935 at 127.0.0.1:39935 [INFO] [stdout] 2026-03-30T20:10:15.682355Z DEBUG created stream: Stream(TcpStream { addr: 127.0.0.1:38920, peer: 127.0.0.1:39935, fd: 11 }) [INFO] [stdout] 2026-03-30T20:10:15.682391Z DEBUG sending request GET http://127.0.0.1:39935/ [INFO] [stdout] 2026-03-30T20:10:15.682398Z DEBUG created stream: Stream(TcpStream { addr: 127.0.0.1:50636, peer: 127.0.0.1:42413, fd: 10 }) [INFO] [stdout] 2026-03-30T20:10:15.682419Z DEBUG writing prelude: GET / HTTP/1.1 [INFO] [stdout] Host: 127.0.0.1:39935 [INFO] [stdout] Accept: */* [INFO] [stdout] User-Agent: unity-cli [INFO] [stdout] accept-encoding: gzip [INFO] [stdout] 2026-03-30T20:10:15.682431Z DEBUG sending request GET http://127.0.0.1:42413/ [INFO] [stdout] 2026-03-30T20:10:15.682463Z DEBUG writing prelude: GET / HTTP/1.1 [INFO] [stdout] Host: 127.0.0.1:42413 [INFO] [stdout] Accept: */* [INFO] [stdout] User-Agent: unity-cli [INFO] [stdout] accept-encoding: gzip [INFO] [stdout] test core::instances::tests::list_instances_reports_up_for_reachable_port ... ok [INFO] [stdout] test core::managed_binaries::tests::ensure_latest_for_can_skip_remote_checks_in_tests ... ok [INFO] [stdout] 2026-03-30T20:10:15.682676Z DEBUG connecting to 127.0.0.1:41983 at 127.0.0.1:41983 [INFO] [stdout] 2026-03-30T20:10:15.682758Z DEBUG connecting to 127.0.0.1:44977 at 127.0.0.1:44977 [INFO] [stdout] 2026-03-30T20:10:15.682770Z DEBUG created stream: Stream(TcpStream { addr: 127.0.0.1:54104, peer: 127.0.0.1:41983, fd: 14 }) [INFO] [stdout] 2026-03-30T20:10:15.682798Z DEBUG sending request GET http://127.0.0.1:41983/ [INFO] [stdout] 2026-03-30T20:10:15.682826Z DEBUG writing prelude: GET / HTTP/1.1 [INFO] [stdout] Host: 127.0.0.1:41983 [INFO] [stdout] Accept: */* [INFO] [stdout] User-Agent: unity-cli [INFO] [stdout] Authorization: *** [INFO] [stdout] accept-encoding: gzip [INFO] [stdout] 2026-03-30T20:10:15.682866Z DEBUG created stream: Stream(TcpStream { addr: 127.0.0.1:47240, peer: 127.0.0.1:44977, fd: 17 }) [INFO] [stdout] 2026-03-30T20:10:15.682895Z DEBUG sending request GET http://127.0.0.1:44977/ [INFO] [stdout] 2026-03-30T20:10:15.682893Z DEBUG connecting to 127.0.0.1:34755 at 127.0.0.1:34755 [INFO] [stdout] 2026-03-30T20:10:15.682923Z DEBUG writing prelude: GET / HTTP/1.1 [INFO] [stdout] Host: 127.0.0.1:44977 [INFO] [stdout] Accept: */* [INFO] [stdout] User-Agent: unity-cli [INFO] [stdout] Authorization: *** [INFO] [stdout] accept-encoding: gzip [INFO] [stdout] 2026-03-30T20:10:15.682977Z DEBUG created stream: Stream(TcpStream { addr: 127.0.0.1:41854, peer: 127.0.0.1:34755, fd: 7 }) [INFO] [stdout] 2026-03-30T20:10:15.682984Z DEBUG Body entirely buffered (length: 21) [INFO] [stdout] 2026-03-30T20:10:15.683004Z DEBUG sending request GET http://127.0.0.1:34755/ [INFO] [stdout] 2026-03-30T20:10:15.683035Z DEBUG writing prelude: GET / HTTP/1.1 [INFO] [stdout] Host: 127.0.0.1:34755 [INFO] [stdout] Accept: */* [INFO] [stdout] User-Agent: unity-cli [INFO] [stdout] Authorization: *** [INFO] [stdout] accept-encoding: gzip [INFO] [stdout] 2026-03-30T20:10:15.683043Z DEBUG Body entirely buffered (length: 26) [INFO] [stdout] 2026-03-30T20:10:15.683041Z DEBUG Body entirely buffered (length: 23) [INFO] [stdout] 2026-03-30T20:10:15.683045Z DEBUG Body entirely buffered (length: 21) [INFO] [stdout] 2026-03-30T20:10:15.683061Z DEBUG dropping stream: Stream(TcpStream { addr: 127.0.0.1:38920, peer: 127.0.0.1:39935, fd: 11 }) [INFO] [stdout] 2026-03-30T20:10:15.683066Z DEBUG dropping stream: Stream(TcpStream { addr: 127.0.0.1:47240, peer: 127.0.0.1:44977, fd: 17 }) [INFO] [stdout] 2026-03-30T20:10:15.683068Z DEBUG dropping stream: Stream(TcpStream { addr: 127.0.0.1:50636, peer: 127.0.0.1:42413, fd: 10 }) [INFO] [stdout] 2026-03-30T20:10:15.683103Z DEBUG response 200 to GET http://127.0.0.1:44977/ [INFO] [stdout] 2026-03-30T20:10:15.683110Z DEBUG response 500 to GET http://127.0.0.1:39935/ [INFO] [stdout] 2026-03-30T20:10:15.683135Z DEBUG response 403 to GET http://127.0.0.1:42413/ [INFO] [stdout] 2026-03-30T20:10:15.683012Z DEBUG dropping stream: Stream(TcpStream { addr: 127.0.0.1:54104, peer: 127.0.0.1:41983, fd: 14 }) [INFO] [stdout] 2026-03-30T20:10:15.683208Z DEBUG response 200 to GET http://127.0.0.1:41983/ [INFO] [stdout] test core::managed_binaries::tests::get_json_fails_with_status_and_body ... ok [INFO] [stdout] test core::managed_binaries::tests::get_json_parses_http_body ... ok [INFO] [stdout] test core::managed_binaries::tests::get_response_includes_authorization_header ... ok [INFO] [stdout] test core::managed_binaries::tests::read_local_version_returns_none_for_missing_or_blank_file ... ok [INFO] [stdout] test core::managed_binaries::tests::ensure_local_uses_existing_binary_without_download ... ok [INFO] [stdout] 2026-03-30T20:10:15.684693Z DEBUG Body entirely buffered (length: 12) [INFO] [stdout] 2026-03-30T20:10:15.684729Z DEBUG dropping stream: Stream(TcpStream { addr: 127.0.0.1:41854, peer: 127.0.0.1:34755, fd: 7 }) [INFO] [stdout] 2026-03-30T20:10:15.684787Z DEBUG response 500 to GET http://127.0.0.1:34755/ [INFO] [stdout] test core::managed_binaries::tests::tools_root_prefers_unity_cli_tools_root_env ... ok [INFO] [stdout] test core::managed_binaries::tests::sha256_file_matches_known_hash ... ok [INFO] [stdout] test daemon::unityd::tests::daemon_call_error_classification ... ok [INFO] [stdout] test core::managed_binaries::tests::write_and_read_local_version_round_trip ... ok [INFO] [stdout] test daemon::unityd::tests::daemon_request_ping_round_trip ... ok [INFO] [stdout] test daemon::unityd::tests::daemon_request_batch_round_trip ... ok [INFO] [stdout] test core::managed_binaries::tests::replace_file_atomic_overwrites_destination ... ok [INFO] [stdout] test daemon::unityd::tests::daemon_request_stop_round_trip ... ok [INFO] [stdout] test daemon::unityd::tests::daemon_request_tool_round_trip ... ok [INFO] [stdout] test daemon::unityd::tests::daemon_response_error_round_trip ... ok [INFO] [stdout] test daemon::unityd::tests::daemon_request_status_round_trip ... ok [INFO] [stdout] test daemon::unityd::tests::daemon_response_round_trip ... ok [INFO] [stdout] test core::instances::tests::set_active_succeeds_for_reachable_instance_and_tracks_previous ... ok [INFO] [stdout] test core::runtime_paths::tests::daemon_dir_is_under_run_root ... ok [INFO] [stdout] test daemon::unityd::tests::daemon_response_round_trip_preserves_timing ... ok [INFO] [stdout] test daemon::unityd::tests::handle_request_and_stream_cover_tool_batch_and_json_errors ... ok [INFO] [stdout] test daemon::unityd::tests::idle_timeout_default ... ok [INFO] [stdout] test core::managed_binaries::tests::unity_cli_status_uses_managed_install_layout ... ok [INFO] [stdout] test daemon::unityd::tests::idle_timeout_env_override_and_invalid_values ... ok [INFO] [stdout] test daemon::unityd::tests::pid_file_path_is_under_tools_dir ... ok [INFO] [stdout] 2026-03-30T20:10:15.933398Z DEBUG connecting to 127.0.0.1:39935 at 127.0.0.1:39935 [INFO] [stdout] 2026-03-30T20:10:15.933652Z DEBUG created stream: Stream(TcpStream { addr: 127.0.0.1:38922, peer: 127.0.0.1:39935, fd: 13 }) [INFO] [stdout] 2026-03-30T20:10:15.933719Z DEBUG sending request GET http://127.0.0.1:39935/ [INFO] [stdout] 2026-03-30T20:10:15.933771Z DEBUG writing prelude: GET / HTTP/1.1 [INFO] [stdout] Host: 127.0.0.1:39935 [INFO] [stdout] Accept: */* [INFO] [stdout] User-Agent: unity-cli [INFO] [stdout] accept-encoding: gzip [INFO] [stdout] 2026-03-30T20:10:15.934960Z DEBUG connecting to 127.0.0.1:34755 at 127.0.0.1:34755 [INFO] [stdout] 2026-03-30T20:10:15.935053Z DEBUG created stream: Stream(TcpStream { addr: 127.0.0.1:41862, peer: 127.0.0.1:34755, fd: 14 }) [INFO] [stdout] 2026-03-30T20:10:15.935074Z DEBUG sending request GET http://127.0.0.1:34755/ [INFO] [stdout] 2026-03-30T20:10:15.935106Z DEBUG writing prelude: GET / HTTP/1.1 [INFO] [stdout] Host: 127.0.0.1:34755 [INFO] [stdout] Accept: */* [INFO] [stdout] User-Agent: unity-cli [INFO] [stdout] Authorization: *** [INFO] [stdout] accept-encoding: gzip [INFO] [stdout] 2026-03-30T20:10:15.936481Z DEBUG Body entirely buffered (length: 12) [INFO] [stdout] 2026-03-30T20:10:15.936515Z DEBUG dropping stream: Stream(TcpStream { addr: 127.0.0.1:41862, peer: 127.0.0.1:34755, fd: 14 }) [INFO] [stdout] 2026-03-30T20:10:15.936574Z DEBUG response 500 to GET http://127.0.0.1:34755/ [INFO] [stdout] 2026-03-30T20:10:15.936743Z DEBUG Body entirely buffered (length: 21) [INFO] [stdout] 2026-03-30T20:10:15.936768Z DEBUG dropping stream: Stream(TcpStream { addr: 127.0.0.1:38922, peer: 127.0.0.1:39935, fd: 13 }) [INFO] [stdout] 2026-03-30T20:10:15.936828Z DEBUG response 200 to GET http://127.0.0.1:39935/ [INFO] [stdout] test core::managed_binaries::tests::get_json_retries_transient_server_error ... ok [INFO] [stdout] 2026-03-30T20:10:16.436895Z DEBUG connecting to 127.0.0.1:34755 at 127.0.0.1:34755 [INFO] [stdout] 2026-03-30T20:10:16.437173Z DEBUG created stream: Stream(TcpStream { addr: 127.0.0.1:41868, peer: 127.0.0.1:34755, fd: 6 }) [INFO] [stdout] 2026-03-30T20:10:16.437245Z DEBUG sending request GET http://127.0.0.1:34755/ [INFO] [stdout] 2026-03-30T20:10:16.437324Z DEBUG writing prelude: GET / HTTP/1.1 [INFO] [stdout] Host: 127.0.0.1:34755 [INFO] [stdout] Accept: */* [INFO] [stdout] User-Agent: unity-cli [INFO] [stdout] Authorization: *** [INFO] [stdout] accept-encoding: gzip [INFO] [stdout] 2026-03-30T20:10:16.437602Z DEBUG Body entirely buffered (length: 12) [INFO] [stdout] 2026-03-30T20:10:16.437698Z DEBUG dropping stream: Stream(TcpStream { addr: 127.0.0.1:41868, peer: 127.0.0.1:34755, fd: 6 }) [INFO] [stdout] 2026-03-30T20:10:16.437803Z DEBUG response 500 to GET http://127.0.0.1:34755/ [INFO] [stdout] test core::managed_binaries::tests::get_response_reports_http_status_errors ... ok [INFO] [stdout] test daemon::unityd::tests::serve_forever_exits_after_idle_timeout ... ok [INFO] [stdout] test daemon::unityd::tests::socket_path_is_under_tools_dir ... ok [INFO] [stdout] test lsp::client::tests::collect_document_symbols_flattens_nested_symbols ... ok [INFO] [stdout] test lsp::client::tests::execute_direct_covers_core_lsp_read_tools ... ok [INFO] [stdout] test lsp::client::tests::get_apply_defaults_to_false ... ok [INFO] [stdout] test lsp::client::tests::id_matches_accepts_number_and_string_id ... ok [INFO] [stdout] test lsp::client::tests::kind_from_lsp_maps_known_values ... ok [INFO] [stdout] test lsp::client::tests::maybe_execute_mode_gate_and_tool_filter_behave_as_expected ... ok [INFO] [stdout] test lsp::client::tests::normalize_lsp_write_result_adds_contract_fields ... ok [INFO] [stdout] test lsp::client::tests::normalize_rel_path_accepts_assets_packages_and_library ... ok [INFO] [stdout] test lsp::client::tests::normalize_rel_path_extracts_supported_prefix_from_absolute_like_input ... ok [INFO] [stdout] test lsp::client::tests::normalize_rel_path_rejects_parent_traversal ... ok [INFO] [stdout] test lsp::client::tests::path_matches_scope_filters_paths ... ok [INFO] [stdout] test lsp::client::tests::read_message_parses_content_length_framed_json ... ok [INFO] [stdout] test lsp::client::tests::read_message_rejects_missing_content_length_header ... ok [INFO] [stdout] test lsp::client::tests::read_message_returns_none_when_stream_is_empty ... ok [INFO] [stdout] test lsp::client::tests::remove_symbol_request_includes_fail_on_references_when_set ... ok [INFO] [stdout] test lsp::client::tests::remove_symbol_request_omits_fail_on_references_when_unset ... ok [INFO] [stdout] test lsp::client::tests::require_helpers_validate_expected_fields ... ok [INFO] [stdout] test lsp::client::tests::retryable_session_error_detects_transport_failures ... ok [INFO] [stdout] test lsp::client::tests::retryable_session_error_ignores_argument_errors ... ok [INFO] [stdout] test lsp::client::tests::to_project_relative_or_raw_returns_relative_for_absolute_under_root ... ok [INFO] [stdout] test lsp::client::tests::uri_and_ref_path_helpers_resolve_project_relative_paths ... ok [INFO] [stdout] test lsp::client::tests::uri_to_rel_path_rejects_non_file_uris ... ok [INFO] [stdout] test lsp::client::tests::execute_direct_covers_lsp_write_tools ... ok [INFO] [stdout] test lsp::daemon::tests::handle_request_handles_ping_status_and_stop ... ok [INFO] [stdout] test daemon::unityd::tests::start_background_returns_already_running_when_status_reports_running ... FAILED [INFO] [stdout] test daemon::unityd::tests::status_stop_and_ping_handle_response_shapes ... ok [INFO] [stdout] test lsp::daemon::tests::handle_stream_rejects_invalid_json ... ok [INFO] [stdout] test daemon::unityd::tests::tools_dir_creates_directory ... ok [INFO] [stdout] test lsp::daemon::tests::handle_stream_round_trip_ping_request ... ok [INFO] [stdout] test lsp::daemon::tests::is_would_block_checks_error_kind ... ok [INFO] [stdout] test daemon::unityd::tests::try_call_tool_and_batch_map_daemon_errors ... ok [INFO] [stdout] test daemon::unityd::tests::try_call_tool_with_timing_returns_daemon_timing ... ok [INFO] [stdout] test daemon::unityd::tests::write_pid_and_cleanup_use_temp_home ... ok [INFO] [stdout] test lsp::daemon::tests::daemon_idle_timeout_uses_env_override ... ok [INFO] [stdout] test lsp::daemon::tests::write_all_with_retry_rejects_zero_byte_progress ... ok [INFO] [stdout] test lsp::daemon::tests::handle_request_tool_branch_returns_error_payload_on_lsp_failure ... ok [INFO] [stdout] test tooling::local_tools::tests::collect_cs_files_and_index_helpers_cover_readiness_branches ... ok [INFO] [stdout] test lsp::daemon::tests::ping_reports_invalid_json_response ... ok [INFO] [stdout] test tooling::local_tools::tests::build_index_and_find_symbol_roundtrip ... ok [INFO] [stdout] test tooling::local_tools::tests::create_class_generates_simple_class ... ok [INFO] [stdout] test tooling::local_tools::tests::create_class_with_namespace_and_inherits ... ok [INFO] [stdout] test tooling::local_tools::tests::create_class_rejects_invalid_name ... ok [INFO] [stdout] test tooling::local_tools::tests::create_class_rejects_existing_file ... ok [INFO] [stdout] test tooling::local_tools::tests::extract_symbols_from_text_covers_major_symbol_kinds ... ok [INFO] [stdout] test lsp::daemon::tests::ping_status_stop_and_call_tool_handle_daemon_responses ... ok [INFO] [stdout] test tooling::local_tools::tests::helper_comment_and_snippet_processing_works ... ok [INFO] [stdout] test tooling::local_tools::tests::helper_path_normalization_and_resolution_cover_edge_cases ... ok [INFO] [stdout] test tooling::local_tools::tests::helper_symbol_and_scope_predicates_work ... ok [INFO] [stdout] test lsp::daemon::tests::serve_forever_accepts_stop_and_cleans_files ... ok [INFO] [stdout] test lsp::daemon::tests::write_all_with_retry_handles_would_block_and_partial_writes ... ok [INFO] [stdout] test lsp::daemon::tests::start_background_returns_already_running_when_status_is_true ... ok [INFO] [stdout] test lsp::daemon::tests::write_pid_file_and_cleanup_manage_files_under_tools_root ... ok [INFO] [stdout] test tooling::local_tools::tests::requires_unityengine_using_only_for_monobehaviour ... ok [INFO] [stdout] test tooling::local_tools::tests::update_index_refreshes_symbol_names ... ok [INFO] [stdout] test tooling::local_tools::tests::get_symbols_extracts_class_and_method ... ok [INFO] [stdout] test tooling::local_tools::tests::list_packages_lists_package_dirs ... ok [INFO] [stdout] test tooling::local_tools::tests::lsp_write_tools_require_lsp_mode ... ok [INFO] [stdout] test tooling::local_tools::tests::read_returns_file_slice ... ok [INFO] [stdout] test tooling::tool_catalog::tests::analyze_asset_dependencies_schema_has_expected_actions ... ok [INFO] [stdout] test tooling::tool_catalog::tests::build_index_schema_allows_output_path ... ok [INFO] [stdout] test tooling::tool_catalog::tests::capture_video_start_schema_restricts_mode_and_format ... ok [INFO] [stdout] test tooling::tool_catalog::tests::clear_logs_schema_is_strict_empty_object ... ok [INFO] [stdout] test tooling::local_tools::tests::find_refs_supports_cursor_paging ... ok [INFO] [stdout] test tooling::tool_catalog::tests::create_animation_clip_schema_requires_clip_and_sprite_paths ... ok [INFO] [stdout] test tooling::tool_catalog::tests::addressables_analyze_schema_uses_action_specific_variants ... ok [INFO] [stdout] test tooling::tool_catalog::tests::csharp_file_write_schemas_are_local_and_strict ... ok [INFO] [stdout] test tooling::local_tools::tests::search_finds_matching_lines ... ok [INFO] [stdout] test tooling::tool_catalog::tests::addressables_manage_schema_has_manage_actions ... ok [INFO] [stdout] test tooling::tool_catalog::tests::delete_gameobject_schema_uses_any_of_targets ... ok [INFO] [stdout] test tooling::tool_catalog::tests::create_animator_controller_schema_is_strict_and_nested ... ok [INFO] [stdout] test tooling::tool_catalog::tests::execute_menu_item_schema_supports_default_and_action_variants ... ok [INFO] [stdout] test tooling::tool_catalog::tests::action_enum_schemas_use_composite_variants ... ok [INFO] [stdout] test tooling::tool_catalog::tests::get_gameobject_details_schema_uses_any_of_identifiers ... ok [INFO] [stdout] test tooling::tool_catalog::tests::local_executor_tools_are_marked ... ok [INFO] [stdout] test tooling::tool_catalog::tests::input_keyboard_schema_uses_any_of_for_action_or_actions ... ok [INFO] [stdout] test tooling::tool_catalog::tests::known_tool_lookup_works ... ok [INFO] [stdout] test tooling::tool_catalog::tests::manage_asset_database_schema_uses_action_specific_variants ... ok [INFO] [stdout] test tooling::tool_catalog::tests::load_scene_schema_uses_one_of_identifier_variants ... ok [INFO] [stdout] test tooling::tool_catalog::tests::manage_layers_schema_requires_action_enum ... ok [INFO] [stdout] test tooling::tool_catalog::tests::modify_gameobject_schema_requires_path ... ok [INFO] [stdout] test tooling::local_tools::tests::find_symbol_returns_index_not_ready_before_build ... ok [INFO] [stdout] test tooling::tool_catalog::tests::package_manager_schema_has_required_action ... ok [INFO] [stdout] test tooling::tool_catalog::tests::create_sprite_atlas_schema_is_strict_and_nested ... ok [INFO] [stdout] test tooling::tool_catalog::tests::tool_catalog_keeps_manifest_parity_count ... ok [INFO] [stdout] test unity::transport::tests::call_tool_returns_error_on_failure_response ... ok [INFO] [stdout] test tooling::tool_catalog::tests::rename_symbol_schema_is_strict_and_requires_name_path ... ok [INFO] [stdout] test tooling::tool_catalog::tests::set_component_field_schema_requires_component_and_field ... ok [INFO] [stdout] test tooling::tool_catalog::tests::create_prefab_schema_allows_template_mode_without_source_object ... ok [INFO] [stdout] test tooling::tool_catalog::tests::run_tests_schema_allows_test_mode_enum ... ok [INFO] [stdout] test unity::transport::tests::parse_embedded_json_keeps_plain_strings ... ok [INFO] [stdout] test tooling::tool_catalog::tests::ping_schema_is_strict_object ... ok [INFO] [stdout] test unity::transport::tests::call_tool_returns_result_on_success ... ok [INFO] [stdout] test unity::transport::tests::call_tool_with_timing_reports_non_negative_durations ... ok [INFO] [stdout] test unity::transport::tests::parse_json_accepts_trimmed_json ... ok [INFO] [stdout] test unity::transport::tests::parse_json_rejects_empty_and_non_utf8_payload ... ok [INFO] [stdout] test unity::transport::tests::normalize_response_handles_success_and_error_shapes ... ok [INFO] [stdout] test tooling::tool_catalog::tests::tool_catalog_avoids_default_params_schema_for_known_tools ... ok [INFO] [stdout] test tooling::tool_catalog::tests::tool_specs_cover_catalog ... ok [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- daemon::unityd::tests::start_background_returns_already_running_when_status_reports_running stdout ---- [INFO] [stdout] [INFO] [stdout] thread 'daemon::unityd::tests::start_background_returns_already_running_when_status_reports_running' (159) panicked at src/daemon/unityd.rs:1111:40: [INFO] [stdout] start should return already running: Failed to fetch unity-cli manifest from known repositories: akiojin/unity-cli: Failed to request https://api.github.com/repos/akiojin/unity-cli/releases/latest: https://api.github.com/repos/akiojin/unity-cli/releases/latest: Dns Failed: resolve dns name 'api.github.com:443': failed to lookup address information: Temporary failure in name resolution [INFO] [stdout] [INFO] [stdout] Stack backtrace: [INFO] [stdout] 0: ::msg:: [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.101/src/backtrace.rs:27:14 [INFO] [stdout] 1: unity_cli::core::managed_binaries::fetch_latest_release [INFO] [stdout] at ./src/core/managed_binaries.rs:400:9 [INFO] [stdout] 2: unity_cli::core::managed_binaries::ensure_latest_for [INFO] [stdout] at ./src/core/managed_binaries.rs:316:11 [INFO] [stdout] 3: unity_cli::core::managed_binaries::ensure_latest_cli_for_daemon [INFO] [stdout] at ./src/core/managed_binaries.rs:205:5 [INFO] [stdout] 4: unity_cli::daemon::unityd::daemon_command_path [INFO] [stdout] at ./src/daemon/unityd.rs:169:8 [INFO] [stdout] 5: unity_cli::daemon::unityd::start_background [INFO] [stdout] at ./src/daemon/unityd.rs:238:15 [INFO] [stdout] 6: unity_cli::daemon::unityd::tests::start_background_returns_already_running_when_status_reports_running [INFO] [stdout] at ./src/daemon/unityd.rs:1111:21 [INFO] [stdout] 7: unity_cli::daemon::unityd::tests::start_background_returns_already_running_when_status_reports_running::{closure#0} [INFO] [stdout] at ./src/daemon/unityd.rs:1098:78 [INFO] [stdout] 8: >::call_once [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 9: core::result::Result<(), alloc::string::String> as core::ops::function::FnOnce<()>>::call_once [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 10: test::__rust_begin_short_backtrace::, fn() -> core::result::Result<(), alloc::string::String>> [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/test/src/lib.rs:663:18 [INFO] [stdout] 11: test::run_test_in_process::{closure#0} [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/test/src/lib.rs:686:74 [INFO] [stdout] 12: as core::ops::function::FnOnce<()>>::call_once [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/core/src/panic/unwind_safe.rs:275:9 [INFO] [stdout] 13: std::panicking::catch_unwind::do_call::, core::result::Result<(), alloc::string::String>> [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/panicking.rs:581:40 [INFO] [stdout] 14: std::panicking::catch_unwind::, core::panic::unwind_safe::AssertUnwindSafe> [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/panicking.rs:544:19 [INFO] [stdout] 15: std::panic::catch_unwind::, core::result::Result<(), alloc::string::String>> [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/panic.rs:359:14 [INFO] [stdout] 16: test::run_test_in_process [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/test/src/lib.rs:686:27 [INFO] [stdout] 17: test::run_test::{closure#0} [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/test/src/lib.rs:607:43 [INFO] [stdout] 18: test::run_test::{closure#1} [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/test/src/lib.rs:637:41 [INFO] [stdout] 19: std::sys::backtrace::__rust_begin_short_backtrace:: [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/sys/backtrace.rs:166:18 [INFO] [stdout] 20: std::thread::lifecycle::spawn_unchecked::::{closure#1}::{closure#0} [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/thread/lifecycle.rs:91:13 [INFO] [stdout] 21: ::{closure#1}::{closure#0}> as core::ops::function::FnOnce<()>>::call_once [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/core/src/panic/unwind_safe.rs:275:9 [INFO] [stdout] 22: std::panicking::catch_unwind::do_call::::{closure#1}::{closure#0}>, ()> [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/panicking.rs:581:40 [INFO] [stdout] 23: std::panicking::catch_unwind::<(), core::panic::unwind_safe::AssertUnwindSafe::{closure#1}::{closure#0}>> [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/panicking.rs:544:19 [INFO] [stdout] 24: std::panic::catch_unwind::::{closure#1}::{closure#0}>, ()> [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/panic.rs:359:14 [INFO] [stdout] 25: std::thread::lifecycle::spawn_unchecked::::{closure#1} [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/thread/lifecycle.rs:89:26 [INFO] [stdout] 26: ::{closure#1} as core::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 27: + core::marker::Send> as core::ops::function::FnOnce<()>>::call_once [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/alloc/src/boxed.rs:2240:9 [INFO] [stdout] 28: ::new::thread_start [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/sys/thread/unix.rs:118:17 [INFO] [stdout] 29: [INFO] [stdout] 30: clone [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x56da7ee5c88a - std[e72de78501789eb0]::backtrace_rs::backtrace::libunwind::trace [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9 [INFO] [stdout] 1: 0x56da7ee5c88a - std[e72de78501789eb0]::backtrace_rs::backtrace::trace_unsynchronized:: [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14 [INFO] [stdout] 2: 0x56da7ee5c88a - std[e72de78501789eb0]::sys::backtrace::_print_fmt [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/sys/backtrace.rs:74:9 [INFO] [stdout] 3: 0x56da7ee5c88a - <::print::DisplayBacktrace as core[6aaeda2c7ad07a48]::fmt::Display>::fmt [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/sys/backtrace.rs:44:26 [INFO] [stdout] 4: 0x56da7ee74e0a - ::fmt [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/core/src/fmt/rt.rs:152:76 [INFO] [stdout] 5: 0x56da7ee74e0a - core[6aaeda2c7ad07a48]::fmt::write [INFO] [stdout] 6: 0x56da7ee626d2 - std[e72de78501789eb0]::io::default_write_fmt::> [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/io/mod.rs:639:11 [INFO] [stdout] 7: 0x56da7ee626d2 - as std[e72de78501789eb0]::io::Write>::write_fmt [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/io/mod.rs:1994:13 [INFO] [stdout] 8: 0x56da7ee35def - ::print [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/sys/backtrace.rs:47:9 [INFO] [stdout] 9: 0x56da7ee35def - std[e72de78501789eb0]::panicking::default_hook::{closure#0} [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/panicking.rs:292:27 [INFO] [stdout] 10: 0x56da7ee52dd9 - std[e72de78501789eb0]::panicking::default_hook [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/panicking.rs:316:9 [INFO] [stdout] 11: 0x56da7e68f58c - core[6aaeda2c7ad07a48]::ops::function::Fn<(&'a std[e72de78501789eb0]::panic::PanicHookInfo<'b>,), Output = ()> + core[6aaeda2c7ad07a48]::marker::Sync + core[6aaeda2c7ad07a48]::marker::Send> as core[6aaeda2c7ad07a48]::ops::function::Fn<(&std[e72de78501789eb0]::panic::PanicHookInfo,)>>::call [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/alloc/src/boxed.rs:2254:9 [INFO] [stdout] 12: 0x56da7e68f58c - test[4f12b380f1fb68c5]::test_main_with_exit_callback::::{closure#0} [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/test/src/lib.rs:145:21 [INFO] [stdout] 13: 0x56da7ee53052 - core[6aaeda2c7ad07a48]::ops::function::Fn<(&'a std[e72de78501789eb0]::panic::PanicHookInfo<'b>,), Output = ()> + core[6aaeda2c7ad07a48]::marker::Sync + core[6aaeda2c7ad07a48]::marker::Send> as core[6aaeda2c7ad07a48]::ops::function::Fn<(&std[e72de78501789eb0]::panic::PanicHookInfo,)>>::call [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/alloc/src/boxed.rs:2254:9 [INFO] [stdout] 14: 0x56da7ee53052 - std[e72de78501789eb0]::panicking::panic_with_hook [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/panicking.rs:833:13 [INFO] [stdout] 15: 0x56da7ee35ea8 - std[e72de78501789eb0]::panicking::panic_handler::{closure#0} [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/panicking.rs:698:13 [INFO] [stdout] 16: 0x56da7ee2cc49 - std[e72de78501789eb0]::sys::backtrace::__rust_end_short_backtrace:: [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/sys/backtrace.rs:182:18 [INFO] [stdout] 17: 0x56da7ee371fd - __rustc[78a4cf188af856fc]::rust_begin_unwind [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/panicking.rs:689:5 [INFO] [stdout] 18: 0x56da7ee7567c - core[6aaeda2c7ad07a48]::panicking::panic_fmt [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/core/src/panicking.rs:80:14 [INFO] [stdout] 19: 0x56da7ee753c2 - core[6aaeda2c7ad07a48]::result::unwrap_failed [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/core/src/result.rs:1867:5 [INFO] [stdout] 20: 0x56da7e498532 - >::expect [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/core/src/result.rs:1185:23 [INFO] [stdout] 21: 0x56da7e635b50 - unity_cli[9ad7d53da761bf12]::daemon::unityd::tests::start_background_returns_already_running_when_status_reports_running [INFO] [stdout] at /opt/rustwide/workdir/src/daemon/unityd.rs:1111:40 [INFO] [stdout] 22: 0x56da7e603bb7 - unity_cli[9ad7d53da761bf12]::daemon::unityd::tests::start_background_returns_already_running_when_status_reports_running::{closure#0} [INFO] [stdout] at /opt/rustwide/workdir/src/daemon/unityd.rs:1098:78 [INFO] [stdout] 23: 0x56da7e4143f6 - >::call_once [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 24: 0x56da7e68366b - core[6aaeda2c7ad07a48]::result::Result<(), alloc[28d2dab30c1dc666]::string::String> as core[6aaeda2c7ad07a48]::ops::function::FnOnce<()>>::call_once [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 25: 0x56da7e68366b - test[4f12b380f1fb68c5]::__rust_begin_short_backtrace::, fn() -> core[6aaeda2c7ad07a48]::result::Result<(), alloc[28d2dab30c1dc666]::string::String>> [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/test/src/lib.rs:663:18 [INFO] [stdout] 26: 0x56da7e69005b - test[4f12b380f1fb68c5]::run_test_in_process::{closure#0} [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/test/src/lib.rs:686:74 [INFO] [stdout] 27: 0x56da7e69005b - as core[6aaeda2c7ad07a48]::ops::function::FnOnce<()>>::call_once [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/core/src/panic/unwind_safe.rs:275:9 [INFO] [stdout] 28: 0x56da7e69005b - std[e72de78501789eb0]::panicking::catch_unwind::do_call::, core[6aaeda2c7ad07a48]::result::Result<(), alloc[28d2dab30c1dc666]::string::String>> [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/panicking.rs:581:40 [INFO] [stdout] 29: 0x56da7e69005b - std[e72de78501789eb0]::panicking::catch_unwind::, core[6aaeda2c7ad07a48]::panic::unwind_safe::AssertUnwindSafe> [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/panicking.rs:544:19 [INFO] [stdout] 30: 0x56da7e69005b - std[e72de78501789eb0]::panic::catch_unwind::, core[6aaeda2c7ad07a48]::result::Result<(), alloc[28d2dab30c1dc666]::string::String>> [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/panic.rs:359:14 [INFO] [stdout] 31: 0x56da7e69005b - test[4f12b380f1fb68c5]::run_test_in_process [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/test/src/lib.rs:686:27 [INFO] [stdout] 32: 0x56da7e69005b - test[4f12b380f1fb68c5]::run_test::{closure#0} [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/test/src/lib.rs:607:43 [INFO] [stdout] 33: 0x56da7e68b774 - test[4f12b380f1fb68c5]::run_test::{closure#1} [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/test/src/lib.rs:637:41 [INFO] [stdout] 34: 0x56da7e68b774 - std[e72de78501789eb0]::sys::backtrace::__rust_begin_short_backtrace:: [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/sys/backtrace.rs:166:18 [INFO] [stdout] 35: 0x56da7e692c62 - std[e72de78501789eb0]::thread::lifecycle::spawn_unchecked::::{closure#1}::{closure#0} [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/thread/lifecycle.rs:91:13 [INFO] [stdout] 36: 0x56da7e692c62 - ::{closure#1}::{closure#0}> as core[6aaeda2c7ad07a48]::ops::function::FnOnce<()>>::call_once [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/core/src/panic/unwind_safe.rs:275:9 [INFO] [stdout] 37: 0x56da7e692c62 - std[e72de78501789eb0]::panicking::catch_unwind::do_call::::{closure#1}::{closure#0}>, ()> [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/panicking.rs:581:40 [INFO] [stdout] 38: 0x56da7e692c62 - std[e72de78501789eb0]::panicking::catch_unwind::<(), core[6aaeda2c7ad07a48]::panic::unwind_safe::AssertUnwindSafe::{closure#1}::{closure#0}>> [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/panicking.rs:544:19 [INFO] [stdout] 39: 0x56da7e692c62 - std[e72de78501789eb0]::panic::catch_unwind::::{closure#1}::{closure#0}>, ()> [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/panic.rs:359:14 [INFO] [stdout] 40: 0x56da7e692c62 - std[e72de78501789eb0]::thread::lifecycle::spawn_unchecked::::{closure#1} [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/thread/lifecycle.rs:89:26 [INFO] [stdout] 41: 0x56da7e692c62 - ::{closure#1} as core[6aaeda2c7ad07a48]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 42: 0x56da7ee5b66f - + core[6aaeda2c7ad07a48]::marker::Send> as core[6aaeda2c7ad07a48]::ops::function::FnOnce<()>>::call_once [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/alloc/src/boxed.rs:2240:9 [INFO] [stdout] 43: 0x56da7ee5b66f - ::new::thread_start [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/sys/thread/unix.rs:118:17 [INFO] [stdout] 44: 0x76c349107aa4 - [INFO] [stdout] 45: 0x76c349194a64 - clone [INFO] [stdout] 46: 0x0 - [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] daemon::unityd::tests::start_background_returns_already_running_when_status_reports_running [INFO] [stdout] [INFO] [stdout] test result: FAILED. 223 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.77s [INFO] [stdout] [INFO] [stderr] error: test failed, to rerun pass `--bin unity-cli` [INFO] running `Command { std: "docker" "inspect" "d6491a3be020c2509fe0db23dcc66bd2d5e201c773a67878e122a258514f3dcb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d6491a3be020c2509fe0db23dcc66bd2d5e201c773a67878e122a258514f3dcb", kill_on_drop: false }` [INFO] [stdout] d6491a3be020c2509fe0db23dcc66bd2d5e201c773a67878e122a258514f3dcb