[INFO] cloning repository https://github.com/lauripiispanen/psy
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/lauripiispanen/psy" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flauripiispanen%2Fpsy", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flauripiispanen%2Fpsy'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 6d63e37b5bd09c73e92c6143fa05ff8ac104e258
[INFO] testing lauripiispanen/psy against 1.98.0-beta.1 for beta-1.98-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flauripiispanen%2Fpsy" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-2-tc2/source/rust-toolchain.toml
[INFO] started tweaking git repo https://github.com/lauripiispanen/psy
[INFO] finished tweaking git repo https://github.com/lauripiispanen/psy
[INFO] tweaked toml for git repo https://github.com/lauripiispanen/psy written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/lauripiispanen/psy on toolchain 1.98.0-beta.1
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.98.0-beta.1" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/lauripiispanen/psy already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.98.0-beta.1" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] ce23ee8747698a08d70a64f2b91f4f30da163dd12afc378ec48d05d25656b906
[INFO] running `Command { std: "docker" "start" "ce23ee8747698a08d70a64f2b91f4f30da163dd12afc378ec48d05d25656b906", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "ce23ee8747698a08d70a64f2b91f4f30da163dd12afc378ec48d05d25656b906", 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" "ce23ee8747698a08d70a64f2b91f4f30da163dd12afc378ec48d05d25656b906" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "ce23ee8747698a08d70a64f2b91f4f30da163dd12afc378ec48d05d25656b906", 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" "ce23ee8747698a08d70a64f2b91f4f30da163dd12afc378ec48d05d25656b906" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling aho-corasick v1.1.4
[INFO] [stderr]    Compiling regex-syntax v0.8.10
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling nix v0.29.0
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling errno v0.3.14
[INFO] [stderr]    Compiling winnow v0.7.15
[INFO] [stderr]    Compiling toml_write v0.1.2
[INFO] [stderr]    Compiling signal-hook-registry v1.4.8
[INFO] [stderr]    Compiling getrandom v0.4.2
[INFO] [stderr]    Compiling parking_lot v0.12.5
[INFO] [stderr]    Compiling socket2 v0.6.3
[INFO] [stderr]    Compiling mio v1.1.1
[INFO] [stderr]    Compiling bitflags v2.11.0
[INFO] [stderr]    Compiling iana-time-zone v0.1.65
[INFO] [stderr]    Compiling itoa v1.0.17
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling uuid v1.22.0
[INFO] [stderr]    Compiling anstream v0.6.21
[INFO] [stderr]    Compiling clap_lex v1.0.0
[INFO] [stderr]    Compiling tracing-log v0.2.0
[INFO] [stderr]    Compiling clap_builder v4.5.60
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling async-stream-impl v0.3.6
[INFO] [stderr]    Compiling tokio-macros v2.6.1
[INFO] [stderr]    Compiling clap_derive v4.5.55
[INFO] [stderr]    Compiling async-stream v0.3.6
[INFO] [stderr]    Compiling tokio v1.50.0
[INFO] [stderr]    Compiling regex v1.12.3
[INFO] [stderr]    Compiling tracing v0.1.44
[INFO] [stderr]    Compiling matchers v0.2.0
[INFO] [stderr]    Compiling tracing-subscriber v0.3.23
[INFO] [stderr]    Compiling clap v4.5.60
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling toml_datetime v0.6.11
[INFO] [stderr]    Compiling serde_spanned v0.6.9
[INFO] [stderr]    Compiling chrono v0.4.44
[INFO] [stderr]    Compiling toml_edit v0.22.27
[INFO] [stderr]    Compiling toml v0.8.23
[INFO] [stderr]    Compiling psy-core v2.2.0 (/opt/rustwide/workdir/crates/psy-core)
[INFO] [stderr]    Compiling psy-client v2.2.0 (/opt/rustwide/workdir/crates/psy-client)
[INFO] [stderr]    Compiling psy-mcp v2.2.0 (/opt/rustwide/workdir/crates/psy-mcp)
[INFO] [stderr]    Compiling psy v2.2.0 (/opt/rustwide/workdir/crates/psy)
[INFO] [stderr]    Compiling psy-macos-cleanup-sidecar v2.2.0 (/opt/rustwide/workdir/crates/psy-macos-cleanup-sidecar)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 14s
[INFO] running `Command { std: "docker" "inspect" "ce23ee8747698a08d70a64f2b91f4f30da163dd12afc378ec48d05d25656b906", 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" "ce23ee8747698a08d70a64f2b91f4f30da163dd12afc378ec48d05d25656b906" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling futures-macro v0.3.32
[INFO] [stderr]    Compiling sdd v3.0.10
[INFO] [stderr]    Compiling serial_test_derive v3.4.0
[INFO] [stderr]    Compiling psy-mcp v2.2.0 (/opt/rustwide/workdir/crates/psy-mcp)
[INFO] [stderr]    Compiling psy-client v2.2.0 (/opt/rustwide/workdir/crates/psy-client)
[INFO] [stderr]    Compiling psy-macos-cleanup-sidecar v2.2.0 (/opt/rustwide/workdir/crates/psy-macos-cleanup-sidecar)
[INFO] [stderr]    Compiling scc v2.4.0
[INFO] [stderr]    Compiling futures-util v0.3.32
[INFO] [stderr]    Compiling futures-executor v0.3.32
[INFO] [stderr]    Compiling psy-core v2.2.0 (/opt/rustwide/workdir/crates/psy-core)
[INFO] [stderr]    Compiling serial_test v3.4.0
[INFO] [stderr]    Compiling psy v2.2.0 (/opt/rustwide/workdir/crates/psy)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 17.90s
[INFO] running `Command { std: "docker" "inspect" "ce23ee8747698a08d70a64f2b91f4f30da163dd12afc378ec48d05d25656b906", 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" "ce23ee8747698a08d70a64f2b91f4f30da163dd12afc378ec48d05d25656b906" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "test" "--frozen", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.20s
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/psy-c24cc06b445d661d)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/integration.rs (/opt/rustwide/target/debug/deps/integration-0ffe10a7f6638490)
[INFO] [stdout] 
[INFO] [stdout] running 123 tests
[INFO] [stdout] test test_attach_detach_keeps_running ... ignored
[INFO] [stdout] test test_attach_output_and_exit ... ignored
[INFO] [stdout] test test_clean ... ignored
[INFO] [stdout] test test_concurrent_psy_roots_are_isolated ... ignored
[INFO] [stdout] test test_depends_on_with_restart_flag ... ignored
[INFO] [stdout] test test_discovery_anchor_created_and_cleaned ... ignored
[INFO] [stdout] test test_discovery_no_root_error ... ignored
[INFO] [stdout] test test_discovery_psy_sock_takes_priority ... ignored
[INFO] [stdout] test test_discovery_run_via_discovery ... ignored
[INFO] [stdout] test test_discovery_stale_anchor_cleaned ... ignored
[INFO] [stdout] test test_discovery_without_psy_sock ... ignored
[INFO] [stdout] test test_down ... ignored
[INFO] [stdout] test test_duplicate_name ... ignored
[INFO] [stdout] test test_env_passing ... ignored
[INFO] [stdout] test test_exit_code_propagation ... ignored
[INFO] [stdout] test test_healthcheck_triggers_restart ... ignored
[INFO] [stdout] test test_history_after_restart ... ignored
[INFO] [stdout] test test_history_shows_runs ... ignored
[INFO] [stdout] test test_logs_grep ... ignored
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/psy_client-ae2c65a6c6539ed9)
[INFO] [stdout] test test_logs_grep_no_match ... ignored
[INFO] [stdout] test test_logs_plain_text_format ... ignored
[INFO] [stdout] test test_logs_previous_run ... ignored
[INFO] [stdout] test test_logs_run_id ... ignored
[INFO] [stdout] test test_logs_run_with_grep ... ignored
[INFO] [stdout] test test_logs_since ... ignored
[INFO] [stdout] test test_logs_since_last ... ignored
[INFO] [stdout] test test_logs_since_last_first_use ... ignored
[INFO] [stdout] test test_logs_stderr_filter ... ignored
[INFO] [stdout] test test_logs_survive_restart ... ignored
[INFO] [stdout] test test_logs_tail ... ignored
[INFO] [stdout] test test_logs_until ... ignored
[INFO] [stdout] test test_main_exit_kills_children ... ignored
[INFO] [stdout] test test_mcp_mode_incompatible_with_command ... ignored
[INFO] [stdout] test test_mcp_mode_initialize ... ignored
[INFO] [stdout] test test_mcp_mode_run_and_ps ... ignored
[INFO] [stdout] test test_mcp_mode_stdin_eof_triggers_teardown ... ignored
[INFO] [stdout] test test_mcp_mode_with_boot_units ... ignored
[INFO] [stdout] test test_multiple_roots ... ignored
[INFO] [stdout] test test_name_validation ... ignored
[INFO] [stdout] test test_parent_sigkill_kills_direct_child ... ignored
[INFO] [stdout] test test_parent_sigkill_kills_many_children ... ignored
[INFO] [stdout] test test_parent_sigkill_kills_restarted_pid ... ignored
[INFO] [stdout] test test_port_allocation_adhoc ... ignored
[INFO] [stdout] test test_port_allocation_command_interpolation ... ignored
[INFO] [stdout] test test_port_allocation_cross_unit_ref ... ignored
[INFO] [stdout] test test_port_allocation_ps_shows_ports ... ignored
[INFO] [stdout] test test_port_allocation_psyfile_env ... ignored
[INFO] [stdout] test test_port_default_fallback_when_taken ... ignored
[INFO] [stdout] test test_port_default_preferred ... ignored
[INFO] [stdout] test test_port_run_response_includes_ports ... ignored
[INFO] [stdout] test test_probe_logs_hidden_by_default ... ignored
[INFO] [stdout] test test_probe_logs_stream_filter ... ignored
[INFO] [stdout] test test_ps_ready_column ... ignored
[INFO] [stdout] test test_ps_shows_exit_and_restarts ... ignored
[INFO] [stdout] test test_psyfile_adhoc_alongside ... ignored
[INFO] [stdout] test test_psyfile_arg_append ... ignored
[INFO] [stdout] test test_psyfile_circular_dep_error ... ignored
[INFO] [stdout] test test_psyfile_depends_on ... ignored
[INFO] [stdout] test test_psyfile_dollar_at_no_args ... ignored
[INFO] [stdout] test test_psyfile_dollar_at_substitution ... ignored
[INFO] [stdout] test test_psyfile_env_interpolation_default ... ignored
[INFO] [stdout] test test_psyfile_init ... ignored
[INFO] [stdout] test test_psyfile_no_command_adhoc_error ... ignored
[INFO] [stdout] test test_psyfile_platform_env_merge ... ignored
[INFO] [stdout] test test_psyfile_platform_excluded_unit ... ignored
[INFO] [stdout] test test_psyfile_platform_override_command ... ignored
[INFO] [stdout] test test_psyfile_platform_up_all_skips_excluded ... ignored
[INFO] [stdout] test test_psyfile_restart_override ... ignored
[INFO] [stdout] test test_psyfile_schema ... ignored
[INFO] [stdout] test test_psyfile_schema_has_interactive ... ignored
[INFO] [stdout] test test_psyfile_selective_boot ... ignored
[INFO] [stdout] test test_psyfile_template_group_stop ... ignored
[INFO] [stdout] test test_psyfile_template_restart ... ignored
[INFO] [stdout] test test_psyfile_template_unit ... ignored
[INFO] [stdout] test test_psyfile_unit_run ... ignored
[INFO] [stdout] test test_psyfile_unit_with_env ... ignored
[INFO] [stdout] test test_psyfile_unknown_dep_error ... ignored
[INFO] [stdout] test test_psyfile_unknown_field_error ... ignored
[INFO] [stdout] test test_psyfile_up_all ... ignored
[INFO] [stdout] test test_psyfile_validate_invalid ... ignored
[INFO] [stdout] test test_psyfile_validate_valid ... ignored
[INFO] [stdout] test test_psyfile_working_dir ... ignored
[INFO] [stdout] test test_ready_exec_probe ... ignored
[INFO] [stdout] test test_ready_exit_probe ... ignored
[INFO] [stdout] test test_ready_tcp_probe ... ignored
[INFO] [stdout] test test_restart_cascade_with_readiness ... ignored
[INFO] [stdout] test test_restart_on_failure ... ignored
[INFO] [stdout] test test_restart_preserves_history_across_multiple ... ignored
[INFO] [stdout] test test_run_after_down_rejected ... ignored
[INFO] [stdout] test test_run_and_logs ... ignored
[INFO] [stdout] test test_send_basic ... ignored
[INFO] [stdout] test test_send_eof_closes_stdin ... ignored
[INFO] [stdout] test test_send_file ... ignored
[INFO] [stdout] test test_send_multiple_lines ... ignored
[INFO] [stdout] test test_send_non_interactive_error ... ignored
[INFO] [stdout] test test_send_not_found ... ignored
[INFO] [stdout] test test_send_psyfile_interactive ... ignored
[INFO] [stdout] test test_send_psyfile_interactive_with_deps ... ignored
[INFO] [stdout] test test_send_raw_no_newline ... ignored
[INFO] [stdout] test test_send_stopped_process_error ... ignored
[INFO] [stdout] test test_send_wait_basic ... ignored
[INFO] [stdout] test test_send_wait_non_interactive_error ... ignored
[INFO] [stdout] test test_send_wait_prompt ... ignored
[INFO] [stdout] test test_send_wait_timeout ... ignored
[INFO] [stdout] test test_stop_main_rejected ... ignored
[INFO] [stdout] test test_stop_process ... ignored
[INFO] [stdout] test test_stop_shows_stopped_not_failed ... ignored
[INFO] [stdout] test test_subroot_in_for_unrelated_unit_errors ... ignored
[INFO] [stdout] test test_subroot_in_proxy_isolates_units ... ignored
[INFO] [stdout] test test_subroot_parent_kill_kills_grandchildren ... ignored
[INFO] [stdout] test test_subroot_registers_and_shows_in_ps ... ignored
[INFO] [stdout] test test_subroot_stop_tears_down_grandchildren ... ignored
[INFO] [stdout] test test_subroot_unrelated_pid_registration_rejected ... ignored
[INFO] [stdout] test test_subroot_validation_rejects_exit_probe ... ignored
[INFO] [stdout] test test_subroot_validation_rejects_interactive ... ignored
[INFO] [stdout] test test_tombstone_replacement ... ignored
[INFO] [stdout] test test_up_and_ps ... ignored
[INFO] [stdout] test test_version ... ignored
[INFO] [stdout] test test_wait_for_exit ... ignored
[INFO] [stdout] test test_wait_for_exit_nonzero ... ignored
[INFO] [stdout] test test_wait_for_exit_timeout ... ignored
[INFO] [stdout] test test_wait_for_log ... ignored
[INFO] [stdout] test test_wait_for_ready ... ignored
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 123 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/psy_core-aec11cf0d0d2c07b)
[INFO] [stdout] 
[INFO] [stdout] running 142 tests
[INFO] [stdout] test platform::unix::tests::test_anchor_chain_filename ... ok
[INFO] [stdout] test platform::unix::tests::test_anchor_socket_path_indirect ... ok
[INFO] [stdout] test platform::unix::tests::test_anchor_socket_path_direct ... ok
[INFO] [stdout] test macos_cleanup::tests::default_strategy_is_host_re_dispatch_with_default_sentinel ... ok
[INFO] [stdout] test platform::unix::tests::test_get_ancestor_chain_init ... ok
[INFO] [stdout] test platform::unix::tests::test_is_pid_alive_self ... ok
[INFO] [stdout] test platform::unix::tests::test_roots_dir ... ok
[INFO] [stdout] test platform::unix::tests::test_is_descendant_of_self_is_not_descendant ... ok
[INFO] [stdout] test platform::unix::tests::test_parse_anchor_chain ... ok
[INFO] [stdout] test platform::unix::tests::test_get_ancestor_chain_self ... ok
[INFO] [stdout] test process::tests::always_restart_policy ... ok
[INFO] [stdout] test platform::unix::tests::test_is_descendant_of_unrelated ... ok
[INFO] [stdout] test process::tests::backoff_values ... ok
[INFO] [stdout] test process::tests::invalid_names ... ok
[INFO] [stdout] test process::tests::no_restart_policy ... ok
[INFO] [stdout] test process::tests::on_failure_max_reached ... ok
[INFO] [stdout] test process::tests::always_restart_max_reached ... ok
[INFO] [stdout] test process::tests::on_failure_restart_policy ... ok
[INFO] [stdout] test process::tests::raw_capture_handles_no_sink_no_broadcast ... ok
[INFO] [stdout] test process::tests::raw_capture_flushes_trailing_partial_line ... ok
[INFO] [stdout] test process::tests::valid_names ... ok
[INFO] [stdout] test process::tests::raw_capture_strips_cr_from_line_buffer_but_not_raw ... ok
[INFO] [stdout] test protocol::tests::classify_already_running ... ok
[INFO] [stdout] test protocol::tests::classify_invalid_args ... ok
[INFO] [stdout] test process::tests::raw_capture_splits_lines_for_ring_buffer ... ok
[INFO] [stdout] test protocol::tests::classify_not_found ... ok
[INFO] [stdout] test protocol::tests::classify_port_allocation ... ok
[INFO] [stdout] test protocol::tests::classify_psyfile_error ... ok
[INFO] [stdout] test process::tests::raw_capture_passes_bytes_verbatim_to_broadcast ... ok
[INFO] [stdout] test protocol::tests::classify_not_running ... ok
[INFO] [stdout] test protocol::tests::classify_shutting_down ... ok
[INFO] [stdout] test protocol::tests::classify_spawn_failed ... ok
[INFO] [stdout] test protocol::tests::classify_subroot_unauthorized ... ok
[INFO] [stdout] test protocol::tests::err_code_constructor_locks_explicit_code ... ok
[INFO] [stdout] test protocol::tests::classify_unknown_falls_back_to_other ... ok
[INFO] [stdout] test psyfile::tests::args_dollar_at_no_args ... ok
[INFO] [stdout] test protocol::tests::err_constructor_sets_code ... ok
[INFO] [stdout] test psyfile::tests::args_append ... ok
[INFO] [stdout] test psyfile::tests::args_dollar_at_substitution ... ok
[INFO] [stdout] test psyfile::tests::args_dollar_at_with_special ... ok
[INFO] [stdout] test psyfile::tests::discover_in_current_dir ... ok
[INFO] [stdout] test psyfile::tests::discover_walk_upward ... ok
[INFO] [stdout] test psyfile::tests::duration_hours ... ok
[INFO] [stdout] test psyfile::tests::duration_milliseconds ... ok
[INFO] [stdout] test psyfile::tests::discover_toml_extension ... ok
[INFO] [stdout] test psyfile::tests::duration_invalid ... ok
[INFO] [stdout] test psyfile::tests::escape_empty ... ok
[INFO] [stdout] test psyfile::tests::escape_simple ... ok
[INFO] [stdout] test psyfile::tests::duration_minutes ... ok
[INFO] [stdout] test psyfile::tests::duration_seconds ... ok
[INFO] [stdout] test psyfile::tests::extract_port_refs_own_port_not_cross_ref ... ok
[INFO] [stdout] test psyfile::tests::extract_port_refs_works ... ok
[INFO] [stdout] test psyfile::tests::interpolate_undefined_no_default ... ok
[INFO] [stdout] test psyfile::tests::interpolate_var ... ok
[INFO] [stdout] test psyfile::tests::interpolate_var_with_default ... ok
[INFO] [stdout] test psyfile::tests::interpolate_var_with_default_value_present ... ok
[INFO] [stdout] test psyfile::tests::discover_not_found ... ok
[INFO] [stdout] test psyfile::tests::interpolate_no_recursion ... ok
[INFO] [stdout] test psyfile::tests::join_multiple ... ok
[INFO] [stdout] test psyfile::tests::escape_with_quote ... ok
[INFO] [stdout] test psyfile::tests::escape_with_space ... ok
[INFO] [stdout] test psyfile::tests::parse_both_ready_and_healthcheck ... ok
[INFO] [stdout] test psyfile::tests::parse_depends_on_table_default_restart ... ok
[INFO] [stdout] test psyfile::tests::parse_depends_on_table_only ... ok
[INFO] [stdout] test psyfile::tests::parse_error_invalid_restart ... ok
[INFO] [stdout] test psyfile::tests::parse_depends_on_mixed ... ok
[INFO] [stdout] test psyfile::tests::parse_error_missing_command ... ok
[INFO] [stdout] test psyfile::tests::parse_error_invalid_toml ... ok
[INFO] [stdout] test platform::unix::tests::test_is_pid_alive_bogus ... ok
[INFO] [stdout] test psyfile::tests::parse_error_unknown_field ... ok
[INFO] [stdout] test psyfile::tests::parse_healthcheck ... ok
[INFO] [stdout] test psyfile::tests::parse_interactive_true ... ok
[INFO] [stdout] test psyfile::tests::parse_healthcheck_exit_rejected ... ok
[INFO] [stdout] test psyfile::tests::parse_minimal_psyfile ... ok
[INFO] [stdout] test psyfile::tests::parse_ports_invalid_default_range ... ok
[INFO] [stdout] test psyfile::tests::parse_ports_duplicate_name_rejected ... ok
[INFO] [stdout] test psyfile::tests::parse_ports_mixed ... ok
[INFO] [stdout] test psyfile::tests::parse_interactive_default_false ... ok
[INFO] [stdout] test psyfile::tests::parse_probe_no_type ... ok
[INFO] [stdout] test psyfile::tests::parse_ports_unknown_field_in_entry ... ok
[INFO] [stdout] test psyfile::tests::parse_ports_with_default ... ok
[INFO] [stdout] test psyfile::tests::parse_ports_simple ... ok
[INFO] [stdout] test psyfile::tests::parse_ready_exec ... ok
[INFO] [stdout] test psyfile::tests::parse_ready_exit ... ok
[INFO] [stdout] test psyfile::tests::parse_ready_http ... ok
[INFO] [stdout] test psyfile::tests::parse_ready_custom_interval_timeout ... ok
[INFO] [stdout] test psyfile::tests::parse_ports_invalid_name ... ok
[INFO] [stdout] test psyfile::tests::parse_singleton_false ... ok
[INFO] [stdout] test psyfile::tests::parse_sub_root_true ... ok
[INFO] [stdout] test psyfile::tests::parse_ready_tcp_port_number ... ok
[INFO] [stdout] test psyfile::tests::parse_sub_root_with_interactive_rejected ... ok
[INFO] [stdout] test psyfile::tests::parse_sub_root_with_tcp_probe_ok ... ok
[INFO] [stdout] test psyfile::tests::parse_sub_root_default_false ... ok
[INFO] [stdout] test psyfile::tests::parse_probe_multiple_types ... ok
[INFO] [stdout] test psyfile::tests::parse_ready_tcp ... ok
[INFO] [stdout] test psyfile::tests::parse_sub_root_with_exit_probe_rejected ... ok
[INFO] [stdout] test psyfile::tests::parse_valid_psyfile ... ok
[INFO] [stdout] test psyfile::tests::parse_with_depends_on ... ok
[INFO] [stdout] test psyfile::tests::platform_override_command ... ok
[INFO] [stdout] test psyfile::tests::platform_override_env_merge ... ok
[INFO] [stdout] test psyfile::tests::platform_override_invalid_field ... ok
[INFO] [stdout] test psyfile::tests::platform_override_no_match_keeps_base ... ok
[INFO] [stdout] test psyfile::tests::platform_override_depends_on ... ok
[INFO] [stdout] test psyfile::tests::platform_override_invalid_platform_key ... ok
[INFO] [stdout] test psyfile::tests::platform_override_ready ... ok
[INFO] [stdout] test psyfile::tests::platform_override_restart ... ok
[INFO] [stdout] test psyfile::tests::platform_override_invalid_restart_value ... ok
[INFO] [stdout] test psyfile::tests::platforms_filter_excludes_unit ... ok
[INFO] [stdout] test psyfile::tests::platform_override_working_dir ... ok
[INFO] [stdout] test psyfile::tests::platforms_filter_includes_current ... ok
[INFO] [stdout] test psyfile::tests::platforms_invalid_platform_name ... ok
[INFO] [stdout] test psyfile::tests::platforms_with_platform_override ... ok
[INFO] [stdout] test psyfile::tests::platforms_omitted_includes_all ... ok
[INFO] [stdout] test psyfile::tests::port_ref_auto_upgrades_restart_cascade ... ok
[INFO] [stdout] test psyfile::tests::port_ref_no_upgrade_without_ref ... ok
[INFO] [stdout] test psyfile::tests::resolve_already_included ... ok
[INFO] [stdout] test psyfile::tests::validate_invalid_name_format ... ok
[INFO] [stdout] test psyfile::tests::validate_port_ref_requires_dependency ... ok
[INFO] [stdout] test psyfile::tests::validate_port_ref_unknown_port_name ... ok
[INFO] [stdout] test psyfile::tests::resolve_no_deps ... ok
[INFO] [stdout] test psyfile::tests::resolve_chain ... ok
[INFO] [stdout] test psyfile::tests::validate_circular_deps ... ok
[INFO] [stdout] test psyfile::tests::validate_port_ref_valid ... ok
[INFO] [stdout] test psyfile::tests::resolve_diamond ... ok
[INFO] [stdout] test ring_buffer::tests::basic_push_retrieve ... ok
[INFO] [stdout] test ring_buffer::tests::eviction_at_byte_limit ... ok
[INFO] [stdout] test ring_buffer::tests::eviction_at_line_limit ... ok
[INFO] [stdout] test psyfile::tests::validate_valid_psyfile ... ok
[INFO] [stdout] test psyfile::tests::validate_unknown_dep_ref ... ok
[INFO] [stdout] test ring_buffer::tests::display_format ... ok
[INFO] [stdout] test psyfile::tests::validate_reserved_name_main ... ok
[INFO] [stdout] test ring_buffer::tests::grep_case_insensitive ... ok
[INFO] [stdout] test ring_buffer::tests::stream_filtering ... ok
[INFO] [stdout] test ring_buffer::tests::tail_parameter ... ok
[INFO] [stdout] test ring_buffer::tests::grep_filter ... ok
[INFO] [stdout] test ring_buffer::tests::grep_with_tail ... ok
[INFO] [stdout] test platform::unix::tests::test_is_descendant_of_init ... FAILED
[INFO] [stdout] test ring_buffer::tests::grep_regex_syntax ... ok
[INFO] [stdout] test ring_buffer::tests::since_with_tail ... ok
[INFO] [stdout] test ring_buffer::tests::since_filter ... ok
[INFO] [stdout] test ring_buffer::tests::until_filter ... ok
[INFO] [stdout] test ring_buffer::tests::since_until_window ... ok
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- platform::unix::tests::test_is_descendant_of_init stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'platform::unix::tests::test_is_descendant_of_init' (1131) panicked at crates/psy-core/src/platform/unix.rs:472:9:
[INFO] [stdout] assertion failed: is_descendant_of(pid, 1)
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5e45f0420c41 - std[73adb7dc35730857]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5e45f0420c41 - std[73adb7dc35730857]::backtrace_rs::backtrace::trace_unsynchronized::<std[73adb7dc35730857]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5e45f0420c41 - std[73adb7dc35730857]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5e45f0420c41 - <<std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[6883ba1bc0fe4ed1]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5e45f0436b1a - <core[6883ba1bc0fe4ed1]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5e45f0436b1a - core[6883ba1bc0fe4ed1]::fmt::write
[INFO] [stdout]    6:     0x5e45f042529c - std[73adb7dc35730857]::io::default_write_fmt::<alloc[55a36b64bcbf2c0d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:626:11
[INFO] [stdout]    7:     0x5e45f042529c - <alloc[55a36b64bcbf2c0d]::vec::Vec<u8> as std[73adb7dc35730857]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:1730:13
[INFO] [stdout]    8:     0x5e45f03fd8e6 - <std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5e45f03fd8e6 - std[73adb7dc35730857]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5e45f04183f9 - std[73adb7dc35730857]::panicking::default_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5e45f0002810 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   12:     0x5e45f0002810 - test[980ffaebd391d06d]::test_main_inner::<test[980ffaebd391d06d]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5e45f0418722 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   14:     0x5e45f0418722 - std[73adb7dc35730857]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:823:13
[INFO] [stdout]   15:     0x5e45f03fd9c4 - std[73adb7dc35730857]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:681:13
[INFO] [stdout]   16:     0x5e45f03f5049 - std[73adb7dc35730857]::sys::backtrace::__rust_end_short_backtrace::<std[73adb7dc35730857]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5e45f03fe58d - __rustc[a7b7b02e776dd976]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:679:5
[INFO] [stdout]   18:     0x5e45f043739c - core[6883ba1bc0fe4ed1]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5e45f0437362 - core[6883ba1bc0fe4ed1]::panicking::panic
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panicking.rs:150:5
[INFO] [stdout]   20:     0x5e45efea9ca4 - psy_core[9cdd03c856cdd402]::platform::unix::tests::test_is_descendant_of_init
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/psy-core/src/platform/unix.rs:472:9
[INFO] [stdout]   21:     0x5e45efea8387 - psy_core[9cdd03c856cdd402]::platform::unix::tests::test_is_descendant_of_init::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/psy-core/src/platform/unix.rs:469:36
[INFO] [stdout]   22:     0x5e45efee3b46 - <psy_core[9cdd03c856cdd402]::platform::unix::tests::test_is_descendant_of_init::{closure#0} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   23:     0x5e45efff5b4b - <fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   24:     0x5e45efff5b4b - test[980ffaebd391d06d]::__rust_begin_short_backtrace::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:724:18
[INFO] [stdout]   25:     0x5e45f0003195 - test[980ffaebd391d06d]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:74
[INFO] [stdout]   26:     0x5e45f0003195 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   27:     0x5e45f0003195 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   28:     0x5e45f0003195 - std[73adb7dc35730857]::panicking::catch_unwind::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   29:     0x5e45f0003195 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   30:     0x5e45f0003195 - test[980ffaebd391d06d]::run_test_in_process
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:27
[INFO] [stdout]   31:     0x5e45f0003195 - test[980ffaebd391d06d]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:668:43
[INFO] [stdout]   32:     0x5e45efffdc44 - test[980ffaebd391d06d]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:698:41
[INFO] [stdout]   33:     0x5e45efffdc44 - std[73adb7dc35730857]::sys::backtrace::__rust_begin_short_backtrace::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   34:     0x5e45f00062e2 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   35:     0x5e45f00062e2 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   36:     0x5e45f00062e2 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   37:     0x5e45f00062e2 - std[73adb7dc35730857]::panicking::catch_unwind::<(), core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   38:     0x5e45f00062e2 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   39:     0x5e45f00062e2 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   40:     0x5e45f00062e2 - <std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   41:     0x5e45f041ff4f - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn core[6883ba1bc0fe4ed1]::ops::function::FnOnce<(), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2319:9
[INFO] [stdout]   42:     0x5e45f041ff4f - <std[73adb7dc35730857]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread/unix.rs:123:17
[INFO] [stdout]   43:     0x709f85547aa4 - <unknown>
[INFO] [stdout]   44:     0x709f855d4a64 - clone
[INFO] [stdout]   45:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     platform::unix::tests::test_is_descendant_of_init
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 141 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.24s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `-p psy-core --lib`
[INFO] running `Command { std: "docker" "inspect" "ce23ee8747698a08d70a64f2b91f4f30da163dd12afc378ec48d05d25656b906", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ce23ee8747698a08d70a64f2b91f4f30da163dd12afc378ec48d05d25656b906", kill_on_drop: false }`
[INFO] [stdout] ce23ee8747698a08d70a64f2b91f4f30da163dd12afc378ec48d05d25656b906
