﻿2026-07-06T05:57:40.8652719Z Current runner version: '2.335.1'
2026-07-06T05:57:40.8657633Z Runner name: 'kitsubito'
2026-07-06T05:57:40.8658163Z Runner group name: 'Default'
2026-07-06T05:57:40.8658825Z Machine name: 'KITSUBITO'
2026-07-06T05:57:40.8660835Z ##[group]GITHUB_TOKEN Permissions
2026-07-06T05:57:40.8662598Z Contents: read
2026-07-06T05:57:40.8663003Z Metadata: read
2026-07-06T05:57:40.8663390Z Packages: read
2026-07-06T05:57:40.8663758Z ##[endgroup]
2026-07-06T05:57:40.8665360Z Secret source: Actions
2026-07-06T05:57:40.8665865Z Prepare workflow directory
2026-07-06T05:57:40.9035852Z Prepare all required actions
2026-07-06T05:57:40.9070923Z Getting action download info
2026-07-06T05:57:41.2631193Z Download action repository 'actions/checkout@v5' (SHA:93cb6efe18208431cddfb8368fd83d5badbf9bfd)
2026-07-06T05:57:41.7620656Z Complete job name: twohost-b
2026-07-06T05:57:41.8482534Z ##[group]Run actions/checkout@v5
2026-07-06T05:57:41.8483249Z with:
2026-07-06T05:57:41.8483615Z   repository: SaberMage/spt-core
2026-07-06T05:57:41.8486483Z   token: ***
2026-07-06T05:57:41.8486835Z   ssh-strict: true
2026-07-06T05:57:41.8487184Z   ssh-user: git
2026-07-06T05:57:41.8487532Z   persist-credentials: true
2026-07-06T05:57:41.8487914Z   clean: true
2026-07-06T05:57:41.8488281Z   sparse-checkout-cone-mode: true
2026-07-06T05:57:41.8488687Z   fetch-depth: 1
2026-07-06T05:57:41.8489120Z   fetch-tags: false
2026-07-06T05:57:41.8489479Z   show-progress: true
2026-07-06T05:57:41.8489832Z   lfs: false
2026-07-06T05:57:41.8490166Z   submodules: false
2026-07-06T05:57:41.8490528Z   set-safe-directory: true
2026-07-06T05:57:41.8491113Z ##[endgroup]
2026-07-06T05:57:41.9311977Z Syncing repository: SaberMage/spt-core
2026-07-06T05:57:41.9313437Z ##[group]Getting Git version info
2026-07-06T05:57:41.9314120Z Working directory is '/home/reavus/actions-runner/_work/spt-core/spt-core'
2026-07-06T05:57:41.9314997Z [command]/usr/bin/git version
2026-07-06T05:57:41.9315403Z git version 2.43.0
2026-07-06T05:57:41.9322774Z ##[endgroup]
2026-07-06T05:57:41.9334630Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/37e1040a-ab37-4efc-be34-d9e4fce85cff' before making global git config changes
2026-07-06T05:57:41.9335949Z Adding repository directory to the temporary git global config as a safe directory
2026-07-06T05:57:41.9338527Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-core/spt-core
2026-07-06T05:57:41.9371908Z [command]/usr/bin/git config --local --get remote.origin.url
2026-07-06T05:57:41.9390778Z https://github.com/SaberMage/spt-core
2026-07-06T05:57:41.9401062Z ##[group]Removing previously created refs, to avoid conflicts
2026-07-06T05:57:41.9403799Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-07-06T05:57:41.9426641Z HEAD
2026-07-06T05:57:41.9467663Z ##[endgroup]
2026-07-06T05:57:41.9469069Z [command]/usr/bin/git submodule status
2026-07-06T05:57:41.9669487Z ##[group]Cleaning the repository
2026-07-06T05:57:41.9672129Z [command]/usr/bin/git clean -ffdx
2026-07-06T05:57:41.9705161Z Removing traceable-reqs
2026-07-06T05:57:41.9713380Z [command]/usr/bin/git reset --hard HEAD
2026-07-06T05:57:41.9775012Z HEAD is now at cd4f07272 Merge 8a54b2c7c16b3f95beb839cb6e205f72fe2b7958 into 06cea5cde193b7f0307a0334de0917ea7bd7742a
2026-07-06T05:57:41.9782171Z ##[endgroup]
2026-07-06T05:57:41.9783368Z ##[group]Disabling automatic garbage collection
2026-07-06T05:57:41.9786048Z [command]/usr/bin/git config --local gc.auto 0
2026-07-06T05:57:41.9811696Z ##[endgroup]
2026-07-06T05:57:41.9812512Z ##[group]Setting up auth
2026-07-06T05:57:41.9817032Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-07-06T05:57:41.9841616Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-07-06T05:57:42.0026447Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-07-06T05:57:42.0050963Z [command]/usr/bin/git 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:57:42.0238361Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-07-06T05:57:42.0265448Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-07-06T05:57:42.0470364Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-07-06T05:57:42.0504625Z ##[endgroup]
2026-07-06T05:57:42.0505496Z ##[group]Fetching the repository
2026-07-06T05:57:42.0513845Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +cd4f0727256670b452497a6f671b62c6481820b7:refs/remotes/pull/52/merge
2026-07-06T05:57:42.5856898Z ##[endgroup]
2026-07-06T05:57:42.5857876Z ##[group]Determining the checkout info
2026-07-06T05:57:42.5858864Z ##[endgroup]
2026-07-06T05:57:42.5861344Z [command]/usr/bin/git sparse-checkout disable
2026-07-06T05:57:42.5905379Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-07-06T05:57:42.5935618Z ##[group]Checking out the ref
2026-07-06T05:57:42.5945791Z [command]/usr/bin/git checkout --progress --force refs/remotes/pull/52/merge
2026-07-06T05:57:42.6005403Z HEAD is now at cd4f07272 Merge 8a54b2c7c16b3f95beb839cb6e205f72fe2b7958 into 06cea5cde193b7f0307a0334de0917ea7bd7742a
2026-07-06T05:57:42.6010159Z ##[endgroup]
2026-07-06T05:57:42.6060270Z [command]/usr/bin/git log -1 --format=%H
2026-07-06T05:57:42.6098837Z cd4f0727256670b452497a6f671b62c6481820b7
2026-07-06T05:57:42.6440223Z ##[group]Run actions/checkout@v5
2026-07-06T05:57:42.6440849Z with:
2026-07-06T05:57:42.6441275Z   repository: SaberMage/spt-shell-notify
2026-07-06T05:57:42.6441909Z   path: .adapter-notify
2026-07-06T05:57:42.6448604Z   token: ***
2026-07-06T05:57:42.6449106Z   ssh-strict: true
2026-07-06T05:57:42.6449535Z   ssh-user: git
2026-07-06T05:57:42.6449950Z   persist-credentials: true
2026-07-06T05:57:42.6450460Z   clean: true
2026-07-06T05:57:42.6450893Z   sparse-checkout-cone-mode: true
2026-07-06T05:57:42.6451458Z   fetch-depth: 1
2026-07-06T05:57:42.6451878Z   fetch-tags: false
2026-07-06T05:57:42.6452321Z   show-progress: true
2026-07-06T05:57:42.6452770Z   lfs: false
2026-07-06T05:57:42.6453171Z   submodules: false
2026-07-06T05:57:42.6453714Z   set-safe-directory: true
2026-07-06T05:57:42.6454286Z ##[endgroup]
2026-07-06T05:57:42.7132291Z Syncing repository: SaberMage/spt-shell-notify
2026-07-06T05:57:42.7137102Z ##[group]Getting Git version info
2026-07-06T05:57:42.7138588Z Working directory is '/home/reavus/actions-runner/_work/spt-core/spt-core/.adapter-notify'
2026-07-06T05:57:42.7158475Z [command]/usr/bin/git version
2026-07-06T05:57:42.7223131Z git version 2.43.0
2026-07-06T05:57:42.7240620Z ##[endgroup]
2026-07-06T05:57:42.7252484Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/db61f1c3-b26c-4b5f-90e1-7c121bc16cc5' before making global git config changes
2026-07-06T05:57:42.7254673Z Adding repository directory to the temporary git global config as a safe directory
2026-07-06T05:57:42.7256586Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-core/spt-core/.adapter-notify
2026-07-06T05:57:42.7282422Z ##[group]Initializing the repository
2026-07-06T05:57:42.7285220Z [command]/usr/bin/git init /home/reavus/actions-runner/_work/spt-core/spt-core/.adapter-notify
2026-07-06T05:57:42.7314309Z hint: Using 'master' as the name for the initial branch. This default branch name
2026-07-06T05:57:42.7316053Z hint: is subject to change. To configure the initial branch name to use in all
2026-07-06T05:57:42.7317595Z hint: of your new repositories, which will suppress this warning, call:
2026-07-06T05:57:42.7318692Z hint: 
2026-07-06T05:57:42.7319448Z hint: 	git config --global init.defaultBranch <name>
2026-07-06T05:57:42.7321302Z hint: 
2026-07-06T05:57:42.7322235Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
2026-07-06T05:57:42.7323656Z hint: 'development'. The just-created branch can be renamed via this command:
2026-07-06T05:57:42.7324597Z hint: 
2026-07-06T05:57:42.7325035Z hint: 	git branch -m <name>
2026-07-06T05:57:42.7326551Z Initialized empty Git repository in /home/reavus/actions-runner/_work/spt-core/spt-core/.adapter-notify/.git/
2026-07-06T05:57:42.7329277Z [command]/usr/bin/git remote add origin https://github.com/SaberMage/spt-shell-notify
2026-07-06T05:57:42.7354898Z ##[endgroup]
2026-07-06T05:57:42.7355881Z ##[group]Disabling automatic garbage collection
2026-07-06T05:57:42.7357006Z [command]/usr/bin/git config --local gc.auto 0
2026-07-06T05:57:42.7384062Z ##[endgroup]
2026-07-06T05:57:42.7384959Z ##[group]Setting up auth
2026-07-06T05:57:42.7388845Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-07-06T05:57:42.7416232Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-07-06T05:57:42.7607649Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-07-06T05:57:42.7637454Z [command]/usr/bin/git 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:57:42.7831205Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-07-06T05:57:42.7857731Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-07-06T05:57:42.8050544Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-07-06T05:57:42.8080760Z ##[endgroup]
2026-07-06T05:57:42.8081943Z ##[group]Determining the default branch
2026-07-06T05:57:42.8083315Z Retrieving the default branch name
2026-07-06T05:57:43.2270572Z Default branch 'main'
2026-07-06T05:57:43.2272360Z ##[endgroup]
2026-07-06T05:57:43.2272885Z ##[group]Fetching the repository
2026-07-06T05:57:43.2275530Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +refs/heads/main:refs/remotes/origin/main
2026-07-06T05:57:43.7489570Z From https://github.com/SaberMage/spt-shell-notify
2026-07-06T05:57:43.7490194Z  * [new branch]      main       -> origin/main
2026-07-06T05:57:43.7508629Z ##[endgroup]
2026-07-06T05:57:43.7509153Z ##[group]Determining the checkout info
2026-07-06T05:57:43.7511520Z ##[endgroup]
2026-07-06T05:57:43.7515887Z [command]/usr/bin/git sparse-checkout disable
2026-07-06T05:57:43.7558085Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-07-06T05:57:43.7589274Z ##[group]Checking out the ref
2026-07-06T05:57:43.7589836Z [command]/usr/bin/git checkout --progress --force -B main refs/remotes/origin/main
2026-07-06T05:57:43.7630202Z Switched to a new branch 'main'
2026-07-06T05:57:43.7630580Z branch 'main' set up to track 'origin/main'.
2026-07-06T05:57:43.7634692Z ##[endgroup]
2026-07-06T05:57:43.7668264Z [command]/usr/bin/git log -1 --format=%H
2026-07-06T05:57:43.7690226Z ee2d37eadc730c0019e0af82d683074c509634a2
2026-07-06T05:57:43.7838154Z ##[group]Run cargo build --manifest-path .adapter-notify/Cargo.toml
2026-07-06T05:57:43.7838645Z [36;1mcargo build --manifest-path .adapter-notify/Cargo.toml[0m
2026-07-06T05:57:43.7854247Z shell: /usr/bin/bash -e {0}
2026-07-06T05:57:43.7854479Z ##[endgroup]
2026-07-06T05:57:43.8272655Z     Updating crates.io index
2026-07-06T05:57:43.8886989Z      Locking 11 packages to latest compatible versions
2026-07-06T05:57:43.9119989Z    Compiling serde_core v1.0.228
2026-07-06T05:57:43.9120381Z    Compiling zmij v1.0.21
2026-07-06T05:57:43.9120653Z    Compiling serde_json v1.0.150
2026-07-06T05:57:43.9121397Z    Compiling memchr v2.8.2
2026-07-06T05:57:43.9121635Z    Compiling itoa v1.0.18
2026-07-06T05:57:45.8910102Z    Compiling spt-shell-notify v0.1.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/.adapter-notify)
2026-07-06T05:57:46.0803865Z     Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.28s
2026-07-06T05:57:46.0946621Z ##[group]Run cargo build -p spt --bin spt
2026-07-06T05:57:46.0946921Z [36;1mcargo build -p spt --bin spt[0m
2026-07-06T05:57:46.0960268Z shell: /usr/bin/bash -e {0}
2026-07-06T05:57:46.0960488Z ##[endgroup]
2026-07-06T05:57:46.3766485Z    Compiling proc-macro2 v1.0.106
2026-07-06T05:57:46.3766897Z    Compiling quote v1.0.45
2026-07-06T05:57:46.3767182Z    Compiling unicode-ident v1.0.24
2026-07-06T05:57:46.3767557Z    Compiling libc v0.2.186
2026-07-06T05:57:46.3767956Z    Compiling serde_core v1.0.228
2026-07-06T05:57:46.3768356Z    Compiling cfg-if v1.0.4
2026-07-06T05:57:46.3768680Z    Compiling serde v1.0.228
2026-07-06T05:57:46.3806353Z    Compiling log v0.4.32
2026-07-06T05:57:46.3847501Z    Compiling pin-project-lite v0.2.17
2026-07-06T05:57:46.3884475Z    Compiling typenum v1.20.1
2026-07-06T05:57:46.3916743Z    Compiling version_check v0.9.5
2026-07-06T05:57:46.3967539Z    Compiling portable-atomic v1.13.1
2026-07-06T05:57:46.4142135Z    Compiling memchr v2.8.1
2026-07-06T05:57:46.4181203Z    Compiling shlex v2.0.1
2026-07-06T05:57:46.4201064Z    Compiling find-msvc-tools v0.1.9
2026-07-06T05:57:46.4345082Z    Compiling critical-section v1.2.0
2026-07-06T05:57:46.4773855Z    Compiling bytes v1.11.1
2026-07-06T05:57:46.4938453Z    Compiling subtle v2.6.1
2026-07-06T05:57:46.5455290Z    Compiling futures-core v0.3.32
2026-07-06T05:57:46.6200515Z    Compiling smallvec v1.15.1
2026-07-06T05:57:46.6719287Z    Compiling equivalent v1.0.2
2026-07-06T05:57:46.6850550Z    Compiling itoa v1.0.18
2026-07-06T05:57:46.6920986Z    Compiling semver v1.0.28
2026-07-06T05:57:46.7151457Z    Compiling stable_deref_trait v1.2.1
2026-07-06T05:57:46.7410491Z    Compiling slab v0.4.12
2026-07-06T05:57:46.7691862Z    Compiling futures-io v0.3.32
2026-07-06T05:57:46.7847050Z    Compiling generic-array v0.14.7
2026-07-06T05:57:46.7904344Z    Compiling futures-sink v0.3.32
2026-07-06T05:57:46.8307706Z    Compiling futures-task v0.3.32
2026-07-06T05:57:46.8781207Z    Compiling futures-channel v0.3.32
2026-07-06T05:57:46.9072841Z    Compiling rustversion v1.0.22
2026-07-06T05:57:46.9290764Z    Compiling rand_core v0.10.1
2026-07-06T05:57:46.9402954Z    Compiling hashbrown v0.17.1
2026-07-06T05:57:46.9457456Z    Compiling bitflags v2.12.1
2026-07-06T05:57:47.0024037Z    Compiling cpufeatures v0.2.17
2026-07-06T05:57:47.0351172Z    Compiling fnv v1.0.7
2026-07-06T05:57:47.0920339Z    Compiling rustc_version v0.4.1
2026-07-06T05:57:47.0970540Z    Compiling getrandom v0.4.2
2026-07-06T05:57:47.1141620Z    Compiling strsim v0.11.1
2026-07-06T05:57:47.1181331Z    Compiling cfg_aliases v0.2.1
2026-07-06T05:57:47.1417014Z    Compiling writeable v0.6.3
2026-07-06T05:57:47.1914703Z    Compiling litemap v0.8.2
2026-07-06T05:57:47.2050336Z    Compiling icu_normalizer_data v2.2.0
2026-07-06T05:57:47.2177138Z    Compiling fs_extra v1.3.0
2026-07-06T05:57:47.3447053Z    Compiling utf8_iter v1.0.4
2026-07-06T05:57:47.3900552Z    Compiling icu_properties_data v2.2.0
2026-07-06T05:57:47.4000609Z    Compiling dunce v1.0.5
2026-07-06T05:57:47.4330610Z    Compiling ident_case v1.0.1
2026-07-06T05:57:47.4920172Z    Compiling percent-encoding v2.3.2
2026-07-06T05:57:47.5241481Z    Compiling autocfg v1.5.1
2026-07-06T05:57:47.5470883Z    Compiling http v1.4.1
2026-07-06T05:57:47.5810679Z    Compiling cpufeatures v0.3.0
2026-07-06T05:57:47.6961730Z    Compiling unicode-segmentation v1.13.3
2026-07-06T05:57:47.6962524Z    Compiling aws-lc-rs v1.17.0
2026-07-06T05:57:47.7070509Z    Compiling thiserror v2.0.18
2026-07-06T05:57:47.7170973Z    Compiling scopeguard v1.2.0
2026-07-06T05:57:47.7870302Z    Compiling indexmap v2.14.0
2026-07-06T05:57:47.7990566Z    Compiling lock_api v0.4.14
2026-07-06T05:57:47.8620662Z    Compiling chacha20 v0.10.0
2026-07-06T05:57:47.8830815Z    Compiling form_urlencoded v1.2.2
2026-07-06T05:57:47.8990485Z    Compiling syn v2.0.117
2026-07-06T05:57:47.9934911Z    Compiling untrusted v0.9.0
2026-07-06T05:57:48.0164346Z    Compiling rustls v0.23.40
2026-07-06T05:57:48.0272102Z    Compiling heck v0.5.0
2026-07-06T05:57:48.0662998Z    Compiling const-oid v0.10.2
2026-07-06T05:57:48.1020613Z    Compiling atomic-waker v1.1.2
2026-07-06T05:57:48.1180469Z    Compiling unicode-xid v0.2.6
2026-07-06T05:57:48.1280391Z    Compiling anyhow v1.0.102
2026-07-06T05:57:48.2080797Z    Compiling zerocopy v0.8.50
2026-07-06T05:57:48.2148537Z    Compiling httparse v1.10.1
2026-07-06T05:57:48.2691010Z    Compiling paste v1.0.15
2026-07-06T05:57:48.2790588Z    Compiling parking_lot_core v0.9.12
2026-07-06T05:57:48.2857564Z    Compiling num-traits v0.2.19
2026-07-06T05:57:48.2940949Z    Compiling hybrid-array v0.4.12
2026-07-06T05:57:48.3234071Z    Compiling jobserver v0.1.34
2026-07-06T05:57:48.3685238Z    Compiling convert_case v0.10.0
2026-07-06T05:57:48.4035285Z    Compiling curve25519-dalek v4.1.3
2026-07-06T05:57:48.4735616Z    Compiling ahash v0.8.12
2026-07-06T05:57:48.5620493Z    Compiling powerfmt v0.2.0
2026-07-06T05:57:48.5873082Z    Compiling either v1.16.0
2026-07-06T05:57:48.6553145Z    Compiling cc v1.2.63
2026-07-06T05:57:48.6696575Z    Compiling base64ct v1.8.3
2026-07-06T05:57:48.7676139Z    Compiling deranged v0.5.8
2026-07-06T05:57:48.8220789Z    Compiling time-core v0.1.8
2026-07-06T05:57:48.8421070Z    Compiling http-body v1.0.1
2026-07-06T05:57:48.9550705Z    Compiling data-encoding v2.11.0
2026-07-06T05:57:48.9551677Z    Compiling fastrand v2.4.1
2026-07-06T05:57:48.9943319Z    Compiling crypto-common v0.1.7
2026-07-06T05:57:49.0203788Z    Compiling block-buffer v0.10.4
2026-07-06T05:57:49.0460836Z    Compiling base64 v0.22.1
2026-07-06T05:57:49.1092011Z    Compiling pem-rfc7468 v1.0.0
2026-07-06T05:57:49.1600718Z    Compiling digest v0.10.7
2026-07-06T05:57:49.1799906Z    Compiling mio v1.2.1
2026-07-06T05:57:49.2020824Z    Compiling socket2 v0.6.4
2026-07-06T05:57:49.2532584Z    Compiling getrandom v0.2.17
2026-07-06T05:57:49.4430757Z    Compiling rand_core v0.6.4
2026-07-06T05:57:49.4534044Z    Compiling tower-service v0.3.3
2026-07-06T05:57:49.5064681Z    Compiling rand v0.10.1
2026-07-06T05:57:49.5387433Z    Compiling uuid v1.23.2
2026-07-06T05:57:49.5564831Z    Compiling num-conv v0.2.2
2026-07-06T05:57:49.5611117Z    Compiling try-lock v0.2.5
2026-07-06T05:57:49.5970924Z    Compiling pkg-config v0.3.33
2026-07-06T05:57:49.6130549Z    Compiling tinyvec_macros v0.1.1
2026-07-06T05:57:49.6410854Z    Compiling zmij v1.0.21
2026-07-06T05:57:49.6600479Z    Compiling vcpkg v0.2.15
2026-07-06T05:57:49.6730540Z    Compiling tinyvec v1.11.0
2026-07-06T05:57:49.7250487Z    Compiling want v0.3.1
2026-07-06T05:57:49.7720704Z    Compiling parking_lot v0.12.5
2026-07-06T05:57:49.9410337Z    Compiling sha2 v0.10.9
2026-07-06T05:57:49.9780763Z    Compiling inout v0.1.4
2026-07-06T05:57:50.1230665Z    Compiling crypto-common v0.2.2
2026-07-06T05:57:50.1270617Z    Compiling block-buffer v0.12.0
2026-07-06T05:57:50.1830505Z    Compiling cmake v0.1.58
2026-07-06T05:57:50.2139806Z    Compiling vergen-lib v9.1.0
2026-07-06T05:57:50.2709201Z    Compiling n0-future v0.3.2
2026-07-06T05:57:50.2790930Z    Compiling serde_json v1.0.150
2026-07-06T05:57:50.3990735Z    Compiling httpdate v1.0.3
2026-07-06T05:57:50.4130560Z    Compiling winnow v1.0.3
2026-07-06T05:57:50.4189648Z    Compiling parking v2.2.1
2026-07-06T05:57:50.4630446Z    Compiling signature v2.2.0
2026-07-06T05:57:50.4791023Z    Compiling diatomic-waker v0.2.3
2026-07-06T05:57:50.4965199Z    Compiling spin v0.10.0
2026-07-06T05:57:50.5212828Z    Compiling cordyceps v0.3.4
2026-07-06T05:57:50.6051910Z    Compiling crossbeam-utils v0.8.21
2026-07-06T05:57:50.6141468Z    Compiling ed25519 v2.2.3
2026-07-06T05:57:50.6322432Z    Compiling futures-lite v2.6.1
2026-07-06T05:57:50.6460986Z    Compiling cipher v0.4.4
2026-07-06T05:57:50.6701146Z    Compiling netlink-packet-core v0.8.1
2026-07-06T05:57:50.6801138Z    Compiling universal-hash v0.5.1
2026-07-06T05:57:50.7360444Z    Compiling vergen v9.1.0
2026-07-06T05:57:50.7610920Z    Compiling vergen-lib v0.1.6
2026-07-06T05:57:50.8160583Z    Compiling heapless v0.7.17
2026-07-06T05:57:50.8350674Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-07-06T05:57:50.9070670Z    Compiling noq-udp v0.10.0
2026-07-06T05:57:50.9130505Z    Compiling sync_wrapper v1.0.2
2026-07-06T05:57:50.9430480Z    Compiling futures-buffered v0.2.13
2026-07-06T05:57:50.9600483Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-07-06T05:57:50.9650742Z    Compiling allocator-api2 v0.2.21
2026-07-06T05:57:51.0359022Z    Compiling byteorder v1.5.0
2026-07-06T05:57:51.0760749Z    Compiling opaque-debug v0.3.1
2026-07-06T05:57:51.1390786Z    Compiling polyval v0.6.2
2026-07-06T05:57:51.1636049Z    Compiling aws-lc-sys v0.41.0
2026-07-06T05:57:51.1643610Z    Compiling ring v0.17.14
2026-07-06T05:57:51.1645183Z    Compiling libsqlite3-sys v0.30.1
2026-07-06T05:57:51.1932175Z    Compiling digest v0.11.3
2026-07-06T05:57:51.2881978Z    Compiling hash32 v0.2.1
2026-07-06T05:57:51.3412371Z    Compiling vergen-gitcl v1.0.8
2026-07-06T05:57:51.4123451Z    Compiling spin v0.9.8
2026-07-06T05:57:51.4232057Z    Compiling fallible-streaming-iterator v0.1.9
2026-07-06T05:57:51.5093783Z    Compiling ryu v1.0.23
2026-07-06T05:57:51.5310670Z    Compiling signature v3.0.0
2026-07-06T05:57:51.5591097Z    Compiling fallible-iterator v0.3.0
2026-07-06T05:57:51.5941003Z    Compiling num_threads v0.1.7
2026-07-06T05:57:51.6370504Z    Compiling tower-layer v0.3.3
2026-07-06T05:57:51.6830783Z    Compiling sha2 v0.11.0-rc.5
2026-07-06T05:57:51.7270424Z    Compiling time v0.3.47
2026-07-06T05:57:51.7830299Z    Compiling ghash v0.5.1
2026-07-06T05:57:51.7900982Z    Compiling aes v0.8.4
2026-07-06T05:57:51.8023564Z    Compiling ctr v0.9.2
2026-07-06T05:57:51.8730923Z    Compiling fs2 v0.4.3
2026-07-06T05:57:51.9490564Z    Compiling aead v0.5.2
2026-07-06T05:57:52.0129164Z    Compiling http-body-util v0.1.3
2026-07-06T05:57:52.0360739Z    Compiling utf8parse v0.2.2
2026-07-06T05:57:52.0510956Z    Compiling arrayvec v0.7.6
2026-07-06T05:57:52.1018216Z    Compiling openssl-probe v0.2.1
2026-07-06T05:57:52.1180559Z    Compiling crossbeam-channel v0.5.15
2026-07-06T05:57:52.2230749Z    Compiling crossbeam-epoch v0.9.18
2026-07-06T05:57:52.3624107Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-07-06T05:57:52.3850726Z    Compiling blake3 v1.8.5
2026-07-06T05:57:52.4160583Z    Compiling netlink-packet-route v0.29.0
2026-07-06T05:57:52.4686112Z    Compiling aes-gcm v0.10.3
2026-07-06T05:57:52.5111174Z    Compiling memoffset v0.6.5
2026-07-06T05:57:52.6631261Z    Compiling acto v0.8.2
2026-07-06T05:57:52.6971872Z    Compiling noq v0.18.0
2026-07-06T05:57:52.6990621Z    Compiling netwatch v0.16.0
2026-07-06T05:57:52.7101238Z    Compiling lru-slab v0.1.2
2026-07-06T05:57:52.7564308Z    Compiling ref-cast v1.0.25
2026-07-06T05:57:52.8405009Z    Compiling foldhash v0.2.0
2026-07-06T05:57:52.8599959Z    Compiling identity-hash v0.1.0
2026-07-06T05:57:52.9036382Z    Compiling tagptr v0.2.0
2026-07-06T05:57:52.9661362Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-07-06T05:57:52.9832023Z    Compiling rustc-hash v2.1.2
2026-07-06T05:57:53.0001147Z    Compiling mac-addr v0.3.0
2026-07-06T05:57:53.0680354Z    Compiling xml-rs v0.8.28
2026-07-06T05:57:53.0770821Z    Compiling sorted-index-buffer v0.2.1
2026-07-06T05:57:53.0911089Z    Compiling thiserror v1.0.69
2026-07-06T05:57:53.1707928Z    Compiling hashbrown v0.16.1
2026-07-06T05:57:53.2959944Z    Compiling netlink-packet-route v0.30.0
2026-07-06T05:57:53.3281787Z    Compiling ioctl-rs v0.1.6
2026-07-06T05:57:53.3994486Z    Compiling errno v0.3.14
2026-07-06T05:57:53.4371063Z    Compiling serial-core v0.4.0
2026-07-06T05:57:53.4618044Z    Compiling termios v0.2.2
2026-07-06T05:57:53.5610669Z    Compiling synstructure v0.13.2
2026-07-06T05:57:53.6127311Z    Compiling darling_core v0.20.11
2026-07-06T05:57:53.6588074Z    Compiling serde_derive_internals v0.29.1
2026-07-06T05:57:53.8980822Z    Compiling aho-corasick v1.1.4
2026-07-06T05:57:54.0337661Z    Compiling proc-macro-crate v3.5.0
2026-07-06T05:57:54.0560839Z    Compiling xmltree v0.10.3
2026-07-06T05:57:54.1972705Z    Compiling simple-dns v0.9.3
2026-07-06T05:57:54.3510586Z    Compiling signal-hook v0.3.18
2026-07-06T05:57:54.3689244Z    Compiling arrayref v0.3.9
2026-07-06T05:57:54.4244253Z    Compiling rustix v1.1.4
2026-07-06T05:57:54.4390451Z    Compiling simdutf8 v0.1.5
2026-07-06T05:57:54.5020611Z    Compiling toml_write v0.1.2
2026-07-06T05:57:54.5910739Z    Compiling winnow v0.7.15
2026-07-06T05:57:54.6786669Z    Compiling resolv-conf v0.7.6
2026-07-06T05:57:54.7970564Z    Compiling constant_time_eq v0.4.2
2026-07-06T05:57:54.8059386Z    Compiling smol_str v0.1.24
2026-07-06T05:57:54.8208557Z    Compiling sha1_smol v1.0.1
2026-07-06T05:57:54.9580967Z    Compiling regex-syntax v0.8.10
2026-07-06T05:57:55.0690718Z    Compiling lru v0.16.4
2026-07-06T05:57:55.0990996Z    Compiling serial-unix v0.4.0
2026-07-06T05:57:55.1731080Z    Compiling signal-hook-registry v1.4.8
2026-07-06T05:57:55.2740841Z    Compiling darling_core v0.23.0
2026-07-06T05:57:55.3482026Z    Compiling serde_bytes v0.11.19
2026-07-06T05:57:55.4040140Z    Compiling hmac v0.12.1
2026-07-06T05:57:55.5410607Z    Compiling seize v0.5.1
2026-07-06T05:57:55.5470433Z    Compiling iroh v0.98.2
2026-07-06T05:57:55.6643009Z    Compiling dyn-clone v1.0.20
2026-07-06T05:57:55.7113691Z    Compiling serde_derive v1.0.228
2026-07-06T05:57:55.7665094Z    Compiling zeroize_derive v1.4.3
2026-07-06T05:57:55.7743173Z    Compiling tokio-macros v2.7.0
2026-07-06T05:57:55.7890390Z    Compiling futures-macro v0.3.32
2026-07-06T05:57:55.9896364Z    Compiling zerofrom-derive v0.1.7
2026-07-06T05:57:56.4914315Z    Compiling zeroize v1.8.2
2026-07-06T05:57:56.5440801Z    Compiling tokio v1.52.3
2026-07-06T05:57:56.6970805Z    Compiling yoke-derive v0.8.2
2026-07-06T05:57:56.7744468Z    Compiling futures-util v0.3.32
2026-07-06T05:57:57.0151689Z    Compiling zerovec-derive v0.11.3
2026-07-06T05:57:57.1200869Z    Compiling displaydoc v0.2.6
2026-07-06T05:57:57.3211414Z    Compiling tracing-attributes v0.1.31
2026-07-06T05:57:57.3680721Z    Compiling rustls-pki-types v1.14.1
2026-07-06T05:57:57.7917998Z    Compiling zerofrom v0.1.8
2026-07-06T05:57:57.9337988Z    Compiling curve25519-dalek-derive v0.1.1
2026-07-06T05:57:58.0340782Z    Compiling thiserror-impl v2.0.18
2026-07-06T05:57:58.1320853Z    Compiling darling_macro v0.20.11
2026-07-06T05:57:58.2200866Z    Compiling yoke v0.8.3
2026-07-06T05:57:58.4239451Z    Compiling zerotrie v0.2.4
2026-07-06T05:57:58.5580471Z    Compiling darling v0.20.11
2026-07-06T05:57:58.6302855Z    Compiling zerovec v0.11.6
2026-07-06T05:57:58.6383715Z    Compiling derive_more-impl v2.1.1
2026-07-06T05:57:58.7471124Z    Compiling derive_builder_core v0.20.2
2026-07-06T05:57:58.8430733Z    Compiling spez v0.1.2
2026-07-06T05:57:59.0978324Z    Compiling n0-error-macros v0.1.3
2026-07-06T05:57:59.3440846Z    Compiling der v0.8.0-rc.10
2026-07-06T05:57:59.4510696Z    Compiling tinystr v0.8.3
2026-07-06T05:57:59.7558397Z    Compiling icu_locale_core v2.2.0
2026-07-06T05:57:59.7666104Z    Compiling potential_utf v0.1.5
2026-07-06T05:57:59.9121118Z    Compiling icu_collections v2.2.0
2026-07-06T05:58:00.0460611Z    Compiling pin-project-internal v1.1.13
2026-07-06T05:58:00.1957953Z    Compiling derive_builder_macro v0.20.2
2026-07-06T05:58:00.3140599Z    Compiling n0-error v0.1.3
2026-07-06T05:58:00.7110497Z    Compiling derive_builder v0.20.2
2026-07-06T05:58:00.7290989Z    Compiling ed25519-dalek v2.2.0
2026-07-06T05:58:00.7360681Z    Compiling futures-executor v0.3.32
2026-07-06T05:58:01.1480815Z    Compiling icu_provider v2.2.0
2026-07-06T05:58:01.2001200Z    Compiling ipnet v2.12.0
2026-07-06T05:58:01.2311261Z    Compiling spki v0.8.0-rc.4
2026-07-06T05:58:01.4440608Z    Compiling pkcs8 v0.11.0-rc.10
2026-07-06T05:58:01.5330696Z    Compiling icu_properties v2.2.0
2026-07-06T05:58:01.6203443Z    Compiling icu_normalizer v2.2.0
2026-07-06T05:58:01.6860490Z    Compiling prefix-trie v0.8.4
2026-07-06T05:58:01.6901142Z    Compiling ed25519 v3.0.0-rc.4
2026-07-06T05:58:01.7690778Z    Compiling pin-project v1.1.13
2026-07-06T05:58:01.8620653Z    Compiling once_cell v1.21.4
2026-07-06T05:58:01.8870636Z    Compiling futures v0.3.32
2026-07-06T05:58:01.9272188Z    Compiling spt-proto v0.25.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-proto)
2026-07-06T05:58:01.9910652Z    Compiling cobs v0.3.0
2026-07-06T05:58:02.0921006Z    Compiling data-encoding-macro-internal v0.1.18
2026-07-06T05:58:02.1060094Z    Compiling postcard-derive v0.2.2
2026-07-06T05:58:02.1900461Z    Compiling tracing-core v0.1.36
2026-07-06T05:58:02.4150338Z    Compiling hashbrown v0.14.5
2026-07-06T05:58:02.5883418Z    Compiling data-encoding-macro v0.1.20
2026-07-06T05:58:02.5935021Z    Compiling rustls-native-certs v0.8.4
2026-07-06T05:58:02.6513772Z    Compiling enum-assoc v1.3.0
2026-07-06T05:58:02.6834907Z    Compiling num_enum_derive v0.7.6
2026-07-06T05:58:02.7578081Z    Compiling tracing v0.1.44
2026-07-06T05:58:02.9268914Z    Compiling tokio-util v0.7.18
2026-07-06T05:58:03.0896710Z    Compiling idna_adapter v1.2.2
2026-07-06T05:58:03.1060831Z    Compiling netlink-sys v0.8.8
2026-07-06T05:58:03.2096196Z    Compiling idna v1.1.0
2026-07-06T05:58:03.2189349Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-07-06T05:58:03.3860812Z    Compiling hashlink v0.9.1
2026-07-06T05:58:03.4700715Z    Compiling tower v0.5.3
2026-07-06T05:58:03.5431286Z    Compiling postcard v1.1.3
2026-07-06T05:58:03.6074270Z    Compiling async-trait v0.1.89
2026-07-06T05:58:03.6560522Z    Compiling url v2.5.8
2026-07-06T05:58:03.6761169Z    Compiling derive_more v2.1.1
2026-07-06T05:58:03.7051115Z    Compiling iroh-metrics-derive v0.4.1
2026-07-06T05:58:03.7181065Z    Compiling strum_macros v0.28.0
2026-07-06T05:58:03.7580650Z    Compiling netlink-proto v0.12.0
2026-07-06T05:58:03.8279980Z    Compiling rusqlite v0.32.1
2026-07-06T05:58:03.8445678Z    Compiling netdev v0.42.0
2026-07-06T05:58:03.8606609Z    Compiling iroh-relay v0.98.0
2026-07-06T05:58:04.0501054Z    Compiling h2 v0.4.14
2026-07-06T05:58:04.1278132Z    Compiling num_enum v0.7.6
2026-07-06T05:58:04.1891308Z    Compiling n0-watcher v0.6.1
2026-07-06T05:58:04.2487735Z    Compiling tokio-stream v0.1.18
2026-07-06T05:58:04.2520660Z    Compiling moka v0.12.15
2026-07-06T05:58:04.2876462Z    Compiling iroh-metrics v0.38.3
2026-07-06T05:58:04.2907804Z    Compiling toml_datetime v0.6.11
2026-07-06T05:58:04.5441249Z    Compiling serde_spanned v0.6.9
2026-07-06T05:58:04.6235891Z    Compiling hickory-proto v0.26.0-beta.4
2026-07-06T05:58:04.6945783Z    Compiling tower-http v0.6.11
2026-07-06T05:58:04.7238118Z    Compiling attohttpc v0.30.1
2026-07-06T05:58:04.7860951Z    Compiling iroh-base v0.98.0
2026-07-06T05:58:04.8371112Z    Compiling thiserror-impl v1.0.69
2026-07-06T05:58:04.9740958Z    Compiling ref-cast-impl v1.0.25
2026-07-06T05:58:04.9742192Z    Compiling toml_edit v0.22.27
2026-07-06T05:58:05.2792855Z    Compiling spt-store v0.25.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-store)
2026-07-06T05:58:05.6536614Z    Compiling webpki-roots v1.0.7
2026-07-06T05:58:05.6910921Z    Compiling regex-automata v0.4.14
2026-07-06T05:58:05.7456417Z    Compiling schemars_derive v1.2.1
2026-07-06T05:58:05.7782287Z    Compiling pin-utils v0.1.0
2026-07-06T05:58:05.8520770Z    Compiling bitflags v1.3.2
2026-07-06T05:58:05.8612140Z    Compiling cmov v0.5.4
2026-07-06T05:58:05.8820635Z    Compiling rustix v0.38.44
2026-07-06T05:58:05.9696985Z    Compiling linux-raw-sys v0.12.1
2026-07-06T05:58:06.1662093Z    Compiling ctutils v0.4.2
2026-07-06T05:58:06.2751255Z    Compiling nix v0.25.1
2026-07-06T05:58:06.4120675Z    Compiling backon v1.6.0
2026-07-06T05:58:06.4841174Z    Compiling darling_macro v0.23.0
2026-07-06T05:58:06.6081003Z    Compiling filedescriptor v0.8.3
2026-07-06T05:58:06.7636706Z    Compiling papaya v0.2.4
2026-07-06T05:58:06.8161027Z    Compiling strum v0.28.0
2026-07-06T05:58:06.8331480Z    Compiling hkdf v0.12.4
2026-07-06T05:58:06.9759690Z    Compiling iroh-dns v0.98.0
2026-07-06T05:58:06.9761024Z    Compiling serial v0.4.0
2026-07-06T05:58:07.0160765Z    Compiling anstyle-parse v1.0.0
2026-07-06T05:58:07.0801040Z    Compiling vte_generate_state_changes v0.1.2
2026-07-06T05:58:07.2440860Z    Compiling instability v0.3.12
2026-07-06T05:58:07.2721662Z    Compiling downcast-rs v1.2.1
2026-07-06T05:58:07.3446684Z    Compiling is_terminal_polyfill v1.70.2
2026-07-06T05:58:07.3528725Z    Compiling shell-words v1.1.1
2026-07-06T05:58:07.3666982Z    Compiling linux-raw-sys v0.4.15
2026-07-06T05:58:07.4153012Z    Compiling anstyle v1.0.14
2026-07-06T05:58:07.4287549Z    Compiling foldhash v0.1.5
2026-07-06T05:58:07.4623295Z    Compiling colorchoice v1.0.5
2026-07-06T05:58:07.5102890Z    Compiling anstyle-query v1.1.5
2026-07-06T05:58:07.5600658Z    Compiling hashbrown v0.15.5
2026-07-06T05:58:07.5863961Z    Compiling vte v0.13.1
2026-07-06T05:58:07.6113486Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-07-06T05:58:07.6730670Z    Compiling toml v0.8.23
2026-07-06T05:58:07.6997753Z    Compiling anstream v1.0.0
2026-07-06T05:58:07.7321066Z    Compiling terminal_size v0.4.4
2026-07-06T05:58:07.8678505Z    Compiling signal-hook-mio v0.2.5
2026-07-06T05:58:07.9700988Z    Compiling schemars v1.2.1
2026-07-06T05:58:07.9920839Z    Compiling darling v0.23.0
2026-07-06T05:58:08.0830542Z    Compiling spake2 v0.4.0
2026-07-06T05:58:08.2700701Z    Compiling strum_macros v0.26.4
2026-07-06T05:58:08.4340538Z    Compiling sha1 v0.10.6
2026-07-06T05:58:08.5860527Z    Compiling itertools v0.13.0
2026-07-06T05:58:08.7720676Z    Compiling regex v1.12.3
2026-07-06T05:58:08.7901401Z    Compiling castaway v0.2.4
2026-07-06T05:58:08.8878260Z    Compiling spt-msg v0.25.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-msg)
2026-07-06T05:58:08.9978287Z    Compiling clap_lex v1.1.0
2026-07-06T05:58:09.2072077Z    Compiling unicode-width v0.1.14
2026-07-06T05:58:09.3334344Z    Compiling spt-runtime v0.25.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-runtime)
2026-07-06T05:58:09.3890824Z    Compiling static_assertions v1.1.0
2026-07-06T05:58:09.4693456Z    Compiling doctest-file v1.1.1
2026-07-06T05:58:09.6008398Z    Compiling indoc v2.0.7
2026-07-06T05:58:09.8116011Z    Compiling compact_str v0.8.2
2026-07-06T05:58:09.9900713Z    Compiling interprocess v2.4.2
2026-07-06T05:58:10.6621060Z    Compiling hyper v1.10.1
2026-07-06T05:58:10.7356622Z    Compiling portable-pty v0.8.1
2026-07-06T05:58:10.8088935Z    Compiling unicode-truncate v1.1.0
2026-07-06T05:58:10.8221377Z    Compiling clap_builder v4.6.0
2026-07-06T05:58:10.8397847Z    Compiling crossterm v0.28.1
2026-07-06T05:58:10.9470793Z    Compiling strum v0.26.3
2026-07-06T05:58:10.9570155Z    Compiling lru v0.12.5
2026-07-06T05:58:10.9812639Z    Compiling clap_derive v4.6.1
2026-07-06T05:58:10.9970554Z    Compiling cassowary v0.3.0
2026-07-06T05:58:11.0987030Z    Compiling iana-time-zone v0.1.65
2026-07-06T05:58:11.1510704Z    Compiling unicode-width v0.2.0
2026-07-06T05:58:11.3012420Z    Compiling spt-term v0.25.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-term)
2026-07-06T05:58:11.4710892Z    Compiling chrono v0.4.45
2026-07-06T05:58:11.6095397Z    Compiling nucleo-matcher v0.3.1
2026-07-06T05:58:11.8718040Z    Compiling ratatui v0.29.0
2026-07-06T05:58:12.0707205Z    Compiling qrcode v0.14.1
2026-07-06T05:58:12.7560778Z    Compiling hyper-util v0.1.20
2026-07-06T05:58:13.1140220Z    Compiling spt-live v0.25.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-live)
2026-07-06T05:58:13.9575008Z    Compiling clap v4.6.1
2026-07-06T05:58:15.0270868Z    Compiling igd-next v0.17.1
2026-07-06T05:58:15.9613764Z    Compiling portmapper v0.16.0
2026-07-06T05:58:21.7122651Z    Compiling rustls-webpki v0.103.13
2026-07-06T05:58:24.2085557Z    Compiling tokio-rustls v0.26.4
2026-07-06T05:58:24.2086186Z    Compiling noq-proto v0.17.0
2026-07-06T05:58:24.2086658Z    Compiling rustls-platform-verifier v0.7.0
2026-07-06T05:58:24.3786771Z    Compiling hickory-net v0.26.0-beta.4
2026-07-06T05:58:24.3787476Z    Compiling hyper-rustls v0.27.9
2026-07-06T05:58:24.3788551Z    Compiling tokio-websockets v0.13.2
2026-07-06T05:58:24.5301384Z    Compiling reqwest v0.13.4
2026-07-06T05:58:25.5204246Z    Compiling hickory-resolver v0.26.0-beta.4
2026-07-06T05:58:40.2119657Z    Compiling spt-net v0.25.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-net)
2026-07-06T05:58:41.7730715Z    Compiling spt-daemon v0.25.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-daemon)
2026-07-06T05:58:49.9004644Z    Compiling spt v0.25.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt)
2026-07-06T05:58:54.7818158Z     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 08s
2026-07-06T05:58:54.8291089Z ##[group]Run cargo test -p spt-daemon --test twohost -- --nocapture
2026-07-06T05:58:54.8291508Z [36;1mcargo test -p spt-daemon --test twohost -- --nocapture[0m
2026-07-06T05:58:54.8304149Z shell: /usr/bin/bash -e {0}
2026-07-06T05:58:54.8304377Z env:
2026-07-06T05:58:54.8304549Z   SPT_TWO_HOST: 1
2026-07-06T05:58:54.8304730Z   SPT_TWO_HOST_ROLE: b
2026-07-06T05:58:54.8304950Z   SPT_TWO_HOST_SECRET: rig-twohost-ci
2026-07-06T05:58:54.8305184Z   SPT_TWO_HOST_PEER_IP: 100.68.35.65
2026-07-06T05:58:54.8305408Z   SPT_TWO_HOST_WAIT_SECS: 900
2026-07-06T05:58:54.8305832Z   SPT_TWO_HOST_NOTIFY_BIN: /home/reavus/actions-runner/_work/spt-core/spt-core/.adapter-notify/target/debug/notify-shell
2026-07-06T05:58:54.8306255Z ##[endgroup]
2026-07-06T05:58:55.0688772Z    Compiling cc v1.2.63
2026-07-06T05:58:55.0714937Z    Compiling mio v1.2.1
2026-07-06T05:58:55.0760011Z    Compiling strsim v0.11.1
2026-07-06T05:58:55.0763458Z    Compiling unicode-segmentation v1.13.3
2026-07-06T05:58:55.0764092Z    Compiling rustls v0.23.40
2026-07-06T05:58:55.0847830Z    Compiling fastrand v2.4.1
2026-07-06T05:58:55.0946445Z    Compiling either v1.16.0
2026-07-06T05:58:55.1068560Z    Compiling rustix v1.1.4
2026-07-06T05:58:55.1997353Z    Compiling futures-lite v2.6.1
2026-07-06T05:58:55.2299909Z    Compiling prefix-trie v0.8.4
2026-07-06T05:58:55.2370950Z    Compiling darling_core v0.20.11
2026-07-06T05:58:55.3653520Z    Compiling tokio v1.52.3
2026-07-06T05:58:55.3684490Z    Compiling convert_case v0.10.0
2026-07-06T05:58:55.5719807Z    Compiling derive_more-impl v2.1.1
2026-07-06T05:58:55.7094650Z    Compiling hickory-proto v0.26.0-beta.4
2026-07-06T05:58:55.9740302Z    Compiling ring v0.17.14
2026-07-06T05:58:55.9740817Z    Compiling libsqlite3-sys v0.30.1
2026-07-06T05:58:55.9741199Z    Compiling blake3 v1.8.5
2026-07-06T05:58:56.8654793Z    Compiling tempfile v3.27.0
2026-07-06T05:58:56.9597166Z    Compiling darling_macro v0.20.11
2026-07-06T05:58:57.1719299Z    Compiling darling v0.20.11
2026-07-06T05:58:57.1967706Z    Compiling derive_builder_core v0.20.2
2026-07-06T05:58:57.7660049Z    Compiling derive_more v2.1.1
2026-07-06T05:58:57.8402160Z    Compiling derive_builder_macro v0.20.2
2026-07-06T05:58:57.8457253Z    Compiling iroh-base v0.98.0
2026-07-06T05:58:58.0415654Z    Compiling derive_builder v0.20.2
2026-07-06T05:58:58.0833652Z    Compiling vergen-lib v9.1.0
2026-07-06T05:58:58.0946528Z    Compiling vergen-lib v0.1.6
2026-07-06T05:58:58.2297006Z    Compiling vergen v9.1.0
2026-07-06T05:58:58.2625839Z    Compiling vergen-gitcl v1.0.8
2026-07-06T05:58:58.5288707Z    Compiling iroh-relay v0.98.0
2026-07-06T05:58:59.0230241Z    Compiling rustls-webpki v0.103.13
2026-07-06T05:58:59.0230779Z    Compiling tokio-util v0.7.18
2026-07-06T05:58:59.0231185Z    Compiling netlink-sys v0.8.8
2026-07-06T05:58:59.0231556Z    Compiling tower v0.5.3
2026-07-06T05:58:59.0232916Z    Compiling acto v0.8.2
2026-07-06T05:58:59.0256098Z    Compiling backon v1.6.0
2026-07-06T05:58:59.1754690Z    Compiling netlink-proto v0.12.0
2026-07-06T05:58:59.1755678Z    Compiling netdev v0.42.0
2026-07-06T05:58:59.5371006Z    Compiling tower-http v0.6.11
2026-07-06T05:58:59.6115029Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-07-06T05:58:59.8560558Z    Compiling h2 v0.4.14
2026-07-06T05:58:59.8609914Z    Compiling n0-future v0.3.2
2026-07-06T05:58:59.9200672Z    Compiling tokio-stream v0.1.18
2026-07-06T05:58:59.9835784Z    Compiling n0-watcher v0.6.1
2026-07-06T05:58:59.9861295Z    Compiling iroh-dns v0.98.0
2026-07-06T05:59:00.2528096Z    Compiling netwatch v0.16.0
2026-07-06T05:59:02.7236884Z    Compiling tokio-rustls v0.26.4
2026-07-06T05:59:02.7237605Z    Compiling noq-proto v0.17.0
2026-07-06T05:59:02.7238111Z    Compiling rustls-platform-verifier v0.7.0
2026-07-06T05:59:02.9059763Z    Compiling tokio-websockets v0.13.2
2026-07-06T05:59:03.0292755Z    Compiling rusqlite v0.32.1
2026-07-06T05:59:03.2989259Z    Compiling hyper v1.10.1
2026-07-06T05:59:03.2989811Z    Compiling hickory-net v0.26.0-beta.4
2026-07-06T05:59:03.8895396Z    Compiling spt-store v0.25.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-store)
2026-07-06T05:59:04.4659992Z    Compiling hyper-util v0.1.20
2026-07-06T05:59:04.4877811Z    Compiling hickory-resolver v0.26.0-beta.4
2026-07-06T05:59:05.5047852Z    Compiling hyper-rustls v0.27.9
2026-07-06T05:59:05.5048420Z    Compiling igd-next v0.17.1
2026-07-06T05:59:05.5240295Z    Compiling spt-msg v0.25.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-msg)
2026-07-06T05:59:05.6683789Z    Compiling reqwest v0.13.4
2026-07-06T05:59:05.8345805Z    Compiling spt-runtime v0.25.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-runtime)
2026-07-06T05:59:05.8347017Z    Compiling spt-term v0.25.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-term)
2026-07-06T05:59:06.5370203Z    Compiling portmapper v0.16.0
2026-07-06T05:59:07.4621277Z    Compiling noq v0.18.0
2026-07-06T05:59:08.4101856Z    Compiling spt-live v0.25.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-live)
2026-07-06T05:59:12.5238530Z    Compiling iroh v0.98.2
2026-07-06T05:59:21.0316479Z    Compiling spt-net v0.25.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-net)
2026-07-06T05:59:22.5702827Z    Compiling spt-daemon v0.25.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-daemon)
2026-07-06T05:59:32.4001299Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 37.55s
2026-07-06T05:59:32.4222214Z      Running tests/twohost.rs (target/debug/deps/twohost-0e50bd1a79fc9cd7)
2026-07-06T05:59:32.4253233Z 
2026-07-06T05:59:32.4253476Z running 3 tests
2026-07-06T05:59:32.4255904Z test b2_attacher_child ... ok
2026-07-06T05:59:32.4257758Z test two_host_ladder_role_a ... ok
2026-07-06T05:59:32.4264727Z TWOHOST role B: node 9bbcee970607c7454b0baf8b38b032ccdf1a36de7ef04d614158fecd1f08b612
2026-07-06T05:59:32.5706329Z TWOHOST role B: notify instance notify-0 minted (real_mode=true)
2026-07-06T05:59:32.5753164Z TWOHOST role B: offline drive shells minted — ling-twohost-b/offdrive-0, gate-twohost-b/offdrive-0
2026-07-06T05:59:32.6033922Z TWOHOST role B: drive session 1 ready
2026-07-06T05:59:32.6563953Z PAIR_MEET_UP:twohost step=59443919 id=0efd132daddc3d2781a80b0dc80ca3760567a755a14c7cbd949d146eceb3b994 addr=EndpointAddr { id: PublicKey(0efd132daddc3d2781a80b0dc80ca3760567a755a14c7cbd949d146eceb3b994), addrs: {Ip(100.98.197.12:60209), Ip(192.168.1.154:60209)} }
2026-07-06T06:00:00.6579615Z PAIR_MEET_UP:twohost step=59443920 id=5c64e4a3453bd3c16bcbc44be282566d4e5e68b3c543a3a2cbeac9424988d407 addr=EndpointAddr { id: PublicKey(5c64e4a3453bd3c16bcbc44be282566d4e5e68b3c543a3a2cbeac9424988d407), addrs: {Ip(100.98.197.12:40501), Ip(192.168.1.154:40501)} }
2026-07-06T06:00:30.6594721Z PAIR_MEET_UP:twohost step=59443921 id=cca02946644fd00b9265075383774c65b559ca7330eadbb0399b55a2070c816f addr=EndpointAddr { id: PublicKey(cca02946644fd00b9265075383774c65b559ca7330eadbb0399b55a2070c816f), addrs: {Ip(100.98.197.12:40068), Ip(192.168.1.154:40068)} }
2026-07-06T06:00:32.4255229Z test two_host_ladder_role_b has been running for over 60 seconds
2026-07-06T06:00:46.6790574Z PAIRED: joiner bcead52b862344aef51998ca5d8f15dce1e38e6cee3795b219a5849f6ad4b41a recorded in subnet 'twohost'
2026-07-06T06:00:46.8919322Z TWOHOST OK: pairing: A rostered via the daemon-hosted responder
2026-07-06T06:00:46.8923481Z TWOHOST OK: pairing (responder, daemon-hosted)
2026-07-06T06:00:46.8924206Z PUMP_IPC_READER: spawned
2026-07-06T06:00:47.3923848Z TWOHOST OK: register: A's perch row replicated to B
2026-07-06T06:00:47.6438266Z TWOHOST OK: message: A's WAN message spooled at B
2026-07-06T06:00:47.6441210Z TWOHOST OK: notif: A's insert fired on B
2026-07-06T06:00:47.6513770Z TWOHOST OK: notif dismissed at B (bcead52b862344aef51998ca5d8f15dce1e38e6cee3795b219a5849f6ad4b41a:1783317647246) — replicating back
2026-07-06T06:00:48.4442900Z TWOHOST OK: sync: B pulled A's mind
2026-07-06T06:00:48.4443453Z TWOHOST OK: rest: A's remote suspend landed (B suspended)
2026-07-06T06:00:48.6946475Z TWOHOST OK: rest: A's remote wake landed (B active again)
2026-07-06T06:00:49.4514491Z TWOHOST OK: presence: A's redirected notif surfaced at B
2026-07-06T06:00:49.4515044Z TWOHOST OK: presence: the surfacing node owns the marks
2026-07-06T06:00:50.2018920Z TWOHOST OK: shell: A's cross-node notify command RENDERED at B
2026-07-06T06:00:50.2019713Z TWOHOST OK: toast: A's notify rendered via the shell template at B
2026-07-06T06:00:50.2024990Z TWOHOST OK: gateway: A's cross-node cmd spooled under the gateway-typed owner at B
2026-07-06T06:00:50.2029691Z TWOHOST OK: gateway-typed owner cross-node cmd spooled + drive dropped at B
2026-07-06T06:00:51.2037614Z TWOHOST OK: A-3: A's setup suspend landed (B suspended)
2026-07-06T06:00:51.7040811Z TWOHOST OK: A-3: A's bare-id ROUTED wake landed (B active)
2026-07-06T06:00:51.7075420Z TWOHOST OK: A-3 bare-id wake (serve side)
2026-07-06T06:00:51.7205892Z TWOHOST role B: B-2 ticker session 2 ready
2026-07-06T06:00:52.2219467Z TWOHOST OK: B-2: the attacher child's control stamps landed
2026-07-06T06:01:00.6614264Z PAIR_MEET_UP:twohost step=59443922 id=95faf470beaa6041fa6ff13f654d9108382ba71c64bd976ac2c84b0bc6144291 addr=EndpointAddr { id: PublicKey(95faf470beaa6041fa6ff13f654d9108382ba71c64bd976ac2c84b0bc6144291), addrs: {Ip(100.98.197.12:54103), Ip(192.168.1.154:54103)} }
2026-07-06T06:01:30.6620986Z PAIR_MEET_UP:twohost step=59443923 id=0c423d36fd24ac80d2da576895bc9c7121ec6b83e5103f98d446ca5d0e55a1ab addr=EndpointAddr { id: PublicKey(0c423d36fd24ac80d2da576895bc9c7121ec6b83e5103f98d446ca5d0e55a1ab), addrs: {Ip(100.98.197.12:38776), Ip(192.168.1.154:38776)} }
2026-07-06T06:01:52.8443760Z TWOHOST OK: B-2: the severed controller's stamps CLEAR (reap + converge)
2026-07-06T06:01:52.8444260Z TWOHOST OK: B-2 dead-controller reap cleared the stamps
2026-07-06T06:01:52.8444661Z TWOHOST OK: done-file pushed by A (ladder complete on A)
2026-07-06T06:01:52.8445009Z TWOHOST role B: ladder complete
2026-07-06T06:01:52.8648311Z test two_host_ladder_role_b ... ok
2026-07-06T06:01:52.8648878Z 
2026-07-06T06:01:52.8649460Z test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 140.44s
2026-07-06T06:01:52.8649985Z 
2026-07-06T06:01:52.8795298Z ##[group]Run cargo build -p mock-adapter --bin mock-session
2026-07-06T06:01:52.8795693Z [36;1mcargo build -p mock-adapter --bin mock-session[0m
2026-07-06T06:01:52.8808210Z shell: /usr/bin/bash -e {0}
2026-07-06T06:01:52.8808430Z ##[endgroup]
2026-07-06T06:01:52.9799565Z    Compiling mock-adapter v0.25.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/adapters/mock)
2026-07-06T06:01:53.1493586Z     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.25s
2026-07-06T06:01:53.1613259Z ##[group]Run cargo test -p spt --test twohost_cli -- --nocapture
2026-07-06T06:01:53.1613660Z [36;1mcargo test -p spt --test twohost_cli -- --nocapture[0m
2026-07-06T06:01:53.1626223Z shell: /usr/bin/bash -e {0}
2026-07-06T06:01:53.1626432Z env:
2026-07-06T06:01:53.1626603Z   SPT_TWO_HOST: 1
2026-07-06T06:01:53.1626787Z   SPT_TWO_HOST_ROLE: b
2026-07-06T06:01:53.1627050Z   SPT_TWO_HOST_SECRET: rig-twohost-ci
2026-07-06T06:01:53.1627289Z   SPT_TWO_HOST_WAIT_SECS: 900
2026-07-06T06:01:53.1627497Z ##[endgroup]
2026-07-06T06:01:53.4214733Z    Compiling n0-future v0.3.2
2026-07-06T06:01:53.4265650Z    Compiling rustix v1.1.4
2026-07-06T06:01:53.4323907Z    Compiling backon v1.6.0
2026-07-06T06:01:53.4643006Z    Compiling n0-watcher v0.6.1
2026-07-06T06:01:53.4643335Z    Compiling iroh-dns v0.98.0
2026-07-06T06:01:53.5724162Z    Compiling netwatch v0.16.0
2026-07-06T06:01:53.6938927Z    Compiling iroh-relay v0.98.0
2026-07-06T06:01:54.3006198Z    Compiling portmapper v0.16.0
2026-07-06T06:01:55.0096996Z    Compiling terminal_size v0.4.4
2026-07-06T06:01:55.0097514Z    Compiling tempfile v3.27.0
2026-07-06T06:01:55.0529248Z    Compiling clap_builder v4.6.0
2026-07-06T06:01:56.6412217Z    Compiling clap v4.6.1
2026-07-06T06:01:57.0631959Z    Compiling iroh v0.98.2
2026-07-06T06:02:05.7095415Z    Compiling spt-net v0.25.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-net)
2026-07-06T06:02:07.2306817Z    Compiling spt-daemon v0.25.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-daemon)
2026-07-06T06:02:15.5383673Z    Compiling spt v0.25.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt)
2026-07-06T06:02:20.8747613Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 27.70s
2026-07-06T06:02:20.9011209Z      Running tests/twohost_cli.rs (target/debug/deps/twohost_cli-998c695e3226fb89)
2026-07-06T06:02:20.9027336Z 
2026-07-06T06:02:20.9027617Z running 2 tests
2026-07-06T06:02:20.9029550Z test gated_cli_role_a ... ok
2026-07-06T06:02:20.9033984Z GATED role B: node 989b0dbaa74de8e5c747af19c65f49211f08235717e8d322ec082ab0cbfb48ee
2026-07-06T06:02:30.1739964Z GATED role B: ticker session 1 ready
2026-07-06T06:02:30.6744433Z GATED OK: bring-up: A's target row replicated to B
2026-07-06T06:02:31.1747487Z GATED OK: C-2: A's wake flipped the rest intent to Active
2026-07-06T06:02:35.1760757Z GATED OK: C-2: the [session.resume] template relaunched the harness
2026-07-06T06:02:35.1762024Z GATED OK: C-2: the revived harness self-bound (status online)
2026-07-06T06:02:35.1762466Z GATED OK: C-2 revive (serve side)
2026-07-06T06:02:36.5044526Z GATED OK: E-1 send confirmed —  SENT(WAN):ling-gated-tgt@cc45247c71dc683e9c6505b72142e1976f898f7acf064beb27e35d2993ace09c (spooled)
2026-07-06T06:03:11.1040543Z GATED OK: E-1: A confirmed the from-stamp
2026-07-06T06:03:11.1042455Z GATED OK: B-3: A's viewport is attached
2026-07-06T06:03:11.1168142Z GATED: daemon stop rc=Some(0) out= err=Failed to connect to bus: No medium found
2026-07-06T06:03:11.1168586Z DAEMON_STOPPED
2026-07-06T06:03:11.1188486Z GATED role B: daemon DOWN (honest stop) — restarting
2026-07-06T06:03:19.9998000Z GATED role B: ticker respawned (1) after the bounce
2026-07-06T06:03:20.9029524Z test gated_cli_role_b has been running for over 60 seconds
2026-07-06T06:04:27.4540739Z GATED OK: B-3: A finished (reheal proven)
2026-07-06T06:04:30.4626993Z GATED role B: step complete
2026-07-06T06:04:30.5469127Z test gated_cli_role_b ... ok
2026-07-06T06:04:30.5470605Z 
2026-07-06T06:04:30.5470954Z test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 129.64s
2026-07-06T06:04:30.5471292Z 
2026-07-06T06:04:30.5678016Z Post job cleanup.
2026-07-06T06:04:30.6369361Z [command]/usr/bin/git version
2026-07-06T06:04:30.6400113Z git version 2.43.0
2026-07-06T06:04:30.6429966Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/3f13e125-a126-475c-905b-150877c3db6e' before making global git config changes
2026-07-06T06:04:30.6430595Z Adding repository directory to the temporary git global config as a safe directory
2026-07-06T06:04:30.6433280Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-core/spt-core/.adapter-notify
2026-07-06T06:04:30.6462334Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-07-06T06:04:30.6488437Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-07-06T06:04:30.6710392Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-07-06T06:04:30.6729622Z http.https://github.com/.extraheader
2026-07-06T06:04:30.6736355Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader
2026-07-06T06:04:30.6759819Z [command]/usr/bin/git 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-06T06:04:30.6951203Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-07-06T06:04:30.6984273Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-07-06T06:04:30.7332967Z Post job cleanup.
2026-07-06T06:04:30.8030190Z [command]/usr/bin/git version
2026-07-06T06:04:30.8064972Z git version 2.43.0
2026-07-06T06:04:30.8132544Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/1bbf81d1-8ec3-4c13-8dce-0c440ffd2ad1' before making global git config changes
2026-07-06T06:04:30.8133258Z Adding repository directory to the temporary git global config as a safe directory
2026-07-06T06:04:30.8136317Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-core/spt-core
2026-07-06T06:04:30.8172188Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-07-06T06:04:30.8212098Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-07-06T06:04:30.8407903Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-07-06T06:04:30.8430116Z http.https://github.com/.extraheader
2026-07-06T06:04:30.8439169Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader
2026-07-06T06:04:30.8474327Z [command]/usr/bin/git 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-06T06:04:30.8670291Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-07-06T06:04:30.8702834Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-07-06T06:04:30.9019440Z Cleaning up orphan processes
2026-07-06T06:04:30.9550403Z Terminate orphan process: pid (2548457) (spt)
2026-07-06T06:04:30.9567551Z Terminate orphan process: pid (2548482) (spt)
2026-07-06T06:04:30.9583438Z Terminate orphan process: pid (2548642) (notify-shell)
