﻿2026-07-06T05:19:24.1987656Z Current runner version: '2.335.1'
2026-07-06T05:19:24.1992624Z Runner name: 'kitsubito'
2026-07-06T05:19:24.1993152Z Runner group name: 'Default'
2026-07-06T05:19:24.1993797Z Machine name: 'KITSUBITO'
2026-07-06T05:19:24.1995724Z ##[group]GITHUB_TOKEN Permissions
2026-07-06T05:19:24.1997515Z Contents: read
2026-07-06T05:19:24.1997925Z Metadata: read
2026-07-06T05:19:24.1998298Z Packages: read
2026-07-06T05:19:24.1998673Z ##[endgroup]
2026-07-06T05:19:24.2000363Z Secret source: Actions
2026-07-06T05:19:24.2000889Z Prepare workflow directory
2026-07-06T05:19:24.2472933Z Prepare all required actions
2026-07-06T05:19:24.2503793Z Getting action download info
2026-07-06T05:19:24.5841827Z Download action repository 'actions/checkout@v5' (SHA:93cb6efe18208431cddfb8368fd83d5badbf9bfd)
2026-07-06T05:19:25.3687208Z Complete job name: twohost-b
2026-07-06T05:19:25.4691917Z ##[group]Run actions/checkout@v5
2026-07-06T05:19:25.4693112Z with:
2026-07-06T05:19:25.4693822Z   repository: SaberMage/spt-core
2026-07-06T05:19:25.4700434Z   token: ***
2026-07-06T05:19:25.4701115Z   ssh-strict: true
2026-07-06T05:19:25.4701821Z   ssh-user: git
2026-07-06T05:19:25.4702535Z   persist-credentials: true
2026-07-06T05:19:25.4703324Z   clean: true
2026-07-06T05:19:25.4704035Z   sparse-checkout-cone-mode: true
2026-07-06T05:19:25.4704883Z   fetch-depth: 1
2026-07-06T05:19:25.4705572Z   fetch-tags: false
2026-07-06T05:19:25.4706291Z   show-progress: true
2026-07-06T05:19:25.4707022Z   lfs: false
2026-07-06T05:19:25.4707695Z   submodules: false
2026-07-06T05:19:25.4708425Z   set-safe-directory: true
2026-07-06T05:19:25.4709521Z ##[endgroup]
2026-07-06T05:19:25.5560219Z Syncing repository: SaberMage/spt-core
2026-07-06T05:19:25.5563100Z ##[group]Getting Git version info
2026-07-06T05:19:25.5564512Z Working directory is '/home/reavus/actions-runner/_work/spt-core/spt-core'
2026-07-06T05:19:25.5566418Z [command]/usr/bin/git version
2026-07-06T05:19:25.5567268Z git version 2.43.0
2026-07-06T05:19:25.5569915Z ##[endgroup]
2026-07-06T05:19:25.5579479Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/f0369bfe-e6a7-44c0-9c48-2371a212b512' before making global git config changes
2026-07-06T05:19:25.5581910Z Adding repository directory to the temporary git global config as a safe directory
2026-07-06T05:19:25.5583911Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-core/spt-core
2026-07-06T05:19:25.5621354Z [command]/usr/bin/git config --local --get remote.origin.url
2026-07-06T05:19:25.5645745Z https://github.com/SaberMage/spt-core
2026-07-06T05:19:25.5657092Z ##[group]Removing previously created refs, to avoid conflicts
2026-07-06T05:19:25.5660226Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-07-06T05:19:25.5686969Z HEAD
2026-07-06T05:19:25.5725007Z ##[endgroup]
2026-07-06T05:19:25.5726108Z [command]/usr/bin/git submodule status
2026-07-06T05:19:25.5904206Z ##[group]Cleaning the repository
2026-07-06T05:19:25.5937688Z [command]/usr/bin/git clean -ffdx
2026-07-06T05:19:28.2648682Z Removing .adapter-notify/
2026-07-06T05:19:28.2649464Z Removing target/
2026-07-06T05:19:28.2658426Z [command]/usr/bin/git reset --hard HEAD
2026-07-06T05:19:28.3014753Z HEAD is now at 09deb8eba Merge 600f242fcfbf0e52a2b6199bd7d50939032ff445 into 06cea5cde193b7f0307a0334de0917ea7bd7742a
2026-07-06T05:19:28.3021646Z ##[endgroup]
2026-07-06T05:19:28.3024090Z ##[group]Disabling automatic garbage collection
2026-07-06T05:19:28.3027643Z [command]/usr/bin/git config --local gc.auto 0
2026-07-06T05:19:28.3054646Z ##[endgroup]
2026-07-06T05:19:28.3055174Z ##[group]Setting up auth
2026-07-06T05:19:28.3061466Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-07-06T05:19:28.3088525Z [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:19:28.3284061Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-07-06T05:19:28.3311930Z [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:19:28.3520523Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-07-06T05:19:28.3552017Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-07-06T05:19:28.3772736Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-07-06T05:19:28.3804431Z ##[endgroup]
2026-07-06T05:19:28.3804818Z ##[group]Fetching the repository
2026-07-06T05:19:28.3810871Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +09deb8ebaed6d4fb12a70cbb8c352599fb296654:refs/remotes/pull/52/merge
2026-07-06T05:19:28.8841606Z ##[endgroup]
2026-07-06T05:19:28.8842106Z ##[group]Determining the checkout info
2026-07-06T05:19:28.8844439Z ##[endgroup]
2026-07-06T05:19:28.8848732Z [command]/usr/bin/git sparse-checkout disable
2026-07-06T05:19:28.8890477Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-07-06T05:19:28.8913593Z ##[group]Checking out the ref
2026-07-06T05:19:28.8916323Z [command]/usr/bin/git checkout --progress --force refs/remotes/pull/52/merge
2026-07-06T05:19:28.8976156Z HEAD is now at 09deb8eba Merge 600f242fcfbf0e52a2b6199bd7d50939032ff445 into 06cea5cde193b7f0307a0334de0917ea7bd7742a
2026-07-06T05:19:28.8981197Z ##[endgroup]
2026-07-06T05:19:28.9018622Z [command]/usr/bin/git log -1 --format=%H
2026-07-06T05:19:28.9042888Z 09deb8ebaed6d4fb12a70cbb8c352599fb296654
2026-07-06T05:19:28.9272732Z ##[group]Run actions/checkout@v5
2026-07-06T05:19:28.9272972Z with:
2026-07-06T05:19:28.9273171Z   repository: SaberMage/spt-shell-notify
2026-07-06T05:19:28.9273404Z   path: .adapter-notify
2026-07-06T05:19:28.9275164Z   token: ***
2026-07-06T05:19:28.9275345Z   ssh-strict: true
2026-07-06T05:19:28.9275517Z   ssh-user: git
2026-07-06T05:19:28.9275683Z   persist-credentials: true
2026-07-06T05:19:28.9275870Z   clean: true
2026-07-06T05:19:28.9276050Z   sparse-checkout-cone-mode: true
2026-07-06T05:19:28.9276260Z   fetch-depth: 1
2026-07-06T05:19:28.9276430Z   fetch-tags: false
2026-07-06T05:19:28.9276610Z   show-progress: true
2026-07-06T05:19:28.9276781Z   lfs: false
2026-07-06T05:19:28.9276938Z   submodules: false
2026-07-06T05:19:28.9277125Z   set-safe-directory: true
2026-07-06T05:19:28.9277315Z ##[endgroup]
2026-07-06T05:19:28.9955541Z Syncing repository: SaberMage/spt-shell-notify
2026-07-06T05:19:28.9960815Z ##[group]Getting Git version info
2026-07-06T05:19:28.9961322Z Working directory is '/home/reavus/actions-runner/_work/spt-core/spt-core/.adapter-notify'
2026-07-06T05:19:28.9984254Z [command]/usr/bin/git version
2026-07-06T05:19:29.0055847Z git version 2.43.0
2026-07-06T05:19:29.0073715Z ##[endgroup]
2026-07-06T05:19:29.0085287Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/8c40d47f-9d4b-430b-9147-4beca0e8d108' before making global git config changes
2026-07-06T05:19:29.0086217Z Adding repository directory to the temporary git global config as a safe directory
2026-07-06T05:19:29.0088377Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-core/spt-core/.adapter-notify
2026-07-06T05:19:29.0122953Z ##[group]Initializing the repository
2026-07-06T05:19:29.0126287Z [command]/usr/bin/git init /home/reavus/actions-runner/_work/spt-core/spt-core/.adapter-notify
2026-07-06T05:19:29.0158005Z hint: Using 'master' as the name for the initial branch. This default branch name
2026-07-06T05:19:29.0158756Z hint: is subject to change. To configure the initial branch name to use in all
2026-07-06T05:19:29.0159386Z hint: of your new repositories, which will suppress this warning, call:
2026-07-06T05:19:29.0159762Z hint: 
2026-07-06T05:19:29.0160387Z hint: 	git config --global init.defaultBranch <name>
2026-07-06T05:19:29.0160721Z hint: 
2026-07-06T05:19:29.0161017Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
2026-07-06T05:19:29.0161510Z hint: 'development'. The just-created branch can be renamed via this command:
2026-07-06T05:19:29.0161887Z hint: 
2026-07-06T05:19:29.0162097Z hint: 	git branch -m <name>
2026-07-06T05:19:29.0162679Z Initialized empty Git repository in /home/reavus/actions-runner/_work/spt-core/spt-core/.adapter-notify/.git/
2026-07-06T05:19:29.0171004Z [command]/usr/bin/git remote add origin https://github.com/SaberMage/spt-shell-notify
2026-07-06T05:19:29.0199311Z ##[endgroup]
2026-07-06T05:19:29.0199699Z ##[group]Disabling automatic garbage collection
2026-07-06T05:19:29.0202308Z [command]/usr/bin/git config --local gc.auto 0
2026-07-06T05:19:29.0226641Z ##[endgroup]
2026-07-06T05:19:29.0226991Z ##[group]Setting up auth
2026-07-06T05:19:29.0231727Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-07-06T05:19:29.0256585Z [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:19:29.0440373Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-07-06T05:19:29.0465315Z [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:19:29.0649288Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-07-06T05:19:29.0676809Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-07-06T05:19:29.0866925Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-07-06T05:19:29.0896248Z ##[endgroup]
2026-07-06T05:19:29.0896664Z ##[group]Determining the default branch
2026-07-06T05:19:29.0899464Z Retrieving the default branch name
2026-07-06T05:19:29.4729593Z Default branch 'main'
2026-07-06T05:19:29.4730387Z ##[endgroup]
2026-07-06T05:19:29.4730862Z ##[group]Fetching the repository
2026-07-06T05:19:29.4734687Z [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:19:30.0175171Z From https://github.com/SaberMage/spt-shell-notify
2026-07-06T05:19:30.0175605Z  * [new branch]      main       -> origin/main
2026-07-06T05:19:30.0191126Z ##[endgroup]
2026-07-06T05:19:30.0191446Z ##[group]Determining the checkout info
2026-07-06T05:19:30.0193314Z ##[endgroup]
2026-07-06T05:19:30.0196839Z [command]/usr/bin/git sparse-checkout disable
2026-07-06T05:19:30.0233014Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-07-06T05:19:30.0259514Z ##[group]Checking out the ref
2026-07-06T05:19:30.0262743Z [command]/usr/bin/git checkout --progress --force -B main refs/remotes/origin/main
2026-07-06T05:19:30.0306666Z Switched to a new branch 'main'
2026-07-06T05:19:30.0306974Z branch 'main' set up to track 'origin/main'.
2026-07-06T05:19:30.0314462Z ##[endgroup]
2026-07-06T05:19:30.0355448Z [command]/usr/bin/git log -1 --format=%H
2026-07-06T05:19:30.0378676Z ee2d37eadc730c0019e0af82d683074c509634a2
2026-07-06T05:19:30.0538391Z ##[group]Run cargo build --manifest-path .adapter-notify/Cargo.toml
2026-07-06T05:19:30.0539132Z [36;1mcargo build --manifest-path .adapter-notify/Cargo.toml[0m
2026-07-06T05:19:30.0556300Z shell: /usr/bin/bash -e {0}
2026-07-06T05:19:30.0556538Z ##[endgroup]
2026-07-06T05:19:30.0959737Z     Updating crates.io index
2026-07-06T05:19:30.2413354Z      Locking 11 packages to latest compatible versions
2026-07-06T05:19:30.2655610Z    Compiling zmij v1.0.21
2026-07-06T05:19:30.2656100Z    Compiling serde_core v1.0.228
2026-07-06T05:19:30.2656870Z    Compiling serde_json v1.0.150
2026-07-06T05:19:30.2657218Z    Compiling memchr v2.8.2
2026-07-06T05:19:30.2657481Z    Compiling itoa v1.0.18
2026-07-06T05:19:32.2362391Z    Compiling spt-shell-notify v0.1.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/.adapter-notify)
2026-07-06T05:19:32.4154836Z     Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.34s
2026-07-06T05:19:32.4273336Z ##[group]Run cargo build -p spt --bin spt
2026-07-06T05:19:32.4273636Z [36;1mcargo build -p spt --bin spt[0m
2026-07-06T05:19:32.4287425Z shell: /usr/bin/bash -e {0}
2026-07-06T05:19:32.4287731Z ##[endgroup]
2026-07-06T05:19:32.7106792Z    Compiling proc-macro2 v1.0.106
2026-07-06T05:19:32.7107493Z    Compiling unicode-ident v1.0.24
2026-07-06T05:19:32.7107979Z    Compiling quote v1.0.45
2026-07-06T05:19:32.7108416Z    Compiling libc v0.2.186
2026-07-06T05:19:32.7108762Z    Compiling serde_core v1.0.228
2026-07-06T05:19:32.7109210Z    Compiling cfg-if v1.0.4
2026-07-06T05:19:32.7135881Z    Compiling serde v1.0.228
2026-07-06T05:19:32.7171102Z    Compiling log v0.4.32
2026-07-06T05:19:32.7224747Z    Compiling pin-project-lite v0.2.17
2026-07-06T05:19:32.7266061Z    Compiling typenum v1.20.1
2026-07-06T05:19:32.7309515Z    Compiling version_check v0.9.5
2026-07-06T05:19:32.7310106Z    Compiling portable-atomic v1.13.1
2026-07-06T05:19:32.7365734Z    Compiling memchr v2.8.1
2026-07-06T05:19:32.7429542Z    Compiling shlex v2.0.1
2026-07-06T05:19:32.7525854Z    Compiling find-msvc-tools v0.1.9
2026-07-06T05:19:32.7690901Z    Compiling critical-section v1.2.0
2026-07-06T05:19:32.8002840Z    Compiling bytes v1.11.1
2026-07-06T05:19:32.8199962Z    Compiling subtle v2.6.1
2026-07-06T05:19:32.8539490Z    Compiling futures-core v0.3.32
2026-07-06T05:19:33.0020546Z    Compiling smallvec v1.15.1
2026-07-06T05:19:33.0120718Z    Compiling equivalent v1.0.2
2026-07-06T05:19:33.0135142Z    Compiling itoa v1.0.18
2026-07-06T05:19:33.0231689Z    Compiling semver v1.0.28
2026-07-06T05:19:33.0441353Z    Compiling stable_deref_trait v1.2.1
2026-07-06T05:19:33.0595992Z    Compiling futures-io v0.3.32
2026-07-06T05:19:33.0694925Z    Compiling slab v0.4.12
2026-07-06T05:19:33.0961161Z    Compiling futures-sink v0.3.32
2026-07-06T05:19:33.1150692Z    Compiling generic-array v0.14.7
2026-07-06T05:19:33.1311121Z    Compiling futures-task v0.3.32
2026-07-06T05:19:33.2102794Z    Compiling futures-channel v0.3.32
2026-07-06T05:19:33.2197187Z    Compiling hashbrown v0.17.1
2026-07-06T05:19:33.2471250Z    Compiling rand_core v0.10.1
2026-07-06T05:19:33.3080848Z    Compiling rustversion v1.0.22
2026-07-06T05:19:33.3280966Z    Compiling bitflags v2.12.1
2026-07-06T05:19:33.3330621Z    Compiling cpufeatures v0.2.17
2026-07-06T05:19:33.3361237Z    Compiling getrandom v0.4.2
2026-07-06T05:19:33.3911176Z    Compiling rustc_version v0.4.1
2026-07-06T05:19:33.4160554Z    Compiling fnv v1.0.7
2026-07-06T05:19:33.4350486Z    Compiling cfg_aliases v0.2.1
2026-07-06T05:19:33.4493337Z    Compiling strsim v0.11.1
2026-07-06T05:19:33.5195546Z    Compiling writeable v0.6.3
2026-07-06T05:19:33.5258917Z    Compiling litemap v0.8.2
2026-07-06T05:19:33.5403353Z    Compiling dunce v1.0.5
2026-07-06T05:19:33.6128483Z    Compiling fs_extra v1.3.0
2026-07-06T05:19:33.6351196Z    Compiling ident_case v1.0.1
2026-07-06T05:19:33.6951098Z    Compiling icu_normalizer_data v2.2.0
2026-07-06T05:19:33.7488349Z    Compiling utf8_iter v1.0.4
2026-07-06T05:19:33.7750561Z    Compiling icu_properties_data v2.2.0
2026-07-06T05:19:33.7770868Z    Compiling autocfg v1.5.1
2026-07-06T05:19:33.8780961Z    Compiling percent-encoding v2.3.2
2026-07-06T05:19:33.9070505Z    Compiling http v1.4.1
2026-07-06T05:19:33.9981207Z    Compiling cpufeatures v0.3.0
2026-07-06T05:19:34.0080575Z    Compiling aws-lc-rs v1.17.0
2026-07-06T05:19:34.0425795Z    Compiling syn v2.0.117
2026-07-06T05:19:34.0621576Z    Compiling unicode-segmentation v1.13.3
2026-07-06T05:19:34.0761053Z    Compiling thiserror v2.0.18
2026-07-06T05:19:34.0891190Z    Compiling indexmap v2.14.0
2026-07-06T05:19:34.0940605Z    Compiling scopeguard v1.2.0
2026-07-06T05:19:34.1320775Z    Compiling chacha20 v0.10.0
2026-07-06T05:19:34.1560337Z    Compiling lock_api v0.4.14
2026-07-06T05:19:34.1640786Z    Compiling form_urlencoded v1.2.2
2026-07-06T05:19:34.2811304Z    Compiling untrusted v0.9.0
2026-07-06T05:19:34.3101502Z    Compiling rustls v0.23.40
2026-07-06T05:19:34.3217284Z    Compiling heck v0.5.0
2026-07-06T05:19:34.3669341Z    Compiling unicode-xid v0.2.6
2026-07-06T05:19:34.4051636Z    Compiling anyhow v1.0.102
2026-07-06T05:19:34.4280623Z    Compiling atomic-waker v1.1.2
2026-07-06T05:19:34.4579664Z    Compiling const-oid v0.10.2
2026-07-06T05:19:34.4991052Z    Compiling parking_lot_core v0.9.12
2026-07-06T05:19:34.5110443Z    Compiling zerocopy v0.8.50
2026-07-06T05:19:34.5360413Z    Compiling httparse v1.10.1
2026-07-06T05:19:34.5361168Z    Compiling paste v1.0.15
2026-07-06T05:19:34.5425297Z    Compiling num-traits v0.2.19
2026-07-06T05:19:34.6553812Z    Compiling jobserver v0.1.34
2026-07-06T05:19:34.6991234Z    Compiling convert_case v0.10.0
2026-07-06T05:19:34.7261691Z    Compiling hybrid-array v0.4.12
2026-07-06T05:19:34.7338573Z    Compiling curve25519-dalek v4.1.3
2026-07-06T05:19:34.7541192Z    Compiling ahash v0.8.12
2026-07-06T05:19:34.7830899Z    Compiling base64ct v1.8.3
2026-07-06T05:19:34.8661318Z    Compiling either v1.16.0
2026-07-06T05:19:34.9590693Z    Compiling cc v1.2.63
2026-07-06T05:19:35.0310457Z    Compiling crypto-common v0.1.7
2026-07-06T05:19:35.0400717Z    Compiling block-buffer v0.10.4
2026-07-06T05:19:35.0470637Z    Compiling http-body v1.0.1
2026-07-06T05:19:35.0718138Z    Compiling powerfmt v0.2.0
2026-07-06T05:19:35.1230958Z    Compiling pem-rfc7468 v1.0.0
2026-07-06T05:19:35.1504300Z    Compiling digest v0.10.7
2026-07-06T05:19:35.2079544Z    Compiling fastrand v2.4.1
2026-07-06T05:19:35.2472967Z    Compiling deranged v0.5.8
2026-07-06T05:19:35.3070798Z    Compiling vcpkg v0.2.15
2026-07-06T05:19:35.3891590Z    Compiling try-lock v0.2.5
2026-07-06T05:19:35.4412200Z    Compiling mio v1.2.1
2026-07-06T05:19:35.4750915Z    Compiling socket2 v0.6.4
2026-07-06T05:19:35.4940818Z    Compiling getrandom v0.2.17
2026-07-06T05:19:35.5734501Z    Compiling zmij v1.0.21
2026-07-06T05:19:35.5891755Z    Compiling num-conv v0.2.2
2026-07-06T05:19:35.5910866Z    Compiling data-encoding v2.11.0
2026-07-06T05:19:35.6890739Z    Compiling rand v0.10.1
2026-07-06T05:19:35.7050587Z    Compiling uuid v1.23.2
2026-07-06T05:19:35.7540625Z    Compiling rand_core v0.6.4
2026-07-06T05:19:35.8471200Z    Compiling tower-service v0.3.3
2026-07-06T05:19:35.8741211Z    Compiling time-core v0.1.8
2026-07-06T05:19:35.9044918Z    Compiling pkg-config v0.3.33
2026-07-06T05:19:35.9190952Z    Compiling base64 v0.22.1
2026-07-06T05:19:35.9312368Z    Compiling tinyvec_macros v0.1.1
2026-07-06T05:19:36.0191652Z    Compiling tinyvec v1.11.0
2026-07-06T05:19:36.0441002Z    Compiling parking_lot v0.12.5
2026-07-06T05:19:36.0540610Z    Compiling want v0.3.1
2026-07-06T05:19:36.2458747Z    Compiling crypto-common v0.2.2
2026-07-06T05:19:36.2533402Z    Compiling block-buffer v0.12.0
2026-07-06T05:19:36.3160643Z    Compiling cmake v0.1.58
2026-07-06T05:19:36.3260321Z    Compiling sha2 v0.10.9
2026-07-06T05:19:36.4385554Z    Compiling inout v0.1.4
2026-07-06T05:19:36.4751067Z    Compiling vergen-lib v9.1.0
2026-07-06T05:19:36.5280478Z    Compiling n0-future v0.3.2
2026-07-06T05:19:36.5820649Z    Compiling parking v2.2.1
2026-07-06T05:19:36.6561069Z    Compiling httpdate v1.0.3
2026-07-06T05:19:36.6750500Z    Compiling diatomic-waker v0.2.3
2026-07-06T05:19:36.6928354Z    Compiling spin v0.10.0
2026-07-06T05:19:36.7560960Z    Compiling crossbeam-utils v0.8.21
2026-07-06T05:19:36.7670818Z    Compiling cordyceps v0.3.4
2026-07-06T05:19:36.7806960Z    Compiling serde_json v1.0.150
2026-07-06T05:19:36.7976968Z    Compiling signature v2.2.0
2026-07-06T05:19:36.8080332Z    Compiling winnow v1.0.3
2026-07-06T05:19:36.8686991Z    Compiling futures-lite v2.6.1
2026-07-06T05:19:36.8901104Z    Compiling cipher v0.4.4
2026-07-06T05:19:36.9097880Z    Compiling ed25519 v2.2.3
2026-07-06T05:19:36.9281035Z    Compiling netlink-packet-core v0.8.1
2026-07-06T05:19:36.9831328Z    Compiling universal-hash v0.5.1
2026-07-06T05:19:37.0201539Z    Compiling vergen-lib v0.1.6
2026-07-06T05:19:37.0232193Z    Compiling vergen v9.1.0
2026-07-06T05:19:37.1191672Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-07-06T05:19:37.1278713Z    Compiling futures-buffered v0.2.13
2026-07-06T05:19:37.1431850Z    Compiling heapless v0.7.17
2026-07-06T05:19:37.1507982Z    Compiling noq-udp v0.10.0
2026-07-06T05:19:37.1721042Z    Compiling sync_wrapper v1.0.2
2026-07-06T05:19:37.1915049Z    Compiling aws-lc-sys v0.41.0
2026-07-06T05:19:37.2050763Z    Compiling ring v0.17.14
2026-07-06T05:19:37.2091052Z    Compiling libsqlite3-sys v0.30.1
2026-07-06T05:19:37.2590653Z    Compiling digest v0.11.3
2026-07-06T05:19:37.3097358Z    Compiling opaque-debug v0.3.1
2026-07-06T05:19:37.3850377Z    Compiling byteorder v1.5.0
2026-07-06T05:19:37.3958516Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-07-06T05:19:37.4233353Z    Compiling allocator-api2 v0.2.21
2026-07-06T05:19:37.5124828Z    Compiling polyval v0.6.2
2026-07-06T05:19:37.5571306Z    Compiling hash32 v0.2.1
2026-07-06T05:19:37.5773059Z    Compiling spin v0.9.8
2026-07-06T05:19:37.5786100Z    Compiling vergen-gitcl v1.0.8
2026-07-06T05:19:37.6861003Z    Compiling num_threads v0.1.7
2026-07-06T05:19:37.7550986Z    Compiling fallible-streaming-iterator v0.1.9
2026-07-06T05:19:37.7831076Z    Compiling fallible-iterator v0.3.0
2026-07-06T05:19:37.8160870Z    Compiling signature v3.0.0
2026-07-06T05:19:37.8180989Z    Compiling ryu v1.0.23
2026-07-06T05:19:37.8210678Z    Compiling tower-layer v0.3.3
2026-07-06T05:19:37.9260540Z    Compiling time v0.3.47
2026-07-06T05:19:37.9430942Z    Compiling ghash v0.5.1
2026-07-06T05:19:37.9770399Z    Compiling sha2 v0.11.0-rc.5
2026-07-06T05:19:38.0137580Z    Compiling aes v0.8.4
2026-07-06T05:19:38.0580998Z    Compiling ctr v0.9.2
2026-07-06T05:19:38.0634709Z    Compiling fs2 v0.4.3
2026-07-06T05:19:38.0801722Z    Compiling http-body-util v0.1.3
2026-07-06T05:19:38.2130506Z    Compiling aead v0.5.2
2026-07-06T05:19:38.2410643Z    Compiling utf8parse v0.2.2
2026-07-06T05:19:38.2777462Z    Compiling openssl-probe v0.2.1
2026-07-06T05:19:38.3225277Z    Compiling arrayvec v0.7.6
2026-07-06T05:19:38.3450178Z    Compiling crossbeam-epoch v0.9.18
2026-07-06T05:19:38.3501482Z    Compiling crossbeam-channel v0.5.15
2026-07-06T05:19:38.4380673Z    Compiling netlink-packet-route v0.29.0
2026-07-06T05:19:38.4922123Z    Compiling blake3 v1.8.5
2026-07-06T05:19:38.5556350Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-07-06T05:19:38.7441531Z    Compiling aes-gcm v0.10.3
2026-07-06T05:19:38.7702071Z    Compiling memoffset v0.6.5
2026-07-06T05:19:38.8286567Z    Compiling acto v0.8.2
2026-07-06T05:19:38.8431164Z    Compiling netwatch v0.16.0
2026-07-06T05:19:38.9296838Z    Compiling noq v0.18.0
2026-07-06T05:19:38.9531483Z    Compiling rustc-hash v2.1.2
2026-07-06T05:19:38.9631046Z    Compiling tagptr v0.2.0
2026-07-06T05:19:39.0448381Z    Compiling thiserror v1.0.69
2026-07-06T05:19:39.0960915Z    Compiling ref-cast v1.0.25
2026-07-06T05:19:39.1317431Z    Compiling sorted-index-buffer v0.2.1
2026-07-06T05:19:39.1461201Z    Compiling lru-slab v0.1.2
2026-07-06T05:19:39.1820879Z    Compiling mac-addr v0.3.0
2026-07-06T05:19:39.2060820Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-07-06T05:19:39.2901945Z    Compiling identity-hash v0.1.0
2026-07-06T05:19:39.3324715Z    Compiling xml-rs v0.8.28
2026-07-06T05:19:39.3517797Z    Compiling foldhash v0.2.0
2026-07-06T05:19:39.3789986Z    Compiling synstructure v0.13.2
2026-07-06T05:19:39.4049643Z    Compiling darling_core v0.20.11
2026-07-06T05:19:39.4840846Z    Compiling hashbrown v0.16.1
2026-07-06T05:19:39.4970743Z    Compiling serde_derive_internals v0.29.1
2026-07-06T05:19:39.6469052Z    Compiling netlink-packet-route v0.30.0
2026-07-06T05:19:40.1964311Z    Compiling proc-macro-crate v3.5.0
2026-07-06T05:19:40.2130848Z    Compiling xmltree v0.10.3
2026-07-06T05:19:40.3242718Z    Compiling errno v0.3.14
2026-07-06T05:19:40.4020739Z    Compiling ioctl-rs v0.1.6
2026-07-06T05:19:40.4591828Z    Compiling termios v0.2.2
2026-07-06T05:19:40.4750507Z    Compiling serial-core v0.4.0
2026-07-06T05:19:40.4796075Z    Compiling simple-dns v0.9.3
2026-07-06T05:19:40.5081162Z    Compiling aho-corasick v1.1.4
2026-07-06T05:19:40.6082093Z    Compiling smol_str v0.1.24
2026-07-06T05:19:40.6640817Z    Compiling regex-syntax v0.8.10
2026-07-06T05:19:40.7361193Z    Compiling signal-hook v0.3.18
2026-07-06T05:19:40.7484039Z    Compiling winnow v0.7.15
2026-07-06T05:19:40.7526378Z    Compiling arrayref v0.3.9
2026-07-06T05:19:40.8453058Z    Compiling constant_time_eq v0.4.2
2026-07-06T05:19:40.8711475Z    Compiling simdutf8 v0.1.5
2026-07-06T05:19:40.8782880Z    Compiling rustix v1.1.4
2026-07-06T05:19:40.8971156Z    Compiling toml_write v0.1.2
2026-07-06T05:19:41.0371410Z    Compiling resolv-conf v0.7.6
2026-07-06T05:19:41.0473314Z    Compiling sha1_smol v1.0.1
2026-07-06T05:19:41.2661368Z    Compiling serial-unix v0.4.0
2026-07-06T05:19:41.2839484Z    Compiling signal-hook-registry v1.4.8
2026-07-06T05:19:41.4203550Z    Compiling lru v0.16.4
2026-07-06T05:19:41.5690813Z    Compiling darling_core v0.23.0
2026-07-06T05:19:41.5771473Z    Compiling serde_bytes v0.11.19
2026-07-06T05:19:41.5790348Z    Compiling hmac v0.12.1
2026-07-06T05:19:41.6713189Z    Compiling serde_derive v1.0.228
2026-07-06T05:19:41.6961766Z    Compiling zeroize_derive v1.4.3
2026-07-06T05:19:41.7270073Z    Compiling tokio-macros v2.7.0
2026-07-06T05:19:41.8770678Z    Compiling zerofrom-derive v0.1.7
2026-07-06T05:19:41.8870767Z    Compiling futures-macro v0.3.32
2026-07-06T05:19:42.3834557Z    Compiling zeroize v1.8.2
2026-07-06T05:19:42.5890718Z    Compiling tokio v1.52.3
2026-07-06T05:19:42.5960755Z    Compiling yoke-derive v0.8.2
2026-07-06T05:19:42.8511369Z    Compiling zerovec-derive v0.11.3
2026-07-06T05:19:42.8993895Z    Compiling futures-util v0.3.32
2026-07-06T05:19:43.1080583Z    Compiling displaydoc v0.2.6
2026-07-06T05:19:43.3241036Z    Compiling tracing-attributes v0.1.31
2026-07-06T05:19:43.3841435Z    Compiling rustls-pki-types v1.14.1
2026-07-06T05:19:43.4861209Z    Compiling zerofrom v0.1.8
2026-07-06T05:19:43.5910654Z    Compiling curve25519-dalek-derive v0.1.1
2026-07-06T05:19:44.0270828Z    Compiling yoke v0.8.3
2026-07-06T05:19:44.0460868Z    Compiling thiserror-impl v2.0.18
2026-07-06T05:19:44.2281744Z    Compiling zerotrie v0.2.4
2026-07-06T05:19:44.4840460Z    Compiling darling_macro v0.20.11
2026-07-06T05:19:44.5161140Z    Compiling derive_more-impl v2.1.1
2026-07-06T05:19:44.5681724Z    Compiling zerovec v0.11.6
2026-07-06T05:19:44.6450518Z    Compiling spez v0.1.2
2026-07-06T05:19:44.9470960Z    Compiling darling v0.20.11
2026-07-06T05:19:45.0265098Z    Compiling derive_builder_core v0.20.2
2026-07-06T05:19:45.0370937Z    Compiling n0-error-macros v0.1.3
2026-07-06T05:19:45.3020607Z    Compiling der v0.8.0-rc.10
2026-07-06T05:19:45.4156478Z    Compiling tinystr v0.8.3
2026-07-06T05:19:45.5452082Z    Compiling potential_utf v0.1.5
2026-07-06T05:19:45.6880950Z    Compiling icu_locale_core v2.2.0
2026-07-06T05:19:45.7208076Z    Compiling icu_collections v2.2.0
2026-07-06T05:19:46.0031101Z    Compiling pin-project-internal v1.1.13
2026-07-06T05:19:46.4360947Z    Compiling n0-error v0.1.3
2026-07-06T05:19:46.4430884Z    Compiling derive_builder_macro v0.20.2
2026-07-06T05:19:46.4931003Z    Compiling cobs v0.3.0
2026-07-06T05:19:46.7060225Z    Compiling ed25519-dalek v2.2.0
2026-07-06T05:19:46.8269595Z    Compiling futures-executor v0.3.32
2026-07-06T05:19:46.8391085Z    Compiling derive_builder v0.20.2
2026-07-06T05:19:46.9947288Z    Compiling icu_provider v2.2.0
2026-07-06T05:19:47.1060257Z    Compiling spki v0.8.0-rc.4
2026-07-06T05:19:47.2428074Z    Compiling ipnet v2.12.0
2026-07-06T05:19:47.2980669Z    Compiling pkcs8 v0.11.0-rc.10
2026-07-06T05:19:47.4641461Z    Compiling icu_normalizer v2.2.0
2026-07-06T05:19:47.4791011Z    Compiling icu_properties v2.2.0
2026-07-06T05:19:47.4951111Z    Compiling pin-project v1.1.13
2026-07-06T05:19:47.5270495Z    Compiling ed25519 v3.0.0-rc.4
2026-07-06T05:19:47.5838924Z    Compiling spt-proto v0.25.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-proto)
2026-07-06T05:19:47.6289289Z    Compiling prefix-trie v0.8.4
2026-07-06T05:19:47.6948602Z    Compiling futures v0.3.32
2026-07-06T05:19:48.0202160Z    Compiling once_cell v1.21.4
2026-07-06T05:19:48.0541082Z    Compiling postcard-derive v0.2.2
2026-07-06T05:19:48.0950993Z    Compiling data-encoding-macro-internal v0.1.18
2026-07-06T05:19:48.1730707Z    Compiling rustls-native-certs v0.8.4
2026-07-06T05:19:48.2688174Z    Compiling tracing-core v0.1.36
2026-07-06T05:19:48.5140668Z    Compiling enum-assoc v1.3.0
2026-07-06T05:19:48.5971739Z    Compiling data-encoding-macro v0.1.20
2026-07-06T05:19:48.6490866Z    Compiling hashbrown v0.14.5
2026-07-06T05:19:48.6598614Z    Compiling async-trait v0.1.89
2026-07-06T05:19:48.6809383Z    Compiling num_enum_derive v0.7.6
2026-07-06T05:19:48.7064115Z    Compiling postcard v1.1.3
2026-07-06T05:19:48.8582945Z    Compiling tracing v0.1.44
2026-07-06T05:19:49.2241007Z    Compiling tokio-util v0.7.18
2026-07-06T05:19:49.2350469Z    Compiling idna_adapter v1.2.2
2026-07-06T05:19:49.2760789Z    Compiling netlink-sys v0.8.8
2026-07-06T05:19:49.2908563Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-07-06T05:19:49.2992313Z    Compiling tower v0.5.3
2026-07-06T05:19:49.3708468Z    Compiling idna v1.1.0
2026-07-06T05:19:49.3795621Z    Compiling derive_more v2.1.1
2026-07-06T05:19:49.3858905Z    Compiling iroh-metrics-derive v0.4.1
2026-07-06T05:19:49.5700900Z    Compiling strum_macros v0.28.0
2026-07-06T05:19:49.6066747Z    Compiling hashlink v0.9.1
2026-07-06T05:19:49.6335555Z    Compiling netdev v0.42.0
2026-07-06T05:19:49.6451849Z    Compiling netlink-proto v0.12.0
2026-07-06T05:19:49.8541133Z    Compiling iroh-relay v0.98.0
2026-07-06T05:19:49.8627814Z    Compiling moka v0.12.15
2026-07-06T05:19:49.9391376Z    Compiling iroh-metrics v0.38.3
2026-07-06T05:19:49.9498210Z    Compiling serde_spanned v0.6.9
2026-07-06T05:19:50.0061377Z    Compiling url v2.5.8
2026-07-06T05:19:50.0293789Z    Compiling toml_datetime v0.6.11
2026-07-06T05:19:50.0445537Z    Compiling num_enum v0.7.6
2026-07-06T05:19:50.1335433Z    Compiling rusqlite v0.32.1
2026-07-06T05:19:50.1550610Z    Compiling ref-cast-impl v1.0.25
2026-07-06T05:19:50.1780745Z    Compiling thiserror-impl v1.0.69
2026-07-06T05:19:50.4702314Z    Compiling toml_edit v0.22.27
2026-07-06T05:19:50.4771534Z    Compiling webpki-roots v1.0.7
2026-07-06T05:19:50.6467936Z    Compiling h2 v0.4.14
2026-07-06T05:19:50.9266306Z    Compiling tokio-stream v0.1.18
2026-07-06T05:19:50.9773880Z    Compiling n0-watcher v0.6.1
2026-07-06T05:19:51.1060804Z    Compiling hickory-proto v0.26.0-beta.4
2026-07-06T05:19:51.1238183Z    Compiling attohttpc v0.30.1
2026-07-06T05:19:51.3090947Z    Compiling tower-http v0.6.11
2026-07-06T05:19:51.3808841Z    Compiling iroh-base v0.98.0
2026-07-06T05:19:51.5740635Z    Compiling regex-automata v0.4.14
2026-07-06T05:19:51.6080849Z    Compiling schemars_derive v1.2.1
2026-07-06T05:19:51.7681423Z    Compiling spt-store v0.25.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-store)
2026-07-06T05:19:51.9046467Z    Compiling seize v0.5.1
2026-07-06T05:19:52.0371373Z    Compiling iroh v0.98.2
2026-07-06T05:19:52.0552095Z    Compiling bitflags v1.3.2
2026-07-06T05:19:52.1445589Z    Compiling linux-raw-sys v0.12.1
2026-07-06T05:19:52.3180946Z    Compiling dyn-clone v1.0.20
2026-07-06T05:19:52.3936985Z    Compiling pin-utils v0.1.0
2026-07-06T05:19:52.4050885Z    Compiling rustix v0.38.44
2026-07-06T05:19:52.4689971Z    Compiling cmov v0.5.4
2026-07-06T05:19:52.4790886Z    Compiling nix v0.25.1
2026-07-06T05:19:52.5148348Z    Compiling papaya v0.2.4
2026-07-06T05:19:52.7199526Z    Compiling ctutils v0.4.2
2026-07-06T05:19:52.8794990Z    Compiling filedescriptor v0.8.3
2026-07-06T05:19:53.0370614Z    Compiling strum v0.28.0
2026-07-06T05:19:53.0851696Z    Compiling backon v1.6.0
2026-07-06T05:19:53.0990528Z    Compiling darling_macro v0.23.0
2026-07-06T05:19:53.1187078Z    Compiling hkdf v0.12.4
2026-07-06T05:19:53.2093527Z    Compiling iroh-dns v0.98.0
2026-07-06T05:19:53.3081223Z    Compiling toml v0.8.23
2026-07-06T05:19:53.3727225Z    Compiling serial v0.4.0
2026-07-06T05:19:53.4494062Z    Compiling anstyle-parse v1.0.0
2026-07-06T05:19:53.5250741Z    Compiling vte_generate_state_changes v0.1.2
2026-07-06T05:19:53.5731498Z    Compiling anstyle v1.0.14
2026-07-06T05:19:53.5920636Z    Compiling is_terminal_polyfill v1.70.2
2026-07-06T05:19:53.6480959Z    Compiling shell-words v1.1.1
2026-07-06T05:19:53.6808482Z    Compiling foldhash v0.1.5
2026-07-06T05:19:53.7941199Z    Compiling downcast-rs v1.2.1
2026-07-06T05:19:53.8402577Z    Compiling schemars v1.2.1
2026-07-06T05:19:53.8591889Z    Compiling instability v0.3.12
2026-07-06T05:19:53.8691004Z    Compiling colorchoice v1.0.5
2026-07-06T05:19:53.8727738Z    Compiling linux-raw-sys v0.4.15
2026-07-06T05:19:53.8854924Z    Compiling anstyle-query v1.1.5
2026-07-06T05:19:53.8910975Z    Compiling vte v0.13.1
2026-07-06T05:19:53.9720476Z    Compiling hashbrown v0.15.5
2026-07-06T05:19:54.0091873Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-07-06T05:19:54.0231070Z    Compiling anstream v1.0.0
2026-07-06T05:19:54.0787805Z    Compiling terminal_size v0.4.4
2026-07-06T05:19:54.2890629Z    Compiling darling v0.23.0
2026-07-06T05:19:54.4130605Z    Compiling signal-hook-mio v0.2.5
2026-07-06T05:19:54.4460826Z    Compiling spake2 v0.4.0
2026-07-06T05:19:54.5131129Z    Compiling strum_macros v0.26.4
2026-07-06T05:19:54.5765267Z    Compiling regex v1.12.3
2026-07-06T05:19:54.8000467Z    Compiling sha1 v0.10.6
2026-07-06T05:19:54.8514666Z    Compiling itertools v0.13.0
2026-07-06T05:19:55.0690692Z    Compiling castaway v0.2.4
2026-07-06T05:19:55.1636456Z    Compiling spt-msg v0.25.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-msg)
2026-07-06T05:19:55.1772716Z    Compiling static_assertions v1.1.0
2026-07-06T05:19:55.2801122Z    Compiling clap_lex v1.1.0
2026-07-06T05:19:55.3896267Z    Compiling indoc v2.0.7
2026-07-06T05:19:55.5745443Z    Compiling spt-runtime v0.25.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-runtime)
2026-07-06T05:19:55.7580960Z    Compiling doctest-file v1.1.1
2026-07-06T05:19:55.8861037Z    Compiling unicode-width v0.1.14
2026-07-06T05:19:56.1840815Z    Compiling crossterm v0.28.1
2026-07-06T05:19:56.3570871Z    Compiling interprocess v2.4.2
2026-07-06T05:19:56.5100802Z    Compiling clap_builder v4.6.0
2026-07-06T05:19:56.8000889Z    Compiling hyper v1.10.1
2026-07-06T05:19:56.8804253Z    Compiling portable-pty v0.8.1
2026-07-06T05:19:56.9641011Z    Compiling unicode-truncate v1.1.0
2026-07-06T05:19:57.0090964Z    Compiling compact_str v0.8.2
2026-07-06T05:19:57.0680851Z    Compiling lru v0.12.5
2026-07-06T05:19:57.1611016Z    Compiling clap_derive v4.6.1
2026-07-06T05:19:57.2145641Z    Compiling strum v0.26.3
2026-07-06T05:19:57.2448483Z    Compiling iana-time-zone v0.1.65
2026-07-06T05:19:57.3210799Z    Compiling spt-term v0.25.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-term)
2026-07-06T05:19:57.3608036Z    Compiling unicode-width v0.2.0
2026-07-06T05:19:57.6767262Z    Compiling cassowary v0.3.0
2026-07-06T05:19:57.6921365Z    Compiling chrono v0.4.45
2026-07-06T05:19:57.7790854Z    Compiling nucleo-matcher v0.3.1
2026-07-06T05:19:58.0461218Z    Compiling ratatui v0.29.0
2026-07-06T05:19:58.1653251Z    Compiling qrcode v0.14.1
2026-07-06T05:19:58.9590787Z    Compiling hyper-util v0.1.20
2026-07-06T05:19:59.1904213Z    Compiling spt-live v0.25.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-live)
2026-07-06T05:19:59.3751197Z    Compiling clap v4.6.1
2026-07-06T05:20:00.8783180Z    Compiling igd-next v0.17.1
2026-07-06T05:20:01.9780103Z    Compiling portmapper v0.16.0
2026-07-06T05:20:07.0563509Z    Compiling rustls-webpki v0.103.13
2026-07-06T05:20:09.5303841Z    Compiling tokio-rustls v0.26.4
2026-07-06T05:20:09.5304569Z    Compiling rustls-platform-verifier v0.7.0
2026-07-06T05:20:09.5305088Z    Compiling noq-proto v0.17.0
2026-07-06T05:20:09.6760515Z    Compiling hickory-net v0.26.0-beta.4
2026-07-06T05:20:09.6761161Z    Compiling hyper-rustls v0.27.9
2026-07-06T05:20:09.6761623Z    Compiling tokio-websockets v0.13.2
2026-07-06T05:20:09.8125385Z    Compiling reqwest v0.13.4
2026-07-06T05:20:10.8292959Z    Compiling hickory-resolver v0.26.0-beta.4
2026-07-06T05:20:25.3495495Z    Compiling spt-net v0.25.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-net)
2026-07-06T05:20:26.9146339Z    Compiling spt-daemon v0.25.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-daemon)
2026-07-06T05:20:35.0610832Z    Compiling spt v0.25.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt)
2026-07-06T05:20:39.9007408Z     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 07s
2026-07-06T05:20:39.9440800Z ##[group]Run cargo test -p spt-daemon --test twohost -- --nocapture
2026-07-06T05:20:39.9441228Z [36;1mcargo test -p spt-daemon --test twohost -- --nocapture[0m
2026-07-06T05:20:39.9453850Z shell: /usr/bin/bash -e {0}
2026-07-06T05:20:39.9454040Z env:
2026-07-06T05:20:39.9454203Z   SPT_TWO_HOST: 1
2026-07-06T05:20:39.9454374Z   SPT_TWO_HOST_ROLE: b
2026-07-06T05:20:39.9454566Z   SPT_TWO_HOST_SECRET: rig-twohost-ci
2026-07-06T05:20:39.9454789Z   SPT_TWO_HOST_PEER_IP: 100.68.35.65
2026-07-06T05:20:39.9455003Z   SPT_TWO_HOST_WAIT_SECS: 900
2026-07-06T05:20:39.9455403Z   SPT_TWO_HOST_NOTIFY_BIN: /home/reavus/actions-runner/_work/spt-core/spt-core/.adapter-notify/target/debug/notify-shell
2026-07-06T05:20:39.9455814Z ##[endgroup]
2026-07-06T05:20:40.2241344Z    Compiling cc v1.2.63
2026-07-06T05:20:40.2273984Z    Compiling mio v1.2.1
2026-07-06T05:20:40.2317611Z    Compiling strsim v0.11.1
2026-07-06T05:20:40.2318153Z    Compiling unicode-segmentation v1.13.3
2026-07-06T05:20:40.2318802Z    Compiling rustls v0.23.40
2026-07-06T05:20:40.2398600Z    Compiling fastrand v2.4.1
2026-07-06T05:20:40.2493811Z    Compiling either v1.16.0
2026-07-06T05:20:40.2635102Z    Compiling rustix v1.1.4
2026-07-06T05:20:40.3734913Z    Compiling darling_core v0.20.11
2026-07-06T05:20:40.3841340Z    Compiling futures-lite v2.6.1
2026-07-06T05:20:40.3895009Z    Compiling prefix-trie v0.8.4
2026-07-06T05:20:40.5323834Z    Compiling tokio v1.52.3
2026-07-06T05:20:40.5757250Z    Compiling convert_case v0.10.0
2026-07-06T05:20:40.7633336Z    Compiling derive_more-impl v2.1.1
2026-07-06T05:20:40.8762781Z    Compiling hickory-proto v0.26.0-beta.4
2026-07-06T05:20:41.1303619Z    Compiling ring v0.17.14
2026-07-06T05:20:41.1304267Z    Compiling libsqlite3-sys v0.30.1
2026-07-06T05:20:41.1304698Z    Compiling blake3 v1.8.5
2026-07-06T05:20:42.0041955Z    Compiling tempfile v3.27.0
2026-07-06T05:20:42.0145068Z    Compiling darling_macro v0.20.11
2026-07-06T05:20:42.2608662Z    Compiling darling v0.20.11
2026-07-06T05:20:42.2961130Z    Compiling derive_builder_core v0.20.2
2026-07-06T05:20:42.8980908Z    Compiling derive_more v2.1.1
2026-07-06T05:20:42.9384578Z    Compiling derive_builder_macro v0.20.2
2026-07-06T05:20:42.9812933Z    Compiling iroh-base v0.98.0
2026-07-06T05:20:43.1486300Z    Compiling derive_builder v0.20.2
2026-07-06T05:20:43.1862895Z    Compiling vergen-lib v9.1.0
2026-07-06T05:20:43.1863421Z    Compiling vergen-lib v0.1.6
2026-07-06T05:20:43.3113867Z    Compiling vergen v9.1.0
2026-07-06T05:20:43.3593645Z    Compiling vergen-gitcl v1.0.8
2026-07-06T05:20:43.6271320Z    Compiling iroh-relay v0.98.0
2026-07-06T05:20:44.1071040Z    Compiling rustls-webpki v0.103.13
2026-07-06T05:20:44.2761652Z    Compiling tokio-util v0.7.18
2026-07-06T05:20:44.2762181Z    Compiling netlink-sys v0.8.8
2026-07-06T05:20:44.2762600Z    Compiling tower v0.5.3
2026-07-06T05:20:44.2762966Z    Compiling acto v0.8.2
2026-07-06T05:20:44.2764673Z    Compiling backon v1.6.0
2026-07-06T05:20:44.4691607Z    Compiling netlink-proto v0.12.0
2026-07-06T05:20:44.4710955Z    Compiling netdev v0.42.0
2026-07-06T05:20:44.7703666Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-07-06T05:20:44.8131303Z    Compiling tower-http v0.6.11
2026-07-06T05:20:45.1018305Z    Compiling h2 v0.4.14
2026-07-06T05:20:45.1018854Z    Compiling n0-future v0.3.2
2026-07-06T05:20:45.1019455Z    Compiling tokio-stream v0.1.18
2026-07-06T05:20:45.2150759Z    Compiling n0-watcher v0.6.1
2026-07-06T05:20:45.2250363Z    Compiling iroh-dns v0.98.0
2026-07-06T05:20:45.4570531Z    Compiling netwatch v0.16.0
2026-07-06T05:20:47.7474527Z    Compiling tokio-rustls v0.26.4
2026-07-06T05:20:47.7475032Z    Compiling noq-proto v0.17.0
2026-07-06T05:20:47.7475351Z    Compiling rustls-platform-verifier v0.7.0
2026-07-06T05:20:47.9321997Z    Compiling tokio-websockets v0.13.2
2026-07-06T05:20:48.1856080Z    Compiling rusqlite v0.32.1
2026-07-06T05:20:48.3402023Z    Compiling hyper v1.10.1
2026-07-06T05:20:48.3402747Z    Compiling hickory-net v0.26.0-beta.4
2026-07-06T05:20:49.0537486Z    Compiling spt-store v0.25.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-store)
2026-07-06T05:20:49.4637644Z    Compiling hyper-util v0.1.20
2026-07-06T05:20:49.6097502Z    Compiling hickory-resolver v0.26.0-beta.4
2026-07-06T05:20:50.4760344Z    Compiling hyper-rustls v0.27.9
2026-07-06T05:20:50.4760835Z    Compiling igd-next v0.17.1
2026-07-06T05:20:50.6133327Z    Compiling reqwest v0.13.4
2026-07-06T05:20:50.7524980Z    Compiling spt-msg v0.25.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-msg)
2026-07-06T05:20:50.9793417Z    Compiling spt-runtime v0.25.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-runtime)
2026-07-06T05:20:50.9794585Z    Compiling spt-term v0.25.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-term)
2026-07-06T05:20:51.4233488Z    Compiling portmapper v0.16.0
2026-07-06T05:20:52.1077112Z    Compiling noq v0.18.0
2026-07-06T05:20:54.0434093Z    Compiling spt-live v0.25.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-live)
2026-07-06T05:20:57.1788119Z    Compiling iroh v0.98.2
2026-07-06T05:21:05.4178767Z    Compiling spt-net v0.25.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-net)
2026-07-06T05:21:06.9253147Z    Compiling spt-daemon v0.25.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-daemon)
2026-07-06T05:21:16.6703370Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 36.65s
2026-07-06T05:21:16.6889699Z      Running tests/twohost.rs (target/debug/deps/twohost-0e50bd1a79fc9cd7)
2026-07-06T05:21:16.6922138Z 
2026-07-06T05:21:16.6922552Z running 3 tests
2026-07-06T05:21:16.6924752Z test b2_attacher_child ... ok
2026-07-06T05:21:16.6925153Z test two_host_ladder_role_a ... ok
2026-07-06T05:21:16.6932457Z TWOHOST role B: node 9bbcee970607c7454b0baf8b38b032ccdf1a36de7ef04d614158fecd1f08b612
2026-07-06T05:21:16.8956373Z TWOHOST role B: notify instance notify-0 minted (real_mode=true)
2026-07-06T05:21:16.9492568Z TWOHOST role B: offline drive shells minted — ling-twohost-b/offdrive-0, gate-twohost-b/offdrive-0
2026-07-06T05:21:17.0880498Z PAIR_MEET_UP:twohost step=59443842 id=13cbb39818c23bbc1eed25ea1afe19e712af4feb4ce34de4ee908f5ea77ef606 addr=EndpointAddr { id: PublicKey(13cbb39818c23bbc1eed25ea1afe19e712af4feb4ce34de4ee908f5ea77ef606), addrs: {Ip(100.98.197.12:33224), Ip(192.168.1.154:33224)} }
2026-07-06T05:21:17.1361185Z TWOHOST role B: drive session 1 ready
2026-07-06T05:21:30.0900595Z PAIR_MEET_UP:twohost step=59443843 id=0847cb9e616fd7c14ea1821c9cd66b57adafcfb75234a7f981f70eb240a0b98a addr=EndpointAddr { id: PublicKey(0847cb9e616fd7c14ea1821c9cd66b57adafcfb75234a7f981f70eb240a0b98a), addrs: {Ip(100.98.197.12:51390), Ip(192.168.1.154:51390)} }
2026-07-06T05:21:47.2373038Z PAIRED: joiner bcead52b862344aef51998ca5d8f15dce1e38e6cee3795b219a5849f6ad4b41a recorded in subnet 'twohost'
2026-07-06T05:21:47.4018714Z TWOHOST OK: pairing: A rostered via the daemon-hosted responder
2026-07-06T05:21:47.4019312Z TWOHOST OK: pairing (responder, daemon-hosted)
2026-07-06T05:21:47.4023871Z PUMP_IPC_READER: spawned
2026-07-06T05:21:48.1524424Z TWOHOST OK: register: A's perch row replicated to B
2026-07-06T05:21:48.4039751Z TWOHOST OK: message: A's WAN message spooled at B
2026-07-06T05:21:48.4042838Z TWOHOST OK: notif: A's insert fired on B
2026-07-06T05:21:48.4114979Z TWOHOST OK: notif dismissed at B (bcead52b862344aef51998ca5d8f15dce1e38e6cee3795b219a5849f6ad4b41a:1783315307919) — replicating back
2026-07-06T05:21:49.2037767Z TWOHOST OK: sync: B pulled A's mind
2026-07-06T05:21:49.2038216Z TWOHOST OK: rest: A's remote suspend landed (B suspended)
2026-07-06T05:21:49.4540771Z TWOHOST OK: rest: A's remote wake landed (B active again)
2026-07-06T05:21:50.2109300Z TWOHOST OK: presence: A's redirected notif surfaced at B
2026-07-06T05:21:50.2109734Z TWOHOST OK: presence: the surfacing node owns the marks
2026-07-06T05:21:50.7113610Z TWOHOST OK: shell: A's cross-node notify command RENDERED at B
2026-07-06T05:21:50.7114674Z TWOHOST OK: toast: A's notify rendered via the shell template at B
2026-07-06T05:21:50.9977167Z TWOHOST OK: gateway: A's cross-node cmd spooled under the gateway-typed owner at B
2026-07-06T05:21:50.9980445Z TWOHOST OK: gateway-typed owner cross-node cmd spooled + drive dropped at B
2026-07-06T05:21:51.9988464Z TWOHOST OK: A-3: A's setup suspend landed (B suspended)
2026-07-06T05:21:52.2489860Z TWOHOST OK: A-3: A's bare-id ROUTED wake landed (B active)
2026-07-06T05:21:52.2524165Z TWOHOST OK: A-3 bare-id wake (serve side)
2026-07-06T05:21:52.2654184Z TWOHOST role B: B-2 ticker session 2 ready
2026-07-06T05:21:52.7663912Z TWOHOST OK: B-2: the attacher child's control stamps landed
2026-07-06T05:22:00.0925854Z PAIR_MEET_UP:twohost step=59443844 id=aeb494908e39694530e0006f6438d8c27342f283cc8518bf79834b3be4ab7adc addr=EndpointAddr { id: PublicKey(aeb494908e39694530e0006f6438d8c27342f283cc8518bf79834b3be4ab7adc), addrs: {Ip(100.98.197.12:44252), Ip(192.168.1.154:44252)} }
2026-07-06T05:22:16.6924364Z test two_host_ladder_role_b has been running for over 60 seconds
2026-07-06T05:22:30.0926934Z PAIR_MEET_UP:twohost step=59443845 id=2d8ac5f3b4c9f338b3c30fbf6317faa5317ab2cbb5a458bfce1c7d14c645dce6 addr=EndpointAddr { id: PublicKey(2d8ac5f3b4c9f338b3c30fbf6317faa5317ab2cbb5a458bfce1c7d14c645dce6), addrs: {Ip(100.98.197.12:36170), Ip(192.168.1.154:36170)} }
2026-07-06T05:22:53.3843061Z TWOHOST OK: B-2: the severed controller's stamps CLEAR (reap + converge)
2026-07-06T05:22:53.3844593Z TWOHOST OK: B-2 dead-controller reap cleared the stamps
2026-07-06T05:22:53.3845298Z TWOHOST OK: done-file pushed by A (ladder complete on A)
2026-07-06T05:22:53.3845713Z TWOHOST role B: ladder complete
2026-07-06T05:22:53.3929708Z test two_host_ladder_role_b ... ok
2026-07-06T05:22:53.3929999Z 
2026-07-06T05:22:53.3930352Z test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 96.70s
2026-07-06T05:22:53.3930771Z 
2026-07-06T05:22:53.4088331Z ##[group]Run cargo build -p mock-adapter --bin mock-session
2026-07-06T05:22:53.4088693Z [36;1mcargo build -p mock-adapter --bin mock-session[0m
2026-07-06T05:22:53.4101935Z shell: /usr/bin/bash -e {0}
2026-07-06T05:22:53.4102156Z ##[endgroup]
2026-07-06T05:22:53.5230008Z    Compiling mock-adapter v0.25.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/adapters/mock)
2026-07-06T05:22:53.6964439Z     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.27s
2026-07-06T05:22:53.7095498Z ##[group]Run cargo test -p spt --test twohost_cli -- --nocapture
2026-07-06T05:22:53.7095936Z [36;1mcargo test -p spt --test twohost_cli -- --nocapture[0m
2026-07-06T05:22:53.7108786Z shell: /usr/bin/bash -e {0}
2026-07-06T05:22:53.7109169Z env:
2026-07-06T05:22:53.7109339Z   SPT_TWO_HOST: 1
2026-07-06T05:22:53.7109531Z   SPT_TWO_HOST_ROLE: b
2026-07-06T05:22:53.7109724Z   SPT_TWO_HOST_SECRET: rig-twohost-ci
2026-07-06T05:22:53.7109949Z   SPT_TWO_HOST_WAIT_SECS: 900
2026-07-06T05:22:53.7110144Z ##[endgroup]
2026-07-06T05:22:53.9608223Z    Compiling n0-future v0.3.2
2026-07-06T05:22:53.9661791Z    Compiling rustix v1.1.4
2026-07-06T05:22:53.9741230Z    Compiling backon v1.6.0
2026-07-06T05:22:54.0108238Z    Compiling n0-watcher v0.6.1
2026-07-06T05:22:54.0108591Z    Compiling iroh-dns v0.98.0
2026-07-06T05:22:54.1156545Z    Compiling netwatch v0.16.0
2026-07-06T05:22:54.2568933Z    Compiling iroh-relay v0.98.0
2026-07-06T05:22:54.7904963Z    Compiling portmapper v0.16.0
2026-07-06T05:22:55.5333762Z    Compiling terminal_size v0.4.4
2026-07-06T05:22:55.5334222Z    Compiling tempfile v3.27.0
2026-07-06T05:22:55.5972325Z    Compiling clap_builder v4.6.0
2026-07-06T05:22:57.0330507Z    Compiling clap v4.6.1
2026-07-06T05:22:57.7950251Z    Compiling iroh v0.98.2
2026-07-06T05:23:06.1708220Z    Compiling spt-net v0.25.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-net)
2026-07-06T05:23:07.7178209Z    Compiling spt-daemon v0.25.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-daemon)
2026-07-06T05:23:15.7941009Z    Compiling spt v0.25.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt)
2026-07-06T05:23:21.1306211Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 27.40s
2026-07-06T05:23:21.1535571Z      Running tests/twohost_cli.rs (target/debug/deps/twohost_cli-998c695e3226fb89)
2026-07-06T05:23:21.1551728Z 
2026-07-06T05:23:21.1553481Z running 2 tests
2026-07-06T05:23:21.1553757Z test gated_cli_role_a ... ok
2026-07-06T05:23:21.1559098Z GATED role B: node 989b0dbaa74de8e5c747af19c65f49211f08235717e8d322ec082ab0cbfb48ee
2026-07-06T05:23:30.5661592Z GATED role B: ticker session 1 ready
2026-07-06T05:23:34.0693743Z GATED OK: bring-up: A's target row replicated to B
2026-07-06T05:23:34.0694230Z GATED OK: C-2: A's wake flipped the rest intent to Active
2026-07-06T05:23:35.5698760Z GATED OK: C-2: the [session.resume] template relaunched the harness
2026-07-06T05:23:35.5699352Z GATED OK: C-2: the revived harness self-bound (status online)
2026-07-06T05:23:35.5699704Z GATED OK: C-2 revive (serve side)
2026-07-06T05:23:45.5812790Z 
2026-07-06T05:23:45.5813620Z thread 'gated_cli_role_b' (2386969) panicked at crates/spt/tests/twohost_cli.rs:669:5:
2026-07-06T05:23:45.5814925Z E-1 send must deliver (receiver-confirmed SENT(WAN)): stdout= stderr=WAN_FAIL:ling-gated-tgt — broker QUIC op exceeded the 10s bound (peer unresponsive) — failing as an ordinary per-peer error
2026-07-06T05:23:45.5815588Z 
2026-07-06T05:23:45.5815802Z note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
2026-07-06T05:23:45.6676897Z test gated_cli_role_b ... FAILED
2026-07-06T05:23:45.6684105Z error: test failed, to rerun pass `-p spt --test twohost_cli`
2026-07-06T05:23:45.6684411Z 
2026-07-06T05:23:45.6684511Z failures:
2026-07-06T05:23:45.6684650Z 
2026-07-06T05:23:45.6684740Z failures:
2026-07-06T05:23:45.6684957Z     gated_cli_role_b
2026-07-06T05:23:45.6685118Z 
2026-07-06T05:23:45.6685390Z test result: FAILED. 1 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 24.51s
2026-07-06T05:23:45.6685752Z 
2026-07-06T05:23:45.6783909Z ##[error]Process completed with exit code 101.
2026-07-06T05:23:45.6879460Z Post job cleanup.
2026-07-06T05:23:45.7537785Z [command]/usr/bin/git version
2026-07-06T05:23:45.7568114Z git version 2.43.0
2026-07-06T05:23:45.7600444Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/5901c280-be33-4337-8273-95fe68dbe098' before making global git config changes
2026-07-06T05:23:45.7601189Z Adding repository directory to the temporary git global config as a safe directory
2026-07-06T05:23:45.7604657Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-core/spt-core/.adapter-notify
2026-07-06T05:23:45.7639791Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-07-06T05:23:45.7668561Z [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:23:45.7884710Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-07-06T05:23:45.7907088Z http.https://github.com/.extraheader
2026-07-06T05:23:45.7915645Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader
2026-07-06T05:23:45.7949761Z [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:23:45.8171728Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-07-06T05:23:45.8196064Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-07-06T05:23:45.8524947Z Post job cleanup.
2026-07-06T05:23:45.9232593Z [command]/usr/bin/git version
2026-07-06T05:23:45.9268643Z git version 2.43.0
2026-07-06T05:23:45.9335338Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/b74436f5-6a35-4ebf-bb64-dabf9cb4aedf' before making global git config changes
2026-07-06T05:23:45.9336008Z Adding repository directory to the temporary git global config as a safe directory
2026-07-06T05:23:45.9338846Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-core/spt-core
2026-07-06T05:23:45.9370883Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-07-06T05:23:45.9395470Z [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:23:45.9592823Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-07-06T05:23:45.9613018Z http.https://github.com/.extraheader
2026-07-06T05:23:45.9620180Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader
2026-07-06T05:23:45.9643520Z [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:23:45.9832340Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-07-06T05:23:45.9858333Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-07-06T05:23:46.0163342Z Cleaning up orphan processes
2026-07-06T05:23:46.0726629Z Terminate orphan process: pid (2384330) (spt)
2026-07-06T05:23:46.0745177Z Terminate orphan process: pid (2384341) (spt)
2026-07-06T05:23:46.0764365Z Terminate orphan process: pid (2384510) (notify-shell)
