[INFO] cloning repository https://github.com/hanweisen/AgentPlane
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/hanweisen/AgentPlane" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhanweisen%2FAgentPlane", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhanweisen%2FAgentPlane'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 95f53eb4c24b297091f906358fe7a4dffc10134a
[INFO] testing hanweisen/AgentPlane against 1.97.0-beta.6 for beta-1.98-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhanweisen%2FAgentPlane" "/workspace/builds/worker-5-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/hanweisen/AgentPlane
[INFO] finished tweaking git repo https://github.com/hanweisen/AgentPlane
[INFO] tweaked toml for git repo https://github.com/hanweisen/AgentPlane written to /workspace/builds/worker-5-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/hanweisen/AgentPlane on toolchain 1.97.0-beta.6
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.97.0-beta.6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/hanweisen/AgentPlane already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.97.0-beta.6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded wasm-bindgen-futures v0.4.75
[INFO] [stderr]   Downloaded rustls-pki-types v1.14.1
[INFO] [stderr]   Downloaded yasna v0.5.2
[INFO] [stderr]   Downloaded fs-err v3.3.0
[INFO] [stderr]   Downloaded axum-server v0.7.3
[INFO] [stderr]   Downloaded openssl-sys v0.9.117
[INFO] [stderr]   Downloaded arc-swap v1.9.1
[INFO] [stderr]   Downloaded webpki-roots v1.0.7
[INFO] [stderr]   Downloaded rcgen v0.13.2
[INFO] [stderr]   Downloaded time v0.3.49
[INFO] [stderr]   Downloaded aws-lc-rs v1.17.0
[INFO] [stderr]   Downloaded quinn-proto v0.11.14
[INFO] [stderr]   Downloaded openssl v0.10.81
[INFO] [stderr]   Downloaded rustls v0.23.40
[INFO] [stderr]   Downloaded web-sys v0.3.102
[INFO] [stderr]   Downloaded aws-lc-sys v0.41.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] ebfd6afff6324404bcb9f30abe86b436fb45a738e486b72dcf1e73e1ace5d7c5
[INFO] running `Command { std: "docker" "start" "ebfd6afff6324404bcb9f30abe86b436fb45a738e486b72dcf1e73e1ace5d7c5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "ebfd6afff6324404bcb9f30abe86b436fb45a738e486b72dcf1e73e1ace5d7c5", 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" "ebfd6afff6324404bcb9f30abe86b436fb45a738e486b72dcf1e73e1ace5d7c5" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "ebfd6afff6324404bcb9f30abe86b436fb45a738e486b72dcf1e73e1ace5d7c5", 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" "ebfd6afff6324404bcb9f30abe86b436fb45a738e486b72dcf1e73e1ace5d7c5" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.106
[INFO] [stderr]    Compiling quote v1.0.45
[INFO] [stderr]    Compiling unicode-ident v1.0.24
[INFO] [stderr]    Compiling libc v0.2.186
[INFO] [stderr]    Compiling pin-project-lite v0.2.17
[INFO] [stderr]    Compiling bytes v1.11.1
[INFO] [stderr]    Compiling shlex v2.0.1
[INFO] [stderr]    Compiling find-msvc-tools v0.1.9
[INFO] [stderr]    Compiling cfg-if v1.0.4
[INFO] [stderr]    Compiling futures-core v0.3.32
[INFO] [stderr]    Compiling stable_deref_trait v1.2.1
[INFO] [stderr]    Compiling itoa v1.0.18
[INFO] [stderr]    Compiling once_cell v1.21.4
[INFO] [stderr]    Compiling log v0.4.32
[INFO] [stderr]    Compiling fs_extra v1.3.0
[INFO] [stderr]    Compiling dunce v1.0.5
[INFO] [stderr]    Compiling smallvec v1.15.2
[INFO] [stderr]    Compiling tracing-core v0.1.36
[INFO] [stderr]    Compiling zeroize v1.9.0
[INFO] [stderr]    Compiling slab v0.4.12
[INFO] [stderr]    Compiling rustls-pki-types v1.14.1
[INFO] [stderr]    Compiling litemap v0.8.2
[INFO] [stderr]    Compiling memchr v2.8.2
[INFO] [stderr]    Compiling aws-lc-rs v1.17.0
[INFO] [stderr]    Compiling futures-sink v0.3.32
[INFO] [stderr]    Compiling writeable v0.6.3
[INFO] [stderr]    Compiling percent-encoding v2.3.2
[INFO] [stderr]    Compiling http v1.4.2
[INFO] [stderr]    Compiling tracing v0.1.44
[INFO] [stderr]    Compiling utf8_iter v1.0.4
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling equivalent v1.0.2
[INFO] [stderr]    Compiling hashbrown v0.17.1
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling icu_normalizer_data v2.2.0
[INFO] [stderr]    Compiling untrusted v0.9.0
[INFO] [stderr]    Compiling httparse v1.10.1
[INFO] [stderr]    Compiling jobserver v0.1.34
[INFO] [stderr]    Compiling errno v0.3.14
[INFO] [stderr]    Compiling socket2 v0.6.4
[INFO] [stderr]    Compiling mio v1.2.1
[INFO] [stderr]    Compiling signal-hook-registry v1.4.8
[INFO] [stderr]    Compiling getrandom v0.2.17
[INFO] [stderr]    Compiling cc v1.2.64
[INFO] [stderr]    Compiling icu_properties_data v2.2.0
[INFO] [stderr]    Compiling tower-service v0.3.3
[INFO] [stderr]    Compiling futures-task v0.3.32
[INFO] [stderr]    Compiling indexmap v2.14.0
[INFO] [stderr]    Compiling futures-util v0.3.32
[INFO] [stderr]    Compiling base64 v0.22.1
[INFO] [stderr]    Compiling http-body v1.0.1
[INFO] [stderr]    Compiling crc32fast v1.5.0
[INFO] [stderr]    Compiling atomic-waker v1.1.2
[INFO] [stderr]    Compiling try-lock v0.2.5
[INFO] [stderr]    Compiling version_check v0.9.5
[INFO] [stderr]    Compiling want v0.3.1
[INFO] [stderr]    Compiling cmake v0.1.58
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling futures-channel v0.3.32
[INFO] [stderr]    Compiling simd-adler32 v0.3.9
[INFO] [stderr]    Compiling adler2 v2.0.1
[INFO] [stderr]    Compiling rustls v0.23.40
[INFO] [stderr]    Compiling httpdate v1.0.3
[INFO] [stderr]    Compiling form_urlencoded v1.2.2
[INFO] [stderr]    Compiling miniz_oxide v0.8.9
[INFO] [stderr]    Compiling sync_wrapper v1.0.2
[INFO] [stderr]    Compiling ipnet v2.12.0
[INFO] [stderr]    Compiling tower-layer v0.3.3
[INFO] [stderr]    Compiling subtle v2.6.1
[INFO] [stderr]    Compiling zmij v1.0.21
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling aws-lc-sys v0.41.0
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]    Compiling typenum v1.20.1
[INFO] [stderr]    Compiling flate2 v1.1.9
[INFO] [stderr]    Compiling http-body-util v0.1.3
[INFO] [stderr]    Compiling rustversion v1.0.22
[INFO] [stderr]    Compiling utf8parse v0.2.2
[INFO] [stderr]    Compiling compression-core v0.4.32
[INFO] [stderr]    Compiling serde_json v1.0.150
[INFO] [stderr]    Compiling autocfg v1.5.1
[INFO] [stderr]    Compiling compression-codecs v0.4.38
[INFO] [stderr]    Compiling anstyle-parse v1.0.0
[INFO] [stderr]    Compiling fs-err v3.3.0
[INFO] [stderr]    Compiling time-core v0.1.9
[INFO] [stderr]    Compiling is_terminal_polyfill v1.70.2
[INFO] [stderr]    Compiling deranged v0.5.8
[INFO] [stderr]    Compiling num-conv v0.2.2
[INFO] [stderr]    Compiling ryu v1.0.23
[INFO] [stderr]    Compiling anstyle v1.0.14
[INFO] [stderr]    Compiling anstyle-query v1.1.5
[INFO] [stderr]    Compiling powerfmt v0.2.0
[INFO] [stderr]    Compiling colorchoice v1.0.5
[INFO] [stderr]    Compiling getrandom v0.4.2
[INFO] [stderr]    Compiling anstream v1.0.0
[INFO] [stderr]    Compiling crypto-common v0.1.7
[INFO] [stderr]    Compiling block-buffer v0.10.4
[INFO] [stderr]    Compiling aho-corasick v1.1.4
[INFO] [stderr]    Compiling webpki-roots v1.0.7
[INFO] [stderr]    Compiling mime v0.3.17
[INFO] [stderr]    Compiling strsim v0.11.1
[INFO] [stderr]    Compiling regex-syntax v0.8.11
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling time v0.3.49
[INFO] [stderr]    Compiling bitflags v2.13.0
[INFO] [stderr]    Compiling clap_lex v1.1.0
[INFO] [stderr]    Compiling anyhow v1.0.102
[INFO] [stderr]    Compiling heck v0.5.0
[INFO] [stderr]    Compiling clap_builder v4.6.0
[INFO] [stderr]    Compiling yasna v0.5.2
[INFO] [stderr]    Compiling axum-core v0.5.6
[INFO] [stderr]    Compiling zerofrom-derive v0.1.7
[INFO] [stderr]    Compiling yoke-derive v0.8.2
[INFO] [stderr]    Compiling tokio-macros v2.7.0
[INFO] [stderr]    Compiling zerofrom v0.1.8
[INFO] [stderr]    Compiling zerovec-derive v0.11.3
[INFO] [stderr]    Compiling yoke v0.8.3
[INFO] [stderr]    Compiling tokio v1.52.3
[INFO] [stderr]    Compiling displaydoc v0.2.6
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling zerotrie v0.2.4
[INFO] [stderr]    Compiling zerovec v0.11.6
[INFO] [stderr]    Compiling clap_derive v4.6.1
[INFO] [stderr]    Compiling arc-swap v1.9.1
[INFO] [stderr]    Compiling serde_path_to_error v0.1.20
[INFO] [stderr]    Compiling tinystr v0.8.3
[INFO] [stderr]    Compiling potential_utf v0.1.5
[INFO] [stderr]    Compiling icu_collections v2.2.0
[INFO] [stderr]    Compiling icu_locale_core v2.2.0
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling pem v3.0.6
[INFO] [stderr]    Compiling icu_provider v2.2.0
[INFO] [stderr]    Compiling rustls-pemfile v2.2.0
[INFO] [stderr]    Compiling cpufeatures v0.2.17
[INFO] [stderr]    Compiling matchit v0.8.4
[INFO] [stderr]    Compiling icu_normalizer v2.2.0
[INFO] [stderr]    Compiling icu_properties v2.2.0
[INFO] [stderr]    Compiling sha2 v0.10.9
[INFO] [stderr]    Compiling clap v4.6.1
[INFO] [stderr]    Compiling regex v1.12.4
[INFO] [stderr]    Compiling rcgen v0.13.2
[INFO] [stderr]    Compiling uuid v1.23.3
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling idna_adapter v1.2.2
[INFO] [stderr]    Compiling idna v1.1.0
[INFO] [stderr]    Compiling url v2.5.8
[INFO] [stderr]    Compiling tokio-util v0.7.18
[INFO] [stderr]    Compiling tower v0.5.3
[INFO] [stderr]    Compiling async-compression v0.4.42
[INFO] [stderr]    Compiling h2 v0.4.15
[INFO] [stderr]    Compiling tower-http v0.6.11
[INFO] [stderr]    Compiling hyper v1.10.1
[INFO] [stderr]    Compiling hyper-util v0.1.20
[INFO] [stderr]    Compiling axum v0.8.9
[INFO] [stderr]    Compiling rustls-webpki v0.103.13
[INFO] [stderr]    Compiling tokio-rustls v0.26.4
[INFO] [stderr]    Compiling hyper-rustls v0.27.9
[INFO] [stderr]    Compiling axum-server v0.7.3
[INFO] [stderr]    Compiling reqwest v0.12.28
[INFO] [stderr]    Compiling agentplane v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 31s
[INFO] running `Command { std: "docker" "inspect" "ebfd6afff6324404bcb9f30abe86b436fb45a738e486b72dcf1e73e1ace5d7c5", 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" "ebfd6afff6324404bcb9f30abe86b436fb45a738e486b72dcf1e73e1ace5d7c5" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling bitflags v2.13.0
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]    Compiling linux-raw-sys v0.12.1
[INFO] [stderr]    Compiling fastrand v2.4.1
[INFO] [stderr]    Compiling tower-http v0.6.11
[INFO] [stderr]    Compiling reqwest v0.12.28
[INFO] [stderr]    Compiling agentplane v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling tempfile v3.27.0
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 20s
[INFO] running `Command { std: "docker" "inspect" "ebfd6afff6324404bcb9f30abe86b436fb45a738e486b72dcf1e73e1ace5d7c5", 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" "ebfd6afff6324404bcb9f30abe86b436fb45a738e486b72dcf1e73e1ace5d7c5" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "test" "--frozen", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.51s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/agentplane-841bc200af05ede5)
[INFO] [stdout] 
[INFO] [stdout] running 3 tests
[INFO] [stdout] test protocol::sync::tests::relative_path_matches_preserve_path_respects_path_boundaries ... ok
[INFO] [stdout] test cli_client::tests::normalize_socks5_proxy_url_adds_remote_dns_scheme ... ok
[INFO] [stdout] test config::tests::load_client_profile_reads_socks5_hostname ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/agentplane-a4444519a94ac39c)
[INFO] [stderr]      Running tests/accelerator.rs (/opt/rustwide/target/debug/deps/accelerator-7ae09a753767efcf)
[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] [stdout] 
[INFO] [stdout] running 12 tests
[INFO] [stdout] test accelerator_status_reports_unavailable_npu_without_failing ... ok
[INFO] [stdout] test accelerator_status_reports_unavailable_gpu_without_failing ... ok
[INFO] [stdout] test accelerator_status_parses_mocked_nvidia_gpu_and_processes ... ok
[INFO] [stdout] test accelerator_status_parses_mocked_huawei_npu_and_processes ... ok
[INFO] [stdout] agentplane server listening on http://127.0.0.1:44767
[INFO] [stdout] agentplane server listening on http://127.0.0.1:37743
[INFO] [stdout] agentplane server listening on http://127.0.0.1:35125
[INFO] [stdout] agentplane server listening on http://127.0.0.1:43821
[INFO] [stdout] agentplane server listening on http://127.0.0.1:33587
[INFO] [stdout] agentplane server listening on http://127.0.0.1:37097
[INFO] [stdout] agentplane server listening on http://127.0.0.1:38399
[INFO] [stdout] agentplane server listening on http://127.0.0.1:44159
[INFO] [stdout] test cli_gpu_preflight_fails_when_gpu_is_unavailable ... ok
[INFO] [stdout] test cli_gpu_preflight_reports_requested_gpu_missing_without_no_gpu_hint ... ok
[INFO] [stdout] test cli_gpu_status_reports_unavailable_without_failing ... ok
[INFO] [stdout] test cli_gpu_preflight_passes_when_selected_gpu_is_idle ... ok
[INFO] [stdout] test cli_accelerator_status_reads_mocked_nvidia_gpu ... ok
[INFO] [stdout] test cli_npu_status_reads_mocked_huawei_npu ... ok
[INFO] [stdout] test cli_gpu_preflight_fails_with_threshold_and_forbidden_process_blockers ... ok
[INFO] [stdout] test cli_gpu_wait_idle_waits_until_gpu_is_stably_under_threshold ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.58s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/file.rs (/opt/rustwide/target/debug/deps/file-3452c95dd49b8e9f)
[INFO] [stdout] 
[INFO] [stdout] running 8 tests
[INFO] [stdout] test file_operations_round_trip_cover_write_read_list_find_delete_and_guards ... ok
[INFO] [stdout] test file_stat_reports_missing_file_directory_size_and_executable ... ok
[INFO] [stdout] test file_upload_resume_round_trip_preserves_content_and_mode ... ok
[INFO] [stdout] agentplane server listening on http://127.0.0.1:44117
[INFO] [stdout] test file_write_supports_atomic_mode_create_parents_and_checksum ... ok
[INFO] [stdout] agentplane server listening on http://127.0.0.1:38883
[INFO] [stdout] agentplane server listening on http://127.0.0.1:42565
[INFO] [stdout] agentplane server listening on https://127.0.0.1:38275
[INFO] [stdout] test cli_file_upload_transfers_large_local_file_in_chunks ... ok
[INFO] [stdout] test cli_process_and_file_round_trip ... ok
[INFO] [stdout] test cli_file_stat_and_wait_cover_min_bytes_stable_and_timeout ... ok
[INFO] [stdout] test cli_health_and_file_round_trip_over_self_signed_https ... ok
[INFO] [stderr]      Running tests/gateway.rs (/opt/rustwide/target/debug/deps/gateway-1755f4d79a2d50ac)
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.02s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 9 tests
[INFO] [stdout] test cli_profile_does_not_accept_legacy_cc_keys ... ok
[INFO] [stdout] test cli_custom_header_rejects_invalid_format ... ok
[INFO] [stdout] test cli_process_start_recovers_after_dropped_response_if_process_exists ... ok
[INFO] [stdout] test cli_custom_headers_decode_gzip_json_responses ... ok
[INFO] [stdout] test cli_profile_supplies_connection_remote_root_and_gateway_headers ... ok
[INFO] [stdout] test cli_custom_headers_enable_gateway_health_and_process_list ... ok
[INFO] [stdout] test cli_process_start_retries_retryable_gateway_statuses ... ok
[INFO] [stdout] test cli_process_start_honors_retry_delay_between_attempts ... ok
[INFO] [stdout] test cli_health_retries_connect_failures ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 9 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.79s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/git_sync.rs (/opt/rustwide/target/debug/deps/git_sync-cd2f17346f7e3dcb)
[INFO] [stdout] 
[INFO] [stdout] running 29 tests
[INFO] [stderr] hint: Using 'master' as the name for the initial branch. This default branch name
[INFO] [stderr] hint: is subject to change. To configure the initial branch name to use in all
[INFO] [stderr] hint: of your new repositories, which will suppress this warning, call:
[INFO] [stderr] hint: 
[INFO] [stderr] hint: 	git config --global init.defaultBranch <name>
[INFO] [stderr] hint: 
[INFO] [stderr] hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
[INFO] [stderr] hint: 'development'. The just-created branch can be renamed via this command:
[INFO] [stderr] hint: 
[INFO] [stderr] hint: 	git branch -m <name>
[INFO] [stdout] Initialized empty Git repository in /tmp/.tmpZGxD5S/.git/
[INFO] [stderr] hint: Using 'master' as the name for the initial branch. This default branch name
[INFO] [stderr] hint: is subject to change. To configure the initial branch name to use in all
[INFO] [stderr] hint: of your new repositories, which will suppress this warning, call:
[INFO] [stderr] hint: 
[INFO] [stderr] hint: 	git config --global init.defaultBranch <name>
[INFO] [stderr] hint: 
[INFO] [stderr] hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
[INFO] [stderr] hint: 'development'. The just-created branch can be renamed via this command:
[INFO] [stderr] hint: 
[INFO] [stderr] hint: 	git branch -m <name>
[INFO] [stderr] hint: Using 'master' as the name for the initial branch. This default branch name
[INFO] [stderr] hint: is subject to change. To configure the initial branch name to use in all
[INFO] [stderr] hint: of your new repositories, which will suppress this warning, call:
[INFO] [stderr] hint: 
[INFO] [stderr] hint: 	git config --global init.defaultBranch <name>
[INFO] [stderr] hint: 
[INFO] [stderr] hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
[INFO] [stderr] hint: 'development'. The just-created branch can be renamed via this command:
[INFO] [stderr] hint: 
[INFO] [stderr] hint: 	git branch -m <name>
[INFO] [stdout] Initialized empty Git repository in /tmp/.tmpipEf6V/.git/
[INFO] [stdout] Initialized empty Git repository in /tmp/.tmpzk3xS8/.git/
[INFO] [stderr] hint: Using 'master' as the name for the initial branch. This default branch name
[INFO] [stderr] hint: is subject to change. To configure the initial branch name to use in all
[INFO] [stderr] hint: of your new repositories, which will suppress this warning, call:
[INFO] [stderr] hint: 
[INFO] [stderr] hint: 	git config --global init.defaultBranch <name>
[INFO] [stderr] hint: 
[INFO] [stderr] hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
[INFO] [stderr] hint: 'development'. The just-created branch can be renamed via this command:
[INFO] [stderr] hint: 
[INFO] [stderr] hint: 	git branch -m <name>
[INFO] [stderr] hint: Using 'master' as the name for the initial branch. This default branch name
[INFO] [stderr] hint: is subject to change. To configure the initial branch name to use in all
[INFO] [stderr] hint: of your new repositories, which will suppress this warning, call:
[INFO] [stderr] hint: 
[INFO] [stderr] hint: 	git config --global init.defaultBranch <name>
[INFO] [stderr] hint: 
[INFO] [stderr] hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
[INFO] [stderr] hint: 'development'. The just-created branch can be renamed via this command:
[INFO] [stderr] hint: 
[INFO] [stderr] hint: 	git branch -m <name>
[INFO] [stderr] hint: Using 'master' as the name for the initial branch. This default branch name
[INFO] [stderr] hint: is subject to change. To configure the initial branch name to use in all
[INFO] [stderr] hint: of your new repositories, which will suppress this warning, call:
[INFO] [stderr] hint: 
[INFO] [stderr] hint: 	git config --global init.defaultBranch <name>
[INFO] [stderr] hint: 
[INFO] [stderr] hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
[INFO] [stderr] hint: 'development'. The just-created branch can be renamed via this command:
[INFO] [stderr] hint: 
[INFO] [stderr] hint: 	git branch -m <name>
[INFO] [stdout] Initialized empty Git repository in /tmp/.tmpEJzHfD/.git/
[INFO] [stdout] Initialized empty Git repository in /tmp/.tmpBCo5L5/.git/
[INFO] [stderr] hint: Using 'master' as the name for the initial branch. This default branch name
[INFO] [stderr] hint: is subject to change. To configure the initial branch name to use in all
[INFO] [stderr] hint: of your new repositories, which will suppress this warning, call:
[INFO] [stderr] hint: 
[INFO] [stderr] hint: 	git config --global init.defaultBranch <name>
[INFO] [stderr] hint: 
[INFO] [stderr] hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
[INFO] [stderr] hint: 'development'. The just-created branch can be renamed via this command:
[INFO] [stderr] hint: 
[INFO] [stderr] hint: 	git branch -m <name>
[INFO] [stdout] Initialized empty Git repository in /tmp/.tmpsKIKui/.git/
[INFO] [stderr] hint: Using 'master' as the name for the initial branch. This default branch name
[INFO] [stderr] hint: is subject to change. To configure the initial branch name to use in all
[INFO] [stderr] hint: of your new repositories, which will suppress this warning, call:
[INFO] [stderr] hint: 
[INFO] [stderr] hint: 	git config --global init.defaultBranch <name>
[INFO] [stderr] hint: 
[INFO] [stderr] hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
[INFO] [stderr] hint: 'development'. The just-created branch can be renamed via this command:
[INFO] [stderr] hint: 
[INFO] [stderr] hint: 	git branch -m <name>
[INFO] [stdout] Initialized empty Git repository in /tmp/.tmp6vCxK7/.git/
[INFO] [stdout] Initialized empty Git repository in /tmp/.tmpwlS9OE/.git/
[INFO] [stdout] [master (root-commit) 6f22224] init
[INFO] [stdout]  1 file changed, 1 insertion(+)
[INFO] [stdout]  create mode 100644 main.txt
[INFO] [stdout] [master (root-commit) b828b23] base
[INFO] [stdout]  3 files changed, 4 insertions(+)
[INFO] [stdout]  create mode 100644 mod.rs
[INFO] [stdout]  create mode 100644 obsolete.rs
[INFO] [stdout]  create mode 100644 src/lib.rs
[INFO] [stdout] [master (root-commit) 3c1a1ee] init
[INFO] [stdout]  1 file changed, 1 insertion(+)
[INFO] [stdout]  create mode 100644 src/main.rs
[INFO] [stdout] agentplane server listening on http://127.0.0.1:42743
[INFO] [stdout] [master (root-commit) 10616dc] stable-base
[INFO] [stdout]  2 files changed, 4 insertions(+)
[INFO] [stdout]  create mode 100644 Cargo.toml
[INFO] [stdout]  create mode 100644 src/main.rs
[INFO] [stdout] agentplane server listening on http://127.0.0.1:43991
[INFO] [stdout] [master (root-commit) 8c8e487] init
[INFO] [stdout]  3 files changed, 3 insertions(+)
[INFO] [stdout]  create mode 100644 README.md
[INFO] [stdout]  create mode 100644 src/drop.rs
[INFO] [stdout]  create mode 100644 src/keep.rs
[INFO] [stdout] [master (root-commit) d4d0003] base
[INFO] [stdout]  2 files changed, 2 insertions(+)
[INFO] [stdout]  create mode 100644 mod.rs
[INFO] [stdout]  create mode 100644 src/lib.rs
[INFO] [stdout] [master (root-commit) 7437f15] v1
[INFO] [stdout]  2 files changed, 2 insertions(+)
[INFO] [stdout]  create mode 100644 old.txt
[INFO] [stdout]  create mode 100644 src/app.txt
[INFO] [stdout] [master (root-commit) 933381a] init
[INFO] [stdout]  2 files changed, 3 insertions(+)
[INFO] [stdout]  create mode 100644 hello.sh
[INFO] [stdout]  create mode 100644 nested/old.txt
[INFO] [stdout] rm 'obsolete.rs'
[INFO] [stdout] [master f7bc236] v2
[INFO] [stdout]  3 files changed, 3 insertions(+), 2 deletions(-)
[INFO] [stdout]  create mode 100644 bin/info.sh
[INFO] [stdout]  delete mode 100644 old.txt
[INFO] [stdout] agentplane server listening on http://127.0.0.1:40751
[INFO] [stdout] [master 45eeaba] feature
[INFO] [stdout]  2 files changed, 2 insertions(+)
[INFO] [stdout]  create mode 100644 src/completions.rs
[INFO] [stdout] [master 8e36d3f] feature-with-delete
[INFO] [stdout]  3 files changed, 1 insertion(+), 2 deletions(-)
[INFO] [stdout]  delete mode 100644 obsolete.rs
[INFO] [stdout]  create mode 100644 src/completions.rs
[INFO] [stdout] [master 0984420] v2
[INFO] [stdout]  Date: Fri Jul 10 03:13:10 2026 +0000
[INFO] [stdout]  3 files changed, 3 insertions(+), 2 deletions(-)
[INFO] [stdout]  create mode 100755 bin/info.sh
[INFO] [stdout]  delete mode 100644 old.txt
[INFO] [stdout] agentplane server listening on http://127.0.0.1:34885
[INFO] [stdout] [master 5804efa] feature-work
[INFO] [stdout]  2 files changed, 2 insertions(+), 1 deletion(-)
[INFO] [stdout]  create mode 100644 feature.txt
[INFO] [stdout] agentplane server listening on http://127.0.0.1:39949
[INFO] [stdout] test cli_sync_run_no_changes_still_executes_command ... ok
[INFO] [stdout] agentplane server listening on http://127.0.0.1:37119
[INFO] [stdout] agentplane server listening on http://127.0.0.1:40491
[INFO] [stderr] hint: Using 'master' as the name for the initial branch. This default branch name
[INFO] [stderr] hint: is subject to change. To configure the initial branch name to use in all
[INFO] [stderr] hint: of your new repositories, which will suppress this warning, call:
[INFO] [stderr] hint: 
[INFO] [stderr] hint: 	git config --global init.defaultBranch <name>
[INFO] [stderr] hint: 
[INFO] [stderr] hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
[INFO] [stderr] hint: 'development'. The just-created branch can be renamed via this command:
[INFO] [stderr] hint: 
[INFO] [stderr] hint: 	git branch -m <name>
[INFO] [stdout] Initialized empty Git repository in /tmp/.tmpdNMh1c/.git/
[INFO] [stdout] test cli_sync_run_dry_run_filters_delta_with_include_and_exclude_from ... ok
[INFO] [stdout] [master (root-commit) 1698bc5] init
[INFO] [stdout]  1 file changed, 1 insertion(+)
[INFO] [stdout]  create mode 100644 main.txt
[INFO] [stdout] agentplane server listening on http://127.0.0.1:36059
[INFO] [stderr] hint: Using 'master' as the name for the initial branch. This default branch name
[INFO] [stderr] hint: is subject to change. To configure the initial branch name to use in all
[INFO] [stderr] hint: of your new repositories, which will suppress this warning, call:
[INFO] [stderr] hint: 
[INFO] [stderr] hint: 	git config --global init.defaultBranch <name>
[INFO] [stderr] hint: 
[INFO] [stderr] hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
[INFO] [stderr] hint: 'development'. The just-created branch can be renamed via this command:
[INFO] [stderr] hint: 
[INFO] [stderr] hint: 	git branch -m <name>
[INFO] [stdout] Initialized empty Git repository in /tmp/.tmpX7IBn8/.git/
[INFO] [stdout] test cli_sync_run_ref_creates_missing_remote_root_on_real_sync ... ok
[INFO] [stderr] hint: Using 'master' as the name for the initial branch. This default branch name
[INFO] [stderr] hint: is subject to change. To configure the initial branch name to use in all
[INFO] [stderr] hint: of your new repositories, which will suppress this warning, call:
[INFO] [stderr] hint: 
[INFO] [stderr] hint: 	git config --global init.defaultBranch <name>
[INFO] [stderr] hint: 
[INFO] [stderr] hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
[INFO] [stderr] hint: 'development'. The just-created branch can be renamed via this command:
[INFO] [stderr] hint: 
[INFO] [stderr] hint: 	git branch -m <name>
[INFO] [stdout] test cli_sync_run_base_ref_sends_only_committed_delta_instead_of_full_snapshot ... ok
[INFO] [stderr] hint: Using 'master' as the name for the initial branch. This default branch name
[INFO] [stdout] test cli_sync_run_ref_dry_run_does_not_mutate_remote_state ... ok
[INFO] [stderr] hint: is subject to change. To configure the initial branch name to use in all
[INFO] [stdout] Initialized empty Git repository in /tmp/.tmpDs5Nwj/.git/
[INFO] [stderr] hint: of your new repositories, which will suppress this warning, call:
[INFO] [stdout] test cli_sync_run_ref_can_switch_remote_between_two_refs_and_then_run_process ... ok
[INFO] [stderr] hint: 
[INFO] [stderr] hint: 	git config --global init.defaultBranch <name>
[INFO] [stderr] hint: 
[INFO] [stderr] hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
[INFO] [stderr] hint: 'development'. The just-created branch can be renamed via this command:
[INFO] [stderr] hint: 
[INFO] [stderr] hint: 	git branch -m <name>
[INFO] [stderr] hint: Using 'master' as the name for the initial branch. This default branch name
[INFO] [stdout] Initialized empty Git repository in /tmp/.tmp1iAv1T/.git/
[INFO] [stderr] hint: is subject to change. To configure the initial branch name to use in all
[INFO] [stdout] Initialized empty Git repository in /tmp/.tmpV6CjIg/.git/
[INFO] [stderr] hint: of your new repositories, which will suppress this warning, call:
[INFO] [stdout] Initialized empty Git repository in /tmp/.tmpNhdkZn/.git/
[INFO] [stderr] hint: 
[INFO] [stderr] hint: 	git config --global init.defaultBranch <name>
[INFO] [stderr] hint: 
[INFO] [stderr] hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
[INFO] [stderr] hint: 'development'. The just-created branch can be renamed via this command:
[INFO] [stderr] hint: 
[INFO] [stderr] hint: 	git branch -m <name>
[INFO] [stderr] hint: Using 'master' as the name for the initial branch. This default branch name
[INFO] [stderr] hint: is subject to change. To configure the initial branch name to use in all
[INFO] [stderr] hint: of your new repositories, which will suppress this warning, call:
[INFO] [stderr] hint: 
[INFO] [stderr] hint: 	git config --global init.defaultBranch <name>
[INFO] [stderr] hint: 
[INFO] [stderr] hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
[INFO] [stderr] hint: 'development'. The just-created branch can be renamed via this command:
[INFO] [stderr] hint: 
[INFO] [stderr] hint: 	git branch -m <name>
[INFO] [stdout] [master (root-commit) cba211c] v1
[INFO] [stdout]  2 files changed, 2 insertions(+)
[INFO] [stdout]  create mode 100644 old.txt
[INFO] [stdout]  create mode 100644 src/main.rs
[INFO] [stdout] [master (root-commit) 9e6c4e2] seed
[INFO] [stdout]  1 file changed, 1 insertion(+)
[INFO] [stdout]  create mode 100644 main.txt
[INFO] [stdout] [master 1d324a2] v2
[INFO] [stdout]  3 files changed, 3 insertions(+), 1 deletion(-)
[INFO] [stdout]  create mode 100644 README.md
[INFO] [stdout]  create mode 100644 bin/run.sh
[INFO] [stdout]  delete mode 100644 old.txt
[INFO] [stdout] rm 'main.txt'
[INFO] [stdout] [master (root-commit) 1698bc5] init
[INFO] [stdout]  1 file changed, 1 insertion(+)
[INFO] [stdout]  create mode 100644 main.txt
[INFO] [stdout] [master 49cd200] v2
[INFO] [stdout]  Date: Fri Jul 10 03:13:10 2026 +0000
[INFO] [stdout]  3 files changed, 3 insertions(+), 1 deletion(-)
[INFO] [stdout]  create mode 100644 README.md
[INFO] [stdout]  create mode 100755 bin/run.sh
[INFO] [stdout]  delete mode 100644 old.txt
[INFO] [stdout] [master 07835d4] empty-tree
[INFO] [stdout]  1 file changed, 1 deletion(-)
[INFO] [stdout]  delete mode 100644 main.txt
[INFO] [stdout] agentplane server listening on http://127.0.0.1:44743
[INFO] [stdout] [master (root-commit) 1698bc5] init
[INFO] [stdout]  1 file changed, 1 insertion(+)
[INFO] [stdout]  create mode 100644 main.txt
[INFO] [stdout] test cli_sync_run_base_ref_propagates_committed_deletes ... ok
[INFO] [stdout] agentplane server listening on http://127.0.0.1:45295
[INFO] [stdout] agentplane server listening on http://127.0.0.1:39539
[INFO] [stderr] hint: Using 'master' as the name for the initial branch. This default branch name
[INFO] [stderr] hint: is subject to change. To configure the initial branch name to use in all
[INFO] [stderr] hint: of your new repositories, which will suppress this warning, call:
[INFO] [stderr] hint: 
[INFO] [stderr] hint: 	git config --global init.defaultBranch <name>
[INFO] [stderr] hint: 
[INFO] [stderr] hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
[INFO] [stderr] hint: 'development'. The just-created branch can be renamed via this command:
[INFO] [stderr] hint: 
[INFO] [stderr] hint: 	git branch -m <name>
[INFO] [stdout] Initialized empty Git repository in /tmp/.tmpKDauIM/.git/
[INFO] [stdout] agentplane server listening on http://127.0.0.1:33693
[INFO] [stdout] [master (root-commit) 8fac844] init
[INFO] [stdout]  1 file changed, 1 insertion(+)
[INFO] [stdout]  create mode 100644 src/main.rs
[INFO] [stdout] [master (root-commit) 1698bc5] init
[INFO] [stdout]  1 file changed, 1 insertion(+)
[INFO] [stdout]  create mode 100644 main.txt
[INFO] [stdout] agentplane server listening on http://127.0.0.1:42755
[INFO] [stdout] test cli_health_and_sync_run_round_trip ... ok
[INFO] [stdout] agentplane server listening on http://127.0.0.1:41289
[INFO] [stderr] hint: Using 'master' as the name for the initial branch. This default branch name
[INFO] [stderr] hint: is subject to change. To configure the initial branch name to use in all
[INFO] [stderr] hint: of your new repositories, which will suppress this warning, call:
[INFO] [stderr] hint: 
[INFO] [stderr] hint: 	git config --global init.defaultBranch <name>
[INFO] [stderr] hint: 
[INFO] [stderr] hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
[INFO] [stderr] hint: 'development'. The just-created branch can be renamed via this command:
[INFO] [stderr] hint: 
[INFO] [stderr] hint: 	git branch -m <name>
[INFO] [stderr] hint: Using 'master' as the name for the initial branch. This default branch name
[INFO] [stdout] test cli_sync_run_ref_dry_run_reports_delete_plan ... ok
[INFO] [stderr] hint: is subject to change. To configure the initial branch name to use in all
[INFO] [stdout] test cli_sync_run_ref_exact_mirror_and_preserve_path ... ok
[INFO] [stderr] hint: of your new repositories, which will suppress this warning, call:
[INFO] [stderr] hint: 
[INFO] [stderr] hint: 	git config --global init.defaultBranch <name>
[INFO] [stderr] hint: 
[INFO] [stderr] hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
[INFO] [stderr] hint: 'development'. The just-created branch can be renamed via this command:
[INFO] [stderr] hint: 
[INFO] [stderr] hint: 	git branch -m <name>
[INFO] [stderr] hint: Using 'master' as the name for the initial branch. This default branch name
[INFO] [stderr] hint: is subject to change. To configure the initial branch name to use in all
[INFO] [stderr] hint: of your new repositories, which will suppress this warning, call:
[INFO] [stderr] hint: 
[INFO] [stderr] hint: 	git config --global init.defaultBranch <name>
[INFO] [stderr] hint: 
[INFO] [stderr] hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
[INFO] [stderr] hint: 'development'. The just-created branch can be renamed via this command:
[INFO] [stderr] hint: 
[INFO] [stderr] hint: 	git branch -m <name>
[INFO] [stdout] Initialized empty Git repository in /tmp/.tmp6Y7HuL/.git/
[INFO] [stdout] Initialized empty Git repository in /tmp/.tmpGlrzXb/.git/
[INFO] [stdout] Initialized empty Git repository in /tmp/.tmpbKOcT6/.git/
[INFO] [stdout] test cli_sync_run_ref_preserve_subtree_allows_sibling_cleanup ... ok
[INFO] [stderr] hint: Using 'master' as the name for the initial branch. This default branch name
[INFO] [stderr] hint: is subject to change. To configure the initial branch name to use in all
[INFO] [stderr] hint: of your new repositories, which will suppress this warning, call:
[INFO] [stderr] hint: 
[INFO] [stderr] hint: 	git config --global init.defaultBranch <name>
[INFO] [stderr] hint: 
[INFO] [stderr] hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
[INFO] [stderr] hint: 'development'. The just-created branch can be renamed via this command:
[INFO] [stderr] hint: 
[INFO] [stderr] hint: 	git branch -m <name>
[INFO] [stdout] [master (root-commit) c3c48a4] spaces
[INFO] [stdout]  1 file changed, 1 insertion(+)
[INFO] [stdout]  create mode 100644 dir with spaces/file name.txt
[INFO] [stdout] test cli_sync_run_ref_dry_run_succeeds_when_remote_root_is_missing ... ok
[INFO] [stdout] Initialized empty Git repository in /tmp/.tmpr7SsPW/.git/
[INFO] [stdout] agentplane server listening on http://127.0.0.1:38629
[INFO] [stderr] hint: Using 'master' as the name for the initial branch. This default branch name
[INFO] [stderr] hint: is subject to change. To configure the initial branch name to use in all
[INFO] [stderr] hint: of your new repositories, which will suppress this warning, call:
[INFO] [stderr] hint: 
[INFO] [stderr] hint: 	git config --global init.defaultBranch <name>
[INFO] [stderr] hint: 
[INFO] [stderr] hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
[INFO] [stderr] hint: 'development'. The just-created branch can be renamed via this command:
[INFO] [stderr] hint: 
[INFO] [stderr] hint: 	git branch -m <name>
[INFO] [stdout] Initialized empty Git repository in /tmp/.tmpCHwAHl/.git/
[INFO] [stdout] [master (root-commit) 1698bc5] init
[INFO] [stdout]  1 file changed, 1 insertion(+)
[INFO] [stdout]  create mode 100644 main.txt
[INFO] [stdout] [master (root-commit) d688e45] exec-on
[INFO] [stdout]  1 file changed, 2 insertions(+)
[INFO] [stdout]  create mode 100755 bin/tool.sh
[INFO] [stdout] test cli_sync_run_ref_branch_ignores_dirty_checkout_and_preserves_multiple_paths ... ok
[INFO] [stdout] agentplane server listening on http://127.0.0.1:43109
[INFO] [stdout] test cli_sync_run_ref_empty_tree_clears_remote_except_preserved_paths ... ok
[INFO] [stderr] hint: Using 'master' as the name for the initial branch. This default branch name
[INFO] [stderr] hint: is subject to change. To configure the initial branch name to use in all
[INFO] [stderr] hint: of your new repositories, which will suppress this warning, call:
[INFO] [stderr] hint: 
[INFO] [stderr] hint: 	git config --global init.defaultBranch <name>
[INFO] [stderr] hint: 
[INFO] [stderr] hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
[INFO] [stderr] hint: 'development'. The just-created branch can be renamed via this command:
[INFO] [stderr] hint: 
[INFO] [stderr] hint: 	git branch -m <name>
[INFO] [stdout] test parse_env_pairs_rejects_invalid_input ... ok
[INFO] [stdout] [master (root-commit) 70e83bc] init
[INFO] [stdout]  3 files changed, 3 insertions(+)
[INFO] [stdout]  create mode 100644 .gitignore
[INFO] [stdout]  create mode 100644 delete-me.txt
[INFO] [stdout]  create mode 100644 tracked.txt
[INFO] [stdout] Initialized empty Git repository in /tmp/.tmp9gRjrz/.git/
[INFO] [stdout] test cli_sync_run_ref_rejects_invalid_ref_without_touching_remote ... ok
[INFO] [stdout] test sync_run_checksum_skips_identical_files_and_reports_write_categories ... ok
[INFO] [stdout] test collect_repo_changes_handles_modified_untracked_and_deleted ... ok
[INFO] [stdout] [master (root-commit) 49e32a3] init
[INFO] [stdout]  1 file changed, 1 insertion(+)
[INFO] [stdout]  create mode 100644 main.txt
[INFO] [stdout] [master 7af90ff] exec-off
[INFO] [stdout]  1 file changed, 0 insertions(+), 0 deletions(-)
[INFO] [stdout]  mode change 100755 => 100644 bin/tool.sh
[INFO] [stdout] test cli_sync_run_ref_preserve_prefix_match_does_not_overpreserve_similar_names ... ok
[INFO] [stderr] hint: Using 'master' as the name for the initial branch. This default branch name
[INFO] [stderr] hint: is subject to change. To configure the initial branch name to use in all
[INFO] [stderr] hint: of your new repositories, which will suppress this warning, call:
[INFO] [stderr] hint: 
[INFO] [stderr] hint: 	git config --global init.defaultBranch <name>
[INFO] [stderr] hint: 
[INFO] [stderr] hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
[INFO] [stderr] hint: 'development'. The just-created branch can be renamed via this command:
[INFO] [stderr] hint: 
[INFO] [stderr] hint: 	git branch -m <name>
[INFO] [stdout] Initialized empty Git repository in /tmp/.tmpAbxT0K/.git/
[INFO] [stdout] test sync_run_ref_snapshot_preserve_path_does_not_block_sibling_deletes ... ok
[INFO] [stdout] test sync_run_rejects_escape_and_allow_list_violation ... ok
[INFO] [stdout] agentplane server listening on http://127.0.0.1:45143
[INFO] [stderr] hint: Using 'master' as the name for the initial branch. This default branch name
[INFO] [stdout] test sync_run_ref_snapshot_exactly_replaces_remote_tree_and_preserves_whitelist ... ok
[INFO] [stderr] hint: is subject to change. To configure the initial branch name to use in all
[INFO] [stderr] hint: of your new repositories, which will suppress this warning, call:
[INFO] [stderr] hint: 
[INFO] [stderr] hint: 	git config --global init.defaultBranch <name>
[INFO] [stderr] hint: 
[INFO] [stderr] hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
[INFO] [stderr] hint: 'development'. The just-created branch can be renamed via this command:
[INFO] [stderr] hint: 
[INFO] [stderr] hint: 	git branch -m <name>
[INFO] [stdout] Initialized empty Git repository in /tmp/.tmpNmCOXq/.git/
[INFO] [stdout] test cli_sync_run_ref_supports_paths_with_spaces ... ok
[INFO] [stdout] [master (root-commit) c858626] base
[INFO] [stdout]  2 files changed, 3 insertions(+)
[INFO] [stdout]  create mode 100644 nested/tool.sh
[INFO] [stdout]  create mode 100644 tracked.txt
[INFO] [stdout] agentplane server listening on http://127.0.0.1:42149
[INFO] [stdout] [master (root-commit) 0762f05] init
[INFO] [stdout]  2 files changed, 3 insertions(+)
[INFO] [stdout]  create mode 100644 hello.sh
[INFO] [stdout]  create mode 100644 nested/old.txt
[INFO] [stdout] [master (root-commit) 1a08a38] init
[INFO] [stdout]  1 file changed, 1 insertion(+)
[INFO] [stdout]  create mode 100644 main.txt
[INFO] [stdout] test sync_run_round_trip_with_env_and_exec_bit ... ok
[INFO] [stdout] [master facec8b] base
[INFO] [stdout]  Date: Fri Jul 10 03:13:11 2026 +0000
[INFO] [stdout]  2 files changed, 3 insertions(+)
[INFO] [stdout]  create mode 100755 nested/tool.sh
[INFO] [stdout]  create mode 100644 tracked.txt
[INFO] [stdout] test sync_run_allows_remote_root_equal_to_allow_root_even_if_missing_before_sync ... ok
[INFO] [stdout] test collect_repo_snapshot_uses_requested_ref_even_when_worktree_is_dirty ... ok
[INFO] [stdout] test cli_sync_run_ref_updates_executable_bit_when_switching_refs ... ok
[INFO] [stdout] test sync_run_limits_large_command_output ... ok
[INFO] [stdout] test cli_sync_run_reports_failure_timeout_and_auth_error ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 29 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.41s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/health.rs (/opt/rustwide/target/debug/deps/health-2a164a90fe4de924)
[INFO] [stdout] 
[INFO] [stdout] running 2 tests
[INFO] [stdout] agentplane server listening on http://127.0.0.1:38759
[INFO] [stdout] test cli_health_token_sends_authorization_header ... ok
[INFO] [stdout] test cli_health_remains_available_without_token ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/mode.rs (/opt/rustwide/target/debug/deps/mode-721a9aac4a623df7)
[INFO] [stdout] 
[INFO] [stdout] running 5 tests
[INFO] [stdout] test agent_mode_switch_lease_renew_release_and_recover_workflow ... ok
[INFO] [stdout] test agent_lease_ttl_expiry_blocks_renewal ... ok
[INFO] [stdout] agentplane server listening on http://127.0.0.1:45335
[INFO] [stdout] agentplane server listening on http://127.0.0.1:35449
[INFO] [stdout] agentplane server listening on http://127.0.0.1:36863
[INFO] [stdout] test cli_file_upload_still_works_when_server_is_in_shared_mode ... ok
[INFO] [stdout] test cli_multi_agent_shared_mode_keeps_active_agent_resources_isolated ... ok
[INFO] [stdout] test cli_shared_mode_requires_active_lease_for_process_start ... ok
[INFO] [stderr]      Running tests/process.rs (/opt/rustwide/target/debug/deps/process-ceca22b751076862)
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.33s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 17 tests
[INFO] [stdout] agentplane server listening on http://127.0.0.1:36675
[INFO] [stdout] agentplane server listening on http://127.0.0.1:45357
[INFO] [stdout] agentplane server listening on http://127.0.0.1:41393
[INFO] [stdout] agentplane server listening on http://127.0.0.1:42739
[INFO] [stdout] agentplane server listening on http://127.0.0.1:34233
[INFO] [stdout] agentplane server listening on http://127.0.0.1:37033
[INFO] [stdout] agentplane server listening on http://127.0.0.1:33901
[INFO] [stdout] agentplane server listening on http://127.0.0.1:32951
[INFO] [stdout] test cli_process_cleanup_dry_run_and_explicit_term_signal ... ok
[INFO] [stdout] agentplane server listening on http://127.0.0.1:33335
[INFO] [stdout] test cli_process_run_streams_output_and_returns_remote_exit_code ... ok
[INFO] [stdout] agentplane server listening on http://127.0.0.1:44435
[INFO] [stdout] test cli_large_stdin_and_large_stdout_round_trip ... ok
[INFO] [stdout] test cli_large_output_cursor_reads_without_skipping_chunks ... ok
[INFO] [stdout] agentplane server listening on http://127.0.0.1:33827
[INFO] [stdout] test cli_process_run_warns_when_output_cursor_expires ... ok
[INFO] [stdout] test cli_process_run_tail_on_error_prints_retained_tail ... ok
[INFO] [stdout] test process_cleanup_dry_run_reports_without_signaling_and_kill_requires_signal ... ok
[INFO] [stdout] test process_output_limit_truncates_old_chunks_and_reports_cursor_expiry ... ok
[INFO] [stdout] test cli_large_output_respects_server_retention_and_resume_cursor ... ok
[INFO] [stdout] test process_read_supports_sequence_cursor_wait_and_binary_output ... ok
[INFO] [stdout] test cli_server_default_kill_tree_on_terminate_cleans_process_group ... ok
[INFO] [stdout] test process_start_is_idempotent_and_supports_recovery_listing ... ok
[INFO] [stdout] test process_resource_limits_reject_excessive_usage_and_prune_finished_entries ... ok
[INFO] [stdout] test process_session_round_trip_supports_stdin_env_cwd_and_timeout ... ok
[INFO] [stdout] test cli_reconnect_reuses_same_process_without_duplicate_execution ... ok
[INFO] [stdout] test cli_process_terminate_tree_kills_background_child_without_touching_other_groups ... FAILED
[INFO] [stdout] test cli_process_get_reports_children_running_after_wrapper_exits ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- cli_process_terminate_tree_kills_background_child_without_touching_other_groups stdout ----
[INFO] [stdout] Error: process still alive after tree termination: 6657
[INFO] [stdout] 
[INFO] [stdout] Stack backtrace:
[INFO] [stdout]    0: <anyhow::Error>::msg::<alloc::string::String>
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/backtrace.rs:10:14
[INFO] [stdout]    1: anyhow::__private::format_err
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/lib.rs:690:13
[INFO] [stdout]    2: process::common::assert_process_exits
[INFO] [stdout]              at ./tests/common/mod.rs:816:5
[INFO] [stdout]    3: process::cli_process_terminate_tree_kills_background_child_without_touching_other_groups
[INFO] [stdout]              at ./tests/process.rs:1158:5
[INFO] [stdout]    4: process::cli_process_terminate_tree_kills_background_child_without_touching_other_groups::{closure#0}
[INFO] [stdout]              at ./tests/process.rs:1083:89
[INFO] [stdout]    5: <process::cli_process_terminate_tree_kills_background_child_without_touching_other_groups::{closure#0} as core::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]    6: <fn() -> core::result::Result<(), alloc::string::String> as core::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]    7: test::__rust_begin_short_backtrace::<core::result::Result<(), alloc::string::String>, fn() -> core::result::Result<(), alloc::string::String>>
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:724:18
[INFO] [stdout]    8: test::run_test_in_process::{closure#0}
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:74
[INFO] [stdout]    9: <core::panic::unwind_safe::AssertUnwindSafe<test::run_test_in_process::{closure#0}> as core::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   10: std::panicking::catch_unwind::do_call::<core::panic::unwind_safe::AssertUnwindSafe<test::run_test_in_process::{closure#0}>, core::result::Result<(), alloc::string::String>>
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   11: std::panicking::catch_unwind::<core::result::Result<(), alloc::string::String>, core::panic::unwind_safe::AssertUnwindSafe<test::run_test_in_process::{closure#0}>>
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   12: std::panic::catch_unwind::<core::panic::unwind_safe::AssertUnwindSafe<test::run_test_in_process::{closure#0}>, core::result::Result<(), alloc::string::String>>
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   13: test::run_test_in_process
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:27
[INFO] [stdout]   14: test::run_test::{closure#0}
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:668:43
[INFO] [stdout]   15: test::run_test::{closure#1}
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:698:41
[INFO] [stdout]   16: std::sys::backtrace::__rust_begin_short_backtrace::<test::run_test::{closure#1}, ()>
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   17: std::thread::lifecycle::spawn_unchecked::<test::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   18: <core::panic::unwind_safe::AssertUnwindSafe<std::thread::lifecycle::spawn_unchecked<test::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   19: std::panicking::catch_unwind::do_call::<core::panic::unwind_safe::AssertUnwindSafe<std::thread::lifecycle::spawn_unchecked<test::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   20: std::panicking::catch_unwind::<(), core::panic::unwind_safe::AssertUnwindSafe<std::thread::lifecycle::spawn_unchecked<test::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   21: std::panic::catch_unwind::<core::panic::unwind_safe::AssertUnwindSafe<std::thread::lifecycle::spawn_unchecked<test::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   22: std::thread::lifecycle::spawn_unchecked::<test::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   23: <std::thread::lifecycle::spawn_unchecked<test::run_test::{closure#1}, ()>::{closure#1} as core::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   24: <alloc::boxed::Box<dyn core::ops::function::FnOnce<(), Output = ()> + core::marker::Send> as core::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2275:9
[INFO] [stdout]   25: <std::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   26: <unknown>
[INFO] [stdout]   27: clone
[INFO] [stdout] 
[INFO] [stdout] ---- cli_process_get_reports_children_running_after_wrapper_exits stdout ----
[INFO] [stdout] Error: process still alive after tree termination: 6628
[INFO] [stdout] 
[INFO] [stdout] Stack backtrace:
[INFO] [stdout]    0: <anyhow::Error>::msg::<alloc::string::String>
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/backtrace.rs:10:14
[INFO] [stdout]    1: anyhow::__private::format_err
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/lib.rs:690:13
[INFO] [stdout]    2: process::common::assert_process_exits
[INFO] [stdout]              at ./tests/common/mod.rs:816:5
[INFO] [stdout]    3: process::cli_process_get_reports_children_running_after_wrapper_exits
[INFO] [stdout]              at ./tests/process.rs:1257:5
[INFO] [stdout]    4: process::cli_process_get_reports_children_running_after_wrapper_exits::{closure#0}
[INFO] [stdout]              at ./tests/process.rs:1187:70
[INFO] [stdout]    5: <process::cli_process_get_reports_children_running_after_wrapper_exits::{closure#0} as core::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]    6: <fn() -> core::result::Result<(), alloc::string::String> as core::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]    7: test::__rust_begin_short_backtrace::<core::result::Result<(), alloc::string::String>, fn() -> core::result::Result<(), alloc::string::String>>
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:724:18
[INFO] [stdout]    8: test::run_test_in_process::{closure#0}
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:74
[INFO] [stdout]    9: <core::panic::unwind_safe::AssertUnwindSafe<test::run_test_in_process::{closure#0}> as core::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   10: std::panicking::catch_unwind::do_call::<core::panic::unwind_safe::AssertUnwindSafe<test::run_test_in_process::{closure#0}>, core::result::Result<(), alloc::string::String>>
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   11: std::panicking::catch_unwind::<core::result::Result<(), alloc::string::String>, core::panic::unwind_safe::AssertUnwindSafe<test::run_test_in_process::{closure#0}>>
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   12: std::panic::catch_unwind::<core::panic::unwind_safe::AssertUnwindSafe<test::run_test_in_process::{closure#0}>, core::result::Result<(), alloc::string::String>>
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   13: test::run_test_in_process
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:27
[INFO] [stdout]   14: test::run_test::{closure#0}
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:668:43
[INFO] [stdout]   15: test::run_test::{closure#1}
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:698:41
[INFO] [stdout]   16: std::sys::backtrace::__rust_begin_short_backtrace::<test::run_test::{closure#1}, ()>
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   17: std::thread::lifecycle::spawn_unchecked::<test::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   18: <core::panic::unwind_safe::AssertUnwindSafe<std::thread::lifecycle::spawn_unchecked<test::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   19: std::panicking::catch_unwind::do_call::<core::panic::unwind_safe::AssertUnwindSafe<std::thread::lifecycle::spawn_unchecked<test::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   20: std::panicking::catch_unwind::<(), core::panic::unwind_safe::AssertUnwindSafe<std::thread::lifecycle::spawn_unchecked<test::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   21: std::panic::catch_unwind::<core::panic::unwind_safe::AssertUnwindSafe<std::thread::lifecycle::spawn_unchecked<test::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   22: std::thread::lifecycle::spawn_unchecked::<test::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   23: <std::thread::lifecycle::spawn_unchecked<test::run_test::{closure#1}, ()>::{closure#1} as core::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   24: <alloc::boxed::Box<dyn core::ops::function::FnOnce<(), Output = ()> + core::marker::Send> as core::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2275:9
[INFO] [stdout]   25: <std::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]              at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   26: <unknown>
[INFO] [stdout]   27: clone
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     cli_process_get_reports_children_running_after_wrapper_exits
[INFO] [stdout]     cli_process_terminate_tree_kills_background_child_without_touching_other_groups
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 15 passed; 2 failed; 0 ignored; 0 measured; 0 filtered out; finished in 6.07s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--test process`
[INFO] running `Command { std: "docker" "inspect" "ebfd6afff6324404bcb9f30abe86b436fb45a738e486b72dcf1e73e1ace5d7c5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ebfd6afff6324404bcb9f30abe86b436fb45a738e486b72dcf1e73e1ace5d7c5", kill_on_drop: false }`
[INFO] [stdout] ebfd6afff6324404bcb9f30abe86b436fb45a738e486b72dcf1e73e1ace5d7c5
