﻿2026-07-06T06:36:18.4007507Z Current runner version: '2.335.1'
2026-07-06T06:36:18.4012403Z Runner name: 'kitsubito'
2026-07-06T06:36:18.4012906Z Runner group name: 'Default'
2026-07-06T06:36:18.4013551Z Machine name: 'KITSUBITO'
2026-07-06T06:36:18.4015415Z ##[group]GITHUB_TOKEN Permissions
2026-07-06T06:36:18.4017161Z Contents: read
2026-07-06T06:36:18.4017552Z Metadata: read
2026-07-06T06:36:18.4017908Z Packages: read
2026-07-06T06:36:18.4018261Z ##[endgroup]
2026-07-06T06:36:18.4019907Z Secret source: Actions
2026-07-06T06:36:18.4020399Z Prepare workflow directory
2026-07-06T06:36:18.4452804Z Prepare all required actions
2026-07-06T06:36:18.4481458Z Getting action download info
2026-07-06T06:36:18.7903381Z Download action repository 'actions/checkout@v5' (SHA:93cb6efe18208431cddfb8368fd83d5badbf9bfd)
2026-07-06T06:36:19.3704047Z Complete job name: twohost-b
2026-07-06T06:36:19.4548611Z ##[group]Run actions/checkout@v5
2026-07-06T06:36:19.4549590Z with:
2026-07-06T06:36:19.4549954Z   repository: SaberMage/spt-core
2026-07-06T06:36:19.4552953Z   token: ***
2026-07-06T06:36:19.4553301Z   ssh-strict: true
2026-07-06T06:36:19.4553731Z   ssh-user: git
2026-07-06T06:36:19.4554097Z   persist-credentials: true
2026-07-06T06:36:19.4554481Z   clean: true
2026-07-06T06:36:19.4554834Z   sparse-checkout-cone-mode: true
2026-07-06T06:36:19.4555239Z   fetch-depth: 1
2026-07-06T06:36:19.4555582Z   fetch-tags: false
2026-07-06T06:36:19.4555930Z   show-progress: true
2026-07-06T06:36:19.4556283Z   lfs: false
2026-07-06T06:36:19.4556617Z   submodules: false
2026-07-06T06:36:19.4556978Z   set-safe-directory: true
2026-07-06T06:36:19.4557560Z ##[endgroup]
2026-07-06T06:36:19.5379711Z Syncing repository: SaberMage/spt-core
2026-07-06T06:36:19.5381230Z ##[group]Getting Git version info
2026-07-06T06:36:19.5381936Z Working directory is '/home/reavus/actions-runner/_work/spt-core/spt-core'
2026-07-06T06:36:19.5382827Z [command]/usr/bin/git version
2026-07-06T06:36:19.5383225Z git version 2.43.0
2026-07-06T06:36:19.5387208Z ##[endgroup]
2026-07-06T06:36:19.5398585Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/3f9d8cea-810e-463c-856d-431c9755c9f6' before making global git config changes
2026-07-06T06:36:19.5399921Z Adding repository directory to the temporary git global config as a safe directory
2026-07-06T06:36:19.5401740Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-core/spt-core
2026-07-06T06:36:19.5436179Z [command]/usr/bin/git config --local --get remote.origin.url
2026-07-06T06:36:19.5455700Z https://github.com/SaberMage/spt-core
2026-07-06T06:36:19.5466504Z ##[group]Removing previously created refs, to avoid conflicts
2026-07-06T06:36:19.5469185Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-07-06T06:36:19.5495443Z HEAD
2026-07-06T06:36:19.5529950Z ##[endgroup]
2026-07-06T06:36:19.5531277Z [command]/usr/bin/git submodule status
2026-07-06T06:36:19.5722294Z ##[group]Cleaning the repository
2026-07-06T06:36:19.5724306Z [command]/usr/bin/git clean -ffdx
2026-07-06T06:36:22.2339411Z Removing .adapter-notify/
2026-07-06T06:36:22.2340112Z Removing target/
2026-07-06T06:36:22.2349579Z [command]/usr/bin/git reset --hard HEAD
2026-07-06T06:36:22.2740085Z HEAD is now at eafc1837c Merge 279df99067a41ead572534846142b9372d0a7812 into 06cea5cde193b7f0307a0334de0917ea7bd7742a
2026-07-06T06:36:22.2746646Z ##[endgroup]
2026-07-06T06:36:22.2748917Z ##[group]Disabling automatic garbage collection
2026-07-06T06:36:22.2752432Z [command]/usr/bin/git config --local gc.auto 0
2026-07-06T06:36:22.2779601Z ##[endgroup]
2026-07-06T06:36:22.2780140Z ##[group]Setting up auth
2026-07-06T06:36:22.2785762Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-07-06T06:36:22.2812873Z [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:36:22.3004975Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-07-06T06:36:22.3030406Z [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:36:22.3223827Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-07-06T06:36:22.3250011Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-07-06T06:36:22.3438299Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-07-06T06:36:22.3468651Z ##[endgroup]
2026-07-06T06:36:22.3469291Z ##[group]Fetching the repository
2026-07-06T06:36:22.3476059Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +eafc1837c7074fb14574e127d6b3622d9af54c1b:refs/remotes/pull/52/merge
2026-07-06T06:36:22.8874916Z ##[endgroup]
2026-07-06T06:36:22.8876317Z ##[group]Determining the checkout info
2026-07-06T06:36:22.8876927Z ##[endgroup]
2026-07-06T06:36:22.8880381Z [command]/usr/bin/git sparse-checkout disable
2026-07-06T06:36:22.8922792Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-07-06T06:36:22.8951012Z ##[group]Checking out the ref
2026-07-06T06:36:22.8960952Z [command]/usr/bin/git checkout --progress --force refs/remotes/pull/52/merge
2026-07-06T06:36:22.9024145Z HEAD is now at eafc1837c Merge 279df99067a41ead572534846142b9372d0a7812 into 06cea5cde193b7f0307a0334de0917ea7bd7742a
2026-07-06T06:36:22.9028800Z ##[endgroup]
2026-07-06T06:36:22.9076550Z [command]/usr/bin/git log -1 --format=%H
2026-07-06T06:36:22.9112961Z eafc1837c7074fb14574e127d6b3622d9af54c1b
2026-07-06T06:36:22.9364223Z ##[group]Run actions/checkout@v5
2026-07-06T06:36:22.9364519Z with:
2026-07-06T06:36:22.9364753Z   repository: SaberMage/spt-shell-notify
2026-07-06T06:36:22.9365034Z   path: .adapter-notify
2026-07-06T06:36:22.9367205Z   token: ***
2026-07-06T06:36:22.9367415Z   ssh-strict: true
2026-07-06T06:36:22.9367625Z   ssh-user: git
2026-07-06T06:36:22.9367844Z   persist-credentials: true
2026-07-06T06:36:22.9368078Z   clean: true
2026-07-06T06:36:22.9368300Z   sparse-checkout-cone-mode: true
2026-07-06T06:36:22.9368550Z   fetch-depth: 1
2026-07-06T06:36:22.9368756Z   fetch-tags: false
2026-07-06T06:36:22.9369052Z   show-progress: true
2026-07-06T06:36:22.9369262Z   lfs: false
2026-07-06T06:36:22.9369451Z   submodules: false
2026-07-06T06:36:22.9369662Z   set-safe-directory: true
2026-07-06T06:36:22.9369892Z ##[endgroup]
2026-07-06T06:36:23.0065963Z Syncing repository: SaberMage/spt-shell-notify
2026-07-06T06:36:23.0070269Z ##[group]Getting Git version info
2026-07-06T06:36:23.0070954Z Working directory is '/home/reavus/actions-runner/_work/spt-core/spt-core/.adapter-notify'
2026-07-06T06:36:23.0092098Z [command]/usr/bin/git version
2026-07-06T06:36:23.0123365Z git version 2.43.0
2026-07-06T06:36:23.0139146Z ##[endgroup]
2026-07-06T06:36:23.0149592Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/193f4830-39bc-4507-8154-7bc5befcfc87' before making global git config changes
2026-07-06T06:36:23.0150609Z Adding repository directory to the temporary git global config as a safe directory
2026-07-06T06:36:23.0152652Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-core/spt-core/.adapter-notify
2026-07-06T06:36:23.0181211Z ##[group]Initializing the repository
2026-07-06T06:36:23.0183934Z [command]/usr/bin/git init /home/reavus/actions-runner/_work/spt-core/spt-core/.adapter-notify
2026-07-06T06:36:23.0212639Z hint: Using 'master' as the name for the initial branch. This default branch name
2026-07-06T06:36:23.0213404Z hint: is subject to change. To configure the initial branch name to use in all
2026-07-06T06:36:23.0214038Z hint: of your new repositories, which will suppress this warning, call:
2026-07-06T06:36:23.0214534Z hint: 
2026-07-06T06:36:23.0215186Z hint: 	git config --global init.defaultBranch <name>
2026-07-06T06:36:23.0215510Z hint: 
2026-07-06T06:36:23.0215822Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
2026-07-06T06:36:23.0216294Z hint: 'development'. The just-created branch can be renamed via this command:
2026-07-06T06:36:23.0216663Z hint: 
2026-07-06T06:36:23.0216905Z hint: 	git branch -m <name>
2026-07-06T06:36:23.0217401Z Initialized empty Git repository in /home/reavus/actions-runner/_work/spt-core/spt-core/.adapter-notify/.git/
2026-07-06T06:36:23.0226318Z [command]/usr/bin/git remote add origin https://github.com/SaberMage/spt-shell-notify
2026-07-06T06:36:23.0290139Z ##[endgroup]
2026-07-06T06:36:23.0290993Z ##[group]Disabling automatic garbage collection
2026-07-06T06:36:23.0294111Z [command]/usr/bin/git config --local gc.auto 0
2026-07-06T06:36:23.0330347Z ##[endgroup]
2026-07-06T06:36:23.0331072Z ##[group]Setting up auth
2026-07-06T06:36:23.0336628Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-07-06T06:36:23.0371517Z [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:36:23.0571765Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-07-06T06:36:23.0595017Z [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:36:23.0782585Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-07-06T06:36:23.0810036Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-07-06T06:36:23.1004115Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-07-06T06:36:23.1032447Z ##[endgroup]
2026-07-06T06:36:23.1032904Z ##[group]Determining the default branch
2026-07-06T06:36:23.1035461Z Retrieving the default branch name
2026-07-06T06:36:23.6234311Z Default branch 'main'
2026-07-06T06:36:23.6235832Z ##[endgroup]
2026-07-06T06:36:23.6236290Z ##[group]Fetching the repository
2026-07-06T06:36:23.6239785Z [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-06T06:36:24.1730457Z From https://github.com/SaberMage/spt-shell-notify
2026-07-06T06:36:24.1730919Z  * [new branch]      main       -> origin/main
2026-07-06T06:36:24.1750456Z ##[endgroup]
2026-07-06T06:36:24.1750891Z ##[group]Determining the checkout info
2026-07-06T06:36:24.1753061Z ##[endgroup]
2026-07-06T06:36:24.1757589Z [command]/usr/bin/git sparse-checkout disable
2026-07-06T06:36:24.1793728Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-07-06T06:36:24.1818888Z ##[group]Checking out the ref
2026-07-06T06:36:24.1828285Z [command]/usr/bin/git checkout --progress --force -B main refs/remotes/origin/main
2026-07-06T06:36:24.1869199Z Switched to a new branch 'main'
2026-07-06T06:36:24.1869695Z branch 'main' set up to track 'origin/main'.
2026-07-06T06:36:24.1873625Z ##[endgroup]
2026-07-06T06:36:24.1908935Z [command]/usr/bin/git log -1 --format=%H
2026-07-06T06:36:24.1935126Z ee2d37eadc730c0019e0af82d683074c509634a2
2026-07-06T06:36:24.2086960Z ##[group]Run cargo build --manifest-path .adapter-notify/Cargo.toml
2026-07-06T06:36:24.2087477Z [36;1mcargo build --manifest-path .adapter-notify/Cargo.toml[0m
2026-07-06T06:36:24.2103139Z shell: /usr/bin/bash -e {0}
2026-07-06T06:36:24.2103381Z ##[endgroup]
2026-07-06T06:36:24.2546559Z     Updating crates.io index
2026-07-06T06:36:24.4084315Z      Locking 11 packages to latest compatible versions
2026-07-06T06:36:24.4323783Z    Compiling zmij v1.0.21
2026-07-06T06:36:24.4324176Z    Compiling serde_core v1.0.228
2026-07-06T06:36:24.4325034Z    Compiling serde_json v1.0.150
2026-07-06T06:36:24.4325449Z    Compiling memchr v2.8.2
2026-07-06T06:36:24.4325797Z    Compiling itoa v1.0.18
2026-07-06T06:36:26.4319654Z    Compiling spt-shell-notify v0.1.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/.adapter-notify)
2026-07-06T06:36:26.6120419Z     Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.38s
2026-07-06T06:36:26.6236301Z ##[group]Run cargo build -p spt --bin spt
2026-07-06T06:36:26.6236614Z [36;1mcargo build -p spt --bin spt[0m
2026-07-06T06:36:26.6249724Z shell: /usr/bin/bash -e {0}
2026-07-06T06:36:26.6249938Z ##[endgroup]
2026-07-06T06:36:26.9038474Z    Compiling proc-macro2 v1.0.106
2026-07-06T06:36:26.9038908Z    Compiling unicode-ident v1.0.24
2026-07-06T06:36:26.9039341Z    Compiling quote v1.0.45
2026-07-06T06:36:26.9039674Z    Compiling libc v0.2.186
2026-07-06T06:36:26.9040258Z    Compiling serde_core v1.0.228
2026-07-06T06:36:26.9040726Z    Compiling cfg-if v1.0.4
2026-07-06T06:36:26.9041170Z    Compiling serde v1.0.228
2026-07-06T06:36:26.9119518Z    Compiling log v0.4.32
2026-07-06T06:36:26.9184505Z    Compiling pin-project-lite v0.2.17
2026-07-06T06:36:26.9224035Z    Compiling typenum v1.20.1
2026-07-06T06:36:26.9225215Z    Compiling version_check v0.9.5
2026-07-06T06:36:26.9226031Z    Compiling memchr v2.8.1
2026-07-06T06:36:26.9287658Z    Compiling portable-atomic v1.13.1
2026-07-06T06:36:26.9461475Z    Compiling find-msvc-tools v0.1.9
2026-07-06T06:36:26.9462146Z    Compiling shlex v2.0.1
2026-07-06T06:36:26.9752409Z    Compiling critical-section v1.2.0
2026-07-06T06:36:27.0091278Z    Compiling bytes v1.11.1
2026-07-06T06:36:27.0161534Z    Compiling subtle v2.6.1
2026-07-06T06:36:27.1345375Z    Compiling futures-core v0.3.32
2026-07-06T06:36:27.2138129Z    Compiling smallvec v1.15.1
2026-07-06T06:36:27.2256713Z    Compiling equivalent v1.0.2
2026-07-06T06:36:27.2322377Z    Compiling itoa v1.0.18
2026-07-06T06:36:27.2461349Z    Compiling semver v1.0.28
2026-07-06T06:36:27.2555678Z    Compiling stable_deref_trait v1.2.1
2026-07-06T06:36:27.2742924Z    Compiling slab v0.4.12
2026-07-06T06:36:27.2831795Z    Compiling futures-io v0.3.32
2026-07-06T06:36:27.2941242Z    Compiling futures-sink v0.3.32
2026-07-06T06:36:27.3281336Z    Compiling generic-array v0.14.7
2026-07-06T06:36:27.3481006Z    Compiling futures-task v0.3.32
2026-07-06T06:36:27.4071022Z    Compiling futures-channel v0.3.32
2026-07-06T06:36:27.4461489Z    Compiling hashbrown v0.17.1
2026-07-06T06:36:27.4571015Z    Compiling rand_core v0.10.1
2026-07-06T06:36:27.4811064Z    Compiling rustversion v1.0.22
2026-07-06T06:36:27.4911108Z    Compiling cpufeatures v0.2.17
2026-07-06T06:36:27.5220893Z    Compiling bitflags v2.12.1
2026-07-06T06:36:27.5720758Z    Compiling rustc_version v0.4.1
2026-07-06T06:36:27.5891011Z    Compiling fnv v1.0.7
2026-07-06T06:36:27.6020571Z    Compiling getrandom v0.4.2
2026-07-06T06:36:27.6800857Z    Compiling cfg_aliases v0.2.1
2026-07-06T06:36:27.7060902Z    Compiling strsim v0.11.1
2026-07-06T06:36:27.7091056Z    Compiling litemap v0.8.2
2026-07-06T06:36:27.7345701Z    Compiling writeable v0.6.3
2026-07-06T06:36:27.7647571Z    Compiling ident_case v1.0.1
2026-07-06T06:36:27.8164023Z    Compiling icu_normalizer_data v2.2.0
2026-07-06T06:36:27.9106444Z    Compiling dunce v1.0.5
2026-07-06T06:36:27.9276696Z    Compiling fs_extra v1.3.0
2026-07-06T06:36:27.9302357Z    Compiling utf8_iter v1.0.4
2026-07-06T06:36:27.9650902Z    Compiling icu_properties_data v2.2.0
2026-07-06T06:36:27.9810792Z    Compiling autocfg v1.5.1
2026-07-06T06:36:28.0680820Z    Compiling percent-encoding v2.3.2
2026-07-06T06:36:28.0921432Z    Compiling http v1.4.1
2026-07-06T06:36:28.1301373Z    Compiling unicode-segmentation v1.13.3
2026-07-06T06:36:28.3519939Z    Compiling syn v2.0.117
2026-07-06T06:36:28.3550602Z    Compiling cpufeatures v0.3.0
2026-07-06T06:36:28.3762010Z    Compiling thiserror v2.0.18
2026-07-06T06:36:28.3821274Z    Compiling aws-lc-rs v1.17.0
2026-07-06T06:36:28.3910586Z    Compiling scopeguard v1.2.0
2026-07-06T06:36:28.3950545Z    Compiling form_urlencoded v1.2.2
2026-07-06T06:36:28.3979638Z    Compiling untrusted v0.9.0
2026-07-06T06:36:28.4321907Z    Compiling indexmap v2.14.0
2026-07-06T06:36:28.5170800Z    Compiling lock_api v0.4.14
2026-07-06T06:36:28.5211156Z    Compiling chacha20 v0.10.0
2026-07-06T06:36:28.5371003Z    Compiling rustls v0.23.40
2026-07-06T06:36:28.5590451Z    Compiling heck v0.5.0
2026-07-06T06:36:28.5781566Z    Compiling atomic-waker v1.1.2
2026-07-06T06:36:28.6380968Z    Compiling anyhow v1.0.102
2026-07-06T06:36:28.6943404Z    Compiling convert_case v0.10.0
2026-07-06T06:36:28.7048212Z    Compiling unicode-xid v0.2.6
2026-07-06T06:36:28.7270938Z    Compiling const-oid v0.10.2
2026-07-06T06:36:28.7598054Z    Compiling jobserver v0.1.34
2026-07-06T06:36:28.8060892Z    Compiling httparse v1.10.1
2026-07-06T06:36:28.8137337Z    Compiling paste v1.0.15
2026-07-06T06:36:28.8339930Z    Compiling parking_lot_core v0.9.12
2026-07-06T06:36:28.8362137Z    Compiling zerocopy v0.8.50
2026-07-06T06:36:28.8980940Z    Compiling num-traits v0.2.19
2026-07-06T06:36:28.9200746Z    Compiling hybrid-array v0.4.12
2026-07-06T06:36:28.9601200Z    Compiling curve25519-dalek v4.1.3
2026-07-06T06:36:29.0327564Z    Compiling cc v1.2.63
2026-07-06T06:36:29.0767766Z    Compiling ahash v0.8.12
2026-07-06T06:36:29.1070631Z    Compiling powerfmt v0.2.0
2026-07-06T06:36:29.1631096Z    Compiling either v1.16.0
2026-07-06T06:36:29.2141064Z    Compiling base64ct v1.8.3
2026-07-06T06:36:29.2670764Z    Compiling http-body v1.0.1
2026-07-06T06:36:29.3128697Z    Compiling deranged v0.5.8
2026-07-06T06:36:29.4194459Z    Compiling crypto-common v0.1.7
2026-07-06T06:36:29.4464244Z    Compiling block-buffer v0.10.4
2026-07-06T06:36:29.4554871Z    Compiling data-encoding v2.11.0
2026-07-06T06:36:29.5178937Z    Compiling base64 v0.22.1
2026-07-06T06:36:29.6101196Z    Compiling digest v0.10.7
2026-07-06T06:36:29.6200920Z    Compiling pem-rfc7468 v1.0.0
2026-07-06T06:36:29.6267067Z    Compiling fastrand v2.4.1
2026-07-06T06:36:29.7011497Z    Compiling num-conv v0.2.2
2026-07-06T06:36:29.7430901Z    Compiling time-core v0.1.8
2026-07-06T06:36:29.7764420Z    Compiling mio v1.2.1
2026-07-06T06:36:29.8595999Z    Compiling socket2 v0.6.4
2026-07-06T06:36:29.8784326Z    Compiling getrandom v0.2.17
2026-07-06T06:36:29.9631576Z    Compiling tower-service v0.3.3
2026-07-06T06:36:30.0072050Z    Compiling vcpkg v0.2.15
2026-07-06T06:36:30.0157305Z    Compiling try-lock v0.2.5
2026-07-06T06:36:30.0520697Z    Compiling pkg-config v0.3.33
2026-07-06T06:36:30.0828363Z    Compiling tinyvec_macros v0.1.1
2026-07-06T06:36:30.1063691Z    Compiling rand_core v0.6.4
2026-07-06T06:36:30.1133823Z    Compiling zmij v1.0.21
2026-07-06T06:36:30.1380720Z    Compiling rand v0.10.1
2026-07-06T06:36:30.1701127Z    Compiling uuid v1.23.2
2026-07-06T06:36:30.2210364Z    Compiling parking_lot v0.12.5
2026-07-06T06:36:30.3300811Z    Compiling cmake v0.1.58
2026-07-06T06:36:30.3341256Z    Compiling tinyvec v1.11.0
2026-07-06T06:36:30.4660823Z    Compiling want v0.3.1
2026-07-06T06:36:30.6660729Z    Compiling sha2 v0.10.9
2026-07-06T06:36:30.6880864Z    Compiling block-buffer v0.12.0
2026-07-06T06:36:30.7661573Z    Compiling crypto-common v0.2.2
2026-07-06T06:36:30.8066984Z    Compiling inout v0.1.4
2026-07-06T06:36:30.8551291Z    Compiling vergen-lib v9.1.0
2026-07-06T06:36:30.8800840Z    Compiling n0-future v0.3.2
2026-07-06T06:36:30.8870726Z    Compiling spin v0.10.0
2026-07-06T06:36:30.8910893Z    Compiling crossbeam-utils v0.8.21
2026-07-06T06:36:30.8950624Z    Compiling diatomic-waker v0.2.3
2026-07-06T06:36:30.9430903Z    Compiling cordyceps v0.3.4
2026-07-06T06:36:30.9530377Z    Compiling parking v2.2.1
2026-07-06T06:36:30.9650513Z    Compiling signature v2.2.0
2026-07-06T06:36:30.9750685Z    Compiling serde_json v1.0.150
2026-07-06T06:36:31.0471349Z    Compiling winnow v1.0.3
2026-07-06T06:36:31.0552142Z    Compiling httpdate v1.0.3
2026-07-06T06:36:31.0831199Z    Compiling futures-lite v2.6.1
2026-07-06T06:36:31.1000381Z    Compiling ed25519 v2.2.3
2026-07-06T06:36:31.1290848Z    Compiling cipher v0.4.4
2026-07-06T06:36:31.2666777Z    Compiling netlink-packet-core v0.8.1
2026-07-06T06:36:31.2791099Z    Compiling universal-hash v0.5.1
2026-07-06T06:36:31.2792748Z    Compiling vergen-lib v0.1.6
2026-07-06T06:36:31.3250380Z    Compiling vergen v9.1.0
2026-07-06T06:36:31.3460518Z    Compiling futures-buffered v0.2.13
2026-07-06T06:36:31.3461112Z    Compiling heapless v0.7.17
2026-07-06T06:36:31.3765574Z    Compiling aws-lc-sys v0.41.0
2026-07-06T06:36:31.4290865Z    Compiling ring v0.17.14
2026-07-06T06:36:31.4335016Z    Compiling libsqlite3-sys v0.30.1
2026-07-06T06:36:31.4892611Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-07-06T06:36:31.5039668Z    Compiling noq-udp v0.10.0
2026-07-06T06:36:31.5487893Z    Compiling sync_wrapper v1.0.2
2026-07-06T06:36:31.5504124Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-07-06T06:36:31.6313168Z    Compiling allocator-api2 v0.2.21
2026-07-06T06:36:31.6666702Z    Compiling byteorder v1.5.0
2026-07-06T06:36:31.7088274Z    Compiling opaque-debug v0.3.1
2026-07-06T06:36:31.8027021Z    Compiling digest v0.11.3
2026-07-06T06:36:31.8215798Z    Compiling polyval v0.6.2
2026-07-06T06:36:31.8550855Z    Compiling hash32 v0.2.1
2026-07-06T06:36:31.9510638Z    Compiling spin v0.9.8
2026-07-06T06:36:31.9996901Z    Compiling vergen-gitcl v1.0.8
2026-07-06T06:36:32.0670458Z    Compiling tower-layer v0.3.3
2026-07-06T06:36:32.1188824Z    Compiling fallible-iterator v0.3.0
2026-07-06T06:36:32.1212100Z    Compiling num_threads v0.1.7
2026-07-06T06:36:32.1900581Z    Compiling fallible-streaming-iterator v0.1.9
2026-07-06T06:36:32.2000842Z    Compiling ryu v1.0.23
2026-07-06T06:36:32.2436431Z    Compiling signature v3.0.0
2026-07-06T06:36:32.2530720Z    Compiling time v0.3.47
2026-07-06T06:36:32.2880661Z    Compiling ghash v0.5.1
2026-07-06T06:36:32.3501123Z    Compiling sha2 v0.11.0-rc.5
2026-07-06T06:36:32.4019944Z    Compiling aes v0.8.4
2026-07-06T06:36:32.4150681Z    Compiling ctr v0.9.2
2026-07-06T06:36:32.4330580Z    Compiling fs2 v0.4.3
2026-07-06T06:36:32.4560653Z    Compiling aead v0.5.2
2026-07-06T06:36:32.5780832Z    Compiling http-body-util v0.1.3
2026-07-06T06:36:32.6010602Z    Compiling openssl-probe v0.2.1
2026-07-06T06:36:32.6086019Z    Compiling arrayvec v0.7.6
2026-07-06T06:36:32.6491247Z    Compiling utf8parse v0.2.2
2026-07-06T06:36:32.7455028Z    Compiling crossbeam-epoch v0.9.18
2026-07-06T06:36:32.7770653Z    Compiling crossbeam-channel v0.5.15
2026-07-06T06:36:32.8140640Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-07-06T06:36:32.8457720Z    Compiling netlink-packet-route v0.29.0
2026-07-06T06:36:32.8894857Z    Compiling blake3 v1.8.5
2026-07-06T06:36:32.9423074Z    Compiling memoffset v0.6.5
2026-07-06T06:36:32.9975535Z    Compiling acto v0.8.2
2026-07-06T06:36:33.1801470Z    Compiling aes-gcm v0.10.3
2026-07-06T06:36:33.2226611Z    Compiling noq v0.18.0
2026-07-06T06:36:33.3120795Z    Compiling netwatch v0.16.0
2026-07-06T06:36:33.3206836Z    Compiling identity-hash v0.1.0
2026-07-06T06:36:33.3455837Z    Compiling thiserror v1.0.69
2026-07-06T06:36:33.3548262Z    Compiling tagptr v0.2.0
2026-07-06T06:36:33.4330846Z    Compiling sorted-index-buffer v0.2.1
2026-07-06T06:36:33.4987138Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-07-06T06:36:33.5267048Z    Compiling mac-addr v0.3.0
2026-07-06T06:36:33.5550271Z    Compiling xml-rs v0.8.28
2026-07-06T06:36:33.5808539Z    Compiling lru-slab v0.1.2
2026-07-06T06:36:33.6212302Z    Compiling ref-cast v1.0.25
2026-07-06T06:36:33.6251145Z    Compiling foldhash v0.2.0
2026-07-06T06:36:33.7070962Z    Compiling synstructure v0.13.2
2026-07-06T06:36:33.7430050Z    Compiling darling_core v0.20.11
2026-07-06T06:36:33.7627207Z    Compiling rustc-hash v2.1.2
2026-07-06T06:36:33.8080542Z    Compiling hashbrown v0.16.1
2026-07-06T06:36:33.8871132Z    Compiling serde_derive_internals v0.29.1
2026-07-06T06:36:34.1755590Z    Compiling netlink-packet-route v0.30.0
2026-07-06T06:36:34.5938537Z    Compiling proc-macro-crate v3.5.0
2026-07-06T06:36:34.7119732Z    Compiling xmltree v0.10.3
2026-07-06T06:36:34.7732034Z    Compiling termios v0.2.2
2026-07-06T06:36:34.8170555Z    Compiling serial-core v0.4.0
2026-07-06T06:36:34.9300676Z    Compiling errno v0.3.14
2026-07-06T06:36:34.9938395Z    Compiling ioctl-rs v0.1.6
2026-07-06T06:36:35.0042418Z    Compiling simple-dns v0.9.3
2026-07-06T06:36:35.0340980Z    Compiling aho-corasick v1.1.4
2026-07-06T06:36:35.0480566Z    Compiling sha1_smol v1.0.1
2026-07-06T06:36:35.0660822Z    Compiling winnow v0.7.15
2026-07-06T06:36:35.1183669Z    Compiling signal-hook v0.3.18
2026-07-06T06:36:35.1354714Z    Compiling regex-syntax v0.8.10
2026-07-06T06:36:35.1380170Z    Compiling rustix v1.1.4
2026-07-06T06:36:35.2332936Z    Compiling constant_time_eq v0.4.2
2026-07-06T06:36:35.2760311Z    Compiling smol_str v0.1.24
2026-07-06T06:36:35.2970728Z    Compiling simdutf8 v0.1.5
2026-07-06T06:36:35.3091374Z    Compiling toml_write v0.1.2
2026-07-06T06:36:35.4212462Z    Compiling resolv-conf v0.7.6
2026-07-06T06:36:35.4814301Z    Compiling arrayref v0.3.9
2026-07-06T06:36:35.5847084Z    Compiling signal-hook-registry v1.4.8
2026-07-06T06:36:35.6412001Z    Compiling serial-unix v0.4.0
2026-07-06T06:36:35.6579239Z    Compiling lru v0.16.4
2026-07-06T06:36:35.8010568Z    Compiling serde_derive v1.0.228
2026-07-06T06:36:35.8130914Z    Compiling zeroize_derive v1.4.3
2026-07-06T06:36:35.8660880Z    Compiling tokio-macros v2.7.0
2026-07-06T06:36:35.9774925Z    Compiling zerofrom-derive v0.1.7
2026-07-06T06:36:35.9921154Z    Compiling futures-macro v0.3.32
2026-07-06T06:36:36.3017133Z    Compiling yoke-derive v0.8.2
2026-07-06T06:36:36.5492804Z    Compiling zeroize v1.8.2
2026-07-06T06:36:36.7146454Z    Compiling tokio v1.52.3
2026-07-06T06:36:36.7642511Z    Compiling zerovec-derive v0.11.3
2026-07-06T06:36:36.9738265Z    Compiling displaydoc v0.2.6
2026-07-06T06:36:37.0540786Z    Compiling futures-util v0.3.32
2026-07-06T06:36:37.3945056Z    Compiling tracing-attributes v0.1.31
2026-07-06T06:36:37.5530702Z    Compiling zerofrom v0.1.8
2026-07-06T06:36:37.6896982Z    Compiling rustls-pki-types v1.14.1
2026-07-06T06:36:37.8130734Z    Compiling thiserror-impl v2.0.18
2026-07-06T06:36:37.8850329Z    Compiling yoke v0.8.3
2026-07-06T06:36:38.0151045Z    Compiling curve25519-dalek-derive v0.1.1
2026-07-06T06:36:38.1041516Z    Compiling zerotrie v0.2.4
2026-07-06T06:36:38.4471185Z    Compiling darling_macro v0.20.11
2026-07-06T06:36:38.4540429Z    Compiling zerovec v0.11.6
2026-07-06T06:36:38.5508439Z    Compiling derive_more-impl v2.1.1
2026-07-06T06:36:38.8240786Z    Compiling n0-error-macros v0.1.3
2026-07-06T06:36:38.8770598Z    Compiling darling v0.20.11
2026-07-06T06:36:38.9600722Z    Compiling derive_builder_core v0.20.2
2026-07-06T06:36:39.0590591Z    Compiling spez v0.1.2
2026-07-06T06:36:39.4110143Z    Compiling tinystr v0.8.3
2026-07-06T06:36:39.4900761Z    Compiling potential_utf v0.1.5
2026-07-06T06:36:39.6472691Z    Compiling icu_locale_core v2.2.0
2026-07-06T06:36:39.6650248Z    Compiling icu_collections v2.2.0
2026-07-06T06:36:39.7996726Z    Compiling der v0.8.0-rc.10
2026-07-06T06:36:40.0271033Z    Compiling n0-error v0.1.3
2026-07-06T06:36:40.1019518Z    Compiling pin-project-internal v1.1.13
2026-07-06T06:36:40.4234334Z    Compiling cobs v0.3.0
2026-07-06T06:36:40.4371631Z    Compiling derive_builder_macro v0.20.2
2026-07-06T06:36:40.5031082Z    Compiling data-encoding-macro-internal v0.1.18
2026-07-06T06:36:40.6420570Z    Compiling postcard-derive v0.2.2
2026-07-06T06:36:40.8570698Z    Compiling derive_builder v0.20.2
2026-07-06T06:36:40.9841082Z    Compiling icu_provider v2.2.0
2026-07-06T06:36:41.0599464Z    Compiling futures-executor v0.3.32
2026-07-06T06:36:41.3341838Z    Compiling ipnet v2.12.0
2026-07-06T06:36:41.3807977Z    Compiling ed25519-dalek v2.2.0
2026-07-06T06:36:41.4665393Z    Compiling icu_properties v2.2.0
2026-07-06T06:36:41.4940881Z    Compiling icu_normalizer v2.2.0
2026-07-06T06:36:41.5130512Z    Compiling spki v0.8.0-rc.4
2026-07-06T06:36:41.7396945Z    Compiling pin-project v1.1.13
2026-07-06T06:36:41.7501375Z    Compiling pkcs8 v0.11.0-rc.10
2026-07-06T06:36:41.8210771Z    Compiling prefix-trie v0.8.4
2026-07-06T06:36:41.8596484Z    Compiling spt-proto v0.25.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-proto)
2026-07-06T06:36:41.9430705Z    Compiling ed25519 v3.0.0-rc.4
2026-07-06T06:36:42.1399404Z    Compiling once_cell v1.21.4
2026-07-06T06:36:42.2696554Z    Compiling futures v0.3.32
2026-07-06T06:36:42.3501307Z    Compiling data-encoding-macro v0.1.20
2026-07-06T06:36:42.4160862Z    Compiling tracing-core v0.1.36
2026-07-06T06:36:42.4431700Z    Compiling rustls-native-certs v0.8.4
2026-07-06T06:36:42.4480481Z    Compiling num_enum_derive v0.7.6
2026-07-06T06:36:42.6690618Z    Compiling hashbrown v0.14.5
2026-07-06T06:36:42.7280844Z    Compiling strum_macros v0.28.0
2026-07-06T06:36:42.9501042Z    Compiling tracing v0.1.44
2026-07-06T06:36:43.1060821Z    Compiling idna_adapter v1.2.2
2026-07-06T06:36:43.2632568Z    Compiling tokio-util v0.7.18
2026-07-06T06:36:43.3315876Z    Compiling idna v1.1.0
2026-07-06T06:36:43.3519866Z    Compiling derive_more v2.1.1
2026-07-06T06:36:43.4187879Z    Compiling netlink-sys v0.8.8
2026-07-06T06:36:43.5330864Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-07-06T06:36:43.5620954Z    Compiling tower v0.5.3
2026-07-06T06:36:43.5835226Z    Compiling postcard v1.1.3
2026-07-06T06:36:43.6961015Z    Compiling hashlink v0.9.1
2026-07-06T06:36:43.7270903Z    Compiling async-trait v0.1.89
2026-07-06T06:36:43.7921085Z    Compiling enum-assoc v1.3.0
2026-07-06T06:36:43.7961049Z    Compiling iroh-metrics-derive v0.4.1
2026-07-06T06:36:43.9373592Z    Compiling url v2.5.8
2026-07-06T06:36:43.9670603Z    Compiling num_enum v0.7.6
2026-07-06T06:36:44.0236110Z    Compiling netdev v0.42.0
2026-07-06T06:36:44.0790940Z    Compiling netlink-proto v0.12.0
2026-07-06T06:36:44.1431514Z    Compiling rusqlite v0.32.1
2026-07-06T06:36:44.1631306Z    Compiling iroh-relay v0.98.0
2026-07-06T06:36:44.2220968Z    Compiling moka v0.12.15
2026-07-06T06:36:44.3486466Z    Compiling serde_spanned v0.6.9
2026-07-06T06:36:44.3669963Z    Compiling iroh-metrics v0.38.3
2026-07-06T06:36:44.5232279Z    Compiling h2 v0.4.14
2026-07-06T06:36:44.6091134Z    Compiling tokio-stream v0.1.18
2026-07-06T06:36:44.6565166Z    Compiling n0-watcher v0.6.1
2026-07-06T06:36:44.7872766Z    Compiling toml_datetime v0.6.11
2026-07-06T06:36:44.9240841Z    Compiling thiserror-impl v1.0.69
2026-07-06T06:36:44.9806209Z    Compiling ref-cast-impl v1.0.25
2026-07-06T06:36:45.2627605Z    Compiling hickory-proto v0.26.0-beta.4
2026-07-06T06:36:45.3472102Z    Compiling tower-http v0.6.11
2026-07-06T06:36:45.4711168Z    Compiling iroh-base v0.98.0
2026-07-06T06:36:45.5411173Z    Compiling attohttpc v0.30.1
2026-07-06T06:36:45.7651046Z    Compiling spt-store v0.25.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-store)
2026-07-06T06:36:45.8077642Z    Compiling toml_edit v0.22.27
2026-07-06T06:36:45.9900873Z    Compiling webpki-roots v1.0.7
2026-07-06T06:36:46.0031355Z    Compiling regex-automata v0.4.14
2026-07-06T06:36:46.0191026Z    Compiling schemars_derive v1.2.1
2026-07-06T06:36:46.1330843Z    Compiling strum v0.28.0
2026-07-06T06:36:46.2221385Z    Compiling darling_core v0.23.0
2026-07-06T06:36:46.2881645Z    Compiling iroh-dns v0.98.0
2026-07-06T06:36:46.4490638Z    Compiling serde_bytes v0.11.19
2026-07-06T06:36:46.5960576Z    Compiling hmac v0.12.1
2026-07-06T06:36:46.6810884Z    Compiling seize v0.5.1
2026-07-06T06:36:46.7259472Z    Compiling iroh v0.98.2
2026-07-06T06:36:46.7439856Z    Compiling linux-raw-sys v0.12.1
2026-07-06T06:36:46.8370772Z    Compiling pin-utils v0.1.0
2026-07-06T06:36:46.8988789Z    Compiling bitflags v1.3.2
2026-07-06T06:36:46.9624757Z    Compiling dyn-clone v1.0.20
2026-07-06T06:36:46.9990744Z    Compiling cmov v0.5.4
2026-07-06T06:36:47.0471542Z    Compiling rustix v0.38.44
2026-07-06T06:36:47.1385398Z    Compiling nix v0.25.1
2026-07-06T06:36:47.1650726Z    Compiling papaya v0.2.4
2026-07-06T06:36:47.2710930Z    Compiling ctutils v0.4.2
2026-07-06T06:36:47.5012942Z    Compiling filedescriptor v0.8.3
2026-07-06T06:36:47.5940722Z    Compiling hkdf v0.12.4
2026-07-06T06:36:47.6186533Z    Compiling backon v1.6.0
2026-07-06T06:36:47.7710575Z    Compiling serial v0.4.0
2026-07-06T06:36:47.7858710Z    Compiling anstyle-parse v1.0.0
2026-07-06T06:36:47.8038414Z    Compiling vte_generate_state_changes v0.1.2
2026-07-06T06:36:47.8667459Z    Compiling shell-words v1.1.1
2026-07-06T06:36:47.9190988Z    Compiling anstyle-query v1.1.5
2026-07-06T06:36:48.0016373Z    Compiling foldhash v0.1.5
2026-07-06T06:36:48.0502172Z    Compiling colorchoice v1.0.5
2026-07-06T06:36:48.0577362Z    Compiling anstyle v1.0.14
2026-07-06T06:36:48.1064780Z    Compiling instability v0.3.12
2026-07-06T06:36:48.1507585Z    Compiling is_terminal_polyfill v1.70.2
2026-07-06T06:36:48.1700691Z    Compiling downcast-rs v1.2.1
2026-07-06T06:36:48.2350574Z    Compiling linux-raw-sys v0.4.15
2026-07-06T06:36:48.2380750Z    Compiling vte v0.13.1
2026-07-06T06:36:48.2631361Z    Compiling hashbrown v0.15.5
2026-07-06T06:36:48.3261085Z    Compiling terminal_size v0.4.4
2026-07-06T06:36:48.3394867Z    Compiling schemars v1.2.1
2026-07-06T06:36:48.3601051Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-07-06T06:36:48.4800475Z    Compiling anstream v1.0.0
2026-07-06T06:36:48.5550841Z    Compiling signal-hook-mio v0.2.5
2026-07-06T06:36:48.6568598Z    Compiling spake2 v0.4.0
2026-07-06T06:36:48.9640923Z    Compiling toml v0.8.23
2026-07-06T06:36:49.0511145Z    Compiling regex v1.12.3
2026-07-06T06:36:49.1791158Z    Compiling strum_macros v0.26.4
2026-07-06T06:36:49.5260944Z    Compiling spt-msg v0.25.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-msg)
2026-07-06T06:36:49.7149757Z    Compiling sha1 v0.10.6
2026-07-06T06:36:49.9741237Z    Compiling spt-runtime v0.25.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-runtime)
2026-07-06T06:36:50.0460953Z    Compiling itertools v0.13.0
2026-07-06T06:36:50.1270435Z    Compiling castaway v0.2.4
2026-07-06T06:36:50.2420723Z    Compiling unicode-width v0.1.14
2026-07-06T06:36:50.2522994Z    Compiling darling_macro v0.23.0
2026-07-06T06:36:50.5041700Z    Compiling indoc v2.0.7
2026-07-06T06:36:50.5691242Z    Compiling clap_lex v1.1.0
2026-07-06T06:36:50.7120431Z    Compiling darling v0.23.0
2026-07-06T06:36:50.7892446Z    Compiling static_assertions v1.1.0
2026-07-06T06:36:50.8441721Z    Compiling doctest-file v1.1.1
2026-07-06T06:36:50.8649394Z    Compiling compact_str v0.8.2
2026-07-06T06:36:50.9921031Z    Compiling hyper v1.10.1
2026-07-06T06:36:51.4080955Z    Compiling clap_builder v4.6.0
2026-07-06T06:36:51.4381699Z    Compiling interprocess v2.4.2
2026-07-06T06:36:51.5850980Z    Compiling portable-pty v0.8.1
2026-07-06T06:36:51.7700535Z    Compiling crossterm v0.28.1
2026-07-06T06:36:51.9581239Z    Compiling lru v0.12.5
2026-07-06T06:36:52.0054652Z    Compiling spt-term v0.25.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-term)
2026-07-06T06:36:52.0445605Z    Compiling strum v0.26.3
2026-07-06T06:36:52.1016933Z    Compiling clap_derive v4.6.1
2026-07-06T06:36:52.1371087Z    Compiling iana-time-zone v0.1.65
2026-07-06T06:36:52.1860748Z    Compiling unicode-truncate v1.1.0
2026-07-06T06:36:52.2861006Z    Compiling unicode-width v0.2.0
2026-07-06T06:36:52.3971127Z    Compiling cassowary v0.3.0
2026-07-06T06:36:52.4331925Z    Compiling chrono v0.4.45
2026-07-06T06:36:52.5070677Z    Compiling nucleo-matcher v0.3.1
2026-07-06T06:36:52.5940724Z    Compiling qrcode v0.14.1
2026-07-06T06:36:52.8541200Z    Compiling ratatui v0.29.0
2026-07-06T06:36:52.9320737Z    Compiling hyper-util v0.1.20
2026-07-06T06:36:53.6501342Z    Compiling spt-live v0.25.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-live)
2026-07-06T06:36:54.4880567Z    Compiling clap v4.6.1
2026-07-06T06:36:54.9624356Z    Compiling igd-next v0.17.1
2026-07-06T06:36:56.2673169Z    Compiling portmapper v0.16.0
2026-07-06T06:37:01.4885818Z    Compiling rustls-webpki v0.103.13
2026-07-06T06:37:04.0434286Z    Compiling tokio-rustls v0.26.4
2026-07-06T06:37:04.0434798Z    Compiling rustls-platform-verifier v0.7.0
2026-07-06T06:37:04.0435166Z    Compiling noq-proto v0.17.0
2026-07-06T06:37:04.1919606Z    Compiling hickory-net v0.26.0-beta.4
2026-07-06T06:37:04.1920173Z    Compiling hyper-rustls v0.27.9
2026-07-06T06:37:04.1920572Z    Compiling tokio-websockets v0.13.2
2026-07-06T06:37:04.3577064Z    Compiling reqwest v0.13.4
2026-07-06T06:37:05.3451534Z    Compiling hickory-resolver v0.26.0-beta.4
2026-07-06T06:37:20.1629117Z    Compiling spt-net v0.25.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-net)
2026-07-06T06:37:21.7259505Z    Compiling spt-daemon v0.25.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-daemon)
2026-07-06T06:37:29.7979085Z    Compiling spt v0.25.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt)
2026-07-06T06:37:34.7061842Z     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 08s
2026-07-06T06:37:34.7474716Z ##[group]Run cargo test -p spt-daemon --test twohost -- --nocapture
2026-07-06T06:37:34.7475237Z [36;1mcargo test -p spt-daemon --test twohost -- --nocapture[0m
2026-07-06T06:37:34.7488770Z shell: /usr/bin/bash -e {0}
2026-07-06T06:37:34.7489056Z env:
2026-07-06T06:37:34.7489274Z   SPT_TWO_HOST: 1
2026-07-06T06:37:34.7489461Z   SPT_TWO_HOST_ROLE: b
2026-07-06T06:37:34.7489661Z   SPT_TWO_HOST_SECRET: rig-twohost-ci
2026-07-06T06:37:34.7489890Z   SPT_TWO_HOST_PEER_IP: 100.68.35.65
2026-07-06T06:37:34.7490100Z   SPT_TWO_HOST_WAIT_SECS: 900
2026-07-06T06:37:34.7490505Z   SPT_TWO_HOST_NOTIFY_BIN: /home/reavus/actions-runner/_work/spt-core/spt-core/.adapter-notify/target/debug/notify-shell
2026-07-06T06:37:34.7490923Z ##[endgroup]
2026-07-06T06:37:34.9589470Z    Compiling cc v1.2.63
2026-07-06T06:37:34.9617444Z    Compiling mio v1.2.1
2026-07-06T06:37:34.9657644Z    Compiling strsim v0.11.1
2026-07-06T06:37:34.9658103Z    Compiling unicode-segmentation v1.13.3
2026-07-06T06:37:34.9659113Z    Compiling rustls v0.23.40
2026-07-06T06:37:34.9749756Z    Compiling fastrand v2.4.1
2026-07-06T06:37:34.9853777Z    Compiling either v1.16.0
2026-07-06T06:37:35.0000880Z    Compiling rustix v1.1.4
2026-07-06T06:37:35.1235605Z    Compiling darling_core v0.20.11
2026-07-06T06:37:35.1277055Z    Compiling prefix-trie v0.8.4
2026-07-06T06:37:35.1409710Z    Compiling futures-lite v2.6.1
2026-07-06T06:37:35.2369215Z    Compiling tokio v1.52.3
2026-07-06T06:37:35.3030196Z    Compiling convert_case v0.10.0
2026-07-06T06:37:35.4652374Z    Compiling derive_more-impl v2.1.1
2026-07-06T06:37:35.6516153Z    Compiling hickory-proto v0.26.0-beta.4
2026-07-06T06:37:35.8409479Z    Compiling ring v0.17.14
2026-07-06T06:37:35.8410206Z    Compiling libsqlite3-sys v0.30.1
2026-07-06T06:37:35.8410666Z    Compiling blake3 v1.8.5
2026-07-06T06:37:36.7250845Z    Compiling tempfile v3.27.0
2026-07-06T06:37:36.8849401Z    Compiling darling_macro v0.20.11
2026-07-06T06:37:37.0679222Z    Compiling darling v0.20.11
2026-07-06T06:37:37.0940438Z    Compiling derive_builder_core v0.20.2
2026-07-06T06:37:37.6720871Z    Compiling derive_more v2.1.1
2026-07-06T06:37:37.7057494Z    Compiling derive_builder_macro v0.20.2
2026-07-06T06:37:37.7400835Z    Compiling iroh-base v0.98.0
2026-07-06T06:37:37.8921470Z    Compiling derive_builder v0.20.2
2026-07-06T06:37:37.9493260Z    Compiling vergen-lib v9.1.0
2026-07-06T06:37:37.9493810Z    Compiling vergen-lib v0.1.6
2026-07-06T06:37:38.0706121Z    Compiling vergen v9.1.0
2026-07-06T06:37:38.1099413Z    Compiling vergen-gitcl v1.0.8
2026-07-06T06:37:38.4118674Z    Compiling iroh-relay v0.98.0
2026-07-06T06:37:38.8551265Z    Compiling tokio-util v0.7.18
2026-07-06T06:37:38.8551825Z    Compiling netlink-sys v0.8.8
2026-07-06T06:37:38.8552256Z    Compiling tower v0.5.3
2026-07-06T06:37:38.8552585Z    Compiling acto v0.8.2
2026-07-06T06:37:38.8554283Z    Compiling backon v1.6.0
2026-07-06T06:37:38.9693669Z    Compiling rustls-webpki v0.103.13
2026-07-06T06:37:38.9841095Z    Compiling netlink-proto v0.12.0
2026-07-06T06:37:38.9842436Z    Compiling netdev v0.42.0
2026-07-06T06:37:39.3368358Z    Compiling tower-http v0.6.11
2026-07-06T06:37:39.4445759Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-07-06T06:37:39.7461738Z    Compiling h2 v0.4.14
2026-07-06T06:37:39.7491220Z    Compiling n0-future v0.3.2
2026-07-06T06:37:39.7491734Z    Compiling tokio-stream v0.1.18
2026-07-06T06:37:39.8820789Z    Compiling n0-watcher v0.6.1
2026-07-06T06:37:39.8924535Z    Compiling iroh-dns v0.98.0
2026-07-06T06:37:40.1181010Z    Compiling netwatch v0.16.0
2026-07-06T06:37:42.5788298Z    Compiling tokio-rustls v0.26.4
2026-07-06T06:37:42.5789581Z    Compiling noq-proto v0.17.0
2026-07-06T06:37:42.5790048Z    Compiling rustls-platform-verifier v0.7.0
2026-07-06T06:37:42.7378490Z    Compiling tokio-websockets v0.13.2
2026-07-06T06:37:42.9156499Z    Compiling rusqlite v0.32.1
2026-07-06T06:37:43.0878701Z    Compiling hyper v1.10.1
2026-07-06T06:37:43.0879323Z    Compiling hickory-net v0.26.0-beta.4
2026-07-06T06:37:43.7715153Z    Compiling spt-store v0.25.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-store)
2026-07-06T06:37:44.3037399Z    Compiling hickory-resolver v0.26.0-beta.4
2026-07-06T06:37:44.3158181Z    Compiling hyper-util v0.1.20
2026-07-06T06:37:45.3983186Z    Compiling hyper-rustls v0.27.9
2026-07-06T06:37:45.3983778Z    Compiling igd-next v0.17.1
2026-07-06T06:37:45.4467892Z    Compiling spt-msg v0.25.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-msg)
2026-07-06T06:37:45.5556739Z    Compiling reqwest v0.13.4
2026-07-06T06:37:45.6757863Z    Compiling spt-runtime v0.25.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-runtime)
2026-07-06T06:37:45.6759156Z    Compiling spt-term v0.25.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-term)
2026-07-06T06:37:46.5402856Z    Compiling portmapper v0.16.0
2026-07-06T06:37:47.1522770Z    Compiling noq v0.18.0
2026-07-06T06:37:48.1617302Z    Compiling spt-live v0.25.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-live)
2026-07-06T06:37:52.1605301Z    Compiling iroh v0.98.2
2026-07-06T06:38:00.3715724Z    Compiling spt-net v0.25.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-net)
2026-07-06T06:38:01.9124849Z    Compiling spt-daemon v0.25.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-daemon)
2026-07-06T06:38:11.5713958Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 36.81s
2026-07-06T06:38:11.5900464Z      Running tests/twohost.rs (target/debug/deps/twohost-0e50bd1a79fc9cd7)
2026-07-06T06:38:11.5929535Z 
2026-07-06T06:38:11.5929878Z running 3 tests
2026-07-06T06:38:11.5932072Z test two_host_ladder_role_a ... ok
2026-07-06T06:38:11.5932368Z test b2_attacher_child ... ok
2026-07-06T06:38:11.5939499Z TWOHOST role B: node 9bbcee970607c7454b0baf8b38b032ccdf1a36de7ef04d614158fecd1f08b612
2026-07-06T06:38:11.8553340Z TWOHOST role B: notify instance notify-0 minted (real_mode=true)
2026-07-06T06:38:11.9982414Z TWOHOST role B: offline drive shells minted — ling-twohost-b/offdrive-0, gate-twohost-b/offdrive-0
2026-07-06T06:38:12.1062762Z PAIR_MEET_UP:twohost step=59443996 id=b55ed26497dc2431b2166dbf4a42ec0a56f8be2eabcb60116aa5e8271c4b3fc8 addr=EndpointAddr { id: PublicKey(b55ed26497dc2431b2166dbf4a42ec0a56f8be2eabcb60116aa5e8271c4b3fc8), addrs: {Ip(100.98.197.12:55690), Ip(192.168.1.154:55690)} }
2026-07-06T06:38:12.1153915Z TWOHOST role B: drive session 1 ready
2026-07-06T06:38:30.1070121Z PAIR_MEET_UP:twohost step=59443997 id=18d25809242737ea946fb118699a3c84a490e77bf99f61946539302d553edab3 addr=EndpointAddr { id: PublicKey(18d25809242737ea946fb118699a3c84a490e77bf99f61946539302d553edab3), addrs: {Ip(100.98.197.12:59845), Ip(192.168.1.154:59845)} }
2026-07-06T06:39:00.1080495Z PAIR_MEET_UP:twohost step=59443998 id=4ba878ae6649ecad36294e8891787669c398a6d42b3280016ad2657a9e99902d addr=EndpointAddr { id: PublicKey(4ba878ae6649ecad36294e8891787669c398a6d42b3280016ad2657a9e99902d), addrs: {Ip(100.98.197.12:52308), Ip(192.168.1.154:52308)} }
2026-07-06T06:39:11.5931634Z test two_host_ladder_role_b has been running for over 60 seconds
2026-07-06T06:39:30.1095367Z PAIR_MEET_UP:twohost step=59443999 id=269feb08c84ef1cff5c152110d8c18799615c5aa428e566a3b1c9bf6707967c7 addr=EndpointAddr { id: PublicKey(269feb08c84ef1cff5c152110d8c18799615c5aa428e566a3b1c9bf6707967c7), addrs: {Ip(100.98.197.12:58312), Ip(192.168.1.154:58312)} }
2026-07-06T06:39:58.5292845Z PAIRED: joiner bcead52b862344aef51998ca5d8f15dce1e38e6cee3795b219a5849f6ad4b41a recorded in subnet 'twohost'
2026-07-06T06:39:58.6740741Z TWOHOST OK: pairing: A rostered via the daemon-hosted responder
2026-07-06T06:39:58.6741220Z TWOHOST OK: pairing (responder, daemon-hosted)
2026-07-06T06:39:58.6745586Z PUMP_IPC_READER: spawned
2026-07-06T06:39:59.4245618Z TWOHOST OK: register: A's perch row replicated to B
2026-07-06T06:39:59.6762937Z TWOHOST OK: message: A's WAN message spooled at B
2026-07-06T06:39:59.6764944Z TWOHOST OK: notif: A's insert fired on B
2026-07-06T06:39:59.6952539Z TWOHOST OK: notif dismissed at B (bcead52b862344aef51998ca5d8f15dce1e38e6cee3795b219a5849f6ad4b41a:1783319999178) — replicating back
2026-07-06T06:40:00.1114638Z PAIR_MEET_UP:twohost step=59444000 id=af37342758021c45c3bdb66ef1ae626f23140a121555cc1a1c3bd1d3ece1a85f addr=EndpointAddr { id: PublicKey(af37342758021c45c3bdb66ef1ae626f23140a121555cc1a1c3bd1d3ece1a85f), addrs: {Ip(100.98.197.12:59770), Ip(192.168.1.154:59770)} }
2026-07-06T06:40:00.2268481Z TWOHOST OK: sync: B pulled A's mind
2026-07-06T06:40:03.2292592Z TWOHOST OK: rest: A's remote suspend landed (B suspended)
2026-07-06T06:40:03.4794396Z TWOHOST OK: rest: A's remote wake landed (B active again)
2026-07-06T06:40:03.9853541Z TWOHOST OK: presence: A's redirected notif surfaced at B
2026-07-06T06:40:03.9853980Z TWOHOST OK: presence: the surfacing node owns the marks
2026-07-06T06:40:04.2356125Z TWOHOST OK: shell: A's cross-node notify command RENDERED at B
2026-07-06T06:40:04.2356630Z TWOHOST OK: toast: A's notify rendered via the shell template at B
2026-07-06T06:40:04.5224143Z TWOHOST OK: gateway: A's cross-node cmd spooled under the gateway-typed owner at B
2026-07-06T06:40:04.5228061Z TWOHOST OK: gateway-typed owner cross-node cmd spooled + drive dropped at B
2026-07-06T06:40:05.2733681Z TWOHOST OK: A-3: A's setup suspend landed (B suspended)
2026-07-06T06:40:05.5234966Z TWOHOST OK: A-3: A's bare-id ROUTED wake landed (B active)
2026-07-06T06:40:05.5291798Z TWOHOST OK: A-3 bare-id wake (serve side)
2026-07-06T06:40:05.5417781Z TWOHOST role B: B-2 ticker session 2 ready
2026-07-06T06:40:06.5435618Z TWOHOST OK: B-2: the attacher child's control stamps landed
2026-07-06T06:40:30.1130908Z PAIR_MEET_UP:twohost step=59444001 id=87b9e100cbe15c5fc82b239d36fd5878005f4190e0c0f271e06c6cd68b0ddf98 addr=EndpointAddr { id: PublicKey(87b9e100cbe15c5fc82b239d36fd5878005f4190e0c0f271e06c6cd68b0ddf98), addrs: {Ip(100.98.197.12:49634), Ip(192.168.1.154:49634)} }
2026-07-06T06:41:00.1153569Z PAIR_MEET_UP:twohost step=59444002 id=fd582f7d8c93ada64e9978c52e9cfeae093ea6e11aae576c0f81512f9ef6f6aa addr=EndpointAddr { id: PublicKey(fd582f7d8c93ada64e9978c52e9cfeae093ea6e11aae576c0f81512f9ef6f6aa), addrs: {Ip(100.98.197.12:50187), Ip(192.168.1.154:50187)} }
2026-07-06T06:41:07.6626056Z TWOHOST OK: B-2: the severed controller's stamps CLEAR (reap + converge)
2026-07-06T06:41:07.6626822Z TWOHOST OK: B-2 dead-controller reap cleared the stamps
2026-07-06T06:41:07.6627404Z TWOHOST OK: done-file pushed by A (ladder complete on A)
2026-07-06T06:41:07.6627854Z TWOHOST role B: ladder complete
2026-07-06T06:41:07.6716060Z test two_host_ladder_role_b ... ok
2026-07-06T06:41:07.6716689Z 
2026-07-06T06:41:07.6717376Z test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 176.08s
2026-07-06T06:41:07.6717872Z 
2026-07-06T06:41:07.6912933Z ##[group]Run cargo build -p mock-adapter --bin mock-session
2026-07-06T06:41:07.6913358Z [36;1mcargo build -p mock-adapter --bin mock-session[0m
2026-07-06T06:41:07.6926298Z shell: /usr/bin/bash -e {0}
2026-07-06T06:41:07.6926522Z ##[endgroup]
2026-07-06T06:41:07.7998590Z    Compiling mock-adapter v0.25.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/adapters/mock)
2026-07-06T06:41:07.9691012Z     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.26s
2026-07-06T06:41:07.9812229Z ##[group]Run cargo test -p spt --test twohost_cli -- --nocapture
2026-07-06T06:41:07.9812649Z [36;1mcargo test -p spt --test twohost_cli -- --nocapture[0m
2026-07-06T06:41:07.9827232Z shell: /usr/bin/bash -e {0}
2026-07-06T06:41:07.9827466Z env:
2026-07-06T06:41:07.9827619Z   SPT_TWO_HOST: 1
2026-07-06T06:41:07.9827804Z   SPT_TWO_HOST_ROLE: b
2026-07-06T06:41:07.9828009Z   SPT_TWO_HOST_SECRET: rig-twohost-ci
2026-07-06T06:41:07.9828246Z   SPT_TWO_HOST_WAIT_SECS: 900
2026-07-06T06:41:07.9828444Z ##[endgroup]
2026-07-06T06:41:08.2370041Z    Compiling n0-future v0.3.2
2026-07-06T06:41:08.2427757Z    Compiling rustix v1.1.4
2026-07-06T06:41:08.2490506Z    Compiling backon v1.6.0
2026-07-06T06:41:08.2824359Z    Compiling n0-watcher v0.6.1
2026-07-06T06:41:08.3874113Z    Compiling iroh-dns v0.98.0
2026-07-06T06:41:08.3874647Z    Compiling netwatch v0.16.0
2026-07-06T06:41:08.5215763Z    Compiling iroh-relay v0.98.0
2026-07-06T06:41:09.0327294Z    Compiling portmapper v0.16.0
2026-07-06T06:41:09.8216572Z    Compiling terminal_size v0.4.4
2026-07-06T06:41:09.8217221Z    Compiling tempfile v3.27.0
2026-07-06T06:41:09.8767377Z    Compiling clap_builder v4.6.0
2026-07-06T06:41:11.4559606Z    Compiling clap v4.6.1
2026-07-06T06:41:11.9350042Z    Compiling iroh v0.98.2
2026-07-06T06:41:20.3446122Z    Compiling spt-net v0.25.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-net)
2026-07-06T06:41:21.8617261Z    Compiling spt-daemon v0.25.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-daemon)
2026-07-06T06:41:30.0447453Z    Compiling spt v0.25.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt)
2026-07-06T06:41:35.4066558Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 27.41s
2026-07-06T06:41:35.4300379Z      Running tests/twohost_cli.rs (target/debug/deps/twohost_cli-998c695e3226fb89)
2026-07-06T06:41:35.4318223Z 
2026-07-06T06:41:35.4320116Z running 2 tests
2026-07-06T06:41:35.4320414Z test gated_cli_role_a ... ok
2026-07-06T06:41:35.4325317Z GATED role B: node 989b0dbaa74de8e5c747af19c65f49211f08235717e8d322ec082ab0cbfb48ee
2026-07-06T06:41:44.6492228Z GATED role B: ticker session 1 ready
2026-07-06T06:41:45.1496556Z GATED OK: bring-up: A's target row replicated to B
2026-07-06T06:41:45.3998787Z GATED OK: C-2: A's wake flipped the rest intent to Active
2026-07-06T06:41:49.6513578Z GATED OK: C-2: the [session.resume] template relaunched the harness
2026-07-06T06:41:49.9017742Z GATED OK: C-2: the revived harness self-bound (status online)
2026-07-06T06:41:49.9018189Z GATED OK: C-2 revive (serve side)
2026-07-06T06:41:50.0154513Z GATED OK: E-1 send confirmed —  SENT(WAN):ling-gated-tgt@cc45247c71dc683e9c6505b72142e1976f898f7acf064beb27e35d2993ace09c (spooled)
2026-07-06T06:42:27.1198426Z GATED OK: E-1: A confirmed the from-stamp
2026-07-06T06:42:27.1200811Z GATED OK: B-3: A's viewport is attached
2026-07-06T06:42:27.1333108Z GATED: daemon stop rc=Some(0) out= err=Failed to connect to bus: No medium found
2026-07-06T06:42:27.1333545Z DAEMON_STOPPED
2026-07-06T06:42:27.1355855Z GATED role B: daemon DOWN (honest stop) — restarting
2026-07-06T06:42:35.4320480Z test gated_cli_role_b has been running for over 60 seconds
2026-07-06T06:42:36.0206620Z GATED role B: ticker respawned (1) after the bounce
2026-07-06T06:43:52.0038413Z GATED OK: B-3: A finished (reheal proven)
2026-07-06T06:58:52.2254327Z GATED role B: step complete — bye ack NOT observed within the bound (tolerated: A asserts delivery on its side)
2026-07-06T06:58:52.3085470Z test gated_cli_role_b ... ok
2026-07-06T06:58:52.3085810Z 
2026-07-06T06:58:52.3086291Z test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1036.88s
2026-07-06T06:58:52.3086878Z 
2026-07-06T06:58:52.3278699Z Post job cleanup.
2026-07-06T06:58:52.4008255Z [command]/usr/bin/git version
2026-07-06T06:58:52.4043387Z git version 2.43.0
2026-07-06T06:58:52.4073472Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/e5087112-7d03-4881-83f6-634a8b8fdc7a' before making global git config changes
2026-07-06T06:58:52.4074654Z Adding repository directory to the temporary git global config as a safe directory
2026-07-06T06:58:52.4076951Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-core/spt-core/.adapter-notify
2026-07-06T06:58:52.4106330Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-07-06T06:58:52.4133037Z [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:58:52.4317447Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-07-06T06:58:52.4338258Z http.https://github.com/.extraheader
2026-07-06T06:58:52.4344954Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader
2026-07-06T06:58:52.4370565Z [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:58:52.4551309Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-07-06T06:58:52.4576141Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-07-06T06:58:52.4927178Z Post job cleanup.
2026-07-06T06:58:52.5639379Z [command]/usr/bin/git version
2026-07-06T06:58:52.5665597Z git version 2.43.0
2026-07-06T06:58:52.5696435Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/6de23e51-0ca3-4fca-99f7-a5492e3874d1' before making global git config changes
2026-07-06T06:58:52.5697235Z Adding repository directory to the temporary git global config as a safe directory
2026-07-06T06:58:52.5700083Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-core/spt-core
2026-07-06T06:58:52.5732559Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-07-06T06:58:52.5761913Z [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:58:52.5958784Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-07-06T06:58:52.5979418Z http.https://github.com/.extraheader
2026-07-06T06:58:52.5987097Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader
2026-07-06T06:58:52.6016349Z [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:58:52.6215819Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-07-06T06:58:52.6245949Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-07-06T06:58:52.6611646Z Cleaning up orphan processes
2026-07-06T06:58:52.7159616Z Terminate orphan process: pid (2620750) (spt)
2026-07-06T06:58:52.7178179Z Terminate orphan process: pid (2620769) (spt)
2026-07-06T06:58:52.7194140Z Terminate orphan process: pid (2620891) (notify-shell)
