[INFO] cloning repository https://github.com/jkhoffman/agent-procs [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/jkhoffman/agent-procs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjkhoffman%2Fagent-procs", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjkhoffman%2Fagent-procs'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 09aeba19add73360dc92b71c6993bc3d9a25a600 [INFO] testing jkhoffman/agent-procs against try#dec9417b8611e34e787a3e4c37686b5131f9e5c5 for pr-154210 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjkhoffman%2Fagent-procs" "/workspace/builds/worker-7-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/jkhoffman/agent-procs [INFO] finished tweaking git repo https://github.com/jkhoffman/agent-procs [INFO] tweaked toml for git repo https://github.com/jkhoffman/agent-procs written to /workspace/builds/worker-7-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/jkhoffman/agent-procs 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/jkhoffman/agent-procs 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] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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] 1360feb20ab54b7550309b934082e01bced1539cc87b921ce0485e85172dfb58 [INFO] running `Command { std: "docker" "start" "-a" "1360feb20ab54b7550309b934082e01bced1539cc87b921ce0485e85172dfb58", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "1360feb20ab54b7550309b934082e01bced1539cc87b921ce0485e85172dfb58", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1360feb20ab54b7550309b934082e01bced1539cc87b921ce0485e85172dfb58", kill_on_drop: false }` [INFO] [stdout] 1360feb20ab54b7550309b934082e01bced1539cc87b921ce0485e85172dfb58 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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] daa096743934aabdc5fdcdbed99a0f3c6b267b408ec6ea9f97e520e04a67b916 [INFO] running `Command { std: "docker" "start" "-a" "daa096743934aabdc5fdcdbed99a0f3c6b267b408ec6ea9f97e520e04a67b916", kill_on_drop: false }` [INFO] [stderr] Compiling itoa v1.0.17 [INFO] [stderr] Compiling log v0.4.29 [INFO] [stderr] Compiling foldhash v0.2.0 [INFO] [stderr] Compiling itertools v0.14.0 [INFO] [stderr] Compiling instability v0.3.11 [INFO] [stderr] Compiling futures-sink v0.3.32 [INFO] [stderr] Compiling syn v2.0.117 [INFO] [stderr] Compiling aho-corasick v1.1.4 [INFO] [stderr] Compiling tracing-core v0.1.36 [INFO] [stderr] Compiling deranged v0.5.8 [INFO] [stderr] Compiling rustix v1.1.4 [INFO] [stderr] Compiling anstyle-parse v1.0.0 [INFO] [stderr] Compiling num_threads v0.1.7 [INFO] [stderr] Compiling is_terminal_polyfill v1.70.2 [INFO] [stderr] Compiling time-core v0.1.8 [INFO] [stderr] Compiling anstyle v1.0.14 [INFO] [stderr] Compiling hashbrown v0.16.1 [INFO] [stderr] Compiling compact_str v0.9.0 [INFO] [stderr] Compiling futures-channel v0.3.32 [INFO] [stderr] Compiling http v1.4.0 [INFO] [stderr] Compiling anstyle-query v1.1.5 [INFO] [stderr] Compiling mio v1.1.1 [INFO] [stderr] Compiling colorchoice v1.0.5 [INFO] [stderr] Compiling num-conv v0.2.0 [INFO] [stderr] Compiling line-clipping v0.3.5 [INFO] [stderr] Compiling clap_lex v1.1.0 [INFO] [stderr] Compiling nix v0.31.2 [INFO] [stderr] Compiling anstream v1.0.0 [INFO] [stderr] Compiling inotify-sys v0.1.5 [INFO] [stderr] Compiling nom v8.0.0 [INFO] [stderr] Compiling notify-types v2.1.0 [INFO] [stderr] Compiling inotify v0.11.1 [INFO] [stderr] Compiling tracing-log v0.2.0 [INFO] [stderr] Compiling signal-hook-mio v0.2.5 [INFO] [stderr] Compiling lru v0.16.3 [INFO] [stderr] Compiling clap_builder v4.6.0 [INFO] [stderr] Compiling indexmap v2.13.0 [INFO] [stderr] Compiling thread_local v1.1.9 [INFO] [stderr] Compiling bstr v1.12.1 [INFO] [stderr] Compiling simdutf8 v0.1.5 [INFO] [stderr] Compiling nu-ansi-term v0.50.3 [INFO] [stderr] Compiling unsafe-libyaml v0.2.11 [INFO] [stderr] Compiling notify v8.2.0 [INFO] [stderr] Compiling serde_json v1.0.149 [INFO] [stderr] Compiling http-body v1.0.1 [INFO] [stderr] Compiling regex-automata v0.4.14 [INFO] [stderr] Compiling http-body-util v0.1.3 [INFO] [stderr] Compiling unicode-truncate v2.0.1 [INFO] [stderr] Compiling time v0.3.47 [INFO] [stderr] Compiling darling_core v0.23.0 [INFO] [stderr] Compiling thiserror-impl v2.0.18 [INFO] [stderr] Compiling strum_macros v0.27.2 [INFO] [stderr] Compiling futures-macro v0.3.32 [INFO] [stderr] Compiling derive_more-impl v2.1.1 [INFO] [stderr] Compiling tokio-macros v2.6.1 [INFO] [stderr] Compiling tracing-attributes v0.1.31 [INFO] [stderr] Compiling serde_derive v1.0.228 [INFO] [stderr] Compiling clap_derive v4.6.0 [INFO] [stderr] Compiling futures-util v0.3.32 [INFO] [stderr] Compiling matchers v0.2.0 [INFO] [stderr] Compiling globset v0.4.18 [INFO] [stderr] Compiling regex v1.12.3 [INFO] [stderr] Compiling tokio v1.50.0 [INFO] [stderr] Compiling tracing v0.1.44 [INFO] [stderr] Compiling derive_more v2.1.1 [INFO] [stderr] Compiling crossterm v0.29.0 [INFO] [stderr] Compiling tracing-subscriber v0.3.23 [INFO] [stderr] Compiling thiserror v2.0.18 [INFO] [stderr] Compiling kasuari v0.4.12 [INFO] [stderr] Compiling clap v4.6.0 [INFO] [stderr] Compiling clap_complete v4.6.0 [INFO] [stderr] Compiling darling_macro v0.23.0 [INFO] [stderr] Compiling strum v0.27.2 [INFO] [stderr] Compiling ratatui-core v0.1.0 [INFO] [stderr] Compiling darling v0.23.0 [INFO] [stderr] Compiling serde v1.0.228 [INFO] [stderr] Compiling serde_yaml v0.9.34+deprecated [INFO] [stderr] Compiling futures-executor v0.3.32 [INFO] [stderr] Compiling futures v0.3.32 [INFO] [stderr] Compiling ratatui-widgets v0.3.0 [INFO] [stderr] Compiling ratatui-crossterm v0.1.0 [INFO] [stderr] Compiling ansi-to-tui v8.0.1 [INFO] [stderr] Compiling ratatui-macros v0.7.0 [INFO] [stderr] Compiling ratatui v0.30.0 [INFO] [stderr] Compiling hyper v1.8.1 [INFO] [stderr] Compiling hyper-util v0.1.20 [INFO] [stderr] Compiling agent-procs v0.6.2 (/opt/rustwide/workdir) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.80s [INFO] running `Command { std: "docker" "inspect" "daa096743934aabdc5fdcdbed99a0f3c6b267b408ec6ea9f97e520e04a67b916", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "daa096743934aabdc5fdcdbed99a0f3c6b267b408ec6ea9f97e520e04a67b916", kill_on_drop: false }` [INFO] [stdout] daa096743934aabdc5fdcdbed99a0f3c6b267b408ec6ea9f97e520e04a67b916 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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] 23c0cde16f7f933c416d3ca8b581e67889c97d975e3528f738bb6844a955d607 [INFO] running `Command { std: "docker" "start" "-a" "23c0cde16f7f933c416d3ca8b581e67889c97d975e3528f738bb6844a955d607", kill_on_drop: false }` [INFO] [stderr] Compiling serde_core v1.0.228 [INFO] [stderr] Compiling zerocopy v0.8.42 [INFO] [stderr] Compiling serde v1.0.228 [INFO] [stderr] Compiling zerocopy-derive v0.8.42 [INFO] [stderr] Compiling getrandom v0.4.2 [INFO] [stderr] Compiling crossterm v0.29.0 [INFO] [stderr] Compiling bstr v1.12.1 [INFO] [stderr] Compiling wait-timeout v0.2.1 [INFO] [stderr] Compiling predicates-core v1.0.10 [INFO] [stderr] Compiling float-cmp v0.10.0 [INFO] [stderr] Compiling difflib v0.4.0 [INFO] [stderr] Compiling assert_cmd v2.2.0 [INFO] [stderr] Compiling quick-error v1.2.3 [INFO] [stderr] Compiling termtree v0.5.1 [INFO] [stderr] Compiling normalize-line-endings v0.3.0 [INFO] [stderr] Compiling plotters v0.3.7 [INFO] [stderr] Compiling rand_xorshift v0.4.0 [INFO] [stderr] Compiling predicates-tree v1.0.13 [INFO] [stderr] Compiling rand v0.9.2 [INFO] [stderr] Compiling is-terminal v0.4.17 [INFO] [stderr] Compiling unarray v0.1.4 [INFO] [stderr] Compiling tempfile v3.27.0 [INFO] [stderr] Compiling predicates v3.1.4 [INFO] [stderr] Compiling rusty-fork v0.3.1 [INFO] [stderr] Compiling ratatui-crossterm v0.1.0 [INFO] [stderr] Compiling ratatui v0.30.0 [INFO] [stderr] Compiling globset v0.4.18 [INFO] [stderr] Compiling serde_json v1.0.149 [INFO] [stderr] Compiling serde_yaml v0.9.34+deprecated [INFO] [stderr] Compiling tinytemplate v1.2.1 [INFO] [stderr] Compiling agent-procs v0.6.2 (/opt/rustwide/workdir) [INFO] [stderr] Compiling half v2.7.1 [INFO] [stderr] Compiling ppv-lite86 v0.2.21 [INFO] [stderr] Compiling ciborium-ll v0.2.2 [INFO] [stderr] Compiling rand_chacha v0.9.0 [INFO] [stderr] Compiling proptest v1.10.0 [INFO] [stderr] Compiling ciborium v0.2.2 [INFO] [stderr] Compiling criterion v0.5.1 [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 41.73s [INFO] running `Command { std: "docker" "inspect" "23c0cde16f7f933c416d3ca8b581e67889c97d975e3528f738bb6844a955d607", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "23c0cde16f7f933c416d3ca8b581e67889c97d975e3528f738bb6844a955d607", kill_on_drop: false }` [INFO] [stdout] 23c0cde16f7f933c416d3ca8b581e67889c97d975e3528f738bb6844a955d607 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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] 30c7774e74a3238a2da8a6e92606b9252a85a37682e1b52e2ad6e50cfbe09568 [INFO] running `Command { std: "docker" "start" "-a" "30c7774e74a3238a2da8a6e92606b9252a85a37682e1b52e2ad6e50cfbe09568", kill_on_drop: false }` [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.41s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/agent_procs-5a1cddb091134478) [INFO] [stdout] [INFO] [stdout] running 70 tests [INFO] [stdout] test config::tests::test_startup_order_empty ... ok [INFO] [stdout] test config::tests::test_startup_order_linear_chain ... ok [INFO] [stdout] test config::tests::test_startup_order_diamond ... ok [INFO] [stdout] test config::tests::test_startup_order_cycle_detected ... ok [INFO] [stdout] test config::tests::test_startup_order_unknown_dep ... ok [INFO] [stdout] test daemon::log_index::tests::test_idx_path_for ... ok [INFO] [stdout] test daemon::process_manager::tests::test_classify_exhausted ... ok [INFO] [stdout] test daemon::process_manager::tests::test_classify_always_mode_clean_exit ... ok [INFO] [stdout] test config::tests::test_load_config_parse_error ... ok [INFO] [stdout] test config::tests::test_resolve_session_priority ... ok [INFO] [stdout] test daemon::log_index::tests::test_empty_file_rejected ... ok [INFO] [stdout] test daemon::process_manager::tests::test_classify_restartable_on_failure ... ok [INFO] [stdout] test daemon::log_index::tests::test_line_count_from_metadata ... ok [INFO] [stdout] test daemon::log_index::tests::test_read_range ... ok [INFO] [stdout] test daemon::log_index::tests::test_write_read_roundtrip ... ok [INFO] [stdout] test daemon::log_index::tests::test_wrong_magic_rejected ... ok [INFO] [stdout] test config::tests::test_discover_config_not_found ... ok [INFO] [stdout] test daemon::process_manager::tests::test_classify_skips_manually_stopped ... ok [INFO] [stdout] test daemon::process_manager::tests::test_classify_skips_restart_pending ... ok [INFO] [stdout] test daemon::process_manager::tests::test_classify_skips_running_process ... ok [INFO] [stdout] test daemon::process_manager::tests::test_invalid_dns_labels ... ok [INFO] [stdout] test daemon::process_manager::tests::test_classify_skips_clean_exit_on_failure_mode ... ok [INFO] [stdout] test config::tests::test_discover_config_finds_file ... ok [INFO] [stdout] test daemon::log_writer::tests::test_capture_output_shared_seq_counter ... ok [INFO] [stdout] test daemon::process_manager::tests::test_valid_dns_labels ... ok [INFO] [stdout] test daemon::proxy::tests::test_extract_subdomain_nested ... ok [INFO] [stdout] test daemon::proxy::tests::test_extract_subdomain_no_port ... ok [INFO] [stdout] test daemon::proxy::tests::test_extract_subdomain_simple ... ok [INFO] [stdout] test paths::tests::test_pid_path_format ... ok [INFO] [stdout] test paths::tests::test_log_dir_under_state_dir ... ok [INFO] [stdout] test paths::tests::test_socket_base_dir_contains_uid ... ok [INFO] [stdout] test paths::tests::test_socket_path_format ... ok [INFO] [stdout] test protocol::tests::test_error_code_wire_format ... ok [INFO] [stdout] test protocol::tests::test_process_info_serde_roundtrip ... ok [INFO] [stdout] test protocol::tests::test_request_json_format ... ok [INFO] [stdout] test protocol::tests::test_request_serde_roundtrip ... ok [INFO] [stdout] test protocol::tests::test_response_serde_roundtrip ... ok [INFO] [stdout] test session::tests::test_id_counter_default ... ok [INFO] [stdout] test session::tests::test_id_counter_sequential ... ok [INFO] [stdout] test protocol::tests::test_unknown_response_deserialization ... ok [INFO] [stdout] test tui::app::tests::test_cycle_stream_mode ... ok [INFO] [stdout] test protocol::tests::test_unknown_request_deserialization ... ok [INFO] [stdout] test tui::app::tests::test_exited_count ... ok [INFO] [stdout] test tui::app::tests::test_hot_line_count_with_and_without_filter ... ok [INFO] [stdout] test tui::app::tests::test_output_buffer_counters ... ok [INFO] [stdout] test tui::app::tests::test_push_output ... ok [INFO] [stdout] test tui::app::tests::test_running_count ... ok [INFO] [stdout] test tui::app::tests::test_select_next_wraps ... ok [INFO] [stdout] test tui::app::tests::test_select_prev_wraps ... ok [INFO] [stdout] test tui::app::tests::test_toggle_pause ... ok [INFO] [stdout] test tui::app::tests::test_visible_lines_hot_buffer_only ... ok [INFO] [stdout] test tui::app::tests::test_visible_lines_paused_scrolled ... ok [INFO] [stdout] test tui::app::tests::test_visible_lines_with_filter_uses_filtered_index ... ok [INFO] [stdout] test tui::disk_log_reader::tests::test_empty_dir ... ok [INFO] [stdout] test tui::app::tests::test_visible_lines_with_disk_reader ... ok [INFO] [stdout] test tui::disk_log_reader::tests::test_line_count_single_file ... ok [INFO] [stdout] test tui::disk_log_reader::tests::test_fallback_no_index ... ok [INFO] [stdout] test tui::disk_log_reader::tests::test_read_interleaved ... ok [INFO] [stdout] test tui::disk_log_reader::tests::test_scan_matching_lines_stdout ... ok [INFO] [stdout] test tui::disk_log_reader::tests::test_read_lines_across_rotated ... ok [INFO] [stdout] test tui::disk_log_reader::tests::test_scan_matching_lines_both ... ok [INFO] [stdout] test tui::disk_log_reader::tests::test_read_scattered_lines ... ok [INFO] [stdout] test tui::disk_log_reader::tests::test_read_lines_single_file ... ok [INFO] [stdout] test config::tests::test_startup_order_no_deps ... ok [INFO] [stdout] test daemon::log_writer::tests::test_capture_output_rotation_creates_idx_companions ... ok [INFO] [stdout] test daemon::log_writer::tests::test_capture_output_creates_index ... ok [INFO] [stdout] test daemon::log_writer::tests::test_capture_output_supervisor_channel ... ok [INFO] [stdout] test daemon::proxy::tests::test_extract_subdomain_bare_localhost ... ok [INFO] [stdout] test daemon::process_manager::tests::test_respawn_in_place_tombstone_on_failure ... ok [INFO] [stdout] test daemon::process_manager::tests::test_respawn_in_place_preserves_metadata ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 70 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.23s [INFO] [stdout] [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/agent_procs-41551335d01989b5) [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/proptest_tests.rs (/opt/rustwide/target/debug/deps/proptest_tests-ffe1b28163d5e938) [INFO] [stdout] [INFO] [stdout] running 5 tests [INFO] [stdout] test response_roundtrip ... ok [INFO] [stdout] test dns_label_random_strings ... ok [INFO] [stdout] test config_parse_valid_yaml ... ok [INFO] [stdout] test request_roundtrip ... ok [INFO] [stdout] test dns_label_agrees_with_regex ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.43s [INFO] [stdout] [INFO] [stderr] Running tests/test_config.rs (/opt/rustwide/target/debug/deps/test_config-060664c01fdb66b2) [INFO] [stdout] [INFO] [stdout] running 10 tests [INFO] [stdout] test test_discover_config_returns_none ... ok [INFO] [stdout] test test_discover_config_walks_up ... ok [INFO] [stdout] test test_config_with_proxy_fields ... ok [INFO] [stdout] test test_parse_minimal_config ... ok [INFO] [stdout] test test_topological_sort_cycle_detection ... ok [INFO] [stdout] test test_topological_sort_concurrent_group ... ok [INFO] [stdout] test test_parse_config_backward_compat_no_restart_fields ... ok [INFO] [stdout] test test_parse_full_config ... ok [INFO] [stdout] test test_config_proxy_fields_backward_compat ... ok [INFO] [stdout] test test_parse_config_with_restart_and_watch ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s [INFO] [stdout] [INFO] [stderr] Running tests/test_e2e.rs (/opt/rustwide/target/debug/deps/test_e2e-122697c8c85b4b64) [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test test_agent_workflow ... ok [INFO] [stdout] [INFO] [stderr] Running tests/test_follow.rs (/opt/rustwide/target/debug/deps/test_follow-d82edf68ee45d94a) [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.62s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 5 tests [INFO] [stdout] test test_follow_stderr_only ... ok [INFO] [stdout] test test_follow_replays_tail_before_streaming ... ok [INFO] [stdout] test test_follow_captures_output ... ok [INFO] [stdout] test test_follow_all_processes ... ok [INFO] [stdout] test test_follow_timeout ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 4.12s [INFO] [stdout] [INFO] [stderr] Running tests/test_logs.rs (/opt/rustwide/target/debug/deps/test_logs-206b0ad39667fc2c) [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stdout] test test_logs_tail ... ok [INFO] [stdout] test test_logs_all_interleaved ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.63s [INFO] [stdout] [INFO] [stderr] Running tests/test_paths.rs (/opt/rustwide/target/debug/deps/test_paths-1314b1bd74aa4b5f) [INFO] [stdout] [INFO] [stdout] running 7 tests [INFO] [stdout] test test_socket_path ... ok [INFO] [stdout] test test_state_dir_defaults_to_home ... ok [INFO] [stdout] test test_log_dir ... ok [INFO] [stdout] test test_socket_path_is_short ... ok [INFO] [stdout] test test_socket_base_dir_uses_tmp ... ok [INFO] [stdout] test test_state_dir_uses_xdg_when_set ... ok [INFO] [stdout] test test_pid_path ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running tests/test_port_assignment.rs (/opt/rustwide/target/debug/deps/test_port_assignment-9d858bcf5d326c24) [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stderr] Running tests/test_process_groups.rs (/opt/rustwide/target/debug/deps/test_process_groups-c4612f7754737534) [INFO] [stdout] test test_valid_dns_labels ... ok [INFO] [stdout] test test_invalid_dns_labels ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stderr] error: test failed, to rerun pass `--test test_process_groups` [INFO] [stdout] test test_stop_kills_child_processes ... FAILED [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- test_stop_kills_child_processes stdout ---- [INFO] [stdout] [INFO] [stdout] thread 'test_stop_kills_child_processes' (872) panicked at tests/test_process_groups.rs:55:5: [INFO] [stdout] child process should be dead after stop [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x57ad032261ea - 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: 0x57ad032261ea - 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: 0x57ad032261ea - std[e72de78501789eb0]::sys::backtrace::_print_fmt [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/sys/backtrace.rs:74:9 [INFO] [stdout] 3: 0x57ad032261ea - <::print::DisplayBacktrace as core[6aaeda2c7ad07a48]::fmt::Display>::fmt [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/sys/backtrace.rs:44:26 [INFO] [stdout] 4: 0x57ad0323aa0a - ::fmt [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/core/src/fmt/rt.rs:152:76 [INFO] [stdout] 5: 0x57ad0323aa0a - core[6aaeda2c7ad07a48]::fmt::write [INFO] [stdout] 6: 0x57ad0322acc2 - std[e72de78501789eb0]::io::default_write_fmt::> [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/io/mod.rs:639:11 [INFO] [stdout] 7: 0x57ad0322acc2 - as std[e72de78501789eb0]::io::Write>::write_fmt [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/io/mod.rs:1994:13 [INFO] [stdout] 8: 0x57ad032033df - ::print [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/sys/backtrace.rs:47:9 [INFO] [stdout] 9: 0x57ad032033df - std[e72de78501789eb0]::panicking::default_hook::{closure#0} [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/panicking.rs:292:27 [INFO] [stdout] 10: 0x57ad0321dca9 - std[e72de78501789eb0]::panicking::default_hook [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/panicking.rs:316:9 [INFO] [stdout] 11: 0x57ad0318bbec - 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: 0x57ad0318bbec - test[4f12b380f1fb68c5]::test_main_with_exit_callback::::{closure#0} [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/test/src/lib.rs:145:21 [INFO] [stdout] 13: 0x57ad0321de62 - 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: 0x57ad0321de62 - std[e72de78501789eb0]::panicking::panic_with_hook [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/panicking.rs:833:13 [INFO] [stdout] 15: 0x57ad032034ca - std[e72de78501789eb0]::panicking::panic_handler::{closure#0} [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/panicking.rs:691:13 [INFO] [stdout] 16: 0x57ad031fac09 - std[e72de78501789eb0]::sys::backtrace::__rust_end_short_backtrace:: [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/sys/backtrace.rs:182:18 [INFO] [stdout] 17: 0x57ad032041ad - __rustc[78a4cf188af856fc]::rust_begin_unwind [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/panicking.rs:689:5 [INFO] [stdout] 18: 0x57ad0323b19c - core[6aaeda2c7ad07a48]::panicking::panic_fmt [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/core/src/panicking.rs:80:14 [INFO] [stdout] 19: 0x57ad0317ccb4 - test_process_groups[2db5636ab78ef57a]::test_stop_kills_child_processes [INFO] [stdout] at /opt/rustwide/workdir/tests/test_process_groups.rs:55:5 [INFO] [stdout] 20: 0x57ad0317c1b7 - test_process_groups[2db5636ab78ef57a]::test_stop_kills_child_processes::{closure#0} [INFO] [stdout] at /opt/rustwide/workdir/tests/test_process_groups.rs:9:37 [INFO] [stdout] 21: 0x57ad0317f286 - >::call_once [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 22: 0x57ad0317fccb - 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] 23: 0x57ad0317fccb - 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] 24: 0x57ad0318c6bb - test[4f12b380f1fb68c5]::run_test_in_process::{closure#0} [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/test/src/lib.rs:686:74 [INFO] [stdout] 25: 0x57ad0318c6bb - as core[6aaeda2c7ad07a48]::ops::function::FnOnce<()>>::call_once [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/core/src/panic/unwind_safe.rs:275:9 [INFO] [stdout] 26: 0x57ad0318c6bb - 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] 27: 0x57ad0318c6bb - 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] 28: 0x57ad0318c6bb - 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] 29: 0x57ad0318c6bb - test[4f12b380f1fb68c5]::run_test_in_process [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/test/src/lib.rs:686:27 [INFO] [stdout] 30: 0x57ad0318c6bb - test[4f12b380f1fb68c5]::run_test::{closure#0} [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/test/src/lib.rs:607:43 [INFO] [stdout] 31: 0x57ad03187dd4 - test[4f12b380f1fb68c5]::run_test::{closure#1} [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/test/src/lib.rs:637:41 [INFO] [stdout] 32: 0x57ad03187dd4 - std[e72de78501789eb0]::sys::backtrace::__rust_begin_short_backtrace:: [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/sys/backtrace.rs:166:18 [INFO] [stdout] 33: 0x57ad0318f2c2 - 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] 34: 0x57ad0318f2c2 - ::{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] 35: 0x57ad0318f2c2 - 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] 36: 0x57ad0318f2c2 - 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] 37: 0x57ad0318f2c2 - std[e72de78501789eb0]::panic::catch_unwind::::{closure#1}::{closure#0}>, ()> [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/panic.rs:359:14 [INFO] [stdout] 38: 0x57ad0318f2c2 - std[e72de78501789eb0]::thread::lifecycle::spawn_unchecked::::{closure#1} [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/thread/lifecycle.rs:89:26 [INFO] [stdout] 39: 0x57ad0318f2c2 - ::{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] 40: 0x57ad0322579f - + 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] 41: 0x57ad0322579f - ::new::thread_start [INFO] [stdout] at /rustc/dec9417b8611e34e787a3e4c37686b5131f9e5c5/library/std/src/sys/thread/unix.rs:118:17 [INFO] [stdout] 42: 0x77abfd448aa4 - [INFO] [stdout] 43: 0x77abfd4d5a64 - clone [INFO] [stdout] 44: 0x0 - [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] test_stop_kills_child_processes [INFO] [stdout] [INFO] [stdout] test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.20s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "30c7774e74a3238a2da8a6e92606b9252a85a37682e1b52e2ad6e50cfbe09568", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "30c7774e74a3238a2da8a6e92606b9252a85a37682e1b52e2ad6e50cfbe09568", kill_on_drop: false }` [INFO] [stdout] 30c7774e74a3238a2da8a6e92606b9252a85a37682e1b52e2ad6e50cfbe09568