﻿2026-07-06T05:19:24.0739879Z Current runner version: '2.335.1'
2026-07-06T05:19:24.0744679Z Runner name: 'hfenduleam'
2026-07-06T05:19:24.0745113Z Runner group name: 'Default'
2026-07-06T05:19:24.0745587Z Machine name: 'HFENDULEAM'
2026-07-06T05:19:24.0747497Z ##[group]GITHUB_TOKEN Permissions
2026-07-06T05:19:24.0748821Z Contents: read
2026-07-06T05:19:24.0749177Z Metadata: read
2026-07-06T05:19:24.0749478Z Packages: read
2026-07-06T05:19:24.0749782Z ##[endgroup]
2026-07-06T05:19:24.0750998Z Secret source: Actions
2026-07-06T05:19:24.0751398Z Prepare workflow directory
2026-07-06T05:19:24.1025454Z Prepare all required actions
2026-07-06T05:19:24.1056605Z Getting action download info
2026-07-06T05:19:24.4276535Z Download action repository 'actions/checkout@v5' (SHA:93cb6efe18208431cddfb8368fd83d5badbf9bfd)
2026-07-06T05:19:25.0413235Z Complete job name: twohost-a
2026-07-06T05:19:25.1126529Z ##[group]Run actions/checkout@v5
2026-07-06T05:19:25.1127248Z with:
2026-07-06T05:19:25.1127585Z   repository: SaberMage/spt-core
2026-07-06T05:19:25.1130271Z   token: ***
2026-07-06T05:19:25.1130556Z   ssh-strict: true
2026-07-06T05:19:25.1130859Z   ssh-user: git
2026-07-06T05:19:25.1131164Z   persist-credentials: true
2026-07-06T05:19:25.1131500Z   clean: true
2026-07-06T05:19:25.1131804Z   sparse-checkout-cone-mode: true
2026-07-06T05:19:25.1132173Z   fetch-depth: 1
2026-07-06T05:19:25.1132474Z   fetch-tags: false
2026-07-06T05:19:25.1132775Z   show-progress: true
2026-07-06T05:19:25.1133084Z   lfs: false
2026-07-06T05:19:25.1133366Z   submodules: false
2026-07-06T05:19:25.1133667Z   set-safe-directory: true
2026-07-06T05:19:25.1134135Z ##[endgroup]
2026-07-06T05:19:25.2971423Z Syncing repository: SaberMage/spt-core
2026-07-06T05:19:25.2972613Z ##[group]Getting Git version info
2026-07-06T05:19:25.2973152Z Working directory is 'C:\actions-runner\_work\spt-core\spt-core'
2026-07-06T05:19:25.3251507Z [command]"c:\program files\git\cmd\git.exe" version
2026-07-06T05:19:25.3477311Z git version 2.43.0.windows.1
2026-07-06T05:19:25.3505642Z ##[endgroup]
2026-07-06T05:19:25.3514470Z Copying 'C:\Users\decid\.gitconfig' to 'C:\actions-runner\_work\_temp\6f677f30-e7f6-4912-9651-861f31704273\.gitconfig'
2026-07-06T05:19:25.3528420Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\6f677f30-e7f6-4912-9651-861f31704273' before making global git config changes
2026-07-06T05:19:25.3529303Z Adding repository directory to the temporary git global config as a safe directory
2026-07-06T05:19:25.3533739Z [command]"c:\program files\git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\spt-core\spt-core
2026-07-06T05:19:25.3781026Z [command]"c:\program files\git\cmd\git.exe" config --local --get remote.origin.url
2026-07-06T05:19:25.3985026Z https://github.com/SaberMage/spt-core
2026-07-06T05:19:25.4011037Z ##[group]Removing previously created refs, to avoid conflicts
2026-07-06T05:19:25.4015205Z [command]"c:\program files\git\cmd\git.exe" rev-parse --symbolic-full-name --verify --quiet HEAD
2026-07-06T05:19:25.4219993Z HEAD
2026-07-06T05:19:25.4489890Z ##[endgroup]
2026-07-06T05:19:25.4493178Z [command]"c:\program files\git\cmd\git.exe" submodule status
2026-07-06T05:19:25.9280776Z ##[group]Cleaning the repository
2026-07-06T05:19:25.9284352Z [command]"c:\program files\git\cmd\git.exe" clean -ffdx
2026-07-06T05:19:28.3908709Z Removing target/
2026-07-06T05:19:28.3940223Z [command]"c:\program files\git\cmd\git.exe" reset --hard HEAD
2026-07-06T05:19:28.5037589Z HEAD is now at 09deb8eb Merge 600f242fcfbf0e52a2b6199bd7d50939032ff445 into 06cea5cde193b7f0307a0334de0917ea7bd7742a
2026-07-06T05:19:28.5057528Z ##[endgroup]
2026-07-06T05:19:28.5061368Z ##[group]Disabling automatic garbage collection
2026-07-06T05:19:28.5066341Z [command]"c:\program files\git\cmd\git.exe" config --local gc.auto 0
2026-07-06T05:19:28.5289337Z ##[endgroup]
2026-07-06T05:19:28.5289808Z ##[group]Setting up auth
2026-07-06T05:19:28.5296018Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand
2026-07-06T05:19:28.5518689Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\""
2026-07-06T05:19:29.0250946Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-07-06T05:19:29.0481853Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\""
2026-07-06T05:19:29.5707407Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-07-06T05:19:29.5935210Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "git config --local --show-origin --name-only --get-regexp remote.origin.url"
2026-07-06T05:19:30.0548786Z [command]"c:\program files\git\cmd\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***"
2026-07-06T05:19:30.0799370Z ##[endgroup]
2026-07-06T05:19:30.0800018Z ##[group]Fetching the repository
2026-07-06T05:19:30.0806304Z [command]"c:\program files\git\cmd\git.exe" -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +09deb8ebaed6d4fb12a70cbb8c352599fb296654:refs/remotes/pull/52/merge
2026-07-06T05:19:30.6618434Z ##[endgroup]
2026-07-06T05:19:30.6618915Z ##[group]Determining the checkout info
2026-07-06T05:19:30.6619307Z ##[endgroup]
2026-07-06T05:19:30.6627908Z [command]"c:\program files\git\cmd\git.exe" sparse-checkout disable
2026-07-06T05:19:30.7685092Z [command]"c:\program files\git\cmd\git.exe" config --local --unset-all extensions.worktreeConfig
2026-07-06T05:19:30.7946666Z ##[group]Checking out the ref
2026-07-06T05:19:30.7951446Z [command]"c:\program files\git\cmd\git.exe" checkout --progress --force refs/remotes/pull/52/merge
2026-07-06T05:19:30.8306591Z HEAD is now at 09deb8eb Merge 600f242fcfbf0e52a2b6199bd7d50939032ff445 into 06cea5cde193b7f0307a0334de0917ea7bd7742a
2026-07-06T05:19:30.8331850Z ##[endgroup]
2026-07-06T05:19:30.8590727Z [command]"c:\program files\git\cmd\git.exe" log -1 --format=%H
2026-07-06T05:19:30.8845038Z 09deb8ebaed6d4fb12a70cbb8c352599fb296654
2026-07-06T05:19:30.9207238Z ##[group]Run actions/checkout@v5
2026-07-06T05:19:30.9207560Z with:
2026-07-06T05:19:30.9207757Z   repository: SaberMage/spt-shell-notify
2026-07-06T05:19:30.9207982Z   path: .adapter-notify
2026-07-06T05:19:30.9209834Z   token: ***
2026-07-06T05:19:30.9210011Z   ssh-strict: true
2026-07-06T05:19:30.9210199Z   ssh-user: git
2026-07-06T05:19:30.9210377Z   persist-credentials: true
2026-07-06T05:19:30.9210560Z   clean: true
2026-07-06T05:19:30.9210757Z   sparse-checkout-cone-mode: true
2026-07-06T05:19:30.9210963Z   fetch-depth: 1
2026-07-06T05:19:30.9211128Z   fetch-tags: false
2026-07-06T05:19:30.9211329Z   show-progress: true
2026-07-06T05:19:30.9211506Z   lfs: false
2026-07-06T05:19:30.9211672Z   submodules: false
2026-07-06T05:19:30.9211842Z   set-safe-directory: true
2026-07-06T05:19:30.9212028Z ##[endgroup]
2026-07-06T05:19:30.9920498Z Syncing repository: SaberMage/spt-shell-notify
2026-07-06T05:19:30.9925633Z ##[group]Getting Git version info
2026-07-06T05:19:30.9926214Z Working directory is 'C:\actions-runner\_work\spt-core\spt-core\.adapter-notify'
2026-07-06T05:19:31.0246676Z [command]"c:\program files\git\cmd\git.exe" version
2026-07-06T05:19:31.0512760Z git version 2.43.0.windows.1
2026-07-06T05:19:31.0538780Z ##[endgroup]
2026-07-06T05:19:31.0546244Z Copying 'C:\Users\decid\.gitconfig' to 'C:\actions-runner\_work\_temp\b3fadc6b-ade6-4881-b366-2dd9df586718\.gitconfig'
2026-07-06T05:19:31.0558735Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\b3fadc6b-ade6-4881-b366-2dd9df586718' before making global git config changes
2026-07-06T05:19:31.0559362Z Adding repository directory to the temporary git global config as a safe directory
2026-07-06T05:19:31.0564785Z [command]"c:\program files\git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\spt-core\spt-core\.adapter-notify
2026-07-06T05:19:31.0813813Z ##[group]Initializing the repository
2026-07-06T05:19:31.0817958Z [command]"c:\program files\git\cmd\git.exe" init C:\actions-runner\_work\spt-core\spt-core\.adapter-notify
2026-07-06T05:19:31.1141713Z Initialized empty Git repository in C:/actions-runner/_work/spt-core/spt-core/.adapter-notify/.git/
2026-07-06T05:19:31.1168008Z [command]"c:\program files\git\cmd\git.exe" remote add origin https://github.com/SaberMage/spt-shell-notify
2026-07-06T05:19:31.1434449Z ##[endgroup]
2026-07-06T05:19:31.1434793Z ##[group]Disabling automatic garbage collection
2026-07-06T05:19:31.1439229Z [command]"c:\program files\git\cmd\git.exe" config --local gc.auto 0
2026-07-06T05:19:31.1665689Z ##[endgroup]
2026-07-06T05:19:31.1666154Z ##[group]Setting up auth
2026-07-06T05:19:31.1672908Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand
2026-07-06T05:19:31.1896252Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\""
2026-07-06T05:19:31.7481525Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-07-06T05:19:31.7720542Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\""
2026-07-06T05:19:32.3346320Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-07-06T05:19:32.3574831Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "git config --local --show-origin --name-only --get-regexp remote.origin.url"
2026-07-06T05:19:32.8020491Z [command]"c:\program files\git\cmd\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***"
2026-07-06T05:19:32.9110321Z ##[endgroup]
2026-07-06T05:19:32.9110660Z ##[group]Determining the default branch
2026-07-06T05:19:32.9113091Z Retrieving the default branch name
2026-07-06T05:19:33.2978748Z Default branch 'main'
2026-07-06T05:19:33.2979214Z ##[endgroup]
2026-07-06T05:19:33.2979537Z ##[group]Fetching the repository
2026-07-06T05:19:33.2985324Z [command]"c:\program files\git\cmd\git.exe" -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +refs/heads/main:refs/remotes/origin/main
2026-07-06T05:19:34.0261903Z From https://github.com/SaberMage/spt-shell-notify
2026-07-06T05:19:34.0262253Z  * [new branch]      main       -> origin/main
2026-07-06T05:19:34.0397663Z ##[endgroup]
2026-07-06T05:19:34.0398012Z ##[group]Determining the checkout info
2026-07-06T05:19:34.0398841Z ##[endgroup]
2026-07-06T05:19:34.0404396Z [command]"c:\program files\git\cmd\git.exe" sparse-checkout disable
2026-07-06T05:19:34.0689863Z [command]"c:\program files\git\cmd\git.exe" config --local --unset-all extensions.worktreeConfig
2026-07-06T05:19:34.0916070Z ##[group]Checking out the ref
2026-07-06T05:19:34.0920576Z [command]"c:\program files\git\cmd\git.exe" checkout --progress --force -B main refs/remotes/origin/main
2026-07-06T05:19:34.1234965Z branch 'main' set up to track 'origin/main'.
2026-07-06T05:19:34.1235269Z Reset branch 'main'
2026-07-06T05:19:34.1255707Z ##[endgroup]
2026-07-06T05:19:34.1502877Z [command]"c:\program files\git\cmd\git.exe" log -1 --format=%H
2026-07-06T05:19:34.1711332Z ee2d37eadc730c0019e0af82d683074c509634a2
2026-07-06T05:19:34.1972215Z ##[group]Run cargo build --manifest-path .adapter-notify/Cargo.toml
2026-07-06T05:19:34.1972668Z [36;1mcargo build --manifest-path .adapter-notify/Cargo.toml[0m
2026-07-06T05:19:34.2036215Z shell: C:\Program Files\PowerShell\7\pwsh.EXE -command ". '{0}'"
2026-07-06T05:19:34.2036512Z ##[endgroup]
2026-07-06T05:19:34.4822788Z     Updating crates.io index
2026-07-06T05:19:34.6177383Z      Locking 11 packages to latest compatible versions
2026-07-06T05:19:34.6642712Z    Compiling zmij v1.0.21
2026-07-06T05:19:34.6642986Z    Compiling serde_core v1.0.228
2026-07-06T05:19:34.6643202Z    Compiling serde_json v1.0.150
2026-07-06T05:19:34.6643532Z    Compiling itoa v1.0.18
2026-07-06T05:19:34.6643874Z    Compiling memchr v2.8.2
2026-07-06T05:19:36.9297143Z    Compiling spt-shell-notify v0.1.0 (C:\actions-runner\_work\spt-core\spt-core\.adapter-notify)
2026-07-06T05:19:37.2916611Z     Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.85s
2026-07-06T05:19:37.3922538Z ##[group]Run cargo build -p spt --bin spt
2026-07-06T05:19:37.3922975Z [36;1mcargo build -p spt --bin spt[0m
2026-07-06T05:19:37.3984872Z shell: C:\Program Files\PowerShell\7\pwsh.EXE -command ". '{0}'"
2026-07-06T05:19:37.3985320Z ##[endgroup]
2026-07-06T05:19:38.2261362Z    Compiling proc-macro2 v1.0.106
2026-07-06T05:19:38.2261662Z    Compiling quote v1.0.45
2026-07-06T05:19:38.2261878Z    Compiling unicode-ident v1.0.24
2026-07-06T05:19:38.2262096Z    Compiling cfg-if v1.0.4
2026-07-06T05:19:38.2262390Z    Compiling serde_core v1.0.228
2026-07-06T05:19:38.2262733Z    Compiling serde v1.0.228
2026-07-06T05:19:38.2263021Z    Compiling windows-link v0.2.1
2026-07-06T05:19:38.2263258Z    Compiling getrandom v0.3.4
2026-07-06T05:19:38.2263477Z    Compiling typenum v1.20.1
2026-07-06T05:19:38.2263861Z    Compiling version_check v0.9.5
2026-07-06T05:19:38.2264285Z    Compiling portable-atomic v1.13.1
2026-07-06T05:19:38.2264789Z    Compiling pin-project-lite v0.2.17
2026-07-06T05:19:38.2265328Z    Compiling find-msvc-tools v0.1.9
2026-07-06T05:19:38.2265648Z    Compiling shlex v2.0.1
2026-07-06T05:19:38.2266044Z    Compiling memchr v2.8.1
2026-07-06T05:19:38.2266541Z    Compiling critical-section v1.2.0
2026-07-06T05:19:38.2773804Z    Compiling windows-sys v0.61.2
2026-07-06T05:19:38.3032392Z    Compiling subtle v2.6.1
2026-07-06T05:19:38.3118047Z    Compiling smallvec v1.15.1
2026-07-06T05:19:38.4304348Z    Compiling equivalent v1.0.2
2026-07-06T05:19:38.6029156Z    Compiling futures-core v0.3.32
2026-07-06T05:19:38.6115476Z    Compiling itoa v1.0.18
2026-07-06T05:19:38.6402372Z    Compiling generic-array v0.14.7
2026-07-06T05:19:38.7560408Z    Compiling bytes v1.11.1
2026-07-06T05:19:38.7862458Z    Compiling semver v1.0.28
2026-07-06T05:19:38.7970564Z    Compiling stable_deref_trait v1.2.1
2026-07-06T05:19:38.8952163Z    Compiling log v0.4.32
2026-07-06T05:19:38.9338374Z    Compiling slab v0.4.12
2026-07-06T05:19:39.0898959Z    Compiling futures-sink v0.3.32
2026-07-06T05:19:39.0920272Z    Compiling futures-io v0.3.32
2026-07-06T05:19:39.2039021Z    Compiling futures-task v0.3.32
2026-07-06T05:19:39.2409483Z    Compiling rustversion v1.0.22
2026-07-06T05:19:39.3079366Z    Compiling hashbrown v0.17.1
2026-07-06T05:19:39.3629918Z    Compiling rustc_version v0.4.1
2026-07-06T05:19:39.4042673Z    Compiling futures-channel v0.3.32
2026-07-06T05:19:39.4249177Z    Compiling jobserver v0.1.34
2026-07-06T05:19:39.4334667Z    Compiling rand_core v0.10.1
2026-07-06T05:19:39.4702413Z    Compiling getrandom v0.2.17
2026-07-06T05:19:39.4762132Z    Compiling cpufeatures v0.2.17
2026-07-06T05:19:39.4827371Z    Compiling fnv v1.0.7
2026-07-06T05:19:39.5814830Z    Compiling getrandom v0.4.2
2026-07-06T05:19:39.5829545Z    Compiling libc v0.2.186
2026-07-06T05:19:39.8154789Z    Compiling cc v1.2.63
2026-07-06T05:19:39.8180714Z    Compiling strsim v0.11.1
2026-07-06T05:19:39.8584104Z    Compiling cfg_aliases v0.2.1
2026-07-06T05:19:39.8942993Z    Compiling writeable v0.6.3
2026-07-06T05:19:39.9146061Z    Compiling litemap v0.8.2
2026-07-06T05:19:39.9680694Z    Compiling autocfg v1.5.1
2026-07-06T05:19:39.9724946Z    Compiling dunce v1.0.5
2026-07-06T05:19:39.9761139Z    Compiling utf8_iter v1.0.4
2026-07-06T05:19:40.1682175Z    Compiling syn v2.0.117
2026-07-06T05:19:40.1769081Z    Compiling indexmap v2.14.0
2026-07-06T05:19:40.1780085Z    Compiling ident_case v1.0.1
2026-07-06T05:19:40.1780610Z    Compiling icu_properties_data v2.2.0
2026-07-06T05:19:40.1868470Z    Compiling fs_extra v1.3.0
2026-07-06T05:19:40.1920018Z    Compiling icu_normalizer_data v2.2.0
2026-07-06T05:19:40.1954455Z    Compiling percent-encoding v2.3.2
2026-07-06T05:19:40.3385677Z    Compiling http v1.4.1
2026-07-06T05:19:40.4124404Z    Compiling thiserror v2.0.18
2026-07-06T05:19:40.4831100Z    Compiling aws-lc-rs v1.17.0
2026-07-06T05:19:40.5029166Z    Compiling cpufeatures v0.3.0
2026-07-06T05:19:40.5120379Z    Compiling unicode-segmentation v1.13.3
2026-07-06T05:19:40.6400293Z    Compiling scopeguard v1.2.0
2026-07-06T05:19:40.6620159Z    Compiling chacha20 v0.10.0
2026-07-06T05:19:40.7630882Z    Compiling cmake v0.1.58
2026-07-06T05:19:40.7686437Z    Compiling lock_api v0.4.14
2026-07-06T05:19:40.7905682Z    Compiling form_urlencoded v1.2.2
2026-07-06T05:19:40.8483413Z    Compiling bitflags v2.12.1
2026-07-06T05:19:41.0086991Z    Compiling untrusted v0.9.0
2026-07-06T05:19:41.0479635Z    Compiling winapi v0.3.9
2026-07-06T05:19:41.0523774Z    Compiling rand v0.10.1
2026-07-06T05:19:41.1134353Z    Compiling crypto-common v0.1.7
2026-07-06T05:19:41.1168367Z    Compiling block-buffer v0.10.4
2026-07-06T05:19:41.1291724Z    Compiling num-traits v0.2.19
2026-07-06T05:19:41.2078937Z    Compiling windows-result v0.4.1
2026-07-06T05:19:41.2196047Z    Compiling windows-strings v0.5.1
2026-07-06T05:19:41.2507361Z    Compiling heck v0.5.0
2026-07-06T05:19:41.2535369Z    Compiling digest v0.10.7
2026-07-06T05:19:41.2635067Z    Compiling rustls v0.23.40
2026-07-06T05:19:41.2706611Z    Compiling convert_case v0.10.0
2026-07-06T05:19:41.2903091Z    Compiling unicode-xid v0.2.6
2026-07-06T05:19:41.2979456Z    Compiling atomic-waker v1.1.2
2026-07-06T05:19:41.5415509Z    Compiling anyhow v1.0.102
2026-07-06T05:19:41.5572988Z    Compiling const-oid v0.10.2
2026-07-06T05:19:41.5670026Z    Compiling zerocopy v0.8.50
2026-07-06T05:19:41.6101233Z    Compiling httparse v1.10.1
2026-07-06T05:19:41.6110390Z    Compiling parking_lot_core v0.9.12
2026-07-06T05:19:41.6819413Z    Compiling http-body v1.0.1
2026-07-06T05:19:41.7563023Z    Compiling curve25519-dalek v4.1.3
2026-07-06T05:19:41.8321079Z    Compiling hybrid-array v0.4.12
2026-07-06T05:19:41.8453729Z    Compiling ahash v0.8.12
2026-07-06T05:19:41.9206797Z    Compiling aws-lc-sys v0.41.0
2026-07-06T05:19:41.9282600Z    Compiling ring v0.17.14
2026-07-06T05:19:41.9773667Z    Compiling base64ct v1.8.3
2026-07-06T05:19:41.9963568Z    Compiling either v1.16.0
2026-07-06T05:19:42.0027959Z    Compiling powerfmt v0.2.0
2026-07-06T05:19:42.2623461Z    Compiling pem-rfc7468 v1.0.0
2026-07-06T05:19:42.2863412Z    Compiling deranged v0.5.8
2026-07-06T05:19:42.3412579Z    Compiling uuid v1.23.2
2026-07-06T05:19:42.4380860Z    Compiling rand_core v0.6.4
2026-07-06T05:19:42.4743821Z    Compiling fastrand v2.4.1
2026-07-06T05:19:42.5628563Z    Compiling pkg-config v0.3.33
2026-07-06T05:19:42.7566356Z    Compiling zmij v1.0.21
2026-07-06T05:19:42.8583914Z    Compiling num-conv v0.2.2
2026-07-06T05:19:42.8675465Z    Compiling tower-service v0.3.3
2026-07-06T05:19:42.8753781Z    Compiling base64 v0.22.1
2026-07-06T05:19:42.8993738Z    Compiling vcpkg v0.2.15
2026-07-06T05:19:42.9983738Z    Compiling try-lock v0.2.5
2026-07-06T05:19:43.0840391Z    Compiling tinyvec_macros v0.1.1
2026-07-06T05:19:43.0907114Z    Compiling time-core v0.1.8
2026-07-06T05:19:43.1407393Z    Compiling data-encoding v2.11.0
2026-07-06T05:19:43.1642345Z    Compiling want v0.3.1
2026-07-06T05:19:43.2055575Z    Compiling tinyvec v1.11.0
2026-07-06T05:19:43.2289886Z    Compiling parking_lot v0.12.5
2026-07-06T05:19:43.4208837Z    Compiling crypto-common v0.2.2
2026-07-06T05:19:43.4395763Z    Compiling block-buffer v0.12.0
2026-07-06T05:19:43.4487736Z    Compiling sha2 v0.10.9
2026-07-06T05:19:43.4509954Z    Compiling vergen-lib v9.1.0
2026-07-06T05:19:43.4628624Z    Compiling inout v0.1.4
2026-07-06T05:19:43.7148220Z    Compiling n0-future v0.3.2
2026-07-06T05:19:43.7328792Z    Compiling windows_x86_64_msvc v0.52.6
2026-07-06T05:19:43.7390789Z    Compiling cordyceps v0.3.4
2026-07-06T05:19:43.7539695Z    Compiling crossbeam-utils v0.8.21
2026-07-06T05:19:43.9170776Z    Compiling httpdate v1.0.3
2026-07-06T05:19:43.9672738Z    Compiling synstructure v0.13.2
2026-07-06T05:19:44.0913894Z    Compiling darling_core v0.20.11
2026-07-06T05:19:44.1430532Z    Compiling libsqlite3-sys v0.30.1
2026-07-06T05:19:44.1791106Z    Compiling spin v0.10.0
2026-07-06T05:19:44.1795588Z    Compiling signature v2.2.0
2026-07-06T05:19:44.1943263Z    Compiling parking v2.2.1
2026-07-06T05:19:44.2481617Z    Compiling winnow v1.0.3
2026-07-06T05:19:44.2482080Z    Compiling serde_json v1.0.150
2026-07-06T05:19:44.3180745Z    Compiling diatomic-waker v0.2.3
2026-07-06T05:19:44.3522798Z    Compiling futures-lite v2.6.1
2026-07-06T05:19:44.3636822Z    Compiling ed25519 v2.2.3
2026-07-06T05:19:44.4145749Z    Compiling digest v0.11.3
2026-07-06T05:19:44.8364896Z    Compiling futures-buffered v0.2.13
2026-07-06T05:19:45.0073302Z    Compiling cipher v0.4.4
2026-07-06T05:19:45.0658081Z    Compiling vergen-lib v0.1.6
2026-07-06T05:19:45.2011396Z    Compiling vergen v9.1.0
2026-07-06T05:19:45.2390678Z    Compiling universal-hash v0.5.1
2026-07-06T05:19:45.3132073Z    Compiling noq-udp v0.10.0
2026-07-06T05:19:45.4458050Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-07-06T05:19:45.4486175Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-07-06T05:19:45.4661981Z    Compiling heapless v0.7.17
2026-07-06T05:19:45.4748873Z    Compiling sync_wrapper v1.0.2
2026-07-06T05:19:45.5602470Z    Compiling opaque-debug v0.3.1
2026-07-06T05:19:45.5630585Z    Compiling byteorder v1.5.0
2026-07-06T05:19:45.5884226Z    Compiling allocator-api2 v0.2.21
2026-07-06T05:19:45.5927821Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-07-06T05:19:45.6477898Z    Compiling polyval v0.6.2
2026-07-06T05:19:45.7978051Z    Compiling hash32 v0.2.1
2026-07-06T05:19:45.9608364Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-07-06T05:19:46.0249111Z    Compiling vergen-gitcl v1.0.8
2026-07-06T05:19:46.0564772Z    Compiling spin v0.9.8
2026-07-06T05:19:46.0654433Z    Compiling windows-threading v0.2.1
2026-07-06T05:19:46.1079827Z    Compiling fallible-iterator v0.3.0
2026-07-06T05:19:46.1474876Z    Compiling ryu v1.0.23
2026-07-06T05:19:46.2703062Z    Compiling socket2 v0.6.4
2026-07-06T05:19:46.3521333Z    Compiling mio v1.2.1
2026-07-06T05:19:46.3572433Z    Compiling signature v3.0.0
2026-07-06T05:19:46.4028094Z    Compiling tower-layer v0.3.3
2026-07-06T05:19:46.4973209Z    Compiling fallible-streaming-iterator v0.1.9
2026-07-06T05:19:46.5980800Z    Compiling windows-targets v0.52.6
2026-07-06T05:19:46.6709911Z    Compiling ghash v0.5.1
2026-07-06T05:19:46.6839097Z    Compiling ctr v0.9.2
2026-07-06T05:19:46.7023103Z    Compiling aes v0.8.4
2026-07-06T05:19:46.7310810Z    Compiling proc-macro-crate v3.5.0
2026-07-06T05:19:46.7589467Z    Compiling sha2 v0.11.0-rc.5
2026-07-06T05:19:46.7877644Z    Compiling fs2 v0.4.3
2026-07-06T05:19:46.9409298Z    Compiling time v0.3.47
2026-07-06T05:19:46.9475989Z    Compiling http-body-util v0.1.3
2026-07-06T05:19:47.0352559Z    Compiling aead v0.5.2
2026-07-06T05:19:47.0713769Z    Compiling serde_derive v1.0.228
2026-07-06T05:19:47.2295604Z    Compiling zeroize_derive v1.4.3
2026-07-06T05:19:47.2451653Z    Compiling zerofrom-derive v0.1.7
2026-07-06T05:19:47.2512633Z    Compiling tokio-macros v2.7.0
2026-07-06T05:19:47.3021854Z    Compiling yoke-derive v0.8.2
2026-07-06T05:19:47.5288030Z    Compiling futures-macro v0.3.32
2026-07-06T05:19:47.5451406Z    Compiling zerovec-derive v0.11.3
2026-07-06T05:19:47.5705996Z    Compiling displaydoc v0.2.6
2026-07-06T05:19:47.6028125Z    Compiling tracing-attributes v0.1.31
2026-07-06T05:19:47.6505373Z    Compiling curve25519-dalek-derive v0.1.1
2026-07-06T05:19:47.6804447Z    Compiling thiserror-impl v2.0.18
2026-07-06T05:19:48.1377016Z    Compiling zeroize v1.8.2
2026-07-06T05:19:48.1518569Z    Compiling darling_macro v0.20.11
2026-07-06T05:19:48.2408257Z    Compiling tokio v1.52.3
2026-07-06T05:19:48.4673589Z    Compiling rustls-pki-types v1.14.1
2026-07-06T05:19:48.5164799Z    Compiling derive_more-impl v2.1.1
2026-07-06T05:19:48.5534975Z    Compiling n0-error-macros v0.1.3
2026-07-06T05:19:48.7423137Z    Compiling futures-util v0.3.32
2026-07-06T05:19:48.8026845Z    Compiling darling v0.20.11
2026-07-06T05:19:48.8031082Z    Compiling windows-implement v0.60.2
2026-07-06T05:19:48.9475970Z    Compiling spez v0.1.2
2026-07-06T05:19:49.0256706Z    Compiling zerofrom v0.1.8
2026-07-06T05:19:49.0711864Z    Compiling derive_builder_core v0.20.2
2026-07-06T05:19:49.3182221Z    Compiling windows-interface v0.59.3
2026-07-06T05:19:49.4827854Z    Compiling yoke v0.8.3
2026-07-06T05:19:49.7773601Z    Compiling zerotrie v0.2.4
2026-07-06T05:19:50.1933939Z    Compiling derive_builder_macro v0.20.2
2026-07-06T05:19:50.2083690Z    Compiling der v0.8.0-rc.10
2026-07-06T05:19:50.2625655Z    Compiling zerovec v0.11.6
2026-07-06T05:19:50.4065817Z    Compiling pin-project-internal v1.1.13
2026-07-06T05:19:50.4369890Z    Compiling n0-error v0.1.3
2026-07-06T05:19:50.4414225Z    Compiling ed25519-dalek v2.2.0
2026-07-06T05:19:50.4605769Z    Compiling windows-core v0.62.2
2026-07-06T05:19:50.7171321Z    Compiling derive_builder v0.20.2
2026-07-06T05:19:50.7256487Z    Compiling cobs v0.3.0
2026-07-06T05:19:50.7872232Z    Compiling spt-proto v0.25.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-proto)
2026-07-06T05:19:50.8513734Z    Compiling data-encoding-macro-internal v0.1.18
2026-07-06T05:19:51.0110468Z    Compiling tinystr v0.8.3
2026-07-06T05:19:51.0281684Z    Compiling potential_utf v0.1.5
2026-07-06T05:19:51.1311694Z    Compiling windows-numerics v0.3.1
2026-07-06T05:19:51.1589495Z    Compiling windows-future v0.3.2
2026-07-06T05:19:51.3288440Z    Compiling icu_locale_core v2.2.0
2026-07-06T05:19:51.3366157Z    Compiling icu_collections v2.2.0
2026-07-06T05:19:51.3775415Z    Compiling spki v0.8.0-rc.4
2026-07-06T05:19:51.4323690Z    Compiling futures-executor v0.3.32
2026-07-06T05:19:51.4417887Z    Compiling windows-collections v0.3.2
2026-07-06T05:19:51.5341249Z    Compiling pkcs8 v0.11.0-rc.10
2026-07-06T05:19:51.7434332Z    Compiling ipnet v2.12.0
2026-07-06T05:19:51.7558317Z    Compiling ed25519 v3.0.0-rc.4
2026-07-06T05:19:51.9089194Z    Compiling pin-project v1.1.13
2026-07-06T05:19:51.9778176Z    Compiling futures v0.3.32
2026-07-06T05:19:52.0653626Z    Compiling prefix-trie v0.8.4
2026-07-06T05:19:52.0795627Z    Compiling postcard-derive v0.2.2
2026-07-06T05:19:52.0981868Z    Compiling once_cell v1.21.4
2026-07-06T05:19:52.1858487Z    Compiling ipconfig v0.3.4
2026-07-06T05:19:52.2037830Z    Compiling arrayvec v0.7.6
2026-07-06T05:19:52.2073029Z    Compiling widestring v1.2.1
2026-07-06T05:19:52.2926860Z    Compiling tracing-core v0.1.36
2026-07-06T05:19:52.3643983Z    Compiling icu_provider v2.2.0
2026-07-06T05:19:52.3777404Z    Compiling tokio-util v0.7.18
2026-07-06T05:19:52.4808673Z    Compiling utf8parse v0.2.2
2026-07-06T05:19:52.6076926Z    Compiling hashbrown v0.14.5
2026-07-06T05:19:52.6458133Z    Compiling tower v0.5.3
2026-07-06T05:19:52.6693493Z    Compiling windows v0.62.2
2026-07-06T05:19:52.7331830Z    Compiling tracing v0.1.44
2026-07-06T05:19:52.7495569Z    Compiling icu_properties v2.2.0
2026-07-06T05:19:52.8456641Z    Compiling icu_normalizer v2.2.0
2026-07-06T05:19:52.8787663Z    Compiling derive_more v2.1.1
2026-07-06T05:19:52.9124172Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-07-06T05:19:53.1393350Z    Compiling h2 v0.4.14
2026-07-06T05:19:53.2632244Z    Compiling postcard v1.1.3
2026-07-06T05:19:53.4188689Z    Compiling hashlink v0.9.1
2026-07-06T05:19:53.4350961Z    Compiling chrono v0.4.45
2026-07-06T05:19:53.4521905Z    Compiling data-encoding-macro v0.1.20
2026-07-06T05:19:53.6232036Z    Compiling num_enum_derive v0.7.6
2026-07-06T05:19:53.7066075Z    Compiling aes-gcm v0.10.3
2026-07-06T05:19:53.7238578Z    Compiling enum-assoc v1.3.0
2026-07-06T05:19:53.8272071Z    Compiling rusqlite v0.32.1
2026-07-06T05:19:53.8347733Z    Compiling strum_macros v0.28.0
2026-07-06T05:19:53.8431157Z    Compiling async-trait v0.1.89
2026-07-06T05:19:53.8816434Z    Compiling iroh-metrics-derive v0.4.1
2026-07-06T05:19:53.9013872Z    Compiling windows-sys v0.59.0
2026-07-06T05:19:53.9542851Z    Compiling crossbeam-channel v0.5.15
2026-07-06T05:19:54.2260860Z    Compiling idna_adapter v1.2.2
2026-07-06T05:19:54.2748832Z    Compiling crossbeam-epoch v0.9.18
2026-07-06T05:19:54.5006842Z    Compiling idna v1.1.0
2026-07-06T05:19:54.5245444Z    Compiling blake3 v1.8.5
2026-07-06T05:19:54.6732163Z    Compiling windows-registry v0.6.1
2026-07-06T05:19:54.7184152Z    Compiling spt-store v0.25.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-store)
2026-07-06T05:19:54.7336949Z    Compiling memoffset v0.6.5
2026-07-06T05:19:54.7944821Z    Compiling url v2.5.8
2026-07-06T05:19:55.1013060Z    Compiling noq v0.18.0
2026-07-06T05:19:55.1158257Z    Compiling netwatch v0.16.0
2026-07-06T05:19:55.1270932Z    Compiling acto v0.8.2
2026-07-06T05:19:55.1941221Z    Compiling tagptr v0.2.0
2026-07-06T05:19:55.2205228Z    Compiling ref-cast v1.0.25
2026-07-06T05:19:55.3638014Z    Compiling foldhash v0.2.0
2026-07-06T05:19:55.4389400Z    Compiling hickory-proto v0.26.0-beta.4
2026-07-06T05:19:55.4905993Z    Compiling lru-slab v0.1.2
2026-07-06T05:19:55.5050188Z    Compiling mac-addr v0.3.0
2026-07-06T05:19:55.5052470Z    Compiling rustc-hash v2.1.2
2026-07-06T05:19:55.6842158Z    Compiling identity-hash v0.1.0
2026-07-06T05:19:55.7301089Z    Compiling sorted-index-buffer v0.2.1
2026-07-06T05:19:55.7313246Z    Compiling xml-rs v0.8.28
2026-07-06T05:19:55.7548422Z    Compiling thiserror v1.0.69
2026-07-06T05:19:55.8038073Z    Compiling netdev v0.42.0
2026-07-06T05:19:55.9072736Z    Compiling hashbrown v0.16.1
2026-07-06T05:19:55.9705672Z    Compiling attohttpc v0.30.1
2026-07-06T05:19:55.9838369Z    Compiling tower-http v0.6.11
2026-07-06T05:19:56.0295395Z    Compiling iroh-base v0.98.0
2026-07-06T05:19:56.2344980Z    Compiling moka v0.12.15
2026-07-06T05:19:56.4883484Z    Compiling xmltree v0.10.3
2026-07-06T05:19:56.6428238Z    Compiling num_enum v0.7.6
2026-07-06T05:19:56.6864258Z    Compiling strum v0.28.0
2026-07-06T05:19:56.8634449Z    Compiling iroh-metrics v0.38.3
2026-07-06T05:19:56.8874339Z    Compiling iroh-relay v0.98.0
2026-07-06T05:19:56.8874789Z    Compiling n0-watcher v0.6.1
2026-07-06T05:19:56.9964748Z    Compiling tokio-stream v0.1.18
2026-07-06T05:19:56.9973144Z    Compiling serde_spanned v0.6.9
2026-07-06T05:19:57.2215270Z    Compiling hyper v1.10.1
2026-07-06T05:19:57.2724929Z    Compiling spt-msg v0.25.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-msg)
2026-07-06T05:19:57.3206188Z    Compiling toml_datetime v0.6.11
2026-07-06T05:19:57.3447651Z    Compiling thiserror-impl v1.0.69
2026-07-06T05:19:57.3542871Z    Compiling ref-cast-impl v1.0.25
2026-07-06T05:19:57.4667696Z    Compiling serde_derive_internals v0.29.1
2026-07-06T05:19:57.6548420Z    Compiling simple-dns v0.9.3
2026-07-06T05:19:57.8005893Z    Compiling serial-core v0.4.0
2026-07-06T05:19:57.8147001Z    Compiling aho-corasick v1.1.4
2026-07-06T05:19:58.1444602Z    Compiling regex-syntax v0.8.10
2026-07-06T05:19:58.1706426Z    Compiling sha1_smol v1.0.1
2026-07-06T05:19:58.2218287Z    Compiling toml_write v0.1.2
2026-07-06T05:19:58.2671782Z    Compiling simdutf8 v0.1.5
2026-07-06T05:19:58.4827700Z    Compiling smol_str v0.1.24
2026-07-06T05:19:58.5019249Z    Compiling arrayref v0.3.9
2026-07-06T05:19:58.5150283Z    Compiling winreg v0.10.1
2026-07-06T05:19:58.5727661Z    Compiling constant_time_eq v0.4.2
2026-07-06T05:19:58.7087289Z    Compiling resolv-conf v0.7.6
2026-07-06T05:19:58.8102844Z    Compiling hyper-util v0.1.20
2026-07-06T05:19:58.8797236Z    Compiling winnow v0.7.15
2026-07-06T05:19:58.9276117Z    Compiling schemars_derive v1.2.1
2026-07-06T05:19:58.9992770Z    Compiling iroh-dns v0.98.0
2026-07-06T05:19:59.6264293Z    Compiling serial-windows v0.4.0
2026-07-06T05:19:59.9427443Z    Compiling lru v0.16.4
2026-07-06T05:19:59.9710018Z    Compiling webpki-roots v1.0.7
2026-07-06T05:19:59.9742093Z    Compiling seize v0.5.1
2026-07-06T05:20:00.0494642Z    Compiling darling_core v0.23.0
2026-07-06T05:20:00.1927885Z    Compiling regex-automata v0.4.14
2026-07-06T05:20:00.2201639Z    Compiling serde_bytes v0.11.19
2026-07-06T05:20:00.2258544Z    Compiling hmac v0.12.1
2026-07-06T05:20:00.3638802Z    Compiling iroh v0.98.2
2026-07-06T05:20:00.4559233Z    Compiling igd-next v0.17.1
2026-07-06T05:20:00.5930139Z    Compiling bitflags v1.3.2
2026-07-06T05:20:00.6019746Z    Compiling lazy_static v1.5.0
2026-07-06T05:20:00.6967545Z    Compiling toml_edit v0.22.27
2026-07-06T05:20:00.7366118Z    Compiling pin-utils v0.1.0
2026-07-06T05:20:00.7742174Z    Compiling anstyle v1.0.14
2026-07-06T05:20:00.7990048Z    Compiling cmov v0.5.4
2026-07-06T05:20:00.8790005Z    Compiling once_cell_polyfill v1.70.2
2026-07-06T05:20:01.0147455Z    Compiling dyn-clone v1.0.20
2026-07-06T05:20:01.1081329Z    Compiling ctutils v0.4.2
2026-07-06T05:20:01.1235013Z    Compiling anstyle-wincon v3.0.11
2026-07-06T05:20:01.1307802Z    Compiling nix v0.25.1
2026-07-06T05:20:01.1401467Z    Compiling schemars v1.2.1
2026-07-06T05:20:01.2559663Z    Compiling shared_library v0.1.9
2026-07-06T05:20:01.3557398Z    Compiling hkdf v0.12.4
2026-07-06T05:20:01.3621983Z    Compiling papaya v0.2.4
2026-07-06T05:20:01.4444571Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-07-06T05:20:01.6126704Z    Compiling serial v0.4.0
2026-07-06T05:20:01.6247074Z    Compiling filedescriptor v0.8.3
2026-07-06T05:20:01.6936351Z    Compiling anstyle-parse v1.0.0
2026-07-06T05:20:01.7419438Z    Compiling backon v1.6.0
2026-07-06T05:20:01.8297699Z    Compiling anstyle-query v1.1.5
2026-07-06T05:20:01.9956237Z    Compiling vte_generate_state_changes v0.1.2
2026-07-06T05:20:02.0208201Z    Compiling paste v1.0.15
2026-07-06T05:20:02.0528260Z    Compiling shell-words v1.1.1
2026-07-06T05:20:02.0741428Z    Compiling is_terminal_polyfill v1.70.2
2026-07-06T05:20:02.1573864Z    Compiling colorchoice v1.0.5
2026-07-06T05:20:02.2239571Z    Compiling foldhash v0.1.5
2026-07-06T05:20:02.3209999Z    Compiling instability v0.3.12
2026-07-06T05:20:02.4320809Z    Compiling regex v1.12.3
2026-07-06T05:20:02.4594274Z    Compiling downcast-rs v1.2.1
2026-07-06T05:20:02.4977054Z    Compiling vte v0.13.1
2026-07-06T05:20:02.5560074Z    Compiling portable-pty v0.8.1
2026-07-06T05:20:02.6223666Z    Compiling hashbrown v0.15.5
2026-07-06T05:20:02.7107816Z    Compiling anstream v1.0.0
2026-07-06T05:20:02.7733438Z    Compiling toml v0.8.23
2026-07-06T05:20:02.9233544Z    Compiling spake2 v0.4.0
2026-07-06T05:20:03.1916873Z    Compiling wmi v0.18.4
2026-07-06T05:20:03.2626913Z    Compiling strum_macros v0.26.4
2026-07-06T05:20:03.4425868Z    Compiling spt-runtime v0.25.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-runtime)
2026-07-06T05:20:03.4874779Z    Compiling terminal_size v0.4.4
2026-07-06T05:20:03.5533307Z    Compiling crossterm_winapi v0.9.1
2026-07-06T05:20:03.6929751Z    Compiling itertools v0.13.0
2026-07-06T05:20:03.9145625Z    Compiling darling_macro v0.23.0
2026-07-06T05:20:04.1636446Z    Compiling sha1 v0.10.6
2026-07-06T05:20:04.2931710Z    Compiling castaway v0.2.4
2026-07-06T05:20:04.3045320Z    Compiling indoc v2.0.7
2026-07-06T05:20:04.5571869Z    Compiling doctest-file v1.1.1
2026-07-06T05:20:04.5791366Z    Compiling darling v0.23.0
2026-07-06T05:20:04.5970934Z    Compiling static_assertions v1.1.0
2026-07-06T05:20:04.8450069Z    Compiling recvmsg v1.0.0
2026-07-06T05:20:04.9736122Z    Compiling portmapper v0.16.0
2026-07-06T05:20:04.9891128Z    Compiling clap_lex v1.1.0
2026-07-06T05:20:05.2811397Z    Compiling unicode-width v0.1.14
2026-07-06T05:20:05.2968432Z    Compiling interprocess v2.4.2
2026-07-06T05:20:05.3892287Z    Compiling clap_builder v4.6.0
2026-07-06T05:20:05.5323207Z    Compiling compact_str v0.8.2
2026-07-06T05:20:05.6637424Z    Compiling unicode-truncate v1.1.0
2026-07-06T05:20:05.7987583Z    Compiling strum v0.26.3
2026-07-06T05:20:05.8721655Z    Compiling crossterm v0.28.1
2026-07-06T05:20:06.0495648Z    Compiling spt-live v0.25.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-live)
2026-07-06T05:20:06.4007969Z    Compiling lru v0.12.5
2026-07-06T05:20:06.4487913Z    Compiling spt-term v0.25.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-term)
2026-07-06T05:20:06.6101193Z    Compiling clap_derive v4.6.1
2026-07-06T05:20:06.7479085Z    Compiling cassowary v0.3.0
2026-07-06T05:20:06.8585875Z    Compiling unicode-width v0.2.0
2026-07-06T05:20:06.9487132Z    Compiling error-code v3.3.2
2026-07-06T05:20:07.1422163Z    Compiling clipboard-win v5.4.1
2026-07-06T05:20:07.1633770Z    Compiling nucleo-matcher v0.3.1
2026-07-06T05:20:07.1787664Z    Compiling qrcode v0.14.1
2026-07-06T05:20:07.3762239Z    Compiling ratatui v0.29.0
2026-07-06T05:20:08.8827422Z    Compiling clap v4.6.1
2026-07-06T05:20:20.3103902Z    Compiling rustls-webpki v0.103.13
2026-07-06T05:20:22.7252037Z    Compiling tokio-rustls v0.26.4
2026-07-06T05:20:22.7252374Z    Compiling rustls-platform-verifier v0.7.0
2026-07-06T05:20:22.7252797Z    Compiling noq-proto v0.17.0
2026-07-06T05:20:22.8774784Z    Compiling hyper-rustls v0.27.9
2026-07-06T05:20:22.8775128Z    Compiling hickory-net v0.26.0-beta.4
2026-07-06T05:20:22.8776643Z    Compiling tokio-websockets v0.13.2
2026-07-06T05:20:23.0355297Z    Compiling reqwest v0.13.4
2026-07-06T05:20:24.0141807Z    Compiling hickory-resolver v0.26.0-beta.4
2026-07-06T05:20:41.5385269Z    Compiling spt-net v0.25.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-net)
2026-07-06T05:20:43.0458416Z    Compiling spt-daemon v0.25.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-daemon)
2026-07-06T05:20:52.7956408Z    Compiling spt v0.25.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt)
2026-07-06T05:21:00.8192643Z     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 23s
2026-07-06T05:21:00.9245467Z ##[group]Run cargo test -p spt-daemon --test twohost -- --nocapture
2026-07-06T05:21:00.9245824Z [36;1mcargo test -p spt-daemon --test twohost -- --nocapture[0m
2026-07-06T05:21:00.9301476Z shell: C:\Program Files\PowerShell\7\pwsh.EXE -command ". '{0}'"
2026-07-06T05:21:00.9301694Z env:
2026-07-06T05:21:00.9301803Z   SPT_TWO_HOST: 1
2026-07-06T05:21:00.9301924Z   SPT_TWO_HOST_ROLE: a
2026-07-06T05:21:00.9302059Z   SPT_TWO_HOST_SECRET: rig-twohost-ci
2026-07-06T05:21:00.9302221Z   SPT_TWO_HOST_PEER_IP: 100.98.197.12
2026-07-06T05:21:00.9302372Z   SPT_TWO_HOST_WAIT_SECS: 900
2026-07-06T05:21:00.9302672Z   SPT_TWO_HOST_NOTIFY_BIN: C:\actions-runner\_work\spt-core\spt-core\.adapter-notify\target\debug\notify-shell.exe
2026-07-06T05:21:00.9303018Z ##[endgroup]
2026-07-06T05:21:01.6696863Z    Compiling windows-sys v0.61.2
2026-07-06T05:21:01.6707204Z    Compiling cc v1.2.63
2026-07-06T05:21:01.6767833Z    Compiling strsim v0.11.1
2026-07-06T05:21:01.6777826Z    Compiling rustls v0.23.40
2026-07-06T05:21:01.6779078Z    Compiling unicode-segmentation v1.13.3
2026-07-06T05:21:01.6817790Z    Compiling fastrand v2.4.1
2026-07-06T05:21:01.6923532Z    Compiling either v1.16.0
2026-07-06T05:21:01.6984040Z    Compiling windows-sys v0.59.0
2026-07-06T05:21:01.8003700Z    Compiling darling_core v0.20.11
2026-07-06T05:21:01.8018096Z    Compiling futures-lite v2.6.1
2026-07-06T05:21:01.8285396Z    Compiling prefix-trie v0.8.4
2026-07-06T05:21:01.9720467Z    Compiling convert_case v0.10.0
2026-07-06T05:21:02.1739673Z    Compiling derive_more-impl v2.1.1
2026-07-06T05:21:02.2609069Z    Compiling hickory-proto v0.26.0-beta.4
2026-07-06T05:21:02.5313247Z    Compiling ring v0.17.14
2026-07-06T05:21:02.5314192Z    Compiling libsqlite3-sys v0.30.1
2026-07-06T05:21:02.5314968Z    Compiling blake3 v1.8.5
2026-07-06T05:21:03.4331561Z    Compiling darling_macro v0.20.11
2026-07-06T05:21:03.8420894Z    Compiling darling v0.20.11
2026-07-06T05:21:04.1054623Z    Compiling derive_more v2.1.1
2026-07-06T05:21:04.1465000Z    Compiling derive_builder_core v0.20.2
2026-07-06T05:21:04.4089687Z    Compiling iroh-base v0.98.0
2026-07-06T05:21:04.7842317Z    Compiling derive_builder_macro v0.20.2
2026-07-06T05:21:05.0682340Z    Compiling derive_builder v0.20.2
2026-07-06T05:21:05.2062567Z    Compiling vergen-lib v9.1.0
2026-07-06T05:21:05.2062825Z    Compiling vergen-lib v0.1.6
2026-07-06T05:21:05.3060739Z    Compiling vergen v9.1.0
2026-07-06T05:21:05.3412921Z    Compiling vergen-gitcl v1.0.8
2026-07-06T05:21:05.6739491Z    Compiling iroh-relay v0.98.0
2026-07-06T05:21:05.8735691Z    Compiling rusqlite v0.32.1
2026-07-06T05:21:06.3107020Z    Compiling rustls-webpki v0.103.13
2026-07-06T05:21:06.4230039Z    Compiling spt-store v0.25.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-store)
2026-07-06T05:21:07.3109072Z    Compiling socket2 v0.6.4
2026-07-06T05:21:07.3109276Z    Compiling mio v1.2.1
2026-07-06T05:21:07.3109739Z    Compiling netdev v0.42.0
2026-07-06T05:21:07.3110492Z    Compiling seize v0.5.1
2026-07-06T05:21:07.3110760Z    Compiling interprocess v2.4.2
2026-07-06T05:21:07.3111075Z    Compiling tempfile v3.27.0
2026-07-06T05:21:07.4536099Z    Compiling papaya v0.2.4
2026-07-06T05:21:07.5590403Z    Compiling noq-udp v0.10.0
2026-07-06T05:21:07.5734996Z    Compiling ipconfig v0.3.4
2026-07-06T05:21:07.7138334Z    Compiling tokio v1.52.3
2026-07-06T05:21:08.1231110Z    Compiling spt-msg v0.25.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-msg)
2026-07-06T05:21:08.3046424Z    Compiling spt-runtime v0.25.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-runtime)
2026-07-06T05:21:08.3047134Z    Compiling spt-term v0.25.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-term)
2026-07-06T05:21:09.4699841Z    Compiling noq-proto v0.17.0
2026-07-06T05:21:09.4700116Z    Compiling rustls-platform-verifier v0.7.0
2026-07-06T05:21:10.2910980Z    Compiling spt-live v0.25.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-live)
2026-07-06T05:21:11.2686125Z    Compiling tokio-util v0.7.18
2026-07-06T05:21:11.2686672Z    Compiling tokio-rustls v0.26.4
2026-07-06T05:21:11.2686934Z    Compiling tower v0.5.3
2026-07-06T05:21:11.2687154Z    Compiling acto v0.8.2
2026-07-06T05:21:11.2687370Z    Compiling backon v1.6.0
2026-07-06T05:21:11.7318667Z    Compiling tower-http v0.6.11
2026-07-06T05:21:11.8251232Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-07-06T05:21:11.9424436Z    Compiling h2 v0.4.14
2026-07-06T05:21:11.9424710Z    Compiling n0-future v0.3.2
2026-07-06T05:21:11.9425015Z    Compiling tokio-stream v0.1.18
2026-07-06T05:21:11.9425255Z    Compiling tokio-websockets v0.13.2
2026-07-06T05:21:12.1339355Z    Compiling n0-watcher v0.6.1
2026-07-06T05:21:12.1439512Z    Compiling iroh-dns v0.98.0
2026-07-06T05:21:12.3030739Z    Compiling netwatch v0.16.0
2026-07-06T05:21:13.4827868Z    Compiling noq v0.18.0
2026-07-06T05:21:14.9044827Z    Compiling hyper v1.10.1
2026-07-06T05:21:14.9045142Z    Compiling hickory-net v0.26.0-beta.4
2026-07-06T05:21:15.7476597Z    Compiling hickory-resolver v0.26.0-beta.4
2026-07-06T05:21:15.7924510Z    Compiling hyper-util v0.1.20
2026-07-06T05:21:16.6630267Z    Compiling hyper-rustls v0.27.9
2026-07-06T05:21:16.6630628Z    Compiling igd-next v0.17.1
2026-07-06T05:21:16.8094677Z    Compiling reqwest v0.13.4
2026-07-06T05:21:17.2685244Z    Compiling portmapper v0.16.0
2026-07-06T05:21:22.8606889Z    Compiling iroh v0.98.2
2026-07-06T05:21:32.5430803Z    Compiling spt-net v0.25.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-net)
2026-07-06T05:21:34.0326226Z    Compiling spt-daemon v0.25.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-daemon)
2026-07-06T05:21:47.0177257Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 45.82s
2026-07-06T05:21:47.0424564Z      Running tests\twohost.rs (target\debug\deps\twohost-fc5b2a46cd7a7da6.exe)
2026-07-06T05:21:47.0766757Z 
2026-07-06T05:21:47.0766962Z running 3 tests
2026-07-06T05:21:47.0768763Z test b2_attacher_child ... ok
2026-07-06T05:21:47.0769337Z test two_host_ladder_role_b ... ok
2026-07-06T05:21:47.0780283Z TWOHOST role A: node bcead52b862344aef51998ca5d8f15dce1e38e6cee3795b219a5849f6ad4b41a
2026-07-06T05:21:47.2276500Z TWOHOST OK: pairing (initiator, product surface) — joined subnet 'twohost'
2026-07-06T05:21:47.9217138Z PUMP_IPC_READER: spawned
2026-07-06T05:21:48.1716177Z TWOHOST OK: register: B's perch row replicated to A
2026-07-06T05:21:48.1932759Z TWOHOST OK: message sent (B asserts the spool)
2026-07-06T05:21:48.2523366Z TWOHOST OK: file fetch (sid 1)
2026-07-06T05:21:48.3060351Z TWOHOST OK: remote-drive (attach echo)
2026-07-06T05:21:48.5827928Z UPDATE_STAGED:6:BrainOnly (from 9bbcee970607c7454b0baf8b38b032ccdf1a36de7ef04d614158fecd1f08b612)
2026-07-06T05:21:48.6237943Z TWOHOST OK: sync: A pulled B's mind
2026-07-06T05:21:48.6238315Z TWOHOST OK: update: B's v6 staged at A through the verify gate
2026-07-06T05:21:48.6239456Z TWOHOST OK: update: consent notif surfaced at A
2026-07-06T05:21:48.8747017Z TWOHOST OK: notif: B's dismissal replicated to A
2026-07-06T05:21:49.1698614Z TWOHOST OK: rest: B's row advertises Suspended at A
2026-07-06T05:21:49.4669236Z TWOHOST OK: rest: B's row advertises Active again at A (with a presence stamp)
2026-07-06T05:21:49.4669526Z TWOHOST OK: remote suspend/wake round trip
2026-07-06T05:21:50.4728889Z TWOHOST OK: presence: B's surface marks replicated back to A
2026-07-06T05:21:50.5995994Z TWOHOST OK: cross-node shell relink + drive (B asserts the render)
2026-07-06T05:21:50.6386524Z TWOHOST OK: cross-node drive drops an offline persistent shell (no wake, no spool)
2026-07-06T05:21:50.7926880Z TWOHOST OK: gateway-typed owner cross-node cmd+drive (owner-type-agnostic across a real link)
2026-07-06T05:21:51.7976663Z TWOHOST OK: toast: B's surface marks replicated back to A
2026-07-06T05:21:52.1285299Z TWOHOST OK: A-3: B advertises Suspended at A
2026-07-06T05:21:52.4394069Z TWOHOST OK: A-3: B advertises Active again at A
2026-07-06T05:21:52.4395432Z TWOHOST OK: A-3 bare-id wake routed via the production assembly
2026-07-06T05:21:52.5099471Z 
2026-07-06T05:21:52.5099717Z running 1 test
2026-07-06T05:21:52.5855337Z B2 CHILD: controlling sid 2 — parking until killed
2026-07-06T05:21:52.5982535Z PAIR_MEET_UP:twohost step=59443843 id=0847cb9e616fd7c14ea1821c9cd66b57adafcfb75234a7f981f70eb240a0b98a addr=EndpointAddr { id: PublicKey(0847cb9e616fd7c14ea1821c9cd66b57adafcfb75234a7f981f70eb240a0b98a), addrs: {Ip(100.68.35.65:60720), Ip(192.168.1.81:60720)} }
2026-07-06T05:21:53.2556065Z TWOHOST OK: B-2: B saw the child's control stamps
2026-07-06T05:21:53.2596139Z TWOHOST OK: B-2 attacher child killed mid-control (B asserts the reap)
2026-07-06T05:21:53.3305287Z TWOHOST OK: file push (done barrier)
2026-07-06T05:21:53.3305505Z TWOHOST role A: ladder complete
2026-07-06T05:21:53.3509694Z test two_host_ladder_role_a ... ok
2026-07-06T05:21:53.3509927Z 
2026-07-06T05:21:53.3510226Z test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 6.27s
2026-07-06T05:21:53.3510887Z 
2026-07-06T05:21:53.4491928Z ##[group]Run cargo build -p mock-adapter --bin mock-session
2026-07-06T05:21:53.4492256Z [36;1mcargo build -p mock-adapter --bin mock-session[0m
2026-07-06T05:21:53.4547137Z shell: C:\Program Files\PowerShell\7\pwsh.EXE -command ". '{0}'"
2026-07-06T05:21:53.4547354Z ##[endgroup]
2026-07-06T05:21:53.8452032Z    Compiling mock-adapter v0.25.0 (C:\actions-runner\_work\spt-core\spt-core\adapters\mock)
2026-07-06T05:21:54.1675745Z     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
2026-07-06T05:21:54.2823989Z ##[group]Run cargo test -p spt --test twohost_cli -- --nocapture
2026-07-06T05:21:54.2824318Z [36;1mcargo test -p spt --test twohost_cli -- --nocapture[0m
2026-07-06T05:21:54.2878945Z shell: C:\Program Files\PowerShell\7\pwsh.EXE -command ". '{0}'"
2026-07-06T05:21:54.2879163Z env:
2026-07-06T05:21:54.2879272Z   SPT_TWO_HOST: 1
2026-07-06T05:21:54.2879394Z   SPT_TWO_HOST_ROLE: a
2026-07-06T05:21:54.2879530Z   SPT_TWO_HOST_SECRET: rig-twohost-ci
2026-07-06T05:21:54.2879702Z   SPT_TWO_HOST_WAIT_SECS: 900
2026-07-06T05:21:54.2879838Z ##[endgroup]
2026-07-06T05:21:55.1598670Z    Compiling n0-future v0.3.2
2026-07-06T05:21:55.1744641Z    Compiling backon v1.6.0
2026-07-06T05:21:55.1793895Z    Compiling tempfile v3.27.0
2026-07-06T05:21:55.2327596Z    Compiling n0-watcher v0.6.1
2026-07-06T05:21:55.2327963Z    Compiling iroh-dns v0.98.0
2026-07-06T05:21:55.3619921Z    Compiling netwatch v0.16.0
2026-07-06T05:21:55.5690895Z    Compiling iroh-relay v0.98.0
2026-07-06T05:21:55.8997127Z    Compiling portmapper v0.16.0
2026-07-06T05:21:59.3576335Z    Compiling iroh v0.98.2
2026-07-06T05:22:08.7268261Z    Compiling spt-net v0.25.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-net)
2026-07-06T05:22:10.2141443Z    Compiling spt-daemon v0.25.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-daemon)
2026-07-06T05:22:19.6878470Z    Compiling spt v0.25.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt)
2026-07-06T05:22:27.6560169Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 33.05s
2026-07-06T05:22:27.6785465Z      Running tests\twohost_cli.rs (target\debug\deps\twohost_cli-db4bd27b36817976.exe)
2026-07-06T05:22:28.2214440Z 
2026-07-06T05:22:28.2214697Z running 2 tests
2026-07-06T05:22:28.2216713Z test gated_cli_role_b ... ok
2026-07-06T05:22:28.2223080Z GATED role A: node cc45247c71dc683e9c6505b72142e1976f898f7acf064beb27e35d2993ace09c
2026-07-06T05:23:28.2237963Z test gated_cli_role_a has been running for over 60 seconds
2026-07-06T05:23:33.7922805Z GATED OK: bring-up: B's suspended C-2 row replicated to A
2026-07-06T05:23:33.9199106Z 
2026-07-06T05:23:33.9199473Z thread 'gated_cli_role_a' (136584) panicked at crates\spt\tests\twohost_cli.rs:757:5:
2026-07-06T05:23:33.9200726Z the qualified wake must apply an edge at B: rc=Some(0) stdout= stderr=WOKE:ling-gated-c2@989b0dbaa74de8e5c747af19c65f49211f08235717e8d322ec082ab0cbfb48ee (Suspended->Active) at 989b0dbaa74de8e5c747af19c65f49211f08235717e8d322ec082ab0cbfb48ee
2026-07-06T05:23:33.9201300Z 
2026-07-06T05:23:34.1770032Z note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
2026-07-06T05:23:34.1770323Z test gated_cli_role_a ... FAILED
2026-07-06T05:23:34.1770429Z 
2026-07-06T05:23:34.1770474Z failures:
2026-07-06T05:23:34.1770543Z 
2026-07-06T05:23:34.1770585Z failures:
2026-07-06T05:23:34.1770693Z     gated_cli_role_a
2026-07-06T05:23:34.1770773Z 
2026-07-06T05:23:34.1770959Z test result: FAILED. 1 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 65.96s
2026-07-06T05:23:34.1771184Z 
2026-07-06T05:23:34.1788455Z error: test failed, to rerun pass `-p spt --test twohost_cli`
2026-07-06T05:23:34.2398799Z ##[error]Process completed with exit code 1.
2026-07-06T05:23:34.2571782Z Post job cleanup.
2026-07-06T05:23:34.3612088Z [command]"c:\program files\git\cmd\git.exe" version
2026-07-06T05:23:34.3865363Z git version 2.43.0.windows.1
2026-07-06T05:23:34.3905144Z Copying 'C:\Users\decid\.gitconfig' to 'C:\actions-runner\_work\_temp\999f2c8a-ef7d-4e35-99aa-802e694ba4a3\.gitconfig'
2026-07-06T05:23:34.3921412Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\999f2c8a-ef7d-4e35-99aa-802e694ba4a3' before making global git config changes
2026-07-06T05:23:34.3922217Z Adding repository directory to the temporary git global config as a safe directory
2026-07-06T05:23:34.3927481Z [command]"c:\program files\git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\spt-core\spt-core\.adapter-notify
2026-07-06T05:23:34.4166663Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand
2026-07-06T05:23:34.4390411Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\""
2026-07-06T05:23:34.8653582Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-07-06T05:23:34.9644414Z http.https://github.com/.extraheader
2026-07-06T05:23:34.9675673Z [command]"c:\program files\git\cmd\git.exe" config --local --unset-all http.https://github.com/.extraheader
2026-07-06T05:23:34.9947303Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\""
2026-07-06T05:23:35.3918704Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-07-06T05:23:35.4140351Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "git config --local --show-origin --name-only --get-regexp remote.origin.url"
2026-07-06T05:23:35.9149955Z Post job cleanup.
2026-07-06T05:23:36.0151544Z [command]"c:\program files\git\cmd\git.exe" version
2026-07-06T05:23:36.0368208Z git version 2.43.0.windows.1
2026-07-06T05:23:36.0402531Z Copying 'C:\Users\decid\.gitconfig' to 'C:\actions-runner\_work\_temp\f15579f9-2a10-4d83-af4b-418067de7533\.gitconfig'
2026-07-06T05:23:36.0415521Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\f15579f9-2a10-4d83-af4b-418067de7533' before making global git config changes
2026-07-06T05:23:36.0416007Z Adding repository directory to the temporary git global config as a safe directory
2026-07-06T05:23:36.0421015Z [command]"c:\program files\git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\spt-core\spt-core
2026-07-06T05:23:36.0670090Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand
2026-07-06T05:23:36.0905258Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\""
2026-07-06T05:23:36.5645962Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-07-06T05:23:36.5858348Z http.https://github.com/.extraheader
2026-07-06T05:23:36.5884743Z [command]"c:\program files\git\cmd\git.exe" config --local --unset-all http.https://github.com/.extraheader
2026-07-06T05:23:36.6137102Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\""
2026-07-06T05:23:37.0926356Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-07-06T05:23:37.1160883Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "git config --local --show-origin --name-only --get-regexp remote.origin.url"
2026-07-06T05:23:37.5708691Z Cleaning up orphan processes
